@aws-sdk/client-datasync 3.303.0 → 3.309.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 (93) hide show
  1. package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAgentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
  11. package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
  12. package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
  13. package/dist-cjs/commands/CreateTaskCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
  27. package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
  30. package/dist-cjs/commands/ListAgentsCommand.js +2 -2
  31. package/dist-cjs/commands/ListLocationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  35. package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_json1_1.js +713 -749
  46. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
  47. package/dist-es/commands/CreateAgentCommand.js +3 -3
  48. package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
  49. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
  50. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
  51. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
  52. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
  53. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
  54. package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
  55. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
  56. package/dist-es/commands/CreateLocationS3Command.js +3 -3
  57. package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
  58. package/dist-es/commands/CreateTaskCommand.js +3 -3
  59. package/dist-es/commands/DeleteAgentCommand.js +3 -3
  60. package/dist-es/commands/DeleteLocationCommand.js +3 -3
  61. package/dist-es/commands/DeleteTaskCommand.js +3 -3
  62. package/dist-es/commands/DescribeAgentCommand.js +3 -3
  63. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
  64. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
  65. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
  66. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
  67. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
  68. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
  69. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
  70. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
  71. package/dist-es/commands/DescribeLocationS3Command.js +3 -3
  72. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
  73. package/dist-es/commands/DescribeTaskCommand.js +3 -3
  74. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
  75. package/dist-es/commands/ListAgentsCommand.js +3 -3
  76. package/dist-es/commands/ListLocationsCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
  79. package/dist-es/commands/ListTasksCommand.js +3 -3
  80. package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UpdateAgentCommand.js +3 -3
  84. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
  85. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
  86. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
  87. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
  88. package/dist-es/commands/UpdateTaskCommand.js +3 -3
  89. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
  90. package/dist-es/protocols/Aws_json1_1.js +623 -659
  91. package/dist-types/protocols/Aws_json1_1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +88 -88
  93. package/package.json +29 -29
@@ -36,10 +36,10 @@ class UpdateTaskExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateTaskExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateTaskExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateTaskExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateTaskExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTaskExecutionCommand = UpdateTaskExecutionCommand;