Registry / type-stubs / types-aiobotocore-iot

types-aiobotocore-iot

JSON →
library3.7.0pypypiunverified

Provides type annotations for the IoT service in aiobotocore. Version 3.5.0 corresponds to aiobotocore 3.5.0 service. Generated by mypy-boto3-builder. Supports Python >=3.9. Released on demand when new aiobotocore versions are published.

pip install types-aiobotocore-iot
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-iot
type-stubspythonv3.7.0
Install
1.7s avg
Import
—
Disk
18MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.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.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.7MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 20MB
18MB installed
● package 18MB
Code
Verified usage

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

IoTClient
✓ from types_aiobotocore_iot import IoTClient
✗ from types_aiobotocore_iot import IoTClient

Minimal example using IoTClient type with aiobotocore.

import asyncio from types_aiobotocore_iot import IoTClient async def main(): # Example usage: type checking with aiobotocore from aiobotocore.session import get_session session = get_session() async with session.create_client('iot', region_name='us-east-1') as client: # client is inferred as IoTClient resp = await client.list_things() print(resp) asyncio.run(main())
Debug
Known issues
breakingVersion mismatch: types-aiobotocore-iot version must match your aiobotocore IoT service version (e.g., 3.5.0 for aiobotocore 3.5.0). Breaking changes can occur if versions differ.
fix
Ensure `pip install types-aiobotocore-iot==your.aiobotocore.version`.
affects: >=3.0.0
gotchaMypy may report missing imports if `boto3-stubs` is not installed. These types are defined in a stub-only package without runtime code.
fix
Install `boto3-stubs` as a dev dependency: `pip install boto3-stubs` or use a mypy plugin.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
2
Resources
types-aiobotocore-iot — pip install types-aiobotocore-iot · libregistry