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 schemas.
# EventSourceValuesType usage example
from mypy_boto3_dlm.literals import EventSourceValuesType
def get_value() -> EventSourceValuesType:
return "MANAGED_CWE"
- EventSourceValuesType
- EventTypeValuesType
- GettablePolicyStateValuesType
- IntervalUnitValuesType
- LocationValuesType
- PolicyTypeValuesType
- ResourceLocationValuesType
- ResourceTypeValuesType
- RetentionIntervalUnitValuesType
- SettablePolicyStateValuesType
- DLMServiceName
- ServiceName
- ResourceServiceName
- RegionName
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# RetentionArchiveTierTypeDef usage example
from mypy_boto3_dlm.type_defs import RetentionArchiveTierTypeDef
def get_value() -> RetentionArchiveTierTypeDef:
return {
"Count": ...,
}
- RetentionArchiveTierTypeDef
- CreateLifecyclePolicyResponseTypeDef
- CreateRuleTypeDef
- CrossRegionCopyRetainRuleTypeDef
- EncryptionConfigurationTypeDef
- CrossRegionCopyDeprecateRuleTypeDef
- DeleteLifecyclePolicyRequestRequestTypeDef
- DeprecateRuleTypeDef
- EventParametersTypeDef
- FastRestoreRuleTypeDef
- GetLifecyclePoliciesRequestRequestTypeDef
- LifecyclePolicySummaryTypeDef
- GetLifecyclePolicyRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- TagTypeDef
- ResponseMetadataTypeDef
- RetainRuleTypeDef
- ShareRuleTypeDef
- TagResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- ArchiveRetainRuleTypeDef
- CrossRegionCopyActionTypeDef
- CrossRegionCopyRuleTypeDef
- EventSourceTypeDef
- GetLifecyclePoliciesResponseTypeDef
- ParametersTypeDef
- ArchiveRuleTypeDef
- ActionTypeDef
- ScheduleTypeDef
- PolicyDetailsTypeDef
- CreateLifecyclePolicyRequestRequestTypeDef
- LifecyclePolicyTypeDef
- UpdateLifecyclePolicyRequestRequestTypeDef
- GetLifecyclePolicyResponseTypeDef