View source: R/sqs_operations.R
sqs_change_message_visibility_batch | R Documentation |
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 change_message_visibility
requests with each change_message_visibility_batch
action.
See https://www.paws-r-sdk.com/docs/sqs_change_message_visibility_batch/ for full documentation.
sqs_change_message_visibility_batch(QueueUrl, Entries)
QueueUrl |
[required] The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive. |
Entries |
[required] Lists the receipt handles of the messages for which the visibility timeout must be changed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.