AWS cli documentation change
Summary
Updated CLI version reference from 2.33.29 to 2.34.0, added CSPM references in product descriptions, added new --cli-error-format parameter documentation
Security assessment
Changes introduce references to Security Hub CSPM (Cloud Security Posture Management), indicating documentation of a security-focused feature. However, there is no evidence of addressing a specific security vulnerability. The CLI error format addition is unrelated to security functionality.
Diff
diff --git a/cli/latest/reference/securityhub/describe-products.md b/cli/latest/reference/securityhub/describe-products.md index 9cc242610..4ff58d298 100644 --- a//cli/latest/reference/securityhub/describe-products.md +++ b//cli/latest/reference/securityhub/describe-products.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 -Returns information about product integrations in Security Hub. +Returns information about product integrations in Security Hub CSPM. @@ -97,0 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -160,0 +162 @@ The formatting style for command output. + * off @@ -226,0 +229,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 + + + @@ -341,3 +356,3 @@ Products -> (list) ->>> * `SEND_FINDINGS_TO_SECURITY_HUB` \- The integration sends findings to Security Hub. ->>> * `RECEIVE_FINDINGS_FROM_SECURITY_HUB` \- The integration receives findings from Security Hub. ->>> * `UPDATE_FINDINGS_IN_SECURITY_HUB` \- The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub. +>>> * `SEND_FINDINGS_TO_SECURITY_HUB` \- The integration sends findings to Security Hub CSPM. +>>> * `RECEIVE_FINDINGS_FROM_SECURITY_HUB` \- The integration receives findings from Security Hub CSPM. +>>> * `UPDATE_FINDINGS_IN_SECURITY_HUB` \- The integration does not send new findings to Security Hub CSPM, but does make updates to the findings that it receives from Security Hub CSPM. @@ -371 +386 @@ Products -> (list) ->>> The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration. +>>> The URL to the service or product documentation about the integration with Security Hub CSPM, including how to activate the integration. @@ -403 +418 @@ NextToken -> (string) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »