Skip to content

Type annotations for aioboto3#

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

Generated with mypy-boto3-builder 8.7.0.

How to install#

You can generate type annotations for aioboto3 package locally with mypy_boto3_builder. Use uv for build isolation.

  1. Run mypy-boto3-builder in your package root directory: uvx --with 'aioboto3==13.3.0' mypy_boto3_builder
  2. Select aioboto3 AWS SDK.
  3. Select services you use in the current project.
  4. Use provided commands to install generated packages.

From PyPI with pip#

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

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

# install aioboto3 type annotations
# for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
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]'

# or install all-in-one annotations for all services
python -m pip install 'types-aioboto3[full]'

# 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#