Values.EventStreamSummarySourceAn instance of EventStream in a list of EventStreams.
type nonrec t = {domainName : Name.t option;The unique name of the domain.
*)eventStreamName : Name.t option;The name of the event stream.
*)eventStreamArn : String1To255.t option;A unique identifier for the event stream.
*)state : EventStreamState.t option;The operational state of destination stream for export.
*)stoppedSince : Timestamp.t option;The timestamp when the State changed to STOPPED.
*)destinationSummary : DestinationSummary.t option;Summary information about the Kinesis data stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Structure of
(string
* [> `Enum of string
| `String of String1To255.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]