skillfed

mypy-boto3-iotevents-data

Type annotations for boto3 IoTEventsData 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-iotevents-data v1.43.0 236.2K downloads/30d#8,988 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-iotevents-data on PyPI

pip

pip install mypy-boto3-iotevents-data

uv

uv add mypy-boto3-iotevents-data

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 107 days since the last release
Last repo commit
First released
Downloads 236,226/month — #8,988 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_iotevents_data-1.43.0-py3-none-any.whl

Keywords: boto3, iotevents-data, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsiotevents-data type annotationsaws sdk type hintsmypy boto3 stubside autocomplete awspyright boto3 typesstatic type checking aws
type-stubsaws-sdkstatic-typing

More Software Development packages