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"
)
)
| 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 given a string, which can either be a domain name or simply a word or phrase (without spaces) |
| 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 | This operation returns the operation IDs of operations that are not yet complete |
| 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 |
| 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 | This operation transfers a domain from another registrar to Amazon Route 53 |
| 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$check_domain_availability(
Foo = 123
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab