Values.OperationSummarySourceA complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.
type nonrec t = {id : OperationId.t option;The ID for an operation.
*)status : OperationStatus.t option;The status of the operation. Values include the following: SUBMITTED: This is the initial state immediately after you submit a request. PENDING: Cloud Map is performing the operation. SUCCESS: The operation succeeded. FAIL: The operation failed. For the failure reason, see ErrorMessage.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OperationId.t ]) list ]