@aws-sdk/client-deadline 3.1024.0 → 3.1026.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/README.md +56 -0
- package/dist-cjs/index.js +274 -102
- package/dist-cjs/schemas/schemas_0.js +399 -44
- package/dist-es/Deadline.js +16 -0
- package/dist-es/commands/BatchGetJobCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionActionCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionCommand.js +16 -0
- package/dist-es/commands/BatchGetStepCommand.js +16 -0
- package/dist-es/commands/BatchGetTaskCommand.js +16 -0
- package/dist-es/commands/BatchGetWorkerCommand.js +16 -0
- package/dist-es/commands/BatchUpdateJobCommand.js +16 -0
- package/dist-es/commands/BatchUpdateTaskCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +154 -102
- package/dist-es/schemas/schemas_0.js +388 -34
- package/dist-types/Deadline.d.ts +56 -0
- package/dist-types/DeadlineClient.d.ts +10 -2
- package/dist-types/commands/BatchGetJobCommand.d.ts +176 -0
- package/dist-types/commands/BatchGetSessionActionCommand.d.ts +180 -0
- package/dist-types/commands/BatchGetSessionCommand.d.ts +177 -0
- package/dist-types/commands/BatchGetStepCommand.d.ts +193 -0
- package/dist-types/commands/BatchGetTaskCommand.d.ts +160 -0
- package/dist-types/commands/BatchGetWorkerCommand.d.ts +159 -0
- package/dist-types/commands/BatchUpdateJobCommand.d.ts +135 -0
- package/dist-types/commands/BatchUpdateTaskCommand.d.ts +136 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +1 -0
- 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 -2
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
- 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/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -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/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +310 -194
- package/dist-types/models/models_0.d.ts +3347 -3110
- package/dist-types/models/models_1.d.ts +1057 -2
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/Deadline.d.ts +136 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +50 -0
- 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 +4 -2
- 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/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -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/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +194 -126
- package/dist-types/ts3.4/models/models_0.d.ts +583 -522
- package/dist-types/ts3.4/models/models_1.d.ts +251 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +34 -34
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetQueueFleetAssociationRequest,
|
|
10
10
|
GetQueueFleetAssociationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetQueueFleetAssociationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetQueueLimitAssociationRequest,
|
|
10
10
|
GetQueueLimitAssociationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetQueueLimitAssociationCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetSessionsStatisticsAggregationRequest,
|
|
10
|
+
GetSessionsStatisticsAggregationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetSessionsStatisticsAggregationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListQueueMembersRequest,
|
|
10
10
|
ListQueueMembersResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListQueueMembersCommandInput extends ListQueueMembersRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { ListQueuesRequest, ListQueuesResponse } from "../models/
|
|
8
|
+
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListStorageProfilesForQueueRequest,
|
|
10
10
|
ListStorageProfilesForQueueResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListStorageProfilesForQueueCommandInput
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { ListTasksRequest
|
|
8
|
+
import { ListTasksRequest } from "../models/models_0";
|
|
9
|
+
import { ListTasksResponse } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateFarmRequest, UpdateFarmResponse } from "../models/
|
|
8
|
+
import { UpdateFarmRequest, UpdateFarmResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateFarmCommandInput extends UpdateFarmRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateJobRequest, UpdateJobResponse } from "../models/
|
|
8
|
+
import { UpdateJobRequest, UpdateJobResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateJobCommandInput extends UpdateJobRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateLimitRequest, UpdateLimitResponse } from "../models/
|
|
8
|
+
import { UpdateLimitRequest, UpdateLimitResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateLimitCommandInput extends UpdateLimitRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/
|
|
8
|
+
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateQueueCommandInput extends UpdateQueueRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateSessionRequest,
|
|
10
10
|
UpdateSessionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateSessionCommandInput extends UpdateSessionRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateStepRequest, UpdateStepResponse } from "../models/
|
|
8
|
+
import { UpdateStepRequest, UpdateStepResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateStepCommandInput extends UpdateStepRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import { UpdateTaskRequest, UpdateTaskResponse } from "../models/
|
|
8
|
+
import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateTaskCommandInput extends UpdateTaskRequest {}
|
|
@@ -7,7 +7,15 @@ export * from "./AssumeFleetRoleForWorkerCommand";
|
|
|
7
7
|
export * from "./AssumeQueueRoleForReadCommand";
|
|
8
8
|
export * from "./AssumeQueueRoleForUserCommand";
|
|
9
9
|
export * from "./AssumeQueueRoleForWorkerCommand";
|
|
10
|
+
export * from "./BatchGetJobCommand";
|
|
10
11
|
export * from "./BatchGetJobEntityCommand";
|
|
12
|
+
export * from "./BatchGetSessionActionCommand";
|
|
13
|
+
export * from "./BatchGetSessionCommand";
|
|
14
|
+
export * from "./BatchGetStepCommand";
|
|
15
|
+
export * from "./BatchGetTaskCommand";
|
|
16
|
+
export * from "./BatchGetWorkerCommand";
|
|
17
|
+
export * from "./BatchUpdateJobCommand";
|
|
18
|
+
export * from "./BatchUpdateTaskCommand";
|
|
11
19
|
export * from "./CopyJobTemplateCommand";
|
|
12
20
|
export * from "./CreateBudgetCommand";
|
|
13
21
|
export * from "./CreateFarmCommand";
|
|
@@ -73,6 +73,53 @@ export declare const AutoScalingStatus: {
|
|
|
73
73
|
};
|
|
74
74
|
export type AutoScalingStatus =
|
|
75
75
|
(typeof AutoScalingStatus)[keyof typeof AutoScalingStatus];
|
|
76
|
+
export declare const BatchGetJobErrorCode: {
|
|
77
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
78
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
79
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
80
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
81
|
+
readonly ValidationException: "ValidationException";
|
|
82
|
+
};
|
|
83
|
+
export type BatchGetJobErrorCode =
|
|
84
|
+
(typeof BatchGetJobErrorCode)[keyof typeof BatchGetJobErrorCode];
|
|
85
|
+
export declare const JobLifecycleStatus: {
|
|
86
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
87
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
88
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
89
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
90
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
91
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
92
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
93
|
+
readonly UPLOAD_FAILED: "UPLOAD_FAILED";
|
|
94
|
+
readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
|
|
95
|
+
};
|
|
96
|
+
export type JobLifecycleStatus =
|
|
97
|
+
(typeof JobLifecycleStatus)[keyof typeof JobLifecycleStatus];
|
|
98
|
+
export declare const JobTargetTaskRunStatus: {
|
|
99
|
+
readonly CANCELED: "CANCELED";
|
|
100
|
+
readonly FAILED: "FAILED";
|
|
101
|
+
readonly PENDING: "PENDING";
|
|
102
|
+
readonly READY: "READY";
|
|
103
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
104
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
105
|
+
};
|
|
106
|
+
export type JobTargetTaskRunStatus =
|
|
107
|
+
(typeof JobTargetTaskRunStatus)[keyof typeof JobTargetTaskRunStatus];
|
|
108
|
+
export declare const TaskRunStatus: {
|
|
109
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
110
|
+
readonly CANCELED: "CANCELED";
|
|
111
|
+
readonly FAILED: "FAILED";
|
|
112
|
+
readonly INTERRUPTING: "INTERRUPTING";
|
|
113
|
+
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
114
|
+
readonly PENDING: "PENDING";
|
|
115
|
+
readonly READY: "READY";
|
|
116
|
+
readonly RUNNING: "RUNNING";
|
|
117
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
118
|
+
readonly STARTING: "STARTING";
|
|
119
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
120
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
121
|
+
};
|
|
122
|
+
export type TaskRunStatus = (typeof TaskRunStatus)[keyof typeof TaskRunStatus];
|
|
76
123
|
export declare const RunAs: {
|
|
77
124
|
readonly QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER";
|
|
78
125
|
readonly WORKER_AGENT_USER: "WORKER_AGENT_USER";
|
|
@@ -88,6 +135,153 @@ export declare const JobEntityErrorCode: {
|
|
|
88
135
|
};
|
|
89
136
|
export type JobEntityErrorCode =
|
|
90
137
|
(typeof JobEntityErrorCode)[keyof typeof JobEntityErrorCode];
|
|
138
|
+
export declare const BatchGetSessionErrorCode: {
|
|
139
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
140
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
141
|
+
readonly ValidationException: "ValidationException";
|
|
142
|
+
};
|
|
143
|
+
export type BatchGetSessionErrorCode =
|
|
144
|
+
(typeof BatchGetSessionErrorCode)[keyof typeof BatchGetSessionErrorCode];
|
|
145
|
+
export declare const SessionLifecycleStatus: {
|
|
146
|
+
readonly ENDED: "ENDED";
|
|
147
|
+
readonly STARTED: "STARTED";
|
|
148
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
149
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
150
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
151
|
+
};
|
|
152
|
+
export type SessionLifecycleStatus =
|
|
153
|
+
(typeof SessionLifecycleStatus)[keyof typeof SessionLifecycleStatus];
|
|
154
|
+
export declare const SessionLifecycleTargetStatus: {
|
|
155
|
+
readonly ENDED: "ENDED";
|
|
156
|
+
};
|
|
157
|
+
export type SessionLifecycleTargetStatus =
|
|
158
|
+
(typeof SessionLifecycleTargetStatus)[keyof typeof SessionLifecycleTargetStatus];
|
|
159
|
+
export declare const BatchGetSessionActionErrorCode: {
|
|
160
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
161
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
162
|
+
readonly ValidationException: "ValidationException";
|
|
163
|
+
};
|
|
164
|
+
export type BatchGetSessionActionErrorCode =
|
|
165
|
+
(typeof BatchGetSessionActionErrorCode)[keyof typeof BatchGetSessionActionErrorCode];
|
|
166
|
+
export declare const SessionActionStatus: {
|
|
167
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
168
|
+
readonly CANCELED: "CANCELED";
|
|
169
|
+
readonly CANCELING: "CANCELING";
|
|
170
|
+
readonly FAILED: "FAILED";
|
|
171
|
+
readonly INTERRUPTED: "INTERRUPTED";
|
|
172
|
+
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
173
|
+
readonly RECLAIMED: "RECLAIMED";
|
|
174
|
+
readonly RECLAIMING: "RECLAIMING";
|
|
175
|
+
readonly RUNNING: "RUNNING";
|
|
176
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
177
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
178
|
+
};
|
|
179
|
+
export type SessionActionStatus =
|
|
180
|
+
(typeof SessionActionStatus)[keyof typeof SessionActionStatus];
|
|
181
|
+
export declare const BatchGetStepErrorCode: {
|
|
182
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
183
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
184
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
185
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
186
|
+
readonly ValidationException: "ValidationException";
|
|
187
|
+
};
|
|
188
|
+
export type BatchGetStepErrorCode =
|
|
189
|
+
(typeof BatchGetStepErrorCode)[keyof typeof BatchGetStepErrorCode];
|
|
190
|
+
export declare const StepLifecycleStatus: {
|
|
191
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
192
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
193
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
194
|
+
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
195
|
+
};
|
|
196
|
+
export type StepLifecycleStatus =
|
|
197
|
+
(typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
|
|
198
|
+
export declare const RangeConstraint: {
|
|
199
|
+
readonly CONTIGUOUS: "CONTIGUOUS";
|
|
200
|
+
readonly NONCONTIGUOUS: "NONCONTIGUOUS";
|
|
201
|
+
};
|
|
202
|
+
export type RangeConstraint =
|
|
203
|
+
(typeof RangeConstraint)[keyof typeof RangeConstraint];
|
|
204
|
+
export declare const StepParameterType: {
|
|
205
|
+
readonly CHUNK_INT: "CHUNK_INT";
|
|
206
|
+
readonly FLOAT: "FLOAT";
|
|
207
|
+
readonly INT: "INT";
|
|
208
|
+
readonly PATH: "PATH";
|
|
209
|
+
readonly STRING: "STRING";
|
|
210
|
+
};
|
|
211
|
+
export type StepParameterType =
|
|
212
|
+
(typeof StepParameterType)[keyof typeof StepParameterType];
|
|
213
|
+
export declare const StepTargetTaskRunStatus: {
|
|
214
|
+
readonly CANCELED: "CANCELED";
|
|
215
|
+
readonly FAILED: "FAILED";
|
|
216
|
+
readonly PENDING: "PENDING";
|
|
217
|
+
readonly READY: "READY";
|
|
218
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
219
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
220
|
+
};
|
|
221
|
+
export type StepTargetTaskRunStatus =
|
|
222
|
+
(typeof StepTargetTaskRunStatus)[keyof typeof StepTargetTaskRunStatus];
|
|
223
|
+
export declare const BatchGetTaskErrorCode: {
|
|
224
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
225
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
226
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
227
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
228
|
+
readonly ValidationException: "ValidationException";
|
|
229
|
+
};
|
|
230
|
+
export type BatchGetTaskErrorCode =
|
|
231
|
+
(typeof BatchGetTaskErrorCode)[keyof typeof BatchGetTaskErrorCode];
|
|
232
|
+
export declare const TaskTargetRunStatus: {
|
|
233
|
+
readonly CANCELED: "CANCELED";
|
|
234
|
+
readonly FAILED: "FAILED";
|
|
235
|
+
readonly PENDING: "PENDING";
|
|
236
|
+
readonly READY: "READY";
|
|
237
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
238
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
239
|
+
};
|
|
240
|
+
export type TaskTargetRunStatus =
|
|
241
|
+
(typeof TaskTargetRunStatus)[keyof typeof TaskTargetRunStatus];
|
|
242
|
+
export declare const BatchGetWorkerErrorCode: {
|
|
243
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
244
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
245
|
+
readonly ValidationException: "ValidationException";
|
|
246
|
+
};
|
|
247
|
+
export type BatchGetWorkerErrorCode =
|
|
248
|
+
(typeof BatchGetWorkerErrorCode)[keyof typeof BatchGetWorkerErrorCode];
|
|
249
|
+
export declare const WorkerStatus: {
|
|
250
|
+
readonly CREATED: "CREATED";
|
|
251
|
+
readonly IDLE: "IDLE";
|
|
252
|
+
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
253
|
+
readonly NOT_RESPONDING: "NOT_RESPONDING";
|
|
254
|
+
readonly RUNNING: "RUNNING";
|
|
255
|
+
readonly STARTED: "STARTED";
|
|
256
|
+
readonly STOPPED: "STOPPED";
|
|
257
|
+
readonly STOPPING: "STOPPING";
|
|
258
|
+
};
|
|
259
|
+
export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
|
|
260
|
+
export declare const UpdateJobLifecycleStatus: {
|
|
261
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
262
|
+
};
|
|
263
|
+
export type UpdateJobLifecycleStatus =
|
|
264
|
+
(typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
|
|
265
|
+
export declare const BatchUpdateJobErrorCode: {
|
|
266
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
267
|
+
readonly ConflictException: "ConflictException";
|
|
268
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
269
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
270
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
271
|
+
readonly ValidationException: "ValidationException";
|
|
272
|
+
};
|
|
273
|
+
export type BatchUpdateJobErrorCode =
|
|
274
|
+
(typeof BatchUpdateJobErrorCode)[keyof typeof BatchUpdateJobErrorCode];
|
|
275
|
+
export declare const BatchUpdateTaskErrorCode: {
|
|
276
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
277
|
+
readonly ConflictException: "ConflictException";
|
|
278
|
+
readonly InternalServerErrorException: "InternalServerErrorException";
|
|
279
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
280
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
281
|
+
readonly ValidationException: "ValidationException";
|
|
282
|
+
};
|
|
283
|
+
export type BatchUpdateTaskErrorCode =
|
|
284
|
+
(typeof BatchUpdateTaskErrorCode)[keyof typeof BatchUpdateTaskErrorCode];
|
|
91
285
|
export declare const BudgetActionType: {
|
|
92
286
|
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
93
287
|
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
@@ -198,31 +392,6 @@ export declare const FleetStatus: {
|
|
|
198
392
|
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
199
393
|
};
|
|
200
394
|
export type FleetStatus = (typeof FleetStatus)[keyof typeof FleetStatus];
|
|
201
|
-
export declare const WorkerStatus: {
|
|
202
|
-
readonly CREATED: "CREATED";
|
|
203
|
-
readonly IDLE: "IDLE";
|
|
204
|
-
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
205
|
-
readonly NOT_RESPONDING: "NOT_RESPONDING";
|
|
206
|
-
readonly RUNNING: "RUNNING";
|
|
207
|
-
readonly STARTED: "STARTED";
|
|
208
|
-
readonly STOPPED: "STOPPED";
|
|
209
|
-
readonly STOPPING: "STOPPING";
|
|
210
|
-
};
|
|
211
|
-
export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
|
|
212
|
-
export declare const SessionLifecycleStatus: {
|
|
213
|
-
readonly ENDED: "ENDED";
|
|
214
|
-
readonly STARTED: "STARTED";
|
|
215
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
216
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
217
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
218
|
-
};
|
|
219
|
-
export type SessionLifecycleStatus =
|
|
220
|
-
(typeof SessionLifecycleStatus)[keyof typeof SessionLifecycleStatus];
|
|
221
|
-
export declare const SessionLifecycleTargetStatus: {
|
|
222
|
-
readonly ENDED: "ENDED";
|
|
223
|
-
};
|
|
224
|
-
export type SessionLifecycleTargetStatus =
|
|
225
|
-
(typeof SessionLifecycleTargetStatus)[keyof typeof SessionLifecycleTargetStatus];
|
|
226
395
|
export declare const UpdatedWorkerStatus: {
|
|
227
396
|
readonly STARTED: "STARTED";
|
|
228
397
|
readonly STOPPED: "STOPPED";
|
|
@@ -247,113 +416,12 @@ export declare const QueueStatus: {
|
|
|
247
416
|
readonly SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED";
|
|
248
417
|
};
|
|
249
418
|
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
250
|
-
export declare const JobLifecycleStatus: {
|
|
251
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
252
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
253
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
254
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
255
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
256
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
257
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
258
|
-
readonly UPLOAD_FAILED: "UPLOAD_FAILED";
|
|
259
|
-
readonly UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS";
|
|
260
|
-
};
|
|
261
|
-
export type JobLifecycleStatus =
|
|
262
|
-
(typeof JobLifecycleStatus)[keyof typeof JobLifecycleStatus];
|
|
263
|
-
export declare const JobTargetTaskRunStatus: {
|
|
264
|
-
readonly CANCELED: "CANCELED";
|
|
265
|
-
readonly FAILED: "FAILED";
|
|
266
|
-
readonly PENDING: "PENDING";
|
|
267
|
-
readonly READY: "READY";
|
|
268
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
269
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
270
|
-
};
|
|
271
|
-
export type JobTargetTaskRunStatus =
|
|
272
|
-
(typeof JobTargetTaskRunStatus)[keyof typeof JobTargetTaskRunStatus];
|
|
273
|
-
export declare const TaskRunStatus: {
|
|
274
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
275
|
-
readonly CANCELED: "CANCELED";
|
|
276
|
-
readonly FAILED: "FAILED";
|
|
277
|
-
readonly INTERRUPTING: "INTERRUPTING";
|
|
278
|
-
readonly NOT_COMPATIBLE: "NOT_COMPATIBLE";
|
|
279
|
-
readonly PENDING: "PENDING";
|
|
280
|
-
readonly READY: "READY";
|
|
281
|
-
readonly RUNNING: "RUNNING";
|
|
282
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
283
|
-
readonly STARTING: "STARTING";
|
|
284
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
285
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
286
|
-
};
|
|
287
|
-
export type TaskRunStatus = (typeof TaskRunStatus)[keyof typeof TaskRunStatus];
|
|
288
|
-
export declare const SessionActionStatus: {
|
|
289
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
290
|
-
readonly CANCELED: "CANCELED";
|
|
291
|
-
readonly CANCELING: "CANCELING";
|
|
292
|
-
readonly FAILED: "FAILED";
|
|
293
|
-
readonly INTERRUPTED: "INTERRUPTED";
|
|
294
|
-
readonly NEVER_ATTEMPTED: "NEVER_ATTEMPTED";
|
|
295
|
-
readonly RECLAIMED: "RECLAIMED";
|
|
296
|
-
readonly RECLAIMING: "RECLAIMING";
|
|
297
|
-
readonly RUNNING: "RUNNING";
|
|
298
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
299
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
300
|
-
};
|
|
301
|
-
export type SessionActionStatus =
|
|
302
|
-
(typeof SessionActionStatus)[keyof typeof SessionActionStatus];
|
|
303
|
-
export declare const StepLifecycleStatus: {
|
|
304
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
305
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
306
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
307
|
-
readonly UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED";
|
|
308
|
-
};
|
|
309
|
-
export type StepLifecycleStatus =
|
|
310
|
-
(typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
|
|
311
|
-
export declare const RangeConstraint: {
|
|
312
|
-
readonly CONTIGUOUS: "CONTIGUOUS";
|
|
313
|
-
readonly NONCONTIGUOUS: "NONCONTIGUOUS";
|
|
314
|
-
};
|
|
315
|
-
export type RangeConstraint =
|
|
316
|
-
(typeof RangeConstraint)[keyof typeof RangeConstraint];
|
|
317
|
-
export declare const StepParameterType: {
|
|
318
|
-
readonly CHUNK_INT: "CHUNK_INT";
|
|
319
|
-
readonly FLOAT: "FLOAT";
|
|
320
|
-
readonly INT: "INT";
|
|
321
|
-
readonly PATH: "PATH";
|
|
322
|
-
readonly STRING: "STRING";
|
|
323
|
-
};
|
|
324
|
-
export type StepParameterType =
|
|
325
|
-
(typeof StepParameterType)[keyof typeof StepParameterType];
|
|
326
|
-
export declare const StepTargetTaskRunStatus: {
|
|
327
|
-
readonly CANCELED: "CANCELED";
|
|
328
|
-
readonly FAILED: "FAILED";
|
|
329
|
-
readonly PENDING: "PENDING";
|
|
330
|
-
readonly READY: "READY";
|
|
331
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
332
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
333
|
-
};
|
|
334
|
-
export type StepTargetTaskRunStatus =
|
|
335
|
-
(typeof StepTargetTaskRunStatus)[keyof typeof StepTargetTaskRunStatus];
|
|
336
|
-
export declare const TaskTargetRunStatus: {
|
|
337
|
-
readonly CANCELED: "CANCELED";
|
|
338
|
-
readonly FAILED: "FAILED";
|
|
339
|
-
readonly PENDING: "PENDING";
|
|
340
|
-
readonly READY: "READY";
|
|
341
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
342
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
343
|
-
};
|
|
344
|
-
export type TaskTargetRunStatus =
|
|
345
|
-
(typeof TaskTargetRunStatus)[keyof typeof TaskTargetRunStatus];
|
|
346
419
|
export declare const DependencyConsumerResolutionStatus: {
|
|
347
420
|
readonly RESOLVED: "RESOLVED";
|
|
348
421
|
readonly UNRESOLVED: "UNRESOLVED";
|
|
349
422
|
};
|
|
350
423
|
export type DependencyConsumerResolutionStatus =
|
|
351
424
|
(typeof DependencyConsumerResolutionStatus)[keyof typeof DependencyConsumerResolutionStatus];
|
|
352
|
-
export declare const UpdateJobLifecycleStatus: {
|
|
353
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
354
|
-
};
|
|
355
|
-
export type UpdateJobLifecycleStatus =
|
|
356
|
-
(typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
|
|
357
425
|
export declare const QueueFleetAssociationStatus: {
|
|
358
426
|
readonly ACTIVE: "ACTIVE";
|
|
359
427
|
readonly STOPPED: "STOPPED";
|