Skip to content

Commit 2592d73

Browse files
author
AWS
committed
AWS Network Firewall Update: You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.
1 parent 3f557a8 commit 2592d73

File tree

3 files changed

+487
-6
lines changed

3 files changed

+487
-6
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": "AWS Network Firewall",
4+
"contributor": "",
5+
"description": "You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
"limit_key": "MaxResults",
2525
"result_key": "Firewalls"
2626
},
27+
"ListFlowOperationResults": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "Flows"
32+
},
33+
"ListFlowOperations": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "FlowOperations"
38+
},
2739
"ListRuleGroups": {
2840
"input_token": "NextToken",
2941
"output_token": "NextToken",

0 commit comments

Comments
 (0)