AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/sagemaker/create-training-job.md

Summary

Changed --algorithm-specification and --resource-config parameters from required to optional (added square brackets) and updated CLI version references

Security assessment

While changing parameters to optional could impact configurations, there is no explicit evidence of security fixes or vulnerabilities addressed. The changes appear to reflect updates to command syntax rather than security features.

Diff

diff --git a/cli/latest/reference/sagemaker/create-training-job.md b/cli/latest/reference/sagemaker/create-training-job.md
index b8fb11123..98e480f9e 100644
--- a//cli/latest/reference/sagemaker/create-training-job.md
+++ b//cli/latest/reference/sagemaker/create-training-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
@@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sagema
-    --algorithm-specification <value>
+    [--algorithm-specification <value>]
@@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sagema
-    --resource-config <value>
+    [--resource-config <value>]
@@ -211 +211 @@ JSON Syntax:
-`--algorithm-specification` (structure) [required]
+`--algorithm-specification` (structure)
@@ -840 +840 @@ JSON Syntax:
-`--resource-config` (structure) [required]
+`--resource-config` (structure)
@@ -2700 +2700 @@ TrainingJobArn -> (string)
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »