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

Container for the parameters to the "DescribeDomains" operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

interface DescribeDomainsRequest {
DomainNames?: string[] | null;
}

§Properties

§
DomainNames?: string[] | null
[src]

The names of the domains you want to include in the response.