Skip to content

Commit 97d8133

Browse files
author
awstools
committed
feat(client-ec2): Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
1 parent 3096300 commit 97d8133

26 files changed

+31
-24
lines changed

clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
5959
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
6060
* // TransitGatewayAttachmentId: "STRING_VALUE",
6161
* // ResourceId: "STRING_VALUE",
62-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
62+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
6363
* // ResourceOwnerId: "STRING_VALUE",
6464
* // Subnets: [ // SubnetAssociationList
6565
* // { // SubnetAssociation

clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface AssociateTransitGatewayMulticastDomainCommandOutput
6161
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
6262
* // TransitGatewayAttachmentId: "STRING_VALUE",
6363
* // ResourceId: "STRING_VALUE",
64-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
64+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
6565
* // ResourceOwnerId: "STRING_VALUE",
6666
* // Subnets: [ // SubnetAssociationList
6767
* // { // SubnetAssociation

clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface AssociateTransitGatewayPolicyTableCommandOutput
5555
* // TransitGatewayPolicyTableId: "STRING_VALUE",
5656
* // TransitGatewayAttachmentId: "STRING_VALUE",
5757
* // ResourceId: "STRING_VALUE",
58-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
58+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
5959
* // State: "associating" || "associated" || "disassociating" || "disassociated",
6060
* // },
6161
* // };

clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface AssociateTransitGatewayRouteTableCommandOutput
5353
* // TransitGatewayRouteTableId: "STRING_VALUE",
5454
* // TransitGatewayAttachmentId: "STRING_VALUE",
5555
* // ResourceId: "STRING_VALUE",
56-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
56+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
5757
* // State: "associating" || "associated" || "disassociating" || "disassociated",
5858
* // },
5959
* // };

clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface CreateTransitGatewayPrefixListReferenceCommandOutput
6262
* // Blackhole: true || false,
6363
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
6464
* // TransitGatewayAttachmentId: "STRING_VALUE",
65-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
65+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
6666
* // ResourceId: "STRING_VALUE",
6767
* // },
6868
* // },

clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface CreateTransitGatewayRouteCommandOutput extends CreateTransitGat
5353
* // { // TransitGatewayRouteAttachment
5454
* // ResourceId: "STRING_VALUE",
5555
* // TransitGatewayAttachmentId: "STRING_VALUE",
56-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
56+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
5757
* // },
5858
* // ],
5959
* // Type: "static" || "propagated",

clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface DeleteTransitGatewayPrefixListReferenceCommandOutput
6060
* // Blackhole: true || false,
6161
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
6262
* // TransitGatewayAttachmentId: "STRING_VALUE",
63-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
63+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
6464
* // ResourceId: "STRING_VALUE",
6565
* // },
6666
* // },

clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface DeleteTransitGatewayRouteCommandOutput extends DeleteTransitGat
5151
* // { // TransitGatewayRouteAttachment
5252
* // ResourceId: "STRING_VALUE",
5353
* // TransitGatewayAttachmentId: "STRING_VALUE",
54-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
54+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
5555
* // },
5656
* // ],
5757
* // Type: "static" || "propagated",

clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface DescribeTransitGatewayAttachmentsCommandOutput
6666
* // TransitGatewayId: "STRING_VALUE",
6767
* // TransitGatewayOwnerId: "STRING_VALUE",
6868
* // ResourceOwnerId: "STRING_VALUE",
69-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
69+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
7070
* // ResourceId: "STRING_VALUE",
7171
* // State: "initiating" || "initiatingRequest" || "pendingAcceptance" || "rollingBack" || "pending" || "available" || "modifying" || "deleting" || "deleted" || "failed" || "rejected" || "rejecting" || "failing",
7272
* // Association: { // TransitGatewayAttachmentAssociation

clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface DisableTransitGatewayRouteTablePropagationCommandOutput
5757
* // Propagation: { // TransitGatewayPropagation
5858
* // TransitGatewayAttachmentId: "STRING_VALUE",
5959
* // ResourceId: "STRING_VALUE",
60-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
60+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
6161
* // TransitGatewayRouteTableId: "STRING_VALUE",
6262
* // State: "enabling" || "enabled" || "disabling" || "disabled",
6363
* // TransitGatewayRouteTableAnnouncementId: "STRING_VALUE",

0 commit comments

Comments
 (0)