AWS cli documentation change
Summary
Added CLI error format option clarified UserPoolTier behavior
Security assessment
Routine documentation update with no direct security implications mentioned. The UserPoolTier note appears operational rather than security-focused
Diff
diff --git a/cli/latest/reference/cognito-idp/update-user-pool.md b/cli/latest/reference/cognito-idp/update-user-pool.md index d22736769..ad3c081f7 100644 --- a//cli/latest/reference/cognito-idp/update-user-pool.md +++ b//cli/latest/reference/cognito-idp/update-user-pool.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -64 +64 @@ Updates the configuration of a user pool. To avoid setting parameters to Amazon -If you don’t provide a value for an attribute, Amazon Cognito sets it to its default value. +With the exception of `UserPoolTier` , if you don’t provide a value for an attribute, Amazon Cognito sets it to its default value. @@ -129,0 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cognit + [--cli-error-format <value>] @@ -1267,0 +1269 @@ The formatting style for command output. + * off @@ -1333,0 +1336,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 + + + @@ -1384 +1399 @@ None - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »