Skip to content

ListDeliveryStreams

Source: src/AWS/Firehose/ListDeliveryStreams.ts

Runtime binding for firehose:ListDeliveryStreams.

An account-level binding — call it with no arguments to get a callable that lists delivery stream names in the region (paged via ExclusiveStartDeliveryStreamName + HasMoreDeliveryStreams). Provide the ListDeliveryStreamsHttp layer on the Function to satisfy the binding.

const listDeliveryStreams = yield* AWS.Firehose.ListDeliveryStreams();
const response = yield* listDeliveryStreams();
const names = response.DeliveryStreamNames;