Registry / type-stubs / types-aiobotocore-full

types-aiobotocore-full

JSON →
library3.7.0pypypiunverified

All-in-one type annotations for aiobotocore 3.5.0, generated by mypy-boto3-builder 8.12.0. Provides static typing stubs for all AWS services supported by aiobotocore. Current version 3.5.0, requires Python >=3.9. Released as part of the mypy_boto3_builder ecosystem, updated synchronously with aiobotocore releases.

pip install types-aiobotocore-full
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-full
type-stubspythonv3.7.0
Install
7.2s avg
Import
Disk
174MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 171MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 7.2s · import 0.000s · 172MB
174MB installed
● package 174MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AioSession
from types_aiobotocore_session import AioSession
from aiobotocore.session import AioSession

Verify installation and basic type-checking of AioSession.

import os from aiobotocore.session import AioSession # Ensure AWS credentials are set (e.g., via environment variables) # This example does not actually call AWS, just demonstrates type-checked import session = AioSession() # The session object is fully typed print(session.get_available_services()[:3])
Debug
Known issues
breakingtypes-aiobotocore-full v3.5.0 dropped support for Python 3.8. Upgrade to Python >=3.9.
fix
Use Python 3.9 or later, or pin to types-aiobotocore-full<3.5.0.
affects: >=3.5.0
gotchatypes-aiobotocore-full is a stub-only package; it does not provide runtime implementations. Import from aiobotocore, not types_aiobotocore_full.
fix
Always import from aiobotocore (e.g., from aiobotocore.session import AioSession).
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for type stubs to match the aiobotocore version
typing-extensionsoptionalRequired for Python <3.10 to support modern type annotations
Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
2
Resources
types-aiobotocore-full — pip install types-aiobotocore-full · libregistry