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

ListSubscriptionsByTopicResponse

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

Response for ListSubscriptionsByTopic action.

interface ListSubscriptionsByTopicResponse {
NextToken?: string | null;
Subscriptions: Subscription[];
}

§Properties

§
NextToken?: string | null
[src]

Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

§
Subscriptions: Subscription[]
[src]

A list of subscriptions.