@aws-sdk/client-data-pipeline 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -2
  3. package/{dist/cjs → dist-cjs}/DataPipelineClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/ActivatePipelineCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreatePipelineCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeletePipelineCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DescribeObjectsCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DescribePipelinesCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/EvaluateExpressionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetPipelineDefinitionCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/ListPipelinesCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/PollForTaskCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/PutPipelineDefinitionCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/QueryObjectsCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ReportTaskProgressCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/SetStatusCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/SetTaskStatusCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ValidatePipelineDefinitionCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  24. package/{dist/cjs → dist-cjs}/index.js +0 -1
  25. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  26. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -2
  28. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  29. package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -2
  30. package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -2
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  36. package/{dist/es → dist-es}/DataPipeline.js +2 -22
  37. package/dist-es/DataPipelineClient.js +37 -0
  38. package/dist-es/commands/ActivatePipelineCommand.js +39 -0
  39. package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -30
  40. package/dist-es/commands/CreatePipelineCommand.js +39 -0
  41. package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +4 -33
  42. package/dist-es/commands/DeletePipelineCommand.js +39 -0
  43. package/dist-es/commands/DescribeObjectsCommand.js +39 -0
  44. package/dist-es/commands/DescribePipelinesCommand.js +39 -0
  45. package/dist-es/commands/EvaluateExpressionCommand.js +39 -0
  46. package/dist-es/commands/GetPipelineDefinitionCommand.js +39 -0
  47. package/dist-es/commands/ListPipelinesCommand.js +39 -0
  48. package/dist-es/commands/PollForTaskCommand.js +39 -0
  49. package/dist-es/commands/PutPipelineDefinitionCommand.js +39 -0
  50. package/dist-es/commands/QueryObjectsCommand.js +39 -0
  51. package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +4 -30
  52. package/dist-es/commands/ReportTaskProgressCommand.js +39 -0
  53. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +39 -0
  54. package/dist-es/commands/SetStatusCommand.js +39 -0
  55. package/dist-es/commands/SetTaskStatusCommand.js +39 -0
  56. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +39 -0
  57. package/{dist/es → dist-es}/endpoints.js +1 -2
  58. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  59. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  60. package/{dist/es → dist-es}/models/models_0.js +0 -169
  61. package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +17 -30
  62. package/dist-es/pagination/Interfaces.js +1 -0
  63. package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +17 -30
  64. package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +17 -30
  65. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +424 -430
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  70. package/{dist/types → dist-types}/DataPipeline.d.ts +2 -2
  71. package/{dist/types → dist-types}/DataPipelineClient.d.ts +8 -8
  72. package/{dist/types → dist-types}/commands/ActivatePipelineCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DeactivatePipelineCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/DescribeObjectsCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/DescribePipelinesCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/EvaluateExpressionCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/GetPipelineDefinitionCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/PollForTaskCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/PutPipelineDefinitionCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/QueryObjectsCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/ReportTaskProgressCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/SetStatusCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/SetTaskStatusCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  92. package/{index.ts → dist-types/index.d.ts} +0 -0
  93. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  94. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  95. package/{dist/types → dist-types}/pagination/DescribeObjectsPaginator.d.ts +1 -1
  96. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  97. package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
  98. package/{dist/types → dist-types}/pagination/QueryObjectsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  100. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  101. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  102. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/DataPipeline.d.ts +2 -2
  105. package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +8 -8
  106. package/{dist/types → dist-types}/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/ts3.4/commands/CreatePipelineCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/ts3.4/commands/ListPipelinesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/ts3.4/commands/PollForTaskCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/ts3.4/commands/QueryObjectsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/ts3.4/commands/SetStatusCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  126. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  127. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  128. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  129. package/{dist/types → dist-types}/ts3.4/pagination/DescribeObjectsPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  131. package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/ts3.4/pagination/QueryObjectsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  135. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  136. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  138. package/package.json +52 -49
  139. package/DataPipeline.ts +0 -1578
  140. package/DataPipelineClient.ts +0 -320
  141. package/commands/ActivatePipelineCommand.ts +0 -124
  142. package/commands/AddTagsCommand.ts +0 -91
  143. package/commands/CreatePipelineCommand.ts +0 -124
  144. package/commands/DeactivatePipelineCommand.ts +0 -97
  145. package/commands/DeletePipelineCommand.ts +0 -125
  146. package/commands/DescribeObjectsCommand.ts +0 -152
  147. package/commands/DescribePipelinesCommand.ts +0 -155
  148. package/commands/EvaluateExpressionCommand.ts +0 -124
  149. package/commands/GetPipelineDefinitionCommand.ts +0 -158
  150. package/commands/ListPipelinesCommand.ts +0 -125
  151. package/commands/PollForTaskCommand.ts +0 -172
  152. package/commands/PutPipelineDefinitionCommand.ts +0 -253
  153. package/commands/QueryObjectsCommand.ts +0 -132
  154. package/commands/RemoveTagsCommand.ts +0 -94
  155. package/commands/ReportTaskProgressCommand.ts +0 -131
  156. package/commands/ReportTaskRunnerHeartbeatCommand.ts +0 -129
  157. package/commands/SetStatusCommand.ts +0 -123
  158. package/commands/SetTaskStatusCommand.ts +0 -124
  159. package/commands/ValidatePipelineDefinitionCommand.ts +0 -248
  160. package/dist/cjs/DataPipeline.js.map +0 -1
  161. package/dist/cjs/DataPipelineClient.js.map +0 -1
  162. package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
  163. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  164. package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
  165. package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
  166. package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
  169. package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
  170. package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
  172. package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
  173. package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
  174. package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
  175. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  176. package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
  177. package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  178. package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
  179. package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
  180. package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
  181. package/dist/cjs/endpoints.js.map +0 -1
  182. package/dist/cjs/index.js.map +0 -1
  183. package/dist/cjs/models/index.js.map +0 -1
  184. package/dist/cjs/models/models_0.js.map +0 -1
  185. package/dist/cjs/package.json +0 -91
  186. package/dist/cjs/pagination/DescribeObjectsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  188. package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
  189. package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
  190. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  194. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  195. package/dist/es/DataPipeline.js.map +0 -1
  196. package/dist/es/DataPipelineClient.js +0 -62
  197. package/dist/es/DataPipelineClient.js.map +0 -1
  198. package/dist/es/commands/ActivatePipelineCommand.js +0 -95
  199. package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
  200. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  201. package/dist/es/commands/CreatePipelineCommand.js +0 -95
  202. package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
  203. package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
  204. package/dist/es/commands/DeletePipelineCommand.js +0 -96
  205. package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
  206. package/dist/es/commands/DescribeObjectsCommand.js +0 -123
  207. package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
  208. package/dist/es/commands/DescribePipelinesCommand.js +0 -126
  209. package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
  210. package/dist/es/commands/EvaluateExpressionCommand.js +0 -95
  211. package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
  212. package/dist/es/commands/GetPipelineDefinitionCommand.js +0 -129
  213. package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
  214. package/dist/es/commands/ListPipelinesCommand.js +0 -96
  215. package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
  216. package/dist/es/commands/PollForTaskCommand.js +0 -143
  217. package/dist/es/commands/PollForTaskCommand.js.map +0 -1
  218. package/dist/es/commands/PutPipelineDefinitionCommand.js +0 -224
  219. package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
  220. package/dist/es/commands/QueryObjectsCommand.js +0 -103
  221. package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
  222. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  223. package/dist/es/commands/ReportTaskProgressCommand.js +0 -102
  224. package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
  225. package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js +0 -97
  226. package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
  227. package/dist/es/commands/SetStatusCommand.js +0 -97
  228. package/dist/es/commands/SetStatusCommand.js.map +0 -1
  229. package/dist/es/commands/SetTaskStatusCommand.js +0 -95
  230. package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
  231. package/dist/es/commands/ValidatePipelineDefinitionCommand.js +0 -216
  232. package/dist/es/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
  233. package/dist/es/endpoints.js.map +0 -1
  234. package/dist/es/index.js +0 -27
  235. package/dist/es/index.js.map +0 -1
  236. package/dist/es/models/index.js +0 -2
  237. package/dist/es/models/index.js.map +0 -1
  238. package/dist/es/models/models_0.js.map +0 -1
  239. package/dist/es/package.json +0 -91
  240. package/dist/es/pagination/DescribeObjectsPaginator.js.map +0 -1
  241. package/dist/es/pagination/Interfaces.js +0 -2
  242. package/dist/es/pagination/Interfaces.js.map +0 -1
  243. package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
  244. package/dist/es/pagination/QueryObjectsPaginator.js.map +0 -1
  245. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  246. package/dist/es/runtimeConfig.browser.js.map +0 -1
  247. package/dist/es/runtimeConfig.js.map +0 -1
  248. package/dist/es/runtimeConfig.native.js.map +0 -1
  249. package/dist/es/runtimeConfig.shared.js.map +0 -1
  250. package/endpoints.ts +0 -57
  251. package/jest.config.js +0 -4
  252. package/models/models_0.ts +0 -1480
  253. package/pagination/DescribeObjectsPaginator.ts +0 -57
  254. package/pagination/Interfaces.ts +0 -7
  255. package/pagination/ListPipelinesPaginator.ts +0 -57
  256. package/pagination/QueryObjectsPaginator.ts +0 -58
  257. package/protocols/Aws_json1_1.ts +0 -2766
  258. package/runtimeConfig.browser.ts +0 -40
  259. package/runtimeConfig.native.ts +0 -16
  260. package/runtimeConfig.shared.ts +0 -16
  261. package/runtimeConfig.ts +0 -45
  262. package/tsconfig.es.json +0 -12
  263. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
25
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
26
+
27
+
28
+
29
+
30
+
31
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
43
+
44
+ **Note:** Version bump only for package @aws-sdk/client-data-pipeline
45
+
46
+
47
+
48
+
49
+
6
50
  # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
51
 
8
52
  **Note:** Version bump only for package @aws-sdk/client-data-pipeline
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DataPipeline = void 0;
4
- const DataPipelineClient_1 = require("./DataPipelineClient");
5
4
  const ActivatePipelineCommand_1 = require("./commands/ActivatePipelineCommand");
6
5
  const AddTagsCommand_1 = require("./commands/AddTagsCommand");
7
6
  const CreatePipelineCommand_1 = require("./commands/CreatePipelineCommand");
@@ -21,6 +20,7 @@ const ReportTaskRunnerHeartbeatCommand_1 = require("./commands/ReportTaskRunnerH
21
20
  const SetStatusCommand_1 = require("./commands/SetStatusCommand");
22
21
  const SetTaskStatusCommand_1 = require("./commands/SetTaskStatusCommand");
23
22
  const ValidatePipelineDefinitionCommand_1 = require("./commands/ValidatePipelineDefinitionCommand");
23
+ const DataPipelineClient_1 = require("./DataPipelineClient");
24
24
  /**
25
25
  * <p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline
26
26
  * handles the details of scheduling and ensuring that data dependencies are met so that your application
@@ -309,4 +309,3 @@ class DataPipeline extends DataPipelineClient_1.DataPipelineClient {
309
309
  }
310
310
  }
311
311
  exports.DataPipeline = DataPipeline;
312
- //# sourceMappingURL=DataPipeline.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DataPipelineClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
13
  /**
14
14
  * <p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline
15
15
  * handles the details of scheduling and ensuring that data dependencies are met so that your application
@@ -31,13 +31,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
31
31
  */
32
32
  class DataPipelineClient extends smithy_client_1.Client {
33
33
  constructor(configuration) {
34
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
35
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
36
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
37
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
38
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
39
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
40
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
34
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
35
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
36
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
37
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
38
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
39
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
40
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
41
41
  super(_config_6);
42
42
  this.config = _config_6;
43
43
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -57,4 +57,3 @@ class DataPipelineClient extends smithy_client_1.Client {
57
57
  }
58
58
  }
59
59
  exports.DataPipelineClient = DataPipelineClient;
60
- //# sourceMappingURL=DataPipelineClient.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ActivatePipelineCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation,
10
10
  * activation fails.</p>
@@ -88,4 +88,3 @@ class ActivatePipelineCommand extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.ActivatePipelineCommand = ActivatePipelineCommand;
91
- //# sourceMappingURL=ActivatePipelineCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AddTagsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Adds or modifies tags for the specified pipeline.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class AddTagsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.AddTagsCommand = AddTagsCommand;
61
- //# sourceMappingURL=AddTagsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreatePipelineCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline.</p>
10
10
  *
@@ -88,4 +88,3 @@ class CreatePipelineCommand extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.CreatePipelineCommand = CreatePipelineCommand;
91
- //# sourceMappingURL=CreatePipelineCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeactivatePipelineCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code>
10
10
  * state until the deactivation process completes.</p>
@@ -61,4 +61,3 @@ class DeactivatePipelineCommand extends smithy_client_1.Command {
61
61
  }
62
62
  }
63
63
  exports.DeactivatePipelineCommand = DeactivatePipelineCommand;
64
- //# sourceMappingURL=DeactivatePipelineCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeletePipelineCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deletes a pipeline, its pipeline definition, and its run history.
10
10
  * AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.</p>
@@ -89,4 +89,3 @@ class DeletePipelineCommand extends smithy_client_1.Command {
89
89
  }
90
90
  }
91
91
  exports.DeletePipelineCommand = DeletePipelineCommand;
92
- //# sourceMappingURL=DeletePipelineCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeObjectsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of
10
10
  * a set of fields that define the properties of the object.</p>
@@ -116,4 +116,3 @@ class DescribeObjectsCommand extends smithy_client_1.Command {
116
116
  }
117
117
  }
118
118
  exports.DescribeObjectsCommand = DescribeObjectsCommand;
119
- //# sourceMappingURL=DescribeObjectsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribePipelinesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier,
10
10
  * its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines
@@ -119,4 +119,3 @@ class DescribePipelinesCommand extends smithy_client_1.Command {
119
119
  }
120
120
  }
121
121
  exports.DescribePipelinesCommand = DescribePipelinesCommand;
122
- //# sourceMappingURL=DescribePipelinesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EvaluateExpressionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object.
10
10
  * For example, a task runner can evaluate SQL queries stored in Amazon S3.</p>
@@ -88,4 +88,3 @@ class EvaluateExpressionCommand extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.EvaluateExpressionCommand = EvaluateExpressionCommand;
91
- //# sourceMappingURL=EvaluateExpressionCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetPipelineDefinitionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve
10
10
  * the pipeline definition that you provided using <a>PutPipelineDefinition</a>.</p>
@@ -122,4 +122,3 @@ class GetPipelineDefinitionCommand extends smithy_client_1.Command {
122
122
  }
123
123
  }
124
124
  exports.GetPipelineDefinitionCommand = GetPipelineDefinitionCommand;
125
- //# sourceMappingURL=GetPipelineDefinitionCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPipelinesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</p>
10
10
  *
@@ -89,4 +89,3 @@ class ListPipelinesCommand extends smithy_client_1.Command {
89
89
  }
90
90
  }
91
91
  exports.ListPipelinesCommand = ListPipelinesCommand;
92
- //# sourceMappingURL=ListPipelinesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PollForTaskCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <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
10
10
  * by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that
@@ -136,4 +136,3 @@ class PollForTaskCommand extends smithy_client_1.Command {
136
136
  }
137
137
  }
138
138
  exports.PollForTaskCommand = PollForTaskCommand;
139
- //# sourceMappingURL=PollForTaskCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutPipelineDefinitionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline.</p>
10
10
  * <p>
@@ -217,4 +217,3 @@ class PutPipelineDefinitionCommand extends smithy_client_1.Command {
217
217
  }
218
218
  }
219
219
  exports.PutPipelineDefinitionCommand = PutPipelineDefinitionCommand;
220
- //# sourceMappingURL=PutPipelineDefinitionCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.QueryObjectsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Queries the specified pipeline for the names of objects that match the specified set of conditions.</p>
10
10
  *
@@ -96,4 +96,3 @@ class QueryObjectsCommand extends smithy_client_1.Command {
96
96
  }
97
97
  }
98
98
  exports.QueryObjectsCommand = QueryObjectsCommand;
99
- //# sourceMappingURL=QueryObjectsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoveTagsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Removes existing tags from the specified pipeline.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class RemoveTagsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.RemoveTagsCommand = RemoveTagsCommand;
61
- //# sourceMappingURL=RemoveTagsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ReportTaskProgressCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not
10
10
  * receive this acknowledgement within 2 minutes, it assigns the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement,
@@ -95,4 +95,3 @@ class ReportTaskProgressCommand extends smithy_client_1.Command {
95
95
  }
96
96
  }
97
97
  exports.ReportTaskProgressCommand = ReportTaskProgressCommand;
98
- //# sourceMappingURL=ReportTaskProgressCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ReportTaskRunnerHeartbeatCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational.
10
10
  * If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use
@@ -90,4 +90,3 @@ class ReportTaskRunnerHeartbeatCommand extends smithy_client_1.Command {
90
90
  }
91
91
  }
92
92
  exports.ReportTaskRunnerHeartbeatCommand = ReportTaskRunnerHeartbeatCommand;
93
- //# sourceMappingURL=ReportTaskRunnerHeartbeatCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SetStatusCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.
10
10
  * This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity).
@@ -90,4 +90,3 @@ class SetStatusCommand extends smithy_client_1.Command {
90
90
  }
91
91
  }
92
92
  exports.SetStatusCommand = SetStatusCommand;
93
- //# sourceMappingURL=SetStatusCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SetTaskStatusCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status.
10
10
  * A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call <code>SetTaskStatus</code> for
@@ -88,4 +88,3 @@ class SetTaskStatusCommand extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.SetTaskStatusCommand = SetTaskStatusCommand;
91
- //# sourceMappingURL=SetTaskStatusCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ValidatePipelineDefinitionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>
10
10
  *
@@ -209,4 +209,3 @@ class ValidatePipelineDefinitionCommand extends smithy_client_1.Command {
209
209
  }
210
210
  }
211
211
  exports.ValidatePipelineDefinitionCommand = ValidatePipelineDefinitionCommand;
212
- //# sourceMappingURL=ValidatePipelineDefinitionCommand.js.map
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
@@ -27,4 +27,3 @@ tslib_1.__exportStar(require("./commands/SetTaskStatusCommand"), exports);
27
27
  tslib_1.__exportStar(require("./commands/ValidatePipelineDefinitionCommand"), exports);
28
28
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
29
29
  tslib_1.__exportStar(require("./models/index"), exports);
30
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -520,4 +520,3 @@ var ValidatePipelineDefinitionOutput;
520
520
  ...obj,
521
521
  });
522
522
  })(ValidatePipelineDefinitionOutput = exports.ValidatePipelineDefinitionOutput || (exports.ValidatePipelineDefinitionOutput = {}));
523
- //# sourceMappingURL=models_0.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateDescribeObjects = void 0;
4
+ const DescribeObjectsCommand_1 = require("../commands/DescribeObjectsCommand");
4
5
  const DataPipeline_1 = require("../DataPipeline");
5
6
  const DataPipelineClient_1 = require("../DataPipelineClient");
6
- const DescribeObjectsCommand_1 = require("../commands/DescribeObjectsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -42,4 +42,3 @@ async function* paginateDescribeObjects(config, input, ...additionalArguments) {
42
42
  return undefined;
43
43
  }
44
44
  exports.paginateDescribeObjects = paginateDescribeObjects;
45
- //# sourceMappingURL=DescribeObjectsPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListPipelines = void 0;
4
+ const ListPipelinesCommand_1 = require("../commands/ListPipelinesCommand");
4
5
  const DataPipeline_1 = require("../DataPipeline");
5
6
  const DataPipelineClient_1 = require("../DataPipelineClient");
6
- const ListPipelinesCommand_1 = require("../commands/ListPipelinesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -42,4 +42,3 @@ async function* paginateListPipelines(config, input, ...additionalArguments) {
42
42
  return undefined;
43
43
  }
44
44
  exports.paginateListPipelines = paginateListPipelines;
45
- //# sourceMappingURL=ListPipelinesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateQueryObjects = void 0;
4
+ const QueryObjectsCommand_1 = require("../commands/QueryObjectsCommand");
4
5
  const DataPipeline_1 = require("../DataPipeline");
5
6
  const DataPipelineClient_1 = require("../DataPipelineClient");
6
- const QueryObjectsCommand_1 = require("../commands/QueryObjectsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateQueryObjects(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateQueryObjects = paginateQueryObjects;
46
- //# sourceMappingURL=QueryObjectsPaginator.js.map
@@ -2293,4 +2293,3 @@ const loadRestJsonErrorCode = (output, data) => {
2293
2293
  }
2294
2294
  return "";
2295
2295
  };
2296
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
38
39
  };
39
40
  };
40
41
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const client_sts_1 = require("@aws-sdk/client-sts");
7
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
43
44
  };
44
45
  };
45
46
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
+ const endpoints_1 = require("./endpoints");
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map