AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/codeguru-security/create-upload-url.md

Summary

Updated CLI version reference and swapped codeArtifactId/s3Url parameter order in output documentation

Security assessment

Changes are limited to documentation formatting and parameter ordering corrections. The swap between codeArtifactId and s3Url appears to be a documentation clarity improvement rather than a security-related fix. No evidence of vulnerability mitigation or security feature introduction.

Diff

diff --git a/cli/latest/reference/codeguru-security/create-upload-url.md b/cli/latest/reference/codeguru-security/create-upload-url.md
index d75f67fb5..ecd7dfde5 100644
--- a//cli/latest/reference/codeguru-security/create-upload-url.md
+++ b//cli/latest/reference/codeguru-security/create-upload-url.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »
@@ -197 +197 @@ Disable automatically prompt for CLI input parameters.
-codeArtifactId -> (string)
+s3Url -> (string)
@@ -199 +199 @@ codeArtifactId -> (string)
-> The identifier for the uploaded code resource. Pass this to `CreateScan` to use the uploaded resources.
+> A pre-signed S3 URL. You can upload the code file you want to scan with the required `requestHeaders` using any HTTP client.
@@ -209 +209 @@ requestHeaders -> (map)
-s3Url -> (string)
+codeArtifactId -> (string)
@@ -211 +211 @@ s3Url -> (string)
-> A pre-signed S3 URL. You can upload the code file you want to scan with the required `requestHeaders` using any HTTP client.
+> The identifier for the uploaded code resource. Pass this to `CreateScan` to use the uploaded resources.
@@ -223 +223 @@ s3Url -> (string)
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »