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

ListDomainNamesRequest

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

Container for the parameters to the "ListDomainNames" operation.

interface ListDomainNamesRequest {
EngineType?: EngineType | null;
}

§Properties

§
EngineType?: EngineType | null
[src]

Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.