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.3/services/migrationhubrefactorspaces.ts?docs=full";
interface ListApplicationsResponse {
ApplicationSummaryList?: ApplicationSummary[] | null;
NextToken?: string | null;
}

§Properties

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

The list of ApplicationSummary objects.

§
NextToken?: string | null
[src]

The token for the next page of results.