skillfed

mypy-boto3-firehose

Type annotations for boto3 Firehose 1.43.29 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-firehose v1.43.29 627.8K downloads/30d#5,679 on PyPI670
Permissive license MIT Active released

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

uv

uv add mypy-boto3-firehose

poetry

poetry add mypy-boto3-firehose

Installing 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

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 stubs firehoseaws firehose type annotationsmypy boto3 firehoseboto3 firehose autocompletetype checking aws firehosefirehose client type hintsboto3-stubs firehose
type-stubsaws-sdkboto3

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

types-boto3-firehose

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-firehose

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs

Provides type stubs and annotations for boto3…

permissive · top 1,000 on PyPI

mypy-boto3-cloudsearch

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-appflow

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI