AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/codeguru-security/get-scan.md

Summary

Updated CLI version references, reordered parameters, and modified output field descriptions including scan types (Security/All), scan states, and timestamp availability

Security assessment

The changes clarify security-related scan configurations (Security vs All analysis types) and error states, but there is no evidence of addressing a specific vulnerability. The documentation improvements help users understand security findings but don't patch a security issue.

Diff

diff --git a/cli/latest/reference/codeguru-security/get-scan.md b/cli/latest/reference/codeguru-security/get-scan.md
index 7d4f1c95c..aa0166cc4 100644
--- a//cli/latest/reference/codeguru-security/get-scan.md
+++ b//cli/latest/reference/codeguru-security/get-scan.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
-    [--run-id <value>]
@@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
+    [--run-id <value>]
@@ -93,4 +92,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
-`--run-id` (string)
-
-> UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the `CreateScan` operation. Defaults to the latest scan run if missing.
-
@@ -100,0 +97,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
+`--run-id` (string)
+
+> UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the `CreateScan` operation. Defaults to the latest scan run if missing.
+
@@ -200 +200 @@ Disable automatically prompt for CLI input parameters.
-analysisType -> (string)
+scanName -> (string)
@@ -202 +202 @@ analysisType -> (string)
-> The type of analysis CodeGuru Security performed in the scan, either `Security` or `All` . The `Security` type only generates findings related to security. The `All` type generates both security findings and quality findings.
+> The name of the scan.
@@ -204 +204 @@ analysisType -> (string)
-createdAt -> (timestamp)
+runId -> (string)
@@ -206 +206 @@ createdAt -> (timestamp)
-> The time the scan was created.
+> UUID that identifies the individual scan run.
@@ -208 +208 @@ createdAt -> (timestamp)
-errorMessage -> (string)
+scanState -> (string)
@@ -210 +210 @@ errorMessage -> (string)
-> Details about the error that causes a scan to fail to be retrieved.
+> The current state of the scan. Returns either `InProgress` , `Successful` , or `Failed` .
@@ -212 +212 @@ errorMessage -> (string)
-numberOfRevisions -> (long)
+createdAt -> (timestamp)
@@ -214 +214 @@ numberOfRevisions -> (long)
-> The number of times a scan has been re-run on a revised resource.
+> The time the scan was created.
@@ -216 +216 @@ numberOfRevisions -> (long)
-runId -> (string)
+analysisType -> (string)
@@ -218 +218 @@ runId -> (string)
-> UUID that identifies the individual scan run.
+> The type of analysis CodeGuru Security performed in the scan, either `Security` or `All` . The `Security` type only generates findings related to security. The `All` type generates both security findings and quality findings.
@@ -220 +220 @@ runId -> (string)
-scanName -> (string)
+updatedAt -> (timestamp)
@@ -222 +222 @@ scanName -> (string)
-> The name of the scan.
+> The time when the scan was last updated. Only available for `STANDARD` scan types.
@@ -224 +224 @@ scanName -> (string)
-scanNameArn -> (string)
+numberOfRevisions -> (long)
@@ -226 +226 @@ scanNameArn -> (string)
-> The ARN for the scan name.
+> The number of times a scan has been re-run on a revised resource.
@@ -228 +228 @@ scanNameArn -> (string)
-scanState -> (string)
+scanNameArn -> (string)
@@ -230 +230 @@ scanState -> (string)
-> The current state of the scan. Returns either `InProgress` , `Successful` , or `Failed` .
+> The ARN for the scan name.
@@ -232 +232 @@ scanState -> (string)
-updatedAt -> (timestamp)
+errorMessage -> (string)
@@ -234 +234 @@ updatedAt -> (timestamp)
-> The time when the scan was last updated. Only available for `STANDARD` scan types.
+> Details about the error that causes a scan to fail to be retrieved.
@@ -246 +246 @@ updatedAt -> (timestamp)
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »