@aws-sdk/client-machine-learning 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 (443) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/MachineLearning.js +1 -1
  3. package/dist-cjs/MachineLearning.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/MachineLearningClient.js +14 -14
  5. package/dist-cjs/MachineLearningClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +5 -5
  7. package/dist-cjs/commands/AddTagsCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateBatchPredictionCommand.js +5 -5
  9. package/dist-cjs/commands/CreateBatchPredictionCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRDSCommand.js +5 -5
  11. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRedshiftCommand.js +5 -5
  13. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromS3Command.js +5 -5
  15. package/dist-cjs/commands/CreateDataSourceFromS3Command.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/CreateEvaluationCommand.js +5 -5
  17. package/dist-cjs/commands/CreateEvaluationCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/CreateMLModelCommand.js +5 -5
  19. package/dist-cjs/commands/CreateMLModelCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/CreateRealtimeEndpointCommand.js +5 -5
  21. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DeleteBatchPredictionCommand.js +5 -5
  23. package/dist-cjs/commands/DeleteBatchPredictionCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/DeleteDataSourceCommand.js +5 -5
  25. package/dist-cjs/commands/DeleteDataSourceCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/DeleteEvaluationCommand.js +5 -5
  27. package/dist-cjs/commands/DeleteEvaluationCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/DeleteMLModelCommand.js +5 -5
  29. package/dist-cjs/commands/DeleteMLModelCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/DeleteRealtimeEndpointCommand.js +5 -5
  31. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +5 -5
  33. package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/DescribeBatchPredictionsCommand.js +5 -5
  35. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/DescribeDataSourcesCommand.js +5 -5
  37. package/dist-cjs/commands/DescribeDataSourcesCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/DescribeEvaluationsCommand.js +5 -5
  39. package/dist-cjs/commands/DescribeEvaluationsCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/DescribeMLModelsCommand.js +5 -5
  41. package/dist-cjs/commands/DescribeMLModelsCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +5 -5
  43. package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/GetBatchPredictionCommand.js +5 -5
  45. package/dist-cjs/commands/GetBatchPredictionCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/GetDataSourceCommand.js +5 -5
  47. package/dist-cjs/commands/GetDataSourceCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/GetEvaluationCommand.js +5 -5
  49. package/dist-cjs/commands/GetEvaluationCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/GetMLModelCommand.js +5 -5
  51. package/dist-cjs/commands/GetMLModelCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/PredictCommand.js +6 -6
  53. package/dist-cjs/commands/PredictCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/UpdateBatchPredictionCommand.js +5 -5
  55. package/dist-cjs/commands/UpdateBatchPredictionCommand.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/commands/UpdateDataSourceCommand.js +5 -5
  57. package/dist-cjs/commands/UpdateDataSourceCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/UpdateEvaluationCommand.js +5 -5
  59. package/dist-cjs/commands/UpdateEvaluationCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/commands/UpdateMLModelCommand.js +5 -5
  61. package/dist-cjs/commands/UpdateMLModelCommand.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  63. package/dist-cjs/endpoints.js.map +1 -0
  64. package/dist-cjs/index.js +44 -0
  65. package/dist-cjs/index.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  67. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  68. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  69. package/dist-cjs/models/models_0.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/pagination/DescribeBatchPredictionsPaginator.js +1 -1
  71. package/dist-cjs/pagination/DescribeBatchPredictionsPaginator.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/pagination/DescribeDataSourcesPaginator.js +1 -1
  73. package/dist-cjs/pagination/DescribeDataSourcesPaginator.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/pagination/DescribeEvaluationsPaginator.js +1 -1
  75. package/dist-cjs/pagination/DescribeEvaluationsPaginator.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/pagination/DescribeMLModelsPaginator.js +1 -1
  77. package/dist-cjs/pagination/DescribeMLModelsPaginator.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  79. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  80. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +193 -193
  81. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  83. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  85. package/dist-cjs/runtimeConfig.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  87. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  89. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/waiters/waitForBatchPredictionAvailable.js +13 -13
  91. package/dist-cjs/waiters/waitForBatchPredictionAvailable.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/waiters/waitForDataSourceAvailable.js +13 -13
  93. package/dist-cjs/waiters/waitForDataSourceAvailable.js.map +1 -0
  94. package/{dist/cjs → dist-cjs}/waiters/waitForEvaluationAvailable.js +13 -13
  95. package/dist-cjs/waiters/waitForEvaluationAvailable.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/waiters/waitForMLModelAvailable.js +13 -13
  97. package/dist-cjs/waiters/waitForMLModelAvailable.js.map +1 -0
  98. package/{dist/es → dist-es}/MachineLearning.js +2 -6
  99. package/dist-es/MachineLearning.js.map +1 -0
  100. package/{dist/es → dist-es}/MachineLearningClient.js +2 -11
  101. package/dist-es/MachineLearningClient.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -31
  103. package/dist-es/commands/AddTagsCommand.js.map +1 -0
  104. package/dist-es/commands/CreateBatchPredictionCommand.js +40 -0
  105. package/dist-es/commands/CreateBatchPredictionCommand.js.map +1 -0
  106. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +40 -0
  107. package/dist-es/commands/CreateDataSourceFromRDSCommand.js.map +1 -0
  108. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +40 -0
  109. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js.map +1 -0
  110. package/dist-es/commands/CreateDataSourceFromS3Command.js +40 -0
  111. package/dist-es/commands/CreateDataSourceFromS3Command.js.map +1 -0
  112. package/dist-es/commands/CreateEvaluationCommand.js +40 -0
  113. package/dist-es/commands/CreateEvaluationCommand.js.map +1 -0
  114. package/dist-es/commands/CreateMLModelCommand.js +40 -0
  115. package/dist-es/commands/CreateMLModelCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/CreateRealtimeEndpointCommand.js +4 -29
  117. package/dist-es/commands/CreateRealtimeEndpointCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/DeleteBatchPredictionCommand.js +4 -34
  119. package/dist-es/commands/DeleteBatchPredictionCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/DeleteDataSourceCommand.js +4 -32
  121. package/dist-es/commands/DeleteDataSourceCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/DeleteEvaluationCommand.js +4 -34
  123. package/dist-es/commands/DeleteEvaluationCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/DeleteMLModelCommand.js +4 -34
  125. package/dist-es/commands/DeleteMLModelCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/DeleteRealtimeEndpointCommand.js +4 -29
  127. package/dist-es/commands/DeleteRealtimeEndpointCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/DeleteTagsCommand.js +4 -30
  129. package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/DescribeBatchPredictionsCommand.js +4 -29
  131. package/dist-es/commands/DescribeBatchPredictionsCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/DescribeDataSourcesCommand.js +4 -29
  133. package/dist-es/commands/DescribeDataSourcesCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/DescribeEvaluationsCommand.js +4 -29
  135. package/dist-es/commands/DescribeEvaluationsCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/DescribeMLModelsCommand.js +4 -29
  137. package/dist-es/commands/DescribeMLModelsCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -29
  139. package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/GetBatchPredictionCommand.js +4 -30
  141. package/dist-es/commands/GetBatchPredictionCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/GetDataSourceCommand.js +4 -32
  143. package/dist-es/commands/GetDataSourceCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/GetEvaluationCommand.js +4 -29
  145. package/dist-es/commands/GetEvaluationCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/GetMLModelCommand.js +4 -31
  147. package/dist-es/commands/GetMLModelCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/commands/PredictCommand.js +4 -32
  149. package/dist-es/commands/PredictCommand.js.map +1 -0
  150. package/{dist/es → dist-es}/commands/UpdateBatchPredictionCommand.js +4 -30
  151. package/dist-es/commands/UpdateBatchPredictionCommand.js.map +1 -0
  152. package/{dist/es → dist-es}/commands/UpdateDataSourceCommand.js +4 -30
  153. package/dist-es/commands/UpdateDataSourceCommand.js.map +1 -0
  154. package/{dist/es → dist-es}/commands/UpdateEvaluationCommand.js +4 -30
  155. package/dist-es/commands/UpdateEvaluationCommand.js.map +1 -0
  156. package/{dist/es → dist-es}/commands/UpdateMLModelCommand.js +4 -30
  157. package/dist-es/commands/UpdateMLModelCommand.js.map +1 -0
  158. package/{dist/es → dist-es}/endpoints.js +1 -1
  159. package/dist-es/endpoints.js.map +1 -0
  160. package/{dist/es → dist-es}/index.js +0 -0
  161. package/dist-es/index.js.map +1 -0
  162. package/{dist/es → dist-es}/models/index.js +0 -0
  163. package/dist-es/models/index.js.map +1 -0
  164. package/{dist/es → dist-es}/models/models_0.js +0 -243
  165. package/dist-es/models/models_0.js.map +1 -0
  166. package/{dist/es → dist-es}/pagination/DescribeBatchPredictionsPaginator.js +17 -29
  167. package/dist-es/pagination/DescribeBatchPredictionsPaginator.js.map +1 -0
  168. package/{dist/es → dist-es}/pagination/DescribeDataSourcesPaginator.js +17 -29
  169. package/dist-es/pagination/DescribeDataSourcesPaginator.js.map +1 -0
  170. package/{dist/es → dist-es}/pagination/DescribeEvaluationsPaginator.js +17 -29
  171. package/dist-es/pagination/DescribeEvaluationsPaginator.js.map +1 -0
  172. package/{dist/es → dist-es}/pagination/DescribeMLModelsPaginator.js +17 -29
  173. package/dist-es/pagination/DescribeMLModelsPaginator.js.map +1 -0
  174. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  175. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  176. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +546 -551
  177. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  178. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  179. package/dist-es/runtimeConfig.browser.js.map +1 -0
  180. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  181. package/dist-es/runtimeConfig.js.map +1 -0
  182. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  183. package/dist-es/runtimeConfig.native.js.map +1 -0
  184. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  185. package/dist-es/runtimeConfig.shared.js.map +1 -0
  186. package/{dist/es → dist-es}/waiters/waitForBatchPredictionAvailable.js +12 -21
  187. package/dist-es/waiters/waitForBatchPredictionAvailable.js.map +1 -0
  188. package/{dist/es → dist-es}/waiters/waitForDataSourceAvailable.js +12 -21
  189. package/dist-es/waiters/waitForDataSourceAvailable.js.map +1 -0
  190. package/{dist/es → dist-es}/waiters/waitForEvaluationAvailable.js +12 -21
  191. package/dist-es/waiters/waitForEvaluationAvailable.js.map +1 -0
  192. package/{dist/es → dist-es}/waiters/waitForMLModelAvailable.js +12 -21
  193. package/dist-es/waiters/waitForMLModelAvailable.js.map +1 -0
  194. package/{dist/types → dist-types}/MachineLearning.d.ts +2 -2
  195. package/{dist/types → dist-types}/MachineLearningClient.d.ts +8 -8
  196. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/commands/CreateBatchPredictionCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/commands/CreateDataSourceFromS3Command.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/CreateEvaluationCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/CreateMLModelCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/DeleteBatchPredictionCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/commands/DeleteDataSourceCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/commands/DeleteEvaluationCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/commands/DeleteMLModelCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/DescribeDataSourcesCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/DescribeEvaluationsCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/DescribeMLModelsCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/GetBatchPredictionCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/GetDataSourceCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/GetEvaluationCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/GetMLModelCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/commands/PredictCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/commands/UpdateBatchPredictionCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/commands/UpdateDataSourceCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/commands/UpdateEvaluationCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/commands/UpdateMLModelCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  225. package/{dist/types → dist-types}/index.d.ts +0 -0
  226. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  227. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  228. package/{dist/types → dist-types}/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
  229. package/{dist/types → dist-types}/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
  230. package/{dist/types → dist-types}/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
  231. package/{dist/types → dist-types}/pagination/DescribeMLModelsPaginator.d.ts +1 -1
  232. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  233. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  234. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  235. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  236. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  237. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  238. package/{dist/types → dist-types}/ts3.4/MachineLearning.d.ts +2 -2
  239. package/{dist/types → dist-types}/ts3.4/MachineLearningClient.d.ts +8 -8
  240. package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/ts3.4/commands/CreateBatchPredictionCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
  243. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
  244. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/commands/CreateEvaluationCommand.d.ts +2 -2
  246. package/{dist/types → dist-types}/ts3.4/commands/CreateMLModelCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/ts3.4/commands/DeleteEvaluationCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/commands/DeleteMLModelCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/commands/DescribeDataSourcesCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/ts3.4/commands/DescribeEvaluationsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/ts3.4/commands/DescribeMLModelsCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/ts3.4/commands/GetBatchPredictionCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/GetDataSourceCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/GetEvaluationCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/GetMLModelCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/PredictCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/UpdateEvaluationCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/UpdateMLModelCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  269. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  270. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  271. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  272. package/{dist/types → dist-types}/ts3.4/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
  273. package/{dist/types → dist-types}/ts3.4/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
  274. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
  275. package/{dist/types → dist-types}/ts3.4/pagination/DescribeMLModelsPaginator.d.ts +1 -1
  276. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  277. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  278. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  279. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  280. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  281. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  282. package/{dist/types → dist-types}/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
  283. package/{dist/types → dist-types}/ts3.4/waiters/waitForDataSourceAvailable.d.ts +2 -2
  284. package/{dist/types → dist-types}/ts3.4/waiters/waitForEvaluationAvailable.d.ts +2 -2
  285. package/{dist/types → dist-types}/ts3.4/waiters/waitForMLModelAvailable.d.ts +2 -2
  286. package/{dist/types → dist-types}/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
  287. package/{dist/types → dist-types}/waiters/waitForDataSourceAvailable.d.ts +2 -2
  288. package/{dist/types → dist-types}/waiters/waitForEvaluationAvailable.d.ts +2 -2
  289. package/{dist/types → dist-types}/waiters/waitForMLModelAvailable.d.ts +2 -2
  290. package/package.json +52 -52
  291. package/{MachineLearning.ts → src/MachineLearning.ts} +3 -2
  292. package/{MachineLearningClient.ts → src/MachineLearningClient.ts} +58 -57
  293. package/{commands → src/commands}/AddTagsCommand.ts +5 -4
  294. package/{commands → src/commands}/CreateBatchPredictionCommand.ts +8 -7
  295. package/{commands → src/commands}/CreateDataSourceFromRDSCommand.ts +8 -7
  296. package/{commands → src/commands}/CreateDataSourceFromRedshiftCommand.ts +8 -7
  297. package/{commands → src/commands}/CreateDataSourceFromS3Command.ts +8 -7
  298. package/{commands → src/commands}/CreateEvaluationCommand.ts +8 -7
  299. package/{commands → src/commands}/CreateMLModelCommand.ts +8 -7
  300. package/{commands → src/commands}/CreateRealtimeEndpointCommand.ts +8 -7
  301. package/{commands → src/commands}/DeleteBatchPredictionCommand.ts +8 -7
  302. package/{commands → src/commands}/DeleteDataSourceCommand.ts +8 -7
  303. package/{commands → src/commands}/DeleteEvaluationCommand.ts +8 -7
  304. package/{commands → src/commands}/DeleteMLModelCommand.ts +8 -7
  305. package/{commands → src/commands}/DeleteRealtimeEndpointCommand.ts +8 -7
  306. package/{commands → src/commands}/DeleteTagsCommand.ts +8 -7
  307. package/{commands → src/commands}/DescribeBatchPredictionsCommand.ts +8 -7
  308. package/{commands → src/commands}/DescribeDataSourcesCommand.ts +8 -7
  309. package/{commands → src/commands}/DescribeEvaluationsCommand.ts +8 -7
  310. package/{commands → src/commands}/DescribeMLModelsCommand.ts +8 -7
  311. package/{commands → src/commands}/DescribeTagsCommand.ts +8 -7
  312. package/{commands → src/commands}/GetBatchPredictionCommand.ts +8 -7
  313. package/{commands → src/commands}/GetDataSourceCommand.ts +8 -7
  314. package/{commands → src/commands}/GetEvaluationCommand.ts +8 -7
  315. package/{commands → src/commands}/GetMLModelCommand.ts +8 -7
  316. package/{commands → src/commands}/PredictCommand.ts +5 -4
  317. package/{commands → src/commands}/UpdateBatchPredictionCommand.ts +8 -7
  318. package/{commands → src/commands}/UpdateDataSourceCommand.ts +8 -7
  319. package/{commands → src/commands}/UpdateEvaluationCommand.ts +8 -7
  320. package/{commands → src/commands}/UpdateMLModelCommand.ts +8 -7
  321. package/{endpoints.ts → src/endpoints.ts} +1 -1
  322. package/{index.ts → src/index.ts} +0 -0
  323. package/{models → src/models}/index.ts +0 -0
  324. package/{models → src/models}/models_0.ts +0 -0
  325. package/{pagination → src/pagination}/DescribeBatchPredictionsPaginator.ts +4 -3
  326. package/{pagination → src/pagination}/DescribeDataSourcesPaginator.ts +4 -3
  327. package/{pagination → src/pagination}/DescribeEvaluationsPaginator.ts +4 -3
  328. package/{pagination → src/pagination}/DescribeMLModelsPaginator.ts +4 -3
  329. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  330. package/{protocols → src/protocols}/Aws_json1_1.ts +52 -51
  331. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  332. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  333. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  334. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  335. package/{waiters → src/waiters}/waitForBatchPredictionAvailable.ts +12 -11
  336. package/{waiters → src/waiters}/waitForDataSourceAvailable.ts +12 -11
  337. package/{waiters → src/waiters}/waitForEvaluationAvailable.ts +12 -11
  338. package/{waiters → src/waiters}/waitForMLModelAvailable.ts +12 -11
  339. package/tsconfig.es.json +1 -3
  340. package/tsconfig.json +7 -7
  341. package/tsconfig.types.json +9 -0
  342. package/dist/cjs/MachineLearning.js.map +0 -1
  343. package/dist/cjs/MachineLearningClient.js.map +0 -1
  344. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  345. package/dist/cjs/commands/CreateBatchPredictionCommand.js.map +0 -1
  346. package/dist/cjs/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  347. package/dist/cjs/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  348. package/dist/cjs/commands/CreateDataSourceFromS3Command.js.map +0 -1
  349. package/dist/cjs/commands/CreateEvaluationCommand.js.map +0 -1
  350. package/dist/cjs/commands/CreateMLModelCommand.js.map +0 -1
  351. package/dist/cjs/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  352. package/dist/cjs/commands/DeleteBatchPredictionCommand.js.map +0 -1
  353. package/dist/cjs/commands/DeleteDataSourceCommand.js.map +0 -1
  354. package/dist/cjs/commands/DeleteEvaluationCommand.js.map +0 -1
  355. package/dist/cjs/commands/DeleteMLModelCommand.js.map +0 -1
  356. package/dist/cjs/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  357. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  358. package/dist/cjs/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  359. package/dist/cjs/commands/DescribeDataSourcesCommand.js.map +0 -1
  360. package/dist/cjs/commands/DescribeEvaluationsCommand.js.map +0 -1
  361. package/dist/cjs/commands/DescribeMLModelsCommand.js.map +0 -1
  362. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  363. package/dist/cjs/commands/GetBatchPredictionCommand.js.map +0 -1
  364. package/dist/cjs/commands/GetDataSourceCommand.js.map +0 -1
  365. package/dist/cjs/commands/GetEvaluationCommand.js.map +0 -1
  366. package/dist/cjs/commands/GetMLModelCommand.js.map +0 -1
  367. package/dist/cjs/commands/PredictCommand.js.map +0 -1
  368. package/dist/cjs/commands/UpdateBatchPredictionCommand.js.map +0 -1
  369. package/dist/cjs/commands/UpdateDataSourceCommand.js.map +0 -1
  370. package/dist/cjs/commands/UpdateEvaluationCommand.js.map +0 -1
  371. package/dist/cjs/commands/UpdateMLModelCommand.js.map +0 -1
  372. package/dist/cjs/endpoints.js.map +0 -1
  373. package/dist/cjs/index.js +0 -44
  374. package/dist/cjs/index.js.map +0 -1
  375. package/dist/cjs/models/models_0.js.map +0 -1
  376. package/dist/cjs/package.json +0 -93
  377. package/dist/cjs/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  378. package/dist/cjs/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  379. package/dist/cjs/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  380. package/dist/cjs/pagination/DescribeMLModelsPaginator.js.map +0 -1
  381. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  382. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  383. package/dist/cjs/runtimeConfig.js.map +0 -1
  384. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  385. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  386. package/dist/cjs/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  387. package/dist/cjs/waiters/waitForDataSourceAvailable.js.map +0 -1
  388. package/dist/cjs/waiters/waitForEvaluationAvailable.js.map +0 -1
  389. package/dist/cjs/waiters/waitForMLModelAvailable.js.map +0 -1
  390. package/dist/es/MachineLearning.js.map +0 -1
  391. package/dist/es/MachineLearningClient.js.map +0 -1
  392. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  393. package/dist/es/commands/CreateBatchPredictionCommand.js +0 -76
  394. package/dist/es/commands/CreateBatchPredictionCommand.js.map +0 -1
  395. package/dist/es/commands/CreateDataSourceFromRDSCommand.js +0 -76
  396. package/dist/es/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  397. package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js +0 -97
  398. package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  399. package/dist/es/commands/CreateDataSourceFromS3Command.js +0 -95
  400. package/dist/es/commands/CreateDataSourceFromS3Command.js.map +0 -1
  401. package/dist/es/commands/CreateEvaluationCommand.js +0 -76
  402. package/dist/es/commands/CreateEvaluationCommand.js.map +0 -1
  403. package/dist/es/commands/CreateMLModelCommand.js +0 -84
  404. package/dist/es/commands/CreateMLModelCommand.js.map +0 -1
  405. package/dist/es/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  406. package/dist/es/commands/DeleteBatchPredictionCommand.js.map +0 -1
  407. package/dist/es/commands/DeleteDataSourceCommand.js.map +0 -1
  408. package/dist/es/commands/DeleteEvaluationCommand.js.map +0 -1
  409. package/dist/es/commands/DeleteMLModelCommand.js.map +0 -1
  410. package/dist/es/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  411. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  412. package/dist/es/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  413. package/dist/es/commands/DescribeDataSourcesCommand.js.map +0 -1
  414. package/dist/es/commands/DescribeEvaluationsCommand.js.map +0 -1
  415. package/dist/es/commands/DescribeMLModelsCommand.js.map +0 -1
  416. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  417. package/dist/es/commands/GetBatchPredictionCommand.js.map +0 -1
  418. package/dist/es/commands/GetDataSourceCommand.js.map +0 -1
  419. package/dist/es/commands/GetEvaluationCommand.js.map +0 -1
  420. package/dist/es/commands/GetMLModelCommand.js.map +0 -1
  421. package/dist/es/commands/PredictCommand.js.map +0 -1
  422. package/dist/es/commands/UpdateBatchPredictionCommand.js.map +0 -1
  423. package/dist/es/commands/UpdateDataSourceCommand.js.map +0 -1
  424. package/dist/es/commands/UpdateEvaluationCommand.js.map +0 -1
  425. package/dist/es/commands/UpdateMLModelCommand.js.map +0 -1
  426. package/dist/es/endpoints.js.map +0 -1
  427. package/dist/es/index.js.map +0 -1
  428. package/dist/es/models/index.js.map +0 -1
  429. package/dist/es/models/models_0.js.map +0 -1
  430. package/dist/es/package.json +0 -93
  431. package/dist/es/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  432. package/dist/es/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  433. package/dist/es/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  434. package/dist/es/pagination/DescribeMLModelsPaginator.js.map +0 -1
  435. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  436. package/dist/es/runtimeConfig.browser.js.map +0 -1
  437. package/dist/es/runtimeConfig.js.map +0 -1
  438. package/dist/es/runtimeConfig.native.js.map +0 -1
  439. package/dist/es/runtimeConfig.shared.js.map +0 -1
  440. package/dist/es/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  441. package/dist/es/waiters/waitForDataSourceAvailable.js.map +0 -1
  442. package/dist/es/waiters/waitForEvaluationAvailable.js.map +0 -1
  443. package/dist/es/waiters/waitForMLModelAvailable.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRealtimeEndpointCommand.js","sourceRoot":"","sources":["../../src/commands/CreateRealtimeEndpointCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAsBlC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -1,45 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteBatchPredictionCommand, serializeAws_json1_1DeleteBatchPredictionCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Assigns the DELETED status to a <code>BatchPrediction</code>, rendering it unusable.</p>
8
- * <p>After using the <code>DeleteBatchPrediction</code> operation, you can use the <a>GetBatchPrediction</a>
9
- * operation to verify that the status of the <code>BatchPrediction</code> changed to DELETED.</p>
10
- *
11
- * <p>
12
- * <b>Caution:</b> The result of the <code>DeleteBatchPrediction</code> operation is irreversible.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { MachineLearningClient, DeleteBatchPredictionCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
17
- * // const { MachineLearningClient, DeleteBatchPredictionCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
18
- * const client = new MachineLearningClient(config);
19
- * const command = new DeleteBatchPredictionCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteBatchPredictionCommandInput} for command's `input` shape.
24
- * @see {@link DeleteBatchPredictionCommandOutput} for command's `response` shape.
25
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- var DeleteBatchPredictionCommand = /** @class */ (function (_super) {
4
+ import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteBatchPredictionCommand, serializeAws_json1_1DeleteBatchPredictionCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteBatchPredictionCommand = (function (_super) {
29
7
  __extends(DeleteBatchPredictionCommand, _super);
30
- // Start section: command_properties
31
- // End section: command_properties
32
8
  function DeleteBatchPredictionCommand(input) {
33
- var _this =
34
- // Start section: command_constructor
35
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
36
10
  _this.input = input;
37
11
  return _this;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  DeleteBatchPredictionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
44
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteBatchPredictionCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteBatchPredictionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AA2BlC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteDataSourceCommand, serializeAws_json1_1DeleteDataSourceCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Assigns the DELETED status to a <code>DataSource</code>, rendering it unusable.</p>
8
- * <p>After using the <code>DeleteDataSource</code> operation, you can use the <a>GetDataSource</a> operation to verify that the status of the <code>DataSource</code> changed to DELETED.</p>
9
- * <p>
10
- * <b>Caution:</b> The results of the <code>DeleteDataSource</code> operation are irreversible.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { MachineLearningClient, DeleteDataSourceCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
15
- * // const { MachineLearningClient, DeleteDataSourceCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
16
- * const client = new MachineLearningClient(config);
17
- * const command = new DeleteDataSourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteDataSourceCommandInput} for command's `input` shape.
22
- * @see {@link DeleteDataSourceCommandOutput} for command's `response` shape.
23
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var DeleteDataSourceCommand = /** @class */ (function (_super) {
4
+ import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteDataSourceCommand, serializeAws_json1_1DeleteDataSourceCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteDataSourceCommand = (function (_super) {
27
7
  __extends(DeleteDataSourceCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function DeleteDataSourceCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  DeleteDataSourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteDataSourceCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteDataSourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAyBlC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,45 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteEvaluationCommand, serializeAws_json1_1DeleteEvaluationCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Assigns the <code>DELETED</code> status to an <code>Evaluation</code>, rendering it unusable.</p>
8
- *
9
- * <p>After invoking the <code>DeleteEvaluation</code> operation, you can use the
10
- * <code>GetEvaluation</code> operation to verify that the status of the <code>Evaluation</code> changed to <code>DELETED</code>.</p>
11
- * <p>
12
- * <b>Caution:</b> The results of the <code>DeleteEvaluation</code> operation are irreversible.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { MachineLearningClient, DeleteEvaluationCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
17
- * // const { MachineLearningClient, DeleteEvaluationCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
18
- * const client = new MachineLearningClient(config);
19
- * const command = new DeleteEvaluationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteEvaluationCommandInput} for command's `input` shape.
24
- * @see {@link DeleteEvaluationCommandOutput} for command's `response` shape.
25
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- var DeleteEvaluationCommand = /** @class */ (function (_super) {
4
+ import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteEvaluationCommand, serializeAws_json1_1DeleteEvaluationCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteEvaluationCommand = (function (_super) {
29
7
  __extends(DeleteEvaluationCommand, _super);
30
- // Start section: command_properties
31
- // End section: command_properties
32
8
  function DeleteEvaluationCommand(input) {
33
- var _this =
34
- // Start section: command_constructor
35
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
36
10
  _this.input = input;
37
11
  return _this;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  DeleteEvaluationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
44
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteEvaluationCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteEvaluationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AA2BlC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,45 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteMLModelCommand, serializeAws_json1_1DeleteMLModelCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Assigns the <code>DELETED</code> status to an <code>MLModel</code>, rendering it unusable.</p>
8
- * <p>After using the <code>DeleteMLModel</code> operation, you can use the
9
- * <code>GetMLModel</code> operation to verify that the status of the <code>MLModel</code> changed to DELETED.</p>
10
- *
11
- * <p>
12
- * <b>Caution:</b> The result of the <code>DeleteMLModel</code> operation is irreversible.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { MachineLearningClient, DeleteMLModelCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
17
- * // const { MachineLearningClient, DeleteMLModelCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
18
- * const client = new MachineLearningClient(config);
19
- * const command = new DeleteMLModelCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteMLModelCommandInput} for command's `input` shape.
24
- * @see {@link DeleteMLModelCommandOutput} for command's `response` shape.
25
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- var DeleteMLModelCommand = /** @class */ (function (_super) {
4
+ import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteMLModelCommand, serializeAws_json1_1DeleteMLModelCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteMLModelCommand = (function (_super) {
29
7
  __extends(DeleteMLModelCommand, _super);
30
- // Start section: command_properties
31
- // End section: command_properties
32
8
  function DeleteMLModelCommand(input) {
33
- var _this =
34
- // Start section: command_constructor
35
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
36
10
  _this.input = input;
37
11
  return _this;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  DeleteMLModelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
44
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteMLModelCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteMLModelCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AA2BlC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteRealtimeEndpointCommand, serializeAws_json1_1DeleteRealtimeEndpointCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes a real time endpoint of an <code>MLModel</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DeleteRealtimeEndpointCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DeleteRealtimeEndpointCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DeleteRealtimeEndpointCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteRealtimeEndpointCommandInput} for command's `input` shape.
19
- * @see {@link DeleteRealtimeEndpointCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteRealtimeEndpointCommand = /** @class */ (function (_super) {
4
+ import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteRealtimeEndpointCommand, serializeAws_json1_1DeleteRealtimeEndpointCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteRealtimeEndpointCommand = (function (_super) {
24
7
  __extends(DeleteRealtimeEndpointCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteRealtimeEndpointCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteRealtimeEndpointCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteRealtimeEndpointCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteRealtimeEndpointCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAsBlC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteTagsCommand, serializeAws_json1_1DeleteTagsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.</p>
8
- * <p>If you specify a tag that doesn't exist, Amazon ML ignores it.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { MachineLearningClient, DeleteTagsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
13
- * // const { MachineLearningClient, DeleteTagsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
14
- * const client = new MachineLearningClient(config);
15
- * const command = new DeleteTagsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DeleteTagsCommandInput} for command's `input` shape.
20
- * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
21
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DeleteTagsCommand = /** @class */ (function (_super) {
4
+ import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteTagsCommand, serializeAws_json1_1DeleteTagsCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteTagsCommand = (function (_super) {
25
7
  __extends(DeleteTagsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DeleteTagsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DeleteTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteTagsCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteTagsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAuBlC;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeBatchPredictionsCommand, serializeAws_json1_1DescribeBatchPredictionsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of <code>BatchPrediction</code> operations that match the search criteria in the request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DescribeBatchPredictionsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DescribeBatchPredictionsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DescribeBatchPredictionsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeBatchPredictionsCommandInput} for command's `input` shape.
19
- * @see {@link DescribeBatchPredictionsCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeBatchPredictionsCommand = /** @class */ (function (_super) {
4
+ import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeBatchPredictionsCommand, serializeAws_json1_1DescribeBatchPredictionsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeBatchPredictionsCommand = (function (_super) {
24
7
  __extends(DescribeBatchPredictionsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeBatchPredictionsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeBatchPredictionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeBatchPredictionsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeBatchPredictionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,0BAA0B,CAAC;AAsBlC;IAAqD,mDAIpD;IAIC,yCAAqB,KAA2C;QAAhE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;IAIhE,CAAC;IAKD,2DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,8BAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeDataSourcesCommand, serializeAws_json1_1DescribeDataSourcesCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of <code>DataSource</code> that match the search criteria in the request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DescribeDataSourcesCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DescribeDataSourcesCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DescribeDataSourcesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeDataSourcesCommandInput} for command's `input` shape.
19
- * @see {@link DescribeDataSourcesCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeDataSourcesCommand = /** @class */ (function (_super) {
4
+ import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeDataSourcesCommand, serializeAws_json1_1DescribeDataSourcesCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeDataSourcesCommand = (function (_super) {
24
7
  __extends(DescribeDataSourcesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeDataSourcesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeDataSourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeDataSourcesCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeDataSourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAsBlC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeEvaluationsCommand, serializeAws_json1_1DescribeEvaluationsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of <code>DescribeEvaluations</code> that match the search criteria in the request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DescribeEvaluationsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DescribeEvaluationsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DescribeEvaluationsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeEvaluationsCommandInput} for command's `input` shape.
19
- * @see {@link DescribeEvaluationsCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeEvaluationsCommand = /** @class */ (function (_super) {
4
+ import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeEvaluationsCommand, serializeAws_json1_1DescribeEvaluationsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeEvaluationsCommand = (function (_super) {
24
7
  __extends(DescribeEvaluationsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeEvaluationsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeEvaluationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeEvaluationsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeEvaluationsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAsBlC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeMLModelsCommand, serializeAws_json1_1DescribeMLModelsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of <code>MLModel</code> that match the search criteria in the request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DescribeMLModelsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DescribeMLModelsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DescribeMLModelsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeMLModelsCommandInput} for command's `input` shape.
19
- * @see {@link DescribeMLModelsCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeMLModelsCommand = /** @class */ (function (_super) {
4
+ import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeMLModelsCommand, serializeAws_json1_1DescribeMLModelsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeMLModelsCommand = (function (_super) {
24
7
  __extends(DescribeMLModelsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeMLModelsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeMLModelsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeMLModelsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeMLModelsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAsBlC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeTagsCommand, serializeAws_json1_1DescribeTagsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes one or more of the tags for your Amazon ML object.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MachineLearningClient, DescribeTagsCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, DescribeTagsCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new DescribeTagsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeTagsCommandInput} for command's `input` shape.
19
- * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeTagsCommand = /** @class */ (function (_super) {
4
+ import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeTagsCommand, serializeAws_json1_1DescribeTagsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeTagsCommand = (function (_super) {
24
7
  __extends(DescribeTagsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeTagsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeTagsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeTagsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAsBlC;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}