AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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" 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.

Namespace: Amazon.Route53Domains
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual EnableDomainAutoRenewResponse EnableDomainAutoRenew(
         EnableDomainAutoRenewRequest request
)

Parameters

request
Type: Amazon.Route53Domains.Model.EnableDomainAutoRenewRequest

Container for the necessary parameters to execute the EnableDomainAutoRenew service method.

Return Value
Type: Amazon.Route53Domains.Model.EnableDomainAutoRenewResponse
The response from the EnableDomainAutoRenew service method, as returned by Route53Domains.

Exceptions

ExceptionCondition
InvalidInputException The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
UnsupportedTLDException Amazon Route 53 does not support this top-level domain.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5