Amazon Route 53 API actions let you register domain names and perform related operations.
route53domains(config = list())Optional configuration of credentials, endpoint, and/or region.
svc <- route53domains(
config = list(
credentials = list(
creds = list(
access_key_id = "string",
secret_access_key = "string",
session_token = "string"
),
profile = "string"
),
endpoint = "string",
region = "string"
)
)
| accept_domain_transfer_from_another_aws_account | Accepts the transfer of a domain from another AWS account to the current AWS account |
| cancel_domain_transfer_to_another_aws_account | Cancels the transfer of a domain from the current AWS account to another AWS account |
| check_domain_availability | This operation checks the availability of one domain name |
| check_domain_transferability | Checks whether a domain name can be transferred to Amazon Route 53 |
| delete_tags_for_domain | This operation deletes the specified tags for a domain |
| disable_domain_auto_renew | This operation disables automatic renewal of domain registration for the specified domain |
| disable_domain_transfer_lock | This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers |
| enable_domain_auto_renew | This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires |
| enable_domain_transfer_lock | This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers |
| get_contact_reachability_status | For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded |
| get_domain_detail | This operation returns detailed information about a specified domain that is associated with the current AWS account |
| get_domain_suggestions | The GetDomainSuggestions operation returns a list of suggested domain names |
| get_operation_detail | This operation returns the current status of an operation that is not completed |
| list_domains | This operation returns all the domain names registered with Amazon Route 53 for the current AWS account |
| list_operations | Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account |
| list_tags_for_domain | This operation returns all of the tags that are associated with the specified domain |
| register_domain | This operation registers a domain |
| reject_domain_transfer_from_another_aws_account | Rejects the transfer of a domain from another AWS account to the current AWS account |
| renew_domain | This operation renews a domain for the specified number of years |
| resend_contact_reachability_email | For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact |
| retrieve_domain_auth_code | This operation returns the AuthCode for the domain |
| transfer_domain | Transfers a domain from another registrar to Amazon Route 53 |
| transfer_domain_to_another_aws_account | Transfers a domain from the current AWS account to another AWS account |
| update_domain_contact | This operation updates the contact information for a particular domain |
| update_domain_contact_privacy | This operation updates the specified domain contact's privacy setting |
| update_domain_nameservers | This operation replaces the current set of name servers for the domain with the specified set of name servers |
| update_tags_for_domain | This operation adds or updates tags for a specified domain |
# NOT RUN {
svc <- route53domains()
svc$accept_domain_transfer_from_another_aws_account(
Foo = 123
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab