@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,18 +1,58 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
AcceleratorName,
|
|
4
|
+
AcceleratorType,
|
|
5
|
+
AutoScalingMode,
|
|
6
|
+
AutoScalingStatus,
|
|
7
|
+
BudgetActionType,
|
|
8
|
+
BudgetStatus,
|
|
9
|
+
ComparisonOperator,
|
|
10
|
+
CompletedStatus,
|
|
11
|
+
CpuArchitectureType,
|
|
12
|
+
CreateJobTargetTaskRunStatus,
|
|
13
|
+
CustomerManagedFleetOperatingSystemFamily,
|
|
14
|
+
DeadlinePrincipalType,
|
|
15
|
+
DefaultQueueBudgetAction,
|
|
16
|
+
DependencyConsumerResolutionStatus,
|
|
17
|
+
DesiredWorkerStatus,
|
|
18
|
+
Ec2MarketType,
|
|
19
|
+
EnvironmentTemplateType,
|
|
20
|
+
FileSystemLocationType,
|
|
21
|
+
FleetStatus,
|
|
22
|
+
JobAttachmentsFileSystem,
|
|
23
|
+
JobEntityErrorCode,
|
|
24
|
+
JobLifecycleStatus,
|
|
25
|
+
JobTargetTaskRunStatus,
|
|
26
|
+
JobTemplateType,
|
|
27
|
+
LicenseEndpointStatus,
|
|
28
|
+
MembershipLevel,
|
|
29
|
+
PathFormat,
|
|
30
|
+
QueueBlockedReason,
|
|
31
|
+
QueueFleetAssociationStatus,
|
|
32
|
+
QueueLimitAssociationStatus,
|
|
33
|
+
QueueStatus,
|
|
34
|
+
RunAs,
|
|
35
|
+
ServiceManagedFleetOperatingSystemFamily,
|
|
36
|
+
SessionActionStatus,
|
|
37
|
+
SessionLifecycleStatus,
|
|
38
|
+
SessionLifecycleTargetStatus,
|
|
39
|
+
SessionsStatisticsAggregationStatus,
|
|
40
|
+
StepLifecycleStatus,
|
|
41
|
+
StepParameterType,
|
|
42
|
+
StepTargetTaskRunStatus,
|
|
43
|
+
StorageProfileOperatingSystemFamily,
|
|
44
|
+
TagPropagationMode,
|
|
45
|
+
TaskRunStatus,
|
|
46
|
+
TaskTargetRunStatus,
|
|
47
|
+
UpdatedWorkerStatus,
|
|
48
|
+
UpdateJobLifecycleStatus,
|
|
49
|
+
UsageType,
|
|
50
|
+
WorkerStatus,
|
|
51
|
+
} from "./enums";
|
|
4
52
|
export interface AcceleratorCountRange {
|
|
5
53
|
min: number | undefined;
|
|
6
54
|
max?: number | undefined;
|
|
7
55
|
}
|
|
8
|
-
export declare const AcceleratorName: {
|
|
9
|
-
readonly A10G: "a10g";
|
|
10
|
-
readonly L4: "l4";
|
|
11
|
-
readonly L40S: "l40s";
|
|
12
|
-
readonly T4: "t4";
|
|
13
|
-
};
|
|
14
|
-
export type AcceleratorName =
|
|
15
|
-
(typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
16
56
|
export interface AcceleratorSelection {
|
|
17
57
|
name: AcceleratorName | undefined;
|
|
18
58
|
runtime?: string | undefined;
|
|
@@ -25,19 +65,6 @@ export interface AcceleratorTotalMemoryMiBRange {
|
|
|
25
65
|
min: number | undefined;
|
|
26
66
|
max?: number | undefined;
|
|
27
67
|
}
|
|
28
|
-
export declare const AcceleratorType: {
|
|
29
|
-
readonly GPU: "gpu";
|
|
30
|
-
};
|
|
31
|
-
export type AcceleratorType =
|
|
32
|
-
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
33
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
34
|
-
readonly name: "AccessDeniedException";
|
|
35
|
-
readonly $fault: "client";
|
|
36
|
-
context?: Record<string, string> | undefined;
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
68
|
export interface AcquiredLimit {
|
|
42
69
|
limitId: string | undefined;
|
|
43
70
|
count: number | undefined;
|
|
@@ -189,20 +216,6 @@ export interface AssignedSession {
|
|
|
189
216
|
sessionActions: AssignedSessionAction[] | undefined;
|
|
190
217
|
logConfiguration: LogConfiguration | undefined;
|
|
191
218
|
}
|
|
192
|
-
export declare const MembershipLevel: {
|
|
193
|
-
readonly CONTRIBUTOR: "CONTRIBUTOR";
|
|
194
|
-
readonly MANAGER: "MANAGER";
|
|
195
|
-
readonly OWNER: "OWNER";
|
|
196
|
-
readonly VIEWER: "VIEWER";
|
|
197
|
-
};
|
|
198
|
-
export type MembershipLevel =
|
|
199
|
-
(typeof MembershipLevel)[keyof typeof MembershipLevel];
|
|
200
|
-
export declare const DeadlinePrincipalType: {
|
|
201
|
-
readonly GROUP: "GROUP";
|
|
202
|
-
readonly USER: "USER";
|
|
203
|
-
};
|
|
204
|
-
export type DeadlinePrincipalType =
|
|
205
|
-
(typeof DeadlinePrincipalType)[keyof typeof DeadlinePrincipalType];
|
|
206
219
|
export interface AssociateMemberToFarmRequest {
|
|
207
220
|
farmId: string | undefined;
|
|
208
221
|
principalId: string | undefined;
|
|
@@ -211,81 +224,10 @@ export interface AssociateMemberToFarmRequest {
|
|
|
211
224
|
membershipLevel: MembershipLevel | undefined;
|
|
212
225
|
}
|
|
213
226
|
export interface AssociateMemberToFarmResponse {}
|
|
214
|
-
export declare class InternalServerErrorException extends __BaseException {
|
|
215
|
-
readonly name: "InternalServerErrorException";
|
|
216
|
-
readonly $fault: "server";
|
|
217
|
-
$retryable: {};
|
|
218
|
-
retryAfterSeconds?: number | undefined;
|
|
219
|
-
constructor(
|
|
220
|
-
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
221
|
-
);
|
|
222
|
-
}
|
|
223
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
224
|
-
readonly name: "ResourceNotFoundException";
|
|
225
|
-
readonly $fault: "client";
|
|
226
|
-
resourceId: string | undefined;
|
|
227
|
-
resourceType: string | undefined;
|
|
228
|
-
context?: Record<string, string> | undefined;
|
|
229
|
-
constructor(
|
|
230
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
231
|
-
);
|
|
232
|
-
}
|
|
233
|
-
export declare const ServiceQuotaExceededExceptionReason: {
|
|
234
|
-
readonly DEPENDENCY_LIMIT_EXCEEDED: "DEPENDENCY_LIMIT_EXCEEDED";
|
|
235
|
-
readonly KMS_KEY_LIMIT_EXCEEDED: "KMS_KEY_LIMIT_EXCEEDED";
|
|
236
|
-
readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
|
|
237
|
-
};
|
|
238
|
-
export type ServiceQuotaExceededExceptionReason =
|
|
239
|
-
(typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
|
|
240
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
241
|
-
readonly name: "ServiceQuotaExceededException";
|
|
242
|
-
readonly $fault: "client";
|
|
243
|
-
reason: ServiceQuotaExceededExceptionReason | undefined;
|
|
244
|
-
resourceType: string | undefined;
|
|
245
|
-
serviceCode: string | undefined;
|
|
246
|
-
quotaCode: string | undefined;
|
|
247
|
-
resourceId?: string | undefined;
|
|
248
|
-
context?: Record<string, string> | undefined;
|
|
249
|
-
constructor(
|
|
250
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
251
|
-
);
|
|
252
|
-
}
|
|
253
|
-
export declare class ThrottlingException extends __BaseException {
|
|
254
|
-
readonly name: "ThrottlingException";
|
|
255
|
-
readonly $fault: "client";
|
|
256
|
-
$retryable: {
|
|
257
|
-
throttling: boolean;
|
|
258
|
-
};
|
|
259
|
-
serviceCode?: string | undefined;
|
|
260
|
-
quotaCode?: string | undefined;
|
|
261
|
-
retryAfterSeconds?: number | undefined;
|
|
262
|
-
context?: Record<string, string> | undefined;
|
|
263
|
-
constructor(
|
|
264
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
265
|
-
);
|
|
266
|
-
}
|
|
267
227
|
export interface ValidationExceptionField {
|
|
268
228
|
name: string | undefined;
|
|
269
229
|
message: string | undefined;
|
|
270
230
|
}
|
|
271
|
-
export declare const ValidationExceptionReason: {
|
|
272
|
-
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
273
|
-
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
274
|
-
readonly OTHER: "OTHER";
|
|
275
|
-
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
276
|
-
};
|
|
277
|
-
export type ValidationExceptionReason =
|
|
278
|
-
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
279
|
-
export declare class ValidationException extends __BaseException {
|
|
280
|
-
readonly name: "ValidationException";
|
|
281
|
-
readonly $fault: "client";
|
|
282
|
-
reason: ValidationExceptionReason | undefined;
|
|
283
|
-
fieldList?: ValidationExceptionField[] | undefined;
|
|
284
|
-
context?: Record<string, string> | undefined;
|
|
285
|
-
constructor(
|
|
286
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
287
|
-
);
|
|
288
|
-
}
|
|
289
231
|
export interface AssociateMemberToFleetRequest {
|
|
290
232
|
farmId: string | undefined;
|
|
291
233
|
fleetId: string | undefined;
|
|
@@ -335,24 +277,6 @@ export interface AssumeFleetRoleForWorkerRequest {
|
|
|
335
277
|
export interface AssumeFleetRoleForWorkerResponse {
|
|
336
278
|
credentials: AwsCredentials | undefined;
|
|
337
279
|
}
|
|
338
|
-
export declare const ConflictExceptionReason: {
|
|
339
|
-
readonly CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION";
|
|
340
|
-
readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
|
|
341
|
-
readonly RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS";
|
|
342
|
-
readonly RESOURCE_IN_USE: "RESOURCE_IN_USE";
|
|
343
|
-
readonly STATUS_CONFLICT: "STATUS_CONFLICT";
|
|
344
|
-
};
|
|
345
|
-
export type ConflictExceptionReason =
|
|
346
|
-
(typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
|
|
347
|
-
export declare class ConflictException extends __BaseException {
|
|
348
|
-
readonly name: "ConflictException";
|
|
349
|
-
readonly $fault: "client";
|
|
350
|
-
reason: ConflictExceptionReason | undefined;
|
|
351
|
-
resourceId: string | undefined;
|
|
352
|
-
resourceType: string | undefined;
|
|
353
|
-
context?: Record<string, string> | undefined;
|
|
354
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
355
|
-
}
|
|
356
280
|
export interface AssumeQueueRoleForReadRequest {
|
|
357
281
|
farmId: string | undefined;
|
|
358
282
|
queueId: string | undefined;
|
|
@@ -376,17 +300,6 @@ export interface AssumeQueueRoleForWorkerRequest {
|
|
|
376
300
|
export interface AssumeQueueRoleForWorkerResponse {
|
|
377
301
|
credentials?: AwsCredentials | undefined;
|
|
378
302
|
}
|
|
379
|
-
export declare const JobAttachmentsFileSystem: {
|
|
380
|
-
readonly COPIED: "COPIED";
|
|
381
|
-
readonly VIRTUAL: "VIRTUAL";
|
|
382
|
-
};
|
|
383
|
-
export type JobAttachmentsFileSystem =
|
|
384
|
-
(typeof JobAttachmentsFileSystem)[keyof typeof JobAttachmentsFileSystem];
|
|
385
|
-
export declare const PathFormat: {
|
|
386
|
-
readonly POSIX: "posix";
|
|
387
|
-
readonly WINDOWS: "windows";
|
|
388
|
-
};
|
|
389
|
-
export type PathFormat = (typeof PathFormat)[keyof typeof PathFormat];
|
|
390
303
|
export interface ManifestProperties {
|
|
391
304
|
fileSystemLocationName?: string | undefined;
|
|
392
305
|
rootPath: string | undefined;
|
|
@@ -399,19 +312,6 @@ export interface Attachments {
|
|
|
399
312
|
manifests: ManifestProperties[] | undefined;
|
|
400
313
|
fileSystem?: JobAttachmentsFileSystem | undefined;
|
|
401
314
|
}
|
|
402
|
-
export declare const AutoScalingMode: {
|
|
403
|
-
readonly EVENT_BASED_AUTO_SCALING: "EVENT_BASED_AUTO_SCALING";
|
|
404
|
-
readonly NO_SCALING: "NO_SCALING";
|
|
405
|
-
};
|
|
406
|
-
export type AutoScalingMode =
|
|
407
|
-
(typeof AutoScalingMode)[keyof typeof AutoScalingMode];
|
|
408
|
-
export declare const AutoScalingStatus: {
|
|
409
|
-
readonly GROWING: "GROWING";
|
|
410
|
-
readonly SHRINKING: "SHRINKING";
|
|
411
|
-
readonly STEADY: "STEADY";
|
|
412
|
-
};
|
|
413
|
-
export type AutoScalingStatus =
|
|
414
|
-
(typeof AutoScalingStatus)[keyof typeof AutoScalingStatus];
|
|
415
315
|
export interface EnvironmentDetailsIdentifiers {
|
|
416
316
|
jobId: string | undefined;
|
|
417
317
|
environmentId: string | undefined;
|
|
@@ -500,11 +400,6 @@ export interface PosixUser {
|
|
|
500
400
|
user: string | undefined;
|
|
501
401
|
group: string | undefined;
|
|
502
402
|
}
|
|
503
|
-
export declare const RunAs: {
|
|
504
|
-
readonly QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER";
|
|
505
|
-
readonly WORKER_AGENT_USER: "WORKER_AGENT_USER";
|
|
506
|
-
};
|
|
507
|
-
export type RunAs = (typeof RunAs)[keyof typeof RunAs];
|
|
508
403
|
export interface WindowsUser {
|
|
509
404
|
user: string | undefined;
|
|
510
405
|
passwordArn: string | undefined;
|
|
@@ -636,16 +531,6 @@ export declare namespace JobEntity {
|
|
|
636
531
|
_: (name: string, value: any) => T;
|
|
637
532
|
}
|
|
638
533
|
}
|
|
639
|
-
export declare const JobEntityErrorCode: {
|
|
640
|
-
readonly AccessDeniedException: "AccessDeniedException";
|
|
641
|
-
readonly ConflictException: "ConflictException";
|
|
642
|
-
readonly InternalServerException: "InternalServerException";
|
|
643
|
-
readonly MaxPayloadSizeExceeded: "MaxPayloadSizeExceeded";
|
|
644
|
-
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
645
|
-
readonly ValidationException: "ValidationException";
|
|
646
|
-
};
|
|
647
|
-
export type JobEntityErrorCode =
|
|
648
|
-
(typeof JobEntityErrorCode)[keyof typeof JobEntityErrorCode];
|
|
649
534
|
export interface EnvironmentDetailsError {
|
|
650
535
|
jobId: string | undefined;
|
|
651
536
|
environmentId: string | undefined;
|
|
@@ -722,12 +607,6 @@ export interface BatchGetJobEntityResponse {
|
|
|
722
607
|
entities: JobEntity[] | undefined;
|
|
723
608
|
errors: GetJobEntityError[] | undefined;
|
|
724
609
|
}
|
|
725
|
-
export declare const BudgetActionType: {
|
|
726
|
-
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
727
|
-
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
728
|
-
};
|
|
729
|
-
export type BudgetActionType =
|
|
730
|
-
(typeof BudgetActionType)[keyof typeof BudgetActionType];
|
|
731
610
|
export interface BudgetActionToAdd {
|
|
732
611
|
type: BudgetActionType | undefined;
|
|
733
612
|
thresholdPercentage: number | undefined;
|
|
@@ -802,11 +681,6 @@ export interface ResponseBudgetAction {
|
|
|
802
681
|
thresholdPercentage: number | undefined;
|
|
803
682
|
description?: string | undefined;
|
|
804
683
|
}
|
|
805
|
-
export declare const BudgetStatus: {
|
|
806
|
-
readonly ACTIVE: "ACTIVE";
|
|
807
|
-
readonly INACTIVE: "INACTIVE";
|
|
808
|
-
};
|
|
809
|
-
export type BudgetStatus = (typeof BudgetStatus)[keyof typeof BudgetStatus];
|
|
810
684
|
export interface ConsumedUsages {
|
|
811
685
|
approximateDollarUsage: number | undefined;
|
|
812
686
|
}
|
|
@@ -862,25 +736,6 @@ export interface UpdateBudgetRequest {
|
|
|
862
736
|
schedule?: BudgetSchedule | undefined;
|
|
863
737
|
}
|
|
864
738
|
export interface UpdateBudgetResponse {}
|
|
865
|
-
export declare const ComparisonOperator: {
|
|
866
|
-
readonly EQUAL: "EQUAL";
|
|
867
|
-
readonly GREATER_THAN: "GREATER_THAN";
|
|
868
|
-
readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
|
|
869
|
-
readonly LESS_THAN: "LESS_THAN";
|
|
870
|
-
readonly LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO";
|
|
871
|
-
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
872
|
-
};
|
|
873
|
-
export type ComparisonOperator =
|
|
874
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
875
|
-
export declare const CompletedStatus: {
|
|
876
|
-
readonly CANCELED: "CANCELED";
|
|
877
|
-
readonly FAILED: "FAILED";
|
|
878
|
-
readonly INTERRUPTED: "INTERRUPTED";
|
|
879
|
-
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
880
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
881
|
-
};
|
|
882
|
-
export type CompletedStatus =
|
|
883
|
-
(typeof CompletedStatus)[keyof typeof CompletedStatus];
|
|
884
739
|
export interface S3Location {
|
|
885
740
|
bucketName: string | undefined;
|
|
886
741
|
key: string | undefined;
|
|
@@ -891,21 +746,9 @@ export interface CopyJobTemplateRequest {
|
|
|
891
746
|
queueId: string | undefined;
|
|
892
747
|
targetS3Location: S3Location | undefined;
|
|
893
748
|
}
|
|
894
|
-
export declare const JobTemplateType: {
|
|
895
|
-
readonly JSON: "JSON";
|
|
896
|
-
readonly YAML: "YAML";
|
|
897
|
-
};
|
|
898
|
-
export type JobTemplateType =
|
|
899
|
-
(typeof JobTemplateType)[keyof typeof JobTemplateType];
|
|
900
749
|
export interface CopyJobTemplateResponse {
|
|
901
750
|
templateType: JobTemplateType | undefined;
|
|
902
751
|
}
|
|
903
|
-
export declare const CpuArchitectureType: {
|
|
904
|
-
readonly ARM64: "arm64";
|
|
905
|
-
readonly X86_64: "x86_64";
|
|
906
|
-
};
|
|
907
|
-
export type CpuArchitectureType =
|
|
908
|
-
(typeof CpuArchitectureType)[keyof typeof CpuArchitectureType];
|
|
909
752
|
export interface CreateFarmRequest {
|
|
910
753
|
clientToken?: string | undefined;
|
|
911
754
|
displayName: string | undefined;
|
|
@@ -916,12 +759,6 @@ export interface CreateFarmRequest {
|
|
|
916
759
|
export interface CreateFarmResponse {
|
|
917
760
|
farmId: string | undefined;
|
|
918
761
|
}
|
|
919
|
-
export declare const TagPropagationMode: {
|
|
920
|
-
readonly NO_PROPAGATION: "NO_PROPAGATION";
|
|
921
|
-
readonly PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH: "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH";
|
|
922
|
-
};
|
|
923
|
-
export type TagPropagationMode =
|
|
924
|
-
(typeof TagPropagationMode)[keyof typeof TagPropagationMode];
|
|
925
762
|
export interface FleetAmountCapability {
|
|
926
763
|
name: string | undefined;
|
|
927
764
|
min: number | undefined;
|
|
@@ -935,13 +772,6 @@ export interface MemoryMiBRange {
|
|
|
935
772
|
min: number | undefined;
|
|
936
773
|
max?: number | undefined;
|
|
937
774
|
}
|
|
938
|
-
export declare const CustomerManagedFleetOperatingSystemFamily: {
|
|
939
|
-
readonly LINUX: "LINUX";
|
|
940
|
-
readonly MACOS: "MACOS";
|
|
941
|
-
readonly WINDOWS: "WINDOWS";
|
|
942
|
-
};
|
|
943
|
-
export type CustomerManagedFleetOperatingSystemFamily =
|
|
944
|
-
(typeof CustomerManagedFleetOperatingSystemFamily)[keyof typeof CustomerManagedFleetOperatingSystemFamily];
|
|
945
775
|
export interface VCpuCountRange {
|
|
946
776
|
min: number | undefined;
|
|
947
777
|
max?: number | undefined;
|
|
@@ -963,12 +793,6 @@ export interface CustomerManagedFleetConfiguration {
|
|
|
963
793
|
storageProfileId?: string | undefined;
|
|
964
794
|
tagPropagationMode?: TagPropagationMode | undefined;
|
|
965
795
|
}
|
|
966
|
-
export declare const ServiceManagedFleetOperatingSystemFamily: {
|
|
967
|
-
readonly LINUX: "LINUX";
|
|
968
|
-
readonly WINDOWS: "WINDOWS";
|
|
969
|
-
};
|
|
970
|
-
export type ServiceManagedFleetOperatingSystemFamily =
|
|
971
|
-
(typeof ServiceManagedFleetOperatingSystemFamily)[keyof typeof ServiceManagedFleetOperatingSystemFamily];
|
|
972
796
|
export interface Ec2EbsVolume {
|
|
973
797
|
sizeGiB?: number | undefined;
|
|
974
798
|
iops?: number | undefined;
|
|
@@ -986,12 +810,6 @@ export interface ServiceManagedEc2InstanceCapabilities {
|
|
|
986
810
|
customAmounts?: FleetAmountCapability[] | undefined;
|
|
987
811
|
customAttributes?: FleetAttributeCapability[] | undefined;
|
|
988
812
|
}
|
|
989
|
-
export declare const Ec2MarketType: {
|
|
990
|
-
readonly ON_DEMAND: "on-demand";
|
|
991
|
-
readonly SPOT: "spot";
|
|
992
|
-
readonly WAIT_AND_SAVE: "wait-and-save";
|
|
993
|
-
};
|
|
994
|
-
export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
|
|
995
813
|
export interface ServiceManagedEc2InstanceMarketOptions {
|
|
996
814
|
type: Ec2MarketType | undefined;
|
|
997
815
|
}
|
|
@@ -1049,12 +867,6 @@ export interface CreateFleetRequest {
|
|
|
1049
867
|
export interface CreateFleetResponse {
|
|
1050
868
|
fleetId: string | undefined;
|
|
1051
869
|
}
|
|
1052
|
-
export declare const CreateJobTargetTaskRunStatus: {
|
|
1053
|
-
readonly READY: "READY";
|
|
1054
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1055
|
-
};
|
|
1056
|
-
export type CreateJobTargetTaskRunStatus =
|
|
1057
|
-
(typeof CreateJobTargetTaskRunStatus)[keyof typeof CreateJobTargetTaskRunStatus];
|
|
1058
870
|
export interface CreateJobRequest {
|
|
1059
871
|
farmId: string | undefined;
|
|
1060
872
|
queueId: string | undefined;
|
|
@@ -1107,13 +919,6 @@ export interface CreateMonitorResponse {
|
|
|
1107
919
|
monitorId: string | undefined;
|
|
1108
920
|
identityCenterApplicationArn: string | undefined;
|
|
1109
921
|
}
|
|
1110
|
-
export declare const DefaultQueueBudgetAction: {
|
|
1111
|
-
readonly NONE: "NONE";
|
|
1112
|
-
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
1113
|
-
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
1114
|
-
};
|
|
1115
|
-
export type DefaultQueueBudgetAction =
|
|
1116
|
-
(typeof DefaultQueueBudgetAction)[keyof typeof DefaultQueueBudgetAction];
|
|
1117
922
|
export interface CreateQueueRequest {
|
|
1118
923
|
clientToken?: string | undefined;
|
|
1119
924
|
farmId: string | undefined;
|
|
@@ -1130,12 +935,6 @@ export interface CreateQueueRequest {
|
|
|
1130
935
|
export interface CreateQueueResponse {
|
|
1131
936
|
queueId: string | undefined;
|
|
1132
937
|
}
|
|
1133
|
-
export declare const EnvironmentTemplateType: {
|
|
1134
|
-
readonly JSON: "JSON";
|
|
1135
|
-
readonly YAML: "YAML";
|
|
1136
|
-
};
|
|
1137
|
-
export type EnvironmentTemplateType =
|
|
1138
|
-
(typeof EnvironmentTemplateType)[keyof typeof EnvironmentTemplateType];
|
|
1139
938
|
export interface CreateQueueEnvironmentRequest {
|
|
1140
939
|
clientToken?: string | undefined;
|
|
1141
940
|
farmId: string | undefined;
|
|
@@ -1159,24 +958,11 @@ export interface CreateQueueLimitAssociationRequest {
|
|
|
1159
958
|
limitId: string | undefined;
|
|
1160
959
|
}
|
|
1161
960
|
export interface CreateQueueLimitAssociationResponse {}
|
|
1162
|
-
export declare const FileSystemLocationType: {
|
|
1163
|
-
readonly LOCAL: "LOCAL";
|
|
1164
|
-
readonly SHARED: "SHARED";
|
|
1165
|
-
};
|
|
1166
|
-
export type FileSystemLocationType =
|
|
1167
|
-
(typeof FileSystemLocationType)[keyof typeof FileSystemLocationType];
|
|
1168
961
|
export interface FileSystemLocation {
|
|
1169
962
|
name: string | undefined;
|
|
1170
963
|
path: string | undefined;
|
|
1171
964
|
type: FileSystemLocationType | undefined;
|
|
1172
965
|
}
|
|
1173
|
-
export declare const StorageProfileOperatingSystemFamily: {
|
|
1174
|
-
readonly LINUX: "LINUX";
|
|
1175
|
-
readonly MACOS: "MACOS";
|
|
1176
|
-
readonly WINDOWS: "WINDOWS";
|
|
1177
|
-
};
|
|
1178
|
-
export type StorageProfileOperatingSystemFamily =
|
|
1179
|
-
(typeof StorageProfileOperatingSystemFamily)[keyof typeof StorageProfileOperatingSystemFamily];
|
|
1180
966
|
export interface CreateStorageProfileRequest {
|
|
1181
967
|
clientToken?: string | undefined;
|
|
1182
968
|
farmId: string | undefined;
|
|
@@ -1261,15 +1047,6 @@ export interface FleetCapabilities {
|
|
|
1261
1047
|
amounts?: FleetAmountCapability[] | undefined;
|
|
1262
1048
|
attributes?: FleetAttributeCapability[] | undefined;
|
|
1263
1049
|
}
|
|
1264
|
-
export declare const FleetStatus: {
|
|
1265
|
-
readonly ACTIVE: "ACTIVE";
|
|
1266
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1267
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1268
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1269
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1270
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1271
|
-
};
|
|
1272
|
-
export type FleetStatus = (typeof FleetStatus)[keyof typeof FleetStatus];
|
|
1273
1050
|
export interface GetFleetResponse {
|
|
1274
1051
|
fleetId: string | undefined;
|
|
1275
1052
|
farmId: string | undefined;
|
|
@@ -1368,17 +1145,6 @@ export interface HostPropertiesResponse {
|
|
|
1368
1145
|
ec2InstanceArn?: string | undefined;
|
|
1369
1146
|
ec2InstanceType?: string | undefined;
|
|
1370
1147
|
}
|
|
1371
|
-
export declare const WorkerStatus: {
|
|
1372
|
-
readonly CREATED: "CREATED";
|
|
1373
|
-
readonly IDLE: "IDLE";
|
|
1374
|
-
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
1375
|
-
readonly NOT_RESPONDING: "NOT_RESPONDING";
|
|
1376
|
-
readonly RUNNING: "RUNNING";
|
|
1377
|
-
readonly STARTED: "STARTED";
|
|
1378
|
-
readonly STOPPED: "STOPPED";
|
|
1379
|
-
readonly STOPPING: "STOPPING";
|
|
1380
|
-
};
|
|
1381
|
-
export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
|
|
1382
1148
|
export interface GetWorkerResponse {
|
|
1383
1149
|
farmId: string | undefined;
|
|
1384
1150
|
fleetId: string | undefined;
|
|
@@ -1398,20 +1164,6 @@ export interface ListSessionsForWorkerRequest {
|
|
|
1398
1164
|
nextToken?: string | undefined;
|
|
1399
1165
|
maxResults?: number | undefined;
|
|
1400
1166
|
}
|
|
1401
|
-
export declare const SessionLifecycleStatus: {
|
|
1402
|
-
readonly ENDED: "ENDED";
|
|
1403
|
-
readonly STARTED: "STARTED";
|
|
1404
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1405
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1406
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
1407
|
-
};
|
|
1408
|
-
export type SessionLifecycleStatus =
|
|
1409
|
-
(typeof SessionLifecycleStatus)[keyof typeof SessionLifecycleStatus];
|
|
1410
|
-
export declare const SessionLifecycleTargetStatus: {
|
|
1411
|
-
readonly ENDED: "ENDED";
|
|
1412
|
-
};
|
|
1413
|
-
export type SessionLifecycleTargetStatus =
|
|
1414
|
-
(typeof SessionLifecycleTargetStatus)[keyof typeof SessionLifecycleTargetStatus];
|
|
1415
1167
|
export interface WorkerSessionSummary {
|
|
1416
1168
|
sessionId: string | undefined;
|
|
1417
1169
|
queueId: string | undefined;
|
|
@@ -1459,13 +1211,6 @@ export interface WorkerCapabilities {
|
|
|
1459
1211
|
amounts: WorkerAmountCapability[] | undefined;
|
|
1460
1212
|
attributes: WorkerAttributeCapability[] | undefined;
|
|
1461
1213
|
}
|
|
1462
|
-
export declare const UpdatedWorkerStatus: {
|
|
1463
|
-
readonly STARTED: "STARTED";
|
|
1464
|
-
readonly STOPPED: "STOPPED";
|
|
1465
|
-
readonly STOPPING: "STOPPING";
|
|
1466
|
-
};
|
|
1467
|
-
export type UpdatedWorkerStatus =
|
|
1468
|
-
(typeof UpdatedWorkerStatus)[keyof typeof UpdatedWorkerStatus];
|
|
1469
1214
|
export interface UpdateWorkerRequest {
|
|
1470
1215
|
farmId: string | undefined;
|
|
1471
1216
|
fleetId: string | undefined;
|
|
@@ -1498,11 +1243,6 @@ export interface UpdateWorkerScheduleRequest {
|
|
|
1498
1243
|
workerId: string | undefined;
|
|
1499
1244
|
updatedSessionActions?: Record<string, UpdatedSessionActionInfo> | undefined;
|
|
1500
1245
|
}
|
|
1501
|
-
export declare const DesiredWorkerStatus: {
|
|
1502
|
-
readonly STOPPED: "STOPPED";
|
|
1503
|
-
};
|
|
1504
|
-
export type DesiredWorkerStatus =
|
|
1505
|
-
(typeof DesiredWorkerStatus)[keyof typeof DesiredWorkerStatus];
|
|
1506
1246
|
export interface UpdateWorkerScheduleResponse {
|
|
1507
1247
|
assignedSessions: Record<string, AssignedSession> | undefined;
|
|
1508
1248
|
cancelSessionActions: Record<string, string[]> | undefined;
|
|
@@ -1643,18 +1383,6 @@ export interface GetQueueRequest {
|
|
|
1643
1383
|
farmId: string | undefined;
|
|
1644
1384
|
queueId: string | undefined;
|
|
1645
1385
|
}
|
|
1646
|
-
export declare const QueueBlockedReason: {
|
|
1647
|
-
readonly BUDGET_THRESHOLD_REACHED: "BUDGET_THRESHOLD_REACHED";
|
|
1648
|
-
readonly NO_BUDGET_CONFIGURED: "NO_BUDGET_CONFIGURED";
|
|
1649
|
-
};
|
|
1650
|
-
export type QueueBlockedReason =
|
|
1651
|
-
(typeof QueueBlockedReason)[keyof typeof QueueBlockedReason];
|
|
1652
|
-
export declare const QueueStatus: {
|
|
1653
|
-
readonly IDLE: "IDLE";
|
|
1654
|
-
readonly SCHEDULING: "SCHEDULING";
|
|
1655
|
-
readonly SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED";
|
|
1656
|
-
};
|
|
1657
|
-
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
1658
1386
|
export interface GetQueueResponse {
|
|
1659
1387
|
queueId: string | undefined;
|
|
1660
1388
|
displayName: string | undefined;
|
|
@@ -1712,44 +1440,6 @@ export interface GetJobRequest {
|
|
|
1712
1440
|
queueId: string | undefined;
|
|
1713
1441
|
jobId: string | undefined;
|
|
1714
1442
|
}
|
|
1715
|
-
export declare const JobLifecycleStatus: {
|
|
1716
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
1717
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1718
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1719
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1720
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1721
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1722
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
1723
|
-
readonly UPLOAD_FAILED: "UPLOAD_FAILED";
|
|
1724
|
-
readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
|
|
1725
|
-
};
|
|
1726
|
-
export type JobLifecycleStatus =
|
|
1727
|
-
(typeof JobLifecycleStatus)[keyof typeof JobLifecycleStatus];
|
|
1728
|
-
export declare const JobTargetTaskRunStatus: {
|
|
1729
|
-
readonly CANCELED: "CANCELED";
|
|
1730
|
-
readonly FAILED: "FAILED";
|
|
1731
|
-
readonly PENDING: "PENDING";
|
|
1732
|
-
readonly READY: "READY";
|
|
1733
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1734
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1735
|
-
};
|
|
1736
|
-
export type JobTargetTaskRunStatus =
|
|
1737
|
-
(typeof JobTargetTaskRunStatus)[keyof typeof JobTargetTaskRunStatus];
|
|
1738
|
-
export declare const TaskRunStatus: {
|
|
1739
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
1740
|
-
readonly CANCELED: "CANCELED";
|
|
1741
|
-
readonly FAILED: "FAILED";
|
|
1742
|
-
readonly INTERRUPTING: "INTERRUPTING";
|
|
1743
|
-
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
1744
|
-
readonly PENDING: "PENDING";
|
|
1745
|
-
readonly READY: "READY";
|
|
1746
|
-
readonly RUNNING: "RUNNING";
|
|
1747
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
1748
|
-
readonly STARTING: "STARTING";
|
|
1749
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1750
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1751
|
-
};
|
|
1752
|
-
export type TaskRunStatus = (typeof TaskRunStatus)[keyof typeof TaskRunStatus];
|
|
1753
1443
|
export interface GetJobResponse {
|
|
1754
1444
|
jobId: string | undefined;
|
|
1755
1445
|
name: string | undefined;
|
|
@@ -1871,21 +1561,6 @@ export interface TaskRunManifestPropertiesResponse {
|
|
|
1871
1561
|
outputManifestPath?: string | undefined;
|
|
1872
1562
|
outputManifestHash?: string | undefined;
|
|
1873
1563
|
}
|
|
1874
|
-
export declare const SessionActionStatus: {
|
|
1875
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
1876
|
-
readonly CANCELED: "CANCELED";
|
|
1877
|
-
readonly CANCELING: "CANCELING";
|
|
1878
|
-
readonly FAILED: "FAILED";
|
|
1879
|
-
readonly INTERRUPTED: "INTERRUPTED";
|
|
1880
|
-
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
1881
|
-
readonly RECLAIMED: "RECLAIMED";
|
|
1882
|
-
readonly RECLAIMING: "RECLAIMING";
|
|
1883
|
-
readonly RUNNING: "RUNNING";
|
|
1884
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
1885
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1886
|
-
};
|
|
1887
|
-
export type SessionActionStatus =
|
|
1888
|
-
(typeof SessionActionStatus)[keyof typeof SessionActionStatus];
|
|
1889
1564
|
export interface GetSessionActionResponse {
|
|
1890
1565
|
sessionActionId: string | undefined;
|
|
1891
1566
|
status: SessionActionStatus | undefined;
|
|
@@ -1912,23 +1587,6 @@ export interface DependencyCounts {
|
|
|
1912
1587
|
consumersResolved: number | undefined;
|
|
1913
1588
|
consumersUnresolved: number | undefined;
|
|
1914
1589
|
}
|
|
1915
|
-
export declare const StepLifecycleStatus: {
|
|
1916
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1917
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1918
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1919
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
1920
|
-
};
|
|
1921
|
-
export type StepLifecycleStatus =
|
|
1922
|
-
(typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
|
|
1923
|
-
export declare const StepParameterType: {
|
|
1924
|
-
readonly CHUNK_INT: "CHUNK_INT";
|
|
1925
|
-
readonly FLOAT: "FLOAT";
|
|
1926
|
-
readonly INT: "INT";
|
|
1927
|
-
readonly PATH: "PATH";
|
|
1928
|
-
readonly STRING: "STRING";
|
|
1929
|
-
};
|
|
1930
|
-
export type StepParameterType =
|
|
1931
|
-
(typeof StepParameterType)[keyof typeof StepParameterType];
|
|
1932
1590
|
export interface StepParameter {
|
|
1933
1591
|
name: string | undefined;
|
|
1934
1592
|
type: StepParameterType | undefined;
|
|
@@ -1952,16 +1610,6 @@ export interface StepRequiredCapabilities {
|
|
|
1952
1610
|
attributes: StepAttributeCapability[] | undefined;
|
|
1953
1611
|
amounts: StepAmountCapability[] | undefined;
|
|
1954
1612
|
}
|
|
1955
|
-
export declare const StepTargetTaskRunStatus: {
|
|
1956
|
-
readonly CANCELED: "CANCELED";
|
|
1957
|
-
readonly FAILED: "FAILED";
|
|
1958
|
-
readonly PENDING: "PENDING";
|
|
1959
|
-
readonly READY: "READY";
|
|
1960
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1961
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1962
|
-
};
|
|
1963
|
-
export type StepTargetTaskRunStatus =
|
|
1964
|
-
(typeof StepTargetTaskRunStatus)[keyof typeof StepTargetTaskRunStatus];
|
|
1965
1613
|
export interface GetStepResponse {
|
|
1966
1614
|
stepId: string | undefined;
|
|
1967
1615
|
name: string | undefined;
|
|
@@ -1989,16 +1637,6 @@ export interface GetTaskRequest {
|
|
|
1989
1637
|
stepId: string | undefined;
|
|
1990
1638
|
taskId: string | undefined;
|
|
1991
1639
|
}
|
|
1992
|
-
export declare const TaskTargetRunStatus: {
|
|
1993
|
-
readonly CANCELED: "CANCELED";
|
|
1994
|
-
readonly FAILED: "FAILED";
|
|
1995
|
-
readonly PENDING: "PENDING";
|
|
1996
|
-
readonly READY: "READY";
|
|
1997
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1998
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
1999
|
-
};
|
|
2000
|
-
export type TaskTargetRunStatus =
|
|
2001
|
-
(typeof TaskTargetRunStatus)[keyof typeof TaskTargetRunStatus];
|
|
2002
1640
|
export interface GetTaskResponse {
|
|
2003
1641
|
taskId: string | undefined;
|
|
2004
1642
|
createdAt: Date | undefined;
|
|
@@ -2195,12 +1833,6 @@ export interface ListStepConsumersRequest {
|
|
|
2195
1833
|
nextToken?: string | undefined;
|
|
2196
1834
|
maxResults?: number | undefined;
|
|
2197
1835
|
}
|
|
2198
|
-
export declare const DependencyConsumerResolutionStatus: {
|
|
2199
|
-
readonly RESOLVED: "RESOLVED";
|
|
2200
|
-
readonly UNRESOLVED: "UNRESOLVED";
|
|
2201
|
-
};
|
|
2202
|
-
export type DependencyConsumerResolutionStatus =
|
|
2203
|
-
(typeof DependencyConsumerResolutionStatus)[keyof typeof DependencyConsumerResolutionStatus];
|
|
2204
1836
|
export interface StepConsumer {
|
|
2205
1837
|
stepId: string | undefined;
|
|
2206
1838
|
status: DependencyConsumerResolutionStatus | undefined;
|
|
@@ -2232,3 +1864,308 @@ export interface ListStepsRequest {
|
|
|
2232
1864
|
nextToken?: string | undefined;
|
|
2233
1865
|
maxResults?: number | undefined;
|
|
2234
1866
|
}
|
|
1867
|
+
export interface StepSummary {
|
|
1868
|
+
stepId: string | undefined;
|
|
1869
|
+
name: string | undefined;
|
|
1870
|
+
lifecycleStatus: StepLifecycleStatus | undefined;
|
|
1871
|
+
lifecycleStatusMessage?: string | undefined;
|
|
1872
|
+
taskRunStatus: TaskRunStatus | undefined;
|
|
1873
|
+
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
1874
|
+
taskFailureRetryCount?: number | undefined;
|
|
1875
|
+
targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
|
|
1876
|
+
createdAt: Date | undefined;
|
|
1877
|
+
createdBy: string | undefined;
|
|
1878
|
+
updatedAt?: Date | undefined;
|
|
1879
|
+
updatedBy?: string | undefined;
|
|
1880
|
+
startedAt?: Date | undefined;
|
|
1881
|
+
endedAt?: Date | undefined;
|
|
1882
|
+
dependencyCounts?: DependencyCounts | undefined;
|
|
1883
|
+
}
|
|
1884
|
+
export interface ListStepsResponse {
|
|
1885
|
+
steps: StepSummary[] | undefined;
|
|
1886
|
+
nextToken?: string | undefined;
|
|
1887
|
+
}
|
|
1888
|
+
export interface ListTasksRequest {
|
|
1889
|
+
farmId: string | undefined;
|
|
1890
|
+
queueId: string | undefined;
|
|
1891
|
+
jobId: string | undefined;
|
|
1892
|
+
stepId: string | undefined;
|
|
1893
|
+
nextToken?: string | undefined;
|
|
1894
|
+
maxResults?: number | undefined;
|
|
1895
|
+
}
|
|
1896
|
+
export interface TaskSummary {
|
|
1897
|
+
taskId: string | undefined;
|
|
1898
|
+
createdAt: Date | undefined;
|
|
1899
|
+
createdBy: string | undefined;
|
|
1900
|
+
runStatus: TaskRunStatus | undefined;
|
|
1901
|
+
targetRunStatus?: TaskTargetRunStatus | undefined;
|
|
1902
|
+
failureRetryCount?: number | undefined;
|
|
1903
|
+
parameters?: Record<string, TaskParameterValue> | undefined;
|
|
1904
|
+
startedAt?: Date | undefined;
|
|
1905
|
+
endedAt?: Date | undefined;
|
|
1906
|
+
updatedAt?: Date | undefined;
|
|
1907
|
+
updatedBy?: string | undefined;
|
|
1908
|
+
latestSessionActionId?: string | undefined;
|
|
1909
|
+
}
|
|
1910
|
+
export interface ListTasksResponse {
|
|
1911
|
+
tasks: TaskSummary[] | undefined;
|
|
1912
|
+
nextToken?: string | undefined;
|
|
1913
|
+
}
|
|
1914
|
+
export interface UpdateJobRequest {
|
|
1915
|
+
clientToken?: string | undefined;
|
|
1916
|
+
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
1917
|
+
priority?: number | undefined;
|
|
1918
|
+
maxFailedTasksCount?: number | undefined;
|
|
1919
|
+
maxRetriesPerTask?: number | undefined;
|
|
1920
|
+
lifecycleStatus?: UpdateJobLifecycleStatus | undefined;
|
|
1921
|
+
maxWorkerCount?: number | undefined;
|
|
1922
|
+
farmId: string | undefined;
|
|
1923
|
+
queueId: string | undefined;
|
|
1924
|
+
jobId: string | undefined;
|
|
1925
|
+
}
|
|
1926
|
+
export interface UpdateJobResponse {}
|
|
1927
|
+
export interface UpdateSessionRequest {
|
|
1928
|
+
clientToken?: string | undefined;
|
|
1929
|
+
targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
|
|
1930
|
+
farmId: string | undefined;
|
|
1931
|
+
queueId: string | undefined;
|
|
1932
|
+
jobId: string | undefined;
|
|
1933
|
+
sessionId: string | undefined;
|
|
1934
|
+
}
|
|
1935
|
+
export interface UpdateSessionResponse {}
|
|
1936
|
+
export interface UpdateStepRequest {
|
|
1937
|
+
targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
|
|
1938
|
+
clientToken?: string | undefined;
|
|
1939
|
+
farmId: string | undefined;
|
|
1940
|
+
queueId: string | undefined;
|
|
1941
|
+
jobId: string | undefined;
|
|
1942
|
+
stepId: string | undefined;
|
|
1943
|
+
}
|
|
1944
|
+
export interface UpdateStepResponse {}
|
|
1945
|
+
export interface UpdateTaskRequest {
|
|
1946
|
+
clientToken?: string | undefined;
|
|
1947
|
+
targetRunStatus: TaskTargetRunStatus | undefined;
|
|
1948
|
+
farmId: string | undefined;
|
|
1949
|
+
queueId: string | undefined;
|
|
1950
|
+
jobId: string | undefined;
|
|
1951
|
+
stepId: string | undefined;
|
|
1952
|
+
taskId: string | undefined;
|
|
1953
|
+
}
|
|
1954
|
+
export interface UpdateTaskResponse {}
|
|
1955
|
+
export interface ListQueueEnvironmentsRequest {
|
|
1956
|
+
farmId: string | undefined;
|
|
1957
|
+
queueId: string | undefined;
|
|
1958
|
+
nextToken?: string | undefined;
|
|
1959
|
+
maxResults?: number | undefined;
|
|
1960
|
+
}
|
|
1961
|
+
export interface QueueEnvironmentSummary {
|
|
1962
|
+
queueEnvironmentId: string | undefined;
|
|
1963
|
+
name: string | undefined;
|
|
1964
|
+
priority: number | undefined;
|
|
1965
|
+
}
|
|
1966
|
+
export interface ListQueueEnvironmentsResponse {
|
|
1967
|
+
environments: QueueEnvironmentSummary[] | undefined;
|
|
1968
|
+
nextToken?: string | undefined;
|
|
1969
|
+
}
|
|
1970
|
+
export interface ListQueueMembersRequest {
|
|
1971
|
+
farmId: string | undefined;
|
|
1972
|
+
queueId: string | undefined;
|
|
1973
|
+
nextToken?: string | undefined;
|
|
1974
|
+
maxResults?: number | undefined;
|
|
1975
|
+
}
|
|
1976
|
+
export interface QueueMember {
|
|
1977
|
+
farmId: string | undefined;
|
|
1978
|
+
queueId: string | undefined;
|
|
1979
|
+
principalId: string | undefined;
|
|
1980
|
+
principalType: DeadlinePrincipalType | undefined;
|
|
1981
|
+
identityStoreId: string | undefined;
|
|
1982
|
+
membershipLevel: MembershipLevel | undefined;
|
|
1983
|
+
}
|
|
1984
|
+
export interface ListQueueMembersResponse {
|
|
1985
|
+
members: QueueMember[] | undefined;
|
|
1986
|
+
nextToken?: string | undefined;
|
|
1987
|
+
}
|
|
1988
|
+
export interface ListQueuesRequest {
|
|
1989
|
+
farmId: string | undefined;
|
|
1990
|
+
principalId?: string | undefined;
|
|
1991
|
+
status?: QueueStatus | undefined;
|
|
1992
|
+
nextToken?: string | undefined;
|
|
1993
|
+
maxResults?: number | undefined;
|
|
1994
|
+
}
|
|
1995
|
+
export interface QueueSummary {
|
|
1996
|
+
farmId: string | undefined;
|
|
1997
|
+
queueId: string | undefined;
|
|
1998
|
+
displayName: string | undefined;
|
|
1999
|
+
status: QueueStatus | undefined;
|
|
2000
|
+
defaultBudgetAction: DefaultQueueBudgetAction | undefined;
|
|
2001
|
+
blockedReason?: QueueBlockedReason | undefined;
|
|
2002
|
+
createdAt: Date | undefined;
|
|
2003
|
+
createdBy: string | undefined;
|
|
2004
|
+
updatedAt?: Date | undefined;
|
|
2005
|
+
updatedBy?: string | undefined;
|
|
2006
|
+
}
|
|
2007
|
+
export interface ListQueuesResponse {
|
|
2008
|
+
queues: QueueSummary[] | undefined;
|
|
2009
|
+
nextToken?: string | undefined;
|
|
2010
|
+
}
|
|
2011
|
+
export interface ListStorageProfilesForQueueRequest {
|
|
2012
|
+
farmId: string | undefined;
|
|
2013
|
+
queueId: string | undefined;
|
|
2014
|
+
nextToken?: string | undefined;
|
|
2015
|
+
maxResults?: number | undefined;
|
|
2016
|
+
}
|
|
2017
|
+
export interface ListStorageProfilesForQueueResponse {
|
|
2018
|
+
storageProfiles: StorageProfileSummary[] | undefined;
|
|
2019
|
+
nextToken?: string | undefined;
|
|
2020
|
+
}
|
|
2021
|
+
export interface UpdateQueueRequest {
|
|
2022
|
+
clientToken?: string | undefined;
|
|
2023
|
+
farmId: string | undefined;
|
|
2024
|
+
queueId: string | undefined;
|
|
2025
|
+
displayName?: string | undefined;
|
|
2026
|
+
description?: string | undefined;
|
|
2027
|
+
defaultBudgetAction?: DefaultQueueBudgetAction | undefined;
|
|
2028
|
+
jobAttachmentSettings?: JobAttachmentSettings | undefined;
|
|
2029
|
+
roleArn?: string | undefined;
|
|
2030
|
+
jobRunAsUser?: JobRunAsUser | undefined;
|
|
2031
|
+
requiredFileSystemLocationNamesToAdd?: string[] | undefined;
|
|
2032
|
+
requiredFileSystemLocationNamesToRemove?: string[] | undefined;
|
|
2033
|
+
allowedStorageProfileIdsToAdd?: string[] | undefined;
|
|
2034
|
+
allowedStorageProfileIdsToRemove?: string[] | undefined;
|
|
2035
|
+
}
|
|
2036
|
+
export interface UpdateQueueResponse {}
|
|
2037
|
+
export interface UpdateQueueEnvironmentRequest {
|
|
2038
|
+
clientToken?: string | undefined;
|
|
2039
|
+
farmId: string | undefined;
|
|
2040
|
+
queueId: string | undefined;
|
|
2041
|
+
queueEnvironmentId: string | undefined;
|
|
2042
|
+
priority?: number | undefined;
|
|
2043
|
+
templateType?: EnvironmentTemplateType | undefined;
|
|
2044
|
+
template?: string | undefined;
|
|
2045
|
+
}
|
|
2046
|
+
export interface UpdateQueueEnvironmentResponse {}
|
|
2047
|
+
export interface UpdateFarmRequest {
|
|
2048
|
+
farmId: string | undefined;
|
|
2049
|
+
displayName?: string | undefined;
|
|
2050
|
+
description?: string | undefined;
|
|
2051
|
+
}
|
|
2052
|
+
export interface UpdateFarmResponse {}
|
|
2053
|
+
export interface UpdateLimitRequest {
|
|
2054
|
+
farmId: string | undefined;
|
|
2055
|
+
limitId: string | undefined;
|
|
2056
|
+
displayName?: string | undefined;
|
|
2057
|
+
description?: string | undefined;
|
|
2058
|
+
maxCount?: number | undefined;
|
|
2059
|
+
}
|
|
2060
|
+
export interface UpdateLimitResponse {}
|
|
2061
|
+
export interface UpdateStorageProfileRequest {
|
|
2062
|
+
clientToken?: string | undefined;
|
|
2063
|
+
farmId: string | undefined;
|
|
2064
|
+
storageProfileId: string | undefined;
|
|
2065
|
+
displayName?: string | undefined;
|
|
2066
|
+
osFamily?: StorageProfileOperatingSystemFamily | undefined;
|
|
2067
|
+
fileSystemLocationsToAdd?: FileSystemLocation[] | undefined;
|
|
2068
|
+
fileSystemLocationsToRemove?: FileSystemLocation[] | undefined;
|
|
2069
|
+
}
|
|
2070
|
+
export interface UpdateStorageProfileResponse {}
|
|
2071
|
+
export interface GetQueueFleetAssociationRequest {
|
|
2072
|
+
farmId: string | undefined;
|
|
2073
|
+
queueId: string | undefined;
|
|
2074
|
+
fleetId: string | undefined;
|
|
2075
|
+
}
|
|
2076
|
+
export interface GetQueueFleetAssociationResponse {
|
|
2077
|
+
queueId: string | undefined;
|
|
2078
|
+
fleetId: string | undefined;
|
|
2079
|
+
status: QueueFleetAssociationStatus | undefined;
|
|
2080
|
+
createdAt: Date | undefined;
|
|
2081
|
+
createdBy: string | undefined;
|
|
2082
|
+
updatedAt?: Date | undefined;
|
|
2083
|
+
updatedBy?: string | undefined;
|
|
2084
|
+
}
|
|
2085
|
+
export interface GetQueueLimitAssociationRequest {
|
|
2086
|
+
farmId: string | undefined;
|
|
2087
|
+
queueId: string | undefined;
|
|
2088
|
+
limitId: string | undefined;
|
|
2089
|
+
}
|
|
2090
|
+
export interface GetQueueLimitAssociationResponse {
|
|
2091
|
+
createdAt: Date | undefined;
|
|
2092
|
+
createdBy: string | undefined;
|
|
2093
|
+
updatedAt?: Date | undefined;
|
|
2094
|
+
updatedBy?: string | undefined;
|
|
2095
|
+
queueId: string | undefined;
|
|
2096
|
+
limitId: string | undefined;
|
|
2097
|
+
status: QueueLimitAssociationStatus | undefined;
|
|
2098
|
+
}
|
|
2099
|
+
export interface GetSessionsStatisticsAggregationRequest {
|
|
2100
|
+
farmId: string | undefined;
|
|
2101
|
+
aggregationId: string | undefined;
|
|
2102
|
+
maxResults?: number | undefined;
|
|
2103
|
+
nextToken?: string | undefined;
|
|
2104
|
+
}
|
|
2105
|
+
export interface Stats {
|
|
2106
|
+
min?: number | undefined;
|
|
2107
|
+
max?: number | undefined;
|
|
2108
|
+
avg?: number | undefined;
|
|
2109
|
+
sum?: number | undefined;
|
|
2110
|
+
}
|
|
2111
|
+
export interface Statistics {
|
|
2112
|
+
queueId?: string | undefined;
|
|
2113
|
+
fleetId?: string | undefined;
|
|
2114
|
+
jobId?: string | undefined;
|
|
2115
|
+
jobName?: string | undefined;
|
|
2116
|
+
userId?: string | undefined;
|
|
2117
|
+
usageType?: UsageType | undefined;
|
|
2118
|
+
licenseProduct?: string | undefined;
|
|
2119
|
+
instanceType?: string | undefined;
|
|
2120
|
+
count: number | undefined;
|
|
2121
|
+
costInUsd: Stats | undefined;
|
|
2122
|
+
runtimeInSeconds: Stats | undefined;
|
|
2123
|
+
aggregationStartTime?: Date | undefined;
|
|
2124
|
+
aggregationEndTime?: Date | undefined;
|
|
2125
|
+
}
|
|
2126
|
+
export interface GetSessionsStatisticsAggregationResponse {
|
|
2127
|
+
statistics?: Statistics[] | undefined;
|
|
2128
|
+
nextToken?: string | undefined;
|
|
2129
|
+
status: SessionsStatisticsAggregationStatus | undefined;
|
|
2130
|
+
statusMessage?: string | undefined;
|
|
2131
|
+
}
|
|
2132
|
+
export interface DeleteLicenseEndpointRequest {
|
|
2133
|
+
licenseEndpointId: string | undefined;
|
|
2134
|
+
}
|
|
2135
|
+
export interface DeleteLicenseEndpointResponse {}
|
|
2136
|
+
export interface GetLicenseEndpointRequest {
|
|
2137
|
+
licenseEndpointId: string | undefined;
|
|
2138
|
+
}
|
|
2139
|
+
export interface GetLicenseEndpointResponse {
|
|
2140
|
+
licenseEndpointId: string | undefined;
|
|
2141
|
+
status: LicenseEndpointStatus | undefined;
|
|
2142
|
+
statusMessage: string | undefined;
|
|
2143
|
+
vpcId?: string | undefined;
|
|
2144
|
+
dnsName?: string | undefined;
|
|
2145
|
+
subnetIds?: string[] | undefined;
|
|
2146
|
+
securityGroupIds?: string[] | undefined;
|
|
2147
|
+
}
|
|
2148
|
+
export interface ListLicenseEndpointsRequest {
|
|
2149
|
+
nextToken?: string | undefined;
|
|
2150
|
+
maxResults?: number | undefined;
|
|
2151
|
+
}
|
|
2152
|
+
export interface LicenseEndpointSummary {
|
|
2153
|
+
licenseEndpointId?: string | undefined;
|
|
2154
|
+
status?: LicenseEndpointStatus | undefined;
|
|
2155
|
+
statusMessage?: string | undefined;
|
|
2156
|
+
vpcId?: string | undefined;
|
|
2157
|
+
}
|
|
2158
|
+
export interface ListLicenseEndpointsResponse {
|
|
2159
|
+
licenseEndpoints: LicenseEndpointSummary[] | undefined;
|
|
2160
|
+
nextToken?: string | undefined;
|
|
2161
|
+
}
|
|
2162
|
+
export interface DeleteMeteredProductRequest {
|
|
2163
|
+
licenseEndpointId: string | undefined;
|
|
2164
|
+
productId: string | undefined;
|
|
2165
|
+
}
|
|
2166
|
+
export interface DeleteMeteredProductResponse {}
|
|
2167
|
+
export interface ListMeteredProductsRequest {
|
|
2168
|
+
licenseEndpointId: string | undefined;
|
|
2169
|
+
nextToken?: string | undefined;
|
|
2170
|
+
maxResults?: number | undefined;
|
|
2171
|
+
}
|