Values.SendMessageBatchResultSourceFor each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
type nonrec t = {successful : SendMessageBatchResultEntryList.t option;A list of SendMessageBatchResultEntry items.
*)failed : BatchResultErrorEntryList.t option;A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
*)}type nonrec error = [ | `BatchEntryIdsNotDistinct of BatchEntryIdsNotDistinct.t| `BatchRequestTooLong of BatchRequestTooLong.t| `EmptyBatchRequest of EmptyBatchRequest.t| `InvalidAddress of InvalidAddress.t| `InvalidBatchEntryId of InvalidBatchEntryId.t| `InvalidSecurity of InvalidSecurity.t| `KmsAccessDenied of KmsAccessDenied.t| `KmsDisabled of KmsDisabled.t| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t| `KmsInvalidState of KmsInvalidState.t| `KmsNotFound of KmsNotFound.t| `KmsOptInRequired of KmsOptInRequired.t| `KmsThrottled of KmsThrottled.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
| `BatchRequestTooLong of BatchRequestTooLong.t
| `EmptyBatchRequest of EmptyBatchRequest.t
| `InvalidAddress of InvalidAddress.t
| `InvalidBatchEntryId of InvalidBatchEntryId.t
| `InvalidSecurity of InvalidSecurity.t
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.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
| `BatchRequestTooLong of BatchRequestTooLong.t
| `EmptyBatchRequest of EmptyBatchRequest.t
| `InvalidAddress of InvalidAddress.t
| `InvalidBatchEntryId of InvalidBatchEntryId.t
| `InvalidSecurity of InvalidSecurity.t
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `TooManyEntriesInBatchRequest of TooManyEntriesInBatchRequest.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]