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

StateChangeConfiguration

import type { StateChangeConfiguration } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Contains the configuration information of alarm state changes.

interface StateChangeConfiguration {
triggerType?: TriggerType | null;
}

§Properties

§
triggerType?: TriggerType | null
[src]

The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.