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

ListApplicationsResponse

import type { ListApplicationsResponse } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface ListApplicationsResponse {
Applications?: ApplicationSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Applications?: ApplicationSummary[] | null
[src]

An array of application summaries.

§
NextToken?: string | null
[src]

The token to request the next page of results.