--- id: types-aioboto3 version: "15.5.0" license: MIT License license_treatment: permissive maintenance: active --- # types-aioboto3 — Type annotations for aioboto3 15.5.0 generated with mypy-boto3-builder 8.11.0 License: permissive · Maintenance: active · Downloads: 6.3M/mo ## What it is and what it does This package provides type annotations for aioboto3 15.5.0, the async AWS SDK client. Generated automatically by mypy-boto3-builder 8.11.0, it works as a drop-in companion to aioboto3, enabling static type checkers and IDEs to understand the full API surface of AWS service clients, resources, waiters, and paginators without requiring explicit type hints in your code. The package supports multiple installation modes: the base package for minimal coverage, extras like [essential] for common services, or [full] for all AWS services. It integrates with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, and pyright, providing real-time autocomplete and type validation. A lite variant exists for PyCharm users who experience performance degradation with the full stubs. Use it for: - Enable IDE autocomplete and inline documentation for aioboto3 API calls in VSCode with Pylance - Catch type errors in async AWS SDK usage before runtime with mypy or pyright in CI/CD pipelines - Reduce boilerplate by letting type checkers infer client method signatures instead of manual annotations - Migrate from synchronous boto3 to async aioboto3 while maintaining type safety across the codebase - Use in PyCharm with explicit type annotations when full stubs cause performance issues ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for aioboto3 15.5.0, enabling IDE autocomplete and static type checking across VSCode, PyCharm, mypy, pyright, and other tools. Yes. This package is essential for any project using aioboto3 that values type safety and IDE support. It has zero security vulnerabilities, active maintenance, permissive licensing, and low install friction. The only caveat is PyCharm users may need the lite variant if performance degrades; otherwise, it's a straightforward win for code quality and developer experience. ## Install pip install types-aioboto3 uv add types-aioboto3 poetry add types-aioboto3 ## Installing types-aioboto3 Before you install: Low friction installation with pure Python wheels. Actively maintained with 670 repository stars. Four lightweight runtime dependencies (botocore-stubs, types-aiobotocore, types-s3transfer, typing-extensions) introduce minimal overhead. License in practice: MIT License permits unrestricted use, modification, and distribution in both open-source and commercial projects with only attribution required. Quickstart: # Install type annotations for essential AWS services python -m pip install 'types-aioboto3[essential]' # In your code, import and use aioboto3 with full type support import aioboto3 # Type checkers and IDEs now provide autocomplete and validation async with aioboto3.Session().client('s3') as client: response = await client.list_buckets() Requires Python 3.8 or later. PyCharm users may experience performance issues with full type stubs; a lite variant is available as an alternative. Verify before relying: - Whether the full type stubs variant causes measurable IDE slowdown in typical project sizes - Performance comparison between full and lite variants in PyCharm on modern hardware - Exact scope of services covered by the [essential] extra ## Package facts - License: MIT License (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 6.3M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags aioboto3 type annotations, boto3 async type stubs, aws sdk type hints, mypy boto3 types, pyright aws types, ide autocomplete aws, static type checking boto, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aioboto3) · [View on PyPI](https://pypi.org/project/types-aioboto3/)