AWS cli documentation change
Summary
Added integratedDocument structure, added VALIDATION step to job workflow, updated CLI version
Security assessment
Documents new third-party document integration feature and expanded code review workflow steps. Enhances security feature documentation without addressing specific vulnerabilities.
Diff
diff --git a/cli/latest/reference/securityagent/batch-get-code-review-jobs.md b/cli/latest/reference/securityagent/batch-get-code-review-jobs.md index 5ca8881d3..75021795a 100644 --- a//cli/latest/reference/securityagent/batch-get-code-review-jobs.md +++ b//cli/latest/reference/securityagent/batch-get-code-review-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -275,0 +276,12 @@ codeReviewJobs -> (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. @@ -299 +311 @@ codeReviewJobs -> (list) ->>>>> The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING. +>>>>> The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, VALIDATION, and FINALIZING. @@ -306,0 +319 @@ codeReviewJobs -> (list) +>>>>> * `VALIDATION` @@ -448 +461 @@ notFound -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »