AWS cli documentation change
Summary
Updated CLI version reference and added --cli-error-format parameter documentation
Security assessment
Changes consist of version number update and error formatting documentation. No security-related content modified or added.
Diff
diff --git a/cli/latest/reference/dsql/generate-db-connect-auth-token.md b/cli/latest/reference/dsql/generate-db-connect-auth-token.md index dda953efa..4e197b7d2 100644 --- a//cli/latest/reference/dsql/generate-db-connect-auth-token.md +++ b//cli/latest/reference/dsql/generate-db-connect-auth-token.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -84,0 +85 @@ Generates an authorization token used to connect to a DSQL database with IAM cre + [--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 + + + @@ -221 +236 @@ Output: - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »