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

ListApplicationsRequest

import type { ListApplicationsRequest } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface ListApplicationsRequest {
MaxItems?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxItems?: number | null
[src]

The total number of items to return.

§
NextToken?: string | null
[src]

A token to specify where to start paginating.