AWS cli documentation change
Summary
Updated CLI version to 2.34.5, added region warning, expanded domain pattern regex.
Security assessment
Regex expansion addresses domain validation but lacks explicit security context. Region warning is operational.
Diff
diff --git a/cli/latest/reference/route53globalresolver/update-firewall-domains.md b/cli/latest/reference/route53globalresolver/update-firewall-domains.md index 8b6053ec5..47d487aad 100644 --- a//cli/latest/reference/route53globalresolver/update-firewall-domains.md +++ b//cli/latest/reference/route53globalresolver/update-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 @@ Updates a DNS Firewall domain list from an array of specified domains. +### 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. + @@ -105 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/route5 ->> * pattern: `\*?[-a-zA-Z0-9.]+` +>> * pattern: `\*?[a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\\]^_`{|}~-]+` @@ -291 +295 @@ status -> (string) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »