Values.GetOperationDetailResponseSourceThe GetOperationDetail response includes the following elements.
type nonrec t = {operationId : OperationId.t option;The identifier for the operation.
*)status : OperationStatus.t option;The current status of the requested operation in the system.
*)message : ErrorMessage.t option;Detailed information on the status including possible errors.
*)domainName : DomainName.t option;The name of a domain.
*)type_ : OperationType.t option;The type of operation that was requested.
*)submittedDate : Timestamp.t option;The date when the request was submitted.
*)lastUpdatedDate : Timestamp.t option;The date when the operation was last updated.
*)statusFlag : StatusFlag.t option;Lists any outstanding operations that require customer action. Valid values are: PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain. PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email. PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate. PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of OperationId.t
| `Timestamp of Timestamp.t ])
list ]