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

DomainInformation

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

§Properties

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