AWS cli documentation change
Summary
Added --cli-error-format parameter and updated CLI version references
Security assessment
While role trust policies are security-related, the changes only affect error message formatting and version numbers without modifying security controls
Diff
diff --git a/cli/latest/reference/emr-containers/update-role-trust-policy.md b/cli/latest/reference/emr-containers/update-role-trust-policy.md index 05c861ef5..e90df2733 100644 --- a//cli/latest/reference/emr-containers/update-role-trust-policy.md +++ b//cli/latest/reference/emr-containers/update-role-trust-policy.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -123,0 +124 @@ You can use the **–dry-run** option to print the merged trust policy document + [--cli-error-format <value>] @@ -164,0 +166 @@ The formatting style for command output. + * off @@ -230,0 +233,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 + + + @@ -274 +289 @@ This example command updates the trust policy of a role named **example_iam_role - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »