Values.ControlOperationSummarySourceA summary of information about the specified control operation.
type nonrec t = {operationType : ControlOperationType.t option;The type of operation.
*)startTime : SyntheticTimestamp_date_time.t option;The time at which a control operation began.
*)endTime : SyntheticTimestamp_date_time.t option;The time at which the control operation was completed.
*)status : ControlOperationStatus.t option;The status of the specified control operation.
*)statusMessage : String_.t option;A speficic message displayed as part of the control status.
*)operationIdentifier : OperationIdentifier.t option;The unique identifier of a control operation.
*)controlIdentifier : ControlIdentifier.t option;The controlIdentifier of a control.
*)targetIdentifier : TargetIdentifier.t option;The unique identifier of the target of a control operation.
*)enabledControlIdentifier : Arn.t option;The controlIdentifier of an enabled control.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]