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

ListEndpointsByPlatformApplicationResponse

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

Response for ListEndpointsByPlatformApplication action.

interface ListEndpointsByPlatformApplicationResponse {
Endpoints: Endpoint[];
NextToken?: string | null;
}

§Properties

§
Endpoints: Endpoint[]
[src]

Endpoints returned for ListEndpointsByPlatformApplication action.

§
NextToken?: string | null
[src]

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