@aws-sdk/client-datasync 3.927.0 → 3.928.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 (77) hide show
  1. package/dist-cjs/index.js +1537 -1851
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DataSyncClient.js +2 -0
  4. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -9
  5. package/dist-es/commands/CreateAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateLocationAzureBlobCommand.js +3 -10
  7. package/dist-es/commands/CreateLocationEfsCommand.js +3 -9
  8. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -9
  9. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -10
  10. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -10
  11. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -10
  12. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -9
  13. package/dist-es/commands/CreateLocationNfsCommand.js +3 -9
  14. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -10
  15. package/dist-es/commands/CreateLocationS3Command.js +3 -9
  16. package/dist-es/commands/CreateLocationSmbCommand.js +3 -10
  17. package/dist-es/commands/CreateTaskCommand.js +3 -9
  18. package/dist-es/commands/DeleteAgentCommand.js +3 -9
  19. package/dist-es/commands/DeleteLocationCommand.js +3 -9
  20. package/dist-es/commands/DeleteTaskCommand.js +3 -9
  21. package/dist-es/commands/DescribeAgentCommand.js +3 -9
  22. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +3 -9
  23. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -9
  24. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -9
  25. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -10
  26. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -10
  27. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -9
  28. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -9
  29. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -9
  31. package/dist-es/commands/DescribeLocationS3Command.js +3 -9
  32. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -9
  33. package/dist-es/commands/DescribeTaskCommand.js +3 -9
  34. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -9
  35. package/dist-es/commands/ListAgentsCommand.js +3 -9
  36. package/dist-es/commands/ListLocationsCommand.js +3 -9
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  38. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -9
  39. package/dist-es/commands/ListTasksCommand.js +3 -9
  40. package/dist-es/commands/StartTaskExecutionCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateAgentCommand.js +3 -9
  44. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +3 -10
  45. package/dist-es/commands/UpdateLocationEfsCommand.js +3 -9
  46. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +3 -9
  47. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +3 -10
  48. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +3 -10
  49. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +3 -10
  50. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -9
  51. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -9
  52. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -10
  53. package/dist-es/commands/UpdateLocationS3Command.js +3 -9
  54. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -10
  55. package/dist-es/commands/UpdateTaskCommand.js +3 -9
  56. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -9
  57. package/dist-es/models/models_0.js +0 -77
  58. package/dist-es/runtimeConfig.shared.js +7 -0
  59. package/dist-es/schemas/schemas_0.js +1433 -0
  60. package/dist-types/DataSyncClient.d.ts +10 -1
  61. package/dist-types/models/models_0.d.ts +0 -76
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +227 -0
  67. package/dist-types/ts3.4/DataSyncClient.d.ts +4 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +0 -55
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +233 -0
  74. package/package.json +5 -5
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1383
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  77. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -641
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeLocationFsxOpenZfsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeLocationFsxOpenZfsCommand, se_DescribeLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationFsxOpenZfs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeLocationFsxOpenZfsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("FmrsService", "DescribeLocationFsxOpenZfs", {})
18
13
  .n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
19
- .f(void 0, DescribeLocationFsxOpenZfsResponseFilterSensitiveLog)
20
- .ser(se_DescribeLocationFsxOpenZfsCommand)
21
- .de(de_DescribeLocationFsxOpenZfsCommand)
14
+ .sc(DescribeLocationFsxOpenZfs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationFsxWindowsCommand, se_DescribeLocationFsxWindowsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationFsxWindows } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationFsxWindowsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationFsxWindows", {})
17
13
  .n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationFsxWindowsCommand)
20
- .de(de_DescribeLocationFsxWindowsCommand)
14
+ .sc(DescribeLocationFsxWindows)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationHdfsCommand, se_DescribeLocationHdfsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationHdfs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationHdfsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationHdfs", {})
17
13
  .n("DataSyncClient", "DescribeLocationHdfsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationHdfsCommand)
20
- .de(de_DescribeLocationHdfsCommand)
14
+ .sc(DescribeLocationHdfs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationNfsCommand, se_DescribeLocationNfsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationNfs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationNfsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationNfs", {})
17
13
  .n("DataSyncClient", "DescribeLocationNfsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationNfsCommand)
20
- .de(de_DescribeLocationNfsCommand)
14
+ .sc(DescribeLocationNfs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationObjectStorageCommand, se_DescribeLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationObjectStorage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationObjectStorageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationObjectStorage", {})
17
13
  .n("DataSyncClient", "DescribeLocationObjectStorageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationObjectStorageCommand)
20
- .de(de_DescribeLocationObjectStorageCommand)
14
+ .sc(DescribeLocationObjectStorage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationS3Command, se_DescribeLocationS3Command } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationS3 } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationS3Command extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationS3", {})
17
13
  .n("DataSyncClient", "DescribeLocationS3Command")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationS3Command)
20
- .de(de_DescribeLocationS3Command)
14
+ .sc(DescribeLocationS3)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLocationSmbCommand, se_DescribeLocationSmbCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLocationSmb } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLocationSmbCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeLocationSmb", {})
17
13
  .n("DataSyncClient", "DescribeLocationSmbCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLocationSmbCommand)
20
- .de(de_DescribeLocationSmbCommand)
14
+ .sc(DescribeLocationSmb)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeTaskCommand, se_DescribeTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeTask", {})
17
13
  .n("DataSyncClient", "DescribeTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTaskCommand)
20
- .de(de_DescribeTaskCommand)
14
+ .sc(DescribeTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeTaskExecutionCommand, se_DescribeTaskExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeTaskExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTaskExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "DescribeTaskExecution", {})
17
13
  .n("DataSyncClient", "DescribeTaskExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTaskExecutionCommand)
20
- .de(de_DescribeTaskExecutionCommand)
14
+ .sc(DescribeTaskExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAgentsCommand, se_ListAgentsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListAgents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAgentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "ListAgents", {})
17
13
  .n("DataSyncClient", "ListAgentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAgentsCommand)
20
- .de(de_ListAgentsCommand)
14
+ .sc(ListAgents)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLocationsCommand, se_ListLocationsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLocations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLocationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "ListLocations", {})
17
13
  .n("DataSyncClient", "ListLocationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLocationsCommand)
20
- .de(de_ListLocationsCommand)
14
+ .sc(ListLocations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "ListTagsForResource", {})
17
13
  .n("DataSyncClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTaskExecutionsCommand, se_ListTaskExecutionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTaskExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTaskExecutionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "ListTaskExecutions", {})
17
13
  .n("DataSyncClient", "ListTaskExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTaskExecutionsCommand)
20
- .de(de_ListTaskExecutionsCommand)
14
+ .sc(ListTaskExecutions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "ListTasks", {})
17
13
  .n("DataSyncClient", "ListTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTasksCommand)
20
- .de(de_ListTasksCommand)
14
+ .sc(ListTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartTaskExecutionCommand, se_StartTaskExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { StartTaskExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTaskExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "StartTaskExecution", {})
17
13
  .n("DataSyncClient", "StartTaskExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTaskExecutionCommand)
20
- .de(de_StartTaskExecutionCommand)
14
+ .sc(StartTaskExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "TagResource", {})
17
13
  .n("DataSyncClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "UntagResource", {})
17
13
  .n("DataSyncClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateAgentCommand, se_UpdateAgentCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateAgent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAgentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "UpdateAgent", {})
17
13
  .n("DataSyncClient", "UpdateAgentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAgentCommand)
20
- .de(de_UpdateAgentCommand)
14
+ .sc(UpdateAgent)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateLocationAzureBlobRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateLocationAzureBlobCommand, se_UpdateLocationAzureBlobCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateLocationAzureBlob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateLocationAzureBlobCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("FmrsService", "UpdateLocationAzureBlob", {})
18
13
  .n("DataSyncClient", "UpdateLocationAzureBlobCommand")
19
- .f(UpdateLocationAzureBlobRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateLocationAzureBlobCommand)
21
- .de(de_UpdateLocationAzureBlobCommand)
14
+ .sc(UpdateLocationAzureBlob)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateLocationEfsCommand, se_UpdateLocationEfsCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateLocationEfs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLocationEfsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "UpdateLocationEfs", {})
17
13
  .n("DataSyncClient", "UpdateLocationEfsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLocationEfsCommand)
20
- .de(de_UpdateLocationEfsCommand)
14
+ .sc(UpdateLocationEfs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateLocationFsxLustreCommand, se_UpdateLocationFsxLustreCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateLocationFsxLustre } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLocationFsxLustreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("FmrsService", "UpdateLocationFsxLustre", {})
17
13
  .n("DataSyncClient", "UpdateLocationFsxLustreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLocationFsxLustreCommand)
20
- .de(de_UpdateLocationFsxLustreCommand)
14
+ .sc(UpdateLocationFsxLustre)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateLocationFsxOntapRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateLocationFsxOntapCommand, se_UpdateLocationFsxOntapCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateLocationFsxOntap } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateLocationFsxOntapCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("FmrsService", "UpdateLocationFsxOntap", {})
18
13
  .n("DataSyncClient", "UpdateLocationFsxOntapCommand")
19
- .f(UpdateLocationFsxOntapRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateLocationFsxOntapCommand)
21
- .de(de_UpdateLocationFsxOntapCommand)
14
+ .sc(UpdateLocationFsxOntap)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateLocationFsxOpenZfsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateLocationFsxOpenZfsCommand, se_UpdateLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateLocationFsxOpenZfs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateLocationFsxOpenZfsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("FmrsService", "UpdateLocationFsxOpenZfs", {})
18
13
  .n("DataSyncClient", "UpdateLocationFsxOpenZfsCommand")
19
- .f(UpdateLocationFsxOpenZfsRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateLocationFsxOpenZfsCommand)
21
- .de(de_UpdateLocationFsxOpenZfsCommand)
14
+ .sc(UpdateLocationFsxOpenZfs)
22
15
  .build() {
23
16
  }