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

Detector

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

Information about the detector (instance).

interface Detector {
creationTime?: Date | number | null;
detectorModelName?: string | null;
detectorModelVersion?: string | null;
keyValue?: string | null;
lastUpdateTime?: Date | number | null;
state?: DetectorState | null;
}

§Properties

§
creationTime?: Date | number | null
[src]

The time the detector (instance) was created.

§
detectorModelName?: string | null
[src]

The name of the detector model that created this detector (instance).

§
detectorModelVersion?: string | null
[src]

The version of the detector model that created this detector (instance).

§
keyValue?: string | null
[src]

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

§
lastUpdateTime?: Date | number | null
[src]

The time the detector (instance) was last updated.

§
state?: DetectorState | null
[src]

The current state of the detector (instance).