AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-13 · Documentation low

File: cli/latest/reference/sagemaker/create-algorithm.md

Summary

Updated ARN pattern and made Image parameter optional in algorithm creation

Security assessment

ARN pattern update expands regional compatibility but doesn't introduce security features. Making Image parameter optional is a functional change without explicit security implications.

Diff

diff --git a/cli/latest/reference/sagemaker/create-algorithm.md b/cli/latest/reference/sagemaker/create-algorithm.md
index 68958b2ba..2aadaf177 100644
--- a//cli/latest/reference/sagemaker/create-algorithm.md
+++ b//cli/latest/reference/sagemaker/create-algorithm.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -799 +799 @@ JSON Syntax:
->>> Image -> (string) [required]
+>>> Image -> (string)
@@ -3214 +3214 @@ AlgorithmArn -> (string)
->   * pattern: `arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:algorithm/[\S]{1,2048}`
+>   * pattern: `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:algorithm/[\S]{1,2048}`
@@ -3228 +3228 @@ AlgorithmArn -> (string)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »