@aws-sdk/client-forecast 3.337.0 → 3.341.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 (265) hide show
  1. package/dist-cjs/ForecastClient.js +2 -1
  2. package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -1
  6. package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -1
  7. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -1
  8. package/dist-cjs/commands/CreateForecastCommand.js +2 -1
  9. package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -1
  10. package/dist-cjs/commands/CreateMonitorCommand.js +2 -1
  11. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -1
  12. package/dist-cjs/commands/CreatePredictorCommand.js +2 -1
  13. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -1
  14. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -1
  15. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteForecastCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteMonitorCommand.js +2 -1
  24. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -1
  25. package/dist-cjs/commands/DeletePredictorCommand.js +2 -1
  26. package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -1
  27. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -1
  28. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -1
  29. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -1
  34. package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -1
  35. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -1
  36. package/dist-cjs/commands/DescribeForecastCommand.js +2 -1
  37. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -1
  38. package/dist-cjs/commands/DescribeMonitorCommand.js +2 -1
  39. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -1
  40. package/dist-cjs/commands/DescribePredictorCommand.js +2 -1
  41. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -1
  42. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -1
  43. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -1
  44. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -1
  45. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -1
  46. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -1
  47. package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
  48. package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -1
  49. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -1
  50. package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -1
  51. package/dist-cjs/commands/ListForecastsCommand.js +2 -1
  52. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -1
  53. package/dist-cjs/commands/ListMonitorsCommand.js +2 -1
  54. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -1
  55. package/dist-cjs/commands/ListPredictorsCommand.js +2 -1
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  57. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -1
  58. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -1
  59. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -1
  60. package/dist-cjs/commands/ResumeResourceCommand.js +2 -1
  61. package/dist-cjs/commands/StopResourceCommand.js +2 -1
  62. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  63. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  64. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -1
  65. package/dist-cjs/index.js +2 -2
  66. package/dist-cjs/models/ForecastServiceException.js +2 -1
  67. package/dist-es/ForecastClient.js +1 -0
  68. package/dist-es/commands/CreateAutoPredictorCommand.js +1 -0
  69. package/dist-es/commands/CreateDatasetCommand.js +1 -0
  70. package/dist-es/commands/CreateDatasetGroupCommand.js +1 -0
  71. package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -0
  72. package/dist-es/commands/CreateExplainabilityCommand.js +1 -0
  73. package/dist-es/commands/CreateExplainabilityExportCommand.js +1 -0
  74. package/dist-es/commands/CreateForecastCommand.js +1 -0
  75. package/dist-es/commands/CreateForecastExportJobCommand.js +1 -0
  76. package/dist-es/commands/CreateMonitorCommand.js +1 -0
  77. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +1 -0
  78. package/dist-es/commands/CreatePredictorCommand.js +1 -0
  79. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +1 -0
  80. package/dist-es/commands/CreateWhatIfForecastCommand.js +1 -0
  81. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +1 -0
  82. package/dist-es/commands/DeleteDatasetCommand.js +1 -0
  83. package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -0
  84. package/dist-es/commands/DeleteDatasetImportJobCommand.js +1 -0
  85. package/dist-es/commands/DeleteExplainabilityCommand.js +1 -0
  86. package/dist-es/commands/DeleteExplainabilityExportCommand.js +1 -0
  87. package/dist-es/commands/DeleteForecastCommand.js +1 -0
  88. package/dist-es/commands/DeleteForecastExportJobCommand.js +1 -0
  89. package/dist-es/commands/DeleteMonitorCommand.js +1 -0
  90. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +1 -0
  91. package/dist-es/commands/DeletePredictorCommand.js +1 -0
  92. package/dist-es/commands/DeleteResourceTreeCommand.js +1 -0
  93. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +1 -0
  94. package/dist-es/commands/DeleteWhatIfForecastCommand.js +1 -0
  95. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +1 -0
  96. package/dist-es/commands/DescribeAutoPredictorCommand.js +1 -0
  97. package/dist-es/commands/DescribeDatasetCommand.js +1 -0
  98. package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -0
  99. package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -0
  100. package/dist-es/commands/DescribeExplainabilityCommand.js +1 -0
  101. package/dist-es/commands/DescribeExplainabilityExportCommand.js +1 -0
  102. package/dist-es/commands/DescribeForecastCommand.js +1 -0
  103. package/dist-es/commands/DescribeForecastExportJobCommand.js +1 -0
  104. package/dist-es/commands/DescribeMonitorCommand.js +1 -0
  105. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +1 -0
  106. package/dist-es/commands/DescribePredictorCommand.js +1 -0
  107. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +1 -0
  108. package/dist-es/commands/DescribeWhatIfForecastCommand.js +1 -0
  109. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +1 -0
  110. package/dist-es/commands/GetAccuracyMetricsCommand.js +1 -0
  111. package/dist-es/commands/ListDatasetGroupsCommand.js +1 -0
  112. package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -0
  113. package/dist-es/commands/ListDatasetsCommand.js +1 -0
  114. package/dist-es/commands/ListExplainabilitiesCommand.js +1 -0
  115. package/dist-es/commands/ListExplainabilityExportsCommand.js +1 -0
  116. package/dist-es/commands/ListForecastExportJobsCommand.js +1 -0
  117. package/dist-es/commands/ListForecastsCommand.js +1 -0
  118. package/dist-es/commands/ListMonitorEvaluationsCommand.js +1 -0
  119. package/dist-es/commands/ListMonitorsCommand.js +1 -0
  120. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +1 -0
  121. package/dist-es/commands/ListPredictorsCommand.js +1 -0
  122. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  123. package/dist-es/commands/ListWhatIfAnalysesCommand.js +1 -0
  124. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +1 -0
  125. package/dist-es/commands/ListWhatIfForecastsCommand.js +1 -0
  126. package/dist-es/commands/ResumeResourceCommand.js +1 -0
  127. package/dist-es/commands/StopResourceCommand.js +1 -0
  128. package/dist-es/commands/TagResourceCommand.js +1 -0
  129. package/dist-es/commands/UntagResourceCommand.js +1 -0
  130. package/dist-es/commands/UpdateDatasetGroupCommand.js +1 -0
  131. package/dist-es/index.js +2 -2
  132. package/dist-es/models/ForecastServiceException.js +1 -0
  133. package/dist-types/ForecastClient.d.ts +3 -3
  134. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +4 -0
  135. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
  136. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -0
  137. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -0
  138. package/dist-types/commands/CreateExplainabilityCommand.d.ts +4 -0
  139. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +4 -0
  140. package/dist-types/commands/CreateForecastCommand.d.ts +4 -0
  141. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +4 -0
  142. package/dist-types/commands/CreateMonitorCommand.d.ts +4 -0
  143. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -0
  144. package/dist-types/commands/CreatePredictorCommand.d.ts +4 -0
  145. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +4 -0
  146. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +4 -0
  147. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +4 -0
  148. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  149. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
  150. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +4 -0
  151. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +4 -0
  152. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +4 -0
  153. package/dist-types/commands/DeleteForecastCommand.d.ts +4 -0
  154. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +4 -0
  155. package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -0
  156. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -0
  157. package/dist-types/commands/DeletePredictorCommand.d.ts +4 -0
  158. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +4 -0
  159. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +4 -0
  160. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +4 -0
  161. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -0
  162. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +4 -0
  163. package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
  164. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +4 -0
  165. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +4 -0
  166. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +4 -0
  167. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +4 -0
  168. package/dist-types/commands/DescribeForecastCommand.d.ts +4 -0
  169. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +4 -0
  170. package/dist-types/commands/DescribeMonitorCommand.d.ts +4 -0
  171. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -0
  172. package/dist-types/commands/DescribePredictorCommand.d.ts +4 -0
  173. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +4 -0
  174. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +4 -0
  175. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -0
  176. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +4 -0
  177. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
  178. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +4 -0
  179. package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
  180. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +4 -0
  181. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +4 -0
  182. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +4 -0
  183. package/dist-types/commands/ListForecastsCommand.d.ts +4 -0
  184. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +4 -0
  185. package/dist-types/commands/ListMonitorsCommand.d.ts +4 -0
  186. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -0
  187. package/dist-types/commands/ListPredictorsCommand.d.ts +4 -0
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  189. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +4 -0
  190. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +4 -0
  191. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +4 -0
  192. package/dist-types/commands/ResumeResourceCommand.d.ts +4 -0
  193. package/dist-types/commands/StopResourceCommand.d.ts +4 -0
  194. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  195. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  196. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +4 -0
  197. package/dist-types/index.d.ts +7 -2
  198. package/dist-types/models/ForecastServiceException.d.ts +1 -0
  199. package/dist-types/ts3.4/ForecastClient.d.ts +3 -3
  200. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/index.d.ts +2 -2
  264. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +1 -0
  265. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteWhatIfForecastRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteWhatIfForecastExportRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeExplainabilityExportRequest, DescribeExplainabilityExportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeForecastRequest, DescribeForecastResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeForecastExportJobRequest, DescribeForecastExportJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeMonitorRequest, DescribeMonitorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribePredictorBacktestExportJobRequest, DescribePredictorBacktestExportJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribePredictorRequest, DescribePredictorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DescribeWhatIfForecastExportRequest, DescribeWhatIfForecastExportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { GetAccuracyMetricsRequest, GetAccuracyMetricsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListForecastExportJobsRequest, ListForecastExportJobsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListForecastsRequest, ListForecastsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListMonitorEvaluationsRequest, ListMonitorEvaluationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListPredictorBacktestExportJobsRequest, ListPredictorBacktestExportJobsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListPredictorsRequest, ListPredictorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfForecastExportsRequest, ListWhatIfForecastExportsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ResumeResourceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { StopResourceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { UpdateDatasetGroupRequest, UpdateDatasetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./Forecast";
1
+ /**
2
+ * <p>Provides APIs for creating and managing Amazon Forecast resources.</p>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./ForecastClient";
7
+ export * from "./Forecast";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { ForecastServiceException } from "./models/ForecastServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -303,6 +303,7 @@ import {
303
303
  ClientResolvedEndpointParameters,
304
304
  EndpointParameters,
305
305
  } from "./endpoint/EndpointParameters";
306
+ export { __Client };
306
307
  export type ServiceInputTypes =
307
308
  | CreateAutoPredictorCommandInput
308
309
  | CreateDatasetCommandInput
@@ -455,7 +456,7 @@ export interface ClientDefaults
455
456
  logger?: __Logger;
456
457
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
457
458
  }
458
- type ForecastClientConfigType = Partial<
459
+ export type ForecastClientConfigType = Partial<
459
460
  __SmithyConfiguration<__HttpHandlerOptions>
460
461
  > &
461
462
  ClientDefaults &
@@ -467,7 +468,7 @@ type ForecastClientConfigType = Partial<
467
468
  UserAgentInputConfig &
468
469
  ClientInputEndpointParameters;
469
470
  export interface ForecastClientConfig extends ForecastClientConfigType {}
470
- type ForecastClientResolvedConfigType =
471
+ export type ForecastClientResolvedConfigType =
471
472
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
472
473
  Required<ClientDefaults> &
473
474
  RegionResolvedConfig &
@@ -489,4 +490,3 @@ export declare class ForecastClient extends __Client<
489
490
  constructor(configuration: ForecastClientConfig);
490
491
  destroy(): void;
491
492
  }
492
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateAutoPredictorRequest,
16
16
  CreateAutoPredictorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAutoPredictorCommandInput
19
20
  extends CreateAutoPredictorRequest {}
20
21
  export interface CreateAutoPredictorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDatasetRequest,
16
16
  CreateDatasetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
19
20
  export interface CreateDatasetCommandOutput
20
21
  extends CreateDatasetResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateDatasetGroupRequest,
16
16
  CreateDatasetGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDatasetGroupCommandInput
19
20
  extends CreateDatasetGroupRequest {}
20
21
  export interface CreateDatasetGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDatasetImportJobRequest,
16
16
  CreateDatasetImportJobResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDatasetImportJobCommandInput
19
20
  extends CreateDatasetImportJobRequest {}
20
21
  export interface CreateDatasetImportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateExplainabilityRequest,
16
16
  CreateExplainabilityResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateExplainabilityCommandInput
19
20
  extends CreateExplainabilityRequest {}
20
21
  export interface CreateExplainabilityCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateExplainabilityExportRequest,
16
16
  CreateExplainabilityExportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateExplainabilityExportCommandInput
19
20
  extends CreateExplainabilityExportRequest {}
20
21
  export interface CreateExplainabilityExportCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateForecastRequest,
16
16
  CreateForecastResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateForecastCommandInput extends CreateForecastRequest {}
19
20
  export interface CreateForecastCommandOutput
20
21
  extends CreateForecastResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateForecastExportJobRequest,
16
16
  CreateForecastExportJobResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateForecastExportJobCommandInput
19
20
  extends CreateForecastExportJobRequest {}
20
21
  export interface CreateForecastExportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateMonitorRequest,
16
16
  CreateMonitorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMonitorCommandInput extends CreateMonitorRequest {}
19
20
  export interface CreateMonitorCommandOutput
20
21
  extends CreateMonitorResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreatePredictorBacktestExportJobRequest,
16
16
  CreatePredictorBacktestExportJobResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePredictorBacktestExportJobCommandInput
19
20
  extends CreatePredictorBacktestExportJobRequest {}
20
21
  export interface CreatePredictorBacktestExportJobCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreatePredictorRequest,
16
16
  CreatePredictorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePredictorCommandInput extends CreatePredictorRequest {}
19
20
  export interface CreatePredictorCommandOutput
20
21
  extends CreatePredictorResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateWhatIfAnalysisRequest,
16
16
  CreateWhatIfAnalysisResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWhatIfAnalysisCommandInput
19
20
  extends CreateWhatIfAnalysisRequest {}
20
21
  export interface CreateWhatIfAnalysisCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateWhatIfForecastRequest,
16
16
  CreateWhatIfForecastResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWhatIfForecastCommandInput
19
20
  extends CreateWhatIfForecastRequest {}
20
21
  export interface CreateWhatIfForecastCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateWhatIfForecastExportRequest,
16
16
  CreateWhatIfForecastExportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWhatIfForecastExportCommandInput
19
20
  extends CreateWhatIfForecastExportRequest {}
20
21
  export interface CreateWhatIfForecastExportCommandOutput