AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/inspector2/update-code-security-integration.md

Summary

Added integration-arn parameter, restructured authentication details for GitLab Self-Managed, and updated syntax ordering

Security assessment

The change documents authentication code handling for self-managed GitLab integrations, which relates to secure credential management. However, there's no indication this addresses a specific security flaw. The update improves documentation about security integration features.

Diff

diff --git a/cli/latest/reference/inspector2/update-code-security-integration.md b/cli/latest/reference/inspector2/update-code-security-integration.md
index c81e3b23f..ba56794b3 100644
--- a//cli/latest/reference/inspector2/update-code-security-integration.md
+++ b//cli/latest/reference/inspector2/update-code-security-integration.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
-    --details <value>
@@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
+    --details <value>
@@ -94,0 +95,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
+`--integration-arn` (string)
+
+> The Amazon Resource Name (ARN) of the code security integration to update.
+
@@ -101 +105,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
-> This is a Tagged Union structure. Only one of the following top level keys can be set: `github`, `gitlabSelfManaged`.
+> This is a Tagged Union structure. Only one of the following top level keys can be set: `gitlabSelfManaged`, `github`.
+> 
+> gitlabSelfManaged -> (structure)
+>
+>> Details specific to updating an integration with a self-managed GitLab instance.
+>> 
+>> authCode -> (string)
+>>
+>>> The authorization code received from the self-managed GitLab instance to update the integration.
@@ -114,8 +125,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
-> 
-> gitlabSelfManaged -> (structure)
->
->> Details specific to updating an integration with a self-managed GitLab instance.
->> 
->> authCode -> (string)
->>
->>> The authorization code received from the self-managed GitLab instance to update the integration.
@@ -126 +130 @@ Shorthand Syntax:
-    github={code=string,installationId=string},gitlabSelfManaged={authCode=string}
+    gitlabSelfManaged={authCode=string},github={code=string,installationId=string}
@@ -132,0 +137,3 @@ JSON Syntax:
+      "gitlabSelfManaged": {
+        "authCode": "string"
+      },
@@ -136,3 +142,0 @@ JSON Syntax:
-      },
-      "gitlabSelfManaged": {
-        "authCode": "string"
@@ -143,4 +146,0 @@ JSON Syntax:
-`--integration-arn` (string)
-
-> The Amazon Resource Name (ARN) of the code security integration to update.
-
@@ -264 +264 @@ status -> (string)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »