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

Contents

Description

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

Synopsis

Creating a Request

disableDomainAutoRenew #

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 #

See: disableDomainAutoRenew smart constructor.

Instances

Eq DisableDomainAutoRenew # 
Data DisableDomainAutoRenew # 

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

Methods

rnf :: DisableDomainAutoRenew -> () #

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

Request Lenses

ddarDomainName :: Lens' DisableDomainAutoRenew Text #

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

Destructuring the Response

disableDomainAutoRenewResponse #

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 #

See: disableDomainAutoRenewResponse smart constructor.

Instances

Eq DisableDomainAutoRenewResponse # 
Data DisableDomainAutoRenewResponse # 

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 # 
Show DisableDomainAutoRenewResponse # 
Generic DisableDomainAutoRenewResponse # 
NFData DisableDomainAutoRenewResponse # 
type Rep DisableDomainAutoRenewResponse # 
type Rep DisableDomainAutoRenewResponse = D1 * (MetaData "DisableDomainAutoRenewResponse" "Network.AWS.Route53Domains.DisableDomainAutoRenew" "amazonka-route53-domains-1.6.0-B5QWq1ndTGTHKssuUP1blk" True) (C1 * (MetaCons "DisableDomainAutoRenewResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ddarrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses