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

ListSubscriptionsByTopicInput

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

Input for ListSubscriptionsByTopic action.

interface ListSubscriptionsByTopicInput {
NextToken?: string | null;
TopicArn: string;
}

§Properties

§
NextToken?: string | null
[src]

Token returned by the previous ListSubscriptionsByTopic request.

§
TopicArn: string
[src]

The ARN of the topic for which you wish to find subscriptions.