ExAws v1.1.1 ExAws.Firehose
AWS Kinesis Firehose
Summary
Functions
Creates stream
Deletes stream
Describe Stream
Lists streams
Puts a record on a stream
Put multiple records on a stream
Updates the specified destination of the specified delivery stream
Types
Functions
create_delivery_stream(stream_name, shard_count \\ 1)
create_delivery_stream(stream_name :: stream_name, opts :: create_delivery_stream_opts) :: ExAws.Operation.JSON.t
Creates stream
delete_delivery_stream(stream_name)
delete_delivery_stream(stream_name :: stream_name) :: ExAws.Operation.JSON.t
Deletes stream
describe_delivery_stream(stream_name, opts \\ [])
describe_delivery_stream(stream_name :: stream_name, opts :: describe_delivery_stream_opts) :: ExAws.Operation.JSON.t
Describe Stream
list_delivery_streams(opts \\ [])
list_delivery_streams(opts :: list_delivery_stream_opts) :: ExAws.Operation.JSON.t
Lists streams
put_record_batch(stream_name, records)
put_record_batch(stream_name :: stream_name, records :: [put_record_batch_record]) :: ExAws.Operation.JSON.t
Put multiple records on a stream
update_destination(stream_name, version_id, destination_id, opts \\ [])
update_destination(stream_name :: stream_name, version_id :: binary, destination_id :: binary, opts :: update_destination_opts) :: ExAws.Operation.JSON.t
Updates the specified destination of the specified delivery stream.