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

ListEndpointsByPlatformApplicationInput

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

Input for ListEndpointsByPlatformApplication action.

interface ListEndpointsByPlatformApplicationInput {
NextToken?: string | null;
PlatformApplicationArn: string;
}

§Properties

§
NextToken?: string | null
[src]

NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

§
PlatformApplicationArn: string
[src]

PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.