types-aiobotocore-iot-data
Type annotations for aiobotocore IoTDataPlane 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds complete type annotations to aiobotocore's IoTDataPlane service. It was generated by mypy-boto3-builder 8.12.0 and works with aiobotocore 3.9.0. When installed, it enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand and validate aiobotocore code at development time, providing code completion and catching type errors before runtime.
The package contains no runtime code—it is purely type information. It depends only on typing-extensions and installs as a lightweight wheel. It supports Python 3.9 through 3.14 and is actively maintained. The type annotations cover client operations, paginators, and type definitions for the IoTDataPlane service, allowing developers to write strongly-typed async AWS IoT code without manual type hints.
Use it for:
- Enable IDE autocomplete and type checking when writing async IoT Data Plane operations with aiobotocore in VSCode or PyCharm.
- Validate aiobotocore IoT Data Plane calls with mypy or pyright in CI/CD pipelines to catch type errors early.
- Provide explicit type hints for IoTDataPlaneClient, paginators, and service operations in production codebases.
- Reduce boilerplate by letting type checkers infer correct types for aiobotocore session and client creation.
- Support Pylint and other linters by making IoTDataPlane types available without production runtime dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for aiobotocore's IoTDataPlane service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.
Yes. This is a lightweight, actively maintained type stub with no security vulnerabilities, permissive MIT licensing, and low install friction. Install it if you use aiobotocore's IoTDataPlane service and want IDE support or static type checking. It is optional—aiobotocore works without it—but adds significant development-time value with minimal cost.
Install
types-aiobotocore-iot-data on PyPI
pip
pip install types-aiobotocore-iot-datauv
uv add types-aiobotocore-iot-datapoetry
poetry add types-aiobotocore-iot-dataInstalling types-aiobotocore-iot-data
Before you install
Low friction: pure Python wheel with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install types-aiobotocore-iot-data
from aiobotocore.session import get_session
from types_aiobotocore_iot_data import IoTDataPlaneClient
session = get_session()
async with session.create_client("iot-data") as client:
client: IoTDataPlaneClient
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether PyCharm performance issues with Literal overloads (referenced in docs) remain unresolved in current versions.
- Exact scope of type coverage for all IoTDataPlane operations, paginators, and waiters.
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 | 237,409/month — #8,960 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_iot_data-3.9.0-py3-none-any.whl
Keywords: aiobotocore, iot-data, 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
mypy-boto3-iot-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-connectProvides type stubs and annotations for the…
permissive · top 15,000 on PyPI