Values.SqsActionSourceSends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
type nonrec t = {queueUrl : QueueUrl.t;The URL of the SQS queue where the data is written.
*)useBase64 : UseBase64.t option;Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
*)payload : Payload.t option;You can configure the action payload when you send a message to an Amazon SQS queue.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of UseBase64.t
| `String of QueueUrl.t
| `Structure of
(string * [> `Enum of string | `String of ContentExpression.t ])
list ])
list ]