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.1/services/marketplaceentitlementservice.ts?docs=full";
class MarketplaceEntitlementService {
constructor(apiFactory: client.ApiFactory);
async getEntitlements(params: GetEntitlementsRequest): Promise<GetEntitlementsResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
getEntitlements(params: GetEntitlementsRequest): Promise<GetEntitlementsResult>
[src]

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

§Static Properties