--- id: types-aiobotocore-full version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-full — All-in-one type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.7K/mo ## 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 above — 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 pip install types-aiobotocore-full uv add types-aiobotocore-full poetry add types-aiobotocore-full ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 250.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, type annotations for aiobotocore, mypy aiobotocore types, pyright aiobotocore stubs, boto3 async type hints, IDE autocomplete aiobotocore, aiobotocore type checking, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-full) · [View on PyPI](https://pypi.org/project/types-aiobotocore-full/)