Skip to content

Commit bb48558

Browse files
author
AWS
committed
AWS Network Firewall Update: You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.
1 parent 4c2fa78 commit bb48558

File tree

3 files changed

+427
-27
lines changed

3 files changed

+427
-27
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 VPC endpoint associations to create multiple firewall endpoints for a single firewall."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"output_token": "NextToken",
5454
"limit_key": "MaxResults",
5555
"result_key": "Tags"
56+
},
57+
"ListVpcEndpointAssociations": {
58+
"input_token": "NextToken",
59+
"output_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"result_key": "VpcEndpointAssociations"
5662
}
5763
}
5864
}

0 commit comments

Comments
 (0)