@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 CancelTaskExecutionCommand 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_1CancelTaskExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CancelTaskExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CancelTaskExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CancelTaskExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelTaskExecutionCommand = CancelTaskExecutionCommand;
@@ -36,10 +36,10 @@ class CreateAgentCommand 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_1CreateAgentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateAgentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAgentCommand = CreateAgentCommand;
@@ -36,10 +36,10 @@ class CreateLocationEfsCommand 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_1CreateLocationEfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLocationEfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationEfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLocationEfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLocationEfsCommand = CreateLocationEfsCommand;
@@ -36,10 +36,10 @@ class CreateLocationFsxLustreCommand 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_1CreateLocationFsxLustreCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLocationFsxLustreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationFsxLustreCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLocationFsxLustreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLocationFsxLustreCommand = CreateLocationFsxLustreCommand;
@@ -37,10 +37,10 @@ class CreateLocationFsxOntapCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateLocationFsxOntapCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateLocationFsxOntapCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationFsxOntapCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateLocationFsxOntapCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateLocationFsxOntapCommand = CreateLocationFsxOntapCommand;
@@ -37,10 +37,10 @@ class CreateLocationFsxOpenZfsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateLocationFsxOpenZfsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateLocationFsxOpenZfsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationFsxOpenZfsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateLocationFsxOpenZfsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateLocationFsxOpenZfsCommand = CreateLocationFsxOpenZfsCommand;
@@ -37,10 +37,10 @@ class CreateLocationFsxWindowsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateLocationFsxWindowsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateLocationFsxWindowsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationFsxWindowsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateLocationFsxWindowsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateLocationFsxWindowsCommand = CreateLocationFsxWindowsCommand;
@@ -36,10 +36,10 @@ class CreateLocationHdfsCommand 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_1CreateLocationHdfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLocationHdfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationHdfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLocationHdfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLocationHdfsCommand = CreateLocationHdfsCommand;
@@ -36,10 +36,10 @@ class CreateLocationNfsCommand 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_1CreateLocationNfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLocationNfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationNfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLocationNfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLocationNfsCommand = CreateLocationNfsCommand;
@@ -37,10 +37,10 @@ class CreateLocationObjectStorageCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateLocationObjectStorageCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateLocationObjectStorageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationObjectStorageCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateLocationObjectStorageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateLocationObjectStorageCommand = CreateLocationObjectStorageCommand;
@@ -36,10 +36,10 @@ class CreateLocationS3Command 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_1CreateLocationS3Command)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateLocationS3Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationS3Command)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateLocationS3Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLocationS3Command = CreateLocationS3Command;
@@ -37,10 +37,10 @@ class CreateLocationSmbCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateLocationSmbCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateLocationSmbCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateLocationSmbCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateLocationSmbCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateLocationSmbCommand = CreateLocationSmbCommand;
@@ -36,10 +36,10 @@ class CreateTaskCommand 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_1CreateTaskCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateTaskCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateTaskCommand = CreateTaskCommand;
@@ -36,10 +36,10 @@ class DeleteAgentCommand 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_1DeleteAgentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteAgentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAgentCommand = DeleteAgentCommand;
@@ -36,10 +36,10 @@ class DeleteLocationCommand 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_1DeleteLocationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteLocationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteLocationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteLocationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLocationCommand = DeleteLocationCommand;
@@ -36,10 +36,10 @@ class DeleteTaskCommand 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_1DeleteTaskCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteTaskCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTaskCommand = DeleteTaskCommand;
@@ -36,10 +36,10 @@ class DescribeAgentCommand 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_1DescribeAgentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeAgentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAgentCommand = DescribeAgentCommand;
@@ -36,10 +36,10 @@ class DescribeLocationEfsCommand 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_1DescribeLocationEfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationEfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationEfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationEfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationEfsCommand = DescribeLocationEfsCommand;
@@ -36,10 +36,10 @@ class DescribeLocationFsxLustreCommand 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_1DescribeLocationFsxLustreCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationFsxLustreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationFsxLustreCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationFsxLustreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationFsxLustreCommand = DescribeLocationFsxLustreCommand;
@@ -37,10 +37,10 @@ class DescribeLocationFsxOntapCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeLocationFsxOntapCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeLocationFsxOntapCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationFsxOntapCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeLocationFsxOntapCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeLocationFsxOntapCommand = DescribeLocationFsxOntapCommand;
@@ -37,10 +37,10 @@ class DescribeLocationFsxOpenZfsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeLocationFsxOpenZfsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeLocationFsxOpenZfsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeLocationFsxOpenZfsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeLocationFsxOpenZfsCommand = DescribeLocationFsxOpenZfsCommand;
@@ -36,10 +36,10 @@ class DescribeLocationFsxWindowsCommand 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_1DescribeLocationFsxWindowsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationFsxWindowsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationFsxWindowsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationFsxWindowsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationFsxWindowsCommand = DescribeLocationFsxWindowsCommand;
@@ -36,10 +36,10 @@ class DescribeLocationHdfsCommand 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_1DescribeLocationHdfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationHdfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationHdfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationHdfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationHdfsCommand = DescribeLocationHdfsCommand;
@@ -36,10 +36,10 @@ class DescribeLocationNfsCommand 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_1DescribeLocationNfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationNfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationNfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationNfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationNfsCommand = DescribeLocationNfsCommand;
@@ -36,10 +36,10 @@ class DescribeLocationObjectStorageCommand 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_1DescribeLocationObjectStorageCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationObjectStorageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationObjectStorageCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationObjectStorageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationObjectStorageCommand = DescribeLocationObjectStorageCommand;
@@ -36,10 +36,10 @@ class DescribeLocationS3Command 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_1DescribeLocationS3Command)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationS3Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationS3Command)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationS3Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationS3Command = DescribeLocationS3Command;
@@ -36,10 +36,10 @@ class DescribeLocationSmbCommand 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_1DescribeLocationSmbCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeLocationSmbCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeLocationSmbCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeLocationSmbCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLocationSmbCommand = DescribeLocationSmbCommand;
@@ -36,10 +36,10 @@ class DescribeTaskCommand 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_1DescribeTaskCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeTaskCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeTaskCommand = DescribeTaskCommand;
@@ -36,10 +36,10 @@ class DescribeTaskExecutionCommand 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_1DescribeTaskExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeTaskExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeTaskExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeTaskExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeTaskExecutionCommand = DescribeTaskExecutionCommand;
@@ -36,10 +36,10 @@ class ListAgentsCommand 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_1ListAgentsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListAgentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAgentsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListAgentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAgentsCommand = ListAgentsCommand;
@@ -36,10 +36,10 @@ class ListLocationsCommand 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_1ListLocationsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListLocationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListLocationsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListLocationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLocationsCommand = ListLocationsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListTaskExecutionsCommand 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_1ListTaskExecutionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTaskExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTaskExecutionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTaskExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTaskExecutionsCommand = ListTaskExecutionsCommand;
@@ -36,10 +36,10 @@ class ListTasksCommand 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_1ListTasksCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTasksCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTasksCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTasksCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTasksCommand = ListTasksCommand;
@@ -36,10 +36,10 @@ class StartTaskExecutionCommand 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_1StartTaskExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartTaskExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartTaskExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartTaskExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartTaskExecutionCommand = StartTaskExecutionCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand 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_1TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_1UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateAgentCommand 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_1UpdateAgentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateAgentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateAgentCommand = UpdateAgentCommand;
@@ -36,10 +36,10 @@ class UpdateLocationHdfsCommand 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_1UpdateLocationHdfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateLocationHdfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateLocationHdfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateLocationHdfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLocationHdfsCommand = UpdateLocationHdfsCommand;
@@ -36,10 +36,10 @@ class UpdateLocationNfsCommand 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_1UpdateLocationNfsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateLocationNfsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateLocationNfsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateLocationNfsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLocationNfsCommand = UpdateLocationNfsCommand;
@@ -37,10 +37,10 @@ class UpdateLocationObjectStorageCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateLocationObjectStorageCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_UpdateLocationObjectStorageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateLocationObjectStorageCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_UpdateLocationObjectStorageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateLocationObjectStorageCommand = UpdateLocationObjectStorageCommand;
@@ -37,10 +37,10 @@ class UpdateLocationSmbCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateLocationSmbCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_UpdateLocationSmbCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateLocationSmbCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_UpdateLocationSmbCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateLocationSmbCommand = UpdateLocationSmbCommand;
@@ -36,10 +36,10 @@ class UpdateTaskCommand 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_1UpdateTaskCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateTaskCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateTaskCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateTaskCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTaskCommand = UpdateTaskCommand;