Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Route53Domains.EnableDomainAutoRenew
Description
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 associate, Gandi. Amazon 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.
Creating a Request
Arguments
:: Text | |
-> EnableDomainAutoRenew |
Creates a value of EnableDomainAutoRenew
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
edarDomainName
- The name of the domain that you want to enable automatic renewal for.
data EnableDomainAutoRenew #
See: enableDomainAutoRenew
smart constructor.
Instances
Request Lenses
edarDomainName :: Lens' EnableDomainAutoRenew Text #
The name of the domain that you want to enable automatic renewal for.
Destructuring the Response
enableDomainAutoRenewResponse #
Arguments
:: Int | |
-> EnableDomainAutoRenewResponse |
Creates a value of EnableDomainAutoRenewResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
edarrsResponseStatus
- -- | The response status code.
data EnableDomainAutoRenewResponse #
See: enableDomainAutoRenewResponse
smart constructor.
Response Lenses
edarrsResponseStatus :: Lens' EnableDomainAutoRenewResponse Int #
- - | The response status code.