mypy-boto3-firehose
Type annotations for boto3 Firehose 1.43.29 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-firehose is a type-stub package that adds static type annotations for boto3's Firehose service. It's generated from boto3 1.43.29 and works with mypy, pyright, VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other IDEs that support Python type checking. When installed, it enables IDE autocomplete and type checking for Firehose client calls without requiring explicit type annotations in your code.
The package is a stub-only distribution—it contains no runtime code, only type definitions. It depends only on typing-extensions and is designed to be lightweight enough for development environments. The description notes that PyCharm may experience performance issues with the full stubs due to Literal overload complexity, and recommends the lite variant in that case. Type annotations can optionally be gated behind TYPE_CHECKING to avoid a production dependency.
Use it for:
- Enable IDE autocomplete and parameter hints when writing boto3 Firehose client code in VSCode or PyCharm.
- Catch type errors in Firehose API calls during development using mypy or pyright before runtime.
- Document expected argument types and return values for Firehose operations in your codebase.
- Use Firehose Literal types (e.g., AmazonOpenSearchServerlessS3BackupModeType) for type-safe enum-like values in function signatures.
- Integrate type checking into CI/CD pipelines to validate Firehose API usage across your project.
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 Firehose service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 Firehose and want IDE autocomplete and static type checking. Install friction is minimal (one lightweight dependency), maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm users may experience performance issues with the full stubs and should consider the lite variant instead.
Install
mypy-boto3-firehose on PyPI
pip
pip install mypy-boto3-firehoseuv
uv add mypy-boto3-firehosepoetry
poetry add mypy-boto3-firehoseInstalling mypy-boto3-firehose
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and was last updated 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
# Install
python -m pip install mypy-boto3-firehose
# Use in code
from boto3.session import Session
from mypy_boto3_firehose import FirehoseClient
client: FirehoseClient = Session().client("firehose")
# Type checking and IDE autocomplete now work
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 or have been addressed.
- Whether the lite variant (boto3-stubs-lite) offers meaningful performance improvements over the full stubs in typical IDE workflows.
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 — 63 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 627,755/month — #5,679 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_firehose-1.43.29-py3-none-any.whl
Keywords: boto3, firehose, 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
types-boto3-firehoseProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-firehoseProvides 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
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-cloudsearchProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-appflowProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-ebsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI