Lists your delivery streams in alphabetical order of their names.
See https://www.paws-r-sdk.com/docs/firehose_list_delivery_streams/ for full documentation.
firehose_list_delivery_streams(
Limit = NULL,
DeliveryStreamType = NULL,
ExclusiveStartDeliveryStreamName = NULL
)The maximum number of delivery streams to list. The default value is 10.
The delivery stream type. This can be one of the following values:
DirectPut: Provider applications access the delivery stream
directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data
stream as a source.
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
The list of delivery streams returned by this call to
list_delivery_streams will start
with the delivery stream whose name comes alphabetically immediately
after the name you specify in ExclusiveStartDeliveryStreamName.