@aws-sdk/client-forecast 3.42.0 → 3.47.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 (82) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Forecast.js +150 -0
  4. package/dist-cjs/commands/CreateAutoPredictorCommand.js +36 -0
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +36 -0
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteExplainabilityCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeExplainabilityCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +36 -0
  12. package/dist-cjs/commands/ListExplainabilitiesCommand.js +36 -0
  13. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +1 -12
  16. package/dist-cjs/models/models_0.js +206 -67
  17. package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/Forecast.js +150 -0
  21. package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
  22. package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
  23. package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
  24. package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
  25. package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
  26. package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
  27. package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
  28. package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
  29. package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
  30. package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +1 -12
  33. package/dist-es/models/models_0.js +140 -44
  34. package/dist-es/protocols/Aws_json1_1.js +1367 -138
  35. package/dist-es/runtimeConfig.browser.js +12 -3
  36. package/dist-es/runtimeConfig.js +13 -6
  37. package/dist-types/Forecast.d.ts +306 -40
  38. package/dist-types/ForecastClient.d.ts +17 -3
  39. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
  40. package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
  41. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
  42. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
  43. package/dist-types/commands/CreatePredictorCommand.d.ts +19 -18
  44. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
  45. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
  46. package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
  47. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
  48. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
  49. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
  50. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribePredictorCommand.d.ts +5 -1
  52. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
  53. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
  54. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -4
  55. package/dist-types/commands/ListPredictorsCommand.d.ts +5 -5
  56. package/dist-types/commands/StopResourceCommand.d.ts +9 -3
  57. package/dist-types/commands/TagResourceCommand.d.ts +4 -1
  58. package/dist-types/commands/index.d.ts +10 -0
  59. package/dist-types/models/models_0.d.ts +2078 -500
  60. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  61. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  62. package/dist-types/runtimeConfig.d.ts +4 -3
  63. package/dist-types/runtimeConfig.native.d.ts +1 -0
  64. package/dist-types/ts3.4/Forecast.d.ts +50 -0
  65. package/dist-types/ts3.4/ForecastClient.d.ts +15 -3
  66. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +479 -94
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  82. package/package.json +38 -45
@@ -1,6 +1,9 @@
1
+ export * from "./CreateAutoPredictorCommand";
1
2
  export * from "./CreateDatasetCommand";
2
3
  export * from "./CreateDatasetGroupCommand";
3
4
  export * from "./CreateDatasetImportJobCommand";
5
+ export * from "./CreateExplainabilityCommand";
6
+ export * from "./CreateExplainabilityExportCommand";
4
7
  export * from "./CreateForecastCommand";
5
8
  export * from "./CreateForecastExportJobCommand";
6
9
  export * from "./CreatePredictorBacktestExportJobCommand";
@@ -8,14 +11,19 @@ export * from "./CreatePredictorCommand";
8
11
  export * from "./DeleteDatasetCommand";
9
12
  export * from "./DeleteDatasetGroupCommand";
10
13
  export * from "./DeleteDatasetImportJobCommand";
14
+ export * from "./DeleteExplainabilityCommand";
15
+ export * from "./DeleteExplainabilityExportCommand";
11
16
  export * from "./DeleteForecastCommand";
12
17
  export * from "./DeleteForecastExportJobCommand";
13
18
  export * from "./DeletePredictorBacktestExportJobCommand";
14
19
  export * from "./DeletePredictorCommand";
15
20
  export * from "./DeleteResourceTreeCommand";
21
+ export * from "./DescribeAutoPredictorCommand";
16
22
  export * from "./DescribeDatasetCommand";
17
23
  export * from "./DescribeDatasetGroupCommand";
18
24
  export * from "./DescribeDatasetImportJobCommand";
25
+ export * from "./DescribeExplainabilityCommand";
26
+ export * from "./DescribeExplainabilityExportCommand";
19
27
  export * from "./DescribeForecastCommand";
20
28
  export * from "./DescribeForecastExportJobCommand";
21
29
  export * from "./DescribePredictorBacktestExportJobCommand";
@@ -24,6 +32,8 @@ export * from "./GetAccuracyMetricsCommand";
24
32
  export * from "./ListDatasetGroupsCommand";
25
33
  export * from "./ListDatasetImportJobsCommand";
26
34
  export * from "./ListDatasetsCommand";
35
+ export * from "./ListExplainabilitiesCommand";
36
+ export * from "./ListExplainabilityExportsCommand";
27
37
  export * from "./ListForecastExportJobsCommand";
28
38
  export * from "./ListForecastsCommand";
29
39
  export * from "./ListPredictorBacktestExportJobsCommand";