AWS Security ChangesHomeSearch

AWS marketplace documentation change

Service: marketplace · 2025-06-07 · Documentation low

File: marketplace/latest/userguide/container-notification.md

Summary

Removed 'isFreeTrialTermPresent' field and updated 'offer-identifier' conditions similar to AMI notifications

Security assessment

Removal of a field and clarification of identifier visibility rules are documentation updates without security implications.

Diff

diff --git a/marketplace/latest/userguide/container-notification.md b/marketplace/latest/userguide/container-notification.md
index 38e6d81ed..90d9ab6ac 100644
--- a//marketplace/latest/userguide/container-notification.md
+++ b//marketplace/latest/userguide/container-notification.md
@@ -31,2 +31 @@ Each message in the `aws-mp-subscription-notification` topic has the following f
-        "offer-identifier": "offer-abcexample123",
-        "isFreeTrialTermPresent":"true"
+        "offer-identifier": "offer-abcexample123"
@@ -48 +47 @@ The `<action-name>` will vary depending on the notification. Possible actions ar
-The `offer-identifier` is included in the notification for any new offer created on AWS Marketplace starting January 2024.
+The `offer-identifier` is included in the notification only when the action is `subscribe-success` or `subscribe-fail`. It isn't included in notifications when the action is `unsubscribe-pending` or `unsubscribe-success`. For offers created before January 2024, this identifier is included in the notification only for private offers. For offers created in January 2024 and later, this identifier is included in notifications for all offers, including both private offers and public offers.