Copyright | (c) 2013-2021 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 |
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 Domains That You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.
Synopsis
- data EnableDomainAutoRenew = EnableDomainAutoRenew' {
- domainName :: Text
- newEnableDomainAutoRenew :: Text -> EnableDomainAutoRenew
- enableDomainAutoRenew_domainName :: Lens' EnableDomainAutoRenew Text
- data EnableDomainAutoRenewResponse = EnableDomainAutoRenewResponse' {
- httpStatus :: Int
- newEnableDomainAutoRenewResponse :: Int -> EnableDomainAutoRenewResponse
- enableDomainAutoRenewResponse_httpStatus :: Lens' EnableDomainAutoRenewResponse Int
Creating a Request
data EnableDomainAutoRenew Source #
See: newEnableDomainAutoRenew
smart constructor.
EnableDomainAutoRenew' | |
|
Instances
newEnableDomainAutoRenew Source #
Create a value of EnableDomainAutoRenew
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:EnableDomainAutoRenew'
, enableDomainAutoRenew_domainName
- The name of the domain that you want to enable automatic renewal for.
Request Lenses
enableDomainAutoRenew_domainName :: Lens' EnableDomainAutoRenew Text Source #
The name of the domain that you want to enable automatic renewal for.
Destructuring the Response
data EnableDomainAutoRenewResponse Source #
See: newEnableDomainAutoRenewResponse
smart constructor.
EnableDomainAutoRenewResponse' | |
|
Instances
newEnableDomainAutoRenewResponse Source #
Create a value of EnableDomainAutoRenewResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:EnableDomainAutoRenewResponse'
, enableDomainAutoRenewResponse_httpStatus
- The response's http status code.
Response Lenses
enableDomainAutoRenewResponse_httpStatus :: Lens' EnableDomainAutoRenewResponse Int Source #
The response's http status code.