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

DescribeApplicationsResult

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

§Properties

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

The applications in the list.

§
NextToken?: string | null
[src]

The pagination token used to retrieve the next page of results for this operation.