OPENAPI / COMPONENTS / SCHEMAS
DeleteMessageBatchRequestEntry
DeleteMessageBatchRequestEntry<p>Encloses a receipt handle and an identifier for it.</p>
object2properties
Idstringrequired<p>The identifier for this particular receipt handle. This is used to communicate the result.</p> <note> <p>The <code>Id</code>s of a batch request need to be unique within a request.</p> <p>This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).</p> </note>
ReceiptHandlestringrequired<p>A receipt handle.</p>