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 #

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 #

The RetrieveDomainAuthCode request includes the following element.

See: retrieveDomainAuthCode smart constructor.

Instances

Eq RetrieveDomainAuthCode # 
Data RetrieveDomainAuthCode # 

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

Methods

rnf :: RetrieveDomainAuthCode -> () #

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

Request Lenses

rdacDomainName :: Lens' RetrieveDomainAuthCode Text #

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 #

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 #

The RetrieveDomainAuthCode response includes the following element.

See: retrieveDomainAuthCodeResponse smart constructor.

Instances

Eq RetrieveDomainAuthCodeResponse # 
Data RetrieveDomainAuthCodeResponse # 

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 # 
Show RetrieveDomainAuthCodeResponse # 
Generic RetrieveDomainAuthCodeResponse # 
NFData RetrieveDomainAuthCodeResponse # 
type Rep RetrieveDomainAuthCodeResponse # 
type Rep RetrieveDomainAuthCodeResponse = D1 (MetaData "RetrieveDomainAuthCodeResponse" "Network.AWS.Route53Domains.RetrieveDomainAuthCode" "amazonka-route53-domains-1.4.5-6DkjyS06xBH5RIxQNY8K9j" 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 #

The authorization code for the domain. Type: String