@aws-sdk/client-ec2 3.953.0 → 3.955.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 +8 -4
- package/dist-es/index.js +8 -0
- package/dist-es/schemas/schemas_0.js +8 -4
- package/dist-types/commands/CreateFleetCommand.d.ts +3 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/index.d.ts +8 -8
- package/dist-types/models/models_1.d.ts +23 -2
- package/dist-types/models/models_3.d.ts +1 -1
- package/dist-types/models/models_4.d.ts +25 -3
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_4.d.ts +2 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -19999,7 +19999,7 @@ var FleetLaunchTemplateOverrides$ = [
|
|
|
19999
19999
|
n0,
|
|
20000
20000
|
_FLTO,
|
|
20001
20001
|
0,
|
|
20002
|
-
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _IRn, _IIm, _BDMl],
|
|
20002
|
+
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _IRn, _IIm, _BDMl, _AZI],
|
|
20003
20003
|
[
|
|
20004
20004
|
[0, { [_eQN]: `InstanceType`, [_xN]: _iT }],
|
|
20005
20005
|
[0, { [_eQN]: `MaxPrice`, [_xN]: _mP }],
|
|
@@ -20011,6 +20011,7 @@ var FleetLaunchTemplateOverrides$ = [
|
|
|
20011
20011
|
[() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`, [_xN]: _iR }],
|
|
20012
20012
|
[0, { [_eQN]: `ImageId`, [_xN]: _iIma }],
|
|
20013
20013
|
[() => BlockDeviceMappingResponseList, { [_eQN]: `BlockDeviceMappingSet`, [_xN]: _bDMS }],
|
|
20014
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
20014
20015
|
],
|
|
20015
20016
|
];
|
|
20016
20017
|
var FleetLaunchTemplateOverridesRequest$ = [
|
|
@@ -20018,7 +20019,7 @@ var FleetLaunchTemplateOverridesRequest$ = [
|
|
|
20018
20019
|
n0,
|
|
20019
20020
|
_FLTOR,
|
|
20020
20021
|
0,
|
|
20021
|
-
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _BDMl, _IRn, _IIm],
|
|
20022
|
+
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _BDMl, _IRn, _IIm, _AZI],
|
|
20022
20023
|
[
|
|
20023
20024
|
0,
|
|
20024
20025
|
0,
|
|
@@ -20030,6 +20031,7 @@ var FleetLaunchTemplateOverridesRequest$ = [
|
|
|
20030
20031
|
[() => FleetBlockDeviceMappingRequestList, { [_xN]: _BDM }],
|
|
20031
20032
|
[() => InstanceRequirementsRequest$, 0],
|
|
20032
20033
|
0,
|
|
20034
|
+
0,
|
|
20033
20035
|
],
|
|
20034
20036
|
];
|
|
20035
20037
|
var FleetLaunchTemplateSpecification$ = [
|
|
@@ -24450,7 +24452,7 @@ var LaunchTemplateOverrides$ = [
|
|
|
24450
24452
|
n0,
|
|
24451
24453
|
_LTO,
|
|
24452
24454
|
0,
|
|
24453
|
-
[_IT, _SPp, _SIu, _AZ, _WCe, _Prio, _IRn],
|
|
24455
|
+
[_IT, _SPp, _SIu, _AZ, _WCe, _Prio, _IRn, _AZI],
|
|
24454
24456
|
[
|
|
24455
24457
|
[0, { [_eQN]: `InstanceType`, [_xN]: _iT }],
|
|
24456
24458
|
[0, { [_eQN]: `SpotPrice`, [_xN]: _sPp }],
|
|
@@ -24459,6 +24461,7 @@ var LaunchTemplateOverrides$ = [
|
|
|
24459
24461
|
[1, { [_eQN]: `WeightedCapacity`, [_xN]: _wC }],
|
|
24460
24462
|
[1, { [_eQN]: `Priority`, [_xN]: _pri }],
|
|
24461
24463
|
[() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`, [_xN]: _iR }],
|
|
24464
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
24462
24465
|
],
|
|
24463
24466
|
];
|
|
24464
24467
|
var LaunchTemplatePlacement$ = [
|
|
@@ -30348,11 +30351,12 @@ var SpotPlacement$ = [
|
|
|
30348
30351
|
n0,
|
|
30349
30352
|
_SPpo,
|
|
30350
30353
|
0,
|
|
30351
|
-
[_AZ, _GN, _Te],
|
|
30354
|
+
[_AZ, _GN, _Te, _AZI],
|
|
30352
30355
|
[
|
|
30353
30356
|
[0, { [_eQN]: `AvailabilityZone`, [_xN]: _aZ }],
|
|
30354
30357
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
30355
30358
|
[0, { [_eQN]: `Tenancy`, [_xN]: _t }],
|
|
30359
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
30356
30360
|
],
|
|
30357
30361
|
];
|
|
30358
30362
|
var SpotPlacementScore$ = [
|
package/dist-es/index.js
CHANGED
|
@@ -5,4 +5,12 @@ export * from "./schemas/schemas_0";
|
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./waiters";
|
|
7
7
|
export * from "./models/enums";
|
|
8
|
+
export * from "./models/models_0";
|
|
9
|
+
export * from "./models/models_1";
|
|
10
|
+
export * from "./models/models_2";
|
|
11
|
+
export * from "./models/models_3";
|
|
12
|
+
export * from "./models/models_4";
|
|
13
|
+
export * from "./models/models_5";
|
|
14
|
+
export * from "./models/models_6";
|
|
15
|
+
export * from "./models/models_7";
|
|
8
16
|
export { EC2ServiceException } from "./models/EC2ServiceException";
|
|
@@ -19880,7 +19880,7 @@ export var FleetLaunchTemplateOverrides$ = [
|
|
|
19880
19880
|
n0,
|
|
19881
19881
|
_FLTO,
|
|
19882
19882
|
0,
|
|
19883
|
-
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _IRn, _IIm, _BDMl],
|
|
19883
|
+
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _IRn, _IIm, _BDMl, _AZI],
|
|
19884
19884
|
[
|
|
19885
19885
|
[0, { [_eQN]: `InstanceType`, [_xN]: _iT }],
|
|
19886
19886
|
[0, { [_eQN]: `MaxPrice`, [_xN]: _mP }],
|
|
@@ -19892,6 +19892,7 @@ export var FleetLaunchTemplateOverrides$ = [
|
|
|
19892
19892
|
[() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`, [_xN]: _iR }],
|
|
19893
19893
|
[0, { [_eQN]: `ImageId`, [_xN]: _iIma }],
|
|
19894
19894
|
[() => BlockDeviceMappingResponseList, { [_eQN]: `BlockDeviceMappingSet`, [_xN]: _bDMS }],
|
|
19895
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
19895
19896
|
],
|
|
19896
19897
|
];
|
|
19897
19898
|
export var FleetLaunchTemplateOverridesRequest$ = [
|
|
@@ -19899,7 +19900,7 @@ export var FleetLaunchTemplateOverridesRequest$ = [
|
|
|
19899
19900
|
n0,
|
|
19900
19901
|
_FLTOR,
|
|
19901
19902
|
0,
|
|
19902
|
-
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _BDMl, _IRn, _IIm],
|
|
19903
|
+
[_IT, _MPax, _SIu, _AZ, _WCe, _Prio, _Pla, _BDMl, _IRn, _IIm, _AZI],
|
|
19903
19904
|
[
|
|
19904
19905
|
0,
|
|
19905
19906
|
0,
|
|
@@ -19911,6 +19912,7 @@ export var FleetLaunchTemplateOverridesRequest$ = [
|
|
|
19911
19912
|
[() => FleetBlockDeviceMappingRequestList, { [_xN]: _BDM }],
|
|
19912
19913
|
[() => InstanceRequirementsRequest$, 0],
|
|
19913
19914
|
0,
|
|
19915
|
+
0,
|
|
19914
19916
|
],
|
|
19915
19917
|
];
|
|
19916
19918
|
export var FleetLaunchTemplateSpecification$ = [
|
|
@@ -24331,7 +24333,7 @@ export var LaunchTemplateOverrides$ = [
|
|
|
24331
24333
|
n0,
|
|
24332
24334
|
_LTO,
|
|
24333
24335
|
0,
|
|
24334
|
-
[_IT, _SPp, _SIu, _AZ, _WCe, _Prio, _IRn],
|
|
24336
|
+
[_IT, _SPp, _SIu, _AZ, _WCe, _Prio, _IRn, _AZI],
|
|
24335
24337
|
[
|
|
24336
24338
|
[0, { [_eQN]: `InstanceType`, [_xN]: _iT }],
|
|
24337
24339
|
[0, { [_eQN]: `SpotPrice`, [_xN]: _sPp }],
|
|
@@ -24340,6 +24342,7 @@ export var LaunchTemplateOverrides$ = [
|
|
|
24340
24342
|
[1, { [_eQN]: `WeightedCapacity`, [_xN]: _wC }],
|
|
24341
24343
|
[1, { [_eQN]: `Priority`, [_xN]: _pri }],
|
|
24342
24344
|
[() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`, [_xN]: _iR }],
|
|
24345
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
24343
24346
|
],
|
|
24344
24347
|
];
|
|
24345
24348
|
export var LaunchTemplatePlacement$ = [
|
|
@@ -30229,11 +30232,12 @@ export var SpotPlacement$ = [
|
|
|
30229
30232
|
n0,
|
|
30230
30233
|
_SPpo,
|
|
30231
30234
|
0,
|
|
30232
|
-
[_AZ, _GN, _Te],
|
|
30235
|
+
[_AZ, _GN, _Te, _AZI],
|
|
30233
30236
|
[
|
|
30234
30237
|
[0, { [_eQN]: `AvailabilityZone`, [_xN]: _aZ }],
|
|
30235
30238
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
30236
30239
|
[0, { [_eQN]: `Tenancy`, [_xN]: _t }],
|
|
30240
|
+
[0, { [_eQN]: `AvailabilityZoneId`, [_xN]: _aZI }],
|
|
30237
30241
|
],
|
|
30238
30242
|
];
|
|
30239
30243
|
export var SpotPlacementScore$ = [
|
|
@@ -193,6 +193,7 @@ declare const CreateFleetCommand_base: {
|
|
|
193
193
|
* RequireEncryptionInTransit: true || false,
|
|
194
194
|
* },
|
|
195
195
|
* ImageId: "STRING_VALUE",
|
|
196
|
+
* AvailabilityZoneId: "STRING_VALUE",
|
|
196
197
|
* },
|
|
197
198
|
* ],
|
|
198
199
|
* },
|
|
@@ -341,6 +342,7 @@ declare const CreateFleetCommand_base: {
|
|
|
341
342
|
* // NoDevice: "STRING_VALUE",
|
|
342
343
|
* // },
|
|
343
344
|
* // ],
|
|
345
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
344
346
|
* // },
|
|
345
347
|
* // },
|
|
346
348
|
* // Lifecycle: "spot" || "on-demand",
|
|
@@ -463,6 +465,7 @@ declare const CreateFleetCommand_base: {
|
|
|
463
465
|
* // NoDevice: "STRING_VALUE",
|
|
464
466
|
* // },
|
|
465
467
|
* // ],
|
|
468
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
466
469
|
* // },
|
|
467
470
|
* // },
|
|
468
471
|
* // Lifecycle: "spot" || "on-demand",
|
|
@@ -187,6 +187,7 @@ declare const DescribeFleetsCommand_base: {
|
|
|
187
187
|
* // NoDevice: "STRING_VALUE",
|
|
188
188
|
* // },
|
|
189
189
|
* // ],
|
|
190
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
190
191
|
* // },
|
|
191
192
|
* // ],
|
|
192
193
|
* // },
|
|
@@ -349,6 +350,7 @@ declare const DescribeFleetsCommand_base: {
|
|
|
349
350
|
* // NoDevice: "STRING_VALUE",
|
|
350
351
|
* // },
|
|
351
352
|
* // ],
|
|
353
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
352
354
|
* // },
|
|
353
355
|
* // },
|
|
354
356
|
* // Lifecycle: "spot" || "on-demand",
|
|
@@ -471,6 +473,7 @@ declare const DescribeFleetsCommand_base: {
|
|
|
471
473
|
* // NoDevice: "STRING_VALUE",
|
|
472
474
|
* // },
|
|
473
475
|
* // ],
|
|
476
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
474
477
|
* // },
|
|
475
478
|
* // },
|
|
476
479
|
* // Lifecycle: "spot" || "on-demand",
|
|
@@ -164,6 +164,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
|
|
|
164
164
|
* // AvailabilityZone: "STRING_VALUE",
|
|
165
165
|
* // GroupName: "STRING_VALUE",
|
|
166
166
|
* // Tenancy: "default" || "dedicated" || "host",
|
|
167
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
167
168
|
* // },
|
|
168
169
|
* // RamdiskId: "STRING_VALUE",
|
|
169
170
|
* // SpotPrice: "STRING_VALUE",
|
|
@@ -362,6 +363,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
|
|
|
362
363
|
* // },
|
|
363
364
|
* // RequireEncryptionInTransit: true || false,
|
|
364
365
|
* // },
|
|
366
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
365
367
|
* // },
|
|
366
368
|
* // ],
|
|
367
369
|
* // },
|
|
@@ -175,6 +175,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
|
|
|
175
175
|
* // AvailabilityZone: "STRING_VALUE",
|
|
176
176
|
* // GroupName: "STRING_VALUE",
|
|
177
177
|
* // Tenancy: "default" || "dedicated" || "host",
|
|
178
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
178
179
|
* // },
|
|
179
180
|
* // RamdiskId: "STRING_VALUE",
|
|
180
181
|
* // SubnetId: "STRING_VALUE",
|
|
@@ -174,6 +174,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
174
174
|
* AvailabilityZone: "STRING_VALUE",
|
|
175
175
|
* GroupName: "STRING_VALUE",
|
|
176
176
|
* Tenancy: "default" || "dedicated" || "host",
|
|
177
|
+
* AvailabilityZoneId: "STRING_VALUE",
|
|
177
178
|
* },
|
|
178
179
|
* RamdiskId: "STRING_VALUE",
|
|
179
180
|
* SpotPrice: "STRING_VALUE",
|
|
@@ -372,6 +373,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
372
373
|
* },
|
|
373
374
|
* RequireEncryptionInTransit: true || false,
|
|
374
375
|
* },
|
|
376
|
+
* AvailabilityZoneId: "STRING_VALUE",
|
|
375
377
|
* },
|
|
376
378
|
* ],
|
|
377
379
|
* },
|
|
@@ -147,6 +147,7 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
147
147
|
* AvailabilityZone: "STRING_VALUE",
|
|
148
148
|
* GroupName: "STRING_VALUE",
|
|
149
149
|
* Tenancy: "default" || "dedicated" || "host",
|
|
150
|
+
* AvailabilityZoneId: "STRING_VALUE",
|
|
150
151
|
* },
|
|
151
152
|
* RamdiskId: "STRING_VALUE",
|
|
152
153
|
* SubnetId: "STRING_VALUE",
|
|
@@ -283,6 +284,7 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
283
284
|
* // AvailabilityZone: "STRING_VALUE",
|
|
284
285
|
* // GroupName: "STRING_VALUE",
|
|
285
286
|
* // Tenancy: "default" || "dedicated" || "host",
|
|
287
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
286
288
|
* // },
|
|
287
289
|
* // RamdiskId: "STRING_VALUE",
|
|
288
290
|
* // SubnetId: "STRING_VALUE",
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,12 +15,12 @@ export * from "./schemas/schemas_0";
|
|
|
15
15
|
export * from "./pagination";
|
|
16
16
|
export * from "./waiters";
|
|
17
17
|
export * from "./models/enums";
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
18
|
+
export * from "./models/models_0";
|
|
19
|
+
export * from "./models/models_1";
|
|
20
|
+
export * from "./models/models_2";
|
|
21
|
+
export * from "./models/models_3";
|
|
22
|
+
export * from "./models/models_4";
|
|
23
|
+
export * from "./models/models_5";
|
|
24
|
+
export * from "./models/models_6";
|
|
25
|
+
export * from "./models/models_7";
|
|
26
26
|
export { EC2ServiceException } from "./models/EC2ServiceException";
|
|
@@ -1215,7 +1215,10 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
SubnetId?: string | undefined;
|
|
1217
1217
|
/**
|
|
1218
|
-
* <p>The Availability Zone in which to launch the instances
|
|
1218
|
+
* <p>The Availability Zone in which to launch the instances. For example,
|
|
1219
|
+
* <code>us-east-2a</code>.</p>
|
|
1220
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
1221
|
+
* specified in the request, but not both.</p>
|
|
1219
1222
|
* @public
|
|
1220
1223
|
*/
|
|
1221
1224
|
AvailabilityZone?: string | undefined;
|
|
@@ -1343,6 +1346,14 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
1343
1346
|
* @public
|
|
1344
1347
|
*/
|
|
1345
1348
|
ImageId?: string | undefined;
|
|
1349
|
+
/**
|
|
1350
|
+
* <p>The ID of the Availability Zone in which to launch the instances. For example,
|
|
1351
|
+
* <code>use2-az1</code>.</p>
|
|
1352
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
1353
|
+
* specified in the request, but not both.</p>
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
AvailabilityZoneId?: string | undefined;
|
|
1346
1357
|
}
|
|
1347
1358
|
/**
|
|
1348
1359
|
* <p>Describes a launch template and overrides.</p>
|
|
@@ -2648,7 +2659,9 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
2648
2659
|
*/
|
|
2649
2660
|
SubnetId?: string | undefined;
|
|
2650
2661
|
/**
|
|
2651
|
-
* <p>The Availability Zone in which to launch the instances
|
|
2662
|
+
* <p>The Availability Zone in which to launch the instances. For example,
|
|
2663
|
+
* <code>us-east-2a</code>.</p>
|
|
2664
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified in the request, but not both.</p>
|
|
2652
2665
|
* @public
|
|
2653
2666
|
*/
|
|
2654
2667
|
AvailabilityZone?: string | undefined;
|
|
@@ -2776,6 +2789,14 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
2776
2789
|
* @public
|
|
2777
2790
|
*/
|
|
2778
2791
|
BlockDeviceMappings?: BlockDeviceMappingResponse[] | undefined;
|
|
2792
|
+
/**
|
|
2793
|
+
* <p>The ID of the Availability Zone in which to launch the instances. For example,
|
|
2794
|
+
* <code>use2-az1</code>.</p>
|
|
2795
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
2796
|
+
* specified in the request, but not both.</p>
|
|
2797
|
+
* @public
|
|
2798
|
+
*/
|
|
2799
|
+
AvailabilityZoneId?: string | undefined;
|
|
2779
2800
|
}
|
|
2780
2801
|
/**
|
|
2781
2802
|
* <p>Describes a launch template and overrides.</p>
|
|
@@ -10520,7 +10520,7 @@ export interface DescribeInstancesRequest {
|
|
|
10520
10520
|
* <li>
|
|
10521
10521
|
* <p>
|
|
10522
10522
|
* <code>requester-id</code> - The ID of the entity that launched the instance on
|
|
10523
|
-
* your behalf (for example, Amazon Web Services Management Console,
|
|
10523
|
+
* your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so
|
|
10524
10524
|
* on).</p>
|
|
10525
10525
|
* </li>
|
|
10526
10526
|
* <li>
|
|
@@ -9045,9 +9045,11 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
9045
9045
|
*/
|
|
9046
9046
|
export interface SpotPlacement {
|
|
9047
9047
|
/**
|
|
9048
|
-
* <p>The Availability Zone
|
|
9048
|
+
* <p>The Availability Zone. For example, <code>us-east-2a</code>.</p>
|
|
9049
9049
|
* <p>[Spot Fleet only] To specify multiple Availability Zones, separate them using commas;
|
|
9050
|
-
* for example, "us-
|
|
9050
|
+
* for example, "<code>us-east-2a</code>, <code>us-east-2b</code>".</p>
|
|
9051
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
9052
|
+
* specified in the request, but not both.</p>
|
|
9051
9053
|
* @public
|
|
9052
9054
|
*/
|
|
9053
9055
|
AvailabilityZone?: string | undefined;
|
|
@@ -9063,6 +9065,15 @@ export interface SpotPlacement {
|
|
|
9063
9065
|
* @public
|
|
9064
9066
|
*/
|
|
9065
9067
|
Tenancy?: Tenancy | undefined;
|
|
9068
|
+
/**
|
|
9069
|
+
* <p>The ID of the Availability Zone. For example, <code>use2-az1</code>.</p>
|
|
9070
|
+
* <p>[Spot Fleet only] To specify multiple Availability Zones, separate them using commas;
|
|
9071
|
+
* for example, "<code>use2-az1</code>, <code>use2-bz1</code>".</p>
|
|
9072
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
9073
|
+
* specified in the request, but not both.</p>
|
|
9074
|
+
* @public
|
|
9075
|
+
*/
|
|
9076
|
+
AvailabilityZoneId?: string | undefined;
|
|
9066
9077
|
}
|
|
9067
9078
|
/**
|
|
9068
9079
|
* <p>The tags for a Spot Fleet resource.</p>
|
|
@@ -9251,7 +9262,10 @@ export interface LaunchTemplateOverrides {
|
|
|
9251
9262
|
*/
|
|
9252
9263
|
SubnetId?: string | undefined;
|
|
9253
9264
|
/**
|
|
9254
|
-
* <p>The Availability Zone in which to launch the instances
|
|
9265
|
+
* <p>The Availability Zone in which to launch the instances. For example,
|
|
9266
|
+
* <code>us-east-2a</code>.</p>
|
|
9267
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
9268
|
+
* specified in the request, but not both.</p>
|
|
9255
9269
|
* @public
|
|
9256
9270
|
*/
|
|
9257
9271
|
AvailabilityZone?: string | undefined;
|
|
@@ -9301,6 +9315,14 @@ export interface LaunchTemplateOverrides {
|
|
|
9301
9315
|
* @public
|
|
9302
9316
|
*/
|
|
9303
9317
|
InstanceRequirements?: InstanceRequirements | undefined;
|
|
9318
|
+
/**
|
|
9319
|
+
* <p>The ID of the Availability Zone in which to launch the instances. For example,
|
|
9320
|
+
* <code>use2-az1</code>.</p>
|
|
9321
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be
|
|
9322
|
+
* specified in the request, but not both.</p>
|
|
9323
|
+
* @public
|
|
9324
|
+
*/
|
|
9325
|
+
AvailabilityZoneId?: string | undefined;
|
|
9304
9326
|
}
|
|
9305
9327
|
/**
|
|
9306
9328
|
* <p>Describes a launch template and overrides.</p>
|
|
@@ -289,6 +289,7 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
289
289
|
BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
|
|
290
290
|
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
291
291
|
ImageId?: string | undefined;
|
|
292
|
+
AvailabilityZoneId?: string | undefined;
|
|
292
293
|
}
|
|
293
294
|
export interface FleetLaunchTemplateConfigRequest {
|
|
294
295
|
LaunchTemplateSpecification?:
|
|
@@ -449,6 +450,7 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
449
450
|
InstanceRequirements?: InstanceRequirements | undefined;
|
|
450
451
|
ImageId?: string | undefined;
|
|
451
452
|
BlockDeviceMappings?: BlockDeviceMappingResponse[] | undefined;
|
|
453
|
+
AvailabilityZoneId?: string | undefined;
|
|
452
454
|
}
|
|
453
455
|
export interface LaunchTemplateAndOverridesResponse {
|
|
454
456
|
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
@@ -1679,6 +1679,7 @@ export interface SpotPlacement {
|
|
|
1679
1679
|
AvailabilityZone?: string | undefined;
|
|
1680
1680
|
GroupName?: string | undefined;
|
|
1681
1681
|
Tenancy?: Tenancy | undefined;
|
|
1682
|
+
AvailabilityZoneId?: string | undefined;
|
|
1682
1683
|
}
|
|
1683
1684
|
export interface SpotFleetTagSpecification {
|
|
1684
1685
|
ResourceType?: ResourceType | undefined;
|
|
@@ -1713,6 +1714,7 @@ export interface LaunchTemplateOverrides {
|
|
|
1713
1714
|
WeightedCapacity?: number | undefined;
|
|
1714
1715
|
Priority?: number | undefined;
|
|
1715
1716
|
InstanceRequirements?: InstanceRequirements | undefined;
|
|
1717
|
+
AvailabilityZoneId?: string | undefined;
|
|
1716
1718
|
}
|
|
1717
1719
|
export interface LaunchTemplateConfig {
|
|
1718
1720
|
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.954.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "3.954.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.954.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
32
32
|
"@aws-sdk/types": "3.953.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.953.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.954.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.4",
|
|
37
37
|
"@smithy/core": "^3.19.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.7",
|
|
39
39
|
"@smithy/hash-node": "^4.2.6",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.6",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.6",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.16",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.7",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.6",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.6",
|
|
47
47
|
"@smithy/node-http-handler": "^4.4.6",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.6",
|
|
49
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
+
"@smithy/smithy-client": "^4.10.1",
|
|
50
50
|
"@smithy/types": "^4.10.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.6",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.15",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.18",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.6",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.6",
|
|
59
59
|
"@smithy/util-retry": "^4.2.6",
|