@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
@@ -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 { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_3";
4
+ import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_4";
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 { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_3";
4
+ import { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_4";
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 { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_3";
4
+ import { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_4";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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",
@@ -73,6 +73,11 @@ declare const DescribeIpamResourceDiscoveriesCommand_base: {
73
73
  * // Value: "STRING_VALUE",
74
74
  * // },
75
75
  * // ],
76
+ * // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
77
+ * // { // IpamOrganizationalUnitExclusion
78
+ * // OrganizationsEntityPath: "STRING_VALUE",
79
+ * // },
80
+ * // ],
76
81
  * // },
77
82
  * // ],
78
83
  * // NextToken: "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,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 { DescribeScheduledInstanceAvailabilityRequest, DescribeScheduledInstanceAvailabilityResult } from "../models/models_4";
4
+ import { DescribeScheduledInstanceAvailabilityRequest } from "../models/models_4";
5
+ import { DescribeScheduledInstanceAvailabilityResult } from "../models/models_5";
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 { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } from "../models/models_4";
4
+ import { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } 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 { DescribeSecurityGroupReferencesRequest, DescribeSecurityGroupReferencesResult } from "../models/models_4";
4
+ import { DescribeSecurityGroupReferencesRequest, DescribeSecurityGroupReferencesResult } 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 { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/models_4";
4
+ import { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } 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 { 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
  */
@@ -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
  * // ],
@@ -27,7 +27,7 @@ declare const DescribeVpcBlockPublicAccessOptionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
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>
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
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,10 +27,10 @@ declare const DisassociateCapacityReservationBillingOwnerCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Cancels a pending request to assign billing of the unused capacity of a Capacity Reservation to a
31
- * consumer account, or revokes a request that has already been accepted. For more information, see
32
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html">Billing assignment for
33
- * shared Amazon EC2 Capacity Reservations</a>.</p>
30
+ * <p>Cancels a pending request to assign billing of the unused capacity of a Capacity
31
+ * Reservation to a consumer account, or revokes a request that has already been accepted.
32
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html">Billing assignment for shared
33
+ * Amazon EC2 Capacity Reservations</a>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -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 { EnableVgwRoutePropagationRequest } from "../models/models_5";
4
+ import { EnableVgwRoutePropagationRequest } 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 { EnableVolumeIORequest } from "../models/models_5";
4
+ import { EnableVolumeIORequest } 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 { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_5";
4
+ import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } 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 { EnableVpcClassicLinkDnsSupportRequest, EnableVpcClassicLinkDnsSupportResult } from "../models/models_5";
4
+ import { EnableVpcClassicLinkDnsSupportRequest, EnableVpcClassicLinkDnsSupportResult } 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 { ExportClientVpnClientCertificateRevocationListRequest, ExportClientVpnClientCertificateRevocationListResult } from "../models/models_5";
4
+ import { ExportClientVpnClientCertificateRevocationListRequest, ExportClientVpnClientCertificateRevocationListResult } 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 { ExportClientVpnClientConfigurationRequest, ExportClientVpnClientConfigurationResult } from "../models/models_5";
4
+ import { ExportClientVpnClientConfigurationRequest, ExportClientVpnClientConfigurationResult } 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 { 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
  */
@@ -27,9 +27,9 @@ declare const GetCapacityReservationUsageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner
31
- * and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only
32
- * the Capacity Reservation owner's usage.</p>
30
+ * <p>Gets usage information about a Capacity Reservation. If the Capacity Reservation is
31
+ * shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity
32
+ * Reservation is not shared, it shows only the Capacity Reservation owner's usage.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -50,7 +50,7 @@ declare const GetCapacityReservationUsageCommand_base: {
50
50
  * // InstanceType: "STRING_VALUE",
51
51
  * // TotalInstanceCount: Number("int"),
52
52
  * // AvailableInstanceCount: Number("int"),
53
- * // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed",
53
+ * // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed" || "assessing" || "delayed" || "unsupported",
54
54
  * // InstanceUsages: [ // InstanceUsageSet
55
55
  * // { // InstanceUsage
56
56
  * // AccountId: "STRING_VALUE",
@@ -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",
@@ -62,6 +62,7 @@ declare const GetIpamDiscoveredAccountsCommand_base: {
62
62
  * // },
63
63
  * // LastAttemptedDiscoveryTime: new Date("TIMESTAMP"),
64
64
  * // LastSuccessfulDiscoveryTime: new Date("TIMESTAMP"),
65
+ * // OrganizationalUnitId: "STRING_VALUE",
65
66
  * // },
66
67
  * // ],
67
68
  * // 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",
@@ -68,7 +68,7 @@ declare const GetSpotPlacementScoresCommand_base: {
68
68
  * Max: Number("int"),
69
69
  * },
70
70
  * CpuManufacturers: [ // CpuManufacturerSet
71
- * "intel" || "amd" || "amazon-web-services",
71
+ * "intel" || "amd" || "amazon-web-services" || "apple",
72
72
  * ],
73
73
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
74
74
  * Min: Number("double"),
@@ -126,6 +126,15 @@ declare const GetSpotPlacementScoresCommand_base: {
126
126
  * "STRING_VALUE",
127
127
  * ],
128
128
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
129
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
130
+ * Cpu: { // CpuPerformanceFactorRequest
131
+ * References: [ // PerformanceFactorReferenceSetRequest
132
+ * { // PerformanceFactorReferenceRequest
133
+ * InstanceFamily: "STRING_VALUE",
134
+ * },
135
+ * ],
136
+ * },
137
+ * },
129
138
  * },
130
139
  * },
131
140
  * DryRun: true || false,
@@ -27,10 +27,39 @@ declare const ModifyCapacityReservationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released. You
31
- * can't modify a Capacity Reservation's instance type, EBS optimization, platform, instance store settings, Availability Zone, or
32
- * tenancy. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with
33
- * the required attributes. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html">Modify an active Capacity Reservation</a>.</p>
30
+ * <p>Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under
31
+ * which it is to be released. You can't modify a Capacity Reservation's instance type, EBS
32
+ * optimization, platform, instance store settings, Availability Zone, or tenancy. If you need
33
+ * to modify any of these attributes, we recommend that you cancel the Capacity Reservation,
34
+ * and then create a new one with the required attributes. For more information, see
35
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html">
36
+ * Modify an active Capacity Reservation</a>.</p>
37
+ * <p>The allowed modifications depend on the state of the Capacity Reservation:</p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>
41
+ * <code>assessing</code> or <code>scheduled</code> state - You can modify the tags only.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>pending</code> state - You can't modify the Capacity Reservation in any way.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>active</code> state but still within the commitment duration - You can't decrease the instance
50
+ * count or set an end date that is within the commitment duration. All other modifications are allowed.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>active</code> state with no commitment duration or elapsed commitment duration - All modifications
55
+ * are allowed.</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <code>expired</code>, <code>cancelled</code>, <code>unsupported</code>, or <code>failed</code> state -
60
+ * You can't modify the Capacity Reservation in any way.</p>
61
+ * </li>
62
+ * </ul>
34
63
  * @example
35
64
  * Use a bare-bones client and the command you need to make an API call.
36
65
  * ```javascript
@@ -28,10 +28,11 @@ declare const ModifyCapacityReservationFleetCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Modifies a Capacity Reservation Fleet.</p>
31
- * <p>When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically
32
- * creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet
33
- * to meet the new total target capacity. When you modify the end date for the Fleet, the end dates for
34
- * all of the individual Capacity Reservations in the Fleet are updated accordingly.</p>
31
+ * <p>When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet
32
+ * automatically creates new Capacity Reservations, or modifies or cancels existing
33
+ * Capacity Reservations in the Fleet to meet the new total target capacity. When you
34
+ * modify the end date for the Fleet, the end dates for all of the individual Capacity
35
+ * Reservations in the Fleet are updated accordingly.</p>
35
36
  * @example
36
37
  * Use a bare-bones client and the command you need to make an API call.
37
38
  * ```javascript
@@ -94,7 +94,7 @@ declare const ModifyFleetCommand_base: {
94
94
  * Max: Number("int"),
95
95
  * },
96
96
  * CpuManufacturers: [ // CpuManufacturerSet
97
- * "intel" || "amd" || "amazon-web-services",
97
+ * "intel" || "amd" || "amazon-web-services" || "apple",
98
98
  * ],
99
99
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
100
100
  * Min: Number("double"),
@@ -152,6 +152,15 @@ declare const ModifyFleetCommand_base: {
152
152
  * "STRING_VALUE",
153
153
  * ],
154
154
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
155
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
156
+ * Cpu: { // CpuPerformanceFactorRequest
157
+ * References: [ // PerformanceFactorReferenceSetRequest
158
+ * { // PerformanceFactorReferenceRequest
159
+ * InstanceFamily: "STRING_VALUE",
160
+ * },
161
+ * ],
162
+ * },
163
+ * },
155
164
  * },
156
165
  * ImageId: "STRING_VALUE",
157
166
  * },
@@ -27,9 +27,10 @@ declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an
31
- * instance to target a specific Capacity Reservation, run in any <code>open</code> Capacity Reservation with matching
32
- * attributes, or run On-Demand Instance capacity.</p>
30
+ * <p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to
31
+ * configure an instance to target a specific Capacity Reservation, run in any
32
+ * <code>open</code> Capacity Reservation with matching attributes, run in On-Demand
33
+ * Instance capacity, or only run in a Capacity Reservation.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -39,7 +40,7 @@ declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
39
40
  * const input = { // ModifyInstanceCapacityReservationAttributesRequest
40
41
  * InstanceId: "STRING_VALUE", // required
41
42
  * CapacityReservationSpecification: { // CapacityReservationSpecification
42
- * CapacityReservationPreference: "open" || "none",
43
+ * CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
43
44
  * CapacityReservationTarget: { // CapacityReservationTarget
44
45
  * CapacityReservationId: "STRING_VALUE",
45
46
  * CapacityReservationResourceGroupArn: "STRING_VALUE",
@@ -48,6 +48,16 @@ declare const ModifyIpamResourceDiscoveryCommand_base: {
48
48
  * RegionName: "STRING_VALUE",
49
49
  * },
50
50
  * ],
51
+ * AddOrganizationalUnitExclusions: [ // AddIpamOrganizationalUnitExclusionSet
52
+ * { // AddIpamOrganizationalUnitExclusion
53
+ * OrganizationsEntityPath: "STRING_VALUE",
54
+ * },
55
+ * ],
56
+ * RemoveOrganizationalUnitExclusions: [ // RemoveIpamOrganizationalUnitExclusionSet
57
+ * { // RemoveIpamOrganizationalUnitExclusion
58
+ * OrganizationsEntityPath: "STRING_VALUE",
59
+ * },
60
+ * ],
51
61
  * };
52
62
  * const command = new ModifyIpamResourceDiscoveryCommand(input);
53
63
  * const response = await client.send(command);
@@ -71,6 +81,11 @@ declare const ModifyIpamResourceDiscoveryCommand_base: {
71
81
  * // Value: "STRING_VALUE",
72
82
  * // },
73
83
  * // ],
84
+ * // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
85
+ * // { // IpamOrganizationalUnitExclusion
86
+ * // OrganizationsEntityPath: "STRING_VALUE",
87
+ * // },
88
+ * // ],
74
89
  * // },
75
90
  * // };
76
91
  *
@@ -84,7 +84,7 @@ declare const ModifySpotFleetRequestCommand_base: {
84
84
  * Max: Number("int"),
85
85
  * },
86
86
  * CpuManufacturers: [ // CpuManufacturerSet
87
- * "intel" || "amd" || "amazon-web-services",
87
+ * "intel" || "amd" || "amazon-web-services" || "apple",
88
88
  * ],
89
89
  * MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
90
90
  * Min: Number("double"),
@@ -142,6 +142,15 @@ declare const ModifySpotFleetRequestCommand_base: {
142
142
  * "STRING_VALUE",
143
143
  * ],
144
144
  * MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
145
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactors
146
+ * Cpu: { // CpuPerformanceFactor
147
+ * References: [ // PerformanceFactorReferenceSet
148
+ * { // PerformanceFactorReference
149
+ * InstanceFamily: "STRING_VALUE",
150
+ * },
151
+ * ],
152
+ * },
153
+ * },
145
154
  * },
146
155
  * },
147
156
  * ],
@@ -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 { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/models_6";
4
+ import { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/models_7";
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 { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_6";
4
+ import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_7";
5
5
  /**
6
6
  * @public
7
7
  */