Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransferDomainToAnotherAwsAccountResponse

import type { TransferDomainToAnotherAwsAccountResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

The TransferDomainToAnotherAwsAccount response includes the following elements.

interface TransferDomainToAnotherAwsAccountResponse {
OperationId?: string | null;
Password?: string | null;
}

§Properties

§
OperationId?: string | null
[src]

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

§
Password?: string | null
[src]

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.