@aws-sdk/client-machine-learning 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/MachineLearning.js +1 -2
  3. package/{dist/cjs → dist-cjs}/MachineLearningClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateBatchPredictionCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRDSCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromS3Command.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateEvaluationCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/CreateMLModelCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/CreateRealtimeEndpointCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DeleteBatchPredictionCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeleteDataSourceCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DeleteEvaluationCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DeleteMLModelCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DeleteRealtimeEndpointCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DescribeBatchPredictionsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/DescribeDataSourcesCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/DescribeEvaluationsCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/DescribeMLModelsCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/GetBatchPredictionCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/GetDataSourceCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/GetEvaluationCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/GetMLModelCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/PredictCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/UpdateBatchPredictionCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/UpdateDataSourceCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/UpdateEvaluationCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/UpdateMLModelCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  33. package/{dist/cjs → dist-cjs}/index.js +0 -1
  34. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  35. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  36. package/{dist/cjs → dist-cjs}/pagination/DescribeBatchPredictionsPaginator.js +1 -2
  37. package/{dist/cjs → dist-cjs}/pagination/DescribeDataSourcesPaginator.js +1 -2
  38. package/{dist/cjs → dist-cjs}/pagination/DescribeEvaluationsPaginator.js +1 -2
  39. package/{dist/cjs → dist-cjs}/pagination/DescribeMLModelsPaginator.js +1 -2
  40. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  41. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  45. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  46. package/{dist/cjs → dist-cjs}/waiters/waitForBatchPredictionAvailable.js +10 -11
  47. package/{dist/cjs → dist-cjs}/waiters/waitForDataSourceAvailable.js +10 -11
  48. package/{dist/cjs → dist-cjs}/waiters/waitForEvaluationAvailable.js +10 -11
  49. package/{dist/cjs → dist-cjs}/waiters/waitForMLModelAvailable.js +10 -11
  50. package/{dist/es → dist-es}/MachineLearning.js +2 -7
  51. package/{dist/es → dist-es}/MachineLearningClient.js +2 -12
  52. package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -32
  53. package/dist-es/commands/CreateBatchPredictionCommand.js +39 -0
  54. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +39 -0
  55. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +39 -0
  56. package/dist-es/commands/CreateDataSourceFromS3Command.js +39 -0
  57. package/dist-es/commands/CreateEvaluationCommand.js +39 -0
  58. package/dist-es/commands/CreateMLModelCommand.js +39 -0
  59. package/{dist/es → dist-es}/commands/CreateRealtimeEndpointCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/DeleteBatchPredictionCommand.js +4 -35
  61. package/{dist/es → dist-es}/commands/DeleteDataSourceCommand.js +4 -33
  62. package/{dist/es → dist-es}/commands/DeleteEvaluationCommand.js +4 -35
  63. package/{dist/es → dist-es}/commands/DeleteMLModelCommand.js +4 -35
  64. package/{dist/es → dist-es}/commands/DeleteRealtimeEndpointCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/DeleteTagsCommand.js +4 -31
  66. package/{dist/es → dist-es}/commands/DescribeBatchPredictionsCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/DescribeDataSourcesCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/DescribeEvaluationsCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/DescribeMLModelsCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/GetBatchPredictionCommand.js +4 -31
  72. package/{dist/es → dist-es}/commands/GetDataSourceCommand.js +4 -33
  73. package/{dist/es → dist-es}/commands/GetEvaluationCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/GetMLModelCommand.js +4 -32
  75. package/{dist/es → dist-es}/commands/PredictCommand.js +4 -33
  76. package/{dist/es → dist-es}/commands/UpdateBatchPredictionCommand.js +4 -31
  77. package/{dist/es → dist-es}/commands/UpdateDataSourceCommand.js +4 -31
  78. package/{dist/es → dist-es}/commands/UpdateEvaluationCommand.js +4 -31
  79. package/{dist/es → dist-es}/commands/UpdateMLModelCommand.js +4 -31
  80. package/{dist/es → dist-es}/endpoints.js +1 -2
  81. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  82. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  83. package/{dist/es → dist-es}/models/models_0.js +0 -244
  84. package/{dist/es → dist-es}/pagination/DescribeBatchPredictionsPaginator.js +17 -30
  85. package/{dist/es → dist-es}/pagination/DescribeDataSourcesPaginator.js +17 -30
  86. package/{dist/es → dist-es}/pagination/DescribeEvaluationsPaginator.js +17 -30
  87. package/{dist/es → dist-es}/pagination/DescribeMLModelsPaginator.js +17 -30
  88. package/dist-es/pagination/Interfaces.js +1 -0
  89. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +546 -552
  90. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  91. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  92. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  93. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  94. package/{dist/es → dist-es}/waiters/waitForBatchPredictionAvailable.js +10 -20
  95. package/{dist/es → dist-es}/waiters/waitForDataSourceAvailable.js +10 -20
  96. package/{dist/es → dist-es}/waiters/waitForEvaluationAvailable.js +10 -20
  97. package/{dist/es → dist-es}/waiters/waitForMLModelAvailable.js +10 -20
  98. package/{dist/types → dist-types}/MachineLearning.d.ts +2 -2
  99. package/{dist/types → dist-types}/MachineLearningClient.d.ts +8 -8
  100. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/CreateBatchPredictionCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/CreateDataSourceFromS3Command.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/CreateEvaluationCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/CreateMLModelCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/DeleteBatchPredictionCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/DeleteDataSourceCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/DeleteEvaluationCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/DeleteMLModelCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/DescribeDataSourcesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/DescribeEvaluationsCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/DescribeMLModelsCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/GetBatchPredictionCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/GetDataSourceCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/GetEvaluationCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/GetMLModelCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/PredictCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/UpdateBatchPredictionCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/UpdateDataSourceCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/UpdateEvaluationCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/UpdateMLModelCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  129. package/{index.ts → dist-types/index.d.ts} +0 -0
  130. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  131. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  132. package/{dist/types → dist-types}/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
  134. package/{dist/types → dist-types}/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
  135. package/{dist/types → dist-types}/pagination/DescribeMLModelsPaginator.d.ts +1 -1
  136. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  137. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  138. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  139. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  140. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  141. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  142. package/{dist/types → dist-types}/ts3.4/MachineLearning.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/MachineLearningClient.d.ts +8 -8
  144. package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/CreateBatchPredictionCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/CreateEvaluationCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/CreateMLModelCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/commands/DeleteEvaluationCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/ts3.4/commands/DeleteMLModelCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/ts3.4/commands/DescribeDataSourcesCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/ts3.4/commands/DescribeEvaluationsCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/ts3.4/commands/DescribeMLModelsCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/commands/GetBatchPredictionCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/ts3.4/commands/GetDataSourceCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/GetEvaluationCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/GetMLModelCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/PredictCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/UpdateEvaluationCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/UpdateMLModelCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  173. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  174. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  175. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  176. package/{dist/types → dist-types}/ts3.4/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
  177. package/{dist/types → dist-types}/ts3.4/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
  178. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
  179. package/{dist/types → dist-types}/ts3.4/pagination/DescribeMLModelsPaginator.d.ts +1 -1
  180. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  181. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  183. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  184. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  185. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  186. package/{dist/types → dist-types}/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
  187. package/{dist/types → dist-types}/ts3.4/waiters/waitForDataSourceAvailable.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/waiters/waitForEvaluationAvailable.d.ts +2 -2
  189. package/{dist/types → dist-types}/ts3.4/waiters/waitForMLModelAvailable.d.ts +2 -2
  190. package/{dist/types → dist-types}/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
  191. package/{dist/types → dist-types}/waiters/waitForDataSourceAvailable.d.ts +2 -2
  192. package/{dist/types → dist-types}/waiters/waitForEvaluationAvailable.d.ts +2 -2
  193. package/{dist/types → dist-types}/waiters/waitForMLModelAvailable.d.ts +2 -2
  194. package/package.json +54 -51
  195. package/MachineLearning.ts +0 -1149
  196. package/MachineLearningClient.ts +0 -353
  197. package/commands/AddTagsCommand.ts +0 -93
  198. package/commands/CreateBatchPredictionCommand.ts +0 -105
  199. package/commands/CreateDataSourceFromRDSCommand.ts +0 -105
  200. package/commands/CreateDataSourceFromRedshiftCommand.ts +0 -131
  201. package/commands/CreateDataSourceFromS3Command.ts +0 -124
  202. package/commands/CreateEvaluationCommand.ts +0 -105
  203. package/commands/CreateMLModelCommand.ts +0 -113
  204. package/commands/CreateRealtimeEndpointCommand.ts +0 -94
  205. package/commands/DeleteBatchPredictionCommand.ts +0 -99
  206. package/commands/DeleteDataSourceCommand.ts +0 -97
  207. package/commands/DeleteEvaluationCommand.ts +0 -99
  208. package/commands/DeleteMLModelCommand.ts +0 -99
  209. package/commands/DeleteRealtimeEndpointCommand.ts +0 -94
  210. package/commands/DeleteTagsCommand.ts +0 -95
  211. package/commands/DescribeBatchPredictionsCommand.ts +0 -94
  212. package/commands/DescribeDataSourcesCommand.ts +0 -94
  213. package/commands/DescribeEvaluationsCommand.ts +0 -94
  214. package/commands/DescribeMLModelsCommand.ts +0 -94
  215. package/commands/DescribeTagsCommand.ts +0 -94
  216. package/commands/GetBatchPredictionCommand.ts +0 -95
  217. package/commands/GetDataSourceCommand.ts +0 -97
  218. package/commands/GetEvaluationCommand.ts +0 -94
  219. package/commands/GetMLModelCommand.ts +0 -96
  220. package/commands/PredictCommand.ts +0 -96
  221. package/commands/UpdateBatchPredictionCommand.ts +0 -95
  222. package/commands/UpdateDataSourceCommand.ts +0 -95
  223. package/commands/UpdateEvaluationCommand.ts +0 -95
  224. package/commands/UpdateMLModelCommand.ts +0 -95
  225. package/dist/cjs/MachineLearning.js.map +0 -1
  226. package/dist/cjs/MachineLearningClient.js.map +0 -1
  227. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  228. package/dist/cjs/commands/CreateBatchPredictionCommand.js.map +0 -1
  229. package/dist/cjs/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  230. package/dist/cjs/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  231. package/dist/cjs/commands/CreateDataSourceFromS3Command.js.map +0 -1
  232. package/dist/cjs/commands/CreateEvaluationCommand.js.map +0 -1
  233. package/dist/cjs/commands/CreateMLModelCommand.js.map +0 -1
  234. package/dist/cjs/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  235. package/dist/cjs/commands/DeleteBatchPredictionCommand.js.map +0 -1
  236. package/dist/cjs/commands/DeleteDataSourceCommand.js.map +0 -1
  237. package/dist/cjs/commands/DeleteEvaluationCommand.js.map +0 -1
  238. package/dist/cjs/commands/DeleteMLModelCommand.js.map +0 -1
  239. package/dist/cjs/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  240. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  241. package/dist/cjs/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  242. package/dist/cjs/commands/DescribeDataSourcesCommand.js.map +0 -1
  243. package/dist/cjs/commands/DescribeEvaluationsCommand.js.map +0 -1
  244. package/dist/cjs/commands/DescribeMLModelsCommand.js.map +0 -1
  245. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  246. package/dist/cjs/commands/GetBatchPredictionCommand.js.map +0 -1
  247. package/dist/cjs/commands/GetDataSourceCommand.js.map +0 -1
  248. package/dist/cjs/commands/GetEvaluationCommand.js.map +0 -1
  249. package/dist/cjs/commands/GetMLModelCommand.js.map +0 -1
  250. package/dist/cjs/commands/PredictCommand.js.map +0 -1
  251. package/dist/cjs/commands/UpdateBatchPredictionCommand.js.map +0 -1
  252. package/dist/cjs/commands/UpdateDataSourceCommand.js.map +0 -1
  253. package/dist/cjs/commands/UpdateEvaluationCommand.js.map +0 -1
  254. package/dist/cjs/commands/UpdateMLModelCommand.js.map +0 -1
  255. package/dist/cjs/endpoints.js.map +0 -1
  256. package/dist/cjs/index.js.map +0 -1
  257. package/dist/cjs/models/index.js.map +0 -1
  258. package/dist/cjs/models/models_0.js.map +0 -1
  259. package/dist/cjs/package.json +0 -93
  260. package/dist/cjs/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  261. package/dist/cjs/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  262. package/dist/cjs/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  263. package/dist/cjs/pagination/DescribeMLModelsPaginator.js.map +0 -1
  264. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  265. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  266. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  267. package/dist/cjs/runtimeConfig.js.map +0 -1
  268. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  269. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  270. package/dist/cjs/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  271. package/dist/cjs/waiters/waitForDataSourceAvailable.js.map +0 -1
  272. package/dist/cjs/waiters/waitForEvaluationAvailable.js.map +0 -1
  273. package/dist/cjs/waiters/waitForMLModelAvailable.js.map +0 -1
  274. package/dist/es/MachineLearning.js.map +0 -1
  275. package/dist/es/MachineLearningClient.js.map +0 -1
  276. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  277. package/dist/es/commands/CreateBatchPredictionCommand.js +0 -76
  278. package/dist/es/commands/CreateBatchPredictionCommand.js.map +0 -1
  279. package/dist/es/commands/CreateDataSourceFromRDSCommand.js +0 -76
  280. package/dist/es/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  281. package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js +0 -97
  282. package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  283. package/dist/es/commands/CreateDataSourceFromS3Command.js +0 -95
  284. package/dist/es/commands/CreateDataSourceFromS3Command.js.map +0 -1
  285. package/dist/es/commands/CreateEvaluationCommand.js +0 -76
  286. package/dist/es/commands/CreateEvaluationCommand.js.map +0 -1
  287. package/dist/es/commands/CreateMLModelCommand.js +0 -84
  288. package/dist/es/commands/CreateMLModelCommand.js.map +0 -1
  289. package/dist/es/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  290. package/dist/es/commands/DeleteBatchPredictionCommand.js.map +0 -1
  291. package/dist/es/commands/DeleteDataSourceCommand.js.map +0 -1
  292. package/dist/es/commands/DeleteEvaluationCommand.js.map +0 -1
  293. package/dist/es/commands/DeleteMLModelCommand.js.map +0 -1
  294. package/dist/es/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  295. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  296. package/dist/es/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  297. package/dist/es/commands/DescribeDataSourcesCommand.js.map +0 -1
  298. package/dist/es/commands/DescribeEvaluationsCommand.js.map +0 -1
  299. package/dist/es/commands/DescribeMLModelsCommand.js.map +0 -1
  300. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  301. package/dist/es/commands/GetBatchPredictionCommand.js.map +0 -1
  302. package/dist/es/commands/GetDataSourceCommand.js.map +0 -1
  303. package/dist/es/commands/GetEvaluationCommand.js.map +0 -1
  304. package/dist/es/commands/GetMLModelCommand.js.map +0 -1
  305. package/dist/es/commands/PredictCommand.js.map +0 -1
  306. package/dist/es/commands/UpdateBatchPredictionCommand.js.map +0 -1
  307. package/dist/es/commands/UpdateDataSourceCommand.js.map +0 -1
  308. package/dist/es/commands/UpdateEvaluationCommand.js.map +0 -1
  309. package/dist/es/commands/UpdateMLModelCommand.js.map +0 -1
  310. package/dist/es/endpoints.js.map +0 -1
  311. package/dist/es/index.js +0 -41
  312. package/dist/es/index.js.map +0 -1
  313. package/dist/es/models/index.js +0 -2
  314. package/dist/es/models/index.js.map +0 -1
  315. package/dist/es/models/models_0.js.map +0 -1
  316. package/dist/es/package.json +0 -93
  317. package/dist/es/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  318. package/dist/es/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  319. package/dist/es/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  320. package/dist/es/pagination/DescribeMLModelsPaginator.js.map +0 -1
  321. package/dist/es/pagination/Interfaces.js +0 -2
  322. package/dist/es/pagination/Interfaces.js.map +0 -1
  323. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  324. package/dist/es/runtimeConfig.browser.js.map +0 -1
  325. package/dist/es/runtimeConfig.js.map +0 -1
  326. package/dist/es/runtimeConfig.native.js.map +0 -1
  327. package/dist/es/runtimeConfig.shared.js.map +0 -1
  328. package/dist/es/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  329. package/dist/es/waiters/waitForDataSourceAvailable.js.map +0 -1
  330. package/dist/es/waiters/waitForEvaluationAvailable.js.map +0 -1
  331. package/dist/es/waiters/waitForMLModelAvailable.js.map +0 -1
  332. package/endpoints.ts +0 -57
  333. package/jest.config.js +0 -4
  334. package/models/models_0.ts +0 -4066
  335. package/pagination/DescribeBatchPredictionsPaginator.ts +0 -58
  336. package/pagination/DescribeDataSourcesPaginator.ts +0 -58
  337. package/pagination/DescribeEvaluationsPaginator.ts +0 -58
  338. package/pagination/DescribeMLModelsPaginator.ts +0 -58
  339. package/pagination/Interfaces.ts +0 -7
  340. package/protocols/Aws_json1_1.ts +0 -3957
  341. package/runtimeConfig.browser.ts +0 -40
  342. package/runtimeConfig.native.ts +0 -16
  343. package/runtimeConfig.shared.ts +0 -16
  344. package/runtimeConfig.ts +0 -45
  345. package/tsconfig.es.json +0 -12
  346. package/tsconfig.json +0 -32
  347. package/waiters/waitForBatchPredictionAvailable.ts +0 -74
  348. package/waiters/waitForDataSourceAvailable.ts +0 -71
  349. package/waiters/waitForEvaluationAvailable.ts +0 -71
  350. package/waiters/waitForMLModelAvailable.ts +0 -71
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateDataSourceFromS3Command, serializeAws_json1_1CreateDataSourceFromS3Command, } from "../protocols/Aws_json1_1";
6
+ var CreateDataSourceFromS3Command = (function (_super) {
7
+ __extends(CreateDataSourceFromS3Command, _super);
8
+ function CreateDataSourceFromS3Command(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateDataSourceFromS3Command.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MachineLearningClient";
18
+ var commandName = "CreateDataSourceFromS3Command";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateDataSourceFromS3Input.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateDataSourceFromS3Output.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDataSourceFromS3Command.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateDataSourceFromS3Command(input, context);
33
+ };
34
+ CreateDataSourceFromS3Command.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateDataSourceFromS3Command(output, context);
36
+ };
37
+ return CreateDataSourceFromS3Command;
38
+ }($Command));
39
+ export { CreateDataSourceFromS3Command };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateEvaluationCommand, serializeAws_json1_1CreateEvaluationCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateEvaluationCommand = (function (_super) {
7
+ __extends(CreateEvaluationCommand, _super);
8
+ function CreateEvaluationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateEvaluationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MachineLearningClient";
18
+ var commandName = "CreateEvaluationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateEvaluationInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateEvaluationOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateEvaluationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateEvaluationCommand(input, context);
33
+ };
34
+ CreateEvaluationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateEvaluationCommand(output, context);
36
+ };
37
+ return CreateEvaluationCommand;
38
+ }($Command));
39
+ export { CreateEvaluationCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateMLModelCommand, serializeAws_json1_1CreateMLModelCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateMLModelCommand = (function (_super) {
7
+ __extends(CreateMLModelCommand, _super);
8
+ function CreateMLModelCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateMLModelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MachineLearningClient";
18
+ var commandName = "CreateMLModelCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateMLModelInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateMLModelOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateMLModelCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateMLModelCommand(input, context);
33
+ };
34
+ CreateMLModelCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateMLModelCommand(output, context);
36
+ };
37
+ return CreateMLModelCommand;
38
+ }($Command));
39
+ export { CreateMLModelCommand };
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1CreateRealtimeEndpointCommand, serializeAws_json1_1CreateRealtimeEndpointCommand, } 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>Creates a real-time endpoint for the <code>MLModel</code>. The endpoint contains the URI of the <code>MLModel</code>; that is, the location to send real-time prediction requests for the specified <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, CreateRealtimeEndpointCommand } from "@aws-sdk/client-machine-learning"; // ES Modules import
12
- * // const { MachineLearningClient, CreateRealtimeEndpointCommand } = require("@aws-sdk/client-machine-learning"); // CommonJS import
13
- * const client = new MachineLearningClient(config);
14
- * const command = new CreateRealtimeEndpointCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CreateRealtimeEndpointCommandInput} for command's `input` shape.
19
- * @see {@link CreateRealtimeEndpointCommandOutput} for command's `response` shape.
20
- * @see {@link MachineLearningClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CreateRealtimeEndpointCommand = /** @class */ (function (_super) {
4
+ import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateRealtimeEndpointCommand, serializeAws_json1_1CreateRealtimeEndpointCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateRealtimeEndpointCommand = (function (_super) {
24
7
  __extends(CreateRealtimeEndpointCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CreateRealtimeEndpointCommand(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
  CreateRealtimeEndpointCommand.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);
@@ -62,4 +37,3 @@ var CreateRealtimeEndpointCommand = /** @class */ (function (_super) {
62
37
  return CreateRealtimeEndpointCommand;
63
38
  }($Command));
64
39
  export { CreateRealtimeEndpointCommand };
65
- //# sourceMappingURL=CreateRealtimeEndpointCommand.js.map
@@ -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);
@@ -67,4 +37,3 @@ var DeleteBatchPredictionCommand = /** @class */ (function (_super) {
67
37
  return DeleteBatchPredictionCommand;
68
38
  }($Command));
69
39
  export { DeleteBatchPredictionCommand };
70
- //# sourceMappingURL=DeleteBatchPredictionCommand.js.map
@@ -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);
@@ -65,4 +37,3 @@ var DeleteDataSourceCommand = /** @class */ (function (_super) {
65
37
  return DeleteDataSourceCommand;
66
38
  }($Command));
67
39
  export { DeleteDataSourceCommand };
68
- //# sourceMappingURL=DeleteDataSourceCommand.js.map
@@ -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);
@@ -67,4 +37,3 @@ var DeleteEvaluationCommand = /** @class */ (function (_super) {
67
37
  return DeleteEvaluationCommand;
68
38
  }($Command));
69
39
  export { DeleteEvaluationCommand };
70
- //# sourceMappingURL=DeleteEvaluationCommand.js.map
@@ -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);
@@ -67,4 +37,3 @@ var DeleteMLModelCommand = /** @class */ (function (_super) {
67
37
  return DeleteMLModelCommand;
68
38
  }($Command));
69
39
  export { DeleteMLModelCommand };
70
- //# sourceMappingURL=DeleteMLModelCommand.js.map
@@ -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);
@@ -62,4 +37,3 @@ var DeleteRealtimeEndpointCommand = /** @class */ (function (_super) {
62
37
  return DeleteRealtimeEndpointCommand;
63
38
  }($Command));
64
39
  export { DeleteRealtimeEndpointCommand };
65
- //# sourceMappingURL=DeleteRealtimeEndpointCommand.js.map
@@ -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);
@@ -63,4 +37,3 @@ var DeleteTagsCommand = /** @class */ (function (_super) {
63
37
  return DeleteTagsCommand;
64
38
  }($Command));
65
39
  export { DeleteTagsCommand };
66
- //# sourceMappingURL=DeleteTagsCommand.js.map
@@ -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);
@@ -62,4 +37,3 @@ var DescribeBatchPredictionsCommand = /** @class */ (function (_super) {
62
37
  return DescribeBatchPredictionsCommand;
63
38
  }($Command));
64
39
  export { DescribeBatchPredictionsCommand };
65
- //# sourceMappingURL=DescribeBatchPredictionsCommand.js.map
@@ -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);
@@ -62,4 +37,3 @@ var DescribeDataSourcesCommand = /** @class */ (function (_super) {
62
37
  return DescribeDataSourcesCommand;
63
38
  }($Command));
64
39
  export { DescribeDataSourcesCommand };
65
- //# sourceMappingURL=DescribeDataSourcesCommand.js.map
@@ -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);
@@ -62,4 +37,3 @@ var DescribeEvaluationsCommand = /** @class */ (function (_super) {
62
37
  return DescribeEvaluationsCommand;
63
38
  }($Command));
64
39
  export { DescribeEvaluationsCommand };
65
- //# sourceMappingURL=DescribeEvaluationsCommand.js.map