skillfed

types-aiobotocore-firehose

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

types-aiobotocore-firehose v3.9.0 92.7K downloads/30d#13,439 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to aiobotocore's Firehose service. It enables IDEs, type checkers, and linters to understand the structure and methods of the Firehose client without requiring explicit type annotations in your code. The stubs are generated automatically from AWS service definitions using mypy-boto3-builder and kept in sync with aiobotocore releases.

When installed, it provides autocomplete suggestions, inline documentation, and compile-time type checking in VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and standalone tools like mypy and pyright. The package is a pure stub-only distribution with no runtime code—it only affects development-time tooling and has no impact on production behavior.

Use it for:

  • Enable IDE autocomplete and inline documentation when writing aiobotocore Firehose client code in VSCode or PyCharm.
  • Catch type errors in Firehose API calls before runtime using mypy or pyright in CI/CD pipelines.
  • Add explicit type annotations to Firehose client variables for better code clarity and IDE support.
  • Use Firehose Literal types (e.g., AmazonOpenSearchServerlessS3BackupModeType) to validate enum-like parameters at type-check time.
  • Integrate type checking into editor workflows without modifying production code or adding runtime dependencies.

Worth the install?

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

Provides type annotations and IDE autocomplete support for aiobotocore's Firehose service, enabling static type checking with mypy, pyright, and editor plugins.

Yes. Install this if you use aiobotocore's Firehose service and want IDE autocomplete, type checking, or both. It has minimal friction (one lightweight dependency), no security issues, and is actively maintained. The MIT license poses no restrictions. Skip only if you have no IDE or type-checker integration in your workflow.

Install

types-aiobotocore-firehose on PyPI

pip

pip install types-aiobotocore-firehose

uv

uv add types-aiobotocore-firehose

poetry

poetry add types-aiobotocore-firehose

Installing types-aiobotocore-firehose

Before you install

Low friction installation with a single lightweight dependency (typing-extensions). 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
python -m pip install types-aiobotocore-firehose

# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_firehose import FirehoseClient

session = get_session()
async with session.create_client("firehose") as client:
    client: FirehoseClient  # Type checker now understands client methods

Requires Python 3.9 or later; aiobotocore must be installed separately as a runtime dependency.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (mentioned in docs) affect real-world usage significantly.
  • Whether the lite variant (types-aiobotocore-lite) offers meaningfully better IDE performance for typical Firehose 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 — 12 days since the last release
Last repo commit
First released
Downloads 92,650/month — #13,439 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_firehose-3.9.0-py3-none-any.whl

Keywords: aiobotocore, firehose, aiobotocore-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

aiobotocore type stubsfirehose type annotationsboto3 type hintsmypy aws sdk typesaiobotocore ide autocompletefirehose client typingpyright aws stubs
type-stubsaws-sdkasync-io

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-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-boto3-firehose

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-firehose

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-wafv2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sagemaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI