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

SendMessageBatchRequest

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

§Properties

§

A list of "SendMessageBatchRequestEntry" items.

§
QueueUrl: string
[src]

The URL of the Amazon SQS queue to which batched messages are sent.

Queue URLs and names are case-sensitive.