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