@aws-sdk/client-deadline 3.957.0 → 3.962.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 +1 -118
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +2008 -3198
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +3 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1800 -2988
- package/dist-es/waiters/index.js +3 -3
- package/dist-es/waiters/waitForFleetActive.js +1 -1
- package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
- package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueScheduling.js +1 -1
- package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
- package/dist-types/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/waiters/index.d.ts +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,10 +16,8 @@ they need, such as scalable high-speed storage, licenses, and cost management
|
|
|
16
16
|
services.</p>
|
|
17
17
|
|
|
18
18
|
## Installing
|
|
19
|
-
|
|
20
19
|
To install this package, simply type add or install @aws-sdk/client-deadline
|
|
21
20
|
using your favorite package manager:
|
|
22
|
-
|
|
23
21
|
- `npm install @aws-sdk/client-deadline`
|
|
24
22
|
- `yarn add @aws-sdk/client-deadline`
|
|
25
23
|
- `pnpm add @aws-sdk/client-deadline`
|
|
@@ -55,9 +53,7 @@ To send a request, you:
|
|
|
55
53
|
// a client can be shared by different commands.
|
|
56
54
|
const client = new DeadlineClient({ region: "REGION" });
|
|
57
55
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
56
|
+
const params = { /** input parameters */ };
|
|
61
57
|
const command = new ListFarmsCommand(params);
|
|
62
58
|
```
|
|
63
59
|
|
|
@@ -216,7 +212,6 @@ AssociateMemberToFarm
|
|
|
216
212
|
</summary>
|
|
217
213
|
|
|
218
214
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFarmCommandOutput/)
|
|
219
|
-
|
|
220
215
|
</details>
|
|
221
216
|
<details>
|
|
222
217
|
<summary>
|
|
@@ -224,7 +219,6 @@ AssociateMemberToFleet
|
|
|
224
219
|
</summary>
|
|
225
220
|
|
|
226
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFleetCommandOutput/)
|
|
227
|
-
|
|
228
222
|
</details>
|
|
229
223
|
<details>
|
|
230
224
|
<summary>
|
|
@@ -232,7 +226,6 @@ AssociateMemberToJob
|
|
|
232
226
|
</summary>
|
|
233
227
|
|
|
234
228
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToJobCommandOutput/)
|
|
235
|
-
|
|
236
229
|
</details>
|
|
237
230
|
<details>
|
|
238
231
|
<summary>
|
|
@@ -240,7 +233,6 @@ AssociateMemberToQueue
|
|
|
240
233
|
</summary>
|
|
241
234
|
|
|
242
235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToQueueCommandOutput/)
|
|
243
|
-
|
|
244
236
|
</details>
|
|
245
237
|
<details>
|
|
246
238
|
<summary>
|
|
@@ -248,7 +240,6 @@ AssumeFleetRoleForRead
|
|
|
248
240
|
</summary>
|
|
249
241
|
|
|
250
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeFleetRoleForReadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForReadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForReadCommandOutput/)
|
|
251
|
-
|
|
252
243
|
</details>
|
|
253
244
|
<details>
|
|
254
245
|
<summary>
|
|
@@ -256,7 +247,6 @@ AssumeFleetRoleForWorker
|
|
|
256
247
|
</summary>
|
|
257
248
|
|
|
258
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeFleetRoleForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForWorkerCommandOutput/)
|
|
259
|
-
|
|
260
250
|
</details>
|
|
261
251
|
<details>
|
|
262
252
|
<summary>
|
|
@@ -264,7 +254,6 @@ AssumeQueueRoleForRead
|
|
|
264
254
|
</summary>
|
|
265
255
|
|
|
266
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForReadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForReadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForReadCommandOutput/)
|
|
267
|
-
|
|
268
257
|
</details>
|
|
269
258
|
<details>
|
|
270
259
|
<summary>
|
|
@@ -272,7 +261,6 @@ AssumeQueueRoleForUser
|
|
|
272
261
|
</summary>
|
|
273
262
|
|
|
274
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForUserCommandOutput/)
|
|
275
|
-
|
|
276
264
|
</details>
|
|
277
265
|
<details>
|
|
278
266
|
<summary>
|
|
@@ -280,7 +268,6 @@ AssumeQueueRoleForWorker
|
|
|
280
268
|
</summary>
|
|
281
269
|
|
|
282
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForWorkerCommandOutput/)
|
|
283
|
-
|
|
284
271
|
</details>
|
|
285
272
|
<details>
|
|
286
273
|
<summary>
|
|
@@ -288,7 +275,6 @@ BatchGetJobEntity
|
|
|
288
275
|
</summary>
|
|
289
276
|
|
|
290
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/BatchGetJobEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/BatchGetJobEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/BatchGetJobEntityCommandOutput/)
|
|
291
|
-
|
|
292
278
|
</details>
|
|
293
279
|
<details>
|
|
294
280
|
<summary>
|
|
@@ -296,7 +282,6 @@ CopyJobTemplate
|
|
|
296
282
|
</summary>
|
|
297
283
|
|
|
298
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CopyJobTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CopyJobTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CopyJobTemplateCommandOutput/)
|
|
299
|
-
|
|
300
285
|
</details>
|
|
301
286
|
<details>
|
|
302
287
|
<summary>
|
|
@@ -304,7 +289,6 @@ CreateBudget
|
|
|
304
289
|
</summary>
|
|
305
290
|
|
|
306
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateBudgetCommandOutput/)
|
|
307
|
-
|
|
308
292
|
</details>
|
|
309
293
|
<details>
|
|
310
294
|
<summary>
|
|
@@ -312,7 +296,6 @@ CreateFarm
|
|
|
312
296
|
</summary>
|
|
313
297
|
|
|
314
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFarmCommandOutput/)
|
|
315
|
-
|
|
316
299
|
</details>
|
|
317
300
|
<details>
|
|
318
301
|
<summary>
|
|
@@ -320,7 +303,6 @@ CreateFleet
|
|
|
320
303
|
</summary>
|
|
321
304
|
|
|
322
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFleetCommandOutput/)
|
|
323
|
-
|
|
324
306
|
</details>
|
|
325
307
|
<details>
|
|
326
308
|
<summary>
|
|
@@ -328,7 +310,6 @@ CreateJob
|
|
|
328
310
|
</summary>
|
|
329
311
|
|
|
330
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateJobCommandOutput/)
|
|
331
|
-
|
|
332
313
|
</details>
|
|
333
314
|
<details>
|
|
334
315
|
<summary>
|
|
@@ -336,7 +317,6 @@ CreateLicenseEndpoint
|
|
|
336
317
|
</summary>
|
|
337
318
|
|
|
338
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLicenseEndpointCommandOutput/)
|
|
339
|
-
|
|
340
320
|
</details>
|
|
341
321
|
<details>
|
|
342
322
|
<summary>
|
|
@@ -344,7 +324,6 @@ CreateLimit
|
|
|
344
324
|
</summary>
|
|
345
325
|
|
|
346
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLimitCommandOutput/)
|
|
347
|
-
|
|
348
327
|
</details>
|
|
349
328
|
<details>
|
|
350
329
|
<summary>
|
|
@@ -352,7 +331,6 @@ CreateMonitor
|
|
|
352
331
|
</summary>
|
|
353
332
|
|
|
354
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateMonitorCommandOutput/)
|
|
355
|
-
|
|
356
334
|
</details>
|
|
357
335
|
<details>
|
|
358
336
|
<summary>
|
|
@@ -360,7 +338,6 @@ CreateQueue
|
|
|
360
338
|
</summary>
|
|
361
339
|
|
|
362
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueCommandOutput/)
|
|
363
|
-
|
|
364
341
|
</details>
|
|
365
342
|
<details>
|
|
366
343
|
<summary>
|
|
@@ -368,7 +345,6 @@ CreateQueueEnvironment
|
|
|
368
345
|
</summary>
|
|
369
346
|
|
|
370
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueEnvironmentCommandOutput/)
|
|
371
|
-
|
|
372
348
|
</details>
|
|
373
349
|
<details>
|
|
374
350
|
<summary>
|
|
@@ -376,7 +352,6 @@ CreateQueueFleetAssociation
|
|
|
376
352
|
</summary>
|
|
377
353
|
|
|
378
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueFleetAssociationCommandOutput/)
|
|
379
|
-
|
|
380
355
|
</details>
|
|
381
356
|
<details>
|
|
382
357
|
<summary>
|
|
@@ -384,7 +359,6 @@ CreateQueueLimitAssociation
|
|
|
384
359
|
</summary>
|
|
385
360
|
|
|
386
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueLimitAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueLimitAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueLimitAssociationCommandOutput/)
|
|
387
|
-
|
|
388
362
|
</details>
|
|
389
363
|
<details>
|
|
390
364
|
<summary>
|
|
@@ -392,7 +366,6 @@ CreateStorageProfile
|
|
|
392
366
|
</summary>
|
|
393
367
|
|
|
394
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateStorageProfileCommandOutput/)
|
|
395
|
-
|
|
396
369
|
</details>
|
|
397
370
|
<details>
|
|
398
371
|
<summary>
|
|
@@ -400,7 +373,6 @@ CreateWorker
|
|
|
400
373
|
</summary>
|
|
401
374
|
|
|
402
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateWorkerCommandOutput/)
|
|
403
|
-
|
|
404
376
|
</details>
|
|
405
377
|
<details>
|
|
406
378
|
<summary>
|
|
@@ -408,7 +380,6 @@ DeleteBudget
|
|
|
408
380
|
</summary>
|
|
409
381
|
|
|
410
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteBudgetCommandOutput/)
|
|
411
|
-
|
|
412
383
|
</details>
|
|
413
384
|
<details>
|
|
414
385
|
<summary>
|
|
@@ -416,7 +387,6 @@ DeleteFarm
|
|
|
416
387
|
</summary>
|
|
417
388
|
|
|
418
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFarmCommandOutput/)
|
|
419
|
-
|
|
420
390
|
</details>
|
|
421
391
|
<details>
|
|
422
392
|
<summary>
|
|
@@ -424,7 +394,6 @@ DeleteFleet
|
|
|
424
394
|
</summary>
|
|
425
395
|
|
|
426
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFleetCommandOutput/)
|
|
427
|
-
|
|
428
397
|
</details>
|
|
429
398
|
<details>
|
|
430
399
|
<summary>
|
|
@@ -432,7 +401,6 @@ DeleteLicenseEndpoint
|
|
|
432
401
|
</summary>
|
|
433
402
|
|
|
434
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLicenseEndpointCommandOutput/)
|
|
435
|
-
|
|
436
404
|
</details>
|
|
437
405
|
<details>
|
|
438
406
|
<summary>
|
|
@@ -440,7 +408,6 @@ DeleteLimit
|
|
|
440
408
|
</summary>
|
|
441
409
|
|
|
442
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLimitCommandOutput/)
|
|
443
|
-
|
|
444
411
|
</details>
|
|
445
412
|
<details>
|
|
446
413
|
<summary>
|
|
@@ -448,7 +415,6 @@ DeleteMeteredProduct
|
|
|
448
415
|
</summary>
|
|
449
416
|
|
|
450
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteMeteredProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMeteredProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMeteredProductCommandOutput/)
|
|
451
|
-
|
|
452
418
|
</details>
|
|
453
419
|
<details>
|
|
454
420
|
<summary>
|
|
@@ -456,7 +422,6 @@ DeleteMonitor
|
|
|
456
422
|
</summary>
|
|
457
423
|
|
|
458
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMonitorCommandOutput/)
|
|
459
|
-
|
|
460
425
|
</details>
|
|
461
426
|
<details>
|
|
462
427
|
<summary>
|
|
@@ -464,7 +429,6 @@ DeleteQueue
|
|
|
464
429
|
</summary>
|
|
465
430
|
|
|
466
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueCommandOutput/)
|
|
467
|
-
|
|
468
432
|
</details>
|
|
469
433
|
<details>
|
|
470
434
|
<summary>
|
|
@@ -472,7 +436,6 @@ DeleteQueueEnvironment
|
|
|
472
436
|
</summary>
|
|
473
437
|
|
|
474
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueEnvironmentCommandOutput/)
|
|
475
|
-
|
|
476
439
|
</details>
|
|
477
440
|
<details>
|
|
478
441
|
<summary>
|
|
@@ -480,7 +443,6 @@ DeleteQueueFleetAssociation
|
|
|
480
443
|
</summary>
|
|
481
444
|
|
|
482
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueFleetAssociationCommandOutput/)
|
|
483
|
-
|
|
484
446
|
</details>
|
|
485
447
|
<details>
|
|
486
448
|
<summary>
|
|
@@ -488,7 +450,6 @@ DeleteQueueLimitAssociation
|
|
|
488
450
|
</summary>
|
|
489
451
|
|
|
490
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueLimitAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueLimitAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueLimitAssociationCommandOutput/)
|
|
491
|
-
|
|
492
453
|
</details>
|
|
493
454
|
<details>
|
|
494
455
|
<summary>
|
|
@@ -496,7 +457,6 @@ DeleteStorageProfile
|
|
|
496
457
|
</summary>
|
|
497
458
|
|
|
498
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteStorageProfileCommandOutput/)
|
|
499
|
-
|
|
500
460
|
</details>
|
|
501
461
|
<details>
|
|
502
462
|
<summary>
|
|
@@ -504,7 +464,6 @@ DeleteWorker
|
|
|
504
464
|
</summary>
|
|
505
465
|
|
|
506
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteWorkerCommandOutput/)
|
|
507
|
-
|
|
508
467
|
</details>
|
|
509
468
|
<details>
|
|
510
469
|
<summary>
|
|
@@ -512,7 +471,6 @@ DisassociateMemberFromFarm
|
|
|
512
471
|
</summary>
|
|
513
472
|
|
|
514
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFarmCommandOutput/)
|
|
515
|
-
|
|
516
474
|
</details>
|
|
517
475
|
<details>
|
|
518
476
|
<summary>
|
|
@@ -520,7 +478,6 @@ DisassociateMemberFromFleet
|
|
|
520
478
|
</summary>
|
|
521
479
|
|
|
522
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFleetCommandOutput/)
|
|
523
|
-
|
|
524
481
|
</details>
|
|
525
482
|
<details>
|
|
526
483
|
<summary>
|
|
@@ -528,7 +485,6 @@ DisassociateMemberFromJob
|
|
|
528
485
|
</summary>
|
|
529
486
|
|
|
530
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromJobCommandOutput/)
|
|
531
|
-
|
|
532
488
|
</details>
|
|
533
489
|
<details>
|
|
534
490
|
<summary>
|
|
@@ -536,7 +492,6 @@ DisassociateMemberFromQueue
|
|
|
536
492
|
</summary>
|
|
537
493
|
|
|
538
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromQueueCommandOutput/)
|
|
539
|
-
|
|
540
495
|
</details>
|
|
541
496
|
<details>
|
|
542
497
|
<summary>
|
|
@@ -544,7 +499,6 @@ GetBudget
|
|
|
544
499
|
</summary>
|
|
545
500
|
|
|
546
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetBudgetCommandOutput/)
|
|
547
|
-
|
|
548
502
|
</details>
|
|
549
503
|
<details>
|
|
550
504
|
<summary>
|
|
@@ -552,7 +506,6 @@ GetFarm
|
|
|
552
506
|
</summary>
|
|
553
507
|
|
|
554
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFarmCommandOutput/)
|
|
555
|
-
|
|
556
509
|
</details>
|
|
557
510
|
<details>
|
|
558
511
|
<summary>
|
|
@@ -560,7 +513,6 @@ GetFleet
|
|
|
560
513
|
</summary>
|
|
561
514
|
|
|
562
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFleetCommandOutput/)
|
|
563
|
-
|
|
564
516
|
</details>
|
|
565
517
|
<details>
|
|
566
518
|
<summary>
|
|
@@ -568,7 +520,6 @@ GetJob
|
|
|
568
520
|
</summary>
|
|
569
521
|
|
|
570
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetJobCommandOutput/)
|
|
571
|
-
|
|
572
523
|
</details>
|
|
573
524
|
<details>
|
|
574
525
|
<summary>
|
|
@@ -576,7 +527,6 @@ GetLicenseEndpoint
|
|
|
576
527
|
</summary>
|
|
577
528
|
|
|
578
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLicenseEndpointCommandOutput/)
|
|
579
|
-
|
|
580
530
|
</details>
|
|
581
531
|
<details>
|
|
582
532
|
<summary>
|
|
@@ -584,7 +534,6 @@ GetLimit
|
|
|
584
534
|
</summary>
|
|
585
535
|
|
|
586
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLimitCommandOutput/)
|
|
587
|
-
|
|
588
537
|
</details>
|
|
589
538
|
<details>
|
|
590
539
|
<summary>
|
|
@@ -592,7 +541,6 @@ GetMonitor
|
|
|
592
541
|
</summary>
|
|
593
542
|
|
|
594
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorCommandOutput/)
|
|
595
|
-
|
|
596
544
|
</details>
|
|
597
545
|
<details>
|
|
598
546
|
<summary>
|
|
@@ -600,7 +548,6 @@ GetQueue
|
|
|
600
548
|
</summary>
|
|
601
549
|
|
|
602
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueCommandOutput/)
|
|
603
|
-
|
|
604
551
|
</details>
|
|
605
552
|
<details>
|
|
606
553
|
<summary>
|
|
@@ -608,7 +555,6 @@ GetQueueEnvironment
|
|
|
608
555
|
</summary>
|
|
609
556
|
|
|
610
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueEnvironmentCommandOutput/)
|
|
611
|
-
|
|
612
558
|
</details>
|
|
613
559
|
<details>
|
|
614
560
|
<summary>
|
|
@@ -616,7 +562,6 @@ GetQueueFleetAssociation
|
|
|
616
562
|
</summary>
|
|
617
563
|
|
|
618
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueFleetAssociationCommandOutput/)
|
|
619
|
-
|
|
620
565
|
</details>
|
|
621
566
|
<details>
|
|
622
567
|
<summary>
|
|
@@ -624,7 +569,6 @@ GetQueueLimitAssociation
|
|
|
624
569
|
</summary>
|
|
625
570
|
|
|
626
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueLimitAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueLimitAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueLimitAssociationCommandOutput/)
|
|
627
|
-
|
|
628
572
|
</details>
|
|
629
573
|
<details>
|
|
630
574
|
<summary>
|
|
@@ -632,7 +576,6 @@ GetSession
|
|
|
632
576
|
</summary>
|
|
633
577
|
|
|
634
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionCommandOutput/)
|
|
635
|
-
|
|
636
579
|
</details>
|
|
637
580
|
<details>
|
|
638
581
|
<summary>
|
|
@@ -640,7 +583,6 @@ GetSessionAction
|
|
|
640
583
|
</summary>
|
|
641
584
|
|
|
642
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionActionCommandOutput/)
|
|
643
|
-
|
|
644
586
|
</details>
|
|
645
587
|
<details>
|
|
646
588
|
<summary>
|
|
@@ -648,7 +590,6 @@ GetSessionsStatisticsAggregation
|
|
|
648
590
|
</summary>
|
|
649
591
|
|
|
650
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionsStatisticsAggregationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionsStatisticsAggregationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionsStatisticsAggregationCommandOutput/)
|
|
651
|
-
|
|
652
593
|
</details>
|
|
653
594
|
<details>
|
|
654
595
|
<summary>
|
|
@@ -656,7 +597,6 @@ GetStep
|
|
|
656
597
|
</summary>
|
|
657
598
|
|
|
658
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStepCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStepCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStepCommandOutput/)
|
|
659
|
-
|
|
660
600
|
</details>
|
|
661
601
|
<details>
|
|
662
602
|
<summary>
|
|
@@ -664,7 +604,6 @@ GetStorageProfile
|
|
|
664
604
|
</summary>
|
|
665
605
|
|
|
666
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileCommandOutput/)
|
|
667
|
-
|
|
668
607
|
</details>
|
|
669
608
|
<details>
|
|
670
609
|
<summary>
|
|
@@ -672,7 +611,6 @@ GetStorageProfileForQueue
|
|
|
672
611
|
</summary>
|
|
673
612
|
|
|
674
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStorageProfileForQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileForQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileForQueueCommandOutput/)
|
|
675
|
-
|
|
676
614
|
</details>
|
|
677
615
|
<details>
|
|
678
616
|
<summary>
|
|
@@ -680,7 +618,6 @@ GetTask
|
|
|
680
618
|
</summary>
|
|
681
619
|
|
|
682
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetTaskCommandOutput/)
|
|
683
|
-
|
|
684
621
|
</details>
|
|
685
622
|
<details>
|
|
686
623
|
<summary>
|
|
@@ -688,7 +625,6 @@ GetWorker
|
|
|
688
625
|
</summary>
|
|
689
626
|
|
|
690
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetWorkerCommandOutput/)
|
|
691
|
-
|
|
692
628
|
</details>
|
|
693
629
|
<details>
|
|
694
630
|
<summary>
|
|
@@ -696,7 +632,6 @@ ListAvailableMeteredProducts
|
|
|
696
632
|
</summary>
|
|
697
633
|
|
|
698
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListAvailableMeteredProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListAvailableMeteredProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListAvailableMeteredProductsCommandOutput/)
|
|
699
|
-
|
|
700
635
|
</details>
|
|
701
636
|
<details>
|
|
702
637
|
<summary>
|
|
@@ -704,7 +639,6 @@ ListBudgets
|
|
|
704
639
|
</summary>
|
|
705
640
|
|
|
706
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListBudgetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListBudgetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListBudgetsCommandOutput/)
|
|
707
|
-
|
|
708
642
|
</details>
|
|
709
643
|
<details>
|
|
710
644
|
<summary>
|
|
@@ -712,7 +646,6 @@ ListFarmMembers
|
|
|
712
646
|
</summary>
|
|
713
647
|
|
|
714
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFarmMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmMembersCommandOutput/)
|
|
715
|
-
|
|
716
649
|
</details>
|
|
717
650
|
<details>
|
|
718
651
|
<summary>
|
|
@@ -720,7 +653,6 @@ ListFarms
|
|
|
720
653
|
</summary>
|
|
721
654
|
|
|
722
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFarmsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmsCommandOutput/)
|
|
723
|
-
|
|
724
656
|
</details>
|
|
725
657
|
<details>
|
|
726
658
|
<summary>
|
|
@@ -728,7 +660,6 @@ ListFleetMembers
|
|
|
728
660
|
</summary>
|
|
729
661
|
|
|
730
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFleetMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetMembersCommandOutput/)
|
|
731
|
-
|
|
732
663
|
</details>
|
|
733
664
|
<details>
|
|
734
665
|
<summary>
|
|
@@ -736,7 +667,6 @@ ListFleets
|
|
|
736
667
|
</summary>
|
|
737
668
|
|
|
738
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetsCommandOutput/)
|
|
739
|
-
|
|
740
670
|
</details>
|
|
741
671
|
<details>
|
|
742
672
|
<summary>
|
|
@@ -744,7 +674,6 @@ ListJobMembers
|
|
|
744
674
|
</summary>
|
|
745
675
|
|
|
746
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListJobMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobMembersCommandOutput/)
|
|
747
|
-
|
|
748
677
|
</details>
|
|
749
678
|
<details>
|
|
750
679
|
<summary>
|
|
@@ -752,7 +681,6 @@ ListJobParameterDefinitions
|
|
|
752
681
|
</summary>
|
|
753
682
|
|
|
754
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListJobParameterDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobParameterDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobParameterDefinitionsCommandOutput/)
|
|
755
|
-
|
|
756
684
|
</details>
|
|
757
685
|
<details>
|
|
758
686
|
<summary>
|
|
@@ -760,7 +688,6 @@ ListJobs
|
|
|
760
688
|
</summary>
|
|
761
689
|
|
|
762
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobsCommandOutput/)
|
|
763
|
-
|
|
764
691
|
</details>
|
|
765
692
|
<details>
|
|
766
693
|
<summary>
|
|
@@ -768,7 +695,6 @@ ListLicenseEndpoints
|
|
|
768
695
|
</summary>
|
|
769
696
|
|
|
770
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListLicenseEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLicenseEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLicenseEndpointsCommandOutput/)
|
|
771
|
-
|
|
772
698
|
</details>
|
|
773
699
|
<details>
|
|
774
700
|
<summary>
|
|
@@ -776,7 +702,6 @@ ListLimits
|
|
|
776
702
|
</summary>
|
|
777
703
|
|
|
778
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListLimitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLimitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLimitsCommandOutput/)
|
|
779
|
-
|
|
780
705
|
</details>
|
|
781
706
|
<details>
|
|
782
707
|
<summary>
|
|
@@ -784,7 +709,6 @@ ListMeteredProducts
|
|
|
784
709
|
</summary>
|
|
785
710
|
|
|
786
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListMeteredProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMeteredProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMeteredProductsCommandOutput/)
|
|
787
|
-
|
|
788
712
|
</details>
|
|
789
713
|
<details>
|
|
790
714
|
<summary>
|
|
@@ -792,7 +716,6 @@ ListMonitors
|
|
|
792
716
|
</summary>
|
|
793
717
|
|
|
794
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListMonitorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMonitorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMonitorsCommandOutput/)
|
|
795
|
-
|
|
796
719
|
</details>
|
|
797
720
|
<details>
|
|
798
721
|
<summary>
|
|
@@ -800,7 +723,6 @@ ListQueueEnvironments
|
|
|
800
723
|
</summary>
|
|
801
724
|
|
|
802
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueEnvironmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueEnvironmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueEnvironmentsCommandOutput/)
|
|
803
|
-
|
|
804
726
|
</details>
|
|
805
727
|
<details>
|
|
806
728
|
<summary>
|
|
@@ -808,7 +730,6 @@ ListQueueFleetAssociations
|
|
|
808
730
|
</summary>
|
|
809
731
|
|
|
810
732
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueFleetAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueFleetAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueFleetAssociationsCommandOutput/)
|
|
811
|
-
|
|
812
733
|
</details>
|
|
813
734
|
<details>
|
|
814
735
|
<summary>
|
|
@@ -816,7 +737,6 @@ ListQueueLimitAssociations
|
|
|
816
737
|
</summary>
|
|
817
738
|
|
|
818
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueLimitAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueLimitAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueLimitAssociationsCommandOutput/)
|
|
819
|
-
|
|
820
740
|
</details>
|
|
821
741
|
<details>
|
|
822
742
|
<summary>
|
|
@@ -824,7 +744,6 @@ ListQueueMembers
|
|
|
824
744
|
</summary>
|
|
825
745
|
|
|
826
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueMembersCommandOutput/)
|
|
827
|
-
|
|
828
747
|
</details>
|
|
829
748
|
<details>
|
|
830
749
|
<summary>
|
|
@@ -832,7 +751,6 @@ ListQueues
|
|
|
832
751
|
</summary>
|
|
833
752
|
|
|
834
753
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueuesCommandOutput/)
|
|
835
|
-
|
|
836
754
|
</details>
|
|
837
755
|
<details>
|
|
838
756
|
<summary>
|
|
@@ -840,7 +758,6 @@ ListSessionActions
|
|
|
840
758
|
</summary>
|
|
841
759
|
|
|
842
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionActionsCommandOutput/)
|
|
843
|
-
|
|
844
761
|
</details>
|
|
845
762
|
<details>
|
|
846
763
|
<summary>
|
|
@@ -848,7 +765,6 @@ ListSessions
|
|
|
848
765
|
</summary>
|
|
849
766
|
|
|
850
767
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsCommandOutput/)
|
|
851
|
-
|
|
852
768
|
</details>
|
|
853
769
|
<details>
|
|
854
770
|
<summary>
|
|
@@ -856,7 +772,6 @@ ListSessionsForWorker
|
|
|
856
772
|
</summary>
|
|
857
773
|
|
|
858
774
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionsForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsForWorkerCommandOutput/)
|
|
859
|
-
|
|
860
775
|
</details>
|
|
861
776
|
<details>
|
|
862
777
|
<summary>
|
|
@@ -864,7 +779,6 @@ ListStepConsumers
|
|
|
864
779
|
</summary>
|
|
865
780
|
|
|
866
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepConsumersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepConsumersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepConsumersCommandOutput/)
|
|
867
|
-
|
|
868
782
|
</details>
|
|
869
783
|
<details>
|
|
870
784
|
<summary>
|
|
@@ -872,7 +786,6 @@ ListStepDependencies
|
|
|
872
786
|
</summary>
|
|
873
787
|
|
|
874
788
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepDependenciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepDependenciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepDependenciesCommandOutput/)
|
|
875
|
-
|
|
876
789
|
</details>
|
|
877
790
|
<details>
|
|
878
791
|
<summary>
|
|
@@ -880,7 +793,6 @@ ListSteps
|
|
|
880
793
|
</summary>
|
|
881
794
|
|
|
882
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepsCommandOutput/)
|
|
883
|
-
|
|
884
796
|
</details>
|
|
885
797
|
<details>
|
|
886
798
|
<summary>
|
|
@@ -888,7 +800,6 @@ ListStorageProfiles
|
|
|
888
800
|
</summary>
|
|
889
801
|
|
|
890
802
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStorageProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesCommandOutput/)
|
|
891
|
-
|
|
892
803
|
</details>
|
|
893
804
|
<details>
|
|
894
805
|
<summary>
|
|
@@ -896,7 +807,6 @@ ListStorageProfilesForQueue
|
|
|
896
807
|
</summary>
|
|
897
808
|
|
|
898
809
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStorageProfilesForQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesForQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesForQueueCommandOutput/)
|
|
899
|
-
|
|
900
810
|
</details>
|
|
901
811
|
<details>
|
|
902
812
|
<summary>
|
|
@@ -904,7 +814,6 @@ ListTagsForResource
|
|
|
904
814
|
</summary>
|
|
905
815
|
|
|
906
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTagsForResourceCommandOutput/)
|
|
907
|
-
|
|
908
817
|
</details>
|
|
909
818
|
<details>
|
|
910
819
|
<summary>
|
|
@@ -912,7 +821,6 @@ ListTasks
|
|
|
912
821
|
</summary>
|
|
913
822
|
|
|
914
823
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTasksCommandOutput/)
|
|
915
|
-
|
|
916
824
|
</details>
|
|
917
825
|
<details>
|
|
918
826
|
<summary>
|
|
@@ -920,7 +828,6 @@ ListWorkers
|
|
|
920
828
|
</summary>
|
|
921
829
|
|
|
922
830
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListWorkersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListWorkersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListWorkersCommandOutput/)
|
|
923
|
-
|
|
924
831
|
</details>
|
|
925
832
|
<details>
|
|
926
833
|
<summary>
|
|
@@ -928,7 +835,6 @@ PutMeteredProduct
|
|
|
928
835
|
</summary>
|
|
929
836
|
|
|
930
837
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/PutMeteredProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/PutMeteredProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/PutMeteredProductCommandOutput/)
|
|
931
|
-
|
|
932
838
|
</details>
|
|
933
839
|
<details>
|
|
934
840
|
<summary>
|
|
@@ -936,7 +842,6 @@ SearchJobs
|
|
|
936
842
|
</summary>
|
|
937
843
|
|
|
938
844
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchJobsCommandOutput/)
|
|
939
|
-
|
|
940
845
|
</details>
|
|
941
846
|
<details>
|
|
942
847
|
<summary>
|
|
@@ -944,7 +849,6 @@ SearchSteps
|
|
|
944
849
|
</summary>
|
|
945
850
|
|
|
946
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchStepsCommandOutput/)
|
|
947
|
-
|
|
948
852
|
</details>
|
|
949
853
|
<details>
|
|
950
854
|
<summary>
|
|
@@ -952,7 +856,6 @@ SearchTasks
|
|
|
952
856
|
</summary>
|
|
953
857
|
|
|
954
858
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchTasksCommandOutput/)
|
|
955
|
-
|
|
956
859
|
</details>
|
|
957
860
|
<details>
|
|
958
861
|
<summary>
|
|
@@ -960,7 +863,6 @@ SearchWorkers
|
|
|
960
863
|
</summary>
|
|
961
864
|
|
|
962
865
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchWorkersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchWorkersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchWorkersCommandOutput/)
|
|
963
|
-
|
|
964
866
|
</details>
|
|
965
867
|
<details>
|
|
966
868
|
<summary>
|
|
@@ -968,7 +870,6 @@ StartSessionsStatisticsAggregation
|
|
|
968
870
|
</summary>
|
|
969
871
|
|
|
970
872
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/StartSessionsStatisticsAggregationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/StartSessionsStatisticsAggregationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/StartSessionsStatisticsAggregationCommandOutput/)
|
|
971
|
-
|
|
972
873
|
</details>
|
|
973
874
|
<details>
|
|
974
875
|
<summary>
|
|
@@ -976,7 +877,6 @@ TagResource
|
|
|
976
877
|
</summary>
|
|
977
878
|
|
|
978
879
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/TagResourceCommandOutput/)
|
|
979
|
-
|
|
980
880
|
</details>
|
|
981
881
|
<details>
|
|
982
882
|
<summary>
|
|
@@ -984,7 +884,6 @@ UntagResource
|
|
|
984
884
|
</summary>
|
|
985
885
|
|
|
986
886
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UntagResourceCommandOutput/)
|
|
987
|
-
|
|
988
887
|
</details>
|
|
989
888
|
<details>
|
|
990
889
|
<summary>
|
|
@@ -992,7 +891,6 @@ UpdateBudget
|
|
|
992
891
|
</summary>
|
|
993
892
|
|
|
994
893
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateBudgetCommandOutput/)
|
|
995
|
-
|
|
996
894
|
</details>
|
|
997
895
|
<details>
|
|
998
896
|
<summary>
|
|
@@ -1000,7 +898,6 @@ UpdateFarm
|
|
|
1000
898
|
</summary>
|
|
1001
899
|
|
|
1002
900
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFarmCommandOutput/)
|
|
1003
|
-
|
|
1004
901
|
</details>
|
|
1005
902
|
<details>
|
|
1006
903
|
<summary>
|
|
@@ -1008,7 +905,6 @@ UpdateFleet
|
|
|
1008
905
|
</summary>
|
|
1009
906
|
|
|
1010
907
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFleetCommandOutput/)
|
|
1011
|
-
|
|
1012
908
|
</details>
|
|
1013
909
|
<details>
|
|
1014
910
|
<summary>
|
|
@@ -1016,7 +912,6 @@ UpdateJob
|
|
|
1016
912
|
</summary>
|
|
1017
913
|
|
|
1018
914
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateJobCommandOutput/)
|
|
1019
|
-
|
|
1020
915
|
</details>
|
|
1021
916
|
<details>
|
|
1022
917
|
<summary>
|
|
@@ -1024,7 +919,6 @@ UpdateLimit
|
|
|
1024
919
|
</summary>
|
|
1025
920
|
|
|
1026
921
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateLimitCommandOutput/)
|
|
1027
|
-
|
|
1028
922
|
</details>
|
|
1029
923
|
<details>
|
|
1030
924
|
<summary>
|
|
@@ -1032,7 +926,6 @@ UpdateMonitor
|
|
|
1032
926
|
</summary>
|
|
1033
927
|
|
|
1034
928
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorCommandOutput/)
|
|
1035
|
-
|
|
1036
929
|
</details>
|
|
1037
930
|
<details>
|
|
1038
931
|
<summary>
|
|
@@ -1040,7 +933,6 @@ UpdateQueue
|
|
|
1040
933
|
</summary>
|
|
1041
934
|
|
|
1042
935
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueCommandOutput/)
|
|
1043
|
-
|
|
1044
936
|
</details>
|
|
1045
937
|
<details>
|
|
1046
938
|
<summary>
|
|
@@ -1048,7 +940,6 @@ UpdateQueueEnvironment
|
|
|
1048
940
|
</summary>
|
|
1049
941
|
|
|
1050
942
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueEnvironmentCommandOutput/)
|
|
1051
|
-
|
|
1052
943
|
</details>
|
|
1053
944
|
<details>
|
|
1054
945
|
<summary>
|
|
@@ -1056,7 +947,6 @@ UpdateQueueFleetAssociation
|
|
|
1056
947
|
</summary>
|
|
1057
948
|
|
|
1058
949
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueFleetAssociationCommandOutput/)
|
|
1059
|
-
|
|
1060
950
|
</details>
|
|
1061
951
|
<details>
|
|
1062
952
|
<summary>
|
|
@@ -1064,7 +954,6 @@ UpdateQueueLimitAssociation
|
|
|
1064
954
|
</summary>
|
|
1065
955
|
|
|
1066
956
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueLimitAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueLimitAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueLimitAssociationCommandOutput/)
|
|
1067
|
-
|
|
1068
957
|
</details>
|
|
1069
958
|
<details>
|
|
1070
959
|
<summary>
|
|
@@ -1072,7 +961,6 @@ UpdateSession
|
|
|
1072
961
|
</summary>
|
|
1073
962
|
|
|
1074
963
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateSessionCommandOutput/)
|
|
1075
|
-
|
|
1076
964
|
</details>
|
|
1077
965
|
<details>
|
|
1078
966
|
<summary>
|
|
@@ -1080,7 +968,6 @@ UpdateStep
|
|
|
1080
968
|
</summary>
|
|
1081
969
|
|
|
1082
970
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateStepCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStepCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStepCommandOutput/)
|
|
1083
|
-
|
|
1084
971
|
</details>
|
|
1085
972
|
<details>
|
|
1086
973
|
<summary>
|
|
@@ -1088,7 +975,6 @@ UpdateStorageProfile
|
|
|
1088
975
|
</summary>
|
|
1089
976
|
|
|
1090
977
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStorageProfileCommandOutput/)
|
|
1091
|
-
|
|
1092
978
|
</details>
|
|
1093
979
|
<details>
|
|
1094
980
|
<summary>
|
|
@@ -1096,7 +982,6 @@ UpdateTask
|
|
|
1096
982
|
</summary>
|
|
1097
983
|
|
|
1098
984
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateTaskCommandOutput/)
|
|
1099
|
-
|
|
1100
985
|
</details>
|
|
1101
986
|
<details>
|
|
1102
987
|
<summary>
|
|
@@ -1104,7 +989,6 @@ UpdateWorker
|
|
|
1104
989
|
</summary>
|
|
1105
990
|
|
|
1106
991
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerCommandOutput/)
|
|
1107
|
-
|
|
1108
992
|
</details>
|
|
1109
993
|
<details>
|
|
1110
994
|
<summary>
|
|
@@ -1112,5 +996,4 @@ UpdateWorkerSchedule
|
|
|
1112
996
|
</summary>
|
|
1113
997
|
|
|
1114
998
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateWorkerScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerScheduleCommandOutput/)
|
|
1115
|
-
|
|
1116
999
|
</details>
|