AWS cli documentation change
Summary
Updated documentation to replace 'Security Hub' with 'Security Hub CSPM' terminology, added --cli-error-format parameter documentation
Security assessment
Changes primarily involve rebranding to CSPM (Cloud Security Posture Management) terminology and adding CLI error formatting options, but no explicit security vulnerability fixes or security feature enhancements are mentioned.
Diff
diff --git a/cli/latest/reference/securityhub/get-invitations-count.md b/cli/latest/reference/securityhub/get-invitations-count.md index f27e20720..300f4568f 100644 --- a//cli/latest/reference/securityhub/get-invitations-count.md +++ b//cli/latest/reference/securityhub/get-invitations-count.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -62 +62 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see [Managing Security Hub administrator and member accounts with Organizations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts-orgs.html) in the _Security Hub User Guide_ . +We recommend using Organizations instead of Security Hub CSPM invitations to manage your member accounts. For information, see [Managing Security Hub CSPM administrator and member accounts with Organizations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts-orgs.html) in the _Security Hub CSPM User Guide_ . @@ -64 +64 @@ We recommend using Organizations instead of Security Hub invitations to manage y -Returns the count of all Security Hub membership invitations that were sent to the calling member account, not including the currently accepted invitation. +Returns the count of all Security Hub CSPM membership invitations that were sent to the calling member account, not including the currently accepted invitation. @@ -91,0 +92 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -126,0 +128 @@ The formatting style for command output. + * off @@ -192,0 +195,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 + + + @@ -223 +238 @@ InvitationsCount -> (integer) -> The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation. +> The number of all membership invitations sent to this Security Hub CSPM member account, not including the currently accepted invitation. @@ -235 +250 @@ InvitationsCount -> (integer) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »