Amazon.SQS.Model.Internal |
Name | Description |
---|---|
AddPermissionRequest | |
BatchEntryIdsNotDistinctException | |
BatchRequestTooLongException | |
BatchResultErrorEntry | |
ChangeMessageVisibilityBatchRequest | Container for the parameters to the ChangeMessageVisibilityBatch operation. Changes the visibility timeout of multiple messages. This is a batch version of ChangeMessageVisibility . The result of the action on each message is reported individually in the response. You can send up to 10 ChangeMessageVisibility requests with each ChangeMessageVisibilityBatch action. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of Some actions take lists of parameters. These lists are specified using the |
ChangeMessageVisibilityBatchRequestEntry | Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch. IMPORTANT: All of the following parameters are list parameters that must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n, where n is an integer value starting with 1. For example, a parameter list for this action might look like this: |
ChangeMessageVisibilityBatchResponse | For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. |
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 . |
ChangeMessageVisibilityRequest | Container for the parameters to the ChangeMessageVisibility operation. Changes the visibility timeout of a specified message in a queue to a new value. The maximum allowed timeout value is 12 hours. Thus, you can't extend the timeout of a message in an existing queue to more than a total visibility timeout of 12 hours. For more information, see Visibility Timeout in the Amazon SQS Developer Guide. For example, you have a message and with the default visibility timeout of 5 minutes. After 3 minutes, you call A message is considered to be in flight after it's received from a queue by a consumer, but not yet deleted from the queue. For standard queues, there can be a maximum of 120,000 inflight messages per queue. If you reach this limit, Amazon SQS returns the For FIFO queues, there can be a maximum of 20,000 inflight messages per queue. If you reach this limit, Amazon SQS returns no error messages. If you attempt to set the Unlike with a queue, when you change the visibility timeout for a specific message the timeout value is applied immediately but isn't saved in memory for that message. If you don't delete a message after it is received, the visibility timeout for the message reverts to the original timeout value (not to the value you set using the |
CreateQueueRequest | Container for the parameters to the CreateQueue operation. Creates a new standard or FIFO queue or returns the URL of an existing queue. You can pass one or more attributes in the request. Keep the following caveats in mind:
To successfully create a new queue, you must provide a queue name that adheres to the limits related to queues and is unique within the scope of your queues. To get the queue URL, use the
Some actions take lists of parameters. These lists are specified using the |
CreateQueueResponse | |
CreateQueueResult | Returns the QueueUrl element of the created queue. |
DeleteMessageBatchRequest | Container for the parameters to the DeleteMessageBatch operation. Deletes multiple messages. This is a batch version of DeleteMessage. The result of the delete action on each message is reported individually in the response. IMPORTANT: Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200. NOTE:Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this: |
DeleteMessageBatchRequestEntry | Encloses a receipt handle and an identifier for it. |
DeleteMessageBatchResponse | Returns information about the DeleteMessageBatch response and response metadata. |
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. |
DeleteMessageRequest | Container for the parameters to the DeleteMessage operation. Deletes the specified message from the specified queue. You specify the message by using the message's receipt handle and not the MessageId you receive when you send the message. Even if the message is locked by another reader due to the visibility timeout setting, it is still deleted from the queue. If you leave a message in the queue for longer than the queue's configured retention period, Amazon SQS automatically deletes the message. The receipt handle is associated with a specific instance of receiving the message. If you receive a message more than once, the receipt handle you get each time you receive the message is different. If you don't provide the most recently received receipt handle for the message when you use the For standard queues, it is possible to receive a message even after you deleting it. This might happen on rare occasions if one of the servers storing a copy of the message is unavailable when you send the request to delete the message. The copy remains on the server and might be returned to you on a subsequent receive request. You should ensure that your application is idempotent, so that receiving a message more than once does not cause issues. |
DeleteQueueRequest | Container for the parameters to the DeleteQueue operation. Deletes the queue specified by the QueueUrl , even if the queue is empty. If the specified queue doesn't exist, Amazon SQS returns a successful response. Be careful with the When you delete a queue, the deletion process takes up to 60 seconds. Requests you send involving that queue during the 60 seconds might succeed. For example, a When you delete a queue, you must wait at least 60 seconds before creating a queue with the same name. |
EmptyBatchRequestException | |
GetQueueAttributesRequest | |
GetQueueAttributesResponse | |
GetQueueAttributesResult | A list of returned queue attributes. |
GetQueueUrlRequest | Container for the parameters to the GetQueueUrl operation. Returns the URL of an existing queue. This action provides a simple way to retrieve the URL of an Amazon SQS queue. To access a queue that belongs to another AWS account, use the |
GetQueueUrlResponse | Returns information about the GetQueueUrl response and response metadata. |
GetQueueUrlResult | For more information, see Responses in the Amazon SQS Developer Guide . |
InvalidAttributeNameException | |
InvalidBatchEntryIdException | |
InvalidIdFormatException | |
InvalidMessageContentsException | |
ListDeadLetterSourceQueuesRequest | Container for the parameters to the ListDeadLetterSourceQueues operation. Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue. |
ListDeadLetterSourceQueuesResponse | A list of your dead letter source queues. |
ListDeadLetterSourceQueuesResult | A list of your dead letter source queues. |
ListQueuesRequest | Container for the parameters to the ListQueues operation. Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned. |
ListQueuesResponse | |
ListQueuesResult | A list of your queues. |
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, see SendMessage . |
MessageNotInflightException | |
OverLimitException | |
PurgeQueueInProgressException | |
PurgeQueueRequest | Container for the parameters to the PurgeQueue operation. Deletes the messages in a queue specified by the QueueURL parameter. When you use the When you purge a queue, the message deletion process takes up to 60 seconds. All messages sent to the queue before calling the |
QueueDeletedRecentlyException | |
QueueDoesNotExistException | |
QueueNameExistsException | |
ReceiptHandleIsInvalidException | |
ReceiveMessageRequest | |
ReceiveMessageResponse | |
ReceiveMessageResult | |
RemovePermissionRequest | |
SendMessageBatchRequest | Container for the parameters to the SendMessageBatch operation. Delivers up to ten messages to the specified queue. This is a batch version of SendMessage . For a FIFO queue, multiple messages within a single batch are enqueued in the order they are sent. The result of sending each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KB (262,144 bytes). The following list shows the characters (in Unicode) that are allowed in your message, according to the W3C XML specification:
For more information, see RFC1321. If you send any characters that aren't included in this list, your request is rejected. If you don't specify the Some actions take lists of parameters. These lists are specified using the |
SendMessageBatchRequestEntry | Contains the details of a single Amazon SQS message along with an Id . |
SendMessageBatchResponse | For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. |
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. |
SendMessageRequest | |
SendMessageResponse | The MD5OfMessageBody and MessageId elements. |
SendMessageResult | |
SetQueueAttributesRequest | |
TooManyEntriesInBatchRequestException | |
UnsupportedOperationException |