sqs_delete_message_batch: Deletes up to ten messages from the specified queue

View source: R/sqs_operations.R

sqs_delete_message_batchR Documentation

Deletes up to ten messages from the specified queue

Description

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.

Usage

sqs_delete_message_batch(QueueUrl, Entries)

Arguments

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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.