skillfed

types-aiobotocore-full

All-in-one type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0

types-aiobotocore-full v3.9.0 250.7K downloads/30d#8,619 on PyPI670
Permissive license MIT Active released

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

uv

uv add types-aiobotocore-full

poetry

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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubstype annotations for aiobotocoremypy aiobotocore typespyright aiobotocore stubsboto3 async type hintsIDE autocomplete aiobotocoreaiobotocore type checking
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-opensearchserverless

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-meteringmarketplace

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-glue

Provides type annotations for the aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-wafv2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-verifiedpermissions

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aioboto3

Provides type annotations for aioboto3 15.5.0,…

permissive · top 5,000 on PyPI