--- id: mypy-boto3-iot-data version: "1.43.17" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iot-data — Type annotations for boto3 IoTDataPlane 1.43.17 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 338.3K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for boto3's IoTDataPlane service. It is generated automatically from boto3 1.43.17 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide IDE autocompletion and static type checking without requiring explicit type annotations in your code. The package includes type definitions for the IoTDataPlaneClient, paginators, and service-specific types. It is designed as a development-time dependency—you can use TYPE_CHECKING guards to exclude it from production builds. The library has no external dependencies beyond typing-extensions and supports Python 3.9 through 3.14. Use it for: - Enable IDE autocompletion and inline documentation for boto3 IoTDataPlane API calls in VSCode or PyCharm. - Catch type errors in boto3 IoTDataPlane code during development using mypy or pyright before runtime. - Provide explicit type hints for paginator objects when iterating over large result sets from IoTDataPlane. - Integrate boto3 IoTDataPlane type checking into CI/CD pipelines using mypy or pyright. - Support team development by making IoTDataPlane API contracts visible and discoverable in the IDE. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's IoTDataPlane service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's IoTDataPlane service and want static type checking and IDE support. It has low install friction, no security vulnerabilities, active maintenance, and a permissive license. Note that PyCharm users may experience performance issues with the full variant; consider boto3-stubs-lite as an alternative if that occurs. ## Install pip install mypy-boto3-iot-data uv add mypy-boto3-iot-data poetry add mypy-boto3-iot-data ## Installing mypy-boto3-iot-data Before you install: Low install friction; single runtime dependency on typing-extensions. Actively maintained with recent commits and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-iot-data from boto3.session import Session from mypy_boto3_iot_data import IoTDataPlaneClient client: IoTDataPlaneClient = Session().client("iot-data") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Performance impact in PyCharm; documentation notes potential slowness with Literal overloads but does not quantify the effect. - Whether the lite variant (boto3-stubs-lite) is a better default for most users given the PyCharm performance caveats mentioned. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 338.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs iot-data, mypy annotations aws iot, boto3 iot-data type hints, aws iot dataplane typing, ide autocomplete boto3 iot, static type checking boto3, mypy boto3 stubs, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iot-data) · [View on PyPI](https://pypi.org/project/mypy-boto3-iot-data/)