Skip to content

Commit 698b63d

Browse files
author
AWS
committed
Firewall Management Service Update: AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes.
1 parent 95a825c commit 698b63d

File tree

3 files changed

+800
-153
lines changed

3 files changed

+800
-153
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Firewall Management Service",
4+
"contributor": "",
5+
"description": "AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes."
6+
}

services/fms/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListAppsLists": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken",
7+
"result_key": "AppsLists"
8+
},
39
"ListComplianceStatus": {
410
"input_token": "NextToken",
511
"limit_key": "MaxResults",
@@ -17,6 +23,12 @@
1723
"limit_key": "MaxResults",
1824
"output_token": "NextToken",
1925
"result_key": "PolicyList"
26+
},
27+
"ListProtocolsLists": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "ProtocolsLists"
2032
}
2133
}
2234
}

0 commit comments

Comments
 (0)