AWS cli documentation change
Summary
Updated CLI version references, added --cli-error-format parameter, expanded email format examples, and added 'off' output format option
Security assessment
Changes focus on CLI formatting options and documentation clarifications. No evidence of addressing security vulnerabilities or describing security features. The email format clarification improves usability but doesn't relate to security controls.
Diff
diff --git a/cli/latest/reference/cognito-idp/set-risk-configuration.md b/cli/latest/reference/cognito-idp/set-risk-configuration.md index 0e663df93..8663fc994 100644 --- a//cli/latest/reference/cognito-idp/set-risk-configuration.md +++ b//cli/latest/reference/cognito-idp/set-risk-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -101,0 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cognit + [--cli-error-format <value>] @@ -203 +204 @@ JSON Syntax: ->>> The reply-to email address of an email template. +>>> The reply-to email address of an email template. Can be an email address in the format `[email protected]` or `Administrator <[email protected]>` . @@ -566,0 +568 @@ The formatting style for command output. + * off @@ -632,0 +635,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 + + + @@ -868 +883 @@ RiskConfiguration -> (structure) ->>>> The reply-to email address of an email template. +>>>> The reply-to email address of an email template. Can be an email address in the format `[email protected]` or `Administrator <[email protected]>` . @@ -1153 +1168 @@ RiskConfiguration -> (structure) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »