logo
Expand description

AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS 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 AWS IoT Events? in the AWS IoT Events Developer Guide.

If you’re using the service, you’re probably looking for IotEventsDataClient and IotEventsData.

Structs

Contains the configuration information of an acknowledge action.

Information needed to acknowledge the alarm.

Contains information about an alarm.

Contains information about the current state of the alarm.

Contains a summary of an alarm.

Contains error messages associated with one of the following requests:

Contains information about the errors encountered.

Information about the error that occurred when attempting to update a detector.

Contains information about the action that you can take to respond to the alarm.

Information about the detector (instance).

Information about the current state of the detector instance.

The new state, variable values, and timer settings of the detector (instance).

Information about the detector state.

Information about the detector (instance).

Contains the configuration information of a disable action.

Information used to disable the alarm.

Contains the configuration information of an enable action.

Information needed to enable the alarm.

A client for the AWS IoT Events Data API.

Information about a message.

Contains the configuration information of a reset action.

Information needed to reset the alarm.

Information needed to evaluate data.

Information needed to compare two values with a comparison operator.

Contains the configuration information of a snooze action.

Information needed to snooze the alarm.

Contains the configuration information of alarm state changes.

Contains information about alarm state changes.

The current state of a timer.

The new setting of a timer.

Contains information about a timestamp.

Information used to update the detector (instance).

The current state of the variable.

The new value of the variable.

Enums

Errors returned by BatchAcknowledgeAlarm

Errors returned by BatchDisableAlarm

Errors returned by BatchEnableAlarm

Errors returned by BatchPutMessage

Errors returned by BatchResetAlarm

Errors returned by BatchSnoozeAlarm

Errors returned by BatchUpdateDetector

Errors returned by DescribeAlarm

Errors returned by DescribeDetector

Errors returned by ListAlarms

Errors returned by ListDetectors

Traits

Trait representing the capabilities of the AWS IoT Events Data API. AWS IoT Events Data clients implement this trait.