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

RegionsInfo

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

Provides information about the Regions that are configured for multi-Region replication.

interface RegionsInfo {
AdditionalRegions?: string[] | null;
PrimaryRegion?: string | null;
}

§Properties

§
AdditionalRegions?: string[] | null
[src]

Lists the Regions where the directory has been replicated, excluding the primary Region.

§
PrimaryRegion?: string | null
[src]

The Region where the Managed Microsoft AD directory was originally created.