AWS mediatailor documentation change
Summary
Added new log types for pre-session initialization hooks including function completion, errors, and summary events. Extended log properties with execution metadata fields.
Security assessment
New logs improve operational visibility but don't address specific security vulnerabilities or describe security features. Primarily aids debugging and monitoring of hook executions without security context.
Diff
diff --git a/mediatailor/latest/ug/log-types.md b/mediatailor/latest/ug/log-types.md index a3f36be06..ed822cdbc 100644 --- a//mediatailor/latest/ug/log-types.md +++ b//mediatailor/latest/ug/log-types.md @@ -43,0 +44,4 @@ Log | Description +`PRE_SESSION_INIT_FUNCTION_COMPLETED` | An individual function in the pre-session initialization hook completed. This is an opt-in event type. +`PRE_SESSION_INIT_FUNCTION_ERROR` | An individual function in the pre-session initialization hook failed. +`PRE_SESSION_INIT_HOOK_ERROR` | The pre-session initialization hook execution failed. +`PRE_SESSION_INIT_HOOK_SUMMARY` | Summary of the pre-session initialization hook execution, including success or error status. This is an opt-in event type. @@ -70,0 +75,9 @@ Property | Type | Required +`errorType` | string | false +`eventId` | string | false +`executionTimeMs` | integer | false +`functionId` | string | false +`functionType` | string | false +`http` | object | false +`input` | object | false +`output` | object | false +`status` | string | false