@aws-sdk/client-batch 3.1012.0 → 3.1014.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.
Files changed (52) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/index.js +116 -0
  3. package/dist-cjs/schemas/schemas_0.js +244 -25
  4. package/dist-es/Batch.js +14 -0
  5. package/dist-es/commands/CreateQuotaShareCommand.js +16 -0
  6. package/dist-es/commands/DeleteQuotaShareCommand.js +16 -0
  7. package/dist-es/commands/DescribeQuotaShareCommand.js +16 -0
  8. package/dist-es/commands/ListQuotaSharesCommand.js +16 -0
  9. package/dist-es/commands/UpdateQuotaShareCommand.js +16 -0
  10. package/dist-es/commands/UpdateServiceJobCommand.js +16 -0
  11. package/dist-es/commands/index.js +6 -0
  12. package/dist-es/models/enums.js +23 -0
  13. package/dist-es/pagination/ListQuotaSharesPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/schemas/schemas_0.js +238 -20
  16. package/dist-types/Batch.d.ts +49 -0
  17. package/dist-types/BatchClient.d.ts +8 -2
  18. package/dist-types/commands/CreateQuotaShareCommand.d.ts +101 -0
  19. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteJobQueueCommand.d.ts +1 -2
  21. package/dist-types/commands/DeleteQuotaShareCommand.d.ts +82 -0
  22. package/dist-types/commands/DescribeQuotaShareCommand.d.ts +102 -0
  23. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeServiceJobCommand.d.ts +15 -0
  25. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +28 -2
  26. package/dist-types/commands/ListQuotaSharesCommand.d.ts +106 -0
  27. package/dist-types/commands/ListServiceJobsCommand.d.ts +1 -0
  28. package/dist-types/commands/SubmitServiceJobCommand.d.ts +4 -0
  29. package/dist-types/commands/UpdateQuotaShareCommand.d.ts +97 -0
  30. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -0
  31. package/dist-types/commands/UpdateServiceJobCommand.d.ts +85 -0
  32. package/dist-types/commands/index.d.ts +6 -0
  33. package/dist-types/models/enums.d.ts +63 -0
  34. package/dist-types/models/models_0.d.ts +596 -18
  35. package/dist-types/pagination/ListQuotaSharesPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/schemas/schemas_0.d.ts +31 -0
  38. package/dist-types/ts3.4/Batch.d.ts +109 -0
  39. package/dist-types/ts3.4/BatchClient.d.ts +38 -2
  40. package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +50 -0
  41. package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +50 -0
  45. package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +50 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  47. package/dist-types/ts3.4/models/enums.d.ts +33 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +142 -0
  49. package/dist-types/ts3.4/pagination/ListQuotaSharesPaginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -0
  52. package/package.json +12 -12
@@ -28,6 +28,9 @@ const _CL = "CapacityLimit";
28
28
  const _CLa = "CapacityLimits";
29
29
  const _CO = "ContainerOverrides";
30
30
  const _CP = "ContainerProperties";
31
+ const _CQS = "CreateQuotaShare";
32
+ const _CQSR = "CreateQuotaShareRequest";
33
+ const _CQSRr = "CreateQuotaShareResponse";
31
34
  const _CR = "ComputeResource";
32
35
  const _CRL = "ConsumableResourceList";
33
36
  const _CRP = "ConsumableResourceProperties";
@@ -72,6 +75,12 @@ const _DJQe = "DescribeJobQueues";
72
75
  const _DJR = "DescribeJobsRequest";
73
76
  const _DJRe = "DescribeJobsResponse";
74
77
  const _DL = "DevicesList";
78
+ const _DQS = "DeleteQuotaShare";
79
+ const _DQSR = "DeleteQuotaShareRequest";
80
+ const _DQSRe = "DeleteQuotaShareResponse";
81
+ const _DQSRes = "DescribeQuotaShareRequest";
82
+ const _DQSResc = "DescribeQuotaShareResponse";
83
+ const _DQSe = "DescribeQuotaShare";
75
84
  const _DSE = "DeleteServiceEnvironment";
76
85
  const _DSER = "DeleteServiceEnvironmentRequest";
77
86
  const _DSERe = "DeleteServiceEnvironmentResponse";
@@ -138,6 +147,10 @@ const _FCUa = "FairshareCapacityUtilization";
138
147
  const _FOQD = "FrontOfQueueDetail";
139
148
  const _FOQJS = "FrontOfQueueJobSummary";
140
149
  const _FOQJSL = "FrontOfQueueJobSummaryList";
150
+ const _FOQSD = "FrontOfQuotaSharesDetail";
151
+ const _FOQSJS = "FrontOfQuotaShareJobSummary";
152
+ const _FOQSJSL = "FrontOfQuotaShareJobSummaryList";
153
+ const _FOQSJSM = "FrontOfQuotaSharesJobSummaryMap";
141
154
  const _FP = "FairsharePolicy";
142
155
  const _FPC = "FargatePlatformConfiguration";
143
156
  const _FUD = "FairshareUtilizationDetail";
@@ -184,6 +197,9 @@ const _LJFL = "ListJobsFilterList";
184
197
  const _LJR = "ListJobsRequest";
185
198
  const _LJRi = "ListJobsResponse";
186
199
  const _LP = "LinuxParameters";
200
+ const _LQS = "ListQuotaShares";
201
+ const _LQSR = "ListQuotaSharesRequest";
202
+ const _LQSRi = "ListQuotaSharesResponse";
187
203
  const _LSJ = "ListServiceJobs";
188
204
  const _LSJA = "LatestServiceJobAttempt";
189
205
  const _LSJR = "ListServiceJobsRequest";
@@ -214,9 +230,21 @@ const _NPOo = "NodePropertyOverrides";
214
230
  const _NPS = "NodePropertiesSummary";
215
231
  const _NRP = "NodeRangeProperty";
216
232
  const _NRPo = "NodeRangeProperties";
233
+ const _QSCL = "QuotaShareCapacityLimit";
234
+ const _QSCLu = "QuotaShareCapacityLimits";
217
235
  const _QSCU = "QueueSnapshotCapacityUsage";
218
236
  const _QSCUL = "QueueSnapshotCapacityUsageList";
237
+ const _QSCULu = "QuotaShareCapacityUsageList";
238
+ const _QSCULuo = "QuotaShareCapacityUtilizationList";
239
+ const _QSCUu = "QuotaShareCapacityUsage";
240
+ const _QSCUuo = "QuotaShareCapacityUtilization";
241
+ const _QSD = "QuotaShareDetail";
242
+ const _QSL = "QuotaShareList";
243
+ const _QSP = "QuotaSharePolicy";
244
+ const _QSPC = "QuotaSharePreemptionConfiguration";
245
+ const _QSRSC = "QuotaShareResourceSharingConfiguration";
219
246
  const _QSUD = "QueueSnapshotUtilizationDetail";
247
+ const _QSUDu = "QuotaShareUtilizationDetail";
220
248
  const _RC = "RepositoryCredentials";
221
249
  const _RJD = "RegisterJobDefinition";
222
250
  const _RJDR = "RegisterJobDefinitionRequest";
@@ -242,7 +270,11 @@ const _SJCUS = "ServiceJobCapacityUsageSummary";
242
270
  const _SJCUSL = "ServiceJobCapacityUsageSummaryList";
243
271
  const _SJEOE = "ServiceJobEvaluateOnExit";
244
272
  const _SJEOEL = "ServiceJobEvaluateOnExitList";
273
+ const _SJPA = "ServiceJobPreemptedAttempt";
274
+ const _SJPC = "ServiceJobPreemptionConfiguration";
275
+ const _SJPS = "ServiceJobPreemptionSummary";
245
276
  const _SJR = "SubmitJobRequest";
277
+ const _SJRPAL = "ServiceJobRecentPreemptedAttemptList";
246
278
  const _SJRS = "ServiceJobRetryStrategy";
247
279
  const _SJRu = "SubmitJobResponse";
248
280
  const _SJS = "ServiceJobSummary";
@@ -285,12 +317,18 @@ const _UJQ = "UpdateJobQueue";
285
317
  const _UJQR = "UpdateJobQueueRequest";
286
318
  const _UJQRp = "UpdateJobQueueResponse";
287
319
  const _UP = "UpdatePolicy";
320
+ const _UQS = "UpdateQuotaShare";
321
+ const _UQSR = "UpdateQuotaShareRequest";
322
+ const _UQSRp = "UpdateQuotaShareResponse";
288
323
  const _UR = "UntagResource";
289
324
  const _URR = "UntagResourceRequest";
290
325
  const _URRn = "UntagResourceResponse";
291
326
  const _USE = "UpdateServiceEnvironment";
292
327
  const _USER = "UpdateServiceEnvironmentRequest";
293
328
  const _USERp = "UpdateServiceEnvironmentResponse";
329
+ const _USJ = "UpdateServiceJob";
330
+ const _USJR = "UpdateServiceJobRequest";
331
+ const _USJRp = "UpdateServiceJobResponse";
294
332
  const _USP = "UpdateSchedulingPolicy";
295
333
  const _USPR = "UpdateSchedulingPolicyRequest";
296
334
  const _USPRp = "UpdateSchedulingPolicyResponse";
@@ -314,6 +352,7 @@ const _an = "annotations";
314
352
  const _ar = "arns";
315
353
  const _arg = "args";
316
354
  const _at = "attempts";
355
+ const _bL = "borrowLimit";
317
356
  const _bP = "bidPercentage";
318
357
  const _c = "client";
319
358
  const _cA = "createdAt";
@@ -379,6 +418,7 @@ const _es = "essential";
379
418
  const _f = "filters";
380
419
  const _fC = "firelensConfiguration";
381
420
  const _fOQ = "frontOfQueue";
421
+ const _fOQS = "frontOfQuotaShares";
382
422
  const _fP = "fairsharePolicy";
383
423
  const _fPC = "fargatePlatformConfiguration";
384
424
  const _fSI = "fileSystemId";
@@ -403,6 +443,8 @@ const _iPE = "initProcessEnabled";
403
443
  const _iPP = "imagePullPolicy";
404
444
  const _iPS = "imagePullSecrets";
405
445
  const _iR = "instanceRole";
446
+ const _iRAS = "idleResourceAssignmentStrategy";
447
+ const _iSP = "inSharePreemption";
406
448
  const _iT = "instanceTypes";
407
449
  const _iTm = "imageType";
408
450
  const _iTn = "instanceType";
@@ -479,13 +521,17 @@ const _ope = "operation";
479
521
  const _opt = "options";
480
522
  const _ov = "overrides";
481
523
  const _p = "privileged";
482
- const _pC = "platformCapabilities";
524
+ const _pAC = "preemptedAttemptCount";
525
+ const _pC = "preemptionConfiguration";
526
+ const _pCl = "platformCapabilities";
483
527
  const _pG = "placementGroup";
484
528
  const _pIA = "privateIpv4Address";
485
529
  const _pM = "pidMode";
486
530
  const _pN = "podName";
487
531
  const _pNo = "podNamespace";
488
532
  const _pP = "podProperties";
533
+ const _pRBT = "preemptionRetriesBeforeTermination";
534
+ const _pS = "preemptionSummary";
489
535
  const _pT = "propagateTags";
490
536
  const _pV = "platformVersion";
491
537
  const _pVC = "persistentVolumeClaim";
@@ -494,6 +540,11 @@ const _par = "parameters";
494
540
  const _pe = "permissions";
495
541
  const _pr = "priority";
496
542
  const _q = "quantity";
543
+ const _qS = "quotaShares";
544
+ const _qSA = "quotaShareArn";
545
+ const _qSN = "quotaShareName";
546
+ const _qSP = "quotaSharePolicy";
547
+ const _qSU = "quotaShareUtilization";
497
548
  const _qU = "queueUtilization";
498
549
  const _r = "reason";
499
550
  const _rA = "resourceArn";
@@ -505,9 +556,11 @@ const _rD = "rootDirectory";
505
556
  const _rO = "readOnly";
506
557
  const _rORF = "readOnlyRootFilesystem";
507
558
  const _rP = "runtimePlatform";
559
+ const _rPA = "recentPreemptedAttempts";
508
560
  const _rR = "resourceRequirements";
509
561
  const _rRF = "readonlyRootFilesystem";
510
562
  const _rS = "retryStrategy";
563
+ const _rSC = "resourceSharingConfiguration";
511
564
  const _rT = "resourceType";
512
565
  const _re = "resources";
513
566
  const _req = "requests";
@@ -557,6 +610,7 @@ const _secr = "secret";
557
610
  const _si = "size";
558
611
  const _st = "state";
559
612
  const _sta = "status";
613
+ const _str = "strategy";
560
614
  const _su = "subnets";
561
615
  const _sw = "swappiness";
562
616
  const _t = "tags";
@@ -755,10 +809,20 @@ export var CreateJobQueueResponse$ = [3, n0, _CJQRr,
755
809
  [_jQN, _jQA],
756
810
  [0, 0], 2
757
811
  ];
812
+ export var CreateQuotaShareRequest$ = [3, n0, _CQSR,
813
+ 0,
814
+ [_qSN, _jQ, _cL, _rSC, _pC, _st, _t],
815
+ [0, 0, () => QuotaShareCapacityLimits, () => QuotaShareResourceSharingConfiguration$, () => QuotaSharePreemptionConfiguration$, 0, 128 | 0], 5
816
+ ];
817
+ export var CreateQuotaShareResponse$ = [3, n0, _CQSRr,
818
+ 0,
819
+ [_qSN, _qSA],
820
+ [0, 0]
821
+ ];
758
822
  export var CreateSchedulingPolicyRequest$ = [3, n0, _CSPR,
759
823
  0,
760
- [_n, _fP, _t],
761
- [0, () => FairsharePolicy$, 128 | 0], 1
824
+ [_n, _qSP, _fP, _t],
825
+ [0, () => QuotaSharePolicy$, () => FairsharePolicy$, 128 | 0], 1
762
826
  ];
763
827
  export var CreateSchedulingPolicyResponse$ = [3, n0, _CSPRr,
764
828
  0,
@@ -805,6 +869,16 @@ export var DeleteJobQueueResponse$ = [3, n0, _DJQRe,
805
869
  [],
806
870
  []
807
871
  ];
872
+ export var DeleteQuotaShareRequest$ = [3, n0, _DQSR,
873
+ 0,
874
+ [_qSA],
875
+ [0], 1
876
+ ];
877
+ export var DeleteQuotaShareResponse$ = [3, n0, _DQSRe,
878
+ 0,
879
+ [],
880
+ []
881
+ ];
808
882
  export var DeleteSchedulingPolicyRequest$ = [3, n0, _DSPR,
809
883
  0,
810
884
  [_a],
@@ -885,6 +959,16 @@ export var DescribeJobsResponse$ = [3, n0, _DJRe,
885
959
  [_j],
886
960
  [() => JobDetailList]
887
961
  ];
962
+ export var DescribeQuotaShareRequest$ = [3, n0, _DQSRes,
963
+ 0,
964
+ [_qSA],
965
+ [0], 1
966
+ ];
967
+ export var DescribeQuotaShareResponse$ = [3, n0, _DQSResc,
968
+ 0,
969
+ [_qSN, _qSA, _jQA, _cL, _rSC, _pC, _st, _sta, _t],
970
+ [0, 0, 0, () => QuotaShareCapacityLimits, () => QuotaShareResourceSharingConfiguration$, () => QuotaSharePreemptionConfiguration$, 0, 0, 128 | 0]
971
+ ];
888
972
  export var DescribeSchedulingPoliciesRequest$ = [3, n0, _DSPRes,
889
973
  0,
890
974
  [_ar],
@@ -912,8 +996,8 @@ export var DescribeServiceJobRequest$ = [3, n0, _DSJR,
912
996
  ];
913
997
  export var DescribeServiceJobResponse$ = [3, n0, _DSJRe,
914
998
  0,
915
- [_jI, _jN, _jQ, _sJT, _sA, _sta, _at, _cUa, _cA, _iTs, _jA, _lA, _rS, _sAc, _sPch, _sRP, _sI, _sR, _sAt, _t, _tC],
916
- [0, 0, 0, 0, 1, 0, () => ServiceJobAttemptDetails, () => ServiceJobCapacityUsageDetailList, 1, 2, 0, () => LatestServiceJobAttempt$, () => ServiceJobRetryStrategy$, 1, 1, 0, 0, 0, 1, 128 | 0, () => ServiceJobTimeout$], 6
999
+ [_jI, _jN, _jQ, _sJT, _sA, _sta, _at, _cUa, _cA, _iTs, _jA, _lA, _rS, _sAc, _sPch, _sRP, _sI, _qSN, _pC, _pS, _sR, _sAt, _t, _tC],
1000
+ [0, 0, 0, 0, 1, 0, () => ServiceJobAttemptDetails, () => ServiceJobCapacityUsageDetailList, 1, 2, 0, () => LatestServiceJobAttempt$, () => ServiceJobRetryStrategy$, 1, 1, 0, 0, 0, () => ServiceJobPreemptionConfiguration$, () => ServiceJobPreemptionSummary$, 0, 1, 128 | 0, () => ServiceJobTimeout$], 6
917
1001
  ];
918
1002
  export var Device$ = [3, n0, _D,
919
1003
  0,
@@ -1120,6 +1204,16 @@ export var FrontOfQueueJobSummary$ = [3, n0, _FOQJS,
1120
1204
  [_jA, _eTAP],
1121
1205
  [0, 1]
1122
1206
  ];
1207
+ export var FrontOfQuotaShareJobSummary$ = [3, n0, _FOQSJS,
1208
+ 0,
1209
+ [_jA, _eTAP],
1210
+ [0, 1]
1211
+ ];
1212
+ export var FrontOfQuotaSharesDetail$ = [3, n0, _FOQSD,
1213
+ 0,
1214
+ [_qS, _lUA],
1215
+ [() => FrontOfQuotaSharesJobSummaryMap, 1]
1216
+ ];
1123
1217
  export var GetJobQueueSnapshotRequest$ = [3, n0, _GJQSR,
1124
1218
  0,
1125
1219
  [_jQ],
@@ -1127,8 +1221,8 @@ export var GetJobQueueSnapshotRequest$ = [3, n0, _GJQSR,
1127
1221
  ];
1128
1222
  export var GetJobQueueSnapshotResponse$ = [3, n0, _GJQSRe,
1129
1223
  0,
1130
- [_fOQ, _qU],
1131
- [() => FrontOfQueueDetail$, () => QueueSnapshotUtilizationDetail$]
1224
+ [_fOQ, _fOQS, _qU],
1225
+ [() => FrontOfQueueDetail$, () => FrontOfQuotaSharesDetail$, () => QueueSnapshotUtilizationDetail$]
1132
1226
  ];
1133
1227
  export var Host$ = [3, n0, _H,
1134
1228
  0,
@@ -1147,7 +1241,7 @@ export var JobCapacityUsageSummary$ = [3, n0, _JCUS,
1147
1241
  ];
1148
1242
  export var JobDefinition$ = [3, n0, _JD,
1149
1243
  0,
1150
- [_jDN, _jDA, _rev, _ty, _sta, _sPch, _par, _rS, _cPo, _ti, _nP, _t, _pT, _pC, _eP, _ePk, _cOT, _cRP],
1244
+ [_jDN, _jDA, _rev, _ty, _sta, _sPch, _par, _rS, _cPo, _ti, _nP, _t, _pT, _pCl, _eP, _ePk, _cOT, _cRP],
1151
1245
  [0, 0, 1, 0, 0, 1, 128 | 0, () => RetryStrategy$, () => ContainerProperties$, () => JobTimeout$, () => NodeProperties$, 128 | 0, 2, 64 | 0, () => EcsProperties$, () => EksProperties$, 0, () => ConsumableResourceProperties$], 4
1152
1246
  ];
1153
1247
  export var JobDependency$ = [3, n0, _JDo,
@@ -1157,7 +1251,7 @@ export var JobDependency$ = [3, n0, _JDo,
1157
1251
  ];
1158
1252
  export var JobDetail$ = [3, n0, _JDob,
1159
1253
  0,
1160
- [_jN, _jI, _jQ, _sta, _sA, _jD, _jA, _sI, _sPch, _at, _sR, _cA, _rS, _sAt, _dO, _par, _co, _nD, _nP, _aP, _ti, _t, _pT, _pC, _ePk, _eA, _eP, _iCs, _iTs, _cRP],
1254
+ [_jN, _jI, _jQ, _sta, _sA, _jD, _jA, _sI, _sPch, _at, _sR, _cA, _rS, _sAt, _dO, _par, _co, _nD, _nP, _aP, _ti, _t, _pT, _pCl, _ePk, _eA, _eP, _iCs, _iTs, _cRP],
1161
1255
  [0, 0, 0, 0, 1, 0, 0, 0, 1, () => AttemptDetails, 0, 1, () => RetryStrategy$, 1, () => JobDependencyList, 128 | 0, () => ContainerDetail$, () => NodeDetails$, () => NodeProperties$, () => ArrayPropertiesDetail$, () => JobTimeout$, 128 | 0, 2, 64 | 0, () => EksPropertiesDetail$, () => EksAttemptDetails, () => EcsPropertiesDetail$, 2, 2, () => ConsumableResourceProperties$], 6
1162
1256
  ];
1163
1257
  export var JobQueueDetail$ = [3, n0, _JQD,
@@ -1245,6 +1339,16 @@ export var ListJobsResponse$ = [3, n0, _LJRi,
1245
1339
  [_jSL, _nT],
1246
1340
  [() => JobSummaryList, 0], 1
1247
1341
  ];
1342
+ export var ListQuotaSharesRequest$ = [3, n0, _LQSR,
1343
+ 0,
1344
+ [_jQ, _mR, _nT],
1345
+ [0, 1, 0], 1
1346
+ ];
1347
+ export var ListQuotaSharesResponse$ = [3, n0, _LQSRi,
1348
+ 0,
1349
+ [_qS, _nT],
1350
+ [() => QuotaShareList, 0]
1351
+ ];
1248
1352
  export var ListSchedulingPoliciesRequest$ = [3, n0, _LSPR,
1249
1353
  0,
1250
1354
  [_mR, _nT],
@@ -1332,12 +1436,52 @@ export var QueueSnapshotCapacityUsage$ = [3, n0, _QSCU,
1332
1436
  ];
1333
1437
  export var QueueSnapshotUtilizationDetail$ = [3, n0, _QSUD,
1334
1438
  0,
1335
- [_tCUo, _fU, _lUA],
1336
- [() => QueueSnapshotCapacityUsageList, () => FairshareUtilizationDetail$, 1]
1439
+ [_tCUo, _fU, _qSU, _lUA],
1440
+ [() => QueueSnapshotCapacityUsageList, () => FairshareUtilizationDetail$, () => QuotaShareUtilizationDetail$, 1]
1441
+ ];
1442
+ export var QuotaShareCapacityLimit$ = [3, n0, _QSCL,
1443
+ 0,
1444
+ [_mC, _cU],
1445
+ [1, 0], 2
1446
+ ];
1447
+ export var QuotaShareCapacityUsage$ = [3, n0, _QSCUu,
1448
+ 0,
1449
+ [_cU, _q],
1450
+ [0, 1]
1451
+ ];
1452
+ export var QuotaShareCapacityUtilization$ = [3, n0, _QSCUuo,
1453
+ 0,
1454
+ [_qSN, _cUa],
1455
+ [0, () => QuotaShareCapacityUsageList]
1456
+ ];
1457
+ export var QuotaShareDetail$ = [3, n0, _QSD,
1458
+ 0,
1459
+ [_qSN, _qSA, _jQA, _cL, _rSC, _pC, _st, _sta],
1460
+ [0, 0, 0, () => QuotaShareCapacityLimits, () => QuotaShareResourceSharingConfiguration$, () => QuotaSharePreemptionConfiguration$, 0, 0]
1461
+ ];
1462
+ export var QuotaSharePolicy$ = [3, n0, _QSP,
1463
+ 0,
1464
+ [_iRAS],
1465
+ [0], 1
1466
+ ];
1467
+ export var QuotaSharePreemptionConfiguration$ = [3, n0, _QSPC,
1468
+ 0,
1469
+ [_iSP],
1470
+ [0], 1
1471
+ ];
1472
+ export var QuotaShareResourceSharingConfiguration$ = [3, n0, _QSRSC,
1473
+ 0,
1474
+ [_str, _bL],
1475
+ [0, 1], 1
1476
+ ];
1477
+ export var QuotaShareUtilizationDetail$ = [3, n0, _QSUDu,
1478
+ 0,
1479
+ [_tCU],
1480
+ [() => QuotaShareCapacityUtilizationList]
1337
1481
  ];
1338
1482
  export var RegisterJobDefinitionRequest$ = [3, n0, _RJDR,
1339
1483
  0,
1340
- [_jDN, _ty, _par, _sPch, _cPo, _nP, _rS, _pT, _ti, _t, _pC, _ePk, _eP, _cRP],
1484
+ [_jDN, _ty, _par, _sPch, _cPo, _nP, _rS, _pT, _ti, _t, _pCl, _ePk, _eP, _cRP],
1341
1485
  [0, 0, 128 | 0, 1, () => ContainerProperties$, () => NodeProperties$, () => RetryStrategy$, 2, () => JobTimeout$, 128 | 0, 64 | 0, () => EksProperties$, () => EcsProperties$, () => ConsumableResourceProperties$], 2
1342
1486
  ];
1343
1487
  export var RegisterJobDefinitionResponse$ = [3, n0, _RJDRe,
@@ -1367,8 +1511,8 @@ export var RuntimePlatform$ = [3, n0, _RP,
1367
1511
  ];
1368
1512
  export var SchedulingPolicyDetail$ = [3, n0, _SPD,
1369
1513
  0,
1370
- [_n, _a, _fP, _t],
1371
- [0, 0, () => FairsharePolicy$, 128 | 0], 2
1514
+ [_n, _a, _qSP, _fP, _t],
1515
+ [0, 0, () => QuotaSharePolicy$, () => FairsharePolicy$, 128 | 0], 2
1372
1516
  ];
1373
1517
  export var SchedulingPolicyListingDetail$ = [3, n0, _SPLD,
1374
1518
  0,
@@ -1410,6 +1554,21 @@ export var ServiceJobEvaluateOnExit$ = [3, n0, _SJEOE,
1410
1554
  [_ac, _oSR],
1411
1555
  [0, 0]
1412
1556
  ];
1557
+ export var ServiceJobPreemptedAttempt$ = [3, n0, _SJPA,
1558
+ 0,
1559
+ [_sRI, _sA, _sAt, _sR],
1560
+ [() => ServiceResourceId$, 1, 1, 0]
1561
+ ];
1562
+ export var ServiceJobPreemptionConfiguration$ = [3, n0, _SJPC,
1563
+ 0,
1564
+ [_pRBT],
1565
+ [1]
1566
+ ];
1567
+ export var ServiceJobPreemptionSummary$ = [3, n0, _SJPS,
1568
+ 0,
1569
+ [_pAC, _rPA],
1570
+ [1, () => ServiceJobRecentPreemptedAttemptList]
1571
+ ];
1413
1572
  export var ServiceJobRetryStrategy$ = [3, n0, _SJRS,
1414
1573
  0,
1415
1574
  [_at, _eOE],
@@ -1417,8 +1576,8 @@ export var ServiceJobRetryStrategy$ = [3, n0, _SJRS,
1417
1576
  ];
1418
1577
  export var ServiceJobSummary$ = [3, n0, _SJS,
1419
1578
  0,
1420
- [_jI, _jN, _sJT, _lA, _cUa, _cA, _jA, _sAc, _sI, _sta, _sR, _sA, _sAt],
1421
- [0, 0, 0, () => LatestServiceJobAttempt$, () => ServiceJobCapacityUsageSummaryList, 1, 0, 1, 0, 0, 0, 1, 1], 3
1579
+ [_jI, _jN, _sJT, _lA, _cUa, _cA, _jA, _sAc, _sI, _qSN, _sta, _sR, _sA, _sAt],
1580
+ [0, 0, 0, () => LatestServiceJobAttempt$, () => ServiceJobCapacityUsageSummaryList, 1, 0, 1, 0, 0, 0, 0, 1, 1], 3
1422
1581
  ];
1423
1582
  export var ServiceJobTimeout$ = [3, n0, _SJT,
1424
1583
  0,
@@ -1447,8 +1606,8 @@ export var SubmitJobResponse$ = [3, n0, _SJRu,
1447
1606
  ];
1448
1607
  export var SubmitServiceJobRequest$ = [3, n0, _SSJR,
1449
1608
  0,
1450
- [_jN, _jQ, _sRP, _sJT, _rS, _sPch, _sI, _tC, _t, _cT],
1451
- [0, 0, 0, 0, () => ServiceJobRetryStrategy$, 1, 0, () => ServiceJobTimeout$, 128 | 0, [0, 4]], 4
1609
+ [_jN, _jQ, _sRP, _sJT, _rS, _sPch, _sI, _qSN, _pC, _tC, _t, _cT],
1610
+ [0, 0, 0, 0, () => ServiceJobRetryStrategy$, 1, 0, 0, () => ServiceJobPreemptionConfiguration$, () => ServiceJobTimeout$, 128 | 0, [0, 4]], 4
1452
1611
  ];
1453
1612
  export var SubmitServiceJobResponse$ = [3, n0, _SSJRu,
1454
1613
  0,
@@ -1565,10 +1724,20 @@ export var UpdatePolicy$ = [3, n0, _UP,
1565
1724
  [_tJOU, _jETM],
1566
1725
  [2, 1]
1567
1726
  ];
1727
+ export var UpdateQuotaShareRequest$ = [3, n0, _UQSR,
1728
+ 0,
1729
+ [_qSA, _cL, _rSC, _pC, _st],
1730
+ [0, () => QuotaShareCapacityLimits, () => QuotaShareResourceSharingConfiguration$, () => QuotaSharePreemptionConfiguration$, 0], 1
1731
+ ];
1732
+ export var UpdateQuotaShareResponse$ = [3, n0, _UQSRp,
1733
+ 0,
1734
+ [_qSN, _qSA],
1735
+ [0, 0]
1736
+ ];
1568
1737
  export var UpdateSchedulingPolicyRequest$ = [3, n0, _USPR,
1569
1738
  0,
1570
- [_a, _fP],
1571
- [0, () => FairsharePolicy$], 1
1739
+ [_a, _qSP, _fP],
1740
+ [0, () => QuotaSharePolicy$, () => FairsharePolicy$], 1
1572
1741
  ];
1573
1742
  export var UpdateSchedulingPolicyResponse$ = [3, n0, _USPRp,
1574
1743
  0,
@@ -1585,6 +1754,16 @@ export var UpdateServiceEnvironmentResponse$ = [3, n0, _USERp,
1585
1754
  [_sEN, _sEA],
1586
1755
  [0, 0], 2
1587
1756
  ];
1757
+ export var UpdateServiceJobRequest$ = [3, n0, _USJR,
1758
+ 0,
1759
+ [_jI, _sPch],
1760
+ [0, 1], 2
1761
+ ];
1762
+ export var UpdateServiceJobResponse$ = [3, n0, _USJRp,
1763
+ 0,
1764
+ [_jA, _jN, _jI],
1765
+ [0, 0, 0]
1766
+ ];
1588
1767
  export var Volume$ = [3, n0, _V,
1589
1768
  0,
1590
1769
  [_h, _n, _eVC],
@@ -1654,6 +1833,9 @@ var FairshareCapacityUtilizationList = [1, n0, _FCULa,
1654
1833
  var FrontOfQueueJobSummaryList = [1, n0, _FOQJSL,
1655
1834
  0, () => FrontOfQueueJobSummary$
1656
1835
  ];
1836
+ var FrontOfQuotaShareJobSummaryList = [1, n0, _FOQSJSL,
1837
+ 0, () => FrontOfQuotaShareJobSummary$
1838
+ ];
1657
1839
  var ImagePullSecrets = [1, n0, _IPSm,
1658
1840
  0, () => ImagePullSecret$
1659
1841
  ];
@@ -1733,6 +1915,18 @@ var PlatformCapabilityList = 64 | 0;
1733
1915
  var QueueSnapshotCapacityUsageList = [1, n0, _QSCUL,
1734
1916
  0, () => QueueSnapshotCapacityUsage$
1735
1917
  ];
1918
+ var QuotaShareCapacityLimits = [1, n0, _QSCLu,
1919
+ 0, () => QuotaShareCapacityLimit$
1920
+ ];
1921
+ var QuotaShareCapacityUsageList = [1, n0, _QSCULu,
1922
+ 0, () => QuotaShareCapacityUsage$
1923
+ ];
1924
+ var QuotaShareCapacityUtilizationList = [1, n0, _QSCULuo,
1925
+ 0, () => QuotaShareCapacityUtilization$
1926
+ ];
1927
+ var QuotaShareList = [1, n0, _QSL,
1928
+ 0, () => QuotaShareDetail$
1929
+ ];
1736
1930
  var ResourceRequirements = [1, n0, _RRe,
1737
1931
  0, () => ResourceRequirement$
1738
1932
  ];
@@ -1763,6 +1957,9 @@ var ServiceJobCapacityUsageSummaryList = [1, n0, _SJCUSL,
1763
1957
  var ServiceJobEvaluateOnExitList = [1, n0, _SJEOEL,
1764
1958
  0, () => ServiceJobEvaluateOnExit$
1765
1959
  ];
1960
+ var ServiceJobRecentPreemptedAttemptList = [1, n0, _SJRPAL,
1961
+ 0, () => ServiceJobPreemptedAttempt$
1962
+ ];
1766
1963
  var ServiceJobSummaryList = [1, n0, _SJSL,
1767
1964
  0, () => ServiceJobSummary$
1768
1965
  ];
@@ -1789,6 +1986,9 @@ var EksLabelsMap = 128 | 0;
1789
1986
  var EksLimits = 128 | 0;
1790
1987
  var EksRequests = 128 | 0;
1791
1988
  var FirelensConfigurationOptionsMap = 128 | 0;
1989
+ var FrontOfQuotaSharesJobSummaryMap = [2, n0, _FOQSJSM,
1990
+ 0, 0, () => FrontOfQuotaShareJobSummaryList
1991
+ ];
1792
1992
  var LogConfigurationOptionsMap = 128 | 0;
1793
1993
  var ParametersMap = 128 | 0;
1794
1994
  var TagrisTagsMap = 128 | 0;
@@ -1805,6 +2005,9 @@ export var CreateConsumableResource$ = [9, n0, _CCR,
1805
2005
  export var CreateJobQueue$ = [9, n0, _CJQ,
1806
2006
  { [_ht]: ["POST", "/v1/createjobqueue", 200] }, () => CreateJobQueueRequest$, () => CreateJobQueueResponse$
1807
2007
  ];
2008
+ export var CreateQuotaShare$ = [9, n0, _CQS,
2009
+ { [_ht]: ["POST", "/v1/createquotashare", 200] }, () => CreateQuotaShareRequest$, () => CreateQuotaShareResponse$
2010
+ ];
1808
2011
  export var CreateSchedulingPolicy$ = [9, n0, _CSPr,
1809
2012
  { [_ht]: ["POST", "/v1/createschedulingpolicy", 200] }, () => CreateSchedulingPolicyRequest$, () => CreateSchedulingPolicyResponse$
1810
2013
  ];
@@ -1820,6 +2023,9 @@ export var DeleteConsumableResource$ = [9, n0, _DCR,
1820
2023
  export var DeleteJobQueue$ = [9, n0, _DJQ,
1821
2024
  { [_ht]: ["POST", "/v1/deletejobqueue", 200] }, () => DeleteJobQueueRequest$, () => DeleteJobQueueResponse$
1822
2025
  ];
2026
+ export var DeleteQuotaShare$ = [9, n0, _DQS,
2027
+ { [_ht]: ["POST", "/v1/deletequotashare", 200] }, () => DeleteQuotaShareRequest$, () => DeleteQuotaShareResponse$
2028
+ ];
1823
2029
  export var DeleteSchedulingPolicy$ = [9, n0, _DSP,
1824
2030
  { [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200] }, () => DeleteSchedulingPolicyRequest$, () => DeleteSchedulingPolicyResponse$
1825
2031
  ];
@@ -1844,6 +2050,9 @@ export var DescribeJobQueues$ = [9, n0, _DJQe,
1844
2050
  export var DescribeJobs$ = [9, n0, _DJ,
1845
2051
  { [_ht]: ["POST", "/v1/describejobs", 200] }, () => DescribeJobsRequest$, () => DescribeJobsResponse$
1846
2052
  ];
2053
+ export var DescribeQuotaShare$ = [9, n0, _DQSe,
2054
+ { [_ht]: ["POST", "/v1/describequotashare", 200] }, () => DescribeQuotaShareRequest$, () => DescribeQuotaShareResponse$
2055
+ ];
1847
2056
  export var DescribeSchedulingPolicies$ = [9, n0, _DSPe,
1848
2057
  { [_ht]: ["POST", "/v1/describeschedulingpolicies", 200] }, () => DescribeSchedulingPoliciesRequest$, () => DescribeSchedulingPoliciesResponse$
1849
2058
  ];
@@ -1865,6 +2074,9 @@ export var ListJobs$ = [9, n0, _LJ,
1865
2074
  export var ListJobsByConsumableResource$ = [9, n0, _LJBCR,
1866
2075
  { [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200] }, () => ListJobsByConsumableResourceRequest$, () => ListJobsByConsumableResourceResponse$
1867
2076
  ];
2077
+ export var ListQuotaShares$ = [9, n0, _LQS,
2078
+ { [_ht]: ["POST", "/v1/listquotashares", 200] }, () => ListQuotaSharesRequest$, () => ListQuotaSharesResponse$
2079
+ ];
1868
2080
  export var ListSchedulingPolicies$ = [9, n0, _LSP,
1869
2081
  { [_ht]: ["POST", "/v1/listschedulingpolicies", 200] }, () => ListSchedulingPoliciesRequest$, () => ListSchedulingPoliciesResponse$
1870
2082
  ];
@@ -1904,9 +2116,15 @@ export var UpdateConsumableResource$ = [9, n0, _UCR,
1904
2116
  export var UpdateJobQueue$ = [9, n0, _UJQ,
1905
2117
  { [_ht]: ["POST", "/v1/updatejobqueue", 200] }, () => UpdateJobQueueRequest$, () => UpdateJobQueueResponse$
1906
2118
  ];
2119
+ export var UpdateQuotaShare$ = [9, n0, _UQS,
2120
+ { [_ht]: ["POST", "/v1/updatequotashare", 200] }, () => UpdateQuotaShareRequest$, () => UpdateQuotaShareResponse$
2121
+ ];
1907
2122
  export var UpdateSchedulingPolicy$ = [9, n0, _USP,
1908
2123
  { [_ht]: ["POST", "/v1/updateschedulingpolicy", 200] }, () => UpdateSchedulingPolicyRequest$, () => UpdateSchedulingPolicyResponse$
1909
2124
  ];
1910
2125
  export var UpdateServiceEnvironment$ = [9, n0, _USE,
1911
2126
  { [_ht]: ["POST", "/v1/updateserviceenvironment", 200] }, () => UpdateServiceEnvironmentRequest$, () => UpdateServiceEnvironmentResponse$
1912
2127
  ];
2128
+ export var UpdateServiceJob$ = [9, n0, _USJ,
2129
+ { [_ht]: ["POST", "/v1/updateservicejob", 200] }, () => UpdateServiceJobRequest$, () => UpdateServiceJobResponse$
2130
+ ];
@@ -4,11 +4,13 @@ import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/Cancel
4
4
  import { CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput } from "./commands/CreateComputeEnvironmentCommand";
5
5
  import { CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput } from "./commands/CreateConsumableResourceCommand";
6
6
  import { CreateJobQueueCommandInput, CreateJobQueueCommandOutput } from "./commands/CreateJobQueueCommand";
7
+ import { CreateQuotaShareCommandInput, CreateQuotaShareCommandOutput } from "./commands/CreateQuotaShareCommand";
7
8
  import { CreateSchedulingPolicyCommandInput, CreateSchedulingPolicyCommandOutput } from "./commands/CreateSchedulingPolicyCommand";
8
9
  import { CreateServiceEnvironmentCommandInput, CreateServiceEnvironmentCommandOutput } from "./commands/CreateServiceEnvironmentCommand";
9
10
  import { DeleteComputeEnvironmentCommandInput, DeleteComputeEnvironmentCommandOutput } from "./commands/DeleteComputeEnvironmentCommand";
10
11
  import { DeleteConsumableResourceCommandInput, DeleteConsumableResourceCommandOutput } from "./commands/DeleteConsumableResourceCommand";
11
12
  import { DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput } from "./commands/DeleteJobQueueCommand";
13
+ import { DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput } from "./commands/DeleteQuotaShareCommand";
12
14
  import { DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput } from "./commands/DeleteSchedulingPolicyCommand";
13
15
  import { DeleteServiceEnvironmentCommandInput, DeleteServiceEnvironmentCommandOutput } from "./commands/DeleteServiceEnvironmentCommand";
14
16
  import { DeregisterJobDefinitionCommandInput, DeregisterJobDefinitionCommandOutput } from "./commands/DeregisterJobDefinitionCommand";
@@ -17,6 +19,7 @@ import { DescribeConsumableResourceCommandInput, DescribeConsumableResourceComma
17
19
  import { DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput } from "./commands/DescribeJobDefinitionsCommand";
18
20
  import { DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput } from "./commands/DescribeJobQueuesCommand";
19
21
  import { DescribeJobsCommandInput, DescribeJobsCommandOutput } from "./commands/DescribeJobsCommand";
22
+ import { DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput } from "./commands/DescribeQuotaShareCommand";
20
23
  import { DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput } from "./commands/DescribeSchedulingPoliciesCommand";
21
24
  import { DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput } from "./commands/DescribeServiceEnvironmentsCommand";
22
25
  import { DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput } from "./commands/DescribeServiceJobCommand";
@@ -24,6 +27,7 @@ import { GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput } fro
24
27
  import { ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput } from "./commands/ListConsumableResourcesCommand";
25
28
  import { ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput } from "./commands/ListJobsByConsumableResourceCommand";
26
29
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
30
+ import { ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput } from "./commands/ListQuotaSharesCommand";
27
31
  import { ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput } from "./commands/ListSchedulingPoliciesCommand";
28
32
  import { ListServiceJobsCommandInput, ListServiceJobsCommandOutput } from "./commands/ListServiceJobsCommand";
29
33
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
@@ -37,8 +41,10 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
37
41
  import { UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput } from "./commands/UpdateComputeEnvironmentCommand";
38
42
  import { UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput } from "./commands/UpdateConsumableResourceCommand";
39
43
  import { UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput } from "./commands/UpdateJobQueueCommand";
44
+ import { UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput } from "./commands/UpdateQuotaShareCommand";
40
45
  import { UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput } from "./commands/UpdateSchedulingPolicyCommand";
41
46
  import { UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput } from "./commands/UpdateServiceEnvironmentCommand";
47
+ import { UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput } from "./commands/UpdateServiceJobCommand";
42
48
  export interface Batch {
43
49
  /**
44
50
  * @see {@link CancelJobCommand}
@@ -64,6 +70,12 @@ export interface Batch {
64
70
  createJobQueue(args: CreateJobQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobQueueCommandOutput>;
65
71
  createJobQueue(args: CreateJobQueueCommandInput, cb: (err: any, data?: CreateJobQueueCommandOutput) => void): void;
66
72
  createJobQueue(args: CreateJobQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobQueueCommandOutput) => void): void;
73
+ /**
74
+ * @see {@link CreateQuotaShareCommand}
75
+ */
76
+ createQuotaShare(args: CreateQuotaShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateQuotaShareCommandOutput>;
77
+ createQuotaShare(args: CreateQuotaShareCommandInput, cb: (err: any, data?: CreateQuotaShareCommandOutput) => void): void;
78
+ createQuotaShare(args: CreateQuotaShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQuotaShareCommandOutput) => void): void;
67
79
  /**
68
80
  * @see {@link CreateSchedulingPolicyCommand}
69
81
  */
@@ -94,6 +106,12 @@ export interface Batch {
94
106
  deleteJobQueue(args: DeleteJobQueueCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobQueueCommandOutput>;
95
107
  deleteJobQueue(args: DeleteJobQueueCommandInput, cb: (err: any, data?: DeleteJobQueueCommandOutput) => void): void;
96
108
  deleteJobQueue(args: DeleteJobQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobQueueCommandOutput) => void): void;
109
+ /**
110
+ * @see {@link DeleteQuotaShareCommand}
111
+ */
112
+ deleteQuotaShare(args: DeleteQuotaShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQuotaShareCommandOutput>;
113
+ deleteQuotaShare(args: DeleteQuotaShareCommandInput, cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void): void;
114
+ deleteQuotaShare(args: DeleteQuotaShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void): void;
97
115
  /**
98
116
  * @see {@link DeleteSchedulingPolicyCommand}
99
117
  */
@@ -145,6 +163,12 @@ export interface Batch {
145
163
  describeJobs(args: DescribeJobsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobsCommandOutput>;
146
164
  describeJobs(args: DescribeJobsCommandInput, cb: (err: any, data?: DescribeJobsCommandOutput) => void): void;
147
165
  describeJobs(args: DescribeJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobsCommandOutput) => void): void;
166
+ /**
167
+ * @see {@link DescribeQuotaShareCommand}
168
+ */
169
+ describeQuotaShare(args: DescribeQuotaShareCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQuotaShareCommandOutput>;
170
+ describeQuotaShare(args: DescribeQuotaShareCommandInput, cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void): void;
171
+ describeQuotaShare(args: DescribeQuotaShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void): void;
148
172
  /**
149
173
  * @see {@link DescribeSchedulingPoliciesCommand}
150
174
  */
@@ -190,6 +214,12 @@ export interface Batch {
190
214
  listJobsByConsumableResource(args: ListJobsByConsumableResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsByConsumableResourceCommandOutput>;
191
215
  listJobsByConsumableResource(args: ListJobsByConsumableResourceCommandInput, cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void): void;
192
216
  listJobsByConsumableResource(args: ListJobsByConsumableResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void): void;
217
+ /**
218
+ * @see {@link ListQuotaSharesCommand}
219
+ */
220
+ listQuotaShares(args: ListQuotaSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListQuotaSharesCommandOutput>;
221
+ listQuotaShares(args: ListQuotaSharesCommandInput, cb: (err: any, data?: ListQuotaSharesCommandOutput) => void): void;
222
+ listQuotaShares(args: ListQuotaSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQuotaSharesCommandOutput) => void): void;
193
223
  /**
194
224
  * @see {@link ListSchedulingPoliciesCommand}
195
225
  */
@@ -270,6 +300,12 @@ export interface Batch {
270
300
  updateJobQueue(args: UpdateJobQueueCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobQueueCommandOutput>;
271
301
  updateJobQueue(args: UpdateJobQueueCommandInput, cb: (err: any, data?: UpdateJobQueueCommandOutput) => void): void;
272
302
  updateJobQueue(args: UpdateJobQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobQueueCommandOutput) => void): void;
303
+ /**
304
+ * @see {@link UpdateQuotaShareCommand}
305
+ */
306
+ updateQuotaShare(args: UpdateQuotaShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuotaShareCommandOutput>;
307
+ updateQuotaShare(args: UpdateQuotaShareCommandInput, cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void): void;
308
+ updateQuotaShare(args: UpdateQuotaShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void): void;
273
309
  /**
274
310
  * @see {@link UpdateSchedulingPolicyCommand}
275
311
  */
@@ -282,6 +318,12 @@ export interface Batch {
282
318
  updateServiceEnvironment(args: UpdateServiceEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceEnvironmentCommandOutput>;
283
319
  updateServiceEnvironment(args: UpdateServiceEnvironmentCommandInput, cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void): void;
284
320
  updateServiceEnvironment(args: UpdateServiceEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void): void;
321
+ /**
322
+ * @see {@link UpdateServiceJobCommand}
323
+ */
324
+ updateServiceJob(args: UpdateServiceJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceJobCommandOutput>;
325
+ updateServiceJob(args: UpdateServiceJobCommandInput, cb: (err: any, data?: UpdateServiceJobCommandOutput) => void): void;
326
+ updateServiceJob(args: UpdateServiceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceJobCommandOutput) => void): void;
285
327
  /**
286
328
  * @see {@link DescribeComputeEnvironmentsCommand}
287
329
  * @param args - command input.
@@ -331,6 +373,13 @@ export interface Batch {
331
373
  * @returns AsyncIterable of {@link ListJobsByConsumableResourceCommandOutput}.
332
374
  */
333
375
  paginateListJobsByConsumableResource(args: ListJobsByConsumableResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListJobsByConsumableResourceCommandOutput>;
376
+ /**
377
+ * @see {@link ListQuotaSharesCommand}
378
+ * @param args - command input.
379
+ * @param paginationConfig - optional pagination config.
380
+ * @returns AsyncIterable of {@link ListQuotaSharesCommandOutput}.
381
+ */
382
+ paginateListQuotaShares(args: ListQuotaSharesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListQuotaSharesCommandOutput>;
334
383
  /**
335
384
  * @see {@link ListSchedulingPoliciesCommand}
336
385
  * @param args - command input.