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

Copyright(c) 2013-2017 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 partner, Gandi. 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 Source #

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 Source #

See: enableDomainAutoRenew smart constructor.

Instances

Eq EnableDomainAutoRenew Source # 
Data EnableDomainAutoRenew Source # 

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 Source # 
Show EnableDomainAutoRenew Source # 
Generic EnableDomainAutoRenew Source # 
Hashable EnableDomainAutoRenew Source # 
ToJSON EnableDomainAutoRenew Source # 
NFData EnableDomainAutoRenew Source # 

Methods

rnf :: EnableDomainAutoRenew -> () #

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

Request Lenses

edarDomainName :: Lens' EnableDomainAutoRenew Text Source #

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

Destructuring the Response

enableDomainAutoRenewResponse Source #

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 Source #

See: enableDomainAutoRenewResponse smart constructor.

Instances

Eq EnableDomainAutoRenewResponse Source # 
Data EnableDomainAutoRenewResponse Source # 

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 Source # 
Show EnableDomainAutoRenewResponse Source # 
Generic EnableDomainAutoRenewResponse Source # 
NFData EnableDomainAutoRenewResponse Source # 
type Rep EnableDomainAutoRenewResponse Source # 
type Rep EnableDomainAutoRenewResponse = D1 (MetaData "EnableDomainAutoRenewResponse" "Network.AWS.Route53Domains.EnableDomainAutoRenew" "amazonka-route53-domains-1.5.0-14qZIXXOKueGXvT9nQjzPV" True) (C1 (MetaCons "EnableDomainAutoRenewResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_edarrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses