Skip to content

Type annotations for aioboto3#

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

Generated by mypy-boto3-builder.

How to install#

From PyPI with pip#

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

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

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

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

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


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

How to uninstall#

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

Packages#