AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-31 · Documentation low

File: cli/latest/reference/route53resolver/list-firewall-domain-lists.md

Summary

Updated CLI version references and added documentation for 'ManagedListType' and 'Category' fields in FirewallDomainLists output

Security assessment

The change documents security-related DNS Firewall features (domain list types like THREAT/CONTENT) but shows no evidence of addressing a specific vulnerability. It enhances documentation of existing security capabilities.

Diff

diff --git a/cli/latest/reference/route53resolver/list-firewall-domain-lists.md b/cli/latest/reference/route53resolver/list-firewall-domain-lists.md
index 4f6bab4ed..7dec27826 100644
--- a//cli/latest/reference/route53resolver/list-firewall-domain-lists.md
+++ b//cli/latest/reference/route53resolver/list-firewall-domain-lists.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
@@ -347,0 +348,21 @@ FirewallDomainLists -> (list)
+>> 
+>> ManagedListType -> (string)
+>>
+>>> The type of the managed domain list, for example `THREAT` .
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `THREAT`
+>>>   * `CONTENT`
+>>> 
+
+>> 
+>> Category -> (string)
+>>
+>>> The category of the domain list.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * max: `256`
+>>> 
+
@@ -359 +380 @@ FirewallDomainLists -> (list)
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »