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

DeleteDomainRequest

import type { DeleteDomainRequest } from "https://aws-api.deno.dev/v0.3/services/cloudsearch.ts?docs=full";

Container for the parameters to the "DeleteDomain" operation. Specifies the name of the domain you want to delete.

interface DeleteDomainRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain you want to permanently delete.