AWS.SQS.ISQSClient.SendMessageBatch

Sends a batch of messages to an Amazon SQS queue.

function SendMessageBatch(const ARequest: ISQSSendMessageBatchRequest): ISQSSendMessageBatchResponse;
__fastcall ISQSSendMessageBatchResponse SendMessageBatch(const ISQSSendMessageBatchRequest ARequest);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISQSSendMessageBatchRequest
A SendMessageBatch request object.

Response containing SendMessageBatch results.

Exceptions
Description
Two or more batch entries in the request have the same Id.
The length of all messages combined is more than the limit.
The batch doesn't contain any entries.
A batch entry has an invalid Id.
There are too many entries in the request batch.
Error code 400. Unsupported operation.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.