@aws-sdk/client-datasync 3.489.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.
- package/dist-cjs/DataSync.js +1 -131
- package/dist-cjs/DataSyncClient.js +1 -43
- package/dist-cjs/commands/AddStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/CreateAgentCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationS3Command.js +1 -28
- package/dist-cjs/commands/CreateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/CreateTaskCommand.js +1 -28
- package/dist-cjs/commands/DeleteAgentCommand.js +1 -28
- package/dist-cjs/commands/DeleteLocationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeAgentCommand.js +1 -28
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationS3Command.js +1 -28
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +1 -28
- package/dist-cjs/commands/ListAgentsCommand.js +1 -28
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListStorageSystemsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListTasksCommand.js +1 -28
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/StartTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAgentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/UpdateTaskCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -63
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4944 -11
- package/dist-cjs/models/DataSyncServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAgentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3218
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/DataSync.js
CHANGED
|
@@ -1,131 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataSync = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AddStorageSystemCommand_1 = require("./commands/AddStorageSystemCommand");
|
|
6
|
-
const CancelTaskExecutionCommand_1 = require("./commands/CancelTaskExecutionCommand");
|
|
7
|
-
const CreateAgentCommand_1 = require("./commands/CreateAgentCommand");
|
|
8
|
-
const CreateLocationAzureBlobCommand_1 = require("./commands/CreateLocationAzureBlobCommand");
|
|
9
|
-
const CreateLocationEfsCommand_1 = require("./commands/CreateLocationEfsCommand");
|
|
10
|
-
const CreateLocationFsxLustreCommand_1 = require("./commands/CreateLocationFsxLustreCommand");
|
|
11
|
-
const CreateLocationFsxOntapCommand_1 = require("./commands/CreateLocationFsxOntapCommand");
|
|
12
|
-
const CreateLocationFsxOpenZfsCommand_1 = require("./commands/CreateLocationFsxOpenZfsCommand");
|
|
13
|
-
const CreateLocationFsxWindowsCommand_1 = require("./commands/CreateLocationFsxWindowsCommand");
|
|
14
|
-
const CreateLocationHdfsCommand_1 = require("./commands/CreateLocationHdfsCommand");
|
|
15
|
-
const CreateLocationNfsCommand_1 = require("./commands/CreateLocationNfsCommand");
|
|
16
|
-
const CreateLocationObjectStorageCommand_1 = require("./commands/CreateLocationObjectStorageCommand");
|
|
17
|
-
const CreateLocationS3Command_1 = require("./commands/CreateLocationS3Command");
|
|
18
|
-
const CreateLocationSmbCommand_1 = require("./commands/CreateLocationSmbCommand");
|
|
19
|
-
const CreateTaskCommand_1 = require("./commands/CreateTaskCommand");
|
|
20
|
-
const DeleteAgentCommand_1 = require("./commands/DeleteAgentCommand");
|
|
21
|
-
const DeleteLocationCommand_1 = require("./commands/DeleteLocationCommand");
|
|
22
|
-
const DeleteTaskCommand_1 = require("./commands/DeleteTaskCommand");
|
|
23
|
-
const DescribeAgentCommand_1 = require("./commands/DescribeAgentCommand");
|
|
24
|
-
const DescribeDiscoveryJobCommand_1 = require("./commands/DescribeDiscoveryJobCommand");
|
|
25
|
-
const DescribeLocationAzureBlobCommand_1 = require("./commands/DescribeLocationAzureBlobCommand");
|
|
26
|
-
const DescribeLocationEfsCommand_1 = require("./commands/DescribeLocationEfsCommand");
|
|
27
|
-
const DescribeLocationFsxLustreCommand_1 = require("./commands/DescribeLocationFsxLustreCommand");
|
|
28
|
-
const DescribeLocationFsxOntapCommand_1 = require("./commands/DescribeLocationFsxOntapCommand");
|
|
29
|
-
const DescribeLocationFsxOpenZfsCommand_1 = require("./commands/DescribeLocationFsxOpenZfsCommand");
|
|
30
|
-
const DescribeLocationFsxWindowsCommand_1 = require("./commands/DescribeLocationFsxWindowsCommand");
|
|
31
|
-
const DescribeLocationHdfsCommand_1 = require("./commands/DescribeLocationHdfsCommand");
|
|
32
|
-
const DescribeLocationNfsCommand_1 = require("./commands/DescribeLocationNfsCommand");
|
|
33
|
-
const DescribeLocationObjectStorageCommand_1 = require("./commands/DescribeLocationObjectStorageCommand");
|
|
34
|
-
const DescribeLocationS3Command_1 = require("./commands/DescribeLocationS3Command");
|
|
35
|
-
const DescribeLocationSmbCommand_1 = require("./commands/DescribeLocationSmbCommand");
|
|
36
|
-
const DescribeStorageSystemCommand_1 = require("./commands/DescribeStorageSystemCommand");
|
|
37
|
-
const DescribeStorageSystemResourceMetricsCommand_1 = require("./commands/DescribeStorageSystemResourceMetricsCommand");
|
|
38
|
-
const DescribeStorageSystemResourcesCommand_1 = require("./commands/DescribeStorageSystemResourcesCommand");
|
|
39
|
-
const DescribeTaskCommand_1 = require("./commands/DescribeTaskCommand");
|
|
40
|
-
const DescribeTaskExecutionCommand_1 = require("./commands/DescribeTaskExecutionCommand");
|
|
41
|
-
const GenerateRecommendationsCommand_1 = require("./commands/GenerateRecommendationsCommand");
|
|
42
|
-
const ListAgentsCommand_1 = require("./commands/ListAgentsCommand");
|
|
43
|
-
const ListDiscoveryJobsCommand_1 = require("./commands/ListDiscoveryJobsCommand");
|
|
44
|
-
const ListLocationsCommand_1 = require("./commands/ListLocationsCommand");
|
|
45
|
-
const ListStorageSystemsCommand_1 = require("./commands/ListStorageSystemsCommand");
|
|
46
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
47
|
-
const ListTaskExecutionsCommand_1 = require("./commands/ListTaskExecutionsCommand");
|
|
48
|
-
const ListTasksCommand_1 = require("./commands/ListTasksCommand");
|
|
49
|
-
const RemoveStorageSystemCommand_1 = require("./commands/RemoveStorageSystemCommand");
|
|
50
|
-
const StartDiscoveryJobCommand_1 = require("./commands/StartDiscoveryJobCommand");
|
|
51
|
-
const StartTaskExecutionCommand_1 = require("./commands/StartTaskExecutionCommand");
|
|
52
|
-
const StopDiscoveryJobCommand_1 = require("./commands/StopDiscoveryJobCommand");
|
|
53
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
54
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
55
|
-
const UpdateAgentCommand_1 = require("./commands/UpdateAgentCommand");
|
|
56
|
-
const UpdateDiscoveryJobCommand_1 = require("./commands/UpdateDiscoveryJobCommand");
|
|
57
|
-
const UpdateLocationAzureBlobCommand_1 = require("./commands/UpdateLocationAzureBlobCommand");
|
|
58
|
-
const UpdateLocationHdfsCommand_1 = require("./commands/UpdateLocationHdfsCommand");
|
|
59
|
-
const UpdateLocationNfsCommand_1 = require("./commands/UpdateLocationNfsCommand");
|
|
60
|
-
const UpdateLocationObjectStorageCommand_1 = require("./commands/UpdateLocationObjectStorageCommand");
|
|
61
|
-
const UpdateLocationSmbCommand_1 = require("./commands/UpdateLocationSmbCommand");
|
|
62
|
-
const UpdateStorageSystemCommand_1 = require("./commands/UpdateStorageSystemCommand");
|
|
63
|
-
const UpdateTaskCommand_1 = require("./commands/UpdateTaskCommand");
|
|
64
|
-
const UpdateTaskExecutionCommand_1 = require("./commands/UpdateTaskExecutionCommand");
|
|
65
|
-
const DataSyncClient_1 = require("./DataSyncClient");
|
|
66
|
-
const commands = {
|
|
67
|
-
AddStorageSystemCommand: AddStorageSystemCommand_1.AddStorageSystemCommand,
|
|
68
|
-
CancelTaskExecutionCommand: CancelTaskExecutionCommand_1.CancelTaskExecutionCommand,
|
|
69
|
-
CreateAgentCommand: CreateAgentCommand_1.CreateAgentCommand,
|
|
70
|
-
CreateLocationAzureBlobCommand: CreateLocationAzureBlobCommand_1.CreateLocationAzureBlobCommand,
|
|
71
|
-
CreateLocationEfsCommand: CreateLocationEfsCommand_1.CreateLocationEfsCommand,
|
|
72
|
-
CreateLocationFsxLustreCommand: CreateLocationFsxLustreCommand_1.CreateLocationFsxLustreCommand,
|
|
73
|
-
CreateLocationFsxOntapCommand: CreateLocationFsxOntapCommand_1.CreateLocationFsxOntapCommand,
|
|
74
|
-
CreateLocationFsxOpenZfsCommand: CreateLocationFsxOpenZfsCommand_1.CreateLocationFsxOpenZfsCommand,
|
|
75
|
-
CreateLocationFsxWindowsCommand: CreateLocationFsxWindowsCommand_1.CreateLocationFsxWindowsCommand,
|
|
76
|
-
CreateLocationHdfsCommand: CreateLocationHdfsCommand_1.CreateLocationHdfsCommand,
|
|
77
|
-
CreateLocationNfsCommand: CreateLocationNfsCommand_1.CreateLocationNfsCommand,
|
|
78
|
-
CreateLocationObjectStorageCommand: CreateLocationObjectStorageCommand_1.CreateLocationObjectStorageCommand,
|
|
79
|
-
CreateLocationS3Command: CreateLocationS3Command_1.CreateLocationS3Command,
|
|
80
|
-
CreateLocationSmbCommand: CreateLocationSmbCommand_1.CreateLocationSmbCommand,
|
|
81
|
-
CreateTaskCommand: CreateTaskCommand_1.CreateTaskCommand,
|
|
82
|
-
DeleteAgentCommand: DeleteAgentCommand_1.DeleteAgentCommand,
|
|
83
|
-
DeleteLocationCommand: DeleteLocationCommand_1.DeleteLocationCommand,
|
|
84
|
-
DeleteTaskCommand: DeleteTaskCommand_1.DeleteTaskCommand,
|
|
85
|
-
DescribeAgentCommand: DescribeAgentCommand_1.DescribeAgentCommand,
|
|
86
|
-
DescribeDiscoveryJobCommand: DescribeDiscoveryJobCommand_1.DescribeDiscoveryJobCommand,
|
|
87
|
-
DescribeLocationAzureBlobCommand: DescribeLocationAzureBlobCommand_1.DescribeLocationAzureBlobCommand,
|
|
88
|
-
DescribeLocationEfsCommand: DescribeLocationEfsCommand_1.DescribeLocationEfsCommand,
|
|
89
|
-
DescribeLocationFsxLustreCommand: DescribeLocationFsxLustreCommand_1.DescribeLocationFsxLustreCommand,
|
|
90
|
-
DescribeLocationFsxOntapCommand: DescribeLocationFsxOntapCommand_1.DescribeLocationFsxOntapCommand,
|
|
91
|
-
DescribeLocationFsxOpenZfsCommand: DescribeLocationFsxOpenZfsCommand_1.DescribeLocationFsxOpenZfsCommand,
|
|
92
|
-
DescribeLocationFsxWindowsCommand: DescribeLocationFsxWindowsCommand_1.DescribeLocationFsxWindowsCommand,
|
|
93
|
-
DescribeLocationHdfsCommand: DescribeLocationHdfsCommand_1.DescribeLocationHdfsCommand,
|
|
94
|
-
DescribeLocationNfsCommand: DescribeLocationNfsCommand_1.DescribeLocationNfsCommand,
|
|
95
|
-
DescribeLocationObjectStorageCommand: DescribeLocationObjectStorageCommand_1.DescribeLocationObjectStorageCommand,
|
|
96
|
-
DescribeLocationS3Command: DescribeLocationS3Command_1.DescribeLocationS3Command,
|
|
97
|
-
DescribeLocationSmbCommand: DescribeLocationSmbCommand_1.DescribeLocationSmbCommand,
|
|
98
|
-
DescribeStorageSystemCommand: DescribeStorageSystemCommand_1.DescribeStorageSystemCommand,
|
|
99
|
-
DescribeStorageSystemResourceMetricsCommand: DescribeStorageSystemResourceMetricsCommand_1.DescribeStorageSystemResourceMetricsCommand,
|
|
100
|
-
DescribeStorageSystemResourcesCommand: DescribeStorageSystemResourcesCommand_1.DescribeStorageSystemResourcesCommand,
|
|
101
|
-
DescribeTaskCommand: DescribeTaskCommand_1.DescribeTaskCommand,
|
|
102
|
-
DescribeTaskExecutionCommand: DescribeTaskExecutionCommand_1.DescribeTaskExecutionCommand,
|
|
103
|
-
GenerateRecommendationsCommand: GenerateRecommendationsCommand_1.GenerateRecommendationsCommand,
|
|
104
|
-
ListAgentsCommand: ListAgentsCommand_1.ListAgentsCommand,
|
|
105
|
-
ListDiscoveryJobsCommand: ListDiscoveryJobsCommand_1.ListDiscoveryJobsCommand,
|
|
106
|
-
ListLocationsCommand: ListLocationsCommand_1.ListLocationsCommand,
|
|
107
|
-
ListStorageSystemsCommand: ListStorageSystemsCommand_1.ListStorageSystemsCommand,
|
|
108
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
109
|
-
ListTaskExecutionsCommand: ListTaskExecutionsCommand_1.ListTaskExecutionsCommand,
|
|
110
|
-
ListTasksCommand: ListTasksCommand_1.ListTasksCommand,
|
|
111
|
-
RemoveStorageSystemCommand: RemoveStorageSystemCommand_1.RemoveStorageSystemCommand,
|
|
112
|
-
StartDiscoveryJobCommand: StartDiscoveryJobCommand_1.StartDiscoveryJobCommand,
|
|
113
|
-
StartTaskExecutionCommand: StartTaskExecutionCommand_1.StartTaskExecutionCommand,
|
|
114
|
-
StopDiscoveryJobCommand: StopDiscoveryJobCommand_1.StopDiscoveryJobCommand,
|
|
115
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
116
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
117
|
-
UpdateAgentCommand: UpdateAgentCommand_1.UpdateAgentCommand,
|
|
118
|
-
UpdateDiscoveryJobCommand: UpdateDiscoveryJobCommand_1.UpdateDiscoveryJobCommand,
|
|
119
|
-
UpdateLocationAzureBlobCommand: UpdateLocationAzureBlobCommand_1.UpdateLocationAzureBlobCommand,
|
|
120
|
-
UpdateLocationHdfsCommand: UpdateLocationHdfsCommand_1.UpdateLocationHdfsCommand,
|
|
121
|
-
UpdateLocationNfsCommand: UpdateLocationNfsCommand_1.UpdateLocationNfsCommand,
|
|
122
|
-
UpdateLocationObjectStorageCommand: UpdateLocationObjectStorageCommand_1.UpdateLocationObjectStorageCommand,
|
|
123
|
-
UpdateLocationSmbCommand: UpdateLocationSmbCommand_1.UpdateLocationSmbCommand,
|
|
124
|
-
UpdateStorageSystemCommand: UpdateStorageSystemCommand_1.UpdateStorageSystemCommand,
|
|
125
|
-
UpdateTaskCommand: UpdateTaskCommand_1.UpdateTaskCommand,
|
|
126
|
-
UpdateTaskExecutionCommand: UpdateTaskExecutionCommand_1.UpdateTaskExecutionCommand,
|
|
127
|
-
};
|
|
128
|
-
class DataSync extends DataSyncClient_1.DataSyncClient {
|
|
129
|
-
}
|
|
130
|
-
exports.DataSync = DataSync;
|
|
131
|
-
(0, smithy_client_1.createAggregatedClient)(commands, DataSync);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataSyncClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class DataSyncClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.DataSyncClient = DataSyncClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddStorageSystemCommand = 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 AddStorageSystemCommand 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", "AddStorageSystem", {})
|
|
23
|
-
.n("DataSyncClient", "AddStorageSystemCommand")
|
|
24
|
-
.f(models_0_1.AddStorageSystemRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_AddStorageSystemCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_AddStorageSystemCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.AddStorageSystemCommand = AddStorageSystemCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelTaskExecutionCommand = 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 CancelTaskExecutionCommand 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", "CancelTaskExecution", {})
|
|
22
|
-
.n("DataSyncClient", "CancelTaskExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CancelTaskExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CancelTaskExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelTaskExecutionCommand = CancelTaskExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAgentCommand = 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 CreateAgentCommand 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", "CreateAgent", {})
|
|
22
|
-
.n("DataSyncClient", "CreateAgentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAgentCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAgentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAgentCommand = CreateAgentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationAzureBlobCommand = 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 CreateLocationAzureBlobCommand 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", "CreateLocationAzureBlob", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationAzureBlobCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationAzureBlobRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationAzureBlobCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationAzureBlobCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationAzureBlobCommand = CreateLocationAzureBlobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationEfsCommand = 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 CreateLocationEfsCommand 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", "CreateLocationEfs", {})
|
|
22
|
-
.n("DataSyncClient", "CreateLocationEfsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateLocationEfsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateLocationEfsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLocationEfsCommand = CreateLocationEfsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationFsxLustreCommand = 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 CreateLocationFsxLustreCommand 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", "CreateLocationFsxLustre", {})
|
|
22
|
-
.n("DataSyncClient", "CreateLocationFsxLustreCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateLocationFsxLustreCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateLocationFsxLustreCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLocationFsxLustreCommand = CreateLocationFsxLustreCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationFsxOntapCommand = 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 CreateLocationFsxOntapCommand 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", "CreateLocationFsxOntap", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationFsxOntapCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationFsxOntapRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationFsxOntapCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationFsxOntapCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationFsxOntapCommand = CreateLocationFsxOntapCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationFsxOpenZfsCommand = 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 CreateLocationFsxOpenZfsCommand 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", "CreateLocationFsxOpenZfs", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationFsxOpenZfsCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationFsxOpenZfsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationFsxOpenZfsCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationFsxOpenZfsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationFsxOpenZfsCommand = CreateLocationFsxOpenZfsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationFsxWindowsCommand = 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 CreateLocationFsxWindowsCommand 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", "CreateLocationFsxWindows", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationFsxWindowsCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationFsxWindowsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationFsxWindowsCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationFsxWindowsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationFsxWindowsCommand = CreateLocationFsxWindowsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationHdfsCommand = 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 CreateLocationHdfsCommand 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", "CreateLocationHdfs", {})
|
|
22
|
-
.n("DataSyncClient", "CreateLocationHdfsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateLocationHdfsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateLocationHdfsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLocationHdfsCommand = CreateLocationHdfsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationNfsCommand = 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 CreateLocationNfsCommand 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", "CreateLocationNfs", {})
|
|
22
|
-
.n("DataSyncClient", "CreateLocationNfsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateLocationNfsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateLocationNfsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLocationNfsCommand = CreateLocationNfsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationObjectStorageCommand = 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 CreateLocationObjectStorageCommand 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", "CreateLocationObjectStorage", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationObjectStorageCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationObjectStorageRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationObjectStorageCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationObjectStorageCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationObjectStorageCommand = CreateLocationObjectStorageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationS3Command = 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 CreateLocationS3Command 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", "CreateLocationS3", {})
|
|
22
|
-
.n("DataSyncClient", "CreateLocationS3Command")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateLocationS3Command)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateLocationS3Command)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLocationS3Command = CreateLocationS3Command;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLocationSmbCommand = 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 CreateLocationSmbCommand 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", "CreateLocationSmb", {})
|
|
23
|
-
.n("DataSyncClient", "CreateLocationSmbCommand")
|
|
24
|
-
.f(models_0_1.CreateLocationSmbRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateLocationSmbCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateLocationSmbCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLocationSmbCommand = CreateLocationSmbCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTaskCommand = 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 CreateTaskCommand 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", "CreateTask", {})
|
|
22
|
-
.n("DataSyncClient", "CreateTaskCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateTaskCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateTaskCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTaskCommand = CreateTaskCommand;
|
|
1
|
+
module.exports = require("../index.js");
|