Skip to content

Commit 165cccc

Browse files
author
awstools
committed
feat(client-ec2): AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
1 parent 6c2d4f9 commit 165cccc

18 files changed

+551
-468
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export interface CreateVpnConnectionCommandOutput extends CreateVpnConnectionRes
143143
* RemoteIpv6NetworkCidr: "STRING_VALUE",
144144
* OutsideIpAddressType: "STRING_VALUE",
145145
* TransportTransitGatewayAttachmentId: "STRING_VALUE",
146+
* TunnelBandwidth: "standard" || "large",
146147
* StaticRoutesOnly: true || false,
147148
* },
148149
* };
@@ -224,6 +225,7 @@ export interface CreateVpnConnectionCommandOutput extends CreateVpnConnectionRes
224225
* // EnableTunnelLifecycleControl: true || false,
225226
* // },
226227
* // ],
228+
* // TunnelBandwidth: "standard" || "large",
227229
* // },
228230
* // Routes: [ // VpnStaticRouteList
229231
* // { // VpnStaticRoute

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
88
import { commonParams } from "../endpoint/EndpointParameters";
9-
import { DescribeInstanceTypesRequest } from "../models/models_4";
10-
import { DescribeInstanceTypesResult } from "../models/models_5";
9+
import { DescribeInstanceTypesRequest, DescribeInstanceTypesResult } from "../models/models_5";
1110
import { de_DescribeInstanceTypesCommand, se_DescribeInstanceTypesCommand } from "../protocols/Aws_ec2";
1211

1312
/**

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
88
import { commonParams } from "../endpoint/EndpointParameters";
9-
import { DescribeTrunkInterfaceAssociationsRequest } from "../models/models_5";
10-
import { DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
9+
import {
10+
DescribeTrunkInterfaceAssociationsRequest,
11+
DescribeTrunkInterfaceAssociationsResult,
12+
} from "../models/models_6";
1113
import {
1214
de_DescribeTrunkInterfaceAssociationsCommand,
1315
se_DescribeTrunkInterfaceAssociationsCommand,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export interface DescribeVpnConnectionsCommandOutput extends DescribeVpnConnecti
136136
* // EnableTunnelLifecycleControl: true || false,
137137
* // },
138138
* // ],
139+
* // TunnelBandwidth: "standard" || "large",
139140
* // },
140141
* // Routes: [ // VpnStaticRouteList
141142
* // { // VpnStaticRoute

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
88
import { commonParams } from "../endpoint/EndpointParameters";
9-
import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_6";
10-
import { GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
9+
import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
1110
import {
1211
de_GetFlowLogsIntegrationTemplateCommand,
1312
se_GetFlowLogsIntegrationTemplateCommand,

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
88
import { commonParams } from "../endpoint/EndpointParameters";
9-
import { ModifyTransitGatewayVpcAttachmentRequest } from "../models/models_7";
10-
import { ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
9+
import { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
1110
import {
1211
de_ModifyTransitGatewayVpcAttachmentCommand,
1312
se_ModifyTransitGatewayVpcAttachmentCommand,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export interface ModifyVpnConnectionCommandOutput extends ModifyVpnConnectionRes
161161
* // EnableTunnelLifecycleControl: true || false,
162162
* // },
163163
* // ],
164+
* // TunnelBandwidth: "standard" || "large",
164165
* // },
165166
* // Routes: [ // VpnStaticRouteList
166167
* // { // VpnStaticRoute

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export interface ModifyVpnConnectionOptionsCommandOutput extends ModifyVpnConnec
131131
* // EnableTunnelLifecycleControl: true || false,
132132
* // },
133133
* // ],
134+
* // TunnelBandwidth: "standard" || "large",
134135
* // },
135136
* // Routes: [ // VpnStaticRouteList
136137
* // { // VpnStaticRoute

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export interface ModifyVpnTunnelCertificateCommandOutput extends ModifyVpnTunnel
124124
* // EnableTunnelLifecycleControl: true || false,
125125
* // },
126126
* // ],
127+
* // TunnelBandwidth: "standard" || "large",
127128
* // },
128129
* // Routes: [ // VpnStaticRouteList
129130
* // { // VpnStaticRoute

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export interface ModifyVpnTunnelOptionsCommandOutput extends ModifyVpnTunnelOpti
186186
* // EnableTunnelLifecycleControl: true || false,
187187
* // },
188188
* // ],
189+
* // TunnelBandwidth: "standard" || "large",
189190
* // },
190191
* // Routes: [ // VpnStaticRouteList
191192
* // { // VpnStaticRoute

0 commit comments

Comments
 (0)