mypy-boto3-apigateway
Type annotations for boto3 APIGateway 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information for boto3's APIGateway service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type hints. When installed, it enables IDE autocomplete and catches type errors during development without requiring explicit type annotations in your code.
The package is designed as a companion to boto3 itself—it does not provide runtime functionality but only type metadata. It can be installed standalone or as part of boto3-stubs (a metapackage that covers multiple AWS services). The stub includes type annotations for the APIGatewayClient, paginators, waiters, and service resource types, allowing your type checker to validate method calls and return types at development time.
Use it for:
- Enable IDE autocomplete and type checking for APIGateway operations in VSCode or PyCharm without manual type annotations.
- Catch APIGateway API misuse (wrong method names, incorrect argument types) before runtime using mypy or pyright.
- Provide type hints for paginator and waiter objects when iterating over large APIGateway result sets.
- Reduce development friction in teams that enforce strict type checking on boto3 code.
- Use in TYPE_CHECKING blocks to add type safety without adding a production dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's APIGateway service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3's APIGateway service and want static type checking and IDE autocomplete. It has low install friction, no vulnerabilities, an MIT license, and is actively maintained. The only caveat is PyCharm users may experience performance issues with the full stub; they can use boto3-stubs-lite as an alternative if needed.
Install
mypy-boto3-apigateway on PyPI
pip
pip install mypy-boto3-apigatewayuv
uv add mypy-boto3-apigatewaypoetry
poetry add mypy-boto3-apigatewayInstalling mypy-boto3-apigateway
Before you install
Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install mypy-boto3-apigateway
from boto3.session import Session
from mypy_boto3_apigateway import APIGatewayClient
client: APIGatewayClient = Session().client("apigateway")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved in current versions.
- Exact compatibility matrix between this stub version (1.43.0) and different boto3 release versions beyond 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 | 2,154,702/month — #3,246 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_apigateway-1.43.0-py3-none-any.whl
Keywords: boto3, apigateway, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-apigatewayv2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-codepipelineProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI