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

GetEntitlementsRequest

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

The GetEntitlementsRequest contains parameters for the GetEntitlements operation.

interface GetEntitlementsRequest {
Filter?: [key in GetEntitlementFilterName]: string[] | null | undefined | null;
MaxResults?: number | null;
NextToken?: string | null;
ProductCode: string;
}

§Properties

§
Filter?: [key in GetEntitlementFilterName]: string[] | null | undefined | null
[src]

Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.

§
MaxResults?: number | null
[src]

The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.

§
NextToken?: string | null
[src]

For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.

§
ProductCode: string
[src]

Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.