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

TranscribeRegion

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

§Type

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