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

DetectorStateDefinition

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

The new state, variable values, and timer settings of the detector (instance).

interface DetectorStateDefinition {
stateName: string;
timers: TimerDefinition[];
variables: VariableDefinition[];
}

§Properties

§
stateName: string
[src]

The name of the new state of the detector (instance).

§

The new values of the detector's timers. Any timer whose value isn't specified is cleared, and its timeout event won't occur.

§

The new values of the detector's variables. Any variable whose value isn't specified is cleared.