skillfed

mypy-boto3-fms

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

mypy-boto3-fms v1.43.0 288.8K downloads/30d#8,014 on PyPI670
Permissive license MIT Active released

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-fms

uv

uv add mypy-boto3-fms

poetry

poetry add mypy-boto3-fms

Installing 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

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 stubsaws firewall manager type hintsboto3 fms annotationsmypy boto3 stubside autocomplete boto3pyright boto3 typestype checking aws sdk
type-stubsaws-sdkide-support

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-network-firewall

Provides type annotations for boto3's…

permissive · top 15,000 on PyPI

mypy-boto3-fsx

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-networkmanager

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-appmesh

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-license-manager-linux-subscriptions

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-license-manager

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-license-manager-user-subscriptions

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-security-ir

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-swf

Provides type annotations and IDE…

permissive · top 15,000 on PyPI