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

AWSDomainInformation

import type { AWSDomainInformation } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
interface AWSDomainInformation {
DomainName: string;
OwnerId?: string | null;
Region?: string | null;
}

§Properties

§
DomainName: string
[src]
§
OwnerId?: string | null
[src]
§
Region?: string | null
[src]