v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1412011.8 KB

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

post/#X-Amz-Target=AWSMPEntitlementService.GetEntitlements

Headers

X-Amz-Target'AWSMPEntitlementService.GetEntitlements' required

Request body

ProductCodestring required

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.

Filterobject

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 <i>unioned</i> for each value in the value list, and then <i>intersected</i> for each filter key.

NextTokenstring

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

MaxResultsinteger

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

Response

Success

NextTokenstring

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.

All 1 operations