@aws-sdk/client-databrew 3.31.0 → 3.35.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 (528) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/DataBrew.js +2 -2
  3. package/dist-cjs/DataBrew.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/DataBrewClient.js +14 -14
  5. package/dist-cjs/DataBrewClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/BatchDeleteRecipeVersionCommand.js +5 -5
  7. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateDatasetCommand.js +5 -5
  9. package/dist-cjs/commands/CreateDatasetCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateProfileJobCommand.js +5 -5
  11. package/dist-cjs/commands/CreateProfileJobCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateProjectCommand.js +5 -5
  13. package/dist-cjs/commands/CreateProjectCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateRecipeCommand.js +5 -5
  15. package/dist-cjs/commands/CreateRecipeCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/CreateRecipeJobCommand.js +5 -5
  17. package/dist-cjs/commands/CreateRecipeJobCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/CreateScheduleCommand.js +5 -5
  19. package/dist-cjs/commands/CreateScheduleCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DeleteDatasetCommand.js +5 -5
  21. package/dist-cjs/commands/DeleteDatasetCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DeleteJobCommand.js +5 -5
  23. package/dist-cjs/commands/DeleteJobCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/DeleteProjectCommand.js +5 -5
  25. package/dist-cjs/commands/DeleteProjectCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/DeleteRecipeVersionCommand.js +5 -5
  27. package/dist-cjs/commands/DeleteRecipeVersionCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/DeleteScheduleCommand.js +5 -5
  29. package/dist-cjs/commands/DeleteScheduleCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/DescribeDatasetCommand.js +5 -5
  31. package/dist-cjs/commands/DescribeDatasetCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/DescribeJobCommand.js +5 -5
  33. package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +5 -5
  35. package/dist-cjs/commands/DescribeJobRunCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/DescribeProjectCommand.js +5 -5
  37. package/dist-cjs/commands/DescribeProjectCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/DescribeRecipeCommand.js +5 -5
  39. package/dist-cjs/commands/DescribeRecipeCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/DescribeScheduleCommand.js +5 -5
  41. package/dist-cjs/commands/DescribeScheduleCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/ListDatasetsCommand.js +5 -5
  43. package/dist-cjs/commands/ListDatasetsCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +5 -5
  45. package/dist-cjs/commands/ListJobRunsCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +5 -5
  47. package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/ListProjectsCommand.js +5 -5
  49. package/dist-cjs/commands/ListProjectsCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/ListRecipeVersionsCommand.js +5 -5
  51. package/dist-cjs/commands/ListRecipeVersionsCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/ListRecipesCommand.js +5 -5
  53. package/dist-cjs/commands/ListRecipesCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/ListSchedulesCommand.js +5 -5
  55. package/dist-cjs/commands/ListSchedulesCommand.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  57. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/PublishRecipeCommand.js +5 -5
  59. package/dist-cjs/commands/PublishRecipeCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/commands/SendProjectSessionActionCommand.js +5 -5
  61. package/dist-cjs/commands/SendProjectSessionActionCommand.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +5 -5
  63. package/dist-cjs/commands/StartJobRunCommand.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/commands/StartProjectSessionCommand.js +5 -5
  65. package/dist-cjs/commands/StartProjectSessionCommand.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/commands/StopJobRunCommand.js +5 -5
  67. package/dist-cjs/commands/StopJobRunCommand.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  69. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  71. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/commands/UpdateDatasetCommand.js +5 -5
  73. package/dist-cjs/commands/UpdateDatasetCommand.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/commands/UpdateProfileJobCommand.js +5 -5
  75. package/dist-cjs/commands/UpdateProfileJobCommand.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/commands/UpdateProjectCommand.js +5 -5
  77. package/dist-cjs/commands/UpdateProjectCommand.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/commands/UpdateRecipeCommand.js +5 -5
  79. package/dist-cjs/commands/UpdateRecipeCommand.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/commands/UpdateRecipeJobCommand.js +5 -5
  81. package/dist-cjs/commands/UpdateRecipeJobCommand.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/commands/UpdateScheduleCommand.js +5 -5
  83. package/dist-cjs/commands/UpdateScheduleCommand.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  85. package/dist-cjs/endpoints.js.map +1 -0
  86. package/dist-cjs/index.js +54 -0
  87. package/dist-cjs/index.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  89. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  90. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  91. package/dist-cjs/models/models_0.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  93. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  94. package/{dist/cjs → dist-cjs}/pagination/ListDatasetsPaginator.js +1 -1
  95. package/dist-cjs/pagination/ListDatasetsPaginator.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -1
  97. package/dist-cjs/pagination/ListJobRunsPaginator.js.map +1 -0
  98. package/{dist/cjs → dist-cjs}/pagination/ListJobsPaginator.js +1 -1
  99. package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
  100. package/{dist/cjs → dist-cjs}/pagination/ListProjectsPaginator.js +1 -1
  101. package/dist-cjs/pagination/ListProjectsPaginator.js.map +1 -0
  102. package/{dist/cjs → dist-cjs}/pagination/ListRecipeVersionsPaginator.js +1 -1
  103. package/dist-cjs/pagination/ListRecipeVersionsPaginator.js.map +1 -0
  104. package/{dist/cjs → dist-cjs}/pagination/ListRecipesPaginator.js +1 -1
  105. package/dist-cjs/pagination/ListRecipesPaginator.js.map +1 -0
  106. package/{dist/cjs → dist-cjs}/pagination/ListSchedulesPaginator.js +1 -1
  107. package/dist-cjs/pagination/ListSchedulesPaginator.js.map +1 -0
  108. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +311 -311
  109. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  110. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  111. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  112. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  113. package/dist-cjs/runtimeConfig.js.map +1 -0
  114. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  115. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  116. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  117. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  118. package/{dist/es → dist-es}/DataBrew.js +3 -9
  119. package/dist-es/DataBrew.js.map +1 -0
  120. package/{dist/es → dist-es}/DataBrewClient.js +2 -13
  121. package/dist-es/DataBrewClient.js.map +1 -0
  122. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +40 -0
  123. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/CreateDatasetCommand.js +4 -29
  125. package/dist-es/commands/CreateDatasetCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/CreateProfileJobCommand.js +4 -29
  127. package/dist-es/commands/CreateProfileJobCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/CreateProjectCommand.js +4 -29
  129. package/dist-es/commands/CreateProjectCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/CreateRecipeCommand.js +4 -29
  131. package/dist-es/commands/CreateRecipeCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/CreateRecipeJobCommand.js +4 -29
  133. package/dist-es/commands/CreateRecipeJobCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/CreateScheduleCommand.js +4 -30
  135. package/dist-es/commands/CreateScheduleCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/DeleteDatasetCommand.js +4 -29
  137. package/dist-es/commands/DeleteDatasetCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/DeleteJobCommand.js +4 -29
  139. package/dist-es/commands/DeleteJobCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/DeleteProjectCommand.js +4 -29
  141. package/dist-es/commands/DeleteProjectCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/DeleteRecipeVersionCommand.js +4 -29
  143. package/dist-es/commands/DeleteRecipeVersionCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/DeleteScheduleCommand.js +4 -29
  145. package/dist-es/commands/DeleteScheduleCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/DescribeDatasetCommand.js +4 -29
  147. package/dist-es/commands/DescribeDatasetCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/commands/DescribeJobCommand.js +4 -29
  149. package/dist-es/commands/DescribeJobCommand.js.map +1 -0
  150. package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +4 -29
  151. package/dist-es/commands/DescribeJobRunCommand.js.map +1 -0
  152. package/{dist/es → dist-es}/commands/DescribeProjectCommand.js +4 -29
  153. package/dist-es/commands/DescribeProjectCommand.js.map +1 -0
  154. package/{dist/es → dist-es}/commands/DescribeRecipeCommand.js +4 -30
  155. package/dist-es/commands/DescribeRecipeCommand.js.map +1 -0
  156. package/{dist/es → dist-es}/commands/DescribeScheduleCommand.js +4 -29
  157. package/dist-es/commands/DescribeScheduleCommand.js.map +1 -0
  158. package/{dist/es → dist-es}/commands/ListDatasetsCommand.js +4 -29
  159. package/dist-es/commands/ListDatasetsCommand.js.map +1 -0
  160. package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +4 -29
  161. package/dist-es/commands/ListJobRunsCommand.js.map +1 -0
  162. package/{dist/es → dist-es}/commands/ListJobsCommand.js +4 -29
  163. package/dist-es/commands/ListJobsCommand.js.map +1 -0
  164. package/{dist/es → dist-es}/commands/ListProjectsCommand.js +4 -29
  165. package/dist-es/commands/ListProjectsCommand.js.map +1 -0
  166. package/{dist/es → dist-es}/commands/ListRecipeVersionsCommand.js +4 -30
  167. package/dist-es/commands/ListRecipeVersionsCommand.js.map +1 -0
  168. package/{dist/es → dist-es}/commands/ListRecipesCommand.js +4 -29
  169. package/dist-es/commands/ListRecipesCommand.js.map +1 -0
  170. package/{dist/es → dist-es}/commands/ListSchedulesCommand.js +4 -29
  171. package/dist-es/commands/ListSchedulesCommand.js.map +1 -0
  172. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  173. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  174. package/{dist/es → dist-es}/commands/PublishRecipeCommand.js +4 -29
  175. package/dist-es/commands/PublishRecipeCommand.js.map +1 -0
  176. package/{dist/es → dist-es}/commands/SendProjectSessionActionCommand.js +4 -30
  177. package/dist-es/commands/SendProjectSessionActionCommand.js.map +1 -0
  178. package/{dist/es → dist-es}/commands/StartJobRunCommand.js +4 -29
  179. package/dist-es/commands/StartJobRunCommand.js.map +1 -0
  180. package/{dist/es → dist-es}/commands/StartProjectSessionCommand.js +4 -30
  181. package/dist-es/commands/StartProjectSessionCommand.js.map +1 -0
  182. package/{dist/es → dist-es}/commands/StopJobRunCommand.js +4 -29
  183. package/dist-es/commands/StopJobRunCommand.js.map +1 -0
  184. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  185. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  186. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  187. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  188. package/{dist/es → dist-es}/commands/UpdateDatasetCommand.js +4 -29
  189. package/dist-es/commands/UpdateDatasetCommand.js.map +1 -0
  190. package/{dist/es → dist-es}/commands/UpdateProfileJobCommand.js +4 -29
  191. package/dist-es/commands/UpdateProfileJobCommand.js.map +1 -0
  192. package/{dist/es → dist-es}/commands/UpdateProjectCommand.js +4 -29
  193. package/dist-es/commands/UpdateProjectCommand.js.map +1 -0
  194. package/{dist/es → dist-es}/commands/UpdateRecipeCommand.js +4 -30
  195. package/dist-es/commands/UpdateRecipeCommand.js.map +1 -0
  196. package/{dist/es → dist-es}/commands/UpdateRecipeJobCommand.js +4 -29
  197. package/dist-es/commands/UpdateRecipeJobCommand.js.map +1 -0
  198. package/{dist/es → dist-es}/commands/UpdateScheduleCommand.js +4 -29
  199. package/dist-es/commands/UpdateScheduleCommand.js.map +1 -0
  200. package/{dist/es → dist-es}/endpoints.js +1 -1
  201. package/dist-es/endpoints.js.map +1 -0
  202. package/{dist/es → dist-es}/index.js +0 -0
  203. package/dist-es/index.js.map +1 -0
  204. package/{dist/es → dist-es}/models/index.js +0 -0
  205. package/dist-es/models/index.js.map +1 -0
  206. package/{dist/es → dist-es}/models/models_0.js +0 -369
  207. package/dist-es/models/models_0.js.map +1 -0
  208. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  209. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  210. package/{dist/es → dist-es}/pagination/ListDatasetsPaginator.js +17 -29
  211. package/dist-es/pagination/ListDatasetsPaginator.js.map +1 -0
  212. package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +17 -29
  213. package/dist-es/pagination/ListJobRunsPaginator.js.map +1 -0
  214. package/{dist/es → dist-es}/pagination/ListJobsPaginator.js +17 -29
  215. package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
  216. package/{dist/es → dist-es}/pagination/ListProjectsPaginator.js +17 -29
  217. package/dist-es/pagination/ListProjectsPaginator.js.map +1 -0
  218. package/{dist/es → dist-es}/pagination/ListRecipeVersionsPaginator.js +17 -29
  219. package/dist-es/pagination/ListRecipeVersionsPaginator.js.map +1 -0
  220. package/{dist/es → dist-es}/pagination/ListRecipesPaginator.js +17 -29
  221. package/dist-es/pagination/ListRecipesPaginator.js.map +1 -0
  222. package/{dist/es → dist-es}/pagination/ListSchedulesPaginator.js +17 -29
  223. package/dist-es/pagination/ListSchedulesPaginator.js.map +1 -0
  224. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +748 -753
  225. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  226. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  227. package/dist-es/runtimeConfig.browser.js.map +1 -0
  228. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  229. package/dist-es/runtimeConfig.js.map +1 -0
  230. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  231. package/dist-es/runtimeConfig.native.js.map +1 -0
  232. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  233. package/dist-es/runtimeConfig.shared.js.map +1 -0
  234. package/{dist/types → dist-types}/DataBrew.d.ts +3 -3
  235. package/{dist/types → dist-types}/DataBrewClient.d.ts +9 -9
  236. package/{dist/types → dist-types}/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/commands/CreateDatasetCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/commands/CreateProfileJobCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/commands/CreateProjectCommand.d.ts +2 -2
  240. package/{dist/types → dist-types}/commands/CreateRecipeCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/commands/CreateRecipeJobCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/commands/CreateScheduleCommand.d.ts +2 -2
  243. package/{dist/types → dist-types}/commands/DeleteDatasetCommand.d.ts +2 -2
  244. package/{dist/types → dist-types}/commands/DeleteJobCommand.d.ts +2 -2
  245. package/{dist/types → dist-types}/commands/DeleteProjectCommand.d.ts +2 -2
  246. package/{dist/types → dist-types}/commands/DeleteRecipeVersionCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/commands/DeleteScheduleCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/commands/DescribeDatasetCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/commands/DescribeJobCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/commands/DescribeJobRunCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/commands/DescribeProjectCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/commands/DescribeRecipeCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/commands/DescribeScheduleCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/commands/ListDatasetsCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/commands/ListJobRunsCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/commands/ListProjectsCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/commands/ListRecipeVersionsCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/commands/ListRecipesCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/commands/ListSchedulesCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/commands/PublishRecipeCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/commands/SendProjectSessionActionCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/commands/StartJobRunCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/commands/StartProjectSessionCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/commands/StopJobRunCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/commands/UpdateDatasetCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/commands/UpdateProfileJobCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/commands/UpdateProjectCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/commands/UpdateRecipeCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/commands/UpdateRecipeJobCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/commands/UpdateScheduleCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  276. package/{dist/types → dist-types}/index.d.ts +0 -0
  277. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  278. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  279. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  280. package/{dist/types → dist-types}/pagination/ListDatasetsPaginator.d.ts +1 -1
  281. package/{dist/types → dist-types}/pagination/ListJobRunsPaginator.d.ts +1 -1
  282. package/{dist/types → dist-types}/pagination/ListJobsPaginator.d.ts +1 -1
  283. package/{dist/types → dist-types}/pagination/ListProjectsPaginator.d.ts +1 -1
  284. package/{dist/types → dist-types}/pagination/ListRecipeVersionsPaginator.d.ts +1 -1
  285. package/{dist/types → dist-types}/pagination/ListRecipesPaginator.d.ts +1 -1
  286. package/{dist/types → dist-types}/pagination/ListSchedulesPaginator.d.ts +1 -1
  287. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  288. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  289. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  290. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  291. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  292. package/{dist/types → dist-types}/ts3.4/DataBrew.d.ts +3 -3
  293. package/{dist/types → dist-types}/ts3.4/DataBrewClient.d.ts +9 -9
  294. package/{dist/types → dist-types}/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -2
  295. package/{dist/types → dist-types}/ts3.4/commands/CreateDatasetCommand.d.ts +2 -2
  296. package/{dist/types → dist-types}/ts3.4/commands/CreateProfileJobCommand.d.ts +2 -2
  297. package/{dist/types → dist-types}/ts3.4/commands/CreateProjectCommand.d.ts +2 -2
  298. package/{dist/types → dist-types}/ts3.4/commands/CreateRecipeCommand.d.ts +2 -2
  299. package/{dist/types → dist-types}/ts3.4/commands/CreateRecipeJobCommand.d.ts +2 -2
  300. package/{dist/types → dist-types}/ts3.4/commands/CreateScheduleCommand.d.ts +2 -2
  301. package/{dist/types → dist-types}/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
  302. package/{dist/types → dist-types}/ts3.4/commands/DeleteJobCommand.d.ts +2 -2
  303. package/{dist/types → dist-types}/ts3.4/commands/DeleteProjectCommand.d.ts +2 -2
  304. package/{dist/types → dist-types}/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +2 -2
  305. package/{dist/types → dist-types}/ts3.4/commands/DeleteScheduleCommand.d.ts +2 -2
  306. package/{dist/types → dist-types}/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -2
  307. package/{dist/types → dist-types}/ts3.4/commands/DescribeJobCommand.d.ts +2 -2
  308. package/{dist/types → dist-types}/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -2
  309. package/{dist/types → dist-types}/ts3.4/commands/DescribeProjectCommand.d.ts +2 -2
  310. package/{dist/types → dist-types}/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -2
  311. package/{dist/types → dist-types}/ts3.4/commands/DescribeScheduleCommand.d.ts +2 -2
  312. package/{dist/types → dist-types}/ts3.4/commands/ListDatasetsCommand.d.ts +2 -2
  313. package/{dist/types → dist-types}/ts3.4/commands/ListJobRunsCommand.d.ts +2 -2
  314. package/{dist/types → dist-types}/ts3.4/commands/ListJobsCommand.d.ts +2 -2
  315. package/{dist/types → dist-types}/ts3.4/commands/ListProjectsCommand.d.ts +2 -2
  316. package/{dist/types → dist-types}/ts3.4/commands/ListRecipeVersionsCommand.d.ts +2 -2
  317. package/{dist/types → dist-types}/ts3.4/commands/ListRecipesCommand.d.ts +2 -2
  318. package/{dist/types → dist-types}/ts3.4/commands/ListSchedulesCommand.d.ts +2 -2
  319. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  320. package/{dist/types → dist-types}/ts3.4/commands/PublishRecipeCommand.d.ts +2 -2
  321. package/{dist/types → dist-types}/ts3.4/commands/SendProjectSessionActionCommand.d.ts +2 -2
  322. package/{dist/types → dist-types}/ts3.4/commands/StartJobRunCommand.d.ts +2 -2
  323. package/{dist/types → dist-types}/ts3.4/commands/StartProjectSessionCommand.d.ts +2 -2
  324. package/{dist/types → dist-types}/ts3.4/commands/StopJobRunCommand.d.ts +2 -2
  325. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  326. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  327. package/{dist/types → dist-types}/ts3.4/commands/UpdateDatasetCommand.d.ts +2 -2
  328. package/{dist/types → dist-types}/ts3.4/commands/UpdateProfileJobCommand.d.ts +2 -2
  329. package/{dist/types → dist-types}/ts3.4/commands/UpdateProjectCommand.d.ts +2 -2
  330. package/{dist/types → dist-types}/ts3.4/commands/UpdateRecipeCommand.d.ts +2 -2
  331. package/{dist/types → dist-types}/ts3.4/commands/UpdateRecipeJobCommand.d.ts +2 -2
  332. package/{dist/types → dist-types}/ts3.4/commands/UpdateScheduleCommand.d.ts +2 -2
  333. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  334. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  335. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  336. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  337. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  338. package/{dist/types → dist-types}/ts3.4/pagination/ListDatasetsPaginator.d.ts +1 -1
  339. package/{dist/types → dist-types}/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -1
  340. package/{dist/types → dist-types}/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
  341. package/{dist/types → dist-types}/ts3.4/pagination/ListProjectsPaginator.d.ts +1 -1
  342. package/{dist/types → dist-types}/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +1 -1
  343. package/{dist/types → dist-types}/ts3.4/pagination/ListRecipesPaginator.d.ts +1 -1
  344. package/{dist/types → dist-types}/ts3.4/pagination/ListSchedulesPaginator.d.ts +1 -1
  345. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  346. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  347. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  348. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  349. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  350. package/package.json +50 -50
  351. package/{DataBrew.ts → src/DataBrew.ts} +4 -3
  352. package/{DataBrewClient.ts → src/DataBrewClient.ts} +59 -58
  353. package/{commands → src/commands}/BatchDeleteRecipeVersionCommand.ts +8 -7
  354. package/{commands → src/commands}/CreateDatasetCommand.ts +8 -7
  355. package/{commands → src/commands}/CreateProfileJobCommand.ts +8 -7
  356. package/{commands → src/commands}/CreateProjectCommand.ts +8 -7
  357. package/{commands → src/commands}/CreateRecipeCommand.ts +8 -7
  358. package/{commands → src/commands}/CreateRecipeJobCommand.ts +8 -7
  359. package/{commands → src/commands}/CreateScheduleCommand.ts +8 -7
  360. package/{commands → src/commands}/DeleteDatasetCommand.ts +8 -7
  361. package/{commands → src/commands}/DeleteJobCommand.ts +8 -7
  362. package/{commands → src/commands}/DeleteProjectCommand.ts +8 -7
  363. package/{commands → src/commands}/DeleteRecipeVersionCommand.ts +8 -7
  364. package/{commands → src/commands}/DeleteScheduleCommand.ts +8 -7
  365. package/{commands → src/commands}/DescribeDatasetCommand.ts +8 -7
  366. package/{commands → src/commands}/DescribeJobCommand.ts +8 -7
  367. package/{commands → src/commands}/DescribeJobRunCommand.ts +8 -7
  368. package/{commands → src/commands}/DescribeProjectCommand.ts +8 -7
  369. package/{commands → src/commands}/DescribeRecipeCommand.ts +8 -7
  370. package/{commands → src/commands}/DescribeScheduleCommand.ts +8 -7
  371. package/{commands → src/commands}/ListDatasetsCommand.ts +8 -7
  372. package/{commands → src/commands}/ListJobRunsCommand.ts +8 -7
  373. package/{commands → src/commands}/ListJobsCommand.ts +8 -7
  374. package/{commands → src/commands}/ListProjectsCommand.ts +8 -7
  375. package/{commands → src/commands}/ListRecipeVersionsCommand.ts +8 -7
  376. package/{commands → src/commands}/ListRecipesCommand.ts +8 -7
  377. package/{commands → src/commands}/ListSchedulesCommand.ts +8 -7
  378. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  379. package/{commands → src/commands}/PublishRecipeCommand.ts +8 -7
  380. package/{commands → src/commands}/SendProjectSessionActionCommand.ts +8 -7
  381. package/{commands → src/commands}/StartJobRunCommand.ts +8 -7
  382. package/{commands → src/commands}/StartProjectSessionCommand.ts +8 -7
  383. package/{commands → src/commands}/StopJobRunCommand.ts +8 -7
  384. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  385. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  386. package/{commands → src/commands}/UpdateDatasetCommand.ts +8 -7
  387. package/{commands → src/commands}/UpdateProfileJobCommand.ts +8 -7
  388. package/{commands → src/commands}/UpdateProjectCommand.ts +8 -7
  389. package/{commands → src/commands}/UpdateRecipeCommand.ts +8 -7
  390. package/{commands → src/commands}/UpdateRecipeJobCommand.ts +8 -7
  391. package/{commands → src/commands}/UpdateScheduleCommand.ts +8 -7
  392. package/{endpoints.ts → src/endpoints.ts} +1 -1
  393. package/{index.ts → src/index.ts} +0 -0
  394. package/{models → src/models}/index.ts +0 -0
  395. package/{models → src/models}/models_0.ts +0 -0
  396. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  397. package/{pagination → src/pagination}/ListDatasetsPaginator.ts +4 -3
  398. package/{pagination → src/pagination}/ListJobRunsPaginator.ts +3 -2
  399. package/{pagination → src/pagination}/ListJobsPaginator.ts +3 -2
  400. package/{pagination → src/pagination}/ListProjectsPaginator.ts +4 -3
  401. package/{pagination → src/pagination}/ListRecipeVersionsPaginator.ts +4 -3
  402. package/{pagination → src/pagination}/ListRecipesPaginator.ts +3 -2
  403. package/{pagination → src/pagination}/ListSchedulesPaginator.ts +4 -3
  404. package/{protocols → src/protocols}/Aws_restJson1.ts +74 -73
  405. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  406. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  407. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  408. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  409. package/tsconfig.es.json +1 -3
  410. package/tsconfig.json +7 -7
  411. package/tsconfig.types.json +9 -0
  412. package/dist/cjs/DataBrew.js.map +0 -1
  413. package/dist/cjs/DataBrewClient.js.map +0 -1
  414. package/dist/cjs/commands/BatchDeleteRecipeVersionCommand.js.map +0 -1
  415. package/dist/cjs/commands/CreateDatasetCommand.js.map +0 -1
  416. package/dist/cjs/commands/CreateProfileJobCommand.js.map +0 -1
  417. package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
  418. package/dist/cjs/commands/CreateRecipeCommand.js.map +0 -1
  419. package/dist/cjs/commands/CreateRecipeJobCommand.js.map +0 -1
  420. package/dist/cjs/commands/CreateScheduleCommand.js.map +0 -1
  421. package/dist/cjs/commands/DeleteDatasetCommand.js.map +0 -1
  422. package/dist/cjs/commands/DeleteJobCommand.js.map +0 -1
  423. package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
  424. package/dist/cjs/commands/DeleteRecipeVersionCommand.js.map +0 -1
  425. package/dist/cjs/commands/DeleteScheduleCommand.js.map +0 -1
  426. package/dist/cjs/commands/DescribeDatasetCommand.js.map +0 -1
  427. package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
  428. package/dist/cjs/commands/DescribeJobRunCommand.js.map +0 -1
  429. package/dist/cjs/commands/DescribeProjectCommand.js.map +0 -1
  430. package/dist/cjs/commands/DescribeRecipeCommand.js.map +0 -1
  431. package/dist/cjs/commands/DescribeScheduleCommand.js.map +0 -1
  432. package/dist/cjs/commands/ListDatasetsCommand.js.map +0 -1
  433. package/dist/cjs/commands/ListJobRunsCommand.js.map +0 -1
  434. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  435. package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
  436. package/dist/cjs/commands/ListRecipeVersionsCommand.js.map +0 -1
  437. package/dist/cjs/commands/ListRecipesCommand.js.map +0 -1
  438. package/dist/cjs/commands/ListSchedulesCommand.js.map +0 -1
  439. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  440. package/dist/cjs/commands/PublishRecipeCommand.js.map +0 -1
  441. package/dist/cjs/commands/SendProjectSessionActionCommand.js.map +0 -1
  442. package/dist/cjs/commands/StartJobRunCommand.js.map +0 -1
  443. package/dist/cjs/commands/StartProjectSessionCommand.js.map +0 -1
  444. package/dist/cjs/commands/StopJobRunCommand.js.map +0 -1
  445. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  446. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  447. package/dist/cjs/commands/UpdateDatasetCommand.js.map +0 -1
  448. package/dist/cjs/commands/UpdateProfileJobCommand.js.map +0 -1
  449. package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
  450. package/dist/cjs/commands/UpdateRecipeCommand.js.map +0 -1
  451. package/dist/cjs/commands/UpdateRecipeJobCommand.js.map +0 -1
  452. package/dist/cjs/commands/UpdateScheduleCommand.js.map +0 -1
  453. package/dist/cjs/endpoints.js.map +0 -1
  454. package/dist/cjs/index.js +0 -54
  455. package/dist/cjs/index.js.map +0 -1
  456. package/dist/cjs/models/models_0.js.map +0 -1
  457. package/dist/cjs/package.json +0 -91
  458. package/dist/cjs/pagination/ListDatasetsPaginator.js.map +0 -1
  459. package/dist/cjs/pagination/ListJobRunsPaginator.js.map +0 -1
  460. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  461. package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
  462. package/dist/cjs/pagination/ListRecipeVersionsPaginator.js.map +0 -1
  463. package/dist/cjs/pagination/ListRecipesPaginator.js.map +0 -1
  464. package/dist/cjs/pagination/ListSchedulesPaginator.js.map +0 -1
  465. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  466. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  467. package/dist/cjs/runtimeConfig.js.map +0 -1
  468. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  469. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  470. package/dist/es/DataBrew.js.map +0 -1
  471. package/dist/es/DataBrewClient.js.map +0 -1
  472. package/dist/es/commands/BatchDeleteRecipeVersionCommand.js +0 -105
  473. package/dist/es/commands/BatchDeleteRecipeVersionCommand.js.map +0 -1
  474. package/dist/es/commands/CreateDatasetCommand.js.map +0 -1
  475. package/dist/es/commands/CreateProfileJobCommand.js.map +0 -1
  476. package/dist/es/commands/CreateProjectCommand.js.map +0 -1
  477. package/dist/es/commands/CreateRecipeCommand.js.map +0 -1
  478. package/dist/es/commands/CreateRecipeJobCommand.js.map +0 -1
  479. package/dist/es/commands/CreateScheduleCommand.js.map +0 -1
  480. package/dist/es/commands/DeleteDatasetCommand.js.map +0 -1
  481. package/dist/es/commands/DeleteJobCommand.js.map +0 -1
  482. package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
  483. package/dist/es/commands/DeleteRecipeVersionCommand.js.map +0 -1
  484. package/dist/es/commands/DeleteScheduleCommand.js.map +0 -1
  485. package/dist/es/commands/DescribeDatasetCommand.js.map +0 -1
  486. package/dist/es/commands/DescribeJobCommand.js.map +0 -1
  487. package/dist/es/commands/DescribeJobRunCommand.js.map +0 -1
  488. package/dist/es/commands/DescribeProjectCommand.js.map +0 -1
  489. package/dist/es/commands/DescribeRecipeCommand.js.map +0 -1
  490. package/dist/es/commands/DescribeScheduleCommand.js.map +0 -1
  491. package/dist/es/commands/ListDatasetsCommand.js.map +0 -1
  492. package/dist/es/commands/ListJobRunsCommand.js.map +0 -1
  493. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  494. package/dist/es/commands/ListProjectsCommand.js.map +0 -1
  495. package/dist/es/commands/ListRecipeVersionsCommand.js.map +0 -1
  496. package/dist/es/commands/ListRecipesCommand.js.map +0 -1
  497. package/dist/es/commands/ListSchedulesCommand.js.map +0 -1
  498. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  499. package/dist/es/commands/PublishRecipeCommand.js.map +0 -1
  500. package/dist/es/commands/SendProjectSessionActionCommand.js.map +0 -1
  501. package/dist/es/commands/StartJobRunCommand.js.map +0 -1
  502. package/dist/es/commands/StartProjectSessionCommand.js.map +0 -1
  503. package/dist/es/commands/StopJobRunCommand.js.map +0 -1
  504. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  505. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  506. package/dist/es/commands/UpdateDatasetCommand.js.map +0 -1
  507. package/dist/es/commands/UpdateProfileJobCommand.js.map +0 -1
  508. package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
  509. package/dist/es/commands/UpdateRecipeCommand.js.map +0 -1
  510. package/dist/es/commands/UpdateRecipeJobCommand.js.map +0 -1
  511. package/dist/es/commands/UpdateScheduleCommand.js.map +0 -1
  512. package/dist/es/endpoints.js.map +0 -1
  513. package/dist/es/index.js.map +0 -1
  514. package/dist/es/models/index.js.map +0 -1
  515. package/dist/es/models/models_0.js.map +0 -1
  516. package/dist/es/package.json +0 -91
  517. package/dist/es/pagination/ListDatasetsPaginator.js.map +0 -1
  518. package/dist/es/pagination/ListJobRunsPaginator.js.map +0 -1
  519. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  520. package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
  521. package/dist/es/pagination/ListRecipeVersionsPaginator.js.map +0 -1
  522. package/dist/es/pagination/ListRecipesPaginator.js.map +0 -1
  523. package/dist/es/pagination/ListSchedulesPaginator.js.map +0 -1
  524. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  525. package/dist/es/runtimeConfig.browser.js.map +0 -1
  526. package/dist/es/runtimeConfig.js.map +0 -1
  527. package/dist/es/runtimeConfig.native.js.map +0 -1
  528. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeRecipeCommand,
5
- serializeAws_restJson1DescribeRecipeCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeRecipeCommand,
18
+ serializeAws_restJson1DescribeRecipeCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
21
22
  export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeScheduleCommand,
5
- serializeAws_restJson1DescribeScheduleCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeScheduleCommand,
18
+ serializeAws_restJson1DescribeScheduleCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {}
21
22
  export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListDatasetsCommand,
5
- serializeAws_restJson1ListDatasetsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListDatasetsCommand,
18
+ serializeAws_restJson1ListDatasetsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
21
22
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListJobRunsCommand,
5
- serializeAws_restJson1ListJobRunsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListJobRunsCommand,
18
+ serializeAws_restJson1ListJobRunsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
21
22
  export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListJobsCommand,
5
- serializeAws_restJson1ListJobsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListJobsCommand,
18
+ serializeAws_restJson1ListJobsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListJobsCommandInput extends ListJobsRequest {}
21
22
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListProjectsCommand,
5
- serializeAws_restJson1ListProjectsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListProjectsCommand,
18
+ serializeAws_restJson1ListProjectsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListProjectsCommandInput extends ListProjectsRequest {}
21
22
  export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListRecipeVersionsCommand,
5
- serializeAws_restJson1ListRecipeVersionsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListRecipeVersionsCommand,
18
+ serializeAws_restJson1ListRecipeVersionsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListRecipeVersionsCommandInput extends ListRecipeVersionsRequest {}
21
22
  export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListRecipesCommand,
5
- serializeAws_restJson1ListRecipesCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListRecipesCommand,
18
+ serializeAws_restJson1ListRecipesCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListRecipesCommandInput extends ListRecipesRequest {}
21
22
  export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListSchedulesCommand,
5
- serializeAws_restJson1ListSchedulesCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListSchedulesCommand,
18
+ serializeAws_restJson1ListSchedulesCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListSchedulesCommandInput extends ListSchedulesRequest {}
21
22
  export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListTagsForResourceCommand,
5
- serializeAws_restJson1ListTagsForResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListTagsForResourceCommand,
18
+ serializeAws_restJson1ListTagsForResourceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
21
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1PublishRecipeCommand,
5
- serializeAws_restJson1PublishRecipeCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1PublishRecipeCommand,
18
+ serializeAws_restJson1PublishRecipeCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface PublishRecipeCommandInput extends PublishRecipeRequest {}
21
22
  export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { SendProjectSessionActionRequest, SendProjectSessionActionResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1SendProjectSessionActionCommand,
5
- serializeAws_restJson1SendProjectSessionActionCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { SendProjectSessionActionRequest, SendProjectSessionActionResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1SendProjectSessionActionCommand,
18
+ serializeAws_restJson1SendProjectSessionActionCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface SendProjectSessionActionCommandInput extends SendProjectSessionActionRequest {}
21
22
  export interface SendProjectSessionActionCommandOutput extends SendProjectSessionActionResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1StartJobRunCommand,
5
- serializeAws_restJson1StartJobRunCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1StartJobRunCommand,
18
+ serializeAws_restJson1StartJobRunCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface StartJobRunCommandInput extends StartJobRunRequest {}
21
22
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { StartProjectSessionRequest, StartProjectSessionResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1StartProjectSessionCommand,
5
- serializeAws_restJson1StartProjectSessionCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { StartProjectSessionRequest, StartProjectSessionResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1StartProjectSessionCommand,
18
+ serializeAws_restJson1StartProjectSessionCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface StartProjectSessionCommandInput extends StartProjectSessionRequest {}
21
22
  export interface StartProjectSessionCommandOutput extends StartProjectSessionResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1StopJobRunCommand,
5
- serializeAws_restJson1StopJobRunCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1StopJobRunCommand,
18
+ serializeAws_restJson1StopJobRunCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface StopJobRunCommandInput extends StopJobRunRequest {}
21
22
  export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1TagResourceCommand,
5
- serializeAws_restJson1TagResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1TagResourceCommand,
18
+ serializeAws_restJson1TagResourceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface TagResourceCommandInput extends TagResourceRequest {}
21
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UntagResourceCommand,
5
- serializeAws_restJson1UntagResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1UntagResourceCommand,
18
+ serializeAws_restJson1UntagResourceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
21
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UpdateDatasetCommand,
5
- serializeAws_restJson1UpdateDatasetCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1UpdateDatasetCommand,
18
+ serializeAws_restJson1UpdateDatasetCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
21
22
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UpdateProfileJobCommand,
5
- serializeAws_restJson1UpdateProfileJobCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1UpdateProfileJobCommand,
18
+ serializeAws_restJson1UpdateProfileJobCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
21
22
  export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UpdateProjectCommand,
5
- serializeAws_restJson1UpdateProjectCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1UpdateProjectCommand,
18
+ serializeAws_restJson1UpdateProjectCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
21
22
  export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
2
- import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UpdateRecipeCommand,
5
- serializeAws_restJson1UpdateRecipeCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
15
+ import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1UpdateRecipeCommand,
18
+ serializeAws_restJson1UpdateRecipeCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {}
21
22
  export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __MetadataBearer {}
22
23