AWS.SQS.ISQSClient.ChangeMessageVisibilityBatch

Change the visibility timeout of a specified batch of messages in a queue to a new value.

function ChangeMessageVisibilityBatch(const ARequest: ISQSChangeMessageVisibilityBatchRequest): ISQSChangeMessageVisibilityBatchResponse;
__fastcall ISQSChangeMessageVisibilityBatchResponse ChangeMessageVisibilityBatch(const ISQSChangeMessageVisibilityBatchRequest ARequest);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISQSChangeMessageVisibilityBatchRequest
A ChangeMessageVisibilityBatch request object.

Response containing ChangeMessageVisibilityBatch results.

Exceptions
Description
Two or more batch entries in the request have the same Id.
The batch doesn't contain any entries.
A batch entry has an invalid Id.
There are too many entries in the request batch.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.