@aws-sdk/client-datasync 3.774.0 → 3.777.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/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/DataSyncClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AddStorageSystemCommand.d.ts +1 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAgentCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -0
- package/dist-types/commands/CreateLocationS3Command.d.ts +1 -0
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +1 -0
- package/dist-types/commands/CreateTaskCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTaskCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationS3Command.d.ts +1 -0
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +1 -0
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -0
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +1 -0
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +1 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +1 -0
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationS3Command.d.ts +1 -0
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -40,8 +40,6 @@ const defaultDataSyncHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultDataSyncHttpAuthSchemeProvider = defaultDataSyncHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -191,12 +191,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
191
191
|
|
|
192
192
|
// src/endpoint/EndpointParameters.ts
|
|
193
193
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
194
|
-
return {
|
|
195
|
-
...options,
|
|
194
|
+
return Object.assign(options, {
|
|
196
195
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
197
196
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
198
197
|
defaultSigningName: "datasync"
|
|
199
|
-
};
|
|
198
|
+
});
|
|
200
199
|
}, "resolveClientEndpointParameters");
|
|
201
200
|
var commonParams = {
|
|
202
201
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -253,22 +252,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
253
252
|
}, "resolveHttpAuthRuntimeConfig");
|
|
254
253
|
|
|
255
254
|
// src/runtimeExtensions.ts
|
|
256
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
257
255
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
258
|
-
const extensionConfiguration =
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
256
|
+
const extensionConfiguration = Object.assign(
|
|
257
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
258
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
259
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
260
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
261
|
+
);
|
|
264
262
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
265
|
-
return
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
263
|
+
return Object.assign(
|
|
264
|
+
runtimeConfig,
|
|
265
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
266
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
267
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
268
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
269
|
+
);
|
|
272
270
|
}, "resolveRuntimeExtensions");
|
|
273
271
|
|
|
274
272
|
// src/DataSyncClient.ts
|
|
@@ -282,6 +280,8 @@ var DataSyncClient = class extends import_smithy_client.Client {
|
|
|
282
280
|
config;
|
|
283
281
|
constructor(...[configuration]) {
|
|
284
282
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
283
|
+
super(_config_0);
|
|
284
|
+
this.initConfig = _config_0;
|
|
285
285
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
286
286
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
287
287
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -290,7 +290,6 @@ var DataSyncClient = class extends import_smithy_client.Client {
|
|
|
290
290
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
291
291
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
292
292
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
293
|
-
super(_config_8);
|
|
294
293
|
this.config = _config_8;
|
|
295
294
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
296
295
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -17,6 +17,8 @@ export class DataSyncClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class DataSyncClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultDataSyncHttpAuthSchemeProvider = (authParameters) => {
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "datasync",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -82,6 +82,7 @@ declare const AddStorageSystemCommand_base: {
|
|
|
82
82
|
* @throws {@link DataSyncServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const CancelTaskExecutionCommand_base: {
|
|
|
65
65
|
* @throws {@link DataSyncServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateAgentCommand_base: {
|
|
|
78
78
|
* @throws {@link DataSyncServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateAgentCommand extends CreateAgentCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const CreateLocationAzureBlobCommand_base: {
|
|
|
81
81
|
* @throws {@link DataSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateLocationEfsCommand_base: {
|
|
|
82
82
|
* @throws {@link DataSyncServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const CreateLocationFsxLustreCommand_base: {
|
|
|
75
75
|
* @throws {@link DataSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateLocationFsxOntapCommand_base: {
|
|
|
90
90
|
* @throws {@link DataSyncServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
|
94
94
|
* @throws {@link DataSyncServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateLocationFsxWindowsCommand_base: {
|
|
|
79
79
|
* @throws {@link DataSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateLocationHdfsCommand_base: {
|
|
|
93
93
|
* @throws {@link DataSyncServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const CreateLocationNfsCommand_base: {
|
|
|
81
81
|
* @throws {@link DataSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CreateLocationObjectStorageCommand_base: {
|
|
|
80
80
|
* @throws {@link DataSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateLocationS3Command_base: {
|
|
|
93
93
|
* @throws {@link DataSyncServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateLocationS3Command extends CreateLocationS3Command_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateLocationSmbCommand_base: {
|
|
|
88
88
|
* @throws {@link DataSyncServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {
|
|
@@ -150,6 +150,7 @@ declare const CreateTaskCommand_base: {
|
|
|
150
150
|
* @throws {@link DataSyncServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
152
152
|
*
|
|
153
|
+
*
|
|
153
154
|
* @public
|
|
154
155
|
*/
|
|
155
156
|
export declare class CreateTaskCommand extends CreateTaskCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteAgentCommand_base: {
|
|
|
63
63
|
* @throws {@link DataSyncServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteLocationCommand_base: {
|
|
|
59
59
|
* @throws {@link DataSyncServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteLocationCommand extends DeleteLocationCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteTaskCommand_base: {
|
|
|
59
59
|
* @throws {@link DataSyncServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteTaskCommand extends DeleteTaskCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DescribeAgentCommand_base: {
|
|
|
80
80
|
* @throws {@link DataSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DescribeDiscoveryJobCommand_base: {
|
|
|
66
66
|
* @throws {@link DataSyncServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DescribeLocationAzureBlobCommand_base: {
|
|
|
69
69
|
* @throws {@link DataSyncServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeLocationEfsCommand_base: {
|
|
|
72
72
|
* @throws {@link DataSyncServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DescribeLocationFsxLustreCommand_base: {
|
|
|
66
66
|
* @throws {@link DataSyncServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DescribeLocationFsxOntapCommand_base: {
|
|
|
87
87
|
* @throws {@link DataSyncServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
|
85
85
|
* @throws {@link DataSyncServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DescribeLocationFsxWindowsCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeLocationHdfsCommand_base: {
|
|
|
83
83
|
* @throws {@link DataSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeLocationNfsCommand_base: {
|
|
|
72
72
|
* @throws {@link DataSyncServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeLocationObjectStorageCommand_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeLocationS3Command_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {
|
|
@@ -77,6 +77,7 @@ declare const DescribeLocationSmbCommand_base: {
|
|
|
77
77
|
* @throws {@link DataSyncServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeStorageSystemCommand_base: {
|
|
|
76
76
|
* @throws {@link DataSyncServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
|
|
|
100
100
|
* @throws {@link DataSyncServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {
|
|
@@ -190,6 +190,7 @@ declare const DescribeStorageSystemResourcesCommand_base: {
|
|
|
190
190
|
* @throws {@link DataSyncServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
192
192
|
*
|
|
193
|
+
*
|
|
193
194
|
* @public
|
|
194
195
|
*/
|
|
195
196
|
export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {
|
|
@@ -153,6 +153,7 @@ declare const DescribeTaskCommand_base: {
|
|
|
153
153
|
* @throws {@link DataSyncServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
155
155
|
*
|
|
156
|
+
*
|
|
156
157
|
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
|
|
@@ -175,6 +175,7 @@ declare const DescribeTaskExecutionCommand_base: {
|
|
|
175
175
|
* @throws {@link DataSyncServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
177
177
|
*
|
|
178
|
+
*
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GenerateRecommendationsCommand_base: {
|
|
|
67
67
|
* @throws {@link DataSyncServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListAgentsCommand_base: {
|
|
|
82
82
|
* @throws {@link DataSyncServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListAgentsCommand extends ListAgentsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListDiscoveryJobsCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListLocationsCommand_base: {
|
|
|
80
80
|
* @throws {@link DataSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListLocationsCommand extends ListLocationsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListStorageSystemsCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link DataSyncServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListTaskExecutionsCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListTasksCommand_base: {
|
|
|
79
79
|
* @throws {@link DataSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListTasksCommand extends ListTasksCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const RemoveStorageSystemCommand_base: {
|
|
|
60
60
|
* @throws {@link DataSyncServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const StartDiscoveryJobCommand_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const StartTaskExecutionCommand_base: {
|
|
|
142
142
|
* @throws {@link DataSyncServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const StopDiscoveryJobCommand_base: {
|
|
|
62
62
|
* @throws {@link DataSyncServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const TagResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const UntagResourceCommand_base: {
|
|
|
62
62
|
* @throws {@link DataSyncServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const UpdateAgentCommand_base: {
|
|
|
60
60
|
* @throws {@link DataSyncServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const UpdateDiscoveryJobCommand_base: {
|
|
|
60
60
|
* @throws {@link DataSyncServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UpdateLocationAzureBlobCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UpdateLocationEfsCommand_base: {
|
|
|
64
64
|
* @throws {@link DataSyncServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdateLocationEfsCommand extends UpdateLocationEfsCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const UpdateLocationFsxLustreCommand_base: {
|
|
|
61
61
|
* @throws {@link DataSyncServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class UpdateLocationFsxLustreCommand extends UpdateLocationFsxLustreCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateLocationFsxOntapCommand_base: {
|
|
|
76
76
|
* @throws {@link DataSyncServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateLocationFsxOntapCommand extends UpdateLocationFsxOntapCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateLocationFsxOpenZfsCommand_base: {
|
|
|
80
80
|
* @throws {@link DataSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateLocationFsxOpenZfsCommand extends UpdateLocationFsxOpenZfsCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UpdateLocationFsxWindowsCommand_base: {
|
|
|
64
64
|
* @throws {@link DataSyncServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdateLocationFsxWindowsCommand extends UpdateLocationFsxWindowsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateLocationHdfsCommand_base: {
|
|
|
83
83
|
* @throws {@link DataSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UpdateLocationNfsCommand_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateLocationNfsCommand extends UpdateLocationNfsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UpdateLocationObjectStorageCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateLocationObjectStorageCommand extends UpdateLocationObjectStorageCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateLocationS3Command_base: {
|
|
|
80
80
|
* @throws {@link DataSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateLocationS3Command extends UpdateLocationS3Command_base {
|
|
@@ -79,6 +79,7 @@ declare const UpdateLocationSmbCommand_base: {
|
|
|
79
79
|
* @throws {@link DataSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class UpdateLocationSmbCommand extends UpdateLocationSmbCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateStorageSystemCommand_base: {
|
|
|
73
73
|
* @throws {@link DataSyncServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const UpdateTaskCommand_base: {
|
|
|
132
132
|
* @throws {@link DataSyncServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class UpdateTaskCommand extends UpdateTaskCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateTaskExecutionCommand_base: {
|
|
|
83
83
|
* @throws {@link DataSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateTaskExecutionCommand extends UpdateTaskExecutionCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datasync",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|