@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,378 +1,30 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ComparisonOperator,
|
|
3
|
-
DateTimeFilterExpression,
|
|
4
|
-
DeadlinePrincipalType,
|
|
5
|
-
DefaultQueueBudgetAction,
|
|
6
|
-
DependencyCounts,
|
|
7
|
-
EnvironmentTemplateType,
|
|
8
|
-
FileSystemLocation,
|
|
9
|
-
HostPropertiesResponse,
|
|
10
|
-
JobAttachmentSettings,
|
|
11
3
|
JobLifecycleStatus,
|
|
12
|
-
JobParameter,
|
|
13
|
-
JobRunAsUser,
|
|
14
4
|
JobTargetTaskRunStatus,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
5
|
+
LogicalOperator,
|
|
6
|
+
Period,
|
|
7
|
+
QueueFleetAssociationStatus,
|
|
8
|
+
QueueLimitAssociationStatus,
|
|
9
|
+
SearchTermMatchingType,
|
|
10
|
+
SortOrder,
|
|
20
11
|
StepLifecycleStatus,
|
|
21
12
|
StepTargetTaskRunStatus,
|
|
22
|
-
StorageProfileOperatingSystemFamily,
|
|
23
|
-
StorageProfileSummary,
|
|
24
|
-
TaskParameterValue,
|
|
25
13
|
TaskRunStatus,
|
|
26
14
|
TaskTargetRunStatus,
|
|
15
|
+
UpdateQueueFleetAssociationStatus,
|
|
16
|
+
UpdateQueueLimitAssociationStatus,
|
|
17
|
+
UsageGroupByField,
|
|
18
|
+
UsageStatistic,
|
|
27
19
|
WorkerStatus,
|
|
20
|
+
} from "./enums";
|
|
21
|
+
import {
|
|
22
|
+
DateTimeFilterExpression,
|
|
23
|
+
HostPropertiesResponse,
|
|
24
|
+
JobParameter,
|
|
25
|
+
ParameterSpace,
|
|
26
|
+
TaskParameterValue,
|
|
28
27
|
} from "./models_0";
|
|
29
|
-
export interface StepSummary {
|
|
30
|
-
stepId: string | undefined;
|
|
31
|
-
name: string | undefined;
|
|
32
|
-
lifecycleStatus: StepLifecycleStatus | undefined;
|
|
33
|
-
lifecycleStatusMessage?: string | undefined;
|
|
34
|
-
taskRunStatus: TaskRunStatus | undefined;
|
|
35
|
-
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
36
|
-
taskFailureRetryCount?: number | undefined;
|
|
37
|
-
targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
|
|
38
|
-
createdAt: Date | undefined;
|
|
39
|
-
createdBy: string | undefined;
|
|
40
|
-
updatedAt?: Date | undefined;
|
|
41
|
-
updatedBy?: string | undefined;
|
|
42
|
-
startedAt?: Date | undefined;
|
|
43
|
-
endedAt?: Date | undefined;
|
|
44
|
-
dependencyCounts?: DependencyCounts | undefined;
|
|
45
|
-
}
|
|
46
|
-
export interface ListStepsResponse {
|
|
47
|
-
steps: StepSummary[] | undefined;
|
|
48
|
-
nextToken?: string | undefined;
|
|
49
|
-
}
|
|
50
|
-
export interface ListTasksRequest {
|
|
51
|
-
farmId: string | undefined;
|
|
52
|
-
queueId: string | undefined;
|
|
53
|
-
jobId: string | undefined;
|
|
54
|
-
stepId: string | undefined;
|
|
55
|
-
nextToken?: string | undefined;
|
|
56
|
-
maxResults?: number | undefined;
|
|
57
|
-
}
|
|
58
|
-
export interface TaskSummary {
|
|
59
|
-
taskId: string | undefined;
|
|
60
|
-
createdAt: Date | undefined;
|
|
61
|
-
createdBy: string | undefined;
|
|
62
|
-
runStatus: TaskRunStatus | undefined;
|
|
63
|
-
targetRunStatus?: TaskTargetRunStatus | undefined;
|
|
64
|
-
failureRetryCount?: number | undefined;
|
|
65
|
-
parameters?: Record<string, TaskParameterValue> | undefined;
|
|
66
|
-
startedAt?: Date | undefined;
|
|
67
|
-
endedAt?: Date | undefined;
|
|
68
|
-
updatedAt?: Date | undefined;
|
|
69
|
-
updatedBy?: string | undefined;
|
|
70
|
-
latestSessionActionId?: string | undefined;
|
|
71
|
-
}
|
|
72
|
-
export interface ListTasksResponse {
|
|
73
|
-
tasks: TaskSummary[] | undefined;
|
|
74
|
-
nextToken?: string | undefined;
|
|
75
|
-
}
|
|
76
|
-
export declare const UpdateJobLifecycleStatus: {
|
|
77
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
78
|
-
};
|
|
79
|
-
export type UpdateJobLifecycleStatus =
|
|
80
|
-
(typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
|
|
81
|
-
export interface UpdateJobRequest {
|
|
82
|
-
clientToken?: string | undefined;
|
|
83
|
-
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
84
|
-
priority?: number | undefined;
|
|
85
|
-
maxFailedTasksCount?: number | undefined;
|
|
86
|
-
maxRetriesPerTask?: number | undefined;
|
|
87
|
-
lifecycleStatus?: UpdateJobLifecycleStatus | undefined;
|
|
88
|
-
maxWorkerCount?: number | undefined;
|
|
89
|
-
farmId: string | undefined;
|
|
90
|
-
queueId: string | undefined;
|
|
91
|
-
jobId: string | undefined;
|
|
92
|
-
}
|
|
93
|
-
export interface UpdateJobResponse {}
|
|
94
|
-
export interface UpdateSessionRequest {
|
|
95
|
-
clientToken?: string | undefined;
|
|
96
|
-
targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
|
|
97
|
-
farmId: string | undefined;
|
|
98
|
-
queueId: string | undefined;
|
|
99
|
-
jobId: string | undefined;
|
|
100
|
-
sessionId: string | undefined;
|
|
101
|
-
}
|
|
102
|
-
export interface UpdateSessionResponse {}
|
|
103
|
-
export interface UpdateStepRequest {
|
|
104
|
-
targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
|
|
105
|
-
clientToken?: string | undefined;
|
|
106
|
-
farmId: string | undefined;
|
|
107
|
-
queueId: string | undefined;
|
|
108
|
-
jobId: string | undefined;
|
|
109
|
-
stepId: string | undefined;
|
|
110
|
-
}
|
|
111
|
-
export interface UpdateStepResponse {}
|
|
112
|
-
export interface UpdateTaskRequest {
|
|
113
|
-
clientToken?: string | undefined;
|
|
114
|
-
targetRunStatus: TaskTargetRunStatus | undefined;
|
|
115
|
-
farmId: string | undefined;
|
|
116
|
-
queueId: string | undefined;
|
|
117
|
-
jobId: string | undefined;
|
|
118
|
-
stepId: string | undefined;
|
|
119
|
-
taskId: string | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface UpdateTaskResponse {}
|
|
122
|
-
export interface ListQueueEnvironmentsRequest {
|
|
123
|
-
farmId: string | undefined;
|
|
124
|
-
queueId: string | undefined;
|
|
125
|
-
nextToken?: string | undefined;
|
|
126
|
-
maxResults?: number | undefined;
|
|
127
|
-
}
|
|
128
|
-
export interface QueueEnvironmentSummary {
|
|
129
|
-
queueEnvironmentId: string | undefined;
|
|
130
|
-
name: string | undefined;
|
|
131
|
-
priority: number | undefined;
|
|
132
|
-
}
|
|
133
|
-
export interface ListQueueEnvironmentsResponse {
|
|
134
|
-
environments: QueueEnvironmentSummary[] | undefined;
|
|
135
|
-
nextToken?: string | undefined;
|
|
136
|
-
}
|
|
137
|
-
export interface ListQueueMembersRequest {
|
|
138
|
-
farmId: string | undefined;
|
|
139
|
-
queueId: string | undefined;
|
|
140
|
-
nextToken?: string | undefined;
|
|
141
|
-
maxResults?: number | undefined;
|
|
142
|
-
}
|
|
143
|
-
export interface QueueMember {
|
|
144
|
-
farmId: string | undefined;
|
|
145
|
-
queueId: string | undefined;
|
|
146
|
-
principalId: string | undefined;
|
|
147
|
-
principalType: DeadlinePrincipalType | undefined;
|
|
148
|
-
identityStoreId: string | undefined;
|
|
149
|
-
membershipLevel: MembershipLevel | undefined;
|
|
150
|
-
}
|
|
151
|
-
export interface ListQueueMembersResponse {
|
|
152
|
-
members: QueueMember[] | undefined;
|
|
153
|
-
nextToken?: string | undefined;
|
|
154
|
-
}
|
|
155
|
-
export interface ListQueuesRequest {
|
|
156
|
-
farmId: string | undefined;
|
|
157
|
-
principalId?: string | undefined;
|
|
158
|
-
status?: QueueStatus | undefined;
|
|
159
|
-
nextToken?: string | undefined;
|
|
160
|
-
maxResults?: number | undefined;
|
|
161
|
-
}
|
|
162
|
-
export interface QueueSummary {
|
|
163
|
-
farmId: string | undefined;
|
|
164
|
-
queueId: string | undefined;
|
|
165
|
-
displayName: string | undefined;
|
|
166
|
-
status: QueueStatus | undefined;
|
|
167
|
-
defaultBudgetAction: DefaultQueueBudgetAction | undefined;
|
|
168
|
-
blockedReason?: QueueBlockedReason | undefined;
|
|
169
|
-
createdAt: Date | undefined;
|
|
170
|
-
createdBy: string | undefined;
|
|
171
|
-
updatedAt?: Date | undefined;
|
|
172
|
-
updatedBy?: string | undefined;
|
|
173
|
-
}
|
|
174
|
-
export interface ListQueuesResponse {
|
|
175
|
-
queues: QueueSummary[] | undefined;
|
|
176
|
-
nextToken?: string | undefined;
|
|
177
|
-
}
|
|
178
|
-
export interface ListStorageProfilesForQueueRequest {
|
|
179
|
-
farmId: string | undefined;
|
|
180
|
-
queueId: string | undefined;
|
|
181
|
-
nextToken?: string | undefined;
|
|
182
|
-
maxResults?: number | undefined;
|
|
183
|
-
}
|
|
184
|
-
export interface ListStorageProfilesForQueueResponse {
|
|
185
|
-
storageProfiles: StorageProfileSummary[] | undefined;
|
|
186
|
-
nextToken?: string | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface UpdateQueueRequest {
|
|
189
|
-
clientToken?: string | undefined;
|
|
190
|
-
farmId: string | undefined;
|
|
191
|
-
queueId: string | undefined;
|
|
192
|
-
displayName?: string | undefined;
|
|
193
|
-
description?: string | undefined;
|
|
194
|
-
defaultBudgetAction?: DefaultQueueBudgetAction | undefined;
|
|
195
|
-
jobAttachmentSettings?: JobAttachmentSettings | undefined;
|
|
196
|
-
roleArn?: string | undefined;
|
|
197
|
-
jobRunAsUser?: JobRunAsUser | undefined;
|
|
198
|
-
requiredFileSystemLocationNamesToAdd?: string[] | undefined;
|
|
199
|
-
requiredFileSystemLocationNamesToRemove?: string[] | undefined;
|
|
200
|
-
allowedStorageProfileIdsToAdd?: string[] | undefined;
|
|
201
|
-
allowedStorageProfileIdsToRemove?: string[] | undefined;
|
|
202
|
-
}
|
|
203
|
-
export interface UpdateQueueResponse {}
|
|
204
|
-
export interface UpdateQueueEnvironmentRequest {
|
|
205
|
-
clientToken?: string | undefined;
|
|
206
|
-
farmId: string | undefined;
|
|
207
|
-
queueId: string | undefined;
|
|
208
|
-
queueEnvironmentId: string | undefined;
|
|
209
|
-
priority?: number | undefined;
|
|
210
|
-
templateType?: EnvironmentTemplateType | undefined;
|
|
211
|
-
template?: string | undefined;
|
|
212
|
-
}
|
|
213
|
-
export interface UpdateQueueEnvironmentResponse {}
|
|
214
|
-
export interface UpdateFarmRequest {
|
|
215
|
-
farmId: string | undefined;
|
|
216
|
-
displayName?: string | undefined;
|
|
217
|
-
description?: string | undefined;
|
|
218
|
-
}
|
|
219
|
-
export interface UpdateFarmResponse {}
|
|
220
|
-
export interface UpdateLimitRequest {
|
|
221
|
-
farmId: string | undefined;
|
|
222
|
-
limitId: string | undefined;
|
|
223
|
-
displayName?: string | undefined;
|
|
224
|
-
description?: string | undefined;
|
|
225
|
-
maxCount?: number | undefined;
|
|
226
|
-
}
|
|
227
|
-
export interface UpdateLimitResponse {}
|
|
228
|
-
export interface UpdateStorageProfileRequest {
|
|
229
|
-
clientToken?: string | undefined;
|
|
230
|
-
farmId: string | undefined;
|
|
231
|
-
storageProfileId: string | undefined;
|
|
232
|
-
displayName?: string | undefined;
|
|
233
|
-
osFamily?: StorageProfileOperatingSystemFamily | undefined;
|
|
234
|
-
fileSystemLocationsToAdd?: FileSystemLocation[] | undefined;
|
|
235
|
-
fileSystemLocationsToRemove?: FileSystemLocation[] | undefined;
|
|
236
|
-
}
|
|
237
|
-
export interface UpdateStorageProfileResponse {}
|
|
238
|
-
export interface GetQueueFleetAssociationRequest {
|
|
239
|
-
farmId: string | undefined;
|
|
240
|
-
queueId: string | undefined;
|
|
241
|
-
fleetId: string | undefined;
|
|
242
|
-
}
|
|
243
|
-
export declare const QueueFleetAssociationStatus: {
|
|
244
|
-
readonly ACTIVE: "ACTIVE";
|
|
245
|
-
readonly STOPPED: "STOPPED";
|
|
246
|
-
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
247
|
-
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
248
|
-
};
|
|
249
|
-
export type QueueFleetAssociationStatus =
|
|
250
|
-
(typeof QueueFleetAssociationStatus)[keyof typeof QueueFleetAssociationStatus];
|
|
251
|
-
export interface GetQueueFleetAssociationResponse {
|
|
252
|
-
queueId: string | undefined;
|
|
253
|
-
fleetId: string | undefined;
|
|
254
|
-
status: QueueFleetAssociationStatus | undefined;
|
|
255
|
-
createdAt: Date | undefined;
|
|
256
|
-
createdBy: string | undefined;
|
|
257
|
-
updatedAt?: Date | undefined;
|
|
258
|
-
updatedBy?: string | undefined;
|
|
259
|
-
}
|
|
260
|
-
export interface GetQueueLimitAssociationRequest {
|
|
261
|
-
farmId: string | undefined;
|
|
262
|
-
queueId: string | undefined;
|
|
263
|
-
limitId: string | undefined;
|
|
264
|
-
}
|
|
265
|
-
export declare const QueueLimitAssociationStatus: {
|
|
266
|
-
readonly ACTIVE: "ACTIVE";
|
|
267
|
-
readonly STOPPED: "STOPPED";
|
|
268
|
-
readonly STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS";
|
|
269
|
-
readonly STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS";
|
|
270
|
-
};
|
|
271
|
-
export type QueueLimitAssociationStatus =
|
|
272
|
-
(typeof QueueLimitAssociationStatus)[keyof typeof QueueLimitAssociationStatus];
|
|
273
|
-
export interface GetQueueLimitAssociationResponse {
|
|
274
|
-
createdAt: Date | undefined;
|
|
275
|
-
createdBy: string | undefined;
|
|
276
|
-
updatedAt?: Date | undefined;
|
|
277
|
-
updatedBy?: string | undefined;
|
|
278
|
-
queueId: string | undefined;
|
|
279
|
-
limitId: string | undefined;
|
|
280
|
-
status: QueueLimitAssociationStatus | undefined;
|
|
281
|
-
}
|
|
282
|
-
export interface GetSessionsStatisticsAggregationRequest {
|
|
283
|
-
farmId: string | undefined;
|
|
284
|
-
aggregationId: string | undefined;
|
|
285
|
-
maxResults?: number | undefined;
|
|
286
|
-
nextToken?: string | undefined;
|
|
287
|
-
}
|
|
288
|
-
export interface Stats {
|
|
289
|
-
min?: number | undefined;
|
|
290
|
-
max?: number | undefined;
|
|
291
|
-
avg?: number | undefined;
|
|
292
|
-
sum?: number | undefined;
|
|
293
|
-
}
|
|
294
|
-
export declare const UsageType: {
|
|
295
|
-
readonly COMPUTE: "COMPUTE";
|
|
296
|
-
readonly LICENSE: "LICENSE";
|
|
297
|
-
};
|
|
298
|
-
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
299
|
-
export interface Statistics {
|
|
300
|
-
queueId?: string | undefined;
|
|
301
|
-
fleetId?: string | undefined;
|
|
302
|
-
jobId?: string | undefined;
|
|
303
|
-
jobName?: string | undefined;
|
|
304
|
-
userId?: string | undefined;
|
|
305
|
-
usageType?: UsageType | undefined;
|
|
306
|
-
licenseProduct?: string | undefined;
|
|
307
|
-
instanceType?: string | undefined;
|
|
308
|
-
count: number | undefined;
|
|
309
|
-
costInUsd: Stats | undefined;
|
|
310
|
-
runtimeInSeconds: Stats | undefined;
|
|
311
|
-
aggregationStartTime?: Date | undefined;
|
|
312
|
-
aggregationEndTime?: Date | undefined;
|
|
313
|
-
}
|
|
314
|
-
export declare const SessionsStatisticsAggregationStatus: {
|
|
315
|
-
readonly COMPLETED: "COMPLETED";
|
|
316
|
-
readonly FAILED: "FAILED";
|
|
317
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
318
|
-
readonly TIMEOUT: "TIMEOUT";
|
|
319
|
-
};
|
|
320
|
-
export type SessionsStatisticsAggregationStatus =
|
|
321
|
-
(typeof SessionsStatisticsAggregationStatus)[keyof typeof SessionsStatisticsAggregationStatus];
|
|
322
|
-
export interface GetSessionsStatisticsAggregationResponse {
|
|
323
|
-
statistics?: Statistics[] | undefined;
|
|
324
|
-
nextToken?: string | undefined;
|
|
325
|
-
status: SessionsStatisticsAggregationStatus | undefined;
|
|
326
|
-
statusMessage?: string | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface DeleteLicenseEndpointRequest {
|
|
329
|
-
licenseEndpointId: string | undefined;
|
|
330
|
-
}
|
|
331
|
-
export interface DeleteLicenseEndpointResponse {}
|
|
332
|
-
export interface GetLicenseEndpointRequest {
|
|
333
|
-
licenseEndpointId: string | undefined;
|
|
334
|
-
}
|
|
335
|
-
export declare const LicenseEndpointStatus: {
|
|
336
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
337
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
338
|
-
readonly NOT_READY: "NOT_READY";
|
|
339
|
-
readonly READY: "READY";
|
|
340
|
-
};
|
|
341
|
-
export type LicenseEndpointStatus =
|
|
342
|
-
(typeof LicenseEndpointStatus)[keyof typeof LicenseEndpointStatus];
|
|
343
|
-
export interface GetLicenseEndpointResponse {
|
|
344
|
-
licenseEndpointId: string | undefined;
|
|
345
|
-
status: LicenseEndpointStatus | undefined;
|
|
346
|
-
statusMessage: string | undefined;
|
|
347
|
-
vpcId?: string | undefined;
|
|
348
|
-
dnsName?: string | undefined;
|
|
349
|
-
subnetIds?: string[] | undefined;
|
|
350
|
-
securityGroupIds?: string[] | undefined;
|
|
351
|
-
}
|
|
352
|
-
export interface ListLicenseEndpointsRequest {
|
|
353
|
-
nextToken?: string | undefined;
|
|
354
|
-
maxResults?: number | undefined;
|
|
355
|
-
}
|
|
356
|
-
export interface LicenseEndpointSummary {
|
|
357
|
-
licenseEndpointId?: string | undefined;
|
|
358
|
-
status?: LicenseEndpointStatus | undefined;
|
|
359
|
-
statusMessage?: string | undefined;
|
|
360
|
-
vpcId?: string | undefined;
|
|
361
|
-
}
|
|
362
|
-
export interface ListLicenseEndpointsResponse {
|
|
363
|
-
licenseEndpoints: LicenseEndpointSummary[] | undefined;
|
|
364
|
-
nextToken?: string | undefined;
|
|
365
|
-
}
|
|
366
|
-
export interface DeleteMeteredProductRequest {
|
|
367
|
-
licenseEndpointId: string | undefined;
|
|
368
|
-
productId: string | undefined;
|
|
369
|
-
}
|
|
370
|
-
export interface DeleteMeteredProductResponse {}
|
|
371
|
-
export interface ListMeteredProductsRequest {
|
|
372
|
-
licenseEndpointId: string | undefined;
|
|
373
|
-
nextToken?: string | undefined;
|
|
374
|
-
maxResults?: number | undefined;
|
|
375
|
-
}
|
|
376
28
|
export interface MeteredProductSummary {
|
|
377
29
|
productId: string | undefined;
|
|
378
30
|
family: string | undefined;
|
|
@@ -495,12 +147,6 @@ export interface ParameterFilterExpression {
|
|
|
495
147
|
operator: ComparisonOperator | undefined;
|
|
496
148
|
value: string | undefined;
|
|
497
149
|
}
|
|
498
|
-
export declare const SearchTermMatchingType: {
|
|
499
|
-
readonly CONTAINS: "CONTAINS";
|
|
500
|
-
readonly FUZZY_MATCH: "FUZZY_MATCH";
|
|
501
|
-
};
|
|
502
|
-
export type SearchTermMatchingType =
|
|
503
|
-
(typeof SearchTermMatchingType)[keyof typeof SearchTermMatchingType];
|
|
504
150
|
export interface SearchTermFilterExpression {
|
|
505
151
|
searchTerm: string | undefined;
|
|
506
152
|
matchType?: SearchTermMatchingType | undefined;
|
|
@@ -510,17 +156,6 @@ export interface StringFilterExpression {
|
|
|
510
156
|
operator: ComparisonOperator | undefined;
|
|
511
157
|
value: string | undefined;
|
|
512
158
|
}
|
|
513
|
-
export declare const LogicalOperator: {
|
|
514
|
-
readonly AND: "AND";
|
|
515
|
-
readonly OR: "OR";
|
|
516
|
-
};
|
|
517
|
-
export type LogicalOperator =
|
|
518
|
-
(typeof LogicalOperator)[keyof typeof LogicalOperator];
|
|
519
|
-
export declare const SortOrder: {
|
|
520
|
-
readonly ASCENDING: "ASCENDING";
|
|
521
|
-
readonly DESCENDING: "DESCENDING";
|
|
522
|
-
};
|
|
523
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
524
159
|
export interface FieldSortExpression {
|
|
525
160
|
sortOrder: SortOrder | undefined;
|
|
526
161
|
name: string | undefined;
|
|
@@ -655,24 +290,6 @@ export interface SearchWorkersResponse {
|
|
|
655
290
|
nextItemOffset?: number | undefined;
|
|
656
291
|
totalResults: number | undefined;
|
|
657
292
|
}
|
|
658
|
-
export declare const UsageGroupByField: {
|
|
659
|
-
readonly FLEET_ID: "FLEET_ID";
|
|
660
|
-
readonly INSTANCE_TYPE: "INSTANCE_TYPE";
|
|
661
|
-
readonly JOB_ID: "JOB_ID";
|
|
662
|
-
readonly LICENSE_PRODUCT: "LICENSE_PRODUCT";
|
|
663
|
-
readonly QUEUE_ID: "QUEUE_ID";
|
|
664
|
-
readonly USAGE_TYPE: "USAGE_TYPE";
|
|
665
|
-
readonly USER_ID: "USER_ID";
|
|
666
|
-
};
|
|
667
|
-
export type UsageGroupByField =
|
|
668
|
-
(typeof UsageGroupByField)[keyof typeof UsageGroupByField];
|
|
669
|
-
export declare const Period: {
|
|
670
|
-
readonly DAILY: "DAILY";
|
|
671
|
-
readonly HOURLY: "HOURLY";
|
|
672
|
-
readonly MONTHLY: "MONTHLY";
|
|
673
|
-
readonly WEEKLY: "WEEKLY";
|
|
674
|
-
};
|
|
675
|
-
export type Period = (typeof Period)[keyof typeof Period];
|
|
676
293
|
export type SessionsStatisticsResources =
|
|
677
294
|
| SessionsStatisticsResources.FleetIdsMember
|
|
678
295
|
| SessionsStatisticsResources.QueueIdsMember
|
|
@@ -699,14 +316,6 @@ export declare namespace SessionsStatisticsResources {
|
|
|
699
316
|
_: (name: string, value: any) => T;
|
|
700
317
|
}
|
|
701
318
|
}
|
|
702
|
-
export declare const UsageStatistic: {
|
|
703
|
-
readonly AVG: "AVG";
|
|
704
|
-
readonly MAX: "MAX";
|
|
705
|
-
readonly MIN: "MIN";
|
|
706
|
-
readonly SUM: "SUM";
|
|
707
|
-
};
|
|
708
|
-
export type UsageStatistic =
|
|
709
|
-
(typeof UsageStatistic)[keyof typeof UsageStatistic];
|
|
710
319
|
export interface StartSessionsStatisticsAggregationRequest {
|
|
711
320
|
farmId: string | undefined;
|
|
712
321
|
resourceIds: SessionsStatisticsResources | undefined;
|
|
@@ -730,13 +339,6 @@ export interface UntagResourceRequest {
|
|
|
730
339
|
tagKeys: string[] | undefined;
|
|
731
340
|
}
|
|
732
341
|
export interface UntagResourceResponse {}
|
|
733
|
-
export declare const UpdateQueueFleetAssociationStatus: {
|
|
734
|
-
readonly ACTIVE: "ACTIVE";
|
|
735
|
-
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
736
|
-
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
737
|
-
};
|
|
738
|
-
export type UpdateQueueFleetAssociationStatus =
|
|
739
|
-
(typeof UpdateQueueFleetAssociationStatus)[keyof typeof UpdateQueueFleetAssociationStatus];
|
|
740
342
|
export interface UpdateQueueFleetAssociationRequest {
|
|
741
343
|
farmId: string | undefined;
|
|
742
344
|
queueId: string | undefined;
|
|
@@ -744,13 +346,6 @@ export interface UpdateQueueFleetAssociationRequest {
|
|
|
744
346
|
status: UpdateQueueFleetAssociationStatus | undefined;
|
|
745
347
|
}
|
|
746
348
|
export interface UpdateQueueFleetAssociationResponse {}
|
|
747
|
-
export declare const UpdateQueueLimitAssociationStatus: {
|
|
748
|
-
readonly ACTIVE: "ACTIVE";
|
|
749
|
-
readonly STOP_LIMIT_USAGE_AND_CANCEL_TASKS: "STOP_LIMIT_USAGE_AND_CANCEL_TASKS";
|
|
750
|
-
readonly STOP_LIMIT_USAGE_AND_COMPLETE_TASKS: "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS";
|
|
751
|
-
};
|
|
752
|
-
export type UpdateQueueLimitAssociationStatus =
|
|
753
|
-
(typeof UpdateQueueLimitAssociationStatus)[keyof typeof UpdateQueueLimitAssociationStatus];
|
|
754
349
|
export interface UpdateQueueLimitAssociationRequest {
|
|
755
350
|
farmId: string | undefined;
|
|
756
351
|
queueId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-deadline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-deadline",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED