Skip to content

DLM module#

Index > DLM

Auto-generated documentation for DLM type annotations stubs module types-aiobotocore-dlm.

How to install#

From PyPI with pip#

Install types-aiobotocore for DLM service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[dlm]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[dlm]'


# standalone installation
python -m pip install types-aiobotocore-dlm

How to uninstall#

python -m pip uninstall -y types-aiobotocore-dlm

Usage#

Code samples can be found in Examples.

DLMClient#

Type annotations and code completion for session.create_client("dlm") as DLMClient boto3 documentation

# DLMClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_dlm.client import DLMClient


session = get_session()
async with session.create_client("dlm") as client:
    client: DLMClient

Literals#

Type annotations for literals used in methods and schema.

# EventSourceValuesType usage example

from types_aiobotocore_dlm.literals import EventSourceValuesType

def get_value() -> EventSourceValuesType:
    return "MANAGED_CWE"

Type definitions#

Type annotations for type definitions used in methods and schema.