Skip to content

Firehose module#

Index > Firehose

Auto-generated documentation for Firehose type annotations stubs module types-aiobotocore-firehose.

How to install#

From PyPI with pip#

Install types-aiobotocore for Firehose service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[firehose]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[firehose]'


# standalone installation
python -m pip install types-aiobotocore-firehose

How to uninstall#

python -m pip uninstall -y types-aiobotocore-firehose

Usage#

Code samples can be found in Examples.

FirehoseClient#

Type annotations and code completion for session.create_client("firehose") as FirehoseClient boto3 documentation

# FirehoseClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_firehose.client import FirehoseClient


session = get_session()
async with session.create_client("firehose") as client:
    client: FirehoseClient

Literals#

Type annotations for literals used in methods and schema.

# AmazonOpenSearchServerlessS3BackupModeType usage example

from types_aiobotocore_firehose.literals import AmazonOpenSearchServerlessS3BackupModeType

def get_value() -> AmazonOpenSearchServerlessS3BackupModeType:
    return "AllDocuments"

Type definitions#

Type annotations for type definitions used in methods and schema.