AWS cli documentation change
Summary
Added --cli-error-format parameter and updated CLI version
Security assessment
Error formatting option added to authentication token generation command, but no security features added or vulnerabilities addressed
Diff
diff --git a/cli/latest/reference/rds/generate-db-auth-token.md b/cli/latest/reference/rds/generate-db-auth-token.md index 7e7dbbdca..694ec5ca5 100644 --- a//cli/latest/reference/rds/generate-db-auth-token.md +++ b//cli/latest/reference/rds/generate-db-auth-token.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -85,0 +86 @@ Generates an auth token used to connect to a db with IAM credentials. + [--cli-error-format <value>] @@ -122,0 +124 @@ The formatting style for command output. + * off @@ -188,0 +191,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 + + + @@ -227 +242 @@ For more information, see [Connecting to your DB instance using IAM authenticati - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »