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

DescribeApplicationsRequest

import type { DescribeApplicationsRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface DescribeApplicationsRequest {
Arns?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Arns?: string[] | null
[src]

The ARNs for the applications.

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
NextToken?: string | null
[src]

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