Values.BatchPutMessageRequestSourceSends 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.
type nonrec t = {messages : Messages.t;The list of messages to send. Each message has the following format: '{ "messageId": "string", "inputName": "string", "payload": "string"}'
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Blob of Payload.t
| `String of MessageId.t
| `Structure of
(string * [> `Long of EpochMilliTimestamp.t ]) list ])
list ]
list ])
list ]