Values.DestinationSourceObject specifying the status of a Destination.
type nonrec t = {id : String_.t option;Unique identifier for this destination, assigned by IVS.
*)state : DestinationState.t option;State of the Composition Destination.
*)startTime : Time.t option;UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
*)endTime : Time.t option;UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
*)configuration : DestinationConfiguration.t option;Configuration used to create this destination.
*)detail : DestinationDetail.t option;Optional details regarding the status of the destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `String of DestinationConfigurationName.t
| `Structure of
(string
* [> `List of
[> `String of EncoderConfigurationArn.t
| `Structure of
(string
* [> `Integer of ThumbnailIntervalSeconds.t
| `List of [> `Enum of string ] list ])
list ]
list
| `String of ChannelArn.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Integer of
CompositionRecordingTargetSegmentDurationSeconds.t ])
list ])
list ])
list ])
list
| `Timestamp of Time.t ])
list ]