View Source aws_iot_events_data (aws v1.0.4)

IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur.

You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.

For more information, see What is IoT Events?: https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html in the IoT Events Developer Guide.

Summary

Functions

Acknowledges one or more alarms.

Deletes one or more detectors that were created.

Disables one or more alarms.

Enables one or more alarms.

Sends a set of messages to the IoT Events system.

Resets one or more alarms.

Changes one or more alarms 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 one or more alarms.

Lists detectors (the instances of a detector model).

Functions

Link to this function

batch_acknowledge_alarm(Client, Input)

View Source

Acknowledges one or more alarms.

The alarms change to the ACKNOWLEDGED state after you acknowledge them.
Link to this function

batch_acknowledge_alarm(Client, Input0, Options0)

View Source
Link to this function

batch_delete_detector(Client, Input)

View Source

Deletes one or more detectors that were created.

When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors: https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_ListDetectors.html API call.
Link to this function

batch_delete_detector(Client, Input0, Options0)

View Source
Link to this function

batch_disable_alarm(Client, Input)

View Source

Disables one or more alarms.

The alarms change to the DISABLED state after you disable them.
Link to this function

batch_disable_alarm(Client, Input0, Options0)

View Source
Link to this function

batch_enable_alarm(Client, Input)

View Source

Enables one or more alarms.

The alarms change to the NORMAL state after you enable them.
Link to this function

batch_enable_alarm(Client, Input0, Options0)

View Source
Link to this function

batch_put_message(Client, Input)

View Source

Sends a set of messages to the 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.
Link to this function

batch_put_message(Client, Input0, Options0)

View Source
Link to this function

batch_reset_alarm(Client, Input)

View Source

Resets one or more alarms.

The alarms return to the NORMAL state after you reset them.
Link to this function

batch_reset_alarm(Client, Input0, Options0)

View Source
Link to this function

batch_snooze_alarm(Client, Input)

View Source

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.
Link to this function

batch_snooze_alarm(Client, Input0, Options0)

View Source
Link to this function

batch_update_detector(Client, Input)

View Source
Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
Link to this function

batch_update_detector(Client, Input0, Options0)

View Source
Link to this function

describe_alarm(Client, AlarmModelName)

View Source
Retrieves information about an alarm.
Link to this function

describe_alarm(Client, AlarmModelName, QueryMap, HeadersMap)

View Source
Link to this function

describe_alarm(Client, AlarmModelName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_detector(Client, DetectorModelName)

View Source
Returns information about the specified detector (instance).
Link to this function

describe_detector(Client, DetectorModelName, QueryMap, HeadersMap)

View Source
Link to this function

describe_detector(Client, DetectorModelName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_alarms(Client, AlarmModelName)

View Source

Lists one or more alarms.

The operation returns only the metadata associated with each alarm.
Link to this function

list_alarms(Client, AlarmModelName, QueryMap, HeadersMap)

View Source
Link to this function

list_alarms(Client, AlarmModelName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_detectors(Client, DetectorModelName)

View Source
Lists detectors (the instances of a detector model).
Link to this function

list_detectors(Client, DetectorModelName, QueryMap, HeadersMap)

View Source
Link to this function

list_detectors(Client, DetectorModelName, QueryMap, HeadersMap, Options0)

View Source