@aws-sdk/client-deadline 3.1023.0 → 3.1025.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 (83) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +274 -102
  3. package/dist-cjs/schemas/schemas_0.js +399 -44
  4. package/dist-es/Deadline.js +16 -0
  5. package/dist-es/commands/BatchGetJobCommand.js +16 -0
  6. package/dist-es/commands/BatchGetSessionActionCommand.js +16 -0
  7. package/dist-es/commands/BatchGetSessionCommand.js +16 -0
  8. package/dist-es/commands/BatchGetStepCommand.js +16 -0
  9. package/dist-es/commands/BatchGetTaskCommand.js +16 -0
  10. package/dist-es/commands/BatchGetWorkerCommand.js +16 -0
  11. package/dist-es/commands/BatchUpdateJobCommand.js +16 -0
  12. package/dist-es/commands/BatchUpdateTaskCommand.js +16 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/models/enums.js +154 -102
  15. package/dist-es/schemas/schemas_0.js +388 -34
  16. package/dist-types/Deadline.d.ts +56 -0
  17. package/dist-types/DeadlineClient.d.ts +10 -2
  18. package/dist-types/commands/BatchGetJobCommand.d.ts +176 -0
  19. package/dist-types/commands/BatchGetSessionActionCommand.d.ts +180 -0
  20. package/dist-types/commands/BatchGetSessionCommand.d.ts +177 -0
  21. package/dist-types/commands/BatchGetStepCommand.d.ts +193 -0
  22. package/dist-types/commands/BatchGetTaskCommand.d.ts +160 -0
  23. package/dist-types/commands/BatchGetWorkerCommand.d.ts +159 -0
  24. package/dist-types/commands/BatchUpdateJobCommand.d.ts +135 -0
  25. package/dist-types/commands/BatchUpdateTaskCommand.d.ts +136 -0
  26. package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
  27. package/dist-types/commands/GetMonitorCommand.d.ts +1 -0
  28. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  29. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -2
  31. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
  32. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
  34. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/index.d.ts +8 -0
  47. package/dist-types/models/enums.d.ts +310 -194
  48. package/dist-types/models/models_0.d.ts +3347 -3110
  49. package/dist-types/models/models_1.d.ts +1057 -2
  50. package/dist-types/schemas/schemas_0.d.ts +46 -0
  51. package/dist-types/ts3.4/Deadline.d.ts +136 -0
  52. package/dist-types/ts3.4/DeadlineClient.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +47 -0
  54. package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +50 -0
  56. package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +47 -0
  57. package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +50 -0
  61. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +4 -2
  64. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/enums.d.ts +194 -126
  80. package/dist-types/ts3.4/models/models_0.d.ts +583 -522
  81. package/dist-types/ts3.4/models/models_1.d.ts +251 -1
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
  83. package/package.json +1 -1
@@ -49,14 +49,82 @@ const _BATA = "BudgetActionToAdd";
49
49
  const _BATAu = "BudgetActionsToAdd";
50
50
  const _BATR = "BudgetActionToRemove";
51
51
  const _BATRu = "BudgetActionsToRemove";
52
- const _BGJE = "BatchGetJobEntity";
52
+ const _BGJ = "BatchGetJob";
53
+ const _BGJE = "BatchGetJobError";
53
54
  const _BGJEE = "BatchGetJobEntityErrors";
54
55
  const _BGJEL = "BatchGetJobEntityList";
55
56
  const _BGJER = "BatchGetJobEntityRequest";
56
57
  const _BGJERa = "BatchGetJobEntityResponse";
58
+ const _BGJEa = "BatchGetJobErrors";
59
+ const _BGJEat = "BatchGetJobEntity";
60
+ const _BGJI = "BatchGetJobIdentifier";
61
+ const _BGJIa = "BatchGetJobItem";
62
+ const _BGJIat = "BatchGetJobIdentifiers";
63
+ const _BGJIatc = "BatchGetJobItems";
64
+ const _BGJR = "BatchGetJobRequest";
65
+ const _BGJRa = "BatchGetJobResponse";
66
+ const _BGS = "BatchGetSession";
67
+ const _BGSA = "BatchGetSessionAction";
68
+ const _BGSAE = "BatchGetSessionActionError";
69
+ const _BGSAEa = "BatchGetSessionActionErrors";
70
+ const _BGSAI = "BatchGetSessionActionIdentifier";
71
+ const _BGSAIa = "BatchGetSessionActionItem";
72
+ const _BGSAIat = "BatchGetSessionActionIdentifiers";
73
+ const _BGSAIatc = "BatchGetSessionActionItems";
74
+ const _BGSAR = "BatchGetSessionActionRequest";
75
+ const _BGSARa = "BatchGetSessionActionResponse";
76
+ const _BGSE = "BatchGetSessionError";
77
+ const _BGSEa = "BatchGetStepError";
78
+ const _BGSEat = "BatchGetSessionErrors";
79
+ const _BGSEatc = "BatchGetStepErrors";
80
+ const _BGSI = "BatchGetSessionIdentifier";
81
+ const _BGSIa = "BatchGetSessionItem";
82
+ const _BGSIat = "BatchGetStepIdentifier";
83
+ const _BGSIatc = "BatchGetStepItem";
84
+ const _BGSIatch = "BatchGetSessionIdentifiers";
85
+ const _BGSIatche = "BatchGetSessionItems";
86
+ const _BGSIatchet = "BatchGetStepIdentifiers";
87
+ const _BGSIatchett = "BatchGetStepItems";
88
+ const _BGSR = "BatchGetSessionRequest";
89
+ const _BGSRa = "BatchGetSessionResponse";
90
+ const _BGSRat = "BatchGetStepRequest";
91
+ const _BGSRatc = "BatchGetStepResponse";
92
+ const _BGSa = "BatchGetStep";
93
+ const _BGT = "BatchGetTask";
94
+ const _BGTE = "BatchGetTaskError";
95
+ const _BGTEa = "BatchGetTaskErrors";
96
+ const _BGTI = "BatchGetTaskIdentifier";
97
+ const _BGTIa = "BatchGetTaskItem";
98
+ const _BGTIat = "BatchGetTaskIdentifiers";
99
+ const _BGTIatc = "BatchGetTaskItems";
100
+ const _BGTR = "BatchGetTaskRequest";
101
+ const _BGTRa = "BatchGetTaskResponse";
102
+ const _BGW = "BatchGetWorker";
103
+ const _BGWE = "BatchGetWorkerError";
104
+ const _BGWEa = "BatchGetWorkerErrors";
105
+ const _BGWI = "BatchGetWorkerIdentifier";
106
+ const _BGWIa = "BatchGetWorkerItem";
107
+ const _BGWIat = "BatchGetWorkerIdentifiers";
108
+ const _BGWIatc = "BatchGetWorkerItems";
109
+ const _BGWR = "BatchGetWorkerRequest";
110
+ const _BGWRa = "BatchGetWorkerResponse";
57
111
  const _BS = "BudgetSummary";
58
112
  const _BSu = "BudgetSummaries";
59
113
  const _BSud = "BudgetSchedule";
114
+ const _BUJ = "BatchUpdateJob";
115
+ const _BUJE = "BatchUpdateJobError";
116
+ const _BUJEa = "BatchUpdateJobErrors";
117
+ const _BUJI = "BatchUpdateJobItem";
118
+ const _BUJIa = "BatchUpdateJobItems";
119
+ const _BUJR = "BatchUpdateJobRequest";
120
+ const _BUJRa = "BatchUpdateJobResponse";
121
+ const _BUT = "BatchUpdateTask";
122
+ const _BUTE = "BatchUpdateTaskError";
123
+ const _BUTEa = "BatchUpdateTaskErrors";
124
+ const _BUTI = "BatchUpdateTaskItem";
125
+ const _BUTIa = "BatchUpdateTaskItems";
126
+ const _BUTR = "BatchUpdateTaskRequest";
127
+ const _BUTRa = "BatchUpdateTaskResponse";
60
128
  const _CB = "CreateBudget";
61
129
  const _CBR = "CreateBudgetRequest";
62
130
  const _CBRr = "CreateBudgetResponse";
@@ -560,7 +628,7 @@ const _WSSor = "WorkerSearchSummaries";
560
628
  const _WSo = "WorkerSummaries";
561
629
  const _WU = "WindowsUser";
562
630
  const _XACT = "X-Amz-Client-Token";
563
- const _a = "actions";
631
+ const _a = "attachments";
564
632
  const _aC = "acceleratorCount";
565
633
  const _aCc = "acceleratorCapabilities";
566
634
  const _aDL = "approximateDollarLimit";
@@ -586,9 +654,9 @@ const _aT = "acceleratorTypes";
586
654
  const _aTA = "actionsToAdd";
587
655
  const _aTMMB = "acceleratorTotalMemoryMiB";
588
656
  const _aTR = "actionsToRemove";
657
+ const _ac = "actions";
589
658
  const _am = "amounts";
590
- const _at = "attachments";
591
- const _att = "attributes";
659
+ const _at = "attributes";
592
660
  const _av = "avg";
593
661
  const _b = "budgets";
594
662
  const _bI = "budgetId";
@@ -683,6 +751,7 @@ const _iA = "ipAddresses";
683
751
  const _iC = "instanceCapabilities";
684
752
  const _iCAA = "identityCenterApplicationArn";
685
753
  const _iCIA = "identityCenterInstanceArn";
754
+ const _iCR = "identityCenterRegion";
686
755
  const _iMH = "inputManifestHash";
687
756
  const _iMO = "instanceMarketOptions";
688
757
  const _iMP = "inputManifestPath";
@@ -846,7 +915,7 @@ const _ste = "steps";
846
915
  const _str = "string";
847
916
  const _su = "subdomain";
848
917
  const _sum = "sum";
849
- const _t = "type";
918
+ const _t = "tasks";
850
919
  const _tFRC = "taskFailureRetryCount";
851
920
  const _tI = "taskId";
852
921
  const _tK = "tagKeys";
@@ -865,9 +934,9 @@ const _tT = "templateType";
865
934
  const _tTRS = "targetTaskRunStatus";
866
935
  const _tWC = "targetWorkerCount";
867
936
  const _ta = "tags";
868
- const _tas = "tasks";
869
937
  const _te = "template";
870
938
  const _ti = "timezone";
939
+ const _ty = "type";
871
940
  const _u = "usages";
872
941
  const _uA = "updatedAt";
873
942
  const _uB = "updatedBy";
@@ -886,7 +955,7 @@ const _vCC = "vCpuCount";
886
955
  const _vI = "vpcId";
887
956
  const _va = "value";
888
957
  const _ve = "vendor";
889
- const _w = "windows";
958
+ const _w = "workers";
890
959
  const _wB = "weightedBalanced";
891
960
  const _wC = "workerCapabilities";
892
961
  const _wCo = "workerCount";
@@ -894,7 +963,7 @@ const _wI = "workerId";
894
963
  const _wIDS = "workerIdleDurationSeconds";
895
964
  const _wL = "workerLog";
896
965
  const _wUA = "workerUpdatedAt";
897
- const _wo = "workers";
966
+ const _wi = "windows";
898
967
  const n0 = "com.amazonaws.deadline";
899
968
  import { TypeRegistry } from "@smithy/core/schema";
900
969
  import { DeadlineServiceException } from "../models/DeadlineServiceException";
@@ -1126,14 +1195,204 @@ export var BatchGetJobEntityResponse$ = [3, n0, _BGJERa,
1126
1195
  [_en, _er],
1127
1196
  [[() => BatchGetJobEntityList, 0], () => BatchGetJobEntityErrors], 2
1128
1197
  ];
1198
+ export var BatchGetJobError$ = [3, n0, _BGJE,
1199
+ 0,
1200
+ [_fI, _qI, _jI, _cod, _m],
1201
+ [0, 0, 0, 0, 0], 5
1202
+ ];
1203
+ export var BatchGetJobIdentifier$ = [3, n0, _BGJI,
1204
+ 0,
1205
+ [_fI, _qI, _jI],
1206
+ [0, 0, 0], 3
1207
+ ];
1208
+ export var BatchGetJobItem$ = [3, n0, _BGJIa,
1209
+ 0,
1210
+ [_fI, _qI, _jI, _n, _lS, _lSM, _pr, _cA, _cB, _uA, _uB, _sAt, _eA, _tRS, _tTRS, _tRSC, _tFRC, _sPI, _mFTC, _mRPT, _p, _a, _de, _mWC, _sJI],
1211
+ [0, 0, 0, 0, 0, 0, 1, 5, 0, 5, 0, 5, 5, 0, 0, 128 | 1, 1, 0, 1, 1, [() => JobParameters, 0], [() => Attachments$, 0], [() => JobDescription, 0], 1, 0], 9
1212
+ ];
1213
+ export var BatchGetJobRequest$ = [3, n0, _BGJR,
1214
+ 0,
1215
+ [_i],
1216
+ [() => BatchGetJobIdentifiers], 1
1217
+ ];
1218
+ export var BatchGetJobResponse$ = [3, n0, _BGJRa,
1219
+ 0,
1220
+ [_j, _er],
1221
+ [[() => BatchGetJobItems, 0], () => BatchGetJobErrors], 2
1222
+ ];
1223
+ export var BatchGetSessionActionError$ = [3, n0, _BGSAE,
1224
+ 0,
1225
+ [_fI, _qI, _jI, _sAI, _cod, _m],
1226
+ [0, 0, 0, 0, 0, 0], 6
1227
+ ];
1228
+ export var BatchGetSessionActionIdentifier$ = [3, n0, _BGSAI,
1229
+ 0,
1230
+ [_fI, _qI, _jI, _sAI],
1231
+ [0, 0, 0, 0], 4
1232
+ ];
1233
+ export var BatchGetSessionActionItem$ = [3, n0, _BGSAIa,
1234
+ 0,
1235
+ [_fI, _qI, _jI, _sAI, _st, _sIe, _d, _sAt, _eA, _wUA, _pP, _man, _pEC, _pM, _aL],
1236
+ [0, 0, 0, 0, 0, 0, [() => SessionActionDefinition$, 0], 5, 5, 5, 1, () => TaskRunManifestPropertiesListResponse, 1, [() => SessionActionProgressMessage, 0], () => AcquiredLimits], 7
1237
+ ];
1238
+ export var BatchGetSessionActionRequest$ = [3, n0, _BGSAR,
1239
+ 0,
1240
+ [_i],
1241
+ [() => BatchGetSessionActionIdentifiers], 1
1242
+ ];
1243
+ export var BatchGetSessionActionResponse$ = [3, n0, _BGSARa,
1244
+ 0,
1245
+ [_sA, _er],
1246
+ [[() => BatchGetSessionActionItems, 0], () => BatchGetSessionActionErrors], 2
1247
+ ];
1248
+ export var BatchGetSessionError$ = [3, n0, _BGSE,
1249
+ 0,
1250
+ [_fI, _qI, _jI, _sIe, _cod, _m],
1251
+ [0, 0, 0, 0, 0, 0], 6
1252
+ ];
1253
+ export var BatchGetSessionIdentifier$ = [3, n0, _BGSI,
1254
+ 0,
1255
+ [_fI, _qI, _jI, _sIe],
1256
+ [0, 0, 0, 0], 4
1257
+ ];
1258
+ export var BatchGetSessionItem$ = [3, n0, _BGSIa,
1259
+ 0,
1260
+ [_fI, _qI, _jI, _sIe, _fIl, _wI, _sAt, _lS, _l, _eA, _tLS, _uA, _uB, _hP, _wL],
1261
+ [0, 0, 0, 0, 0, 0, 5, 0, () => LogConfiguration$, 5, 0, 5, 0, () => HostPropertiesResponse$, () => LogConfiguration$], 9
1262
+ ];
1263
+ export var BatchGetSessionRequest$ = [3, n0, _BGSR,
1264
+ 0,
1265
+ [_i],
1266
+ [() => BatchGetSessionIdentifiers], 1
1267
+ ];
1268
+ export var BatchGetSessionResponse$ = [3, n0, _BGSRa,
1269
+ 0,
1270
+ [_ses, _er],
1271
+ [() => BatchGetSessionItems, () => BatchGetSessionErrors], 2
1272
+ ];
1273
+ export var BatchGetStepError$ = [3, n0, _BGSEa,
1274
+ 0,
1275
+ [_fI, _qI, _jI, _sI, _cod, _m],
1276
+ [0, 0, 0, 0, 0, 0], 6
1277
+ ];
1278
+ export var BatchGetStepIdentifier$ = [3, n0, _BGSIat,
1279
+ 0,
1280
+ [_fI, _qI, _jI, _sI],
1281
+ [0, 0, 0, 0], 4
1282
+ ];
1283
+ export var BatchGetStepItem$ = [3, n0, _BGSIatc,
1284
+ 0,
1285
+ [_fI, _qI, _jI, _sI, _n, _lS, _tRS, _tRSC, _cA, _cB, _lSM, _tFRC, _tTRS, _uA, _uB, _sAt, _eA, _dC, _rC, _pS, _de],
1286
+ [0, 0, 0, 0, 0, 0, 0, 128 | 1, 5, 0, 0, 1, 0, 5, 0, 5, 5, () => DependencyCounts$, () => StepRequiredCapabilities$, () => ParameterSpace$, [() => StepDescription, 0]], 10
1287
+ ];
1288
+ export var BatchGetStepRequest$ = [3, n0, _BGSRat,
1289
+ 0,
1290
+ [_i],
1291
+ [() => BatchGetStepIdentifiers], 1
1292
+ ];
1293
+ export var BatchGetStepResponse$ = [3, n0, _BGSRatc,
1294
+ 0,
1295
+ [_ste, _er],
1296
+ [[() => BatchGetStepItems, 0], () => BatchGetStepErrors], 2
1297
+ ];
1298
+ export var BatchGetTaskError$ = [3, n0, _BGTE,
1299
+ 0,
1300
+ [_fI, _qI, _jI, _sI, _tI, _cod, _m],
1301
+ [0, 0, 0, 0, 0, 0, 0], 7
1302
+ ];
1303
+ export var BatchGetTaskIdentifier$ = [3, n0, _BGTI,
1304
+ 0,
1305
+ [_fI, _qI, _jI, _sI, _tI],
1306
+ [0, 0, 0, 0, 0], 5
1307
+ ];
1308
+ export var BatchGetTaskItem$ = [3, n0, _BGTIa,
1309
+ 0,
1310
+ [_fI, _qI, _jI, _sI, _tI, _cA, _cB, _rS, _tRSa, _fRC, _sAt, _eA, _uA, _uB, _lSAI, _p],
1311
+ [0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 5, 5, 5, 0, 0, [() => TaskParameters, 0]], 8
1312
+ ];
1313
+ export var BatchGetTaskRequest$ = [3, n0, _BGTR,
1314
+ 0,
1315
+ [_i],
1316
+ [() => BatchGetTaskIdentifiers], 1
1317
+ ];
1318
+ export var BatchGetTaskResponse$ = [3, n0, _BGTRa,
1319
+ 0,
1320
+ [_t, _er],
1321
+ [[() => BatchGetTaskItems, 0], () => BatchGetTaskErrors], 2
1322
+ ];
1323
+ export var BatchGetWorkerError$ = [3, n0, _BGWE,
1324
+ 0,
1325
+ [_fI, _fIl, _wI, _cod, _m],
1326
+ [0, 0, 0, 0, 0], 5
1327
+ ];
1328
+ export var BatchGetWorkerIdentifier$ = [3, n0, _BGWI,
1329
+ 0,
1330
+ [_fI, _fIl, _wI],
1331
+ [0, 0, 0], 3
1332
+ ];
1333
+ export var BatchGetWorkerItem$ = [3, n0, _BGWIa,
1334
+ 0,
1335
+ [_fI, _fIl, _wI, _st, _cA, _cB, _hP, _l, _uA, _uB],
1336
+ [0, 0, 0, 0, 5, 0, () => HostPropertiesResponse$, () => LogConfiguration$, 5, 0], 6
1337
+ ];
1338
+ export var BatchGetWorkerRequest$ = [3, n0, _BGWR,
1339
+ 0,
1340
+ [_i],
1341
+ [() => BatchGetWorkerIdentifiers], 1
1342
+ ];
1343
+ export var BatchGetWorkerResponse$ = [3, n0, _BGWRa,
1344
+ 0,
1345
+ [_w, _er],
1346
+ [() => BatchGetWorkerItems, () => BatchGetWorkerErrors], 2
1347
+ ];
1348
+ export var BatchUpdateJobError$ = [3, n0, _BUJE,
1349
+ 0,
1350
+ [_fI, _qI, _jI, _cod, _m],
1351
+ [0, 0, 0, 0, 0], 5
1352
+ ];
1353
+ export var BatchUpdateJobItem$ = [3, n0, _BUJI,
1354
+ 0,
1355
+ [_fI, _qI, _jI, _tTRS, _pr, _mFTC, _mRPT, _lS, _mWC, _n, _de],
1356
+ [0, 0, 0, 0, 1, 1, 1, 0, 1, 0, [() => JobDescriptionOverride, 0]], 3
1357
+ ];
1358
+ export var BatchUpdateJobRequest$ = [3, n0, _BUJR,
1359
+ 0,
1360
+ [_j, _cT],
1361
+ [[() => BatchUpdateJobItems, 0], [0, { [_hH]: _XACT, [_iT]: 1 }]], 1
1362
+ ];
1363
+ export var BatchUpdateJobResponse$ = [3, n0, _BUJRa,
1364
+ 0,
1365
+ [_er],
1366
+ [() => BatchUpdateJobErrors], 1
1367
+ ];
1368
+ export var BatchUpdateTaskError$ = [3, n0, _BUTE,
1369
+ 0,
1370
+ [_fI, _qI, _jI, _sI, _tI, _cod, _m],
1371
+ [0, 0, 0, 0, 0, 0, 0], 7
1372
+ ];
1373
+ export var BatchUpdateTaskItem$ = [3, n0, _BUTI,
1374
+ 0,
1375
+ [_fI, _qI, _jI, _sI, _tI, _tRSa],
1376
+ [0, 0, 0, 0, 0, 0], 6
1377
+ ];
1378
+ export var BatchUpdateTaskRequest$ = [3, n0, _BUTR,
1379
+ 0,
1380
+ [_t, _cT],
1381
+ [() => BatchUpdateTaskItems, [0, { [_hH]: _XACT, [_iT]: 1 }]], 1
1382
+ ];
1383
+ export var BatchUpdateTaskResponse$ = [3, n0, _BUTRa,
1384
+ 0,
1385
+ [_er],
1386
+ [() => BatchUpdateTaskErrors], 1
1387
+ ];
1129
1388
  export var BudgetActionToAdd$ = [3, n0, _BATA,
1130
1389
  0,
1131
- [_t, _tP, _de],
1390
+ [_ty, _tP, _de],
1132
1391
  [0, 1, [() => Description, 0]], 2
1133
1392
  ];
1134
1393
  export var BudgetActionToRemove$ = [3, n0, _BATR,
1135
1394
  0,
1136
- [_t, _tP],
1395
+ [_ty, _tP],
1137
1396
  [0, 1], 2
1138
1397
  ];
1139
1398
  export var BudgetSummary$ = [3, n0, _BS,
@@ -1158,7 +1417,7 @@ export var CopyJobTemplateResponse$ = [3, n0, _CJTRo,
1158
1417
  ];
1159
1418
  export var CreateBudgetRequest$ = [3, n0, _CBR,
1160
1419
  0,
1161
- [_fI, _dN, _uTR, _aDL, _a, _sc, _de, _cT, _ta],
1420
+ [_fI, _dN, _uTR, _aDL, _ac, _sc, _de, _cT, _ta],
1162
1421
  [[0, 1], 0, () => UsageTrackingResource$, 1, [() => BudgetActionsToAdd, 0], () => BudgetSchedule$, [() => Description, 0], [0, { [_hH]: _XACT, [_iT]: 1 }], 128 | 0], 6
1163
1422
  ];
1164
1423
  export var CreateBudgetResponse$ = [3, n0, _CBRr,
@@ -1188,7 +1447,7 @@ export var CreateFleetResponse$ = [3, n0, _CFRrea,
1188
1447
  ];
1189
1448
  export var CreateJobRequest$ = [3, n0, _CJR,
1190
1449
  0,
1191
- [_fI, _qI, _pr, _cT, _te, _tT, _p, _at, _sPI, _tTRS, _mFTC, _mRPT, _mWC, _sJI, _nO, _dO, _ta],
1450
+ [_fI, _qI, _pr, _cT, _te, _tT, _p, _a, _sPI, _tTRS, _mFTC, _mRPT, _mWC, _sJI, _nO, _dO, _ta],
1192
1451
  [[0, 1], [0, 1], 1, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => JobTemplate, 0], 0, [() => JobParameters, 0], [() => Attachments$, 0], 0, 0, 1, 1, 1, 0, 0, [() => JobDescriptionOverride, 0], 128 | 0], 3
1193
1452
  ];
1194
1453
  export var CreateJobResponse$ = [3, n0, _CJRr,
@@ -1218,8 +1477,8 @@ export var CreateLimitResponse$ = [3, n0, _CLRr,
1218
1477
  ];
1219
1478
  export var CreateMonitorRequest$ = [3, n0, _CMR,
1220
1479
  0,
1221
- [_dN, _iCIA, _su, _rA, _cT, _ta],
1222
- [0, 0, 0, 0, [0, { [_hH]: _XACT, [_iT]: 1 }], 128 | 0], 4
1480
+ [_dN, _iCIA, _su, _rA, _cT, _iCR, _ta],
1481
+ [0, 0, 0, 0, [0, { [_hH]: _XACT, [_iT]: 1 }], 0, 128 | 0], 4
1223
1482
  ];
1224
1483
  export var CreateMonitorResponse$ = [3, n0, _CMRr,
1225
1484
  0,
@@ -1538,7 +1797,7 @@ export var FieldSortExpression$ = [3, n0, _FSE,
1538
1797
  ];
1539
1798
  export var FileSystemLocation$ = [3, n0, _FSL,
1540
1799
  8,
1541
- [_n, _pa, _t],
1800
+ [_n, _pa, _ty],
1542
1801
  [0, 0, 0], 3
1543
1802
  ];
1544
1803
  export var FixedBudgetSchedule$ = [3, n0, _FBS,
@@ -1558,7 +1817,7 @@ export var FleetAttributeCapability$ = [3, n0, _FACl,
1558
1817
  ];
1559
1818
  export var FleetCapabilities$ = [3, n0, _FC,
1560
1819
  0,
1561
- [_am, _att],
1820
+ [_am, _at],
1562
1821
  [() => FleetAmountCapabilities, () => FleetAttributeCapabilities]
1563
1822
  ];
1564
1823
  export var FleetMember$ = [3, n0, _FMl,
@@ -1578,7 +1837,7 @@ export var GetBudgetRequest$ = [3, n0, _GBR,
1578
1837
  ];
1579
1838
  export var GetBudgetResponse$ = [3, n0, _GBRe,
1580
1839
  0,
1581
- [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _a, _sc, _uB, _uA, _de, _qSA],
1840
+ [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _ac, _sc, _uB, _uA, _de, _qSA],
1582
1841
  [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, 0, 5, [() => ResponseBudgetActionList, 0], () => BudgetSchedule$, 0, 5, [() => Description, 0], 5], 10
1583
1842
  ];
1584
1843
  export var GetFarmRequest$ = [3, n0, _GFR,
@@ -1608,7 +1867,7 @@ export var GetJobRequest$ = [3, n0, _GJR,
1608
1867
  ];
1609
1868
  export var GetJobResponse$ = [3, n0, _GJRe,
1610
1869
  0,
1611
- [_jI, _n, _lS, _lSM, _pr, _cA, _cB, _uA, _uB, _sAt, _eA, _tRS, _tTRS, _tRSC, _tFRC, _sPI, _mFTC, _mRPT, _p, _at, _de, _mWC, _sJI],
1870
+ [_jI, _n, _lS, _lSM, _pr, _cA, _cB, _uA, _uB, _sAt, _eA, _tRS, _tTRS, _tRSC, _tFRC, _sPI, _mFTC, _mRPT, _p, _a, _de, _mWC, _sJI],
1612
1871
  [0, 0, 0, 0, 1, 5, 0, 5, 0, 5, 5, 0, 0, 128 | 1, 1, 0, 1, 1, [() => JobParameters, 0], [() => Attachments$, 0], [() => JobDescription, 0], 1, 0], 7
1613
1872
  ];
1614
1873
  export var GetLicenseEndpointRequest$ = [3, n0, _GLER,
@@ -1638,8 +1897,8 @@ export var GetMonitorRequest$ = [3, n0, _GMR,
1638
1897
  ];
1639
1898
  export var GetMonitorResponse$ = [3, n0, _GMRe,
1640
1899
  0,
1641
- [_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _uA, _uB],
1642
- [0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 9
1900
+ [_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _iCR, _uA, _uB],
1901
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 5, 0], 9
1643
1902
  ];
1644
1903
  export var GetQueueEnvironmentRequest$ = [3, n0, _GQER,
1645
1904
  0,
@@ -1783,7 +2042,7 @@ export var IpAddresses$ = [3, n0, _IA,
1783
2042
  ];
1784
2043
  export var JobAttachmentDetailsEntity$ = [3, n0, _JADE,
1785
2044
  0,
1786
- [_jI, _at],
2045
+ [_jI, _a],
1787
2046
  [0, [() => Attachments$, 0]], 2
1788
2047
  ];
1789
2048
  export var JobAttachmentDetailsError$ = [3, n0, _JADEo,
@@ -1823,7 +2082,7 @@ export var JobMember$ = [3, n0, _JM,
1823
2082
  ];
1824
2083
  export var JobRunAsUser$ = [3, n0, _JRAU,
1825
2084
  0,
1826
- [_rAu, _po, _w],
2085
+ [_rAu, _po, _wi],
1827
2086
  [0, () => PosixUser$, () => WindowsUser$], 1
1828
2087
  ];
1829
2088
  export var JobSearchSummary$ = [3, n0, _JSS,
@@ -2123,7 +2382,7 @@ export var ListTasksRequest$ = [3, n0, _LTR,
2123
2382
  ];
2124
2383
  export var ListTasksResponse$ = [3, n0, _LTRi,
2125
2384
  0,
2126
- [_tas, _nT],
2385
+ [_t, _nT],
2127
2386
  [[() => TaskSummaries, 0], 0], 1
2128
2387
  ];
2129
2388
  export var ListWorkersRequest$ = [3, n0, _LWR,
@@ -2133,7 +2392,7 @@ export var ListWorkersRequest$ = [3, n0, _LWR,
2133
2392
  ];
2134
2393
  export var ListWorkersResponse$ = [3, n0, _LWRi,
2135
2394
  0,
2136
- [_wo, _nT],
2395
+ [_w, _nT],
2137
2396
  [() => WorkerSummaries, 0], 1
2138
2397
  ];
2139
2398
  export var LogConfiguration$ = [3, n0, _LC,
@@ -2158,8 +2417,8 @@ export var MeteredProductSummary$ = [3, n0, _MPS,
2158
2417
  ];
2159
2418
  export var MonitorSummary$ = [3, n0, _MS,
2160
2419
  0,
2161
- [_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _uA, _uB],
2162
- [0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 9
2420
+ [_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _iCR, _uA, _uB],
2421
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 5, 0], 9
2163
2422
  ];
2164
2423
  export var ParameterFilterExpression$ = [3, n0, _PFE,
2165
2424
  0,
@@ -2233,7 +2492,7 @@ export var QueueSummary$ = [3, n0, _QS,
2233
2492
  ];
2234
2493
  export var ResponseBudgetAction$ = [3, n0, _RBA,
2235
2494
  0,
2236
- [_t, _tP, _de],
2495
+ [_ty, _tP, _de],
2237
2496
  [0, 1, [() => Description, 0]], 2
2238
2497
  ];
2239
2498
  export var S3Location$ = [3, n0, _SL,
@@ -2283,7 +2542,7 @@ export var SearchTasksRequest$ = [3, n0, _STR,
2283
2542
  ];
2284
2543
  export var SearchTasksResponse$ = [3, n0, _STRe,
2285
2544
  0,
2286
- [_tas, _tR, _nIO],
2545
+ [_t, _tR, _nIO],
2287
2546
  [[() => TaskSearchSummaries, 0], 1, 1], 2
2288
2547
  ];
2289
2548
  export var SearchTermFilterExpression$ = [3, n0, _STFE,
@@ -2298,7 +2557,7 @@ export var SearchWorkersRequest$ = [3, n0, _SWR,
2298
2557
  ];
2299
2558
  export var SearchWorkersResponse$ = [3, n0, _SWRe,
2300
2559
  0,
2301
- [_wo, _tR, _nIO],
2560
+ [_w, _tR, _nIO],
2302
2561
  [() => WorkerSearchSummaries, 1, 1], 2
2303
2562
  ];
2304
2563
  export var ServiceManagedEc2AutoScalingConfiguration$ = [3, n0, _SMEASC,
@@ -2318,7 +2577,7 @@ export var ServiceManagedEc2InstanceCapabilities$ = [3, n0, _SMEIC,
2318
2577
  ];
2319
2578
  export var ServiceManagedEc2InstanceMarketOptions$ = [3, n0, _SMEIMO,
2320
2579
  0,
2321
- [_t],
2580
+ [_ty],
2322
2581
  [0], 1
2323
2582
  ];
2324
2583
  export var SessionActionSummary$ = [3, n0, _SAS,
@@ -2388,7 +2647,7 @@ export var StepDetailsIdentifiers$ = [3, n0, _SDI,
2388
2647
  ];
2389
2648
  export var StepParameter$ = [3, n0, _SP,
2390
2649
  0,
2391
- [_n, _t, _ch],
2650
+ [_n, _ty, _ch],
2392
2651
  [0, 0, () => StepParameterChunks$], 2
2393
2652
  ];
2394
2653
  export var StepParameterChunks$ = [3, n0, _SPC,
@@ -2398,7 +2657,7 @@ export var StepParameterChunks$ = [3, n0, _SPC,
2398
2657
  ];
2399
2658
  export var StepRequiredCapabilities$ = [3, n0, _SRC,
2400
2659
  0,
2401
- [_att, _am],
2660
+ [_at, _am],
2402
2661
  [() => StepAttributeCapabilities, () => StepAmountCapabilities], 2
2403
2662
  ];
2404
2663
  export var StepSearchSummary$ = [3, n0, _SSS,
@@ -2693,7 +2952,7 @@ export var WorkerAttributeCapability$ = [3, n0, _WACo,
2693
2952
  ];
2694
2953
  export var WorkerCapabilities$ = [3, n0, _WC,
2695
2954
  0,
2696
- [_am, _att],
2955
+ [_am, _at],
2697
2956
  [() => WorkerAmountCapabilityList, () => WorkerAttributeCapabilityList], 2
2698
2957
  ];
2699
2958
  export var WorkerSearchSummary$ = [3, n0, _WSS,
@@ -2731,6 +2990,77 @@ var BatchGetJobEntityList = [1, n0, _BGJEL,
2731
2990
  0, [() => JobEntity$,
2732
2991
  0]
2733
2992
  ];
2993
+ var BatchGetJobErrors = [1, n0, _BGJEa,
2994
+ 0, () => BatchGetJobError$
2995
+ ];
2996
+ var BatchGetJobIdentifiers = [1, n0, _BGJIat,
2997
+ 0, () => BatchGetJobIdentifier$
2998
+ ];
2999
+ var BatchGetJobItems = [1, n0, _BGJIatc,
3000
+ 0, [() => BatchGetJobItem$,
3001
+ 0]
3002
+ ];
3003
+ var BatchGetSessionActionErrors = [1, n0, _BGSAEa,
3004
+ 0, () => BatchGetSessionActionError$
3005
+ ];
3006
+ var BatchGetSessionActionIdentifiers = [1, n0, _BGSAIat,
3007
+ 0, () => BatchGetSessionActionIdentifier$
3008
+ ];
3009
+ var BatchGetSessionActionItems = [1, n0, _BGSAIatc,
3010
+ 0, [() => BatchGetSessionActionItem$,
3011
+ 0]
3012
+ ];
3013
+ var BatchGetSessionErrors = [1, n0, _BGSEat,
3014
+ 0, () => BatchGetSessionError$
3015
+ ];
3016
+ var BatchGetSessionIdentifiers = [1, n0, _BGSIatch,
3017
+ 0, () => BatchGetSessionIdentifier$
3018
+ ];
3019
+ var BatchGetSessionItems = [1, n0, _BGSIatche,
3020
+ 0, () => BatchGetSessionItem$
3021
+ ];
3022
+ var BatchGetStepErrors = [1, n0, _BGSEatc,
3023
+ 0, () => BatchGetStepError$
3024
+ ];
3025
+ var BatchGetStepIdentifiers = [1, n0, _BGSIatchet,
3026
+ 0, () => BatchGetStepIdentifier$
3027
+ ];
3028
+ var BatchGetStepItems = [1, n0, _BGSIatchett,
3029
+ 0, [() => BatchGetStepItem$,
3030
+ 0]
3031
+ ];
3032
+ var BatchGetTaskErrors = [1, n0, _BGTEa,
3033
+ 0, () => BatchGetTaskError$
3034
+ ];
3035
+ var BatchGetTaskIdentifiers = [1, n0, _BGTIat,
3036
+ 0, () => BatchGetTaskIdentifier$
3037
+ ];
3038
+ var BatchGetTaskItems = [1, n0, _BGTIatc,
3039
+ 0, [() => BatchGetTaskItem$,
3040
+ 0]
3041
+ ];
3042
+ var BatchGetWorkerErrors = [1, n0, _BGWEa,
3043
+ 0, () => BatchGetWorkerError$
3044
+ ];
3045
+ var BatchGetWorkerIdentifiers = [1, n0, _BGWIat,
3046
+ 0, () => BatchGetWorkerIdentifier$
3047
+ ];
3048
+ var BatchGetWorkerItems = [1, n0, _BGWIatc,
3049
+ 0, () => BatchGetWorkerItem$
3050
+ ];
3051
+ var BatchUpdateJobErrors = [1, n0, _BUJEa,
3052
+ 0, () => BatchUpdateJobError$
3053
+ ];
3054
+ var BatchUpdateJobItems = [1, n0, _BUJIa,
3055
+ 0, [() => BatchUpdateJobItem$,
3056
+ 0]
3057
+ ];
3058
+ var BatchUpdateTaskErrors = [1, n0, _BUTEa,
3059
+ 0, () => BatchUpdateTaskError$
3060
+ ];
3061
+ var BatchUpdateTaskItems = [1, n0, _BUTIa,
3062
+ 0, () => BatchUpdateTaskItem$
3063
+ ];
2734
3064
  var BudgetActionsToAdd = [1, n0, _BATAu,
2735
3065
  0, [() => BudgetActionToAdd$,
2736
3066
  0]
@@ -3053,9 +3383,33 @@ export var AssumeQueueRoleForUser$ = [9, n0, _AQRFU,
3053
3383
  export var AssumeQueueRoleForWorker$ = [9, n0, _AQRFW,
3054
3384
  { [_end]: ["scheduling."], [_h]: ["GET", "/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/queue-roles", 200] }, () => AssumeQueueRoleForWorkerRequest$, () => AssumeQueueRoleForWorkerResponse$
3055
3385
  ];
3056
- export var BatchGetJobEntity$ = [9, n0, _BGJE,
3386
+ export var BatchGetJob$ = [9, n0, _BGJ,
3387
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-job", 200] }, () => BatchGetJobRequest$, () => BatchGetJobResponse$
3388
+ ];
3389
+ export var BatchGetJobEntity$ = [9, n0, _BGJEat,
3057
3390
  { [_end]: ["scheduling."], [_h]: ["POST", "/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/batchGetJobEntity", 200] }, () => BatchGetJobEntityRequest$, () => BatchGetJobEntityResponse$
3058
3391
  ];
3392
+ export var BatchGetSession$ = [9, n0, _BGS,
3393
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-session", 200] }, () => BatchGetSessionRequest$, () => BatchGetSessionResponse$
3394
+ ];
3395
+ export var BatchGetSessionAction$ = [9, n0, _BGSA,
3396
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-session-action", 200] }, () => BatchGetSessionActionRequest$, () => BatchGetSessionActionResponse$
3397
+ ];
3398
+ export var BatchGetStep$ = [9, n0, _BGSa,
3399
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-step", 200] }, () => BatchGetStepRequest$, () => BatchGetStepResponse$
3400
+ ];
3401
+ export var BatchGetTask$ = [9, n0, _BGT,
3402
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-task", 200] }, () => BatchGetTaskRequest$, () => BatchGetTaskResponse$
3403
+ ];
3404
+ export var BatchGetWorker$ = [9, n0, _BGW,
3405
+ { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/batch-get-worker", 200] }, () => BatchGetWorkerRequest$, () => BatchGetWorkerResponse$
3406
+ ];
3407
+ export var BatchUpdateJob$ = [9, n0, _BUJ,
3408
+ { [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/batch-update-job", 200] }, () => BatchUpdateJobRequest$, () => BatchUpdateJobResponse$
3409
+ ];
3410
+ export var BatchUpdateTask$ = [9, n0, _BUT,
3411
+ { [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/batch-update-task", 200] }, () => BatchUpdateTaskRequest$, () => BatchUpdateTaskResponse$
3412
+ ];
3059
3413
  export var CopyJobTemplate$ = [9, n0, _CJT,
3060
3414
  { [_end]: ["management."], [_h]: ["POST", "/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/template", 200] }, () => CopyJobTemplateRequest$, () => CopyJobTemplateResponse$
3061
3415
  ];