@aws-sdk/client-ec2 3.864.0 → 3.865.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 (54) hide show
  1. package/dist-cjs/index.js +54 -0
  2. package/dist-es/protocols/Aws_ec2.js +56 -0
  3. package/dist-types/EC2.d.ts +2 -0
  4. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -2
  6. package/dist-types/commands/CreateFleetCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  10. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -1
  11. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -2
  12. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +3 -2
  13. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -0
  14. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
  22. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +4 -1
  24. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +3 -0
  25. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  26. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  27. package/dist-types/commands/ImportInstanceCommand.d.ts +3 -0
  28. package/dist-types/commands/ImportVolumeCommand.d.ts +4 -1
  29. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  30. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -1
  31. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  32. package/dist-types/commands/RegisterImageCommand.d.ts +8 -3
  33. package/dist-types/commands/ReleaseAddressCommand.d.ts +4 -4
  34. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -0
  35. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  36. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +3 -2
  37. package/dist-types/models/models_1.d.ts +30 -4
  38. package/dist-types/models/models_2.d.ts +20 -1
  39. package/dist-types/models/models_3.d.ts +7 -0
  40. package/dist-types/models/models_4.d.ts +37 -2
  41. package/dist-types/models/models_5.d.ts +34 -0
  42. package/dist-types/models/models_6.d.ts +7 -0
  43. package/dist-types/models/models_7.d.ts +10 -1
  44. package/dist-types/ts3.4/EC2.d.ts +2 -0
  45. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_1.d.ts +4 -1
  48. package/dist-types/ts3.4/models/models_2.d.ts +4 -1
  49. package/dist-types/ts3.4/models/models_3.d.ts +1 -0
  50. package/dist-types/ts3.4/models/models_4.d.ts +3 -0
  51. package/dist-types/ts3.4/models/models_5.d.ts +3 -0
  52. package/dist-types/ts3.4/models/models_6.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_7.d.ts +2 -1
  54. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -19642,6 +19642,9 @@ var se_CreateDefaultSubnetRequest = /* @__PURE__ */ __name((input, context) => {
19642
19642
  if (input[_IN] != null) {
19643
19643
  entries[_IN] = input[_IN];
19644
19644
  }
19645
+ if (input[_AZI] != null) {
19646
+ entries[_AZI] = input[_AZI];
19647
+ }
19645
19648
  return entries;
19646
19649
  }, "se_CreateDefaultSubnetRequest");
19647
19650
  var se_CreateDefaultVpcRequest = /* @__PURE__ */ __name((input, context) => {
@@ -22255,6 +22258,9 @@ var se_CreateVolumeRequest = /* @__PURE__ */ __name((input, context) => {
22255
22258
  if (input[_AZ] != null) {
22256
22259
  entries[_AZ] = input[_AZ];
22257
22260
  }
22261
+ if (input[_AZI] != null) {
22262
+ entries[_AZI] = input[_AZI];
22263
+ }
22258
22264
  if (input[_Enc] != null) {
22259
22265
  entries[_Enc] = input[_Enc];
22260
22266
  }
@@ -26923,6 +26929,9 @@ var se_DescribeSpotInstanceRequestsRequest = /* @__PURE__ */ __name((input, cont
26923
26929
  }, "se_DescribeSpotInstanceRequestsRequest");
26924
26930
  var se_DescribeSpotPriceHistoryRequest = /* @__PURE__ */ __name((input, context) => {
26925
26931
  const entries = {};
26932
+ if (input[_AZI] != null) {
26933
+ entries[_AZI] = input[_AZI];
26934
+ }
26926
26935
  if (input[_DRr] != null) {
26927
26936
  entries[_DRr] = input[_DRr];
26928
26937
  }
@@ -31102,6 +31111,9 @@ var se_ImportTaskIdList = /* @__PURE__ */ __name((input, context) => {
31102
31111
  }, "se_ImportTaskIdList");
31103
31112
  var se_ImportVolumeRequest = /* @__PURE__ */ __name((input, context) => {
31104
31113
  const entries = {};
31114
+ if (input[_AZI] != null) {
31115
+ entries[_AZI] = input[_AZI];
31116
+ }
31105
31117
  if (input[_DRr] != null) {
31106
31118
  entries[_DRr] = input[_DRr];
31107
31119
  }
@@ -32710,6 +32722,9 @@ var se_LaunchTemplatePlacementRequest = /* @__PURE__ */ __name((input, context)
32710
32722
  if (input[_AZ] != null) {
32711
32723
  entries[_AZ] = input[_AZ];
32712
32724
  }
32725
+ if (input[_AZI] != null) {
32726
+ entries[_AZI] = input[_AZI];
32727
+ }
32713
32728
  if (input[_Af] != null) {
32714
32729
  entries[_Af] = input[_Af];
32715
32730
  }
@@ -36093,6 +36108,9 @@ var se_Phase2IntegrityAlgorithmsRequestListValue = /* @__PURE__ */ __name((input
36093
36108
  }, "se_Phase2IntegrityAlgorithmsRequestListValue");
36094
36109
  var se_Placement = /* @__PURE__ */ __name((input, context) => {
36095
36110
  const entries = {};
36111
+ if (input[_AZI] != null) {
36112
+ entries[_AZI] = input[_AZI];
36113
+ }
36096
36114
  if (input[_Af] != null) {
36097
36115
  entries[_Af] = input[_Af];
36098
36116
  }
@@ -50813,6 +50831,9 @@ var de_ImportInstanceVolumeDetailItem = /* @__PURE__ */ __name((output, context)
50813
50831
  if (output[_aZ] != null) {
50814
50832
  contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
50815
50833
  }
50834
+ if (output[_aZI] != null) {
50835
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
50836
+ }
50816
50837
  if (output[_bCy] != null) {
50817
50838
  contents[_BCyt] = (0, import_smithy_client.strictParseLong)(output[_bCy]);
50818
50839
  }
@@ -50909,6 +50930,9 @@ var de_ImportVolumeTaskDetails = /* @__PURE__ */ __name((output, context) => {
50909
50930
  if (output[_aZ] != null) {
50910
50931
  contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
50911
50932
  }
50933
+ if (output[_aZI] != null) {
50934
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
50935
+ }
50912
50936
  if (output[_bCy] != null) {
50913
50937
  contents[_BCyt] = (0, import_smithy_client.strictParseLong)(output[_bCy]);
50914
50938
  }
@@ -51978,6 +52002,9 @@ var de_InstanceStatus = /* @__PURE__ */ __name((output, context) => {
51978
52002
  if (output[_aZ] != null) {
51979
52003
  contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
51980
52004
  }
52005
+ if (output[_aZI] != null) {
52006
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
52007
+ }
51981
52008
  if (output[_oA] != null) {
51982
52009
  contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
51983
52010
  }
@@ -53801,6 +53828,9 @@ var de_LaunchTemplatePlacement = /* @__PURE__ */ __name((output, context) => {
53801
53828
  if (output[_aZ] != null) {
53802
53829
  contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
53803
53830
  }
53831
+ if (output[_aZI] != null) {
53832
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
53833
+ }
53804
53834
  if (output[_af] != null) {
53805
53835
  contents[_Af] = (0, import_smithy_client.expectString)(output[_af]);
53806
53836
  }
@@ -56325,6 +56355,9 @@ var de_Phase2IntegrityAlgorithmsListValue = /* @__PURE__ */ __name((output, cont
56325
56355
  }, "de_Phase2IntegrityAlgorithmsListValue");
56326
56356
  var de_Placement = /* @__PURE__ */ __name((output, context) => {
56327
56357
  const contents = {};
56358
+ if (output[_aZI] != null) {
56359
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
56360
+ }
56328
56361
  if (output[_af] != null) {
56329
56362
  contents[_Af] = (0, import_smithy_client.expectString)(output[_af]);
56330
56363
  }
@@ -58681,6 +58714,11 @@ var de_ServiceConfiguration = /* @__PURE__ */ __name((output, context) => {
58681
58714
  if (output[_sSer] != null) {
58682
58715
  contents[_SSe] = (0, import_smithy_client.expectString)(output[_sSer]);
58683
58716
  }
58717
+ if (output.availabilityZoneIdSet === "") {
58718
+ contents[_AZIv] = [];
58719
+ } else if (output[_aZIS] != null && output[_aZIS][_i] != null) {
58720
+ contents[_AZIv] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_aZIS][_i]), context);
58721
+ }
58684
58722
  if (output.availabilityZoneSet === "") {
58685
58723
  contents[_AZv] = [];
58686
58724
  } else if (output[_aZS] != null && output[_aZS][_i] != null) {
@@ -58757,6 +58795,11 @@ var de_ServiceDetail = /* @__PURE__ */ __name((output, context) => {
58757
58795
  if (output[_sR] != null) {
58758
58796
  contents[_SRe] = (0, import_smithy_client.expectString)(output[_sR]);
58759
58797
  }
58798
+ if (output.availabilityZoneIdSet === "") {
58799
+ contents[_AZIv] = [];
58800
+ } else if (output[_aZIS] != null && output[_aZIS][_i] != null) {
58801
+ contents[_AZIv] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_aZIS][_i]), context);
58802
+ }
58760
58803
  if (output.availabilityZoneSet === "") {
58761
58804
  contents[_AZv] = [];
58762
58805
  } else if (output[_aZS] != null && output[_aZS][_i] != null) {
@@ -59419,6 +59462,9 @@ var de_SpotInstanceRequest = /* @__PURE__ */ __name((output, context) => {
59419
59462
  if (output[_lAZ] != null) {
59420
59463
  contents[_LAZ] = (0, import_smithy_client.expectString)(output[_lAZ]);
59421
59464
  }
59465
+ if (output[_lAZI] != null) {
59466
+ contents[_LAZI] = (0, import_smithy_client.expectString)(output[_lAZI]);
59467
+ }
59422
59468
  if (output[_pDr] != null) {
59423
59469
  contents[_PDr] = (0, import_smithy_client.expectString)(output[_pDr]);
59424
59470
  }
@@ -59552,6 +59598,9 @@ var de_SpotPrice = /* @__PURE__ */ __name((output, context) => {
59552
59598
  if (output[_aZ] != null) {
59553
59599
  contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
59554
59600
  }
59601
+ if (output[_aZI] != null) {
59602
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
59603
+ }
59555
59604
  if (output[_iT] != null) {
59556
59605
  contents[_IT] = (0, import_smithy_client.expectString)(output[_iT]);
59557
59606
  }
@@ -62222,6 +62271,9 @@ var de_VirtualizationTypeList = /* @__PURE__ */ __name((output, context) => {
62222
62271
  }, "de_VirtualizationTypeList");
62223
62272
  var de_Volume = /* @__PURE__ */ __name((output, context) => {
62224
62273
  const contents = {};
62274
+ if (output[_aZI] != null) {
62275
+ contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
62276
+ }
62225
62277
  if (output[_oA] != null) {
62226
62278
  contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
62227
62279
  }
@@ -64798,6 +64850,7 @@ var _L = "Locale";
64798
64850
  var _LA = "LocalAddress";
64799
64851
  var _LADT = "LastAttemptedDiscoveryTime";
64800
64852
  var _LAZ = "LaunchedAvailabilityZone";
64853
+ var _LAZI = "LaunchedAvailabilityZoneId";
64801
64854
  var _LAa = "LastAddress";
64802
64855
  var _LB = "LoadBalancers";
64803
64856
  var _LBA = "LocalBgpAsn";
@@ -66987,6 +67040,7 @@ var _l = "lifecycle";
66987
67040
  var _lA = "localAddress";
66988
67041
  var _lADT = "lastAttemptedDiscoveryTime";
66989
67042
  var _lAZ = "launchedAvailabilityZone";
67043
+ var _lAZI = "launchedAvailabilityZoneId";
66990
67044
  var _lAa = "lastAddress";
66991
67045
  var _lBA = "loadBalancerArn";
66992
67046
  var _lBAE = "localBgpAsnExtended";
@@ -18049,6 +18049,9 @@ const se_CreateDefaultSubnetRequest = (input, context) => {
18049
18049
  if (input[_IN] != null) {
18050
18050
  entries[_IN] = input[_IN];
18051
18051
  }
18052
+ if (input[_AZI] != null) {
18053
+ entries[_AZI] = input[_AZI];
18054
+ }
18052
18055
  return entries;
18053
18056
  };
18054
18057
  const se_CreateDefaultVpcRequest = (input, context) => {
@@ -20662,6 +20665,9 @@ const se_CreateVolumeRequest = (input, context) => {
20662
20665
  if (input[_AZ] != null) {
20663
20666
  entries[_AZ] = input[_AZ];
20664
20667
  }
20668
+ if (input[_AZI] != null) {
20669
+ entries[_AZI] = input[_AZI];
20670
+ }
20665
20671
  if (input[_Enc] != null) {
20666
20672
  entries[_Enc] = input[_Enc];
20667
20673
  }
@@ -25330,6 +25336,9 @@ const se_DescribeSpotInstanceRequestsRequest = (input, context) => {
25330
25336
  };
25331
25337
  const se_DescribeSpotPriceHistoryRequest = (input, context) => {
25332
25338
  const entries = {};
25339
+ if (input[_AZI] != null) {
25340
+ entries[_AZI] = input[_AZI];
25341
+ }
25333
25342
  if (input[_DRr] != null) {
25334
25343
  entries[_DRr] = input[_DRr];
25335
25344
  }
@@ -29509,6 +29518,9 @@ const se_ImportTaskIdList = (input, context) => {
29509
29518
  };
29510
29519
  const se_ImportVolumeRequest = (input, context) => {
29511
29520
  const entries = {};
29521
+ if (input[_AZI] != null) {
29522
+ entries[_AZI] = input[_AZI];
29523
+ }
29512
29524
  if (input[_DRr] != null) {
29513
29525
  entries[_DRr] = input[_DRr];
29514
29526
  }
@@ -31117,6 +31129,9 @@ const se_LaunchTemplatePlacementRequest = (input, context) => {
31117
31129
  if (input[_AZ] != null) {
31118
31130
  entries[_AZ] = input[_AZ];
31119
31131
  }
31132
+ if (input[_AZI] != null) {
31133
+ entries[_AZI] = input[_AZI];
31134
+ }
31120
31135
  if (input[_Af] != null) {
31121
31136
  entries[_Af] = input[_Af];
31122
31137
  }
@@ -34500,6 +34515,9 @@ const se_Phase2IntegrityAlgorithmsRequestListValue = (input, context) => {
34500
34515
  };
34501
34516
  const se_Placement = (input, context) => {
34502
34517
  const entries = {};
34518
+ if (input[_AZI] != null) {
34519
+ entries[_AZI] = input[_AZI];
34520
+ }
34503
34521
  if (input[_Af] != null) {
34504
34522
  entries[_Af] = input[_Af];
34505
34523
  }
@@ -49817,6 +49835,9 @@ const de_ImportInstanceVolumeDetailItem = (output, context) => {
49817
49835
  if (output[_aZ] != null) {
49818
49836
  contents[_AZ] = __expectString(output[_aZ]);
49819
49837
  }
49838
+ if (output[_aZI] != null) {
49839
+ contents[_AZI] = __expectString(output[_aZI]);
49840
+ }
49820
49841
  if (output[_bCy] != null) {
49821
49842
  contents[_BCyt] = __strictParseLong(output[_bCy]);
49822
49843
  }
@@ -49920,6 +49941,9 @@ const de_ImportVolumeTaskDetails = (output, context) => {
49920
49941
  if (output[_aZ] != null) {
49921
49942
  contents[_AZ] = __expectString(output[_aZ]);
49922
49943
  }
49944
+ if (output[_aZI] != null) {
49945
+ contents[_AZI] = __expectString(output[_aZI]);
49946
+ }
49923
49947
  if (output[_bCy] != null) {
49924
49948
  contents[_BCyt] = __strictParseLong(output[_bCy]);
49925
49949
  }
@@ -51068,6 +51092,9 @@ const de_InstanceStatus = (output, context) => {
51068
51092
  if (output[_aZ] != null) {
51069
51093
  contents[_AZ] = __expectString(output[_aZ]);
51070
51094
  }
51095
+ if (output[_aZI] != null) {
51096
+ contents[_AZI] = __expectString(output[_aZI]);
51097
+ }
51071
51098
  if (output[_oA] != null) {
51072
51099
  contents[_OA] = __expectString(output[_oA]);
51073
51100
  }
@@ -53042,6 +53069,9 @@ const de_LaunchTemplatePlacement = (output, context) => {
53042
53069
  if (output[_aZ] != null) {
53043
53070
  contents[_AZ] = __expectString(output[_aZ]);
53044
53071
  }
53072
+ if (output[_aZI] != null) {
53073
+ contents[_AZI] = __expectString(output[_aZI]);
53074
+ }
53045
53075
  if (output[_af] != null) {
53046
53076
  contents[_Af] = __expectString(output[_af]);
53047
53077
  }
@@ -55725,6 +55755,9 @@ const de_Phase2IntegrityAlgorithmsListValue = (output, context) => {
55725
55755
  };
55726
55756
  const de_Placement = (output, context) => {
55727
55757
  const contents = {};
55758
+ if (output[_aZI] != null) {
55759
+ contents[_AZI] = __expectString(output[_aZI]);
55760
+ }
55728
55761
  if (output[_af] != null) {
55729
55762
  contents[_Af] = __expectString(output[_af]);
55730
55763
  }
@@ -58262,6 +58295,12 @@ const de_ServiceConfiguration = (output, context) => {
58262
58295
  if (output[_sSer] != null) {
58263
58296
  contents[_SSe] = __expectString(output[_sSer]);
58264
58297
  }
58298
+ if (output.availabilityZoneIdSet === "") {
58299
+ contents[_AZIv] = [];
58300
+ }
58301
+ else if (output[_aZIS] != null && output[_aZIS][_i] != null) {
58302
+ contents[_AZIv] = de_ValueStringList(__getArrayIfSingleItem(output[_aZIS][_i]), context);
58303
+ }
58265
58304
  if (output.availabilityZoneSet === "") {
58266
58305
  contents[_AZv] = [];
58267
58306
  }
@@ -58348,6 +58387,12 @@ const de_ServiceDetail = (output, context) => {
58348
58387
  if (output[_sR] != null) {
58349
58388
  contents[_SRe] = __expectString(output[_sR]);
58350
58389
  }
58390
+ if (output.availabilityZoneIdSet === "") {
58391
+ contents[_AZIv] = [];
58392
+ }
58393
+ else if (output[_aZIS] != null && output[_aZIS][_i] != null) {
58394
+ contents[_AZIv] = de_ValueStringList(__getArrayIfSingleItem(output[_aZIS][_i]), context);
58395
+ }
58351
58396
  if (output.availabilityZoneSet === "") {
58352
58397
  contents[_AZv] = [];
58353
58398
  }
@@ -59050,6 +59095,9 @@ const de_SpotInstanceRequest = (output, context) => {
59050
59095
  if (output[_lAZ] != null) {
59051
59096
  contents[_LAZ] = __expectString(output[_lAZ]);
59052
59097
  }
59098
+ if (output[_lAZI] != null) {
59099
+ contents[_LAZI] = __expectString(output[_lAZI]);
59100
+ }
59053
59101
  if (output[_pDr] != null) {
59054
59102
  contents[_PDr] = __expectString(output[_pDr]);
59055
59103
  }
@@ -59188,6 +59236,9 @@ const de_SpotPrice = (output, context) => {
59188
59236
  if (output[_aZ] != null) {
59189
59237
  contents[_AZ] = __expectString(output[_aZ]);
59190
59238
  }
59239
+ if (output[_aZI] != null) {
59240
+ contents[_AZI] = __expectString(output[_aZI]);
59241
+ }
59191
59242
  if (output[_iT] != null) {
59192
59243
  contents[_IT] = __expectString(output[_iT]);
59193
59244
  }
@@ -62075,6 +62126,9 @@ const de_VirtualizationTypeList = (output, context) => {
62075
62126
  };
62076
62127
  const de_Volume = (output, context) => {
62077
62128
  const contents = {};
62129
+ if (output[_aZI] != null) {
62130
+ contents[_AZI] = __expectString(output[_aZI]);
62131
+ }
62078
62132
  if (output[_oA] != null) {
62079
62133
  contents[_OA] = __expectString(output[_oA]);
62080
62134
  }
@@ -64730,6 +64784,7 @@ const _L = "Locale";
64730
64784
  const _LA = "LocalAddress";
64731
64785
  const _LADT = "LastAttemptedDiscoveryTime";
64732
64786
  const _LAZ = "LaunchedAvailabilityZone";
64787
+ const _LAZI = "LaunchedAvailabilityZoneId";
64733
64788
  const _LAa = "LastAddress";
64734
64789
  const _LB = "LoadBalancers";
64735
64790
  const _LBA = "LocalBgpAsn";
@@ -66919,6 +66974,7 @@ const _l = "lifecycle";
66919
66974
  const _lA = "localAddress";
66920
66975
  const _lADT = "lastAttemptedDiscoveryTime";
66921
66976
  const _lAZ = "launchedAvailabilityZone";
66977
+ const _lAZI = "launchedAvailabilityZoneId";
66922
66978
  const _lAa = "lastAddress";
66923
66979
  const _lBA = "loadBalancerArn";
66924
66980
  const _lBAE = "localBgpAsnExtended";
@@ -1112,6 +1112,7 @@ export interface EC2 {
1112
1112
  /**
1113
1113
  * @see {@link CreateDefaultSubnetCommand}
1114
1114
  */
1115
+ createDefaultSubnet(): Promise<CreateDefaultSubnetCommandOutput>;
1115
1116
  createDefaultSubnet(args: CreateDefaultSubnetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDefaultSubnetCommandOutput>;
1116
1117
  createDefaultSubnet(args: CreateDefaultSubnetCommandInput, cb: (err: any, data?: CreateDefaultSubnetCommandOutput) => void): void;
1117
1118
  createDefaultSubnet(args: CreateDefaultSubnetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDefaultSubnetCommandOutput) => void): void;
@@ -1561,6 +1562,7 @@ export interface EC2 {
1561
1562
  /**
1562
1563
  * @see {@link CreateVolumeCommand}
1563
1564
  */
1565
+ createVolume(): Promise<CreateVolumeCommandOutput>;
1564
1566
  createVolume(args: CreateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeCommandOutput>;
1565
1567
  createVolume(args: CreateVolumeCommandInput, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
1566
1568
  createVolume(args: CreateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
@@ -37,6 +37,7 @@ declare const AdvertiseByoipCidrCommand_base: {
37
37
  * location and start advertising it through Amazon Web Services.</p>
38
38
  * <p>It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services
39
39
  * because of BGP propagation delays.</p>
40
+ * <p>To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.</p>
40
41
  * @example
41
42
  * Use a bare-bones client and the command you need to make an API call.
42
43
  * ```javascript
@@ -23,7 +23,7 @@ export interface CreateDefaultSubnetCommandOutput extends CreateDefaultSubnetRes
23
23
  }
24
24
  declare const CreateDefaultSubnetCommand_base: {
25
25
  new (input: CreateDefaultSubnetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDefaultSubnetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateDefaultSubnetCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -38,9 +38,10 @@ declare const CreateDefaultSubnetCommand_base: {
38
38
  * // const { EC2Client, CreateDefaultSubnetCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
39
39
  * const client = new EC2Client(config);
40
40
  * const input = { // CreateDefaultSubnetRequest
41
- * AvailabilityZone: "STRING_VALUE", // required
41
+ * AvailabilityZone: "STRING_VALUE",
42
42
  * DryRun: true || false,
43
43
  * Ipv6Native: true || false,
44
+ * AvailabilityZoneId: "STRING_VALUE",
44
45
  * };
45
46
  * const command = new CreateDefaultSubnetCommand(input);
46
47
  * const response = await client.send(command);
@@ -83,6 +83,7 @@ declare const CreateFleetCommand_base: {
83
83
  * WeightedCapacity: Number("double"),
84
84
  * Priority: Number("double"),
85
85
  * Placement: { // Placement
86
+ * AvailabilityZoneId: "STRING_VALUE",
86
87
  * Affinity: "STRING_VALUE",
87
88
  * GroupName: "STRING_VALUE",
88
89
  * PartitionNumber: Number("int"),
@@ -136,6 +136,7 @@ declare const CreateLaunchTemplateCommand_base: {
136
136
  * },
137
137
  * Placement: { // LaunchTemplatePlacementRequest
138
138
  * AvailabilityZone: "STRING_VALUE",
139
+ * AvailabilityZoneId: "STRING_VALUE",
139
140
  * Affinity: "STRING_VALUE",
140
141
  * GroupName: "STRING_VALUE",
141
142
  * HostId: "STRING_VALUE",
@@ -140,6 +140,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
140
140
  * },
141
141
  * Placement: { // LaunchTemplatePlacementRequest
142
142
  * AvailabilityZone: "STRING_VALUE",
143
+ * AvailabilityZoneId: "STRING_VALUE",
143
144
  * Affinity: "STRING_VALUE",
144
145
  * GroupName: "STRING_VALUE",
145
146
  * HostId: "STRING_VALUE",
@@ -420,6 +421,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
420
421
  * // },
421
422
  * // Placement: { // LaunchTemplatePlacement
422
423
  * // AvailabilityZone: "STRING_VALUE",
424
+ * // AvailabilityZoneId: "STRING_VALUE",
423
425
  * // Affinity: "STRING_VALUE",
424
426
  * // GroupName: "STRING_VALUE",
425
427
  * // HostId: "STRING_VALUE",
@@ -23,7 +23,7 @@ export interface CreateVolumeCommandOutput extends Volume, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVolumeCommand_base: {
25
25
  new (input: CreateVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateVolumeCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -45,7 +45,8 @@ declare const CreateVolumeCommand_base: {
45
45
  * // const { EC2Client, CreateVolumeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
46
46
  * const client = new EC2Client(config);
47
47
  * const input = { // CreateVolumeRequest
48
- * AvailabilityZone: "STRING_VALUE", // required
48
+ * AvailabilityZone: "STRING_VALUE",
49
+ * AvailabilityZoneId: "STRING_VALUE",
49
50
  * Encrypted: true || false,
50
51
  * Iops: Number("int"),
51
52
  * KmsKeyId: "STRING_VALUE",
@@ -76,6 +77,7 @@ declare const CreateVolumeCommand_base: {
76
77
  * const command = new CreateVolumeCommand(input);
77
78
  * const response = await client.send(command);
78
79
  * // { // Volume
80
+ * // AvailabilityZoneId: "STRING_VALUE",
79
81
  * // OutpostArn: "STRING_VALUE",
80
82
  * // Iops: Number("int"),
81
83
  * // Tags: [ // TagList
@@ -91,7 +91,10 @@ declare const CreateVpcEndpointServiceConfigurationCommand_base: {
91
91
  * // ServiceId: "STRING_VALUE",
92
92
  * // ServiceName: "STRING_VALUE",
93
93
  * // ServiceState: "Pending" || "Available" || "Deleting" || "Deleted" || "Failed",
94
- * // AvailabilityZones: [ // ValueStringList
94
+ * // AvailabilityZoneIds: [ // ValueStringList
95
+ * // "STRING_VALUE",
96
+ * // ],
97
+ * // AvailabilityZones: [
95
98
  * // "STRING_VALUE",
96
99
  * // ],
97
100
  * // AcceptanceRequired: true || false,
@@ -29,8 +29,8 @@ declare const DeprovisionByoipCidrCommand_base: {
29
29
  /**
30
30
  * <p>Releases the specified address range that you provisioned for use with your Amazon Web Services resources
31
31
  * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.</p>
32
- * <p>Before you can release an address range, you must stop advertising it and you must not
33
- * have any IP addresses allocated from its address range.</p>
32
+ * <p>Before you can release an address range, you must stop advertising it using <a>WithdrawByoipCidr</a> and you must not have any IP addresses allocated from its
33
+ * address range.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -27,8 +27,9 @@ declare const DescribeByoipCidrsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the IP address ranges that were provisioned for use with Amazon Web Services resources
31
- * through through bring your own IP addresses (BYOIP).</p>
30
+ * <p>Describes the IP address ranges that were specified in calls to <a>ProvisionByoipCidr</a>.</p>
31
+ * <p>To describe the address pools that were created when you provisioned the address
32
+ * ranges, use <a>DescribePublicIpv4Pools</a> or <a>DescribeIpv6Pools</a>.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -56,6 +56,7 @@ declare const DescribeConversionTasksCommand_base: {
56
56
  * // Volumes: [ // ImportInstanceVolumeDetailSet
57
57
  * // { // ImportInstanceVolumeDetailItem
58
58
  * // AvailabilityZone: "STRING_VALUE",
59
+ * // AvailabilityZoneId: "STRING_VALUE",
59
60
  * // BytesConverted: Number("long"),
60
61
  * // Description: "STRING_VALUE",
61
62
  * // Image: { // DiskImageDescription
@@ -75,6 +76,7 @@ declare const DescribeConversionTasksCommand_base: {
75
76
  * // },
76
77
  * // ImportVolume: { // ImportVolumeTaskDetails
77
78
  * // AvailabilityZone: "STRING_VALUE",
79
+ * // AvailabilityZoneId: "STRING_VALUE",
78
80
  * // BytesConverted: Number("long"),
79
81
  * // Description: "STRING_VALUE",
80
82
  * // Image: {
@@ -40,7 +40,7 @@ declare const DescribeImagesCommand_base: {
40
40
  * results, with the <code>imageAllowed</code> field set to <code>true</code> for each image. In
41
41
  * <code>audit-mode</code>, the <code>imageAllowed</code> field is set to <code>true</code> for
42
42
  * images that meet the account's Allowed AMIs criteria, and <code>false</code> for images that
43
- * don't meet the criteria. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html">Allowed AMIs</a>.</p>
43
+ * don't meet the criteria. For more information, see <a>EnableAllowedImagesSettings</a>.</p>
44
44
  * <p>The Amazon EC2 API follows an eventual consistency model. This means that the result of an API
45
45
  * command you run that creates or modifies resources might not be immediately available to all
46
46
  * subsequent commands you run. For guidance on how to manage eventual consistency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html">Eventual
@@ -96,6 +96,7 @@ declare const DescribeInstanceStatusCommand_base: {
96
96
  * // InstanceStatuses: [ // InstanceStatusList
97
97
  * // { // InstanceStatus
98
98
  * // AvailabilityZone: "STRING_VALUE",
99
+ * // AvailabilityZoneId: "STRING_VALUE",
99
100
  * // OutpostArn: "STRING_VALUE",
100
101
  * // Operator: { // OperatorResponse
101
102
  * // Managed: true || false,
@@ -313,6 +313,7 @@ declare const DescribeInstancesCommand_base: {
313
313
  * // InstanceType: "a1.medium" || "a1.large" || "a1.xlarge" || "a1.2xlarge" || "a1.4xlarge" || "a1.metal" || "c1.medium" || "c1.xlarge" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5.metal" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "c5ad.large" || "c5ad.xlarge" || "c5ad.2xlarge" || "c5ad.4xlarge" || "c5ad.8xlarge" || "c5ad.12xlarge" || "c5ad.16xlarge" || "c5ad.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c5d.metal" || "c5n.large" || "c5n.xlarge" || "c5n.2xlarge" || "c5n.4xlarge" || "c5n.9xlarge" || "c5n.18xlarge" || "c5n.metal" || "c6g.medium" || "c6g.large" || "c6g.xlarge" || "c6g.2xlarge" || "c6g.4xlarge" || "c6g.8xlarge" || "c6g.12xlarge" || "c6g.16xlarge" || "c6g.metal" || "c6gd.medium" || "c6gd.large" || "c6gd.xlarge" || "c6gd.2xlarge" || "c6gd.4xlarge" || "c6gd.8xlarge" || "c6gd.12xlarge" || "c6gd.16xlarge" || "c6gd.metal" || "c6gn.medium" || "c6gn.large" || "c6gn.xlarge" || "c6gn.2xlarge" || "c6gn.4xlarge" || "c6gn.8xlarge" || "c6gn.12xlarge" || "c6gn.16xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "c6i.32xlarge" || "c6i.metal" || "cc1.4xlarge" || "cc2.8xlarge" || "cg1.4xlarge" || "cr1.8xlarge" || "d2.xlarge" || "d2.2xlarge" || "d2.4xlarge" || "d2.8xlarge" || "d3.xlarge" || "d3.2xlarge" || "d3.4xlarge" || "d3.8xlarge" || "d3en.xlarge" || "d3en.2xlarge" || "d3en.4xlarge" || "d3en.6xlarge" || "d3en.8xlarge" || "d3en.12xlarge" || "dl1.24xlarge" || "f1.2xlarge" || "f1.4xlarge" || "f1.16xlarge" || "g2.2xlarge" || "g2.8xlarge" || "g3.4xlarge" || "g3.8xlarge" || "g3.16xlarge" || "g3s.xlarge" || "g4ad.xlarge" || "g4ad.2xlarge" || "g4ad.4xlarge" || "g4ad.8xlarge" || "g4ad.16xlarge" || "g4dn.xlarge" || "g4dn.2xlarge" || "g4dn.4xlarge" || "g4dn.8xlarge" || "g4dn.12xlarge" || "g4dn.16xlarge" || "g4dn.metal" || "g5.xlarge" || "g5.2xlarge" || "g5.4xlarge" || "g5.8xlarge" || "g5.12xlarge" || "g5.16xlarge" || "g5.24xlarge" || "g5.48xlarge" || "g5g.xlarge" || "g5g.2xlarge" || "g5g.4xlarge" || "g5g.8xlarge" || "g5g.16xlarge" || "g5g.metal" || "hi1.4xlarge" || "hpc6a.48xlarge" || "hs1.8xlarge" || "h1.2xlarge" || "h1.4xlarge" || "h1.8xlarge" || "h1.16xlarge" || "i2.xlarge" || "i2.2xlarge" || "i2.4xlarge" || "i2.8xlarge" || "i3.large" || "i3.xlarge" || "i3.2xlarge" || "i3.4xlarge" || "i3.8xlarge" || "i3.16xlarge" || "i3.metal" || "i3en.large" || "i3en.xlarge" || "i3en.2xlarge" || "i3en.3xlarge" || "i3en.6xlarge" || "i3en.12xlarge" || "i3en.24xlarge" || "i3en.metal" || "im4gn.large" || "im4gn.xlarge" || "im4gn.2xlarge" || "im4gn.4xlarge" || "im4gn.8xlarge" || "im4gn.16xlarge" || "inf1.xlarge" || "inf1.2xlarge" || "inf1.6xlarge" || "inf1.24xlarge" || "is4gen.medium" || "is4gen.large" || "is4gen.xlarge" || "is4gen.2xlarge" || "is4gen.4xlarge" || "is4gen.8xlarge" || "m1.small" || "m1.medium" || "m1.large" || "m1.xlarge" || "m2.xlarge" || "m2.2xlarge" || "m2.4xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m4.16xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5.metal" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "m5ad.large" || "m5ad.xlarge" || "m5ad.2xlarge" || "m5ad.4xlarge" || "m5ad.8xlarge" || "m5ad.12xlarge" || "m5ad.16xlarge" || "m5ad.24xlarge" || "m5d.large" || "m5d.xlarge" || "m5d.2xlarge" || "m5d.4xlarge" || "m5d.8xlarge" || "m5d.12xlarge" || "m5d.16xlarge" || "m5d.24xlarge" || "m5d.metal" || "m5dn.large" || "m5dn.xlarge" || "m5dn.2xlarge" || "m5dn.4xlarge" || "m5dn.8xlarge" || "m5dn.12xlarge" || "m5dn.16xlarge" || "m5dn.24xlarge" || "m5dn.metal" || "m5n.large" || "m5n.xlarge" || "m5n.2xlarge" || "m5n.4xlarge" || "m5n.8xlarge" || "m5n.12xlarge" || "m5n.16xlarge" || "m5n.24xlarge" || "m5n.metal" || "m5zn.large" || "m5zn.xlarge" || "m5zn.2xlarge" || "m5zn.3xlarge" || "m5zn.6xlarge" || "m5zn.12xlarge" || "m5zn.metal" || "m6a.large" || "m6a.xlarge" || "m6a.2xlarge" || "m6a.4xlarge" || "m6a.8xlarge" || "m6a.12xlarge" || "m6a.16xlarge" || "m6a.24xlarge" || "m6a.32xlarge" || "m6a.48xlarge" || "m6g.metal" || "m6g.medium" || "m6g.large" || "m6g.xlarge" || "m6g.2xlarge" || "m6g.4xlarge" || "m6g.8xlarge" || "m6g.12xlarge" || "m6g.16xlarge" || "m6gd.metal" || "m6gd.medium" || "m6gd.large" || "m6gd.xlarge" || "m6gd.2xlarge" || "m6gd.4xlarge" || "m6gd.8xlarge" || "m6gd.12xlarge" || "m6gd.16xlarge" || "m6i.large" || "m6i.xlarge" || "m6i.2xlarge" || "m6i.4xlarge" || "m6i.8xlarge" || "m6i.12xlarge" || "m6i.16xlarge" || "m6i.24xlarge" || "m6i.32xlarge" || "m6i.metal" || "mac1.metal" || "p2.xlarge" || "p2.8xlarge" || "p2.16xlarge" || "p3.2xlarge" || "p3.8xlarge" || "p3.16xlarge" || "p3dn.24xlarge" || "p4d.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5.metal" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "r5ad.large" || "r5ad.xlarge" || "r5ad.2xlarge" || "r5ad.4xlarge" || "r5ad.8xlarge" || "r5ad.12xlarge" || "r5ad.16xlarge" || "r5ad.24xlarge" || "r5b.large" || "r5b.xlarge" || "r5b.2xlarge" || "r5b.4xlarge" || "r5b.8xlarge" || "r5b.12xlarge" || "r5b.16xlarge" || "r5b.24xlarge" || "r5b.metal" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge" || "r5d.metal" || "r5dn.large" || "r5dn.xlarge" || "r5dn.2xlarge" || "r5dn.4xlarge" || "r5dn.8xlarge" || "r5dn.12xlarge" || "r5dn.16xlarge" || "r5dn.24xlarge" || "r5dn.metal" || "r5n.large" || "r5n.xlarge" || "r5n.2xlarge" || "r5n.4xlarge" || "r5n.8xlarge" || "r5n.12xlarge" || "r5n.16xlarge" || "r5n.24xlarge" || "r5n.metal" || "r6g.medium" || "r6g.large" || "r6g.xlarge" || "r6g.2xlarge" || "r6g.4xlarge" || "r6g.8xlarge" || "r6g.12xlarge" || "r6g.16xlarge" || "r6g.metal" || "r6gd.medium" || "r6gd.large" || "r6gd.xlarge" || "r6gd.2xlarge" || "r6gd.4xlarge" || "r6gd.8xlarge" || "r6gd.12xlarge" || "r6gd.16xlarge" || "r6gd.metal" || "r6i.large" || "r6i.xlarge" || "r6i.2xlarge" || "r6i.4xlarge" || "r6i.8xlarge" || "r6i.12xlarge" || "r6i.16xlarge" || "r6i.24xlarge" || "r6i.32xlarge" || "r6i.metal" || "t1.micro" || "t2.nano" || "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "t2.xlarge" || "t2.2xlarge" || "t3.nano" || "t3.micro" || "t3.small" || "t3.medium" || "t3.large" || "t3.xlarge" || "t3.2xlarge" || "t3a.nano" || "t3a.micro" || "t3a.small" || "t3a.medium" || "t3a.large" || "t3a.xlarge" || "t3a.2xlarge" || "t4g.nano" || "t4g.micro" || "t4g.small" || "t4g.medium" || "t4g.large" || "t4g.xlarge" || "t4g.2xlarge" || "u-6tb1.56xlarge" || "u-6tb1.112xlarge" || "u-9tb1.112xlarge" || "u-12tb1.112xlarge" || "u-6tb1.metal" || "u-9tb1.metal" || "u-12tb1.metal" || "u-18tb1.metal" || "u-24tb1.metal" || "vt1.3xlarge" || "vt1.6xlarge" || "vt1.24xlarge" || "x1.16xlarge" || "x1.32xlarge" || "x1e.xlarge" || "x1e.2xlarge" || "x1e.4xlarge" || "x1e.8xlarge" || "x1e.16xlarge" || "x1e.32xlarge" || "x2iezn.2xlarge" || "x2iezn.4xlarge" || "x2iezn.6xlarge" || "x2iezn.8xlarge" || "x2iezn.12xlarge" || "x2iezn.metal" || "x2gd.medium" || "x2gd.large" || "x2gd.xlarge" || "x2gd.2xlarge" || "x2gd.4xlarge" || "x2gd.8xlarge" || "x2gd.12xlarge" || "x2gd.16xlarge" || "x2gd.metal" || "z1d.large" || "z1d.xlarge" || "z1d.2xlarge" || "z1d.3xlarge" || "z1d.6xlarge" || "z1d.12xlarge" || "z1d.metal" || "x2idn.16xlarge" || "x2idn.24xlarge" || "x2idn.32xlarge" || "x2iedn.xlarge" || "x2iedn.2xlarge" || "x2iedn.4xlarge" || "x2iedn.8xlarge" || "x2iedn.16xlarge" || "x2iedn.24xlarge" || "x2iedn.32xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6a.32xlarge" || "c6a.48xlarge" || "c6a.metal" || "m6a.metal" || "i4i.large" || "i4i.xlarge" || "i4i.2xlarge" || "i4i.4xlarge" || "i4i.8xlarge" || "i4i.16xlarge" || "i4i.32xlarge" || "i4i.metal" || "x2idn.metal" || "x2iedn.metal" || "c7g.medium" || "c7g.large" || "c7g.xlarge" || "c7g.2xlarge" || "c7g.4xlarge" || "c7g.8xlarge" || "c7g.12xlarge" || "c7g.16xlarge" || "mac2.metal" || "c6id.large" || "c6id.xlarge" || "c6id.2xlarge" || "c6id.4xlarge" || "c6id.8xlarge" || "c6id.12xlarge" || "c6id.16xlarge" || "c6id.24xlarge" || "c6id.32xlarge" || "c6id.metal" || "m6id.large" || "m6id.xlarge" || "m6id.2xlarge" || "m6id.4xlarge" || "m6id.8xlarge" || "m6id.12xlarge" || "m6id.16xlarge" || "m6id.24xlarge" || "m6id.32xlarge" || "m6id.metal" || "r6id.large" || "r6id.xlarge" || "r6id.2xlarge" || "r6id.4xlarge" || "r6id.8xlarge" || "r6id.12xlarge" || "r6id.16xlarge" || "r6id.24xlarge" || "r6id.32xlarge" || "r6id.metal" || "r6a.large" || "r6a.xlarge" || "r6a.2xlarge" || "r6a.4xlarge" || "r6a.8xlarge" || "r6a.12xlarge" || "r6a.16xlarge" || "r6a.24xlarge" || "r6a.32xlarge" || "r6a.48xlarge" || "r6a.metal" || "p4de.24xlarge" || "u-3tb1.56xlarge" || "u-18tb1.112xlarge" || "u-24tb1.112xlarge" || "trn1.2xlarge" || "trn1.32xlarge" || "hpc6id.32xlarge" || "c6in.large" || "c6in.xlarge" || "c6in.2xlarge" || "c6in.4xlarge" || "c6in.8xlarge" || "c6in.12xlarge" || "c6in.16xlarge" || "c6in.24xlarge" || "c6in.32xlarge" || "m6in.large" || "m6in.xlarge" || "m6in.2xlarge" || "m6in.4xlarge" || "m6in.8xlarge" || "m6in.12xlarge" || "m6in.16xlarge" || "m6in.24xlarge" || "m6in.32xlarge" || "m6idn.large" || "m6idn.xlarge" || "m6idn.2xlarge" || "m6idn.4xlarge" || "m6idn.8xlarge" || "m6idn.12xlarge" || "m6idn.16xlarge" || "m6idn.24xlarge" || "m6idn.32xlarge" || "r6in.large" || "r6in.xlarge" || "r6in.2xlarge" || "r6in.4xlarge" || "r6in.8xlarge" || "r6in.12xlarge" || "r6in.16xlarge" || "r6in.24xlarge" || "r6in.32xlarge" || "r6idn.large" || "r6idn.xlarge" || "r6idn.2xlarge" || "r6idn.4xlarge" || "r6idn.8xlarge" || "r6idn.12xlarge" || "r6idn.16xlarge" || "r6idn.24xlarge" || "r6idn.32xlarge" || "c7g.metal" || "m7g.medium" || "m7g.large" || "m7g.xlarge" || "m7g.2xlarge" || "m7g.4xlarge" || "m7g.8xlarge" || "m7g.12xlarge" || "m7g.16xlarge" || "m7g.metal" || "r7g.medium" || "r7g.large" || "r7g.xlarge" || "r7g.2xlarge" || "r7g.4xlarge" || "r7g.8xlarge" || "r7g.12xlarge" || "r7g.16xlarge" || "r7g.metal" || "c6in.metal" || "m6in.metal" || "m6idn.metal" || "r6in.metal" || "r6idn.metal" || "inf2.xlarge" || "inf2.8xlarge" || "inf2.24xlarge" || "inf2.48xlarge" || "trn1n.32xlarge" || "i4g.large" || "i4g.xlarge" || "i4g.2xlarge" || "i4g.4xlarge" || "i4g.8xlarge" || "i4g.16xlarge" || "hpc7g.4xlarge" || "hpc7g.8xlarge" || "hpc7g.16xlarge" || "c7gn.medium" || "c7gn.large" || "c7gn.xlarge" || "c7gn.2xlarge" || "c7gn.4xlarge" || "c7gn.8xlarge" || "c7gn.12xlarge" || "c7gn.16xlarge" || "p5.48xlarge" || "m7i.large" || "m7i.xlarge" || "m7i.2xlarge" || "m7i.4xlarge" || "m7i.8xlarge" || "m7i.12xlarge" || "m7i.16xlarge" || "m7i.24xlarge" || "m7i.48xlarge" || "m7i-flex.large" || "m7i-flex.xlarge" || "m7i-flex.2xlarge" || "m7i-flex.4xlarge" || "m7i-flex.8xlarge" || "m7a.medium" || "m7a.large" || "m7a.xlarge" || "m7a.2xlarge" || "m7a.4xlarge" || "m7a.8xlarge" || "m7a.12xlarge" || "m7a.16xlarge" || "m7a.24xlarge" || "m7a.32xlarge" || "m7a.48xlarge" || "m7a.metal-48xl" || "hpc7a.12xlarge" || "hpc7a.24xlarge" || "hpc7a.48xlarge" || "hpc7a.96xlarge" || "c7gd.medium" || "c7gd.large" || "c7gd.xlarge" || "c7gd.2xlarge" || "c7gd.4xlarge" || "c7gd.8xlarge" || "c7gd.12xlarge" || "c7gd.16xlarge" || "m7gd.medium" || "m7gd.large" || "m7gd.xlarge" || "m7gd.2xlarge" || "m7gd.4xlarge" || "m7gd.8xlarge" || "m7gd.12xlarge" || "m7gd.16xlarge" || "r7gd.medium" || "r7gd.large" || "r7gd.xlarge" || "r7gd.2xlarge" || "r7gd.4xlarge" || "r7gd.8xlarge" || "r7gd.12xlarge" || "r7gd.16xlarge" || "r7a.medium" || "r7a.large" || "r7a.xlarge" || "r7a.2xlarge" || "r7a.4xlarge" || "r7a.8xlarge" || "r7a.12xlarge" || "r7a.16xlarge" || "r7a.24xlarge" || "r7a.32xlarge" || "r7a.48xlarge" || "c7i.large" || "c7i.xlarge" || "c7i.2xlarge" || "c7i.4xlarge" || "c7i.8xlarge" || "c7i.12xlarge" || "c7i.16xlarge" || "c7i.24xlarge" || "c7i.48xlarge" || "mac2-m2pro.metal" || "r7iz.large" || "r7iz.xlarge" || "r7iz.2xlarge" || "r7iz.4xlarge" || "r7iz.8xlarge" || "r7iz.12xlarge" || "r7iz.16xlarge" || "r7iz.32xlarge" || "c7a.medium" || "c7a.large" || "c7a.xlarge" || "c7a.2xlarge" || "c7a.4xlarge" || "c7a.8xlarge" || "c7a.12xlarge" || "c7a.16xlarge" || "c7a.24xlarge" || "c7a.32xlarge" || "c7a.48xlarge" || "c7a.metal-48xl" || "r7a.metal-48xl" || "r7i.large" || "r7i.xlarge" || "r7i.2xlarge" || "r7i.4xlarge" || "r7i.8xlarge" || "r7i.12xlarge" || "r7i.16xlarge" || "r7i.24xlarge" || "r7i.48xlarge" || "dl2q.24xlarge" || "mac2-m2.metal" || "i4i.12xlarge" || "i4i.24xlarge" || "c7i.metal-24xl" || "c7i.metal-48xl" || "m7i.metal-24xl" || "m7i.metal-48xl" || "r7i.metal-24xl" || "r7i.metal-48xl" || "r7iz.metal-16xl" || "r7iz.metal-32xl" || "c7gd.metal" || "m7gd.metal" || "r7gd.metal" || "g6.xlarge" || "g6.2xlarge" || "g6.4xlarge" || "g6.8xlarge" || "g6.12xlarge" || "g6.16xlarge" || "g6.24xlarge" || "g6.48xlarge" || "gr6.4xlarge" || "gr6.8xlarge" || "c7i-flex.large" || "c7i-flex.xlarge" || "c7i-flex.2xlarge" || "c7i-flex.4xlarge" || "c7i-flex.8xlarge" || "u7i-12tb.224xlarge" || "u7in-16tb.224xlarge" || "u7in-24tb.224xlarge" || "u7in-32tb.224xlarge" || "u7ib-12tb.224xlarge" || "c7gn.metal" || "r8g.medium" || "r8g.large" || "r8g.xlarge" || "r8g.2xlarge" || "r8g.4xlarge" || "r8g.8xlarge" || "r8g.12xlarge" || "r8g.16xlarge" || "r8g.24xlarge" || "r8g.48xlarge" || "r8g.metal-24xl" || "r8g.metal-48xl" || "mac2-m1ultra.metal" || "g6e.xlarge" || "g6e.2xlarge" || "g6e.4xlarge" || "g6e.8xlarge" || "g6e.12xlarge" || "g6e.16xlarge" || "g6e.24xlarge" || "g6e.48xlarge" || "c8g.medium" || "c8g.large" || "c8g.xlarge" || "c8g.2xlarge" || "c8g.4xlarge" || "c8g.8xlarge" || "c8g.12xlarge" || "c8g.16xlarge" || "c8g.24xlarge" || "c8g.48xlarge" || "c8g.metal-24xl" || "c8g.metal-48xl" || "m8g.medium" || "m8g.large" || "m8g.xlarge" || "m8g.2xlarge" || "m8g.4xlarge" || "m8g.8xlarge" || "m8g.12xlarge" || "m8g.16xlarge" || "m8g.24xlarge" || "m8g.48xlarge" || "m8g.metal-24xl" || "m8g.metal-48xl" || "x8g.medium" || "x8g.large" || "x8g.xlarge" || "x8g.2xlarge" || "x8g.4xlarge" || "x8g.8xlarge" || "x8g.12xlarge" || "x8g.16xlarge" || "x8g.24xlarge" || "x8g.48xlarge" || "x8g.metal-24xl" || "x8g.metal-48xl" || "i7ie.large" || "i7ie.xlarge" || "i7ie.2xlarge" || "i7ie.3xlarge" || "i7ie.6xlarge" || "i7ie.12xlarge" || "i7ie.18xlarge" || "i7ie.24xlarge" || "i7ie.48xlarge" || "i8g.large" || "i8g.xlarge" || "i8g.2xlarge" || "i8g.4xlarge" || "i8g.8xlarge" || "i8g.12xlarge" || "i8g.16xlarge" || "i8g.24xlarge" || "i8g.metal-24xl" || "u7i-6tb.112xlarge" || "u7i-8tb.112xlarge" || "u7inh-32tb.480xlarge" || "p5e.48xlarge" || "p5en.48xlarge" || "f2.12xlarge" || "f2.48xlarge" || "trn2.48xlarge" || "c7i-flex.12xlarge" || "c7i-flex.16xlarge" || "m7i-flex.12xlarge" || "m7i-flex.16xlarge" || "i7ie.metal-24xl" || "i7ie.metal-48xl" || "i8g.48xlarge" || "c8gd.medium" || "c8gd.large" || "c8gd.xlarge" || "c8gd.2xlarge" || "c8gd.4xlarge" || "c8gd.8xlarge" || "c8gd.12xlarge" || "c8gd.16xlarge" || "c8gd.24xlarge" || "c8gd.48xlarge" || "c8gd.metal-24xl" || "c8gd.metal-48xl" || "i7i.large" || "i7i.xlarge" || "i7i.2xlarge" || "i7i.4xlarge" || "i7i.8xlarge" || "i7i.12xlarge" || "i7i.16xlarge" || "i7i.24xlarge" || "i7i.48xlarge" || "i7i.metal-24xl" || "i7i.metal-48xl" || "p6-b200.48xlarge" || "m8gd.medium" || "m8gd.large" || "m8gd.xlarge" || "m8gd.2xlarge" || "m8gd.4xlarge" || "m8gd.8xlarge" || "m8gd.12xlarge" || "m8gd.16xlarge" || "m8gd.24xlarge" || "m8gd.48xlarge" || "m8gd.metal-24xl" || "m8gd.metal-48xl" || "r8gd.medium" || "r8gd.large" || "r8gd.xlarge" || "r8gd.2xlarge" || "r8gd.4xlarge" || "r8gd.8xlarge" || "r8gd.12xlarge" || "r8gd.16xlarge" || "r8gd.24xlarge" || "r8gd.48xlarge" || "r8gd.metal-24xl" || "r8gd.metal-48xl" || "c8gn.medium" || "c8gn.large" || "c8gn.xlarge" || "c8gn.2xlarge" || "c8gn.4xlarge" || "c8gn.8xlarge" || "c8gn.12xlarge" || "c8gn.16xlarge" || "c8gn.24xlarge" || "c8gn.48xlarge" || "c8gn.metal-24xl" || "c8gn.metal-48xl" || "f2.6xlarge" || "p6e-gb200.36xlarge",
314
314
  * // LaunchTime: new Date("TIMESTAMP"),
315
315
  * // Placement: { // Placement
316
+ * // AvailabilityZoneId: "STRING_VALUE",
316
317
  * // Affinity: "STRING_VALUE",
317
318
  * // GroupName: "STRING_VALUE",
318
319
  * // PartitionNumber: Number("int"),
@@ -159,6 +159,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
159
159
  * // },
160
160
  * // Placement: { // LaunchTemplatePlacement
161
161
  * // AvailabilityZone: "STRING_VALUE",
162
+ * // AvailabilityZoneId: "STRING_VALUE",
162
163
  * // Affinity: "STRING_VALUE",
163
164
  * // GroupName: "STRING_VALUE",
164
165
  * // HostId: "STRING_VALUE",
@@ -28,6 +28,7 @@ declare const DescribeManagedPrefixListsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.</p>
31
+ * <p>To view the entries for your prefix list, use <a>GetManagedPrefixListEntries</a>.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -29,6 +29,7 @@ declare const DescribePrefixListsCommand_base: {
29
29
  /**
30
30
  * <p>Describes available Amazon Web Services services in a prefix list format, which includes the prefix list
31
31
  * name and prefix list ID of the service and the IP address range for the service.</p>
32
+ * <p>We recommend that you use <a>DescribeManagedPrefixLists</a> instead.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -187,6 +187,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
187
187
  * // },
188
188
  * // },
189
189
  * // LaunchedAvailabilityZone: "STRING_VALUE",
190
+ * // LaunchedAvailabilityZoneId: "STRING_VALUE",
190
191
  * // ProductDescription: "Linux/UNIX" || "Linux/UNIX (Amazon VPC)" || "Windows" || "Windows (Amazon VPC)",
191
192
  * // SpotInstanceRequestId: "STRING_VALUE",
192
193
  * // SpotPrice: "STRING_VALUE",