@aws-sdk/client-ec2 3.624.0 → 3.629.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 (84) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +371 -152
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/CreateCapacityReservationBySplittingCommand.js +24 -0
  5. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  6. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  7. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  8. package/dist-es/commands/MoveCapacityReservationInstancesCommand.js +24 -0
  9. package/dist-es/commands/index.js +2 -0
  10. package/dist-es/models/models_0.js +9 -3
  11. package/dist-es/models/models_1.js +3 -5
  12. package/dist-es/models/models_2.js +5 -0
  13. package/dist-es/models/models_3.js +0 -17
  14. package/dist-es/models/models_4.js +17 -10
  15. package/dist-es/models/models_5.js +11 -9
  16. package/dist-es/models/models_6.js +13 -16
  17. package/dist-es/models/models_7.js +18 -2
  18. package/dist-es/protocols/Aws_ec2.js +169 -8
  19. package/dist-types/EC2.d.ts +14 -0
  20. package/dist-types/EC2Client.d.ts +4 -2
  21. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
  22. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
  23. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +148 -0
  24. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
  27. package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
  28. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
  30. package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
  38. package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
  39. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
  40. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
  41. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -2
  43. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  44. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +5 -5
  45. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  46. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
  47. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  49. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +157 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +108 -226
  52. package/dist-types/models/models_1.d.ts +236 -211
  53. package/dist-types/models/models_2.d.ts +214 -78
  54. package/dist-types/models/models_3.d.ts +77 -244
  55. package/dist-types/models/models_4.d.ts +248 -365
  56. package/dist-types/models/models_5.d.ts +359 -64
  57. package/dist-types/models/models_6.d.ts +101 -309
  58. package/dist-types/models/models_7.d.ts +370 -5
  59. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  60. package/dist-types/ts3.4/EC2.d.ts +40 -0
  61. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  62. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +40 -0
  63. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +40 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +28 -44
  76. package/dist-types/ts3.4/models/models_1.d.ts +50 -39
  77. package/dist-types/ts3.4/models/models_2.d.ts +44 -20
  78. package/dist-types/ts3.4/models/models_3.d.ts +22 -60
  79. package/dist-types/ts3.4/models/models_4.d.ts +59 -51
  80. package/dist-types/ts3.4/models/models_5.d.ts +52 -21
  81. package/dist-types/ts3.4/models/models_6.d.ts +33 -62
  82. package/dist-types/ts3.4/models/models_7.d.ts +79 -3
  83. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  84. package/package.json +5 -5
@@ -563,6 +563,16 @@ export const se_CreateCapacityReservationCommand = async (input, context) => {
563
563
  });
564
564
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
565
565
  };
566
+ export const se_CreateCapacityReservationBySplittingCommand = async (input, context) => {
567
+ const headers = SHARED_HEADERS;
568
+ let body;
569
+ body = buildFormUrlencodedString({
570
+ ...se_CreateCapacityReservationBySplittingRequest(input, context),
571
+ [_A]: _CCRBS,
572
+ [_V]: _,
573
+ });
574
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
575
+ };
566
576
  export const se_CreateCapacityReservationFleetCommand = async (input, context) => {
567
577
  const headers = SHARED_HEADERS;
568
578
  let body;
@@ -5583,6 +5593,16 @@ export const se_MoveByoipCidrToIpamCommand = async (input, context) => {
5583
5593
  });
5584
5594
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
5585
5595
  };
5596
+ export const se_MoveCapacityReservationInstancesCommand = async (input, context) => {
5597
+ const headers = SHARED_HEADERS;
5598
+ let body;
5599
+ body = buildFormUrlencodedString({
5600
+ ...se_MoveCapacityReservationInstancesRequest(input, context),
5601
+ [_A]: _MCRI,
5602
+ [_V]: _,
5603
+ });
5604
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5605
+ };
5586
5606
  export const se_ProvisionByoipCidrCommand = async (input, context) => {
5587
5607
  const headers = SHARED_HEADERS;
5588
5608
  let body;
@@ -6969,6 +6989,19 @@ export const de_CreateCapacityReservationCommand = async (output, context) => {
6969
6989
  };
6970
6990
  return response;
6971
6991
  };
6992
+ export const de_CreateCapacityReservationBySplittingCommand = async (output, context) => {
6993
+ if (output.statusCode >= 300) {
6994
+ return de_CommandError(output, context);
6995
+ }
6996
+ const data = await parseBody(output.body, context);
6997
+ let contents = {};
6998
+ contents = de_CreateCapacityReservationBySplittingResult(data, context);
6999
+ const response = {
7000
+ $metadata: deserializeMetadata(output),
7001
+ ...contents,
7002
+ };
7003
+ return response;
7004
+ };
6972
7005
  export const de_CreateCapacityReservationFleetCommand = async (output, context) => {
6973
7006
  if (output.statusCode >= 300) {
6974
7007
  return de_CommandError(output, context);
@@ -13375,6 +13408,19 @@ export const de_MoveByoipCidrToIpamCommand = async (output, context) => {
13375
13408
  };
13376
13409
  return response;
13377
13410
  };
13411
+ export const de_MoveCapacityReservationInstancesCommand = async (output, context) => {
13412
+ if (output.statusCode >= 300) {
13413
+ return de_CommandError(output, context);
13414
+ }
13415
+ const data = await parseBody(output.body, context);
13416
+ let contents = {};
13417
+ contents = de_MoveCapacityReservationInstancesResult(data, context);
13418
+ const response = {
13419
+ $metadata: deserializeMetadata(output),
13420
+ ...contents,
13421
+ };
13422
+ return response;
13423
+ };
13378
13424
  export const de_ProvisionByoipCidrCommand = async (output, context) => {
13379
13425
  if (output.statusCode >= 300) {
13380
13426
  return de_CommandError(output, context);
@@ -16076,6 +16122,32 @@ const se_CpuOptionsRequest = (input, context) => {
16076
16122
  }
16077
16123
  return entries;
16078
16124
  };
16125
+ const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
16126
+ const entries = {};
16127
+ if (input[_DRr] != null) {
16128
+ entries[_DRr] = input[_DRr];
16129
+ }
16130
+ if (input[_CTl] === undefined) {
16131
+ input[_CTl] = generateIdempotencyToken();
16132
+ }
16133
+ if (input[_CTl] != null) {
16134
+ entries[_CTl] = input[_CTl];
16135
+ }
16136
+ if (input[_SCRI] != null) {
16137
+ entries[_SCRI] = input[_SCRI];
16138
+ }
16139
+ if (input[_IC] != null) {
16140
+ entries[_IC] = input[_IC];
16141
+ }
16142
+ if (input[_TS] != null) {
16143
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
16144
+ Object.entries(memberEntries).forEach(([key, value]) => {
16145
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
16146
+ entries[loc] = value;
16147
+ });
16148
+ }
16149
+ return entries;
16150
+ };
16079
16151
  const se_CreateCapacityReservationFleetRequest = (input, context) => {
16080
16152
  const entries = {};
16081
16153
  if (input[_AS] != null) {
@@ -16856,6 +16928,9 @@ const se_CreateIpamRequest = (input, context) => {
16856
16928
  if (input[_Ti] != null) {
16857
16929
  entries[_Ti] = input[_Ti];
16858
16930
  }
16931
+ if (input[_EPG] != null) {
16932
+ entries[_EPG] = input[_EPG];
16933
+ }
16859
16934
  return entries;
16860
16935
  };
16861
16936
  const se_CreateIpamResourceDiscoveryRequest = (input, context) => {
@@ -19523,8 +19598,8 @@ const se_DeleteSpotDatafeedSubscriptionRequest = (input, context) => {
19523
19598
  };
19524
19599
  const se_DeleteSubnetCidrReservationRequest = (input, context) => {
19525
19600
  const entries = {};
19526
- if (input[_SCRI] != null) {
19527
- entries[_SCRI] = input[_SCRI];
19601
+ if (input[_SCRIu] != null) {
19602
+ entries[_SCRIu] = input[_SCRIu];
19528
19603
  }
19529
19604
  if (input[_DRr] != null) {
19530
19605
  entries[_DRr] = input[_DRr];
@@ -28608,6 +28683,9 @@ const se_ModifyCapacityReservationRequest = (input, context) => {
28608
28683
  if (input[_AId] != null) {
28609
28684
  entries[_AId] = input[_AId];
28610
28685
  }
28686
+ if (input[_IMC] != null) {
28687
+ entries[_IMC] = input[_IMC];
28688
+ }
28611
28689
  return entries;
28612
28690
  };
28613
28691
  const se_ModifyClientVpnEndpointRequest = (input, context) => {
@@ -29238,6 +29316,9 @@ const se_ModifyIpamRequest = (input, context) => {
29238
29316
  if (input[_Ti] != null) {
29239
29317
  entries[_Ti] = input[_Ti];
29240
29318
  }
29319
+ if (input[_EPG] != null) {
29320
+ entries[_EPG] = input[_EPG];
29321
+ }
29241
29322
  return entries;
29242
29323
  };
29243
29324
  const se_ModifyIpamResourceCidrRequest = (input, context) => {
@@ -30662,6 +30743,28 @@ const se_MoveByoipCidrToIpamRequest = (input, context) => {
30662
30743
  }
30663
30744
  return entries;
30664
30745
  };
30746
+ const se_MoveCapacityReservationInstancesRequest = (input, context) => {
30747
+ const entries = {};
30748
+ if (input[_DRr] != null) {
30749
+ entries[_DRr] = input[_DRr];
30750
+ }
30751
+ if (input[_CTl] === undefined) {
30752
+ input[_CTl] = generateIdempotencyToken();
30753
+ }
30754
+ if (input[_CTl] != null) {
30755
+ entries[_CTl] = input[_CTl];
30756
+ }
30757
+ if (input[_SCRI] != null) {
30758
+ entries[_SCRI] = input[_SCRI];
30759
+ }
30760
+ if (input[_DCRI] != null) {
30761
+ entries[_DCRI] = input[_DCRI];
30762
+ }
30763
+ if (input[_IC] != null) {
30764
+ entries[_IC] = input[_IC];
30765
+ }
30766
+ return entries;
30767
+ };
30665
30768
  const se_NatGatewayIdStringList = (input, context) => {
30666
30769
  const entries = {};
30667
30770
  let counter = 1;
@@ -38055,6 +38158,19 @@ const de_CpuOptions = (output, context) => {
38055
38158
  }
38056
38159
  return contents;
38057
38160
  };
38161
+ const de_CreateCapacityReservationBySplittingResult = (output, context) => {
38162
+ const contents = {};
38163
+ if (output[_sCR] != null) {
38164
+ contents[_SCR] = de_CapacityReservation(output[_sCR], context);
38165
+ }
38166
+ if (output[_dCR] != null) {
38167
+ contents[_DCRe] = de_CapacityReservation(output[_dCR], context);
38168
+ }
38169
+ if (output[_iC] != null) {
38170
+ contents[_IC] = __strictParseInt32(output[_iC]);
38171
+ }
38172
+ return contents;
38173
+ };
38058
38174
  const de_CreateCapacityReservationFleetResult = (output, context) => {
38059
38175
  const contents = {};
38060
38176
  if (output[_cRFI] != null) {
@@ -38560,8 +38676,8 @@ const de_CreateStoreImageTaskResult = (output, context) => {
38560
38676
  };
38561
38677
  const de_CreateSubnetCidrReservationResult = (output, context) => {
38562
38678
  const contents = {};
38563
- if (output[_sCR] != null) {
38564
- contents[_SCR] = de_SubnetCidrReservation(output[_sCR], context);
38679
+ if (output[_sCRu] != null) {
38680
+ contents[_SCRu] = de_SubnetCidrReservation(output[_sCRu], context);
38565
38681
  }
38566
38682
  return contents;
38567
38683
  };
@@ -46612,6 +46728,9 @@ const de_Ipam = (output, context) => {
46612
46728
  if (output[_tie] != null) {
46613
46729
  contents[_Ti] = __expectString(output[_tie]);
46614
46730
  }
46731
+ if (output[_ePG] != null) {
46732
+ contents[_EPG] = __parseBoolean(output[_ePG]);
46733
+ }
46615
46734
  return contents;
46616
46735
  };
46617
46736
  const de_IpamAddressHistoryRecord = (output, context) => {
@@ -46772,6 +46891,9 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
46772
46891
  if (output[_rCe] != null) {
46773
46892
  contents[_RC] = __expectString(output[_rCe]);
46774
46893
  }
46894
+ if (output[_iSpo] != null) {
46895
+ contents[_ISpo] = __expectString(output[_iSpo]);
46896
+ }
46775
46897
  if (output[_rTe] != null) {
46776
46898
  contents[_RT] = __expectString(output[_rTe]);
46777
46899
  }
@@ -49275,6 +49397,19 @@ const de_MoveByoipCidrToIpamResult = (output, context) => {
49275
49397
  }
49276
49398
  return contents;
49277
49399
  };
49400
+ const de_MoveCapacityReservationInstancesResult = (output, context) => {
49401
+ const contents = {};
49402
+ if (output[_sCR] != null) {
49403
+ contents[_SCR] = de_CapacityReservation(output[_sCR], context);
49404
+ }
49405
+ if (output[_dCR] != null) {
49406
+ contents[_DCRe] = de_CapacityReservation(output[_dCR], context);
49407
+ }
49408
+ if (output[_iC] != null) {
49409
+ contents[_IC] = __strictParseInt32(output[_iC]);
49410
+ }
49411
+ return contents;
49412
+ };
49278
49413
  const de_MovingAddressStatus = (output, context) => {
49279
49414
  const contents = {};
49280
49415
  if (output[_mSo] != null) {
@@ -53707,7 +53842,7 @@ const de_SubnetCidrBlockState = (output, context) => {
53707
53842
  const de_SubnetCidrReservation = (output, context) => {
53708
53843
  const contents = {};
53709
53844
  if (output[_sCRI] != null) {
53710
- contents[_SCRI] = __expectString(output[_sCRI]);
53845
+ contents[_SCRIu] = __expectString(output[_sCRI]);
53711
53846
  }
53712
53847
  if (output[_sIu] != null) {
53713
53848
  contents[_SIub] = __expectString(output[_sIu]);
@@ -53750,6 +53885,12 @@ const de_SubnetIpv6CidrBlockAssociation = (output, context) => {
53750
53885
  if (output[_iCBS] != null) {
53751
53886
  contents[_ICBS] = de_SubnetCidrBlockState(output[_iCBS], context);
53752
53887
  }
53888
+ if (output[_iAA] != null) {
53889
+ contents[_IAA] = __expectString(output[_iAA]);
53890
+ }
53891
+ if (output[_iSpo] != null) {
53892
+ contents[_ISpo] = __expectString(output[_iSpo]);
53893
+ }
53753
53894
  return contents;
53754
53895
  };
53755
53896
  const de_SubnetIpv6CidrBlockAssociationSet = (output, context) => {
@@ -56624,6 +56765,12 @@ const de_VpcIpv6CidrBlockAssociation = (output, context) => {
56624
56765
  if (output[_iPpvo] != null) {
56625
56766
  contents[_IPpv] = __expectString(output[_iPpvo]);
56626
56767
  }
56768
+ if (output[_iAA] != null) {
56769
+ contents[_IAA] = __expectString(output[_iAA]);
56770
+ }
56771
+ if (output[_iSpo] != null) {
56772
+ contents[_ISpo] = __expectString(output[_iSpo]);
56773
+ }
56627
56774
  return contents;
56628
56775
  };
56629
56776
  const de_VpcIpv6CidrBlockAssociationSet = (output, context) => {
@@ -57220,6 +57367,7 @@ const _CCGr = "CreateCustomerGateway";
57220
57367
  const _CCO = "ClientConnectOptions";
57221
57368
  const _CCP = "CreateCoipPool";
57222
57369
  const _CCR = "CancelCapacityReservation";
57370
+ const _CCRBS = "CreateCapacityReservationBySplitting";
57223
57371
  const _CCRF = "CancelCapacityReservationFleets";
57224
57372
  const _CCRFE = "CancelCapacityReservationFleetError";
57225
57373
  const _CCRFr = "CreateCapacityReservationFleet";
@@ -57488,6 +57636,8 @@ const _DCP = "DeleteCoipPool";
57488
57636
  const _DCPe = "DescribeCoipPools";
57489
57637
  const _DCR = "DescribeCapacityReservations";
57490
57638
  const _DCRF = "DescribeCapacityReservationFleets";
57639
+ const _DCRI = "DestinationCapacityReservationId";
57640
+ const _DCRe = "DestinationCapacityReservation";
57491
57641
  const _DCT = "DescribeConversionTasks";
57492
57642
  const _DCVAR = "DescribeClientVpnAuthorizationRules";
57493
57643
  const _DCVC = "DescribeClientVpnConnections";
@@ -57903,6 +58053,7 @@ const _EOIGg = "EgressOnlyInternetGateways";
57903
58053
  const _EOS = "EbsOptimizedSupport";
57904
58054
  const _EOn = "EnclaveOptions";
57905
58055
  const _EP = "ExcludePaths";
58056
+ const _EPG = "EnablePrivateGua";
57906
58057
  const _EPI = "EnablePrimaryIpv6";
57907
58058
  const _EPg = "EgressPackets";
57908
58059
  const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
@@ -58104,6 +58255,7 @@ const _Hi = "Hibernate";
58104
58255
  const _Ho = "Hosts";
58105
58256
  const _I = "Issuer";
58106
58257
  const _IA = "Ipv6Addresses";
58258
+ const _IAA = "Ipv6AddressAttribute";
58107
58259
  const _IAC = "Ipv6AddressCount";
58108
58260
  const _IAI = "IncludeAllInstances";
58109
58261
  const _IAIn = "InferenceAcceleratorInfo";
@@ -58277,6 +58429,7 @@ const _ISnt = "IntegrateServices";
58277
58429
  const _ISp = "Ipv6Support";
58278
58430
  const _ISpa = "IpamScope";
58279
58431
  const _ISpam = "IpamScopes";
58432
+ const _ISpo = "IpSource";
58280
58433
  const _ISpv = "Ipv6Supported";
58281
58434
  const _IT = "InstanceType";
58282
58435
  const _ITA = "InstanceTagAttribute";
@@ -58450,6 +58603,7 @@ const _MC = "MaxCount";
58450
58603
  const _MCOIOL = "MapCustomerOwnedIpOnLaunch";
58451
58604
  const _MCR = "ModifyCapacityReservation";
58452
58605
  const _MCRF = "ModifyCapacityReservationFleet";
58606
+ const _MCRI = "MoveCapacityReservationInstances";
58453
58607
  const _MCVE = "ModifyClientVpnEndpoint";
58454
58608
  const _MCi = "MinCount";
58455
58609
  const _MCis = "MissingComponent";
@@ -59037,8 +59191,10 @@ const _SC = "SubnetConfigurations";
59037
59191
  const _SCA = "ServerCertificateArn";
59038
59192
  const _SCAE = "SerialConsoleAccessEnabled";
59039
59193
  const _SCB = "SourceCidrBlock";
59040
- const _SCR = "SubnetCidrReservation";
59041
- const _SCRI = "SubnetCidrReservationId";
59194
+ const _SCR = "SourceCapacityReservation";
59195
+ const _SCRI = "SourceCapacityReservationId";
59196
+ const _SCRIu = "SubnetCidrReservationId";
59197
+ const _SCRu = "SubnetCidrReservation";
59042
59198
  const _SCSIG = "SustainedClockSpeedInGhz";
59043
59199
  const _SCc = "ScopeCount";
59044
59200
  const _SCe = "ServiceConfiguration";
@@ -59817,6 +59973,7 @@ const _dC = "destinationCidr";
59817
59973
  const _dCA = "domainCertificateArn";
59818
59974
  const _dCAR = "deliverCrossAccountRole";
59819
59975
  const _dCB = "destinationCidrBlock";
59976
+ const _dCR = "destinationCapacityReservation";
59820
59977
  const _dCS = "dhcpConfigurationSet";
59821
59978
  const _dCe = "defaultCores";
59822
59979
  const _dEKI = "dataEncryptionKeyId";
@@ -59949,6 +60106,7 @@ const _eOIGS = "egressOnlyInternetGatewaySet";
59949
60106
  const _eOS = "ebsOptimizedSupport";
59950
60107
  const _eOn = "enclaveOptions";
59951
60108
  const _eP = "egressPackets";
60109
+ const _ePG = "enablePrivateGua";
59952
60110
  const _ePS = "excludePathSet";
59953
60111
  const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
59954
60112
  const _eRNDAR = "enableResourceNameDnsARecord";
@@ -60074,6 +60232,7 @@ const _hTo = "hostnameType";
60074
60232
  const _hZI = "hostedZoneId";
60075
60233
  const _i = "item";
60076
60234
  const _iA = "interfaceAssociation";
60235
+ const _iAA = "ipv6AddressAttribute";
60077
60236
  const _iAC = "ipv6AddressCount";
60078
60237
  const _iAI = "inferenceAcceleratorInfo";
60079
60238
  const _iAPI = "ipv4AddressesPerInterface";
@@ -60221,6 +60380,7 @@ const _iSns = "instanceSet";
60221
60380
  const _iSnst = "instanceState";
60222
60381
  const _iSnsta = "instanceStatus";
60223
60382
  const _iSp = "ipamSet";
60383
+ const _iSpo = "ipSource";
60224
60384
  const _iSpv = "ipv6Supported";
60225
60385
  const _iSpvu = "ipv6Support";
60226
60386
  const _iT = "instanceType";
@@ -60759,8 +60919,9 @@ const _sC = "serviceConfiguration";
60759
60919
  const _sCA = "serverCertificateArn";
60760
60920
  const _sCAE = "serialConsoleAccessEnabled";
60761
60921
  const _sCB = "sourceCidrBlock";
60762
- const _sCR = "subnetCidrReservation";
60922
+ const _sCR = "sourceCapacityReservation";
60763
60923
  const _sCRI = "subnetCidrReservationId";
60924
+ const _sCRu = "subnetCidrReservation";
60764
60925
  const _sCS = "serviceConfigurationSet";
60765
60926
  const _sCSIG = "sustainedClockSpeedInGhz";
60766
60927
  const _sCc = "scopeCount";
@@ -54,6 +54,7 @@ import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput
54
54
  import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "./commands/CopyFpgaImageCommand";
55
55
  import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
56
56
  import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
57
+ import { CreateCapacityReservationBySplittingCommandInput, CreateCapacityReservationBySplittingCommandOutput } from "./commands/CreateCapacityReservationBySplittingCommand";
57
58
  import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "./commands/CreateCapacityReservationCommand";
58
59
  import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "./commands/CreateCapacityReservationFleetCommand";
59
60
  import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "./commands/CreateCarrierGatewayCommand";
@@ -557,6 +558,7 @@ import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput
557
558
  import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "./commands/MonitorInstancesCommand";
558
559
  import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "./commands/MoveAddressToVpcCommand";
559
560
  import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "./commands/MoveByoipCidrToIpamCommand";
561
+ import { MoveCapacityReservationInstancesCommandInput, MoveCapacityReservationInstancesCommandOutput } from "./commands/MoveCapacityReservationInstancesCommand";
560
562
  import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
561
563
  import { ProvisionIpamByoasnCommandInput, ProvisionIpamByoasnCommandOutput } from "./commands/ProvisionIpamByoasnCommand";
562
564
  import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "./commands/ProvisionIpamPoolCidrCommand";
@@ -967,6 +969,12 @@ export interface EC2 {
967
969
  createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityReservationCommandOutput>;
968
970
  createCapacityReservation(args: CreateCapacityReservationCommandInput, cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void): void;
969
971
  createCapacityReservation(args: CreateCapacityReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void): void;
972
+ /**
973
+ * @see {@link CreateCapacityReservationBySplittingCommand}
974
+ */
975
+ createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityReservationBySplittingCommandOutput>;
976
+ createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, cb: (err: any, data?: CreateCapacityReservationBySplittingCommandOutput) => void): void;
977
+ createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityReservationBySplittingCommandOutput) => void): void;
970
978
  /**
971
979
  * @see {@link CreateCapacityReservationFleetCommand}
972
980
  */
@@ -4154,6 +4162,12 @@ export interface EC2 {
4154
4162
  moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, options?: __HttpHandlerOptions): Promise<MoveByoipCidrToIpamCommandOutput>;
4155
4163
  moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, cb: (err: any, data?: MoveByoipCidrToIpamCommandOutput) => void): void;
4156
4164
  moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveByoipCidrToIpamCommandOutput) => void): void;
4165
+ /**
4166
+ * @see {@link MoveCapacityReservationInstancesCommand}
4167
+ */
4168
+ moveCapacityReservationInstances(args: MoveCapacityReservationInstancesCommandInput, options?: __HttpHandlerOptions): Promise<MoveCapacityReservationInstancesCommandOutput>;
4169
+ moveCapacityReservationInstances(args: MoveCapacityReservationInstancesCommandInput, cb: (err: any, data?: MoveCapacityReservationInstancesCommandOutput) => void): void;
4170
+ moveCapacityReservationInstances(args: MoveCapacityReservationInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveCapacityReservationInstancesCommandOutput) => void): void;
4157
4171
  /**
4158
4172
  * @see {@link ProvisionByoipCidrCommand}
4159
4173
  */