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

ZonalShiftStatus

import type { ZonalShiftStatus } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";
type ZonalShiftStatus =
| "ACTIVE"
| "EXPIRED"
| "CANCELED"

§Type

§
"ACTIVE" | "EXPIRED" | "CANCELED" | cmnP.UnexpectedEnumValue
[src]