Skip to content

Commit f0fce70

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
1 parent 22eb746 commit f0fce70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63554,7 +63554,8 @@
6355463554
"direct-connect-gateway",
6355563555
"connect",
6355663556
"peering",
63557-
"tgw-peering"
63557+
"tgw-peering",
63558+
"network-function"
6355863559
]
6355963560
},
6356063561
"TransitGatewayAttachmentState":{

0 commit comments

Comments
 (0)