v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1412215181.6 KB

Lists your delivery streams in alphabetical order of their names.

The number of delivery streams might be too large to return using a single call to ListDeliveryStreams. You can limit the number of delivery streams returned, using the Limit parameter. To determine whether there are more delivery streams to list, check the value of HasMoreDeliveryStreams in the output. If there are more delivery streams to list, you can request them by calling this operation again and setting the ExclusiveStartDeliveryStreamName parameter to the name of the last delivery stream returned in the last call.

post/#X-Amz-Target=Firehose_20150804.ListDeliveryStreams

Headers

X-Amz-Target'Firehose_20150804.ListDeliveryStreams' required

Request body

Limitinteger

The maximum number of delivery streams to list. The default value is 10.

DeliveryStreamType'DirectPut' | 'KinesisStreamAsSource'
<p>The delivery stream type. This can be one of the following values:</p> <ul> <li> <p> <code>DirectPut</code>: Provider applications access the delivery stream directly.</p> </li> <li> <p> <code>KinesisStreamAsSource</code>: The delivery stream uses a Kinesis data stream as a source.</p> </li> </ul> <p>This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.</p>
ExclusiveStartDeliveryStreamNamestring

The list of delivery streams returned by this call to <code>ListDeliveryStreams</code> will start with the delivery stream whose name comes alphabetically immediately after the name you specify in <code>ExclusiveStartDeliveryStreamName</code>.

Response

Success

DeliveryStreamNamesDeliveryStreamName[] required

The names of the delivery streams.

HasMoreDeliveryStreamsboolean required

Indicates whether there are more delivery streams available to list.