AWS marketplace documentation change
Summary
Added 'license ARN' as a valid filter parameter for GetEntitlements operation
Security assessment
The change improves entitlement verification but does not address security vulnerabilities or document security features.
Diff
diff --git a/marketplace/latest/userguide/checking-entitlements.md b/marketplace/latest/userguide/checking-entitlements.md index d548eff9c..62bfa46e3 100644 --- a//marketplace/latest/userguide/checking-entitlements.md +++ b//marketplace/latest/userguide/checking-entitlements.md @@ -13 +13 @@ To verify a customer's entitlement to your product, use the `GetEntitlements` op -`GetEntitlements` accepts a customer AWS account ID, customer identifier and dimension as filters. `ProductCode` is a required parameter. The operation returns a paginated list of entitlements. The result has an `ExpirationDate` field that shows the minimum period of time that the entitlement is valid for. If the customer has set up automatic renewal, the date in the ExpirationDate field is the renewal date. +`GetEntitlements` accepts a customer AWS account ID, customer identifier, license ARN, and dimension as filters. `ProductCode` is a required parameter. The operation returns a paginated list of entitlements. The result has an `ExpirationDate` field that shows the minimum period of time that the entitlement is valid for. If the customer has set up automatic renewal, the date in the ExpirationDate field is the renewal date.