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

RetrieveDomainAuthCodeRequest

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

A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.

interface RetrieveDomainAuthCodeRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain that you want to get an authorization code for.