@aws-sdk/client-forecast 3.154.0 → 3.155.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 +11 -0
- package/dist-cjs/Forecast.js +180 -0
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +36 -0
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +36 -0
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +36 -0
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +36 -0
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +36 -0
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +36 -0
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +36 -0
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +36 -0
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +36 -0
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +36 -0
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +36 -0
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +36 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/models/models_0.js +133 -4
- package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +36 -0
- package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +36 -0
- package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1007 -26
- package/dist-es/Forecast.js +180 -0
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +39 -0
- package/dist-es/commands/CreateWhatIfForecastCommand.js +39 -0
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +39 -0
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +39 -0
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +39 -0
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +39 -0
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +39 -0
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +39 -0
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +39 -0
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +39 -0
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +39 -0
- package/dist-es/commands/ListWhatIfForecastsCommand.js +39 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +42 -0
- package/dist-es/pagination/ListWhatIfAnalysesPaginator.js +75 -0
- package/dist-es/pagination/ListWhatIfForecastExportsPaginator.js +75 -0
- package/dist-es/pagination/ListWhatIfForecastsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +1318 -145
- package/dist-types/Forecast.d.ts +183 -0
- package/dist-types/ForecastClient.d.ts +14 -2
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +46 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +36 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +51 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +57 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +57 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +57 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +35 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +35 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +1918 -840
- package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/Forecast.d.ts +60 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +335 -0
- package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
|
|
3
|
+
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListWhatIfAnalyses(config: ForecastPaginationConfiguration, input: ListWhatIfAnalysesCommandInput, ...additionalArguments: any): Paginator<ListWhatIfAnalysesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
|
|
3
|
+
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListWhatIfForecastExports(config: ForecastPaginationConfiguration, input: ListWhatIfForecastExportsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastExportsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
|
|
3
|
+
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListWhatIfForecasts(config: ForecastPaginationConfiguration, input: ListWhatIfForecastsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastsCommandOutput>;
|
|
@@ -10,3 +10,6 @@ export * from "./ListMonitorEvaluationsPaginator";
|
|
|
10
10
|
export * from "./ListMonitorsPaginator";
|
|
11
11
|
export * from "./ListPredictorBacktestExportJobsPaginator";
|
|
12
12
|
export * from "./ListPredictorsPaginator";
|
|
13
|
+
export * from "./ListWhatIfAnalysesPaginator";
|
|
14
|
+
export * from "./ListWhatIfForecastExportsPaginator";
|
|
15
|
+
export * from "./ListWhatIfForecastsPaginator";
|
|
@@ -11,6 +11,9 @@ import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutp
|
|
|
11
11
|
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
|
|
12
12
|
import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "../commands/CreatePredictorBacktestExportJobCommand";
|
|
13
13
|
import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "../commands/CreatePredictorCommand";
|
|
14
|
+
import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "../commands/CreateWhatIfAnalysisCommand";
|
|
15
|
+
import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "../commands/CreateWhatIfForecastCommand";
|
|
16
|
+
import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "../commands/CreateWhatIfForecastExportCommand";
|
|
14
17
|
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
|
|
15
18
|
import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
|
|
16
19
|
import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "../commands/DeleteDatasetImportJobCommand";
|
|
@@ -22,6 +25,9 @@ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../comman
|
|
|
22
25
|
import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "../commands/DeletePredictorBacktestExportJobCommand";
|
|
23
26
|
import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "../commands/DeletePredictorCommand";
|
|
24
27
|
import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "../commands/DeleteResourceTreeCommand";
|
|
28
|
+
import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "../commands/DeleteWhatIfAnalysisCommand";
|
|
29
|
+
import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "../commands/DeleteWhatIfForecastCommand";
|
|
30
|
+
import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "../commands/DeleteWhatIfForecastExportCommand";
|
|
25
31
|
import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "../commands/DescribeAutoPredictorCommand";
|
|
26
32
|
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
|
|
27
33
|
import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
|
|
@@ -33,6 +39,9 @@ import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommand
|
|
|
33
39
|
import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "../commands/DescribeMonitorCommand";
|
|
34
40
|
import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "../commands/DescribePredictorBacktestExportJobCommand";
|
|
35
41
|
import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "../commands/DescribePredictorCommand";
|
|
42
|
+
import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "../commands/DescribeWhatIfAnalysisCommand";
|
|
43
|
+
import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "../commands/DescribeWhatIfForecastCommand";
|
|
44
|
+
import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "../commands/DescribeWhatIfForecastExportCommand";
|
|
36
45
|
import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "../commands/GetAccuracyMetricsCommand";
|
|
37
46
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
|
|
38
47
|
import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
|
|
@@ -46,6 +55,9 @@ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands
|
|
|
46
55
|
import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
|
|
47
56
|
import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "../commands/ListPredictorsCommand";
|
|
48
57
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
58
|
+
import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
|
|
59
|
+
import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
|
|
60
|
+
import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
|
|
49
61
|
import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "../commands/ResumeResourceCommand";
|
|
50
62
|
import { StopResourceCommandInput, StopResourceCommandOutput } from "../commands/StopResourceCommand";
|
|
51
63
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
@@ -62,6 +74,9 @@ export declare const serializeAws_json1_1CreateForecastExportJobCommand: (input:
|
|
|
62
74
|
export declare const serializeAws_json1_1CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
75
|
export declare const serializeAws_json1_1CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
76
|
export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (input: CreatePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (input: CreateWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (input: CreateWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (input: CreateWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
80
|
export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
81
|
export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
82
|
export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (input: DeleteDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -73,6 +88,9 @@ export declare const serializeAws_json1_1DeleteMonitorCommand: (input: DeleteMon
|
|
|
73
88
|
export declare const serializeAws_json1_1DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
89
|
export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
90
|
export declare const serializeAws_json1_1DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (input: DeleteWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (input: DeleteWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (input: DeleteWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
94
|
export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (input: DescribeAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
95
|
export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
96
|
export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -84,6 +102,9 @@ export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (inpu
|
|
|
84
102
|
export declare const serializeAws_json1_1DescribeMonitorCommand: (input: DescribeMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
103
|
export declare const serializeAws_json1_1DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
104
|
export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (input: DescribePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (input: DescribeWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (input: DescribeWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (input: DescribeWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
108
|
export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (input: GetAccuracyMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
109
|
export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
110
|
export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -97,6 +118,9 @@ export declare const serializeAws_json1_1ListMonitorsCommand: (input: ListMonito
|
|
|
97
118
|
export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
119
|
export declare const serializeAws_json1_1ListPredictorsCommand: (input: ListPredictorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
120
|
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (input: ListWhatIfAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (input: ListWhatIfForecastExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (input: ListWhatIfForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
124
|
export declare const serializeAws_json1_1ResumeResourceCommand: (input: ResumeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
125
|
export declare const serializeAws_json1_1StopResourceCommand: (input: StopResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
126
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -113,6 +137,9 @@ export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (outp
|
|
|
113
137
|
export declare const deserializeAws_json1_1CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
|
|
114
138
|
export declare const deserializeAws_json1_1CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
|
|
115
139
|
export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfAnalysisCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastExportCommandOutput>;
|
|
116
143
|
export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
|
|
117
144
|
export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
|
|
118
145
|
export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetImportJobCommandOutput>;
|
|
@@ -124,6 +151,9 @@ export declare const deserializeAws_json1_1DeleteMonitorCommand: (output: __Http
|
|
|
124
151
|
export declare const deserializeAws_json1_1DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
|
|
125
152
|
export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
|
|
126
153
|
export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfAnalysisCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastExportCommandOutput>;
|
|
127
157
|
export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoPredictorCommandOutput>;
|
|
128
158
|
export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
|
|
129
159
|
export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
|
|
@@ -135,6 +165,9 @@ export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (ou
|
|
|
135
165
|
export declare const deserializeAws_json1_1DescribeMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitorCommandOutput>;
|
|
136
166
|
export declare const deserializeAws_json1_1DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
|
|
137
167
|
export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfAnalysisCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastExportCommandOutput>;
|
|
138
171
|
export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccuracyMetricsCommandOutput>;
|
|
139
172
|
export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
|
|
140
173
|
export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
|
|
@@ -148,6 +181,9 @@ export declare const deserializeAws_json1_1ListMonitorsCommand: (output: __HttpR
|
|
|
148
181
|
export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
149
182
|
export declare const deserializeAws_json1_1ListPredictorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorsCommandOutput>;
|
|
150
183
|
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfAnalysesCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastsCommandOutput>;
|
|
151
187
|
export declare const deserializeAws_json1_1ResumeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeResourceCommandOutput>;
|
|
152
188
|
export declare const deserializeAws_json1_1StopResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopResourceCommandOutput>;
|
|
153
189
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
@@ -10,6 +10,9 @@ import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutp
|
|
|
10
10
|
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
11
11
|
import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
|
|
12
12
|
import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./commands/CreatePredictorCommand";
|
|
13
|
+
import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "./commands/CreateWhatIfAnalysisCommand";
|
|
14
|
+
import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "./commands/CreateWhatIfForecastCommand";
|
|
15
|
+
import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "./commands/CreateWhatIfForecastExportCommand";
|
|
13
16
|
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
14
17
|
import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
|
|
15
18
|
import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
|
|
@@ -21,6 +24,9 @@ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./command
|
|
|
21
24
|
import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
|
|
22
25
|
import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
|
|
23
26
|
import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
|
|
27
|
+
import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "./commands/DeleteWhatIfAnalysisCommand";
|
|
28
|
+
import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "./commands/DeleteWhatIfForecastCommand";
|
|
29
|
+
import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "./commands/DeleteWhatIfForecastExportCommand";
|
|
24
30
|
import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
|
|
25
31
|
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
|
|
26
32
|
import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
|
|
@@ -32,6 +38,9 @@ import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommand
|
|
|
32
38
|
import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "./commands/DescribeMonitorCommand";
|
|
33
39
|
import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
|
|
34
40
|
import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "./commands/DescribePredictorCommand";
|
|
41
|
+
import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "./commands/DescribeWhatIfAnalysisCommand";
|
|
42
|
+
import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "./commands/DescribeWhatIfForecastCommand";
|
|
43
|
+
import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "./commands/DescribeWhatIfForecastExportCommand";
|
|
35
44
|
import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "./commands/GetAccuracyMetricsCommand";
|
|
36
45
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
|
|
37
46
|
import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
|
|
@@ -45,6 +54,9 @@ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/
|
|
|
45
54
|
import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
|
|
46
55
|
import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "./commands/ListPredictorsCommand";
|
|
47
56
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
57
|
+
import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "./commands/ListWhatIfAnalysesCommand";
|
|
58
|
+
import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "./commands/ListWhatIfForecastExportsCommand";
|
|
59
|
+
import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "./commands/ListWhatIfForecastsCommand";
|
|
48
60
|
import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "./commands/ResumeResourceCommand";
|
|
49
61
|
import { StopResourceCommandInput, StopResourceCommandOutput } from "./commands/StopResourceCommand";
|
|
50
62
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -98,6 +110,18 @@ export declare class Forecast extends ForecastClient {
|
|
|
98
110
|
createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void): void;
|
|
99
111
|
createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void): void;
|
|
100
112
|
|
|
113
|
+
createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfAnalysisCommandOutput>;
|
|
114
|
+
createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void): void;
|
|
115
|
+
createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void): void;
|
|
116
|
+
|
|
117
|
+
createWhatIfForecast(args: CreateWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfForecastCommandOutput>;
|
|
118
|
+
createWhatIfForecast(args: CreateWhatIfForecastCommandInput, cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void): void;
|
|
119
|
+
createWhatIfForecast(args: CreateWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void): void;
|
|
120
|
+
|
|
121
|
+
createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfForecastExportCommandOutput>;
|
|
122
|
+
createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void): void;
|
|
123
|
+
createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void): void;
|
|
124
|
+
|
|
101
125
|
deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
|
|
102
126
|
deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
|
|
103
127
|
deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
|
|
@@ -142,6 +166,18 @@ export declare class Forecast extends ForecastClient {
|
|
|
142
166
|
deleteResourceTree(args: DeleteResourceTreeCommandInput, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
|
|
143
167
|
deleteResourceTree(args: DeleteResourceTreeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
|
|
144
168
|
|
|
169
|
+
deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfAnalysisCommandOutput>;
|
|
170
|
+
deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void): void;
|
|
171
|
+
deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void): void;
|
|
172
|
+
|
|
173
|
+
deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfForecastCommandOutput>;
|
|
174
|
+
deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void): void;
|
|
175
|
+
deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void): void;
|
|
176
|
+
|
|
177
|
+
deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfForecastExportCommandOutput>;
|
|
178
|
+
deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void): void;
|
|
179
|
+
deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void): void;
|
|
180
|
+
|
|
145
181
|
describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoPredictorCommandOutput>;
|
|
146
182
|
describeAutoPredictor(args: DescribeAutoPredictorCommandInput, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
|
|
147
183
|
describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
|
|
@@ -186,6 +222,18 @@ export declare class Forecast extends ForecastClient {
|
|
|
186
222
|
describePredictorBacktestExportJob(args: DescribePredictorBacktestExportJobCommandInput, cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void): void;
|
|
187
223
|
describePredictorBacktestExportJob(args: DescribePredictorBacktestExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void): void;
|
|
188
224
|
|
|
225
|
+
describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfAnalysisCommandOutput>;
|
|
226
|
+
describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void): void;
|
|
227
|
+
describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void): void;
|
|
228
|
+
|
|
229
|
+
describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfForecastCommandOutput>;
|
|
230
|
+
describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void): void;
|
|
231
|
+
describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void): void;
|
|
232
|
+
|
|
233
|
+
describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfForecastExportCommandOutput>;
|
|
234
|
+
describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void): void;
|
|
235
|
+
describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void): void;
|
|
236
|
+
|
|
189
237
|
getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccuracyMetricsCommandOutput>;
|
|
190
238
|
getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void): void;
|
|
191
239
|
getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void): void;
|
|
@@ -238,6 +286,18 @@ export declare class Forecast extends ForecastClient {
|
|
|
238
286
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
239
287
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
240
288
|
|
|
289
|
+
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
290
|
+
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
|
|
291
|
+
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
|
|
292
|
+
|
|
293
|
+
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
294
|
+
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
|
|
295
|
+
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
|
|
296
|
+
|
|
297
|
+
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastsCommandOutput>;
|
|
298
|
+
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
|
|
299
|
+
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
|
|
300
|
+
|
|
241
301
|
resumeResource(args: ResumeResourceCommandInput, options?: __HttpHandlerOptions): Promise<ResumeResourceCommandOutput>;
|
|
242
302
|
resumeResource(args: ResumeResourceCommandInput, cb: (err: any, data?: ResumeResourceCommandOutput) => void): void;
|
|
243
303
|
resumeResource(args: ResumeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeResourceCommandOutput) => void): void;
|
|
@@ -17,6 +17,9 @@ import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutp
|
|
|
17
17
|
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
18
18
|
import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
|
|
19
19
|
import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./commands/CreatePredictorCommand";
|
|
20
|
+
import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "./commands/CreateWhatIfAnalysisCommand";
|
|
21
|
+
import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "./commands/CreateWhatIfForecastCommand";
|
|
22
|
+
import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "./commands/CreateWhatIfForecastExportCommand";
|
|
20
23
|
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
21
24
|
import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
|
|
22
25
|
import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
|
|
@@ -28,6 +31,9 @@ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./command
|
|
|
28
31
|
import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
|
|
29
32
|
import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
|
|
30
33
|
import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
|
|
34
|
+
import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "./commands/DeleteWhatIfAnalysisCommand";
|
|
35
|
+
import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "./commands/DeleteWhatIfForecastCommand";
|
|
36
|
+
import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "./commands/DeleteWhatIfForecastExportCommand";
|
|
31
37
|
import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
|
|
32
38
|
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
|
|
33
39
|
import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
|
|
@@ -39,6 +45,9 @@ import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommand
|
|
|
39
45
|
import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "./commands/DescribeMonitorCommand";
|
|
40
46
|
import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
|
|
41
47
|
import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "./commands/DescribePredictorCommand";
|
|
48
|
+
import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "./commands/DescribeWhatIfAnalysisCommand";
|
|
49
|
+
import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "./commands/DescribeWhatIfForecastCommand";
|
|
50
|
+
import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "./commands/DescribeWhatIfForecastExportCommand";
|
|
42
51
|
import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "./commands/GetAccuracyMetricsCommand";
|
|
43
52
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
|
|
44
53
|
import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
|
|
@@ -52,13 +61,16 @@ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/
|
|
|
52
61
|
import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
|
|
53
62
|
import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "./commands/ListPredictorsCommand";
|
|
54
63
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
64
|
+
import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "./commands/ListWhatIfAnalysesCommand";
|
|
65
|
+
import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "./commands/ListWhatIfForecastExportsCommand";
|
|
66
|
+
import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "./commands/ListWhatIfForecastsCommand";
|
|
55
67
|
import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "./commands/ResumeResourceCommand";
|
|
56
68
|
import { StopResourceCommandInput, StopResourceCommandOutput } from "./commands/StopResourceCommand";
|
|
57
69
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
58
70
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
59
71
|
import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
|
|
60
|
-
export declare type ServiceInputTypes = CreateAutoPredictorCommandInput | CreateDatasetCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateExplainabilityCommandInput | CreateExplainabilityExportCommandInput | CreateForecastCommandInput | CreateForecastExportJobCommandInput | CreateMonitorCommandInput | CreatePredictorBacktestExportJobCommandInput | CreatePredictorCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteDatasetImportJobCommandInput | DeleteExplainabilityCommandInput | DeleteExplainabilityExportCommandInput | DeleteForecastCommandInput | DeleteForecastExportJobCommandInput | DeleteMonitorCommandInput | DeletePredictorBacktestExportJobCommandInput | DeletePredictorCommandInput | DeleteResourceTreeCommandInput | DescribeAutoPredictorCommandInput | DescribeDatasetCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeExplainabilityCommandInput | DescribeExplainabilityExportCommandInput | DescribeForecastCommandInput | DescribeForecastExportJobCommandInput | DescribeMonitorCommandInput | DescribePredictorBacktestExportJobCommandInput | DescribePredictorCommandInput | GetAccuracyMetricsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListExplainabilitiesCommandInput | ListExplainabilityExportsCommandInput | ListForecastExportJobsCommandInput | ListForecastsCommandInput | ListMonitorEvaluationsCommandInput | ListMonitorsCommandInput | ListPredictorBacktestExportJobsCommandInput | ListPredictorsCommandInput | ListTagsForResourceCommandInput | ResumeResourceCommandInput | StopResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetGroupCommandInput;
|
|
61
|
-
export declare type ServiceOutputTypes = CreateAutoPredictorCommandOutput | CreateDatasetCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateExplainabilityCommandOutput | CreateExplainabilityExportCommandOutput | CreateForecastCommandOutput | CreateForecastExportJobCommandOutput | CreateMonitorCommandOutput | CreatePredictorBacktestExportJobCommandOutput | CreatePredictorCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteDatasetImportJobCommandOutput | DeleteExplainabilityCommandOutput | DeleteExplainabilityExportCommandOutput | DeleteForecastCommandOutput | DeleteForecastExportJobCommandOutput | DeleteMonitorCommandOutput | DeletePredictorBacktestExportJobCommandOutput | DeletePredictorCommandOutput | DeleteResourceTreeCommandOutput | DescribeAutoPredictorCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeExplainabilityCommandOutput | DescribeExplainabilityExportCommandOutput | DescribeForecastCommandOutput | DescribeForecastExportJobCommandOutput | DescribeMonitorCommandOutput | DescribePredictorBacktestExportJobCommandOutput | DescribePredictorCommandOutput | GetAccuracyMetricsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListExplainabilitiesCommandOutput | ListExplainabilityExportsCommandOutput | ListForecastExportJobsCommandOutput | ListForecastsCommandOutput | ListMonitorEvaluationsCommandOutput | ListMonitorsCommandOutput | ListPredictorBacktestExportJobsCommandOutput | ListPredictorsCommandOutput | ListTagsForResourceCommandOutput | ResumeResourceCommandOutput | StopResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetGroupCommandOutput;
|
|
72
|
+
export declare type ServiceInputTypes = CreateAutoPredictorCommandInput | CreateDatasetCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateExplainabilityCommandInput | CreateExplainabilityExportCommandInput | CreateForecastCommandInput | CreateForecastExportJobCommandInput | CreateMonitorCommandInput | CreatePredictorBacktestExportJobCommandInput | CreatePredictorCommandInput | CreateWhatIfAnalysisCommandInput | CreateWhatIfForecastCommandInput | CreateWhatIfForecastExportCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteDatasetImportJobCommandInput | DeleteExplainabilityCommandInput | DeleteExplainabilityExportCommandInput | DeleteForecastCommandInput | DeleteForecastExportJobCommandInput | DeleteMonitorCommandInput | DeletePredictorBacktestExportJobCommandInput | DeletePredictorCommandInput | DeleteResourceTreeCommandInput | DeleteWhatIfAnalysisCommandInput | DeleteWhatIfForecastCommandInput | DeleteWhatIfForecastExportCommandInput | DescribeAutoPredictorCommandInput | DescribeDatasetCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeExplainabilityCommandInput | DescribeExplainabilityExportCommandInput | DescribeForecastCommandInput | DescribeForecastExportJobCommandInput | DescribeMonitorCommandInput | DescribePredictorBacktestExportJobCommandInput | DescribePredictorCommandInput | DescribeWhatIfAnalysisCommandInput | DescribeWhatIfForecastCommandInput | DescribeWhatIfForecastExportCommandInput | GetAccuracyMetricsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListExplainabilitiesCommandInput | ListExplainabilityExportsCommandInput | ListForecastExportJobsCommandInput | ListForecastsCommandInput | ListMonitorEvaluationsCommandInput | ListMonitorsCommandInput | ListPredictorBacktestExportJobsCommandInput | ListPredictorsCommandInput | ListTagsForResourceCommandInput | ListWhatIfAnalysesCommandInput | ListWhatIfForecastExportsCommandInput | ListWhatIfForecastsCommandInput | ResumeResourceCommandInput | StopResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetGroupCommandInput;
|
|
73
|
+
export declare type ServiceOutputTypes = CreateAutoPredictorCommandOutput | CreateDatasetCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateExplainabilityCommandOutput | CreateExplainabilityExportCommandOutput | CreateForecastCommandOutput | CreateForecastExportJobCommandOutput | CreateMonitorCommandOutput | CreatePredictorBacktestExportJobCommandOutput | CreatePredictorCommandOutput | CreateWhatIfAnalysisCommandOutput | CreateWhatIfForecastCommandOutput | CreateWhatIfForecastExportCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteDatasetImportJobCommandOutput | DeleteExplainabilityCommandOutput | DeleteExplainabilityExportCommandOutput | DeleteForecastCommandOutput | DeleteForecastExportJobCommandOutput | DeleteMonitorCommandOutput | DeletePredictorBacktestExportJobCommandOutput | DeletePredictorCommandOutput | DeleteResourceTreeCommandOutput | DeleteWhatIfAnalysisCommandOutput | DeleteWhatIfForecastCommandOutput | DeleteWhatIfForecastExportCommandOutput | DescribeAutoPredictorCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeExplainabilityCommandOutput | DescribeExplainabilityExportCommandOutput | DescribeForecastCommandOutput | DescribeForecastExportJobCommandOutput | DescribeMonitorCommandOutput | DescribePredictorBacktestExportJobCommandOutput | DescribePredictorCommandOutput | DescribeWhatIfAnalysisCommandOutput | DescribeWhatIfForecastCommandOutput | DescribeWhatIfForecastExportCommandOutput | GetAccuracyMetricsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListExplainabilitiesCommandOutput | ListExplainabilityExportsCommandOutput | ListForecastExportJobsCommandOutput | ListForecastsCommandOutput | ListMonitorEvaluationsCommandOutput | ListMonitorsCommandOutput | ListPredictorBacktestExportJobsCommandOutput | ListPredictorsCommandOutput | ListTagsForResourceCommandOutput | ListWhatIfAnalysesCommandOutput | ListWhatIfForecastExportsCommandOutput | ListWhatIfForecastsCommandOutput | ResumeResourceCommandOutput | StopResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetGroupCommandOutput;
|
|
62
74
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
63
75
|
|
|
64
76
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { CreateWhatIfAnalysisRequest, CreateWhatIfAnalysisResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateWhatIfAnalysisCommandInput extends CreateWhatIfAnalysisRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateWhatIfAnalysisCommandOutput extends CreateWhatIfAnalysisResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateWhatIfAnalysisCommand extends $Command<CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateWhatIfAnalysisCommandInput;
|
|
12
|
+
constructor(input: CreateWhatIfAnalysisCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { CreateWhatIfForecastRequest, CreateWhatIfForecastResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateWhatIfForecastCommandInput extends CreateWhatIfForecastRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateWhatIfForecastCommand extends $Command<CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateWhatIfForecastCommandInput;
|
|
12
|
+
constructor(input: CreateWhatIfForecastCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { CreateWhatIfForecastExportRequest, CreateWhatIfForecastExportResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateWhatIfForecastExportCommandInput extends CreateWhatIfForecastExportRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfForecastExportResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateWhatIfForecastExportCommand extends $Command<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateWhatIfForecastExportCommandInput;
|
|
12
|
+
constructor(input: CreateWhatIfForecastExportCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DeleteWhatIfAnalysisRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteWhatIfAnalysisCommandInput extends DeleteWhatIfAnalysisRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteWhatIfAnalysisCommand extends $Command<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteWhatIfAnalysisCommandInput;
|
|
12
|
+
constructor(input: DeleteWhatIfAnalysisCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DeleteWhatIfForecastRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteWhatIfForecastCommandInput extends DeleteWhatIfForecastRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteWhatIfForecastCommand extends $Command<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteWhatIfForecastCommandInput;
|
|
12
|
+
constructor(input: DeleteWhatIfForecastCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DeleteWhatIfForecastExportRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteWhatIfForecastExportCommandInput extends DeleteWhatIfForecastExportRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteWhatIfForecastExportCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteWhatIfForecastExportCommand extends $Command<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteWhatIfForecastExportCommandInput;
|
|
12
|
+
constructor(input: DeleteWhatIfForecastExportCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeWhatIfAnalysisCommandInput extends DescribeWhatIfAnalysisRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnalysisResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWhatIfAnalysisCommand extends $Command<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWhatIfAnalysisCommandInput;
|
|
12
|
+
constructor(input: DescribeWhatIfAnalysisCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeWhatIfForecastCommandInput extends DescribeWhatIfForecastRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWhatIfForecastCommandOutput extends DescribeWhatIfForecastResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWhatIfForecastCommand extends $Command<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWhatIfForecastCommandInput;
|
|
12
|
+
constructor(input: DescribeWhatIfForecastCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { DescribeWhatIfForecastExportRequest, DescribeWhatIfForecastExportResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeWhatIfForecastExportCommandInput extends DescribeWhatIfForecastExportRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWhatIfForecastExportCommandOutput extends DescribeWhatIfForecastExportResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWhatIfForecastExportCommand extends $Command<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWhatIfForecastExportCommandInput;
|
|
12
|
+
constructor(input: DescribeWhatIfForecastExportCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListWhatIfAnalysesCommandInput extends ListWhatIfAnalysesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListWhatIfAnalysesCommand extends $Command<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: ListWhatIfAnalysesCommandInput;
|
|
12
|
+
constructor(input: ListWhatIfAnalysesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { ListWhatIfForecastExportsRequest, ListWhatIfForecastExportsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListWhatIfForecastExportsCommandInput extends ListWhatIfForecastExportsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForecastExportsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListWhatIfForecastExportsCommand extends $Command<ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: ListWhatIfForecastExportsCommandInput;
|
|
12
|
+
constructor(input: ListWhatIfForecastExportsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
4
|
+
import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListWhatIfForecastsCommandInput extends ListWhatIfForecastsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListWhatIfForecastsCommand extends $Command<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput, ForecastClientResolvedConfig> {
|
|
11
|
+
readonly input: ListWhatIfForecastsCommandInput;
|
|
12
|
+
constructor(input: ListWhatIfForecastsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|