Detector detector
Information about the detector (instance).
String detectorModelName
The name of the detector model that created this detector (instance).
String keyValue
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
String detectorModelVersion
The version of the detector model that created this detector (instance).
DetectorState state
The current state of the detector (instance).
Date creationTime
The time the detector (instance) was created.
Date lastUpdateTime
The time the detector (instance) was last updated.
String stateName
The name of the new state of the detector (instance).
List<E> variables
The new values of the detector's variables. Any variable whose value isn't specified is cleared.
List<E> timers
The new values of the detector's timers. Any timer whose value isn't specified is cleared, and its timeout event won't occur.
String stateName
The name of the state.
String detectorModelName
The name of the detector model that created this detector (instance).
String keyValue
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
String detectorModelVersion
The version of the detector model that created this detector (instance).
DetectorStateSummary state
The current state of the detector (instance).
Date creationTime
The time the detector (instance) was created.
Date lastUpdateTime
The time the detector (instance) was last updated.
String detectorModelName
The name of the detector model whose detectors (instances) are listed.
String stateName
A filter that limits results to those detectors (instances) in the given state.
String nextToken
The token for the next set of results.
Integer maxResults
The maximum number of results to return at one time.
String messageId
The ID to assign to the message. Within each batch sent, each "messageId" must be unique.
String inputName
The name of the input into which the message payload is transformed.
ByteBuffer payload
The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).
String messageId
The ID to assign to the detector update "message". Each "messageId" must be unique
within each batch sent.
String detectorModelName
The name of the detector model that created the detectors (instances).
String keyValue
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
DetectorStateDefinition state
The new state, variable values, and timer settings of the detector (instance).
Copyright © 2019. All rights reserved.