paws.networking (version 0.1.6)

route53domains_enable_domain_transfer_lock: This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers

Description

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.

Usage

route53domains_enable_domain_transfer_lock(DomainName)

Arguments

DomainName

[required] The name of the domain that you want to set the transfer lock for.

Request syntax

svc$enable_domain_transfer_lock(
  DomainName = "string"
)