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

EnableDomainTransferLockRequest

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

A request to set the transfer lock for the specified domain.

interface EnableDomainTransferLockRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain that you want to set the transfer lock for.