@aws-sdk/client-ec2 3.930.0 → 3.932.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 +16 -1
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/schemas/schemas_0.js +8 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +8 -0
- package/dist-types/models/models_1.d.ts +53 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -32070,7 +32070,7 @@ var Ec2InstanceConnectEndpoint = [
|
|
|
32070
32070
|
n0,
|
|
32071
32071
|
_EICE,
|
|
32072
32072
|
0,
|
|
32073
|
-
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu],
|
|
32073
|
+
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu, _AZI],
|
|
32074
32074
|
[
|
|
32075
32075
|
[
|
|
32076
32076
|
0,
|
|
@@ -32191,6 +32191,13 @@ var Ec2InstanceConnectEndpoint = [
|
|
|
32191
32191
|
[_xN]: _pDN,
|
|
32192
32192
|
},
|
|
32193
32193
|
],
|
|
32194
|
+
[
|
|
32195
|
+
0,
|
|
32196
|
+
{
|
|
32197
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
32198
|
+
[_xN]: _aZI,
|
|
32199
|
+
},
|
|
32200
|
+
],
|
|
32194
32201
|
],
|
|
32195
32202
|
];
|
|
32196
32203
|
var EfaInfo = [
|
|
@@ -94252,14 +94259,21 @@ const AcceleratorManufacturer = {
|
|
|
94252
94259
|
const AcceleratorName = {
|
|
94253
94260
|
A100: "a100",
|
|
94254
94261
|
A10G: "a10g",
|
|
94262
|
+
GAUDI_HL_205: "gaudi-hl-205",
|
|
94255
94263
|
H100: "h100",
|
|
94256
94264
|
INFERENTIA: "inferentia",
|
|
94265
|
+
INFERENTIA2: "inferentia2",
|
|
94257
94266
|
K520: "k520",
|
|
94258
94267
|
K80: "k80",
|
|
94268
|
+
L4: "l4",
|
|
94269
|
+
L40S: "l40s",
|
|
94259
94270
|
M60: "m60",
|
|
94260
94271
|
RADEON_PRO_V520: "radeon-pro-v520",
|
|
94261
94272
|
T4: "t4",
|
|
94262
94273
|
T4G: "t4g",
|
|
94274
|
+
TRAINIUM: "trainium",
|
|
94275
|
+
TRAINIUM2: "trainium2",
|
|
94276
|
+
U30: "u30",
|
|
94263
94277
|
V100: "v100",
|
|
94264
94278
|
VU9P: "vu9p",
|
|
94265
94279
|
};
|
|
@@ -94267,6 +94281,7 @@ const AcceleratorType = {
|
|
|
94267
94281
|
FPGA: "fpga",
|
|
94268
94282
|
GPU: "gpu",
|
|
94269
94283
|
INFERENCE: "inference",
|
|
94284
|
+
MEDIA: "media",
|
|
94270
94285
|
};
|
|
94271
94286
|
const ResourceType = {
|
|
94272
94287
|
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",
|
|
@@ -31951,7 +31951,7 @@ export var Ec2InstanceConnectEndpoint = [
|
|
|
31951
31951
|
n0,
|
|
31952
31952
|
_EICE,
|
|
31953
31953
|
0,
|
|
31954
|
-
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu],
|
|
31954
|
+
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu, _AZI],
|
|
31955
31955
|
[
|
|
31956
31956
|
[
|
|
31957
31957
|
0,
|
|
@@ -32072,6 +32072,13 @@ export var Ec2InstanceConnectEndpoint = [
|
|
|
32072
32072
|
[_xN]: _pDN,
|
|
32073
32073
|
},
|
|
32074
32074
|
],
|
|
32075
|
+
[
|
|
32076
|
+
0,
|
|
32077
|
+
{
|
|
32078
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
32079
|
+
[_xN]: _aZI,
|
|
32080
|
+
},
|
|
32081
|
+
],
|
|
32075
32082
|
],
|
|
32076
32083
|
];
|
|
32077
32084
|
export var EfaInfo = [
|
|
@@ -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>
|
|
@@ -8516,6 +8564,11 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
8516
8564
|
* @public
|
|
8517
8565
|
*/
|
|
8518
8566
|
PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
|
|
8567
|
+
/**
|
|
8568
|
+
* <p>The ID of the Availability Zone of the EC2 Instance Connect Endpoint.</p>
|
|
8569
|
+
* @public
|
|
8570
|
+
*/
|
|
8571
|
+
AvailabilityZoneId?: string | undefined;
|
|
8519
8572
|
}
|
|
8520
8573
|
/**
|
|
8521
8574
|
* @public
|
|
@@ -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];
|
|
@@ -2475,6 +2475,7 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
2475
2475
|
Tags?: Tag[] | undefined;
|
|
2476
2476
|
IpAddressType?: IpAddressType | undefined;
|
|
2477
2477
|
PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
|
|
2478
|
+
AvailabilityZoneId?: string | undefined;
|
|
2478
2479
|
}
|
|
2479
2480
|
export interface CreateInstanceConnectEndpointResult {
|
|
2480
2481
|
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | 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.932.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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.932.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.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.932.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.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.932.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",
|