Registry / devops / types-boto3-apigatewaymanagementapi

types-boto3-apigatewaymanagementapi

JSON →
library1.43.0pypypiunverified

Type annotations for boto3 ApiGatewayManagementApi 1.43.0 service, generated by mypy-boto3-builder 8.12.0. Provides static type checking support for Python boto3 clients interacting with the Amazon API Gateway Management API. Current version 1.43.0. Released as part of the types-boto3 set following boto3 releases.

pip install types-boto3-apigatewaymanagementapi
INSTALL
IMPORT
SIG · TYPES-BOTO3-APIGAT
T
types-boto3-apigatewaymanagementapi
devopspythonv1.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.

ApiGatewayManagementApiClient
from types_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient
from mypy_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient

Basic usage: import the type annotation and create a typed boto3 client for ApiGatewayManagementApi.

from mypy_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient import boto3 client: ApiGatewayManagementApiClient = boto3.client('apigatewaymanagementapi', endpoint_url='https://your-api.execute-api.region.amazonaws.com/prod') response = client.post_to_connection(Data=b'Hello', ConnectionId='abc123') print(response['ResponseMetadata']['HTTPStatusCode'])
Debug
Known issues
breakingVersioning difference: This package version 1.43.0 corresponds to boto3 service version 1.43.0, not the overall boto3 package version. Ensure alignment to avoid type mismatches.
fix
Install the version that matches your boto3 service API version. Use `pip install types-boto3-apigatewaymanagementapi==<boto3-service-version>`
affects: >=1.0.0
gotchaThe import path is from mypy_boto3_apigatewaymanagementapi, not directly from types_boto3_apigatewaymanagementapi. The underscore vs hyphen in package name causes confusion.
fix
Use: from mypy_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient
affects: all
Upgrade
Version history
1.43.0latest on PyPI · released Apr 29, 2026
Audit
Dependencies
boto3requiredRequired to use the service client that gets annotated
Agent activity
6 hits · last 30 days
node
6
Resources
types-boto3-apigatewaymanagementapi — pip install types-boto3-apigatewaymanagementapi · libregistry