@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.
- package/CHANGELOG.md +50 -0
- package/README.md +7 -7
- package/dist-cjs/Forecast.js +150 -0
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +36 -0
- package/dist-cjs/commands/CreateExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +36 -0
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +36 -0
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +206 -67
- package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Forecast.js +150 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
- package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
- package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
- package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
- package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +140 -44
- package/dist-es/protocols/Aws_json1_1.js +1367 -138
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Forecast.d.ts +306 -40
- package/dist-types/ForecastClient.d.ts +17 -3
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
- package/dist-types/commands/CreatePredictorCommand.d.ts +19 -18
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +5 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -4
- package/dist-types/commands/ListPredictorsCommand.d.ts +5 -5
- package/dist-types/commands/StopResourceCommand.d.ts +9 -3
- package/dist-types/commands/TagResourceCommand.d.ts +4 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +2078 -500
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Forecast.d.ts +50 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +15 -3
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +479 -94
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- 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";
|