@aws-sdk/client-datasync 3.477.0 → 3.481.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 (281) hide show
  1. package/dist-cjs/commands/AddStorageSystemCommand.js +18 -41
  2. package/dist-cjs/commands/CancelTaskExecutionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAgentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateLocationEfsCommand.js +18 -41
  6. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +18 -41
  7. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +18 -41
  8. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
  9. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +18 -41
  10. package/dist-cjs/commands/CreateLocationHdfsCommand.js +18 -41
  11. package/dist-cjs/commands/CreateLocationNfsCommand.js +18 -41
  12. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +18 -41
  13. package/dist-cjs/commands/CreateLocationS3Command.js +18 -41
  14. package/dist-cjs/commands/CreateLocationSmbCommand.js +18 -41
  15. package/dist-cjs/commands/CreateTaskCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteAgentCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteLocationCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteTaskCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeAgentCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeLocationEfsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeLocationNfsCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeLocationS3Command.js +18 -41
  31. package/dist-cjs/commands/DescribeLocationSmbCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeStorageSystemCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeTaskCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +18 -41
  37. package/dist-cjs/commands/GenerateRecommendationsCommand.js +18 -41
  38. package/dist-cjs/commands/ListAgentsCommand.js +18 -41
  39. package/dist-cjs/commands/ListDiscoveryJobsCommand.js +18 -41
  40. package/dist-cjs/commands/ListLocationsCommand.js +18 -41
  41. package/dist-cjs/commands/ListStorageSystemsCommand.js +18 -41
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  43. package/dist-cjs/commands/ListTaskExecutionsCommand.js +18 -41
  44. package/dist-cjs/commands/ListTasksCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveStorageSystemCommand.js +18 -41
  46. package/dist-cjs/commands/StartDiscoveryJobCommand.js +18 -41
  47. package/dist-cjs/commands/StartTaskExecutionCommand.js +18 -41
  48. package/dist-cjs/commands/StopDiscoveryJobCommand.js +18 -41
  49. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateAgentCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateLocationNfsCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateLocationSmbCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateStorageSystemCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateTaskCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +18 -41
  61. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  62. package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -24
  63. package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListAgentsPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListLocationsPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListStorageSystemsPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  69. package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListTasksPaginator.js +2 -24
  71. package/dist-es/commands/AddStorageSystemCommand.js +18 -41
  72. package/dist-es/commands/CancelTaskExecutionCommand.js +18 -41
  73. package/dist-es/commands/CreateAgentCommand.js +18 -41
  74. package/dist-es/commands/CreateLocationAzureBlobCommand.js +18 -41
  75. package/dist-es/commands/CreateLocationEfsCommand.js +18 -41
  76. package/dist-es/commands/CreateLocationFsxLustreCommand.js +18 -41
  77. package/dist-es/commands/CreateLocationFsxOntapCommand.js +18 -41
  78. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
  79. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +18 -41
  80. package/dist-es/commands/CreateLocationHdfsCommand.js +18 -41
  81. package/dist-es/commands/CreateLocationNfsCommand.js +18 -41
  82. package/dist-es/commands/CreateLocationObjectStorageCommand.js +18 -41
  83. package/dist-es/commands/CreateLocationS3Command.js +18 -41
  84. package/dist-es/commands/CreateLocationSmbCommand.js +18 -41
  85. package/dist-es/commands/CreateTaskCommand.js +18 -41
  86. package/dist-es/commands/DeleteAgentCommand.js +18 -41
  87. package/dist-es/commands/DeleteLocationCommand.js +18 -41
  88. package/dist-es/commands/DeleteTaskCommand.js +18 -41
  89. package/dist-es/commands/DescribeAgentCommand.js +18 -41
  90. package/dist-es/commands/DescribeDiscoveryJobCommand.js +18 -41
  91. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +18 -41
  92. package/dist-es/commands/DescribeLocationEfsCommand.js +18 -41
  93. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +18 -41
  94. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +18 -41
  95. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
  96. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +18 -41
  97. package/dist-es/commands/DescribeLocationHdfsCommand.js +18 -41
  98. package/dist-es/commands/DescribeLocationNfsCommand.js +18 -41
  99. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +18 -41
  100. package/dist-es/commands/DescribeLocationS3Command.js +18 -41
  101. package/dist-es/commands/DescribeLocationSmbCommand.js +18 -41
  102. package/dist-es/commands/DescribeStorageSystemCommand.js +18 -41
  103. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
  104. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +18 -41
  105. package/dist-es/commands/DescribeTaskCommand.js +18 -41
  106. package/dist-es/commands/DescribeTaskExecutionCommand.js +18 -41
  107. package/dist-es/commands/GenerateRecommendationsCommand.js +18 -41
  108. package/dist-es/commands/ListAgentsCommand.js +18 -41
  109. package/dist-es/commands/ListDiscoveryJobsCommand.js +18 -41
  110. package/dist-es/commands/ListLocationsCommand.js +18 -41
  111. package/dist-es/commands/ListStorageSystemsCommand.js +18 -41
  112. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  113. package/dist-es/commands/ListTaskExecutionsCommand.js +18 -41
  114. package/dist-es/commands/ListTasksCommand.js +18 -41
  115. package/dist-es/commands/RemoveStorageSystemCommand.js +18 -41
  116. package/dist-es/commands/StartDiscoveryJobCommand.js +18 -41
  117. package/dist-es/commands/StartTaskExecutionCommand.js +18 -41
  118. package/dist-es/commands/StopDiscoveryJobCommand.js +18 -41
  119. package/dist-es/commands/TagResourceCommand.js +18 -41
  120. package/dist-es/commands/UntagResourceCommand.js +18 -41
  121. package/dist-es/commands/UpdateAgentCommand.js +18 -41
  122. package/dist-es/commands/UpdateDiscoveryJobCommand.js +18 -41
  123. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +18 -41
  124. package/dist-es/commands/UpdateLocationHdfsCommand.js +18 -41
  125. package/dist-es/commands/UpdateLocationNfsCommand.js +18 -41
  126. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +18 -41
  127. package/dist-es/commands/UpdateLocationSmbCommand.js +18 -41
  128. package/dist-es/commands/UpdateStorageSystemCommand.js +18 -41
  129. package/dist-es/commands/UpdateTaskCommand.js +18 -41
  130. package/dist-es/commands/UpdateTaskExecutionCommand.js +18 -41
  131. package/dist-es/endpoint/EndpointParameters.js +6 -0
  132. package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -23
  133. package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +2 -23
  134. package/dist-es/pagination/ListAgentsPaginator.js +2 -23
  135. package/dist-es/pagination/ListDiscoveryJobsPaginator.js +2 -23
  136. package/dist-es/pagination/ListLocationsPaginator.js +2 -23
  137. package/dist-es/pagination/ListStorageSystemsPaginator.js +2 -23
  138. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  139. package/dist-es/pagination/ListTaskExecutionsPaginator.js +2 -23
  140. package/dist-es/pagination/ListTasksPaginator.js +2 -23
  141. package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -21
  142. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -21
  143. package/dist-types/commands/CreateAgentCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateLocationS3Command.d.ts +6 -21
  154. package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -21
  155. package/dist-types/commands/CreateTaskCommand.d.ts +6 -21
  156. package/dist-types/commands/DeleteAgentCommand.d.ts +6 -21
  157. package/dist-types/commands/DeleteLocationCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteTaskCommand.d.ts +6 -21
  159. package/dist-types/commands/DescribeAgentCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -21
  170. package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -21
  171. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -21
  172. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +6 -21
  173. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +6 -21
  174. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +6 -21
  175. package/dist-types/commands/DescribeTaskCommand.d.ts +6 -21
  176. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -21
  177. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +6 -21
  178. package/dist-types/commands/ListAgentsCommand.d.ts +6 -21
  179. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +6 -21
  180. package/dist-types/commands/ListLocationsCommand.d.ts +6 -21
  181. package/dist-types/commands/ListStorageSystemsCommand.d.ts +6 -21
  182. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  183. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -21
  184. package/dist-types/commands/ListTasksCommand.d.ts +6 -21
  185. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +6 -21
  186. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -21
  187. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -21
  188. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +6 -21
  189. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  190. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  191. package/dist-types/commands/UpdateAgentCommand.d.ts +6 -21
  192. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +6 -21
  193. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +6 -21
  199. package/dist-types/commands/UpdateTaskCommand.d.ts +6 -21
  200. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -21
  201. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  202. package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +1 -1
  203. package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListAgentsPaginator.d.ts +1 -1
  205. package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +1 -1
  206. package/dist-types/pagination/ListLocationsPaginator.d.ts +1 -1
  207. package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +1 -1
  208. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  209. package/dist-types/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
  210. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  272. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +3 -3
  273. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +3 -3
  274. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +3 -3
  275. package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +3 -3
  276. package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +3 -3
  277. package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +3 -3
  278. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  279. package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +3 -3
  280. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +3 -3
  281. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { ListStorageSystemsRequest, ListStorageSystemsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStorageSystemsCommandInput extends ListStorageSystemsReques
21
20
  */
22
21
  export interface ListStorageSystemsCommandOutput extends ListStorageSystemsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStorageSystemsCommand_base: {
24
+ new (input: ListStorageSystemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the on-premises storage systems that you're using with DataSync Discovery.</p>
@@ -65,23 +68,5 @@ export interface ListStorageSystemsCommandOutput extends ListStorageSystemsRespo
65
68
  * <p>Base exception class for all service exceptions from DataSync service.</p>
66
69
  *
67
70
  */
68
- export declare class ListStorageSystemsCommand extends $Command<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig> {
69
- readonly input: ListStorageSystemsCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListStorageSystemsCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns all the tags associated with an Amazon Web Services resource.</p>
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
66
69
  * <p>Base exception class for all service exceptions from DataSync service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsReques
21
20
  */
22
21
  export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTaskExecutionsCommand_base: {
24
+ new (input: ListTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of executed tasks.</p>
@@ -66,23 +69,5 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
66
69
  * <p>Base exception class for all service exceptions from DataSync service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
70
- readonly input: ListTaskExecutionsCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTaskExecutionsCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTasksCommandInput extends ListTasksRequest {
21
20
  */
22
21
  export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTasksCommand_base: {
24
+ new (input: ListTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the DataSync tasks you created.</p>
@@ -75,23 +78,5 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
75
78
  * <p>Base exception class for all service exceptions from DataSync service.</p>
76
79
  *
77
80
  */
78
- export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
79
- readonly input: ListTasksCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListTasksCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListTasksCommand extends ListTasksCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { RemoveStorageSystemRequest, RemoveStorageSystemResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveStorageSystemCommandInput extends RemoveStorageSystemRequ
21
20
  */
22
21
  export interface RemoveStorageSystemCommandOutput extends RemoveStorageSystemResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveStorageSystemCommand_base: {
24
+ new (input: RemoveStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Permanently removes a storage system resource from DataSync Discovery, including the associated
@@ -57,23 +60,5 @@ export interface RemoveStorageSystemCommandOutput extends RemoveStorageSystemRes
57
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
58
61
  *
59
62
  */
60
- export declare class RemoveStorageSystemCommand extends $Command<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig> {
61
- readonly input: RemoveStorageSystemCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: RemoveStorageSystemCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
79
64
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { StartDiscoveryJobRequest, StartDiscoveryJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDiscoveryJobCommandInput extends StartDiscoveryJobRequest
21
20
  */
22
21
  export interface StartDiscoveryJobCommandOutput extends StartDiscoveryJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDiscoveryJobCommand_base: {
24
+ new (input: StartDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Runs a DataSync discovery job on your on-premises storage system. If you haven't added the
@@ -68,23 +71,5 @@ export interface StartDiscoveryJobCommandOutput extends StartDiscoveryJobRespons
68
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
72
  *
70
73
  */
71
- export declare class StartDiscoveryJobCommand extends $Command<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig> {
72
- readonly input: StartDiscoveryJobCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: StartDiscoveryJobCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartTaskExecutionCommandInput extends StartTaskExecutionReques
21
20
  */
22
21
  export interface StartTaskExecutionCommandOutput extends StartTaskExecutionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartTaskExecutionCommand_base: {
24
+ new (input: StartTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an DataSync transfer task. For each task, you can only run one task
@@ -127,23 +130,5 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
127
130
  * <p>Base exception class for all service exceptions from DataSync service.</p>
128
131
  *
129
132
  */
130
- export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
131
- readonly input: StartTaskExecutionCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: StartTaskExecutionCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { StopDiscoveryJobRequest, StopDiscoveryJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopDiscoveryJobCommandInput extends StopDiscoveryJobRequest {
21
20
  */
22
21
  export interface StopDiscoveryJobCommandOutput extends StopDiscoveryJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopDiscoveryJobCommand_base: {
24
+ new (input: StopDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a running DataSync discovery job.</p>
@@ -59,23 +62,5 @@ export interface StopDiscoveryJobCommandOutput extends StopDiscoveryJobResponse,
59
62
  * <p>Base exception class for all service exceptions from DataSync service.</p>
60
63
  *
61
64
  */
62
- export declare class StopDiscoveryJobCommand extends $Command<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig> {
63
- readonly input: StopDiscoveryJobCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: StopDiscoveryJobCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Applies a <i>tag</i> to an Amazon Web Services resource. Tags are
@@ -65,23 +68,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
68
  * <p>Base exception class for all service exceptions from DataSync service.</p>
66
69
  *
67
70
  */
68
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
69
- readonly input: TagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: TagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class TagResourceCommand extends TagResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from an Amazon Web Services resource.</p>
@@ -59,23 +62,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
59
62
  * <p>Base exception class for all service exceptions from DataSync service.</p>
60
63
  *
61
64
  */
62
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
63
- readonly input: UntagResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: UntagResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAgentCommandInput extends UpdateAgentRequest {
21
20
  */
22
21
  export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAgentCommand_base: {
24
+ new (input: UpdateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the name of an DataSync agent.</p>
@@ -57,23 +60,5 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
57
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
58
61
  *
59
62
  */
60
- export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
61
- readonly input: UpdateAgentCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: UpdateAgentCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAgentCommandInput, UpdateAgentCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
79
64
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { UpdateDiscoveryJobRequest, UpdateDiscoveryJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDiscoveryJobCommandInput extends UpdateDiscoveryJobReques
21
20
  */
22
21
  export interface UpdateDiscoveryJobCommandOutput extends UpdateDiscoveryJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDiscoveryJobCommand_base: {
24
+ new (input: UpdateDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Edits a DataSync discovery job configuration.</p>
@@ -57,23 +60,5 @@ export interface UpdateDiscoveryJobCommandOutput extends UpdateDiscoveryJobRespo
57
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
58
61
  *
59
62
  */
60
- export declare class UpdateDiscoveryJobCommand extends $Command<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig> {
61
- readonly input: UpdateDiscoveryJobCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: UpdateDiscoveryJobCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
79
64
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { UpdateLocationAzureBlobRequest, UpdateLocationAzureBlobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLocationAzureBlobCommandInput extends UpdateLocationAzure
21
20
  */
22
21
  export interface UpdateLocationAzureBlobCommandOutput extends UpdateLocationAzureBlobResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLocationAzureBlobCommand_base: {
24
+ new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.</p>
@@ -66,23 +69,5 @@ export interface UpdateLocationAzureBlobCommandOutput extends UpdateLocationAzur
66
69
  * <p>Base exception class for all service exceptions from DataSync service.</p>
67
70
  *
68
71
  */
69
- export declare class UpdateLocationAzureBlobCommand extends $Command<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig> {
70
- readonly input: UpdateLocationAzureBlobCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UpdateLocationAzureBlobCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
5
4
  import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLocationHdfsCommandInput extends UpdateLocationHdfsReques
21
20
  */
22
21
  export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLocationHdfsCommand_base: {
24
+ new (input: UpdateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates some parameters of a previously created location for a Hadoop Distributed File
@@ -79,23 +82,5 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
79
82
  * <p>Base exception class for all service exceptions from DataSync service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateLocationHdfsCommand extends $Command<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
83
- readonly input: UpdateLocationHdfsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateLocationHdfsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
101
86
  }