LrSqsSendMessageBatchStatusEntry

This entity represents the confirmation that a specific LrSqsMessage was successfully sent to the SQS queue using a sendMessageBatch API.

The following methods are available:

LrSqsSendMessageBatchStatusEntry.idReturns the ID within the batch of the LrSqsMessage that was sent.
LrSqsSendMessageBatchStatusEntry.messageIdReturns the ID of the LrSqsMessage that was sent using the sendMessageBatch method.
LrSqsSendMessageBatchStatusEntry.sequenceNumberReturns the sequence number of the LrSqsMessage.