AWS cli documentation change
Summary
Updated CLI version references from 2.33.29 to 2.34.0, replaced 'Security Hub administrator account' with 'Security Hub CSPM administrator account' throughout documentation, added --cli-error-format parameter documentation
Security assessment
Changes primarily update product terminology (adding CSPM references) and document a new CLI error formatting option. While the update emphasizes IAM policy requirements for AcceptInvitation/AcceptAdministratorInvitation permissions, this appears to be a documentation alignment rather than addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/securityhub/accept-invitation.md b/cli/latest/reference/securityhub/accept-invitation.md index ed772e1d1..b1e353984 100644 --- a//cli/latest/reference/securityhub/accept-invitation.md +++ b//cli/latest/reference/securityhub/accept-invitation.md @@ -13 +13 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -53 +53 @@ This method is deprecated. Instead, use `AcceptAdministratorInvitation` . -The Security Hub console continues to use `AcceptInvitation` . It will eventually change to use `AcceptAdministratorInvitation` . Any IAM policies that specifically control access to this function must continue to use `AcceptInvitation` . You should also add `AcceptAdministratorInvitation` to your policies to ensure that the correct permissions are in place after the console begins to use `AcceptAdministratorInvitation` . +The Security Hub CSPM console continues to use `AcceptInvitation` . It will eventually change to use `AcceptAdministratorInvitation` . Any IAM policies that specifically control access to this function must continue to use `AcceptInvitation` . You should also add `AcceptAdministratorInvitation` to your policies to ensure that the correct permissions are in place after the console begins to use `AcceptAdministratorInvitation` . @@ -55 +55 @@ The Security Hub console continues to use `AcceptInvitation` . It will eventuall -Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from. +Accepts the invitation to be a member account and be monitored by the Security Hub CSPM administrator account that the invitation was sent from. @@ -88,0 +89 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -95 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> The account ID of the Security Hub administrator account that sent the invitation. +> The account ID of the Security Hub CSPM administrator account that sent the invitation. @@ -105 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> The identifier of the invitation sent from the Security Hub administrator account. +> The identifier of the invitation sent from the Security Hub CSPM administrator account. @@ -143,0 +145 @@ The formatting style for command output. + * off @@ -209,0 +212,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 + + + @@ -239 +254 @@ None - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »