AWS Security ChangesHomeSearch

AWS eventbridge documentation change

Service: eventbridge · 2025-04-11 · Documentation low

File: eventbridge/latest/ref/events-ref-marketplacecatalog.md

Summary

Removed detailed list of specific service events and simplified to state events are delivered via CloudTrail

Security assessment

Change removes documentation of specific events including 'Products Security Report Created', but there's no evidence this relates to addressing a security vulnerability. The modification appears to be general content simplification.

Diff

diff --git a/eventbridge/latest/ref/events-ref-marketplacecatalog.md b/eventbridge/latest/ref/events-ref-marketplacecatalog.md
index f943e624f..6ef3a0bed 100644
--- a//eventbridge/latest/ref/events-ref-marketplacecatalog.md
+++ b//eventbridge/latest/ref/events-ref-marketplacecatalog.md
@@ -5 +5 @@
-Service eventsEvents via CloudTrail
+Events via CloudTrail
@@ -9,42 +9 @@ Service eventsEvents via CloudTrail
-AWS Marketplace Catalog API sends service events directly to EventBridge, as well as via AWS CloudTrail.
-
-## AWS Marketplace Catalog API service events
-
-AWS Marketplace Catalog API sends the following events directly to EventBridge: 
-
-  * Offer Released
-
-  * Change Set Succeeded
-
-  * Change Set Failed
-
-  * Change Set Cancelled
-
-  * Products Security Report Created
-
-
-
-
-_Delivery type_ : [ Best effort ](./event-delivery-level.html)
-
-To match against all events from this service, create an event pattern that matches against the following event attribute:
-
-  * `source`: aws.marketplacecatalog
-
-
-
-    
-    
-    {
-      "source": ["aws.marketplacecatalog"]
-    }
-
-To match against specific events, include a `detail-type` attribute specifying an array of event names to match. For example:
-    
-    
-    {
-      "source": ["aws.marketplacecatalog"],
-      "detail-type": ["Offer Released"]
-    }
-
-For more information, see [Creating event patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html#eb-create-pattern) in the _Amazon EventBridge User Guide_.
+AWS Marketplace Catalog API sends service events to EventBridge via AWS CloudTrail.