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

RenewDomain() public method

This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your AWS account.

We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain in the Amazon Route 53 documentation.

/// The request is already in progress for the domain. /// /// 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 number of operations or jobs running exceeded the allowed threshold for the account. /// /// The top-level domain does not support this operation. /// /// Amazon Route 53 does not support this top-level domain. ///
public RenewDomain ( RenewDomainRequest request ) : RenewDomainResponse
request Amazon.Route53Domains.Model.RenewDomainRequest Container for the necessary parameters to execute the RenewDomain service method.
return Amazon.Route53Domains.Model.RenewDomainResponse
        public RenewDomainResponse RenewDomain(RenewDomainRequest request)
        {
            var marshaller = new RenewDomainRequestMarshaller();
            var unmarshaller = RenewDomainResponseUnmarshaller.Instance;

            return Invoke<RenewDomainRequest,RenewDomainResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient