@aws-sdk/client-ec2 3.930.0 → 3.931.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 CHANGED
@@ -94252,14 +94252,21 @@ const AcceleratorManufacturer = {
94252
94252
  const AcceleratorName = {
94253
94253
  A100: "a100",
94254
94254
  A10G: "a10g",
94255
+ GAUDI_HL_205: "gaudi-hl-205",
94255
94256
  H100: "h100",
94256
94257
  INFERENTIA: "inferentia",
94258
+ INFERENTIA2: "inferentia2",
94257
94259
  K520: "k520",
94258
94260
  K80: "k80",
94261
+ L4: "l4",
94262
+ L40S: "l40s",
94259
94263
  M60: "m60",
94260
94264
  RADEON_PRO_V520: "radeon-pro-v520",
94261
94265
  T4: "t4",
94262
94266
  T4G: "t4g",
94267
+ TRAINIUM: "trainium",
94268
+ TRAINIUM2: "trainium2",
94269
+ U30: "u30",
94263
94270
  V100: "v100",
94264
94271
  VU9P: "vu9p",
94265
94272
  };
@@ -94267,6 +94274,7 @@ const AcceleratorType = {
94267
94274
  FPGA: "fpga",
94268
94275
  GPU: "gpu",
94269
94276
  INFERENCE: "inference",
94277
+ MEDIA: "media",
94270
94278
  };
94271
94279
  const ResourceType = {
94272
94280
  capacity_block: "capacity-block",
@@ -8,14 +8,21 @@ export const AcceleratorManufacturer = {
8
8
  export const AcceleratorName = {
9
9
  A100: "a100",
10
10
  A10G: "a10g",
11
+ GAUDI_HL_205: "gaudi-hl-205",
11
12
  H100: "h100",
12
13
  INFERENTIA: "inferentia",
14
+ INFERENTIA2: "inferentia2",
13
15
  K520: "k520",
14
16
  K80: "k80",
17
+ L4: "l4",
18
+ L40S: "l40s",
15
19
  M60: "m60",
16
20
  RADEON_PRO_V520: "radeon-pro-v520",
17
21
  T4: "t4",
18
22
  T4G: "t4g",
23
+ TRAINIUM: "trainium",
24
+ TRAINIUM2: "trainium2",
25
+ U30: "u30",
19
26
  V100: "v100",
20
27
  VU9P: "vu9p",
21
28
  };
@@ -23,6 +30,7 @@ export const AcceleratorType = {
23
30
  FPGA: "fpga",
24
31
  GPU: "gpu",
25
32
  INFERENCE: "inference",
33
+ MEDIA: "media",
26
34
  };
27
35
  export const ResourceType = {
28
36
  capacity_block: "capacity-block",
@@ -157,7 +157,7 @@ declare const CreateFleetCommand_base: {
157
157
  * Max: Number("int"),
158
158
  * },
159
159
  * AcceleratorTypes: [ // AcceleratorTypeSet
160
- * "gpu" || "fpga" || "inference",
160
+ * "gpu" || "fpga" || "inference" || "media",
161
161
  * ],
162
162
  * AcceleratorCount: { // AcceleratorCountRequest
163
163
  * Min: Number("int"),
@@ -167,7 +167,7 @@ declare const CreateFleetCommand_base: {
167
167
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
168
168
  * ],
169
169
  * AcceleratorNames: [ // AcceleratorNameSet
170
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
170
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
171
171
  * ],
172
172
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
173
173
  * Min: Number("int"),
@@ -288,7 +288,7 @@ declare const CreateFleetCommand_base: {
288
288
  * // Max: Number("int"),
289
289
  * // },
290
290
  * // AcceleratorTypes: [ // AcceleratorTypeSet
291
- * // "gpu" || "fpga" || "inference",
291
+ * // "gpu" || "fpga" || "inference" || "media",
292
292
  * // ],
293
293
  * // AcceleratorCount: { // AcceleratorCount
294
294
  * // Min: Number("int"),
@@ -298,7 +298,7 @@ declare const CreateFleetCommand_base: {
298
298
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
299
299
  * // ],
300
300
  * // AcceleratorNames: [ // AcceleratorNameSet
301
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
301
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
302
302
  * // ],
303
303
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
304
304
  * // Min: Number("int"),
@@ -410,7 +410,7 @@ declare const CreateFleetCommand_base: {
410
410
  * // Max: Number("int"),
411
411
  * // },
412
412
  * // AcceleratorTypes: [
413
- * // "gpu" || "fpga" || "inference",
413
+ * // "gpu" || "fpga" || "inference" || "media",
414
414
  * // ],
415
415
  * // AcceleratorCount: {
416
416
  * // Min: Number("int"),
@@ -420,7 +420,7 @@ declare const CreateFleetCommand_base: {
420
420
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
421
421
  * // ],
422
422
  * // AcceleratorNames: [
423
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
423
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
424
424
  * // ],
425
425
  * // AcceleratorTotalMemoryMiB: {
426
426
  * // Min: Number("int"),
@@ -267,7 +267,7 @@ declare const CreateLaunchTemplateCommand_base: {
267
267
  * Max: Number("int"),
268
268
  * },
269
269
  * AcceleratorTypes: [ // AcceleratorTypeSet
270
- * "gpu" || "fpga" || "inference",
270
+ * "gpu" || "fpga" || "inference" || "media",
271
271
  * ],
272
272
  * AcceleratorCount: { // AcceleratorCountRequest
273
273
  * Min: Number("int"),
@@ -277,7 +277,7 @@ declare const CreateLaunchTemplateCommand_base: {
277
277
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
278
278
  * ],
279
279
  * AcceleratorNames: [ // AcceleratorNameSet
280
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
280
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
281
281
  * ],
282
282
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
283
283
  * Min: Number("int"),
@@ -270,7 +270,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
270
270
  * Max: Number("int"),
271
271
  * },
272
272
  * AcceleratorTypes: [ // AcceleratorTypeSet
273
- * "gpu" || "fpga" || "inference",
273
+ * "gpu" || "fpga" || "inference" || "media",
274
274
  * ],
275
275
  * AcceleratorCount: { // AcceleratorCountRequest
276
276
  * Min: Number("int"),
@@ -280,7 +280,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
280
280
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
281
281
  * ],
282
282
  * AcceleratorNames: [ // AcceleratorNameSet
283
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
283
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
284
284
  * ],
285
285
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
286
286
  * Min: Number("int"),
@@ -553,7 +553,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
553
553
  * // Max: Number("int"),
554
554
  * // },
555
555
  * // AcceleratorTypes: [ // AcceleratorTypeSet
556
- * // "gpu" || "fpga" || "inference",
556
+ * // "gpu" || "fpga" || "inference" || "media",
557
557
  * // ],
558
558
  * // AcceleratorCount: { // AcceleratorCount
559
559
  * // Min: Number("int"),
@@ -563,7 +563,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
563
563
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
564
564
  * // ],
565
565
  * // AcceleratorNames: [ // AcceleratorNameSet
566
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
566
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
567
567
  * // ],
568
568
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
569
569
  * // Min: Number("int"),
@@ -134,7 +134,7 @@ declare const DescribeFleetsCommand_base: {
134
134
  * // Max: Number("int"),
135
135
  * // },
136
136
  * // AcceleratorTypes: [ // AcceleratorTypeSet
137
- * // "gpu" || "fpga" || "inference",
137
+ * // "gpu" || "fpga" || "inference" || "media",
138
138
  * // ],
139
139
  * // AcceleratorCount: { // AcceleratorCount
140
140
  * // Min: Number("int"),
@@ -144,7 +144,7 @@ declare const DescribeFleetsCommand_base: {
144
144
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
145
145
  * // ],
146
146
  * // AcceleratorNames: [ // AcceleratorNameSet
147
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
147
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
148
148
  * // ],
149
149
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
150
150
  * // Min: Number("int"),
@@ -296,7 +296,7 @@ declare const DescribeFleetsCommand_base: {
296
296
  * // Max: Number("int"),
297
297
  * // },
298
298
  * // AcceleratorTypes: [
299
- * // "gpu" || "fpga" || "inference",
299
+ * // "gpu" || "fpga" || "inference" || "media",
300
300
  * // ],
301
301
  * // AcceleratorCount: {
302
302
  * // Min: Number("int"),
@@ -306,7 +306,7 @@ declare const DescribeFleetsCommand_base: {
306
306
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
307
307
  * // ],
308
308
  * // AcceleratorNames: [
309
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
309
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
310
310
  * // ],
311
311
  * // AcceleratorTotalMemoryMiB: {
312
312
  * // Min: Number("int"),
@@ -418,7 +418,7 @@ declare const DescribeFleetsCommand_base: {
418
418
  * // Max: Number("int"),
419
419
  * // },
420
420
  * // AcceleratorTypes: [
421
- * // "gpu" || "fpga" || "inference",
421
+ * // "gpu" || "fpga" || "inference" || "media",
422
422
  * // ],
423
423
  * // AcceleratorCount: {
424
424
  * // Min: Number("int"),
@@ -428,7 +428,7 @@ declare const DescribeFleetsCommand_base: {
428
428
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
429
429
  * // ],
430
430
  * // AcceleratorNames: [
431
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
431
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
432
432
  * // ],
433
433
  * // AcceleratorTotalMemoryMiB: {
434
434
  * // Min: Number("int"),
@@ -291,7 +291,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
291
291
  * // Max: Number("int"),
292
292
  * // },
293
293
  * // AcceleratorTypes: [ // AcceleratorTypeSet
294
- * // "gpu" || "fpga" || "inference",
294
+ * // "gpu" || "fpga" || "inference" || "media",
295
295
  * // ],
296
296
  * // AcceleratorCount: { // AcceleratorCount
297
297
  * // Min: Number("int"),
@@ -301,7 +301,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
301
301
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
302
302
  * // ],
303
303
  * // AcceleratorNames: [ // AcceleratorNameSet
304
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
304
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
305
305
  * // ],
306
306
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
307
307
  * // Min: Number("int"),
@@ -225,7 +225,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
225
225
  * // Max: Number("int"),
226
226
  * // },
227
227
  * // AcceleratorTypes: [ // AcceleratorTypeSet
228
- * // "gpu" || "fpga" || "inference",
228
+ * // "gpu" || "fpga" || "inference" || "media",
229
229
  * // ],
230
230
  * // AcceleratorCount: { // AcceleratorCount
231
231
  * // Min: Number("int"),
@@ -235,7 +235,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
235
235
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
236
236
  * // ],
237
237
  * // AcceleratorNames: [ // AcceleratorNameSet
238
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
238
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
239
239
  * // ],
240
240
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
241
241
  * // Min: Number("int"),
@@ -327,7 +327,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
327
327
  * // Max: Number("int"),
328
328
  * // },
329
329
  * // AcceleratorTypes: [
330
- * // "gpu" || "fpga" || "inference",
330
+ * // "gpu" || "fpga" || "inference" || "media",
331
331
  * // ],
332
332
  * // AcceleratorCount: {
333
333
  * // Min: Number("int"),
@@ -337,7 +337,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
337
337
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
338
338
  * // ],
339
339
  * // AcceleratorNames: [
340
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
340
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
341
341
  * // ],
342
342
  * // AcceleratorTotalMemoryMiB: {
343
343
  * // Min: Number("int"),
@@ -97,7 +97,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
97
97
  * Max: Number("int"),
98
98
  * },
99
99
  * AcceleratorTypes: [ // AcceleratorTypeSet
100
- * "gpu" || "fpga" || "inference",
100
+ * "gpu" || "fpga" || "inference" || "media",
101
101
  * ],
102
102
  * AcceleratorCount: { // AcceleratorCountRequest
103
103
  * Min: Number("int"),
@@ -107,7 +107,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
107
107
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
108
108
  * ],
109
109
  * AcceleratorNames: [ // AcceleratorNameSet
110
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
110
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
111
111
  * ],
112
112
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
113
113
  * Min: Number("int"),
@@ -269,7 +269,7 @@ declare const GetLaunchTemplateDataCommand_base: {
269
269
  * // Max: Number("int"),
270
270
  * // },
271
271
  * // AcceleratorTypes: [ // AcceleratorTypeSet
272
- * // "gpu" || "fpga" || "inference",
272
+ * // "gpu" || "fpga" || "inference" || "media",
273
273
  * // ],
274
274
  * // AcceleratorCount: { // AcceleratorCount
275
275
  * // Min: Number("int"),
@@ -279,7 +279,7 @@ declare const GetLaunchTemplateDataCommand_base: {
279
279
  * // "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
280
280
  * // ],
281
281
  * // AcceleratorNames: [ // AcceleratorNameSet
282
- * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
282
+ * // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
283
283
  * // ],
284
284
  * // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
285
285
  * // Min: Number("int"),
@@ -104,7 +104,7 @@ declare const GetSpotPlacementScoresCommand_base: {
104
104
  * Max: Number("int"),
105
105
  * },
106
106
  * AcceleratorTypes: [ // AcceleratorTypeSet
107
- * "gpu" || "fpga" || "inference",
107
+ * "gpu" || "fpga" || "inference" || "media",
108
108
  * ],
109
109
  * AcceleratorCount: { // AcceleratorCountRequest
110
110
  * Min: Number("int"),
@@ -114,7 +114,7 @@ declare const GetSpotPlacementScoresCommand_base: {
114
114
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
115
115
  * ],
116
116
  * AcceleratorNames: [ // AcceleratorNameSet
117
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
117
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
118
118
  * ],
119
119
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
120
120
  * Min: Number("int"),
@@ -148,7 +148,7 @@ declare const ModifyFleetCommand_base: {
148
148
  * Max: Number("int"),
149
149
  * },
150
150
  * AcceleratorTypes: [ // AcceleratorTypeSet
151
- * "gpu" || "fpga" || "inference",
151
+ * "gpu" || "fpga" || "inference" || "media",
152
152
  * ],
153
153
  * AcceleratorCount: { // AcceleratorCountRequest
154
154
  * Min: Number("int"),
@@ -158,7 +158,7 @@ declare const ModifyFleetCommand_base: {
158
158
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
159
159
  * ],
160
160
  * AcceleratorNames: [ // AcceleratorNameSet
161
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
161
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
162
162
  * ],
163
163
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
164
164
  * Min: Number("int"),
@@ -120,7 +120,7 @@ declare const ModifySpotFleetRequestCommand_base: {
120
120
  * Max: Number("int"),
121
121
  * },
122
122
  * AcceleratorTypes: [ // AcceleratorTypeSet
123
- * "gpu" || "fpga" || "inference",
123
+ * "gpu" || "fpga" || "inference" || "media",
124
124
  * ],
125
125
  * AcceleratorCount: { // AcceleratorCount
126
126
  * Min: Number("int"),
@@ -130,7 +130,7 @@ declare const ModifySpotFleetRequestCommand_base: {
130
130
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
131
131
  * ],
132
132
  * AcceleratorNames: [ // AcceleratorNameSet
133
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
133
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
134
134
  * ],
135
135
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
136
136
  * Min: Number("int"),
@@ -235,7 +235,7 @@ declare const RequestSpotFleetCommand_base: {
235
235
  * Max: Number("int"),
236
236
  * },
237
237
  * AcceleratorTypes: [ // AcceleratorTypeSet
238
- * "gpu" || "fpga" || "inference",
238
+ * "gpu" || "fpga" || "inference" || "media",
239
239
  * ],
240
240
  * AcceleratorCount: { // AcceleratorCount
241
241
  * Min: Number("int"),
@@ -245,7 +245,7 @@ declare const RequestSpotFleetCommand_base: {
245
245
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
246
246
  * ],
247
247
  * AcceleratorNames: [ // AcceleratorNameSet
248
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
248
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
249
249
  * ],
250
250
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
251
251
  * Min: Number("int"),
@@ -337,7 +337,7 @@ declare const RequestSpotFleetCommand_base: {
337
337
  * Max: Number("int"),
338
338
  * },
339
339
  * AcceleratorTypes: [
340
- * "gpu" || "fpga" || "inference",
340
+ * "gpu" || "fpga" || "inference" || "media",
341
341
  * ],
342
342
  * AcceleratorCount: {
343
343
  * Min: Number("int"),
@@ -347,7 +347,7 @@ declare const RequestSpotFleetCommand_base: {
347
347
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
348
348
  * ],
349
349
  * AcceleratorNames: [
350
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
350
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
351
351
  * ],
352
352
  * AcceleratorTotalMemoryMiB: {
353
353
  * Min: Number("int"),
@@ -60,14 +60,21 @@ export type AcceleratorManufacturer = (typeof AcceleratorManufacturer)[keyof typ
60
60
  export declare const AcceleratorName: {
61
61
  readonly A100: "a100";
62
62
  readonly A10G: "a10g";
63
+ readonly GAUDI_HL_205: "gaudi-hl-205";
63
64
  readonly H100: "h100";
64
65
  readonly INFERENTIA: "inferentia";
66
+ readonly INFERENTIA2: "inferentia2";
65
67
  readonly K520: "k520";
66
68
  readonly K80: "k80";
69
+ readonly L4: "l4";
70
+ readonly L40S: "l40s";
67
71
  readonly M60: "m60";
68
72
  readonly RADEON_PRO_V520: "radeon-pro-v520";
69
73
  readonly T4: "t4";
70
74
  readonly T4G: "t4g";
75
+ readonly TRAINIUM: "trainium";
76
+ readonly TRAINIUM2: "trainium2";
77
+ readonly U30: "u30";
71
78
  readonly V100: "v100";
72
79
  readonly VU9P: "vu9p";
73
80
  };
@@ -119,6 +126,7 @@ export declare const AcceleratorType: {
119
126
  readonly FPGA: "fpga";
120
127
  readonly GPU: "gpu";
121
128
  readonly INFERENCE: "inference";
129
+ readonly MEDIA: "media";
122
130
  };
123
131
  /**
124
132
  * @public
@@ -5453,6 +5453,9 @@ export interface InstanceRequirementsRequest {
5453
5453
  * <li>
5454
5454
  * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5455
5455
  * </li>
5456
+ * <li>
5457
+ * <p>For instance types with Media accelerators, specify <code>media</code>.</p>
5458
+ * </li>
5456
5459
  * </ul>
5457
5460
  * <p>Default: Any accelerator type</p>
5458
5461
  * @public
@@ -5505,24 +5508,45 @@ export interface InstanceRequirementsRequest {
5505
5508
  * <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
5506
5509
  * </li>
5507
5510
  * <li>
5511
+ * <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
5512
+ * </li>
5513
+ * <li>
5514
+ * <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
5515
+ * </li>
5516
+ * <li>
5508
5517
  * <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
5509
5518
  * </li>
5510
5519
  * <li>
5511
5520
  * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
5512
5521
  * </li>
5513
5522
  * <li>
5523
+ * <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
5524
+ * </li>
5525
+ * <li>
5526
+ * <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
5527
+ * </li>
5528
+ * <li>
5514
5529
  * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
5515
5530
  * </li>
5516
5531
  * <li>
5517
5532
  * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
5518
5533
  * </li>
5519
5534
  * <li>
5535
+ * <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
5536
+ * </li>
5537
+ * <li>
5538
+ * <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
5539
+ * </li>
5540
+ * <li>
5520
5541
  * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
5521
5542
  * </li>
5522
5543
  * <li>
5523
5544
  * <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
5524
5545
  * </li>
5525
5546
  * <li>
5547
+ * <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
5548
+ * </li>
5549
+ * <li>
5526
5550
  * <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
5527
5551
  * </li>
5528
5552
  * <li>
@@ -7033,6 +7057,9 @@ export interface InstanceRequirements {
7033
7057
  * <li>
7034
7058
  * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
7035
7059
  * </li>
7060
+ * <li>
7061
+ * <p>For instance types with Media accelerators, specify <code>media</code>.</p>
7062
+ * </li>
7036
7063
  * </ul>
7037
7064
  * <p>Default: Any accelerator type</p>
7038
7065
  * @public
@@ -7085,24 +7112,45 @@ export interface InstanceRequirements {
7085
7112
  * <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
7086
7113
  * </li>
7087
7114
  * <li>
7115
+ * <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
7116
+ * </li>
7117
+ * <li>
7118
+ * <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
7119
+ * </li>
7120
+ * <li>
7088
7121
  * <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
7089
7122
  * </li>
7090
7123
  * <li>
7091
7124
  * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
7092
7125
  * </li>
7093
7126
  * <li>
7127
+ * <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
7128
+ * </li>
7129
+ * <li>
7130
+ * <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
7131
+ * </li>
7132
+ * <li>
7094
7133
  * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
7095
7134
  * </li>
7096
7135
  * <li>
7097
7136
  * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
7098
7137
  * </li>
7099
7138
  * <li>
7139
+ * <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
7140
+ * </li>
7141
+ * <li>
7142
+ * <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
7143
+ * </li>
7144
+ * <li>
7100
7145
  * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
7101
7146
  * </li>
7102
7147
  * <li>
7103
7148
  * <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
7104
7149
  * </li>
7105
7150
  * <li>
7151
+ * <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
7152
+ * </li>
7153
+ * <li>
7106
7154
  * <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
7107
7155
  * </li>
7108
7156
  * <li>
@@ -18,14 +18,21 @@ export type AcceleratorManufacturer =
18
18
  export declare const AcceleratorName: {
19
19
  readonly A100: "a100";
20
20
  readonly A10G: "a10g";
21
+ readonly GAUDI_HL_205: "gaudi-hl-205";
21
22
  readonly H100: "h100";
22
23
  readonly INFERENTIA: "inferentia";
24
+ readonly INFERENTIA2: "inferentia2";
23
25
  readonly K520: "k520";
24
26
  readonly K80: "k80";
27
+ readonly L4: "l4";
28
+ readonly L40S: "l40s";
25
29
  readonly M60: "m60";
26
30
  readonly RADEON_PRO_V520: "radeon-pro-v520";
27
31
  readonly T4: "t4";
28
32
  readonly T4G: "t4g";
33
+ readonly TRAINIUM: "trainium";
34
+ readonly TRAINIUM2: "trainium2";
35
+ readonly U30: "u30";
29
36
  readonly V100: "v100";
30
37
  readonly VU9P: "vu9p";
31
38
  };
@@ -43,6 +50,7 @@ export declare const AcceleratorType: {
43
50
  readonly FPGA: "fpga";
44
51
  readonly GPU: "gpu";
45
52
  readonly INFERENCE: "inference";
53
+ readonly MEDIA: "media";
46
54
  };
47
55
  export type AcceleratorType =
48
56
  (typeof AcceleratorType)[keyof typeof AcceleratorType];
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.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
28
  "@aws-sdk/middleware-sdk-ec2": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/middleware-user-agent": "3.931.0",
30
30
  "@aws-sdk/region-config-resolver": "3.930.0",
31
31
  "@aws-sdk/types": "3.930.0",
32
32
  "@aws-sdk/util-endpoints": "3.930.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.930.0",
34
- "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@aws-sdk/util-user-agent-node": "3.931.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",