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

Copyright(c) 2013-2015 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.

See: AWS API Reference for RetrieveDomainAuthCode.

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:

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:

Response Lenses

rdacrsAuthCode :: Lens' RetrieveDomainAuthCodeResponse Text Source

The authorization code for the domain.

Type: String