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

RegionType

import type { RegionType } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
type RegionType = "Primary" | "Additional" | cmnP.UnexpectedEnumValue;

§Type

§
"Primary" | "Additional" | cmnP.UnexpectedEnumValue
[src]