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

Description

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

You must cancel the transfer before the other AWS account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.

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 CancelDomainTransferToAnotherAwsAccount Source #

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

See: newCancelDomainTransferToAnotherAwsAccount smart constructor.

Constructors

CancelDomainTransferToAnotherAwsAccount' 

Fields

  • domainName :: Text

    The name of the domain for which you want to cancel the transfer to another AWS account.

Instances

Instances details
Eq CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Read CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Show CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Generic CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

NFData CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Hashable CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToJSON CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

AWSRequest CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToHeaders CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToPath CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToQuery CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

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

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

newCancelDomainTransferToAnotherAwsAccount Source #

Create a value of CancelDomainTransferToAnotherAwsAccount 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:CancelDomainTransferToAnotherAwsAccount', cancelDomainTransferToAnotherAwsAccount_domainName - The name of the domain for which you want to cancel the transfer to another AWS account.

Request Lenses

cancelDomainTransferToAnotherAwsAccount_domainName :: Lens' CancelDomainTransferToAnotherAwsAccount Text Source #

The name of the domain for which you want to cancel the transfer to another AWS account.

Destructuring the Response

data CancelDomainTransferToAnotherAwsAccountResponse Source #

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

See: newCancelDomainTransferToAnotherAwsAccountResponse smart constructor.

Constructors

CancelDomainTransferToAnotherAwsAccountResponse' 

Fields

  • operationId :: Maybe Text

    The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, 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 CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Read CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Show CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Generic CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

NFData CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

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

newCancelDomainTransferToAnotherAwsAccountResponse Source #

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

$sel:httpStatus:CancelDomainTransferToAnotherAwsAccountResponse', cancelDomainTransferToAnotherAwsAccountResponse_httpStatus - The response's http status code.

Response Lenses

cancelDomainTransferToAnotherAwsAccountResponse_operationId :: Lens' CancelDomainTransferToAnotherAwsAccountResponse (Maybe Text) Source #

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