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

ListPlatformApplicationsResponse

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

Response for ListPlatformApplications action.

interface ListPlatformApplicationsResponse {
NextToken?: string | null;
PlatformApplications: PlatformApplication[];
}

§Properties

§
NextToken?: string | null
[src]

NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

§
PlatformApplications: PlatformApplication[]
[src]

Platform applications returned when calling ListPlatformApplications action.