Module Values.IotEventsActionSource

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Sourcetype nonrec t = {
  1. inputName : InputName.t;
    (*

    The name of the AWS IoT Events input where the data is sent.

    *)
  2. payload : Payload.t option;
    (*

    You can configure the action payload when you send a message to an AWS IoT Events input.

    *)
}
Sourceval context_ : string
Sourceval make : ?payload:??? -> inputName:InputName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InputName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t