Smaws_Client_Firehose.ListDeliveryStreamsLists your Firehose streams in alphabetical order of their names.
The number of Firehose streams might be too large to return using a single call to ListDeliveryStreams. You can limit the number of Firehose 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 Firehose streams to list, you can request them by calling this operation again and setting the ExclusiveStartDeliveryStreamName parameter to the name of the last Firehose stream returned in the last call.
val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error ] -> stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_delivery_streams_input ->
(Types.list_delivery_streams_output, [> Smaws_Lib.Protocols.AwsJson.error ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_delivery_streams_input ->
(Types.list_delivery_streams_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error ] * Smaws_Lib.Response.metadata)
Stdlib.result