@aws-sdk/client-deadline 3.933.0 → 3.935.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 +336 -336
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +335 -0
- package/dist-es/models/errors.js +133 -0
- package/dist-es/models/models_0.js +1 -394
- package/dist-es/models/models_1.js +1 -74
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -1
- package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +810 -0
- package/dist-types/models/errors.d.ts +205 -0
- package/dist-types/models/models_0.d.ts +1440 -827
- package/dist-types/models/models_1.d.ts +2 -1626
- package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +442 -0
- package/dist-types/ts3.4/models/errors.d.ts +81 -0
- package/dist-types/ts3.4/models/models_0.d.ts +355 -418
- package/dist-types/ts3.4/models/models_1.d.ts +17 -422
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,394 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AcceleratorName = {
|
|
3
|
-
A10G: "a10g",
|
|
4
|
-
L4: "l4",
|
|
5
|
-
L40S: "l40s",
|
|
6
|
-
T4: "t4",
|
|
7
|
-
};
|
|
8
|
-
export const AcceleratorType = {
|
|
9
|
-
GPU: "gpu",
|
|
10
|
-
};
|
|
11
|
-
export class AccessDeniedException extends __BaseException {
|
|
12
|
-
name = "AccessDeniedException";
|
|
13
|
-
$fault = "client";
|
|
14
|
-
context;
|
|
15
|
-
constructor(opts) {
|
|
16
|
-
super({
|
|
17
|
-
name: "AccessDeniedException",
|
|
18
|
-
$fault: "client",
|
|
19
|
-
...opts,
|
|
20
|
-
});
|
|
21
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
22
|
-
this.context = opts.context;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
export const MembershipLevel = {
|
|
26
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
27
|
-
MANAGER: "MANAGER",
|
|
28
|
-
OWNER: "OWNER",
|
|
29
|
-
VIEWER: "VIEWER",
|
|
30
|
-
};
|
|
31
|
-
export const DeadlinePrincipalType = {
|
|
32
|
-
GROUP: "GROUP",
|
|
33
|
-
USER: "USER",
|
|
34
|
-
};
|
|
35
|
-
export class InternalServerErrorException extends __BaseException {
|
|
36
|
-
name = "InternalServerErrorException";
|
|
37
|
-
$fault = "server";
|
|
38
|
-
$retryable = {};
|
|
39
|
-
retryAfterSeconds;
|
|
40
|
-
constructor(opts) {
|
|
41
|
-
super({
|
|
42
|
-
name: "InternalServerErrorException",
|
|
43
|
-
$fault: "server",
|
|
44
|
-
...opts,
|
|
45
|
-
});
|
|
46
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
47
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
51
|
-
name = "ResourceNotFoundException";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
resourceId;
|
|
54
|
-
resourceType;
|
|
55
|
-
context;
|
|
56
|
-
constructor(opts) {
|
|
57
|
-
super({
|
|
58
|
-
name: "ResourceNotFoundException",
|
|
59
|
-
$fault: "client",
|
|
60
|
-
...opts,
|
|
61
|
-
});
|
|
62
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
63
|
-
this.resourceId = opts.resourceId;
|
|
64
|
-
this.resourceType = opts.resourceType;
|
|
65
|
-
this.context = opts.context;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
export const ServiceQuotaExceededExceptionReason = {
|
|
69
|
-
DEPENDENCY_LIMIT_EXCEEDED: "DEPENDENCY_LIMIT_EXCEEDED",
|
|
70
|
-
KMS_KEY_LIMIT_EXCEEDED: "KMS_KEY_LIMIT_EXCEEDED",
|
|
71
|
-
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
72
|
-
};
|
|
73
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
74
|
-
name = "ServiceQuotaExceededException";
|
|
75
|
-
$fault = "client";
|
|
76
|
-
reason;
|
|
77
|
-
resourceType;
|
|
78
|
-
serviceCode;
|
|
79
|
-
quotaCode;
|
|
80
|
-
resourceId;
|
|
81
|
-
context;
|
|
82
|
-
constructor(opts) {
|
|
83
|
-
super({
|
|
84
|
-
name: "ServiceQuotaExceededException",
|
|
85
|
-
$fault: "client",
|
|
86
|
-
...opts,
|
|
87
|
-
});
|
|
88
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
89
|
-
this.reason = opts.reason;
|
|
90
|
-
this.resourceType = opts.resourceType;
|
|
91
|
-
this.serviceCode = opts.serviceCode;
|
|
92
|
-
this.quotaCode = opts.quotaCode;
|
|
93
|
-
this.resourceId = opts.resourceId;
|
|
94
|
-
this.context = opts.context;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
export class ThrottlingException extends __BaseException {
|
|
98
|
-
name = "ThrottlingException";
|
|
99
|
-
$fault = "client";
|
|
100
|
-
$retryable = {
|
|
101
|
-
throttling: true,
|
|
102
|
-
};
|
|
103
|
-
serviceCode;
|
|
104
|
-
quotaCode;
|
|
105
|
-
retryAfterSeconds;
|
|
106
|
-
context;
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "ThrottlingException",
|
|
110
|
-
$fault: "client",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
114
|
-
this.serviceCode = opts.serviceCode;
|
|
115
|
-
this.quotaCode = opts.quotaCode;
|
|
116
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
117
|
-
this.context = opts.context;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
export const ValidationExceptionReason = {
|
|
121
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
122
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
123
|
-
OTHER: "OTHER",
|
|
124
|
-
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
125
|
-
};
|
|
126
|
-
export class ValidationException extends __BaseException {
|
|
127
|
-
name = "ValidationException";
|
|
128
|
-
$fault = "client";
|
|
129
|
-
reason;
|
|
130
|
-
fieldList;
|
|
131
|
-
context;
|
|
132
|
-
constructor(opts) {
|
|
133
|
-
super({
|
|
134
|
-
name: "ValidationException",
|
|
135
|
-
$fault: "client",
|
|
136
|
-
...opts,
|
|
137
|
-
});
|
|
138
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
139
|
-
this.reason = opts.reason;
|
|
140
|
-
this.fieldList = opts.fieldList;
|
|
141
|
-
this.context = opts.context;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
export const ConflictExceptionReason = {
|
|
145
|
-
CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION",
|
|
146
|
-
CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
|
|
147
|
-
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
148
|
-
RESOURCE_IN_USE: "RESOURCE_IN_USE",
|
|
149
|
-
STATUS_CONFLICT: "STATUS_CONFLICT",
|
|
150
|
-
};
|
|
151
|
-
export class ConflictException extends __BaseException {
|
|
152
|
-
name = "ConflictException";
|
|
153
|
-
$fault = "client";
|
|
154
|
-
reason;
|
|
155
|
-
resourceId;
|
|
156
|
-
resourceType;
|
|
157
|
-
context;
|
|
158
|
-
constructor(opts) {
|
|
159
|
-
super({
|
|
160
|
-
name: "ConflictException",
|
|
161
|
-
$fault: "client",
|
|
162
|
-
...opts,
|
|
163
|
-
});
|
|
164
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
165
|
-
this.reason = opts.reason;
|
|
166
|
-
this.resourceId = opts.resourceId;
|
|
167
|
-
this.resourceType = opts.resourceType;
|
|
168
|
-
this.context = opts.context;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
export const JobAttachmentsFileSystem = {
|
|
172
|
-
COPIED: "COPIED",
|
|
173
|
-
VIRTUAL: "VIRTUAL",
|
|
174
|
-
};
|
|
175
|
-
export const PathFormat = {
|
|
176
|
-
POSIX: "posix",
|
|
177
|
-
WINDOWS: "windows",
|
|
178
|
-
};
|
|
179
|
-
export const AutoScalingMode = {
|
|
180
|
-
EVENT_BASED_AUTO_SCALING: "EVENT_BASED_AUTO_SCALING",
|
|
181
|
-
NO_SCALING: "NO_SCALING",
|
|
182
|
-
};
|
|
183
|
-
export const AutoScalingStatus = {
|
|
184
|
-
GROWING: "GROWING",
|
|
185
|
-
SHRINKING: "SHRINKING",
|
|
186
|
-
STEADY: "STEADY",
|
|
187
|
-
};
|
|
188
|
-
export const RunAs = {
|
|
189
|
-
QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER",
|
|
190
|
-
WORKER_AGENT_USER: "WORKER_AGENT_USER",
|
|
191
|
-
};
|
|
192
|
-
export const JobEntityErrorCode = {
|
|
193
|
-
AccessDeniedException: "AccessDeniedException",
|
|
194
|
-
ConflictException: "ConflictException",
|
|
195
|
-
InternalServerException: "InternalServerException",
|
|
196
|
-
MaxPayloadSizeExceeded: "MaxPayloadSizeExceeded",
|
|
197
|
-
ResourceNotFoundException: "ResourceNotFoundException",
|
|
198
|
-
ValidationException: "ValidationException",
|
|
199
|
-
};
|
|
200
|
-
export const BudgetActionType = {
|
|
201
|
-
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
202
|
-
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
203
|
-
};
|
|
204
|
-
export const BudgetStatus = {
|
|
205
|
-
ACTIVE: "ACTIVE",
|
|
206
|
-
INACTIVE: "INACTIVE",
|
|
207
|
-
};
|
|
208
|
-
export const ComparisonOperator = {
|
|
209
|
-
EQUAL: "EQUAL",
|
|
210
|
-
GREATER_THAN: "GREATER_THAN",
|
|
211
|
-
GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO",
|
|
212
|
-
LESS_THAN: "LESS_THAN",
|
|
213
|
-
LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO",
|
|
214
|
-
NOT_EQUAL: "NOT_EQUAL",
|
|
215
|
-
};
|
|
216
|
-
export const CompletedStatus = {
|
|
217
|
-
CANCELED: "CANCELED",
|
|
218
|
-
FAILED: "FAILED",
|
|
219
|
-
INTERRUPTED: "INTERRUPTED",
|
|
220
|
-
NEVER_ATTEMPTED: "NEVER_ATTEMPTED",
|
|
221
|
-
SUCCEEDED: "SUCCEEDED",
|
|
222
|
-
};
|
|
223
|
-
export const JobTemplateType = {
|
|
224
|
-
JSON: "JSON",
|
|
225
|
-
YAML: "YAML",
|
|
226
|
-
};
|
|
227
|
-
export const CpuArchitectureType = {
|
|
228
|
-
ARM64: "arm64",
|
|
229
|
-
X86_64: "x86_64",
|
|
230
|
-
};
|
|
231
|
-
export const TagPropagationMode = {
|
|
232
|
-
NO_PROPAGATION: "NO_PROPAGATION",
|
|
233
|
-
PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH: "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH",
|
|
234
|
-
};
|
|
235
|
-
export const CustomerManagedFleetOperatingSystemFamily = {
|
|
236
|
-
LINUX: "LINUX",
|
|
237
|
-
MACOS: "MACOS",
|
|
238
|
-
WINDOWS: "WINDOWS",
|
|
239
|
-
};
|
|
240
|
-
export const ServiceManagedFleetOperatingSystemFamily = {
|
|
241
|
-
LINUX: "LINUX",
|
|
242
|
-
WINDOWS: "WINDOWS",
|
|
243
|
-
};
|
|
244
|
-
export const Ec2MarketType = {
|
|
245
|
-
ON_DEMAND: "on-demand",
|
|
246
|
-
SPOT: "spot",
|
|
247
|
-
WAIT_AND_SAVE: "wait-and-save",
|
|
248
|
-
};
|
|
249
|
-
export const CreateJobTargetTaskRunStatus = {
|
|
250
|
-
READY: "READY",
|
|
251
|
-
SUSPENDED: "SUSPENDED",
|
|
252
|
-
};
|
|
253
|
-
export const DefaultQueueBudgetAction = {
|
|
254
|
-
NONE: "NONE",
|
|
255
|
-
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
256
|
-
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
257
|
-
};
|
|
258
|
-
export const EnvironmentTemplateType = {
|
|
259
|
-
JSON: "JSON",
|
|
260
|
-
YAML: "YAML",
|
|
261
|
-
};
|
|
262
|
-
export const FileSystemLocationType = {
|
|
263
|
-
LOCAL: "LOCAL",
|
|
264
|
-
SHARED: "SHARED",
|
|
265
|
-
};
|
|
266
|
-
export const StorageProfileOperatingSystemFamily = {
|
|
267
|
-
LINUX: "LINUX",
|
|
268
|
-
MACOS: "MACOS",
|
|
269
|
-
WINDOWS: "WINDOWS",
|
|
270
|
-
};
|
|
271
|
-
export const FleetStatus = {
|
|
272
|
-
ACTIVE: "ACTIVE",
|
|
273
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
274
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
275
|
-
SUSPENDED: "SUSPENDED",
|
|
276
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
277
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
278
|
-
};
|
|
279
|
-
export const WorkerStatus = {
|
|
280
|
-
CREATED: "CREATED",
|
|
281
|
-
IDLE: "IDLE",
|
|
282
|
-
NOT_COMPATIBLE: "NOT_COMPATIBLE",
|
|
283
|
-
NOT_RESPONDING: "NOT_RESPONDING",
|
|
284
|
-
RUNNING: "RUNNING",
|
|
285
|
-
STARTED: "STARTED",
|
|
286
|
-
STOPPED: "STOPPED",
|
|
287
|
-
STOPPING: "STOPPING",
|
|
288
|
-
};
|
|
289
|
-
export const SessionLifecycleStatus = {
|
|
290
|
-
ENDED: "ENDED",
|
|
291
|
-
STARTED: "STARTED",
|
|
292
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
293
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
294
|
-
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
295
|
-
};
|
|
296
|
-
export const SessionLifecycleTargetStatus = {
|
|
297
|
-
ENDED: "ENDED",
|
|
298
|
-
};
|
|
299
|
-
export const UpdatedWorkerStatus = {
|
|
300
|
-
STARTED: "STARTED",
|
|
301
|
-
STOPPED: "STOPPED",
|
|
302
|
-
STOPPING: "STOPPING",
|
|
303
|
-
};
|
|
304
|
-
export const DesiredWorkerStatus = {
|
|
305
|
-
STOPPED: "STOPPED",
|
|
306
|
-
};
|
|
307
|
-
export const QueueBlockedReason = {
|
|
308
|
-
BUDGET_THRESHOLD_REACHED: "BUDGET_THRESHOLD_REACHED",
|
|
309
|
-
NO_BUDGET_CONFIGURED: "NO_BUDGET_CONFIGURED",
|
|
310
|
-
};
|
|
311
|
-
export const QueueStatus = {
|
|
312
|
-
IDLE: "IDLE",
|
|
313
|
-
SCHEDULING: "SCHEDULING",
|
|
314
|
-
SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED",
|
|
315
|
-
};
|
|
316
|
-
export const JobLifecycleStatus = {
|
|
317
|
-
ARCHIVED: "ARCHIVED",
|
|
318
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
319
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
320
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
321
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
322
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
323
|
-
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
324
|
-
UPLOAD_FAILED: "UPLOAD_FAILED",
|
|
325
|
-
UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS",
|
|
326
|
-
};
|
|
327
|
-
export const JobTargetTaskRunStatus = {
|
|
328
|
-
CANCELED: "CANCELED",
|
|
329
|
-
FAILED: "FAILED",
|
|
330
|
-
PENDING: "PENDING",
|
|
331
|
-
READY: "READY",
|
|
332
|
-
SUCCEEDED: "SUCCEEDED",
|
|
333
|
-
SUSPENDED: "SUSPENDED",
|
|
334
|
-
};
|
|
335
|
-
export const TaskRunStatus = {
|
|
336
|
-
ASSIGNED: "ASSIGNED",
|
|
337
|
-
CANCELED: "CANCELED",
|
|
338
|
-
FAILED: "FAILED",
|
|
339
|
-
INTERRUPTING: "INTERRUPTING",
|
|
340
|
-
NOT_COMPATIBLE: "NOT_COMPATIBLE",
|
|
341
|
-
PENDING: "PENDING",
|
|
342
|
-
READY: "READY",
|
|
343
|
-
RUNNING: "RUNNING",
|
|
344
|
-
SCHEDULED: "SCHEDULED",
|
|
345
|
-
STARTING: "STARTING",
|
|
346
|
-
SUCCEEDED: "SUCCEEDED",
|
|
347
|
-
SUSPENDED: "SUSPENDED",
|
|
348
|
-
};
|
|
349
|
-
export const SessionActionStatus = {
|
|
350
|
-
ASSIGNED: "ASSIGNED",
|
|
351
|
-
CANCELED: "CANCELED",
|
|
352
|
-
CANCELING: "CANCELING",
|
|
353
|
-
FAILED: "FAILED",
|
|
354
|
-
INTERRUPTED: "INTERRUPTED",
|
|
355
|
-
NEVER_ATTEMPTED: "NEVER_ATTEMPTED",
|
|
356
|
-
RECLAIMED: "RECLAIMED",
|
|
357
|
-
RECLAIMING: "RECLAIMING",
|
|
358
|
-
RUNNING: "RUNNING",
|
|
359
|
-
SCHEDULED: "SCHEDULED",
|
|
360
|
-
SUCCEEDED: "SUCCEEDED",
|
|
361
|
-
};
|
|
362
|
-
export const StepLifecycleStatus = {
|
|
363
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
364
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
365
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
366
|
-
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
367
|
-
};
|
|
368
|
-
export const StepParameterType = {
|
|
369
|
-
CHUNK_INT: "CHUNK_INT",
|
|
370
|
-
FLOAT: "FLOAT",
|
|
371
|
-
INT: "INT",
|
|
372
|
-
PATH: "PATH",
|
|
373
|
-
STRING: "STRING",
|
|
374
|
-
};
|
|
375
|
-
export const StepTargetTaskRunStatus = {
|
|
376
|
-
CANCELED: "CANCELED",
|
|
377
|
-
FAILED: "FAILED",
|
|
378
|
-
PENDING: "PENDING",
|
|
379
|
-
READY: "READY",
|
|
380
|
-
SUCCEEDED: "SUCCEEDED",
|
|
381
|
-
SUSPENDED: "SUSPENDED",
|
|
382
|
-
};
|
|
383
|
-
export const TaskTargetRunStatus = {
|
|
384
|
-
CANCELED: "CANCELED",
|
|
385
|
-
FAILED: "FAILED",
|
|
386
|
-
PENDING: "PENDING",
|
|
387
|
-
READY: "READY",
|
|
388
|
-
SUCCEEDED: "SUCCEEDED",
|
|
389
|
-
SUSPENDED: "SUSPENDED",
|
|
390
|
-
};
|
|
391
|
-
export const DependencyConsumerResolutionStatus = {
|
|
392
|
-
RESOLVED: "RESOLVED",
|
|
393
|
-
UNRESOLVED: "UNRESOLVED",
|
|
394
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,74 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
ARCHIVED: "ARCHIVED",
|
|
3
|
-
};
|
|
4
|
-
export const QueueFleetAssociationStatus = {
|
|
5
|
-
ACTIVE: "ACTIVE",
|
|
6
|
-
STOPPED: "STOPPED",
|
|
7
|
-
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
8
|
-
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
9
|
-
};
|
|
10
|
-
export const QueueLimitAssociationStatus = {
|
|
11
|
-
ACTIVE: "ACTIVE",
|
|
12
|
-
STOPPED: "STOPPED",
|
|
13
|
-
STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS",
|
|
14
|
-
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS",
|
|
15
|
-
};
|
|
16
|
-
export const UsageType = {
|
|
17
|
-
COMPUTE: "COMPUTE",
|
|
18
|
-
LICENSE: "LICENSE",
|
|
19
|
-
};
|
|
20
|
-
export const SessionsStatisticsAggregationStatus = {
|
|
21
|
-
COMPLETED: "COMPLETED",
|
|
22
|
-
FAILED: "FAILED",
|
|
23
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
24
|
-
TIMEOUT: "TIMEOUT",
|
|
25
|
-
};
|
|
26
|
-
export const LicenseEndpointStatus = {
|
|
27
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
28
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
29
|
-
NOT_READY: "NOT_READY",
|
|
30
|
-
READY: "READY",
|
|
31
|
-
};
|
|
32
|
-
export const SearchTermMatchingType = {
|
|
33
|
-
CONTAINS: "CONTAINS",
|
|
34
|
-
FUZZY_MATCH: "FUZZY_MATCH",
|
|
35
|
-
};
|
|
36
|
-
export const LogicalOperator = {
|
|
37
|
-
AND: "AND",
|
|
38
|
-
OR: "OR",
|
|
39
|
-
};
|
|
40
|
-
export const SortOrder = {
|
|
41
|
-
ASCENDING: "ASCENDING",
|
|
42
|
-
DESCENDING: "DESCENDING",
|
|
43
|
-
};
|
|
44
|
-
export const UsageGroupByField = {
|
|
45
|
-
FLEET_ID: "FLEET_ID",
|
|
46
|
-
INSTANCE_TYPE: "INSTANCE_TYPE",
|
|
47
|
-
JOB_ID: "JOB_ID",
|
|
48
|
-
LICENSE_PRODUCT: "LICENSE_PRODUCT",
|
|
49
|
-
QUEUE_ID: "QUEUE_ID",
|
|
50
|
-
USAGE_TYPE: "USAGE_TYPE",
|
|
51
|
-
USER_ID: "USER_ID",
|
|
52
|
-
};
|
|
53
|
-
export const Period = {
|
|
54
|
-
DAILY: "DAILY",
|
|
55
|
-
HOURLY: "HOURLY",
|
|
56
|
-
MONTHLY: "MONTHLY",
|
|
57
|
-
WEEKLY: "WEEKLY",
|
|
58
|
-
};
|
|
59
|
-
export const UsageStatistic = {
|
|
60
|
-
AVG: "AVG",
|
|
61
|
-
MAX: "MAX",
|
|
62
|
-
MIN: "MIN",
|
|
63
|
-
SUM: "SUM",
|
|
64
|
-
};
|
|
65
|
-
export const UpdateQueueFleetAssociationStatus = {
|
|
66
|
-
ACTIVE: "ACTIVE",
|
|
67
|
-
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
68
|
-
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
69
|
-
};
|
|
70
|
-
export const UpdateQueueLimitAssociationStatus = {
|
|
71
|
-
ACTIVE: "ACTIVE",
|
|
72
|
-
STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS",
|
|
73
|
-
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS",
|
|
74
|
-
};
|
|
1
|
+
export {};
|
|
@@ -860,7 +860,7 @@ const _wo = "workers";
|
|
|
860
860
|
const n0 = "com.amazonaws.deadline";
|
|
861
861
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
862
862
|
import { DeadlineServiceException as __DeadlineServiceException } from "../models/DeadlineServiceException";
|
|
863
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerErrorException as __InternalServerErrorException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
863
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerErrorException as __InternalServerErrorException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
864
864
|
export var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
865
865
|
export var Description = [0, n0, _D, 8, 0];
|
|
866
866
|
export var Document = [0, n0, _Do, 8, 15];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { DeleteLicenseEndpointRequest, DeleteLicenseEndpointResponse } from "../models/
|
|
4
|
+
import { DeleteLicenseEndpointRequest, DeleteLicenseEndpointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { DeleteMeteredProductRequest, DeleteMeteredProductResponse } from "../models/
|
|
4
|
+
import { DeleteMeteredProductRequest, DeleteMeteredProductResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { GetLicenseEndpointRequest, GetLicenseEndpointResponse } from "../models/
|
|
4
|
+
import { GetLicenseEndpointRequest, GetLicenseEndpointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { GetQueueFleetAssociationRequest, GetQueueFleetAssociationResponse } from "../models/
|
|
4
|
+
import { GetQueueFleetAssociationRequest, GetQueueFleetAssociationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { GetQueueLimitAssociationRequest, GetQueueLimitAssociationResponse } from "../models/
|
|
4
|
+
import { GetQueueLimitAssociationRequest, GetQueueLimitAssociationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { GetSessionsStatisticsAggregationRequest, GetSessionsStatisticsAggregationResponse } from "../models/
|
|
4
|
+
import { GetSessionsStatisticsAggregationRequest, GetSessionsStatisticsAggregationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListLicenseEndpointsRequest, ListLicenseEndpointsResponse } from "../models/
|
|
4
|
+
import { ListLicenseEndpointsRequest, ListLicenseEndpointsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListMeteredProductsRequest
|
|
4
|
+
import { ListMeteredProductsRequest } from "../models/models_0";
|
|
5
|
+
import { ListMeteredProductsResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListQueueEnvironmentsRequest, ListQueueEnvironmentsResponse } from "../models/
|
|
4
|
+
import { ListQueueEnvironmentsRequest, ListQueueEnvironmentsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListQueueMembersRequest, ListQueueMembersResponse } from "../models/
|
|
4
|
+
import { ListQueueMembersRequest, ListQueueMembersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListQueuesRequest, ListQueuesResponse } from "../models/
|
|
4
|
+
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListStepsRequest } from "../models/models_0";
|
|
5
|
-
import { ListStepsResponse } from "../models/models_1";
|
|
4
|
+
import { ListStepsRequest, ListStepsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListStorageProfilesForQueueRequest, ListStorageProfilesForQueueResponse } from "../models/
|
|
4
|
+
import { ListStorageProfilesForQueueRequest, ListStorageProfilesForQueueResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { ListTasksRequest, ListTasksResponse } from "../models/
|
|
4
|
+
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { UpdateFarmRequest, UpdateFarmResponse } from "../models/
|
|
4
|
+
import { UpdateFarmRequest, UpdateFarmResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { UpdateJobRequest, UpdateJobResponse } from "../models/
|
|
4
|
+
import { UpdateJobRequest, UpdateJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { UpdateLimitRequest, UpdateLimitResponse } from "../models/
|
|
4
|
+
import { UpdateLimitRequest, UpdateLimitResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/
|
|
4
|
+
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
-
import { UpdateQueueEnvironmentRequest, UpdateQueueEnvironmentResponse } from "../models/
|
|
4
|
+
import { UpdateQueueEnvironmentRequest, UpdateQueueEnvironmentResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|