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

ListEntitledApplicationsRequest

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

§Properties

§
EntitlementName: string
[src]

The name of the entitlement.

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

§
StackName: string
[src]

The name of the stack with which the entitlement is associated.