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

AlarmStateName

import type { AlarmStateName } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
type AlarmStateName =
| "DISABLED"
| "NORMAL"
| "ACTIVE"
| "ACKNOWLEDGED"
| "SNOOZE_DISABLED"
| "LATCHED"

§Type

§
"DISABLED" | "NORMAL" | "ACTIVE" | "ACKNOWLEDGED" | "SNOOZE_DISABLED" | "LATCHED" | cmnP.UnexpectedEnumValue
[src]