AWS cli documentation change
Summary
Updated CLI version reference from 2.33.29 to 2.34.0, added CSPM clarification in command description, introduced --cli-error-format parameter with enhanced error formatting options
Security assessment
The change adds explicit reference to 'Security Hub CSPM insight' (Cloud Security Posture Management), indicating documentation of security-related capabilities. However, there is no evidence this addresses a specific vulnerability or security incident. The error format changes are general CLI improvements.
Diff
diff --git a/cli/latest/reference/securityhub/get-insight-results.md b/cli/latest/reference/securityhub/get-insight-results.md index a3845b1a3..311c54140 100644 --- a//cli/latest/reference/securityhub/get-insight-results.md +++ b//cli/latest/reference/securityhub/get-insight-results.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists the results of the Security Hub insight specified by the insight ARN. +Lists the results of the Security Hub CSPM insight specified by the insight ARN. @@ -88,0 +89 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -133,0 +135 @@ The formatting style for command output. + * off @@ -199,0 +202,13 @@ Disable automatically prompt for CLI input parameters. +`--cli-error-format` (string) + +The formatting style for error output. By default, errors are displayed in enhanced format. + + * legacy + * json + * yaml + * text + * table + * enhanced + + + @@ -298 +313 @@ InsightResults -> (structure) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »