Values.DeleteMessageBatchRequestEntrySourceEncloses a receipt handle and an identifier for it.
type nonrec t = {id : String_.t;The identifier for this particular receipt handle. This is 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.
*)}