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

ListAppsResponse

import type { ListAppsResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface ListAppsResponse {
apps?: AppSummary[] | null;
nextToken?: string | null;
}

§Properties

§
apps?: AppSummary[] | null
[src]

The application summaries.

§
nextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.