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

DeleteDomainResponse

import type { DeleteDomainResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface DeleteDomainResponse {
OperationId?: string | null;
}

§Properties

§
OperationId?: string | null
[src]

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