AWS cli documentation change
Summary
Updated CLI version reference from 2.28.16 to 2.28.19 and restructured response parameters documentation for ListScans command
Security assessment
Changes involve documentation formatting adjustments and version number updates without any security-specific context or vulnerability mentions. The parameter reorganization improves clarity but doesn't address security.
Diff
diff --git a/cli/latest/reference/codeguru-security/list-scans.md b/cli/latest/reference/codeguru-security/list-scans.md index aab502e29..6d0b0784a 100644 --- a//cli/latest/reference/codeguru-security/list-scans.md +++ b//cli/latest/reference/codeguru-security/list-scans.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -213,4 +212,0 @@ Disable automatically prompt for CLI input parameters. -nextToken -> (string) - -> A pagination token. You can use this in future calls to `ListScans` to continue listing results after the current page. - @@ -224,0 +221,4 @@ summaries -> (list) +>> scanState -> (string) +>> +>>> The state of the scan. A scan can be `In Progress` , `Complete` , or `Failed` . +>> @@ -229 +229 @@ summaries -> (list) ->> runId -> (string) +>> updatedAt -> (timestamp) @@ -231 +231 @@ summaries -> (list) ->>> The identifier for the scan run. +>>> The time the scan was last updated. A scan is updated when it is re-run. @@ -237,5 +237 @@ summaries -> (list) ->> scanNameArn -> (string) ->> ->>> The ARN for the scan name. ->> ->> scanState -> (string) +>> runId -> (string) @@ -243 +239 @@ summaries -> (list) ->>> The state of the scan. A scan can be `In Progress` , `Complete` , or `Failed` . +>>> The identifier for the scan run. @@ -245 +241 @@ summaries -> (list) ->> updatedAt -> (timestamp) +>> scanNameArn -> (string) @@ -247 +243,5 @@ summaries -> (list) ->>> The time the scan was last updated. A scan is updated when it is re-run. +>>> The ARN for the scan name. + +nextToken -> (string) + +> A pagination token. You can use this in future calls to `ListScans` to continue listing results after the current page. @@ -259 +259 @@ summaries -> (list) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »