Smaws_Client_Kinesis.ListStreamConsumers
Lists the consumers registered to receive data from a stream using enhanced fan-out, and provides information about each consumer.
This operation has a limit of 5 transactions per second per stream.
val request :
Smaws_Lib.Context.t ->
Types.list_stream_consumers_input ->
(Types.list_stream_consumers_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ExpiredNextTokenException of Types.expired_next_token_exception
| `InvalidArgumentException of Types.invalid_argument_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ResourceInUseException of Types.resource_in_use_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result