@aws-sdk/client-data-pipeline 3.32.0 → 3.36.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 (263) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -2
  3. package/{dist/cjs → dist-cjs}/DataPipelineClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/ActivatePipelineCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreatePipelineCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeletePipelineCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DescribeObjectsCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DescribePipelinesCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/EvaluateExpressionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetPipelineDefinitionCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/ListPipelinesCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/PollForTaskCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/PutPipelineDefinitionCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/QueryObjectsCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ReportTaskProgressCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/SetStatusCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/SetTaskStatusCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ValidatePipelineDefinitionCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  24. package/{dist/cjs → dist-cjs}/index.js +0 -1
  25. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  26. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -2
  28. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  29. package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -2
  30. package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -2
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  36. package/{dist/es → dist-es}/DataPipeline.js +2 -22
  37. package/dist-es/DataPipelineClient.js +37 -0
  38. package/dist-es/commands/ActivatePipelineCommand.js +39 -0
  39. package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -30
  40. package/dist-es/commands/CreatePipelineCommand.js +39 -0
  41. package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +4 -33
  42. package/dist-es/commands/DeletePipelineCommand.js +39 -0
  43. package/dist-es/commands/DescribeObjectsCommand.js +39 -0
  44. package/dist-es/commands/DescribePipelinesCommand.js +39 -0
  45. package/dist-es/commands/EvaluateExpressionCommand.js +39 -0
  46. package/dist-es/commands/GetPipelineDefinitionCommand.js +39 -0
  47. package/dist-es/commands/ListPipelinesCommand.js +39 -0
  48. package/dist-es/commands/PollForTaskCommand.js +39 -0
  49. package/dist-es/commands/PutPipelineDefinitionCommand.js +39 -0
  50. package/dist-es/commands/QueryObjectsCommand.js +39 -0
  51. package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +4 -30
  52. package/dist-es/commands/ReportTaskProgressCommand.js +39 -0
  53. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +39 -0
  54. package/dist-es/commands/SetStatusCommand.js +39 -0
  55. package/dist-es/commands/SetTaskStatusCommand.js +39 -0
  56. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +39 -0
  57. package/{dist/es → dist-es}/endpoints.js +1 -2
  58. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  59. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  60. package/{dist/es → dist-es}/models/models_0.js +0 -169
  61. package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +17 -30
  62. package/dist-es/pagination/Interfaces.js +1 -0
  63. package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +17 -30
  64. package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +17 -30
  65. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +424 -430
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  70. package/{dist/types → dist-types}/DataPipeline.d.ts +2 -2
  71. package/{dist/types → dist-types}/DataPipelineClient.d.ts +8 -8
  72. package/{dist/types → dist-types}/commands/ActivatePipelineCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DeactivatePipelineCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/DescribeObjectsCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/DescribePipelinesCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/EvaluateExpressionCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/GetPipelineDefinitionCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/PollForTaskCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/PutPipelineDefinitionCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/QueryObjectsCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/ReportTaskProgressCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/SetStatusCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/SetTaskStatusCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  92. package/{index.ts → dist-types/index.d.ts} +0 -0
  93. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  94. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  95. package/{dist/types → dist-types}/pagination/DescribeObjectsPaginator.d.ts +1 -1
  96. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  97. package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
  98. package/{dist/types → dist-types}/pagination/QueryObjectsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  100. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  101. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  102. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/DataPipeline.d.ts +2 -2
  105. package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +8 -8
  106. package/{dist/types → dist-types}/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/ts3.4/commands/CreatePipelineCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/ts3.4/commands/ListPipelinesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/ts3.4/commands/PollForTaskCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/ts3.4/commands/QueryObjectsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/ts3.4/commands/SetStatusCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  126. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  127. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  128. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  129. package/{dist/types → dist-types}/ts3.4/pagination/DescribeObjectsPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  131. package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/ts3.4/pagination/QueryObjectsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  135. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  136. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  138. package/package.json +52 -49
  139. package/DataPipeline.ts +0 -1578
  140. package/DataPipelineClient.ts +0 -320
  141. package/commands/ActivatePipelineCommand.ts +0 -124
  142. package/commands/AddTagsCommand.ts +0 -91
  143. package/commands/CreatePipelineCommand.ts +0 -124
  144. package/commands/DeactivatePipelineCommand.ts +0 -97
  145. package/commands/DeletePipelineCommand.ts +0 -125
  146. package/commands/DescribeObjectsCommand.ts +0 -152
  147. package/commands/DescribePipelinesCommand.ts +0 -155
  148. package/commands/EvaluateExpressionCommand.ts +0 -124
  149. package/commands/GetPipelineDefinitionCommand.ts +0 -158
  150. package/commands/ListPipelinesCommand.ts +0 -125
  151. package/commands/PollForTaskCommand.ts +0 -172
  152. package/commands/PutPipelineDefinitionCommand.ts +0 -253
  153. package/commands/QueryObjectsCommand.ts +0 -132
  154. package/commands/RemoveTagsCommand.ts +0 -94
  155. package/commands/ReportTaskProgressCommand.ts +0 -131
  156. package/commands/ReportTaskRunnerHeartbeatCommand.ts +0 -129
  157. package/commands/SetStatusCommand.ts +0 -123
  158. package/commands/SetTaskStatusCommand.ts +0 -124
  159. package/commands/ValidatePipelineDefinitionCommand.ts +0 -248
  160. package/dist/cjs/DataPipeline.js.map +0 -1
  161. package/dist/cjs/DataPipelineClient.js.map +0 -1
  162. package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
  163. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  164. package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
  165. package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
  166. package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
  169. package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
  170. package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
  172. package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
  173. package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
  174. package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
  175. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  176. package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
  177. package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  178. package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
  179. package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
  180. package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
  181. package/dist/cjs/endpoints.js.map +0 -1
  182. package/dist/cjs/index.js.map +0 -1
  183. package/dist/cjs/models/index.js.map +0 -1
  184. package/dist/cjs/models/models_0.js.map +0 -1
  185. package/dist/cjs/package.json +0 -91
  186. package/dist/cjs/pagination/DescribeObjectsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  188. package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
  189. package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
  190. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  194. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  195. package/dist/es/DataPipeline.js.map +0 -1
  196. package/dist/es/DataPipelineClient.js +0 -62
  197. package/dist/es/DataPipelineClient.js.map +0 -1
  198. package/dist/es/commands/ActivatePipelineCommand.js +0 -95
  199. package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
  200. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  201. package/dist/es/commands/CreatePipelineCommand.js +0 -95
  202. package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
  203. package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
  204. package/dist/es/commands/DeletePipelineCommand.js +0 -96
  205. package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
  206. package/dist/es/commands/DescribeObjectsCommand.js +0 -123
  207. package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
  208. package/dist/es/commands/DescribePipelinesCommand.js +0 -126
  209. package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
  210. package/dist/es/commands/EvaluateExpressionCommand.js +0 -95
  211. package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
  212. package/dist/es/commands/GetPipelineDefinitionCommand.js +0 -129
  213. package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
  214. package/dist/es/commands/ListPipelinesCommand.js +0 -96
  215. package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
  216. package/dist/es/commands/PollForTaskCommand.js +0 -143
  217. package/dist/es/commands/PollForTaskCommand.js.map +0 -1
  218. package/dist/es/commands/PutPipelineDefinitionCommand.js +0 -224
  219. package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
  220. package/dist/es/commands/QueryObjectsCommand.js +0 -103
  221. package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
  222. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  223. package/dist/es/commands/ReportTaskProgressCommand.js +0 -102
  224. package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
  225. package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js +0 -97
  226. package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  227. package/dist/es/commands/SetStatusCommand.js +0 -97
  228. package/dist/es/commands/SetStatusCommand.js.map +0 -1
  229. package/dist/es/commands/SetTaskStatusCommand.js +0 -95
  230. package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
  231. package/dist/es/commands/ValidatePipelineDefinitionCommand.js +0 -216
  232. package/dist/es/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
  233. package/dist/es/endpoints.js.map +0 -1
  234. package/dist/es/index.js +0 -27
  235. package/dist/es/index.js.map +0 -1
  236. package/dist/es/models/index.js +0 -2
  237. package/dist/es/models/index.js.map +0 -1
  238. package/dist/es/models/models_0.js.map +0 -1
  239. package/dist/es/package.json +0 -91
  240. package/dist/es/pagination/DescribeObjectsPaginator.js.map +0 -1
  241. package/dist/es/pagination/Interfaces.js +0 -2
  242. package/dist/es/pagination/Interfaces.js.map +0 -1
  243. package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
  244. package/dist/es/pagination/QueryObjectsPaginator.js.map +0 -1
  245. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  246. package/dist/es/runtimeConfig.browser.js.map +0 -1
  247. package/dist/es/runtimeConfig.js.map +0 -1
  248. package/dist/es/runtimeConfig.native.js.map +0 -1
  249. package/dist/es/runtimeConfig.shared.js.map +0 -1
  250. package/endpoints.ts +0 -57
  251. package/jest.config.js +0 -4
  252. package/models/models_0.ts +0 -1480
  253. package/pagination/DescribeObjectsPaginator.ts +0 -57
  254. package/pagination/Interfaces.ts +0 -7
  255. package/pagination/ListPipelinesPaginator.ts +0 -57
  256. package/pagination/QueryObjectsPaginator.ts +0 -58
  257. package/protocols/Aws_json1_1.ts +0 -2766
  258. package/runtimeConfig.browser.ts +0 -40
  259. package/runtimeConfig.native.ts +0 -16
  260. package/runtimeConfig.shared.ts +0 -16
  261. package/runtimeConfig.ts +0 -45
  262. package/tsconfig.es.json +0 -12
  263. package/tsconfig.json +0 -32
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { DataPipelineClient } from "./DataPipelineClient";
3
2
  import { ActivatePipelineCommand, } from "./commands/ActivatePipelineCommand";
4
3
  import { AddTagsCommand } from "./commands/AddTagsCommand";
5
4
  import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
@@ -19,26 +18,8 @@ import { ReportTaskRunnerHeartbeatCommand, } from "./commands/ReportTaskRunnerHe
19
18
  import { SetStatusCommand } from "./commands/SetStatusCommand";
20
19
  import { SetTaskStatusCommand, } from "./commands/SetTaskStatusCommand";
21
20
  import { ValidatePipelineDefinitionCommand, } from "./commands/ValidatePipelineDefinitionCommand";
22
- /**
23
- * <p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline
24
- * handles the details of scheduling and ensuring that data dependencies are met so that your application
25
- * can focus on processing the data.</p>
26
- *
27
- * <p>AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner.
28
- * AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing
29
- * database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use
30
- * AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide
31
- * custom data management.</p>
32
- *
33
- * <p>AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline
34
- * and define data sources, schedules, dependencies, and the transforms to be performed on the data.
35
- * Use the second set in your task runner application to receive the next task ready for processing.
36
- * The logic for performing the task, such as querying the data, running data analysis, or converting
37
- * the data from one format to another, is contained within the task runner. The task runner performs
38
- * the task assigned to it by the web service, reporting progress to the web service as it does so.
39
- * When the task is done, the task runner reports the final success or failure of the task to the web service.</p>
40
- */
41
- var DataPipeline = /** @class */ (function (_super) {
21
+ import { DataPipelineClient } from "./DataPipelineClient";
22
+ var DataPipeline = (function (_super) {
42
23
  __extends(DataPipeline, _super);
43
24
  function DataPipeline() {
44
25
  return _super !== null && _super.apply(this, arguments) || this;
@@ -312,4 +293,3 @@ var DataPipeline = /** @class */ (function (_super) {
312
293
  return DataPipeline;
313
294
  }(DataPipelineClient));
314
295
  export { DataPipeline };
315
- //# sourceMappingURL=DataPipeline.js.map
@@ -0,0 +1,37 @@
1
+ import { __extends } from "tslib";
2
+ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
3
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
+ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
+ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
+ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
+ import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var DataPipelineClient = (function (_super) {
12
+ __extends(DataPipelineClient, _super);
13
+ function DataPipelineClient(configuration) {
14
+ var _this = this;
15
+ var _config_0 = __getRuntimeConfig(configuration);
16
+ var _config_1 = resolveRegionConfig(_config_0);
17
+ var _config_2 = resolveEndpointsConfig(_config_1);
18
+ var _config_3 = resolveRetryConfig(_config_2);
19
+ var _config_4 = resolveHostHeaderConfig(_config_3);
20
+ var _config_5 = resolveAwsAuthConfig(_config_4);
21
+ var _config_6 = resolveUserAgentConfig(_config_5);
22
+ _this = _super.call(this, _config_6) || this;
23
+ _this.config = _config_6;
24
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
25
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
28
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
+ return _this;
31
+ }
32
+ DataPipelineClient.prototype.destroy = function () {
33
+ _super.prototype.destroy.call(this);
34
+ };
35
+ return DataPipelineClient;
36
+ }(__Client));
37
+ export { DataPipelineClient };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ActivatePipelineCommand, serializeAws_json1_1ActivatePipelineCommand, } from "../protocols/Aws_json1_1";
6
+ var ActivatePipelineCommand = (function (_super) {
7
+ __extends(ActivatePipelineCommand, _super);
8
+ function ActivatePipelineCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ActivatePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "ActivatePipelineCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ActivatePipelineInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ActivatePipelineOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ActivatePipelineCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ActivatePipelineCommand(input, context);
33
+ };
34
+ ActivatePipelineCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ActivatePipelineCommand(output, context);
36
+ };
37
+ return ActivatePipelineCommand;
38
+ }($Command));
39
+ export { ActivatePipelineCommand };
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1AddTagsCommand, serializeAws_json1_1AddTagsCommand } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Adds or modifies tags for the specified pipeline.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { DataPipelineClient, AddTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
12
- * // const { DataPipelineClient, AddTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
13
- * const client = new DataPipelineClient(config);
14
- * const command = new AddTagsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link AddTagsCommandInput} for command's `input` shape.
19
- * @see {@link AddTagsCommandOutput} for command's `response` shape.
20
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var AddTagsCommand = /** @class */ (function (_super) {
4
+ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1AddTagsCommand, serializeAws_json1_1AddTagsCommand } from "../protocols/Aws_json1_1";
6
+ var AddTagsCommand = (function (_super) {
24
7
  __extends(AddTagsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function AddTagsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  AddTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var AddTagsCommand = /** @class */ (function (_super) {
62
37
  return AddTagsCommand;
63
38
  }($Command));
64
39
  export { AddTagsCommand };
65
- //# sourceMappingURL=AddTagsCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreatePipelineCommand, serializeAws_json1_1CreatePipelineCommand, } from "../protocols/Aws_json1_1";
6
+ var CreatePipelineCommand = (function (_super) {
7
+ __extends(CreatePipelineCommand, _super);
8
+ function CreatePipelineCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreatePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "CreatePipelineCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreatePipelineInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreatePipelineOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreatePipelineCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreatePipelineCommand(input, context);
33
+ };
34
+ CreatePipelineCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreatePipelineCommand(output, context);
36
+ };
37
+ return CreatePipelineCommand;
38
+ }($Command));
39
+ export { CreatePipelineCommand };
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeactivatePipelineCommand, serializeAws_json1_1DeactivatePipelineCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code>
8
- * state until the deactivation process completes.</p>
9
- * <p>To resume a deactivated pipeline, use <a>ActivatePipeline</a>. By default, the pipeline resumes from the last completed execution.
10
- * Optionally, you can specify the date and time to resume the pipeline.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DataPipelineClient, DeactivatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
15
- * // const { DataPipelineClient, DeactivatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
16
- * const client = new DataPipelineClient(config);
17
- * const command = new DeactivatePipelineCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeactivatePipelineCommandInput} for command's `input` shape.
22
- * @see {@link DeactivatePipelineCommandOutput} for command's `response` shape.
23
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var DeactivatePipelineCommand = /** @class */ (function (_super) {
4
+ import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeactivatePipelineCommand, serializeAws_json1_1DeactivatePipelineCommand, } from "../protocols/Aws_json1_1";
6
+ var DeactivatePipelineCommand = (function (_super) {
27
7
  __extends(DeactivatePipelineCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function DeactivatePipelineCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  DeactivatePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var DeactivatePipelineCommand = /** @class */ (function (_super) {
65
37
  return DeactivatePipelineCommand;
66
38
  }($Command));
67
39
  export { DeactivatePipelineCommand };
68
- //# sourceMappingURL=DeactivatePipelineCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeletePipelineInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeletePipelineCommand, serializeAws_json1_1DeletePipelineCommand, } from "../protocols/Aws_json1_1";
6
+ var DeletePipelineCommand = (function (_super) {
7
+ __extends(DeletePipelineCommand, _super);
8
+ function DeletePipelineCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeletePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "DeletePipelineCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeletePipelineInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeletePipelineCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DeletePipelineCommand(input, context);
33
+ };
34
+ DeletePipelineCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DeletePipelineCommand(output, context);
36
+ };
37
+ return DeletePipelineCommand;
38
+ }($Command));
39
+ export { DeletePipelineCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeObjectsCommand, serializeAws_json1_1DescribeObjectsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeObjectsCommand = (function (_super) {
7
+ __extends(DescribeObjectsCommand, _super);
8
+ function DescribeObjectsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeObjectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "DescribeObjectsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeObjectsInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeObjectsOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeObjectsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeObjectsCommand(input, context);
33
+ };
34
+ DescribeObjectsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeObjectsCommand(output, context);
36
+ };
37
+ return DescribeObjectsCommand;
38
+ }($Command));
39
+ export { DescribeObjectsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribePipelinesCommand, serializeAws_json1_1DescribePipelinesCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribePipelinesCommand = (function (_super) {
7
+ __extends(DescribePipelinesCommand, _super);
8
+ function DescribePipelinesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribePipelinesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "DescribePipelinesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribePipelinesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribePipelinesOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePipelinesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribePipelinesCommand(input, context);
33
+ };
34
+ DescribePipelinesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribePipelinesCommand(output, context);
36
+ };
37
+ return DescribePipelinesCommand;
38
+ }($Command));
39
+ export { DescribePipelinesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1EvaluateExpressionCommand, serializeAws_json1_1EvaluateExpressionCommand, } from "../protocols/Aws_json1_1";
6
+ var EvaluateExpressionCommand = (function (_super) {
7
+ __extends(EvaluateExpressionCommand, _super);
8
+ function EvaluateExpressionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ EvaluateExpressionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "EvaluateExpressionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: EvaluateExpressionInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: EvaluateExpressionOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ EvaluateExpressionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1EvaluateExpressionCommand(input, context);
33
+ };
34
+ EvaluateExpressionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1EvaluateExpressionCommand(output, context);
36
+ };
37
+ return EvaluateExpressionCommand;
38
+ }($Command));
39
+ export { EvaluateExpressionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetPipelineDefinitionCommand, serializeAws_json1_1GetPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
6
+ var GetPipelineDefinitionCommand = (function (_super) {
7
+ __extends(GetPipelineDefinitionCommand, _super);
8
+ function GetPipelineDefinitionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPipelineDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "GetPipelineDefinitionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPipelineDefinitionInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPipelineDefinitionOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPipelineDefinitionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetPipelineDefinitionCommand(input, context);
33
+ };
34
+ GetPipelineDefinitionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetPipelineDefinitionCommand(output, context);
36
+ };
37
+ return GetPipelineDefinitionCommand;
38
+ }($Command));
39
+ export { GetPipelineDefinitionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
6
+ var ListPipelinesCommand = (function (_super) {
7
+ __extends(ListPipelinesCommand, _super);
8
+ function ListPipelinesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListPipelinesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "ListPipelinesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListPipelinesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPipelinesOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListPipelinesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListPipelinesCommand(input, context);
33
+ };
34
+ ListPipelinesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListPipelinesCommand(output, context);
36
+ };
37
+ return ListPipelinesCommand;
38
+ }($Command));
39
+ export { ListPipelinesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PollForTaskCommand, serializeAws_json1_1PollForTaskCommand, } from "../protocols/Aws_json1_1";
6
+ var PollForTaskCommand = (function (_super) {
7
+ __extends(PollForTaskCommand, _super);
8
+ function PollForTaskCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ PollForTaskCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "PollForTaskCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: PollForTaskInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: PollForTaskOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PollForTaskCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1PollForTaskCommand(input, context);
33
+ };
34
+ PollForTaskCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1PollForTaskCommand(output, context);
36
+ };
37
+ return PollForTaskCommand;
38
+ }($Command));
39
+ export { PollForTaskCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutPipelineDefinitionCommand, serializeAws_json1_1PutPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
6
+ var PutPipelineDefinitionCommand = (function (_super) {
7
+ __extends(PutPipelineDefinitionCommand, _super);
8
+ function PutPipelineDefinitionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ PutPipelineDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "PutPipelineDefinitionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: PutPipelineDefinitionInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: PutPipelineDefinitionOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutPipelineDefinitionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1PutPipelineDefinitionCommand(input, context);
33
+ };
34
+ PutPipelineDefinitionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1PutPipelineDefinitionCommand(output, context);
36
+ };
37
+ return PutPipelineDefinitionCommand;
38
+ }($Command));
39
+ export { PutPipelineDefinitionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1QueryObjectsCommand, serializeAws_json1_1QueryObjectsCommand, } from "../protocols/Aws_json1_1";
6
+ var QueryObjectsCommand = (function (_super) {
7
+ __extends(QueryObjectsCommand, _super);
8
+ function QueryObjectsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ QueryObjectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DataPipelineClient";
18
+ var commandName = "QueryObjectsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: QueryObjectsInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: QueryObjectsOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ QueryObjectsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1QueryObjectsCommand(input, context);
33
+ };
34
+ QueryObjectsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1QueryObjectsCommand(output, context);
36
+ };
37
+ return QueryObjectsCommand;
38
+ }($Command));
39
+ export { QueryObjectsCommand };