AWS cli documentation change
Summary
Added new '--validation-mode' parameter and 'integratedDocument' structure for third-party document references
Security assessment
Introduces security-related features including validation modes (DISABLED/SIMULATED) and third-party document integration capabilities. While security-focused, no specific vulnerabilities or incidents are addressed.
Diff
diff --git a/cli/latest/reference/securityagent/create-code-review.md b/cli/latest/reference/securityagent/create-code-review.md index 51eeb334d..75cb73aa3 100644 --- a//cli/latest/reference/securityagent/create-code-review.md +++ b//cli/latest/reference/securityagent/create-code-review.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -72,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--validation-mode <value>] @@ -179,0 +181,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. @@ -234 +247,5 @@ JSON Syntax: - "artifactId": "string" + "artifactId": "string", + "integratedDocument": { + "integrationId": "string", + "resourceId": "string" + } @@ -295,0 +313,11 @@ JSON Syntax: +`--validation-mode` (string) + +> The validation mode for the code review. Valid values are SIMULATED and DISABLED. +> +> Possible values: +> +> * `DISABLED` +> * `SIMULATED` +> + + @@ -498,0 +527,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. @@ -558,0 +599,11 @@ codeRemediationStrategy -> (string) +validationMode -> (string) + +> The validation mode for the code review. +> +> Possible values: +> +> * `DISABLED` +> * `SIMULATED` +> + + @@ -569 +620 @@ codeRemediationStrategy -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »