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.3/services/cloudsearch.ts?docs=full";

The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.

interface DeleteDomainResponse {
DomainStatus?: DomainStatus | null;
}

§Properties

§
DomainStatus?: DomainStatus | null
[src]