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

EnableDomainTransferLockResponse

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

The EnableDomainTransferLock response includes the following elements.

interface EnableDomainTransferLockResponse {
OperationId?: string | null;
}

§Properties

§
OperationId?: string | null
[src]

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