libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.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 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

Creating a Request

data EnableDomainAutoRenew Source #

See: newEnableDomainAutoRenew smart constructor.

Constructors

EnableDomainAutoRenew' 

Fields

  • domainName :: Text

    The name of the domain that you want to enable automatic renewal for.

Instances

Instances details
Eq EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Read EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Generic EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenew :: Type -> Type #

NFData EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Methods

rnf :: EnableDomainAutoRenew -> () #

Hashable EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToJSON EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

AWSRequest EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type AWSResponse EnableDomainAutoRenew #

ToHeaders EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToPath EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToQuery EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenew = D1 ('MetaData "EnableDomainAutoRenew" "Amazonka.Route53Domains.EnableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainAutoRenew'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

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.

Constructors

EnableDomainAutoRenewResponse' 

Fields

Instances

Instances details
Eq EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Read EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Generic EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenewResponse :: Type -> Type #

NFData EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenewResponse = D1 ('MetaData "EnableDomainAutoRenewResponse" "Amazonka.Route53Domains.EnableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainAutoRenewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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