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

HealthCheckRegion

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

§Type

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