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

PublishBatchInput

import type { PublishBatchInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";
interface PublishBatchInput {
PublishBatchRequestEntries: PublishBatchRequestEntry[];
TopicArn: string;
}

§Properties

§
PublishBatchRequestEntries: PublishBatchRequestEntry[]
[src]

A list of PublishBatch request entries to be sent to the SNS topic.

§
TopicArn: string
[src]

The Amazon resource name (ARN) of the topic you want to batch publish to.