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

VoiceConnectorAwsRegion

import type { VoiceConnectorAwsRegion } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
type VoiceConnectorAwsRegion =
| "us-east-1"
| "us-west-2"
| "ca-central-1"
| "eu-central-1"
| "eu-west-1"
| "eu-west-2"
| "ap-northeast-2"
| "ap-northeast-1"
| "ap-southeast-1"
| "ap-southeast-2"

§Type

§
"us-east-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "ap-northeast-2" | "ap-northeast-1" | "ap-southeast-1" | "ap-southeast-2" | cmnP.UnexpectedEnumValue
[src]