@aws-sdk/client-datasync 3.362.0 → 3.369.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 -1
- package/dist-cjs/DataSyncClient.js +5 -5
- package/dist-cjs/commands/AddStorageSystemCommand.js +3 -3
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +3 -3
- package/dist-cjs/commands/CreateAgentCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationEfsCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationNfsCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +3 -3
- package/dist-cjs/commands/CreateLocationS3Command.js +3 -3
- package/dist-cjs/commands/CreateLocationSmbCommand.js +3 -3
- package/dist-cjs/commands/CreateTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteAgentCommand.js +3 -3
- package/dist-cjs/commands/DeleteLocationCommand.js +3 -3
- package/dist-cjs/commands/DeleteTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeAgentCommand.js +3 -3
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocationS3Command.js +3 -3
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +3 -3
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/ListAgentsCommand.js +3 -3
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +3 -3
- package/dist-cjs/commands/ListLocationsCommand.js +3 -3
- package/dist-cjs/commands/ListStorageSystemsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListTasksCommand.js +3 -3
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +3 -3
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +3 -3
- package/dist-cjs/commands/StartTaskExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAgentCommand.js +3 -3
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +3 -3
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +3 -3
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +3 -3
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +3 -3
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +3 -3
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +3 -3
- package/dist-cjs/commands/UpdateTaskCommand.js +3 -3
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +3 -3
- package/dist-cjs/models/DataSyncServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/DataSync.js +1 -1
- package/dist-es/DataSyncClient.js +5 -5
- package/dist-es/commands/AddStorageSystemCommand.js +3 -3
- package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
- package/dist-es/commands/CreateAgentCommand.js +3 -3
- package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/CreateLocationS3Command.js +3 -3
- package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
- package/dist-es/commands/CreateTaskCommand.js +3 -3
- package/dist-es/commands/DeleteAgentCommand.js +3 -3
- package/dist-es/commands/DeleteLocationCommand.js +3 -3
- package/dist-es/commands/DeleteTaskCommand.js +3 -3
- package/dist-es/commands/DescribeAgentCommand.js +3 -3
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +3 -3
- package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/DescribeLocationS3Command.js +3 -3
- package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
- package/dist-es/commands/DescribeStorageSystemCommand.js +3 -3
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +3 -3
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +3 -3
- package/dist-es/commands/DescribeTaskCommand.js +3 -3
- package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
- package/dist-es/commands/GenerateRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListAgentsCommand.js +3 -3
- package/dist-es/commands/ListDiscoveryJobsCommand.js +3 -3
- package/dist-es/commands/ListLocationsCommand.js +3 -3
- package/dist-es/commands/ListStorageSystemsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
- package/dist-es/commands/ListTasksCommand.js +3 -3
- package/dist-es/commands/RemoveStorageSystemCommand.js +3 -3
- package/dist-es/commands/StartDiscoveryJobCommand.js +3 -3
- package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
- package/dist-es/commands/StopDiscoveryJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAgentCommand.js +3 -3
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +3 -3
- package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
- package/dist-es/commands/UpdateStorageSystemCommand.js +3 -3
- package/dist-es/commands/UpdateTaskCommand.js +3 -3
- package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
- package/dist-es/models/DataSyncServiceException.js +1 -1
- package/dist-es/models/models_0.js +1 -1
- package/dist-es/protocols/Aws_json1_1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/DataSync.d.ts +1 -1
- package/dist-types/DataSyncClient.d.ts +8 -8
- package/dist-types/commands/AddStorageSystemCommand.d.ts +3 -3
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAgentCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationS3Command.d.ts +3 -3
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -3
- package/dist-types/commands/CreateTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAgentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAgentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -3
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -3
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAgentsCommand.d.ts +3 -3
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLocationsCommand.d.ts +3 -3
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTasksCommand.d.ts +3 -3
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +3 -3
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -3
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAgentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTaskCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/DataSyncServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAgentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/DataSync.d.ts +1 -1
- package/dist-types/ts3.4/DataSyncClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +34 -33
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTaskExecutionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class ListTaskExecutionsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTasksCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class ListTasksCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RemoveStorageSystemCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class RemoveStorageSystemCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartDiscoveryJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class StartDiscoveryJobCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartTaskExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class StartTaskExecutionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopDiscoveryJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class StopDiscoveryJobCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateAgentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateAgentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDiscoveryJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateDiscoveryJobCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLocationHdfsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateLocationHdfsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLocationNfsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateLocationNfsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLocationObjectStorageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLocationSmbCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateStorageSystemCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateTaskCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateTaskCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateTaskExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateTaskExecutionCommand extends smithy_client_1.Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DataSyncServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
6
|
class DataSyncServiceException extends smithy_client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeLocationFsxOpenZfsResponseFilterSensitiveLog = exports.DescribeLocationFsxOntapResponseFilterSensitiveLog = exports.CreateLocationSmbRequestFilterSensitiveLog = exports.CreateLocationObjectStorageRequestFilterSensitiveLog = exports.CreateLocationFsxWindowsRequestFilterSensitiveLog = exports.CreateLocationFsxOpenZfsRequestFilterSensitiveLog = exports.CreateLocationFsxOntapRequestFilterSensitiveLog = exports.FsxProtocolFilterSensitiveLog = exports.FsxProtocolSmbFilterSensitiveLog = exports.AddStorageSystemRequestFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.TaskFilterName = exports.Operator = exports.LocationFilterName = exports.TaskExecutionStatus = exports.PhaseStatus = exports.TaskStatus = exports.RecommendationStatus = exports.DiscoveryResourceFilter = exports.DiscoveryResourceType = exports.StorageSystemConnectivityStatus = exports.DiscoveryJobStatus = exports.EndpointType = exports.VerifyMode = exports.Uid = exports.TransferMode = exports.TaskQueueing = exports.SmbSecurityDescriptorCopyFlags = exports.PreserveDevices = exports.PreserveDeletedFiles = exports.PosixPermissions = exports.OverwriteMode = exports.ObjectTags = exports.Mtime = exports.LogLevel = exports.Gid = exports.FilterType = exports.S3StorageClass = exports.ObjectStorageServerProtocol = exports.HdfsRpcProtection = exports.HdfsDataTransferProtection = exports.HdfsAuthenticationType = exports.SmbVersion = exports.NfsVersion = exports.EfsInTransitEncryption = exports.Atime = exports.AgentStatus = exports.InvalidRequestException = exports.InternalException = exports.DiscoverySystemType = void 0;
|
|
4
4
|
exports.UpdateStorageSystemRequestFilterSensitiveLog = exports.UpdateLocationSmbRequestFilterSensitiveLog = exports.UpdateLocationObjectStorageRequestFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@
|
|
5
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const DataSyncServiceException_1 = require("./DataSyncServiceException");
|
|
7
7
|
exports.DiscoverySystemType = {
|
|
8
8
|
NetAppONTAP: "NetAppONTAP",
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.se_UpdateDiscoveryJobCommand = exports.se_UpdateAgentCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StopDiscoveryJobCommand = exports.se_StartTaskExecutionCommand = exports.se_StartDiscoveryJobCommand = exports.se_RemoveStorageSystemCommand = exports.se_ListTasksCommand = exports.se_ListTaskExecutionsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListStorageSystemsCommand = exports.se_ListLocationsCommand = exports.se_ListDiscoveryJobsCommand = exports.se_ListAgentsCommand = exports.se_GenerateRecommendationsCommand = exports.se_DescribeTaskExecutionCommand = exports.se_DescribeTaskCommand = exports.se_DescribeStorageSystemResourcesCommand = exports.se_DescribeStorageSystemResourceMetricsCommand = exports.se_DescribeStorageSystemCommand = exports.se_DescribeLocationSmbCommand = exports.se_DescribeLocationS3Command = exports.se_DescribeLocationObjectStorageCommand = exports.se_DescribeLocationNfsCommand = exports.se_DescribeLocationHdfsCommand = exports.se_DescribeLocationFsxWindowsCommand = exports.se_DescribeLocationFsxOpenZfsCommand = exports.se_DescribeLocationFsxOntapCommand = exports.se_DescribeLocationFsxLustreCommand = exports.se_DescribeLocationEfsCommand = exports.se_DescribeDiscoveryJobCommand = exports.se_DescribeAgentCommand = exports.se_DeleteTaskCommand = exports.se_DeleteLocationCommand = exports.se_DeleteAgentCommand = exports.se_CreateTaskCommand = exports.se_CreateLocationSmbCommand = exports.se_CreateLocationS3Command = exports.se_CreateLocationObjectStorageCommand = exports.se_CreateLocationNfsCommand = exports.se_CreateLocationHdfsCommand = exports.se_CreateLocationFsxWindowsCommand = exports.se_CreateLocationFsxOpenZfsCommand = exports.se_CreateLocationFsxOntapCommand = exports.se_CreateLocationFsxLustreCommand = exports.se_CreateLocationEfsCommand = exports.se_CreateAgentCommand = exports.se_CancelTaskExecutionCommand = exports.se_AddStorageSystemCommand = void 0;
|
|
4
4
|
exports.de_RemoveStorageSystemCommand = exports.de_ListTasksCommand = exports.de_ListTaskExecutionsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListStorageSystemsCommand = exports.de_ListLocationsCommand = exports.de_ListDiscoveryJobsCommand = exports.de_ListAgentsCommand = exports.de_GenerateRecommendationsCommand = exports.de_DescribeTaskExecutionCommand = exports.de_DescribeTaskCommand = exports.de_DescribeStorageSystemResourcesCommand = exports.de_DescribeStorageSystemResourceMetricsCommand = exports.de_DescribeStorageSystemCommand = exports.de_DescribeLocationSmbCommand = exports.de_DescribeLocationS3Command = exports.de_DescribeLocationObjectStorageCommand = exports.de_DescribeLocationNfsCommand = exports.de_DescribeLocationHdfsCommand = exports.de_DescribeLocationFsxWindowsCommand = exports.de_DescribeLocationFsxOpenZfsCommand = exports.de_DescribeLocationFsxOntapCommand = exports.de_DescribeLocationFsxLustreCommand = exports.de_DescribeLocationEfsCommand = exports.de_DescribeDiscoveryJobCommand = exports.de_DescribeAgentCommand = exports.de_DeleteTaskCommand = exports.de_DeleteLocationCommand = exports.de_DeleteAgentCommand = exports.de_CreateTaskCommand = exports.de_CreateLocationSmbCommand = exports.de_CreateLocationS3Command = exports.de_CreateLocationObjectStorageCommand = exports.de_CreateLocationNfsCommand = exports.de_CreateLocationHdfsCommand = exports.de_CreateLocationFsxWindowsCommand = exports.de_CreateLocationFsxOpenZfsCommand = exports.de_CreateLocationFsxOntapCommand = exports.de_CreateLocationFsxLustreCommand = exports.de_CreateLocationEfsCommand = exports.de_CreateAgentCommand = exports.de_CancelTaskExecutionCommand = exports.de_AddStorageSystemCommand = exports.se_UpdateTaskExecutionCommand = exports.se_UpdateTaskCommand = exports.se_UpdateStorageSystemCommand = exports.se_UpdateLocationSmbCommand = exports.se_UpdateLocationObjectStorageCommand = exports.se_UpdateLocationNfsCommand = exports.se_UpdateLocationHdfsCommand = void 0;
|
|
5
5
|
exports.de_UpdateTaskExecutionCommand = exports.de_UpdateTaskCommand = exports.de_UpdateStorageSystemCommand = exports.de_UpdateLocationSmbCommand = exports.de_UpdateLocationObjectStorageCommand = exports.de_UpdateLocationNfsCommand = exports.de_UpdateLocationHdfsCommand = exports.de_UpdateDiscoveryJobCommand = exports.de_UpdateAgentCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StopDiscoveryJobCommand = exports.de_StartTaskExecutionCommand = exports.de_StartDiscoveryJobCommand = void 0;
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const uuid_1 = require("uuid");
|
|
9
9
|
const DataSyncServiceException_1 = require("../models/DataSyncServiceException");
|
|
10
10
|
const models_0_1 = require("../models/models_0");
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
8
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
9
9
|
const getRuntimeConfig = (config) => ({
|
|
10
10
|
apiVersion: "2018-11-09",
|
package/dist-es/DataSync.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AddStorageSystemCommand, } from "./commands/AddStorageSystemCommand";
|
|
3
3
|
import { CancelTaskExecutionCommand, } from "./commands/CancelTaskExecutionCommand";
|
|
4
4
|
import { CreateAgentCommand } from "./commands/CreateAgentCommand";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { AddStorageSystemRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_AddStorageSystemCommand, se_AddStorageSystemCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CancelTaskExecutionCommand, se_CancelTaskExecutionCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelTaskExecutionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateAgentCommand, se_CreateAgentCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAgentCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateLocationEfsCommand, se_CreateLocationEfsCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLocationEfsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateLocationFsxLustreCommand, se_CreateLocationFsxLustreCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLocationFsxLustreCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { CreateLocationFsxOntapRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateLocationFsxOntapCommand, se_CreateLocationFsxOntapCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { CreateLocationFsxOpenZfsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateLocationFsxOpenZfsCommand, se_CreateLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { CreateLocationFsxWindowsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateLocationFsxWindowsCommand, se_CreateLocationFsxWindowsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateLocationHdfsCommand, se_CreateLocationHdfsCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLocationHdfsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateLocationNfsCommand, se_CreateLocationNfsCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLocationNfsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { CreateLocationObjectStorageRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateLocationObjectStorageCommand, se_CreateLocationObjectStorageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateLocationS3Command, se_CreateLocationS3Command } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLocationS3Command extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { CreateLocationSmbRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateLocationSmbCommand, se_CreateLocationSmbCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateTaskCommand, se_CreateTaskCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTaskCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteAgentCommand, se_DeleteAgentCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAgentCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteLocationCommand, se_DeleteLocationCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLocationCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteTaskCommand, se_DeleteTaskCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTaskCommand extends $Command {
|