Amazon.Route53Domains.AmazonRoute53DomainsClient.EnableDomainAutoRenew C# (CSharp) Method

EnableDomainAutoRenew() public method

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.

/// 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. /// /// The top-level domain does not support this operation. /// /// Amazon Route 53 does not support this top-level domain. ///
public EnableDomainAutoRenew ( Amazon.Route53Domains.Model.EnableDomainAutoRenewRequest request ) : Amazon.Route53Domains.Model.EnableDomainAutoRenewResponse
request Amazon.Route53Domains.Model.EnableDomainAutoRenewRequest Container for the necessary parameters to execute the EnableDomainAutoRenew service method.
return Amazon.Route53Domains.Model.EnableDomainAutoRenewResponse
        public EnableDomainAutoRenewResponse EnableDomainAutoRenew(EnableDomainAutoRenewRequest request)
        {
            var marshaller = new EnableDomainAutoRenewRequestMarshaller();
            var unmarshaller = EnableDomainAutoRenewResponseUnmarshaller.Instance;

            return Invoke<EnableDomainAutoRenewRequest,EnableDomainAutoRenewResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient