types-aiobotocore-full
All-in-one type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for aiobotocore 3.9.0, generated automatically by mypy-boto3-builder 8.12.0. It provides complete type hints for all aiobotocore clients, service resources, waiters, and paginators without requiring any code changes—you write aiobotocore code as usual, and the type checker or IDE discovers the types automatically.
It works as a drop-in enhancement for type checking and IDE features across multiple tools: VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text, mypy, and pyright. The annotations are extracted from botocore schemas and include documentation links for every method. Since it's a stub-only package, it has no runtime impact and can be safely imported only during type checking using TYPE_CHECKING guards.
Use it for:
- Enable IDE autocompletion and inline documentation for aiobotocore clients in VSCode or Sublime Text without manual type annotations
- Run mypy or pyright type checking on async AWS SDK code to catch type errors before runtime
- Use PyCharm's type checker with aiobotocore (or switch to types-aiobotocore-lite if performance degrades)
- Discover correct method signatures and parameter types for aiobotocore waiters and paginators through IDE tooltips
- Wrap type imports in TYPE_CHECKING blocks to keep production dependencies lean while maintaining full type safety during development
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides complete type annotations for aiobotocore 3.9.0, enabling type checking and IDE autocompletion across VSCode, PyCharm, mypy, pyright, and other tools.
Yes. This is a zero-cost, actively maintained stub package with no vulnerabilities and permissive licensing. Install it if you use aiobotocore and want IDE autocompletion or type checking. The only caveat: PyCharm users should monitor performance with Literal overloads (a known IDE issue) and consider types-aiobotocore-lite if the full package causes slowdowns.
Install
types-aiobotocore-full on PyPI
pip
pip install types-aiobotocore-fulluv
uv add types-aiobotocore-fullpoetry
poetry add types-aiobotocore-fullInstalling types-aiobotocore-full
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained with a recent release (12 days old) and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.
Quickstart
# Install type annotations
python -m pip install 'types-aiobotocore[full]'
# In your code, types are available automatically for IDE and type checkers
import aiobotocore.session
session = aiobotocore.session.get_session()
Requires Python 3.9 or later. PyCharm users may experience performance issues with Literal overloads; the documentation recommends using types-aiobotocore-lite as an alternative.
Verify before relying
- Whether the full package covers all aiobotocore services or if selective service installation is recommended for faster IDE performance
- Performance impact on large codebases when using full type annotations with different type checkers
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 250,709/month — #8,619 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_full-3.9.0-py3-none-any.whl
Keywords: aiobotocore, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-opensearchserverlessProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-meteringmarketplaceProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-glueProvides type annotations for the aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-wafv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-verifiedpermissionsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aioboto3Provides type annotations for aioboto3 15.5.0,…
permissive · top 5,000 on PyPI