AWS cli documentation change
Summary
Added --cli-error-format parameter and updated CLI version references
Security assessment
Formatting changes for error messages do not indicate security fixes or introduce security features
Diff
diff --git a/cli/latest/reference/emr/put.md b/cli/latest/reference/emr/put.md index 7f56beb7d..89cb876f2 100644 --- a//cli/latest/reference/emr/put.md +++ b//cli/latest/reference/emr/put.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -88,0 +89 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi + [--cli-error-format <value>] @@ -127,0 +129 @@ The formatting style for command output. + * off @@ -193,0 +196,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 + + + @@ -218 +233 @@ The following command uploads a file named `healthcheck.sh` to the master instan - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »