Values_0.IotAnalyticsActionSourceSends message data to an IoT Analytics channel.
type nonrec t = {channelArn : AwsArn.t option;(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
*)channelName : ChannelName.t option;The name of the IoT Analytics channel to which message data will be sent.
*)batchMode : BatchMode.t option;Whether to process the action as a batch. The default value is false. When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by BatchPutMessage to the IoT Analytics channel. The resulting array can't have more than 100 messages.
*)roleArn : AwsArn.t option;The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BatchMode.t | `String of AwsArn.t ]) list ]