Registry / type-stubs / types-boto3-events

types-boto3-events

JSON →
library1.43.0pypypiunverified

Type annotations for boto3 EventBridge (Amazon EventBridge) service, generated with mypy-boto3-builder. This package provides static type stubs for boto3's events client, enabling type checking and autocomplete in IDEs. Version 1.43.0 targets the EventBridge API version 1.43.0. Released weekly.

pip install types-boto3-events
INSTALL
IMPORT
SIG · TYPES-BOTO3-EVENTS
T
types-boto3-events
type-stubspythonv1.43.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EventBridgeClient
from types_boto3_events.client import EventBridgeClient
from mypy_boto3_events.client import EventBridgeClient

Verify type-annotated client works

import boto3 from mypy_boto3_events import EventBridgeClient client: EventBridgeClient = boto3.client('events', region_name='us-east-1') print(client.list_event_buses()['EventBuses'])
Debug
Known issues
breakingIn version 8.9.0, TypeDef names for packed method arguments were shortened (e.g., CreateDistributionRequestRequestTypeDef became CreateDistributionRequestTypeDef), which may break code relying on old names.
fix
Update any references to shortened TypeDef names accordingly.
affects: <1.43.0 (if using builder 8.9.0+)
breakingIn version 8.12.0, support for Python 3.8 was dropped. This package now requires Python >=3.9.
fix
Upgrade Python to 3.9 or later, or pin an older version of types-boto3-events if Python 3.8 is required.
affects: 1.43.0+
gotchaEnsure you have installed the matching version of types-boto3-events for your boto3 version. Mismatches can cause type errors or missing attributes.
fix
Use 'pip install types-boto3-events' and keep it updated alongside boto3.
affects: all
deprecatedLegacy mypy-boto3 product was moved to a separate package and is no longer generated along with boto3-stubs. If you rely on the old 'boto3-stubs[events]' extra, update to 'types-boto3-events'.
fix
Install types-boto3-events directly instead of using the old extra.
affects: since builder 8.9.0 (approx 2024)
Upgrade
Version history
1.43.0latest on PyPI · released Apr 29, 2026
Audit
Dependencies
boto3-stubsrequiredCore dependency for boto3 stubs
typing-extensionsoptionalRuntime dependency for Python <3.11
Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
types-boto3-events — pip install types-boto3-events · libregistry