Values_0.SqsActionSourceDescribes an action to publish data to an Amazon SQS queue.
type nonrec t = {roleArn : AwsArn.t;The ARN of the IAM role that grants access.
*)queueUrl : QueueUrl.t;The URL of the Amazon SQS queue.
*)useBase64 : UseBase64.t option;Specifies whether to use Base64 encoding.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of UseBase64.t | `String of AwsArn.t ]) list ]