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

ListAppsRequest

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

§Properties

§
appIds?: string[] | null
[src]

The unique application IDs.

§
maxResults?: number | null
[src]

The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

§
nextToken?: string | null
[src]

The token for the next set of results.