AWS cli documentation change
Summary
Updated CLI version, added CSPM branding, clarified IAM policy requirements during transition period, and added --cli-error-format parameter
Security assessment
While the documentation emphasizes maintaining correct IAM permissions during API transition, this is a standard security best practice recommendation rather than addressing a specific security flaw. The CSPM terminology update doesn't introduce new security controls.
Diff
diff --git a/cli/latest/reference/securityhub/disassociate-from-master-account.md b/cli/latest/reference/securityhub/disassociate-from-master-account.md index eb373fd56..e94bb70aa 100644 --- a//cli/latest/reference/securityhub/disassociate-from-master-account.md +++ b//cli/latest/reference/securityhub/disassociate-from-master-account.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 `DisassociateFromAdministratorAccount` . -The Security Hub console continues to use `DisassociateFromMasterAccount` . It will eventually change to use `DisassociateFromAdministratorAccount` . Any IAM policies that specifically control access to this function must continue to use `DisassociateFromMasterAccount` . You should also add `DisassociateFromAdministratorAccount` to your policies to ensure that the correct permissions are in place after the console begins to use `DisassociateFromAdministratorAccount` . +The Security Hub CSPM console continues to use `DisassociateFromMasterAccount` . It will eventually change to use `DisassociateFromAdministratorAccount` . Any IAM policies that specifically control access to this function must continue to use `DisassociateFromMasterAccount` . You should also add `DisassociateFromAdministratorAccount` to your policies to ensure that the correct permissions are in place after the console begins to use `DisassociateFromAdministratorAccount` . @@ -55 +55 @@ The Security Hub console continues to use `DisassociateFromMasterAccount` . It w -Disassociates the current Security Hub member account from the associated administrator account. +Disassociates the current Security Hub CSPM member account from the associated administrator account. @@ -84,0 +85 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -119,0 +121 @@ The formatting style for command output. + * off @@ -185,0 +188,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 + + + @@ -213 +228 @@ None - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »