@aws-sdk/client-forecast 3.296.0 → 3.297.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/dist-types/Forecast.d.ts +64 -0
- package/dist-types/ForecastClient.d.ts +24 -4
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +16 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +16 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +16 -0
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +16 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreatePredictorCommand.d.ts +16 -0
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +16 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +16 -0
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +16 -0
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +16 -0
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMonitorCommand.d.ts +16 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribePredictorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +16 -0
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListForecastsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +16 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListPredictorsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +16 -0
- package/dist-types/commands/ResumeResourceCommand.d.ts +16 -0
- package/dist-types/commands/StopResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +16 -0
- package/dist-types/models/ForecastServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +477 -27
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExplainabilitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExplainabilityExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListForecastExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListForecastsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitorEvaluationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPredictorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasetGroups(config: ForecastPaginationConfiguration, input: ListDatasetGroupsCommandInput, ...additionalArguments: any): Paginator<ListDatasetGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasetImportJobs(config: ForecastPaginationConfiguration, input: ListDatasetImportJobsCommandInput, ...additionalArguments: any): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasets(config: ForecastPaginationConfiguration, input: ListDatasetsCommandInput, ...additionalArguments: any): Paginator<ListDatasetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "../commands/ListExplainabilitiesCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListExplainabilities(config: ForecastPaginationConfiguration, input: ListExplainabilitiesCommandInput, ...additionalArguments: any): Paginator<ListExplainabilitiesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "../commands/ListExplainabilityExportsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListExplainabilityExports(config: ForecastPaginationConfiguration, input: ListExplainabilityExportsCommandInput, ...additionalArguments: any): Paginator<ListExplainabilityExportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "../commands/ListForecastExportJobsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListForecastExportJobs(config: ForecastPaginationConfiguration, input: ListForecastExportJobsCommandInput, ...additionalArguments: any): Paginator<ListForecastExportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListForecastsCommandInput, ListForecastsCommandOutput } from "../commands/ListForecastsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListForecasts(config: ForecastPaginationConfiguration, input: ListForecastsCommandInput, ...additionalArguments: any): Paginator<ListForecastsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "../commands/ListMonitorEvaluationsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMonitorEvaluations(config: ForecastPaginationConfiguration, input: ListMonitorEvaluationsCommandInput, ...additionalArguments: any): Paginator<ListMonitorEvaluationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMonitors(config: ForecastPaginationConfiguration, input: ListMonitorsCommandInput, ...additionalArguments: any): Paginator<ListMonitorsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPredictorBacktestExportJobs(config: ForecastPaginationConfiguration, input: ListPredictorBacktestExportJobsCommandInput, ...additionalArguments: any): Paginator<ListPredictorBacktestExportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "../commands/ListPredictorsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPredictors(config: ForecastPaginationConfiguration, input: ListPredictorsCommandInput, ...additionalArguments: any): Paginator<ListPredictorsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListWhatIfAnalyses(config: ForecastPaginationConfiguration, input: ListWhatIfAnalysesCommandInput, ...additionalArguments: any): Paginator<ListWhatIfAnalysesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListWhatIfForecastExports(config: ForecastPaginationConfiguration, input: ListWhatIfForecastExportsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastExportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
|
|
3
3
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListWhatIfForecasts(config: ForecastPaginationConfiguration, input: ListWhatIfForecastsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecast",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|