

********
Firehose
********



======
Client
======



.. py:class:: Firehose.Client

  A low-level client representing Amazon Kinesis Firehose
   

  .. note::

    

    Amazon Data Firehose was previously known as Amazon Kinesis Data 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 supported destinations.

  ::

    
    import boto3
    
    client = boto3.client('firehose')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  firehose/client/can_paginate
  firehose/client/close
  firehose/client/create_delivery_stream
  firehose/client/delete_delivery_stream
  firehose/client/describe_delivery_stream
  firehose/client/get_paginator
  firehose/client/get_waiter
  firehose/client/list_delivery_streams
  firehose/client/list_tags_for_delivery_stream
  firehose/client/put_record
  firehose/client/put_record_batch
  firehose/client/start_delivery_stream_encryption
  firehose/client/stop_delivery_stream_encryption
  firehose/client/tag_delivery_stream
  firehose/client/untag_delivery_stream
  firehose/client/update_destination
