Amazon Route 53 Domains

2014/10/23 - Amazon Route 53 Domains - 2 new api methods

EnableDomainAutoRenew (new) Link ¶

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 AWS account.

The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see "Renewal, restoration, and deletion times" (http://wiki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times) on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline.

Request Syntax

client.enable_domain_auto_renew(
    DomainName='string'
)
type DomainName

string

param DomainName

[REQUIRED]

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

DisableDomainAutoRenew (new) Link ¶

This operation disables automatic renewal of domain registration for the specified domain.

Request Syntax

client.disable_domain_auto_renew(
    DomainName='string'
)
type DomainName

string

param DomainName

[REQUIRED]

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --