IoTEventsData
import { IoTEventsData } from "https://aws-api.deno.dev/v0.2/services/ioteventsdata.ts?docs=full";
§Constructors
§Methods
Acknowledges one or more alarms.
The alarms change to the ACKNOWLEDGED
state after you acknowledge them.
Disables one or more alarms.
The alarms change to the DISABLED
state after you disable them.
Enables one or more alarms.
The alarms change to the NORMAL
state after you enable them.
Sends a set of messages to the AWS IoT Events system.
Each message payload is transformed into the input you specify ("inputName"
) and ingested into any detectors that monitor that input.
If multiple messages are sent, the order in which the messages are processed isn't guaranteed.
To guarantee ordering, you must send messages one at a time and wait for a successful response.
Resets one or more alarms.
The alarms return to the NORMAL
state after you reset them.
Changes one or more alarms to the snooze mode.
The alarms change to the SNOOZE_DISABLED
state after you set them to the snooze mode.
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
Retrieves information about an alarm.
Returns information about the specified detector (instance).
Lists detectors (the instances of a detector model).