AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version references, restructured --analysis-type parameter documentation, added scanName/runId output fields, and reorganized scan state/resource ID documentation

Security assessment

Changes primarily involve documentation restructuring and field additions without addressing vulnerabilities. The --analysis-type parameter documentation describes security scanning capabilities but doesn't indicate any security issue resolution. No CVEs, vulnerabilities, or security incidents are mentioned.

Diff

diff --git a/cli/latest/reference/codeguru-security/create-scan.md b/cli/latest/reference/codeguru-security/create-scan.md
index 805dbe7e6..613803f20 100644
--- a//cli/latest/reference/codeguru-security/create-scan.md
+++ b//cli/latest/reference/codeguru-security/create-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
-    [--analysis-type <value>]
@@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
+    [--analysis-type <value>]
@@ -97,11 +96,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/codegu
-`--analysis-type` (string)
-
-> The type of analysis you want CodeGuru Security to perform 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. Defaults to `Security` type if missing.
-> 
-> Possible values:
-> 
->   * `Security`
->   * `All`
-> 
-
-
@@ -154,0 +144,11 @@ JSON Syntax:
+`--analysis-type` (string)
+
+> The type of analysis you want CodeGuru Security to perform 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. Defaults to `Security` type if missing.
+> 
+> Possible values:
+> 
+>   * `Security`
+>   * `All`
+> 
+
+
@@ -279,0 +280,8 @@ Disable automatically prompt for CLI input parameters.
+scanName -> (string)
+
+> The name of the scan.
+
+runId -> (string)
+
+> UUID that identifies the individual scan run.
+
@@ -292,5 +300 @@ resourceId -> (tagged union structure)
-runId -> (string)
-
-> UUID that identifies the individual scan run.
-
-scanName -> (string)
+scanState -> (string)
@@ -298 +302 @@ scanName -> (string)
-> The name of the scan.
+> The current state of the scan. Returns either `InProgress` , `Successful` , or `Failed` .
@@ -304,4 +307,0 @@ scanNameArn -> (string)
-scanState -> (string)
-
-> The current state of the scan. Returns either `InProgress` , `Successful` , or `Failed` .
-
@@ -318 +318 @@ scanState -> (string)
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »