@aws-sdk/client-ec2 3.695.0 → 3.697.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 (162) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +730 -57
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +7 -4
  12. package/dist-es/models/models_2.js +20 -0
  13. package/dist-es/models/models_3.js +0 -6
  14. package/dist-es/models/models_4.js +6 -15
  15. package/dist-es/models/models_5.js +25 -0
  16. package/dist-es/protocols/Aws_ec2.js +563 -28
  17. package/dist-types/EC2.d.ts +44 -0
  18. package/dist-types/EC2Client.d.ts +8 -2
  19. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  20. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  21. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  28. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  44. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  45. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  47. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  52. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  65. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  66. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  67. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  68. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  69. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  70. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  72. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  74. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  76. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  77. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  78. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  79. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  80. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  81. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  84. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  85. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  86. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  87. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  91. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  93. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  95. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  96. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  97. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  98. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  99. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +27 -23
  102. package/dist-types/models/models_1.d.ts +310 -277
  103. package/dist-types/models/models_2.d.ts +417 -219
  104. package/dist-types/models/models_3.d.ts +268 -589
  105. package/dist-types/models/models_4.d.ts +6951 -7048
  106. package/dist-types/models/models_5.d.ts +3709 -3519
  107. package/dist-types/models/models_6.d.ts +4429 -4255
  108. package/dist-types/models/models_7.d.ts +624 -29
  109. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  110. package/dist-types/ts3.4/EC2.d.ts +140 -0
  111. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  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 +1 -1
  120. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  132. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  154. package/dist-types/ts3.4/models/models_1.d.ts +34 -60
  155. package/dist-types/ts3.4/models/models_2.d.ts +102 -57
  156. package/dist-types/ts3.4/models/models_3.d.ts +64 -117
  157. package/dist-types/ts3.4/models/models_4.d.ts +119 -113
  158. package/dist-types/ts3.4/models/models_5.d.ts +152 -141
  159. package/dist-types/ts3.4/models/models_6.d.ts +139 -138
  160. package/dist-types/ts3.4/models/models_7.d.ts +158 -3
  161. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  162. package/package.json +37 -37
@@ -27,21 +27,22 @@ declare const DescribeImagesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.</p>
31
- * <p>The images available to you include public images, private images that you own, and private images owned by other
32
- * Amazon Web Services accounts for which you have explicit launch permissions.</p>
30
+ * <p>Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the
31
+ * images available to you.</p>
32
+ * <p>The images available to you include public images, private images that you own, and
33
+ * private images owned by other Amazon Web Services accounts for which you have explicit launch
34
+ * permissions.</p>
33
35
  * <p>Recently deregistered images appear in the returned results for a short interval and then
34
36
  * return empty results. After all instances that reference a deregistered AMI are terminated,
35
37
  * specifying the ID of the image will eventually return an error indicating that the AMI ID
36
38
  * cannot be found.</p>
37
39
  * <important>
38
40
  * <p>We strongly recommend using only paginated requests. Unpaginated requests are
39
- * susceptible to throttling and timeouts.</p>
41
+ * susceptible to throttling and timeouts.</p>
40
42
  * </important>
41
43
  * <note>
42
- * <p>The order of the elements in the response, including those within nested
43
- * structures, might vary. Applications should not assume the elements appear in a
44
- * particular order.</p>
44
+ * <p>The order of the elements in the response, including those within nested structures,
45
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
45
46
  * </note>
46
47
  * @example
47
48
  * Use a bare-bones client and the command you need to make an API call.
@@ -240,7 +240,7 @@ declare const DescribeInstancesCommand_base: {
240
240
  * // },
241
241
  * // CapacityReservationId: "STRING_VALUE",
242
242
  * // CapacityReservationSpecification: { // CapacityReservationSpecificationResponse
243
- * // CapacityReservationPreference: "open" || "none",
243
+ * // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
244
244
  * // CapacityReservationTarget: { // CapacityReservationTargetResponse
245
245
  * // CapacityReservationId: "STRING_VALUE",
246
246
  * // CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -217,7 +217,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
217
217
  * // AmdSevSnp: "enabled" || "disabled",
218
218
  * // },
219
219
  * // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
220
- * // CapacityReservationPreference: "open" || "none",
220
+ * // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
221
221
  * // CapacityReservationTarget: { // CapacityReservationTargetResponse
222
222
  * // CapacityReservationId: "STRING_VALUE",
223
223
  * // CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -252,7 +252,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
252
252
  * // Max: Number("int"),
253
253
  * // },
254
254
  * // CpuManufacturers: [ // CpuManufacturerSet
255
- * // "intel" || "amd" || "amazon-web-services",
255
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
256
256
  * // ],
257
257
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
258
258
  * // Min: Number("double"),
@@ -310,6 +310,15 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
310
310
  * // "STRING_VALUE",
311
311
  * // ],
312
312
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
313
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
314
+ * // Cpu: { // CpuPerformanceFactor
315
+ * // References: [ // PerformanceFactorReferenceSet
316
+ * // { // PerformanceFactorReference
317
+ * // InstanceFamily: "STRING_VALUE",
318
+ * // },
319
+ * // ],
320
+ * // },
321
+ * // },
313
322
  * // },
314
323
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
315
324
  * // HostnameType: "ip-name" || "resource-name",
@@ -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 { DescribeSecurityGroupVpcAssociationsRequest, DescribeSecurityGroupVpcAssociationsResult } from "../models/models_4";
4
+ import { DescribeSecurityGroupVpcAssociationsRequest, DescribeSecurityGroupVpcAssociationsResult } from "../models/models_5";
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 { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_4";
4
+ import { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_5";
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 { DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult } from "../models/models_4";
4
+ import { DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult } from "../models/models_5";
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 { DescribeSnapshotTierStatusRequest } from "../models/models_4";
5
- import { DescribeSnapshotTierStatusResult } from "../models/models_5";
4
+ import { DescribeSnapshotTierStatusRequest, DescribeSnapshotTierStatusResult } from "../models/models_5";
6
5
  /**
7
6
  * @public
8
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 { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_4";
4
+ import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_5";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -185,7 +185,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
185
185
  * // Max: Number("int"),
186
186
  * // },
187
187
  * // CpuManufacturers: [ // CpuManufacturerSet
188
- * // "intel" || "amd" || "amazon-web-services",
188
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
189
189
  * // ],
190
190
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
191
191
  * // Min: Number("double"),
@@ -243,6 +243,15 @@ declare const DescribeSpotFleetRequestsCommand_base: {
243
243
  * // "STRING_VALUE",
244
244
  * // ],
245
245
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
246
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
247
+ * // Cpu: { // CpuPerformanceFactor
248
+ * // References: [ // PerformanceFactorReferenceSet
249
+ * // { // PerformanceFactorReference
250
+ * // InstanceFamily: "STRING_VALUE",
251
+ * // },
252
+ * // ],
253
+ * // },
254
+ * // },
246
255
  * // },
247
256
  * // SecurityGroups: [ // GroupIdentifierList
248
257
  * // { // GroupIdentifier
@@ -277,7 +286,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
277
286
  * // Max: Number("int"),
278
287
  * // },
279
288
  * // CpuManufacturers: [
280
- * // "intel" || "amd" || "amazon-web-services",
289
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
281
290
  * // ],
282
291
  * // MemoryGiBPerVCpu: {
283
292
  * // Min: Number("double"),
@@ -335,6 +344,15 @@ declare const DescribeSpotFleetRequestsCommand_base: {
335
344
  * // "STRING_VALUE",
336
345
  * // ],
337
346
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
347
+ * // BaselinePerformanceFactors: {
348
+ * // Cpu: {
349
+ * // References: [
350
+ * // {
351
+ * // InstanceFamily: "STRING_VALUE",
352
+ * // },
353
+ * // ],
354
+ * // },
355
+ * // },
338
356
  * // },
339
357
  * // },
340
358
  * // ],
@@ -38,7 +38,7 @@ declare const DescribeStoreImageTasksCommand_base: {
38
38
  * <p>To use this API, you must have the required permissions. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions">Permissions for storing and restoring AMIs using Amazon S3</a> in the
39
39
  * <i>Amazon EC2 User Guide</i>.</p>
40
40
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html">Store and restore an AMI using
41
- * Amazon S3</a> in the <i>Amazon EC2 User Guide</i>.</p>
41
+ * Amazon S3</a> in the <i>Amazon EC2 User Guide</i>.</p>
42
42
  * @example
43
43
  * Use a bare-bones client and the command you need to make an API call.
44
44
  * ```javascript
@@ -93,6 +93,9 @@ declare const DescribeSubnetsCommand_base: {
93
93
  * // EnableResourceNameDnsARecord: true || false,
94
94
  * // EnableResourceNameDnsAAAARecord: true || false,
95
95
  * // },
96
+ * // BlockPublicAccessStates: { // BlockPublicAccessStates
97
+ * // InternetGatewayBlockMode: "off" || "block-bidirectional" || "block-ingress",
98
+ * // },
96
99
  * // SubnetId: "STRING_VALUE",
97
100
  * // State: "pending" || "available" || "unavailable",
98
101
  * // VpcId: "STRING_VALUE",
@@ -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 { DescribeVpcBlockPublicAccessExclusionsRequest, DescribeVpcBlockPublicAccessExclusionsResult } from "../models/models_5";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeVpcBlockPublicAccessExclusionsCommand}.
14
+ */
15
+ export interface DescribeVpcBlockPublicAccessExclusionsCommandInput extends DescribeVpcBlockPublicAccessExclusionsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeVpcBlockPublicAccessExclusionsCommand}.
21
+ */
22
+ export interface DescribeVpcBlockPublicAccessExclusionsCommandOutput extends DescribeVpcBlockPublicAccessExclusionsResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeVpcBlockPublicAccessExclusionsCommand_base: {
25
+ new (input: DescribeVpcBlockPublicAccessExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcBlockPublicAccessExclusionsCommandInput, DescribeVpcBlockPublicAccessExclusionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeVpcBlockPublicAccessExclusionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeVpcBlockPublicAccessExclusionsCommandInput, DescribeVpcBlockPublicAccessExclusionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describe VPC Block Public Access (BPA) exclusions. A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EC2Client, DescribeVpcBlockPublicAccessExclusionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
35
+ * // const { EC2Client, DescribeVpcBlockPublicAccessExclusionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
36
+ * const client = new EC2Client(config);
37
+ * const input = { // DescribeVpcBlockPublicAccessExclusionsRequest
38
+ * DryRun: true || false,
39
+ * Filters: [ // FilterList
40
+ * { // Filter
41
+ * Name: "STRING_VALUE",
42
+ * Values: [ // ValueStringList
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * ],
47
+ * ExclusionIds: [ // VpcBlockPublicAccessExclusionIdList
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * NextToken: "STRING_VALUE",
51
+ * MaxResults: Number("int"),
52
+ * };
53
+ * const command = new DescribeVpcBlockPublicAccessExclusionsCommand(input);
54
+ * const response = await client.send(command);
55
+ * // { // DescribeVpcBlockPublicAccessExclusionsResult
56
+ * // VpcBlockPublicAccessExclusions: [ // VpcBlockPublicAccessExclusionList
57
+ * // { // VpcBlockPublicAccessExclusion
58
+ * // ExclusionId: "STRING_VALUE",
59
+ * // InternetGatewayExclusionMode: "allow-bidirectional" || "allow-egress",
60
+ * // ResourceArn: "STRING_VALUE",
61
+ * // State: "create-in-progress" || "create-complete" || "create-failed" || "update-in-progress" || "update-complete" || "update-failed" || "delete-in-progress" || "delete-complete" || "disable-in-progress" || "disable-complete",
62
+ * // Reason: "STRING_VALUE",
63
+ * // CreationTimestamp: new Date("TIMESTAMP"),
64
+ * // LastUpdateTimestamp: new Date("TIMESTAMP"),
65
+ * // DeletionTimestamp: new Date("TIMESTAMP"),
66
+ * // Tags: [ // TagList
67
+ * // { // Tag
68
+ * // Key: "STRING_VALUE",
69
+ * // Value: "STRING_VALUE",
70
+ * // },
71
+ * // ],
72
+ * // },
73
+ * // ],
74
+ * // NextToken: "STRING_VALUE",
75
+ * // };
76
+ *
77
+ * ```
78
+ *
79
+ * @param DescribeVpcBlockPublicAccessExclusionsCommandInput - {@link DescribeVpcBlockPublicAccessExclusionsCommandInput}
80
+ * @returns {@link DescribeVpcBlockPublicAccessExclusionsCommandOutput}
81
+ * @see {@link DescribeVpcBlockPublicAccessExclusionsCommandInput} for command's `input` shape.
82
+ * @see {@link DescribeVpcBlockPublicAccessExclusionsCommandOutput} 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 DescribeVpcBlockPublicAccessExclusionsCommand extends DescribeVpcBlockPublicAccessExclusionsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeVpcBlockPublicAccessExclusionsRequest;
95
+ output: DescribeVpcBlockPublicAccessExclusionsResult;
96
+ };
97
+ sdk: {
98
+ input: DescribeVpcBlockPublicAccessExclusionsCommandInput;
99
+ output: DescribeVpcBlockPublicAccessExclusionsCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -0,0 +1,78 @@
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 { DescribeVpcBlockPublicAccessOptionsRequest, DescribeVpcBlockPublicAccessOptionsResult } from "../models/models_5";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeVpcBlockPublicAccessOptionsCommand}.
14
+ */
15
+ export interface DescribeVpcBlockPublicAccessOptionsCommandInput extends DescribeVpcBlockPublicAccessOptionsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeVpcBlockPublicAccessOptionsCommand}.
21
+ */
22
+ export interface DescribeVpcBlockPublicAccessOptionsCommandOutput extends DescribeVpcBlockPublicAccessOptionsResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeVpcBlockPublicAccessOptionsCommand_base: {
25
+ new (input: DescribeVpcBlockPublicAccessOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcBlockPublicAccessOptionsCommandInput, DescribeVpcBlockPublicAccessOptionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeVpcBlockPublicAccessOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeVpcBlockPublicAccessOptionsCommandInput, DescribeVpcBlockPublicAccessOptionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describe VPC Block Public Access (BPA) options. VPC Block public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EC2Client, DescribeVpcBlockPublicAccessOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
35
+ * // const { EC2Client, DescribeVpcBlockPublicAccessOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
36
+ * const client = new EC2Client(config);
37
+ * const input = { // DescribeVpcBlockPublicAccessOptionsRequest
38
+ * DryRun: true || false,
39
+ * };
40
+ * const command = new DescribeVpcBlockPublicAccessOptionsCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeVpcBlockPublicAccessOptionsResult
43
+ * // VpcBlockPublicAccessOptions: { // VpcBlockPublicAccessOptions
44
+ * // AwsAccountId: "STRING_VALUE",
45
+ * // AwsRegion: "STRING_VALUE",
46
+ * // State: "default-state" || "update-in-progress" || "update-complete",
47
+ * // InternetGatewayBlockMode: "off" || "block-bidirectional" || "block-ingress",
48
+ * // Reason: "STRING_VALUE",
49
+ * // LastUpdateTimestamp: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param DescribeVpcBlockPublicAccessOptionsCommandInput - {@link DescribeVpcBlockPublicAccessOptionsCommandInput}
56
+ * @returns {@link DescribeVpcBlockPublicAccessOptionsCommandOutput}
57
+ * @see {@link DescribeVpcBlockPublicAccessOptionsCommandInput} for command's `input` shape.
58
+ * @see {@link DescribeVpcBlockPublicAccessOptionsCommandOutput} for command's `response` shape.
59
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
60
+ *
61
+ * @throws {@link EC2ServiceException}
62
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
63
+ *
64
+ * @public
65
+ */
66
+ export declare class DescribeVpcBlockPublicAccessOptionsCommand extends DescribeVpcBlockPublicAccessOptionsCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DescribeVpcBlockPublicAccessOptionsRequest;
71
+ output: DescribeVpcBlockPublicAccessOptionsResult;
72
+ };
73
+ sdk: {
74
+ input: DescribeVpcBlockPublicAccessOptionsCommandInput;
75
+ output: DescribeVpcBlockPublicAccessOptionsCommandOutput;
76
+ };
77
+ };
78
+ }
@@ -91,6 +91,9 @@ declare const DescribeVpcsCommand_base: {
91
91
  * // Value: "STRING_VALUE",
92
92
  * // },
93
93
  * // ],
94
+ * // BlockPublicAccessStates: { // BlockPublicAccessStates
95
+ * // InternetGatewayBlockMode: "off" || "block-bidirectional" || "block-ingress",
96
+ * // },
94
97
  * // VpcId: "STRING_VALUE",
95
98
  * // State: "pending" || "available",
96
99
  * // CidrBlock: "STRING_VALUE",
@@ -27,11 +27,13 @@ declare const DisableFastLaunchCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots.
31
- * After you disable Windows fast launch, the AMI uses the standard launch process for each
32
- * new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again.</p>
30
+ * <p>Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned
31
+ * snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for
32
+ * each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable
33
+ * Windows fast launch again.</p>
33
34
  * <note>
34
- * <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
35
+ * <p>You can only change these settings for Windows AMIs that you own or that have been
36
+ * shared with you.</p>
35
37
  * </note>
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -35,8 +35,8 @@ declare const DisableImageBlockPublicAccessCommand_base: {
35
35
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetImageBlockPublicAccessState.html">GetImageBlockPublicAccessState</a>, the response will be
36
36
  * <code>block-new-sharing</code>. When the API has completed the configuration, the response
37
37
  * will be <code>unblocked</code>.</p>
38
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block public access to your AMIs</a> in
39
- * the <i>Amazon EC2 User Guide</i>.</p>
38
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block
39
+ * public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
42
42
  * ```javascript
@@ -27,14 +27,15 @@ declare const EnableFastLaunchCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>When you enable Windows fast launch for a Windows AMI, images are pre-provisioned,
31
- * using snapshots to launch instances up to 65% faster. To create the optimized Windows
32
- * image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required.
33
- * Then it creates a set of reserved snapshots that are used for subsequent launches. The
34
- * reserved snapshots are automatically replenished as they are used, depending on your
35
- * settings for launch frequency.</p>
30
+ * <p>When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using
31
+ * snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2
32
+ * launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a
33
+ * set of reserved snapshots that are used for subsequent launches. The reserved snapshots are
34
+ * automatically replenished as they are used, depending on your settings for launch
35
+ * frequency.</p>
36
36
  * <note>
37
- * <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
37
+ * <p>You can only change these settings for Windows AMIs that you own or that have been
38
+ * shared with you.</p>
38
39
  * </note>
39
40
  * @example
40
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -28,7 +28,8 @@ declare const EnableImageDeprecationCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Enables deprecation of the specified AMI at the specified date and time.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the
32
+ * <i>Amazon EC2 User Guide</i>.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -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 { ExportClientVpnClientConfigurationRequest, ExportClientVpnClientConfigurationResult } from "../models/models_5";
4
+ import { ExportClientVpnClientConfigurationRequest } from "../models/models_5";
5
+ import { ExportClientVpnClientConfigurationResult } from "../models/models_6";
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 { ExportImageRequest, ExportImageResult } from "../models/models_5";
4
+ import { ExportImageRequest, ExportImageResult } from "../models/models_6";
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 { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_5";
4
+ import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_6";
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 { GetAssociatedEnclaveCertificateIamRolesRequest, GetAssociatedEnclaveCertificateIamRolesResult } from "../models/models_5";
4
+ import { GetAssociatedEnclaveCertificateIamRolesRequest, GetAssociatedEnclaveCertificateIamRolesResult } from "../models/models_6";
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 { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_5";
4
+ import { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_6";
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 { GetAwsNetworkPerformanceDataRequest, GetAwsNetworkPerformanceDataResult } from "../models/models_5";
4
+ import { GetAwsNetworkPerformanceDataRequest, GetAwsNetworkPerformanceDataResult } from "../models/models_6";
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 { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_5";
4
+ import { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_6";
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 { GetCoipPoolUsageRequest } from "../models/models_5";
5
- import { GetCoipPoolUsageResult } from "../models/models_6";
4
+ import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_6";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -61,7 +61,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
61
61
  * Max: Number("int"),
62
62
  * },
63
63
  * CpuManufacturers: [ // CpuManufacturerSet
64
- * "intel" || "amd" || "amazon-web-services",
64
+ * "intel" || "amd" || "amazon-web-services" || "apple",
65
65
  * ],
66
66
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
67
67
  * Min: Number("double"),
@@ -119,6 +119,15 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
119
119
  * "STRING_VALUE",
120
120
  * ],
121
121
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
122
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
123
+ * Cpu: { // CpuPerformanceFactorRequest
124
+ * References: [ // PerformanceFactorReferenceSetRequest
125
+ * { // PerformanceFactorReferenceRequest
126
+ * InstanceFamily: "STRING_VALUE",
127
+ * },
128
+ * ],
129
+ * },
130
+ * },
122
131
  * },
123
132
  * MaxResults: Number("int"),
124
133
  * NextToken: "STRING_VALUE",
@@ -194,7 +194,7 @@ declare const GetLaunchTemplateDataCommand_base: {
194
194
  * // AmdSevSnp: "enabled" || "disabled",
195
195
  * // },
196
196
  * // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
197
- * // CapacityReservationPreference: "open" || "none",
197
+ * // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
198
198
  * // CapacityReservationTarget: { // CapacityReservationTargetResponse
199
199
  * // CapacityReservationId: "STRING_VALUE",
200
200
  * // CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -229,7 +229,7 @@ declare const GetLaunchTemplateDataCommand_base: {
229
229
  * // Max: Number("int"),
230
230
  * // },
231
231
  * // CpuManufacturers: [ // CpuManufacturerSet
232
- * // "intel" || "amd" || "amazon-web-services",
232
+ * // "intel" || "amd" || "amazon-web-services" || "apple",
233
233
  * // ],
234
234
  * // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
235
235
  * // Min: Number("double"),
@@ -287,6 +287,15 @@ declare const GetLaunchTemplateDataCommand_base: {
287
287
  * // "STRING_VALUE",
288
288
  * // ],
289
289
  * // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
290
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactors
291
+ * // Cpu: { // CpuPerformanceFactor
292
+ * // References: [ // PerformanceFactorReferenceSet
293
+ * // { // PerformanceFactorReference
294
+ * // InstanceFamily: "STRING_VALUE",
295
+ * // },
296
+ * // ],
297
+ * // },
298
+ * // },
290
299
  * // },
291
300
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
292
301
  * // HostnameType: "ip-name" || "resource-name",