skillfed

types-boto3-apigatewaymanagementapi

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

types-boto3-apigatewaymanagementapi v1.43.0 103.9K downloads/30d#12,779 on PyPI670
Permissive license MIT Active released

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

types-boto3-apigatewaymanagementapi on PyPI

pip

pip install types-boto3-apigatewaymanagementapi

uv

uv add types-boto3-apigatewaymanagementapi

poetry

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 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 103,866/month — #12,779 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, apigatewaymanagementapi, 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 annotationsapigatewaymanagementapi stubsmypy boto3 typespyright type hints awside autocomplete boto3static type checking aws sdk
type-stubsaws-sdkide-support

More Software Development packages