/** *
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
All of the following list parameters must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n, where n is an integer value starting with 1. For example, a parameter list for this action might look like this:
&ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2
&ChangeMessageVisibilityBatchRequestEntry.1.ReceiptHandle=your_receipt_handle
&ChangeMessageVisibilityBatchRequestEntry.1.VisibilityTimeout=45
An identifier for this particular receipt handle used to communicate the result.
The Ids of a batch request need to be unique within a request
A receipt handle.
*/ ReceiptHandle: string; /** *The new value (in seconds) for the message's visibility timeout.
*/ VisibilityTimeout?: number; } export declare type _UnmarshalledChangeMessageVisibilityBatchRequestEntry = _ChangeMessageVisibilityBatchRequestEntry;