@aws-sdk/client-datasync 3.478.0 → 3.484.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 (245) 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-es/commands/AddStorageSystemCommand.js +18 -41
  63. package/dist-es/commands/CancelTaskExecutionCommand.js +18 -41
  64. package/dist-es/commands/CreateAgentCommand.js +18 -41
  65. package/dist-es/commands/CreateLocationAzureBlobCommand.js +18 -41
  66. package/dist-es/commands/CreateLocationEfsCommand.js +18 -41
  67. package/dist-es/commands/CreateLocationFsxLustreCommand.js +18 -41
  68. package/dist-es/commands/CreateLocationFsxOntapCommand.js +18 -41
  69. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
  70. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +18 -41
  71. package/dist-es/commands/CreateLocationHdfsCommand.js +18 -41
  72. package/dist-es/commands/CreateLocationNfsCommand.js +18 -41
  73. package/dist-es/commands/CreateLocationObjectStorageCommand.js +18 -41
  74. package/dist-es/commands/CreateLocationS3Command.js +18 -41
  75. package/dist-es/commands/CreateLocationSmbCommand.js +18 -41
  76. package/dist-es/commands/CreateTaskCommand.js +18 -41
  77. package/dist-es/commands/DeleteAgentCommand.js +18 -41
  78. package/dist-es/commands/DeleteLocationCommand.js +18 -41
  79. package/dist-es/commands/DeleteTaskCommand.js +18 -41
  80. package/dist-es/commands/DescribeAgentCommand.js +18 -41
  81. package/dist-es/commands/DescribeDiscoveryJobCommand.js +18 -41
  82. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +18 -41
  83. package/dist-es/commands/DescribeLocationEfsCommand.js +18 -41
  84. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +18 -41
  85. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +18 -41
  86. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
  87. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +18 -41
  88. package/dist-es/commands/DescribeLocationHdfsCommand.js +18 -41
  89. package/dist-es/commands/DescribeLocationNfsCommand.js +18 -41
  90. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +18 -41
  91. package/dist-es/commands/DescribeLocationS3Command.js +18 -41
  92. package/dist-es/commands/DescribeLocationSmbCommand.js +18 -41
  93. package/dist-es/commands/DescribeStorageSystemCommand.js +18 -41
  94. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
  95. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +18 -41
  96. package/dist-es/commands/DescribeTaskCommand.js +18 -41
  97. package/dist-es/commands/DescribeTaskExecutionCommand.js +18 -41
  98. package/dist-es/commands/GenerateRecommendationsCommand.js +18 -41
  99. package/dist-es/commands/ListAgentsCommand.js +18 -41
  100. package/dist-es/commands/ListDiscoveryJobsCommand.js +18 -41
  101. package/dist-es/commands/ListLocationsCommand.js +18 -41
  102. package/dist-es/commands/ListStorageSystemsCommand.js +18 -41
  103. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  104. package/dist-es/commands/ListTaskExecutionsCommand.js +18 -41
  105. package/dist-es/commands/ListTasksCommand.js +18 -41
  106. package/dist-es/commands/RemoveStorageSystemCommand.js +18 -41
  107. package/dist-es/commands/StartDiscoveryJobCommand.js +18 -41
  108. package/dist-es/commands/StartTaskExecutionCommand.js +18 -41
  109. package/dist-es/commands/StopDiscoveryJobCommand.js +18 -41
  110. package/dist-es/commands/TagResourceCommand.js +18 -41
  111. package/dist-es/commands/UntagResourceCommand.js +18 -41
  112. package/dist-es/commands/UpdateAgentCommand.js +18 -41
  113. package/dist-es/commands/UpdateDiscoveryJobCommand.js +18 -41
  114. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +18 -41
  115. package/dist-es/commands/UpdateLocationHdfsCommand.js +18 -41
  116. package/dist-es/commands/UpdateLocationNfsCommand.js +18 -41
  117. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +18 -41
  118. package/dist-es/commands/UpdateLocationSmbCommand.js +18 -41
  119. package/dist-es/commands/UpdateStorageSystemCommand.js +18 -41
  120. package/dist-es/commands/UpdateTaskCommand.js +18 -41
  121. package/dist-es/commands/UpdateTaskExecutionCommand.js +18 -41
  122. package/dist-es/endpoint/EndpointParameters.js +6 -0
  123. package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -21
  124. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -21
  125. package/dist-types/commands/CreateAgentCommand.d.ts +6 -21
  126. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -21
  127. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -21
  128. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -21
  129. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateLocationS3Command.d.ts +6 -21
  136. package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -21
  137. package/dist-types/commands/CreateTaskCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteAgentCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteLocationCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteTaskCommand.d.ts +6 -21
  141. package/dist-types/commands/DescribeAgentCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -21
  151. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -21
  152. package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -21
  153. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -21
  154. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +6 -21
  155. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +6 -21
  156. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +6 -21
  157. package/dist-types/commands/DescribeTaskCommand.d.ts +6 -21
  158. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -21
  159. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +6 -21
  160. package/dist-types/commands/ListAgentsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListLocationsCommand.d.ts +6 -21
  163. package/dist-types/commands/ListStorageSystemsCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -21
  166. package/dist-types/commands/ListTasksCommand.d.ts +6 -21
  167. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +6 -21
  168. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -21
  169. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -21
  170. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +6 -21
  171. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  172. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateAgentCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -21
  177. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -21
  178. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -21
  179. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateTaskCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -21
  183. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  184. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  245. package/package.json +11 -11
@@ -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
  }
@@ -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 { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest
21
20
  */
22
21
  export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLocationNfsCommand_base: {
24
+ new (input: UpdateLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies some configurations of the Network File System (NFS) transfer location that
@@ -68,23 +71,5 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
68
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
72
- readonly input: UpdateLocationNfsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateLocationNfsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateLocationNfsCommand extends UpdateLocationNfsCommand_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 { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationO
21
20
  */
22
21
  export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLocationObjectStorageCommand_base: {
24
+ new (input: UpdateLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates some parameters of an existing object storage location that DataSync
@@ -68,23 +71,5 @@ export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocation
68
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
72
- readonly input: UpdateLocationObjectStorageCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateLocationObjectStorageCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateLocationObjectStorageCommand extends UpdateLocationObjectStorageCommand_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 { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLocationSmbCommandInput extends UpdateLocationSmbRequest
21
20
  */
22
21
  export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLocationSmbCommand_base: {
24
+ new (input: UpdateLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates some of the parameters of a Server Message Block
@@ -67,23 +70,5 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons
67
70
  * <p>Base exception class for all service exceptions from DataSync service.</p>
68
71
  *
69
72
  */
70
- export declare class UpdateLocationSmbCommand extends $Command<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
71
- readonly input: UpdateLocationSmbCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UpdateLocationSmbCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UpdateLocationSmbCommand extends UpdateLocationSmbCommand_base {
89
74
  }
@@ -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 { UpdateStorageSystemRequest, UpdateStorageSystemResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateStorageSystemCommandInput extends UpdateStorageSystemRequ
21
20
  */
22
21
  export interface UpdateStorageSystemCommandOutput extends UpdateStorageSystemResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateStorageSystemCommand_base: {
24
+ new (input: UpdateStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies some configurations of an on-premises storage system resource that you're using
@@ -70,23 +73,5 @@ export interface UpdateStorageSystemCommandOutput extends UpdateStorageSystemRes
70
73
  * <p>Base exception class for all service exceptions from DataSync service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateStorageSystemCommand extends $Command<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput, DataSyncClientResolvedConfig> {
74
- readonly input: UpdateStorageSystemCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateStorageSystemCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
92
77
  }
@@ -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 { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTaskCommandInput extends UpdateTaskRequest {
21
20
  */
22
21
  export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTaskCommand_base: {
24
+ new (input: UpdateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of a DataSync transfer task.</p>
@@ -116,23 +119,5 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
116
119
  * <p>Base exception class for all service exceptions from DataSync service.</p>
117
120
  *
118
121
  */
119
- export declare class UpdateTaskCommand extends $Command<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig> {
120
- readonly input: UpdateTaskCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: UpdateTaskCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskCommandInput, UpdateTaskCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class UpdateTaskCommand extends UpdateTaskCommand_base {
138
123
  }
@@ -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 { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTaskExecutionCommandInput extends UpdateTaskExecutionRequ
21
20
  */
22
21
  export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTaskExecutionCommand_base: {
24
+ new (input: UpdateTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of a running DataSync task execution.</p>
@@ -80,23 +83,5 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes
80
83
  * <p>Base exception class for all service exceptions from DataSync service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateTaskExecutionCommand extends $Command<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
84
- readonly input: UpdateTaskExecutionCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateTaskExecutionCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateTaskExecutionCommand extends UpdateTaskExecutionCommand_base {
102
87
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AddStorageSystemCommandInput extends AddStorageSystemRequest {}
20
14
  export interface AddStorageSystemCommandOutput
21
15
  extends AddStorageSystemResponse,
22
16
  __MetadataBearer {}
23
- export declare class AddStorageSystemCommand extends $Command<
24
- AddStorageSystemCommandInput,
25
- AddStorageSystemCommandOutput,
26
- DataSyncClientResolvedConfig
27
- > {
28
- readonly input: AddStorageSystemCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AddStorageSystemCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataSyncClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AddStorageSystemCommandInput, AddStorageSystemCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AddStorageSystemCommand_base: {
18
+ new (
19
+ input: AddStorageSystemCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AddStorageSystemCommandInput,
22
+ AddStorageSystemCommandOutput,
23
+ DataSyncClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CancelTaskExecutionCommandInput
21
15
  export interface CancelTaskExecutionCommandOutput
22
16
  extends CancelTaskExecutionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CancelTaskExecutionCommand extends $Command<
25
- CancelTaskExecutionCommandInput,
26
- CancelTaskExecutionCommandOutput,
27
- DataSyncClientResolvedConfig
28
- > {
29
- readonly input: CancelTaskExecutionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelTaskExecutionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CancelTaskExecutionCommand_base: {
19
+ new (
20
+ input: CancelTaskExecutionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CancelTaskExecutionCommandInput,
23
+ CancelTaskExecutionCommandOutput,
24
+ DataSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {}
17
11
  export interface CreateAgentCommandOutput
18
12
  extends CreateAgentResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateAgentCommand extends $Command<
21
- CreateAgentCommandInput,
22
- CreateAgentCommandOutput,
23
- DataSyncClientResolvedConfig
24
- > {
25
- readonly input: CreateAgentCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateAgentCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataSyncClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateAgentCommandInput, CreateAgentCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateAgentCommand_base: {
15
+ new (
16
+ input: CreateAgentCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateAgentCommandInput,
19
+ CreateAgentCommandOutput,
20
+ DataSyncClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateAgentCommand extends CreateAgentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateLocationAzureBlobCommandInput
21
15
  export interface CreateLocationAzureBlobCommandOutput
22
16
  extends CreateLocationAzureBlobResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateLocationAzureBlobCommand extends $Command<
25
- CreateLocationAzureBlobCommandInput,
26
- CreateLocationAzureBlobCommandOutput,
27
- DataSyncClientResolvedConfig
28
- > {
29
- readonly input: CreateLocationAzureBlobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLocationAzureBlobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateLocationAzureBlobCommand_base: {
19
+ new (
20
+ input: CreateLocationAzureBlobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateLocationAzureBlobCommandInput,
38
- CreateLocationAzureBlobCommandOutput
23
+ CreateLocationAzureBlobCommandOutput,
24
+ DataSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateLocationEfsCommandInput
21
15
  export interface CreateLocationEfsCommandOutput
22
16
  extends CreateLocationEfsResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateLocationEfsCommand extends $Command<
25
- CreateLocationEfsCommandInput,
26
- CreateLocationEfsCommandOutput,
27
- DataSyncClientResolvedConfig
28
- > {
29
- readonly input: CreateLocationEfsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLocationEfsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateLocationEfsCommand_base: {
19
+ new (
20
+ input: CreateLocationEfsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateLocationEfsCommandInput,
23
+ CreateLocationEfsCommandOutput,
24
+ DataSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {}