AWS cli documentation change
Summary
Added integratedDocument structure and validationMode field, updated CLI version
Security assessment
Documents new third-party integration feature and code review validation modes (DISABLED/SIMULATED). Expands security feature documentation without evidence of vulnerability fixes.
Diff
diff --git a/cli/latest/reference/securityagent/batch-get-code-reviews.md b/cli/latest/reference/securityagent/batch-get-code-reviews.md index 2396c2a0f..20ba4050c 100644 --- a//cli/latest/reference/securityagent/batch-get-code-reviews.md +++ b//cli/latest/reference/securityagent/batch-get-code-reviews.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -316,0 +317,12 @@ codeReviews -> (list) +>>>>> +>>>>> 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. @@ -371,0 +384,11 @@ codeReviews -> (list) +>> +>> validationMode -> (string) +>> +>>> The validation mode for the code review. Valid values are SIMULATED and DISABLED. +>>> +>>> Possible values: +>>> +>>> * `DISABLED` +>>> * `SIMULATED` +>>> + @@ -397 +420 @@ notFound -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »