AWS cli documentation change
Summary
Updated CLI version to 2.34.5, added region warning, expanded domain pattern regex to include more special characters.
Security assessment
The regex update expands allowed characters for domains, potentially fixing validation issues but no explicit security context is provided. The region warning is operational guidance.
Diff
diff --git a/cli/latest/reference/route53globalresolver/list-firewall-domains.md b/cli/latest/reference/route53globalresolver/list-firewall-domains.md index a89067a06..f7a439bdf 100644 --- a//cli/latest/reference/route53globalresolver/list-firewall-domains.md +++ b//cli/latest/reference/route53globalresolver/list-firewall-domains.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 the domains in DNS Firewall domain list you have created. +### 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. + @@ -255 +259 @@ domains -> (list) ->> * pattern: `\*?[-a-zA-Z0-9.]+` +>> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -269 +273 @@ domains -> (list) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »