@aws-sdk/client-ec2 3.696.0 → 3.698.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 (160) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +741 -123
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
  5. package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
  6. package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +4 -14
  9. package/dist-es/models/models_1.js +19 -4
  10. package/dist-es/models/models_2.js +4 -0
  11. package/dist-es/models/models_3.js +5 -17
  12. package/dist-es/models/models_4.js +17 -0
  13. package/dist-es/models/models_5.js +0 -4
  14. package/dist-es/models/models_6.js +4 -11
  15. package/dist-es/models/models_7.js +11 -0
  16. package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
  17. package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +3 -1
  19. package/dist-es/protocols/Aws_ec2.js +614 -64
  20. package/dist-types/EC2.d.ts +22 -0
  21. package/dist-types/EC2Client.d.ts +5 -2
  22. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
  23. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
  24. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
  25. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
  26. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
  27. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
  28. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  29. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
  30. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  31. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  32. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
  42. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
  43. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
  44. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
  45. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
  47. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  48. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
  56. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  62. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
  64. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  65. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  66. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  67. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  68. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  69. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  71. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  72. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
  73. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  74. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
  75. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  76. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  77. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
  78. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
  79. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  80. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
  81. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
  82. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  90. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
  91. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
  92. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
  93. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
  94. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  95. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  96. package/dist-types/commands/index.d.ts +3 -0
  97. package/dist-types/models/models_0.d.ts +163 -67
  98. package/dist-types/models/models_1.d.ts +480 -499
  99. package/dist-types/models/models_2.d.ts +384 -179
  100. package/dist-types/models/models_3.d.ts +693 -758
  101. package/dist-types/models/models_4.d.ts +6178 -6293
  102. package/dist-types/models/models_5.d.ts +2712 -2367
  103. package/dist-types/models/models_6.d.ts +4288 -4301
  104. package/dist-types/models/models_7.d.ts +533 -28
  105. package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
  106. package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
  107. package/dist-types/pagination/index.d.ts +3 -1
  108. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  109. package/dist-types/ts3.4/EC2.d.ts +64 -0
  110. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  111. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
  120. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
  123. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
  127. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
  147. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  148. package/dist-types/ts3.4/models/models_0.d.ts +12 -18
  149. package/dist-types/ts3.4/models/models_1.d.ts +54 -77
  150. package/dist-types/ts3.4/models/models_2.d.ts +78 -41
  151. package/dist-types/ts3.4/models/models_3.d.ts +102 -124
  152. package/dist-types/ts3.4/models/models_4.d.ts +127 -124
  153. package/dist-types/ts3.4/models/models_5.d.ts +126 -86
  154. package/dist-types/ts3.4/models/models_6.d.ts +97 -139
  155. package/dist-types/ts3.4/models/models_7.d.ts +149 -9
  156. package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  159. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  160. package/package.json +1 -1
@@ -103,7 +103,7 @@ declare const CreateFleetCommand_base: {
103
103
  * Max: Number("int"),
104
104
  * },
105
105
  * CpuManufacturers: [ // CpuManufacturerSet
106
- * "intel" || "amd" || "amazon-web-services",
106
+ * "intel" || "amd" || "amazon-web-services" || "apple",
107
107
  * ],
108
108
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
109
109
  * Min: Number("double"),
@@ -161,6 +161,15 @@ declare const CreateFleetCommand_base: {
161
161
  * "STRING_VALUE",
162
162
  * ],
163
163
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
164
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
165
+ * Cpu: { // CpuPerformanceFactorRequest
166
+ * References: [ // PerformanceFactorReferenceSetRequest
167
+ * { // PerformanceFactorReferenceRequest
168
+ * InstanceFamily: "STRING_VALUE",
169
+ * },
170
+ * ],
171
+ * },
172
+ * },
164
173
  * },
165
174
  * ImageId: "STRING_VALUE",
166
175
  * },
@@ -224,7 +233,7 @@ declare const CreateFleetCommand_base: {
224
233
  * // Max: Number("int"),
225
234
  * // },
226
235
  * // CpuManufacturers: [ // CpuManufacturerSet
227
- * // "intel" || "amd" || "amazon-web-services",
236
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
228
237
  * // ],
229
238
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
230
239
  * // Min: Number("double"),
@@ -282,6 +291,15 @@ declare const CreateFleetCommand_base: {
282
291
  * // "STRING_VALUE",
283
292
  * // ],
284
293
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
294
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
295
+ * // Cpu: { // CpuPerformanceFactor
296
+ * // References: [ // PerformanceFactorReferenceSet
297
+ * // { // PerformanceFactorReference
298
+ * // InstanceFamily: "STRING_VALUE",
299
+ * // },
300
+ * // ],
301
+ * // },
302
+ * // },
285
303
  * // },
286
304
  * // ImageId: "STRING_VALUE",
287
305
  * // },
@@ -319,7 +337,7 @@ declare const CreateFleetCommand_base: {
319
337
  * // Max: Number("int"),
320
338
  * // },
321
339
  * // CpuManufacturers: [
322
- * // "intel" || "amd" || "amazon-web-services",
340
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
323
341
  * // ],
324
342
  * // MemoryGiBPerVCpu: {
325
343
  * // Min: Number("double"),
@@ -377,6 +395,15 @@ declare const CreateFleetCommand_base: {
377
395
  * // "STRING_VALUE",
378
396
  * // ],
379
397
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
398
+ * // BaselinePerformanceFactors: {
399
+ * // Cpu: {
400
+ * // References: [
401
+ * // {
402
+ * // InstanceFamily: "STRING_VALUE",
403
+ * // },
404
+ * // ],
405
+ * // },
406
+ * // },
380
407
  * // },
381
408
  * // ImageId: "STRING_VALUE",
382
409
  * // },
@@ -77,6 +77,11 @@ declare const CreateIpamResourceDiscoveryCommand_base: {
77
77
  * // Value: "STRING_VALUE",
78
78
  * // },
79
79
  * // ],
80
+ * // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
81
+ * // { // IpamOrganizationalUnitExclusion
82
+ * // OrganizationsEntityPath: "STRING_VALUE",
83
+ * // },
84
+ * // ],
80
85
  * // },
81
86
  * // };
82
87
  *
@@ -194,7 +194,7 @@ declare const CreateLaunchTemplateCommand_base: {
194
194
  * AmdSevSnp: "enabled" || "disabled",
195
195
  * },
196
196
  * CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
197
- * CapacityReservationPreference: "open" || "none",
197
+ * CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
198
198
  * CapacityReservationTarget: { // CapacityReservationTarget
199
199
  * CapacityReservationId: "STRING_VALUE",
200
200
  * CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -228,7 +228,7 @@ declare const CreateLaunchTemplateCommand_base: {
228
228
  * Max: Number("int"),
229
229
  * },
230
230
  * CpuManufacturers: [ // CpuManufacturerSet
231
- * "intel" || "amd" || "amazon-web-services",
231
+ * "intel" || "amd" || "amazon-web-services" || "apple",
232
232
  * ],
233
233
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
234
234
  * Min: Number("double"),
@@ -286,6 +286,15 @@ declare const CreateLaunchTemplateCommand_base: {
286
286
  * "STRING_VALUE",
287
287
  * ],
288
288
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
289
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
290
+ * Cpu: { // CpuPerformanceFactorRequest
291
+ * References: [ // PerformanceFactorReferenceSetRequest
292
+ * { // PerformanceFactorReferenceRequest
293
+ * InstanceFamily: "STRING_VALUE",
294
+ * },
295
+ * ],
296
+ * },
297
+ * },
289
298
  * },
290
299
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
291
300
  * HostnameType: "ip-name" || "resource-name",
@@ -196,7 +196,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
196
196
  * AmdSevSnp: "enabled" || "disabled",
197
197
  * },
198
198
  * CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
199
- * CapacityReservationPreference: "open" || "none",
199
+ * CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
200
200
  * CapacityReservationTarget: { // CapacityReservationTarget
201
201
  * CapacityReservationId: "STRING_VALUE",
202
202
  * CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -230,7 +230,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
230
230
  * Max: Number("int"),
231
231
  * },
232
232
  * CpuManufacturers: [ // CpuManufacturerSet
233
- * "intel" || "amd" || "amazon-web-services",
233
+ * "intel" || "amd" || "amazon-web-services" || "apple",
234
234
  * ],
235
235
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
236
236
  * Min: Number("double"),
@@ -288,6 +288,15 @@ declare const CreateLaunchTemplateVersionCommand_base: {
288
288
  * "STRING_VALUE",
289
289
  * ],
290
290
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
291
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
292
+ * Cpu: { // CpuPerformanceFactorRequest
293
+ * References: [ // PerformanceFactorReferenceSetRequest
294
+ * { // PerformanceFactorReferenceRequest
295
+ * InstanceFamily: "STRING_VALUE",
296
+ * },
297
+ * ],
298
+ * },
299
+ * },
291
300
  * },
292
301
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
293
302
  * HostnameType: "ip-name" || "resource-name",
@@ -462,7 +471,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
462
471
  * // AmdSevSnp: "enabled" || "disabled",
463
472
  * // },
464
473
  * // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
465
- * // CapacityReservationPreference: "open" || "none",
474
+ * // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
466
475
  * // CapacityReservationTarget: { // CapacityReservationTargetResponse
467
476
  * // CapacityReservationId: "STRING_VALUE",
468
477
  * // CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -497,7 +506,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
497
506
  * // Max: Number("int"),
498
507
  * // },
499
508
  * // CpuManufacturers: [ // CpuManufacturerSet
500
- * // "intel" || "amd" || "amazon-web-services",
509
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
501
510
  * // ],
502
511
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
503
512
  * // Min: Number("double"),
@@ -555,6 +564,15 @@ declare const CreateLaunchTemplateVersionCommand_base: {
555
564
  * // "STRING_VALUE",
556
565
  * // ],
557
566
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
567
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
568
+ * // Cpu: { // CpuPerformanceFactor
569
+ * // References: [ // PerformanceFactorReferenceSet
570
+ * // { // PerformanceFactorReference
571
+ * // InstanceFamily: "STRING_VALUE",
572
+ * // },
573
+ * // ],
574
+ * // },
575
+ * // },
558
576
  * // },
559
577
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
560
578
  * // HostnameType: "ip-name" || "resource-name",
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateNatGatewayRequest, CreateNatGatewayResult } from "../models/models_1";
4
+ import { CreateNatGatewayRequest } from "../models/models_1";
5
+ import { CreateNatGatewayResult } from "../models/models_2";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateNetworkAclRequest, CreateNetworkAclResult } from "../models/models_1";
4
+ import { CreateNetworkAclRequest, CreateNetworkAclResult } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateNetworkAclEntryRequest } from "../models/models_1";
4
+ import { CreateNetworkAclEntryRequest } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteFpgaImageRequest, DeleteFpgaImageResult } from "../models/models_2";
4
+ import { DeleteFpgaImageRequest } from "../models/models_2";
5
+ import { DeleteFpgaImageResult } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteInstanceConnectEndpointRequest, DeleteInstanceConnectEndpointResult } from "../models/models_2";
4
+ import { DeleteInstanceConnectEndpointRequest, DeleteInstanceConnectEndpointResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteInstanceEventWindowRequest, DeleteInstanceEventWindowResult } from "../models/models_2";
4
+ import { DeleteInstanceEventWindowRequest, DeleteInstanceEventWindowResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteInternetGatewayRequest } from "../models/models_2";
4
+ import { DeleteInternetGatewayRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_2";
4
+ import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteIpamExternalResourceVerificationTokenRequest } from "../models/models_2";
5
- import { DeleteIpamExternalResourceVerificationTokenResult } from "../models/models_3";
4
+ import { DeleteIpamExternalResourceVerificationTokenRequest, DeleteIpamExternalResourceVerificationTokenResult } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -60,6 +60,11 @@ declare const DeleteIpamResourceDiscoveryCommand_base: {
60
60
  * // Value: "STRING_VALUE",
61
61
  * // },
62
62
  * // ],
63
+ * // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
64
+ * // { // IpamOrganizationalUnitExclusion
65
+ * // OrganizationsEntityPath: "STRING_VALUE",
66
+ * // },
67
+ * // ],
63
68
  * // },
64
69
  * // };
65
70
  *
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { DescribeCapacityBlockExtensionHistoryRequest, DescribeCapacityBlockExtensionHistoryResult } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeCapacityBlockExtensionHistoryCommand}.
14
+ */
15
+ export interface DescribeCapacityBlockExtensionHistoryCommandInput extends DescribeCapacityBlockExtensionHistoryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeCapacityBlockExtensionHistoryCommand}.
21
+ */
22
+ export interface DescribeCapacityBlockExtensionHistoryCommandOutput extends DescribeCapacityBlockExtensionHistoryResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeCapacityBlockExtensionHistoryCommand_base: {
25
+ new (input: DescribeCapacityBlockExtensionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeCapacityBlockExtensionHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes the events for the specified Capacity Block extension during the specified
31
+ * time.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { EC2Client, DescribeCapacityBlockExtensionHistoryCommand } from "@aws-sdk/client-ec2"; // ES Modules import
36
+ * // const { EC2Client, DescribeCapacityBlockExtensionHistoryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
37
+ * const client = new EC2Client(config);
38
+ * const input = { // DescribeCapacityBlockExtensionHistoryRequest
39
+ * CapacityReservationIds: [ // CapacityReservationIdSet
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * NextToken: "STRING_VALUE",
43
+ * MaxResults: Number("int"),
44
+ * Filters: [ // FilterList
45
+ * { // Filter
46
+ * Name: "STRING_VALUE",
47
+ * Values: [ // ValueStringList
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * },
51
+ * ],
52
+ * DryRun: true || false,
53
+ * };
54
+ * const command = new DescribeCapacityBlockExtensionHistoryCommand(input);
55
+ * const response = await client.send(command);
56
+ * // { // DescribeCapacityBlockExtensionHistoryResult
57
+ * // CapacityBlockExtensions: [ // CapacityBlockExtensionSet
58
+ * // { // CapacityBlockExtension
59
+ * // CapacityReservationId: "STRING_VALUE",
60
+ * // InstanceType: "STRING_VALUE",
61
+ * // InstanceCount: Number("int"),
62
+ * // AvailabilityZone: "STRING_VALUE",
63
+ * // AvailabilityZoneId: "STRING_VALUE",
64
+ * // CapacityBlockExtensionOfferingId: "STRING_VALUE",
65
+ * // CapacityBlockExtensionDurationHours: Number("int"),
66
+ * // CapacityBlockExtensionStatus: "payment-pending" || "payment-failed" || "payment-succeeded",
67
+ * // CapacityBlockExtensionPurchaseDate: new Date("TIMESTAMP"),
68
+ * // CapacityBlockExtensionStartDate: new Date("TIMESTAMP"),
69
+ * // CapacityBlockExtensionEndDate: new Date("TIMESTAMP"),
70
+ * // UpfrontFee: "STRING_VALUE",
71
+ * // CurrencyCode: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // NextToken: "STRING_VALUE",
75
+ * // };
76
+ *
77
+ * ```
78
+ *
79
+ * @param DescribeCapacityBlockExtensionHistoryCommandInput - {@link DescribeCapacityBlockExtensionHistoryCommandInput}
80
+ * @returns {@link DescribeCapacityBlockExtensionHistoryCommandOutput}
81
+ * @see {@link DescribeCapacityBlockExtensionHistoryCommandInput} for command's `input` shape.
82
+ * @see {@link DescribeCapacityBlockExtensionHistoryCommandOutput} for command's `response` shape.
83
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
84
+ *
85
+ * @throws {@link EC2ServiceException}
86
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
87
+ *
88
+ * @public
89
+ */
90
+ export declare class DescribeCapacityBlockExtensionHistoryCommand extends DescribeCapacityBlockExtensionHistoryCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeCapacityBlockExtensionHistoryRequest;
95
+ output: DescribeCapacityBlockExtensionHistoryResult;
96
+ };
97
+ sdk: {
98
+ input: DescribeCapacityBlockExtensionHistoryCommandInput;
99
+ output: DescribeCapacityBlockExtensionHistoryCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { DescribeCapacityBlockExtensionOfferingsRequest, DescribeCapacityBlockExtensionOfferingsResult } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeCapacityBlockExtensionOfferingsCommand}.
14
+ */
15
+ export interface DescribeCapacityBlockExtensionOfferingsCommandInput extends DescribeCapacityBlockExtensionOfferingsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeCapacityBlockExtensionOfferingsCommand}.
21
+ */
22
+ export interface DescribeCapacityBlockExtensionOfferingsCommandOutput extends DescribeCapacityBlockExtensionOfferingsResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeCapacityBlockExtensionOfferingsCommand_base: {
25
+ new (input: DescribeCapacityBlockExtensionOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeCapacityBlockExtensionOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes Capacity Block extension offerings available for purchase in the Amazon Web Services Region
31
+ * that you're currently using.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { EC2Client, DescribeCapacityBlockExtensionOfferingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
36
+ * // const { EC2Client, DescribeCapacityBlockExtensionOfferingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
37
+ * const client = new EC2Client(config);
38
+ * const input = { // DescribeCapacityBlockExtensionOfferingsRequest
39
+ * DryRun: true || false,
40
+ * CapacityBlockExtensionDurationHours: Number("int"), // required
41
+ * CapacityReservationId: "STRING_VALUE", // required
42
+ * NextToken: "STRING_VALUE",
43
+ * MaxResults: Number("int"),
44
+ * };
45
+ * const command = new DescribeCapacityBlockExtensionOfferingsCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // DescribeCapacityBlockExtensionOfferingsResult
48
+ * // CapacityBlockExtensionOfferings: [ // CapacityBlockExtensionOfferingSet
49
+ * // { // CapacityBlockExtensionOffering
50
+ * // CapacityBlockExtensionOfferingId: "STRING_VALUE",
51
+ * // InstanceType: "STRING_VALUE",
52
+ * // InstanceCount: Number("int"),
53
+ * // AvailabilityZone: "STRING_VALUE",
54
+ * // AvailabilityZoneId: "STRING_VALUE",
55
+ * // StartDate: new Date("TIMESTAMP"),
56
+ * // CapacityBlockExtensionStartDate: new Date("TIMESTAMP"),
57
+ * // CapacityBlockExtensionEndDate: new Date("TIMESTAMP"),
58
+ * // CapacityBlockExtensionDurationHours: Number("int"),
59
+ * // UpfrontFee: "STRING_VALUE",
60
+ * // CurrencyCode: "STRING_VALUE",
61
+ * // Tenancy: "default" || "dedicated",
62
+ * // },
63
+ * // ],
64
+ * // NextToken: "STRING_VALUE",
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param DescribeCapacityBlockExtensionOfferingsCommandInput - {@link DescribeCapacityBlockExtensionOfferingsCommandInput}
70
+ * @returns {@link DescribeCapacityBlockExtensionOfferingsCommandOutput}
71
+ * @see {@link DescribeCapacityBlockExtensionOfferingsCommandInput} for command's `input` shape.
72
+ * @see {@link DescribeCapacityBlockExtensionOfferingsCommandOutput} for command's `response` shape.
73
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
74
+ *
75
+ * @throws {@link EC2ServiceException}
76
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DescribeCapacityBlockExtensionOfferingsCommand extends DescribeCapacityBlockExtensionOfferingsCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DescribeCapacityBlockExtensionOfferingsRequest;
85
+ output: DescribeCapacityBlockExtensionOfferingsResult;
86
+ };
87
+ sdk: {
88
+ input: DescribeCapacityBlockExtensionOfferingsCommandInput;
89
+ output: DescribeCapacityBlockExtensionOfferingsCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -27,7 +27,8 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.</p>
30
+ * <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a
31
+ * specific instance type for a period of time.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -59,6 +60,7 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
59
60
  * // UpfrontFee: "STRING_VALUE",
60
61
  * // CurrencyCode: "STRING_VALUE",
61
62
  * // Tenancy: "default" || "dedicated",
63
+ * // CapacityBlockDurationMinutes: Number("int"),
62
64
  * // },
63
65
  * // ],
64
66
  * // NextToken: "STRING_VALUE",
@@ -27,9 +27,9 @@ declare const DescribeCapacityReservationBillingRequestsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes a request to assign the billing of the unused capacity of a Capacity Reservation.
31
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/transfer-billing.html">
32
- * Billing assignment for shared Amazon EC2 Capacity Reservations</a>.</p>
30
+ * <p>Describes a request to assign the billing of the unused capacity of a Capacity
31
+ * Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/transfer-billing.html"> Billing assignment for shared
32
+ * Amazon EC2 Capacity Reservations</a>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -27,8 +27,9 @@ declare const DescribeCapacityReservationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the
31
- * Amazon Web Services Region that you're currently using.</p>
30
+ * <p>Describes one or more of your Capacity Reservations. The results describe only the
31
+ * Capacity Reservations in the Amazon Web Services Region that you're currently
32
+ * using.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -69,7 +70,7 @@ declare const DescribeCapacityReservationsCommand_base: {
69
70
  * // AvailableInstanceCount: Number("int"),
70
71
  * // EbsOptimized: true || false,
71
72
  * // EphemeralStorage: true || false,
72
- * // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed",
73
+ * // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed" || "assessing" || "delayed" || "unsupported",
73
74
  * // StartDate: new Date("TIMESTAMP"),
74
75
  * // EndDate: new Date("TIMESTAMP"),
75
76
  * // EndDateType: "unlimited" || "limited",
@@ -92,6 +93,11 @@ declare const DescribeCapacityReservationsCommand_base: {
92
93
  * // ],
93
94
  * // ReservationType: "default" || "capacity-block",
94
95
  * // UnusedReservationBillingOwnerId: "STRING_VALUE",
96
+ * // CommitmentInfo: { // CapacityReservationCommitmentInfo
97
+ * // CommittedInstanceCount: Number("int"),
98
+ * // CommitmentEndDate: new Date("TIMESTAMP"),
99
+ * // },
100
+ * // DeliveryPreference: "fixed" || "incremental",
95
101
  * // },
96
102
  * // ],
97
103
  * // };
@@ -98,7 +98,7 @@ declare const DescribeFleetsCommand_base: {
98
98
  * // Max: Number("int"),
99
99
  * // },
100
100
  * // CpuManufacturers: [ // CpuManufacturerSet
101
- * // "intel" || "amd" || "amazon-web-services",
101
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
102
102
  * // ],
103
103
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
104
104
  * // Min: Number("double"),
@@ -156,6 +156,15 @@ declare const DescribeFleetsCommand_base: {
156
156
  * // "STRING_VALUE",
157
157
  * // ],
158
158
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
159
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
160
+ * // Cpu: { // CpuPerformanceFactor
161
+ * // References: [ // PerformanceFactorReferenceSet
162
+ * // { // PerformanceFactorReference
163
+ * // InstanceFamily: "STRING_VALUE",
164
+ * // },
165
+ * // ],
166
+ * // },
167
+ * // },
159
168
  * // },
160
169
  * // ImageId: "STRING_VALUE",
161
170
  * // },
@@ -233,7 +242,7 @@ declare const DescribeFleetsCommand_base: {
233
242
  * // Max: Number("int"),
234
243
  * // },
235
244
  * // CpuManufacturers: [
236
- * // "intel" || "amd" || "amazon-web-services",
245
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
237
246
  * // ],
238
247
  * // MemoryGiBPerVCpu: {
239
248
  * // Min: Number("double"),
@@ -291,6 +300,15 @@ declare const DescribeFleetsCommand_base: {
291
300
  * // "STRING_VALUE",
292
301
  * // ],
293
302
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
303
+ * // BaselinePerformanceFactors: {
304
+ * // Cpu: {
305
+ * // References: [
306
+ * // {
307
+ * // InstanceFamily: "STRING_VALUE",
308
+ * // },
309
+ * // ],
310
+ * // },
311
+ * // },
294
312
  * // },
295
313
  * // ImageId: "STRING_VALUE",
296
314
  * // },
@@ -328,7 +346,7 @@ declare const DescribeFleetsCommand_base: {
328
346
  * // Max: Number("int"),
329
347
  * // },
330
348
  * // CpuManufacturers: [
331
- * // "intel" || "amd" || "amazon-web-services",
349
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
332
350
  * // ],
333
351
  * // MemoryGiBPerVCpu: {
334
352
  * // Min: Number("double"),
@@ -386,6 +404,15 @@ declare const DescribeFleetsCommand_base: {
386
404
  * // "STRING_VALUE",
387
405
  * // ],
388
406
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
407
+ * // BaselinePerformanceFactors: {
408
+ * // Cpu: {
409
+ * // References: [
410
+ * // {
411
+ * // InstanceFamily: "STRING_VALUE",
412
+ * // },
413
+ * // ],
414
+ * // },
415
+ * // },
389
416
  * // },
390
417
  * // ImageId: "STRING_VALUE",
391
418
  * // },
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeFpgaImageAttributeRequest, DescribeFpgaImageAttributeResult } from "../models/models_3";
4
+ import { DescribeFpgaImageAttributeRequest } from "../models/models_3";
5
+ import { DescribeFpgaImageAttributeResult } from "../models/models_4";
5
6
  /**
6
7
  * @public
7
8
  */