Skip to content

Type annotations for aiobotocore#

Auto-generated documentation for aiobotocore type annotations package types-aiobotocore.

Generated by mypy-boto3-builder.

How to install#

From PyPI with pip#

Install types-aiobotocore to add type annotations for aiobotocore package.

# install type annotations only for aiobotocore
python -m pip install types-aiobotocore

# install aiobotocore type annotations
# for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
python -m pip install 'types-aiobotocore[essential]'

# or install annotations for services you use
python -m pip install 'types-aiobotocore[acm,apigateway]'

# or install annotations in sync with aiobotocore version
python -m pip install 'types-aiobotocore[aiobotocore]'


# 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[essential]'

How to uninstall#

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

Packages#