@aws-sdk/client-batch 3.609.0 → 3.614.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.
@@ -339,6 +339,116 @@ declare const DescribeJobDefinitionsCommand_base: {
339
339
  * // },
340
340
  * // ],
341
341
  * // },
342
+ * // eksProperties: { // EksProperties
343
+ * // podProperties: { // EksPodProperties
344
+ * // serviceAccountName: "STRING_VALUE",
345
+ * // hostNetwork: true || false,
346
+ * // dnsPolicy: "STRING_VALUE",
347
+ * // imagePullSecrets: [ // ImagePullSecrets
348
+ * // { // ImagePullSecret
349
+ * // name: "STRING_VALUE", // required
350
+ * // },
351
+ * // ],
352
+ * // containers: [ // EksContainers
353
+ * // { // EksContainer
354
+ * // name: "STRING_VALUE",
355
+ * // image: "STRING_VALUE", // required
356
+ * // imagePullPolicy: "STRING_VALUE",
357
+ * // command: "<StringList>",
358
+ * // args: "<StringList>",
359
+ * // env: [ // EksContainerEnvironmentVariables
360
+ * // { // EksContainerEnvironmentVariable
361
+ * // name: "STRING_VALUE", // required
362
+ * // value: "STRING_VALUE",
363
+ * // },
364
+ * // ],
365
+ * // resources: { // EksContainerResourceRequirements
366
+ * // limits: { // EksLimits
367
+ * // "<keys>": "STRING_VALUE",
368
+ * // },
369
+ * // requests: { // EksRequests
370
+ * // "<keys>": "STRING_VALUE",
371
+ * // },
372
+ * // },
373
+ * // volumeMounts: [ // EksContainerVolumeMounts
374
+ * // { // EksContainerVolumeMount
375
+ * // name: "STRING_VALUE",
376
+ * // mountPath: "STRING_VALUE",
377
+ * // readOnly: true || false,
378
+ * // },
379
+ * // ],
380
+ * // securityContext: { // EksContainerSecurityContext
381
+ * // runAsUser: Number("long"),
382
+ * // runAsGroup: Number("long"),
383
+ * // privileged: true || false,
384
+ * // allowPrivilegeEscalation: true || false,
385
+ * // readOnlyRootFilesystem: true || false,
386
+ * // runAsNonRoot: true || false,
387
+ * // },
388
+ * // },
389
+ * // ],
390
+ * // initContainers: [
391
+ * // {
392
+ * // name: "STRING_VALUE",
393
+ * // image: "STRING_VALUE", // required
394
+ * // imagePullPolicy: "STRING_VALUE",
395
+ * // command: "<StringList>",
396
+ * // args: "<StringList>",
397
+ * // env: [
398
+ * // {
399
+ * // name: "STRING_VALUE", // required
400
+ * // value: "STRING_VALUE",
401
+ * // },
402
+ * // ],
403
+ * // resources: {
404
+ * // limits: {
405
+ * // "<keys>": "STRING_VALUE",
406
+ * // },
407
+ * // requests: {
408
+ * // "<keys>": "STRING_VALUE",
409
+ * // },
410
+ * // },
411
+ * // volumeMounts: [
412
+ * // {
413
+ * // name: "STRING_VALUE",
414
+ * // mountPath: "STRING_VALUE",
415
+ * // readOnly: true || false,
416
+ * // },
417
+ * // ],
418
+ * // securityContext: {
419
+ * // runAsUser: Number("long"),
420
+ * // runAsGroup: Number("long"),
421
+ * // privileged: true || false,
422
+ * // allowPrivilegeEscalation: true || false,
423
+ * // readOnlyRootFilesystem: true || false,
424
+ * // runAsNonRoot: true || false,
425
+ * // },
426
+ * // },
427
+ * // ],
428
+ * // volumes: [ // EksVolumes
429
+ * // { // EksVolume
430
+ * // name: "STRING_VALUE", // required
431
+ * // hostPath: { // EksHostPath
432
+ * // path: "STRING_VALUE",
433
+ * // },
434
+ * // emptyDir: { // EksEmptyDir
435
+ * // medium: "STRING_VALUE",
436
+ * // sizeLimit: "STRING_VALUE",
437
+ * // },
438
+ * // secret: { // EksSecret
439
+ * // secretName: "STRING_VALUE", // required
440
+ * // optional: true || false,
441
+ * // },
442
+ * // },
443
+ * // ],
444
+ * // metadata: { // EksMetadata
445
+ * // labels: { // EksLabelsMap
446
+ * // "<keys>": "STRING_VALUE",
447
+ * // },
448
+ * // },
449
+ * // shareProcessNamespace: true || false,
450
+ * // },
451
+ * // },
342
452
  * // },
343
453
  * // ],
344
454
  * // },
@@ -389,45 +499,45 @@ declare const DescribeJobDefinitionsCommand_base: {
389
499
  * // },
390
500
  * // ],
391
501
  * // },
392
- * // eksProperties: { // EksProperties
393
- * // podProperties: { // EksPodProperties
502
+ * // eksProperties: {
503
+ * // podProperties: {
394
504
  * // serviceAccountName: "STRING_VALUE",
395
505
  * // hostNetwork: true || false,
396
506
  * // dnsPolicy: "STRING_VALUE",
397
- * // imagePullSecrets: [ // ImagePullSecrets
398
- * // { // ImagePullSecret
507
+ * // imagePullSecrets: [
508
+ * // {
399
509
  * // name: "STRING_VALUE", // required
400
510
  * // },
401
511
  * // ],
402
- * // containers: [ // EksContainers
403
- * // { // EksContainer
512
+ * // containers: [
513
+ * // {
404
514
  * // name: "STRING_VALUE",
405
515
  * // image: "STRING_VALUE", // required
406
516
  * // imagePullPolicy: "STRING_VALUE",
407
517
  * // command: "<StringList>",
408
518
  * // args: "<StringList>",
409
- * // env: [ // EksContainerEnvironmentVariables
410
- * // { // EksContainerEnvironmentVariable
519
+ * // env: [
520
+ * // {
411
521
  * // name: "STRING_VALUE", // required
412
522
  * // value: "STRING_VALUE",
413
523
  * // },
414
524
  * // ],
415
- * // resources: { // EksContainerResourceRequirements
416
- * // limits: { // EksLimits
525
+ * // resources: {
526
+ * // limits: {
417
527
  * // "<keys>": "STRING_VALUE",
418
528
  * // },
419
- * // requests: { // EksRequests
529
+ * // requests: {
420
530
  * // "<keys>": "STRING_VALUE",
421
531
  * // },
422
532
  * // },
423
- * // volumeMounts: [ // EksContainerVolumeMounts
424
- * // { // EksContainerVolumeMount
533
+ * // volumeMounts: [
534
+ * // {
425
535
  * // name: "STRING_VALUE",
426
536
  * // mountPath: "STRING_VALUE",
427
537
  * // readOnly: true || false,
428
538
  * // },
429
539
  * // ],
430
- * // securityContext: { // EksContainerSecurityContext
540
+ * // securityContext: {
431
541
  * // runAsUser: Number("long"),
432
542
  * // runAsGroup: Number("long"),
433
543
  * // privileged: true || false,
@@ -475,24 +585,24 @@ declare const DescribeJobDefinitionsCommand_base: {
475
585
  * // },
476
586
  * // },
477
587
  * // ],
478
- * // volumes: [ // EksVolumes
479
- * // { // EksVolume
588
+ * // volumes: [
589
+ * // {
480
590
  * // name: "STRING_VALUE", // required
481
- * // hostPath: { // EksHostPath
591
+ * // hostPath: {
482
592
  * // path: "STRING_VALUE",
483
593
  * // },
484
- * // emptyDir: { // EksEmptyDir
594
+ * // emptyDir: {
485
595
  * // medium: "STRING_VALUE",
486
596
  * // sizeLimit: "STRING_VALUE",
487
597
  * // },
488
- * // secret: { // EksSecret
598
+ * // secret: {
489
599
  * // secretName: "STRING_VALUE", // required
490
600
  * // optional: true || false,
491
601
  * // },
492
602
  * // },
493
603
  * // ],
494
- * // metadata: { // EksMetadata
495
- * // labels: { // EksLabelsMap
604
+ * // metadata: {
605
+ * // labels: {
496
606
  * // "<keys>": "STRING_VALUE",
497
607
  * // },
498
608
  * // },
@@ -395,6 +395,116 @@ declare const DescribeJobsCommand_base: {
395
395
  * // },
396
396
  * // ],
397
397
  * // },
398
+ * // eksProperties: { // EksProperties
399
+ * // podProperties: { // EksPodProperties
400
+ * // serviceAccountName: "STRING_VALUE",
401
+ * // hostNetwork: true || false,
402
+ * // dnsPolicy: "STRING_VALUE",
403
+ * // imagePullSecrets: [ // ImagePullSecrets
404
+ * // { // ImagePullSecret
405
+ * // name: "STRING_VALUE", // required
406
+ * // },
407
+ * // ],
408
+ * // containers: [ // EksContainers
409
+ * // { // EksContainer
410
+ * // name: "STRING_VALUE",
411
+ * // image: "STRING_VALUE", // required
412
+ * // imagePullPolicy: "STRING_VALUE",
413
+ * // command: "<StringList>",
414
+ * // args: "<StringList>",
415
+ * // env: [ // EksContainerEnvironmentVariables
416
+ * // { // EksContainerEnvironmentVariable
417
+ * // name: "STRING_VALUE", // required
418
+ * // value: "STRING_VALUE",
419
+ * // },
420
+ * // ],
421
+ * // resources: { // EksContainerResourceRequirements
422
+ * // limits: { // EksLimits
423
+ * // "<keys>": "STRING_VALUE",
424
+ * // },
425
+ * // requests: { // EksRequests
426
+ * // "<keys>": "STRING_VALUE",
427
+ * // },
428
+ * // },
429
+ * // volumeMounts: [ // EksContainerVolumeMounts
430
+ * // { // EksContainerVolumeMount
431
+ * // name: "STRING_VALUE",
432
+ * // mountPath: "STRING_VALUE",
433
+ * // readOnly: true || false,
434
+ * // },
435
+ * // ],
436
+ * // securityContext: { // EksContainerSecurityContext
437
+ * // runAsUser: Number("long"),
438
+ * // runAsGroup: Number("long"),
439
+ * // privileged: true || false,
440
+ * // allowPrivilegeEscalation: true || false,
441
+ * // readOnlyRootFilesystem: true || false,
442
+ * // runAsNonRoot: true || false,
443
+ * // },
444
+ * // },
445
+ * // ],
446
+ * // initContainers: [
447
+ * // {
448
+ * // name: "STRING_VALUE",
449
+ * // image: "STRING_VALUE", // required
450
+ * // imagePullPolicy: "STRING_VALUE",
451
+ * // command: "<StringList>",
452
+ * // args: "<StringList>",
453
+ * // env: [
454
+ * // {
455
+ * // name: "STRING_VALUE", // required
456
+ * // value: "STRING_VALUE",
457
+ * // },
458
+ * // ],
459
+ * // resources: {
460
+ * // limits: {
461
+ * // "<keys>": "STRING_VALUE",
462
+ * // },
463
+ * // requests: {
464
+ * // "<keys>": "STRING_VALUE",
465
+ * // },
466
+ * // },
467
+ * // volumeMounts: [
468
+ * // {
469
+ * // name: "STRING_VALUE",
470
+ * // mountPath: "STRING_VALUE",
471
+ * // readOnly: true || false,
472
+ * // },
473
+ * // ],
474
+ * // securityContext: {
475
+ * // runAsUser: Number("long"),
476
+ * // runAsGroup: Number("long"),
477
+ * // privileged: true || false,
478
+ * // allowPrivilegeEscalation: true || false,
479
+ * // readOnlyRootFilesystem: true || false,
480
+ * // runAsNonRoot: true || false,
481
+ * // },
482
+ * // },
483
+ * // ],
484
+ * // volumes: [ // EksVolumes
485
+ * // { // EksVolume
486
+ * // name: "STRING_VALUE", // required
487
+ * // hostPath: { // EksHostPath
488
+ * // path: "STRING_VALUE",
489
+ * // },
490
+ * // emptyDir: { // EksEmptyDir
491
+ * // medium: "STRING_VALUE",
492
+ * // sizeLimit: "STRING_VALUE",
493
+ * // },
494
+ * // secret: { // EksSecret
495
+ * // secretName: "STRING_VALUE", // required
496
+ * // optional: true || false,
497
+ * // },
498
+ * // },
499
+ * // ],
500
+ * // metadata: { // EksMetadata
501
+ * // labels: { // EksLabelsMap
502
+ * // "<keys>": "STRING_VALUE",
503
+ * // },
504
+ * // },
505
+ * // shareProcessNamespace: true || false,
506
+ * // },
507
+ * // },
398
508
  * // },
399
509
  * // ],
400
510
  * // },
@@ -420,8 +530,8 @@ declare const DescribeJobsCommand_base: {
420
530
  * // serviceAccountName: "STRING_VALUE",
421
531
  * // hostNetwork: true || false,
422
532
  * // dnsPolicy: "STRING_VALUE",
423
- * // imagePullSecrets: [ // ImagePullSecrets
424
- * // { // ImagePullSecret
533
+ * // imagePullSecrets: [
534
+ * // {
425
535
  * // name: "STRING_VALUE", // required
426
536
  * // },
427
537
  * // ],
@@ -432,30 +542,30 @@ declare const DescribeJobsCommand_base: {
432
542
  * // imagePullPolicy: "STRING_VALUE",
433
543
  * // command: "<StringList>",
434
544
  * // args: "<StringList>",
435
- * // env: [ // EksContainerEnvironmentVariables
436
- * // { // EksContainerEnvironmentVariable
545
+ * // env: [
546
+ * // {
437
547
  * // name: "STRING_VALUE", // required
438
548
  * // value: "STRING_VALUE",
439
549
  * // },
440
550
  * // ],
441
- * // resources: { // EksContainerResourceRequirements
442
- * // limits: { // EksLimits
551
+ * // resources: {
552
+ * // limits: {
443
553
  * // "<keys>": "STRING_VALUE",
444
554
  * // },
445
- * // requests: { // EksRequests
555
+ * // requests: {
446
556
  * // "<keys>": "STRING_VALUE",
447
557
  * // },
448
558
  * // },
449
559
  * // exitCode: Number("int"),
450
560
  * // reason: "STRING_VALUE",
451
- * // volumeMounts: [ // EksContainerVolumeMounts
452
- * // { // EksContainerVolumeMount
561
+ * // volumeMounts: [
562
+ * // {
453
563
  * // name: "STRING_VALUE",
454
564
  * // mountPath: "STRING_VALUE",
455
565
  * // readOnly: true || false,
456
566
  * // },
457
567
  * // ],
458
- * // securityContext: { // EksContainerSecurityContext
568
+ * // securityContext: {
459
569
  * // runAsUser: Number("long"),
460
570
  * // runAsGroup: Number("long"),
461
571
  * // privileged: true || false,
@@ -505,17 +615,17 @@ declare const DescribeJobsCommand_base: {
505
615
  * // },
506
616
  * // },
507
617
  * // ],
508
- * // volumes: [ // EksVolumes
509
- * // { // EksVolume
618
+ * // volumes: [
619
+ * // {
510
620
  * // name: "STRING_VALUE", // required
511
- * // hostPath: { // EksHostPath
621
+ * // hostPath: {
512
622
  * // path: "STRING_VALUE",
513
623
  * // },
514
- * // emptyDir: { // EksEmptyDir
624
+ * // emptyDir: {
515
625
  * // medium: "STRING_VALUE",
516
626
  * // sizeLimit: "STRING_VALUE",
517
627
  * // },
518
- * // secret: { // EksSecret
628
+ * // secret: {
519
629
  * // secretName: "STRING_VALUE", // required
520
630
  * // optional: true || false,
521
631
  * // },
@@ -523,8 +633,8 @@ declare const DescribeJobsCommand_base: {
523
633
  * // ],
524
634
  * // podName: "STRING_VALUE",
525
635
  * // nodeName: "STRING_VALUE",
526
- * // metadata: { // EksMetadata
527
- * // labels: { // EksLabelsMap
636
+ * // metadata: {
637
+ * // labels: {
528
638
  * // "<keys>": "STRING_VALUE",
529
639
  * // },
530
640
  * // },
@@ -547,6 +657,7 @@ declare const DescribeJobsCommand_base: {
547
657
  * // reason: "STRING_VALUE",
548
658
  * // },
549
659
  * // ],
660
+ * // eksClusterArn: "STRING_VALUE",
550
661
  * // podName: "STRING_VALUE",
551
662
  * // nodeName: "STRING_VALUE",
552
663
  * // startedAt: Number("long"),
@@ -308,6 +308,116 @@ declare const RegisterJobDefinitionCommand_base: {
308
308
  * },
309
309
  * ],
310
310
  * },
311
+ * eksProperties: { // EksProperties
312
+ * podProperties: { // EksPodProperties
313
+ * serviceAccountName: "STRING_VALUE",
314
+ * hostNetwork: true || false,
315
+ * dnsPolicy: "STRING_VALUE",
316
+ * imagePullSecrets: [ // ImagePullSecrets
317
+ * { // ImagePullSecret
318
+ * name: "STRING_VALUE", // required
319
+ * },
320
+ * ],
321
+ * containers: [ // EksContainers
322
+ * { // EksContainer
323
+ * name: "STRING_VALUE",
324
+ * image: "STRING_VALUE", // required
325
+ * imagePullPolicy: "STRING_VALUE",
326
+ * command: "<StringList>",
327
+ * args: "<StringList>",
328
+ * env: [ // EksContainerEnvironmentVariables
329
+ * { // EksContainerEnvironmentVariable
330
+ * name: "STRING_VALUE", // required
331
+ * value: "STRING_VALUE",
332
+ * },
333
+ * ],
334
+ * resources: { // EksContainerResourceRequirements
335
+ * limits: { // EksLimits
336
+ * "<keys>": "STRING_VALUE",
337
+ * },
338
+ * requests: { // EksRequests
339
+ * "<keys>": "STRING_VALUE",
340
+ * },
341
+ * },
342
+ * volumeMounts: [ // EksContainerVolumeMounts
343
+ * { // EksContainerVolumeMount
344
+ * name: "STRING_VALUE",
345
+ * mountPath: "STRING_VALUE",
346
+ * readOnly: true || false,
347
+ * },
348
+ * ],
349
+ * securityContext: { // EksContainerSecurityContext
350
+ * runAsUser: Number("long"),
351
+ * runAsGroup: Number("long"),
352
+ * privileged: true || false,
353
+ * allowPrivilegeEscalation: true || false,
354
+ * readOnlyRootFilesystem: true || false,
355
+ * runAsNonRoot: true || false,
356
+ * },
357
+ * },
358
+ * ],
359
+ * initContainers: [
360
+ * {
361
+ * name: "STRING_VALUE",
362
+ * image: "STRING_VALUE", // required
363
+ * imagePullPolicy: "STRING_VALUE",
364
+ * command: "<StringList>",
365
+ * args: "<StringList>",
366
+ * env: [
367
+ * {
368
+ * name: "STRING_VALUE", // required
369
+ * value: "STRING_VALUE",
370
+ * },
371
+ * ],
372
+ * resources: {
373
+ * limits: {
374
+ * "<keys>": "STRING_VALUE",
375
+ * },
376
+ * requests: {
377
+ * "<keys>": "STRING_VALUE",
378
+ * },
379
+ * },
380
+ * volumeMounts: [
381
+ * {
382
+ * name: "STRING_VALUE",
383
+ * mountPath: "STRING_VALUE",
384
+ * readOnly: true || false,
385
+ * },
386
+ * ],
387
+ * securityContext: {
388
+ * runAsUser: Number("long"),
389
+ * runAsGroup: Number("long"),
390
+ * privileged: true || false,
391
+ * allowPrivilegeEscalation: true || false,
392
+ * readOnlyRootFilesystem: true || false,
393
+ * runAsNonRoot: true || false,
394
+ * },
395
+ * },
396
+ * ],
397
+ * volumes: [ // EksVolumes
398
+ * { // EksVolume
399
+ * name: "STRING_VALUE", // required
400
+ * hostPath: { // EksHostPath
401
+ * path: "STRING_VALUE",
402
+ * },
403
+ * emptyDir: { // EksEmptyDir
404
+ * medium: "STRING_VALUE",
405
+ * sizeLimit: "STRING_VALUE",
406
+ * },
407
+ * secret: { // EksSecret
408
+ * secretName: "STRING_VALUE", // required
409
+ * optional: true || false,
410
+ * },
411
+ * },
412
+ * ],
413
+ * metadata: { // EksMetadata
414
+ * labels: { // EksLabelsMap
415
+ * "<keys>": "STRING_VALUE",
416
+ * },
417
+ * },
418
+ * shareProcessNamespace: true || false,
419
+ * },
420
+ * },
311
421
  * },
312
422
  * ],
313
423
  * },
@@ -332,45 +442,45 @@ declare const RegisterJobDefinitionCommand_base: {
332
442
  * platformCapabilities: [ // PlatformCapabilityList
333
443
  * "EC2" || "FARGATE",
334
444
  * ],
335
- * eksProperties: { // EksProperties
336
- * podProperties: { // EksPodProperties
445
+ * eksProperties: {
446
+ * podProperties: {
337
447
  * serviceAccountName: "STRING_VALUE",
338
448
  * hostNetwork: true || false,
339
449
  * dnsPolicy: "STRING_VALUE",
340
- * imagePullSecrets: [ // ImagePullSecrets
341
- * { // ImagePullSecret
450
+ * imagePullSecrets: [
451
+ * {
342
452
  * name: "STRING_VALUE", // required
343
453
  * },
344
454
  * ],
345
- * containers: [ // EksContainers
346
- * { // EksContainer
455
+ * containers: [
456
+ * {
347
457
  * name: "STRING_VALUE",
348
458
  * image: "STRING_VALUE", // required
349
459
  * imagePullPolicy: "STRING_VALUE",
350
460
  * command: "<StringList>",
351
461
  * args: "<StringList>",
352
- * env: [ // EksContainerEnvironmentVariables
353
- * { // EksContainerEnvironmentVariable
462
+ * env: [
463
+ * {
354
464
  * name: "STRING_VALUE", // required
355
465
  * value: "STRING_VALUE",
356
466
  * },
357
467
  * ],
358
- * resources: { // EksContainerResourceRequirements
359
- * limits: { // EksLimits
468
+ * resources: {
469
+ * limits: {
360
470
  * "<keys>": "STRING_VALUE",
361
471
  * },
362
- * requests: { // EksRequests
472
+ * requests: {
363
473
  * "<keys>": "STRING_VALUE",
364
474
  * },
365
475
  * },
366
- * volumeMounts: [ // EksContainerVolumeMounts
367
- * { // EksContainerVolumeMount
476
+ * volumeMounts: [
477
+ * {
368
478
  * name: "STRING_VALUE",
369
479
  * mountPath: "STRING_VALUE",
370
480
  * readOnly: true || false,
371
481
  * },
372
482
  * ],
373
- * securityContext: { // EksContainerSecurityContext
483
+ * securityContext: {
374
484
  * runAsUser: Number("long"),
375
485
  * runAsGroup: Number("long"),
376
486
  * privileged: true || false,
@@ -418,24 +528,24 @@ declare const RegisterJobDefinitionCommand_base: {
418
528
  * },
419
529
  * },
420
530
  * ],
421
- * volumes: [ // EksVolumes
422
- * { // EksVolume
531
+ * volumes: [
532
+ * {
423
533
  * name: "STRING_VALUE", // required
424
- * hostPath: { // EksHostPath
534
+ * hostPath: {
425
535
  * path: "STRING_VALUE",
426
536
  * },
427
- * emptyDir: { // EksEmptyDir
537
+ * emptyDir: {
428
538
  * medium: "STRING_VALUE",
429
539
  * sizeLimit: "STRING_VALUE",
430
540
  * },
431
- * secret: { // EksSecret
541
+ * secret: {
432
542
  * secretName: "STRING_VALUE", // required
433
543
  * optional: true || false,
434
544
  * },
435
545
  * },
436
546
  * ],
437
- * metadata: { // EksMetadata
438
- * labels: { // EksLabelsMap
547
+ * metadata: {
548
+ * labels: {
439
549
  * "<keys>": "STRING_VALUE",
440
550
  * },
441
551
  * },
@@ -126,6 +126,59 @@ declare const SubmitJobCommand_base: {
126
126
  * ],
127
127
  * },
128
128
  * instanceTypes: "<StringList>",
129
+ * eksPropertiesOverride: { // EksPropertiesOverride
130
+ * podProperties: { // EksPodPropertiesOverride
131
+ * containers: [ // EksContainerOverrideList
132
+ * { // EksContainerOverride
133
+ * name: "STRING_VALUE",
134
+ * image: "STRING_VALUE",
135
+ * command: "<StringList>",
136
+ * args: "<StringList>",
137
+ * env: [ // EksContainerEnvironmentVariables
138
+ * { // EksContainerEnvironmentVariable
139
+ * name: "STRING_VALUE", // required
140
+ * value: "STRING_VALUE",
141
+ * },
142
+ * ],
143
+ * resources: { // EksContainerResourceRequirements
144
+ * limits: { // EksLimits
145
+ * "<keys>": "STRING_VALUE",
146
+ * },
147
+ * requests: { // EksRequests
148
+ * "<keys>": "STRING_VALUE",
149
+ * },
150
+ * },
151
+ * },
152
+ * ],
153
+ * initContainers: [
154
+ * {
155
+ * name: "STRING_VALUE",
156
+ * image: "STRING_VALUE",
157
+ * command: "<StringList>",
158
+ * args: "<StringList>",
159
+ * env: [
160
+ * {
161
+ * name: "STRING_VALUE", // required
162
+ * value: "STRING_VALUE",
163
+ * },
164
+ * ],
165
+ * resources: {
166
+ * limits: {
167
+ * "<keys>": "STRING_VALUE",
168
+ * },
169
+ * requests: {
170
+ * "<keys>": "STRING_VALUE",
171
+ * },
172
+ * },
173
+ * },
174
+ * ],
175
+ * metadata: { // EksMetadata
176
+ * labels: { // EksLabelsMap
177
+ * "<keys>": "STRING_VALUE",
178
+ * },
179
+ * },
180
+ * },
181
+ * },
129
182
  * },
130
183
  * ],
131
184
  * },
@@ -147,25 +200,25 @@ declare const SubmitJobCommand_base: {
147
200
  * tags: { // TagrisTagsMap
148
201
  * "<keys>": "STRING_VALUE",
149
202
  * },
150
- * eksPropertiesOverride: { // EksPropertiesOverride
151
- * podProperties: { // EksPodPropertiesOverride
152
- * containers: [ // EksContainerOverrideList
153
- * { // EksContainerOverride
203
+ * eksPropertiesOverride: {
204
+ * podProperties: {
205
+ * containers: [
206
+ * {
154
207
  * name: "STRING_VALUE",
155
208
  * image: "STRING_VALUE",
156
209
  * command: "<StringList>",
157
210
  * args: "<StringList>",
158
- * env: [ // EksContainerEnvironmentVariables
159
- * { // EksContainerEnvironmentVariable
211
+ * env: [
212
+ * {
160
213
  * name: "STRING_VALUE", // required
161
214
  * value: "STRING_VALUE",
162
215
  * },
163
216
  * ],
164
- * resources: { // EksContainerResourceRequirements
165
- * limits: { // EksLimits
217
+ * resources: {
218
+ * limits: {
166
219
  * "<keys>": "STRING_VALUE",
167
220
  * },
168
- * requests: { // EksRequests
221
+ * requests: {
169
222
  * "<keys>": "STRING_VALUE",
170
223
  * },
171
224
  * },
@@ -193,8 +246,8 @@ declare const SubmitJobCommand_base: {
193
246
  * },
194
247
  * },
195
248
  * ],
196
- * metadata: { // EksMetadata
197
- * labels: { // EksLabelsMap
249
+ * metadata: {
250
+ * labels: {
198
251
  * "<keys>": "STRING_VALUE",
199
252
  * },
200
253
  * },
@@ -3549,6 +3549,11 @@ export interface NodeRangeProperty {
3549
3549
  * @public
3550
3550
  */
3551
3551
  ecsProperties?: EcsProperties;
3552
+ /**
3553
+ * <p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>
3554
+ * @public
3555
+ */
3556
+ eksProperties?: EksProperties;
3552
3557
  }
3553
3558
  /**
3554
3559
  * <p>An object that represents the node properties of a multi-node parallel job.</p>
@@ -4610,6 +4615,11 @@ export interface EksAttemptDetail {
4610
4615
  * @public
4611
4616
  */
4612
4617
  initContainers?: EksAttemptContainerDetail[];
4618
+ /**
4619
+ * <p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>
4620
+ * @public
4621
+ */
4622
+ eksClusterArn?: string;
4613
4623
  /**
4614
4624
  * <p>The name of the pod for this job attempt.</p>
4615
4625
  * @public
@@ -5955,6 +5965,11 @@ export interface NodePropertyOverride {
5955
5965
  * @public
5956
5966
  */
5957
5967
  instanceTypes?: string[];
5968
+ /**
5969
+ * <p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>
5970
+ * @public
5971
+ */
5972
+ eksPropertiesOverride?: EksPropertiesOverride;
5958
5973
  }
5959
5974
  /**
5960
5975
  * <p>An object that represents any node overrides to a job definition that's used in a <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html">SubmitJob</a> API
@@ -518,6 +518,7 @@ export interface NodeRangeProperty {
518
518
  container?: ContainerProperties;
519
519
  instanceTypes?: string[];
520
520
  ecsProperties?: EcsProperties;
521
+ eksProperties?: EksProperties;
521
522
  }
522
523
  export interface NodeProperties {
523
524
  numNodes: number | undefined;
@@ -686,6 +687,7 @@ export interface EksAttemptContainerDetail {
686
687
  export interface EksAttemptDetail {
687
688
  containers?: EksAttemptContainerDetail[];
688
689
  initContainers?: EksAttemptContainerDetail[];
690
+ eksClusterArn?: string;
689
691
  podName?: string;
690
692
  nodeName?: string;
691
693
  startedAt?: number;
@@ -919,6 +921,7 @@ export interface NodePropertyOverride {
919
921
  containerOverrides?: ContainerOverrides;
920
922
  ecsPropertiesOverride?: EcsPropertiesOverride;
921
923
  instanceTypes?: string[];
924
+ eksPropertiesOverride?: EksPropertiesOverride;
922
925
  }
923
926
  export interface NodeOverrides {
924
927
  numNodes?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
3
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4
- "version": "3.609.0",
4
+ "version": "3.614.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-batch",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.609.0",
24
- "@aws-sdk/client-sts": "3.609.0",
25
- "@aws-sdk/core": "3.609.0",
26
- "@aws-sdk/credential-provider-node": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.614.0",
24
+ "@aws-sdk/client-sts": "3.614.0",
25
+ "@aws-sdk/core": "3.614.0",
26
+ "@aws-sdk/credential-provider-node": "3.614.0",
27
27
  "@aws-sdk/middleware-host-header": "3.609.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-user-agent": "3.609.0",
31
- "@aws-sdk/region-config-resolver": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.614.0",
31
+ "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.614.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.609.0",
36
- "@smithy/config-resolver": "^3.0.4",
37
- "@smithy/core": "^2.2.4",
38
- "@smithy/fetch-http-handler": "^3.2.0",
35
+ "@aws-sdk/util-user-agent-node": "3.614.0",
36
+ "@smithy/config-resolver": "^3.0.5",
37
+ "@smithy/core": "^2.2.6",
38
+ "@smithy/fetch-http-handler": "^3.2.1",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
41
  "@smithy/middleware-content-length": "^3.0.3",
42
- "@smithy/middleware-endpoint": "^3.0.4",
43
- "@smithy/middleware-retry": "^3.0.7",
42
+ "@smithy/middleware-endpoint": "^3.0.5",
43
+ "@smithy/middleware-retry": "^3.0.9",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.3",
47
- "@smithy/node-http-handler": "^3.1.1",
46
+ "@smithy/node-config-provider": "^3.1.4",
47
+ "@smithy/node-http-handler": "^3.1.2",
48
48
  "@smithy/protocol-http": "^4.0.3",
49
- "@smithy/smithy-client": "^3.1.5",
49
+ "@smithy/smithy-client": "^3.1.7",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.7",
56
- "@smithy/util-defaults-mode-node": "^3.0.7",
57
- "@smithy/util-endpoints": "^2.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.9",
56
+ "@smithy/util-defaults-mode-node": "^3.0.9",
57
+ "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",