AWS cli documentation change
Summary
Updated CLI reference version from 2.33.29 to 2.34.0, added CSPM references in Security Hub documentation, and introduced new --cli-error-format parameter.
Security assessment
The changes primarily add references to 'Security Hub CSPM' (Cloud Security Posture Management), indicating expanded documentation about security posture management features. However, there is no evidence of addressing a specific security vulnerability. The changes appear to document existing functionality and version updates rather than patching security issues.
Diff
diff --git a/cli/latest/reference/securityhub/describe-hub.md b/cli/latest/reference/securityhub/describe-hub.md index d68f92b47..507d6c9dc 100644 --- a//cli/latest/reference/securityhub/describe-hub.md +++ b//cli/latest/reference/securityhub/describe-hub.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 details about the Hub resource in your account, including the `HubArn` and the time when you enabled Security Hub. +Returns details about the Hub resource in your account, including the `HubArn` and the time when you enabled Security Hub CSPM. @@ -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 + + + @@ -244 +259 @@ SubscribedAt -> (string) -> The date and time when Security Hub was enabled in the account. +> The date and time when Security Hub CSPM was enabled in the account. @@ -258 +273 @@ AutoEnableControls -> (boolean) -> When you automatically enable new controls, you can interact with the controls in the console and programmatically immediately after release. However, automatically enabled controls have a temporary default status of `DISABLED` . It can take up to several days for Security Hub to process the control release and designate the control as `ENABLED` in your account. During the processing period, you can manually enable or disable a control, and Security Hub will maintain that designation regardless of whether you have `AutoEnableControls` set to `true` . +> When you automatically enable new controls, you can interact with the controls in the console and programmatically immediately after release. However, automatically enabled controls have a temporary default status of `DISABLED` . It can take up to several days for Security Hub CSPM to process the control release and designate the control as `ENABLED` in your account. During the processing period, you can manually enable or disable a control, and Security Hub CSPM will maintain that designation regardless of whether you have `AutoEnableControls` set to `true` . @@ -262 +277 @@ ControlFindingGenerator -> (string) -> Specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to `SECURITY_CONTROL` , Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. +> Specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to `SECURITY_CONTROL` , Security Hub CSPM generates a single finding for a control check even when the check applies to multiple enabled standards. @@ -264 +279 @@ ControlFindingGenerator -> (string) -> If the value for this field is set to `STANDARD_CONTROL` , Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. +> If the value for this field is set to `STANDARD_CONTROL` , Security Hub CSPM generates separate findings for a control check when the check applies to multiple enabled standards. @@ -266 +281 @@ ControlFindingGenerator -> (string) -> The value for this field in a member account matches the value in the administrator account. For accounts that aren’t part of an organization, the default value of this field is `SECURITY_CONTROL` if you enabled Security Hub on or after February 23, 2023. +> The value for this field in a member account matches the value in the administrator account. For accounts that aren’t part of an organization, the default value of this field is `SECURITY_CONTROL` if you enabled Security Hub CSPM on or after February 23, 2023. @@ -285 +300 @@ ControlFindingGenerator -> (string) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »