@aws-sdk/client-data-pipeline 3.34.0 → 3.37.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 (285) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -21
  3. package/dist-cjs/DataPipelineClient.js +35 -0
  4. package/dist-cjs/commands/ActivatePipelineCommand.js +36 -0
  5. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -27
  6. package/dist-cjs/commands/CreatePipelineCommand.js +36 -0
  7. package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -30
  8. package/dist-cjs/commands/DeletePipelineCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeObjectsCommand.js +36 -0
  10. package/dist-cjs/commands/DescribePipelinesCommand.js +36 -0
  11. package/dist-cjs/commands/EvaluateExpressionCommand.js +36 -0
  12. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +36 -0
  13. package/dist-cjs/commands/ListPipelinesCommand.js +36 -0
  14. package/dist-cjs/commands/PollForTaskCommand.js +36 -0
  15. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +36 -0
  16. package/dist-cjs/commands/QueryObjectsCommand.js +36 -0
  17. package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
  18. package/dist-cjs/commands/ReportTaskProgressCommand.js +36 -0
  19. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +36 -0
  20. package/dist-cjs/commands/SetStatusCommand.js +36 -0
  21. package/dist-cjs/commands/SetTaskStatusCommand.js +36 -0
  22. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +36 -0
  23. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  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 -169
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -12
  28. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  29. package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -12
  30. package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -12
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  36. package/{dist/es → dist-es}/DataPipeline.js +1 -2
  37. package/{dist/es → dist-es}/DataPipelineClient.js +1 -2
  38. package/{dist/es → dist-es}/commands/ActivatePipelineCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/CreatePipelineCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/DeletePipelineCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/DescribeObjectsCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/DescribePipelinesCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/EvaluateExpressionCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/GetPipelineDefinitionCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/ListPipelinesCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/PollForTaskCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/PutPipelineDefinitionCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/QueryObjectsCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/ReportTaskProgressCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/SetStatusCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/SetTaskStatusCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/ValidatePipelineDefinitionCommand.js +2 -3
  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 -1
  61. package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +1 -2
  62. package/dist-es/pagination/Interfaces.js +1 -0
  63. package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +1 -2
  64. package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +1 -2
  65. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  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 +0 -0
  101. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  102. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/dist-types/ts3.4/DataPipeline.d.ts +100 -0
  105. package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +32 -113
  106. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +17 -0
  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/ts3.4/models/models_0.d.ts +655 -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 -3
  135. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  136. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  138. package/package.json +45 -42
  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 +0 -60
  162. package/dist/cjs/DataPipelineClient.js.map +0 -1
  163. package/dist/cjs/commands/ActivatePipelineCommand.js +0 -91
  164. package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
  165. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  166. package/dist/cjs/commands/CreatePipelineCommand.js +0 -91
  167. package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
  168. package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
  169. package/dist/cjs/commands/DeletePipelineCommand.js +0 -92
  170. package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
  171. package/dist/cjs/commands/DescribeObjectsCommand.js +0 -119
  172. package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
  173. package/dist/cjs/commands/DescribePipelinesCommand.js +0 -122
  174. package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
  175. package/dist/cjs/commands/EvaluateExpressionCommand.js +0 -91
  176. package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
  177. package/dist/cjs/commands/GetPipelineDefinitionCommand.js +0 -125
  178. package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
  179. package/dist/cjs/commands/ListPipelinesCommand.js +0 -92
  180. package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
  181. package/dist/cjs/commands/PollForTaskCommand.js +0 -139
  182. package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
  183. package/dist/cjs/commands/PutPipelineDefinitionCommand.js +0 -220
  184. package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
  185. package/dist/cjs/commands/QueryObjectsCommand.js +0 -99
  186. package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
  187. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  188. package/dist/cjs/commands/ReportTaskProgressCommand.js +0 -98
  189. package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
  190. package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -93
  191. package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  192. package/dist/cjs/commands/SetStatusCommand.js +0 -93
  193. package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
  194. package/dist/cjs/commands/SetTaskStatusCommand.js +0 -91
  195. package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
  196. package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js +0 -212
  197. package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
  198. package/dist/cjs/endpoints.js.map +0 -1
  199. package/dist/cjs/index.js.map +0 -1
  200. package/dist/cjs/models/index.js.map +0 -1
  201. package/dist/cjs/models/models_0.js.map +0 -1
  202. package/dist/cjs/package.json +0 -91
  203. package/dist/cjs/pagination/DescribeObjectsPaginator.js.map +0 -1
  204. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  205. package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
  206. package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
  207. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  208. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  209. package/dist/cjs/runtimeConfig.js.map +0 -1
  210. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  211. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  212. package/dist/es/DataPipeline.js.map +0 -1
  213. package/dist/es/DataPipelineClient.js.map +0 -1
  214. package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
  215. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  216. package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
  217. package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
  218. package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
  219. package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
  220. package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
  221. package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
  222. package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
  223. package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
  224. package/dist/es/commands/PollForTaskCommand.js.map +0 -1
  225. package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
  226. package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
  227. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  228. package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
  229. package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  230. package/dist/es/commands/SetStatusCommand.js.map +0 -1
  231. package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
  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/dist/types/ts3.4/DataPipeline.d.ts +0 -1051
  251. package/dist/types/ts3.4/commands/ActivatePipelineCommand.d.ts +0 -65
  252. package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -35
  253. package/dist/types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -65
  254. package/dist/types/ts3.4/commands/DeactivatePipelineCommand.d.ts +0 -38
  255. package/dist/types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -66
  256. package/dist/types/ts3.4/commands/DescribeObjectsCommand.d.ts +0 -93
  257. package/dist/types/ts3.4/commands/DescribePipelinesCommand.d.ts +0 -96
  258. package/dist/types/ts3.4/commands/EvaluateExpressionCommand.d.ts +0 -65
  259. package/dist/types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +0 -99
  260. package/dist/types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -66
  261. package/dist/types/ts3.4/commands/PollForTaskCommand.d.ts +0 -113
  262. package/dist/types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +0 -194
  263. package/dist/types/ts3.4/commands/QueryObjectsCommand.d.ts +0 -73
  264. package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
  265. package/dist/types/ts3.4/commands/ReportTaskProgressCommand.d.ts +0 -72
  266. package/dist/types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +0 -67
  267. package/dist/types/ts3.4/commands/SetStatusCommand.d.ts +0 -67
  268. package/dist/types/ts3.4/commands/SetTaskStatusCommand.d.ts +0 -65
  269. package/dist/types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +0 -186
  270. package/dist/types/ts3.4/models/models_0.d.ts +0 -1193
  271. package/endpoints.ts +0 -57
  272. package/jest.config.js +0 -4
  273. package/models/models_0.ts +0 -1480
  274. package/pagination/DescribeObjectsPaginator.ts +0 -57
  275. package/pagination/Interfaces.ts +0 -7
  276. package/pagination/ListPipelinesPaginator.ts +0 -57
  277. package/pagination/QueryObjectsPaginator.ts +0 -58
  278. package/protocols/Aws_json1_1.ts +0 -2766
  279. package/runtimeConfig.browser.ts +0 -40
  280. package/runtimeConfig.native.ts +0 -16
  281. package/runtimeConfig.shared.ts +0 -16
  282. package/runtimeConfig.ts +0 -45
  283. package/tsconfig.es.json +0 -10
  284. package/tsconfig.json +0 -31
  285. package/tsconfig.types.json +0 -8
@@ -1,65 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ActivatePipelineCommandInput extends ActivatePipelineInput {
6
- }
7
- export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation,
11
- * activation fails.</p>
12
- * <p>If you need to pause the pipeline to investigate an issue with a component, such as a data source or script,
13
- * call <a>DeactivatePipeline</a>.</p>
14
- * <p>To activate a finished pipeline, modify the end date for the pipeline and then activate it.</p>
15
- * <examples>
16
- * <request>
17
- *
18
- * POST / HTTP/1.1
19
- * Content-Type: application/x-amz-json-1.1
20
- * X-Amz-Target: DataPipeline.ActivatePipeline
21
- * Content-Length: 39
22
- * Host: datapipeline.us-east-1.amazonaws.com
23
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
24
- * Authorization: AuthParams
25
- *
26
- * {"pipelineId": "df-06372391ZG65EXAMPLE"}
27
- *
28
- * </request>
29
- * <response>
30
- *
31
- * HTTP/1.1 200
32
- * x-amzn-RequestId: ee19d5bf-074e-11e2-af6f-6bc7a6be60d9
33
- * Content-Type: application/x-amz-json-1.1
34
- * Content-Length: 2
35
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
36
- *
37
- * {}
38
- *
39
- * </response>
40
- * </examples>
41
- * @example
42
- * Use a bare-bones client and the command you need to make an API call.
43
- * ```javascript
44
- * import { DataPipelineClient, ActivatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
45
- * // const { DataPipelineClient, ActivatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
46
- * const client = new DataPipelineClient(config);
47
- * const command = new ActivatePipelineCommand(input);
48
- * const response = await client.send(command);
49
- * ```
50
- *
51
- * @see {@link ActivatePipelineCommandInput} for command's `input` shape.
52
- * @see {@link ActivatePipelineCommandOutput} for command's `response` shape.
53
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
54
- *
55
- */
56
- export declare class ActivatePipelineCommand extends $Command<ActivatePipelineCommandInput, ActivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
57
- readonly input: ActivatePipelineCommandInput;
58
- constructor(input: ActivatePipelineCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivatePipelineCommandInput, ActivatePipelineCommandOutput>;
63
- private serialize;
64
- private deserialize;
65
- }
@@ -1,35 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface AddTagsCommandInput extends AddTagsInput {
6
- }
7
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds or modifies tags for the specified 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, AddTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
15
- * // const { DataPipelineClient, AddTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
16
- * const client = new DataPipelineClient(config);
17
- * const command = new AddTagsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AddTagsCommandInput} for command's `input` shape.
22
- * @see {@link AddTagsCommandOutput} for command's `response` shape.
23
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, DataPipelineClientResolvedConfig> {
27
- readonly input: AddTagsCommandInput;
28
- constructor(input: AddTagsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,65 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreatePipelineCommandInput extends CreatePipelineInput {
6
- }
7
- export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline.</p>
11
- *
12
- * <examples>
13
- * <request>
14
- *
15
- * POST / HTTP/1.1
16
- * Content-Type: application/x-amz-json-1.1
17
- * X-Amz-Target: DataPipeline.CreatePipeline
18
- * Content-Length: 91
19
- * Host: datapipeline.us-east-1.amazonaws.com
20
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
21
- * Authorization: AuthParams
22
- *
23
- * {"name": "myPipeline",
24
- * "uniqueId": "123456789",
25
- * "description": "This is my first pipeline"}
26
- *
27
- * </request>
28
- *
29
- * <response>
30
- *
31
- * HTTP/1.1 200
32
- * x-amzn-RequestId: b16911ce-0774-11e2-af6f-6bc7a6be60d9
33
- * Content-Type: application/x-amz-json-1.1
34
- * Content-Length: 40
35
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
36
- *
37
- * {"pipelineId": "df-06372391ZG65EXAMPLE"}
38
- *
39
- * </response>
40
- * </examples>
41
- * @example
42
- * Use a bare-bones client and the command you need to make an API call.
43
- * ```javascript
44
- * import { DataPipelineClient, CreatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
45
- * // const { DataPipelineClient, CreatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
46
- * const client = new DataPipelineClient(config);
47
- * const command = new CreatePipelineCommand(input);
48
- * const response = await client.send(command);
49
- * ```
50
- *
51
- * @see {@link CreatePipelineCommandInput} for command's `input` shape.
52
- * @see {@link CreatePipelineCommandOutput} for command's `response` shape.
53
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
54
- *
55
- */
56
- export declare class CreatePipelineCommand extends $Command<CreatePipelineCommandInput, CreatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
57
- readonly input: CreatePipelineCommandInput;
58
- constructor(input: CreatePipelineCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
63
- private serialize;
64
- private deserialize;
65
- }
@@ -1,38 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeactivatePipelineCommandInput extends DeactivatePipelineInput {
6
- }
7
- export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code>
11
- * state until the deactivation process completes.</p>
12
- * <p>To resume a deactivated pipeline, use <a>ActivatePipeline</a>. By default, the pipeline resumes from the last completed execution.
13
- * Optionally, you can specify the date and time to resume the pipeline.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { DataPipelineClient, DeactivatePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
18
- * // const { DataPipelineClient, DeactivatePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
19
- * const client = new DataPipelineClient(config);
20
- * const command = new DeactivatePipelineCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DeactivatePipelineCommandInput} for command's `input` shape.
25
- * @see {@link DeactivatePipelineCommandOutput} for command's `response` shape.
26
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class DeactivatePipelineCommand extends $Command<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
30
- readonly input: DeactivatePipelineCommandInput;
31
- constructor(input: DeactivatePipelineCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,66 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { DeletePipelineInput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeletePipelineCommandInput extends DeletePipelineInput {
6
- }
7
- export interface DeletePipelineCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a pipeline, its pipeline definition, and its run history.
11
- * AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.</p>
12
- * <p>Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline.
13
- * To temporarily pause a pipeline instead of deleting it, call <a>SetStatus</a> with the status set to <code>PAUSE</code> on individual components.
14
- * Components that are paused by <a>SetStatus</a> can be resumed.</p>
15
- *
16
- * <examples>
17
- * <request>
18
- *
19
- * POST / HTTP/1.1
20
- * Content-Type: application/x-amz-json-1.1
21
- * X-Amz-Target: DataPipeline.DeletePipeline
22
- * Content-Length: 50
23
- * Host: datapipeline.us-east-1.amazonaws.com
24
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
25
- * Authorization: AuthParams
26
- *
27
- * {"pipelineId": "df-06372391ZG65EXAMPLE"}
28
- *
29
- * </request>
30
- *
31
- * <response>
32
- *
33
- * x-amzn-RequestId: b7a88c81-0754-11e2-af6f-6bc7a6be60d9
34
- * Content-Type: application/x-amz-json-1.1
35
- * Content-Length: 0
36
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
37
- *
38
- * Unexpected response: 200, OK, undefined
39
- *
40
- * </response>
41
- * </examples>
42
- * @example
43
- * Use a bare-bones client and the command you need to make an API call.
44
- * ```javascript
45
- * import { DataPipelineClient, DeletePipelineCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
46
- * // const { DataPipelineClient, DeletePipelineCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
47
- * const client = new DataPipelineClient(config);
48
- * const command = new DeletePipelineCommand(input);
49
- * const response = await client.send(command);
50
- * ```
51
- *
52
- * @see {@link DeletePipelineCommandInput} for command's `input` shape.
53
- * @see {@link DeletePipelineCommandOutput} for command's `response` shape.
54
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
55
- *
56
- */
57
- export declare class DeletePipelineCommand extends $Command<DeletePipelineCommandInput, DeletePipelineCommandOutput, DataPipelineClientResolvedConfig> {
58
- readonly input: DeletePipelineCommandInput;
59
- constructor(input: DeletePipelineCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
64
- private serialize;
65
- private deserialize;
66
- }
@@ -1,93 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeObjectsCommandInput extends DescribeObjectsInput {
6
- }
7
- export interface DescribeObjectsCommandOutput extends DescribeObjectsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of
11
- * a set of fields that define the properties of the object.</p>
12
- *
13
- * <examples>
14
- * <request>
15
- *
16
- * POST / HTTP/1.1
17
- * Content-Type: application/x-amz-json-1.1
18
- * X-Amz-Target: DataPipeline.DescribeObjects
19
- * Content-Length: 98
20
- * Host: datapipeline.us-east-1.amazonaws.com
21
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
22
- * Authorization: AuthParams
23
- *
24
- * {"pipelineId": "df-06372391ZG65EXAMPLE",
25
- * "objectIds":
26
- * ["Schedule"],
27
- * "evaluateExpressions": true}
28
- *
29
- * </request>
30
- *
31
- * <response>
32
- *
33
- * x-amzn-RequestId: 4c18ea5d-0777-11e2-8a14-21bb8a1f50ef
34
- * Content-Type: application/x-amz-json-1.1
35
- * Content-Length: 1488
36
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
37
- *
38
- * {"hasMoreResults": false,
39
- * "pipelineObjects":
40
- * [
41
- * {"fields":
42
- * [
43
- * {"key": "startDateTime",
44
- * "stringValue": "2012-12-12T00:00:00"},
45
- * {"key": "parent",
46
- * "refValue": "Default"},
47
- * {"key": "@sphere",
48
- * "stringValue": "COMPONENT"},
49
- * {"key": "type",
50
- * "stringValue": "Schedule"},
51
- * {"key": "period",
52
- * "stringValue": "1 hour"},
53
- * {"key": "endDateTime",
54
- * "stringValue": "2012-12-21T18:00:00"},
55
- * {"key": "@version",
56
- * "stringValue": "1"},
57
- * {"key": "@status",
58
- * "stringValue": "PENDING"},
59
- * {"key": "@pipelineId",
60
- * "stringValue": "df-06372391ZG65EXAMPLE"}
61
- * ],
62
- * "id": "Schedule",
63
- * "name": "Schedule"}
64
- * ]
65
- * }
66
- *
67
- * </response>
68
- * </examples>
69
- * @example
70
- * Use a bare-bones client and the command you need to make an API call.
71
- * ```javascript
72
- * import { DataPipelineClient, DescribeObjectsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
73
- * // const { DataPipelineClient, DescribeObjectsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
74
- * const client = new DataPipelineClient(config);
75
- * const command = new DescribeObjectsCommand(input);
76
- * const response = await client.send(command);
77
- * ```
78
- *
79
- * @see {@link DescribeObjectsCommandInput} for command's `input` shape.
80
- * @see {@link DescribeObjectsCommandOutput} for command's `response` shape.
81
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
82
- *
83
- */
84
- export declare class DescribeObjectsCommand extends $Command<DescribeObjectsCommandInput, DescribeObjectsCommandOutput, DataPipelineClientResolvedConfig> {
85
- readonly input: DescribeObjectsCommandInput;
86
- constructor(input: DescribeObjectsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeObjectsCommandInput, DescribeObjectsCommandOutput>;
91
- private serialize;
92
- private deserialize;
93
- }
@@ -1,96 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribePipelinesCommandInput extends DescribePipelinesInput {
6
- }
7
- export interface DescribePipelinesCommandOutput extends DescribePipelinesOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier,
11
- * its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines
12
- * that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines
13
- * for which you have read permissions.</p>
14
- * <p>To retrieve the full pipeline definition instead of metadata about the pipeline, call <a>GetPipelineDefinition</a>.</p>
15
- *
16
- * <examples>
17
- * <request>
18
- *
19
- * POST / HTTP/1.1
20
- * Content-Type: application/x-amz-json-1.1
21
- * X-Amz-Target: DataPipeline.DescribePipelines
22
- * Content-Length: 70
23
- * Host: datapipeline.us-east-1.amazonaws.com
24
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
25
- * Authorization: AuthParams
26
- *
27
- * {"pipelineIds":
28
- * ["df-08785951KAKJEXAMPLE"]
29
- * }
30
- *
31
- * </request>
32
- *
33
- * <response>
34
- *
35
- * x-amzn-RequestId: 02870eb7-0736-11e2-af6f-6bc7a6be60d9
36
- * Content-Type: application/x-amz-json-1.1
37
- * Content-Length: 767
38
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
39
- *
40
- * {"pipelineDescriptionList":
41
- * [
42
- * {"description": "This is my first pipeline",
43
- * "fields":
44
- * [
45
- * {"key": "@pipelineState",
46
- * "stringValue": "SCHEDULED"},
47
- * {"key": "description",
48
- * "stringValue": "This is my first pipeline"},
49
- * {"key": "name",
50
- * "stringValue": "myPipeline"},
51
- * {"key": "@creationTime",
52
- * "stringValue": "2012-12-13T01:24:06"},
53
- * {"key": "@id",
54
- * "stringValue": "df-0937003356ZJEXAMPLE"},
55
- * {"key": "@sphere",
56
- * "stringValue": "PIPELINE"},
57
- * {"key": "@version",
58
- * "stringValue": "1"},
59
- * {"key": "@userId",
60
- * "stringValue": "924374875933"},
61
- * {"key": "@accountId",
62
- * "stringValue": "924374875933"},
63
- * {"key": "uniqueId",
64
- * "stringValue": "1234567890"}
65
- * ],
66
- * "name": "myPipeline",
67
- * "pipelineId": "df-0937003356ZJEXAMPLE"}
68
- * ]
69
- * }
70
- * </response>
71
- * </examples>
72
- * @example
73
- * Use a bare-bones client and the command you need to make an API call.
74
- * ```javascript
75
- * import { DataPipelineClient, DescribePipelinesCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
76
- * // const { DataPipelineClient, DescribePipelinesCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
77
- * const client = new DataPipelineClient(config);
78
- * const command = new DescribePipelinesCommand(input);
79
- * const response = await client.send(command);
80
- * ```
81
- *
82
- * @see {@link DescribePipelinesCommandInput} for command's `input` shape.
83
- * @see {@link DescribePipelinesCommandOutput} for command's `response` shape.
84
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
85
- *
86
- */
87
- export declare class DescribePipelinesCommand extends $Command<DescribePipelinesCommandInput, DescribePipelinesCommandOutput, DataPipelineClientResolvedConfig> {
88
- readonly input: DescribePipelinesCommandInput;
89
- constructor(input: DescribePipelinesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePipelinesCommandInput, DescribePipelinesCommandOutput>;
94
- private serialize;
95
- private deserialize;
96
- }
@@ -1,65 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface EvaluateExpressionCommandInput extends EvaluateExpressionInput {
6
- }
7
- export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object.
11
- * For example, a task runner can evaluate SQL queries stored in Amazon S3.</p>
12
- *
13
- * <examples>
14
- * <request>
15
- *
16
- * POST / HTTP/1.1
17
- * Content-Type: application/x-amz-json-1.1
18
- * X-Amz-Target: DataPipeline.DescribePipelines
19
- * Content-Length: 164
20
- * Host: datapipeline.us-east-1.amazonaws.com
21
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
22
- * Authorization: AuthParams
23
- *
24
- * {"pipelineId": "df-08785951KAKJEXAMPLE",
25
- * "objectId": "Schedule",
26
- * "expression": "Transform started at #{startDateTime} and finished at #{endDateTime}"}
27
- *
28
- * </request>
29
- *
30
- *
31
- * <response>
32
- *
33
- * x-amzn-RequestId: 02870eb7-0736-11e2-af6f-6bc7a6be60d9
34
- * Content-Type: application/x-amz-json-1.1
35
- * Content-Length: 103
36
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
37
- *
38
- * {"evaluatedExpression": "Transform started at 2012-12-12T00:00:00 and finished at 2012-12-21T18:00:00"}
39
- * </response>
40
- * </examples>
41
- * @example
42
- * Use a bare-bones client and the command you need to make an API call.
43
- * ```javascript
44
- * import { DataPipelineClient, EvaluateExpressionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
45
- * // const { DataPipelineClient, EvaluateExpressionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
46
- * const client = new DataPipelineClient(config);
47
- * const command = new EvaluateExpressionCommand(input);
48
- * const response = await client.send(command);
49
- * ```
50
- *
51
- * @see {@link EvaluateExpressionCommandInput} for command's `input` shape.
52
- * @see {@link EvaluateExpressionCommandOutput} for command's `response` shape.
53
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
54
- *
55
- */
56
- export declare class EvaluateExpressionCommand extends $Command<EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput, DataPipelineClientResolvedConfig> {
57
- readonly input: EvaluateExpressionCommandInput;
58
- constructor(input: EvaluateExpressionCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput>;
63
- private serialize;
64
- private deserialize;
65
- }
@@ -1,99 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface GetPipelineDefinitionCommandInput extends GetPipelineDefinitionInput {
6
- }
7
- export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitionOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve
11
- * the pipeline definition that you provided using <a>PutPipelineDefinition</a>.</p>
12
- *
13
- * <examples>
14
- * <request>
15
- *
16
- * POST / HTTP/1.1
17
- * Content-Type: application/x-amz-json-1.1
18
- * X-Amz-Target: DataPipeline.GetPipelineDefinition
19
- * Content-Length: 40
20
- * Host: datapipeline.us-east-1.amazonaws.com
21
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
22
- * Authorization: AuthParams
23
- *
24
- *
25
- * {"pipelineId": "df-06372391ZG65EXAMPLE"}
26
- *
27
- * </request>
28
- * <response>
29
- *
30
- * x-amzn-RequestId: e28309e5-0776-11e2-8a14-21bb8a1f50ef
31
- * Content-Type: application/x-amz-json-1.1
32
- * Content-Length: 890
33
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
34
- *
35
- * {"pipelineObjects":
36
- * [
37
- * {"fields":
38
- * [
39
- * {"key": "workerGroup",
40
- * "stringValue": "workerGroup"}
41
- * ],
42
- * "id": "Default",
43
- * "name": "Default"},
44
- * {"fields":
45
- * [
46
- * {"key": "startDateTime",
47
- * "stringValue": "2012-09-25T17:00:00"},
48
- * {"key": "type",
49
- * "stringValue": "Schedule"},
50
- * {"key": "period",
51
- * "stringValue": "1 hour"},
52
- * {"key": "endDateTime",
53
- * "stringValue": "2012-09-25T18:00:00"}
54
- * ],
55
- * "id": "Schedule",
56
- * "name": "Schedule"},
57
- * {"fields":
58
- * [
59
- * {"key": "schedule",
60
- * "refValue": "Schedule"},
61
- * {"key": "command",
62
- * "stringValue": "echo hello"},
63
- * {"key": "parent",
64
- * "refValue": "Default"},
65
- * {"key": "type",
66
- * "stringValue": "ShellCommandActivity"}
67
- * ],
68
- * "id": "SayHello",
69
- * "name": "SayHello"}
70
- * ]
71
- * }
72
- *
73
- * </response>
74
- * </examples>
75
- * @example
76
- * Use a bare-bones client and the command you need to make an API call.
77
- * ```javascript
78
- * import { DataPipelineClient, GetPipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
79
- * // const { DataPipelineClient, GetPipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
80
- * const client = new DataPipelineClient(config);
81
- * const command = new GetPipelineDefinitionCommand(input);
82
- * const response = await client.send(command);
83
- * ```
84
- *
85
- * @see {@link GetPipelineDefinitionCommandInput} for command's `input` shape.
86
- * @see {@link GetPipelineDefinitionCommandOutput} for command's `response` shape.
87
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
88
- *
89
- */
90
- export declare class GetPipelineDefinitionCommand extends $Command<GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
91
- readonly input: GetPipelineDefinitionCommandInput;
92
- constructor(input: GetPipelineDefinitionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput>;
97
- private serialize;
98
- private deserialize;
99
- }