@aws-sdk/client-ec2 3.1119.0 → 3.1121.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 (38) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +84 -7
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/ReplaceImageInstanceTypeSpecificationCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/schemas/schemas_0.js +72 -6
  7. package/dist-types/EC2.d.ts +7 -0
  8. package/dist-types/EC2Client.d.ts +3 -2
  9. package/dist-types/commands/DescribeImagesCommand.d.ts +12 -0
  10. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
  11. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  12. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  13. package/dist-types/commands/ReplaceImageInstanceTypeSpecificationCommand.d.ts +108 -0
  14. package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
  15. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  16. package/dist-types/commands/index.d.ts +1 -0
  17. package/dist-types/models/models_4.d.ts +54 -87
  18. package/dist-types/models/models_5.d.ts +87 -22
  19. package/dist-types/models/models_6.d.ts +22 -59
  20. package/dist-types/models/models_7.d.ts +119 -256
  21. package/dist-types/models/models_8.d.ts +255 -1
  22. package/dist-types/schemas/schemas_0.d.ts +6 -0
  23. package/dist-types/ts3.4/EC2.d.ts +17 -0
  24. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  25. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/ReplaceImageInstanceTypeSpecificationCommand.d.ts +42 -0
  29. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  32. package/dist-types/ts3.4/models/models_4.d.ts +8 -19
  33. package/dist-types/ts3.4/models/models_5.d.ts +19 -6
  34. package/dist-types/ts3.4/models/models_6.d.ts +6 -12
  35. package/dist-types/ts3.4/models/models_7.d.ts +24 -51
  36. package/dist-types/ts3.4/models/models_8.d.ts +50 -1
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  38. package/package.json +1 -1
package/README.md CHANGED
@@ -5483,6 +5483,13 @@ ReplaceImageCriteriaInAllowedImagesSettings
5483
5483
  </details>
5484
5484
  <details>
5485
5485
  <summary>
5486
+ ReplaceImageInstanceTypeSpecification
5487
+ </summary>
5488
+
5489
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ReplaceImageInstanceTypeSpecificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ReplaceImageInstanceTypeSpecificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ReplaceImageInstanceTypeSpecificationCommandOutput/)
5490
+ </details>
5491
+ <details>
5492
+ <summary>
5486
5493
  ReplaceNetworkAclAssociation
5487
5494
  </summary>
5488
5495
 
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1118.0";
73
+ var version = "3.1120.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76
 
@@ -3787,6 +3787,7 @@ const _ITIL = "ImportTaskIdList";
3787
3787
  const _ITILn = "InstanceTypeInfoList";
3788
3788
  const _ITIm = "ImportTaskIds";
3789
3789
  const _ITIn = "InstanceTypeInfo";
3790
+ const _ITIns = "InstanceTypeItem";
3790
3791
  const _ITK = "InstanceTagKeys";
3791
3792
  const _ITKS = "InstanceTagKeySet";
3792
3793
  const _ITKn = "InstanceTagKey";
@@ -3796,6 +3797,7 @@ const _ITO = "InstanceTypeOfferings";
3796
3797
  const _ITOL = "InstanceTypeOfferingsList";
3797
3798
  const _ITOn = "InstanceTypeOffering";
3798
3799
  const _ITS = "InstanceTypeSpecifications";
3800
+ const _ITSR = "InstanceTypeSpecificationRequest";
3799
3801
  const _ITSn = "InstanceTypeSpecification";
3800
3802
  const _ITm = "ImageType";
3801
3803
  const _ITn = "InterruptionType";
@@ -3856,6 +3858,7 @@ const _Ipa = "Ipams";
3856
3858
  const _Ipv = "Ipv4";
3857
3859
  const _Ipv_ = "Ipv6";
3858
3860
  const _Is = "Issuer";
3861
+ const _It = "Item";
3859
3862
  const _K = "Key";
3860
3863
  const _KDF = "KinesisDataFirehose";
3861
3864
  const _KF = "KeyFormat";
@@ -5165,6 +5168,9 @@ const _RIIPAR = "ReplaceIamInstanceProfileAssociationRequest";
5165
5168
  const _RIIPARe = "ReplaceIamInstanceProfileAssociationResult";
5166
5169
  const _RIIS = "ReservedInstanceIdSet";
5167
5170
  const _RIISL = "ReservedInstancesIdStringList";
5171
+ const _RIITS = "ReplaceImageInstanceTypeSpecification";
5172
+ const _RIITSR = "ReplaceImageInstanceTypeSpecificationRequest";
5173
+ const _RIITSRe = "ReplaceImageInstanceTypeSpecificationResult";
5168
5174
  const _RIIe = "ReservedInstanceId";
5169
5175
  const _RIIes = "ReservedInstancesId";
5170
5176
  const _RIIese = "ReservedInstancesIds";
@@ -5665,12 +5671,16 @@ const _SISGIS = "ScheduledInstancesSecurityGroupIdSet";
5665
5671
  const _SISL = "SnapshotIdStringList";
5666
5672
  const _SISLu = "SubnetIdStringList";
5667
5673
  const _SISp = "SpotInstanceStatus";
5668
- const _SIT = "SpotInstanceType";
5674
+ const _SIT = "SupportedInstanceTypes";
5669
5675
  const _SITR = "StoreImageTaskResults";
5670
5676
  const _SITRS = "StoreImageTaskResultSet";
5677
+ const _SITRSu = "SupportedInstanceTypeRequestSet";
5671
5678
  const _SITRt = "StoreImageTaskResult";
5679
+ const _SITS = "SupportedInstanceTypeSet";
5672
5680
  const _SITe = "SecondaryInterfaceType";
5673
5681
  const _SITi = "SingleInstanceType";
5682
+ const _SITp = "SpotInstanceType";
5683
+ const _SITu = "SupportedInstanceType";
5674
5684
  const _SIc = "ScheduledInstance";
5675
5685
  const _SIe = "ServiceId";
5676
5686
  const _SIec = "SecondaryInterfaces";
@@ -6232,6 +6242,10 @@ const _UIR = "UnmonitorInstancesRequest";
6232
6242
  const _UIRn = "UnmonitorInstancesResult";
6233
6243
  const _UIS = "UnsuccessfulItemSet";
6234
6244
  const _UISL = "UserIdStringList";
6245
+ const _UIT = "UnsupportedInstanceTypes";
6246
+ const _UITRS = "UnsupportedInstanceTypeRequestSet";
6247
+ const _UITS = "UnsupportedInstanceTypeSet";
6248
+ const _UITn = "UnsupportedInstanceType";
6235
6249
  const _UIn = "UnsuccessfulItem";
6236
6250
  const _UInm = "UnmonitorInstances";
6237
6251
  const _UIs = "UserIds";
@@ -7465,6 +7479,7 @@ const _iTKS = "instanceTagKeySet";
7465
7479
  const _iTOS = "instanceTypeOfferingSet";
7466
7480
  const _iTS = "instanceTypeSet";
7467
7481
  const _iTSS = "instanceTypeSpecificationSet";
7482
+ const _iTSn = "instanceTypeSpecification";
7468
7483
  const _iTd = "idempotencyToken";
7469
7484
  const _iTm = "imageType";
7470
7485
  const _iTn = "interruptionType";
@@ -8265,6 +8280,7 @@ const _sISe = "secondaryInterfaceSet";
8265
8280
  const _sISu = "subnetIdSet";
8266
8281
  const _sIT = "spotInstanceType";
8267
8282
  const _sITRS = "storeImageTaskResultSet";
8283
+ const _sITS = "supportedInstanceTypeSet";
8268
8284
  const _sITe = "secondaryInterfaceType";
8269
8285
  const _sITi = "singleInstanceType";
8270
8286
  const _sIn = "snapshotId";
@@ -8563,6 +8579,7 @@ const _uICSS = "unsuccessfulInstanceCreditSpecificationSet";
8563
8579
  const _uIE = "userInfoEndpoint";
8564
8580
  const _uIPS = "unknownIpPermissionSet";
8565
8581
  const _uIPSn = "unassignedIpv6PrefixSet";
8582
+ const _uITS = "unsupportedInstanceTypeSet";
8566
8583
  const _uLI = "useLongIds";
8567
8584
  const _uLIA = "useLongIdsAggregated";
8568
8585
  const _uO = "usageOperation";
@@ -18792,7 +18809,7 @@ var IKEVersionsRequestListValue$ = [3, n0, _IKEVRLV,
18792
18809
  ];
18793
18810
  var Image$ = [3, n0, _Ima,
18794
18811
  0,
18795
- [_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _PSPN, _IW, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
18812
+ [_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _PSPN, _IW, _ITSn, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
18796
18813
  [[0, { [_eQN]: `PlatformDetails`,
18797
18814
  [_xN]: _pDl }], [0, { [_eQN]: `UsageOperation`,
18798
18815
  [_xN]: _uO }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
@@ -18820,7 +18837,8 @@ var Image$ = [3, n0, _Ima,
18820
18837
  [_xN]: _sIR }], [2, { [_eQN]: `FreeTierEligible`,
18821
18838
  [_xN]: _fTE }], [0, { [_eQN]: `PublicSsmParameterName`,
18822
18839
  [_xN]: _pSPN }], [() => ImageWatermarkList, { [_eQN]: `ImageWatermarkSet`,
18823
- [_xN]: _iWS }], [0, { [_eQN]: `ImageId`,
18840
+ [_xN]: _iWS }], [() => InstanceTypeSpecification$, { [_eQN]: `InstanceTypeSpecification`,
18841
+ [_xN]: _iTSn }], [0, { [_eQN]: `ImageId`,
18824
18842
  [_xN]: _iIma }], [0, { [_eQN]: `ImageLocation`,
18825
18843
  [_xN]: _iL }], [0, { [_eQN]: `ImageState`,
18826
18844
  [_xN]: _iSmag }], [0, { [_eQN]: `ImageOwnerId`,
@@ -19833,6 +19851,12 @@ var InstanceTypeInfoFromInstanceRequirements$ = [3, n0, _ITIFIR,
19833
19851
  [[0, { [_eQN]: `InstanceType`,
19834
19852
  [_xN]: _iT }]]
19835
19853
  ];
19854
+ var InstanceTypeItem$ = [3, n0, _ITIns,
19855
+ 0,
19856
+ [_IT],
19857
+ [[0, { [_eQN]: `InstanceType`,
19858
+ [_xN]: _iT }]]
19859
+ ];
19836
19860
  var InstanceTypeOffering$ = [3, n0, _ITOn,
19837
19861
  0,
19838
19862
  [_IT, _LTo, _Loc],
@@ -19841,6 +19865,18 @@ var InstanceTypeOffering$ = [3, n0, _ITOn,
19841
19865
  [_xN]: _lTo }], [0, { [_eQN]: `Location`,
19842
19866
  [_xN]: _lo }]]
19843
19867
  ];
19868
+ var InstanceTypeSpecification$ = [3, n0, _ITSn,
19869
+ 0,
19870
+ [_SIT, _UIT],
19871
+ [[() => SupportedInstanceTypeSet, { [_eQN]: `SupportedInstanceTypeSet`,
19872
+ [_xN]: _sITS }], [() => UnsupportedInstanceTypeSet, { [_eQN]: `UnsupportedInstanceTypeSet`,
19873
+ [_xN]: _uITS }]]
19874
+ ];
19875
+ var InstanceTypeSpecificationRequest$ = [3, n0, _ITSR,
19876
+ 0,
19877
+ [_SIT, _UIT],
19878
+ [[() => SupportedInstanceTypeRequestSet, { [_xN]: _SITu }], [() => UnsupportedInstanceTypeRequestSet, { [_xN]: _UITn }]]
19879
+ ];
19844
19880
  var InstanceUsage$ = [3, n0, _IUn,
19845
19881
  0,
19846
19882
  [_AIc, _UIC],
@@ -20890,7 +20926,7 @@ var LaunchTemplateSpecification$ = [3, n0, _LTS,
20890
20926
  ];
20891
20927
  var LaunchTemplateSpotMarketOptions$ = [3, n0, _LTSMO,
20892
20928
  0,
20893
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
20929
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
20894
20930
  [[0, { [_eQN]: `MaxPrice`,
20895
20931
  [_xN]: _mP }], [0, { [_eQN]: `SpotInstanceType`,
20896
20932
  [_xN]: _sIT }], [1, { [_eQN]: `BlockDurationMinutes`,
@@ -20900,7 +20936,7 @@ var LaunchTemplateSpotMarketOptions$ = [3, n0, _LTSMO,
20900
20936
  ];
20901
20937
  var LaunchTemplateSpotMarketOptionsRequest$ = [3, n0, _LTSMOR,
20902
20938
  0,
20903
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
20939
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
20904
20940
  [0, 0, 1, 4, 0]
20905
20941
  ];
20906
20942
  var LaunchTemplateTagSpecification$ = [3, n0, _LTTS,
@@ -23551,6 +23587,17 @@ var ReplaceImageCriteriaInAllowedImagesSettingsResult$ = [3, n0, _RICIAISRe,
23551
23587
  [[2, { [_eQN]: `Return`,
23552
23588
  [_xN]: _r }]]
23553
23589
  ];
23590
+ var ReplaceImageInstanceTypeSpecificationRequest$ = [3, n0, _RIITSR,
23591
+ 0,
23592
+ [_IIm, _ITSn, _DR],
23593
+ [0, [() => InstanceTypeSpecificationRequest$, 0], 2], 1
23594
+ ];
23595
+ var ReplaceImageInstanceTypeSpecificationResult$ = [3, n0, _RIITSRe,
23596
+ 0,
23597
+ [_RV],
23598
+ [[2, { [_eQN]: `ReturnValue`,
23599
+ [_xN]: _rV }]]
23600
+ ];
23554
23601
  var ReplaceNetworkAclAssociationRequest$ = [3, n0, _RNAAR,
23555
23602
  0,
23556
23603
  [_AIs, _NAI, _DR],
@@ -25037,7 +25084,7 @@ var SpotMaintenanceStrategies$ = [3, n0, _SMS,
25037
25084
  ];
25038
25085
  var SpotMarketOptions$ = [3, n0, _SMO,
25039
25086
  0,
25040
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
25087
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
25041
25088
  [0, 0, 1, 4, 0]
25042
25089
  ];
25043
25090
  var SpotOptions$ = [3, n0, _SO,
@@ -29510,6 +29557,14 @@ var SupportedAdditionalProcessorFeatureList = [1, n0, _SAPFL,
29510
29557
  0, [0,
29511
29558
  { [_xN]: _it }]
29512
29559
  ];
29560
+ var SupportedInstanceTypeRequestSet = [1, n0, _SITRSu,
29561
+ 0, [0,
29562
+ { [_xN]: _It }]
29563
+ ];
29564
+ var SupportedInstanceTypeSet = [1, n0, _SITS,
29565
+ 0, [() => InstanceTypeItem$,
29566
+ { [_xN]: _it }]
29567
+ ];
29513
29568
  var SupportedIpAddressTypes = [1, n0, _SIAT,
29514
29569
  0, [0,
29515
29570
  { [_xN]: _it }]
@@ -29778,6 +29833,14 @@ var UnsuccessfulSuppressionResponseSet = [1, n0, _USRS,
29778
29833
  0, [() => UnsuccessfulSuppressionResponseObject$,
29779
29834
  { [_xN]: _it }]
29780
29835
  ];
29836
+ var UnsupportedInstanceTypeRequestSet = [1, n0, _UITRS,
29837
+ 0, [0,
29838
+ { [_xN]: _It }]
29839
+ ];
29840
+ var UnsupportedInstanceTypeSet = [1, n0, _UITS,
29841
+ 0, [() => InstanceTypeItem$,
29842
+ { [_xN]: _it }]
29843
+ ];
29781
29844
  var UsageClassTypeList = [1, n0, _UCTL,
29782
29845
  0, [0,
29783
29846
  { [_xN]: _it }]
@@ -32308,6 +32371,9 @@ var ReplaceIamInstanceProfileAssociation$ = [9, n0, _RIIPA,
32308
32371
  var ReplaceImageCriteriaInAllowedImagesSettings$ = [9, n0, _RICIAIS,
32309
32372
  0, () => ReplaceImageCriteriaInAllowedImagesSettingsRequest$, () => ReplaceImageCriteriaInAllowedImagesSettingsResult$
32310
32373
  ];
32374
+ var ReplaceImageInstanceTypeSpecification$ = [9, n0, _RIITS,
32375
+ 0, () => ReplaceImageInstanceTypeSpecificationRequest$, () => ReplaceImageInstanceTypeSpecificationResult$
32376
+ ];
32311
32377
  var ReplaceNetworkAclAssociation$ = [9, n0, _RNAA,
32312
32378
  0, () => ReplaceNetworkAclAssociationRequest$, () => ReplaceNetworkAclAssociationResult$
32313
32379
  ];
@@ -34863,6 +34929,9 @@ class ReplaceIamInstanceProfileAssociationCommand extends command(_ep0, _mw0, "R
34863
34929
  class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends command(_ep0, _mw0, "ReplaceImageCriteriaInAllowedImagesSettings", ReplaceImageCriteriaInAllowedImagesSettings$) {
34864
34930
  }
34865
34931
 
34932
+ class ReplaceImageInstanceTypeSpecificationCommand extends command(_ep0, _mw0, "ReplaceImageInstanceTypeSpecification", ReplaceImageInstanceTypeSpecification$) {
34933
+ }
34934
+
34866
34935
  class ReplaceNetworkAclAssociationCommand extends command(_ep0, _mw0, "ReplaceNetworkAclAssociation", ReplaceNetworkAclAssociation$) {
34867
34936
  }
34868
34937
 
@@ -38360,6 +38429,7 @@ const commands = {
38360
38429
  ReleaseIpamPoolAllocationCommand,
38361
38430
  ReplaceIamInstanceProfileAssociationCommand,
38362
38431
  ReplaceImageCriteriaInAllowedImagesSettingsCommand,
38432
+ ReplaceImageInstanceTypeSpecificationCommand,
38363
38433
  ReplaceNetworkAclAssociationCommand,
38364
38434
  ReplaceNetworkAclEntryCommand,
38365
38435
  ReplaceRouteCommand,
@@ -45965,7 +46035,10 @@ exports.InstanceTopology$ = InstanceTopology$;
45965
46035
  exports.InstanceTypeHypervisor = InstanceTypeHypervisor;
45966
46036
  exports.InstanceTypeInfo$ = InstanceTypeInfo$;
45967
46037
  exports.InstanceTypeInfoFromInstanceRequirements$ = InstanceTypeInfoFromInstanceRequirements$;
46038
+ exports.InstanceTypeItem$ = InstanceTypeItem$;
45968
46039
  exports.InstanceTypeOffering$ = InstanceTypeOffering$;
46040
+ exports.InstanceTypeSpecification$ = InstanceTypeSpecification$;
46041
+ exports.InstanceTypeSpecificationRequest$ = InstanceTypeSpecificationRequest$;
45969
46042
  exports.InstanceUsage$ = InstanceUsage$;
45970
46043
  exports.IntegrateServices$ = IntegrateServices$;
45971
46044
  exports.InterfacePermissionType = InterfacePermissionType;
@@ -46828,6 +46901,10 @@ exports.ReplaceImageCriteriaInAllowedImagesSettings$ = ReplaceImageCriteriaInAll
46828
46901
  exports.ReplaceImageCriteriaInAllowedImagesSettingsCommand = ReplaceImageCriteriaInAllowedImagesSettingsCommand;
46829
46902
  exports.ReplaceImageCriteriaInAllowedImagesSettingsRequest$ = ReplaceImageCriteriaInAllowedImagesSettingsRequest$;
46830
46903
  exports.ReplaceImageCriteriaInAllowedImagesSettingsResult$ = ReplaceImageCriteriaInAllowedImagesSettingsResult$;
46904
+ exports.ReplaceImageInstanceTypeSpecification$ = ReplaceImageInstanceTypeSpecification$;
46905
+ exports.ReplaceImageInstanceTypeSpecificationCommand = ReplaceImageInstanceTypeSpecificationCommand;
46906
+ exports.ReplaceImageInstanceTypeSpecificationRequest$ = ReplaceImageInstanceTypeSpecificationRequest$;
46907
+ exports.ReplaceImageInstanceTypeSpecificationResult$ = ReplaceImageInstanceTypeSpecificationResult$;
46831
46908
  exports.ReplaceNetworkAclAssociation$ = ReplaceNetworkAclAssociation$;
46832
46909
  exports.ReplaceNetworkAclAssociationCommand = ReplaceNetworkAclAssociationCommand;
46833
46910
  exports.ReplaceNetworkAclAssociationRequest$ = ReplaceNetworkAclAssociationRequest$;
package/dist-es/EC2.js CHANGED
@@ -749,6 +749,7 @@ import { ReleaseHostsCommand, } from "./commands/ReleaseHostsCommand";
749
749
  import { ReleaseIpamPoolAllocationCommand, } from "./commands/ReleaseIpamPoolAllocationCommand";
750
750
  import { ReplaceIamInstanceProfileAssociationCommand, } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
751
751
  import { ReplaceImageCriteriaInAllowedImagesSettingsCommand, } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
752
+ import { ReplaceImageInstanceTypeSpecificationCommand, } from "./commands/ReplaceImageInstanceTypeSpecificationCommand";
752
753
  import { ReplaceNetworkAclAssociationCommand, } from "./commands/ReplaceNetworkAclAssociationCommand";
753
754
  import { ReplaceNetworkAclEntryCommand, } from "./commands/ReplaceNetworkAclEntryCommand";
754
755
  import { ReplaceRouteCommand, } from "./commands/ReplaceRouteCommand";
@@ -1764,6 +1765,7 @@ const commands = {
1764
1765
  ReleaseIpamPoolAllocationCommand,
1765
1766
  ReplaceIamInstanceProfileAssociationCommand,
1766
1767
  ReplaceImageCriteriaInAllowedImagesSettingsCommand,
1768
+ ReplaceImageInstanceTypeSpecificationCommand,
1767
1769
  ReplaceNetworkAclAssociationCommand,
1768
1770
  ReplaceNetworkAclEntryCommand,
1769
1771
  ReplaceRouteCommand,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ReplaceImageInstanceTypeSpecification$ } from "../schemas/schemas_0";
3
+ export class ReplaceImageInstanceTypeSpecificationCommand extends command(_ep0, _mw0, "ReplaceImageInstanceTypeSpecification", ReplaceImageInstanceTypeSpecification$) {
4
+ }
@@ -748,6 +748,7 @@ export * from "./ReleaseHostsCommand";
748
748
  export * from "./ReleaseIpamPoolAllocationCommand";
749
749
  export * from "./ReplaceIamInstanceProfileAssociationCommand";
750
750
  export * from "./ReplaceImageCriteriaInAllowedImagesSettingsCommand";
751
+ export * from "./ReplaceImageInstanceTypeSpecificationCommand";
751
752
  export * from "./ReplaceNetworkAclAssociationCommand";
752
753
  export * from "./ReplaceNetworkAclEntryCommand";
753
754
  export * from "./ReplaceRouteCommand";
@@ -3643,6 +3643,7 @@ const _ITIL = "ImportTaskIdList";
3643
3643
  const _ITILn = "InstanceTypeInfoList";
3644
3644
  const _ITIm = "ImportTaskIds";
3645
3645
  const _ITIn = "InstanceTypeInfo";
3646
+ const _ITIns = "InstanceTypeItem";
3646
3647
  const _ITK = "InstanceTagKeys";
3647
3648
  const _ITKS = "InstanceTagKeySet";
3648
3649
  const _ITKn = "InstanceTagKey";
@@ -3652,6 +3653,7 @@ const _ITO = "InstanceTypeOfferings";
3652
3653
  const _ITOL = "InstanceTypeOfferingsList";
3653
3654
  const _ITOn = "InstanceTypeOffering";
3654
3655
  const _ITS = "InstanceTypeSpecifications";
3656
+ const _ITSR = "InstanceTypeSpecificationRequest";
3655
3657
  const _ITSn = "InstanceTypeSpecification";
3656
3658
  const _ITm = "ImageType";
3657
3659
  const _ITn = "InterruptionType";
@@ -3712,6 +3714,7 @@ const _Ipa = "Ipams";
3712
3714
  const _Ipv = "Ipv4";
3713
3715
  const _Ipv_ = "Ipv6";
3714
3716
  const _Is = "Issuer";
3717
+ const _It = "Item";
3715
3718
  const _K = "Key";
3716
3719
  const _KDF = "KinesisDataFirehose";
3717
3720
  const _KF = "KeyFormat";
@@ -5021,6 +5024,9 @@ const _RIIPAR = "ReplaceIamInstanceProfileAssociationRequest";
5021
5024
  const _RIIPARe = "ReplaceIamInstanceProfileAssociationResult";
5022
5025
  const _RIIS = "ReservedInstanceIdSet";
5023
5026
  const _RIISL = "ReservedInstancesIdStringList";
5027
+ const _RIITS = "ReplaceImageInstanceTypeSpecification";
5028
+ const _RIITSR = "ReplaceImageInstanceTypeSpecificationRequest";
5029
+ const _RIITSRe = "ReplaceImageInstanceTypeSpecificationResult";
5024
5030
  const _RIIe = "ReservedInstanceId";
5025
5031
  const _RIIes = "ReservedInstancesId";
5026
5032
  const _RIIese = "ReservedInstancesIds";
@@ -5521,12 +5527,16 @@ const _SISGIS = "ScheduledInstancesSecurityGroupIdSet";
5521
5527
  const _SISL = "SnapshotIdStringList";
5522
5528
  const _SISLu = "SubnetIdStringList";
5523
5529
  const _SISp = "SpotInstanceStatus";
5524
- const _SIT = "SpotInstanceType";
5530
+ const _SIT = "SupportedInstanceTypes";
5525
5531
  const _SITR = "StoreImageTaskResults";
5526
5532
  const _SITRS = "StoreImageTaskResultSet";
5533
+ const _SITRSu = "SupportedInstanceTypeRequestSet";
5527
5534
  const _SITRt = "StoreImageTaskResult";
5535
+ const _SITS = "SupportedInstanceTypeSet";
5528
5536
  const _SITe = "SecondaryInterfaceType";
5529
5537
  const _SITi = "SingleInstanceType";
5538
+ const _SITp = "SpotInstanceType";
5539
+ const _SITu = "SupportedInstanceType";
5530
5540
  const _SIc = "ScheduledInstance";
5531
5541
  const _SIe = "ServiceId";
5532
5542
  const _SIec = "SecondaryInterfaces";
@@ -6088,6 +6098,10 @@ const _UIR = "UnmonitorInstancesRequest";
6088
6098
  const _UIRn = "UnmonitorInstancesResult";
6089
6099
  const _UIS = "UnsuccessfulItemSet";
6090
6100
  const _UISL = "UserIdStringList";
6101
+ const _UIT = "UnsupportedInstanceTypes";
6102
+ const _UITRS = "UnsupportedInstanceTypeRequestSet";
6103
+ const _UITS = "UnsupportedInstanceTypeSet";
6104
+ const _UITn = "UnsupportedInstanceType";
6091
6105
  const _UIn = "UnsuccessfulItem";
6092
6106
  const _UInm = "UnmonitorInstances";
6093
6107
  const _UIs = "UserIds";
@@ -7321,6 +7335,7 @@ const _iTKS = "instanceTagKeySet";
7321
7335
  const _iTOS = "instanceTypeOfferingSet";
7322
7336
  const _iTS = "instanceTypeSet";
7323
7337
  const _iTSS = "instanceTypeSpecificationSet";
7338
+ const _iTSn = "instanceTypeSpecification";
7324
7339
  const _iTd = "idempotencyToken";
7325
7340
  const _iTm = "imageType";
7326
7341
  const _iTn = "interruptionType";
@@ -8121,6 +8136,7 @@ const _sISe = "secondaryInterfaceSet";
8121
8136
  const _sISu = "subnetIdSet";
8122
8137
  const _sIT = "spotInstanceType";
8123
8138
  const _sITRS = "storeImageTaskResultSet";
8139
+ const _sITS = "supportedInstanceTypeSet";
8124
8140
  const _sITe = "secondaryInterfaceType";
8125
8141
  const _sITi = "singleInstanceType";
8126
8142
  const _sIn = "snapshotId";
@@ -8419,6 +8435,7 @@ const _uICSS = "unsuccessfulInstanceCreditSpecificationSet";
8419
8435
  const _uIE = "userInfoEndpoint";
8420
8436
  const _uIPS = "unknownIpPermissionSet";
8421
8437
  const _uIPSn = "unassignedIpv6PrefixSet";
8438
+ const _uITS = "unsupportedInstanceTypeSet";
8422
8439
  const _uLI = "useLongIds";
8423
8440
  const _uLIA = "useLongIdsAggregated";
8424
8441
  const _uO = "usageOperation";
@@ -18650,7 +18667,7 @@ export var IKEVersionsRequestListValue$ = [3, n0, _IKEVRLV,
18650
18667
  ];
18651
18668
  export var Image$ = [3, n0, _Ima,
18652
18669
  0,
18653
- [_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _PSPN, _IW, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
18670
+ [_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _PSPN, _IW, _ITSn, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
18654
18671
  [[0, { [_eQN]: `PlatformDetails`,
18655
18672
  [_xN]: _pDl }], [0, { [_eQN]: `UsageOperation`,
18656
18673
  [_xN]: _uO }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
@@ -18678,7 +18695,8 @@ export var Image$ = [3, n0, _Ima,
18678
18695
  [_xN]: _sIR }], [2, { [_eQN]: `FreeTierEligible`,
18679
18696
  [_xN]: _fTE }], [0, { [_eQN]: `PublicSsmParameterName`,
18680
18697
  [_xN]: _pSPN }], [() => ImageWatermarkList, { [_eQN]: `ImageWatermarkSet`,
18681
- [_xN]: _iWS }], [0, { [_eQN]: `ImageId`,
18698
+ [_xN]: _iWS }], [() => InstanceTypeSpecification$, { [_eQN]: `InstanceTypeSpecification`,
18699
+ [_xN]: _iTSn }], [0, { [_eQN]: `ImageId`,
18682
18700
  [_xN]: _iIma }], [0, { [_eQN]: `ImageLocation`,
18683
18701
  [_xN]: _iL }], [0, { [_eQN]: `ImageState`,
18684
18702
  [_xN]: _iSmag }], [0, { [_eQN]: `ImageOwnerId`,
@@ -19691,6 +19709,12 @@ export var InstanceTypeInfoFromInstanceRequirements$ = [3, n0, _ITIFIR,
19691
19709
  [[0, { [_eQN]: `InstanceType`,
19692
19710
  [_xN]: _iT }]]
19693
19711
  ];
19712
+ export var InstanceTypeItem$ = [3, n0, _ITIns,
19713
+ 0,
19714
+ [_IT],
19715
+ [[0, { [_eQN]: `InstanceType`,
19716
+ [_xN]: _iT }]]
19717
+ ];
19694
19718
  export var InstanceTypeOffering$ = [3, n0, _ITOn,
19695
19719
  0,
19696
19720
  [_IT, _LTo, _Loc],
@@ -19699,6 +19723,18 @@ export var InstanceTypeOffering$ = [3, n0, _ITOn,
19699
19723
  [_xN]: _lTo }], [0, { [_eQN]: `Location`,
19700
19724
  [_xN]: _lo }]]
19701
19725
  ];
19726
+ export var InstanceTypeSpecification$ = [3, n0, _ITSn,
19727
+ 0,
19728
+ [_SIT, _UIT],
19729
+ [[() => SupportedInstanceTypeSet, { [_eQN]: `SupportedInstanceTypeSet`,
19730
+ [_xN]: _sITS }], [() => UnsupportedInstanceTypeSet, { [_eQN]: `UnsupportedInstanceTypeSet`,
19731
+ [_xN]: _uITS }]]
19732
+ ];
19733
+ export var InstanceTypeSpecificationRequest$ = [3, n0, _ITSR,
19734
+ 0,
19735
+ [_SIT, _UIT],
19736
+ [[() => SupportedInstanceTypeRequestSet, { [_xN]: _SITu }], [() => UnsupportedInstanceTypeRequestSet, { [_xN]: _UITn }]]
19737
+ ];
19702
19738
  export var InstanceUsage$ = [3, n0, _IUn,
19703
19739
  0,
19704
19740
  [_AIc, _UIC],
@@ -20748,7 +20784,7 @@ export var LaunchTemplateSpecification$ = [3, n0, _LTS,
20748
20784
  ];
20749
20785
  export var LaunchTemplateSpotMarketOptions$ = [3, n0, _LTSMO,
20750
20786
  0,
20751
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
20787
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
20752
20788
  [[0, { [_eQN]: `MaxPrice`,
20753
20789
  [_xN]: _mP }], [0, { [_eQN]: `SpotInstanceType`,
20754
20790
  [_xN]: _sIT }], [1, { [_eQN]: `BlockDurationMinutes`,
@@ -20758,7 +20794,7 @@ export var LaunchTemplateSpotMarketOptions$ = [3, n0, _LTSMO,
20758
20794
  ];
20759
20795
  export var LaunchTemplateSpotMarketOptionsRequest$ = [3, n0, _LTSMOR,
20760
20796
  0,
20761
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
20797
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
20762
20798
  [0, 0, 1, 4, 0]
20763
20799
  ];
20764
20800
  export var LaunchTemplateTagSpecification$ = [3, n0, _LTTS,
@@ -23409,6 +23445,17 @@ export var ReplaceImageCriteriaInAllowedImagesSettingsResult$ = [3, n0, _RICIAIS
23409
23445
  [[2, { [_eQN]: `Return`,
23410
23446
  [_xN]: _r }]]
23411
23447
  ];
23448
+ export var ReplaceImageInstanceTypeSpecificationRequest$ = [3, n0, _RIITSR,
23449
+ 0,
23450
+ [_IIm, _ITSn, _DR],
23451
+ [0, [() => InstanceTypeSpecificationRequest$, 0], 2], 1
23452
+ ];
23453
+ export var ReplaceImageInstanceTypeSpecificationResult$ = [3, n0, _RIITSRe,
23454
+ 0,
23455
+ [_RV],
23456
+ [[2, { [_eQN]: `ReturnValue`,
23457
+ [_xN]: _rV }]]
23458
+ ];
23412
23459
  export var ReplaceNetworkAclAssociationRequest$ = [3, n0, _RNAAR,
23413
23460
  0,
23414
23461
  [_AIs, _NAI, _DR],
@@ -24895,7 +24942,7 @@ export var SpotMaintenanceStrategies$ = [3, n0, _SMS,
24895
24942
  ];
24896
24943
  export var SpotMarketOptions$ = [3, n0, _SMO,
24897
24944
  0,
24898
- [_MPax, _SIT, _BDMlo, _VU, _IIB],
24945
+ [_MPax, _SITp, _BDMlo, _VU, _IIB],
24899
24946
  [0, 0, 1, 4, 0]
24900
24947
  ];
24901
24948
  export var SpotOptions$ = [3, n0, _SO,
@@ -29390,6 +29437,14 @@ var SupportedAdditionalProcessorFeatureList = [1, n0, _SAPFL,
29390
29437
  0, [0,
29391
29438
  { [_xN]: _it }]
29392
29439
  ];
29440
+ var SupportedInstanceTypeRequestSet = [1, n0, _SITRSu,
29441
+ 0, [0,
29442
+ { [_xN]: _It }]
29443
+ ];
29444
+ var SupportedInstanceTypeSet = [1, n0, _SITS,
29445
+ 0, [() => InstanceTypeItem$,
29446
+ { [_xN]: _it }]
29447
+ ];
29393
29448
  var SupportedIpAddressTypes = [1, n0, _SIAT,
29394
29449
  0, [0,
29395
29450
  { [_xN]: _it }]
@@ -29661,6 +29716,14 @@ var UnsuccessfulSuppressionResponseSet = [1, n0, _USRS,
29661
29716
  0, [() => UnsuccessfulSuppressionResponseObject$,
29662
29717
  { [_xN]: _it }]
29663
29718
  ];
29719
+ var UnsupportedInstanceTypeRequestSet = [1, n0, _UITRS,
29720
+ 0, [0,
29721
+ { [_xN]: _It }]
29722
+ ];
29723
+ var UnsupportedInstanceTypeSet = [1, n0, _UITS,
29724
+ 0, [() => InstanceTypeItem$,
29725
+ { [_xN]: _it }]
29726
+ ];
29664
29727
  var UsageClassTypeList = [1, n0, _UCTL,
29665
29728
  0, [0,
29666
29729
  { [_xN]: _it }]
@@ -32191,6 +32254,9 @@ export var ReplaceIamInstanceProfileAssociation$ = [9, n0, _RIIPA,
32191
32254
  export var ReplaceImageCriteriaInAllowedImagesSettings$ = [9, n0, _RICIAIS,
32192
32255
  0, () => ReplaceImageCriteriaInAllowedImagesSettingsRequest$, () => ReplaceImageCriteriaInAllowedImagesSettingsResult$
32193
32256
  ];
32257
+ export var ReplaceImageInstanceTypeSpecification$ = [9, n0, _RIITS,
32258
+ 0, () => ReplaceImageInstanceTypeSpecificationRequest$, () => ReplaceImageInstanceTypeSpecificationResult$
32259
+ ];
32194
32260
  export var ReplaceNetworkAclAssociation$ = [9, n0, _RNAA,
32195
32261
  0, () => ReplaceNetworkAclAssociationRequest$, () => ReplaceNetworkAclAssociationResult$
32196
32262
  ];
@@ -750,6 +750,7 @@ import { type ReleaseHostsCommandInput, type ReleaseHostsCommandOutput } from ".
750
750
  import { type ReleaseIpamPoolAllocationCommandInput, type ReleaseIpamPoolAllocationCommandOutput } from "./commands/ReleaseIpamPoolAllocationCommand";
751
751
  import { type ReplaceIamInstanceProfileAssociationCommandInput, type ReplaceIamInstanceProfileAssociationCommandOutput } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
752
752
  import { type ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, type ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput } from "./commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand";
753
+ import { type ReplaceImageInstanceTypeSpecificationCommandInput, type ReplaceImageInstanceTypeSpecificationCommandOutput } from "./commands/ReplaceImageInstanceTypeSpecificationCommand";
753
754
  import { type ReplaceNetworkAclAssociationCommandInput, type ReplaceNetworkAclAssociationCommandOutput } from "./commands/ReplaceNetworkAclAssociationCommand";
754
755
  import { type ReplaceNetworkAclEntryCommandInput, type ReplaceNetworkAclEntryCommandOutput } from "./commands/ReplaceNetworkAclEntryCommand";
755
756
  import { type ReplaceRouteCommandInput, type ReplaceRouteCommandOutput } from "./commands/ReplaceRouteCommand";
@@ -5539,6 +5540,12 @@ export interface EC2 {
5539
5540
  replaceImageCriteriaInAllowedImagesSettings(args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput>;
5540
5541
  replaceImageCriteriaInAllowedImagesSettings(args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, cb: (err: any, data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput) => void): void;
5541
5542
  replaceImageCriteriaInAllowedImagesSettings(args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput) => void): void;
5543
+ /**
5544
+ * @see {@link ReplaceImageInstanceTypeSpecificationCommand}
5545
+ */
5546
+ replaceImageInstanceTypeSpecification(args: ReplaceImageInstanceTypeSpecificationCommandInput, options?: __HttpHandlerOptions): Promise<ReplaceImageInstanceTypeSpecificationCommandOutput>;
5547
+ replaceImageInstanceTypeSpecification(args: ReplaceImageInstanceTypeSpecificationCommandInput, cb: (err: any, data?: ReplaceImageInstanceTypeSpecificationCommandOutput) => void): void;
5548
+ replaceImageInstanceTypeSpecification(args: ReplaceImageInstanceTypeSpecificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplaceImageInstanceTypeSpecificationCommandOutput) => void): void;
5542
5549
  /**
5543
5550
  * @see {@link ReplaceNetworkAclAssociationCommand}
5544
5551
  */