Module Awso_iotevents_data_asyncSource

include module type of struct include Awso_iotevents_data.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

The new setting of a timer.

The new value of the variable.

The current state of a timer.

The current state of the variable.

Contains the configuration information of an acknowledge action.

Contains the configuration information of a disable action.

Contains the configuration information of an enable action.

Contains the configuration information of a reset action.

Contains the configuration information of a snooze action.

Information needed to compare two values with a comparison operator.

Contains the configuration information of alarm state changes.

Information about the detector state.

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

Information needed to evaluate data.

Contains information about alarm state changes.

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

Contains information about a timestamp.

Information about the detector (instance).

Contains a summary of an alarm.

Information about the current state of the detector instance.

Contains information about the current state of the alarm.

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

Information used to update the detector (instance).

Contains error messages associated with one of the following requests: BatchAcknowledgeAlarm BatchDisableAlarm BatchEnableAlarm BatchResetAlarm BatchSnoozeAlarm

Information needed to snooze the alarm.

Information needed to reset the alarm.

Contains information about the errors encountered.

Information about a message.

Information needed to enable the alarm.

Information used to disable the alarm.

Contains error messages associated with the deletion request.

Information used to delete the detector model.

Information needed to acknowledge the alarm.

An internal failure occurred.

The request was invalid.

The resource was not found.

The service is currently unavailable.

The request could not be completed due to throttling.

Information about the detector (instance).

Contains information about an alarm.

Lists detectors (the instances of a detector model).

Lists detectors (the instances of a detector model).

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

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

Returns information about the specified detector (instance).

Returns information about the specified detector (instance).

Retrieves information about an alarm.

Retrieves information about an alarm.

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

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

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.

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.

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

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

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.

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.

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

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

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

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

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.

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.

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

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

Sourcemodule Cli : sig ... end