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

GetEntitlementsResult

import type { GetEntitlementsResult } from "https://aws-api.deno.dev/v0.4/services/marketplaceentitlementservice.ts?docs=full";

The GetEntitlementsRequest contains results from the GetEntitlements operation.

interface GetEntitlementsResult {
Entitlements?: Entitlement[] | null;
NextToken?: string | null;
}

§Properties

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

The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.

§
NextToken?: string | null
[src]

For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.