sqs_change_message_visibility_batch {paws.application.integration} | R Documentation |
Changes the visibility timeout of multiple messages
Description
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.
Usage
sqs_change_message_visibility_batch(QueueUrl, Entries)
Arguments
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. |
[Package paws.application.integration version 0.7.0 Index]