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

DescribeDomainsRequest

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

Container for the parameters to the "DescribeDomains" operation. By default, the API returns the status of all domains.

interface DescribeDomainsRequest {
DomainNames: string[];
}

§Properties

§
DomainNames: string[]
[src]

The domains for which you want information.