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

The result of a ListDomainNames request. Contains a list of the domains owned by an account.

interface ListDomainNamesResponse {
DomainNames: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
DomainNames: {
[key: string]: string | null | undefined;
}
[src]

The names of the search domains owned by an account.