MarketplaceEntitlementService
import { MarketplaceEntitlementService } from "https://aws-api.deno.dev/v0.2/services/marketplaceentitlementservice.ts?docs=full";
class MarketplaceEntitlementService { }
constructor(apiFactory: client.ApiFactory);
async getEntitlements(params: GetEntitlementsRequest, opts?: client.RequestOptions): Promise<GetEntitlementsResult>;
§Constructors
§
new MarketplaceEntitlementService(apiFactory: client.ApiFactory)
[src]§Methods
§
getEntitlements(params: GetEntitlementsRequest, opts?: client.RequestOptions): 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
§
ApiMetadata: client.ApiMetadata
[src]