@aws-sdk/client-datasync 3.490.0 → 3.495.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 (83) hide show
  1. package/dist-cjs/DataSync.js +1 -131
  2. package/dist-cjs/DataSyncClient.js +1 -43
  3. package/dist-cjs/commands/AddStorageSystemCommand.js +1 -29
  4. package/dist-cjs/commands/CancelTaskExecutionCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAgentCommand.js +1 -28
  6. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +1 -29
  7. package/dist-cjs/commands/CreateLocationEfsCommand.js +1 -28
  8. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +1 -28
  9. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +1 -29
  10. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +1 -29
  11. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +1 -29
  12. package/dist-cjs/commands/CreateLocationHdfsCommand.js +1 -28
  13. package/dist-cjs/commands/CreateLocationNfsCommand.js +1 -28
  14. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +1 -29
  15. package/dist-cjs/commands/CreateLocationS3Command.js +1 -28
  16. package/dist-cjs/commands/CreateLocationSmbCommand.js +1 -29
  17. package/dist-cjs/commands/CreateTaskCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteAgentCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteLocationCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteTaskCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeAgentCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeLocationEfsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +1 -29
  27. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +1 -29
  28. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeLocationNfsCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeLocationS3Command.js +1 -28
  33. package/dist-cjs/commands/DescribeLocationSmbCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeStorageSystemCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +1 -28
  37. package/dist-cjs/commands/DescribeTaskCommand.js +1 -28
  38. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +1 -28
  39. package/dist-cjs/commands/GenerateRecommendationsCommand.js +1 -28
  40. package/dist-cjs/commands/ListAgentsCommand.js +1 -28
  41. package/dist-cjs/commands/ListDiscoveryJobsCommand.js +1 -28
  42. package/dist-cjs/commands/ListLocationsCommand.js +1 -28
  43. package/dist-cjs/commands/ListStorageSystemsCommand.js +1 -28
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  45. package/dist-cjs/commands/ListTaskExecutionsCommand.js +1 -28
  46. package/dist-cjs/commands/ListTasksCommand.js +1 -28
  47. package/dist-cjs/commands/RemoveStorageSystemCommand.js +1 -28
  48. package/dist-cjs/commands/StartDiscoveryJobCommand.js +1 -28
  49. package/dist-cjs/commands/StartTaskExecutionCommand.js +1 -28
  50. package/dist-cjs/commands/StopDiscoveryJobCommand.js +1 -28
  51. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  52. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateAgentCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +1 -29
  56. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateLocationNfsCommand.js +1 -28
  58. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +1 -29
  59. package/dist-cjs/commands/UpdateLocationSmbCommand.js +1 -29
  60. package/dist-cjs/commands/UpdateStorageSystemCommand.js +1 -29
  61. package/dist-cjs/commands/UpdateTaskCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +1 -28
  63. package/dist-cjs/commands/index.js +1 -63
  64. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  65. package/dist-cjs/extensionConfiguration.js +1 -2
  66. package/dist-cjs/index.js +4944 -11
  67. package/dist-cjs/models/DataSyncServiceException.js +1 -12
  68. package/dist-cjs/models/index.js +1 -4
  69. package/dist-cjs/models/models_0.js +1 -339
  70. package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +1 -7
  71. package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +1 -7
  72. package/dist-cjs/pagination/Interfaces.js +1 -2
  73. package/dist-cjs/pagination/ListAgentsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListLocationsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListStorageSystemsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  78. package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
  80. package/dist-cjs/pagination/index.js +1 -13
  81. package/dist-cjs/protocols/Aws_json1_1.js +1 -3218
  82. package/dist-cjs/runtimeExtensions.js +1 -22
  83. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenerateRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GenerateRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "GenerateRecommendations", {})
22
- .n("DataSyncClient", "GenerateRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GenerateRecommendationsCommand)
25
- .de(Aws_json1_1_1.de_GenerateRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.GenerateRecommendationsCommand = GenerateRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListAgentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListAgents", {})
22
- .n("DataSyncClient", "ListAgentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAgentsCommand)
25
- .de(Aws_json1_1_1.de_ListAgentsCommand)
26
- .build() {
27
- }
28
- exports.ListAgentsCommand = ListAgentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDiscoveryJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListDiscoveryJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListDiscoveryJobs", {})
22
- .n("DataSyncClient", "ListDiscoveryJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDiscoveryJobsCommand)
25
- .de(Aws_json1_1_1.de_ListDiscoveryJobsCommand)
26
- .build() {
27
- }
28
- exports.ListDiscoveryJobsCommand = ListDiscoveryJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLocationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListLocationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListLocations", {})
22
- .n("DataSyncClient", "ListLocationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListLocationsCommand)
25
- .de(Aws_json1_1_1.de_ListLocationsCommand)
26
- .build() {
27
- }
28
- exports.ListLocationsCommand = ListLocationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStorageSystemsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListStorageSystemsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListStorageSystems", {})
22
- .n("DataSyncClient", "ListStorageSystemsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListStorageSystemsCommand)
25
- .de(Aws_json1_1_1.de_ListStorageSystemsCommand)
26
- .build() {
27
- }
28
- exports.ListStorageSystemsCommand = ListStorageSystemsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListTagsForResource", {})
22
- .n("DataSyncClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTaskExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTaskExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListTaskExecutions", {})
22
- .n("DataSyncClient", "ListTaskExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTaskExecutionsCommand)
25
- .de(Aws_json1_1_1.de_ListTaskExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListTaskExecutionsCommand = ListTaskExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTasksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTasksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "ListTasks", {})
22
- .n("DataSyncClient", "ListTasksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTasksCommand)
25
- .de(Aws_json1_1_1.de_ListTasksCommand)
26
- .build() {
27
- }
28
- exports.ListTasksCommand = ListTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveStorageSystemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class RemoveStorageSystemCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "RemoveStorageSystem", {})
22
- .n("DataSyncClient", "RemoveStorageSystemCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RemoveStorageSystemCommand)
25
- .de(Aws_json1_1_1.de_RemoveStorageSystemCommand)
26
- .build() {
27
- }
28
- exports.RemoveStorageSystemCommand = RemoveStorageSystemCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDiscoveryJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartDiscoveryJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "StartDiscoveryJob", {})
22
- .n("DataSyncClient", "StartDiscoveryJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartDiscoveryJobCommand)
25
- .de(Aws_json1_1_1.de_StartDiscoveryJobCommand)
26
- .build() {
27
- }
28
- exports.StartDiscoveryJobCommand = StartDiscoveryJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTaskExecutionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartTaskExecutionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "StartTaskExecution", {})
22
- .n("DataSyncClient", "StartTaskExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartTaskExecutionCommand)
25
- .de(Aws_json1_1_1.de_StartTaskExecutionCommand)
26
- .build() {
27
- }
28
- exports.StartTaskExecutionCommand = StartTaskExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDiscoveryJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StopDiscoveryJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "StopDiscoveryJob", {})
22
- .n("DataSyncClient", "StopDiscoveryJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopDiscoveryJobCommand)
25
- .de(Aws_json1_1_1.de_StopDiscoveryJobCommand)
26
- .build() {
27
- }
28
- exports.StopDiscoveryJobCommand = StopDiscoveryJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "TagResource", {})
22
- .n("DataSyncClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_TagResourceCommand)
25
- .de(Aws_json1_1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "UntagResource", {})
22
- .n("DataSyncClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UntagResourceCommand)
25
- .de(Aws_json1_1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAgentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateAgentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "UpdateAgent", {})
22
- .n("DataSyncClient", "UpdateAgentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateAgentCommand)
25
- .de(Aws_json1_1_1.de_UpdateAgentCommand)
26
- .build() {
27
- }
28
- exports.UpdateAgentCommand = UpdateAgentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDiscoveryJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateDiscoveryJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "UpdateDiscoveryJob", {})
22
- .n("DataSyncClient", "UpdateDiscoveryJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateDiscoveryJobCommand)
25
- .de(Aws_json1_1_1.de_UpdateDiscoveryJobCommand)
26
- .build() {
27
- }
28
- exports.UpdateDiscoveryJobCommand = UpdateDiscoveryJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLocationAzureBlobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateLocationAzureBlobCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("FmrsService", "UpdateLocationAzureBlob", {})
23
- .n("DataSyncClient", "UpdateLocationAzureBlobCommand")
24
- .f(models_0_1.UpdateLocationAzureBlobRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateLocationAzureBlobCommand)
26
- .de(Aws_json1_1_1.de_UpdateLocationAzureBlobCommand)
27
- .build() {
28
- }
29
- exports.UpdateLocationAzureBlobCommand = UpdateLocationAzureBlobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLocationHdfsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateLocationHdfsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "UpdateLocationHdfs", {})
22
- .n("DataSyncClient", "UpdateLocationHdfsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateLocationHdfsCommand)
25
- .de(Aws_json1_1_1.de_UpdateLocationHdfsCommand)
26
- .build() {
27
- }
28
- exports.UpdateLocationHdfsCommand = UpdateLocationHdfsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLocationNfsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateLocationNfsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FmrsService", "UpdateLocationNfs", {})
22
- .n("DataSyncClient", "UpdateLocationNfsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateLocationNfsCommand)
25
- .de(Aws_json1_1_1.de_UpdateLocationNfsCommand)
26
- .build() {
27
- }
28
- exports.UpdateLocationNfsCommand = UpdateLocationNfsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLocationObjectStorageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateLocationObjectStorageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("FmrsService", "UpdateLocationObjectStorage", {})
23
- .n("DataSyncClient", "UpdateLocationObjectStorageCommand")
24
- .f(models_0_1.UpdateLocationObjectStorageRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateLocationObjectStorageCommand)
26
- .de(Aws_json1_1_1.de_UpdateLocationObjectStorageCommand)
27
- .build() {
28
- }
29
- exports.UpdateLocationObjectStorageCommand = UpdateLocationObjectStorageCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLocationSmbCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateLocationSmbCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("FmrsService", "UpdateLocationSmb", {})
23
- .n("DataSyncClient", "UpdateLocationSmbCommand")
24
- .f(models_0_1.UpdateLocationSmbRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateLocationSmbCommand)
26
- .de(Aws_json1_1_1.de_UpdateLocationSmbCommand)
27
- .build() {
28
- }
29
- exports.UpdateLocationSmbCommand = UpdateLocationSmbCommand;
1
+ module.exports = require("../index.js");