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