AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-28 · Documentation low

File: sagemaker/latest/dg/model-shadow-deployment.md

Summary

Updated import path for get_execution_role and Session functions in code example

Security assessment

Change only updates Python import statements without any security context. No vulnerabilities, security features, or security-related documentation are mentioned.

Diff

diff --git a/sagemaker/latest/dg/model-shadow-deployment.md b/sagemaker/latest/dg/model-shadow-deployment.md
index 6fd9a09e1..79d763cb0 100644
--- a//sagemaker/latest/dg/model-shadow-deployment.md
+++ b//sagemaker/latest/dg/model-shadow-deployment.md
@@ -22 +22 @@ The following code example shows how you can programmatically deploy shadow vari
-    from sagemaker import get_execution_role, Session
+    from sagemaker.core.helper.session_helper import get_execution_role, Session