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

Contents

Description

This operation disables automatic renewal of domain registration for the specified domain.

Synopsis

Creating a Request

disableDomainAutoRenew Source #

Creates a value of DisableDomainAutoRenew with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ddarDomainName - The name of the domain that you want to disable automatic renewal for.

data DisableDomainAutoRenew Source #

See: disableDomainAutoRenew smart constructor.

Instances

Eq DisableDomainAutoRenew Source # 
Data DisableDomainAutoRenew Source # 

Methods

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

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

toConstr :: DisableDomainAutoRenew -> Constr #

dataTypeOf :: DisableDomainAutoRenew -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableDomainAutoRenew Source # 
Show DisableDomainAutoRenew Source # 
Generic DisableDomainAutoRenew Source # 
Hashable DisableDomainAutoRenew Source # 
ToJSON DisableDomainAutoRenew Source # 
NFData DisableDomainAutoRenew Source # 

Methods

rnf :: DisableDomainAutoRenew -> () #

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

Request Lenses

ddarDomainName :: Lens' DisableDomainAutoRenew Text Source #

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

Destructuring the Response

disableDomainAutoRenewResponse Source #

Creates a value of DisableDomainAutoRenewResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DisableDomainAutoRenewResponse Source #

See: disableDomainAutoRenewResponse smart constructor.

Instances

Eq DisableDomainAutoRenewResponse Source # 
Data DisableDomainAutoRenewResponse Source # 

Methods

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

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

toConstr :: DisableDomainAutoRenewResponse -> Constr #

dataTypeOf :: DisableDomainAutoRenewResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableDomainAutoRenewResponse Source # 
Show DisableDomainAutoRenewResponse Source # 
Generic DisableDomainAutoRenewResponse Source # 
NFData DisableDomainAutoRenewResponse Source # 
type Rep DisableDomainAutoRenewResponse Source # 
type Rep DisableDomainAutoRenewResponse = D1 (MetaData "DisableDomainAutoRenewResponse" "Network.AWS.Route53Domains.DisableDomainAutoRenew" "amazonka-route53-domains-1.5.0-14qZIXXOKueGXvT9nQjzPV" True) (C1 (MetaCons "DisableDomainAutoRenewResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_ddarrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses