mypy-boto3-fms
Type annotations for boto3 FMS 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-fms is a type-stub package that adds complete type annotations for the AWS Firewall Manager service in boto3. It is generated automatically from boto3's service definitions and enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide accurate code completion, inline documentation, and type-checking for FMS API calls.
The package is a stub-only library—it contains no runtime code, only type definitions. It works alongside boto3 to catch type errors before runtime and improve developer experience through IDE autocompletion. Installation is straightforward via pip, and the package supports Python 3.9 through 3.14. It can be used in production code with TYPE_CHECKING guards to avoid adding a runtime dependency.
Use it for:
- Enable IDE autocomplete and type checking for AWS Firewall Manager API calls in VSCode or PyCharm without manual type annotations.
- Catch type errors in boto3 FMS code during development using mypy or pyright before deployment.
- Provide accurate inline documentation and parameter hints for FMS client methods, paginators, and data structures in your editor.
- Use as a development-only dependency with TYPE_CHECKING guards to avoid adding type stubs to production environments.
- Support type-aware refactoring and navigation in IDEs when working with AWS Firewall Manager resources.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's AWS Firewall Manager (FMS) service, compatible with mypy, pyright, VSCode, PyCharm, and other type-aware tools.
Yes. This package is worth installing if you use boto3's Firewall Manager service and want type safety and IDE support. It has low install friction, active maintenance, no vulnerabilities, a permissive MIT license, and is widely downloaded. Install it as a development dependency or with boto3-stubs[fms] for seamless integration; use TYPE_CHECKING guards if you want to exclude it from production.
Install
mypy-boto3-fms on PyPI
pip
pip install mypy-boto3-fmsuv
uv add mypy-boto3-fmspoetry
poetry add mypy-boto3-fmsInstalling mypy-boto3-fms
Before you install
Low friction installation with a single lightweight runtime dependency (typing-extensions). The package is actively maintained with recent releases and 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
# Install type stubs
python -m pip install 'boto3-stubs[fms]'
# Use in code with type checking
from boto3.session import Session
from mypy_boto3_fms import FMSClient
client: FMSClient = Session().client("fms")
# IDE now provides autocomplete and mypy checks the client usage
Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency of boto3-stubs or installed independently.
Verify before relying
- Performance impact on PyCharm with full boto3-stubs (documentation mentions potential slowness with Literal overloads, but workarounds exist).
- Whether the package is suitable for production environments when used with TYPE_CHECKING guards.
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 | 288,751/month — #8,014 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_fms-1.43.0-py3-none-any.whl
Keywords: boto3, fms, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-network-firewallProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-networkmanagerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-license-manager-linux-subscriptionsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-license-managerProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-license-manager-user-subscriptionsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-security-irProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-swfProvides type annotations and IDE…
permissive · top 15,000 on PyPI