@aws-sdk/client-machine-learning 3.35.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 (246) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist-cjs/MachineLearning.js +0 -1
  3. package/dist-cjs/MachineLearningClient.js +0 -1
  4. package/dist-cjs/commands/AddTagsCommand.js +0 -1
  5. package/dist-cjs/commands/CreateBatchPredictionCommand.js +0 -1
  6. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +0 -1
  7. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +0 -1
  8. package/dist-cjs/commands/CreateDataSourceFromS3Command.js +0 -1
  9. package/dist-cjs/commands/CreateEvaluationCommand.js +0 -1
  10. package/dist-cjs/commands/CreateMLModelCommand.js +0 -1
  11. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +0 -1
  12. package/dist-cjs/commands/DeleteBatchPredictionCommand.js +0 -1
  13. package/dist-cjs/commands/DeleteDataSourceCommand.js +0 -1
  14. package/dist-cjs/commands/DeleteEvaluationCommand.js +0 -1
  15. package/dist-cjs/commands/DeleteMLModelCommand.js +0 -1
  16. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +0 -1
  17. package/dist-cjs/commands/DeleteTagsCommand.js +0 -1
  18. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +0 -1
  19. package/dist-cjs/commands/DescribeDataSourcesCommand.js +0 -1
  20. package/dist-cjs/commands/DescribeEvaluationsCommand.js +0 -1
  21. package/dist-cjs/commands/DescribeMLModelsCommand.js +0 -1
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -1
  23. package/dist-cjs/commands/GetBatchPredictionCommand.js +0 -1
  24. package/dist-cjs/commands/GetDataSourceCommand.js +0 -1
  25. package/dist-cjs/commands/GetEvaluationCommand.js +0 -1
  26. package/dist-cjs/commands/GetMLModelCommand.js +0 -1
  27. package/dist-cjs/commands/PredictCommand.js +0 -1
  28. package/dist-cjs/commands/UpdateBatchPredictionCommand.js +0 -1
  29. package/dist-cjs/commands/UpdateDataSourceCommand.js +0 -1
  30. package/dist-cjs/commands/UpdateEvaluationCommand.js +0 -1
  31. package/dist-cjs/commands/UpdateMLModelCommand.js +0 -1
  32. package/dist-cjs/endpoints.js +0 -1
  33. package/dist-cjs/index.js +0 -1
  34. package/dist-cjs/models/index.js +0 -1
  35. package/dist-cjs/models/models_0.js +0 -1
  36. package/dist-cjs/pagination/DescribeBatchPredictionsPaginator.js +0 -1
  37. package/dist-cjs/pagination/DescribeDataSourcesPaginator.js +0 -1
  38. package/dist-cjs/pagination/DescribeEvaluationsPaginator.js +0 -1
  39. package/dist-cjs/pagination/DescribeMLModelsPaginator.js +0 -1
  40. package/dist-cjs/pagination/Interfaces.js +0 -1
  41. package/dist-cjs/protocols/Aws_json1_1.js +0 -1
  42. package/dist-cjs/runtimeConfig.browser.js +2 -3
  43. package/dist-cjs/runtimeConfig.js +3 -4
  44. package/dist-cjs/runtimeConfig.native.js +0 -1
  45. package/dist-cjs/runtimeConfig.shared.js +0 -1
  46. package/dist-cjs/waiters/waitForBatchPredictionAvailable.js +0 -1
  47. package/dist-cjs/waiters/waitForDataSourceAvailable.js +0 -1
  48. package/dist-cjs/waiters/waitForEvaluationAvailable.js +0 -1
  49. package/dist-cjs/waiters/waitForMLModelAvailable.js +0 -1
  50. package/dist-es/MachineLearning.js +0 -1
  51. package/dist-es/MachineLearningClient.js +0 -1
  52. package/dist-es/commands/AddTagsCommand.js +0 -1
  53. package/dist-es/commands/CreateBatchPredictionCommand.js +0 -1
  54. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +0 -1
  55. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +0 -1
  56. package/dist-es/commands/CreateDataSourceFromS3Command.js +0 -1
  57. package/dist-es/commands/CreateEvaluationCommand.js +0 -1
  58. package/dist-es/commands/CreateMLModelCommand.js +0 -1
  59. package/dist-es/commands/CreateRealtimeEndpointCommand.js +0 -1
  60. package/dist-es/commands/DeleteBatchPredictionCommand.js +0 -1
  61. package/dist-es/commands/DeleteDataSourceCommand.js +0 -1
  62. package/dist-es/commands/DeleteEvaluationCommand.js +0 -1
  63. package/dist-es/commands/DeleteMLModelCommand.js +0 -1
  64. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +0 -1
  65. package/dist-es/commands/DeleteTagsCommand.js +0 -1
  66. package/dist-es/commands/DescribeBatchPredictionsCommand.js +0 -1
  67. package/dist-es/commands/DescribeDataSourcesCommand.js +0 -1
  68. package/dist-es/commands/DescribeEvaluationsCommand.js +0 -1
  69. package/dist-es/commands/DescribeMLModelsCommand.js +0 -1
  70. package/dist-es/commands/DescribeTagsCommand.js +0 -1
  71. package/dist-es/commands/GetBatchPredictionCommand.js +0 -1
  72. package/dist-es/commands/GetDataSourceCommand.js +0 -1
  73. package/dist-es/commands/GetEvaluationCommand.js +0 -1
  74. package/dist-es/commands/GetMLModelCommand.js +0 -1
  75. package/dist-es/commands/PredictCommand.js +0 -1
  76. package/dist-es/commands/UpdateBatchPredictionCommand.js +0 -1
  77. package/dist-es/commands/UpdateDataSourceCommand.js +0 -1
  78. package/dist-es/commands/UpdateEvaluationCommand.js +0 -1
  79. package/dist-es/commands/UpdateMLModelCommand.js +0 -1
  80. package/dist-es/endpoints.js +0 -1
  81. package/dist-es/index.js +0 -1
  82. package/dist-es/models/index.js +0 -1
  83. package/dist-es/models/models_0.js +0 -1
  84. package/dist-es/pagination/DescribeBatchPredictionsPaginator.js +0 -1
  85. package/dist-es/pagination/DescribeDataSourcesPaginator.js +0 -1
  86. package/dist-es/pagination/DescribeEvaluationsPaginator.js +0 -1
  87. package/dist-es/pagination/DescribeMLModelsPaginator.js +0 -1
  88. package/dist-es/pagination/Interfaces.js +0 -1
  89. package/dist-es/protocols/Aws_json1_1.js +0 -1
  90. package/dist-es/runtimeConfig.browser.js +1 -2
  91. package/dist-es/runtimeConfig.js +2 -3
  92. package/dist-es/runtimeConfig.native.js +0 -1
  93. package/dist-es/runtimeConfig.shared.js +0 -1
  94. package/dist-es/waiters/waitForBatchPredictionAvailable.js +0 -1
  95. package/dist-es/waiters/waitForDataSourceAvailable.js +0 -1
  96. package/dist-es/waiters/waitForEvaluationAvailable.js +0 -1
  97. package/dist-es/waiters/waitForMLModelAvailable.js +0 -1
  98. package/package.json +35 -32
  99. package/dist-cjs/MachineLearning.js.map +0 -1
  100. package/dist-cjs/MachineLearningClient.js.map +0 -1
  101. package/dist-cjs/commands/AddTagsCommand.js.map +0 -1
  102. package/dist-cjs/commands/CreateBatchPredictionCommand.js.map +0 -1
  103. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  104. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  105. package/dist-cjs/commands/CreateDataSourceFromS3Command.js.map +0 -1
  106. package/dist-cjs/commands/CreateEvaluationCommand.js.map +0 -1
  107. package/dist-cjs/commands/CreateMLModelCommand.js.map +0 -1
  108. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  109. package/dist-cjs/commands/DeleteBatchPredictionCommand.js.map +0 -1
  110. package/dist-cjs/commands/DeleteDataSourceCommand.js.map +0 -1
  111. package/dist-cjs/commands/DeleteEvaluationCommand.js.map +0 -1
  112. package/dist-cjs/commands/DeleteMLModelCommand.js.map +0 -1
  113. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  114. package/dist-cjs/commands/DeleteTagsCommand.js.map +0 -1
  115. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  116. package/dist-cjs/commands/DescribeDataSourcesCommand.js.map +0 -1
  117. package/dist-cjs/commands/DescribeEvaluationsCommand.js.map +0 -1
  118. package/dist-cjs/commands/DescribeMLModelsCommand.js.map +0 -1
  119. package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
  120. package/dist-cjs/commands/GetBatchPredictionCommand.js.map +0 -1
  121. package/dist-cjs/commands/GetDataSourceCommand.js.map +0 -1
  122. package/dist-cjs/commands/GetEvaluationCommand.js.map +0 -1
  123. package/dist-cjs/commands/GetMLModelCommand.js.map +0 -1
  124. package/dist-cjs/commands/PredictCommand.js.map +0 -1
  125. package/dist-cjs/commands/UpdateBatchPredictionCommand.js.map +0 -1
  126. package/dist-cjs/commands/UpdateDataSourceCommand.js.map +0 -1
  127. package/dist-cjs/commands/UpdateEvaluationCommand.js.map +0 -1
  128. package/dist-cjs/commands/UpdateMLModelCommand.js.map +0 -1
  129. package/dist-cjs/endpoints.js.map +0 -1
  130. package/dist-cjs/index.js.map +0 -1
  131. package/dist-cjs/models/index.js.map +0 -1
  132. package/dist-cjs/models/models_0.js.map +0 -1
  133. package/dist-cjs/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  134. package/dist-cjs/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  135. package/dist-cjs/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  136. package/dist-cjs/pagination/DescribeMLModelsPaginator.js.map +0 -1
  137. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  138. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  139. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  140. package/dist-cjs/runtimeConfig.js.map +0 -1
  141. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  142. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  143. package/dist-cjs/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  144. package/dist-cjs/waiters/waitForDataSourceAvailable.js.map +0 -1
  145. package/dist-cjs/waiters/waitForEvaluationAvailable.js.map +0 -1
  146. package/dist-cjs/waiters/waitForMLModelAvailable.js.map +0 -1
  147. package/dist-es/MachineLearning.js.map +0 -1
  148. package/dist-es/MachineLearningClient.js.map +0 -1
  149. package/dist-es/commands/AddTagsCommand.js.map +0 -1
  150. package/dist-es/commands/CreateBatchPredictionCommand.js.map +0 -1
  151. package/dist-es/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
  152. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
  153. package/dist-es/commands/CreateDataSourceFromS3Command.js.map +0 -1
  154. package/dist-es/commands/CreateEvaluationCommand.js.map +0 -1
  155. package/dist-es/commands/CreateMLModelCommand.js.map +0 -1
  156. package/dist-es/commands/CreateRealtimeEndpointCommand.js.map +0 -1
  157. package/dist-es/commands/DeleteBatchPredictionCommand.js.map +0 -1
  158. package/dist-es/commands/DeleteDataSourceCommand.js.map +0 -1
  159. package/dist-es/commands/DeleteEvaluationCommand.js.map +0 -1
  160. package/dist-es/commands/DeleteMLModelCommand.js.map +0 -1
  161. package/dist-es/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
  162. package/dist-es/commands/DeleteTagsCommand.js.map +0 -1
  163. package/dist-es/commands/DescribeBatchPredictionsCommand.js.map +0 -1
  164. package/dist-es/commands/DescribeDataSourcesCommand.js.map +0 -1
  165. package/dist-es/commands/DescribeEvaluationsCommand.js.map +0 -1
  166. package/dist-es/commands/DescribeMLModelsCommand.js.map +0 -1
  167. package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
  168. package/dist-es/commands/GetBatchPredictionCommand.js.map +0 -1
  169. package/dist-es/commands/GetDataSourceCommand.js.map +0 -1
  170. package/dist-es/commands/GetEvaluationCommand.js.map +0 -1
  171. package/dist-es/commands/GetMLModelCommand.js.map +0 -1
  172. package/dist-es/commands/PredictCommand.js.map +0 -1
  173. package/dist-es/commands/UpdateBatchPredictionCommand.js.map +0 -1
  174. package/dist-es/commands/UpdateDataSourceCommand.js.map +0 -1
  175. package/dist-es/commands/UpdateEvaluationCommand.js.map +0 -1
  176. package/dist-es/commands/UpdateMLModelCommand.js.map +0 -1
  177. package/dist-es/endpoints.js.map +0 -1
  178. package/dist-es/index.js.map +0 -1
  179. package/dist-es/models/index.js.map +0 -1
  180. package/dist-es/models/models_0.js.map +0 -1
  181. package/dist-es/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
  182. package/dist-es/pagination/DescribeDataSourcesPaginator.js.map +0 -1
  183. package/dist-es/pagination/DescribeEvaluationsPaginator.js.map +0 -1
  184. package/dist-es/pagination/DescribeMLModelsPaginator.js.map +0 -1
  185. package/dist-es/pagination/Interfaces.js.map +0 -1
  186. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  187. package/dist-es/runtimeConfig.browser.js.map +0 -1
  188. package/dist-es/runtimeConfig.js.map +0 -1
  189. package/dist-es/runtimeConfig.native.js.map +0 -1
  190. package/dist-es/runtimeConfig.shared.js.map +0 -1
  191. package/dist-es/waiters/waitForBatchPredictionAvailable.js.map +0 -1
  192. package/dist-es/waiters/waitForDataSourceAvailable.js.map +0 -1
  193. package/dist-es/waiters/waitForEvaluationAvailable.js.map +0 -1
  194. package/dist-es/waiters/waitForMLModelAvailable.js.map +0 -1
  195. package/jest.config.js +0 -4
  196. package/src/MachineLearning.ts +0 -1150
  197. package/src/MachineLearningClient.ts +0 -354
  198. package/src/commands/AddTagsCommand.ts +0 -94
  199. package/src/commands/CreateBatchPredictionCommand.ts +0 -106
  200. package/src/commands/CreateDataSourceFromRDSCommand.ts +0 -106
  201. package/src/commands/CreateDataSourceFromRedshiftCommand.ts +0 -132
  202. package/src/commands/CreateDataSourceFromS3Command.ts +0 -125
  203. package/src/commands/CreateEvaluationCommand.ts +0 -106
  204. package/src/commands/CreateMLModelCommand.ts +0 -114
  205. package/src/commands/CreateRealtimeEndpointCommand.ts +0 -95
  206. package/src/commands/DeleteBatchPredictionCommand.ts +0 -100
  207. package/src/commands/DeleteDataSourceCommand.ts +0 -98
  208. package/src/commands/DeleteEvaluationCommand.ts +0 -100
  209. package/src/commands/DeleteMLModelCommand.ts +0 -100
  210. package/src/commands/DeleteRealtimeEndpointCommand.ts +0 -95
  211. package/src/commands/DeleteTagsCommand.ts +0 -96
  212. package/src/commands/DescribeBatchPredictionsCommand.ts +0 -95
  213. package/src/commands/DescribeDataSourcesCommand.ts +0 -95
  214. package/src/commands/DescribeEvaluationsCommand.ts +0 -95
  215. package/src/commands/DescribeMLModelsCommand.ts +0 -95
  216. package/src/commands/DescribeTagsCommand.ts +0 -95
  217. package/src/commands/GetBatchPredictionCommand.ts +0 -96
  218. package/src/commands/GetDataSourceCommand.ts +0 -98
  219. package/src/commands/GetEvaluationCommand.ts +0 -95
  220. package/src/commands/GetMLModelCommand.ts +0 -97
  221. package/src/commands/PredictCommand.ts +0 -97
  222. package/src/commands/UpdateBatchPredictionCommand.ts +0 -96
  223. package/src/commands/UpdateDataSourceCommand.ts +0 -96
  224. package/src/commands/UpdateEvaluationCommand.ts +0 -96
  225. package/src/commands/UpdateMLModelCommand.ts +0 -96
  226. package/src/endpoints.ts +0 -57
  227. package/src/index.ts +0 -40
  228. package/src/models/index.ts +0 -1
  229. package/src/models/models_0.ts +0 -4066
  230. package/src/pagination/DescribeBatchPredictionsPaginator.ts +0 -59
  231. package/src/pagination/DescribeDataSourcesPaginator.ts +0 -59
  232. package/src/pagination/DescribeEvaluationsPaginator.ts +0 -59
  233. package/src/pagination/DescribeMLModelsPaginator.ts +0 -59
  234. package/src/pagination/Interfaces.ts +0 -8
  235. package/src/protocols/Aws_json1_1.ts +0 -3958
  236. package/src/runtimeConfig.browser.ts +0 -41
  237. package/src/runtimeConfig.native.ts +0 -17
  238. package/src/runtimeConfig.shared.ts +0 -17
  239. package/src/runtimeConfig.ts +0 -46
  240. package/src/waiters/waitForBatchPredictionAvailable.ts +0 -75
  241. package/src/waiters/waitForDataSourceAvailable.ts +0 -72
  242. package/src/waiters/waitForEvaluationAvailable.ts +0 -72
  243. package/src/waiters/waitForMLModelAvailable.ts +0 -72
  244. package/tsconfig.es.json +0 -10
  245. package/tsconfig.json +0 -33
  246. package/tsconfig.types.json +0 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
6
19
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
20
 
8
21
 
@@ -429,4 +429,3 @@ class MachineLearning extends MachineLearningClient_1.MachineLearningClient {
429
429
  }
430
430
  }
431
431
  exports.MachineLearning = MachineLearning;
432
- //# sourceMappingURL=MachineLearning.js.map
@@ -42,4 +42,3 @@ class MachineLearningClient extends smithy_client_1.Client {
42
42
  }
43
43
  }
44
44
  exports.MachineLearningClient = MachineLearningClient;
45
- //# sourceMappingURL=MachineLearningClient.js.map
@@ -60,4 +60,3 @@ class AddTagsCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.AddTagsCommand = AddTagsCommand;
63
- //# sourceMappingURL=AddTagsCommand.js.map
@@ -69,4 +69,3 @@ class CreateBatchPredictionCommand extends smithy_client_1.Command {
69
69
  }
70
70
  }
71
71
  exports.CreateBatchPredictionCommand = CreateBatchPredictionCommand;
72
- //# sourceMappingURL=CreateBatchPredictionCommand.js.map
@@ -69,4 +69,3 @@ class CreateDataSourceFromRDSCommand extends smithy_client_1.Command {
69
69
  }
70
70
  }
71
71
  exports.CreateDataSourceFromRDSCommand = CreateDataSourceFromRDSCommand;
72
- //# sourceMappingURL=CreateDataSourceFromRDSCommand.js.map
@@ -90,4 +90,3 @@ class CreateDataSourceFromRedshiftCommand extends smithy_client_1.Command {
90
90
  }
91
91
  }
92
92
  exports.CreateDataSourceFromRedshiftCommand = CreateDataSourceFromRedshiftCommand;
93
- //# sourceMappingURL=CreateDataSourceFromRedshiftCommand.js.map
@@ -88,4 +88,3 @@ class CreateDataSourceFromS3Command extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.CreateDataSourceFromS3Command = CreateDataSourceFromS3Command;
91
- //# sourceMappingURL=CreateDataSourceFromS3Command.js.map
@@ -69,4 +69,3 @@ class CreateEvaluationCommand extends smithy_client_1.Command {
69
69
  }
70
70
  }
71
71
  exports.CreateEvaluationCommand = CreateEvaluationCommand;
72
- //# sourceMappingURL=CreateEvaluationCommand.js.map
@@ -77,4 +77,3 @@ class CreateMLModelCommand extends smithy_client_1.Command {
77
77
  }
78
78
  }
79
79
  exports.CreateMLModelCommand = CreateMLModelCommand;
80
- //# sourceMappingURL=CreateMLModelCommand.js.map
@@ -58,4 +58,3 @@ class CreateRealtimeEndpointCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.CreateRealtimeEndpointCommand = CreateRealtimeEndpointCommand;
61
- //# sourceMappingURL=CreateRealtimeEndpointCommand.js.map
@@ -63,4 +63,3 @@ class DeleteBatchPredictionCommand extends smithy_client_1.Command {
63
63
  }
64
64
  }
65
65
  exports.DeleteBatchPredictionCommand = DeleteBatchPredictionCommand;
66
- //# sourceMappingURL=DeleteBatchPredictionCommand.js.map
@@ -61,4 +61,3 @@ class DeleteDataSourceCommand extends smithy_client_1.Command {
61
61
  }
62
62
  }
63
63
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
64
- //# sourceMappingURL=DeleteDataSourceCommand.js.map
@@ -63,4 +63,3 @@ class DeleteEvaluationCommand extends smithy_client_1.Command {
63
63
  }
64
64
  }
65
65
  exports.DeleteEvaluationCommand = DeleteEvaluationCommand;
66
- //# sourceMappingURL=DeleteEvaluationCommand.js.map
@@ -63,4 +63,3 @@ class DeleteMLModelCommand extends smithy_client_1.Command {
63
63
  }
64
64
  }
65
65
  exports.DeleteMLModelCommand = DeleteMLModelCommand;
66
- //# sourceMappingURL=DeleteMLModelCommand.js.map
@@ -58,4 +58,3 @@ class DeleteRealtimeEndpointCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteRealtimeEndpointCommand = DeleteRealtimeEndpointCommand;
61
- //# sourceMappingURL=DeleteRealtimeEndpointCommand.js.map
@@ -59,4 +59,3 @@ class DeleteTagsCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.DeleteTagsCommand = DeleteTagsCommand;
62
- //# sourceMappingURL=DeleteTagsCommand.js.map
@@ -58,4 +58,3 @@ class DescribeBatchPredictionsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeBatchPredictionsCommand = DescribeBatchPredictionsCommand;
61
- //# sourceMappingURL=DescribeBatchPredictionsCommand.js.map
@@ -58,4 +58,3 @@ class DescribeDataSourcesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeDataSourcesCommand = DescribeDataSourcesCommand;
61
- //# sourceMappingURL=DescribeDataSourcesCommand.js.map
@@ -58,4 +58,3 @@ class DescribeEvaluationsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeEvaluationsCommand = DescribeEvaluationsCommand;
61
- //# sourceMappingURL=DescribeEvaluationsCommand.js.map
@@ -58,4 +58,3 @@ class DescribeMLModelsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeMLModelsCommand = DescribeMLModelsCommand;
61
- //# sourceMappingURL=DescribeMLModelsCommand.js.map
@@ -58,4 +58,3 @@ class DescribeTagsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeTagsCommand = DescribeTagsCommand;
61
- //# sourceMappingURL=DescribeTagsCommand.js.map
@@ -59,4 +59,3 @@ class GetBatchPredictionCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.GetBatchPredictionCommand = GetBatchPredictionCommand;
62
- //# sourceMappingURL=GetBatchPredictionCommand.js.map
@@ -61,4 +61,3 @@ class GetDataSourceCommand extends smithy_client_1.Command {
61
61
  }
62
62
  }
63
63
  exports.GetDataSourceCommand = GetDataSourceCommand;
64
- //# sourceMappingURL=GetDataSourceCommand.js.map
@@ -58,4 +58,3 @@ class GetEvaluationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetEvaluationCommand = GetEvaluationCommand;
61
- //# sourceMappingURL=GetEvaluationCommand.js.map
@@ -60,4 +60,3 @@ class GetMLModelCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.GetMLModelCommand = GetMLModelCommand;
63
- //# sourceMappingURL=GetMLModelCommand.js.map
@@ -63,4 +63,3 @@ class PredictCommand extends smithy_client_1.Command {
63
63
  }
64
64
  }
65
65
  exports.PredictCommand = PredictCommand;
66
- //# sourceMappingURL=PredictCommand.js.map
@@ -59,4 +59,3 @@ class UpdateBatchPredictionCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.UpdateBatchPredictionCommand = UpdateBatchPredictionCommand;
62
- //# sourceMappingURL=UpdateBatchPredictionCommand.js.map
@@ -59,4 +59,3 @@ class UpdateDataSourceCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
62
- //# sourceMappingURL=UpdateDataSourceCommand.js.map
@@ -59,4 +59,3 @@ class UpdateEvaluationCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.UpdateEvaluationCommand = UpdateEvaluationCommand;
62
- //# sourceMappingURL=UpdateEvaluationCommand.js.map
@@ -59,4 +59,3 @@ class UpdateMLModelCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.UpdateMLModelCommand = UpdateMLModelCommand;
62
- //# sourceMappingURL=UpdateMLModelCommand.js.map
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -41,4 +41,3 @@ tslib_1.__exportStar(require("./commands/UpdateEvaluationCommand"), exports);
41
41
  tslib_1.__exportStar(require("./commands/UpdateMLModelCommand"), exports);
42
42
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
43
43
  tslib_1.__exportStar(require("./models/index"), exports);
44
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -817,4 +817,3 @@ var UpdateMLModelOutput;
817
817
  ...obj,
818
818
  });
819
819
  })(UpdateMLModelOutput = exports.UpdateMLModelOutput || (exports.UpdateMLModelOutput = {}));
820
- //# sourceMappingURL=models_0.js.map
@@ -43,4 +43,3 @@ async function* paginateDescribeBatchPredictions(config, input, ...additionalArg
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateDescribeBatchPredictions = paginateDescribeBatchPredictions;
46
- //# sourceMappingURL=DescribeBatchPredictionsPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateDescribeDataSources(config, input, ...additionalArgument
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateDescribeDataSources = paginateDescribeDataSources;
46
- //# sourceMappingURL=DescribeDataSourcesPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateDescribeEvaluations(config, input, ...additionalArgument
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateDescribeEvaluations = paginateDescribeEvaluations;
46
- //# sourceMappingURL=DescribeEvaluationsPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateDescribeMLModels(config, input, ...additionalArguments)
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateDescribeMLModels = paginateDescribeMLModels;
46
- //# sourceMappingURL=DescribeMLModelsPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -3216,4 +3216,3 @@ const loadRestJsonErrorCode = (output, data) => {
3216
3216
  }
3217
3217
  return "";
3218
3218
  };
3219
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
6
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
7
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -10,8 +12,6 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
10
12
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
13
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
12
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
13
- // @ts-ignore: package.json will be imported from dist folders
14
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
15
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
16
  /**
17
17
  * @internal
@@ -39,4 +39,3 @@ const getRuntimeConfig = (config) => {
39
39
  };
40
40
  };
41
41
  exports.getRuntimeConfig = getRuntimeConfig;
42
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
7
  const client_sts_1 = require("@aws-sdk/client-sts");
6
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
7
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -9,14 +11,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
9
11
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
12
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
11
13
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
14
  const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
15
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
16
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
17
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
- // @ts-ignore: package.json will be imported from dist folders
18
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
19
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
19
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
20
20
  /**
21
21
  * @internal
22
22
  */
@@ -44,4 +44,3 @@ const getRuntimeConfig = (config) => {
44
44
  };
45
45
  };
46
46
  exports.getRuntimeConfig = getRuntimeConfig;
47
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -66,4 +66,3 @@ const waitUntilBatchPredictionAvailable = async (params, input) => {
66
66
  return util_waiter_1.checkExceptions(result);
67
67
  };
68
68
  exports.waitUntilBatchPredictionAvailable = waitUntilBatchPredictionAvailable;
69
- //# sourceMappingURL=waitForBatchPredictionAvailable.js.map
@@ -66,4 +66,3 @@ const waitUntilDataSourceAvailable = async (params, input) => {
66
66
  return util_waiter_1.checkExceptions(result);
67
67
  };
68
68
  exports.waitUntilDataSourceAvailable = waitUntilDataSourceAvailable;
69
- //# sourceMappingURL=waitForDataSourceAvailable.js.map
@@ -66,4 +66,3 @@ const waitUntilEvaluationAvailable = async (params, input) => {
66
66
  return util_waiter_1.checkExceptions(result);
67
67
  };
68
68
  exports.waitUntilEvaluationAvailable = waitUntilEvaluationAvailable;
69
- //# sourceMappingURL=waitForEvaluationAvailable.js.map
@@ -66,4 +66,3 @@ const waitUntilMLModelAvailable = async (params, input) => {
66
66
  return util_waiter_1.checkExceptions(result);
67
67
  };
68
68
  exports.waitUntilMLModelAvailable = waitUntilMLModelAvailable;
69
- //# sourceMappingURL=waitForMLModelAvailable.js.map
@@ -428,4 +428,3 @@ var MachineLearning = (function (_super) {
428
428
  return MachineLearning;
429
429
  }(MachineLearningClient));
430
430
  export { MachineLearning };
431
- //# sourceMappingURL=MachineLearning.js.map
@@ -35,4 +35,3 @@ var MachineLearningClient = (function (_super) {
35
35
  return MachineLearningClient;
36
36
  }(__Client));
37
37
  export { MachineLearningClient };
38
- //# sourceMappingURL=MachineLearningClient.js.map
@@ -37,4 +37,3 @@ var AddTagsCommand = (function (_super) {
37
37
  return AddTagsCommand;
38
38
  }($Command));
39
39
  export { AddTagsCommand };
40
- //# sourceMappingURL=AddTagsCommand.js.map
@@ -37,4 +37,3 @@ var CreateBatchPredictionCommand = (function (_super) {
37
37
  return CreateBatchPredictionCommand;
38
38
  }($Command));
39
39
  export { CreateBatchPredictionCommand };
40
- //# sourceMappingURL=CreateBatchPredictionCommand.js.map
@@ -37,4 +37,3 @@ var CreateDataSourceFromRDSCommand = (function (_super) {
37
37
  return CreateDataSourceFromRDSCommand;
38
38
  }($Command));
39
39
  export { CreateDataSourceFromRDSCommand };
40
- //# sourceMappingURL=CreateDataSourceFromRDSCommand.js.map
@@ -37,4 +37,3 @@ var CreateDataSourceFromRedshiftCommand = (function (_super) {
37
37
  return CreateDataSourceFromRedshiftCommand;
38
38
  }($Command));
39
39
  export { CreateDataSourceFromRedshiftCommand };
40
- //# sourceMappingURL=CreateDataSourceFromRedshiftCommand.js.map
@@ -37,4 +37,3 @@ var CreateDataSourceFromS3Command = (function (_super) {
37
37
  return CreateDataSourceFromS3Command;
38
38
  }($Command));
39
39
  export { CreateDataSourceFromS3Command };
40
- //# sourceMappingURL=CreateDataSourceFromS3Command.js.map
@@ -37,4 +37,3 @@ var CreateEvaluationCommand = (function (_super) {
37
37
  return CreateEvaluationCommand;
38
38
  }($Command));
39
39
  export { CreateEvaluationCommand };
40
- //# sourceMappingURL=CreateEvaluationCommand.js.map
@@ -37,4 +37,3 @@ var CreateMLModelCommand = (function (_super) {
37
37
  return CreateMLModelCommand;
38
38
  }($Command));
39
39
  export { CreateMLModelCommand };
40
- //# sourceMappingURL=CreateMLModelCommand.js.map
@@ -37,4 +37,3 @@ var CreateRealtimeEndpointCommand = (function (_super) {
37
37
  return CreateRealtimeEndpointCommand;
38
38
  }($Command));
39
39
  export { CreateRealtimeEndpointCommand };
40
- //# sourceMappingURL=CreateRealtimeEndpointCommand.js.map
@@ -37,4 +37,3 @@ var DeleteBatchPredictionCommand = (function (_super) {
37
37
  return DeleteBatchPredictionCommand;
38
38
  }($Command));
39
39
  export { DeleteBatchPredictionCommand };
40
- //# sourceMappingURL=DeleteBatchPredictionCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDataSourceCommand = (function (_super) {
37
37
  return DeleteDataSourceCommand;
38
38
  }($Command));
39
39
  export { DeleteDataSourceCommand };
40
- //# sourceMappingURL=DeleteDataSourceCommand.js.map
@@ -37,4 +37,3 @@ var DeleteEvaluationCommand = (function (_super) {
37
37
  return DeleteEvaluationCommand;
38
38
  }($Command));
39
39
  export { DeleteEvaluationCommand };
40
- //# sourceMappingURL=DeleteEvaluationCommand.js.map
@@ -37,4 +37,3 @@ var DeleteMLModelCommand = (function (_super) {
37
37
  return DeleteMLModelCommand;
38
38
  }($Command));
39
39
  export { DeleteMLModelCommand };
40
- //# sourceMappingURL=DeleteMLModelCommand.js.map
@@ -37,4 +37,3 @@ var DeleteRealtimeEndpointCommand = (function (_super) {
37
37
  return DeleteRealtimeEndpointCommand;
38
38
  }($Command));
39
39
  export { DeleteRealtimeEndpointCommand };
40
- //# sourceMappingURL=DeleteRealtimeEndpointCommand.js.map
@@ -37,4 +37,3 @@ var DeleteTagsCommand = (function (_super) {
37
37
  return DeleteTagsCommand;
38
38
  }($Command));
39
39
  export { DeleteTagsCommand };
40
- //# sourceMappingURL=DeleteTagsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeBatchPredictionsCommand = (function (_super) {
37
37
  return DescribeBatchPredictionsCommand;
38
38
  }($Command));
39
39
  export { DescribeBatchPredictionsCommand };
40
- //# sourceMappingURL=DescribeBatchPredictionsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDataSourcesCommand = (function (_super) {
37
37
  return DescribeDataSourcesCommand;
38
38
  }($Command));
39
39
  export { DescribeDataSourcesCommand };
40
- //# sourceMappingURL=DescribeDataSourcesCommand.js.map
@@ -37,4 +37,3 @@ var DescribeEvaluationsCommand = (function (_super) {
37
37
  return DescribeEvaluationsCommand;
38
38
  }($Command));
39
39
  export { DescribeEvaluationsCommand };
40
- //# sourceMappingURL=DescribeEvaluationsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeMLModelsCommand = (function (_super) {
37
37
  return DescribeMLModelsCommand;
38
38
  }($Command));
39
39
  export { DescribeMLModelsCommand };
40
- //# sourceMappingURL=DescribeMLModelsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeTagsCommand = (function (_super) {
37
37
  return DescribeTagsCommand;
38
38
  }($Command));
39
39
  export { DescribeTagsCommand };
40
- //# sourceMappingURL=DescribeTagsCommand.js.map
@@ -37,4 +37,3 @@ var GetBatchPredictionCommand = (function (_super) {
37
37
  return GetBatchPredictionCommand;
38
38
  }($Command));
39
39
  export { GetBatchPredictionCommand };
40
- //# sourceMappingURL=GetBatchPredictionCommand.js.map
@@ -37,4 +37,3 @@ var GetDataSourceCommand = (function (_super) {
37
37
  return GetDataSourceCommand;
38
38
  }($Command));
39
39
  export { GetDataSourceCommand };
40
- //# sourceMappingURL=GetDataSourceCommand.js.map
@@ -37,4 +37,3 @@ var GetEvaluationCommand = (function (_super) {
37
37
  return GetEvaluationCommand;
38
38
  }($Command));
39
39
  export { GetEvaluationCommand };
40
- //# sourceMappingURL=GetEvaluationCommand.js.map
@@ -37,4 +37,3 @@ var GetMLModelCommand = (function (_super) {
37
37
  return GetMLModelCommand;
38
38
  }($Command));
39
39
  export { GetMLModelCommand };
40
- //# sourceMappingURL=GetMLModelCommand.js.map
@@ -39,4 +39,3 @@ var PredictCommand = (function (_super) {
39
39
  return PredictCommand;
40
40
  }($Command));
41
41
  export { PredictCommand };
42
- //# sourceMappingURL=PredictCommand.js.map
@@ -37,4 +37,3 @@ var UpdateBatchPredictionCommand = (function (_super) {
37
37
  return UpdateBatchPredictionCommand;
38
38
  }($Command));
39
39
  export { UpdateBatchPredictionCommand };
40
- //# sourceMappingURL=UpdateBatchPredictionCommand.js.map
@@ -37,4 +37,3 @@ var UpdateDataSourceCommand = (function (_super) {
37
37
  return UpdateDataSourceCommand;
38
38
  }($Command));
39
39
  export { UpdateDataSourceCommand };
40
- //# sourceMappingURL=UpdateDataSourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateEvaluationCommand = (function (_super) {
37
37
  return UpdateEvaluationCommand;
38
38
  }($Command));
39
39
  export { UpdateEvaluationCommand };
40
- //# sourceMappingURL=UpdateEvaluationCommand.js.map
@@ -37,4 +37,3 @@ var UpdateMLModelCommand = (function (_super) {
37
37
  return UpdateMLModelCommand;
38
38
  }($Command));
39
39
  export { UpdateMLModelCommand };
40
- //# sourceMappingURL=UpdateMLModelCommand.js.map
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "machinelearning", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -38,4 +38,3 @@ export * from "./commands/UpdateEvaluationCommand";
38
38
  export * from "./commands/UpdateMLModelCommand";
39
39
  export * from "./pagination/Interfaces";
40
40
  export * from "./models/index";
41
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -409,4 +409,3 @@ export var UpdateMLModelOutput;
409
409
  (function (UpdateMLModelOutput) {
410
410
  UpdateMLModelOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
411
  })(UpdateMLModelOutput || (UpdateMLModelOutput = {}));
412
- //# sourceMappingURL=models_0.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeBatchPredictions(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeBatchPredictionsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeDataSources(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeDataSourcesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeEvaluations(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeEvaluationsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeMLModels(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeMLModelsPaginator.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -3304,4 +3304,3 @@ var loadRestJsonErrorCode = function (output, data) {
3304
3304
  }
3305
3305
  return "";
3306
3306
  };
3307
- //# sourceMappingURL=Aws_json1_1.js.map