Values_0.StreamSummarySourceA summary of a stream.
type nonrec t = {streamId : StreamId.t option;The stream ID.
*)streamArn : StreamArn.t option;The stream ARN.
*)streamVersion : StreamVersion.t option;The stream version.
*)description : StreamDescription.t option;A description of the stream.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of StreamVersion.t | `String of StreamId.t ]) list ]