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

UpdateDetectorRequest

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

Information used to update the detector (instance).

interface UpdateDetectorRequest {
detectorModelName: string;
keyValue?: string | null;
messageId: string;
}

§Properties

§
detectorModelName: string
[src]

The name of the detector model that created the detectors (instances).

§
keyValue?: string | null
[src]

The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).

§
messageId: string
[src]

The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.

§

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