--- id: mypy-boto3-iotevents-data version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iotevents-data — Type annotations for boto3 IoTEventsData 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 236.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's IoTEventsData service client. It is generated automatically from boto3 service definitions using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide code completion, inline documentation, and type validation as you write AWS SDK code. The package contains no runtime logic—it only provides type hints via typing-extensions and is safe to use in development environments. It supports Python 3.9 through 3.14 and integrates seamlessly with boto3 without requiring explicit type annotations in your code. The documentation notes that some IDEs may experience performance issues with full Literal overloads. Use it for: - Enable IDE autocomplete and inline type hints when writing boto3 IoTEventsData client code in VSCode or PyCharm. - Catch type errors in AWS SDK calls during development using mypy or pyright before runtime. - Document expected parameter types and return values for IoTEventsData service operations. - Reduce boilerplate by letting your IDE infer types instead of writing manual type annotations. - Integrate type checking into CI/CD pipelines to validate AWS SDK usage across your codebase. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's IoTEventsData service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes, if you use boto3's IoTEventsData service and want static type checking or IDE autocompletion. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat is potential performance degradation in some IDEs with full Literal overloads. ## Install pip install mypy-boto3-iotevents-data uv add mypy-boto3-iotevents-data poetry add mypy-boto3-iotevents-data ## Installing mypy-boto3-iotevents-data Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-iotevents-data from boto3.session import Session from mypy_boto3_iotevents_data import IoTEventsDataClient client: IoTEventsDataClient = Session().client('iotevents-data') Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Performance impact in PyCharm relative to lite variant mentioned in documentation. - Whether type coverage is complete for all IoTEventsData service operations and parameters. - Compatibility with boto3 versions other than 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 236.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, iotevents-data type annotations, aws sdk type hints, mypy boto3 stubs, ide autocomplete aws, pyright boto3 types, static type checking aws, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iotevents-data) · [View on PyPI](https://pypi.org/project/mypy-boto3-iotevents-data/)