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

ListTopicsResponse

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

Response for ListTopics action.

interface ListTopicsResponse {
NextToken?: string | null;
Topics: Topic[];
}

§Properties

§
NextToken?: string | null
[src]

Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

§
Topics: Topic[]
[src]

A list of topic ARNs.