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

MarketplaceEntitlementService

import { MarketplaceEntitlementService } from "https://aws-api.deno.dev/v0.3/services/marketplaceentitlementservice.ts?docs=full";
class MarketplaceEntitlementService {
constructor(apiFactory: client.ApiFactory);
async getEntitlements(params: GetEntitlementsRequest, opts?: client.RequestOptions): Promise<GetEntitlementsResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new MarketplaceEntitlementService(apiFactory: client.ApiFactory)
[src]

§Methods

§

GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.

§Static Properties