v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1412215181.6 KB

Describes the specified delivery stream and its status. For example, after your delivery stream is created, call DescribeDeliveryStream to see whether the delivery stream is ACTIVE and therefore ready for data to be sent to it.

If the status of a delivery stream is CREATING_FAILED, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it. If the status is DELETING_FAILED, you can force deletion by invoking DeleteDeliveryStream again but with DeleteDeliveryStreamInput$AllowForceDelete set to true.

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

Headers

X-Amz-Target'Firehose_20150804.DescribeDeliveryStream' required

Request body

DeliveryStreamNamestring required

The name of the delivery stream.

Limitinteger

The limit on the number of destinations to return. You can have one destination per delivery stream.

ExclusiveStartDestinationIdstring

The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.

Response

Success