| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Route53Domains.RetrieveDomainAuthCode
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
Request
data RetrieveDomainAuthCode Source
Instances
Request constructor
Arguments
| :: Text | |
| -> RetrieveDomainAuthCode |
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
Arguments
| :: Text | |
| -> RetrieveDomainAuthCodeResponse |
RetrieveDomainAuthCodeResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
rdacrAuthCode :: Lens' RetrieveDomainAuthCodeResponse Text Source
The authorization code for the domain.
Type: String