package

org.mule.modules.sqs.model

Classes

BatchResultErrorEntry

This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request. 

ChangeMessageVisibilityBatchRequestEntry  
ChangeMessageVisibilityBatchResult

For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. 

ChangeMessageVisibilityBatchResultEntry

Encloses the id of an entry in ChangeMessageVisibilityBatch. 

CreateQueueResult

Returns the QueueUrl element of the created queue. 

DeleteMessageBatchRequestEntry

Encloses a receipt handle and an identifier for it. 

DeleteMessageBatchResult

For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted. 

DeleteMessageBatchResultEntry

Encloses the id an entry in DeleteMessageBatch. 

GetQueueAttributesResult

A list of returned queue attributes. 

GetQueueUrlResult  
ListDeadLetterSourceQueuesResult

A list of your dead letter source queues. 

ListQueuesResult

A list of your queues. 

MessageAttributeValue  
SendMessageBatchRequestEntry

Contains the details of a single Amazon SQS message along with a Id

SendMessageBatchResult

For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. 

SendMessageBatchResultEntry

Encloses a message ID for successfully enqueued message of a SendMessageBatch. 

SendMessageResult

The MD5OfMessageBody and MessageId elements. 

Enums

RegionEndpoint Enum for including Region endpoints 

Exceptions

SQSConnectorException Exception thrown by the connector when we cannot resolve it to SQSConnectorException