Values.DeleteMessageBatchResultSourceFor each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message can't be deleted.
type nonrec t = {successful : DeleteMessageBatchResultEntryList.t option;A list of DeleteMessageBatchResultEntry items.
*)failed : BatchResultErrorEntryList.t option;A list of BatchResultErrorEntry items.
*)}type nonrec error = [ | `BatchEntryIdsNotDistinct of BatchEntryIdsNotDistinct.t| `EmptyBatchRequest of EmptyBatchRequest.t| `InvalidAddress of InvalidAddress.t| `InvalidBatchEntryId of InvalidBatchEntryId.t| `InvalidSecurity of InvalidSecurity.t| `QueueDoesNotExist of QueueDoesNotExist.t| `RequestThrottled of RequestThrottled.t| `TooManyEntriesInBatchRequest of TooManyEntriesInBatchRequest.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BatchEntryIdsNotDistinct of BatchEntryIdsNotDistinct.t
| `EmptyBatchRequest of EmptyBatchRequest.t
| `InvalidAddress of InvalidAddress.t
| `InvalidBatchEntryId of InvalidBatchEntryId.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `TooManyEntriesInBatchRequest of TooManyEntriesInBatchRequest.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BatchEntryIdsNotDistinct of BatchEntryIdsNotDistinct.t
| `EmptyBatchRequest of EmptyBatchRequest.t
| `InvalidAddress of InvalidAddress.t
| `InvalidBatchEntryId of InvalidBatchEntryId.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `TooManyEntriesInBatchRequest of TooManyEntriesInBatchRequest.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]