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

ChangeMessageVisibilityBatchResult

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

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

interface ChangeMessageVisibilityBatchResult {}

§Properties

§

A list of "BatchResultErrorEntry" items.

§

A list of "ChangeMessageVisibilityBatchResultEntry" items.