sqs-2012-11-05 library
Classes
- AwsClientCredentials
- AWS credentials.
- BatchResultErrorEntry
- Gives a detailed description of the result of an action on each entry in the request.
- ChangeMessageVisibilityBatchRequestEntry
-
Encloses a receipt handle and an entry id for each message in
ChangeMessageVisibilityBatch.
&ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2
- ChangeMessageVisibilityBatchResult
-
For each message in the batch, the response contains a
ChangeMessageVisibilityBatchResultEntry
tag if the message succeeds or aBatchResultErrorEntry
tag if the message fails. - ChangeMessageVisibilityBatchResultEntry
-
Encloses the
Id
of an entry inChangeMessageVisibilityBatch.
- CreateQueueResult
-
Returns the
QueueUrl
attribute 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 aBatchResultErrorEntry
tag if the message can't be deleted. - DeleteMessageBatchResultEntry
-
Encloses the
Id
of an entry inDeleteMessageBatch.
- GetQueueAttributesResult
- A list of returned queue attributes.
- GetQueueUrlResult
- For more information, see Interpreting Responses in the Amazon Simple Queue Service Developer Guide.
- ListDeadLetterSourceQueuesResult
- A list of your dead letter source queues.
- ListQueuesResult
- A list of your queues.
- ListQueueTagsResult
- Message
- An Amazon SQS message.
- MessageAttributeValue
-
The user-specified message attribute value. For string data types, the
Value
attribute has the same restrictions on the content as the message body. For more information, seeSendMessage.
- MessageSystemAttributeValue
-
The user-specified message system attribute value. For string data types,
the
Value
attribute has the same restrictions on the content as the message body. For more information, seeSendMessage.
- ReceiveMessageResult
- A list of received messages.
- SendMessageBatchRequestEntry
-
Contains the details of a single Amazon SQS message along with an
Id
. - SendMessageBatchResult
-
For each message in the batch, the response contains a
SendMessageBatchResultEntry
tag if the message succeeds or aBatchResultErrorEntry
tag if the message fails. - SendMessageBatchResultEntry
-
Encloses a
MessageId
for a successfully-enqueued message in aSendMessageBatch.
- SendMessageResult
-
The
MD5OfMessageBody
andMessageId
elements. - SQS
- Welcome to the Amazon Simple Queue Service API Reference.
Extensions
- MessageSystemAttributeNameForSendsFromString on String
- MessageSystemAttributeNameForSendsValueExtension on MessageSystemAttributeNameForSends
- MessageSystemAttributeNameFromString on String
- MessageSystemAttributeNameValueExtension on MessageSystemAttributeName
- QueueAttributeNameFromString on String
- QueueAttributeNameValueExtension on QueueAttributeName
Exceptions / Errors
- BatchEntryIdsNotDistinct
- BatchRequestTooLong
- EmptyBatchRequest
- InvalidAttributeName
- InvalidBatchEntryId
- InvalidIdFormat
- InvalidMessageContents
- MessageNotInflight
- OverLimit
- PurgeQueueInProgress
- QueueDeletedRecently
- QueueDoesNotExist
- QueueNameExists
- ReceiptHandleIsInvalid
- TooManyEntriesInBatchRequest
- UnsupportedOperation