AWS cli documentation change
Summary
Updated AWS CLI version references from 2.33.29 to 2.34.0, added --cli-error-format parameter documentation, and modified Security Hub references to Security Hub CSPM
Security assessment
The changes primarily update version numbers, add a CLI formatting option, and rebrand Security Hub to Security Hub CSPM. While CSPM relates to cloud security posture management, there is no evidence of addressing a specific security vulnerability or weakness
Diff
diff --git a/cli/latest/reference/securityhub/list-automation-rules.md b/cli/latest/reference/securityhub/list-automation-rules.md index 1029e3098..e90615a91 100644 --- a//cli/latest/reference/securityhub/list-automation-rules.md +++ b//cli/latest/reference/securityhub/list-automation-rules.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -89,0 +90 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -139,0 +141 @@ The formatting style for command output. + * off @@ -205,0 +208,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 + + + @@ -290 +305 @@ AutomationRulesMetadata -> (list) ->>> Whether the rule is active after it is created. If this parameter is equal to `ENABLED` , Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use ` `BatchUpdateAutomationRules` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules>.html`__ . +>>> Whether the rule is active after it is created. If this parameter is equal to `ENABLED` , Security Hub CSPM starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use ` `BatchUpdateAutomationRules` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules>.html`__ . @@ -301 +316 @@ AutomationRulesMetadata -> (list) ->>> An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first. +>>> An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub CSPM applies rules with lower values for this parameter first. @@ -332 +347 @@ AutomationRulesMetadata -> (list) ->>> Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn’t evaluate other rules for the finding. By default, a rule isn’t terminal. +>>> Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub CSPM applies the rule action to a finding that matches the rule criteria and doesn’t evaluate other rules for the finding. By default, a rule isn’t terminal. @@ -338 +353 @@ AutomationRulesMetadata -> (list) ->>> For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) . +>>> For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) . @@ -344 +359 @@ AutomationRulesMetadata -> (list) ->>> For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) . +>>> For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) . @@ -370 +385 @@ NextToken -> (string) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »