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

ListDomainNamesResponse

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

The result of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.

interface ListDomainNamesResponse {
DomainNames?: DomainInfo[] | null;
}

§Properties

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

List of domain names and respective engine types.