Values.IotEventsActionSourceSends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
type nonrec t = {inputName : InputName.t;The name of the AWS IoT Events input where the data is sent.
*)payload : Payload.t option;You can configure the action payload when you send a message to an AWS IoT Events input.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of InputName.t
| `Structure of
(string * [> `Enum of string | `String of ContentExpression.t ])
list ])
list ]