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

DescribeApplicationFleetAssociationsRequest

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

§Properties

§
ApplicationArn?: string | null
[src]

The ARN of the application.

§
FleetName?: string | null
[src]

The name of the fleet.

§
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.