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

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.

http://docs.aws.amazon.com/Route53/latest/APIReference/api-RetrieveDomainAuthCode.html

Synopsis

Request

Request constructor

retrieveDomainAuthCode Source

RetrieveDomainAuthCode constructor.

The fields accessible through corresponding lenses are:

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

Response

Response constructor

retrieveDomainAuthCodeResponse Source

RetrieveDomainAuthCodeResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rdacrAuthCode :: Lens' RetrieveDomainAuthCodeResponse Text Source

The authorization code for the domain.

Type: String