AWS cli documentation change
Summary
Updated CLI version from 2.33.29 to 2.34.0, added --cli-error-format parameter documentation, updated Security Hub references to Security Hub CSPM, and expanded error format options. Added CSPM references throughout control definition documentation.
Security assessment
The changes primarily update product terminology (Security Hub -> Security Hub CSPM) and add CLI error formatting options. While CSPM (Cloud Security Posture Management) is a security-related capability, the documentation changes appear to be rebranding/terminology updates rather than addressing vulnerabilities or adding new security features. No specific security vulnerabilities, mitigations, or new security controls are mentioned in the diff.
Diff
diff --git a/cli/latest/reference/securityhub/get-security-control-definition.md b/cli/latest/reference/securityhub/get-security-control-definition.md index 67a293939..1b2838c04 100644 --- a//cli/latest/reference/securityhub/get-security-control-definition.md +++ b//cli/latest/reference/securityhub/get-security-control-definition.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -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 + + + @@ -274 +289 @@ SecurityControlDefinition -> (structure) ->> The description of a security control across standards. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter doesn’t reference a specific standard. +>> The description of a security control across standards. This typically summarizes how Security Hub CSPM evaluates the control and the conditions under which it produces a failed finding. This parameter doesn’t reference a specific standard. @@ -284 +299 @@ SecurityControlDefinition -> (structure) ->> A link to Security Hub documentation that explains how to remediate a failed finding for a security control. +>> A link to Security Hub CSPM documentation that explains how to remediate a failed finding for a security control. @@ -294 +309 @@ SecurityControlDefinition -> (structure) ->> The severity of a security control. For more information about how Security Hub determines control severity, see [Assigning severity to control findings](https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity) in the _Security Hub User Guide_ . +>> The severity of a security control. For more information about how Security Hub CSPM determines control severity, see [Assigning severity to control findings](https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity) in the _Security Hub CSPM User Guide_ . @@ -368 +383 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is an integer. +>>>>>> The Security Hub CSPM default value for a control parameter that is an integer. @@ -384 +399 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is a list of integers. +>>>>>> The Security Hub CSPM default value for a control parameter that is a list of integers. @@ -406 +421 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is a double. +>>>>>> The Security Hub CSPM default value for a control parameter that is a double. @@ -422 +437 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is a string. +>>>>>> The Security Hub CSPM default value for a control parameter that is a string. @@ -432 +447 @@ SecurityControlDefinition -> (structure) ->>>>>> An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string. +>>>>>> An RE2 regular expression that Security Hub CSPM uses to validate a user-provided control parameter string. @@ -456 +471 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is a list of strings. +>>>>>> The Security Hub CSPM default value for a control parameter that is a list of strings. @@ -468 +483 @@ SecurityControlDefinition -> (structure) ->>>>>> An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control parameter. +>>>>>> An RE2 regular expression that Security Hub CSPM uses to validate a user-provided list of strings for a control parameter. @@ -496 +511 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a boolean parameter. +>>>>>> The Security Hub CSPM default value for a boolean parameter. @@ -504 +519 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is an enum. +>>>>>> The Security Hub CSPM default value for a control parameter that is an enum. @@ -530 +545 @@ SecurityControlDefinition -> (structure) ->>>>>> The Security Hub default value for a control parameter that is a list of enums. +>>>>>> The Security Hub CSPM default value for a control parameter that is a list of enums. @@ -566 +581 @@ SecurityControlDefinition -> (structure) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »