sqs_change_message_visibility {paws.application.integration} | R Documentation |
Changes the visibility timeout of a specified message in a queue to a new value
Description
Changes the visibility timeout of a specified message in a queue to a new value. The default visibility timeout for a message is 30 seconds. The minimum is 0 seconds. The maximum is 12 hours. For more information, see Visibility Timeout in the Amazon SQS Developer Guide.
See https://www.paws-r-sdk.com/docs/sqs_change_message_visibility/ for full documentation.
Usage
sqs_change_message_visibility(QueueUrl, ReceiptHandle, VisibilityTimeout)
Arguments
QueueUrl |
[required] The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive. |
ReceiptHandle |
[required] The receipt handle associated with the message, whose visibility timeout
is changed. This parameter is returned by the
|
VisibilityTimeout |
[required] The new value for the message's visibility timeout (in seconds). Values
range: |