Class: AWS.Route53Domains
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.Route53Domains
- Identifier:
- route53domains
- API Version:
- 2014-05-15
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
Amazon Route 53 API actions let you register domain names and perform related operations.
Sending a Request Using Route53Domains
var route53domains = new AWS.Route53Domains();
route53domains.acceptDomainTransferFromAnotherAwsAccount(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the Route53Domains object uses this specific API, you can
construct the object by passing the apiVersion option to the constructor:
var route53domains = new AWS.Route53Domains({apiVersion: '2014-05-15'});
You can also set the API version globally in AWS.config.apiVersions using
the route53domains service identifier:
AWS.config.apiVersions = {
route53domains: '2014-05-15',
// other service API versions
};
var route53domains = new AWS.Route53Domains();
Constructor Summary collapse
-
new AWS.Route53Domains(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
acceptDomainTransferFromAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account.
-
associateDelegationSignerToDomain(params = {}, callback) ⇒ AWS.Request
Creates a delegation signer (DS) record in the registry zone for this domain name.
Note that creating DS record at the registry impacts DNSSEC validation of your DNS records.
-
cancelDomainTransferToAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account.
-
checkDomainAvailability(params = {}, callback) ⇒ AWS.Request
This operation checks the availability of one domain name.
-
checkDomainTransferability(params = {}, callback) ⇒ AWS.Request
Checks whether a domain name can be transferred to Amazon Route 53.
-
deleteDomain(params = {}, callback) ⇒ AWS.Request
This operation deletes the specified domain.
-
deleteTagsForDomain(params = {}, callback) ⇒ AWS.Request
This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
. -
disableDomainAutoRenew(params = {}, callback) ⇒ AWS.Request
This operation disables automatic renewal of domain registration for the specified domain.
.
-
disableDomainTransferLock(params = {}, callback) ⇒ AWS.Request
This operation removes the transfer lock on the domain (specifically the
clientTransferProhibitedstatus) to allow domain transfers. -
disassociateDelegationSignerFromDomain(params = {}, callback) ⇒ AWS.Request
Deletes a delegation signer (DS) record in the registry zone for this domain name.
.
-
enableDomainAutoRenew(params = {}, callback) ⇒ AWS.Request
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires.
-
enableDomainTransferLock(params = {}, callback) ⇒ AWS.Request
This operation sets the transfer lock on the domain (specifically the
clientTransferProhibitedstatus) to prevent domain transfers. -
getContactReachabilityStatus(params = {}, callback) ⇒ AWS.Request
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.
If you want us to resend the email, use the
.ResendContactReachabilityEmailoperation. -
getDomainDetail(params = {}, callback) ⇒ AWS.Request
This operation returns detailed information about a specified domain that is associated with the current Amazon Web Services account.
-
getDomainSuggestions(params = {}, callback) ⇒ AWS.Request
The GetDomainSuggestions operation returns a list of suggested domain names.
.
-
getOperationDetail(params = {}, callback) ⇒ AWS.Request
This operation returns the current status of an operation that is not completed.
.
-
listDomains(params = {}, callback) ⇒ AWS.Request
This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.
.
-
listOperations(params = {}, callback) ⇒ AWS.Request
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.
-
listPrices(params = {}, callback) ⇒ AWS.Request
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
-
Registration
-
Transfer
-
Owner change
-
Domain renewal
-
Domain restoration
-
-
listTagsForDomain(params = {}, callback) ⇒ AWS.Request
This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
. -
pushDomain(params = {}, callback) ⇒ AWS.Request
Moves a domain from Amazon Web Services to another registrar.
-
registerDomain(params = {}, callback) ⇒ AWS.Request
This operation registers a domain.
-
rejectDomainTransferFromAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Rejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account.
-
renewDomain(params = {}, callback) ⇒ AWS.Request
This operation renews a domain for the specified number of years.
-
resendContactReachabilityEmail(params = {}, callback) ⇒ AWS.Request
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.
.
-
resendOperationAuthorization(params = {}, callback) ⇒ AWS.Request
Resend the form of authorization email for this operation.
-
retrieveDomainAuthCode(params = {}, callback) ⇒ AWS.Request
This operation returns the authorization code for the domain.
-
transferDomain(params = {}, callback) ⇒ AWS.Request
Transfers a domain from another registrar to Amazon Route 53.
-
transferDomainToAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account.
-
updateDomainContact(params = {}, callback) ⇒ AWS.Request
This operation updates the contact information for a particular domain.
-
updateDomainContactPrivacy(params = {}, callback) ⇒ AWS.Request
This operation updates the specified domain contact's privacy setting.
-
updateDomainNameservers(params = {}, callback) ⇒ AWS.Request
This operation replaces the current set of name servers for the domain with the specified set of name servers.
-
updateTagsForDomain(params = {}, callback) ⇒ AWS.Request
This operation adds or updates tags for a specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
. -
viewBilling(params = {}, callback) ⇒ AWS.Request
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.Route53Domains(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
acceptDomainTransferFromAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using TransferDomainToAnotherAwsAccount.
If you use the CLI command at accept-domain-transfer-from-another-aws-account, use JSON format as input instead of text because otherwise CLI will throw an error from domain transfer input that includes single quotes.
Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
associateDelegationSignerToDomain(params = {}, callback) ⇒ AWS.Request
Creates a delegation signer (DS) record in the registry zone for this domain name.
Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.
cancelDomainTransferToAnotherAwsAccount(params = {}, callback) ⇒ AWS.Request
Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.
You must cancel the transfer before the other Amazon Web Services account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.
Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
checkDomainAvailability(params = {}, callback) ⇒ AWS.Request
This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
checkDomainTransferability(params = {}, callback) ⇒ AWS.Request
Checks whether a domain name can be transferred to Amazon Route 53.
deleteDomain(params = {}, callback) ⇒ AWS.Request
This operation deletes the specified domain. This action is permanent. For more information, see Deleting a domain name registration.
To transfer the domain registration to another registrar, use the transfer process that’s provided by the registrar to which you want to transfer the registration. Otherwise, the following apply:
-
You can’t get a refund for the cost of a deleted domain registration.
-
The registry for the top-level domain might hold the domain name for a brief time before releasing it for other users to register (varies by registry).
-
When the registration has been deleted, we'll send you a confirmation to the registrant contact. The email will come from
noreply@domainnameverification.netornoreply@registrar.amazon.com.
deleteTagsForDomain(params = {}, callback) ⇒ AWS.Request
This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
disableDomainAutoRenew(params = {}, callback) ⇒ AWS.Request
This operation disables automatic renewal of domain registration for the specified domain.
disableDomainTransferLock(params = {}, callback) ⇒ AWS.Request
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.
disassociateDelegationSignerFromDomain(params = {}, callback) ⇒ AWS.Request
Deletes a delegation signer (DS) record in the registry zone for this domain name.
enableDomainAutoRenew(params = {}, callback) ⇒ AWS.Request
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your Amazon Web Services account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see Domains That You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.
enableDomainTransferLock(params = {}, callback) ⇒ AWS.Request
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.
getContactReachabilityStatus(params = {}, callback) ⇒ AWS.Request
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.
If you want us to resend the email, use the ResendContactReachabilityEmail operation.