@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
@@ -15,7 +15,7 @@ const serializeAws_restJson1BatchDeleteRecipeVersionCommand = async (input, cont
15
15
  if (labelValue.length <= 0) {
16
16
  throw new Error("Empty value provided for input HTTP label: Name.");
17
17
  }
18
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
18
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
19
19
  }
20
20
  else {
21
21
  throw new Error("No value provided for input HTTP label: Name.");
@@ -43,7 +43,7 @@ const serializeAws_restJson1CreateDatasetCommand = async (input, context) => {
43
43
  const headers = {
44
44
  "content-type": "application/json",
45
45
  };
46
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/datasets";
46
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/datasets";
47
47
  let body;
48
48
  body = JSON.stringify({
49
49
  ...(input.Format !== undefined && input.Format !== null && { Format: input.Format }),
@@ -74,7 +74,7 @@ const serializeAws_restJson1CreateProfileJobCommand = async (input, context) =>
74
74
  const headers = {
75
75
  "content-type": "application/json",
76
76
  };
77
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/profileJobs";
77
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/profileJobs";
78
78
  let body;
79
79
  body = JSON.stringify({
80
80
  ...(input.Configuration !== undefined &&
@@ -117,7 +117,7 @@ const serializeAws_restJson1CreateProjectCommand = async (input, context) => {
117
117
  const headers = {
118
118
  "content-type": "application/json",
119
119
  };
120
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
120
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
121
121
  let body;
122
122
  body = JSON.stringify({
123
123
  ...(input.DatasetName !== undefined && input.DatasetName !== null && { DatasetName: input.DatasetName }),
@@ -144,7 +144,7 @@ const serializeAws_restJson1CreateRecipeCommand = async (input, context) => {
144
144
  const headers = {
145
145
  "content-type": "application/json",
146
146
  };
147
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipes";
147
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipes";
148
148
  let body;
149
149
  body = JSON.stringify({
150
150
  ...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
@@ -169,7 +169,7 @@ const serializeAws_restJson1CreateRecipeJobCommand = async (input, context) => {
169
169
  const headers = {
170
170
  "content-type": "application/json",
171
171
  };
172
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipeJobs";
172
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipeJobs";
173
173
  let body;
174
174
  body = JSON.stringify({
175
175
  ...(input.DataCatalogOutputs !== undefined &&
@@ -217,7 +217,7 @@ const serializeAws_restJson1CreateScheduleCommand = async (input, context) => {
217
217
  const headers = {
218
218
  "content-type": "application/json",
219
219
  };
220
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/schedules";
220
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/schedules";
221
221
  let body;
222
222
  body = JSON.stringify({
223
223
  ...(input.CronExpression !== undefined &&
@@ -247,7 +247,7 @@ const serializeAws_restJson1DeleteDatasetCommand = async (input, context) => {
247
247
  if (labelValue.length <= 0) {
248
248
  throw new Error("Empty value provided for input HTTP label: Name.");
249
249
  }
250
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
250
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
251
251
  }
252
252
  else {
253
253
  throw new Error("No value provided for input HTTP label: Name.");
@@ -273,7 +273,7 @@ const serializeAws_restJson1DeleteJobCommand = async (input, context) => {
273
273
  if (labelValue.length <= 0) {
274
274
  throw new Error("Empty value provided for input HTTP label: Name.");
275
275
  }
276
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
276
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
277
277
  }
278
278
  else {
279
279
  throw new Error("No value provided for input HTTP label: Name.");
@@ -299,7 +299,7 @@ const serializeAws_restJson1DeleteProjectCommand = async (input, context) => {
299
299
  if (labelValue.length <= 0) {
300
300
  throw new Error("Empty value provided for input HTTP label: Name.");
301
301
  }
302
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
302
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
303
303
  }
304
304
  else {
305
305
  throw new Error("No value provided for input HTTP label: Name.");
@@ -326,7 +326,7 @@ const serializeAws_restJson1DeleteRecipeVersionCommand = async (input, context)
326
326
  if (labelValue.length <= 0) {
327
327
  throw new Error("Empty value provided for input HTTP label: Name.");
328
328
  }
329
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
329
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
330
330
  }
331
331
  else {
332
332
  throw new Error("No value provided for input HTTP label: Name.");
@@ -336,7 +336,7 @@ const serializeAws_restJson1DeleteRecipeVersionCommand = async (input, context)
336
336
  if (labelValue.length <= 0) {
337
337
  throw new Error("Empty value provided for input HTTP label: RecipeVersion.");
338
338
  }
339
- resolvedPath = resolvedPath.replace("{RecipeVersion}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
339
+ resolvedPath = resolvedPath.replace("{RecipeVersion}", smithy_client_1.extendedEncodeURIComponent(labelValue));
340
340
  }
341
341
  else {
342
342
  throw new Error("No value provided for input HTTP label: RecipeVersion.");
@@ -362,7 +362,7 @@ const serializeAws_restJson1DeleteScheduleCommand = async (input, context) => {
362
362
  if (labelValue.length <= 0) {
363
363
  throw new Error("Empty value provided for input HTTP label: Name.");
364
364
  }
365
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
365
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
366
366
  }
367
367
  else {
368
368
  throw new Error("No value provided for input HTTP label: Name.");
@@ -388,7 +388,7 @@ const serializeAws_restJson1DescribeDatasetCommand = async (input, context) => {
388
388
  if (labelValue.length <= 0) {
389
389
  throw new Error("Empty value provided for input HTTP label: Name.");
390
390
  }
391
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
391
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
392
392
  }
393
393
  else {
394
394
  throw new Error("No value provided for input HTTP label: Name.");
@@ -414,7 +414,7 @@ const serializeAws_restJson1DescribeJobCommand = async (input, context) => {
414
414
  if (labelValue.length <= 0) {
415
415
  throw new Error("Empty value provided for input HTTP label: Name.");
416
416
  }
417
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
417
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
418
418
  }
419
419
  else {
420
420
  throw new Error("No value provided for input HTTP label: Name.");
@@ -440,7 +440,7 @@ const serializeAws_restJson1DescribeJobRunCommand = async (input, context) => {
440
440
  if (labelValue.length <= 0) {
441
441
  throw new Error("Empty value provided for input HTTP label: Name.");
442
442
  }
443
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
443
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
444
444
  }
445
445
  else {
446
446
  throw new Error("No value provided for input HTTP label: Name.");
@@ -450,7 +450,7 @@ const serializeAws_restJson1DescribeJobRunCommand = async (input, context) => {
450
450
  if (labelValue.length <= 0) {
451
451
  throw new Error("Empty value provided for input HTTP label: RunId.");
452
452
  }
453
- resolvedPath = resolvedPath.replace("{RunId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
453
+ resolvedPath = resolvedPath.replace("{RunId}", smithy_client_1.extendedEncodeURIComponent(labelValue));
454
454
  }
455
455
  else {
456
456
  throw new Error("No value provided for input HTTP label: RunId.");
@@ -476,7 +476,7 @@ const serializeAws_restJson1DescribeProjectCommand = async (input, context) => {
476
476
  if (labelValue.length <= 0) {
477
477
  throw new Error("Empty value provided for input HTTP label: Name.");
478
478
  }
479
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
479
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
480
480
  }
481
481
  else {
482
482
  throw new Error("No value provided for input HTTP label: Name.");
@@ -502,7 +502,7 @@ const serializeAws_restJson1DescribeRecipeCommand = async (input, context) => {
502
502
  if (labelValue.length <= 0) {
503
503
  throw new Error("Empty value provided for input HTTP label: Name.");
504
504
  }
505
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
505
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
506
506
  }
507
507
  else {
508
508
  throw new Error("No value provided for input HTTP label: Name.");
@@ -532,7 +532,7 @@ const serializeAws_restJson1DescribeScheduleCommand = async (input, context) =>
532
532
  if (labelValue.length <= 0) {
533
533
  throw new Error("Empty value provided for input HTTP label: Name.");
534
534
  }
535
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
535
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
536
536
  }
537
537
  else {
538
538
  throw new Error("No value provided for input HTTP label: Name.");
@@ -552,7 +552,7 @@ exports.serializeAws_restJson1DescribeScheduleCommand = serializeAws_restJson1De
552
552
  const serializeAws_restJson1ListDatasetsCommand = async (input, context) => {
553
553
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
554
554
  const headers = {};
555
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/datasets";
555
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/datasets";
556
556
  const query = {
557
557
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
558
558
  ...(input.NextToken !== undefined && { nextToken: input.NextToken }),
@@ -579,7 +579,7 @@ const serializeAws_restJson1ListJobRunsCommand = async (input, context) => {
579
579
  if (labelValue.length <= 0) {
580
580
  throw new Error("Empty value provided for input HTTP label: Name.");
581
581
  }
582
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
582
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
583
583
  }
584
584
  else {
585
585
  throw new Error("No value provided for input HTTP label: Name.");
@@ -604,7 +604,7 @@ exports.serializeAws_restJson1ListJobRunsCommand = serializeAws_restJson1ListJob
604
604
  const serializeAws_restJson1ListJobsCommand = async (input, context) => {
605
605
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
606
606
  const headers = {};
607
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/jobs";
607
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/jobs";
608
608
  const query = {
609
609
  ...(input.DatasetName !== undefined && { datasetName: input.DatasetName }),
610
610
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
@@ -627,7 +627,7 @@ exports.serializeAws_restJson1ListJobsCommand = serializeAws_restJson1ListJobsCo
627
627
  const serializeAws_restJson1ListProjectsCommand = async (input, context) => {
628
628
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
629
629
  const headers = {};
630
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
630
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/projects";
631
631
  const query = {
632
632
  ...(input.NextToken !== undefined && { nextToken: input.NextToken }),
633
633
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
@@ -648,7 +648,7 @@ exports.serializeAws_restJson1ListProjectsCommand = serializeAws_restJson1ListPr
648
648
  const serializeAws_restJson1ListRecipesCommand = async (input, context) => {
649
649
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
650
650
  const headers = {};
651
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipes";
651
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipes";
652
652
  const query = {
653
653
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
654
654
  ...(input.NextToken !== undefined && { nextToken: input.NextToken }),
@@ -670,7 +670,7 @@ exports.serializeAws_restJson1ListRecipesCommand = serializeAws_restJson1ListRec
670
670
  const serializeAws_restJson1ListRecipeVersionsCommand = async (input, context) => {
671
671
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
672
672
  const headers = {};
673
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipeVersions";
673
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/recipeVersions";
674
674
  const query = {
675
675
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
676
676
  ...(input.NextToken !== undefined && { nextToken: input.NextToken }),
@@ -692,7 +692,7 @@ exports.serializeAws_restJson1ListRecipeVersionsCommand = serializeAws_restJson1
692
692
  const serializeAws_restJson1ListSchedulesCommand = async (input, context) => {
693
693
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
694
694
  const headers = {};
695
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/schedules";
695
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/schedules";
696
696
  const query = {
697
697
  ...(input.JobName !== undefined && { jobName: input.JobName }),
698
698
  ...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
@@ -720,7 +720,7 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
720
720
  if (labelValue.length <= 0) {
721
721
  throw new Error("Empty value provided for input HTTP label: ResourceArn.");
722
722
  }
723
- resolvedPath = resolvedPath.replace("{ResourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
723
+ resolvedPath = resolvedPath.replace("{ResourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
724
724
  }
725
725
  else {
726
726
  throw new Error("No value provided for input HTTP label: ResourceArn.");
@@ -748,7 +748,7 @@ const serializeAws_restJson1PublishRecipeCommand = async (input, context) => {
748
748
  if (labelValue.length <= 0) {
749
749
  throw new Error("Empty value provided for input HTTP label: Name.");
750
750
  }
751
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
751
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
752
752
  }
753
753
  else {
754
754
  throw new Error("No value provided for input HTTP label: Name.");
@@ -779,7 +779,7 @@ const serializeAws_restJson1SendProjectSessionActionCommand = async (input, cont
779
779
  if (labelValue.length <= 0) {
780
780
  throw new Error("Empty value provided for input HTTP label: Name.");
781
781
  }
782
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
782
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
783
783
  }
784
784
  else {
785
785
  throw new Error("No value provided for input HTTP label: Name.");
@@ -815,7 +815,7 @@ const serializeAws_restJson1StartJobRunCommand = async (input, context) => {
815
815
  if (labelValue.length <= 0) {
816
816
  throw new Error("Empty value provided for input HTTP label: Name.");
817
817
  }
818
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
818
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
819
819
  }
820
820
  else {
821
821
  throw new Error("No value provided for input HTTP label: Name.");
@@ -843,7 +843,7 @@ const serializeAws_restJson1StartProjectSessionCommand = async (input, context)
843
843
  if (labelValue.length <= 0) {
844
844
  throw new Error("Empty value provided for input HTTP label: Name.");
845
845
  }
846
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
846
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
847
847
  }
848
848
  else {
849
849
  throw new Error("No value provided for input HTTP label: Name.");
@@ -872,7 +872,7 @@ const serializeAws_restJson1StopJobRunCommand = async (input, context) => {
872
872
  if (labelValue.length <= 0) {
873
873
  throw new Error("Empty value provided for input HTTP label: Name.");
874
874
  }
875
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
875
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
876
876
  }
877
877
  else {
878
878
  throw new Error("No value provided for input HTTP label: Name.");
@@ -882,7 +882,7 @@ const serializeAws_restJson1StopJobRunCommand = async (input, context) => {
882
882
  if (labelValue.length <= 0) {
883
883
  throw new Error("Empty value provided for input HTTP label: RunId.");
884
884
  }
885
- resolvedPath = resolvedPath.replace("{RunId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
885
+ resolvedPath = resolvedPath.replace("{RunId}", smithy_client_1.extendedEncodeURIComponent(labelValue));
886
886
  }
887
887
  else {
888
888
  throw new Error("No value provided for input HTTP label: RunId.");
@@ -910,7 +910,7 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
910
910
  if (labelValue.length <= 0) {
911
911
  throw new Error("Empty value provided for input HTTP label: ResourceArn.");
912
912
  }
913
- resolvedPath = resolvedPath.replace("{ResourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
913
+ resolvedPath = resolvedPath.replace("{ResourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
914
914
  }
915
915
  else {
916
916
  throw new Error("No value provided for input HTTP label: ResourceArn.");
@@ -939,7 +939,7 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
939
939
  if (labelValue.length <= 0) {
940
940
  throw new Error("Empty value provided for input HTTP label: ResourceArn.");
941
941
  }
942
- resolvedPath = resolvedPath.replace("{ResourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
942
+ resolvedPath = resolvedPath.replace("{ResourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
943
943
  }
944
944
  else {
945
945
  throw new Error("No value provided for input HTTP label: ResourceArn.");
@@ -971,7 +971,7 @@ const serializeAws_restJson1UpdateDatasetCommand = async (input, context) => {
971
971
  if (labelValue.length <= 0) {
972
972
  throw new Error("Empty value provided for input HTTP label: Name.");
973
973
  }
974
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
974
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
975
975
  }
976
976
  else {
977
977
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1010,7 +1010,7 @@ const serializeAws_restJson1UpdateProfileJobCommand = async (input, context) =>
1010
1010
  if (labelValue.length <= 0) {
1011
1011
  throw new Error("Empty value provided for input HTTP label: Name.");
1012
1012
  }
1013
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
1013
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
1014
1014
  }
1015
1015
  else {
1016
1016
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1060,7 +1060,7 @@ const serializeAws_restJson1UpdateProjectCommand = async (input, context) => {
1060
1060
  if (labelValue.length <= 0) {
1061
1061
  throw new Error("Empty value provided for input HTTP label: Name.");
1062
1062
  }
1063
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
1063
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
1064
1064
  }
1065
1065
  else {
1066
1066
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1093,7 +1093,7 @@ const serializeAws_restJson1UpdateRecipeCommand = async (input, context) => {
1093
1093
  if (labelValue.length <= 0) {
1094
1094
  throw new Error("Empty value provided for input HTTP label: Name.");
1095
1095
  }
1096
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
1096
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
1097
1097
  }
1098
1098
  else {
1099
1099
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1126,7 +1126,7 @@ const serializeAws_restJson1UpdateRecipeJobCommand = async (input, context) => {
1126
1126
  if (labelValue.length <= 0) {
1127
1127
  throw new Error("Empty value provided for input HTTP label: Name.");
1128
1128
  }
1129
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
1129
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
1130
1130
  }
1131
1131
  else {
1132
1132
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1176,7 +1176,7 @@ const serializeAws_restJson1UpdateScheduleCommand = async (input, context) => {
1176
1176
  if (labelValue.length <= 0) {
1177
1177
  throw new Error("Empty value provided for input HTTP label: Name.");
1178
1178
  }
1179
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
1179
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
1180
1180
  }
1181
1181
  else {
1182
1182
  throw new Error("No value provided for input HTTP label: Name.");
@@ -1208,12 +1208,12 @@ const deserializeAws_restJson1BatchDeleteRecipeVersionCommand = async (output, c
1208
1208
  Errors: undefined,
1209
1209
  Name: undefined,
1210
1210
  };
1211
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1211
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1212
1212
  if (data.Errors !== undefined && data.Errors !== null) {
1213
1213
  contents.Errors = deserializeAws_restJson1RecipeErrorList(data.Errors, context);
1214
1214
  }
1215
1215
  if (data.Name !== undefined && data.Name !== null) {
1216
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1216
+ contents.Name = smithy_client_1.expectString(data.Name);
1217
1217
  }
1218
1218
  return Promise.resolve(contents);
1219
1219
  };
@@ -1275,9 +1275,9 @@ const deserializeAws_restJson1CreateDatasetCommand = async (output, context) =>
1275
1275
  $metadata: deserializeMetadata(output),
1276
1276
  Name: undefined,
1277
1277
  };
1278
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1278
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1279
1279
  if (data.Name !== undefined && data.Name !== null) {
1280
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1280
+ contents.Name = smithy_client_1.expectString(data.Name);
1281
1281
  }
1282
1282
  return Promise.resolve(contents);
1283
1283
  };
@@ -1347,9 +1347,9 @@ const deserializeAws_restJson1CreateProfileJobCommand = async (output, context)
1347
1347
  $metadata: deserializeMetadata(output),
1348
1348
  Name: undefined,
1349
1349
  };
1350
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1350
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1351
1351
  if (data.Name !== undefined && data.Name !== null) {
1352
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1352
+ contents.Name = smithy_client_1.expectString(data.Name);
1353
1353
  }
1354
1354
  return Promise.resolve(contents);
1355
1355
  };
@@ -1427,9 +1427,9 @@ const deserializeAws_restJson1CreateProjectCommand = async (output, context) =>
1427
1427
  $metadata: deserializeMetadata(output),
1428
1428
  Name: undefined,
1429
1429
  };
1430
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1430
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1431
1431
  if (data.Name !== undefined && data.Name !== null) {
1432
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1432
+ contents.Name = smithy_client_1.expectString(data.Name);
1433
1433
  }
1434
1434
  return Promise.resolve(contents);
1435
1435
  };
@@ -1499,9 +1499,9 @@ const deserializeAws_restJson1CreateRecipeCommand = async (output, context) => {
1499
1499
  $metadata: deserializeMetadata(output),
1500
1500
  Name: undefined,
1501
1501
  };
1502
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1502
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1503
1503
  if (data.Name !== undefined && data.Name !== null) {
1504
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1504
+ contents.Name = smithy_client_1.expectString(data.Name);
1505
1505
  }
1506
1506
  return Promise.resolve(contents);
1507
1507
  };
@@ -1563,9 +1563,9 @@ const deserializeAws_restJson1CreateRecipeJobCommand = async (output, context) =
1563
1563
  $metadata: deserializeMetadata(output),
1564
1564
  Name: undefined,
1565
1565
  };
1566
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1566
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1567
1567
  if (data.Name !== undefined && data.Name !== null) {
1568
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1568
+ contents.Name = smithy_client_1.expectString(data.Name);
1569
1569
  }
1570
1570
  return Promise.resolve(contents);
1571
1571
  };
@@ -1643,9 +1643,9 @@ const deserializeAws_restJson1CreateScheduleCommand = async (output, context) =>
1643
1643
  $metadata: deserializeMetadata(output),
1644
1644
  Name: undefined,
1645
1645
  };
1646
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1646
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1647
1647
  if (data.Name !== undefined && data.Name !== null) {
1648
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1648
+ contents.Name = smithy_client_1.expectString(data.Name);
1649
1649
  }
1650
1650
  return Promise.resolve(contents);
1651
1651
  };
@@ -1707,9 +1707,9 @@ const deserializeAws_restJson1DeleteDatasetCommand = async (output, context) =>
1707
1707
  $metadata: deserializeMetadata(output),
1708
1708
  Name: undefined,
1709
1709
  };
1710
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1710
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1711
1711
  if (data.Name !== undefined && data.Name !== null) {
1712
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1712
+ contents.Name = smithy_client_1.expectString(data.Name);
1713
1713
  }
1714
1714
  return Promise.resolve(contents);
1715
1715
  };
@@ -1771,9 +1771,9 @@ const deserializeAws_restJson1DeleteJobCommand = async (output, context) => {
1771
1771
  $metadata: deserializeMetadata(output),
1772
1772
  Name: undefined,
1773
1773
  };
1774
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1774
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1775
1775
  if (data.Name !== undefined && data.Name !== null) {
1776
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1776
+ contents.Name = smithy_client_1.expectString(data.Name);
1777
1777
  }
1778
1778
  return Promise.resolve(contents);
1779
1779
  };
@@ -1835,9 +1835,9 @@ const deserializeAws_restJson1DeleteProjectCommand = async (output, context) =>
1835
1835
  $metadata: deserializeMetadata(output),
1836
1836
  Name: undefined,
1837
1837
  };
1838
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1838
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1839
1839
  if (data.Name !== undefined && data.Name !== null) {
1840
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1840
+ contents.Name = smithy_client_1.expectString(data.Name);
1841
1841
  }
1842
1842
  return Promise.resolve(contents);
1843
1843
  };
@@ -1900,12 +1900,12 @@ const deserializeAws_restJson1DeleteRecipeVersionCommand = async (output, contex
1900
1900
  Name: undefined,
1901
1901
  RecipeVersion: undefined,
1902
1902
  };
1903
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1903
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1904
1904
  if (data.Name !== undefined && data.Name !== null) {
1905
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1905
+ contents.Name = smithy_client_1.expectString(data.Name);
1906
1906
  }
1907
1907
  if (data.RecipeVersion !== undefined && data.RecipeVersion !== null) {
1908
- contents.RecipeVersion = (0, smithy_client_1.expectString)(data.RecipeVersion);
1908
+ contents.RecipeVersion = smithy_client_1.expectString(data.RecipeVersion);
1909
1909
  }
1910
1910
  return Promise.resolve(contents);
1911
1911
  };
@@ -1967,9 +1967,9 @@ const deserializeAws_restJson1DeleteScheduleCommand = async (output, context) =>
1967
1967
  $metadata: deserializeMetadata(output),
1968
1968
  Name: undefined,
1969
1969
  };
1970
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1970
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1971
1971
  if (data.Name !== undefined && data.Name !== null) {
1972
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
1972
+ contents.Name = smithy_client_1.expectString(data.Name);
1973
1973
  }
1974
1974
  return Promise.resolve(contents);
1975
1975
  };
@@ -2034,15 +2034,15 @@ const deserializeAws_restJson1DescribeDatasetCommand = async (output, context) =
2034
2034
  Source: undefined,
2035
2035
  Tags: undefined,
2036
2036
  };
2037
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2037
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2038
2038
  if (data.CreateDate !== undefined && data.CreateDate !== null) {
2039
- contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CreateDate)));
2039
+ contents.CreateDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CreateDate)));
2040
2040
  }
2041
2041
  if (data.CreatedBy !== undefined && data.CreatedBy !== null) {
2042
- contents.CreatedBy = (0, smithy_client_1.expectString)(data.CreatedBy);
2042
+ contents.CreatedBy = smithy_client_1.expectString(data.CreatedBy);
2043
2043
  }
2044
2044
  if (data.Format !== undefined && data.Format !== null) {
2045
- contents.Format = (0, smithy_client_1.expectString)(data.Format);
2045
+ contents.Format = smithy_client_1.expectString(data.Format);
2046
2046
  }
2047
2047
  if (data.FormatOptions !== undefined && data.FormatOptions !== null) {
2048
2048
  contents.FormatOptions = deserializeAws_restJson1FormatOptions(data.FormatOptions, context);
@@ -2051,22 +2051,22 @@ const deserializeAws_restJson1DescribeDatasetCommand = async (output, context) =
2051
2051
  contents.Input = deserializeAws_restJson1Input(data.Input, context);
2052
2052
  }
2053
2053
  if (data.LastModifiedBy !== undefined && data.LastModifiedBy !== null) {
2054
- contents.LastModifiedBy = (0, smithy_client_1.expectString)(data.LastModifiedBy);
2054
+ contents.LastModifiedBy = smithy_client_1.expectString(data.LastModifiedBy);
2055
2055
  }
2056
2056
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
2057
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
2057
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
2058
2058
  }
2059
2059
  if (data.Name !== undefined && data.Name !== null) {
2060
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
2060
+ contents.Name = smithy_client_1.expectString(data.Name);
2061
2061
  }
2062
2062
  if (data.PathOptions !== undefined && data.PathOptions !== null) {
2063
2063
  contents.PathOptions = deserializeAws_restJson1PathOptions(data.PathOptions, context);
2064
2064
  }
2065
2065
  if (data.ResourceArn !== undefined && data.ResourceArn !== null) {
2066
- contents.ResourceArn = (0, smithy_client_1.expectString)(data.ResourceArn);
2066
+ contents.ResourceArn = smithy_client_1.expectString(data.ResourceArn);
2067
2067
  }
2068
2068
  if (data.Source !== undefined && data.Source !== null) {
2069
- contents.Source = (0, smithy_client_1.expectString)(data.Source);
2069
+ contents.Source = smithy_client_1.expectString(data.Source);
2070
2070
  }
2071
2071
  if (data.Tags !== undefined && data.Tags !== null) {
2072
2072
  contents.Tags = deserializeAws_restJson1TagMap(data.Tags, context);
@@ -2145,12 +2145,12 @@ const deserializeAws_restJson1DescribeJobCommand = async (output, context) => {
2145
2145
  Timeout: undefined,
2146
2146
  Type: undefined,
2147
2147
  };
2148
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2148
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2149
2149
  if (data.CreateDate !== undefined && data.CreateDate !== null) {
2150
- contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CreateDate)));
2150
+ contents.CreateDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CreateDate)));
2151
2151
  }
2152
2152
  if (data.CreatedBy !== undefined && data.CreatedBy !== null) {
2153
- contents.CreatedBy = (0, smithy_client_1.expectString)(data.CreatedBy);
2153
+ contents.CreatedBy = smithy_client_1.expectString(data.CreatedBy);
2154
2154
  }
2155
2155
  if (data.DataCatalogOutputs !== undefined && data.DataCatalogOutputs !== null) {
2156
2156
  contents.DataCatalogOutputs = deserializeAws_restJson1DataCatalogOutputList(data.DataCatalogOutputs, context);
@@ -2159,34 +2159,34 @@ const deserializeAws_restJson1DescribeJobCommand = async (output, context) => {
2159
2159
  contents.DatabaseOutputs = deserializeAws_restJson1DatabaseOutputList(data.DatabaseOutputs, context);
2160
2160
  }
2161
2161
  if (data.DatasetName !== undefined && data.DatasetName !== null) {
2162
- contents.DatasetName = (0, smithy_client_1.expectString)(data.DatasetName);
2162
+ contents.DatasetName = smithy_client_1.expectString(data.DatasetName);
2163
2163
  }
2164
2164
  if (data.EncryptionKeyArn !== undefined && data.EncryptionKeyArn !== null) {
2165
- contents.EncryptionKeyArn = (0, smithy_client_1.expectString)(data.EncryptionKeyArn);
2165
+ contents.EncryptionKeyArn = smithy_client_1.expectString(data.EncryptionKeyArn);
2166
2166
  }
2167
2167
  if (data.EncryptionMode !== undefined && data.EncryptionMode !== null) {
2168
- contents.EncryptionMode = (0, smithy_client_1.expectString)(data.EncryptionMode);
2168
+ contents.EncryptionMode = smithy_client_1.expectString(data.EncryptionMode);
2169
2169
  }
2170
2170
  if (data.JobSample !== undefined && data.JobSample !== null) {
2171
2171
  contents.JobSample = deserializeAws_restJson1JobSample(data.JobSample, context);
2172
2172
  }
2173
2173
  if (data.LastModifiedBy !== undefined && data.LastModifiedBy !== null) {
2174
- contents.LastModifiedBy = (0, smithy_client_1.expectString)(data.LastModifiedBy);
2174
+ contents.LastModifiedBy = smithy_client_1.expectString(data.LastModifiedBy);
2175
2175
  }
2176
2176
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
2177
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
2177
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
2178
2178
  }
2179
2179
  if (data.LogSubscription !== undefined && data.LogSubscription !== null) {
2180
- contents.LogSubscription = (0, smithy_client_1.expectString)(data.LogSubscription);
2180
+ contents.LogSubscription = smithy_client_1.expectString(data.LogSubscription);
2181
2181
  }
2182
2182
  if (data.MaxCapacity !== undefined && data.MaxCapacity !== null) {
2183
- contents.MaxCapacity = (0, smithy_client_1.expectInt32)(data.MaxCapacity);
2183
+ contents.MaxCapacity = smithy_client_1.expectInt32(data.MaxCapacity);
2184
2184
  }
2185
2185
  if (data.MaxRetries !== undefined && data.MaxRetries !== null) {
2186
- contents.MaxRetries = (0, smithy_client_1.expectInt32)(data.MaxRetries);
2186
+ contents.MaxRetries = smithy_client_1.expectInt32(data.MaxRetries);
2187
2187
  }
2188
2188
  if (data.Name !== undefined && data.Name !== null) {
2189
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
2189
+ contents.Name = smithy_client_1.expectString(data.Name);
2190
2190
  }
2191
2191
  if (data.Outputs !== undefined && data.Outputs !== null) {
2192
2192
  contents.Outputs = deserializeAws_restJson1OutputList(data.Outputs, context);
@@ -2195,25 +2195,25 @@ const deserializeAws_restJson1DescribeJobCommand = async (output, context) => {
2195
2195
  contents.ProfileConfiguration = deserializeAws_restJson1ProfileConfiguration(data.ProfileConfiguration, context);
2196
2196
  }
2197
2197
  if (data.ProjectName !== undefined && data.ProjectName !== null) {
2198
- contents.ProjectName = (0, smithy_client_1.expectString)(data.ProjectName);
2198
+ contents.ProjectName = smithy_client_1.expectString(data.ProjectName);
2199
2199
  }
2200
2200
  if (data.RecipeReference !== undefined && data.RecipeReference !== null) {
2201
2201
  contents.RecipeReference = deserializeAws_restJson1RecipeReference(data.RecipeReference, context);
2202
2202
  }
2203
2203
  if (data.ResourceArn !== undefined && data.ResourceArn !== null) {
2204
- contents.ResourceArn = (0, smithy_client_1.expectString)(data.ResourceArn);
2204
+ contents.ResourceArn = smithy_client_1.expectString(data.ResourceArn);
2205
2205
  }
2206
2206
  if (data.RoleArn !== undefined && data.RoleArn !== null) {
2207
- contents.RoleArn = (0, smithy_client_1.expectString)(data.RoleArn);
2207
+ contents.RoleArn = smithy_client_1.expectString(data.RoleArn);
2208
2208
  }
2209
2209
  if (data.Tags !== undefined && data.Tags !== null) {
2210
2210
  contents.Tags = deserializeAws_restJson1TagMap(data.Tags, context);
2211
2211
  }
2212
2212
  if (data.Timeout !== undefined && data.Timeout !== null) {
2213
- contents.Timeout = (0, smithy_client_1.expectInt32)(data.Timeout);
2213
+ contents.Timeout = smithy_client_1.expectInt32(data.Timeout);
2214
2214
  }
2215
2215
  if (data.Type !== undefined && data.Type !== null) {
2216
- contents.Type = (0, smithy_client_1.expectString)(data.Type);
2216
+ contents.Type = smithy_client_1.expectString(data.Type);
2217
2217
  }
2218
2218
  return Promise.resolve(contents);
2219
2219
  };
@@ -2284,12 +2284,12 @@ const deserializeAws_restJson1DescribeJobRunCommand = async (output, context) =>
2284
2284
  StartedOn: undefined,
2285
2285
  State: undefined,
2286
2286
  };
2287
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2287
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2288
2288
  if (data.Attempt !== undefined && data.Attempt !== null) {
2289
- contents.Attempt = (0, smithy_client_1.expectInt32)(data.Attempt);
2289
+ contents.Attempt = smithy_client_1.expectInt32(data.Attempt);
2290
2290
  }
2291
2291
  if (data.CompletedOn !== undefined && data.CompletedOn !== null) {
2292
- contents.CompletedOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CompletedOn)));
2292
+ contents.CompletedOn = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CompletedOn)));
2293
2293
  }
2294
2294
  if (data.DataCatalogOutputs !== undefined && data.DataCatalogOutputs !== null) {
2295
2295
  contents.DataCatalogOutputs = deserializeAws_restJson1DataCatalogOutputList(data.DataCatalogOutputs, context);
@@ -2298,25 +2298,25 @@ const deserializeAws_restJson1DescribeJobRunCommand = async (output, context) =>
2298
2298
  contents.DatabaseOutputs = deserializeAws_restJson1DatabaseOutputList(data.DatabaseOutputs, context);
2299
2299
  }
2300
2300
  if (data.DatasetName !== undefined && data.DatasetName !== null) {
2301
- contents.DatasetName = (0, smithy_client_1.expectString)(data.DatasetName);
2301
+ contents.DatasetName = smithy_client_1.expectString(data.DatasetName);
2302
2302
  }
2303
2303
  if (data.ErrorMessage !== undefined && data.ErrorMessage !== null) {
2304
- contents.ErrorMessage = (0, smithy_client_1.expectString)(data.ErrorMessage);
2304
+ contents.ErrorMessage = smithy_client_1.expectString(data.ErrorMessage);
2305
2305
  }
2306
2306
  if (data.ExecutionTime !== undefined && data.ExecutionTime !== null) {
2307
- contents.ExecutionTime = (0, smithy_client_1.expectInt32)(data.ExecutionTime);
2307
+ contents.ExecutionTime = smithy_client_1.expectInt32(data.ExecutionTime);
2308
2308
  }
2309
2309
  if (data.JobName !== undefined && data.JobName !== null) {
2310
- contents.JobName = (0, smithy_client_1.expectString)(data.JobName);
2310
+ contents.JobName = smithy_client_1.expectString(data.JobName);
2311
2311
  }
2312
2312
  if (data.JobSample !== undefined && data.JobSample !== null) {
2313
2313
  contents.JobSample = deserializeAws_restJson1JobSample(data.JobSample, context);
2314
2314
  }
2315
2315
  if (data.LogGroupName !== undefined && data.LogGroupName !== null) {
2316
- contents.LogGroupName = (0, smithy_client_1.expectString)(data.LogGroupName);
2316
+ contents.LogGroupName = smithy_client_1.expectString(data.LogGroupName);
2317
2317
  }
2318
2318
  if (data.LogSubscription !== undefined && data.LogSubscription !== null) {
2319
- contents.LogSubscription = (0, smithy_client_1.expectString)(data.LogSubscription);
2319
+ contents.LogSubscription = smithy_client_1.expectString(data.LogSubscription);
2320
2320
  }
2321
2321
  if (data.Outputs !== undefined && data.Outputs !== null) {
2322
2322
  contents.Outputs = deserializeAws_restJson1OutputList(data.Outputs, context);
@@ -2328,16 +2328,16 @@ const deserializeAws_restJson1DescribeJobRunCommand = async (output, context) =>
2328
2328
  contents.RecipeReference = deserializeAws_restJson1RecipeReference(data.RecipeReference, context);
2329
2329
  }
2330
2330
  if (data.RunId !== undefined && data.RunId !== null) {
2331
- contents.RunId = (0, smithy_client_1.expectString)(data.RunId);
2331
+ contents.RunId = smithy_client_1.expectString(data.RunId);
2332
2332
  }
2333
2333
  if (data.StartedBy !== undefined && data.StartedBy !== null) {
2334
- contents.StartedBy = (0, smithy_client_1.expectString)(data.StartedBy);
2334
+ contents.StartedBy = smithy_client_1.expectString(data.StartedBy);
2335
2335
  }
2336
2336
  if (data.StartedOn !== undefined && data.StartedOn !== null) {
2337
- contents.StartedOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.StartedOn)));
2337
+ contents.StartedOn = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.StartedOn)));
2338
2338
  }
2339
2339
  if (data.State !== undefined && data.State !== null) {
2340
- contents.State = (0, smithy_client_1.expectString)(data.State);
2340
+ contents.State = smithy_client_1.expectString(data.State);
2341
2341
  }
2342
2342
  return Promise.resolve(contents);
2343
2343
  };
@@ -2404,45 +2404,45 @@ const deserializeAws_restJson1DescribeProjectCommand = async (output, context) =
2404
2404
  SessionStatus: undefined,
2405
2405
  Tags: undefined,
2406
2406
  };
2407
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2407
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2408
2408
  if (data.CreateDate !== undefined && data.CreateDate !== null) {
2409
- contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CreateDate)));
2409
+ contents.CreateDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CreateDate)));
2410
2410
  }
2411
2411
  if (data.CreatedBy !== undefined && data.CreatedBy !== null) {
2412
- contents.CreatedBy = (0, smithy_client_1.expectString)(data.CreatedBy);
2412
+ contents.CreatedBy = smithy_client_1.expectString(data.CreatedBy);
2413
2413
  }
2414
2414
  if (data.DatasetName !== undefined && data.DatasetName !== null) {
2415
- contents.DatasetName = (0, smithy_client_1.expectString)(data.DatasetName);
2415
+ contents.DatasetName = smithy_client_1.expectString(data.DatasetName);
2416
2416
  }
2417
2417
  if (data.LastModifiedBy !== undefined && data.LastModifiedBy !== null) {
2418
- contents.LastModifiedBy = (0, smithy_client_1.expectString)(data.LastModifiedBy);
2418
+ contents.LastModifiedBy = smithy_client_1.expectString(data.LastModifiedBy);
2419
2419
  }
2420
2420
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
2421
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
2421
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
2422
2422
  }
2423
2423
  if (data.Name !== undefined && data.Name !== null) {
2424
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
2424
+ contents.Name = smithy_client_1.expectString(data.Name);
2425
2425
  }
2426
2426
  if (data.OpenDate !== undefined && data.OpenDate !== null) {
2427
- contents.OpenDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.OpenDate)));
2427
+ contents.OpenDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.OpenDate)));
2428
2428
  }
2429
2429
  if (data.OpenedBy !== undefined && data.OpenedBy !== null) {
2430
- contents.OpenedBy = (0, smithy_client_1.expectString)(data.OpenedBy);
2430
+ contents.OpenedBy = smithy_client_1.expectString(data.OpenedBy);
2431
2431
  }
2432
2432
  if (data.RecipeName !== undefined && data.RecipeName !== null) {
2433
- contents.RecipeName = (0, smithy_client_1.expectString)(data.RecipeName);
2433
+ contents.RecipeName = smithy_client_1.expectString(data.RecipeName);
2434
2434
  }
2435
2435
  if (data.ResourceArn !== undefined && data.ResourceArn !== null) {
2436
- contents.ResourceArn = (0, smithy_client_1.expectString)(data.ResourceArn);
2436
+ contents.ResourceArn = smithy_client_1.expectString(data.ResourceArn);
2437
2437
  }
2438
2438
  if (data.RoleArn !== undefined && data.RoleArn !== null) {
2439
- contents.RoleArn = (0, smithy_client_1.expectString)(data.RoleArn);
2439
+ contents.RoleArn = smithy_client_1.expectString(data.RoleArn);
2440
2440
  }
2441
2441
  if (data.Sample !== undefined && data.Sample !== null) {
2442
2442
  contents.Sample = deserializeAws_restJson1Sample(data.Sample, context);
2443
2443
  }
2444
2444
  if (data.SessionStatus !== undefined && data.SessionStatus !== null) {
2445
- contents.SessionStatus = (0, smithy_client_1.expectString)(data.SessionStatus);
2445
+ contents.SessionStatus = smithy_client_1.expectString(data.SessionStatus);
2446
2446
  }
2447
2447
  if (data.Tags !== undefined && data.Tags !== null) {
2448
2448
  contents.Tags = deserializeAws_restJson1TagMap(data.Tags, context);
@@ -2511,39 +2511,39 @@ const deserializeAws_restJson1DescribeRecipeCommand = async (output, context) =>
2511
2511
  Steps: undefined,
2512
2512
  Tags: undefined,
2513
2513
  };
2514
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2514
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2515
2515
  if (data.CreateDate !== undefined && data.CreateDate !== null) {
2516
- contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CreateDate)));
2516
+ contents.CreateDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CreateDate)));
2517
2517
  }
2518
2518
  if (data.CreatedBy !== undefined && data.CreatedBy !== null) {
2519
- contents.CreatedBy = (0, smithy_client_1.expectString)(data.CreatedBy);
2519
+ contents.CreatedBy = smithy_client_1.expectString(data.CreatedBy);
2520
2520
  }
2521
2521
  if (data.Description !== undefined && data.Description !== null) {
2522
- contents.Description = (0, smithy_client_1.expectString)(data.Description);
2522
+ contents.Description = smithy_client_1.expectString(data.Description);
2523
2523
  }
2524
2524
  if (data.LastModifiedBy !== undefined && data.LastModifiedBy !== null) {
2525
- contents.LastModifiedBy = (0, smithy_client_1.expectString)(data.LastModifiedBy);
2525
+ contents.LastModifiedBy = smithy_client_1.expectString(data.LastModifiedBy);
2526
2526
  }
2527
2527
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
2528
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
2528
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
2529
2529
  }
2530
2530
  if (data.Name !== undefined && data.Name !== null) {
2531
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
2531
+ contents.Name = smithy_client_1.expectString(data.Name);
2532
2532
  }
2533
2533
  if (data.ProjectName !== undefined && data.ProjectName !== null) {
2534
- contents.ProjectName = (0, smithy_client_1.expectString)(data.ProjectName);
2534
+ contents.ProjectName = smithy_client_1.expectString(data.ProjectName);
2535
2535
  }
2536
2536
  if (data.PublishedBy !== undefined && data.PublishedBy !== null) {
2537
- contents.PublishedBy = (0, smithy_client_1.expectString)(data.PublishedBy);
2537
+ contents.PublishedBy = smithy_client_1.expectString(data.PublishedBy);
2538
2538
  }
2539
2539
  if (data.PublishedDate !== undefined && data.PublishedDate !== null) {
2540
- contents.PublishedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.PublishedDate)));
2540
+ contents.PublishedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.PublishedDate)));
2541
2541
  }
2542
2542
  if (data.RecipeVersion !== undefined && data.RecipeVersion !== null) {
2543
- contents.RecipeVersion = (0, smithy_client_1.expectString)(data.RecipeVersion);
2543
+ contents.RecipeVersion = smithy_client_1.expectString(data.RecipeVersion);
2544
2544
  }
2545
2545
  if (data.ResourceArn !== undefined && data.ResourceArn !== null) {
2546
- contents.ResourceArn = (0, smithy_client_1.expectString)(data.ResourceArn);
2546
+ contents.ResourceArn = smithy_client_1.expectString(data.ResourceArn);
2547
2547
  }
2548
2548
  if (data.Steps !== undefined && data.Steps !== null) {
2549
2549
  contents.Steps = deserializeAws_restJson1RecipeStepList(data.Steps, context);
@@ -2611,30 +2611,30 @@ const deserializeAws_restJson1DescribeScheduleCommand = async (output, context)
2611
2611
  ResourceArn: undefined,
2612
2612
  Tags: undefined,
2613
2613
  };
2614
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2614
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2615
2615
  if (data.CreateDate !== undefined && data.CreateDate !== null) {
2616
- contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.CreateDate)));
2616
+ contents.CreateDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.CreateDate)));
2617
2617
  }
2618
2618
  if (data.CreatedBy !== undefined && data.CreatedBy !== null) {
2619
- contents.CreatedBy = (0, smithy_client_1.expectString)(data.CreatedBy);
2619
+ contents.CreatedBy = smithy_client_1.expectString(data.CreatedBy);
2620
2620
  }
2621
2621
  if (data.CronExpression !== undefined && data.CronExpression !== null) {
2622
- contents.CronExpression = (0, smithy_client_1.expectString)(data.CronExpression);
2622
+ contents.CronExpression = smithy_client_1.expectString(data.CronExpression);
2623
2623
  }
2624
2624
  if (data.JobNames !== undefined && data.JobNames !== null) {
2625
2625
  contents.JobNames = deserializeAws_restJson1JobNameList(data.JobNames, context);
2626
2626
  }
2627
2627
  if (data.LastModifiedBy !== undefined && data.LastModifiedBy !== null) {
2628
- contents.LastModifiedBy = (0, smithy_client_1.expectString)(data.LastModifiedBy);
2628
+ contents.LastModifiedBy = smithy_client_1.expectString(data.LastModifiedBy);
2629
2629
  }
2630
2630
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
2631
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
2631
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
2632
2632
  }
2633
2633
  if (data.Name !== undefined && data.Name !== null) {
2634
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
2634
+ contents.Name = smithy_client_1.expectString(data.Name);
2635
2635
  }
2636
2636
  if (data.ResourceArn !== undefined && data.ResourceArn !== null) {
2637
- contents.ResourceArn = (0, smithy_client_1.expectString)(data.ResourceArn);
2637
+ contents.ResourceArn = smithy_client_1.expectString(data.ResourceArn);
2638
2638
  }
2639
2639
  if (data.Tags !== undefined && data.Tags !== null) {
2640
2640
  contents.Tags = deserializeAws_restJson1TagMap(data.Tags, context);
@@ -2692,12 +2692,12 @@ const deserializeAws_restJson1ListDatasetsCommand = async (output, context) => {
2692
2692
  Datasets: undefined,
2693
2693
  NextToken: undefined,
2694
2694
  };
2695
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2695
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2696
2696
  if (data.Datasets !== undefined && data.Datasets !== null) {
2697
2697
  contents.Datasets = deserializeAws_restJson1DatasetList(data.Datasets, context);
2698
2698
  }
2699
2699
  if (data.NextToken !== undefined && data.NextToken !== null) {
2700
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2700
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2701
2701
  }
2702
2702
  return Promise.resolve(contents);
2703
2703
  };
@@ -2744,12 +2744,12 @@ const deserializeAws_restJson1ListJobRunsCommand = async (output, context) => {
2744
2744
  JobRuns: undefined,
2745
2745
  NextToken: undefined,
2746
2746
  };
2747
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2747
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2748
2748
  if (data.JobRuns !== undefined && data.JobRuns !== null) {
2749
2749
  contents.JobRuns = deserializeAws_restJson1JobRunList(data.JobRuns, context);
2750
2750
  }
2751
2751
  if (data.NextToken !== undefined && data.NextToken !== null) {
2752
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2752
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2753
2753
  }
2754
2754
  return Promise.resolve(contents);
2755
2755
  };
@@ -2804,12 +2804,12 @@ const deserializeAws_restJson1ListJobsCommand = async (output, context) => {
2804
2804
  Jobs: undefined,
2805
2805
  NextToken: undefined,
2806
2806
  };
2807
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2807
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2808
2808
  if (data.Jobs !== undefined && data.Jobs !== null) {
2809
2809
  contents.Jobs = deserializeAws_restJson1JobList(data.Jobs, context);
2810
2810
  }
2811
2811
  if (data.NextToken !== undefined && data.NextToken !== null) {
2812
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2812
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2813
2813
  }
2814
2814
  return Promise.resolve(contents);
2815
2815
  };
@@ -2856,9 +2856,9 @@ const deserializeAws_restJson1ListProjectsCommand = async (output, context) => {
2856
2856
  NextToken: undefined,
2857
2857
  Projects: undefined,
2858
2858
  };
2859
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2859
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2860
2860
  if (data.NextToken !== undefined && data.NextToken !== null) {
2861
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2861
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2862
2862
  }
2863
2863
  if (data.Projects !== undefined && data.Projects !== null) {
2864
2864
  contents.Projects = deserializeAws_restJson1ProjectList(data.Projects, context);
@@ -2908,9 +2908,9 @@ const deserializeAws_restJson1ListRecipesCommand = async (output, context) => {
2908
2908
  NextToken: undefined,
2909
2909
  Recipes: undefined,
2910
2910
  };
2911
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2911
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2912
2912
  if (data.NextToken !== undefined && data.NextToken !== null) {
2913
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2913
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2914
2914
  }
2915
2915
  if (data.Recipes !== undefined && data.Recipes !== null) {
2916
2916
  contents.Recipes = deserializeAws_restJson1RecipeList(data.Recipes, context);
@@ -2960,9 +2960,9 @@ const deserializeAws_restJson1ListRecipeVersionsCommand = async (output, context
2960
2960
  NextToken: undefined,
2961
2961
  Recipes: undefined,
2962
2962
  };
2963
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2963
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2964
2964
  if (data.NextToken !== undefined && data.NextToken !== null) {
2965
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
2965
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
2966
2966
  }
2967
2967
  if (data.Recipes !== undefined && data.Recipes !== null) {
2968
2968
  contents.Recipes = deserializeAws_restJson1RecipeList(data.Recipes, context);
@@ -3012,9 +3012,9 @@ const deserializeAws_restJson1ListSchedulesCommand = async (output, context) =>
3012
3012
  NextToken: undefined,
3013
3013
  Schedules: undefined,
3014
3014
  };
3015
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3015
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3016
3016
  if (data.NextToken !== undefined && data.NextToken !== null) {
3017
- contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken);
3017
+ contents.NextToken = smithy_client_1.expectString(data.NextToken);
3018
3018
  }
3019
3019
  if (data.Schedules !== undefined && data.Schedules !== null) {
3020
3020
  contents.Schedules = deserializeAws_restJson1ScheduleList(data.Schedules, context);
@@ -3063,7 +3063,7 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
3063
3063
  $metadata: deserializeMetadata(output),
3064
3064
  Tags: undefined,
3065
3065
  };
3066
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3066
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3067
3067
  if (data.Tags !== undefined && data.Tags !== null) {
3068
3068
  contents.Tags = deserializeAws_restJson1TagMap(data.Tags, context);
3069
3069
  }
@@ -3127,9 +3127,9 @@ const deserializeAws_restJson1PublishRecipeCommand = async (output, context) =>
3127
3127
  $metadata: deserializeMetadata(output),
3128
3128
  Name: undefined,
3129
3129
  };
3130
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3130
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3131
3131
  if (data.Name !== undefined && data.Name !== null) {
3132
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3132
+ contents.Name = smithy_client_1.expectString(data.Name);
3133
3133
  }
3134
3134
  return Promise.resolve(contents);
3135
3135
  };
@@ -3193,15 +3193,15 @@ const deserializeAws_restJson1SendProjectSessionActionCommand = async (output, c
3193
3193
  Name: undefined,
3194
3194
  Result: undefined,
3195
3195
  };
3196
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3196
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3197
3197
  if (data.ActionId !== undefined && data.ActionId !== null) {
3198
- contents.ActionId = (0, smithy_client_1.expectInt32)(data.ActionId);
3198
+ contents.ActionId = smithy_client_1.expectInt32(data.ActionId);
3199
3199
  }
3200
3200
  if (data.Name !== undefined && data.Name !== null) {
3201
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3201
+ contents.Name = smithy_client_1.expectString(data.Name);
3202
3202
  }
3203
3203
  if (data.Result !== undefined && data.Result !== null) {
3204
- contents.Result = (0, smithy_client_1.expectString)(data.Result);
3204
+ contents.Result = smithy_client_1.expectString(data.Result);
3205
3205
  }
3206
3206
  return Promise.resolve(contents);
3207
3207
  };
@@ -3263,9 +3263,9 @@ const deserializeAws_restJson1StartJobRunCommand = async (output, context) => {
3263
3263
  $metadata: deserializeMetadata(output),
3264
3264
  RunId: undefined,
3265
3265
  };
3266
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3266
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3267
3267
  if (data.RunId !== undefined && data.RunId !== null) {
3268
- contents.RunId = (0, smithy_client_1.expectString)(data.RunId);
3268
+ contents.RunId = smithy_client_1.expectString(data.RunId);
3269
3269
  }
3270
3270
  return Promise.resolve(contents);
3271
3271
  };
@@ -3336,12 +3336,12 @@ const deserializeAws_restJson1StartProjectSessionCommand = async (output, contex
3336
3336
  ClientSessionId: undefined,
3337
3337
  Name: undefined,
3338
3338
  };
3339
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3339
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3340
3340
  if (data.ClientSessionId !== undefined && data.ClientSessionId !== null) {
3341
- contents.ClientSessionId = (0, smithy_client_1.expectString)(data.ClientSessionId);
3341
+ contents.ClientSessionId = smithy_client_1.expectString(data.ClientSessionId);
3342
3342
  }
3343
3343
  if (data.Name !== undefined && data.Name !== null) {
3344
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3344
+ contents.Name = smithy_client_1.expectString(data.Name);
3345
3345
  }
3346
3346
  return Promise.resolve(contents);
3347
3347
  };
@@ -3411,9 +3411,9 @@ const deserializeAws_restJson1StopJobRunCommand = async (output, context) => {
3411
3411
  $metadata: deserializeMetadata(output),
3412
3412
  RunId: undefined,
3413
3413
  };
3414
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3414
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3415
3415
  if (data.RunId !== undefined && data.RunId !== null) {
3416
- contents.RunId = (0, smithy_client_1.expectString)(data.RunId);
3416
+ contents.RunId = smithy_client_1.expectString(data.RunId);
3417
3417
  }
3418
3418
  return Promise.resolve(contents);
3419
3419
  };
@@ -3587,9 +3587,9 @@ const deserializeAws_restJson1UpdateDatasetCommand = async (output, context) =>
3587
3587
  $metadata: deserializeMetadata(output),
3588
3588
  Name: undefined,
3589
3589
  };
3590
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3590
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3591
3591
  if (data.Name !== undefined && data.Name !== null) {
3592
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3592
+ contents.Name = smithy_client_1.expectString(data.Name);
3593
3593
  }
3594
3594
  return Promise.resolve(contents);
3595
3595
  };
@@ -3651,9 +3651,9 @@ const deserializeAws_restJson1UpdateProfileJobCommand = async (output, context)
3651
3651
  $metadata: deserializeMetadata(output),
3652
3652
  Name: undefined,
3653
3653
  };
3654
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3654
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3655
3655
  if (data.Name !== undefined && data.Name !== null) {
3656
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3656
+ contents.Name = smithy_client_1.expectString(data.Name);
3657
3657
  }
3658
3658
  return Promise.resolve(contents);
3659
3659
  };
@@ -3716,12 +3716,12 @@ const deserializeAws_restJson1UpdateProjectCommand = async (output, context) =>
3716
3716
  LastModifiedDate: undefined,
3717
3717
  Name: undefined,
3718
3718
  };
3719
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3719
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3720
3720
  if (data.LastModifiedDate !== undefined && data.LastModifiedDate !== null) {
3721
- contents.LastModifiedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.LastModifiedDate)));
3721
+ contents.LastModifiedDate = smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(data.LastModifiedDate)));
3722
3722
  }
3723
3723
  if (data.Name !== undefined && data.Name !== null) {
3724
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3724
+ contents.Name = smithy_client_1.expectString(data.Name);
3725
3725
  }
3726
3726
  return Promise.resolve(contents);
3727
3727
  };
@@ -3775,9 +3775,9 @@ const deserializeAws_restJson1UpdateRecipeCommand = async (output, context) => {
3775
3775
  $metadata: deserializeMetadata(output),
3776
3776
  Name: undefined,
3777
3777
  };
3778
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3778
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3779
3779
  if (data.Name !== undefined && data.Name !== null) {
3780
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3780
+ contents.Name = smithy_client_1.expectString(data.Name);
3781
3781
  }
3782
3782
  return Promise.resolve(contents);
3783
3783
  };
@@ -3831,9 +3831,9 @@ const deserializeAws_restJson1UpdateRecipeJobCommand = async (output, context) =
3831
3831
  $metadata: deserializeMetadata(output),
3832
3832
  Name: undefined,
3833
3833
  };
3834
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3834
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3835
3835
  if (data.Name !== undefined && data.Name !== null) {
3836
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3836
+ contents.Name = smithy_client_1.expectString(data.Name);
3837
3837
  }
3838
3838
  return Promise.resolve(contents);
3839
3839
  };
@@ -3895,9 +3895,9 @@ const deserializeAws_restJson1UpdateScheduleCommand = async (output, context) =>
3895
3895
  $metadata: deserializeMetadata(output),
3896
3896
  Name: undefined,
3897
3897
  };
3898
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
3898
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
3899
3899
  if (data.Name !== undefined && data.Name !== null) {
3900
- contents.Name = (0, smithy_client_1.expectString)(data.Name);
3900
+ contents.Name = smithy_client_1.expectString(data.Name);
3901
3901
  }
3902
3902
  return Promise.resolve(contents);
3903
3903
  };
@@ -3960,7 +3960,7 @@ const deserializeAws_restJson1AccessDeniedExceptionResponse = async (parsedOutpu
3960
3960
  };
3961
3961
  const data = parsedOutput.body;
3962
3962
  if (data.Message !== undefined && data.Message !== null) {
3963
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
3963
+ contents.Message = smithy_client_1.expectString(data.Message);
3964
3964
  }
3965
3965
  return contents;
3966
3966
  };
@@ -3973,7 +3973,7 @@ const deserializeAws_restJson1ConflictExceptionResponse = async (parsedOutput, c
3973
3973
  };
3974
3974
  const data = parsedOutput.body;
3975
3975
  if (data.Message !== undefined && data.Message !== null) {
3976
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
3976
+ contents.Message = smithy_client_1.expectString(data.Message);
3977
3977
  }
3978
3978
  return contents;
3979
3979
  };
@@ -3986,7 +3986,7 @@ const deserializeAws_restJson1InternalServerExceptionResponse = async (parsedOut
3986
3986
  };
3987
3987
  const data = parsedOutput.body;
3988
3988
  if (data.Message !== undefined && data.Message !== null) {
3989
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
3989
+ contents.Message = smithy_client_1.expectString(data.Message);
3990
3990
  }
3991
3991
  return contents;
3992
3992
  };
@@ -3999,7 +3999,7 @@ const deserializeAws_restJson1ResourceNotFoundExceptionResponse = async (parsedO
3999
3999
  };
4000
4000
  const data = parsedOutput.body;
4001
4001
  if (data.Message !== undefined && data.Message !== null) {
4002
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
4002
+ contents.Message = smithy_client_1.expectString(data.Message);
4003
4003
  }
4004
4004
  return contents;
4005
4005
  };
@@ -4012,7 +4012,7 @@ const deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = async (par
4012
4012
  };
4013
4013
  const data = parsedOutput.body;
4014
4014
  if (data.Message !== undefined && data.Message !== null) {
4015
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
4015
+ contents.Message = smithy_client_1.expectString(data.Message);
4016
4016
  }
4017
4017
  return contents;
4018
4018
  };
@@ -4025,7 +4025,7 @@ const deserializeAws_restJson1ValidationExceptionResponse = async (parsedOutput,
4025
4025
  };
4026
4026
  const data = parsedOutput.body;
4027
4027
  if (data.Message !== undefined && data.Message !== null) {
4028
- contents.Message = (0, smithy_client_1.expectString)(data.Message);
4028
+ contents.Message = smithy_client_1.expectString(data.Message);
4029
4029
  }
4030
4030
  return contents;
4031
4031
  };
@@ -4525,13 +4525,13 @@ const deserializeAws_restJson1ColumnNameList = (output, context) => {
4525
4525
  if (entry === null) {
4526
4526
  return null;
4527
4527
  }
4528
- return (0, smithy_client_1.expectString)(entry);
4528
+ return smithy_client_1.expectString(entry);
4529
4529
  });
4530
4530
  };
4531
4531
  const deserializeAws_restJson1ColumnSelector = (output, context) => {
4532
4532
  return {
4533
- Name: (0, smithy_client_1.expectString)(output.Name),
4534
- Regex: (0, smithy_client_1.expectString)(output.Regex),
4533
+ Name: smithy_client_1.expectString(output.Name),
4534
+ Regex: smithy_client_1.expectString(output.Regex),
4535
4535
  };
4536
4536
  };
4537
4537
  const deserializeAws_restJson1ColumnSelectorList = (output, context) => {
@@ -4566,9 +4566,9 @@ const deserializeAws_restJson1ColumnStatisticsConfigurationList = (output, conte
4566
4566
  };
4567
4567
  const deserializeAws_restJson1ConditionExpression = (output, context) => {
4568
4568
  return {
4569
- Condition: (0, smithy_client_1.expectString)(output.Condition),
4570
- TargetColumn: (0, smithy_client_1.expectString)(output.TargetColumn),
4571
- Value: (0, smithy_client_1.expectString)(output.Value),
4569
+ Condition: smithy_client_1.expectString(output.Condition),
4570
+ TargetColumn: smithy_client_1.expectString(output.TargetColumn),
4571
+ Value: smithy_client_1.expectString(output.Value),
4572
4572
  };
4573
4573
  };
4574
4574
  const deserializeAws_restJson1ConditionExpressionList = (output, context) => {
@@ -4583,19 +4583,19 @@ const deserializeAws_restJson1ConditionExpressionList = (output, context) => {
4583
4583
  };
4584
4584
  const deserializeAws_restJson1CsvOptions = (output, context) => {
4585
4585
  return {
4586
- Delimiter: (0, smithy_client_1.expectString)(output.Delimiter),
4587
- HeaderRow: (0, smithy_client_1.expectBoolean)(output.HeaderRow),
4586
+ Delimiter: smithy_client_1.expectString(output.Delimiter),
4587
+ HeaderRow: smithy_client_1.expectBoolean(output.HeaderRow),
4588
4588
  };
4589
4589
  };
4590
4590
  const deserializeAws_restJson1CsvOutputOptions = (output, context) => {
4591
4591
  return {
4592
- Delimiter: (0, smithy_client_1.expectString)(output.Delimiter),
4592
+ Delimiter: smithy_client_1.expectString(output.Delimiter),
4593
4593
  };
4594
4594
  };
4595
4595
  const deserializeAws_restJson1DatabaseInputDefinition = (output, context) => {
4596
4596
  return {
4597
- DatabaseTableName: (0, smithy_client_1.expectString)(output.DatabaseTableName),
4598
- GlueConnectionName: (0, smithy_client_1.expectString)(output.GlueConnectionName),
4597
+ DatabaseTableName: smithy_client_1.expectString(output.DatabaseTableName),
4598
+ GlueConnectionName: smithy_client_1.expectString(output.GlueConnectionName),
4599
4599
  TempDirectory: output.TempDirectory !== undefined && output.TempDirectory !== null
4600
4600
  ? deserializeAws_restJson1S3Location(output.TempDirectory, context)
4601
4601
  : undefined,
@@ -4606,8 +4606,8 @@ const deserializeAws_restJson1DatabaseOutput = (output, context) => {
4606
4606
  DatabaseOptions: output.DatabaseOptions !== undefined && output.DatabaseOptions !== null
4607
4607
  ? deserializeAws_restJson1DatabaseTableOutputOptions(output.DatabaseOptions, context)
4608
4608
  : undefined,
4609
- DatabaseOutputMode: (0, smithy_client_1.expectString)(output.DatabaseOutputMode),
4610
- GlueConnectionName: (0, smithy_client_1.expectString)(output.GlueConnectionName),
4609
+ DatabaseOutputMode: smithy_client_1.expectString(output.DatabaseOutputMode),
4610
+ GlueConnectionName: smithy_client_1.expectString(output.GlueConnectionName),
4611
4611
  };
4612
4612
  };
4613
4613
  const deserializeAws_restJson1DatabaseOutputList = (output, context) => {
@@ -4622,7 +4622,7 @@ const deserializeAws_restJson1DatabaseOutputList = (output, context) => {
4622
4622
  };
4623
4623
  const deserializeAws_restJson1DatabaseTableOutputOptions = (output, context) => {
4624
4624
  return {
4625
- TableName: (0, smithy_client_1.expectString)(output.TableName),
4625
+ TableName: smithy_client_1.expectString(output.TableName),
4626
4626
  TempDirectory: output.TempDirectory !== undefined && output.TempDirectory !== null
4627
4627
  ? deserializeAws_restJson1S3Location(output.TempDirectory, context)
4628
4628
  : undefined,
@@ -4630,9 +4630,9 @@ const deserializeAws_restJson1DatabaseTableOutputOptions = (output, context) =>
4630
4630
  };
4631
4631
  const deserializeAws_restJson1DataCatalogInputDefinition = (output, context) => {
4632
4632
  return {
4633
- CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
4634
- DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
4635
- TableName: (0, smithy_client_1.expectString)(output.TableName),
4633
+ CatalogId: smithy_client_1.expectString(output.CatalogId),
4634
+ DatabaseName: smithy_client_1.expectString(output.DatabaseName),
4635
+ TableName: smithy_client_1.expectString(output.TableName),
4636
4636
  TempDirectory: output.TempDirectory !== undefined && output.TempDirectory !== null
4637
4637
  ? deserializeAws_restJson1S3Location(output.TempDirectory, context)
4638
4638
  : undefined,
@@ -4640,16 +4640,16 @@ const deserializeAws_restJson1DataCatalogInputDefinition = (output, context) =>
4640
4640
  };
4641
4641
  const deserializeAws_restJson1DataCatalogOutput = (output, context) => {
4642
4642
  return {
4643
- CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
4644
- DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
4643
+ CatalogId: smithy_client_1.expectString(output.CatalogId),
4644
+ DatabaseName: smithy_client_1.expectString(output.DatabaseName),
4645
4645
  DatabaseOptions: output.DatabaseOptions !== undefined && output.DatabaseOptions !== null
4646
4646
  ? deserializeAws_restJson1DatabaseTableOutputOptions(output.DatabaseOptions, context)
4647
4647
  : undefined,
4648
- Overwrite: (0, smithy_client_1.expectBoolean)(output.Overwrite),
4648
+ Overwrite: smithy_client_1.expectBoolean(output.Overwrite),
4649
4649
  S3Options: output.S3Options !== undefined && output.S3Options !== null
4650
4650
  ? deserializeAws_restJson1S3TableOutputOptions(output.S3Options, context)
4651
4651
  : undefined,
4652
- TableName: (0, smithy_client_1.expectString)(output.TableName),
4652
+ TableName: smithy_client_1.expectString(output.TableName),
4653
4653
  };
4654
4654
  };
4655
4655
  const deserializeAws_restJson1DataCatalogOutputList = (output, context) => {
@@ -4664,28 +4664,28 @@ const deserializeAws_restJson1DataCatalogOutputList = (output, context) => {
4664
4664
  };
4665
4665
  const deserializeAws_restJson1Dataset = (output, context) => {
4666
4666
  return {
4667
- AccountId: (0, smithy_client_1.expectString)(output.AccountId),
4667
+ AccountId: smithy_client_1.expectString(output.AccountId),
4668
4668
  CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
4669
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
4669
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateDate)))
4670
4670
  : undefined,
4671
- CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
4672
- Format: (0, smithy_client_1.expectString)(output.Format),
4671
+ CreatedBy: smithy_client_1.expectString(output.CreatedBy),
4672
+ Format: smithy_client_1.expectString(output.Format),
4673
4673
  FormatOptions: output.FormatOptions !== undefined && output.FormatOptions !== null
4674
4674
  ? deserializeAws_restJson1FormatOptions(output.FormatOptions, context)
4675
4675
  : undefined,
4676
4676
  Input: output.Input !== undefined && output.Input !== null
4677
4677
  ? deserializeAws_restJson1Input(output.Input, context)
4678
4678
  : undefined,
4679
- LastModifiedBy: (0, smithy_client_1.expectString)(output.LastModifiedBy),
4679
+ LastModifiedBy: smithy_client_1.expectString(output.LastModifiedBy),
4680
4680
  LastModifiedDate: output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
4681
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate)))
4681
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedDate)))
4682
4682
  : undefined,
4683
- Name: (0, smithy_client_1.expectString)(output.Name),
4683
+ Name: smithy_client_1.expectString(output.Name),
4684
4684
  PathOptions: output.PathOptions !== undefined && output.PathOptions !== null
4685
4685
  ? deserializeAws_restJson1PathOptions(output.PathOptions, context)
4686
4686
  : undefined,
4687
- ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
4688
- Source: (0, smithy_client_1.expectString)(output.Source),
4687
+ ResourceArn: smithy_client_1.expectString(output.ResourceArn),
4688
+ Source: smithy_client_1.expectString(output.Source),
4689
4689
  Tags: output.Tags !== undefined && output.Tags !== null
4690
4690
  ? deserializeAws_restJson1TagMap(output.Tags, context)
4691
4691
  : undefined,
@@ -4703,27 +4703,27 @@ const deserializeAws_restJson1DatasetList = (output, context) => {
4703
4703
  };
4704
4704
  const deserializeAws_restJson1DatasetParameter = (output, context) => {
4705
4705
  return {
4706
- CreateColumn: (0, smithy_client_1.expectBoolean)(output.CreateColumn),
4706
+ CreateColumn: smithy_client_1.expectBoolean(output.CreateColumn),
4707
4707
  DatetimeOptions: output.DatetimeOptions !== undefined && output.DatetimeOptions !== null
4708
4708
  ? deserializeAws_restJson1DatetimeOptions(output.DatetimeOptions, context)
4709
4709
  : undefined,
4710
4710
  Filter: output.Filter !== undefined && output.Filter !== null
4711
4711
  ? deserializeAws_restJson1FilterExpression(output.Filter, context)
4712
4712
  : undefined,
4713
- Name: (0, smithy_client_1.expectString)(output.Name),
4714
- Type: (0, smithy_client_1.expectString)(output.Type),
4713
+ Name: smithy_client_1.expectString(output.Name),
4714
+ Type: smithy_client_1.expectString(output.Type),
4715
4715
  };
4716
4716
  };
4717
4717
  const deserializeAws_restJson1DatetimeOptions = (output, context) => {
4718
4718
  return {
4719
- Format: (0, smithy_client_1.expectString)(output.Format),
4720
- LocaleCode: (0, smithy_client_1.expectString)(output.LocaleCode),
4721
- TimezoneOffset: (0, smithy_client_1.expectString)(output.TimezoneOffset),
4719
+ Format: smithy_client_1.expectString(output.Format),
4720
+ LocaleCode: smithy_client_1.expectString(output.LocaleCode),
4721
+ TimezoneOffset: smithy_client_1.expectString(output.TimezoneOffset),
4722
4722
  };
4723
4723
  };
4724
4724
  const deserializeAws_restJson1ExcelOptions = (output, context) => {
4725
4725
  return {
4726
- HeaderRow: (0, smithy_client_1.expectBoolean)(output.HeaderRow),
4726
+ HeaderRow: smithy_client_1.expectBoolean(output.HeaderRow),
4727
4727
  SheetIndexes: output.SheetIndexes !== undefined && output.SheetIndexes !== null
4728
4728
  ? deserializeAws_restJson1SheetIndexList(output.SheetIndexes, context)
4729
4729
  : undefined,
@@ -4734,14 +4734,14 @@ const deserializeAws_restJson1ExcelOptions = (output, context) => {
4734
4734
  };
4735
4735
  const deserializeAws_restJson1FilesLimit = (output, context) => {
4736
4736
  return {
4737
- MaxFiles: (0, smithy_client_1.expectInt32)(output.MaxFiles),
4738
- Order: (0, smithy_client_1.expectString)(output.Order),
4739
- OrderedBy: (0, smithy_client_1.expectString)(output.OrderedBy),
4737
+ MaxFiles: smithy_client_1.expectInt32(output.MaxFiles),
4738
+ Order: smithy_client_1.expectString(output.Order),
4739
+ OrderedBy: smithy_client_1.expectString(output.OrderedBy),
4740
4740
  };
4741
4741
  };
4742
4742
  const deserializeAws_restJson1FilterExpression = (output, context) => {
4743
4743
  return {
4744
- Expression: (0, smithy_client_1.expectString)(output.Expression),
4744
+ Expression: smithy_client_1.expectString(output.Expression),
4745
4745
  ValuesMap: output.ValuesMap !== undefined && output.ValuesMap !== null
4746
4746
  ? deserializeAws_restJson1ValuesMap(output.ValuesMap, context)
4747
4747
  : undefined,
@@ -4775,45 +4775,45 @@ const deserializeAws_restJson1Input = (output, context) => {
4775
4775
  };
4776
4776
  const deserializeAws_restJson1Job = (output, context) => {
4777
4777
  return {
4778
- AccountId: (0, smithy_client_1.expectString)(output.AccountId),
4778
+ AccountId: smithy_client_1.expectString(output.AccountId),
4779
4779
  CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
4780
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
4780
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateDate)))
4781
4781
  : undefined,
4782
- CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
4782
+ CreatedBy: smithy_client_1.expectString(output.CreatedBy),
4783
4783
  DataCatalogOutputs: output.DataCatalogOutputs !== undefined && output.DataCatalogOutputs !== null
4784
4784
  ? deserializeAws_restJson1DataCatalogOutputList(output.DataCatalogOutputs, context)
4785
4785
  : undefined,
4786
4786
  DatabaseOutputs: output.DatabaseOutputs !== undefined && output.DatabaseOutputs !== null
4787
4787
  ? deserializeAws_restJson1DatabaseOutputList(output.DatabaseOutputs, context)
4788
4788
  : undefined,
4789
- DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
4790
- EncryptionKeyArn: (0, smithy_client_1.expectString)(output.EncryptionKeyArn),
4791
- EncryptionMode: (0, smithy_client_1.expectString)(output.EncryptionMode),
4789
+ DatasetName: smithy_client_1.expectString(output.DatasetName),
4790
+ EncryptionKeyArn: smithy_client_1.expectString(output.EncryptionKeyArn),
4791
+ EncryptionMode: smithy_client_1.expectString(output.EncryptionMode),
4792
4792
  JobSample: output.JobSample !== undefined && output.JobSample !== null
4793
4793
  ? deserializeAws_restJson1JobSample(output.JobSample, context)
4794
4794
  : undefined,
4795
- LastModifiedBy: (0, smithy_client_1.expectString)(output.LastModifiedBy),
4795
+ LastModifiedBy: smithy_client_1.expectString(output.LastModifiedBy),
4796
4796
  LastModifiedDate: output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
4797
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate)))
4797
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedDate)))
4798
4798
  : undefined,
4799
- LogSubscription: (0, smithy_client_1.expectString)(output.LogSubscription),
4800
- MaxCapacity: (0, smithy_client_1.expectInt32)(output.MaxCapacity),
4801
- MaxRetries: (0, smithy_client_1.expectInt32)(output.MaxRetries),
4802
- Name: (0, smithy_client_1.expectString)(output.Name),
4799
+ LogSubscription: smithy_client_1.expectString(output.LogSubscription),
4800
+ MaxCapacity: smithy_client_1.expectInt32(output.MaxCapacity),
4801
+ MaxRetries: smithy_client_1.expectInt32(output.MaxRetries),
4802
+ Name: smithy_client_1.expectString(output.Name),
4803
4803
  Outputs: output.Outputs !== undefined && output.Outputs !== null
4804
4804
  ? deserializeAws_restJson1OutputList(output.Outputs, context)
4805
4805
  : undefined,
4806
- ProjectName: (0, smithy_client_1.expectString)(output.ProjectName),
4806
+ ProjectName: smithy_client_1.expectString(output.ProjectName),
4807
4807
  RecipeReference: output.RecipeReference !== undefined && output.RecipeReference !== null
4808
4808
  ? deserializeAws_restJson1RecipeReference(output.RecipeReference, context)
4809
4809
  : undefined,
4810
- ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
4811
- RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
4810
+ ResourceArn: smithy_client_1.expectString(output.ResourceArn),
4811
+ RoleArn: smithy_client_1.expectString(output.RoleArn),
4812
4812
  Tags: output.Tags !== undefined && output.Tags !== null
4813
4813
  ? deserializeAws_restJson1TagMap(output.Tags, context)
4814
4814
  : undefined,
4815
- Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
4816
- Type: (0, smithy_client_1.expectString)(output.Type),
4815
+ Timeout: smithy_client_1.expectInt32(output.Timeout),
4816
+ Type: smithy_client_1.expectString(output.Type),
4817
4817
  };
4818
4818
  };
4819
4819
  const deserializeAws_restJson1JobList = (output, context) => {
@@ -4833,14 +4833,14 @@ const deserializeAws_restJson1JobNameList = (output, context) => {
4833
4833
  if (entry === null) {
4834
4834
  return null;
4835
4835
  }
4836
- return (0, smithy_client_1.expectString)(entry);
4836
+ return smithy_client_1.expectString(entry);
4837
4837
  });
4838
4838
  };
4839
4839
  const deserializeAws_restJson1JobRun = (output, context) => {
4840
4840
  return {
4841
- Attempt: (0, smithy_client_1.expectInt32)(output.Attempt),
4841
+ Attempt: smithy_client_1.expectInt32(output.Attempt),
4842
4842
  CompletedOn: output.CompletedOn !== undefined && output.CompletedOn !== null
4843
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
4843
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletedOn)))
4844
4844
  : undefined,
4845
4845
  DataCatalogOutputs: output.DataCatalogOutputs !== undefined && output.DataCatalogOutputs !== null
4846
4846
  ? deserializeAws_restJson1DataCatalogOutputList(output.DataCatalogOutputs, context)
@@ -4848,27 +4848,27 @@ const deserializeAws_restJson1JobRun = (output, context) => {
4848
4848
  DatabaseOutputs: output.DatabaseOutputs !== undefined && output.DatabaseOutputs !== null
4849
4849
  ? deserializeAws_restJson1DatabaseOutputList(output.DatabaseOutputs, context)
4850
4850
  : undefined,
4851
- DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
4852
- ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
4853
- ExecutionTime: (0, smithy_client_1.expectInt32)(output.ExecutionTime),
4854
- JobName: (0, smithy_client_1.expectString)(output.JobName),
4851
+ DatasetName: smithy_client_1.expectString(output.DatasetName),
4852
+ ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
4853
+ ExecutionTime: smithy_client_1.expectInt32(output.ExecutionTime),
4854
+ JobName: smithy_client_1.expectString(output.JobName),
4855
4855
  JobSample: output.JobSample !== undefined && output.JobSample !== null
4856
4856
  ? deserializeAws_restJson1JobSample(output.JobSample, context)
4857
4857
  : undefined,
4858
- LogGroupName: (0, smithy_client_1.expectString)(output.LogGroupName),
4859
- LogSubscription: (0, smithy_client_1.expectString)(output.LogSubscription),
4858
+ LogGroupName: smithy_client_1.expectString(output.LogGroupName),
4859
+ LogSubscription: smithy_client_1.expectString(output.LogSubscription),
4860
4860
  Outputs: output.Outputs !== undefined && output.Outputs !== null
4861
4861
  ? deserializeAws_restJson1OutputList(output.Outputs, context)
4862
4862
  : undefined,
4863
4863
  RecipeReference: output.RecipeReference !== undefined && output.RecipeReference !== null
4864
4864
  ? deserializeAws_restJson1RecipeReference(output.RecipeReference, context)
4865
4865
  : undefined,
4866
- RunId: (0, smithy_client_1.expectString)(output.RunId),
4867
- StartedBy: (0, smithy_client_1.expectString)(output.StartedBy),
4866
+ RunId: smithy_client_1.expectString(output.RunId),
4867
+ StartedBy: smithy_client_1.expectString(output.StartedBy),
4868
4868
  StartedOn: output.StartedOn !== undefined && output.StartedOn !== null
4869
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn)))
4869
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartedOn)))
4870
4870
  : undefined,
4871
- State: (0, smithy_client_1.expectString)(output.State),
4871
+ State: smithy_client_1.expectString(output.State),
4872
4872
  };
4873
4873
  };
4874
4874
  const deserializeAws_restJson1JobRunList = (output, context) => {
@@ -4883,26 +4883,26 @@ const deserializeAws_restJson1JobRunList = (output, context) => {
4883
4883
  };
4884
4884
  const deserializeAws_restJson1JobSample = (output, context) => {
4885
4885
  return {
4886
- Mode: (0, smithy_client_1.expectString)(output.Mode),
4887
- Size: (0, smithy_client_1.expectLong)(output.Size),
4886
+ Mode: smithy_client_1.expectString(output.Mode),
4887
+ Size: smithy_client_1.expectLong(output.Size),
4888
4888
  };
4889
4889
  };
4890
4890
  const deserializeAws_restJson1JsonOptions = (output, context) => {
4891
4891
  return {
4892
- MultiLine: (0, smithy_client_1.expectBoolean)(output.MultiLine),
4892
+ MultiLine: smithy_client_1.expectBoolean(output.MultiLine),
4893
4893
  };
4894
4894
  };
4895
4895
  const deserializeAws_restJson1Output = (output, context) => {
4896
4896
  return {
4897
- CompressionFormat: (0, smithy_client_1.expectString)(output.CompressionFormat),
4898
- Format: (0, smithy_client_1.expectString)(output.Format),
4897
+ CompressionFormat: smithy_client_1.expectString(output.CompressionFormat),
4898
+ Format: smithy_client_1.expectString(output.Format),
4899
4899
  FormatOptions: output.FormatOptions !== undefined && output.FormatOptions !== null
4900
4900
  ? deserializeAws_restJson1OutputFormatOptions(output.FormatOptions, context)
4901
4901
  : undefined,
4902
4902
  Location: output.Location !== undefined && output.Location !== null
4903
4903
  ? deserializeAws_restJson1S3Location(output.Location, context)
4904
4904
  : undefined,
4905
- Overwrite: (0, smithy_client_1.expectBoolean)(output.Overwrite),
4905
+ Overwrite: smithy_client_1.expectBoolean(output.Overwrite),
4906
4906
  PartitionColumns: output.PartitionColumns !== undefined && output.PartitionColumns !== null
4907
4907
  ? deserializeAws_restJson1ColumnNameList(output.PartitionColumns, context)
4908
4908
  : undefined,
@@ -4932,7 +4932,7 @@ const deserializeAws_restJson1ParameterMap = (output, context) => {
4932
4932
  }
4933
4933
  return {
4934
4934
  ...acc,
4935
- [key]: (0, smithy_client_1.expectString)(value),
4935
+ [key]: smithy_client_1.expectString(value),
4936
4936
  };
4937
4937
  }, {});
4938
4938
  };
@@ -4975,24 +4975,24 @@ const deserializeAws_restJson1ProfileConfiguration = (output, context) => {
4975
4975
  };
4976
4976
  const deserializeAws_restJson1Project = (output, context) => {
4977
4977
  return {
4978
- AccountId: (0, smithy_client_1.expectString)(output.AccountId),
4978
+ AccountId: smithy_client_1.expectString(output.AccountId),
4979
4979
  CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
4980
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
4980
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateDate)))
4981
4981
  : undefined,
4982
- CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
4983
- DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
4984
- LastModifiedBy: (0, smithy_client_1.expectString)(output.LastModifiedBy),
4982
+ CreatedBy: smithy_client_1.expectString(output.CreatedBy),
4983
+ DatasetName: smithy_client_1.expectString(output.DatasetName),
4984
+ LastModifiedBy: smithy_client_1.expectString(output.LastModifiedBy),
4985
4985
  LastModifiedDate: output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
4986
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate)))
4986
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedDate)))
4987
4987
  : undefined,
4988
- Name: (0, smithy_client_1.expectString)(output.Name),
4988
+ Name: smithy_client_1.expectString(output.Name),
4989
4989
  OpenDate: output.OpenDate !== undefined && output.OpenDate !== null
4990
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.OpenDate)))
4990
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.OpenDate)))
4991
4991
  : undefined,
4992
- OpenedBy: (0, smithy_client_1.expectString)(output.OpenedBy),
4993
- RecipeName: (0, smithy_client_1.expectString)(output.RecipeName),
4994
- ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
4995
- RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
4992
+ OpenedBy: smithy_client_1.expectString(output.OpenedBy),
4993
+ RecipeName: smithy_client_1.expectString(output.RecipeName),
4994
+ ResourceArn: smithy_client_1.expectString(output.ResourceArn),
4995
+ RoleArn: smithy_client_1.expectString(output.RoleArn),
4996
4996
  Sample: output.Sample !== undefined && output.Sample !== null
4997
4997
  ? deserializeAws_restJson1Sample(output.Sample, context)
4998
4998
  : undefined,
@@ -5014,22 +5014,22 @@ const deserializeAws_restJson1ProjectList = (output, context) => {
5014
5014
  const deserializeAws_restJson1Recipe = (output, context) => {
5015
5015
  return {
5016
5016
  CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
5017
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
5017
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateDate)))
5018
5018
  : undefined,
5019
- CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
5020
- Description: (0, smithy_client_1.expectString)(output.Description),
5021
- LastModifiedBy: (0, smithy_client_1.expectString)(output.LastModifiedBy),
5019
+ CreatedBy: smithy_client_1.expectString(output.CreatedBy),
5020
+ Description: smithy_client_1.expectString(output.Description),
5021
+ LastModifiedBy: smithy_client_1.expectString(output.LastModifiedBy),
5022
5022
  LastModifiedDate: output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
5023
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate)))
5023
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedDate)))
5024
5024
  : undefined,
5025
- Name: (0, smithy_client_1.expectString)(output.Name),
5026
- ProjectName: (0, smithy_client_1.expectString)(output.ProjectName),
5027
- PublishedBy: (0, smithy_client_1.expectString)(output.PublishedBy),
5025
+ Name: smithy_client_1.expectString(output.Name),
5026
+ ProjectName: smithy_client_1.expectString(output.ProjectName),
5027
+ PublishedBy: smithy_client_1.expectString(output.PublishedBy),
5028
5028
  PublishedDate: output.PublishedDate !== undefined && output.PublishedDate !== null
5029
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.PublishedDate)))
5029
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.PublishedDate)))
5030
5030
  : undefined,
5031
- RecipeVersion: (0, smithy_client_1.expectString)(output.RecipeVersion),
5032
- ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
5031
+ RecipeVersion: smithy_client_1.expectString(output.RecipeVersion),
5032
+ ResourceArn: smithy_client_1.expectString(output.ResourceArn),
5033
5033
  Steps: output.Steps !== undefined && output.Steps !== null
5034
5034
  ? deserializeAws_restJson1RecipeStepList(output.Steps, context)
5035
5035
  : undefined,
@@ -5040,7 +5040,7 @@ const deserializeAws_restJson1Recipe = (output, context) => {
5040
5040
  };
5041
5041
  const deserializeAws_restJson1RecipeAction = (output, context) => {
5042
5042
  return {
5043
- Operation: (0, smithy_client_1.expectString)(output.Operation),
5043
+ Operation: smithy_client_1.expectString(output.Operation),
5044
5044
  Parameters: output.Parameters !== undefined && output.Parameters !== null
5045
5045
  ? deserializeAws_restJson1ParameterMap(output.Parameters, context)
5046
5046
  : undefined,
@@ -5068,8 +5068,8 @@ const deserializeAws_restJson1RecipeList = (output, context) => {
5068
5068
  };
5069
5069
  const deserializeAws_restJson1RecipeReference = (output, context) => {
5070
5070
  return {
5071
- Name: (0, smithy_client_1.expectString)(output.Name),
5072
- RecipeVersion: (0, smithy_client_1.expectString)(output.RecipeVersion),
5071
+ Name: smithy_client_1.expectString(output.Name),
5072
+ RecipeVersion: smithy_client_1.expectString(output.RecipeVersion),
5073
5073
  };
5074
5074
  };
5075
5075
  const deserializeAws_restJson1RecipeStep = (output, context) => {
@@ -5094,15 +5094,15 @@ const deserializeAws_restJson1RecipeStepList = (output, context) => {
5094
5094
  };
5095
5095
  const deserializeAws_restJson1RecipeVersionErrorDetail = (output, context) => {
5096
5096
  return {
5097
- ErrorCode: (0, smithy_client_1.expectString)(output.ErrorCode),
5098
- ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
5099
- RecipeVersion: (0, smithy_client_1.expectString)(output.RecipeVersion),
5097
+ ErrorCode: smithy_client_1.expectString(output.ErrorCode),
5098
+ ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
5099
+ RecipeVersion: smithy_client_1.expectString(output.RecipeVersion),
5100
5100
  };
5101
5101
  };
5102
5102
  const deserializeAws_restJson1S3Location = (output, context) => {
5103
5103
  return {
5104
- Bucket: (0, smithy_client_1.expectString)(output.Bucket),
5105
- Key: (0, smithy_client_1.expectString)(output.Key),
5104
+ Bucket: smithy_client_1.expectString(output.Bucket),
5105
+ Key: smithy_client_1.expectString(output.Key),
5106
5106
  };
5107
5107
  };
5108
5108
  const deserializeAws_restJson1S3TableOutputOptions = (output, context) => {
@@ -5114,27 +5114,27 @@ const deserializeAws_restJson1S3TableOutputOptions = (output, context) => {
5114
5114
  };
5115
5115
  const deserializeAws_restJson1Sample = (output, context) => {
5116
5116
  return {
5117
- Size: (0, smithy_client_1.expectInt32)(output.Size),
5118
- Type: (0, smithy_client_1.expectString)(output.Type),
5117
+ Size: smithy_client_1.expectInt32(output.Size),
5118
+ Type: smithy_client_1.expectString(output.Type),
5119
5119
  };
5120
5120
  };
5121
5121
  const deserializeAws_restJson1Schedule = (output, context) => {
5122
5122
  return {
5123
- AccountId: (0, smithy_client_1.expectString)(output.AccountId),
5123
+ AccountId: smithy_client_1.expectString(output.AccountId),
5124
5124
  CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
5125
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
5125
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateDate)))
5126
5126
  : undefined,
5127
- CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
5128
- CronExpression: (0, smithy_client_1.expectString)(output.CronExpression),
5127
+ CreatedBy: smithy_client_1.expectString(output.CreatedBy),
5128
+ CronExpression: smithy_client_1.expectString(output.CronExpression),
5129
5129
  JobNames: output.JobNames !== undefined && output.JobNames !== null
5130
5130
  ? deserializeAws_restJson1JobNameList(output.JobNames, context)
5131
5131
  : undefined,
5132
- LastModifiedBy: (0, smithy_client_1.expectString)(output.LastModifiedBy),
5132
+ LastModifiedBy: smithy_client_1.expectString(output.LastModifiedBy),
5133
5133
  LastModifiedDate: output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
5134
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate)))
5134
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedDate)))
5135
5135
  : undefined,
5136
- Name: (0, smithy_client_1.expectString)(output.Name),
5137
- ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
5136
+ Name: smithy_client_1.expectString(output.Name),
5137
+ ResourceArn: smithy_client_1.expectString(output.ResourceArn),
5138
5138
  Tags: output.Tags !== undefined && output.Tags !== null
5139
5139
  ? deserializeAws_restJson1TagMap(output.Tags, context)
5140
5140
  : undefined,
@@ -5157,7 +5157,7 @@ const deserializeAws_restJson1SheetIndexList = (output, context) => {
5157
5157
  if (entry === null) {
5158
5158
  return null;
5159
5159
  }
5160
- return (0, smithy_client_1.expectInt32)(entry);
5160
+ return smithy_client_1.expectInt32(entry);
5161
5161
  });
5162
5162
  };
5163
5163
  const deserializeAws_restJson1SheetNameList = (output, context) => {
@@ -5167,7 +5167,7 @@ const deserializeAws_restJson1SheetNameList = (output, context) => {
5167
5167
  if (entry === null) {
5168
5168
  return null;
5169
5169
  }
5170
- return (0, smithy_client_1.expectString)(entry);
5170
+ return smithy_client_1.expectString(entry);
5171
5171
  });
5172
5172
  };
5173
5173
  const deserializeAws_restJson1StatisticList = (output, context) => {
@@ -5177,7 +5177,7 @@ const deserializeAws_restJson1StatisticList = (output, context) => {
5177
5177
  if (entry === null) {
5178
5178
  return null;
5179
5179
  }
5180
- return (0, smithy_client_1.expectString)(entry);
5180
+ return smithy_client_1.expectString(entry);
5181
5181
  });
5182
5182
  };
5183
5183
  const deserializeAws_restJson1StatisticOverride = (output, context) => {
@@ -5185,7 +5185,7 @@ const deserializeAws_restJson1StatisticOverride = (output, context) => {
5185
5185
  Parameters: output.Parameters !== undefined && output.Parameters !== null
5186
5186
  ? deserializeAws_restJson1ParameterMap(output.Parameters, context)
5187
5187
  : undefined,
5188
- Statistic: (0, smithy_client_1.expectString)(output.Statistic),
5188
+ Statistic: smithy_client_1.expectString(output.Statistic),
5189
5189
  };
5190
5190
  };
5191
5191
  const deserializeAws_restJson1StatisticOverrideList = (output, context) => {
@@ -5215,7 +5215,7 @@ const deserializeAws_restJson1TagMap = (output, context) => {
5215
5215
  }
5216
5216
  return {
5217
5217
  ...acc,
5218
- [key]: (0, smithy_client_1.expectString)(value),
5218
+ [key]: smithy_client_1.expectString(value),
5219
5219
  };
5220
5220
  }, {});
5221
5221
  };
@@ -5226,7 +5226,7 @@ const deserializeAws_restJson1ValuesMap = (output, context) => {
5226
5226
  }
5227
5227
  return {
5228
5228
  ...acc,
5229
- [key]: (0, smithy_client_1.expectString)(value),
5229
+ [key]: smithy_client_1.expectString(value),
5230
5230
  };
5231
5231
  }, {});
5232
5232
  };