OPENAPI / COMPONENTS / SCHEMAS

ChangeMessageVisibilityRequest

ChangeMessageVisibilityRequest

ChangeMessageVisibilityRequest data structure

object3properties
QueueUrlstringrequired

<p>The URL of the Amazon SQS queue whose message's visibility is changed.</p> <p>Queue URLs and names are case-sensitive.</p>

ReceiptHandlestringrequired

<p>The receipt handle associated with the message, whose visibility timeout is changed. This parameter is returned by the <code> <a>ReceiveMessage</a> </code> action.</p>

VisibilityTimeoutstringrequired

<p>The new value for the message's visibility timeout (in seconds). Values range: <code>0</code> to <code>43200</code>. Maximum: 12 hours.</p>