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

TransferDomainToAnotherAwsAccountRequest

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

The TransferDomainToAnotherAwsAccount request includes the following elements.

interface TransferDomainToAnotherAwsAccountRequest {
AccountId: string;
DomainName: string;
}

§Properties

§
AccountId: string
[src]

The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, 111122223333.

§
DomainName: string
[src]

The name of the domain that you want to transfer from the current Amazon Web Services account to another account.