@aws-sdk/client-ec2 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist-cjs/index.js +27 -3
  2. package/dist-es/models/models_3.js +4 -3
  3. package/dist-es/models/models_4.js +3 -0
  4. package/dist-es/protocols/Aws_ec2.js +19 -0
  5. package/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  9. package/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  10. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
  11. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  13. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  15. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  16. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  17. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  18. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  19. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  20. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  21. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -2
  22. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  23. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  24. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  25. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  26. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  27. package/dist-types/models/models_1.d.ts +18 -0
  28. package/dist-types/models/models_3.d.ts +29 -11
  29. package/dist-types/models/models_4.d.ts +12 -320
  30. package/dist-types/models/models_5.d.ts +319 -43
  31. package/dist-types/models/models_6.d.ts +45 -29
  32. package/dist-types/models/models_7.d.ts +28 -33
  33. package/dist-types/models/models_8.d.ts +33 -1
  34. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +4 -2
  36. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  39. package/dist-types/ts3.4/models/models_3.d.ts +8 -4
  40. package/dist-types/ts3.4/models/models_4.d.ts +4 -8
  41. package/dist-types/ts3.4/models/models_5.d.ts +7 -7
  42. package/dist-types/ts3.4/models/models_6.d.ts +8 -7
  43. package/dist-types/ts3.4/models/models_7.d.ts +7 -7
  44. package/dist-types/ts3.4/models/models_8.d.ts +12 -1
  45. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -31807,6 +31807,9 @@ const se_InstanceRequirements = (input, context) => {
31807
31807
  entries[loc] = value;
31808
31808
  });
31809
31809
  }
31810
+ if (input[_REIT] != null) {
31811
+ entries[_REIT] = input[_REIT];
31812
+ }
31810
31813
  return entries;
31811
31814
  };
31812
31815
  const se_InstanceRequirementsRequest = (input, context) => {
@@ -31958,6 +31961,9 @@ const se_InstanceRequirementsRequest = (input, context) => {
31958
31961
  entries[loc] = value;
31959
31962
  });
31960
31963
  }
31964
+ if (input[_REIT] != null) {
31965
+ entries[_REIT] = input[_REIT];
31966
+ }
31961
31967
  return entries;
31962
31968
  };
31963
31969
  const se_InstanceRequirementsWithMetadataRequest = (input, context) => {
@@ -41049,6 +41055,9 @@ const se_VpnConnectionOptionsSpecification = (input, context) => {
41049
41055
  if (input[_TTGAI] != null) {
41050
41056
  entries[_TTGAI] = input[_TTGAI];
41051
41057
  }
41058
+ if (input[_TB] != null) {
41059
+ entries[_TB] = input[_TB];
41060
+ }
41052
41061
  if (input[_SRO] != null) {
41053
41062
  entries[_SRO] = input[_SRO];
41054
41063
  }
@@ -53694,6 +53703,9 @@ const de_InstanceRequirements = (output, context) => {
53694
53703
  if (output[_bPF] != null) {
53695
53704
  contents[_BPF] = de_BaselinePerformanceFactors(output[_bPF]);
53696
53705
  }
53706
+ if (output[_rEIT] != null) {
53707
+ contents[_REIT] = smithyClient.parseBoolean(output[_rEIT]);
53708
+ }
53697
53709
  return contents;
53698
53710
  };
53699
53711
  const de_InstanceSet = (output, context) => {
@@ -66131,6 +66143,9 @@ const de_VpnConnectionOptions = (output, context) => {
66131
66143
  else if (output[_tOS] != null && output[_tOS][_i] != null) {
66132
66144
  contents[_TO] = de_TunnelOptionsList(smithyClient.getArrayIfSingleItem(output[_tOS][_i]));
66133
66145
  }
66146
+ if (output[_tB] != null) {
66147
+ contents[_TB] = smithyClient.expectString(output[_tB]);
66148
+ }
66134
66149
  return contents;
66135
66150
  };
66136
66151
  const de_VpnGateway = (output, context) => {
@@ -68491,6 +68506,7 @@ const _REAC = "RemoveExternalAuthorityConfiguration";
68491
68506
  const _RED = "RemoveEndDate";
68492
68507
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
68493
68508
  const _REDT = "ReservationEndDateType";
68509
+ const _REIT = "RequireEncryptionInTransit";
68494
68510
  const _RET = "ReservationEndTimestamp";
68495
68511
  const _RETe = "RestoreExpiryTime";
68496
68512
  const _REe = "RemoveEntries";
@@ -68907,6 +68923,7 @@ const _TAAC = "TotalAvailableAddressCount";
68907
68923
  const _TAC = "TotalAvailableCapacity";
68908
68924
  const _TACo = "TotalAddressCount";
68909
68925
  const _TAI = "TransferAccountId";
68926
+ const _TB = "TunnelBandwidth";
68910
68927
  const _TC = "TargetConfigurations";
68911
68928
  const _TCS = "TargetCapacitySpecification";
68912
68929
  const _TCUT = "TargetCapacityUnitType";
@@ -70589,6 +70606,7 @@ const _rDS = "resourceDiscoveryStatus";
70589
70606
  const _rDT = "rootDeviceType";
70590
70607
  const _rE = "responseError";
70591
70608
  const _rEDT = "reservationEndDateType";
70609
+ const _rEIT = "requireEncryptionInTransit";
70592
70610
  const _rET = "reservationEndTimestamp";
70593
70611
  const _rETe = "restoreExpiryTime";
70594
70612
  const _rEd = "rdsEndpoint";
@@ -70901,6 +70919,7 @@ const _tAAC = "totalAvailableAddressCount";
70901
70919
  const _tAC = "totalAvailableCapacity";
70902
70920
  const _tACo = "totalAddressCount";
70903
70921
  const _tAI = "transferAccountId";
70922
+ const _tB = "tunnelBandwidth";
70904
70923
  const _tC = "totalCapacity";
70905
70924
  const _tCS = "targetCapacitySpecification";
70906
70925
  const _tCUT = "targetCapacityUnitType";
@@ -76301,6 +76320,10 @@ const ServiceConnectivityType = {
76301
76320
  ipv4: "ipv4",
76302
76321
  ipv6: "ipv6",
76303
76322
  };
76323
+ const VpnTunnelBandwidth = {
76324
+ large: "large",
76325
+ standard: "standard",
76326
+ };
76304
76327
  const TunnelInsideIpVersion = {
76305
76328
  ipv4: "ipv4",
76306
76329
  ipv6: "ipv6",
@@ -76393,9 +76416,6 @@ const AvailabilityZoneState = {
76393
76416
  information: "information",
76394
76417
  unavailable: "unavailable",
76395
76418
  };
76396
- const MetricType = {
76397
- aggregate_latency: "aggregate-latency",
76398
- };
76399
76419
  const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
76400
76420
  ...obj,
76401
76421
  ...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
@@ -78344,6 +78364,9 @@ class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends smithyClie
78344
78364
  .build() {
78345
78365
  }
78346
78366
 
78367
+ const MetricType = {
78368
+ aggregate_latency: "aggregate-latency",
78369
+ };
78347
78370
  const PeriodType = {
78348
78371
  fifteen_minutes: "fifteen-minutes",
78349
78372
  five_minutes: "five-minutes",
@@ -91642,6 +91665,7 @@ exports.VpnEcmpSupportValue = VpnEcmpSupportValue;
91642
91665
  exports.VpnProtocol = VpnProtocol;
91643
91666
  exports.VpnState = VpnState;
91644
91667
  exports.VpnStaticRouteSource = VpnStaticRouteSource;
91668
+ exports.VpnTunnelBandwidth = VpnTunnelBandwidth;
91645
91669
  exports.VpnTunnelOptionsSpecificationFilterSensitiveLog = VpnTunnelOptionsSpecificationFilterSensitiveLog;
91646
91670
  exports.VpnTunnelProvisioningStatus = VpnTunnelProvisioningStatus;
91647
91671
  exports.WeekDay = WeekDay;
@@ -71,6 +71,10 @@ export const ServiceConnectivityType = {
71
71
  ipv4: "ipv4",
72
72
  ipv6: "ipv6",
73
73
  };
74
+ export const VpnTunnelBandwidth = {
75
+ large: "large",
76
+ standard: "standard",
77
+ };
74
78
  export const TunnelInsideIpVersion = {
75
79
  ipv4: "ipv4",
76
80
  ipv6: "ipv6",
@@ -163,9 +167,6 @@ export const AvailabilityZoneState = {
163
167
  information: "information",
164
168
  unavailable: "unavailable",
165
169
  };
166
- export const MetricType = {
167
- aggregate_latency: "aggregate-latency",
168
- };
169
170
  export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
170
171
  ...obj,
171
172
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,5 +1,8 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { BundleTaskFilterSensitiveLog, } from "./models_0";
3
+ export const MetricType = {
4
+ aggregate_latency: "aggregate-latency",
5
+ };
3
6
  export const PeriodType = {
4
7
  fifteen_minutes: "fifteen-minutes",
5
8
  five_minutes: "five-minutes",
@@ -31690,6 +31690,9 @@ const se_InstanceRequirements = (input, context) => {
31690
31690
  entries[loc] = value;
31691
31691
  });
31692
31692
  }
31693
+ if (input[_REIT] != null) {
31694
+ entries[_REIT] = input[_REIT];
31695
+ }
31693
31696
  return entries;
31694
31697
  };
31695
31698
  const se_InstanceRequirementsRequest = (input, context) => {
@@ -31841,6 +31844,9 @@ const se_InstanceRequirementsRequest = (input, context) => {
31841
31844
  entries[loc] = value;
31842
31845
  });
31843
31846
  }
31847
+ if (input[_REIT] != null) {
31848
+ entries[_REIT] = input[_REIT];
31849
+ }
31844
31850
  return entries;
31845
31851
  };
31846
31852
  const se_InstanceRequirementsWithMetadataRequest = (input, context) => {
@@ -40932,6 +40938,9 @@ const se_VpnConnectionOptionsSpecification = (input, context) => {
40932
40938
  if (input[_TTGAI] != null) {
40933
40939
  entries[_TTGAI] = input[_TTGAI];
40934
40940
  }
40941
+ if (input[_TB] != null) {
40942
+ entries[_TB] = input[_TB];
40943
+ }
40935
40944
  if (input[_SRO] != null) {
40936
40945
  entries[_SRO] = input[_SRO];
40937
40946
  }
@@ -53577,6 +53586,9 @@ const de_InstanceRequirements = (output, context) => {
53577
53586
  if (output[_bPF] != null) {
53578
53587
  contents[_BPF] = de_BaselinePerformanceFactors(output[_bPF], context);
53579
53588
  }
53589
+ if (output[_rEIT] != null) {
53590
+ contents[_REIT] = __parseBoolean(output[_rEIT]);
53591
+ }
53580
53592
  return contents;
53581
53593
  };
53582
53594
  const de_InstanceSet = (output, context) => {
@@ -66014,6 +66026,9 @@ const de_VpnConnectionOptions = (output, context) => {
66014
66026
  else if (output[_tOS] != null && output[_tOS][_i] != null) {
66015
66027
  contents[_TO] = de_TunnelOptionsList(__getArrayIfSingleItem(output[_tOS][_i]), context);
66016
66028
  }
66029
+ if (output[_tB] != null) {
66030
+ contents[_TB] = __expectString(output[_tB]);
66031
+ }
66017
66032
  return contents;
66018
66033
  };
66019
66034
  const de_VpnGateway = (output, context) => {
@@ -68378,6 +68393,7 @@ const _REAC = "RemoveExternalAuthorityConfiguration";
68378
68393
  const _RED = "RemoveEndDate";
68379
68394
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
68380
68395
  const _REDT = "ReservationEndDateType";
68396
+ const _REIT = "RequireEncryptionInTransit";
68381
68397
  const _RET = "ReservationEndTimestamp";
68382
68398
  const _RETe = "RestoreExpiryTime";
68383
68399
  const _REe = "RemoveEntries";
@@ -68794,6 +68810,7 @@ const _TAAC = "TotalAvailableAddressCount";
68794
68810
  const _TAC = "TotalAvailableCapacity";
68795
68811
  const _TACo = "TotalAddressCount";
68796
68812
  const _TAI = "TransferAccountId";
68813
+ const _TB = "TunnelBandwidth";
68797
68814
  const _TC = "TargetConfigurations";
68798
68815
  const _TCS = "TargetCapacitySpecification";
68799
68816
  const _TCUT = "TargetCapacityUnitType";
@@ -70476,6 +70493,7 @@ const _rDS = "resourceDiscoveryStatus";
70476
70493
  const _rDT = "rootDeviceType";
70477
70494
  const _rE = "responseError";
70478
70495
  const _rEDT = "reservationEndDateType";
70496
+ const _rEIT = "requireEncryptionInTransit";
70479
70497
  const _rET = "reservationEndTimestamp";
70480
70498
  const _rETe = "restoreExpiryTime";
70481
70499
  const _rEd = "rdsEndpoint";
@@ -70788,6 +70806,7 @@ const _tAAC = "totalAvailableAddressCount";
70788
70806
  const _tAC = "totalAvailableCapacity";
70789
70807
  const _tACo = "totalAddressCount";
70790
70808
  const _tAI = "transferAccountId";
70809
+ const _tB = "tunnelBandwidth";
70791
70810
  const _tC = "totalCapacity";
70792
70811
  const _tCS = "targetCapacitySpecification";
70793
70812
  const _tCUT = "targetCapacityUnitType";
@@ -190,6 +190,7 @@ declare const CreateFleetCommand_base: {
190
190
  * ],
191
191
  * },
192
192
  * },
193
+ * RequireEncryptionInTransit: true || false,
193
194
  * },
194
195
  * ImageId: "STRING_VALUE",
195
196
  * },
@@ -320,6 +321,7 @@ declare const CreateFleetCommand_base: {
320
321
  * // ],
321
322
  * // },
322
323
  * // },
324
+ * // RequireEncryptionInTransit: true || false,
323
325
  * // },
324
326
  * // ImageId: "STRING_VALUE",
325
327
  * // BlockDeviceMappings: [ // BlockDeviceMappingResponseList
@@ -441,6 +443,7 @@ declare const CreateFleetCommand_base: {
441
443
  * // ],
442
444
  * // },
443
445
  * // },
446
+ * // RequireEncryptionInTransit: true || false,
444
447
  * // },
445
448
  * // ImageId: "STRING_VALUE",
446
449
  * // BlockDeviceMappings: [
@@ -300,6 +300,7 @@ declare const CreateLaunchTemplateCommand_base: {
300
300
  * ],
301
301
  * },
302
302
  * },
303
+ * RequireEncryptionInTransit: true || false,
303
304
  * },
304
305
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
305
306
  * HostnameType: "ip-name" || "resource-name",
@@ -303,6 +303,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
303
303
  * ],
304
304
  * },
305
305
  * },
306
+ * RequireEncryptionInTransit: true || false,
306
307
  * },
307
308
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
308
309
  * HostnameType: "ip-name" || "resource-name",
@@ -585,6 +586,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
585
586
  * // ],
586
587
  * // },
587
588
  * // },
589
+ * // RequireEncryptionInTransit: true || false,
588
590
  * // },
589
591
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
590
592
  * // HostnameType: "ip-name" || "resource-name",
@@ -137,6 +137,7 @@ declare const CreateVpnConnectionCommand_base: {
137
137
  * RemoteIpv6NetworkCidr: "STRING_VALUE",
138
138
  * OutsideIpAddressType: "STRING_VALUE",
139
139
  * TransportTransitGatewayAttachmentId: "STRING_VALUE",
140
+ * TunnelBandwidth: "standard" || "large",
140
141
  * StaticRoutesOnly: true || false,
141
142
  * },
142
143
  * };
@@ -218,6 +219,7 @@ declare const CreateVpnConnectionCommand_base: {
218
219
  * // EnableTunnelLifecycleControl: true || false,
219
220
  * // },
220
221
  * // ],
222
+ * // TunnelBandwidth: "standard" || "large",
221
223
  * // },
222
224
  * // Routes: [ // VpnStaticRouteList
223
225
  * // { // VpnStaticRoute
@@ -167,6 +167,7 @@ declare const DescribeFleetsCommand_base: {
167
167
  * // ],
168
168
  * // },
169
169
  * // },
170
+ * // RequireEncryptionInTransit: true || false,
170
171
  * // },
171
172
  * // ImageId: "STRING_VALUE",
172
173
  * // BlockDeviceMappings: [ // BlockDeviceMappingResponseList
@@ -328,6 +329,7 @@ declare const DescribeFleetsCommand_base: {
328
329
  * // ],
329
330
  * // },
330
331
  * // },
332
+ * // RequireEncryptionInTransit: true || false,
331
333
  * // },
332
334
  * // ImageId: "STRING_VALUE",
333
335
  * // BlockDeviceMappings: [
@@ -449,6 +451,7 @@ declare const DescribeFleetsCommand_base: {
449
451
  * // ],
450
452
  * // },
451
453
  * // },
454
+ * // RequireEncryptionInTransit: true || false,
452
455
  * // },
453
456
  * // ImageId: "STRING_VALUE",
454
457
  * // BlockDeviceMappings: [
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstanceTypesRequest } from "../models/models_4";
5
- import { DescribeInstanceTypesResult } from "../models/models_5";
4
+ import { DescribeInstanceTypesRequest, DescribeInstanceTypesResult } from "../models/models_5";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -324,6 +324,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
324
324
  * // ],
325
325
  * // },
326
326
  * // },
327
+ * // RequireEncryptionInTransit: true || false,
327
328
  * // },
328
329
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
329
330
  * // HostnameType: "ip-name" || "resource-name",
@@ -258,6 +258,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
258
258
  * // ],
259
259
  * // },
260
260
  * // },
261
+ * // RequireEncryptionInTransit: true || false,
261
262
  * // },
262
263
  * // SecurityGroups: [ // GroupIdentifierList
263
264
  * // { // GroupIdentifier
@@ -359,6 +360,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
359
360
  * // ],
360
361
  * // },
361
362
  * // },
363
+ * // RequireEncryptionInTransit: true || false,
362
364
  * // },
363
365
  * // },
364
366
  * // ],
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeTrunkInterfaceAssociationsRequest } from "../models/models_5";
5
- import { DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
4
+ import { DescribeTrunkInterfaceAssociationsRequest, DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -131,6 +131,7 @@ declare const DescribeVpnConnectionsCommand_base: {
131
131
  * // EnableTunnelLifecycleControl: true || false,
132
132
  * // },
133
133
  * // ],
134
+ * // TunnelBandwidth: "standard" || "large",
134
135
  * // },
135
136
  * // Routes: [ // VpnStaticRouteList
136
137
  * // { // VpnStaticRoute
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_6";
5
- import { GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
4
+ import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -130,6 +130,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
130
130
  * ],
131
131
  * },
132
132
  * },
133
+ * RequireEncryptionInTransit: true || false,
133
134
  * },
134
135
  * MaxResults: Number("int"),
135
136
  * NextToken: "STRING_VALUE",
@@ -302,6 +302,7 @@ declare const GetLaunchTemplateDataCommand_base: {
302
302
  * // ],
303
303
  * // },
304
304
  * // },
305
+ * // RequireEncryptionInTransit: true || false,
305
306
  * // },
306
307
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
307
308
  * // HostnameType: "ip-name" || "resource-name",
@@ -137,6 +137,7 @@ declare const GetSpotPlacementScoresCommand_base: {
137
137
  * ],
138
138
  * },
139
139
  * },
140
+ * RequireEncryptionInTransit: true || false,
140
141
  * },
141
142
  * },
142
143
  * DryRun: true || false,
@@ -181,6 +181,7 @@ declare const ModifyFleetCommand_base: {
181
181
  * ],
182
182
  * },
183
183
  * },
184
+ * RequireEncryptionInTransit: true || false,
184
185
  * },
185
186
  * ImageId: "STRING_VALUE",
186
187
  * },
@@ -153,6 +153,7 @@ declare const ModifySpotFleetRequestCommand_base: {
153
153
  * ],
154
154
  * },
155
155
  * },
156
+ * RequireEncryptionInTransit: true || false,
156
157
  * },
157
158
  * },
158
159
  * ],
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyTransitGatewayVpcAttachmentRequest } from "../models/models_7";
5
- import { ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
4
+ import { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -156,6 +156,7 @@ declare const ModifyVpnConnectionCommand_base: {
156
156
  * // EnableTunnelLifecycleControl: true || false,
157
157
  * // },
158
158
  * // ],
159
+ * // TunnelBandwidth: "standard" || "large",
159
160
  * // },
160
161
  * // Routes: [ // VpnStaticRouteList
161
162
  * // { // VpnStaticRoute
@@ -126,6 +126,7 @@ declare const ModifyVpnConnectionOptionsCommand_base: {
126
126
  * // EnableTunnelLifecycleControl: true || false,
127
127
  * // },
128
128
  * // ],
129
+ * // TunnelBandwidth: "standard" || "large",
129
130
  * // },
130
131
  * // Routes: [ // VpnStaticRouteList
131
132
  * // { // VpnStaticRoute
@@ -119,6 +119,7 @@ declare const ModifyVpnTunnelCertificateCommand_base: {
119
119
  * // EnableTunnelLifecycleControl: true || false,
120
120
  * // },
121
121
  * // ],
122
+ * // TunnelBandwidth: "standard" || "large",
122
123
  * // },
123
124
  * // Routes: [ // VpnStaticRouteList
124
125
  * // { // VpnStaticRoute
@@ -180,6 +180,7 @@ declare const ModifyVpnTunnelOptionsCommand_base: {
180
180
  * // EnableTunnelLifecycleControl: true || false,
181
181
  * // },
182
182
  * // ],
183
+ * // TunnelBandwidth: "standard" || "large",
183
184
  * // },
184
185
  * // Routes: [ // VpnStaticRouteList
185
186
  * // { // VpnStaticRoute
@@ -268,6 +268,7 @@ declare const RequestSpotFleetCommand_base: {
268
268
  * ],
269
269
  * },
270
270
  * },
271
+ * RequireEncryptionInTransit: true || false,
271
272
  * },
272
273
  * SecurityGroups: [ // GroupIdentifierList
273
274
  * { // GroupIdentifier
@@ -369,6 +370,7 @@ declare const RequestSpotFleetCommand_base: {
369
370
  * ],
370
371
  * },
371
372
  * },
373
+ * RequireEncryptionInTransit: true || false,
372
374
  * },
373
375
  * },
374
376
  * ],
@@ -5599,6 +5599,15 @@ export interface InstanceRequirementsRequest {
5599
5599
  * @public
5600
5600
  */
5601
5601
  BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
5602
+ /**
5603
+ * <p>Specifies whether instance types must support encrypting in-transit traffic between
5604
+ * instances. For more information, including the supported instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit">Encryption in
5605
+ * transit</a> in the <i>Amazon EC2 User Guide</i>.</p>
5606
+ * <p>Default: <code>false</code>
5607
+ * </p>
5608
+ * @public
5609
+ */
5610
+ RequireEncryptionInTransit?: boolean | undefined;
5602
5611
  }
5603
5612
  /**
5604
5613
  * <p>Describes the placement of an instance.</p>
@@ -7169,6 +7178,15 @@ export interface InstanceRequirements {
7169
7178
  * @public
7170
7179
  */
7171
7180
  BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
7181
+ /**
7182
+ * <p>Specifies whether instance types must support encrypting in-transit traffic between
7183
+ * instances. For more information, including the supported instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit">Encryption in
7184
+ * transit</a> in the <i>Amazon EC2 User Guide</i>.</p>
7185
+ * <p>Default: <code>false</code>
7186
+ * </p>
7187
+ * @public
7188
+ */
7189
+ RequireEncryptionInTransit?: boolean | undefined;
7172
7190
  }
7173
7191
  /**
7174
7192
  * <p>Describes the placement of an instance.</p>
@@ -1791,6 +1791,18 @@ export interface CreateVpcPeeringConnectionResult {
1791
1791
  */
1792
1792
  VpcPeeringConnection?: VpcPeeringConnection | undefined;
1793
1793
  }
1794
+ /**
1795
+ * @public
1796
+ * @enum
1797
+ */
1798
+ export declare const VpnTunnelBandwidth: {
1799
+ readonly large: "large";
1800
+ readonly standard: "standard";
1801
+ };
1802
+ /**
1803
+ * @public
1804
+ */
1805
+ export type VpnTunnelBandwidth = (typeof VpnTunnelBandwidth)[keyof typeof VpnTunnelBandwidth];
1794
1806
  /**
1795
1807
  * @public
1796
1808
  * @enum
@@ -2205,6 +2217,15 @@ export interface VpnConnectionOptionsSpecification {
2205
2217
  * @public
2206
2218
  */
2207
2219
  TransportTransitGatewayAttachmentId?: string | undefined;
2220
+ /**
2221
+ * <p>
2222
+ * The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput
2223
+ * capacity. <code>standard</code> supports up to 1.25 Gbps per tunnel, while <code>large</code> supports up to 5 Gbps per tunnel. The default value is <code>standard</code>. Existing
2224
+ * VPN connections without a bandwidth setting will automatically default to <code>standard</code>.
2225
+ * </p>
2226
+ * @public
2227
+ */
2228
+ TunnelBandwidth?: VpnTunnelBandwidth | undefined;
2208
2229
  /**
2209
2230
  * <p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN
2210
2231
  * connection for a device that does not support BGP, you must specify <code>true</code>.
@@ -2573,6 +2594,14 @@ export interface VpnConnectionOptions {
2573
2594
  * @public
2574
2595
  */
2575
2596
  TunnelOptions?: TunnelOption[] | undefined;
2597
+ /**
2598
+ * <p>
2599
+ * The configured bandwidth for the VPN tunnel. Represents the current throughput capacity setting for the tunnel connection. <code>standard</code> tunnel bandwidth supports up to 1.25 Gbps per tunnel while <code>large</code>
2600
+ * supports up to 5 Gbps per tunnel. If no tunnel bandwidth was specified for the connection, <code>standard</code> is used as the default value.
2601
+ * </p>
2602
+ * @public
2603
+ */
2604
+ TunnelBandwidth?: VpnTunnelBandwidth | undefined;
2576
2605
  }
2577
2606
  /**
2578
2607
  * @public
@@ -6545,17 +6574,6 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
6545
6574
  */
6546
6575
  DryRun?: boolean | undefined;
6547
6576
  }
6548
- /**
6549
- * @public
6550
- * @enum
6551
- */
6552
- export declare const MetricType: {
6553
- readonly aggregate_latency: "aggregate-latency";
6554
- };
6555
- /**
6556
- * @public
6557
- */
6558
- export type MetricType = (typeof MetricType)[keyof typeof MetricType];
6559
6577
  /**
6560
6578
  * @internal
6561
6579
  */