AWS cli documentation change
Summary
Updated CLI version reference from 2.34.55 to 2.34.57 and added documentation for new 'Category' and 'ManagedListType' fields in FirewallDomainList structure.
Security assessment
Adds documentation for domain list categorization and threat/content classification features in DNS Firewall. This enhances security documentation but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/route53resolver/delete-firewall-domain-list.md b/cli/latest/reference/route53resolver/delete-firewall-domain-list.md index e2b41419d..c676ad7d3 100644 --- a//cli/latest/reference/route53resolver/delete-firewall-domain-list.md +++ b//cli/latest/reference/route53resolver/delete-firewall-domain-list.md @@ -15 +15 @@ - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) » @@ -362,0 +363,21 @@ FirewallDomainList -> (structure) +> +> Category -> (string) +> +>> The category of the domain list. +>> +>> Constraints: +>> +>> * max: `256` +>> + +> +> ManagedListType -> (string) +> +>> The type of the managed domain list, for example `THREAT` . +>> +>> Possible values: +>> +>> * `THREAT` +>> * `CONTENT` +>> + @@ -374 +395 @@ FirewallDomainList -> (structure) - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) »