Module Values.TransferDomainToAnotherAwsAccountResponseSource

The TransferDomainToAnotherAwsAccount response includes the following elements.

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

    Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

    *)
  2. password : Password.t option;
    (*

    To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

    *)
}
Sourcetype nonrec error = [
  1. | `DuplicateRequest of DuplicateRequest.t
  2. | `InvalidInput of InvalidInput.t
  3. | `OperationLimitExceeded of OperationLimitExceeded.t
  4. | `UnsupportedTLD of UnsupportedTLD.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?operationId:??? -> ?password:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DuplicateRequest of DuplicateRequest.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 -> [> `DuplicateRequest of DuplicateRequest.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