Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.

Link copied to clipboard

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 API call.

Link copied to clipboard

Disables one or more alarms. The alarms change to the DISABLED state after you disable them.

Link copied to clipboard

Enables one or more alarms. The alarms change to the NORMAL state after you enable them.

Link copied to clipboard

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 copied to clipboard

Resets one or more alarms. The alarms return to the NORMAL state after you reset them.

Link copied to clipboard

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 copied to clipboard

Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.

Link copied to clipboard

Retrieves information about an alarm.

Link copied to clipboard

Returns information about the specified detector (instance).

Link copied to clipboard

Lists one or more alarms. The operation returns only the metadata associated with each alarm.

Link copied to clipboard

Lists detectors (the instances of a detector model).

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.