mypy-boto3-fis
Type annotations for boto3 FIS 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 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-fisuv
uv add mypy-boto3-fispoetry
poetry add mypy-boto3-fisInstalling 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
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-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-swfProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-stepfunctionsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-inspectorProvides type annotations for boto3's Inspector…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI