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/iotfleethub.ts?docs=full";
interface ListApplicationsResponse {
applicationSummaries?: ApplicationSummary[] | null;
nextToken?: string | null;
}

§Properties

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

An array of objects that provide summaries of information about the web applications in the list.

§
nextToken?: string | null
[src]

A token used to get the next set of results.