AWS cli documentation change
Summary
Updated CLI version, added regional warning, expanded domain pattern validation, added DICTIONARY_DGA reference
Security assessment
Documentation of DICTIONARY_DGA threat type enhances security feature awareness. Pattern change broadens allowed characters but doesn't fix a specific security issue.
Diff
diff --git a/cli/latest/reference/route53globalresolver/delete-firewall-rule.md b/cli/latest/reference/route53globalresolver/delete-firewall-rule.md index 6d85e876e..4027e5ee8 100644 --- a//cli/latest/reference/route53globalresolver/delete-firewall-rule.md +++ b//cli/latest/reference/route53globalresolver/delete-firewall-rule.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 @@ Deletes a DNS firewall rule. This operation cannot be undone. +### 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. + @@ -248 +252 @@ blockOverrideDomain -> (string) -> * pattern: `\*?[-a-zA-Z0-9.]+` +> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -309,0 +314 @@ dnsAdvancedProtection -> (string) +> * `DICTIONARY_DGA` @@ -410 +415 @@ updatedAt -> (timestamp) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »