Values.CompositionSummarySourceSummary information about a Composition.
type nonrec t = {arn : CompositionArn.t option;ARN of the Composition resource.
*)stageArn : StageArn.t option;ARN of the attached stage.
*)destinations : DestinationSummaryList.t option;Array of Destination objects.
*)state : CompositionState.t option;State of the Composition resource.
*)startTime : Time.t option;UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.
*)endTime : Time.t option;UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Time.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CompositionArn.t
| `Timestamp of Time.t ])
list ]