AWS cli documentation change
Summary
Updated CLI version reference from 2.33.29 to 2.34.0, changed 'Security Hub' to 'Security Hub CSPM' in description and response documentation, added --cli-error-format parameter documentation
Security assessment
Changes consist of version updates and terminology alignment with CSPM branding. The error format parameter addition is a general CLI feature improvement. No security vulnerabilities or new security features are documented.
Diff
diff --git a/cli/latest/reference/securityhub/describe-action-targets.md b/cli/latest/reference/securityhub/describe-action-targets.md index f134dc8e6..5c1824ee2 100644 --- a//cli/latest/reference/securityhub/describe-action-targets.md +++ b//cli/latest/reference/securityhub/describe-action-targets.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 a list of the custom action targets in Security Hub in your account. +Returns a list of the custom action targets in Security Hub CSPM in your account. @@ -93,0 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -164,0 +166 @@ The formatting style for command output. + * off @@ -230,0 +233,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 + + + @@ -268 +283 @@ ActionTargets -> (list) -> A list of `ActionTarget` objects. Each object includes the `ActionTargetArn` , `Description` , and `Name` of a custom action target available in Security Hub. +> A list of `ActionTarget` objects. Each object includes the `ActionTargetArn` , `Description` , and `Name` of a custom action target available in Security Hub CSPM. @@ -318 +333 @@ NextToken -> (string) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »