
change-message-visibility-batch
*******************************


DESCRIPTION
===========

This is a batch version of  change-message-visibility . It takes
multiple receipt handles and performs the operation on each of the
them. The result of the operation on each message is reported
individually in the response.


SYNOPSIS
========

   aws sqs change-message-visibility-batch
     --queue-url <value>
     --entries <value>


REQUIRED PARAMETERS
===================

"--queue-url"  (string)
   The URL of the SQS queue to take action on.

"--entries"  (list)
   A list of receipt handles of the messages for which the visibility
   timeout must be changed.

      (structure)
         Encloses a receipt handle and an entry id for each message in
         ChangeMessageVisibilityBatchRequest .

         "receipt_handle"  (string)
            A receipt handle.

         "visibility_timeout"  (integer)
            The new value (in seconds) for the message's visibility
            timeout.

         "id"  (string)
            An identifier for this particular receipt handle. This is
            used to communicate the result. Note that the "Id" s of a
            batch request need to be unique within the request.

   *Parameter Syntax*

      [
        {
          "receipt_handle": "string",
          "visibility_timeout": integer,
          "id": "string"
        }
        ...
      ]


OPTIONAL PARAMETERS
===================

None
