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

DetectorSummary

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

Information about the detector (instance).

interface DetectorSummary {
creationTime?: Date | number | null;
detectorModelName?: string | null;
detectorModelVersion?: string | null;
keyValue?: string | null;
lastUpdateTime?: Date | number | null;
state?: DetectorStateSummary | 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.

§

The current state of the detector (instance).