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

AcceptDomainTransferFromAnotherAwsAccountRequest

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

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

interface AcceptDomainTransferFromAnotherAwsAccountRequest {
DomainName: string;
Password: string;
}

§Properties

§
DomainName: string
[src]

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

§
Password: string
[src]

The password that was returned by the TransferDomainToAnotherAwsAccount request.