@aws-sdk/client-datasync 3.278.0 → 3.281.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.
Files changed (46) hide show
  1. package/README.md +355 -0
  2. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAgentCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateLocationS3Command.d.ts +6 -0
  13. package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateTaskCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteAgentCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteLocationCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteTaskCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -0
  28. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeTaskCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -0
  31. package/dist-types/commands/ListAgentsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListLocationsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  34. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListTasksCommand.d.ts +6 -0
  36. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  39. package/dist-types/commands/UpdateAgentCommand.d.ts +6 -0
  40. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -0
  42. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -0
  44. package/dist-types/commands/UpdateTaskCommand.d.ts +6 -0
  45. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -0
  46. package/package.json +6 -6
package/README.md CHANGED
@@ -211,3 +211,358 @@ To contribute to client you can check our [generate clients scripts](https://git
211
211
  This SDK is distributed under the
212
212
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
213
213
  see LICENSE for more information.
214
+
215
+ ## Client Commands (Operations List)
216
+
217
+ <details>
218
+ <summary>
219
+ CancelTaskExecution
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/canceltaskexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/canceltaskexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/canceltaskexecutioncommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateAgent
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createagentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createagentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createagentcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateLocationEfs
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationefscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationefscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationefscommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateLocationFsxLustre
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationfsxlustrecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxlustrecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxlustrecommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateLocationFsxOntap
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationfsxontapcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxontapcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxontapcommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateLocationFsxOpenZfs
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationfsxopenzfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxopenzfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxopenzfscommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateLocationFsxWindows
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationfsxwindowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxwindowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationfsxwindowscommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateLocationHdfs
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationhdfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationhdfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationhdfscommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ CreateLocationNfs
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationnfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationnfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationnfscommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ CreateLocationObjectStorage
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationobjectstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationobjectstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationobjectstoragecommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateLocationS3
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocations3command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocations3commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocations3commandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ CreateLocationSmb
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createlocationsmbcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationsmbcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createlocationsmbcommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ CreateTask
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/createtaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createtaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/createtaskcommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ DeleteAgent
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/deleteagentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deleteagentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deleteagentcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ DeleteLocation
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/deletelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deletelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deletelocationcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteTask
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/deletetaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deletetaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/deletetaskcommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ DescribeAgent
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describeagentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describeagentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describeagentcommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DescribeLocationEfs
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationefscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationefscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationefscommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ DescribeLocationFsxLustre
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationfsxlustrecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxlustrecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxlustrecommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ DescribeLocationFsxOntap
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationfsxontapcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxontapcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxontapcommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ DescribeLocationFsxOpenZfs
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationfsxopenzfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxopenzfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxopenzfscommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DescribeLocationFsxWindows
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationfsxwindowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxwindowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationfsxwindowscommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ DescribeLocationHdfs
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationhdfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationhdfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationhdfscommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ DescribeLocationNfs
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationnfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationnfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationnfscommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ DescribeLocationObjectStorage
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationobjectstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationobjectstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationobjectstoragecommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ DescribeLocationS3
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocations3command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocations3commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocations3commandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ DescribeLocationSmb
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describelocationsmbcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationsmbcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describelocationsmbcommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ DescribeTask
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describetaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describetaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describetaskcommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ DescribeTaskExecution
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/describetaskexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describetaskexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/describetaskexecutioncommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ ListAgents
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/listagentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listagentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listagentscommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ ListLocations
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/listlocationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listlocationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listlocationscommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ ListTagsForResource
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtagsforresourcecommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ ListTaskExecutions
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/listtaskexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtaskexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtaskexecutionscommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ ListTasks
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/listtaskscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtaskscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/listtaskscommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ StartTaskExecution
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/starttaskexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/starttaskexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/starttaskexecutioncommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ TagResource
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/tagresourcecommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ UntagResource
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/untagresourcecommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ UpdateAgent
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updateagentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updateagentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updateagentcommandoutput.html)
519
+
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ UpdateLocationHdfs
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatelocationhdfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationhdfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationhdfscommandoutput.html)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ UpdateLocationNfs
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatelocationnfscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationnfscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationnfscommandoutput.html)
535
+
536
+ </details>
537
+ <details>
538
+ <summary>
539
+ UpdateLocationObjectStorage
540
+ </summary>
541
+
542
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatelocationobjectstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationobjectstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationobjectstoragecommandoutput.html)
543
+
544
+ </details>
545
+ <details>
546
+ <summary>
547
+ UpdateLocationSmb
548
+ </summary>
549
+
550
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatelocationsmbcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationsmbcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatelocationsmbcommandoutput.html)
551
+
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ UpdateTask
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatetaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatetaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatetaskcommandoutput.html)
559
+
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ UpdateTaskExecution
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/classes/updatetaskexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatetaskexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-datasync/interfaces/updatetaskexecutioncommandoutput.html)
567
+
568
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelTaskExecutionCommand}.
8
+ */
6
9
  export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelTaskExecutionCommand}.
13
+ */
8
14
  export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAgentCommand}.
8
+ */
6
9
  export interface CreateAgentCommandInput extends CreateAgentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAgentCommand}.
13
+ */
8
14
  export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationEfsCommand}.
8
+ */
6
9
  export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationEfsCommand}.
13
+ */
8
14
  export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationFsxLustreCommand}.
8
+ */
6
9
  export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLustreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationFsxLustreCommand}.
13
+ */
8
14
  export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxLustreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationFsxOntapCommand}.
8
+ */
6
9
  export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOntapRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationFsxOntapCommand}.
13
+ */
8
14
  export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationFsxOpenZfsCommand}.
8
+ */
6
9
  export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxOpenZfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationFsxOpenZfsCommand}.
13
+ */
8
14
  export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationFsxWindowsCommand}.
8
+ */
6
9
  export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxWindowsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationFsxWindowsCommand}.
13
+ */
8
14
  export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationHdfsCommand}.
8
+ */
6
9
  export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationHdfsCommand}.
13
+ */
8
14
  export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationNfsCommand}.
8
+ */
6
9
  export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationNfsCommand}.
13
+ */
8
14
  export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationObjectStorageCommand}.
8
+ */
6
9
  export interface CreateLocationObjectStorageCommandInput extends CreateLocationObjectStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationObjectStorageCommand}.
13
+ */
8
14
  export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationS3Command}.
8
+ */
6
9
  export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationS3Command}.
13
+ */
8
14
  export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLocationSmbCommand}.
8
+ */
6
9
  export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLocationSmbCommand}.
13
+ */
8
14
  export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateTaskCommand}.
8
+ */
6
9
  export interface CreateTaskCommandInput extends CreateTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTaskCommand}.
13
+ */
8
14
  export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAgentCommand}.
8
+ */
6
9
  export interface DeleteAgentCommandInput extends DeleteAgentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAgentCommand}.
13
+ */
8
14
  export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLocationCommand}.
8
+ */
6
9
  export interface DeleteLocationCommandInput extends DeleteLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLocationCommand}.
13
+ */
8
14
  export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteTaskCommand}.
8
+ */
6
9
  export interface DeleteTaskCommandInput extends DeleteTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTaskCommand}.
13
+ */
8
14
  export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAgentCommand}.
8
+ */
6
9
  export interface DescribeAgentCommandInput extends DescribeAgentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAgentCommand}.
13
+ */
8
14
  export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationEfsCommand}.
8
+ */
6
9
  export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationEfsCommand}.
13
+ */
8
14
  export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationFsxLustreCommand}.
8
+ */
6
9
  export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationFsxLustreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationFsxLustreCommand}.
13
+ */
8
14
  export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationFsxOntapCommand}.
8
+ */
6
9
  export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFsxOntapRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationFsxOntapCommand}.
13
+ */
8
14
  export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationFsxOpenZfsRequest, DescribeLocationFsxOpenZfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationFsxOpenZfsCommand}.
8
+ */
6
9
  export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocationFsxOpenZfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationFsxOpenZfsCommand}.
13
+ */
8
14
  export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationFsxWindowsCommand}.
8
+ */
6
9
  export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocationFsxWindowsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationFsxWindowsCommand}.
13
+ */
8
14
  export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationHdfsCommand}.
8
+ */
6
9
  export interface DescribeLocationHdfsCommandInput extends DescribeLocationHdfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationHdfsCommand}.
13
+ */
8
14
  export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationNfsCommand}.
8
+ */
6
9
  export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationNfsCommand}.
13
+ */
8
14
  export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationObjectStorageRequest, DescribeLocationObjectStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationObjectStorageCommand}.
8
+ */
6
9
  export interface DescribeLocationObjectStorageCommandInput extends DescribeLocationObjectStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationObjectStorageCommand}.
13
+ */
8
14
  export interface DescribeLocationObjectStorageCommandOutput extends DescribeLocationObjectStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationS3Command}.
8
+ */
6
9
  export interface DescribeLocationS3CommandInput extends DescribeLocationS3Request {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationS3Command}.
13
+ */
8
14
  export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Response, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationSmbCommand}.
8
+ */
6
9
  export interface DescribeLocationSmbCommandInput extends DescribeLocationSmbRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationSmbCommand}.
13
+ */
8
14
  export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTaskCommand}.
8
+ */
6
9
  export interface DescribeTaskCommandInput extends DescribeTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTaskCommand}.
13
+ */
8
14
  export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTaskExecutionCommand}.
8
+ */
6
9
  export interface DescribeTaskExecutionCommandInput extends DescribeTaskExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTaskExecutionCommand}.
13
+ */
8
14
  export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAgentsCommand}.
8
+ */
6
9
  export interface ListAgentsCommandInput extends ListAgentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAgentsCommand}.
13
+ */
8
14
  export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLocationsCommand}.
8
+ */
6
9
  export interface ListLocationsCommandInput extends ListLocationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLocationsCommand}.
13
+ */
8
14
  export interface ListLocationsCommandOutput extends ListLocationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTaskExecutionsCommand}.
8
+ */
6
9
  export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTaskExecutionsCommand}.
13
+ */
8
14
  export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTasksCommand}.
8
+ */
6
9
  export interface ListTasksCommandInput extends ListTasksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTasksCommand}.
13
+ */
8
14
  export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartTaskExecutionCommand}.
8
+ */
6
9
  export interface StartTaskExecutionCommandInput extends StartTaskExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartTaskExecutionCommand}.
13
+ */
8
14
  export interface StartTaskExecutionCommandOutput extends StartTaskExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAgentCommand}.
8
+ */
6
9
  export interface UpdateAgentCommandInput extends UpdateAgentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAgentCommand}.
13
+ */
8
14
  export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLocationHdfsCommand}.
8
+ */
6
9
  export interface UpdateLocationHdfsCommandInput extends UpdateLocationHdfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLocationHdfsCommand}.
13
+ */
8
14
  export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLocationNfsCommand}.
8
+ */
6
9
  export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLocationNfsCommand}.
13
+ */
8
14
  export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLocationObjectStorageCommand}.
8
+ */
6
9
  export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationObjectStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLocationObjectStorageCommand}.
13
+ */
8
14
  export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLocationSmbCommand}.
8
+ */
6
9
  export interface UpdateLocationSmbCommandInput extends UpdateLocationSmbRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLocationSmbCommand}.
13
+ */
8
14
  export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateTaskCommand}.
8
+ */
6
9
  export interface UpdateTaskCommandInput extends UpdateTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateTaskCommand}.
13
+ */
8
14
  export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
5
  import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateTaskExecutionCommand}.
8
+ */
6
9
  export interface UpdateTaskExecutionCommandInput extends UpdateTaskExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateTaskExecutionCommand}.
13
+ */
8
14
  export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",