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

ChangeMessageVisibilityBatchRequest

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

§Properties

§

A list of receipt handles of the messages for which the visibility timeout must be changed.

§
QueueUrl: string
[src]

The URL of the Amazon SQS queue whose messages' visibility is changed.

Queue URLs and names are case-sensitive.