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

ListSubscriptionsResponse

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

Response for ListSubscriptions action

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

§Properties

§
NextToken?: string | null
[src]

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

§
Subscriptions: Subscription[]
[src]

A list of subscriptions.