Module Smaws_Client_Route53Domains.DisableDomainTransferLock

This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `OperationLimitExceeded of Types.operation_limit_exceeded | `TLDRulesViolation of Types.tld_rules_violation | `UnsupportedTLD of Types.unsupported_tl_d ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.disable_domain_transfer_lock_request -> (Types.disable_domain_transfer_lock_response, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `OperationLimitExceeded of Types.operation_limit_exceeded | `TLDRulesViolation of Types.tld_rules_violation | `UnsupportedTLD of Types.unsupported_tl_d ]) Stdlib.result