amazonka-route53-domains-1.6.0: Amazon Route 53 Domains SDK.

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

Network.AWS.Route53Domains.EnableDomainAutoRenew

Contents

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.

Synopsis

Creating a Request

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

Eq EnableDomainAutoRenew # 
Data EnableDomainAutoRenew # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableDomainAutoRenew -> c EnableDomainAutoRenew #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableDomainAutoRenew #

toConstr :: EnableDomainAutoRenew -> Constr #

dataTypeOf :: EnableDomainAutoRenew -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnableDomainAutoRenew) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableDomainAutoRenew) #

gmapT :: (forall b. Data b => b -> b) -> EnableDomainAutoRenew -> EnableDomainAutoRenew #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableDomainAutoRenew -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableDomainAutoRenew -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableDomainAutoRenew -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableDomainAutoRenew -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenew -> m EnableDomainAutoRenew #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenew -> m EnableDomainAutoRenew #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenew -> m EnableDomainAutoRenew #

Read EnableDomainAutoRenew # 
Show EnableDomainAutoRenew # 
Generic EnableDomainAutoRenew # 
Hashable EnableDomainAutoRenew # 
ToJSON EnableDomainAutoRenew # 
NFData EnableDomainAutoRenew # 

Methods

rnf :: EnableDomainAutoRenew -> () #

AWSRequest EnableDomainAutoRenew # 
ToHeaders EnableDomainAutoRenew # 
ToPath EnableDomainAutoRenew # 
ToQuery EnableDomainAutoRenew # 
type Rep EnableDomainAutoRenew # 
type Rep EnableDomainAutoRenew = D1 * (MetaData "EnableDomainAutoRenew" "Network.AWS.Route53Domains.EnableDomainAutoRenew" "amazonka-route53-domains-1.6.0-B5QWq1ndTGTHKssuUP1blk" True) (C1 * (MetaCons "EnableDomainAutoRenew'" PrefixI True) (S1 * (MetaSel (Just Symbol "_edarDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs EnableDomainAutoRenew # 

Request Lenses

edarDomainName :: Lens' EnableDomainAutoRenew Text #

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

Destructuring the Response

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:

data EnableDomainAutoRenewResponse #

See: enableDomainAutoRenewResponse smart constructor.

Instances

Eq EnableDomainAutoRenewResponse # 
Data EnableDomainAutoRenewResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableDomainAutoRenewResponse -> c EnableDomainAutoRenewResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableDomainAutoRenewResponse #

toConstr :: EnableDomainAutoRenewResponse -> Constr #

dataTypeOf :: EnableDomainAutoRenewResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnableDomainAutoRenewResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableDomainAutoRenewResponse) #

gmapT :: (forall b. Data b => b -> b) -> EnableDomainAutoRenewResponse -> EnableDomainAutoRenewResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableDomainAutoRenewResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableDomainAutoRenewResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableDomainAutoRenewResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableDomainAutoRenewResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenewResponse -> m EnableDomainAutoRenewResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenewResponse -> m EnableDomainAutoRenewResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableDomainAutoRenewResponse -> m EnableDomainAutoRenewResponse #

Read EnableDomainAutoRenewResponse # 
Show EnableDomainAutoRenewResponse # 
Generic EnableDomainAutoRenewResponse # 
NFData EnableDomainAutoRenewResponse # 
type Rep EnableDomainAutoRenewResponse # 
type Rep EnableDomainAutoRenewResponse = D1 * (MetaData "EnableDomainAutoRenewResponse" "Network.AWS.Route53Domains.EnableDomainAutoRenew" "amazonka-route53-domains-1.6.0-B5QWq1ndTGTHKssuUP1blk" True) (C1 * (MetaCons "EnableDomainAutoRenewResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_edarrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses