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

Description

Rejects the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using TransferDomainToAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

Synopsis

Creating a Request

data RejectDomainTransferFromAnotherAwsAccount Source #

The RejectDomainTransferFromAnotherAwsAccount request includes the following element.

See: newRejectDomainTransferFromAnotherAwsAccount smart constructor.

Constructors

RejectDomainTransferFromAnotherAwsAccount' 

Fields

Instances

Instances details
Eq RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Read RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Show RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Generic RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

NFData RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Hashable RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToJSON RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

AWSRequest RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToHeaders RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToPath RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToQuery RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

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

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

newRejectDomainTransferFromAnotherAwsAccount Source #

Create a value of RejectDomainTransferFromAnotherAwsAccount 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:RejectDomainTransferFromAnotherAwsAccount', rejectDomainTransferFromAnotherAwsAccount_domainName - The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

Request Lenses

rejectDomainTransferFromAnotherAwsAccount_domainName :: Lens' RejectDomainTransferFromAnotherAwsAccount Text Source #

The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

Destructuring the Response

data RejectDomainTransferFromAnotherAwsAccountResponse Source #

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

See: newRejectDomainTransferFromAnotherAwsAccountResponse smart constructor.

Constructors

RejectDomainTransferFromAnotherAwsAccountResponse' 

Fields

  • operationId :: Maybe Text

    The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Read RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Show RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Generic RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

NFData RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

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

newRejectDomainTransferFromAnotherAwsAccountResponse Source #

Create a value of RejectDomainTransferFromAnotherAwsAccountResponse 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:operationId:RejectDomainTransferFromAnotherAwsAccountResponse', rejectDomainTransferFromAnotherAwsAccountResponse_operationId - The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.

$sel:httpStatus:RejectDomainTransferFromAnotherAwsAccountResponse', rejectDomainTransferFromAnotherAwsAccountResponse_httpStatus - The response's http status code.

Response Lenses

rejectDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' RejectDomainTransferFromAnotherAwsAccountResponse (Maybe Text) Source #

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.