Skip to content

Commit 96c08b3

Browse files
author
AWS
committed
AWS Network Firewall Update: Network Firewall release of the Proxy feature.
1 parent 24052ae commit 96c08b3

File tree

3 files changed

+1907
-100
lines changed

3 files changed

+1907
-100
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": "Network Firewall release of the Proxy feature."
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@
3636
"limit_key": "MaxResults",
3737
"result_key": "FlowOperations"
3838
},
39+
"ListProxies": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"result_key": "Proxies"
44+
},
45+
"ListProxyConfigurations": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "ProxyConfigurations"
50+
},
51+
"ListProxyRuleGroups": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "ProxyRuleGroups"
56+
},
3957
"ListRuleGroups": {
4058
"input_token": "NextToken",
4159
"output_token": "NextToken",

0 commit comments

Comments
 (0)