DLM module#
Index > DLM
Auto-generated documentation for DLM type annotations stubs module mypy-boto3-dlm.
How to install#
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and DLM
.
From PyPI with pip#
Install boto3-stubs
for DLM
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[dlm]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[dlm]'
# standalone installation
python -m pip install mypy-boto3-dlm
How to uninstall#
python -m pip uninstall -y mypy-boto3-dlm
Usage#
Code samples can be found in Examples.
DLMClient#
Type annotations and code completion for boto3.client("dlm")
as DLMClient
boto3 documentation
# DLMClient usage example
from boto3.session import Session
from mypy_boto3_dlm.client import DLMClient
def get_client() -> DLMClient:
return Session().client("dlm")
Literals#
Type annotations for literals used in methods and schema.
# DefaultPoliciesTypeValuesType usage example
from mypy_boto3_dlm.literals import DefaultPoliciesTypeValuesType
def get_value() -> DefaultPoliciesTypeValuesType:
return "ALL"
- DefaultPoliciesTypeValuesType
- DefaultPolicyTypeValuesType
- EventSourceValuesType
- EventTypeValuesType
- ExecutionHandlerServiceValuesType
- GettablePolicyStateValuesType
- IntervalUnitValuesType
- LocationValuesType
- PolicyLanguageValuesType
- PolicyTypeValuesType
- ResourceLocationValuesType
- ResourceTypeValuesType
- RetentionIntervalUnitValuesType
- SettablePolicyStateValuesType
- StageValuesType
- DLMServiceName
- ServiceName
- ResourceServiceName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- RetentionArchiveTierTypeDef
- CrossRegionCopyTargetTypeDef
- ResponseMetadataTypeDef
- ScriptOutputTypeDef
- CrossRegionCopyRetainRuleTypeDef
- EncryptionConfigurationTypeDef
- CrossRegionCopyDeprecateRuleTypeDef
- DeleteLifecyclePolicyRequestRequestTypeDef
- DeprecateRuleTypeDef
- EventParametersOutputTypeDef
- EventParametersTypeDef
- TagTypeDef
- FastRestoreRuleOutputTypeDef
- FastRestoreRuleTypeDef
- GetLifecyclePoliciesRequestRequestTypeDef
- LifecyclePolicySummaryTypeDef
- GetLifecyclePolicyRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- RetainRuleTypeDef
- ShareRuleOutputTypeDef
- ScriptTypeDef
- ShareRuleTypeDef
- TagResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- ArchiveRetainRuleTypeDef
- CreateLifecyclePolicyResponseTypeDef
- ListTagsForResourceResponseTypeDef
- CreateRuleOutputTypeDef
- CrossRegionCopyActionTypeDef
- CrossRegionCopyRuleTypeDef
- EventSourceOutputTypeDef
- EventParametersUnionTypeDef
- ExclusionsOutputTypeDef
- ExclusionsTypeDef
- ParametersOutputTypeDef
- ParametersTypeDef
- FastRestoreRuleUnionTypeDef
- GetLifecyclePoliciesResponseTypeDef
- ScriptUnionTypeDef
- ShareRuleUnionTypeDef
- ArchiveRuleTypeDef
- ActionOutputTypeDef
- ActionTypeDef
- EventSourceTypeDef
- ExclusionsUnionTypeDef
- ParametersUnionTypeDef
- CreateRuleTypeDef
- ScheduleOutputTypeDef
- ActionUnionTypeDef
- EventSourceUnionTypeDef
- CreateRuleUnionTypeDef
- PolicyDetailsOutputTypeDef
- ScheduleTypeDef
- LifecyclePolicyTypeDef
- ScheduleUnionTypeDef
- GetLifecyclePolicyResponseTypeDef
- PolicyDetailsTypeDef
- CreateLifecyclePolicyRequestRequestTypeDef
- UpdateLifecyclePolicyRequestRequestTypeDef