AWS cli documentation change
Summary
Updated CLI version to 2.34.5, added region warning, expanded regex for rules, added DICTIONARY_DGA rule type.
Security assessment
The addition of DICTIONARY_DGA introduces documentation for a new security feature targeting DGAs (Domain Generation Algorithms), enhancing threat detection. No direct evidence of addressing a security vulnerability.
Diff
diff --git a/cli/latest/reference/route53globalresolver/list-firewall-rules.md b/cli/latest/reference/route53globalresolver/list-firewall-rules.md index 044149fbd..89bee4ee4 100644 --- a//cli/latest/reference/route53globalresolver/list-firewall-rules.md +++ b//cli/latest/reference/route53globalresolver/list-firewall-rules.md @@ -15 +15 @@ - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) » @@ -60,0 +61,4 @@ Lists all DNS firewall rules for a DNS view with pagination support. +### Warning + +Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands. + @@ -307 +311 @@ firewallRules -> (list) ->>> * pattern: `\*?[-a-zA-Z0-9.]+` +>>> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -368,0 +373 @@ firewallRules -> (list) +>>> * `DICTIONARY_DGA` @@ -469 +474 @@ firewallRules -> (list) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »