Module Smaws_Client_Route53Domains.EnableDomainTransferLock

This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers. 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.enable_domain_transfer_lock_request -> (Types.enable_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