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

DeleteMessageBatchResult

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

For each message in the batch, the response contains a "DeleteMessageBatchResultEntry" tag if the message is deleted or a "BatchResultErrorEntry" tag if the message can't be deleted.

interface DeleteMessageBatchResult {}

§Properties

§

A list of "BatchResultErrorEntry" items.

§

A list of "DeleteMessageBatchResultEntry" items.