Firehose#
Client#
- class Firehose.Client#
 A low-level client representing Amazon Kinesis Firehose
Amazon Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch Service, Amazon Redshift, Splunk, and various other supportd destinations.
import boto3 client = boto3.client('firehose')
These are the available methods:
- can_paginate
 - close
 - create_delivery_stream
 - delete_delivery_stream
 - describe_delivery_stream
 - get_paginator
 - get_waiter
 - list_delivery_streams
 - list_tags_for_delivery_stream
 - put_record
 - put_record_batch
 - start_delivery_stream_encryption
 - stop_delivery_stream_encryption
 - tag_delivery_stream
 - untag_delivery_stream
 - update_destination