@aws-sdk/client-datasync 3.1076.0 → 3.1078.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/index.js +64 -535
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
- package/dist-es/commands/CreateAgentCommand.js +2 -14
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/CreateLocationS3Command.js +2 -14
- package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
- package/dist-es/commands/CreateTaskCommand.js +2 -14
- package/dist-es/commands/DeleteAgentCommand.js +2 -14
- package/dist-es/commands/DeleteLocationCommand.js +2 -14
- package/dist-es/commands/DeleteTaskCommand.js +2 -14
- package/dist-es/commands/DescribeAgentCommand.js +2 -14
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/DescribeLocationS3Command.js +2 -14
- package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
- package/dist-es/commands/DescribeTaskCommand.js +2 -14
- package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
- package/dist-es/commands/ListAgentsCommand.js +2 -14
- package/dist-es/commands/ListLocationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentCommand.js +2 -14
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/UpdateLocationS3Command.js +2 -14
- package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
- package/dist-es/commands/UpdateTaskCommand.js +2 -14
- package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
- package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultDataSyncHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1543,6 +1545,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1543
1545
|
serviceTarget: "FmrsService",
|
|
1544
1546
|
},
|
|
1545
1547
|
serviceId: config?.serviceId ?? "DataSync",
|
|
1548
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1546
1549
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1547
1550
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1548
1551
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1576,7 +1579,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1576
1579
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1577
1580
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1578
1581
|
}, config),
|
|
1579
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1580
1582
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1581
1583
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1582
1584
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1664,640 +1666,167 @@ class DataSyncClient extends Client {
|
|
|
1664
1666
|
}
|
|
1665
1667
|
}
|
|
1666
1668
|
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
})
|
|
1673
|
-
.s("FmrsService", "CancelTaskExecution", {})
|
|
1674
|
-
.n("DataSyncClient", "CancelTaskExecutionCommand")
|
|
1675
|
-
.sc(CancelTaskExecution$)
|
|
1676
|
-
.build() {
|
|
1669
|
+
const command = makeBuilder(commonParams, "FmrsService", "DataSyncClient", getEndpointPlugin);
|
|
1670
|
+
const _ep0 = {};
|
|
1671
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1672
|
+
|
|
1673
|
+
class CancelTaskExecutionCommand extends command(_ep0, _mw0, "CancelTaskExecution", CancelTaskExecution$) {
|
|
1677
1674
|
}
|
|
1678
1675
|
|
|
1679
|
-
class CreateAgentCommand extends
|
|
1680
|
-
.classBuilder()
|
|
1681
|
-
.ep(commonParams)
|
|
1682
|
-
.m(function (Command, cs, config, o) {
|
|
1683
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1684
|
-
})
|
|
1685
|
-
.s("FmrsService", "CreateAgent", {})
|
|
1686
|
-
.n("DataSyncClient", "CreateAgentCommand")
|
|
1687
|
-
.sc(CreateAgent$)
|
|
1688
|
-
.build() {
|
|
1676
|
+
class CreateAgentCommand extends command(_ep0, _mw0, "CreateAgent", CreateAgent$) {
|
|
1689
1677
|
}
|
|
1690
1678
|
|
|
1691
|
-
class CreateLocationAzureBlobCommand extends
|
|
1692
|
-
.classBuilder()
|
|
1693
|
-
.ep(commonParams)
|
|
1694
|
-
.m(function (Command, cs, config, o) {
|
|
1695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1696
|
-
})
|
|
1697
|
-
.s("FmrsService", "CreateLocationAzureBlob", {})
|
|
1698
|
-
.n("DataSyncClient", "CreateLocationAzureBlobCommand")
|
|
1699
|
-
.sc(CreateLocationAzureBlob$)
|
|
1700
|
-
.build() {
|
|
1679
|
+
class CreateLocationAzureBlobCommand extends command(_ep0, _mw0, "CreateLocationAzureBlob", CreateLocationAzureBlob$) {
|
|
1701
1680
|
}
|
|
1702
1681
|
|
|
1703
|
-
class CreateLocationEfsCommand extends
|
|
1704
|
-
.classBuilder()
|
|
1705
|
-
.ep(commonParams)
|
|
1706
|
-
.m(function (Command, cs, config, o) {
|
|
1707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1708
|
-
})
|
|
1709
|
-
.s("FmrsService", "CreateLocationEfs", {})
|
|
1710
|
-
.n("DataSyncClient", "CreateLocationEfsCommand")
|
|
1711
|
-
.sc(CreateLocationEfs$)
|
|
1712
|
-
.build() {
|
|
1682
|
+
class CreateLocationEfsCommand extends command(_ep0, _mw0, "CreateLocationEfs", CreateLocationEfs$) {
|
|
1713
1683
|
}
|
|
1714
1684
|
|
|
1715
|
-
class CreateLocationFsxLustreCommand extends
|
|
1716
|
-
.classBuilder()
|
|
1717
|
-
.ep(commonParams)
|
|
1718
|
-
.m(function (Command, cs, config, o) {
|
|
1719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1720
|
-
})
|
|
1721
|
-
.s("FmrsService", "CreateLocationFsxLustre", {})
|
|
1722
|
-
.n("DataSyncClient", "CreateLocationFsxLustreCommand")
|
|
1723
|
-
.sc(CreateLocationFsxLustre$)
|
|
1724
|
-
.build() {
|
|
1685
|
+
class CreateLocationFsxLustreCommand extends command(_ep0, _mw0, "CreateLocationFsxLustre", CreateLocationFsxLustre$) {
|
|
1725
1686
|
}
|
|
1726
1687
|
|
|
1727
|
-
class CreateLocationFsxOntapCommand extends
|
|
1728
|
-
.classBuilder()
|
|
1729
|
-
.ep(commonParams)
|
|
1730
|
-
.m(function (Command, cs, config, o) {
|
|
1731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1732
|
-
})
|
|
1733
|
-
.s("FmrsService", "CreateLocationFsxOntap", {})
|
|
1734
|
-
.n("DataSyncClient", "CreateLocationFsxOntapCommand")
|
|
1735
|
-
.sc(CreateLocationFsxOntap$)
|
|
1736
|
-
.build() {
|
|
1688
|
+
class CreateLocationFsxOntapCommand extends command(_ep0, _mw0, "CreateLocationFsxOntap", CreateLocationFsxOntap$) {
|
|
1737
1689
|
}
|
|
1738
1690
|
|
|
1739
|
-
class CreateLocationFsxOpenZfsCommand extends
|
|
1740
|
-
.classBuilder()
|
|
1741
|
-
.ep(commonParams)
|
|
1742
|
-
.m(function (Command, cs, config, o) {
|
|
1743
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1744
|
-
})
|
|
1745
|
-
.s("FmrsService", "CreateLocationFsxOpenZfs", {})
|
|
1746
|
-
.n("DataSyncClient", "CreateLocationFsxOpenZfsCommand")
|
|
1747
|
-
.sc(CreateLocationFsxOpenZfs$)
|
|
1748
|
-
.build() {
|
|
1691
|
+
class CreateLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "CreateLocationFsxOpenZfs", CreateLocationFsxOpenZfs$) {
|
|
1749
1692
|
}
|
|
1750
1693
|
|
|
1751
|
-
class CreateLocationFsxWindowsCommand extends
|
|
1752
|
-
.classBuilder()
|
|
1753
|
-
.ep(commonParams)
|
|
1754
|
-
.m(function (Command, cs, config, o) {
|
|
1755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1756
|
-
})
|
|
1757
|
-
.s("FmrsService", "CreateLocationFsxWindows", {})
|
|
1758
|
-
.n("DataSyncClient", "CreateLocationFsxWindowsCommand")
|
|
1759
|
-
.sc(CreateLocationFsxWindows$)
|
|
1760
|
-
.build() {
|
|
1694
|
+
class CreateLocationFsxWindowsCommand extends command(_ep0, _mw0, "CreateLocationFsxWindows", CreateLocationFsxWindows$) {
|
|
1761
1695
|
}
|
|
1762
1696
|
|
|
1763
|
-
class CreateLocationHdfsCommand extends
|
|
1764
|
-
.classBuilder()
|
|
1765
|
-
.ep(commonParams)
|
|
1766
|
-
.m(function (Command, cs, config, o) {
|
|
1767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1768
|
-
})
|
|
1769
|
-
.s("FmrsService", "CreateLocationHdfs", {})
|
|
1770
|
-
.n("DataSyncClient", "CreateLocationHdfsCommand")
|
|
1771
|
-
.sc(CreateLocationHdfs$)
|
|
1772
|
-
.build() {
|
|
1697
|
+
class CreateLocationHdfsCommand extends command(_ep0, _mw0, "CreateLocationHdfs", CreateLocationHdfs$) {
|
|
1773
1698
|
}
|
|
1774
1699
|
|
|
1775
|
-
class CreateLocationNfsCommand extends
|
|
1776
|
-
.classBuilder()
|
|
1777
|
-
.ep(commonParams)
|
|
1778
|
-
.m(function (Command, cs, config, o) {
|
|
1779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1780
|
-
})
|
|
1781
|
-
.s("FmrsService", "CreateLocationNfs", {})
|
|
1782
|
-
.n("DataSyncClient", "CreateLocationNfsCommand")
|
|
1783
|
-
.sc(CreateLocationNfs$)
|
|
1784
|
-
.build() {
|
|
1700
|
+
class CreateLocationNfsCommand extends command(_ep0, _mw0, "CreateLocationNfs", CreateLocationNfs$) {
|
|
1785
1701
|
}
|
|
1786
1702
|
|
|
1787
|
-
class CreateLocationObjectStorageCommand extends
|
|
1788
|
-
.classBuilder()
|
|
1789
|
-
.ep(commonParams)
|
|
1790
|
-
.m(function (Command, cs, config, o) {
|
|
1791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1792
|
-
})
|
|
1793
|
-
.s("FmrsService", "CreateLocationObjectStorage", {})
|
|
1794
|
-
.n("DataSyncClient", "CreateLocationObjectStorageCommand")
|
|
1795
|
-
.sc(CreateLocationObjectStorage$)
|
|
1796
|
-
.build() {
|
|
1703
|
+
class CreateLocationObjectStorageCommand extends command(_ep0, _mw0, "CreateLocationObjectStorage", CreateLocationObjectStorage$) {
|
|
1797
1704
|
}
|
|
1798
1705
|
|
|
1799
|
-
class CreateLocationS3Command extends
|
|
1800
|
-
.classBuilder()
|
|
1801
|
-
.ep(commonParams)
|
|
1802
|
-
.m(function (Command, cs, config, o) {
|
|
1803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1804
|
-
})
|
|
1805
|
-
.s("FmrsService", "CreateLocationS3", {})
|
|
1806
|
-
.n("DataSyncClient", "CreateLocationS3Command")
|
|
1807
|
-
.sc(CreateLocationS3$)
|
|
1808
|
-
.build() {
|
|
1706
|
+
class CreateLocationS3Command extends command(_ep0, _mw0, "CreateLocationS3", CreateLocationS3$) {
|
|
1809
1707
|
}
|
|
1810
1708
|
|
|
1811
|
-
class CreateLocationSmbCommand extends
|
|
1812
|
-
.classBuilder()
|
|
1813
|
-
.ep(commonParams)
|
|
1814
|
-
.m(function (Command, cs, config, o) {
|
|
1815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1816
|
-
})
|
|
1817
|
-
.s("FmrsService", "CreateLocationSmb", {})
|
|
1818
|
-
.n("DataSyncClient", "CreateLocationSmbCommand")
|
|
1819
|
-
.sc(CreateLocationSmb$)
|
|
1820
|
-
.build() {
|
|
1709
|
+
class CreateLocationSmbCommand extends command(_ep0, _mw0, "CreateLocationSmb", CreateLocationSmb$) {
|
|
1821
1710
|
}
|
|
1822
1711
|
|
|
1823
|
-
class CreateTaskCommand extends
|
|
1824
|
-
.classBuilder()
|
|
1825
|
-
.ep(commonParams)
|
|
1826
|
-
.m(function (Command, cs, config, o) {
|
|
1827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1828
|
-
})
|
|
1829
|
-
.s("FmrsService", "CreateTask", {})
|
|
1830
|
-
.n("DataSyncClient", "CreateTaskCommand")
|
|
1831
|
-
.sc(CreateTask$)
|
|
1832
|
-
.build() {
|
|
1712
|
+
class CreateTaskCommand extends command(_ep0, _mw0, "CreateTask", CreateTask$) {
|
|
1833
1713
|
}
|
|
1834
1714
|
|
|
1835
|
-
class DeleteAgentCommand extends
|
|
1836
|
-
.classBuilder()
|
|
1837
|
-
.ep(commonParams)
|
|
1838
|
-
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1840
|
-
})
|
|
1841
|
-
.s("FmrsService", "DeleteAgent", {})
|
|
1842
|
-
.n("DataSyncClient", "DeleteAgentCommand")
|
|
1843
|
-
.sc(DeleteAgent$)
|
|
1844
|
-
.build() {
|
|
1715
|
+
class DeleteAgentCommand extends command(_ep0, _mw0, "DeleteAgent", DeleteAgent$) {
|
|
1845
1716
|
}
|
|
1846
1717
|
|
|
1847
|
-
class DeleteLocationCommand extends
|
|
1848
|
-
.classBuilder()
|
|
1849
|
-
.ep(commonParams)
|
|
1850
|
-
.m(function (Command, cs, config, o) {
|
|
1851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1852
|
-
})
|
|
1853
|
-
.s("FmrsService", "DeleteLocation", {})
|
|
1854
|
-
.n("DataSyncClient", "DeleteLocationCommand")
|
|
1855
|
-
.sc(DeleteLocation$)
|
|
1856
|
-
.build() {
|
|
1718
|
+
class DeleteLocationCommand extends command(_ep0, _mw0, "DeleteLocation", DeleteLocation$) {
|
|
1857
1719
|
}
|
|
1858
1720
|
|
|
1859
|
-
class DeleteTaskCommand extends
|
|
1860
|
-
.classBuilder()
|
|
1861
|
-
.ep(commonParams)
|
|
1862
|
-
.m(function (Command, cs, config, o) {
|
|
1863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1864
|
-
})
|
|
1865
|
-
.s("FmrsService", "DeleteTask", {})
|
|
1866
|
-
.n("DataSyncClient", "DeleteTaskCommand")
|
|
1867
|
-
.sc(DeleteTask$)
|
|
1868
|
-
.build() {
|
|
1721
|
+
class DeleteTaskCommand extends command(_ep0, _mw0, "DeleteTask", DeleteTask$) {
|
|
1869
1722
|
}
|
|
1870
1723
|
|
|
1871
|
-
class DescribeAgentCommand extends
|
|
1872
|
-
.classBuilder()
|
|
1873
|
-
.ep(commonParams)
|
|
1874
|
-
.m(function (Command, cs, config, o) {
|
|
1875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1876
|
-
})
|
|
1877
|
-
.s("FmrsService", "DescribeAgent", {})
|
|
1878
|
-
.n("DataSyncClient", "DescribeAgentCommand")
|
|
1879
|
-
.sc(DescribeAgent$)
|
|
1880
|
-
.build() {
|
|
1724
|
+
class DescribeAgentCommand extends command(_ep0, _mw0, "DescribeAgent", DescribeAgent$) {
|
|
1881
1725
|
}
|
|
1882
1726
|
|
|
1883
|
-
class DescribeLocationAzureBlobCommand extends
|
|
1884
|
-
.classBuilder()
|
|
1885
|
-
.ep(commonParams)
|
|
1886
|
-
.m(function (Command, cs, config, o) {
|
|
1887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
|
-
})
|
|
1889
|
-
.s("FmrsService", "DescribeLocationAzureBlob", {})
|
|
1890
|
-
.n("DataSyncClient", "DescribeLocationAzureBlobCommand")
|
|
1891
|
-
.sc(DescribeLocationAzureBlob$)
|
|
1892
|
-
.build() {
|
|
1727
|
+
class DescribeLocationAzureBlobCommand extends command(_ep0, _mw0, "DescribeLocationAzureBlob", DescribeLocationAzureBlob$) {
|
|
1893
1728
|
}
|
|
1894
1729
|
|
|
1895
|
-
class DescribeLocationEfsCommand extends
|
|
1896
|
-
.classBuilder()
|
|
1897
|
-
.ep(commonParams)
|
|
1898
|
-
.m(function (Command, cs, config, o) {
|
|
1899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1900
|
-
})
|
|
1901
|
-
.s("FmrsService", "DescribeLocationEfs", {})
|
|
1902
|
-
.n("DataSyncClient", "DescribeLocationEfsCommand")
|
|
1903
|
-
.sc(DescribeLocationEfs$)
|
|
1904
|
-
.build() {
|
|
1730
|
+
class DescribeLocationEfsCommand extends command(_ep0, _mw0, "DescribeLocationEfs", DescribeLocationEfs$) {
|
|
1905
1731
|
}
|
|
1906
1732
|
|
|
1907
|
-
class DescribeLocationFsxLustreCommand extends
|
|
1908
|
-
.classBuilder()
|
|
1909
|
-
.ep(commonParams)
|
|
1910
|
-
.m(function (Command, cs, config, o) {
|
|
1911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1912
|
-
})
|
|
1913
|
-
.s("FmrsService", "DescribeLocationFsxLustre", {})
|
|
1914
|
-
.n("DataSyncClient", "DescribeLocationFsxLustreCommand")
|
|
1915
|
-
.sc(DescribeLocationFsxLustre$)
|
|
1916
|
-
.build() {
|
|
1733
|
+
class DescribeLocationFsxLustreCommand extends command(_ep0, _mw0, "DescribeLocationFsxLustre", DescribeLocationFsxLustre$) {
|
|
1917
1734
|
}
|
|
1918
1735
|
|
|
1919
|
-
class DescribeLocationFsxOntapCommand extends
|
|
1920
|
-
.classBuilder()
|
|
1921
|
-
.ep(commonParams)
|
|
1922
|
-
.m(function (Command, cs, config, o) {
|
|
1923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1924
|
-
})
|
|
1925
|
-
.s("FmrsService", "DescribeLocationFsxOntap", {})
|
|
1926
|
-
.n("DataSyncClient", "DescribeLocationFsxOntapCommand")
|
|
1927
|
-
.sc(DescribeLocationFsxOntap$)
|
|
1928
|
-
.build() {
|
|
1736
|
+
class DescribeLocationFsxOntapCommand extends command(_ep0, _mw0, "DescribeLocationFsxOntap", DescribeLocationFsxOntap$) {
|
|
1929
1737
|
}
|
|
1930
1738
|
|
|
1931
|
-
class DescribeLocationFsxOpenZfsCommand extends
|
|
1932
|
-
.classBuilder()
|
|
1933
|
-
.ep(commonParams)
|
|
1934
|
-
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1936
|
-
})
|
|
1937
|
-
.s("FmrsService", "DescribeLocationFsxOpenZfs", {})
|
|
1938
|
-
.n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
|
|
1939
|
-
.sc(DescribeLocationFsxOpenZfs$)
|
|
1940
|
-
.build() {
|
|
1739
|
+
class DescribeLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "DescribeLocationFsxOpenZfs", DescribeLocationFsxOpenZfs$) {
|
|
1941
1740
|
}
|
|
1942
1741
|
|
|
1943
|
-
class DescribeLocationFsxWindowsCommand extends
|
|
1944
|
-
.classBuilder()
|
|
1945
|
-
.ep(commonParams)
|
|
1946
|
-
.m(function (Command, cs, config, o) {
|
|
1947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1948
|
-
})
|
|
1949
|
-
.s("FmrsService", "DescribeLocationFsxWindows", {})
|
|
1950
|
-
.n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
|
|
1951
|
-
.sc(DescribeLocationFsxWindows$)
|
|
1952
|
-
.build() {
|
|
1742
|
+
class DescribeLocationFsxWindowsCommand extends command(_ep0, _mw0, "DescribeLocationFsxWindows", DescribeLocationFsxWindows$) {
|
|
1953
1743
|
}
|
|
1954
1744
|
|
|
1955
|
-
class DescribeLocationHdfsCommand extends
|
|
1956
|
-
.classBuilder()
|
|
1957
|
-
.ep(commonParams)
|
|
1958
|
-
.m(function (Command, cs, config, o) {
|
|
1959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1960
|
-
})
|
|
1961
|
-
.s("FmrsService", "DescribeLocationHdfs", {})
|
|
1962
|
-
.n("DataSyncClient", "DescribeLocationHdfsCommand")
|
|
1963
|
-
.sc(DescribeLocationHdfs$)
|
|
1964
|
-
.build() {
|
|
1745
|
+
class DescribeLocationHdfsCommand extends command(_ep0, _mw0, "DescribeLocationHdfs", DescribeLocationHdfs$) {
|
|
1965
1746
|
}
|
|
1966
1747
|
|
|
1967
|
-
class DescribeLocationNfsCommand extends
|
|
1968
|
-
.classBuilder()
|
|
1969
|
-
.ep(commonParams)
|
|
1970
|
-
.m(function (Command, cs, config, o) {
|
|
1971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1972
|
-
})
|
|
1973
|
-
.s("FmrsService", "DescribeLocationNfs", {})
|
|
1974
|
-
.n("DataSyncClient", "DescribeLocationNfsCommand")
|
|
1975
|
-
.sc(DescribeLocationNfs$)
|
|
1976
|
-
.build() {
|
|
1748
|
+
class DescribeLocationNfsCommand extends command(_ep0, _mw0, "DescribeLocationNfs", DescribeLocationNfs$) {
|
|
1977
1749
|
}
|
|
1978
1750
|
|
|
1979
|
-
class DescribeLocationObjectStorageCommand extends
|
|
1980
|
-
.classBuilder()
|
|
1981
|
-
.ep(commonParams)
|
|
1982
|
-
.m(function (Command, cs, config, o) {
|
|
1983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1984
|
-
})
|
|
1985
|
-
.s("FmrsService", "DescribeLocationObjectStorage", {})
|
|
1986
|
-
.n("DataSyncClient", "DescribeLocationObjectStorageCommand")
|
|
1987
|
-
.sc(DescribeLocationObjectStorage$)
|
|
1988
|
-
.build() {
|
|
1751
|
+
class DescribeLocationObjectStorageCommand extends command(_ep0, _mw0, "DescribeLocationObjectStorage", DescribeLocationObjectStorage$) {
|
|
1989
1752
|
}
|
|
1990
1753
|
|
|
1991
|
-
class DescribeLocationS3Command extends
|
|
1992
|
-
.classBuilder()
|
|
1993
|
-
.ep(commonParams)
|
|
1994
|
-
.m(function (Command, cs, config, o) {
|
|
1995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1996
|
-
})
|
|
1997
|
-
.s("FmrsService", "DescribeLocationS3", {})
|
|
1998
|
-
.n("DataSyncClient", "DescribeLocationS3Command")
|
|
1999
|
-
.sc(DescribeLocationS3$)
|
|
2000
|
-
.build() {
|
|
1754
|
+
class DescribeLocationS3Command extends command(_ep0, _mw0, "DescribeLocationS3", DescribeLocationS3$) {
|
|
2001
1755
|
}
|
|
2002
1756
|
|
|
2003
|
-
class DescribeLocationSmbCommand extends
|
|
2004
|
-
.classBuilder()
|
|
2005
|
-
.ep(commonParams)
|
|
2006
|
-
.m(function (Command, cs, config, o) {
|
|
2007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2008
|
-
})
|
|
2009
|
-
.s("FmrsService", "DescribeLocationSmb", {})
|
|
2010
|
-
.n("DataSyncClient", "DescribeLocationSmbCommand")
|
|
2011
|
-
.sc(DescribeLocationSmb$)
|
|
2012
|
-
.build() {
|
|
1757
|
+
class DescribeLocationSmbCommand extends command(_ep0, _mw0, "DescribeLocationSmb", DescribeLocationSmb$) {
|
|
2013
1758
|
}
|
|
2014
1759
|
|
|
2015
|
-
class DescribeTaskCommand extends
|
|
2016
|
-
.classBuilder()
|
|
2017
|
-
.ep(commonParams)
|
|
2018
|
-
.m(function (Command, cs, config, o) {
|
|
2019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2020
|
-
})
|
|
2021
|
-
.s("FmrsService", "DescribeTask", {})
|
|
2022
|
-
.n("DataSyncClient", "DescribeTaskCommand")
|
|
2023
|
-
.sc(DescribeTask$)
|
|
2024
|
-
.build() {
|
|
1760
|
+
class DescribeTaskCommand extends command(_ep0, _mw0, "DescribeTask", DescribeTask$) {
|
|
2025
1761
|
}
|
|
2026
1762
|
|
|
2027
|
-
class DescribeTaskExecutionCommand extends
|
|
2028
|
-
.classBuilder()
|
|
2029
|
-
.ep(commonParams)
|
|
2030
|
-
.m(function (Command, cs, config, o) {
|
|
2031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2032
|
-
})
|
|
2033
|
-
.s("FmrsService", "DescribeTaskExecution", {})
|
|
2034
|
-
.n("DataSyncClient", "DescribeTaskExecutionCommand")
|
|
2035
|
-
.sc(DescribeTaskExecution$)
|
|
2036
|
-
.build() {
|
|
1763
|
+
class DescribeTaskExecutionCommand extends command(_ep0, _mw0, "DescribeTaskExecution", DescribeTaskExecution$) {
|
|
2037
1764
|
}
|
|
2038
1765
|
|
|
2039
|
-
class ListAgentsCommand extends
|
|
2040
|
-
.classBuilder()
|
|
2041
|
-
.ep(commonParams)
|
|
2042
|
-
.m(function (Command, cs, config, o) {
|
|
2043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2044
|
-
})
|
|
2045
|
-
.s("FmrsService", "ListAgents", {})
|
|
2046
|
-
.n("DataSyncClient", "ListAgentsCommand")
|
|
2047
|
-
.sc(ListAgents$)
|
|
2048
|
-
.build() {
|
|
1766
|
+
class ListAgentsCommand extends command(_ep0, _mw0, "ListAgents", ListAgents$) {
|
|
2049
1767
|
}
|
|
2050
1768
|
|
|
2051
|
-
class ListLocationsCommand extends
|
|
2052
|
-
.classBuilder()
|
|
2053
|
-
.ep(commonParams)
|
|
2054
|
-
.m(function (Command, cs, config, o) {
|
|
2055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2056
|
-
})
|
|
2057
|
-
.s("FmrsService", "ListLocations", {})
|
|
2058
|
-
.n("DataSyncClient", "ListLocationsCommand")
|
|
2059
|
-
.sc(ListLocations$)
|
|
2060
|
-
.build() {
|
|
1769
|
+
class ListLocationsCommand extends command(_ep0, _mw0, "ListLocations", ListLocations$) {
|
|
2061
1770
|
}
|
|
2062
1771
|
|
|
2063
|
-
class ListTagsForResourceCommand extends
|
|
2064
|
-
.classBuilder()
|
|
2065
|
-
.ep(commonParams)
|
|
2066
|
-
.m(function (Command, cs, config, o) {
|
|
2067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2068
|
-
})
|
|
2069
|
-
.s("FmrsService", "ListTagsForResource", {})
|
|
2070
|
-
.n("DataSyncClient", "ListTagsForResourceCommand")
|
|
2071
|
-
.sc(ListTagsForResource$)
|
|
2072
|
-
.build() {
|
|
1772
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2073
1773
|
}
|
|
2074
1774
|
|
|
2075
|
-
class ListTaskExecutionsCommand extends
|
|
2076
|
-
.classBuilder()
|
|
2077
|
-
.ep(commonParams)
|
|
2078
|
-
.m(function (Command, cs, config, o) {
|
|
2079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2080
|
-
})
|
|
2081
|
-
.s("FmrsService", "ListTaskExecutions", {})
|
|
2082
|
-
.n("DataSyncClient", "ListTaskExecutionsCommand")
|
|
2083
|
-
.sc(ListTaskExecutions$)
|
|
2084
|
-
.build() {
|
|
1775
|
+
class ListTaskExecutionsCommand extends command(_ep0, _mw0, "ListTaskExecutions", ListTaskExecutions$) {
|
|
2085
1776
|
}
|
|
2086
1777
|
|
|
2087
|
-
class ListTasksCommand extends
|
|
2088
|
-
.classBuilder()
|
|
2089
|
-
.ep(commonParams)
|
|
2090
|
-
.m(function (Command, cs, config, o) {
|
|
2091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2092
|
-
})
|
|
2093
|
-
.s("FmrsService", "ListTasks", {})
|
|
2094
|
-
.n("DataSyncClient", "ListTasksCommand")
|
|
2095
|
-
.sc(ListTasks$)
|
|
2096
|
-
.build() {
|
|
1778
|
+
class ListTasksCommand extends command(_ep0, _mw0, "ListTasks", ListTasks$) {
|
|
2097
1779
|
}
|
|
2098
1780
|
|
|
2099
|
-
class StartTaskExecutionCommand extends
|
|
2100
|
-
.classBuilder()
|
|
2101
|
-
.ep(commonParams)
|
|
2102
|
-
.m(function (Command, cs, config, o) {
|
|
2103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2104
|
-
})
|
|
2105
|
-
.s("FmrsService", "StartTaskExecution", {})
|
|
2106
|
-
.n("DataSyncClient", "StartTaskExecutionCommand")
|
|
2107
|
-
.sc(StartTaskExecution$)
|
|
2108
|
-
.build() {
|
|
1781
|
+
class StartTaskExecutionCommand extends command(_ep0, _mw0, "StartTaskExecution", StartTaskExecution$) {
|
|
2109
1782
|
}
|
|
2110
1783
|
|
|
2111
|
-
class TagResourceCommand extends
|
|
2112
|
-
.classBuilder()
|
|
2113
|
-
.ep(commonParams)
|
|
2114
|
-
.m(function (Command, cs, config, o) {
|
|
2115
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2116
|
-
})
|
|
2117
|
-
.s("FmrsService", "TagResource", {})
|
|
2118
|
-
.n("DataSyncClient", "TagResourceCommand")
|
|
2119
|
-
.sc(TagResource$)
|
|
2120
|
-
.build() {
|
|
1784
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2121
1785
|
}
|
|
2122
1786
|
|
|
2123
|
-
class UntagResourceCommand extends
|
|
2124
|
-
.classBuilder()
|
|
2125
|
-
.ep(commonParams)
|
|
2126
|
-
.m(function (Command, cs, config, o) {
|
|
2127
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2128
|
-
})
|
|
2129
|
-
.s("FmrsService", "UntagResource", {})
|
|
2130
|
-
.n("DataSyncClient", "UntagResourceCommand")
|
|
2131
|
-
.sc(UntagResource$)
|
|
2132
|
-
.build() {
|
|
1787
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2133
1788
|
}
|
|
2134
1789
|
|
|
2135
|
-
class UpdateAgentCommand extends
|
|
2136
|
-
.classBuilder()
|
|
2137
|
-
.ep(commonParams)
|
|
2138
|
-
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2140
|
-
})
|
|
2141
|
-
.s("FmrsService", "UpdateAgent", {})
|
|
2142
|
-
.n("DataSyncClient", "UpdateAgentCommand")
|
|
2143
|
-
.sc(UpdateAgent$)
|
|
2144
|
-
.build() {
|
|
1790
|
+
class UpdateAgentCommand extends command(_ep0, _mw0, "UpdateAgent", UpdateAgent$) {
|
|
2145
1791
|
}
|
|
2146
1792
|
|
|
2147
|
-
class UpdateLocationAzureBlobCommand extends
|
|
2148
|
-
.classBuilder()
|
|
2149
|
-
.ep(commonParams)
|
|
2150
|
-
.m(function (Command, cs, config, o) {
|
|
2151
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2152
|
-
})
|
|
2153
|
-
.s("FmrsService", "UpdateLocationAzureBlob", {})
|
|
2154
|
-
.n("DataSyncClient", "UpdateLocationAzureBlobCommand")
|
|
2155
|
-
.sc(UpdateLocationAzureBlob$)
|
|
2156
|
-
.build() {
|
|
1793
|
+
class UpdateLocationAzureBlobCommand extends command(_ep0, _mw0, "UpdateLocationAzureBlob", UpdateLocationAzureBlob$) {
|
|
2157
1794
|
}
|
|
2158
1795
|
|
|
2159
|
-
class UpdateLocationEfsCommand extends
|
|
2160
|
-
.classBuilder()
|
|
2161
|
-
.ep(commonParams)
|
|
2162
|
-
.m(function (Command, cs, config, o) {
|
|
2163
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2164
|
-
})
|
|
2165
|
-
.s("FmrsService", "UpdateLocationEfs", {})
|
|
2166
|
-
.n("DataSyncClient", "UpdateLocationEfsCommand")
|
|
2167
|
-
.sc(UpdateLocationEfs$)
|
|
2168
|
-
.build() {
|
|
1796
|
+
class UpdateLocationEfsCommand extends command(_ep0, _mw0, "UpdateLocationEfs", UpdateLocationEfs$) {
|
|
2169
1797
|
}
|
|
2170
1798
|
|
|
2171
|
-
class UpdateLocationFsxLustreCommand extends
|
|
2172
|
-
.classBuilder()
|
|
2173
|
-
.ep(commonParams)
|
|
2174
|
-
.m(function (Command, cs, config, o) {
|
|
2175
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2176
|
-
})
|
|
2177
|
-
.s("FmrsService", "UpdateLocationFsxLustre", {})
|
|
2178
|
-
.n("DataSyncClient", "UpdateLocationFsxLustreCommand")
|
|
2179
|
-
.sc(UpdateLocationFsxLustre$)
|
|
2180
|
-
.build() {
|
|
1799
|
+
class UpdateLocationFsxLustreCommand extends command(_ep0, _mw0, "UpdateLocationFsxLustre", UpdateLocationFsxLustre$) {
|
|
2181
1800
|
}
|
|
2182
1801
|
|
|
2183
|
-
class UpdateLocationFsxOntapCommand extends
|
|
2184
|
-
.classBuilder()
|
|
2185
|
-
.ep(commonParams)
|
|
2186
|
-
.m(function (Command, cs, config, o) {
|
|
2187
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2188
|
-
})
|
|
2189
|
-
.s("FmrsService", "UpdateLocationFsxOntap", {})
|
|
2190
|
-
.n("DataSyncClient", "UpdateLocationFsxOntapCommand")
|
|
2191
|
-
.sc(UpdateLocationFsxOntap$)
|
|
2192
|
-
.build() {
|
|
1802
|
+
class UpdateLocationFsxOntapCommand extends command(_ep0, _mw0, "UpdateLocationFsxOntap", UpdateLocationFsxOntap$) {
|
|
2193
1803
|
}
|
|
2194
1804
|
|
|
2195
|
-
class UpdateLocationFsxOpenZfsCommand extends
|
|
2196
|
-
.classBuilder()
|
|
2197
|
-
.ep(commonParams)
|
|
2198
|
-
.m(function (Command, cs, config, o) {
|
|
2199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2200
|
-
})
|
|
2201
|
-
.s("FmrsService", "UpdateLocationFsxOpenZfs", {})
|
|
2202
|
-
.n("DataSyncClient", "UpdateLocationFsxOpenZfsCommand")
|
|
2203
|
-
.sc(UpdateLocationFsxOpenZfs$)
|
|
2204
|
-
.build() {
|
|
1805
|
+
class UpdateLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "UpdateLocationFsxOpenZfs", UpdateLocationFsxOpenZfs$) {
|
|
2205
1806
|
}
|
|
2206
1807
|
|
|
2207
|
-
class UpdateLocationFsxWindowsCommand extends
|
|
2208
|
-
.classBuilder()
|
|
2209
|
-
.ep(commonParams)
|
|
2210
|
-
.m(function (Command, cs, config, o) {
|
|
2211
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2212
|
-
})
|
|
2213
|
-
.s("FmrsService", "UpdateLocationFsxWindows", {})
|
|
2214
|
-
.n("DataSyncClient", "UpdateLocationFsxWindowsCommand")
|
|
2215
|
-
.sc(UpdateLocationFsxWindows$)
|
|
2216
|
-
.build() {
|
|
1808
|
+
class UpdateLocationFsxWindowsCommand extends command(_ep0, _mw0, "UpdateLocationFsxWindows", UpdateLocationFsxWindows$) {
|
|
2217
1809
|
}
|
|
2218
1810
|
|
|
2219
|
-
class UpdateLocationHdfsCommand extends
|
|
2220
|
-
.classBuilder()
|
|
2221
|
-
.ep(commonParams)
|
|
2222
|
-
.m(function (Command, cs, config, o) {
|
|
2223
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2224
|
-
})
|
|
2225
|
-
.s("FmrsService", "UpdateLocationHdfs", {})
|
|
2226
|
-
.n("DataSyncClient", "UpdateLocationHdfsCommand")
|
|
2227
|
-
.sc(UpdateLocationHdfs$)
|
|
2228
|
-
.build() {
|
|
1811
|
+
class UpdateLocationHdfsCommand extends command(_ep0, _mw0, "UpdateLocationHdfs", UpdateLocationHdfs$) {
|
|
2229
1812
|
}
|
|
2230
1813
|
|
|
2231
|
-
class UpdateLocationNfsCommand extends
|
|
2232
|
-
.classBuilder()
|
|
2233
|
-
.ep(commonParams)
|
|
2234
|
-
.m(function (Command, cs, config, o) {
|
|
2235
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2236
|
-
})
|
|
2237
|
-
.s("FmrsService", "UpdateLocationNfs", {})
|
|
2238
|
-
.n("DataSyncClient", "UpdateLocationNfsCommand")
|
|
2239
|
-
.sc(UpdateLocationNfs$)
|
|
2240
|
-
.build() {
|
|
1814
|
+
class UpdateLocationNfsCommand extends command(_ep0, _mw0, "UpdateLocationNfs", UpdateLocationNfs$) {
|
|
2241
1815
|
}
|
|
2242
1816
|
|
|
2243
|
-
class UpdateLocationObjectStorageCommand extends
|
|
2244
|
-
.classBuilder()
|
|
2245
|
-
.ep(commonParams)
|
|
2246
|
-
.m(function (Command, cs, config, o) {
|
|
2247
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2248
|
-
})
|
|
2249
|
-
.s("FmrsService", "UpdateLocationObjectStorage", {})
|
|
2250
|
-
.n("DataSyncClient", "UpdateLocationObjectStorageCommand")
|
|
2251
|
-
.sc(UpdateLocationObjectStorage$)
|
|
2252
|
-
.build() {
|
|
1817
|
+
class UpdateLocationObjectStorageCommand extends command(_ep0, _mw0, "UpdateLocationObjectStorage", UpdateLocationObjectStorage$) {
|
|
2253
1818
|
}
|
|
2254
1819
|
|
|
2255
|
-
class UpdateLocationS3Command extends
|
|
2256
|
-
.classBuilder()
|
|
2257
|
-
.ep(commonParams)
|
|
2258
|
-
.m(function (Command, cs, config, o) {
|
|
2259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2260
|
-
})
|
|
2261
|
-
.s("FmrsService", "UpdateLocationS3", {})
|
|
2262
|
-
.n("DataSyncClient", "UpdateLocationS3Command")
|
|
2263
|
-
.sc(UpdateLocationS3$)
|
|
2264
|
-
.build() {
|
|
1820
|
+
class UpdateLocationS3Command extends command(_ep0, _mw0, "UpdateLocationS3", UpdateLocationS3$) {
|
|
2265
1821
|
}
|
|
2266
1822
|
|
|
2267
|
-
class UpdateLocationSmbCommand extends
|
|
2268
|
-
.classBuilder()
|
|
2269
|
-
.ep(commonParams)
|
|
2270
|
-
.m(function (Command, cs, config, o) {
|
|
2271
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2272
|
-
})
|
|
2273
|
-
.s("FmrsService", "UpdateLocationSmb", {})
|
|
2274
|
-
.n("DataSyncClient", "UpdateLocationSmbCommand")
|
|
2275
|
-
.sc(UpdateLocationSmb$)
|
|
2276
|
-
.build() {
|
|
1823
|
+
class UpdateLocationSmbCommand extends command(_ep0, _mw0, "UpdateLocationSmb", UpdateLocationSmb$) {
|
|
2277
1824
|
}
|
|
2278
1825
|
|
|
2279
|
-
class UpdateTaskCommand extends
|
|
2280
|
-
.classBuilder()
|
|
2281
|
-
.ep(commonParams)
|
|
2282
|
-
.m(function (Command, cs, config, o) {
|
|
2283
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2284
|
-
})
|
|
2285
|
-
.s("FmrsService", "UpdateTask", {})
|
|
2286
|
-
.n("DataSyncClient", "UpdateTaskCommand")
|
|
2287
|
-
.sc(UpdateTask$)
|
|
2288
|
-
.build() {
|
|
1826
|
+
class UpdateTaskCommand extends command(_ep0, _mw0, "UpdateTask", UpdateTask$) {
|
|
2289
1827
|
}
|
|
2290
1828
|
|
|
2291
|
-
class UpdateTaskExecutionCommand extends
|
|
2292
|
-
.classBuilder()
|
|
2293
|
-
.ep(commonParams)
|
|
2294
|
-
.m(function (Command, cs, config, o) {
|
|
2295
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
|
-
})
|
|
2297
|
-
.s("FmrsService", "UpdateTaskExecution", {})
|
|
2298
|
-
.n("DataSyncClient", "UpdateTaskExecutionCommand")
|
|
2299
|
-
.sc(UpdateTaskExecution$)
|
|
2300
|
-
.build() {
|
|
1829
|
+
class UpdateTaskExecutionCommand extends command(_ep0, _mw0, "UpdateTaskExecution", UpdateTaskExecution$) {
|
|
2301
1830
|
}
|
|
2302
1831
|
|
|
2303
1832
|
const paginateListAgents = createPaginator(DataSyncClient, ListAgentsCommand, "NextToken", "NextToken", "MaxResults");
|