cdk-lambda-subminute 2.0.484 → 2.0.485
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +77 -16
- package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.examples.json +0 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -5
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +6 -1
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.min.json +903 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +58 -14
- package/node_modules/aws-sdk/clients/datazone.d.ts +2 -2
- package/node_modules/aws-sdk/clients/devicefarm.d.ts +12 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pcs.d.ts +1009 -0
- package/node_modules/aws-sdk/clients/pcs.js +19 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +12 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +14 -14
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -0,0 +1,903 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2023-02-10",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
8
|
+
"endpointPrefix": "pcs",
|
9
|
+
"jsonVersion": "1.0",
|
10
|
+
"protocol": "json",
|
11
|
+
"protocols": [
|
12
|
+
"json"
|
13
|
+
],
|
14
|
+
"serviceFullName": "AWS Parallel Computing Service",
|
15
|
+
"serviceId": "PCS",
|
16
|
+
"signatureVersion": "v4",
|
17
|
+
"signingName": "pcs",
|
18
|
+
"targetPrefix": "AWSParallelComputingService",
|
19
|
+
"uid": "pcs-2023-02-10"
|
20
|
+
},
|
21
|
+
"operations": {
|
22
|
+
"CreateCluster": {
|
23
|
+
"input": {
|
24
|
+
"type": "structure",
|
25
|
+
"required": [
|
26
|
+
"clusterName",
|
27
|
+
"scheduler",
|
28
|
+
"size",
|
29
|
+
"networking"
|
30
|
+
],
|
31
|
+
"members": {
|
32
|
+
"clusterName": {},
|
33
|
+
"scheduler": {
|
34
|
+
"type": "structure",
|
35
|
+
"required": [
|
36
|
+
"type",
|
37
|
+
"version"
|
38
|
+
],
|
39
|
+
"members": {
|
40
|
+
"type": {},
|
41
|
+
"version": {}
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"size": {},
|
45
|
+
"networking": {
|
46
|
+
"type": "structure",
|
47
|
+
"members": {
|
48
|
+
"subnetIds": {
|
49
|
+
"shape": "S8"
|
50
|
+
},
|
51
|
+
"securityGroupIds": {
|
52
|
+
"shape": "Sa"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"slurmConfiguration": {
|
57
|
+
"type": "structure",
|
58
|
+
"members": {
|
59
|
+
"scaleDownIdleTimeInSeconds": {
|
60
|
+
"type": "integer"
|
61
|
+
},
|
62
|
+
"slurmCustomSettings": {
|
63
|
+
"shape": "Se"
|
64
|
+
}
|
65
|
+
}
|
66
|
+
},
|
67
|
+
"clientToken": {
|
68
|
+
"idempotencyToken": true
|
69
|
+
},
|
70
|
+
"tags": {
|
71
|
+
"shape": "Sh"
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
"output": {
|
76
|
+
"type": "structure",
|
77
|
+
"members": {
|
78
|
+
"cluster": {
|
79
|
+
"shape": "Sl"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"idempotent": true
|
84
|
+
},
|
85
|
+
"CreateComputeNodeGroup": {
|
86
|
+
"input": {
|
87
|
+
"type": "structure",
|
88
|
+
"required": [
|
89
|
+
"clusterIdentifier",
|
90
|
+
"computeNodeGroupName",
|
91
|
+
"subnetIds",
|
92
|
+
"customLaunchTemplate",
|
93
|
+
"iamInstanceProfileArn",
|
94
|
+
"scalingConfiguration",
|
95
|
+
"instanceConfigs"
|
96
|
+
],
|
97
|
+
"members": {
|
98
|
+
"clusterIdentifier": {},
|
99
|
+
"computeNodeGroupName": {},
|
100
|
+
"amiId": {},
|
101
|
+
"subnetIds": {
|
102
|
+
"shape": "S12"
|
103
|
+
},
|
104
|
+
"purchaseOption": {},
|
105
|
+
"customLaunchTemplate": {
|
106
|
+
"shape": "S14"
|
107
|
+
},
|
108
|
+
"iamInstanceProfileArn": {},
|
109
|
+
"scalingConfiguration": {
|
110
|
+
"shape": "S16"
|
111
|
+
},
|
112
|
+
"instanceConfigs": {
|
113
|
+
"shape": "S19"
|
114
|
+
},
|
115
|
+
"spotOptions": {
|
116
|
+
"shape": "S1b"
|
117
|
+
},
|
118
|
+
"slurmConfiguration": {
|
119
|
+
"type": "structure",
|
120
|
+
"members": {
|
121
|
+
"slurmCustomSettings": {
|
122
|
+
"shape": "Se"
|
123
|
+
}
|
124
|
+
}
|
125
|
+
},
|
126
|
+
"clientToken": {
|
127
|
+
"idempotencyToken": true
|
128
|
+
},
|
129
|
+
"tags": {
|
130
|
+
"shape": "Sh"
|
131
|
+
}
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"output": {
|
135
|
+
"type": "structure",
|
136
|
+
"members": {
|
137
|
+
"computeNodeGroup": {
|
138
|
+
"shape": "S1f"
|
139
|
+
}
|
140
|
+
}
|
141
|
+
},
|
142
|
+
"idempotent": true
|
143
|
+
},
|
144
|
+
"CreateQueue": {
|
145
|
+
"input": {
|
146
|
+
"type": "structure",
|
147
|
+
"required": [
|
148
|
+
"clusterIdentifier",
|
149
|
+
"queueName"
|
150
|
+
],
|
151
|
+
"members": {
|
152
|
+
"clusterIdentifier": {},
|
153
|
+
"queueName": {},
|
154
|
+
"computeNodeGroupConfigurations": {
|
155
|
+
"shape": "S1n"
|
156
|
+
},
|
157
|
+
"clientToken": {
|
158
|
+
"idempotencyToken": true
|
159
|
+
},
|
160
|
+
"tags": {
|
161
|
+
"shape": "Sh"
|
162
|
+
}
|
163
|
+
}
|
164
|
+
},
|
165
|
+
"output": {
|
166
|
+
"type": "structure",
|
167
|
+
"members": {
|
168
|
+
"queue": {
|
169
|
+
"shape": "S1q"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
},
|
173
|
+
"idempotent": true
|
174
|
+
},
|
175
|
+
"DeleteCluster": {
|
176
|
+
"input": {
|
177
|
+
"type": "structure",
|
178
|
+
"required": [
|
179
|
+
"clusterIdentifier"
|
180
|
+
],
|
181
|
+
"members": {
|
182
|
+
"clusterIdentifier": {},
|
183
|
+
"clientToken": {
|
184
|
+
"idempotencyToken": true
|
185
|
+
}
|
186
|
+
}
|
187
|
+
},
|
188
|
+
"output": {
|
189
|
+
"type": "structure",
|
190
|
+
"members": {}
|
191
|
+
},
|
192
|
+
"idempotent": true
|
193
|
+
},
|
194
|
+
"DeleteComputeNodeGroup": {
|
195
|
+
"input": {
|
196
|
+
"type": "structure",
|
197
|
+
"required": [
|
198
|
+
"clusterIdentifier",
|
199
|
+
"computeNodeGroupIdentifier"
|
200
|
+
],
|
201
|
+
"members": {
|
202
|
+
"clusterIdentifier": {},
|
203
|
+
"computeNodeGroupIdentifier": {},
|
204
|
+
"clientToken": {
|
205
|
+
"idempotencyToken": true
|
206
|
+
}
|
207
|
+
}
|
208
|
+
},
|
209
|
+
"output": {
|
210
|
+
"type": "structure",
|
211
|
+
"members": {}
|
212
|
+
},
|
213
|
+
"idempotent": true
|
214
|
+
},
|
215
|
+
"DeleteQueue": {
|
216
|
+
"input": {
|
217
|
+
"type": "structure",
|
218
|
+
"required": [
|
219
|
+
"clusterIdentifier",
|
220
|
+
"queueIdentifier"
|
221
|
+
],
|
222
|
+
"members": {
|
223
|
+
"clusterIdentifier": {},
|
224
|
+
"queueIdentifier": {},
|
225
|
+
"clientToken": {
|
226
|
+
"idempotencyToken": true
|
227
|
+
}
|
228
|
+
}
|
229
|
+
},
|
230
|
+
"output": {
|
231
|
+
"type": "structure",
|
232
|
+
"members": {}
|
233
|
+
},
|
234
|
+
"idempotent": true
|
235
|
+
},
|
236
|
+
"GetCluster": {
|
237
|
+
"input": {
|
238
|
+
"type": "structure",
|
239
|
+
"required": [
|
240
|
+
"clusterIdentifier"
|
241
|
+
],
|
242
|
+
"members": {
|
243
|
+
"clusterIdentifier": {}
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"output": {
|
247
|
+
"type": "structure",
|
248
|
+
"members": {
|
249
|
+
"cluster": {
|
250
|
+
"shape": "Sl"
|
251
|
+
}
|
252
|
+
}
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"GetComputeNodeGroup": {
|
256
|
+
"input": {
|
257
|
+
"type": "structure",
|
258
|
+
"required": [
|
259
|
+
"clusterIdentifier",
|
260
|
+
"computeNodeGroupIdentifier"
|
261
|
+
],
|
262
|
+
"members": {
|
263
|
+
"clusterIdentifier": {},
|
264
|
+
"computeNodeGroupIdentifier": {}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"output": {
|
268
|
+
"type": "structure",
|
269
|
+
"members": {
|
270
|
+
"computeNodeGroup": {
|
271
|
+
"shape": "S1f"
|
272
|
+
}
|
273
|
+
}
|
274
|
+
}
|
275
|
+
},
|
276
|
+
"GetQueue": {
|
277
|
+
"input": {
|
278
|
+
"type": "structure",
|
279
|
+
"required": [
|
280
|
+
"clusterIdentifier",
|
281
|
+
"queueIdentifier"
|
282
|
+
],
|
283
|
+
"members": {
|
284
|
+
"clusterIdentifier": {},
|
285
|
+
"queueIdentifier": {}
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"output": {
|
289
|
+
"type": "structure",
|
290
|
+
"members": {
|
291
|
+
"queue": {
|
292
|
+
"shape": "S1q"
|
293
|
+
}
|
294
|
+
}
|
295
|
+
}
|
296
|
+
},
|
297
|
+
"ListClusters": {
|
298
|
+
"input": {
|
299
|
+
"type": "structure",
|
300
|
+
"members": {
|
301
|
+
"nextToken": {},
|
302
|
+
"maxResults": {
|
303
|
+
"type": "integer"
|
304
|
+
}
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"output": {
|
308
|
+
"type": "structure",
|
309
|
+
"required": [
|
310
|
+
"clusters"
|
311
|
+
],
|
312
|
+
"members": {
|
313
|
+
"clusters": {
|
314
|
+
"type": "list",
|
315
|
+
"member": {
|
316
|
+
"type": "structure",
|
317
|
+
"required": [
|
318
|
+
"name",
|
319
|
+
"id",
|
320
|
+
"arn",
|
321
|
+
"createdAt",
|
322
|
+
"modifiedAt",
|
323
|
+
"status"
|
324
|
+
],
|
325
|
+
"members": {
|
326
|
+
"name": {},
|
327
|
+
"id": {},
|
328
|
+
"arn": {},
|
329
|
+
"createdAt": {
|
330
|
+
"shape": "Sn"
|
331
|
+
},
|
332
|
+
"modifiedAt": {
|
333
|
+
"shape": "Sn"
|
334
|
+
},
|
335
|
+
"status": {}
|
336
|
+
}
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"nextToken": {}
|
340
|
+
}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"ListComputeNodeGroups": {
|
344
|
+
"input": {
|
345
|
+
"type": "structure",
|
346
|
+
"required": [
|
347
|
+
"clusterIdentifier"
|
348
|
+
],
|
349
|
+
"members": {
|
350
|
+
"clusterIdentifier": {},
|
351
|
+
"nextToken": {},
|
352
|
+
"maxResults": {
|
353
|
+
"type": "integer"
|
354
|
+
}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"output": {
|
358
|
+
"type": "structure",
|
359
|
+
"required": [
|
360
|
+
"computeNodeGroups"
|
361
|
+
],
|
362
|
+
"members": {
|
363
|
+
"computeNodeGroups": {
|
364
|
+
"type": "list",
|
365
|
+
"member": {
|
366
|
+
"type": "structure",
|
367
|
+
"required": [
|
368
|
+
"name",
|
369
|
+
"id",
|
370
|
+
"arn",
|
371
|
+
"clusterId",
|
372
|
+
"createdAt",
|
373
|
+
"modifiedAt",
|
374
|
+
"status"
|
375
|
+
],
|
376
|
+
"members": {
|
377
|
+
"name": {},
|
378
|
+
"id": {},
|
379
|
+
"arn": {},
|
380
|
+
"clusterId": {},
|
381
|
+
"createdAt": {
|
382
|
+
"shape": "Sn"
|
383
|
+
},
|
384
|
+
"modifiedAt": {
|
385
|
+
"shape": "Sn"
|
386
|
+
},
|
387
|
+
"status": {}
|
388
|
+
}
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"nextToken": {}
|
392
|
+
}
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"ListQueues": {
|
396
|
+
"input": {
|
397
|
+
"type": "structure",
|
398
|
+
"required": [
|
399
|
+
"clusterIdentifier"
|
400
|
+
],
|
401
|
+
"members": {
|
402
|
+
"clusterIdentifier": {},
|
403
|
+
"nextToken": {},
|
404
|
+
"maxResults": {
|
405
|
+
"type": "integer"
|
406
|
+
}
|
407
|
+
}
|
408
|
+
},
|
409
|
+
"output": {
|
410
|
+
"type": "structure",
|
411
|
+
"required": [
|
412
|
+
"queues"
|
413
|
+
],
|
414
|
+
"members": {
|
415
|
+
"queues": {
|
416
|
+
"type": "list",
|
417
|
+
"member": {
|
418
|
+
"type": "structure",
|
419
|
+
"required": [
|
420
|
+
"name",
|
421
|
+
"id",
|
422
|
+
"arn",
|
423
|
+
"clusterId",
|
424
|
+
"createdAt",
|
425
|
+
"modifiedAt",
|
426
|
+
"status"
|
427
|
+
],
|
428
|
+
"members": {
|
429
|
+
"name": {},
|
430
|
+
"id": {},
|
431
|
+
"arn": {},
|
432
|
+
"clusterId": {},
|
433
|
+
"createdAt": {
|
434
|
+
"shape": "Sn"
|
435
|
+
},
|
436
|
+
"modifiedAt": {
|
437
|
+
"shape": "Sn"
|
438
|
+
},
|
439
|
+
"status": {}
|
440
|
+
}
|
441
|
+
}
|
442
|
+
},
|
443
|
+
"nextToken": {}
|
444
|
+
}
|
445
|
+
}
|
446
|
+
},
|
447
|
+
"ListTagsForResource": {
|
448
|
+
"input": {
|
449
|
+
"type": "structure",
|
450
|
+
"required": [
|
451
|
+
"resourceArn"
|
452
|
+
],
|
453
|
+
"members": {
|
454
|
+
"resourceArn": {}
|
455
|
+
}
|
456
|
+
},
|
457
|
+
"output": {
|
458
|
+
"type": "structure",
|
459
|
+
"members": {
|
460
|
+
"tags": {
|
461
|
+
"type": "map",
|
462
|
+
"key": {},
|
463
|
+
"value": {}
|
464
|
+
}
|
465
|
+
}
|
466
|
+
}
|
467
|
+
},
|
468
|
+
"RegisterComputeNodeGroupInstance": {
|
469
|
+
"input": {
|
470
|
+
"type": "structure",
|
471
|
+
"required": [
|
472
|
+
"clusterIdentifier",
|
473
|
+
"bootstrapId"
|
474
|
+
],
|
475
|
+
"members": {
|
476
|
+
"clusterIdentifier": {},
|
477
|
+
"bootstrapId": {}
|
478
|
+
}
|
479
|
+
},
|
480
|
+
"output": {
|
481
|
+
"type": "structure",
|
482
|
+
"required": [
|
483
|
+
"nodeID",
|
484
|
+
"sharedSecret",
|
485
|
+
"endpoints"
|
486
|
+
],
|
487
|
+
"members": {
|
488
|
+
"nodeID": {},
|
489
|
+
"sharedSecret": {
|
490
|
+
"type": "string",
|
491
|
+
"sensitive": true
|
492
|
+
},
|
493
|
+
"endpoints": {
|
494
|
+
"shape": "St"
|
495
|
+
}
|
496
|
+
}
|
497
|
+
}
|
498
|
+
},
|
499
|
+
"TagResource": {
|
500
|
+
"input": {
|
501
|
+
"type": "structure",
|
502
|
+
"required": [
|
503
|
+
"resourceArn",
|
504
|
+
"tags"
|
505
|
+
],
|
506
|
+
"members": {
|
507
|
+
"resourceArn": {},
|
508
|
+
"tags": {
|
509
|
+
"shape": "Sh"
|
510
|
+
}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"idempotent": true
|
514
|
+
},
|
515
|
+
"UntagResource": {
|
516
|
+
"input": {
|
517
|
+
"type": "structure",
|
518
|
+
"required": [
|
519
|
+
"resourceArn",
|
520
|
+
"tagKeys"
|
521
|
+
],
|
522
|
+
"members": {
|
523
|
+
"resourceArn": {},
|
524
|
+
"tagKeys": {
|
525
|
+
"type": "list",
|
526
|
+
"member": {}
|
527
|
+
}
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"idempotent": true
|
531
|
+
},
|
532
|
+
"UpdateComputeNodeGroup": {
|
533
|
+
"input": {
|
534
|
+
"type": "structure",
|
535
|
+
"required": [
|
536
|
+
"clusterIdentifier",
|
537
|
+
"computeNodeGroupIdentifier"
|
538
|
+
],
|
539
|
+
"members": {
|
540
|
+
"clusterIdentifier": {},
|
541
|
+
"computeNodeGroupIdentifier": {},
|
542
|
+
"amiId": {},
|
543
|
+
"subnetIds": {
|
544
|
+
"shape": "S12"
|
545
|
+
},
|
546
|
+
"customLaunchTemplate": {
|
547
|
+
"shape": "S14"
|
548
|
+
},
|
549
|
+
"purchaseOption": {},
|
550
|
+
"spotOptions": {
|
551
|
+
"shape": "S1b"
|
552
|
+
},
|
553
|
+
"scalingConfiguration": {
|
554
|
+
"shape": "S16"
|
555
|
+
},
|
556
|
+
"iamInstanceProfileArn": {},
|
557
|
+
"slurmConfiguration": {
|
558
|
+
"type": "structure",
|
559
|
+
"members": {
|
560
|
+
"slurmCustomSettings": {
|
561
|
+
"shape": "Se"
|
562
|
+
}
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"clientToken": {
|
566
|
+
"idempotencyToken": true
|
567
|
+
}
|
568
|
+
}
|
569
|
+
},
|
570
|
+
"output": {
|
571
|
+
"type": "structure",
|
572
|
+
"members": {
|
573
|
+
"computeNodeGroup": {
|
574
|
+
"shape": "S1f"
|
575
|
+
}
|
576
|
+
}
|
577
|
+
},
|
578
|
+
"idempotent": true
|
579
|
+
},
|
580
|
+
"UpdateQueue": {
|
581
|
+
"input": {
|
582
|
+
"type": "structure",
|
583
|
+
"required": [
|
584
|
+
"clusterIdentifier",
|
585
|
+
"queueIdentifier"
|
586
|
+
],
|
587
|
+
"members": {
|
588
|
+
"clusterIdentifier": {},
|
589
|
+
"queueIdentifier": {},
|
590
|
+
"computeNodeGroupConfigurations": {
|
591
|
+
"shape": "S1n"
|
592
|
+
},
|
593
|
+
"clientToken": {
|
594
|
+
"idempotencyToken": true
|
595
|
+
}
|
596
|
+
}
|
597
|
+
},
|
598
|
+
"output": {
|
599
|
+
"type": "structure",
|
600
|
+
"members": {
|
601
|
+
"queue": {
|
602
|
+
"shape": "S1q"
|
603
|
+
}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"idempotent": true
|
607
|
+
}
|
608
|
+
},
|
609
|
+
"shapes": {
|
610
|
+
"S8": {
|
611
|
+
"type": "list",
|
612
|
+
"member": {}
|
613
|
+
},
|
614
|
+
"Sa": {
|
615
|
+
"type": "list",
|
616
|
+
"member": {}
|
617
|
+
},
|
618
|
+
"Se": {
|
619
|
+
"type": "list",
|
620
|
+
"member": {
|
621
|
+
"type": "structure",
|
622
|
+
"required": [
|
623
|
+
"parameterName",
|
624
|
+
"parameterValue"
|
625
|
+
],
|
626
|
+
"members": {
|
627
|
+
"parameterName": {},
|
628
|
+
"parameterValue": {}
|
629
|
+
}
|
630
|
+
}
|
631
|
+
},
|
632
|
+
"Sh": {
|
633
|
+
"type": "map",
|
634
|
+
"key": {},
|
635
|
+
"value": {}
|
636
|
+
},
|
637
|
+
"Sl": {
|
638
|
+
"type": "structure",
|
639
|
+
"required": [
|
640
|
+
"name",
|
641
|
+
"id",
|
642
|
+
"arn",
|
643
|
+
"status",
|
644
|
+
"createdAt",
|
645
|
+
"modifiedAt",
|
646
|
+
"scheduler",
|
647
|
+
"size",
|
648
|
+
"networking"
|
649
|
+
],
|
650
|
+
"members": {
|
651
|
+
"name": {},
|
652
|
+
"id": {},
|
653
|
+
"arn": {},
|
654
|
+
"status": {},
|
655
|
+
"createdAt": {
|
656
|
+
"shape": "Sn"
|
657
|
+
},
|
658
|
+
"modifiedAt": {
|
659
|
+
"shape": "Sn"
|
660
|
+
},
|
661
|
+
"scheduler": {
|
662
|
+
"type": "structure",
|
663
|
+
"required": [
|
664
|
+
"type",
|
665
|
+
"version"
|
666
|
+
],
|
667
|
+
"members": {
|
668
|
+
"type": {},
|
669
|
+
"version": {}
|
670
|
+
}
|
671
|
+
},
|
672
|
+
"size": {},
|
673
|
+
"slurmConfiguration": {
|
674
|
+
"type": "structure",
|
675
|
+
"members": {
|
676
|
+
"scaleDownIdleTimeInSeconds": {
|
677
|
+
"type": "integer"
|
678
|
+
},
|
679
|
+
"slurmCustomSettings": {
|
680
|
+
"shape": "Se"
|
681
|
+
},
|
682
|
+
"authKey": {
|
683
|
+
"type": "structure",
|
684
|
+
"required": [
|
685
|
+
"secretArn",
|
686
|
+
"secretVersion"
|
687
|
+
],
|
688
|
+
"members": {
|
689
|
+
"secretArn": {},
|
690
|
+
"secretVersion": {}
|
691
|
+
}
|
692
|
+
}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"networking": {
|
696
|
+
"type": "structure",
|
697
|
+
"members": {
|
698
|
+
"subnetIds": {
|
699
|
+
"shape": "S8"
|
700
|
+
},
|
701
|
+
"securityGroupIds": {
|
702
|
+
"shape": "Sa"
|
703
|
+
}
|
704
|
+
}
|
705
|
+
},
|
706
|
+
"endpoints": {
|
707
|
+
"shape": "St"
|
708
|
+
},
|
709
|
+
"errorInfo": {
|
710
|
+
"shape": "Sw"
|
711
|
+
}
|
712
|
+
}
|
713
|
+
},
|
714
|
+
"Sn": {
|
715
|
+
"type": "timestamp",
|
716
|
+
"timestampFormat": "iso8601"
|
717
|
+
},
|
718
|
+
"St": {
|
719
|
+
"type": "list",
|
720
|
+
"member": {
|
721
|
+
"type": "structure",
|
722
|
+
"required": [
|
723
|
+
"type",
|
724
|
+
"privateIpAddress",
|
725
|
+
"port"
|
726
|
+
],
|
727
|
+
"members": {
|
728
|
+
"type": {},
|
729
|
+
"privateIpAddress": {},
|
730
|
+
"publicIpAddress": {},
|
731
|
+
"port": {}
|
732
|
+
}
|
733
|
+
}
|
734
|
+
},
|
735
|
+
"Sw": {
|
736
|
+
"type": "list",
|
737
|
+
"member": {
|
738
|
+
"type": "structure",
|
739
|
+
"members": {
|
740
|
+
"code": {},
|
741
|
+
"message": {}
|
742
|
+
}
|
743
|
+
}
|
744
|
+
},
|
745
|
+
"S12": {
|
746
|
+
"type": "list",
|
747
|
+
"member": {}
|
748
|
+
},
|
749
|
+
"S14": {
|
750
|
+
"type": "structure",
|
751
|
+
"required": [
|
752
|
+
"id",
|
753
|
+
"version"
|
754
|
+
],
|
755
|
+
"members": {
|
756
|
+
"id": {},
|
757
|
+
"version": {}
|
758
|
+
}
|
759
|
+
},
|
760
|
+
"S16": {
|
761
|
+
"type": "structure",
|
762
|
+
"required": [
|
763
|
+
"minInstanceCount",
|
764
|
+
"maxInstanceCount"
|
765
|
+
],
|
766
|
+
"members": {
|
767
|
+
"minInstanceCount": {
|
768
|
+
"type": "integer"
|
769
|
+
},
|
770
|
+
"maxInstanceCount": {
|
771
|
+
"type": "integer"
|
772
|
+
}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"S19": {
|
776
|
+
"type": "list",
|
777
|
+
"member": {
|
778
|
+
"type": "structure",
|
779
|
+
"members": {
|
780
|
+
"instanceType": {}
|
781
|
+
}
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"S1b": {
|
785
|
+
"type": "structure",
|
786
|
+
"members": {
|
787
|
+
"allocationStrategy": {}
|
788
|
+
}
|
789
|
+
},
|
790
|
+
"S1f": {
|
791
|
+
"type": "structure",
|
792
|
+
"required": [
|
793
|
+
"name",
|
794
|
+
"id",
|
795
|
+
"arn",
|
796
|
+
"clusterId",
|
797
|
+
"createdAt",
|
798
|
+
"modifiedAt",
|
799
|
+
"status",
|
800
|
+
"subnetIds",
|
801
|
+
"customLaunchTemplate",
|
802
|
+
"iamInstanceProfileArn",
|
803
|
+
"scalingConfiguration",
|
804
|
+
"instanceConfigs"
|
805
|
+
],
|
806
|
+
"members": {
|
807
|
+
"name": {},
|
808
|
+
"id": {},
|
809
|
+
"arn": {},
|
810
|
+
"clusterId": {},
|
811
|
+
"createdAt": {
|
812
|
+
"shape": "Sn"
|
813
|
+
},
|
814
|
+
"modifiedAt": {
|
815
|
+
"shape": "Sn"
|
816
|
+
},
|
817
|
+
"status": {},
|
818
|
+
"amiId": {},
|
819
|
+
"subnetIds": {
|
820
|
+
"shape": "S8"
|
821
|
+
},
|
822
|
+
"purchaseOption": {},
|
823
|
+
"customLaunchTemplate": {
|
824
|
+
"shape": "S14"
|
825
|
+
},
|
826
|
+
"iamInstanceProfileArn": {},
|
827
|
+
"scalingConfiguration": {
|
828
|
+
"type": "structure",
|
829
|
+
"required": [
|
830
|
+
"minInstanceCount",
|
831
|
+
"maxInstanceCount"
|
832
|
+
],
|
833
|
+
"members": {
|
834
|
+
"minInstanceCount": {
|
835
|
+
"type": "integer"
|
836
|
+
},
|
837
|
+
"maxInstanceCount": {
|
838
|
+
"type": "integer"
|
839
|
+
}
|
840
|
+
}
|
841
|
+
},
|
842
|
+
"instanceConfigs": {
|
843
|
+
"shape": "S19"
|
844
|
+
},
|
845
|
+
"spotOptions": {
|
846
|
+
"shape": "S1b"
|
847
|
+
},
|
848
|
+
"slurmConfiguration": {
|
849
|
+
"type": "structure",
|
850
|
+
"members": {
|
851
|
+
"slurmCustomSettings": {
|
852
|
+
"shape": "Se"
|
853
|
+
}
|
854
|
+
}
|
855
|
+
},
|
856
|
+
"errorInfo": {
|
857
|
+
"shape": "Sw"
|
858
|
+
}
|
859
|
+
}
|
860
|
+
},
|
861
|
+
"S1n": {
|
862
|
+
"type": "list",
|
863
|
+
"member": {
|
864
|
+
"type": "structure",
|
865
|
+
"members": {
|
866
|
+
"computeNodeGroupId": {}
|
867
|
+
}
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"S1q": {
|
871
|
+
"type": "structure",
|
872
|
+
"required": [
|
873
|
+
"name",
|
874
|
+
"id",
|
875
|
+
"arn",
|
876
|
+
"clusterId",
|
877
|
+
"createdAt",
|
878
|
+
"modifiedAt",
|
879
|
+
"status",
|
880
|
+
"computeNodeGroupConfigurations"
|
881
|
+
],
|
882
|
+
"members": {
|
883
|
+
"name": {},
|
884
|
+
"id": {},
|
885
|
+
"arn": {},
|
886
|
+
"clusterId": {},
|
887
|
+
"createdAt": {
|
888
|
+
"shape": "Sn"
|
889
|
+
},
|
890
|
+
"modifiedAt": {
|
891
|
+
"shape": "Sn"
|
892
|
+
},
|
893
|
+
"status": {},
|
894
|
+
"computeNodeGroupConfigurations": {
|
895
|
+
"shape": "S1n"
|
896
|
+
},
|
897
|
+
"errorInfo": {
|
898
|
+
"shape": "Sw"
|
899
|
+
}
|
900
|
+
}
|
901
|
+
}
|
902
|
+
}
|
903
|
+
}
|