View source: R/sqs_operations.R
sqs_delete_message_batch | R Documentation |
Deletes up to ten messages from the specified queue. This is a batch version of DeleteMessage.
The result of the action on each message is reported individually in the response.
See https://www.paws-r-sdk.com/docs/sqs_delete_message_batch/ for full documentation.
sqs_delete_message_batch(QueueUrl, Entries)
QueueUrl |
[required] The URL of the Amazon SQS queue from which messages are deleted. Queue URLs and names are case-sensitive. |
Entries |
[required] Lists the receipt handles for the messages to be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.