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

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

Network.AWS.Route53Domains.RetrieveDomainAuthCode

Contents

Description

This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.

Synopsis

Creating a Request

retrieveDomainAuthCode Source #

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

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

  • rdacDomainName - The name of a domain. Type: String Default: None Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. Required: Yes

data RetrieveDomainAuthCode Source #

The RetrieveDomainAuthCode request includes the following element.

See: retrieveDomainAuthCode smart constructor.

Instances

Eq RetrieveDomainAuthCode Source # 
Data RetrieveDomainAuthCode Source # 

Methods

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

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

toConstr :: RetrieveDomainAuthCode -> Constr #

dataTypeOf :: RetrieveDomainAuthCode -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: RetrieveDomainAuthCode -> () #

AWSRequest RetrieveDomainAuthCode Source # 
ToPath RetrieveDomainAuthCode Source # 
ToHeaders RetrieveDomainAuthCode Source # 
ToQuery RetrieveDomainAuthCode Source # 
type Rep RetrieveDomainAuthCode Source # 
type Rep RetrieveDomainAuthCode = D1 (MetaData "RetrieveDomainAuthCode" "Network.AWS.Route53Domains.RetrieveDomainAuthCode" "amazonka-route53-domains-1.4.5-4CnKMt89RB29537pw6MzaN" True) (C1 (MetaCons "RetrieveDomainAuthCode'" PrefixI True) (S1 (MetaSel (Just Symbol "_rdacDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs RetrieveDomainAuthCode Source # 

Request Lenses

rdacDomainName :: Lens' RetrieveDomainAuthCode Text Source #

The name of a domain. Type: String Default: None Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported. Required: Yes

Destructuring the Response

retrieveDomainAuthCodeResponse Source #

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

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

data RetrieveDomainAuthCodeResponse Source #

The RetrieveDomainAuthCode response includes the following element.

See: retrieveDomainAuthCodeResponse smart constructor.

Instances

Eq RetrieveDomainAuthCodeResponse Source # 
Data RetrieveDomainAuthCodeResponse Source # 

Methods

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

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

toConstr :: RetrieveDomainAuthCodeResponse -> Constr #

dataTypeOf :: RetrieveDomainAuthCodeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RetrieveDomainAuthCodeResponse Source # 
Show RetrieveDomainAuthCodeResponse Source # 
Generic RetrieveDomainAuthCodeResponse Source # 
NFData RetrieveDomainAuthCodeResponse Source # 
type Rep RetrieveDomainAuthCodeResponse Source # 
type Rep RetrieveDomainAuthCodeResponse = D1 (MetaData "RetrieveDomainAuthCodeResponse" "Network.AWS.Route53Domains.RetrieveDomainAuthCode" "amazonka-route53-domains-1.4.5-4CnKMt89RB29537pw6MzaN" False) (C1 (MetaCons "RetrieveDomainAuthCodeResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rdacrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_rdacrsAuthCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)))))

Response Lenses

rdacrsAuthCode :: Lens' RetrieveDomainAuthCodeResponse Text Source #

The authorization code for the domain. Type: String