--- id: types-boto3-apigatewaymanagementapi version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-apigatewaymanagementapi — Type annotations for boto3 ApiGatewayManagementApi 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 103.9K/mo ## What it is and what it does This package is a type stub library for boto3's ApiGatewayManagementApi service, generated by mypy-boto3-builder. It provides complete type annotations and IDE-aware type hints so that when you use boto3 to interact with API Gateway Management endpoints, your editor and type checker can validate your code and offer accurate autocompletion without requiring explicit type annotations in your source. The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. Installation is straightforward—either as a standalone package or as part of the broader types-boto3 collection—and the library has no production dependencies beyond typing-extensions. It's generated from boto3 1.43.0 and updated regularly to track boto3 releases. Use it for: - Enable IDE autocomplete and type checking when writing boto3 code for API Gateway Management without manual type annotations. - Catch type errors in boto3 ApiGatewayManagementApi calls during development using mypy or pyright in CI/CD pipelines. - Provide accurate code completion in VSCode with Pylance or in PyCharm for faster, more confident API Gateway Management client code. - Use TYPE_CHECKING guards to keep type stubs out of production dependencies while still getting full IDE support during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and annotations for boto3's ApiGatewayManagementApi service, enabling IDE code completion and static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's ApiGatewayManagementApi and want IDE type checking and autocompletion. It has low install friction, active maintenance, MIT licensing, no security issues, and is widely downloaded. The only caveat is PyCharm performance with Literal overloads—if you use PyCharm, consider the lite variant or use mypy/pyright instead. ## Install pip install types-boto3-apigatewaymanagementapi uv add types-boto3-apigatewaymanagementapi poetry add types-boto3-apigatewaymanagementapi ## Installing types-boto3-apigatewaymanagementapi Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance as of 2026-06-22 with recent releases. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install types-boto3-apigatewaymanagementapi from boto3.session import Session from types_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient client: ApiGatewayManagementApiClient = Session().client("apigatewaymanagementapi") Requires Python 3.9 or later; boto3 must be installed separately in your project. Verify before relying: - Whether PyCharm performance issues with Literal overloads mentioned in docs have been resolved since the package's last update. - Whether the lite variant (types-boto3-lite) provides meaningful performance benefits for your specific IDE setup. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 103.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, apigatewaymanagementapi stubs, mypy boto3 types, pyright type hints aws, ide autocomplete boto3, static type checking aws sdk, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/types-boto3-apigatewaymanagementapi) · [View on PyPI](https://pypi.org/project/types-boto3-apigatewaymanagementapi/)