Change Message Visibility
GET {{aws_simple_queue_service_base_url}}/?QueueUrl&ReceiptHandle&VisibilityTimeout
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
QueueUrl | null | The URL of the Amazon SQS queue whose message's visibility is changed. | |
ReceiptHandle | null | The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage action. | |
VisibilityTimeout | null | The new value for the message's visibility timeout (in seconds). Values values: 0 to 43200. Maximum: 12 hours. |