@aws-sdk/client-deadline 3.1023.0 → 3.1025.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 +1 -1
|
@@ -1,33 +1,281 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ComparisonOperator,
|
|
3
|
+
DeadlinePrincipalType,
|
|
4
|
+
DefaultQueueBudgetAction,
|
|
5
|
+
EnvironmentTemplateType,
|
|
3
6
|
JobLifecycleStatus,
|
|
4
7
|
JobTargetTaskRunStatus,
|
|
5
8
|
LicenseEndpointStatus,
|
|
6
9
|
LogicalOperator,
|
|
10
|
+
MembershipLevel,
|
|
7
11
|
Period,
|
|
12
|
+
QueueBlockedReason,
|
|
8
13
|
QueueFleetAssociationStatus,
|
|
9
14
|
QueueLimitAssociationStatus,
|
|
15
|
+
QueueStatus,
|
|
10
16
|
SearchTermMatchingType,
|
|
17
|
+
SessionLifecycleTargetStatus,
|
|
11
18
|
SessionsStatisticsAggregationStatus,
|
|
12
19
|
SortOrder,
|
|
13
20
|
StepLifecycleStatus,
|
|
14
21
|
StepTargetTaskRunStatus,
|
|
22
|
+
StorageProfileOperatingSystemFamily,
|
|
15
23
|
TaskRunStatus,
|
|
16
24
|
TaskTargetRunStatus,
|
|
25
|
+
UpdateJobLifecycleStatus,
|
|
17
26
|
UpdateQueueFleetAssociationStatus,
|
|
18
27
|
UpdateQueueLimitAssociationStatus,
|
|
19
28
|
UsageGroupByField,
|
|
20
29
|
UsageStatistic,
|
|
30
|
+
UsageType,
|
|
21
31
|
WorkerStatus,
|
|
22
32
|
} from "./enums";
|
|
23
33
|
import {
|
|
24
34
|
DateTimeFilterExpression,
|
|
35
|
+
FileSystemLocation,
|
|
25
36
|
HostPropertiesResponse,
|
|
37
|
+
JobAttachmentSettings,
|
|
26
38
|
JobParameter,
|
|
39
|
+
JobRunAsUser,
|
|
27
40
|
ParameterSpace,
|
|
28
|
-
|
|
41
|
+
SchedulingConfiguration,
|
|
42
|
+
StorageProfileSummary,
|
|
29
43
|
TaskParameterValue,
|
|
30
44
|
} from "./models_0";
|
|
45
|
+
export interface TaskSummary {
|
|
46
|
+
taskId: string | undefined;
|
|
47
|
+
createdAt: Date | undefined;
|
|
48
|
+
createdBy: string | undefined;
|
|
49
|
+
runStatus: TaskRunStatus | undefined;
|
|
50
|
+
targetRunStatus?: TaskTargetRunStatus | undefined;
|
|
51
|
+
failureRetryCount?: number | undefined;
|
|
52
|
+
startedAt?: Date | undefined;
|
|
53
|
+
endedAt?: Date | undefined;
|
|
54
|
+
updatedAt?: Date | undefined;
|
|
55
|
+
updatedBy?: string | undefined;
|
|
56
|
+
latestSessionActionId?: string | undefined;
|
|
57
|
+
parameters?: Record<string, TaskParameterValue> | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface ListTasksResponse {
|
|
60
|
+
tasks: TaskSummary[] | undefined;
|
|
61
|
+
nextToken?: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface UpdateJobRequest {
|
|
64
|
+
farmId: string | undefined;
|
|
65
|
+
queueId: string | undefined;
|
|
66
|
+
jobId: string | undefined;
|
|
67
|
+
clientToken?: string | undefined;
|
|
68
|
+
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
69
|
+
priority?: number | undefined;
|
|
70
|
+
maxFailedTasksCount?: number | undefined;
|
|
71
|
+
maxRetriesPerTask?: number | undefined;
|
|
72
|
+
lifecycleStatus?: UpdateJobLifecycleStatus | undefined;
|
|
73
|
+
maxWorkerCount?: number | undefined;
|
|
74
|
+
name?: string | undefined;
|
|
75
|
+
description?: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface UpdateJobResponse {}
|
|
78
|
+
export interface UpdateSessionRequest {
|
|
79
|
+
farmId: string | undefined;
|
|
80
|
+
queueId: string | undefined;
|
|
81
|
+
jobId: string | undefined;
|
|
82
|
+
sessionId: string | undefined;
|
|
83
|
+
clientToken?: string | undefined;
|
|
84
|
+
targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface UpdateSessionResponse {}
|
|
87
|
+
export interface UpdateStepRequest {
|
|
88
|
+
farmId: string | undefined;
|
|
89
|
+
queueId: string | undefined;
|
|
90
|
+
jobId: string | undefined;
|
|
91
|
+
stepId: string | undefined;
|
|
92
|
+
clientToken?: string | undefined;
|
|
93
|
+
targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface UpdateStepResponse {}
|
|
96
|
+
export interface UpdateTaskRequest {
|
|
97
|
+
farmId: string | undefined;
|
|
98
|
+
queueId: string | undefined;
|
|
99
|
+
jobId: string | undefined;
|
|
100
|
+
stepId: string | undefined;
|
|
101
|
+
taskId: string | undefined;
|
|
102
|
+
clientToken?: string | undefined;
|
|
103
|
+
targetRunStatus: TaskTargetRunStatus | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface UpdateTaskResponse {}
|
|
106
|
+
export interface ListQueueEnvironmentsRequest {
|
|
107
|
+
farmId: string | undefined;
|
|
108
|
+
queueId: string | undefined;
|
|
109
|
+
nextToken?: string | undefined;
|
|
110
|
+
maxResults?: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface QueueEnvironmentSummary {
|
|
113
|
+
queueEnvironmentId: string | undefined;
|
|
114
|
+
name: string | undefined;
|
|
115
|
+
priority: number | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface ListQueueEnvironmentsResponse {
|
|
118
|
+
environments: QueueEnvironmentSummary[] | undefined;
|
|
119
|
+
nextToken?: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface ListQueueMembersRequest {
|
|
122
|
+
farmId: string | undefined;
|
|
123
|
+
queueId: string | undefined;
|
|
124
|
+
nextToken?: string | undefined;
|
|
125
|
+
maxResults?: number | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface QueueMember {
|
|
128
|
+
farmId: string | undefined;
|
|
129
|
+
queueId: string | undefined;
|
|
130
|
+
principalId: string | undefined;
|
|
131
|
+
principalType: DeadlinePrincipalType | undefined;
|
|
132
|
+
identityStoreId: string | undefined;
|
|
133
|
+
membershipLevel: MembershipLevel | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface ListQueueMembersResponse {
|
|
136
|
+
members: QueueMember[] | undefined;
|
|
137
|
+
nextToken?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface ListQueuesRequest {
|
|
140
|
+
farmId: string | undefined;
|
|
141
|
+
nextToken?: string | undefined;
|
|
142
|
+
maxResults?: number | undefined;
|
|
143
|
+
principalId?: string | undefined;
|
|
144
|
+
status?: QueueStatus | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface QueueSummary {
|
|
147
|
+
farmId: string | undefined;
|
|
148
|
+
queueId: string | undefined;
|
|
149
|
+
displayName: string | undefined;
|
|
150
|
+
status: QueueStatus | undefined;
|
|
151
|
+
defaultBudgetAction: DefaultQueueBudgetAction | undefined;
|
|
152
|
+
blockedReason?: QueueBlockedReason | undefined;
|
|
153
|
+
createdAt: Date | undefined;
|
|
154
|
+
createdBy: string | undefined;
|
|
155
|
+
updatedAt?: Date | undefined;
|
|
156
|
+
updatedBy?: string | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface ListQueuesResponse {
|
|
159
|
+
queues: QueueSummary[] | undefined;
|
|
160
|
+
nextToken?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface ListStorageProfilesForQueueRequest {
|
|
163
|
+
farmId: string | undefined;
|
|
164
|
+
queueId: string | undefined;
|
|
165
|
+
nextToken?: string | undefined;
|
|
166
|
+
maxResults?: number | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface ListStorageProfilesForQueueResponse {
|
|
169
|
+
storageProfiles: StorageProfileSummary[] | undefined;
|
|
170
|
+
nextToken?: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface UpdateQueueRequest {
|
|
173
|
+
farmId: string | undefined;
|
|
174
|
+
queueId: string | undefined;
|
|
175
|
+
clientToken?: string | undefined;
|
|
176
|
+
displayName?: string | undefined;
|
|
177
|
+
description?: string | undefined;
|
|
178
|
+
defaultBudgetAction?: DefaultQueueBudgetAction | undefined;
|
|
179
|
+
jobAttachmentSettings?: JobAttachmentSettings | undefined;
|
|
180
|
+
roleArn?: string | undefined;
|
|
181
|
+
jobRunAsUser?: JobRunAsUser | undefined;
|
|
182
|
+
requiredFileSystemLocationNamesToAdd?: string[] | undefined;
|
|
183
|
+
requiredFileSystemLocationNamesToRemove?: string[] | undefined;
|
|
184
|
+
allowedStorageProfileIdsToAdd?: string[] | undefined;
|
|
185
|
+
allowedStorageProfileIdsToRemove?: string[] | undefined;
|
|
186
|
+
schedulingConfiguration?: SchedulingConfiguration | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface UpdateQueueResponse {}
|
|
189
|
+
export interface UpdateQueueEnvironmentRequest {
|
|
190
|
+
farmId: string | undefined;
|
|
191
|
+
queueId: string | undefined;
|
|
192
|
+
queueEnvironmentId: string | undefined;
|
|
193
|
+
clientToken?: string | undefined;
|
|
194
|
+
priority?: number | undefined;
|
|
195
|
+
templateType?: EnvironmentTemplateType | undefined;
|
|
196
|
+
template?: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface UpdateQueueEnvironmentResponse {}
|
|
199
|
+
export interface UpdateFarmRequest {
|
|
200
|
+
farmId: string | undefined;
|
|
201
|
+
displayName?: string | undefined;
|
|
202
|
+
description?: string | undefined;
|
|
203
|
+
costScaleFactor?: number | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface UpdateFarmResponse {}
|
|
206
|
+
export interface UpdateLimitRequest {
|
|
207
|
+
farmId: string | undefined;
|
|
208
|
+
limitId: string | undefined;
|
|
209
|
+
displayName?: string | undefined;
|
|
210
|
+
description?: string | undefined;
|
|
211
|
+
maxCount?: number | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface UpdateLimitResponse {}
|
|
214
|
+
export interface UpdateStorageProfileRequest {
|
|
215
|
+
farmId: string | undefined;
|
|
216
|
+
storageProfileId: string | undefined;
|
|
217
|
+
clientToken?: string | undefined;
|
|
218
|
+
displayName?: string | undefined;
|
|
219
|
+
osFamily?: StorageProfileOperatingSystemFamily | undefined;
|
|
220
|
+
fileSystemLocationsToAdd?: FileSystemLocation[] | undefined;
|
|
221
|
+
fileSystemLocationsToRemove?: FileSystemLocation[] | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface UpdateStorageProfileResponse {}
|
|
224
|
+
export interface GetQueueFleetAssociationRequest {
|
|
225
|
+
farmId: string | undefined;
|
|
226
|
+
queueId: string | undefined;
|
|
227
|
+
fleetId: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface GetQueueFleetAssociationResponse {
|
|
230
|
+
queueId: string | undefined;
|
|
231
|
+
fleetId: string | undefined;
|
|
232
|
+
status: QueueFleetAssociationStatus | undefined;
|
|
233
|
+
createdAt: Date | undefined;
|
|
234
|
+
createdBy: string | undefined;
|
|
235
|
+
updatedAt?: Date | undefined;
|
|
236
|
+
updatedBy?: string | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface GetQueueLimitAssociationRequest {
|
|
239
|
+
farmId: string | undefined;
|
|
240
|
+
queueId: string | undefined;
|
|
241
|
+
limitId: string | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface GetQueueLimitAssociationResponse {
|
|
244
|
+
queueId: string | undefined;
|
|
245
|
+
limitId: string | undefined;
|
|
246
|
+
status: QueueLimitAssociationStatus | undefined;
|
|
247
|
+
createdAt: Date | undefined;
|
|
248
|
+
createdBy: string | undefined;
|
|
249
|
+
updatedAt?: Date | undefined;
|
|
250
|
+
updatedBy?: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface GetSessionsStatisticsAggregationRequest {
|
|
253
|
+
farmId: string | undefined;
|
|
254
|
+
nextToken?: string | undefined;
|
|
255
|
+
maxResults?: number | undefined;
|
|
256
|
+
aggregationId: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface Stats {
|
|
259
|
+
min?: number | undefined;
|
|
260
|
+
max?: number | undefined;
|
|
261
|
+
avg?: number | undefined;
|
|
262
|
+
sum?: number | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface Statistics {
|
|
265
|
+
queueId?: string | undefined;
|
|
266
|
+
fleetId?: string | undefined;
|
|
267
|
+
jobId?: string | undefined;
|
|
268
|
+
jobName?: string | undefined;
|
|
269
|
+
userId?: string | undefined;
|
|
270
|
+
usageType?: UsageType | undefined;
|
|
271
|
+
licenseProduct?: string | undefined;
|
|
272
|
+
instanceType?: string | undefined;
|
|
273
|
+
count: number | undefined;
|
|
274
|
+
costInUsd: Stats | undefined;
|
|
275
|
+
runtimeInSeconds: Stats | undefined;
|
|
276
|
+
aggregationStartTime?: Date | undefined;
|
|
277
|
+
aggregationEndTime?: Date | undefined;
|
|
278
|
+
}
|
|
31
279
|
export interface GetSessionsStatisticsAggregationResponse {
|
|
32
280
|
statistics?: Statistics[] | undefined;
|
|
33
281
|
status: SessionsStatisticsAggregationStatus | undefined;
|
|
@@ -157,6 +405,7 @@ export interface GetMonitorResponse {
|
|
|
157
405
|
url: string | undefined;
|
|
158
406
|
roleArn: string | undefined;
|
|
159
407
|
identityCenterInstanceArn: string | undefined;
|
|
408
|
+
identityCenterRegion?: string | undefined;
|
|
160
409
|
identityCenterApplicationArn: string | undefined;
|
|
161
410
|
createdAt: Date | undefined;
|
|
162
411
|
createdBy: string | undefined;
|
|
@@ -174,6 +423,7 @@ export interface MonitorSummary {
|
|
|
174
423
|
url: string | undefined;
|
|
175
424
|
roleArn: string | undefined;
|
|
176
425
|
identityCenterInstanceArn: string | undefined;
|
|
426
|
+
identityCenterRegion?: string | undefined;
|
|
177
427
|
identityCenterApplicationArn: string | undefined;
|
|
178
428
|
createdAt: Date | undefined;
|
|
179
429
|
createdBy: string | undefined;
|
|
@@ -47,6 +47,44 @@ export declare var Attachments$: StaticStructureSchema;
|
|
|
47
47
|
export declare var AwsCredentials$: StaticStructureSchema;
|
|
48
48
|
export declare var BatchGetJobEntityRequest$: StaticStructureSchema;
|
|
49
49
|
export declare var BatchGetJobEntityResponse$: StaticStructureSchema;
|
|
50
|
+
export declare var BatchGetJobError$: StaticStructureSchema;
|
|
51
|
+
export declare var BatchGetJobIdentifier$: StaticStructureSchema;
|
|
52
|
+
export declare var BatchGetJobItem$: StaticStructureSchema;
|
|
53
|
+
export declare var BatchGetJobRequest$: StaticStructureSchema;
|
|
54
|
+
export declare var BatchGetJobResponse$: StaticStructureSchema;
|
|
55
|
+
export declare var BatchGetSessionActionError$: StaticStructureSchema;
|
|
56
|
+
export declare var BatchGetSessionActionIdentifier$: StaticStructureSchema;
|
|
57
|
+
export declare var BatchGetSessionActionItem$: StaticStructureSchema;
|
|
58
|
+
export declare var BatchGetSessionActionRequest$: StaticStructureSchema;
|
|
59
|
+
export declare var BatchGetSessionActionResponse$: StaticStructureSchema;
|
|
60
|
+
export declare var BatchGetSessionError$: StaticStructureSchema;
|
|
61
|
+
export declare var BatchGetSessionIdentifier$: StaticStructureSchema;
|
|
62
|
+
export declare var BatchGetSessionItem$: StaticStructureSchema;
|
|
63
|
+
export declare var BatchGetSessionRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var BatchGetSessionResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var BatchGetStepError$: StaticStructureSchema;
|
|
66
|
+
export declare var BatchGetStepIdentifier$: StaticStructureSchema;
|
|
67
|
+
export declare var BatchGetStepItem$: StaticStructureSchema;
|
|
68
|
+
export declare var BatchGetStepRequest$: StaticStructureSchema;
|
|
69
|
+
export declare var BatchGetStepResponse$: StaticStructureSchema;
|
|
70
|
+
export declare var BatchGetTaskError$: StaticStructureSchema;
|
|
71
|
+
export declare var BatchGetTaskIdentifier$: StaticStructureSchema;
|
|
72
|
+
export declare var BatchGetTaskItem$: StaticStructureSchema;
|
|
73
|
+
export declare var BatchGetTaskRequest$: StaticStructureSchema;
|
|
74
|
+
export declare var BatchGetTaskResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var BatchGetWorkerError$: StaticStructureSchema;
|
|
76
|
+
export declare var BatchGetWorkerIdentifier$: StaticStructureSchema;
|
|
77
|
+
export declare var BatchGetWorkerItem$: StaticStructureSchema;
|
|
78
|
+
export declare var BatchGetWorkerRequest$: StaticStructureSchema;
|
|
79
|
+
export declare var BatchGetWorkerResponse$: StaticStructureSchema;
|
|
80
|
+
export declare var BatchUpdateJobError$: StaticStructureSchema;
|
|
81
|
+
export declare var BatchUpdateJobItem$: StaticStructureSchema;
|
|
82
|
+
export declare var BatchUpdateJobRequest$: StaticStructureSchema;
|
|
83
|
+
export declare var BatchUpdateJobResponse$: StaticStructureSchema;
|
|
84
|
+
export declare var BatchUpdateTaskError$: StaticStructureSchema;
|
|
85
|
+
export declare var BatchUpdateTaskItem$: StaticStructureSchema;
|
|
86
|
+
export declare var BatchUpdateTaskRequest$: StaticStructureSchema;
|
|
87
|
+
export declare var BatchUpdateTaskResponse$: StaticStructureSchema;
|
|
50
88
|
export declare var BudgetActionToAdd$: StaticStructureSchema;
|
|
51
89
|
export declare var BudgetActionToRemove$: StaticStructureSchema;
|
|
52
90
|
export declare var BudgetSummary$: StaticStructureSchema;
|
|
@@ -390,7 +428,15 @@ export declare var AssumeFleetRoleForWorker$: StaticOperationSchema;
|
|
|
390
428
|
export declare var AssumeQueueRoleForRead$: StaticOperationSchema;
|
|
391
429
|
export declare var AssumeQueueRoleForUser$: StaticOperationSchema;
|
|
392
430
|
export declare var AssumeQueueRoleForWorker$: StaticOperationSchema;
|
|
431
|
+
export declare var BatchGetJob$: StaticOperationSchema;
|
|
393
432
|
export declare var BatchGetJobEntity$: StaticOperationSchema;
|
|
433
|
+
export declare var BatchGetSession$: StaticOperationSchema;
|
|
434
|
+
export declare var BatchGetSessionAction$: StaticOperationSchema;
|
|
435
|
+
export declare var BatchGetStep$: StaticOperationSchema;
|
|
436
|
+
export declare var BatchGetTask$: StaticOperationSchema;
|
|
437
|
+
export declare var BatchGetWorker$: StaticOperationSchema;
|
|
438
|
+
export declare var BatchUpdateJob$: StaticOperationSchema;
|
|
439
|
+
export declare var BatchUpdateTask$: StaticOperationSchema;
|
|
394
440
|
export declare var CopyJobTemplate$: StaticOperationSchema;
|
|
395
441
|
export declare var CreateBudget$: StaticOperationSchema;
|
|
396
442
|
export declare var CreateFarm$: StaticOperationSchema;
|
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.1025.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-deadline",
|