Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SendMessageBatchResult

import type { SendMessageBatchResult } from "https://aws-api.deno.dev/v0.3/services/sqs.ts?docs=full";

For each message in the batch, the response contains a "SendMessageBatchResultEntry" tag if the message succeeds or a "BatchResultErrorEntry" tag if the message fails.

interface SendMessageBatchResult {}

§Properties

§

A list of "BatchResultErrorEntry" items with error details about each message that can't be enqueued.

§

A list of "SendMessageBatchResultEntry" items.