AWS Security ChangesHomeSearch

AWS mediatailor documentation change

Service: mediatailor · 2025-08-28 · Documentation low

File: mediatailor/latest/ug/creating-prefetch-schedules.md

Summary

Added 'reportingMode' parameter to prefetch schedule example and updated session variables documentation links

Security assessment

The 'reportingMode' parameter addition appears to enable client-side ad tracking configuration but doesn't explicitly address a security vulnerability. Link updates are routine documentation maintenance.

Diff

diff --git a/mediatailor/latest/ug/creating-prefetch-schedules.md b/mediatailor/latest/ug/creating-prefetch-schedules.md
index 9dbdd12e6..ff36b0c28 100644
--- a//mediatailor/latest/ug/creating-prefetch-schedules.md
+++ b//mediatailor/latest/ug/creating-prefetch-schedules.md
@@ -45 +45,2 @@ When you create a prefetch schedule, don't define player variables as dynamic va
-                'streamId': 'myStreamId'
+                'streamId': 'myStreamId',
+                'reportingMode': 'client'
@@ -73 +74 @@ To create a schedule that prefetches ads before one ad avail in an event.
-       * For **Key** , enter a dynamic session variable key, such as `scte.event_id`. You can use any dynamic variable that MediaTailor supports. For information about dynamic session variables, see [Using session variables](./variables-session.html).
+       * For **Key** , enter a dynamic session variable key, such as `scte.event_id`. You can use any dynamic variable that MediaTailor supports. For information about dynamic session variables, see [MediaTailor session variables for ADS requests](./variables-session.html).
@@ -112 +113 @@ To create a schedule that prefetches ads before each ad avail in an event.
-       * For **Key** , enter a dynamic session variable key, such as `scte.event_id`. You can use any dynamic variable that MediaTailor supports. For information about dynamic session variables, see [Using session variables](./variables-session.html).
+       * For **Key** , enter a dynamic session variable key, such as `scte.event_id`. You can use any dynamic variable that MediaTailor supports. For information about dynamic session variables, see [MediaTailor session variables for ADS requests](./variables-session.html).