File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
generator/ServiceModels/ec2
sdk/src/Services/EC2/Generated Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 48931
48931
"direct-connect-gateway",
48932
48932
"connect",
48933
48933
"peering",
48934
- "tgw-peering"
48934
+ "tgw-peering",
48935
+ "network-function"
48935
48936
]
48936
48937
},
48937
48938
"TransitGatewayAttachmentState":{
Original file line number Diff line number Diff line change 63554
63554
"direct-connect-gateway",
63555
63555
"connect",
63556
63556
"peering",
63557
- "tgw-peering"
63557
+ "tgw-peering",
63558
+ "network-function"
63558
63559
]
63559
63560
},
63560
63561
"TransitGatewayAttachmentState":{
Original file line number Diff line number Diff line change @@ -22983,6 +22983,10 @@ public class TransitGatewayAttachmentResourceType : ConstantClass
22983
22983
/// </summary>
22984
22984
public static readonly TransitGatewayAttachmentResourceType DirectConnectGateway = new TransitGatewayAttachmentResourceType("direct-connect-gateway");
22985
22985
/// <summary>
22986
+ /// Constant NetworkFunction for TransitGatewayAttachmentResourceType
22987
+ /// </summary>
22988
+ public static readonly TransitGatewayAttachmentResourceType NetworkFunction = new TransitGatewayAttachmentResourceType("network-function");
22989
+ /// <summary>
22986
22990
/// Constant Peering for TransitGatewayAttachmentResourceType
22987
22991
/// </summary>
22988
22992
public static readonly TransitGatewayAttachmentResourceType Peering = new TransitGatewayAttachmentResourceType("peering");
You can’t perform that action at this time.
0 commit comments