@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.
- 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
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStorageSystemCommand = 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 UpdateStorageSystemCommand 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", "UpdateStorageSystem", {})
|
|
23
|
-
.n("DataSyncClient", "UpdateStorageSystemCommand")
|
|
24
|
-
.f(models_0_1.UpdateStorageSystemRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_UpdateStorageSystemCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_UpdateStorageSystemCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateStorageSystemCommand = UpdateStorageSystemCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTaskCommand = 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 UpdateTaskCommand 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", "UpdateTask", {})
|
|
22
|
-
.n("DataSyncClient", "UpdateTaskCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateTaskCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateTaskCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTaskCommand = UpdateTaskCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTaskExecutionCommand = 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 UpdateTaskExecutionCommand 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", "UpdateTaskExecution", {})
|
|
22
|
-
.n("DataSyncClient", "UpdateTaskExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateTaskExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateTaskExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTaskExecutionCommand = UpdateTaskExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,63 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddStorageSystemCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CancelTaskExecutionCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateAgentCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateLocationAzureBlobCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateLocationEfsCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateLocationFsxLustreCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateLocationFsxOntapCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateLocationFsxOpenZfsCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateLocationFsxWindowsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateLocationHdfsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateLocationNfsCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateLocationObjectStorageCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateLocationS3Command"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./CreateLocationSmbCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./CreateTaskCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteAgentCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteLocationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteTaskCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeAgentCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeDiscoveryJobCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeLocationAzureBlobCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeLocationEfsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DescribeLocationFsxLustreCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeLocationFsxOntapCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeLocationFsxOpenZfsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeLocationFsxWindowsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeLocationHdfsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeLocationNfsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeLocationObjectStorageCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribeLocationS3Command"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DescribeLocationSmbCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DescribeStorageSystemCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./DescribeStorageSystemResourceMetricsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./DescribeStorageSystemResourcesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./DescribeTaskCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./DescribeTaskExecutionCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GenerateRecommendationsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListAgentsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListDiscoveryJobsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListLocationsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListStorageSystemsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListTaskExecutionsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListTasksCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./RemoveStorageSystemCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./StartDiscoveryJobCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./StartTaskExecutionCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./StopDiscoveryJobCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateAgentCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateDiscoveryJobCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateLocationAzureBlobCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateLocationHdfsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateLocationNfsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./UpdateLocationObjectStorageCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./UpdateLocationSmbCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./UpdateStorageSystemCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./UpdateTaskCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./UpdateTaskExecutionCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "datasync",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|