Values.ChangeMessageVisibilityBatchRequestEntrySourceEncloses a receipt handle and an entry ID for each message in ChangeMessageVisibilityBatch.
type nonrec t = {id : String_.t;An identifier for this particular receipt handle used to communicate the result. The Ids of a batch request need to be unique within a request. This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
*)receiptHandle : String_.t;A receipt handle.
*)visibilityTimeout : NullableInteger.t option;The new value (in seconds) for the message's visibility timeout.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of NullableInteger.t | `String of String_.t ])
list ]