@aws-sdk/client-ec2 3.696.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.
- package/dist-cjs/index.js +179 -38
- package/dist-es/models/models_1.js +2 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/protocols/Aws_ec2.js +168 -26
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +245 -198
- package/dist-types/models/models_2.d.ts +199 -115
- package/dist-types/models/models_3.d.ts +115 -220
- package/dist-types/models/models_4.d.ts +222 -341
- package/dist-types/models/models_5.d.ts +340 -211
- package/dist-types/models/models_6.d.ts +228 -135
- package/dist-types/models/models_7.d.ts +126 -5
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +22 -45
- package/dist-types/ts3.4/models/models_2.d.ts +46 -25
- package/dist-types/ts3.4/models/models_3.d.ts +25 -48
- package/dist-types/ts3.4/models/models_4.d.ts +49 -43
- package/dist-types/ts3.4/models/models_5.d.ts +41 -40
- package/dist-types/ts3.4/models/models_6.d.ts +39 -36
- package/dist-types/ts3.4/models/models_7.d.ts +41 -8
- package/package.json +1 -1
|
@@ -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 { DescribeHostReservationOfferingsRequest
|
|
4
|
+
import { DescribeHostReservationOfferingsRequest } from "../models/models_3";
|
|
5
|
+
import { DescribeHostReservationOfferingsResult } from "../models/models_4";
|
|
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 { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/
|
|
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",
|
|
@@ -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/
|
|
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/
|
|
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
|
* // ],
|
|
@@ -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
|
|
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/
|
|
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/
|
|
4
|
+
import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
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",
|
|
@@ -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,
|
|
@@ -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
|
* },
|
|
@@ -29,7 +29,7 @@ declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an
|
|
31
31
|
* instance to target a specific Capacity Reservation, run in any <code>open</code> Capacity Reservation with matching
|
|
32
|
-
* attributes,
|
|
32
|
+
* attributes, run in On-Demand Instance capacity, or only run in a Capacity Reservation.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -39,7 +39,7 @@ declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
|
|
|
39
39
|
* const input = { // ModifyInstanceCapacityReservationAttributesRequest
|
|
40
40
|
* InstanceId: "STRING_VALUE", // required
|
|
41
41
|
* CapacityReservationSpecification: { // CapacityReservationSpecification
|
|
42
|
-
* CapacityReservationPreference: "open" || "none",
|
|
42
|
+
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
43
43
|
* CapacityReservationTarget: { // CapacityReservationTarget
|
|
44
44
|
* CapacityReservationId: "STRING_VALUE",
|
|
45
45
|
* CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
@@ -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,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 { ModifyTransitGatewayPrefixListReferenceRequest
|
|
4
|
+
import { ModifyTransitGatewayPrefixListReferenceRequest } from "../models/models_6";
|
|
5
|
+
import { ModifyTransitGatewayPrefixListReferenceResult } from "../models/models_7";
|
|
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 { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/
|
|
4
|
+
import { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -195,7 +195,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
195
195
|
* Max: Number("int"),
|
|
196
196
|
* },
|
|
197
197
|
* CpuManufacturers: [ // CpuManufacturerSet
|
|
198
|
-
* "intel" || "amd" || "amazon-web-services",
|
|
198
|
+
* "intel" || "amd" || "amazon-web-services" || "apple",
|
|
199
199
|
* ],
|
|
200
200
|
* MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
|
|
201
201
|
* Min: Number("double"),
|
|
@@ -253,6 +253,15 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
253
253
|
* "STRING_VALUE",
|
|
254
254
|
* ],
|
|
255
255
|
* MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
256
|
+
* BaselinePerformanceFactors: { // BaselinePerformanceFactors
|
|
257
|
+
* Cpu: { // CpuPerformanceFactor
|
|
258
|
+
* References: [ // PerformanceFactorReferenceSet
|
|
259
|
+
* { // PerformanceFactorReference
|
|
260
|
+
* InstanceFamily: "STRING_VALUE",
|
|
261
|
+
* },
|
|
262
|
+
* ],
|
|
263
|
+
* },
|
|
264
|
+
* },
|
|
256
265
|
* },
|
|
257
266
|
* SecurityGroups: [ // GroupIdentifierList
|
|
258
267
|
* { // GroupIdentifier
|
|
@@ -287,7 +296,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
287
296
|
* Max: Number("int"),
|
|
288
297
|
* },
|
|
289
298
|
* CpuManufacturers: [
|
|
290
|
-
* "intel" || "amd" || "amazon-web-services",
|
|
299
|
+
* "intel" || "amd" || "amazon-web-services" || "apple",
|
|
291
300
|
* ],
|
|
292
301
|
* MemoryGiBPerVCpu: {
|
|
293
302
|
* Min: Number("double"),
|
|
@@ -345,6 +354,15 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
345
354
|
* "STRING_VALUE",
|
|
346
355
|
* ],
|
|
347
356
|
* MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
357
|
+
* BaselinePerformanceFactors: {
|
|
358
|
+
* Cpu: {
|
|
359
|
+
* References: [
|
|
360
|
+
* {
|
|
361
|
+
* InstanceFamily: "STRING_VALUE",
|
|
362
|
+
* },
|
|
363
|
+
* ],
|
|
364
|
+
* },
|
|
365
|
+
* },
|
|
348
366
|
* },
|
|
349
367
|
* },
|
|
350
368
|
* ],
|
|
@@ -186,7 +186,7 @@ declare const RunInstancesCommand_base: {
|
|
|
186
186
|
* AmdSevSnp: "enabled" || "disabled",
|
|
187
187
|
* },
|
|
188
188
|
* CapacityReservationSpecification: { // CapacityReservationSpecification
|
|
189
|
-
* CapacityReservationPreference: "open" || "none",
|
|
189
|
+
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
190
190
|
* CapacityReservationTarget: { // CapacityReservationTarget
|
|
191
191
|
* CapacityReservationId: "STRING_VALUE",
|
|
192
192
|
* CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
@@ -453,7 +453,7 @@ declare const RunInstancesCommand_base: {
|
|
|
453
453
|
* // },
|
|
454
454
|
* // CapacityReservationId: "STRING_VALUE",
|
|
455
455
|
* // CapacityReservationSpecification: { // CapacityReservationSpecificationResponse
|
|
456
|
-
* // CapacityReservationPreference: "open" || "none",
|
|
456
|
+
* // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
457
457
|
* // CapacityReservationTarget: { // CapacityReservationTargetResponse
|
|
458
458
|
* // CapacityReservationId: "STRING_VALUE",
|
|
459
459
|
* // CapacityReservationResourceGroupArn: "STRING_VALUE",
|