@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.
Files changed (167) hide show
  1. package/dist-cjs/index.js +61 -533
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
  4. package/dist-es/commands/CreateAgentCommand.js +2 -14
  5. package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
  6. package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
  7. package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
  8. package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
  9. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
  10. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
  11. package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
  12. package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
  13. package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
  14. package/dist-es/commands/CreateLocationS3Command.js +2 -14
  15. package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
  16. package/dist-es/commands/CreateTaskCommand.js +2 -14
  17. package/dist-es/commands/DeleteAgentCommand.js +2 -14
  18. package/dist-es/commands/DeleteLocationCommand.js +2 -14
  19. package/dist-es/commands/DeleteTaskCommand.js +2 -14
  20. package/dist-es/commands/DescribeAgentCommand.js +2 -14
  21. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
  22. package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
  23. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
  24. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
  25. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
  26. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
  27. package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
  28. package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
  29. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
  30. package/dist-es/commands/DescribeLocationS3Command.js +2 -14
  31. package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
  32. package/dist-es/commands/DescribeTaskCommand.js +2 -14
  33. package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
  34. package/dist-es/commands/ListAgentsCommand.js +2 -14
  35. package/dist-es/commands/ListLocationsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
  38. package/dist-es/commands/ListTasksCommand.js +2 -14
  39. package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
  40. package/dist-es/commands/TagResourceCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/commands/UpdateAgentCommand.js +2 -14
  43. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
  44. package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
  45. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
  46. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
  47. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
  48. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
  49. package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
  50. package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
  51. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
  52. package/dist-es/commands/UpdateLocationS3Command.js +2 -14
  53. package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
  54. package/dist-es/commands/UpdateTaskCommand.js +2 -14
  55. package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
  56. package/dist-es/index.js +1 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
  70. package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
  86. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
  89. package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTasksCommand.d.ts +3 -8
  94. package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
  95. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
  108. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/index.d.ts +1 -0
  167. 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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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.1076.0";
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
- class CancelTaskExecutionCommand extends Command
1669
- .classBuilder()
1670
- .ep(commonParams)
1671
- .m(function (Command, cs, config, o) {
1672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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");