AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-28 · Documentation low

File: cli/latest/reference/securityhub/list-members.md

Summary

Updated CLI version from 2.33.29 to 2.34.0, changed 'Security Hub administrator account' to 'Security Hub CSPM administrator account' terminology, added --cli-error-format parameter documentation, and updated output formatting options.

Security assessment

The change introduces CSPM (Cloud Security Posture Management) terminology but does not address a specific security vulnerability. The updates appear to reflect organizational naming conventions or feature branding rather than patching a security issue. The added error format parameter is a general CLI improvement.

Diff

diff --git a/cli/latest/reference/securityhub/list-members.md b/cli/latest/reference/securityhub/list-members.md
index 972390fdf..c15f3f083 100644
--- a//cli/latest/reference/securityhub/list-members.md
+++ b//cli/latest/reference/securityhub/list-members.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
-Lists details about all member accounts for the current Security Hub administrator account.
+Lists details about all member accounts for the current Security Hub CSPM administrator account.
@@ -95,0 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--cli-error-format <value>]
@@ -156,0 +158 @@ The formatting style for command output.
+  * off
@@ -222,0 +225,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
+
+
+
@@ -294 +309 @@ Members -> (list)
->>> The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
+>>> The Amazon Web Services account ID of the Security Hub CSPM administrator account associated with this member account.
@@ -304 +319 @@ Members -> (list)
->>> The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
+>>> The Amazon Web Services account ID of the Security Hub CSPM administrator account associated with this member account.
@@ -362 +377 @@ NextToken -> (string)
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »