AWS cli documentation change
Summary
Added new 'integratedDocument' structure for third-party document references and 'validation-mode' parameter with DISABLED/SIMULATED options. Updated CLI version to 2.35.8.
Security assessment
Adds documentation for security feature integration with third-party providers and validation modes. The DISABLED/SIMULATED options directly relate to security validation controls during code reviews.
Diff
diff --git a/cli/latest/reference/securityagent/update-code-review.md b/cli/latest/reference/securityagent/update-code-review.md index cd9432d77..1214eaf9a 100644 --- a//cli/latest/reference/securityagent/update-code-review.md +++ b//cli/latest/reference/securityagent/update-code-review.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -73,0 +74 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--validation-mode <value>] @@ -184,0 +186,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi +>>> +>>> integratedDocument -> (structure) +>>> +>>>> A reference to a document in an integrated third-party provider. +>>>> +>>>> integrationId -> (string) [required] +>>>> +>>>>> The identifier of the integration that provides access to the document. +>>>> +>>>> resourceId -> (string) [required] +>>>> +>>>>> The provider-specific resource identifier for the document. @@ -239 +252,5 @@ JSON Syntax: - "artifactId": "string" + "artifactId": "string", + "integratedDocument": { + "integrationId": "string", + "resourceId": "string" + } @@ -300,0 +318,11 @@ JSON Syntax: +`--validation-mode` (string) + +> The updated validation mode for the code review. Valid values are SIMULATED and DISABLED. +> +> Possible values: +> +> * `DISABLED` +> * `SIMULATED` +> + + @@ -503,0 +532,12 @@ assets -> (structure) +>>> +>>> integratedDocument -> (structure) +>>> +>>>> A reference to a document in an integrated third-party provider. +>>>> +>>>> integrationId -> (string) [required] +>>>> +>>>>> The identifier of the integration that provides access to the document. +>>>> +>>>> resourceId -> (string) [required] +>>>> +>>>>> The provider-specific resource identifier for the document. @@ -563,0 +604,11 @@ codeRemediationStrategy -> (string) +validationMode -> (string) + +> The validation mode for the code review. +> +> Possible values: +> +> * `DISABLED` +> * `SIMULATED` +> + + @@ -574 +625 @@ codeRemediationStrategy -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »