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 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.
DisableDomainAutoRenew' | |
|
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.
DisableDomainAutoRenewResponse' | |
|
Instances
Eq DisableDomainAutoRenewResponse Source # | |
Read DisableDomainAutoRenewResponse Source # | |
Show DisableDomainAutoRenewResponse Source # | |
Generic DisableDomainAutoRenewResponse Source # | |
NFData DisableDomainAutoRenewResponse Source # | |
Defined in Amazonka.Route53Domains.DisableDomainAutoRenew rnf :: DisableDomainAutoRenewResponse -> () # | |
type Rep DisableDomainAutoRenewResponse Source # | |
Defined in Amazonka.Route53Domains.DisableDomainAutoRenew type Rep DisableDomainAutoRenewResponse = D1 ('MetaData "DisableDomainAutoRenewResponse" "Amazonka.Route53Domains.DisableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainAutoRenewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.