Values.StreamSummarySourceThe summary of a stream.
type nonrec t = {streamName : StreamName.t option;The name of a stream.
*)streamARN : StreamARN.t option;The ARN of the stream.
*)streamStatus : StreamStatus.t option;The status of the stream.
*)streamModeDetails : StreamModeDetails.t option;streamCreationTimestamp : Timestamp.t option;The timestamp at which the stream was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StreamName.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]