AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/inspector2/batch-disassociate-code-security-scan-configuration.md

Summary

Updated CLI version reference, restructured parameter order in syntax examples, and added explicit documentation for scanConfigurationArn field in request/response sections

Security assessment

Similar to the associate command changes, these updates improve documentation clarity for security scan configuration management but show no evidence of patching a security vulnerability. The documentation enhancements support proper use of security features without indicating a resolved security issue.

Diff

diff --git a/cli/latest/reference/inspector2/batch-disassociate-code-security-scan-configuration.md b/cli/latest/reference/inspector2/batch-disassociate-code-security-scan-configuration.md
index 8b6042662..31aaef54a 100644
--- a//cli/latest/reference/inspector2/batch-disassociate-code-security-scan-configuration.md
+++ b//cli/latest/reference/inspector2/batch-disassociate-code-security-scan-configuration.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -99,0 +100,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
+>> scanConfigurationArn -> (string)
+>>
+>>> The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
+>> 
@@ -111,4 +114,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
->> 
->> scanConfigurationArn -> (string)
->>
->>> The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
@@ -119 +119 @@ Shorthand Syntax:
-    resource={projectId=string},scanConfigurationArn=string ...
+    scanConfigurationArn=string,resource={projectId=string} ...
@@ -126,0 +127 @@ JSON Syntax:
+        "scanConfigurationArn": "string",
@@ -129,2 +130 @@ JSON Syntax:
-        },
-        "scanConfigurationArn": "string"
+        }
@@ -242,0 +243,4 @@ failedAssociations -> (list)
+>> scanConfigurationArn -> (string)
+>>
+>>> The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
+>> 
@@ -255,4 +258,0 @@ failedAssociations -> (list)
->> scanConfigurationArn -> (string)
->>
->>> The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
->> 
@@ -274,0 +275,4 @@ successfulAssociations -> (list)
+>> scanConfigurationArn -> (string)
+>>
+>>> The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated.
+>> 
@@ -286,4 +289,0 @@ successfulAssociations -> (list)
->> 
->> scanConfigurationArn -> (string)
->>
->>> The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated.
@@ -301 +301 @@ successfulAssociations -> (list)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »