Module Values.CancelDomainTransferToAnotherAwsAccountResponseSource

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

Sourcetype nonrec t = {
  1. operationId : OperationId.t option;
    (*

    The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidInput of InvalidInput.t
  2. | `OperationLimitExceeded of OperationLimitExceeded.t
  3. | `UnsupportedTLD of UnsupportedTLD.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?operationId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidInput of InvalidInput.t | `OperationLimitExceeded of OperationLimitExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedTLD of UnsupportedTLD.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidInput of InvalidInput.t | `OperationLimitExceeded of OperationLimitExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedTLD of UnsupportedTLD.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t