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

DescribeEntitlementsResult

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

§Properties

§
Entitlements?: Entitlement[] | null
[src]

The entitlements.

§
NextToken?: string | null
[src]

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