Values.DescribeMappedResourceConfigurationInputSourceReturns the most current information about the stream. The streamName or streamARN should be provided in the input.
type nonrec t = {streamName : StreamName.t option;The name of the stream.
*)streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the stream.
*)maxResults : MappedResourceConfigurationListLimit.t option;The maximum number of results to return in the response.
*)nextToken : NextToken.t option;The token to provide in your next request, to get another batch of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MappedResourceConfigurationListLimit.t
| `String of StreamName.t ])
list ]