skillfed

mypy-boto3-fis

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

mypy-boto3-fis v1.43.0 319.8K downloads/30d#7,641 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library for boto3's FIS (Fault Injection Simulator) service, generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0. It provides complete type annotations for FIS client operations, paginators, and type definitions, enabling static type checking and IDE autocomplete in VSCode, PyCharm, Emacs, Sublime Text, and other editors that support mypy or pyright.

When installed, it allows developers to write boto3 FIS code with full type safety—the IDE and type checker can catch errors at development time rather than runtime. It works transparently with boto3 without requiring explicit type annotations in most cases, though it can be used with TYPE_CHECKING guards to keep it out of production dependencies if needed.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 FIS API calls in VSCode with Pylance or PyCharm.
  • Catch type errors in FIS client usage before runtime using mypy or pyright in CI/CD pipelines.
  • Generate type-safe paginators for FIS list operations (list_actions, list_experiments, etc.).
  • Document FIS API contracts in code through explicit type annotations for client, paginator, and response types.
  • Use in a TYPE_CHECKING block to get development-time type hints without adding a runtime dependency.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for the boto3 FIS (Fault Injection Simulator) service, enabling static type checking in mypy, pyright, and compatible editors.

Yes, if you use boto3 FIS in a Python project and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. Consider boto3-stubs-lite as an alternative if you experience PyCharm performance issues with the full stub set.

Install

mypy-boto3-fis on PyPI

pip

pip install mypy-boto3-fis

uv

uv add mypy-boto3-fis

poetry

poetry add mypy-boto3-fis

Installing mypy-boto3-fis

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.

Quickstart

pip install mypy-boto3-fis

from boto3.session import Session
from mypy_boto3_fis import FISClient

client: FISClient = Session().client("fis")
# Type checking and IDE autocomplete now work for FIS operations

Requires Python 3.9 or later; best used alongside a type checker like mypy or pyright, or an IDE with type-aware language server support.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved since the package was generated.
  • Specific performance characteristics when used with boto3-stubs versus boto3-stubs-lite for FIS workloads.

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

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

Keywords: boto3, fis, 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 fis type annotationsboto3 ide autocompletemypy boto3 stubsfault injection simulator typesboto3 static type checkingaws sdk type hints
type-stubsaws-sdkide-support

More Software Development packages