Smaws_Client_DynamoDBStreams.ListStreams
val request :
Smaws_Lib.Context.t ->
list_streams_input ->
(list_streams_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Returns an array of stream ARNs associated with the current account and endpoint. If the TableName
parameter is present, then ListStreams
will return only the streams ARNs for that table.
You can call ListStreams
at a maximum rate of 5 times per second.