@aws-sdk/client-deadline 3.929.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -178
- package/dist-es/models/models_0.js +0 -140
- package/dist-es/models/models_1.js +0 -38
- package/dist-types/models/models_0.d.ts +44 -11
- package/dist-types/models/models_1.d.ts +12 -3
- package/dist-types/ts3.4/models/models_0.d.ts +0 -17
- package/dist-types/ts3.4/models/models_1.d.ts +0 -6
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -141,36 +141,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends DeadlineServic
|
|
|
141
141
|
this.context = opts.context;
|
|
142
142
|
}
|
|
143
143
|
};
|
|
144
|
-
exports.TaskParameterValue = void 0;
|
|
145
|
-
(function (TaskParameterValue) {
|
|
146
|
-
TaskParameterValue.visit = (value, visitor) => {
|
|
147
|
-
if (value.int !== undefined)
|
|
148
|
-
return visitor.int(value.int);
|
|
149
|
-
if (value.float !== undefined)
|
|
150
|
-
return visitor.float(value.float);
|
|
151
|
-
if (value.string !== undefined)
|
|
152
|
-
return visitor.string(value.string);
|
|
153
|
-
if (value.path !== undefined)
|
|
154
|
-
return visitor.path(value.path);
|
|
155
|
-
if (value.chunkInt !== undefined)
|
|
156
|
-
return visitor.chunkInt(value.chunkInt);
|
|
157
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
158
|
-
};
|
|
159
|
-
})(exports.TaskParameterValue || (exports.TaskParameterValue = {}));
|
|
160
|
-
exports.AssignedSessionActionDefinition = void 0;
|
|
161
|
-
(function (AssignedSessionActionDefinition) {
|
|
162
|
-
AssignedSessionActionDefinition.visit = (value, visitor) => {
|
|
163
|
-
if (value.envEnter !== undefined)
|
|
164
|
-
return visitor.envEnter(value.envEnter);
|
|
165
|
-
if (value.envExit !== undefined)
|
|
166
|
-
return visitor.envExit(value.envExit);
|
|
167
|
-
if (value.taskRun !== undefined)
|
|
168
|
-
return visitor.taskRun(value.taskRun);
|
|
169
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
170
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
171
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
172
|
-
};
|
|
173
|
-
})(exports.AssignedSessionActionDefinition || (exports.AssignedSessionActionDefinition = {}));
|
|
174
144
|
const MembershipLevel = {
|
|
175
145
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
176
146
|
MANAGER: "MANAGER",
|
|
@@ -334,52 +304,10 @@ const AutoScalingStatus = {
|
|
|
334
304
|
SHRINKING: "SHRINKING",
|
|
335
305
|
STEADY: "STEADY",
|
|
336
306
|
};
|
|
337
|
-
exports.JobEntityIdentifiersUnion = void 0;
|
|
338
|
-
(function (JobEntityIdentifiersUnion) {
|
|
339
|
-
JobEntityIdentifiersUnion.visit = (value, visitor) => {
|
|
340
|
-
if (value.jobDetails !== undefined)
|
|
341
|
-
return visitor.jobDetails(value.jobDetails);
|
|
342
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
343
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
344
|
-
if (value.stepDetails !== undefined)
|
|
345
|
-
return visitor.stepDetails(value.stepDetails);
|
|
346
|
-
if (value.environmentDetails !== undefined)
|
|
347
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
348
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
349
|
-
};
|
|
350
|
-
})(exports.JobEntityIdentifiersUnion || (exports.JobEntityIdentifiersUnion = {}));
|
|
351
307
|
const RunAs = {
|
|
352
308
|
QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER",
|
|
353
309
|
WORKER_AGENT_USER: "WORKER_AGENT_USER",
|
|
354
310
|
};
|
|
355
|
-
exports.JobParameter = void 0;
|
|
356
|
-
(function (JobParameter) {
|
|
357
|
-
JobParameter.visit = (value, visitor) => {
|
|
358
|
-
if (value.int !== undefined)
|
|
359
|
-
return visitor.int(value.int);
|
|
360
|
-
if (value.float !== undefined)
|
|
361
|
-
return visitor.float(value.float);
|
|
362
|
-
if (value.string !== undefined)
|
|
363
|
-
return visitor.string(value.string);
|
|
364
|
-
if (value.path !== undefined)
|
|
365
|
-
return visitor.path(value.path);
|
|
366
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
367
|
-
};
|
|
368
|
-
})(exports.JobParameter || (exports.JobParameter = {}));
|
|
369
|
-
exports.JobEntity = void 0;
|
|
370
|
-
(function (JobEntity) {
|
|
371
|
-
JobEntity.visit = (value, visitor) => {
|
|
372
|
-
if (value.jobDetails !== undefined)
|
|
373
|
-
return visitor.jobDetails(value.jobDetails);
|
|
374
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
375
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
376
|
-
if (value.stepDetails !== undefined)
|
|
377
|
-
return visitor.stepDetails(value.stepDetails);
|
|
378
|
-
if (value.environmentDetails !== undefined)
|
|
379
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
380
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
381
|
-
};
|
|
382
|
-
})(exports.JobEntity || (exports.JobEntity = {}));
|
|
383
311
|
const JobEntityErrorCode = {
|
|
384
312
|
AccessDeniedException: "AccessDeniedException",
|
|
385
313
|
ConflictException: "ConflictException",
|
|
@@ -388,40 +316,10 @@ const JobEntityErrorCode = {
|
|
|
388
316
|
ResourceNotFoundException: "ResourceNotFoundException",
|
|
389
317
|
ValidationException: "ValidationException",
|
|
390
318
|
};
|
|
391
|
-
exports.GetJobEntityError = void 0;
|
|
392
|
-
(function (GetJobEntityError) {
|
|
393
|
-
GetJobEntityError.visit = (value, visitor) => {
|
|
394
|
-
if (value.jobDetails !== undefined)
|
|
395
|
-
return visitor.jobDetails(value.jobDetails);
|
|
396
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
397
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
398
|
-
if (value.stepDetails !== undefined)
|
|
399
|
-
return visitor.stepDetails(value.stepDetails);
|
|
400
|
-
if (value.environmentDetails !== undefined)
|
|
401
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
402
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
403
|
-
};
|
|
404
|
-
})(exports.GetJobEntityError || (exports.GetJobEntityError = {}));
|
|
405
319
|
const BudgetActionType = {
|
|
406
320
|
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
407
321
|
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
408
322
|
};
|
|
409
|
-
exports.BudgetSchedule = void 0;
|
|
410
|
-
(function (BudgetSchedule) {
|
|
411
|
-
BudgetSchedule.visit = (value, visitor) => {
|
|
412
|
-
if (value.fixed !== undefined)
|
|
413
|
-
return visitor.fixed(value.fixed);
|
|
414
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
415
|
-
};
|
|
416
|
-
})(exports.BudgetSchedule || (exports.BudgetSchedule = {}));
|
|
417
|
-
exports.UsageTrackingResource = void 0;
|
|
418
|
-
(function (UsageTrackingResource) {
|
|
419
|
-
UsageTrackingResource.visit = (value, visitor) => {
|
|
420
|
-
if (value.queueId !== undefined)
|
|
421
|
-
return visitor.queueId(value.queueId);
|
|
422
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
423
|
-
};
|
|
424
|
-
})(exports.UsageTrackingResource || (exports.UsageTrackingResource = {}));
|
|
425
323
|
const BudgetStatus = {
|
|
426
324
|
ACTIVE: "ACTIVE",
|
|
427
325
|
INACTIVE: "INACTIVE",
|
|
@@ -467,16 +365,6 @@ const Ec2MarketType = {
|
|
|
467
365
|
SPOT: "spot",
|
|
468
366
|
WAIT_AND_SAVE: "wait-and-save",
|
|
469
367
|
};
|
|
470
|
-
exports.FleetConfiguration = void 0;
|
|
471
|
-
(function (FleetConfiguration) {
|
|
472
|
-
FleetConfiguration.visit = (value, visitor) => {
|
|
473
|
-
if (value.customerManaged !== undefined)
|
|
474
|
-
return visitor.customerManaged(value.customerManaged);
|
|
475
|
-
if (value.serviceManagedEc2 !== undefined)
|
|
476
|
-
return visitor.serviceManagedEc2(value.serviceManagedEc2);
|
|
477
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
478
|
-
};
|
|
479
|
-
})(exports.FleetConfiguration || (exports.FleetConfiguration = {}));
|
|
480
368
|
const CreateJobTargetTaskRunStatus = {
|
|
481
369
|
READY: "READY",
|
|
482
370
|
SUSPENDED: "SUSPENDED",
|
|
@@ -577,20 +465,6 @@ const TaskRunStatus = {
|
|
|
577
465
|
SUCCEEDED: "SUCCEEDED",
|
|
578
466
|
SUSPENDED: "SUSPENDED",
|
|
579
467
|
};
|
|
580
|
-
exports.SessionActionDefinition = void 0;
|
|
581
|
-
(function (SessionActionDefinition) {
|
|
582
|
-
SessionActionDefinition.visit = (value, visitor) => {
|
|
583
|
-
if (value.envEnter !== undefined)
|
|
584
|
-
return visitor.envEnter(value.envEnter);
|
|
585
|
-
if (value.envExit !== undefined)
|
|
586
|
-
return visitor.envExit(value.envExit);
|
|
587
|
-
if (value.taskRun !== undefined)
|
|
588
|
-
return visitor.taskRun(value.taskRun);
|
|
589
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
590
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
591
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
592
|
-
};
|
|
593
|
-
})(exports.SessionActionDefinition || (exports.SessionActionDefinition = {}));
|
|
594
468
|
const SessionActionStatus = {
|
|
595
469
|
ASSIGNED: "ASSIGNED",
|
|
596
470
|
CANCELED: "CANCELED",
|
|
@@ -633,20 +507,6 @@ const TaskTargetRunStatus = {
|
|
|
633
507
|
SUCCEEDED: "SUCCEEDED",
|
|
634
508
|
SUSPENDED: "SUSPENDED",
|
|
635
509
|
};
|
|
636
|
-
exports.SessionActionDefinitionSummary = void 0;
|
|
637
|
-
(function (SessionActionDefinitionSummary) {
|
|
638
|
-
SessionActionDefinitionSummary.visit = (value, visitor) => {
|
|
639
|
-
if (value.envEnter !== undefined)
|
|
640
|
-
return visitor.envEnter(value.envEnter);
|
|
641
|
-
if (value.envExit !== undefined)
|
|
642
|
-
return visitor.envExit(value.envExit);
|
|
643
|
-
if (value.taskRun !== undefined)
|
|
644
|
-
return visitor.taskRun(value.taskRun);
|
|
645
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
646
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
647
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
648
|
-
};
|
|
649
|
-
})(exports.SessionActionDefinitionSummary || (exports.SessionActionDefinitionSummary = {}));
|
|
650
510
|
const DependencyConsumerResolutionStatus = {
|
|
651
511
|
RESOLVED: "RESOLVED",
|
|
652
512
|
UNRESOLVED: "UNRESOLVED",
|
|
@@ -695,18 +555,6 @@ const SortOrder = {
|
|
|
695
555
|
ASCENDING: "ASCENDING",
|
|
696
556
|
DESCENDING: "DESCENDING",
|
|
697
557
|
};
|
|
698
|
-
exports.SearchSortExpression = void 0;
|
|
699
|
-
(function (SearchSortExpression) {
|
|
700
|
-
SearchSortExpression.visit = (value, visitor) => {
|
|
701
|
-
if (value.userJobsFirst !== undefined)
|
|
702
|
-
return visitor.userJobsFirst(value.userJobsFirst);
|
|
703
|
-
if (value.fieldSort !== undefined)
|
|
704
|
-
return visitor.fieldSort(value.fieldSort);
|
|
705
|
-
if (value.parameterSort !== undefined)
|
|
706
|
-
return visitor.parameterSort(value.parameterSort);
|
|
707
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
708
|
-
};
|
|
709
|
-
})(exports.SearchSortExpression || (exports.SearchSortExpression = {}));
|
|
710
558
|
const UsageGroupByField = {
|
|
711
559
|
FLEET_ID: "FLEET_ID",
|
|
712
560
|
INSTANCE_TYPE: "INSTANCE_TYPE",
|
|
@@ -722,16 +570,6 @@ const Period = {
|
|
|
722
570
|
MONTHLY: "MONTHLY",
|
|
723
571
|
WEEKLY: "WEEKLY",
|
|
724
572
|
};
|
|
725
|
-
exports.SessionsStatisticsResources = void 0;
|
|
726
|
-
(function (SessionsStatisticsResources) {
|
|
727
|
-
SessionsStatisticsResources.visit = (value, visitor) => {
|
|
728
|
-
if (value.queueIds !== undefined)
|
|
729
|
-
return visitor.queueIds(value.queueIds);
|
|
730
|
-
if (value.fleetIds !== undefined)
|
|
731
|
-
return visitor.fleetIds(value.fleetIds);
|
|
732
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
733
|
-
};
|
|
734
|
-
})(exports.SessionsStatisticsResources || (exports.SessionsStatisticsResources = {}));
|
|
735
573
|
const UsageStatistic = {
|
|
736
574
|
AVG: "AVG",
|
|
737
575
|
MAX: "MAX",
|
|
@@ -748,22 +586,6 @@ const UpdateQueueLimitAssociationStatus = {
|
|
|
748
586
|
STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS",
|
|
749
587
|
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS",
|
|
750
588
|
};
|
|
751
|
-
exports.SearchFilterExpression = void 0;
|
|
752
|
-
(function (SearchFilterExpression) {
|
|
753
|
-
SearchFilterExpression.visit = (value, visitor) => {
|
|
754
|
-
if (value.dateTimeFilter !== undefined)
|
|
755
|
-
return visitor.dateTimeFilter(value.dateTimeFilter);
|
|
756
|
-
if (value.parameterFilter !== undefined)
|
|
757
|
-
return visitor.parameterFilter(value.parameterFilter);
|
|
758
|
-
if (value.searchTermFilter !== undefined)
|
|
759
|
-
return visitor.searchTermFilter(value.searchTermFilter);
|
|
760
|
-
if (value.stringFilter !== undefined)
|
|
761
|
-
return visitor.stringFilter(value.stringFilter);
|
|
762
|
-
if (value.groupFilter !== undefined)
|
|
763
|
-
return visitor.groupFilter(value.groupFilter);
|
|
764
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
765
|
-
};
|
|
766
|
-
})(exports.SearchFilterExpression || (exports.SearchFilterExpression = {}));
|
|
767
589
|
|
|
768
590
|
const _A = "Attachments";
|
|
769
591
|
const _AC = "AcceleratorCapabilities";
|
|
@@ -22,36 +22,6 @@ export class AccessDeniedException extends __BaseException {
|
|
|
22
22
|
this.context = opts.context;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
export var TaskParameterValue;
|
|
26
|
-
(function (TaskParameterValue) {
|
|
27
|
-
TaskParameterValue.visit = (value, visitor) => {
|
|
28
|
-
if (value.int !== undefined)
|
|
29
|
-
return visitor.int(value.int);
|
|
30
|
-
if (value.float !== undefined)
|
|
31
|
-
return visitor.float(value.float);
|
|
32
|
-
if (value.string !== undefined)
|
|
33
|
-
return visitor.string(value.string);
|
|
34
|
-
if (value.path !== undefined)
|
|
35
|
-
return visitor.path(value.path);
|
|
36
|
-
if (value.chunkInt !== undefined)
|
|
37
|
-
return visitor.chunkInt(value.chunkInt);
|
|
38
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
39
|
-
};
|
|
40
|
-
})(TaskParameterValue || (TaskParameterValue = {}));
|
|
41
|
-
export var AssignedSessionActionDefinition;
|
|
42
|
-
(function (AssignedSessionActionDefinition) {
|
|
43
|
-
AssignedSessionActionDefinition.visit = (value, visitor) => {
|
|
44
|
-
if (value.envEnter !== undefined)
|
|
45
|
-
return visitor.envEnter(value.envEnter);
|
|
46
|
-
if (value.envExit !== undefined)
|
|
47
|
-
return visitor.envExit(value.envExit);
|
|
48
|
-
if (value.taskRun !== undefined)
|
|
49
|
-
return visitor.taskRun(value.taskRun);
|
|
50
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
51
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
52
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
53
|
-
};
|
|
54
|
-
})(AssignedSessionActionDefinition || (AssignedSessionActionDefinition = {}));
|
|
55
25
|
export const MembershipLevel = {
|
|
56
26
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
57
27
|
MANAGER: "MANAGER",
|
|
@@ -215,52 +185,10 @@ export const AutoScalingStatus = {
|
|
|
215
185
|
SHRINKING: "SHRINKING",
|
|
216
186
|
STEADY: "STEADY",
|
|
217
187
|
};
|
|
218
|
-
export var JobEntityIdentifiersUnion;
|
|
219
|
-
(function (JobEntityIdentifiersUnion) {
|
|
220
|
-
JobEntityIdentifiersUnion.visit = (value, visitor) => {
|
|
221
|
-
if (value.jobDetails !== undefined)
|
|
222
|
-
return visitor.jobDetails(value.jobDetails);
|
|
223
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
224
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
225
|
-
if (value.stepDetails !== undefined)
|
|
226
|
-
return visitor.stepDetails(value.stepDetails);
|
|
227
|
-
if (value.environmentDetails !== undefined)
|
|
228
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
229
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
230
|
-
};
|
|
231
|
-
})(JobEntityIdentifiersUnion || (JobEntityIdentifiersUnion = {}));
|
|
232
188
|
export const RunAs = {
|
|
233
189
|
QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER",
|
|
234
190
|
WORKER_AGENT_USER: "WORKER_AGENT_USER",
|
|
235
191
|
};
|
|
236
|
-
export var JobParameter;
|
|
237
|
-
(function (JobParameter) {
|
|
238
|
-
JobParameter.visit = (value, visitor) => {
|
|
239
|
-
if (value.int !== undefined)
|
|
240
|
-
return visitor.int(value.int);
|
|
241
|
-
if (value.float !== undefined)
|
|
242
|
-
return visitor.float(value.float);
|
|
243
|
-
if (value.string !== undefined)
|
|
244
|
-
return visitor.string(value.string);
|
|
245
|
-
if (value.path !== undefined)
|
|
246
|
-
return visitor.path(value.path);
|
|
247
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
248
|
-
};
|
|
249
|
-
})(JobParameter || (JobParameter = {}));
|
|
250
|
-
export var JobEntity;
|
|
251
|
-
(function (JobEntity) {
|
|
252
|
-
JobEntity.visit = (value, visitor) => {
|
|
253
|
-
if (value.jobDetails !== undefined)
|
|
254
|
-
return visitor.jobDetails(value.jobDetails);
|
|
255
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
256
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
257
|
-
if (value.stepDetails !== undefined)
|
|
258
|
-
return visitor.stepDetails(value.stepDetails);
|
|
259
|
-
if (value.environmentDetails !== undefined)
|
|
260
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
261
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
262
|
-
};
|
|
263
|
-
})(JobEntity || (JobEntity = {}));
|
|
264
192
|
export const JobEntityErrorCode = {
|
|
265
193
|
AccessDeniedException: "AccessDeniedException",
|
|
266
194
|
ConflictException: "ConflictException",
|
|
@@ -269,40 +197,10 @@ export const JobEntityErrorCode = {
|
|
|
269
197
|
ResourceNotFoundException: "ResourceNotFoundException",
|
|
270
198
|
ValidationException: "ValidationException",
|
|
271
199
|
};
|
|
272
|
-
export var GetJobEntityError;
|
|
273
|
-
(function (GetJobEntityError) {
|
|
274
|
-
GetJobEntityError.visit = (value, visitor) => {
|
|
275
|
-
if (value.jobDetails !== undefined)
|
|
276
|
-
return visitor.jobDetails(value.jobDetails);
|
|
277
|
-
if (value.jobAttachmentDetails !== undefined)
|
|
278
|
-
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
279
|
-
if (value.stepDetails !== undefined)
|
|
280
|
-
return visitor.stepDetails(value.stepDetails);
|
|
281
|
-
if (value.environmentDetails !== undefined)
|
|
282
|
-
return visitor.environmentDetails(value.environmentDetails);
|
|
283
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
284
|
-
};
|
|
285
|
-
})(GetJobEntityError || (GetJobEntityError = {}));
|
|
286
200
|
export const BudgetActionType = {
|
|
287
201
|
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
288
202
|
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
289
203
|
};
|
|
290
|
-
export var BudgetSchedule;
|
|
291
|
-
(function (BudgetSchedule) {
|
|
292
|
-
BudgetSchedule.visit = (value, visitor) => {
|
|
293
|
-
if (value.fixed !== undefined)
|
|
294
|
-
return visitor.fixed(value.fixed);
|
|
295
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
296
|
-
};
|
|
297
|
-
})(BudgetSchedule || (BudgetSchedule = {}));
|
|
298
|
-
export var UsageTrackingResource;
|
|
299
|
-
(function (UsageTrackingResource) {
|
|
300
|
-
UsageTrackingResource.visit = (value, visitor) => {
|
|
301
|
-
if (value.queueId !== undefined)
|
|
302
|
-
return visitor.queueId(value.queueId);
|
|
303
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
304
|
-
};
|
|
305
|
-
})(UsageTrackingResource || (UsageTrackingResource = {}));
|
|
306
204
|
export const BudgetStatus = {
|
|
307
205
|
ACTIVE: "ACTIVE",
|
|
308
206
|
INACTIVE: "INACTIVE",
|
|
@@ -348,16 +246,6 @@ export const Ec2MarketType = {
|
|
|
348
246
|
SPOT: "spot",
|
|
349
247
|
WAIT_AND_SAVE: "wait-and-save",
|
|
350
248
|
};
|
|
351
|
-
export var FleetConfiguration;
|
|
352
|
-
(function (FleetConfiguration) {
|
|
353
|
-
FleetConfiguration.visit = (value, visitor) => {
|
|
354
|
-
if (value.customerManaged !== undefined)
|
|
355
|
-
return visitor.customerManaged(value.customerManaged);
|
|
356
|
-
if (value.serviceManagedEc2 !== undefined)
|
|
357
|
-
return visitor.serviceManagedEc2(value.serviceManagedEc2);
|
|
358
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
359
|
-
};
|
|
360
|
-
})(FleetConfiguration || (FleetConfiguration = {}));
|
|
361
249
|
export const CreateJobTargetTaskRunStatus = {
|
|
362
250
|
READY: "READY",
|
|
363
251
|
SUSPENDED: "SUSPENDED",
|
|
@@ -458,20 +346,6 @@ export const TaskRunStatus = {
|
|
|
458
346
|
SUCCEEDED: "SUCCEEDED",
|
|
459
347
|
SUSPENDED: "SUSPENDED",
|
|
460
348
|
};
|
|
461
|
-
export var SessionActionDefinition;
|
|
462
|
-
(function (SessionActionDefinition) {
|
|
463
|
-
SessionActionDefinition.visit = (value, visitor) => {
|
|
464
|
-
if (value.envEnter !== undefined)
|
|
465
|
-
return visitor.envEnter(value.envEnter);
|
|
466
|
-
if (value.envExit !== undefined)
|
|
467
|
-
return visitor.envExit(value.envExit);
|
|
468
|
-
if (value.taskRun !== undefined)
|
|
469
|
-
return visitor.taskRun(value.taskRun);
|
|
470
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
471
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
472
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
473
|
-
};
|
|
474
|
-
})(SessionActionDefinition || (SessionActionDefinition = {}));
|
|
475
349
|
export const SessionActionStatus = {
|
|
476
350
|
ASSIGNED: "ASSIGNED",
|
|
477
351
|
CANCELED: "CANCELED",
|
|
@@ -514,20 +388,6 @@ export const TaskTargetRunStatus = {
|
|
|
514
388
|
SUCCEEDED: "SUCCEEDED",
|
|
515
389
|
SUSPENDED: "SUSPENDED",
|
|
516
390
|
};
|
|
517
|
-
export var SessionActionDefinitionSummary;
|
|
518
|
-
(function (SessionActionDefinitionSummary) {
|
|
519
|
-
SessionActionDefinitionSummary.visit = (value, visitor) => {
|
|
520
|
-
if (value.envEnter !== undefined)
|
|
521
|
-
return visitor.envEnter(value.envEnter);
|
|
522
|
-
if (value.envExit !== undefined)
|
|
523
|
-
return visitor.envExit(value.envExit);
|
|
524
|
-
if (value.taskRun !== undefined)
|
|
525
|
-
return visitor.taskRun(value.taskRun);
|
|
526
|
-
if (value.syncInputJobAttachments !== undefined)
|
|
527
|
-
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
528
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
529
|
-
};
|
|
530
|
-
})(SessionActionDefinitionSummary || (SessionActionDefinitionSummary = {}));
|
|
531
391
|
export const DependencyConsumerResolutionStatus = {
|
|
532
392
|
RESOLVED: "RESOLVED",
|
|
533
393
|
UNRESOLVED: "UNRESOLVED",
|
|
@@ -41,18 +41,6 @@ export const SortOrder = {
|
|
|
41
41
|
ASCENDING: "ASCENDING",
|
|
42
42
|
DESCENDING: "DESCENDING",
|
|
43
43
|
};
|
|
44
|
-
export var SearchSortExpression;
|
|
45
|
-
(function (SearchSortExpression) {
|
|
46
|
-
SearchSortExpression.visit = (value, visitor) => {
|
|
47
|
-
if (value.userJobsFirst !== undefined)
|
|
48
|
-
return visitor.userJobsFirst(value.userJobsFirst);
|
|
49
|
-
if (value.fieldSort !== undefined)
|
|
50
|
-
return visitor.fieldSort(value.fieldSort);
|
|
51
|
-
if (value.parameterSort !== undefined)
|
|
52
|
-
return visitor.parameterSort(value.parameterSort);
|
|
53
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
54
|
-
};
|
|
55
|
-
})(SearchSortExpression || (SearchSortExpression = {}));
|
|
56
44
|
export const UsageGroupByField = {
|
|
57
45
|
FLEET_ID: "FLEET_ID",
|
|
58
46
|
INSTANCE_TYPE: "INSTANCE_TYPE",
|
|
@@ -68,16 +56,6 @@ export const Period = {
|
|
|
68
56
|
MONTHLY: "MONTHLY",
|
|
69
57
|
WEEKLY: "WEEKLY",
|
|
70
58
|
};
|
|
71
|
-
export var SessionsStatisticsResources;
|
|
72
|
-
(function (SessionsStatisticsResources) {
|
|
73
|
-
SessionsStatisticsResources.visit = (value, visitor) => {
|
|
74
|
-
if (value.queueIds !== undefined)
|
|
75
|
-
return visitor.queueIds(value.queueIds);
|
|
76
|
-
if (value.fleetIds !== undefined)
|
|
77
|
-
return visitor.fleetIds(value.fleetIds);
|
|
78
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
79
|
-
};
|
|
80
|
-
})(SessionsStatisticsResources || (SessionsStatisticsResources = {}));
|
|
81
59
|
export const UsageStatistic = {
|
|
82
60
|
AVG: "AVG",
|
|
83
61
|
MAX: "MAX",
|
|
@@ -94,19 +72,3 @@ export const UpdateQueueLimitAssociationStatus = {
|
|
|
94
72
|
STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS",
|
|
95
73
|
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS",
|
|
96
74
|
};
|
|
97
|
-
export var SearchFilterExpression;
|
|
98
|
-
(function (SearchFilterExpression) {
|
|
99
|
-
SearchFilterExpression.visit = (value, visitor) => {
|
|
100
|
-
if (value.dateTimeFilter !== undefined)
|
|
101
|
-
return visitor.dateTimeFilter(value.dateTimeFilter);
|
|
102
|
-
if (value.parameterFilter !== undefined)
|
|
103
|
-
return visitor.parameterFilter(value.parameterFilter);
|
|
104
|
-
if (value.searchTermFilter !== undefined)
|
|
105
|
-
return visitor.searchTermFilter(value.searchTermFilter);
|
|
106
|
-
if (value.stringFilter !== undefined)
|
|
107
|
-
return visitor.stringFilter(value.stringFilter);
|
|
108
|
-
if (value.groupFilter !== undefined)
|
|
109
|
-
return visitor.groupFilter(value.groupFilter);
|
|
110
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
111
|
-
};
|
|
112
|
-
})(SearchFilterExpression || (SearchFilterExpression = {}));
|
|
@@ -315,6 +315,10 @@ export declare namespace TaskParameterValue {
|
|
|
315
315
|
chunkInt?: never;
|
|
316
316
|
$unknown: [string, any];
|
|
317
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* @deprecated unused in schema-serde mode.
|
|
320
|
+
*
|
|
321
|
+
*/
|
|
318
322
|
interface Visitor<T> {
|
|
319
323
|
int: (value: string) => T;
|
|
320
324
|
float: (value: string) => T;
|
|
@@ -323,7 +327,6 @@ export declare namespace TaskParameterValue {
|
|
|
323
327
|
chunkInt: (value: string) => T;
|
|
324
328
|
_: (name: string, value: any) => T;
|
|
325
329
|
}
|
|
326
|
-
const visit: <T>(value: TaskParameterValue, visitor: Visitor<T>) => T;
|
|
327
330
|
}
|
|
328
331
|
/**
|
|
329
332
|
* <p>The specific task, step, and parameters to include.</p>
|
|
@@ -409,6 +412,10 @@ export declare namespace AssignedSessionActionDefinition {
|
|
|
409
412
|
syncInputJobAttachments?: never;
|
|
410
413
|
$unknown: [string, any];
|
|
411
414
|
}
|
|
415
|
+
/**
|
|
416
|
+
* @deprecated unused in schema-serde mode.
|
|
417
|
+
*
|
|
418
|
+
*/
|
|
412
419
|
interface Visitor<T> {
|
|
413
420
|
envEnter: (value: AssignedEnvironmentEnterSessionActionDefinition) => T;
|
|
414
421
|
envExit: (value: AssignedEnvironmentExitSessionActionDefinition) => T;
|
|
@@ -416,7 +423,6 @@ export declare namespace AssignedSessionActionDefinition {
|
|
|
416
423
|
syncInputJobAttachments: (value: AssignedSyncInputJobAttachmentsSessionActionDefinition) => T;
|
|
417
424
|
_: (name: string, value: any) => T;
|
|
418
425
|
}
|
|
419
|
-
const visit: <T>(value: AssignedSessionActionDefinition, visitor: Visitor<T>) => T;
|
|
420
426
|
}
|
|
421
427
|
/**
|
|
422
428
|
* <p>The action for a session defined by the session action ID.</p>
|
|
@@ -1272,6 +1278,10 @@ export declare namespace JobEntityIdentifiersUnion {
|
|
|
1272
1278
|
environmentDetails?: never;
|
|
1273
1279
|
$unknown: [string, any];
|
|
1274
1280
|
}
|
|
1281
|
+
/**
|
|
1282
|
+
* @deprecated unused in schema-serde mode.
|
|
1283
|
+
*
|
|
1284
|
+
*/
|
|
1275
1285
|
interface Visitor<T> {
|
|
1276
1286
|
jobDetails: (value: JobDetailsIdentifiers) => T;
|
|
1277
1287
|
jobAttachmentDetails: (value: JobAttachmentDetailsIdentifiers) => T;
|
|
@@ -1279,7 +1289,6 @@ export declare namespace JobEntityIdentifiersUnion {
|
|
|
1279
1289
|
environmentDetails: (value: EnvironmentDetailsIdentifiers) => T;
|
|
1280
1290
|
_: (name: string, value: any) => T;
|
|
1281
1291
|
}
|
|
1282
|
-
const visit: <T>(value: JobEntityIdentifiersUnion, visitor: Visitor<T>) => T;
|
|
1283
1292
|
}
|
|
1284
1293
|
/**
|
|
1285
1294
|
* @public
|
|
@@ -1495,6 +1504,10 @@ export declare namespace JobParameter {
|
|
|
1495
1504
|
path?: never;
|
|
1496
1505
|
$unknown: [string, any];
|
|
1497
1506
|
}
|
|
1507
|
+
/**
|
|
1508
|
+
* @deprecated unused in schema-serde mode.
|
|
1509
|
+
*
|
|
1510
|
+
*/
|
|
1498
1511
|
interface Visitor<T> {
|
|
1499
1512
|
int: (value: string) => T;
|
|
1500
1513
|
float: (value: string) => T;
|
|
@@ -1502,7 +1515,6 @@ export declare namespace JobParameter {
|
|
|
1502
1515
|
path: (value: string) => T;
|
|
1503
1516
|
_: (name: string, value: any) => T;
|
|
1504
1517
|
}
|
|
1505
|
-
const visit: <T>(value: JobParameter, visitor: Visitor<T>) => T;
|
|
1506
1518
|
}
|
|
1507
1519
|
/**
|
|
1508
1520
|
* <p>The details of a source and destination path.</p>
|
|
@@ -1665,6 +1677,10 @@ export declare namespace JobEntity {
|
|
|
1665
1677
|
environmentDetails?: never;
|
|
1666
1678
|
$unknown: [string, any];
|
|
1667
1679
|
}
|
|
1680
|
+
/**
|
|
1681
|
+
* @deprecated unused in schema-serde mode.
|
|
1682
|
+
*
|
|
1683
|
+
*/
|
|
1668
1684
|
interface Visitor<T> {
|
|
1669
1685
|
jobDetails: (value: JobDetailsEntity) => T;
|
|
1670
1686
|
jobAttachmentDetails: (value: JobAttachmentDetailsEntity) => T;
|
|
@@ -1672,7 +1688,6 @@ export declare namespace JobEntity {
|
|
|
1672
1688
|
environmentDetails: (value: EnvironmentDetailsEntity) => T;
|
|
1673
1689
|
_: (name: string, value: any) => T;
|
|
1674
1690
|
}
|
|
1675
|
-
const visit: <T>(value: JobEntity, visitor: Visitor<T>) => T;
|
|
1676
1691
|
}
|
|
1677
1692
|
/**
|
|
1678
1693
|
* @public
|
|
@@ -1847,6 +1862,10 @@ export declare namespace GetJobEntityError {
|
|
|
1847
1862
|
environmentDetails?: never;
|
|
1848
1863
|
$unknown: [string, any];
|
|
1849
1864
|
}
|
|
1865
|
+
/**
|
|
1866
|
+
* @deprecated unused in schema-serde mode.
|
|
1867
|
+
*
|
|
1868
|
+
*/
|
|
1850
1869
|
interface Visitor<T> {
|
|
1851
1870
|
jobDetails: (value: JobDetailsError) => T;
|
|
1852
1871
|
jobAttachmentDetails: (value: JobAttachmentDetailsError) => T;
|
|
@@ -1854,7 +1873,6 @@ export declare namespace GetJobEntityError {
|
|
|
1854
1873
|
environmentDetails: (value: EnvironmentDetailsError) => T;
|
|
1855
1874
|
_: (name: string, value: any) => T;
|
|
1856
1875
|
}
|
|
1857
|
-
const visit: <T>(value: GetJobEntityError, visitor: Visitor<T>) => T;
|
|
1858
1876
|
}
|
|
1859
1877
|
/**
|
|
1860
1878
|
* @public
|
|
@@ -1963,11 +1981,14 @@ export declare namespace BudgetSchedule {
|
|
|
1963
1981
|
fixed?: never;
|
|
1964
1982
|
$unknown: [string, any];
|
|
1965
1983
|
}
|
|
1984
|
+
/**
|
|
1985
|
+
* @deprecated unused in schema-serde mode.
|
|
1986
|
+
*
|
|
1987
|
+
*/
|
|
1966
1988
|
interface Visitor<T> {
|
|
1967
1989
|
fixed: (value: FixedBudgetSchedule) => T;
|
|
1968
1990
|
_: (name: string, value: any) => T;
|
|
1969
1991
|
}
|
|
1970
|
-
const visit: <T>(value: BudgetSchedule, visitor: Visitor<T>) => T;
|
|
1971
1992
|
}
|
|
1972
1993
|
/**
|
|
1973
1994
|
* <p>The usage details of the allotted budget.</p>
|
|
@@ -1993,11 +2014,14 @@ export declare namespace UsageTrackingResource {
|
|
|
1993
2014
|
queueId?: never;
|
|
1994
2015
|
$unknown: [string, any];
|
|
1995
2016
|
}
|
|
2017
|
+
/**
|
|
2018
|
+
* @deprecated unused in schema-serde mode.
|
|
2019
|
+
*
|
|
2020
|
+
*/
|
|
1996
2021
|
interface Visitor<T> {
|
|
1997
2022
|
queueId: (value: string) => T;
|
|
1998
2023
|
_: (name: string, value: any) => T;
|
|
1999
2024
|
}
|
|
2000
|
-
const visit: <T>(value: UsageTrackingResource, visitor: Visitor<T>) => T;
|
|
2001
2025
|
}
|
|
2002
2026
|
/**
|
|
2003
2027
|
* @public
|
|
@@ -2949,12 +2973,15 @@ export declare namespace FleetConfiguration {
|
|
|
2949
2973
|
serviceManagedEc2?: never;
|
|
2950
2974
|
$unknown: [string, any];
|
|
2951
2975
|
}
|
|
2976
|
+
/**
|
|
2977
|
+
* @deprecated unused in schema-serde mode.
|
|
2978
|
+
*
|
|
2979
|
+
*/
|
|
2952
2980
|
interface Visitor<T> {
|
|
2953
2981
|
customerManaged: (value: CustomerManagedFleetConfiguration) => T;
|
|
2954
2982
|
serviceManagedEc2: (value: ServiceManagedEc2FleetConfiguration) => T;
|
|
2955
2983
|
_: (name: string, value: any) => T;
|
|
2956
2984
|
}
|
|
2957
|
-
const visit: <T>(value: FleetConfiguration, visitor: Visitor<T>) => T;
|
|
2958
2985
|
}
|
|
2959
2986
|
/**
|
|
2960
2987
|
* <p>Provides a script that runs as a worker is starting up that you can use to provide
|
|
@@ -6240,6 +6267,10 @@ export declare namespace SessionActionDefinition {
|
|
|
6240
6267
|
syncInputJobAttachments?: never;
|
|
6241
6268
|
$unknown: [string, any];
|
|
6242
6269
|
}
|
|
6270
|
+
/**
|
|
6271
|
+
* @deprecated unused in schema-serde mode.
|
|
6272
|
+
*
|
|
6273
|
+
*/
|
|
6243
6274
|
interface Visitor<T> {
|
|
6244
6275
|
envEnter: (value: EnvironmentEnterSessionActionDefinition) => T;
|
|
6245
6276
|
envExit: (value: EnvironmentExitSessionActionDefinition) => T;
|
|
@@ -6247,7 +6278,6 @@ export declare namespace SessionActionDefinition {
|
|
|
6247
6278
|
syncInputJobAttachments: (value: SyncInputJobAttachmentsSessionActionDefinition) => T;
|
|
6248
6279
|
_: (name: string, value: any) => T;
|
|
6249
6280
|
}
|
|
6250
|
-
const visit: <T>(value: SessionActionDefinition, visitor: Visitor<T>) => T;
|
|
6251
6281
|
}
|
|
6252
6282
|
/**
|
|
6253
6283
|
* <p>The manifest properties for a task run, corresponding to the manifest properties in the job.</p>
|
|
@@ -7234,6 +7264,10 @@ export declare namespace SessionActionDefinitionSummary {
|
|
|
7234
7264
|
syncInputJobAttachments?: never;
|
|
7235
7265
|
$unknown: [string, any];
|
|
7236
7266
|
}
|
|
7267
|
+
/**
|
|
7268
|
+
* @deprecated unused in schema-serde mode.
|
|
7269
|
+
*
|
|
7270
|
+
*/
|
|
7237
7271
|
interface Visitor<T> {
|
|
7238
7272
|
envEnter: (value: EnvironmentEnterSessionActionDefinitionSummary) => T;
|
|
7239
7273
|
envExit: (value: EnvironmentExitSessionActionDefinitionSummary) => T;
|
|
@@ -7241,7 +7275,6 @@ export declare namespace SessionActionDefinitionSummary {
|
|
|
7241
7275
|
syncInputJobAttachments: (value: SyncInputJobAttachmentsSessionActionDefinitionSummary) => T;
|
|
7242
7276
|
_: (name: string, value: any) => T;
|
|
7243
7277
|
}
|
|
7244
|
-
const visit: <T>(value: SessionActionDefinitionSummary, visitor: Visitor<T>) => T;
|
|
7245
7278
|
}
|
|
7246
7279
|
/**
|
|
7247
7280
|
* <p>The details of a session action.</p>
|
|
@@ -2268,13 +2268,16 @@ export declare namespace SearchSortExpression {
|
|
|
2268
2268
|
parameterSort?: never;
|
|
2269
2269
|
$unknown: [string, any];
|
|
2270
2270
|
}
|
|
2271
|
+
/**
|
|
2272
|
+
* @deprecated unused in schema-serde mode.
|
|
2273
|
+
*
|
|
2274
|
+
*/
|
|
2271
2275
|
interface Visitor<T> {
|
|
2272
2276
|
userJobsFirst: (value: UserJobsFirst) => T;
|
|
2273
2277
|
fieldSort: (value: FieldSortExpression) => T;
|
|
2274
2278
|
parameterSort: (value: ParameterSortExpression) => T;
|
|
2275
2279
|
_: (name: string, value: any) => T;
|
|
2276
2280
|
}
|
|
2277
|
-
const visit: <T>(value: SearchSortExpression, visitor: Visitor<T>) => T;
|
|
2278
2281
|
}
|
|
2279
2282
|
/**
|
|
2280
2283
|
* <p>The details of a job search.</p>
|
|
@@ -2828,12 +2831,15 @@ export declare namespace SessionsStatisticsResources {
|
|
|
2828
2831
|
fleetIds?: never;
|
|
2829
2832
|
$unknown: [string, any];
|
|
2830
2833
|
}
|
|
2834
|
+
/**
|
|
2835
|
+
* @deprecated unused in schema-serde mode.
|
|
2836
|
+
*
|
|
2837
|
+
*/
|
|
2831
2838
|
interface Visitor<T> {
|
|
2832
2839
|
queueIds: (value: string[]) => T;
|
|
2833
2840
|
fleetIds: (value: string[]) => T;
|
|
2834
2841
|
_: (name: string, value: any) => T;
|
|
2835
2842
|
}
|
|
2836
|
-
const visit: <T>(value: SessionsStatisticsResources, visitor: Visitor<T>) => T;
|
|
2837
2843
|
}
|
|
2838
2844
|
/**
|
|
2839
2845
|
* @public
|
|
@@ -3115,6 +3121,10 @@ export declare namespace SearchFilterExpression {
|
|
|
3115
3121
|
groupFilter?: never;
|
|
3116
3122
|
$unknown: [string, any];
|
|
3117
3123
|
}
|
|
3124
|
+
/**
|
|
3125
|
+
* @deprecated unused in schema-serde mode.
|
|
3126
|
+
*
|
|
3127
|
+
*/
|
|
3118
3128
|
interface Visitor<T> {
|
|
3119
3129
|
dateTimeFilter: (value: DateTimeFilterExpression) => T;
|
|
3120
3130
|
parameterFilter: (value: ParameterFilterExpression) => T;
|
|
@@ -3123,7 +3133,6 @@ export declare namespace SearchFilterExpression {
|
|
|
3123
3133
|
groupFilter: (value: SearchGroupedFilterExpressions) => T;
|
|
3124
3134
|
_: (name: string, value: any) => T;
|
|
3125
3135
|
}
|
|
3126
|
-
const visit: <T>(value: SearchFilterExpression, visitor: Visitor<T>) => T;
|
|
3127
3136
|
}
|
|
3128
3137
|
/**
|
|
3129
3138
|
* <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
|
|
@@ -121,7 +121,6 @@ export declare namespace TaskParameterValue {
|
|
|
121
121
|
chunkInt: (value: string) => T;
|
|
122
122
|
_: (name: string, value: any) => T;
|
|
123
123
|
}
|
|
124
|
-
const visit: <T>(value: TaskParameterValue, visitor: Visitor<T>) => T;
|
|
125
124
|
}
|
|
126
125
|
export interface AssignedTaskRunSessionActionDefinition {
|
|
127
126
|
taskId?: string | undefined;
|
|
@@ -179,10 +178,6 @@ export declare namespace AssignedSessionActionDefinition {
|
|
|
179
178
|
) => T;
|
|
180
179
|
_: (name: string, value: any) => T;
|
|
181
180
|
}
|
|
182
|
-
const visit: <T>(
|
|
183
|
-
value: AssignedSessionActionDefinition,
|
|
184
|
-
visitor: Visitor<T>
|
|
185
|
-
) => T;
|
|
186
181
|
}
|
|
187
182
|
export interface AssignedSessionAction {
|
|
188
183
|
sessionActionId: string | undefined;
|
|
@@ -480,7 +475,6 @@ export declare namespace JobEntityIdentifiersUnion {
|
|
|
480
475
|
environmentDetails: (value: EnvironmentDetailsIdentifiers) => T;
|
|
481
476
|
_: (name: string, value: any) => T;
|
|
482
477
|
}
|
|
483
|
-
const visit: <T>(value: JobEntityIdentifiersUnion, visitor: Visitor<T>) => T;
|
|
484
478
|
}
|
|
485
479
|
export interface BatchGetJobEntityRequest {
|
|
486
480
|
farmId: string | undefined;
|
|
@@ -569,7 +563,6 @@ export declare namespace JobParameter {
|
|
|
569
563
|
path: (value: string) => T;
|
|
570
564
|
_: (name: string, value: any) => T;
|
|
571
565
|
}
|
|
572
|
-
const visit: <T>(value: JobParameter, visitor: Visitor<T>) => T;
|
|
573
566
|
}
|
|
574
567
|
export interface PathMappingRule {
|
|
575
568
|
sourcePathFormat: PathFormat | undefined;
|
|
@@ -642,7 +635,6 @@ export declare namespace JobEntity {
|
|
|
642
635
|
environmentDetails: (value: EnvironmentDetailsEntity) => T;
|
|
643
636
|
_: (name: string, value: any) => T;
|
|
644
637
|
}
|
|
645
|
-
const visit: <T>(value: JobEntity, visitor: Visitor<T>) => T;
|
|
646
638
|
}
|
|
647
639
|
export declare const JobEntityErrorCode: {
|
|
648
640
|
readonly AccessDeniedException: "AccessDeniedException";
|
|
@@ -725,7 +717,6 @@ export declare namespace GetJobEntityError {
|
|
|
725
717
|
environmentDetails: (value: EnvironmentDetailsError) => T;
|
|
726
718
|
_: (name: string, value: any) => T;
|
|
727
719
|
}
|
|
728
|
-
const visit: <T>(value: GetJobEntityError, visitor: Visitor<T>) => T;
|
|
729
720
|
}
|
|
730
721
|
export interface BatchGetJobEntityResponse {
|
|
731
722
|
entities: JobEntity[] | undefined;
|
|
@@ -766,7 +757,6 @@ export declare namespace BudgetSchedule {
|
|
|
766
757
|
fixed: (value: FixedBudgetSchedule) => T;
|
|
767
758
|
_: (name: string, value: any) => T;
|
|
768
759
|
}
|
|
769
|
-
const visit: <T>(value: BudgetSchedule, visitor: Visitor<T>) => T;
|
|
770
760
|
}
|
|
771
761
|
export type UsageTrackingResource =
|
|
772
762
|
| UsageTrackingResource.QueueIdMember
|
|
@@ -784,7 +774,6 @@ export declare namespace UsageTrackingResource {
|
|
|
784
774
|
queueId: (value: string) => T;
|
|
785
775
|
_: (name: string, value: any) => T;
|
|
786
776
|
}
|
|
787
|
-
const visit: <T>(value: UsageTrackingResource, visitor: Visitor<T>) => T;
|
|
788
777
|
}
|
|
789
778
|
export interface CreateBudgetRequest {
|
|
790
779
|
clientToken?: string | undefined;
|
|
@@ -1040,7 +1029,6 @@ export declare namespace FleetConfiguration {
|
|
|
1040
1029
|
serviceManagedEc2: (value: ServiceManagedEc2FleetConfiguration) => T;
|
|
1041
1030
|
_: (name: string, value: any) => T;
|
|
1042
1031
|
}
|
|
1043
|
-
const visit: <T>(value: FleetConfiguration, visitor: Visitor<T>) => T;
|
|
1044
1032
|
}
|
|
1045
1033
|
export interface HostConfiguration {
|
|
1046
1034
|
scriptBody: string | undefined;
|
|
@@ -1878,7 +1866,6 @@ export declare namespace SessionActionDefinition {
|
|
|
1878
1866
|
) => T;
|
|
1879
1867
|
_: (name: string, value: any) => T;
|
|
1880
1868
|
}
|
|
1881
|
-
const visit: <T>(value: SessionActionDefinition, visitor: Visitor<T>) => T;
|
|
1882
1869
|
}
|
|
1883
1870
|
export interface TaskRunManifestPropertiesResponse {
|
|
1884
1871
|
outputManifestPath?: string | undefined;
|
|
@@ -2163,10 +2150,6 @@ export declare namespace SessionActionDefinitionSummary {
|
|
|
2163
2150
|
) => T;
|
|
2164
2151
|
_: (name: string, value: any) => T;
|
|
2165
2152
|
}
|
|
2166
|
-
const visit: <T>(
|
|
2167
|
-
value: SessionActionDefinitionSummary,
|
|
2168
|
-
visitor: Visitor<T>
|
|
2169
|
-
) => T;
|
|
2170
2153
|
}
|
|
2171
2154
|
export interface SessionActionSummary {
|
|
2172
2155
|
sessionActionId: string | undefined;
|
|
@@ -568,7 +568,6 @@ export declare namespace SearchSortExpression {
|
|
|
568
568
|
parameterSort: (value: ParameterSortExpression) => T;
|
|
569
569
|
_: (name: string, value: any) => T;
|
|
570
570
|
}
|
|
571
|
-
const visit: <T>(value: SearchSortExpression, visitor: Visitor<T>) => T;
|
|
572
571
|
}
|
|
573
572
|
export interface JobSearchSummary {
|
|
574
573
|
jobId?: string | undefined;
|
|
@@ -699,10 +698,6 @@ export declare namespace SessionsStatisticsResources {
|
|
|
699
698
|
fleetIds: (value: string[]) => T;
|
|
700
699
|
_: (name: string, value: any) => T;
|
|
701
700
|
}
|
|
702
|
-
const visit: <T>(
|
|
703
|
-
value: SessionsStatisticsResources,
|
|
704
|
-
visitor: Visitor<T>
|
|
705
|
-
) => T;
|
|
706
701
|
}
|
|
707
702
|
export declare const UsageStatistic: {
|
|
708
703
|
readonly AVG: "AVG";
|
|
@@ -827,7 +822,6 @@ export declare namespace SearchFilterExpression {
|
|
|
827
822
|
groupFilter: (value: SearchGroupedFilterExpressions) => T;
|
|
828
823
|
_: (name: string, value: any) => T;
|
|
829
824
|
}
|
|
830
|
-
const visit: <T>(value: SearchFilterExpression, visitor: Visitor<T>) => T;
|
|
831
825
|
}
|
|
832
826
|
export interface SearchGroupedFilterExpressions {
|
|
833
827
|
filters: SearchFilterExpression[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-deadline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.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-deadline",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.5",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|