Skip to content

Commit e3ae915

Browse files
author
AWS
committed
Firewall Management Service Update: AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models.
1 parent edfa497 commit e3ae915

File tree

3 files changed

+359
-9
lines changed

3 files changed

+359
-9
lines changed
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 the configuration of third-party policies that can use either the centralized or distributed deployment models."
6+
}

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

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"limit_key": "MaxResults",
3030
"output_token": "NextToken",
3131
"result_key": "ProtocolsLists"
32+
},
33+
"ListThirdPartyFirewallFirewallPolicies": {
34+
"input_token": "NextToken",
35+
"limit_key": "MaxResults",
36+
"output_token": "NextToken",
37+
"result_key": "ThirdPartyFirewallFirewallPolicies"
3238
}
3339
}
3440
}

0 commit comments

Comments
 (0)