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 |
Amazonka.Route53Domains.DisableDomainAutoRenew
Description
This operation disables automatic renewal of domain registration for the specified domain.
Synopsis
- data DisableDomainAutoRenew = DisableDomainAutoRenew' {
- domainName :: Text
- newDisableDomainAutoRenew :: Text -> DisableDomainAutoRenew
- disableDomainAutoRenew_domainName :: Lens' DisableDomainAutoRenew Text
- data DisableDomainAutoRenewResponse = DisableDomainAutoRenewResponse' {
- httpStatus :: Int
- newDisableDomainAutoRenewResponse :: Int -> DisableDomainAutoRenewResponse
- disableDomainAutoRenewResponse_httpStatus :: Lens' DisableDomainAutoRenewResponse Int
Creating a Request
data DisableDomainAutoRenew Source #
See: newDisableDomainAutoRenew
smart constructor.
Constructors
DisableDomainAutoRenew' | |
Fields
|
Instances
newDisableDomainAutoRenew Source #
Create a value of DisableDomainAutoRenew
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:DisableDomainAutoRenew'
, disableDomainAutoRenew_domainName
- The name of the domain that you want to disable automatic renewal for.
Request Lenses
disableDomainAutoRenew_domainName :: Lens' DisableDomainAutoRenew Text Source #
The name of the domain that you want to disable automatic renewal for.
Destructuring the Response
data DisableDomainAutoRenewResponse Source #
See: newDisableDomainAutoRenewResponse
smart constructor.
Constructors
DisableDomainAutoRenewResponse' | |
Fields
|
Instances
newDisableDomainAutoRenewResponse Source #
Create a value of DisableDomainAutoRenewResponse
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:DisableDomainAutoRenewResponse'
, disableDomainAutoRenewResponse_httpStatus
- The response's http status code.
Response Lenses
disableDomainAutoRenewResponse_httpStatus :: Lens' DisableDomainAutoRenewResponse Int Source #
The response's http status code.