Smaws_Client_Route53Domains.CancelDomainTransferToAnotherAwsAccountCancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.
You must cancel the transfer before the other Amazon Web Services account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.
Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.cancel_domain_transfer_to_another_aws_account_request ->
(Types.cancel_domain_transfer_to_another_aws_account_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.cancel_domain_transfer_to_another_aws_account_request ->
(Types.cancel_domain_transfer_to_another_aws_account_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `UnsupportedTLD of Types.unsupported_tl_d ]
* Smaws_Lib.Response.metadata)
Stdlib.result