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

ListAssociatedStacksRequest

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

§Properties

§
FleetName: string
[src]

The name of the fleet.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.