Values.ControlOperationSourceAn operation performed by the control.
type nonrec t = {operationType : ControlOperationType.t option;One of ENABLE_CONTROL or DISABLE_CONTROL.
*)startTime : SyntheticTimestamp_date_time.t option;The time that the operation began.
*)endTime : SyntheticTimestamp_date_time.t option;The time that the operation finished.
*)status : ControlOperationStatus.t option;One of IN_PROGRESS, SUCEEDED, or FAILED.
*)statusMessage : String_.t option;If the operation result is FAILED, this string contains a message explaining why the operation failed.
*)operationIdentifier : OperationIdentifier.t option;The identifier of the specified operation.
*)controlIdentifier : ControlIdentifier.t option;The controlIdentifier of the control for the operation.
*)targetIdentifier : TargetIdentifier.t option;The target upon which the control operation is working.
*)enabledControlIdentifier : Arn.t option;The controlIdentifier of the enabled control.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]