Values.StreamSummarySourceSummary information about a stream.
type nonrec t = {clusterIdentifier : ClusterId.t option;The ID of the cluster.
*)streamIdentifier : StreamId.t option;The ID of the stream.
*)arn : StreamArn.t option;The ARN of the stream.
*)creationTime : StreamCreationTime.t option;The timestamp when the stream was created.
*)status : StreamStatus.t option;The current status of the stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClusterId.t
| `Timestamp of StreamCreationTime.t ])
list ]