paws.networking (version 0.1.6)

route53domains_renew_domain: This operation renews a domain for the specified number of years

Description

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

Usage

route53domains_renew_domain(DomainName, DurationInYears,
  CurrentExpiryYear)

Arguments

DomainName

[required] The name of the domain that you want to renew.

DurationInYears

The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

Default: 1

CurrentExpiryYear

[required] The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.

Request syntax

svc$renew_domain(
  DomainName = "string",
  DurationInYears = 123,
  CurrentExpiryYear = 123
)

Details

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 Developer Guide.