libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.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.

Synopsis

Creating a Request

data RetrieveDomainAuthCode Source #

A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.

See: newRetrieveDomainAuthCode smart constructor.

Constructors

RetrieveDomainAuthCode' 

Fields

  • domainName :: Text

    The name of the domain that you want to get an authorization code for.

Instances

Instances details
Eq RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Read RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Show RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Generic RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCode :: Type -> Type #

NFData RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Methods

rnf :: RetrieveDomainAuthCode -> () #

Hashable RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToJSON RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

AWSRequest RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type AWSResponse RetrieveDomainAuthCode #

ToHeaders RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToPath RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToQuery RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCode = D1 ('MetaData "RetrieveDomainAuthCode" "Amazonka.Route53Domains.RetrieveDomainAuthCode" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RetrieveDomainAuthCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

newRetrieveDomainAuthCode Source #

Create a value of RetrieveDomainAuthCode with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:RetrieveDomainAuthCode', retrieveDomainAuthCode_domainName - The name of the domain that you want to get an authorization code for.

Request Lenses

retrieveDomainAuthCode_domainName :: Lens' RetrieveDomainAuthCode Text Source #

The name of the domain that you want to get an authorization code for.

Destructuring the Response

data RetrieveDomainAuthCodeResponse Source #

The RetrieveDomainAuthCode response includes the following element.

See: newRetrieveDomainAuthCodeResponse smart constructor.

Constructors

RetrieveDomainAuthCodeResponse' 

Fields

Instances

Instances details
Eq RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Show RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Generic RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCodeResponse :: Type -> Type #

NFData RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCodeResponse = D1 ('MetaData "RetrieveDomainAuthCodeResponse" "Amazonka.Route53Domains.RetrieveDomainAuthCode" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RetrieveDomainAuthCodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRetrieveDomainAuthCodeResponse Source #

Create a value of RetrieveDomainAuthCodeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RetrieveDomainAuthCodeResponse', retrieveDomainAuthCodeResponse_httpStatus - The response's http status code.

$sel:authCode:RetrieveDomainAuthCodeResponse', retrieveDomainAuthCodeResponse_authCode - The authorization code for the domain.

Response Lenses