Values.ChangeMessageVisibilityBatchRequestSourcetype nonrec t = {queueUrl : String_.t;The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.
*)entries : ChangeMessageVisibilityBatchRequestEntryList.t;Lists the receipt handles of the messages for which the visibility timeout must be changed.
*)}val make :
queueUrl:String_.t ->
entries:ChangeMessageVisibilityBatchRequestEntryList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of NullableInteger.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]