Changes the visibility timeout of a specified message in a queue to a new value
Source:R/sqs_operations.R
sqs_change_message_visibility.RdChanges 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.
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
receive_messageaction.- VisibilityTimeout
[required] The new value for the message's visibility timeout (in seconds). Values range:
0to43200. Maximum: 12 hours.