@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,66 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { ListPipelinesInput, ListPipelinesOutput } 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 ListPipelinesCommandInput extends ListPipelinesInput {
6
- }
7
- export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</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.ListPipelines
18
- * Content-Length: 14
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
- * {}</request>
24
- *
25
- * <response>
26
- *
27
- * Status:
28
- * x-amzn-RequestId: b3104dc5-0734-11e2-af6f-6bc7a6be60d9
29
- * Content-Type: application/x-amz-json-1.1
30
- * Content-Length: 39
31
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
32
- *
33
- * {"PipelineIdList":
34
- * [
35
- * {"id": "df-08785951KAKJEXAMPLE",
36
- * "name": "MyPipeline"},
37
- * {"id": "df-08662578ISYEXAMPLE",
38
- * "name": "MySecondPipeline"}
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, ListPipelinesCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
46
- * // const { DataPipelineClient, ListPipelinesCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
47
- * const client = new DataPipelineClient(config);
48
- * const command = new ListPipelinesCommand(input);
49
- * const response = await client.send(command);
50
- * ```
51
- *
52
- * @see {@link ListPipelinesCommandInput} for command's `input` shape.
53
- * @see {@link ListPipelinesCommandOutput} for command's `response` shape.
54
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
55
- *
56
- */
57
- export declare class ListPipelinesCommand extends $Command<ListPipelinesCommandInput, ListPipelinesCommandOutput, DataPipelineClientResolvedConfig> {
58
- readonly input: ListPipelinesCommandInput;
59
- constructor(input: ListPipelinesCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPipelinesCommandInput, ListPipelinesCommandOutput>;
64
- private serialize;
65
- private deserialize;
66
- }
@@ -1,113 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { PollForTaskInput, PollForTaskOutput } 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 PollForTaskCommandInput extends PollForTaskInput {
6
- }
7
- export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Task runners call <code>PollForTask</code> to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform
11
- * by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that
12
- * match the <code>workerGroup</code> value passed in by the task runner and that was launched using the IAM user credentials
13
- * specified by the task runner.</p>
14
- * <p>If tasks are ready in the work queue, <code>PollForTask</code> returns a response immediately. If no tasks are available in the queue,
15
- * <code>PollForTask</code> uses long-polling and holds on to a poll connection for up to a 90 seconds, during which time the first newly
16
- * scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task
17
- * runner should not call <code>PollForTask</code> again on the same <code>workerGroup</code> until it receives a response, and this can take up to 90 seconds.
18
- * </p>
19
- *
20
- * <examples>
21
- * <request>
22
- *
23
- * POST / HTTP/1.1
24
- * Content-Type: application/x-amz-json-1.1
25
- * X-Amz-Target: DataPipeline.PollForTask
26
- * Content-Length: 59
27
- * Host: datapipeline.us-east-1.amazonaws.com
28
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
29
- * Authorization: AuthParams
30
- *
31
- * {"workerGroup": "MyworkerGroup",
32
- * "hostname": "example.com"}
33
- *
34
- * </request>
35
- *
36
- * <response>
37
- *
38
- * x-amzn-RequestId: 41c713d2-0775-11e2-af6f-6bc7a6be60d9
39
- * Content-Type: application/x-amz-json-1.1
40
- * Content-Length: 39
41
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
42
- *
43
- * {"taskObject":
44
- * {"attemptId": "@SayHello_2012-12-12T00:00:00_Attempt=1",
45
- * "objects":
46
- * {"@SayHello_2012-12-12T00:00:00_Attempt=1":
47
- * {"fields":
48
- * [
49
- * {"key": "@componentParent",
50
- * "refValue": "SayHello"},
51
- * {"key": "@scheduledStartTime",
52
- * "stringValue": "2012-12-12T00:00:00"},
53
- * {"key": "parent",
54
- * "refValue": "SayHello"},
55
- * {"key": "@sphere",
56
- * "stringValue": "ATTEMPT"},
57
- * {"key": "workerGroup",
58
- * "stringValue": "workerGroup"},
59
- * {"key": "@instanceParent",
60
- * "refValue": "@SayHello_2012-12-12T00:00:00"},
61
- * {"key": "type",
62
- * "stringValue": "ShellCommandActivity"},
63
- * {"key": "@status",
64
- * "stringValue": "WAITING_FOR_RUNNER"},
65
- * {"key": "@version",
66
- * "stringValue": "1"},
67
- * {"key": "schedule",
68
- * "refValue": "Schedule"},
69
- * {"key": "@actualStartTime",
70
- * "stringValue": "2012-12-13T01:40:50"},
71
- * {"key": "command",
72
- * "stringValue": "echo hello"},
73
- * {"key": "@scheduledEndTime",
74
- * "stringValue": "2012-12-12T01:00:00"},
75
- * {"key": "@activeInstances",
76
- * "refValue": "@SayHello_2012-12-12T00:00:00"},
77
- * {"key": "@pipelineId",
78
- * "stringValue": "df-0937003356ZJEXAMPLE"}
79
- * ],
80
- * "id": "@SayHello_2012-12-12T00:00:00_Attempt=1",
81
- * "name": "@SayHello_2012-12-12T00:00:00_Attempt=1"}
82
- * },
83
- * "pipelineId": "df-0937003356ZJEXAMPLE",
84
- * "taskId": "2xaM4wRs5zOsIH+g9U3oVHfAgAlbSqU6XduncB0HhZ3xMnmvfePZPn4dIbYXHyWyRK+cU15MqDHwdrvftx/4wv+sNS4w34vJfv7QA9aOoOazW28l1GYSb2ZRR0N0paiQp+d1MhSKo10hOTWOsVK5S5Lnx9Qm6omFgXHyIvZRIvTlrQMpr1xuUrflyGOfbFOGpOLpvPE172MYdqpZKnbSS4TcuqgQKSWV2833fEubI57DPOP7ghWa2TcYeSIv4pdLYG53fTuwfbnbdc98g2LNUQzSVhSnt7BoqyNwht2aQ6b/UHg9A80+KVpuXuqmz3m1MXwHFgxjdmuesXNOrrlGpeLCcRWD+aGo0RN1NqhQRzNAig8V4GlaPTQzMsRCljKqvrIyAoP3Tt2XEGsHkkQo12rEX8Z90957XX2qKRwhruwYzqGkSLWjINoLdAxUJdpRXRc5DJTrBd3D5mdzn7kY1l7NEh4kFHJDt3Cx4Z3Mk8MYCACyCk/CEyy9DwuPi66cLz0NBcgbCM5LKjTBOwo1m+am+pvM1kSposE9FPP1+RFGb8k6jQBTJx3TRz1yKilnGXQTZ5xvdOFpJrklIT0OXP1MG3+auM9FlJA+1dX90QoNJE5z7axmK//MOGXUdkqFe2kiDkorqjxwDvc0Js9pVKfKvAmW8YqUbmI9l0ERpWCXXnLVHNmPWz3jaPY+OBAmuJWDmxB/Z8p94aEDg4BVXQ7LvsKQ3DLYhaB7yJ390CJT+i0mm+EBqY60V6YikPSWDFrYQ/NPi2b1DgE19mX8zHqw8qprIl4yh1Ckx2Iige4En/N5ktOoIxnASxAw/TzcE2skxdw5KlHDF+UTj71m16CR/dIaKlXijlfNlNzUBo/bNSadCQn3G5NoO501wPKI:XO50TgDNyo8EXAMPLE/g==:1"}
85
- * }
86
- *
87
- * </response>
88
- * </examples>
89
- * @example
90
- * Use a bare-bones client and the command you need to make an API call.
91
- * ```javascript
92
- * import { DataPipelineClient, PollForTaskCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
93
- * // const { DataPipelineClient, PollForTaskCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
94
- * const client = new DataPipelineClient(config);
95
- * const command = new PollForTaskCommand(input);
96
- * const response = await client.send(command);
97
- * ```
98
- *
99
- * @see {@link PollForTaskCommandInput} for command's `input` shape.
100
- * @see {@link PollForTaskCommandOutput} for command's `response` shape.
101
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
102
- *
103
- */
104
- export declare class PollForTaskCommand extends $Command<PollForTaskCommandInput, PollForTaskCommandOutput, DataPipelineClientResolvedConfig> {
105
- readonly input: PollForTaskCommandInput;
106
- constructor(input: PollForTaskCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PollForTaskCommandInput, PollForTaskCommandOutput>;
111
- private serialize;
112
- private deserialize;
113
- }
@@ -1,194 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } 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 PutPipelineDefinitionCommandInput extends PutPipelineDefinitionInput {
6
- }
7
- export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitionOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline.</p>
11
- * <p>
12
- * <code>PutPipelineDefinition</code> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one
13
- * of the following three validation errors exists in the pipeline.
14
- * </p>
15
- * <ol>
16
- * <li>An object is missing a name or identifier field.</li>
17
- * <li>A string or reference field is empty.</li>
18
- * <li>The number of objects in the pipeline exceeds the maximum allowed objects.</li>
19
- * <li>The pipeline is in a FINISHED state.</li>
20
- * </ol>
21
- * <p>
22
- * Pipeline object definitions are passed to the <code>PutPipelineDefinition</code> action and returned by the <a>GetPipelineDefinition</a> action.
23
- * </p>
24
- * <examples>
25
- * <example>
26
- * <name>Example 1</name>
27
- * <description>
28
- * This example sets an valid pipeline configuration and returns success.
29
- * </description>
30
- * <request>
31
- *
32
- * POST / HTTP/1.1
33
- * Content-Type: application/x-amz-json-1.1
34
- * X-Amz-Target: DataPipeline.PutPipelineDefinition
35
- * Content-Length: 914
36
- * Host: datapipeline.us-east-1.amazonaws.com
37
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
38
- * Authorization: AuthParams
39
- *
40
- * {"pipelineId": "df-0937003356ZJEXAMPLE",
41
- * "pipelineObjects":
42
- * [
43
- * {"id": "Default",
44
- * "name": "Default",
45
- * "fields":
46
- * [
47
- * {"key": "workerGroup",
48
- * "stringValue": "workerGroup"}
49
- * ]
50
- * },
51
- * {"id": "Schedule",
52
- * "name": "Schedule",
53
- * "fields":
54
- * [
55
- * {"key": "startDateTime",
56
- * "stringValue": "2012-12-12T00:00:00"},
57
- * {"key": "type",
58
- * "stringValue": "Schedule"},
59
- * {"key": "period",
60
- * "stringValue": "1 hour"},
61
- * {"key": "endDateTime",
62
- * "stringValue": "2012-12-21T18:00:00"}
63
- * ]
64
- * },
65
- * {"id": "SayHello",
66
- * "name": "SayHello",
67
- * "fields":
68
- * [
69
- * {"key": "type",
70
- * "stringValue": "ShellCommandActivity"},
71
- * {"key": "command",
72
- * "stringValue": "echo hello"},
73
- * {"key": "parent",
74
- * "refValue": "Default"},
75
- * {"key": "schedule",
76
- * "refValue": "Schedule"}
77
- * ]
78
- * }
79
- * ]
80
- * }
81
- *
82
- * </request>
83
- * <response>
84
- *
85
- * HTTP/1.1 200
86
- * x-amzn-RequestId: f74afc14-0754-11e2-af6f-6bc7a6be60d9
87
- * Content-Type: application/x-amz-json-1.1
88
- * Content-Length: 18
89
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
90
- *
91
- * {"errored": false}
92
- *
93
- *
94
- * </response>
95
- * </example>
96
- * <example>
97
- * <name>Example 2</name>
98
- * <description>
99
- * This example sets an invalid pipeline configuration (the value for <code>workerGroup</code> is an empty string) and returns an error message.
100
- * </description>
101
- * <request>
102
- *
103
- * POST / HTTP/1.1
104
- * Content-Type: application/x-amz-json-1.1
105
- * X-Amz-Target: DataPipeline.PutPipelineDefinition
106
- * Content-Length: 903
107
- * Host: datapipeline.us-east-1.amazonaws.com
108
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
109
- * Authorization: AuthParams
110
- *
111
- * {"pipelineId": "df-06372391ZG65EXAMPLE",
112
- * "pipelineObjects":
113
- * [
114
- * {"id": "Default",
115
- * "name": "Default",
116
- * "fields":
117
- * [
118
- * {"key": "workerGroup",
119
- * "stringValue": ""}
120
- * ]
121
- * },
122
- * {"id": "Schedule",
123
- * "name": "Schedule",
124
- * "fields":
125
- * [
126
- * {"key": "startDateTime",
127
- * "stringValue": "2012-09-25T17:00:00"},
128
- * {"key": "type",
129
- * "stringValue": "Schedule"},
130
- * {"key": "period",
131
- * "stringValue": "1 hour"},
132
- * {"key": "endDateTime",
133
- * "stringValue": "2012-09-25T18:00:00"}
134
- * ]
135
- * },
136
- * {"id": "SayHello",
137
- * "name": "SayHello",
138
- * "fields":
139
- * [
140
- * {"key": "type",
141
- * "stringValue": "ShellCommandActivity"},
142
- * {"key": "command",
143
- * "stringValue": "echo hello"},
144
- * {"key": "parent",
145
- * "refValue": "Default"},
146
- * {"key": "schedule",
147
- * "refValue": "Schedule"}
148
- *
149
- * ]
150
- * }
151
- * ]
152
- * }
153
- *
154
- * </request>
155
- * <response>
156
- *
157
- * HTTP/1.1 200
158
- * x-amzn-RequestId: f74afc14-0754-11e2-af6f-6bc7a6be60d9
159
- * Content-Type: application/x-amz-json-1.1
160
- * Content-Length: 18
161
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
162
- *
163
- * {"__type": "com.amazon.setl.webservice#InvalidRequestException",
164
- * "message": "Pipeline definition has errors: Could not save the pipeline definition due to FATAL errors: [com.amazon.setl.webservice.ValidationError@108d7ea9] Please call Validate to validate your pipeline"}
165
- *
166
- *
167
- * </response>
168
- * </example>
169
- * </examples>
170
- * @example
171
- * Use a bare-bones client and the command you need to make an API call.
172
- * ```javascript
173
- * import { DataPipelineClient, PutPipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
174
- * // const { DataPipelineClient, PutPipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
175
- * const client = new DataPipelineClient(config);
176
- * const command = new PutPipelineDefinitionCommand(input);
177
- * const response = await client.send(command);
178
- * ```
179
- *
180
- * @see {@link PutPipelineDefinitionCommandInput} for command's `input` shape.
181
- * @see {@link PutPipelineDefinitionCommandOutput} for command's `response` shape.
182
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
183
- *
184
- */
185
- export declare class PutPipelineDefinitionCommand extends $Command<PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
186
- readonly input: PutPipelineDefinitionCommandInput;
187
- constructor(input: PutPipelineDefinitionCommandInput);
188
- /**
189
- * @internal
190
- */
191
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput>;
192
- private serialize;
193
- private deserialize;
194
- }
@@ -1,73 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { QueryObjectsInput, QueryObjectsOutput } 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 QueryObjectsCommandInput extends QueryObjectsInput {
6
- }
7
- export interface QueryObjectsCommandOutput extends QueryObjectsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Queries the specified pipeline for the names of objects that match the specified set of conditions.</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.QueryObjects
18
- * Content-Length: 123
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
- * {"pipelineId": "df-06372391ZG65EXAMPLE",
24
- * "query":
25
- * {"selectors":
26
- * [
27
- * ]
28
- * },
29
- * "sphere": "INSTANCE",
30
- * "marker": "",
31
- * "limit": 10}
32
- *
33
- * </request>
34
- *
35
- *
36
- * <response>
37
- *
38
- * x-amzn-RequestId: 14d704c1-0775-11e2-af6f-6bc7a6be60d9
39
- * Content-Type: application/x-amz-json-1.1
40
- * Content-Length: 72
41
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
42
- *
43
- * {"hasMoreResults": false,
44
- * "ids":
45
- * ["@SayHello_1_2012-09-25T17:00:00"]
46
- * }
47
- * </response>
48
- * </examples>
49
- * @example
50
- * Use a bare-bones client and the command you need to make an API call.
51
- * ```javascript
52
- * import { DataPipelineClient, QueryObjectsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
53
- * // const { DataPipelineClient, QueryObjectsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
54
- * const client = new DataPipelineClient(config);
55
- * const command = new QueryObjectsCommand(input);
56
- * const response = await client.send(command);
57
- * ```
58
- *
59
- * @see {@link QueryObjectsCommandInput} for command's `input` shape.
60
- * @see {@link QueryObjectsCommandOutput} for command's `response` shape.
61
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
62
- *
63
- */
64
- export declare class QueryObjectsCommand extends $Command<QueryObjectsCommandInput, QueryObjectsCommandOutput, DataPipelineClientResolvedConfig> {
65
- readonly input: QueryObjectsCommandInput;
66
- constructor(input: QueryObjectsCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryObjectsCommandInput, QueryObjectsCommandOutput>;
71
- private serialize;
72
- private deserialize;
73
- }
@@ -1,35 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { RemoveTagsInput, RemoveTagsOutput } 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 RemoveTagsCommandInput extends RemoveTagsInput {
6
- }
7
- export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Removes existing tags from 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, RemoveTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
15
- * // const { DataPipelineClient, RemoveTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
16
- * const client = new DataPipelineClient(config);
17
- * const command = new RemoveTagsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link RemoveTagsCommandInput} for command's `input` shape.
22
- * @see {@link RemoveTagsCommandOutput} for command's `response` shape.
23
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, DataPipelineClientResolvedConfig> {
27
- readonly input: RemoveTagsCommandInput;
28
- constructor(input: RemoveTagsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,72 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { ReportTaskProgressInput, ReportTaskProgressOutput } 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 ReportTaskProgressCommandInput extends ReportTaskProgressInput {
6
- }
7
- export interface ReportTaskProgressCommandOutput extends ReportTaskProgressOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not
11
- * receive this acknowledgement within 2 minutes, it assigns the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement,
12
- * the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time
13
- * from 15 minutes by specifying a <code>reportProgressTimeout</code> field in your pipeline.</p>
14
- * <p>If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task
15
- * and reassigns the task in a subsequent response to <a>PollForTask</a>. Task runners should call <code>ReportTaskProgress</code> every 60 seconds.</p>
16
- * <examples>
17
- * <request>
18
- *
19
- * POST / HTTP/1.1
20
- * Content-Type: application/x-amz-json-1.1
21
- * X-Amz-Target: DataPipeline.ReportTaskProgress
22
- * Content-Length: 832
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
- * {"taskId": "aaGgHT4LuH0T0Y0oLrJRjas5qH0d8cDPADxqq3tn+zCWGELkCdV2JprLreXm1oxeP5EFZHFLJ69kjSsLYE0iYHYBYVGBrB+E/pYq7ANEEeGJFnSBMRiXZVA+8UJ3OzcInvXeinqBmBaKwii7hnnKb/AXjXiNTXyxgydX1KAyg1AxkwBYG4cfPYMZbuEbQJFJvv5C/2+GVXz1w94nKYTeUeepwUOFOuRLS6JVtZoYwpF56E+Yfk1IcGpFOvCZ01B4Bkuu7x3J+MD/j6kJgZLAgbCJQtI3eiW3kdGmX0p0I2BdY1ZsX6b4UiSvM3OMj6NEHJCJL4E0ZfitnhCoe24Kvjo6C2hFbZq+ei/HPgSXBQMSagkr4vS9c0ChzxH2+LNYvec6bY4kymkaZI1dvOzmpa0FcnGf5AjSK4GpsViZ/ujz6zxFv81qBXzjF0/4M1775rjV1VUdyKaixiA/sJiACNezqZqETidp8d24BDPRhGsj6pBCrnelqGFrk/gXEXUsJ+xwMifRC8UVwiKekpAvHUywVk7Ku4jH/n3i2VoLRP6FXwpUbelu34iiZ9czpXyLtyPKwxa87dlrnRVURwkcVjOt2Mcrcaqe+cbWHvNRhyrPkkdfSF3ac8/wfgVbXvLEB2k9mKc67aD9rvdc1PKX09Tk8BKklsMTpZ3TRCd4NzQlJKigMe8Jat9+1tKj4Ole5ZzW6uyTu2s2iFjEV8KXu4MaiRJyNKCdKeGhhZWY37Qk4NBK4Ppgu+C6Y41dpfOh288SLDEVx0/UySlqOEdhba7c6BiPp5r3hKj3mk9lFy5OYp1aoGLeeFmjXveTnPdf2gkWqXXg7AUbJ7jEs1F0lKZQg4szep2gcKyAJXgvXLfJJHcha8Lfb/Ee7wYmyOcAaRpDBoFNSbtoVXar46teIrpho+ZDvynUXvU0grHWGOk=:wn3SgymHZM99bEXAMPLE",
28
- * "fields":
29
- * [
30
- * {"key": "percentComplete",
31
- * "stringValue": "50"}
32
- * ]
33
- * }
34
- *
35
- * </request>
36
- *
37
- * <response>
38
- *
39
- * x-amzn-RequestId: 640bd023-0775-11e2-af6f-6bc7a6be60d9
40
- * Content-Type: application/x-amz-json-1.1
41
- * Content-Length: 18
42
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
43
- *
44
- * {"canceled": false}
45
- *
46
- * </response>
47
- * </examples>
48
- * @example
49
- * Use a bare-bones client and the command you need to make an API call.
50
- * ```javascript
51
- * import { DataPipelineClient, ReportTaskProgressCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
52
- * // const { DataPipelineClient, ReportTaskProgressCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
53
- * const client = new DataPipelineClient(config);
54
- * const command = new ReportTaskProgressCommand(input);
55
- * const response = await client.send(command);
56
- * ```
57
- *
58
- * @see {@link ReportTaskProgressCommandInput} for command's `input` shape.
59
- * @see {@link ReportTaskProgressCommandOutput} for command's `response` shape.
60
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
61
- *
62
- */
63
- export declare class ReportTaskProgressCommand extends $Command<ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput, DataPipelineClientResolvedConfig> {
64
- readonly input: ReportTaskProgressCommandInput;
65
- constructor(input: ReportTaskProgressCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput>;
70
- private serialize;
71
- private deserialize;
72
- }
@@ -1,67 +0,0 @@
1
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
2
- import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } 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 ReportTaskRunnerHeartbeatCommandInput extends ReportTaskRunnerHeartbeatInput {
6
- }
7
- export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunnerHeartbeatOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational.
11
- * If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use
12
- * this call to detect when the task runner application has failed and restart a new instance.</p>
13
- *
14
- * <examples>
15
- * <request>
16
- *
17
- * POST / HTTP/1.1
18
- * Content-Type: application/x-amz-json-1.1
19
- * X-Amz-Target: DataPipeline.ReportTaskRunnerHeartbeat
20
- * Content-Length: 84
21
- * Host: datapipeline.us-east-1.amazonaws.com
22
- * X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
23
- * Authorization: AuthParams
24
- *
25
- * {"taskrunnerId": "1234567890",
26
- * "workerGroup": "wg-12345",
27
- * "hostname": "example.com"}
28
- *
29
- * </request>
30
- *
31
- * <response>
32
- *
33
- * Status:
34
- * x-amzn-RequestId: b3104dc5-0734-11e2-af6f-6bc7a6be60d9
35
- * Content-Type: application/x-amz-json-1.1
36
- * Content-Length: 20
37
- * Date: Mon, 12 Nov 2012 17:50:53 GMT
38
- *
39
- * {"terminate": false}
40
- *
41
- * </response>
42
- * </examples>
43
- * @example
44
- * Use a bare-bones client and the command you need to make an API call.
45
- * ```javascript
46
- * import { DataPipelineClient, ReportTaskRunnerHeartbeatCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
47
- * // const { DataPipelineClient, ReportTaskRunnerHeartbeatCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
48
- * const client = new DataPipelineClient(config);
49
- * const command = new ReportTaskRunnerHeartbeatCommand(input);
50
- * const response = await client.send(command);
51
- * ```
52
- *
53
- * @see {@link ReportTaskRunnerHeartbeatCommandInput} for command's `input` shape.
54
- * @see {@link ReportTaskRunnerHeartbeatCommandOutput} for command's `response` shape.
55
- * @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
56
- *
57
- */
58
- export declare class ReportTaskRunnerHeartbeatCommand extends $Command<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig> {
59
- readonly input: ReportTaskRunnerHeartbeatCommandInput;
60
- constructor(input: ReportTaskRunnerHeartbeatCommandInput);
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput>;
65
- private serialize;
66
- private deserialize;
67
- }