@aws-sdk/client-forecast 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Forecast.d.ts +1144 -320
- package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,191 +1,761 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateAutoPredictorCommandInput,
|
|
8
|
+
CreateAutoPredictorCommandOutput,
|
|
9
|
+
} from "../commands/CreateAutoPredictorCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateDatasetCommandInput,
|
|
12
|
+
CreateDatasetCommandOutput,
|
|
13
|
+
} from "../commands/CreateDatasetCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateDatasetGroupCommandInput,
|
|
16
|
+
CreateDatasetGroupCommandOutput,
|
|
17
|
+
} from "../commands/CreateDatasetGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDatasetImportJobCommandInput,
|
|
20
|
+
CreateDatasetImportJobCommandOutput,
|
|
21
|
+
} from "../commands/CreateDatasetImportJobCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateExplainabilityCommandInput,
|
|
24
|
+
CreateExplainabilityCommandOutput,
|
|
25
|
+
} from "../commands/CreateExplainabilityCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateExplainabilityExportCommandInput,
|
|
28
|
+
CreateExplainabilityExportCommandOutput,
|
|
29
|
+
} from "../commands/CreateExplainabilityExportCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateForecastCommandInput,
|
|
32
|
+
CreateForecastCommandOutput,
|
|
33
|
+
} from "../commands/CreateForecastCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateForecastExportJobCommandInput,
|
|
36
|
+
CreateForecastExportJobCommandOutput,
|
|
37
|
+
} from "../commands/CreateForecastExportJobCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateMonitorCommandInput,
|
|
40
|
+
CreateMonitorCommandOutput,
|
|
41
|
+
} from "../commands/CreateMonitorCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreatePredictorBacktestExportJobCommandInput,
|
|
44
|
+
CreatePredictorBacktestExportJobCommandOutput,
|
|
45
|
+
} from "../commands/CreatePredictorBacktestExportJobCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreatePredictorCommandInput,
|
|
48
|
+
CreatePredictorCommandOutput,
|
|
49
|
+
} from "../commands/CreatePredictorCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateWhatIfAnalysisCommandInput,
|
|
52
|
+
CreateWhatIfAnalysisCommandOutput,
|
|
53
|
+
} from "../commands/CreateWhatIfAnalysisCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateWhatIfForecastCommandInput,
|
|
56
|
+
CreateWhatIfForecastCommandOutput,
|
|
57
|
+
} from "../commands/CreateWhatIfForecastCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateWhatIfForecastExportCommandInput,
|
|
60
|
+
CreateWhatIfForecastExportCommandOutput,
|
|
61
|
+
} from "../commands/CreateWhatIfForecastExportCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDatasetCommandInput,
|
|
64
|
+
DeleteDatasetCommandOutput,
|
|
65
|
+
} from "../commands/DeleteDatasetCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteDatasetGroupCommandInput,
|
|
68
|
+
DeleteDatasetGroupCommandOutput,
|
|
69
|
+
} from "../commands/DeleteDatasetGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteDatasetImportJobCommandInput,
|
|
72
|
+
DeleteDatasetImportJobCommandOutput,
|
|
73
|
+
} from "../commands/DeleteDatasetImportJobCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteExplainabilityCommandInput,
|
|
76
|
+
DeleteExplainabilityCommandOutput,
|
|
77
|
+
} from "../commands/DeleteExplainabilityCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteExplainabilityExportCommandInput,
|
|
80
|
+
DeleteExplainabilityExportCommandOutput,
|
|
81
|
+
} from "../commands/DeleteExplainabilityExportCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteForecastCommandInput,
|
|
84
|
+
DeleteForecastCommandOutput,
|
|
85
|
+
} from "../commands/DeleteForecastCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteForecastExportJobCommandInput,
|
|
88
|
+
DeleteForecastExportJobCommandOutput,
|
|
89
|
+
} from "../commands/DeleteForecastExportJobCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteMonitorCommandInput,
|
|
92
|
+
DeleteMonitorCommandOutput,
|
|
93
|
+
} from "../commands/DeleteMonitorCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeletePredictorBacktestExportJobCommandInput,
|
|
96
|
+
DeletePredictorBacktestExportJobCommandOutput,
|
|
97
|
+
} from "../commands/DeletePredictorBacktestExportJobCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeletePredictorCommandInput,
|
|
100
|
+
DeletePredictorCommandOutput,
|
|
101
|
+
} from "../commands/DeletePredictorCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteResourceTreeCommandInput,
|
|
104
|
+
DeleteResourceTreeCommandOutput,
|
|
105
|
+
} from "../commands/DeleteResourceTreeCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteWhatIfAnalysisCommandInput,
|
|
108
|
+
DeleteWhatIfAnalysisCommandOutput,
|
|
109
|
+
} from "../commands/DeleteWhatIfAnalysisCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteWhatIfForecastCommandInput,
|
|
112
|
+
DeleteWhatIfForecastCommandOutput,
|
|
113
|
+
} from "../commands/DeleteWhatIfForecastCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteWhatIfForecastExportCommandInput,
|
|
116
|
+
DeleteWhatIfForecastExportCommandOutput,
|
|
117
|
+
} from "../commands/DeleteWhatIfForecastExportCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeAutoPredictorCommandInput,
|
|
120
|
+
DescribeAutoPredictorCommandOutput,
|
|
121
|
+
} from "../commands/DescribeAutoPredictorCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeDatasetCommandInput,
|
|
124
|
+
DescribeDatasetCommandOutput,
|
|
125
|
+
} from "../commands/DescribeDatasetCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeDatasetGroupCommandInput,
|
|
128
|
+
DescribeDatasetGroupCommandOutput,
|
|
129
|
+
} from "../commands/DescribeDatasetGroupCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeDatasetImportJobCommandInput,
|
|
132
|
+
DescribeDatasetImportJobCommandOutput,
|
|
133
|
+
} from "../commands/DescribeDatasetImportJobCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeExplainabilityCommandInput,
|
|
136
|
+
DescribeExplainabilityCommandOutput,
|
|
137
|
+
} from "../commands/DescribeExplainabilityCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeExplainabilityExportCommandInput,
|
|
140
|
+
DescribeExplainabilityExportCommandOutput,
|
|
141
|
+
} from "../commands/DescribeExplainabilityExportCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeForecastCommandInput,
|
|
144
|
+
DescribeForecastCommandOutput,
|
|
145
|
+
} from "../commands/DescribeForecastCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeForecastExportJobCommandInput,
|
|
148
|
+
DescribeForecastExportJobCommandOutput,
|
|
149
|
+
} from "../commands/DescribeForecastExportJobCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeMonitorCommandInput,
|
|
152
|
+
DescribeMonitorCommandOutput,
|
|
153
|
+
} from "../commands/DescribeMonitorCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
156
|
+
DescribePredictorBacktestExportJobCommandOutput,
|
|
157
|
+
} from "../commands/DescribePredictorBacktestExportJobCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribePredictorCommandInput,
|
|
160
|
+
DescribePredictorCommandOutput,
|
|
161
|
+
} from "../commands/DescribePredictorCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
164
|
+
DescribeWhatIfAnalysisCommandOutput,
|
|
165
|
+
} from "../commands/DescribeWhatIfAnalysisCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeWhatIfForecastCommandInput,
|
|
168
|
+
DescribeWhatIfForecastCommandOutput,
|
|
169
|
+
} from "../commands/DescribeWhatIfForecastCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
172
|
+
DescribeWhatIfForecastExportCommandOutput,
|
|
173
|
+
} from "../commands/DescribeWhatIfForecastExportCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetAccuracyMetricsCommandInput,
|
|
176
|
+
GetAccuracyMetricsCommandOutput,
|
|
177
|
+
} from "../commands/GetAccuracyMetricsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListDatasetGroupsCommandInput,
|
|
180
|
+
ListDatasetGroupsCommandOutput,
|
|
181
|
+
} from "../commands/ListDatasetGroupsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListDatasetImportJobsCommandInput,
|
|
184
|
+
ListDatasetImportJobsCommandOutput,
|
|
185
|
+
} from "../commands/ListDatasetImportJobsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListDatasetsCommandInput,
|
|
188
|
+
ListDatasetsCommandOutput,
|
|
189
|
+
} from "../commands/ListDatasetsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListExplainabilitiesCommandInput,
|
|
192
|
+
ListExplainabilitiesCommandOutput,
|
|
193
|
+
} from "../commands/ListExplainabilitiesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListExplainabilityExportsCommandInput,
|
|
196
|
+
ListExplainabilityExportsCommandOutput,
|
|
197
|
+
} from "../commands/ListExplainabilityExportsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListForecastExportJobsCommandInput,
|
|
200
|
+
ListForecastExportJobsCommandOutput,
|
|
201
|
+
} from "../commands/ListForecastExportJobsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListForecastsCommandInput,
|
|
204
|
+
ListForecastsCommandOutput,
|
|
205
|
+
} from "../commands/ListForecastsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListMonitorEvaluationsCommandInput,
|
|
208
|
+
ListMonitorEvaluationsCommandOutput,
|
|
209
|
+
} from "../commands/ListMonitorEvaluationsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListMonitorsCommandInput,
|
|
212
|
+
ListMonitorsCommandOutput,
|
|
213
|
+
} from "../commands/ListMonitorsCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
216
|
+
ListPredictorBacktestExportJobsCommandOutput,
|
|
217
|
+
} from "../commands/ListPredictorBacktestExportJobsCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListPredictorsCommandInput,
|
|
220
|
+
ListPredictorsCommandOutput,
|
|
221
|
+
} from "../commands/ListPredictorsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListTagsForResourceCommandInput,
|
|
224
|
+
ListTagsForResourceCommandOutput,
|
|
225
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListWhatIfAnalysesCommandInput,
|
|
228
|
+
ListWhatIfAnalysesCommandOutput,
|
|
229
|
+
} from "../commands/ListWhatIfAnalysesCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListWhatIfForecastExportsCommandInput,
|
|
232
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
233
|
+
} from "../commands/ListWhatIfForecastExportsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListWhatIfForecastsCommandInput,
|
|
236
|
+
ListWhatIfForecastsCommandOutput,
|
|
237
|
+
} from "../commands/ListWhatIfForecastsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ResumeResourceCommandInput,
|
|
240
|
+
ResumeResourceCommandOutput,
|
|
241
|
+
} from "../commands/ResumeResourceCommand";
|
|
242
|
+
import {
|
|
243
|
+
StopResourceCommandInput,
|
|
244
|
+
StopResourceCommandOutput,
|
|
245
|
+
} from "../commands/StopResourceCommand";
|
|
246
|
+
import {
|
|
247
|
+
TagResourceCommandInput,
|
|
248
|
+
TagResourceCommandOutput,
|
|
249
|
+
} from "../commands/TagResourceCommand";
|
|
250
|
+
import {
|
|
251
|
+
UntagResourceCommandInput,
|
|
252
|
+
UntagResourceCommandOutput,
|
|
253
|
+
} from "../commands/UntagResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateDatasetGroupCommandInput,
|
|
256
|
+
UpdateDatasetGroupCommandOutput,
|
|
257
|
+
} from "../commands/UpdateDatasetGroupCommand";
|
|
258
|
+
export declare const serializeAws_json1_1CreateAutoPredictorCommand: (
|
|
259
|
+
input: CreateAutoPredictorCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1CreateDatasetCommand: (
|
|
263
|
+
input: CreateDatasetCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1CreateDatasetGroupCommand: (
|
|
267
|
+
input: CreateDatasetGroupCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (
|
|
271
|
+
input: CreateDatasetImportJobCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1CreateExplainabilityCommand: (
|
|
275
|
+
input: CreateExplainabilityCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (
|
|
279
|
+
input: CreateExplainabilityExportCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1CreateForecastCommand: (
|
|
283
|
+
input: CreateForecastCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1CreateForecastExportJobCommand: (
|
|
287
|
+
input: CreateForecastExportJobCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1CreateMonitorCommand: (
|
|
291
|
+
input: CreateMonitorCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1CreatePredictorCommand: (
|
|
295
|
+
input: CreatePredictorCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
|
|
299
|
+
input: CreatePredictorBacktestExportJobCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (
|
|
303
|
+
input: CreateWhatIfAnalysisCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (
|
|
307
|
+
input: CreateWhatIfForecastCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (
|
|
311
|
+
input: CreateWhatIfForecastExportCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1DeleteDatasetCommand: (
|
|
315
|
+
input: DeleteDatasetCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (
|
|
319
|
+
input: DeleteDatasetGroupCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (
|
|
323
|
+
input: DeleteDatasetImportJobCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1DeleteExplainabilityCommand: (
|
|
327
|
+
input: DeleteExplainabilityCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (
|
|
331
|
+
input: DeleteExplainabilityExportCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1DeleteForecastCommand: (
|
|
335
|
+
input: DeleteForecastCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (
|
|
339
|
+
input: DeleteForecastExportJobCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1DeleteMonitorCommand: (
|
|
343
|
+
input: DeleteMonitorCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1DeletePredictorCommand: (
|
|
347
|
+
input: DeletePredictorCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
|
|
351
|
+
input: DeletePredictorBacktestExportJobCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1DeleteResourceTreeCommand: (
|
|
355
|
+
input: DeleteResourceTreeCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (
|
|
359
|
+
input: DeleteWhatIfAnalysisCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (
|
|
363
|
+
input: DeleteWhatIfForecastCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (
|
|
367
|
+
input: DeleteWhatIfForecastExportCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (
|
|
371
|
+
input: DescribeAutoPredictorCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DescribeDatasetCommand: (
|
|
375
|
+
input: DescribeDatasetCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (
|
|
379
|
+
input: DescribeDatasetGroupCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (
|
|
383
|
+
input: DescribeDatasetImportJobCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1DescribeExplainabilityCommand: (
|
|
387
|
+
input: DescribeExplainabilityCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (
|
|
391
|
+
input: DescribeExplainabilityExportCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1DescribeForecastCommand: (
|
|
395
|
+
input: DescribeForecastCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (
|
|
399
|
+
input: DescribeForecastExportJobCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1DescribeMonitorCommand: (
|
|
403
|
+
input: DescribeMonitorCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1DescribePredictorCommand: (
|
|
407
|
+
input: DescribePredictorCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
|
|
411
|
+
input: DescribePredictorBacktestExportJobCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (
|
|
415
|
+
input: DescribeWhatIfAnalysisCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (
|
|
419
|
+
input: DescribeWhatIfForecastCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (
|
|
423
|
+
input: DescribeWhatIfForecastExportCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (
|
|
427
|
+
input: GetAccuracyMetricsCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1ListDatasetGroupsCommand: (
|
|
431
|
+
input: ListDatasetGroupsCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (
|
|
435
|
+
input: ListDatasetImportJobsCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1ListDatasetsCommand: (
|
|
439
|
+
input: ListDatasetsCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1ListExplainabilitiesCommand: (
|
|
443
|
+
input: ListExplainabilitiesCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (
|
|
447
|
+
input: ListExplainabilityExportsCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1ListForecastExportJobsCommand: (
|
|
451
|
+
input: ListForecastExportJobsCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1ListForecastsCommand: (
|
|
455
|
+
input: ListForecastsCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1ListMonitorEvaluationsCommand: (
|
|
459
|
+
input: ListMonitorEvaluationsCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1ListMonitorsCommand: (
|
|
463
|
+
input: ListMonitorsCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
|
|
467
|
+
input: ListPredictorBacktestExportJobsCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1ListPredictorsCommand: (
|
|
471
|
+
input: ListPredictorsCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
475
|
+
input: ListTagsForResourceCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (
|
|
479
|
+
input: ListWhatIfAnalysesCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (
|
|
483
|
+
input: ListWhatIfForecastExportsCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (
|
|
487
|
+
input: ListWhatIfForecastsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_1ResumeResourceCommand: (
|
|
491
|
+
input: ResumeResourceCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_1StopResourceCommand: (
|
|
495
|
+
input: StopResourceCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
499
|
+
input: TagResourceCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
503
|
+
input: UntagResourceCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_1UpdateDatasetGroupCommand: (
|
|
507
|
+
input: UpdateDatasetGroupCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const deserializeAws_json1_1CreateAutoPredictorCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<CreateAutoPredictorCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1CreateDatasetCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<CreateDatasetCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<CreateDatasetGroupCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<CreateDatasetImportJobCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1CreateExplainabilityCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<CreateExplainabilityCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<CreateExplainabilityExportCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1CreateForecastCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<CreateForecastCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<CreateForecastExportJobCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1CreateMonitorCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<CreateMonitorCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1CreatePredictorCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<CreatePredictorCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<CreateWhatIfAnalysisCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<CreateWhatIfForecastCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<CreateWhatIfForecastExportCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1DeleteDatasetCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DeleteDatasetCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<DeleteDatasetGroupCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<DeleteDatasetImportJobCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<DeleteExplainabilityCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<DeleteExplainabilityExportCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1DeleteForecastCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<DeleteForecastCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<DeleteForecastExportJobCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1DeleteMonitorCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<DeleteMonitorCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1DeletePredictorCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<DeletePredictorCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<DeleteResourceTreeCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<DeleteWhatIfAnalysisCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<DeleteWhatIfForecastCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<DeleteWhatIfForecastExportCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<DescribeAutoPredictorCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1DescribeDatasetCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<DescribeDatasetCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<DescribeDatasetGroupCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<DescribeDatasetImportJobCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<DescribeExplainabilityCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<DescribeExplainabilityExportCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1DescribeForecastCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<DescribeForecastCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<DescribeForecastExportJobCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1DescribeMonitorCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<DescribeMonitorCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1DescribePredictorCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<DescribePredictorCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<DescribeWhatIfAnalysisCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<DescribeWhatIfForecastCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DescribeWhatIfForecastExportCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<GetAccuracyMetricsCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<ListDatasetGroupsCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<ListDatasetImportJobsCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1ListDatasetsCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<ListDatasetsCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<ListExplainabilitiesCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<ListExplainabilityExportsCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<ListForecastExportJobsCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1ListForecastsCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<ListForecastsCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1ListMonitorEvaluationsCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<ListMonitorEvaluationsCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1ListMonitorsCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<ListMonitorsCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1ListPredictorsCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<ListPredictorsCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<ListWhatIfAnalysesCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<ListWhatIfForecastsCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_1ResumeResourceCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<ResumeResourceCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_1StopResourceCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<StopResourceCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<TagResourceCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_json1_1UpdateDatasetGroupCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<UpdateDatasetGroupCommandOutput>;
|