@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,320 +1,1144 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateAutoPredictorCommandInput,
|
|
4
|
+
CreateAutoPredictorCommandOutput,
|
|
5
|
+
} from "./commands/CreateAutoPredictorCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateDatasetCommandInput,
|
|
8
|
+
CreateDatasetCommandOutput,
|
|
9
|
+
} from "./commands/CreateDatasetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateDatasetGroupCommandInput,
|
|
12
|
+
CreateDatasetGroupCommandOutput,
|
|
13
|
+
} from "./commands/CreateDatasetGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateDatasetImportJobCommandInput,
|
|
16
|
+
CreateDatasetImportJobCommandOutput,
|
|
17
|
+
} from "./commands/CreateDatasetImportJobCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateExplainabilityCommandInput,
|
|
20
|
+
CreateExplainabilityCommandOutput,
|
|
21
|
+
} from "./commands/CreateExplainabilityCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateExplainabilityExportCommandInput,
|
|
24
|
+
CreateExplainabilityExportCommandOutput,
|
|
25
|
+
} from "./commands/CreateExplainabilityExportCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateForecastCommandInput,
|
|
28
|
+
CreateForecastCommandOutput,
|
|
29
|
+
} from "./commands/CreateForecastCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateForecastExportJobCommandInput,
|
|
32
|
+
CreateForecastExportJobCommandOutput,
|
|
33
|
+
} from "./commands/CreateForecastExportJobCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateMonitorCommandInput,
|
|
36
|
+
CreateMonitorCommandOutput,
|
|
37
|
+
} from "./commands/CreateMonitorCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreatePredictorBacktestExportJobCommandInput,
|
|
40
|
+
CreatePredictorBacktestExportJobCommandOutput,
|
|
41
|
+
} from "./commands/CreatePredictorBacktestExportJobCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreatePredictorCommandInput,
|
|
44
|
+
CreatePredictorCommandOutput,
|
|
45
|
+
} from "./commands/CreatePredictorCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateWhatIfAnalysisCommandInput,
|
|
48
|
+
CreateWhatIfAnalysisCommandOutput,
|
|
49
|
+
} from "./commands/CreateWhatIfAnalysisCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateWhatIfForecastCommandInput,
|
|
52
|
+
CreateWhatIfForecastCommandOutput,
|
|
53
|
+
} from "./commands/CreateWhatIfForecastCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateWhatIfForecastExportCommandInput,
|
|
56
|
+
CreateWhatIfForecastExportCommandOutput,
|
|
57
|
+
} from "./commands/CreateWhatIfForecastExportCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteDatasetCommandInput,
|
|
60
|
+
DeleteDatasetCommandOutput,
|
|
61
|
+
} from "./commands/DeleteDatasetCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDatasetGroupCommandInput,
|
|
64
|
+
DeleteDatasetGroupCommandOutput,
|
|
65
|
+
} from "./commands/DeleteDatasetGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteDatasetImportJobCommandInput,
|
|
68
|
+
DeleteDatasetImportJobCommandOutput,
|
|
69
|
+
} from "./commands/DeleteDatasetImportJobCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteExplainabilityCommandInput,
|
|
72
|
+
DeleteExplainabilityCommandOutput,
|
|
73
|
+
} from "./commands/DeleteExplainabilityCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteExplainabilityExportCommandInput,
|
|
76
|
+
DeleteExplainabilityExportCommandOutput,
|
|
77
|
+
} from "./commands/DeleteExplainabilityExportCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteForecastCommandInput,
|
|
80
|
+
DeleteForecastCommandOutput,
|
|
81
|
+
} from "./commands/DeleteForecastCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteForecastExportJobCommandInput,
|
|
84
|
+
DeleteForecastExportJobCommandOutput,
|
|
85
|
+
} from "./commands/DeleteForecastExportJobCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteMonitorCommandInput,
|
|
88
|
+
DeleteMonitorCommandOutput,
|
|
89
|
+
} from "./commands/DeleteMonitorCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeletePredictorBacktestExportJobCommandInput,
|
|
92
|
+
DeletePredictorBacktestExportJobCommandOutput,
|
|
93
|
+
} from "./commands/DeletePredictorBacktestExportJobCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeletePredictorCommandInput,
|
|
96
|
+
DeletePredictorCommandOutput,
|
|
97
|
+
} from "./commands/DeletePredictorCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteResourceTreeCommandInput,
|
|
100
|
+
DeleteResourceTreeCommandOutput,
|
|
101
|
+
} from "./commands/DeleteResourceTreeCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteWhatIfAnalysisCommandInput,
|
|
104
|
+
DeleteWhatIfAnalysisCommandOutput,
|
|
105
|
+
} from "./commands/DeleteWhatIfAnalysisCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteWhatIfForecastCommandInput,
|
|
108
|
+
DeleteWhatIfForecastCommandOutput,
|
|
109
|
+
} from "./commands/DeleteWhatIfForecastCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteWhatIfForecastExportCommandInput,
|
|
112
|
+
DeleteWhatIfForecastExportCommandOutput,
|
|
113
|
+
} from "./commands/DeleteWhatIfForecastExportCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeAutoPredictorCommandInput,
|
|
116
|
+
DescribeAutoPredictorCommandOutput,
|
|
117
|
+
} from "./commands/DescribeAutoPredictorCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeDatasetCommandInput,
|
|
120
|
+
DescribeDatasetCommandOutput,
|
|
121
|
+
} from "./commands/DescribeDatasetCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeDatasetGroupCommandInput,
|
|
124
|
+
DescribeDatasetGroupCommandOutput,
|
|
125
|
+
} from "./commands/DescribeDatasetGroupCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeDatasetImportJobCommandInput,
|
|
128
|
+
DescribeDatasetImportJobCommandOutput,
|
|
129
|
+
} from "./commands/DescribeDatasetImportJobCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeExplainabilityCommandInput,
|
|
132
|
+
DescribeExplainabilityCommandOutput,
|
|
133
|
+
} from "./commands/DescribeExplainabilityCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeExplainabilityExportCommandInput,
|
|
136
|
+
DescribeExplainabilityExportCommandOutput,
|
|
137
|
+
} from "./commands/DescribeExplainabilityExportCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeForecastCommandInput,
|
|
140
|
+
DescribeForecastCommandOutput,
|
|
141
|
+
} from "./commands/DescribeForecastCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeForecastExportJobCommandInput,
|
|
144
|
+
DescribeForecastExportJobCommandOutput,
|
|
145
|
+
} from "./commands/DescribeForecastExportJobCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeMonitorCommandInput,
|
|
148
|
+
DescribeMonitorCommandOutput,
|
|
149
|
+
} from "./commands/DescribeMonitorCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
152
|
+
DescribePredictorBacktestExportJobCommandOutput,
|
|
153
|
+
} from "./commands/DescribePredictorBacktestExportJobCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribePredictorCommandInput,
|
|
156
|
+
DescribePredictorCommandOutput,
|
|
157
|
+
} from "./commands/DescribePredictorCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
160
|
+
DescribeWhatIfAnalysisCommandOutput,
|
|
161
|
+
} from "./commands/DescribeWhatIfAnalysisCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeWhatIfForecastCommandInput,
|
|
164
|
+
DescribeWhatIfForecastCommandOutput,
|
|
165
|
+
} from "./commands/DescribeWhatIfForecastCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
168
|
+
DescribeWhatIfForecastExportCommandOutput,
|
|
169
|
+
} from "./commands/DescribeWhatIfForecastExportCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetAccuracyMetricsCommandInput,
|
|
172
|
+
GetAccuracyMetricsCommandOutput,
|
|
173
|
+
} from "./commands/GetAccuracyMetricsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListDatasetGroupsCommandInput,
|
|
176
|
+
ListDatasetGroupsCommandOutput,
|
|
177
|
+
} from "./commands/ListDatasetGroupsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListDatasetImportJobsCommandInput,
|
|
180
|
+
ListDatasetImportJobsCommandOutput,
|
|
181
|
+
} from "./commands/ListDatasetImportJobsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListDatasetsCommandInput,
|
|
184
|
+
ListDatasetsCommandOutput,
|
|
185
|
+
} from "./commands/ListDatasetsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListExplainabilitiesCommandInput,
|
|
188
|
+
ListExplainabilitiesCommandOutput,
|
|
189
|
+
} from "./commands/ListExplainabilitiesCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListExplainabilityExportsCommandInput,
|
|
192
|
+
ListExplainabilityExportsCommandOutput,
|
|
193
|
+
} from "./commands/ListExplainabilityExportsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListForecastExportJobsCommandInput,
|
|
196
|
+
ListForecastExportJobsCommandOutput,
|
|
197
|
+
} from "./commands/ListForecastExportJobsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListForecastsCommandInput,
|
|
200
|
+
ListForecastsCommandOutput,
|
|
201
|
+
} from "./commands/ListForecastsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListMonitorEvaluationsCommandInput,
|
|
204
|
+
ListMonitorEvaluationsCommandOutput,
|
|
205
|
+
} from "./commands/ListMonitorEvaluationsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListMonitorsCommandInput,
|
|
208
|
+
ListMonitorsCommandOutput,
|
|
209
|
+
} from "./commands/ListMonitorsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
212
|
+
ListPredictorBacktestExportJobsCommandOutput,
|
|
213
|
+
} from "./commands/ListPredictorBacktestExportJobsCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListPredictorsCommandInput,
|
|
216
|
+
ListPredictorsCommandOutput,
|
|
217
|
+
} from "./commands/ListPredictorsCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListTagsForResourceCommandInput,
|
|
220
|
+
ListTagsForResourceCommandOutput,
|
|
221
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListWhatIfAnalysesCommandInput,
|
|
224
|
+
ListWhatIfAnalysesCommandOutput,
|
|
225
|
+
} from "./commands/ListWhatIfAnalysesCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListWhatIfForecastExportsCommandInput,
|
|
228
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
229
|
+
} from "./commands/ListWhatIfForecastExportsCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListWhatIfForecastsCommandInput,
|
|
232
|
+
ListWhatIfForecastsCommandOutput,
|
|
233
|
+
} from "./commands/ListWhatIfForecastsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ResumeResourceCommandInput,
|
|
236
|
+
ResumeResourceCommandOutput,
|
|
237
|
+
} from "./commands/ResumeResourceCommand";
|
|
238
|
+
import {
|
|
239
|
+
StopResourceCommandInput,
|
|
240
|
+
StopResourceCommandOutput,
|
|
241
|
+
} from "./commands/StopResourceCommand";
|
|
242
|
+
import {
|
|
243
|
+
TagResourceCommandInput,
|
|
244
|
+
TagResourceCommandOutput,
|
|
245
|
+
} from "./commands/TagResourceCommand";
|
|
246
|
+
import {
|
|
247
|
+
UntagResourceCommandInput,
|
|
248
|
+
UntagResourceCommandOutput,
|
|
249
|
+
} from "./commands/UntagResourceCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateDatasetGroupCommandInput,
|
|
252
|
+
UpdateDatasetGroupCommandOutput,
|
|
253
|
+
} from "./commands/UpdateDatasetGroupCommand";
|
|
254
|
+
import { ForecastClient } from "./ForecastClient";
|
|
255
|
+
|
|
256
|
+
export declare class Forecast extends ForecastClient {
|
|
257
|
+
createAutoPredictor(
|
|
258
|
+
args: CreateAutoPredictorCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<CreateAutoPredictorCommandOutput>;
|
|
261
|
+
createAutoPredictor(
|
|
262
|
+
args: CreateAutoPredictorCommandInput,
|
|
263
|
+
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
createAutoPredictor(
|
|
266
|
+
args: CreateAutoPredictorCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
|
|
271
|
+
createDataset(
|
|
272
|
+
args: CreateDatasetCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<CreateDatasetCommandOutput>;
|
|
275
|
+
createDataset(
|
|
276
|
+
args: CreateDatasetCommandInput,
|
|
277
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
createDataset(
|
|
280
|
+
args: CreateDatasetCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
|
|
285
|
+
createDatasetGroup(
|
|
286
|
+
args: CreateDatasetGroupCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<CreateDatasetGroupCommandOutput>;
|
|
289
|
+
createDatasetGroup(
|
|
290
|
+
args: CreateDatasetGroupCommandInput,
|
|
291
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
createDatasetGroup(
|
|
294
|
+
args: CreateDatasetGroupCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
|
|
299
|
+
createDatasetImportJob(
|
|
300
|
+
args: CreateDatasetImportJobCommandInput,
|
|
301
|
+
options?: __HttpHandlerOptions
|
|
302
|
+
): Promise<CreateDatasetImportJobCommandOutput>;
|
|
303
|
+
createDatasetImportJob(
|
|
304
|
+
args: CreateDatasetImportJobCommandInput,
|
|
305
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
createDatasetImportJob(
|
|
308
|
+
args: CreateDatasetImportJobCommandInput,
|
|
309
|
+
options: __HttpHandlerOptions,
|
|
310
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
311
|
+
): void;
|
|
312
|
+
|
|
313
|
+
createExplainability(
|
|
314
|
+
args: CreateExplainabilityCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<CreateExplainabilityCommandOutput>;
|
|
317
|
+
createExplainability(
|
|
318
|
+
args: CreateExplainabilityCommandInput,
|
|
319
|
+
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
createExplainability(
|
|
322
|
+
args: CreateExplainabilityCommandInput,
|
|
323
|
+
options: __HttpHandlerOptions,
|
|
324
|
+
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
|
|
325
|
+
): void;
|
|
326
|
+
|
|
327
|
+
createExplainabilityExport(
|
|
328
|
+
args: CreateExplainabilityExportCommandInput,
|
|
329
|
+
options?: __HttpHandlerOptions
|
|
330
|
+
): Promise<CreateExplainabilityExportCommandOutput>;
|
|
331
|
+
createExplainabilityExport(
|
|
332
|
+
args: CreateExplainabilityExportCommandInput,
|
|
333
|
+
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
createExplainabilityExport(
|
|
336
|
+
args: CreateExplainabilityExportCommandInput,
|
|
337
|
+
options: __HttpHandlerOptions,
|
|
338
|
+
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
|
|
341
|
+
createForecast(
|
|
342
|
+
args: CreateForecastCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<CreateForecastCommandOutput>;
|
|
345
|
+
createForecast(
|
|
346
|
+
args: CreateForecastCommandInput,
|
|
347
|
+
cb: (err: any, data?: CreateForecastCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
createForecast(
|
|
350
|
+
args: CreateForecastCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: CreateForecastCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
|
|
355
|
+
createForecastExportJob(
|
|
356
|
+
args: CreateForecastExportJobCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<CreateForecastExportJobCommandOutput>;
|
|
359
|
+
createForecastExportJob(
|
|
360
|
+
args: CreateForecastExportJobCommandInput,
|
|
361
|
+
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
createForecastExportJob(
|
|
364
|
+
args: CreateForecastExportJobCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
|
|
369
|
+
createMonitor(
|
|
370
|
+
args: CreateMonitorCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<CreateMonitorCommandOutput>;
|
|
373
|
+
createMonitor(
|
|
374
|
+
args: CreateMonitorCommandInput,
|
|
375
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
createMonitor(
|
|
378
|
+
args: CreateMonitorCommandInput,
|
|
379
|
+
options: __HttpHandlerOptions,
|
|
380
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
|
|
383
|
+
createPredictor(
|
|
384
|
+
args: CreatePredictorCommandInput,
|
|
385
|
+
options?: __HttpHandlerOptions
|
|
386
|
+
): Promise<CreatePredictorCommandOutput>;
|
|
387
|
+
createPredictor(
|
|
388
|
+
args: CreatePredictorCommandInput,
|
|
389
|
+
cb: (err: any, data?: CreatePredictorCommandOutput) => void
|
|
390
|
+
): void;
|
|
391
|
+
createPredictor(
|
|
392
|
+
args: CreatePredictorCommandInput,
|
|
393
|
+
options: __HttpHandlerOptions,
|
|
394
|
+
cb: (err: any, data?: CreatePredictorCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
|
|
397
|
+
createPredictorBacktestExportJob(
|
|
398
|
+
args: CreatePredictorBacktestExportJobCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<CreatePredictorBacktestExportJobCommandOutput>;
|
|
401
|
+
createPredictorBacktestExportJob(
|
|
402
|
+
args: CreatePredictorBacktestExportJobCommandInput,
|
|
403
|
+
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
createPredictorBacktestExportJob(
|
|
406
|
+
args: CreatePredictorBacktestExportJobCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
|
|
411
|
+
createWhatIfAnalysis(
|
|
412
|
+
args: CreateWhatIfAnalysisCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<CreateWhatIfAnalysisCommandOutput>;
|
|
415
|
+
createWhatIfAnalysis(
|
|
416
|
+
args: CreateWhatIfAnalysisCommandInput,
|
|
417
|
+
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
createWhatIfAnalysis(
|
|
420
|
+
args: CreateWhatIfAnalysisCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
|
|
425
|
+
createWhatIfForecast(
|
|
426
|
+
args: CreateWhatIfForecastCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<CreateWhatIfForecastCommandOutput>;
|
|
429
|
+
createWhatIfForecast(
|
|
430
|
+
args: CreateWhatIfForecastCommandInput,
|
|
431
|
+
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
createWhatIfForecast(
|
|
434
|
+
args: CreateWhatIfForecastCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
|
|
439
|
+
createWhatIfForecastExport(
|
|
440
|
+
args: CreateWhatIfForecastExportCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<CreateWhatIfForecastExportCommandOutput>;
|
|
443
|
+
createWhatIfForecastExport(
|
|
444
|
+
args: CreateWhatIfForecastExportCommandInput,
|
|
445
|
+
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
createWhatIfForecastExport(
|
|
448
|
+
args: CreateWhatIfForecastExportCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
|
|
453
|
+
deleteDataset(
|
|
454
|
+
args: DeleteDatasetCommandInput,
|
|
455
|
+
options?: __HttpHandlerOptions
|
|
456
|
+
): Promise<DeleteDatasetCommandOutput>;
|
|
457
|
+
deleteDataset(
|
|
458
|
+
args: DeleteDatasetCommandInput,
|
|
459
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
460
|
+
): void;
|
|
461
|
+
deleteDataset(
|
|
462
|
+
args: DeleteDatasetCommandInput,
|
|
463
|
+
options: __HttpHandlerOptions,
|
|
464
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
|
|
467
|
+
deleteDatasetGroup(
|
|
468
|
+
args: DeleteDatasetGroupCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<DeleteDatasetGroupCommandOutput>;
|
|
471
|
+
deleteDatasetGroup(
|
|
472
|
+
args: DeleteDatasetGroupCommandInput,
|
|
473
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
deleteDatasetGroup(
|
|
476
|
+
args: DeleteDatasetGroupCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
|
|
481
|
+
deleteDatasetImportJob(
|
|
482
|
+
args: DeleteDatasetImportJobCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<DeleteDatasetImportJobCommandOutput>;
|
|
485
|
+
deleteDatasetImportJob(
|
|
486
|
+
args: DeleteDatasetImportJobCommandInput,
|
|
487
|
+
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
deleteDatasetImportJob(
|
|
490
|
+
args: DeleteDatasetImportJobCommandInput,
|
|
491
|
+
options: __HttpHandlerOptions,
|
|
492
|
+
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
|
|
495
|
+
deleteExplainability(
|
|
496
|
+
args: DeleteExplainabilityCommandInput,
|
|
497
|
+
options?: __HttpHandlerOptions
|
|
498
|
+
): Promise<DeleteExplainabilityCommandOutput>;
|
|
499
|
+
deleteExplainability(
|
|
500
|
+
args: DeleteExplainabilityCommandInput,
|
|
501
|
+
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
deleteExplainability(
|
|
504
|
+
args: DeleteExplainabilityCommandInput,
|
|
505
|
+
options: __HttpHandlerOptions,
|
|
506
|
+
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
|
|
507
|
+
): void;
|
|
508
|
+
|
|
509
|
+
deleteExplainabilityExport(
|
|
510
|
+
args: DeleteExplainabilityExportCommandInput,
|
|
511
|
+
options?: __HttpHandlerOptions
|
|
512
|
+
): Promise<DeleteExplainabilityExportCommandOutput>;
|
|
513
|
+
deleteExplainabilityExport(
|
|
514
|
+
args: DeleteExplainabilityExportCommandInput,
|
|
515
|
+
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
|
|
516
|
+
): void;
|
|
517
|
+
deleteExplainabilityExport(
|
|
518
|
+
args: DeleteExplainabilityExportCommandInput,
|
|
519
|
+
options: __HttpHandlerOptions,
|
|
520
|
+
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
|
|
521
|
+
): void;
|
|
522
|
+
|
|
523
|
+
deleteForecast(
|
|
524
|
+
args: DeleteForecastCommandInput,
|
|
525
|
+
options?: __HttpHandlerOptions
|
|
526
|
+
): Promise<DeleteForecastCommandOutput>;
|
|
527
|
+
deleteForecast(
|
|
528
|
+
args: DeleteForecastCommandInput,
|
|
529
|
+
cb: (err: any, data?: DeleteForecastCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
deleteForecast(
|
|
532
|
+
args: DeleteForecastCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (err: any, data?: DeleteForecastCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
|
|
537
|
+
deleteForecastExportJob(
|
|
538
|
+
args: DeleteForecastExportJobCommandInput,
|
|
539
|
+
options?: __HttpHandlerOptions
|
|
540
|
+
): Promise<DeleteForecastExportJobCommandOutput>;
|
|
541
|
+
deleteForecastExportJob(
|
|
542
|
+
args: DeleteForecastExportJobCommandInput,
|
|
543
|
+
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
|
|
544
|
+
): void;
|
|
545
|
+
deleteForecastExportJob(
|
|
546
|
+
args: DeleteForecastExportJobCommandInput,
|
|
547
|
+
options: __HttpHandlerOptions,
|
|
548
|
+
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
|
|
551
|
+
deleteMonitor(
|
|
552
|
+
args: DeleteMonitorCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<DeleteMonitorCommandOutput>;
|
|
555
|
+
deleteMonitor(
|
|
556
|
+
args: DeleteMonitorCommandInput,
|
|
557
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
558
|
+
): void;
|
|
559
|
+
deleteMonitor(
|
|
560
|
+
args: DeleteMonitorCommandInput,
|
|
561
|
+
options: __HttpHandlerOptions,
|
|
562
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
563
|
+
): void;
|
|
564
|
+
|
|
565
|
+
deletePredictor(
|
|
566
|
+
args: DeletePredictorCommandInput,
|
|
567
|
+
options?: __HttpHandlerOptions
|
|
568
|
+
): Promise<DeletePredictorCommandOutput>;
|
|
569
|
+
deletePredictor(
|
|
570
|
+
args: DeletePredictorCommandInput,
|
|
571
|
+
cb: (err: any, data?: DeletePredictorCommandOutput) => void
|
|
572
|
+
): void;
|
|
573
|
+
deletePredictor(
|
|
574
|
+
args: DeletePredictorCommandInput,
|
|
575
|
+
options: __HttpHandlerOptions,
|
|
576
|
+
cb: (err: any, data?: DeletePredictorCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
|
|
579
|
+
deletePredictorBacktestExportJob(
|
|
580
|
+
args: DeletePredictorBacktestExportJobCommandInput,
|
|
581
|
+
options?: __HttpHandlerOptions
|
|
582
|
+
): Promise<DeletePredictorBacktestExportJobCommandOutput>;
|
|
583
|
+
deletePredictorBacktestExportJob(
|
|
584
|
+
args: DeletePredictorBacktestExportJobCommandInput,
|
|
585
|
+
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
|
|
586
|
+
): void;
|
|
587
|
+
deletePredictorBacktestExportJob(
|
|
588
|
+
args: DeletePredictorBacktestExportJobCommandInput,
|
|
589
|
+
options: __HttpHandlerOptions,
|
|
590
|
+
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
|
|
591
|
+
): void;
|
|
592
|
+
|
|
593
|
+
deleteResourceTree(
|
|
594
|
+
args: DeleteResourceTreeCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<DeleteResourceTreeCommandOutput>;
|
|
597
|
+
deleteResourceTree(
|
|
598
|
+
args: DeleteResourceTreeCommandInput,
|
|
599
|
+
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
deleteResourceTree(
|
|
602
|
+
args: DeleteResourceTreeCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
|
|
607
|
+
deleteWhatIfAnalysis(
|
|
608
|
+
args: DeleteWhatIfAnalysisCommandInput,
|
|
609
|
+
options?: __HttpHandlerOptions
|
|
610
|
+
): Promise<DeleteWhatIfAnalysisCommandOutput>;
|
|
611
|
+
deleteWhatIfAnalysis(
|
|
612
|
+
args: DeleteWhatIfAnalysisCommandInput,
|
|
613
|
+
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
deleteWhatIfAnalysis(
|
|
616
|
+
args: DeleteWhatIfAnalysisCommandInput,
|
|
617
|
+
options: __HttpHandlerOptions,
|
|
618
|
+
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
|
|
621
|
+
deleteWhatIfForecast(
|
|
622
|
+
args: DeleteWhatIfForecastCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<DeleteWhatIfForecastCommandOutput>;
|
|
625
|
+
deleteWhatIfForecast(
|
|
626
|
+
args: DeleteWhatIfForecastCommandInput,
|
|
627
|
+
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
deleteWhatIfForecast(
|
|
630
|
+
args: DeleteWhatIfForecastCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
|
|
635
|
+
deleteWhatIfForecastExport(
|
|
636
|
+
args: DeleteWhatIfForecastExportCommandInput,
|
|
637
|
+
options?: __HttpHandlerOptions
|
|
638
|
+
): Promise<DeleteWhatIfForecastExportCommandOutput>;
|
|
639
|
+
deleteWhatIfForecastExport(
|
|
640
|
+
args: DeleteWhatIfForecastExportCommandInput,
|
|
641
|
+
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
|
|
642
|
+
): void;
|
|
643
|
+
deleteWhatIfForecastExport(
|
|
644
|
+
args: DeleteWhatIfForecastExportCommandInput,
|
|
645
|
+
options: __HttpHandlerOptions,
|
|
646
|
+
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
|
|
649
|
+
describeAutoPredictor(
|
|
650
|
+
args: DescribeAutoPredictorCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<DescribeAutoPredictorCommandOutput>;
|
|
653
|
+
describeAutoPredictor(
|
|
654
|
+
args: DescribeAutoPredictorCommandInput,
|
|
655
|
+
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
describeAutoPredictor(
|
|
658
|
+
args: DescribeAutoPredictorCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
|
|
663
|
+
describeDataset(
|
|
664
|
+
args: DescribeDatasetCommandInput,
|
|
665
|
+
options?: __HttpHandlerOptions
|
|
666
|
+
): Promise<DescribeDatasetCommandOutput>;
|
|
667
|
+
describeDataset(
|
|
668
|
+
args: DescribeDatasetCommandInput,
|
|
669
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
describeDataset(
|
|
672
|
+
args: DescribeDatasetCommandInput,
|
|
673
|
+
options: __HttpHandlerOptions,
|
|
674
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
|
|
677
|
+
describeDatasetGroup(
|
|
678
|
+
args: DescribeDatasetGroupCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<DescribeDatasetGroupCommandOutput>;
|
|
681
|
+
describeDatasetGroup(
|
|
682
|
+
args: DescribeDatasetGroupCommandInput,
|
|
683
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
describeDatasetGroup(
|
|
686
|
+
args: DescribeDatasetGroupCommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
|
|
691
|
+
describeDatasetImportJob(
|
|
692
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
693
|
+
options?: __HttpHandlerOptions
|
|
694
|
+
): Promise<DescribeDatasetImportJobCommandOutput>;
|
|
695
|
+
describeDatasetImportJob(
|
|
696
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
697
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
698
|
+
): void;
|
|
699
|
+
describeDatasetImportJob(
|
|
700
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
701
|
+
options: __HttpHandlerOptions,
|
|
702
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
703
|
+
): void;
|
|
704
|
+
|
|
705
|
+
describeExplainability(
|
|
706
|
+
args: DescribeExplainabilityCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<DescribeExplainabilityCommandOutput>;
|
|
709
|
+
describeExplainability(
|
|
710
|
+
args: DescribeExplainabilityCommandInput,
|
|
711
|
+
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
describeExplainability(
|
|
714
|
+
args: DescribeExplainabilityCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
|
|
719
|
+
describeExplainabilityExport(
|
|
720
|
+
args: DescribeExplainabilityExportCommandInput,
|
|
721
|
+
options?: __HttpHandlerOptions
|
|
722
|
+
): Promise<DescribeExplainabilityExportCommandOutput>;
|
|
723
|
+
describeExplainabilityExport(
|
|
724
|
+
args: DescribeExplainabilityExportCommandInput,
|
|
725
|
+
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
|
|
726
|
+
): void;
|
|
727
|
+
describeExplainabilityExport(
|
|
728
|
+
args: DescribeExplainabilityExportCommandInput,
|
|
729
|
+
options: __HttpHandlerOptions,
|
|
730
|
+
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
|
|
731
|
+
): void;
|
|
732
|
+
|
|
733
|
+
describeForecast(
|
|
734
|
+
args: DescribeForecastCommandInput,
|
|
735
|
+
options?: __HttpHandlerOptions
|
|
736
|
+
): Promise<DescribeForecastCommandOutput>;
|
|
737
|
+
describeForecast(
|
|
738
|
+
args: DescribeForecastCommandInput,
|
|
739
|
+
cb: (err: any, data?: DescribeForecastCommandOutput) => void
|
|
740
|
+
): void;
|
|
741
|
+
describeForecast(
|
|
742
|
+
args: DescribeForecastCommandInput,
|
|
743
|
+
options: __HttpHandlerOptions,
|
|
744
|
+
cb: (err: any, data?: DescribeForecastCommandOutput) => void
|
|
745
|
+
): void;
|
|
746
|
+
|
|
747
|
+
describeForecastExportJob(
|
|
748
|
+
args: DescribeForecastExportJobCommandInput,
|
|
749
|
+
options?: __HttpHandlerOptions
|
|
750
|
+
): Promise<DescribeForecastExportJobCommandOutput>;
|
|
751
|
+
describeForecastExportJob(
|
|
752
|
+
args: DescribeForecastExportJobCommandInput,
|
|
753
|
+
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
describeForecastExportJob(
|
|
756
|
+
args: DescribeForecastExportJobCommandInput,
|
|
757
|
+
options: __HttpHandlerOptions,
|
|
758
|
+
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
|
|
761
|
+
describeMonitor(
|
|
762
|
+
args: DescribeMonitorCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions
|
|
764
|
+
): Promise<DescribeMonitorCommandOutput>;
|
|
765
|
+
describeMonitor(
|
|
766
|
+
args: DescribeMonitorCommandInput,
|
|
767
|
+
cb: (err: any, data?: DescribeMonitorCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
describeMonitor(
|
|
770
|
+
args: DescribeMonitorCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: DescribeMonitorCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
|
|
775
|
+
describePredictor(
|
|
776
|
+
args: DescribePredictorCommandInput,
|
|
777
|
+
options?: __HttpHandlerOptions
|
|
778
|
+
): Promise<DescribePredictorCommandOutput>;
|
|
779
|
+
describePredictor(
|
|
780
|
+
args: DescribePredictorCommandInput,
|
|
781
|
+
cb: (err: any, data?: DescribePredictorCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
describePredictor(
|
|
784
|
+
args: DescribePredictorCommandInput,
|
|
785
|
+
options: __HttpHandlerOptions,
|
|
786
|
+
cb: (err: any, data?: DescribePredictorCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
|
|
789
|
+
describePredictorBacktestExportJob(
|
|
790
|
+
args: DescribePredictorBacktestExportJobCommandInput,
|
|
791
|
+
options?: __HttpHandlerOptions
|
|
792
|
+
): Promise<DescribePredictorBacktestExportJobCommandOutput>;
|
|
793
|
+
describePredictorBacktestExportJob(
|
|
794
|
+
args: DescribePredictorBacktestExportJobCommandInput,
|
|
795
|
+
cb: (
|
|
796
|
+
err: any,
|
|
797
|
+
data?: DescribePredictorBacktestExportJobCommandOutput
|
|
798
|
+
) => void
|
|
799
|
+
): void;
|
|
800
|
+
describePredictorBacktestExportJob(
|
|
801
|
+
args: DescribePredictorBacktestExportJobCommandInput,
|
|
802
|
+
options: __HttpHandlerOptions,
|
|
803
|
+
cb: (
|
|
804
|
+
err: any,
|
|
805
|
+
data?: DescribePredictorBacktestExportJobCommandOutput
|
|
806
|
+
) => void
|
|
807
|
+
): void;
|
|
808
|
+
|
|
809
|
+
describeWhatIfAnalysis(
|
|
810
|
+
args: DescribeWhatIfAnalysisCommandInput,
|
|
811
|
+
options?: __HttpHandlerOptions
|
|
812
|
+
): Promise<DescribeWhatIfAnalysisCommandOutput>;
|
|
813
|
+
describeWhatIfAnalysis(
|
|
814
|
+
args: DescribeWhatIfAnalysisCommandInput,
|
|
815
|
+
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
|
|
816
|
+
): void;
|
|
817
|
+
describeWhatIfAnalysis(
|
|
818
|
+
args: DescribeWhatIfAnalysisCommandInput,
|
|
819
|
+
options: __HttpHandlerOptions,
|
|
820
|
+
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
|
|
821
|
+
): void;
|
|
822
|
+
|
|
823
|
+
describeWhatIfForecast(
|
|
824
|
+
args: DescribeWhatIfForecastCommandInput,
|
|
825
|
+
options?: __HttpHandlerOptions
|
|
826
|
+
): Promise<DescribeWhatIfForecastCommandOutput>;
|
|
827
|
+
describeWhatIfForecast(
|
|
828
|
+
args: DescribeWhatIfForecastCommandInput,
|
|
829
|
+
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
|
|
830
|
+
): void;
|
|
831
|
+
describeWhatIfForecast(
|
|
832
|
+
args: DescribeWhatIfForecastCommandInput,
|
|
833
|
+
options: __HttpHandlerOptions,
|
|
834
|
+
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
|
|
835
|
+
): void;
|
|
836
|
+
|
|
837
|
+
describeWhatIfForecastExport(
|
|
838
|
+
args: DescribeWhatIfForecastExportCommandInput,
|
|
839
|
+
options?: __HttpHandlerOptions
|
|
840
|
+
): Promise<DescribeWhatIfForecastExportCommandOutput>;
|
|
841
|
+
describeWhatIfForecastExport(
|
|
842
|
+
args: DescribeWhatIfForecastExportCommandInput,
|
|
843
|
+
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
|
|
844
|
+
): void;
|
|
845
|
+
describeWhatIfForecastExport(
|
|
846
|
+
args: DescribeWhatIfForecastExportCommandInput,
|
|
847
|
+
options: __HttpHandlerOptions,
|
|
848
|
+
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
|
|
849
|
+
): void;
|
|
850
|
+
|
|
851
|
+
getAccuracyMetrics(
|
|
852
|
+
args: GetAccuracyMetricsCommandInput,
|
|
853
|
+
options?: __HttpHandlerOptions
|
|
854
|
+
): Promise<GetAccuracyMetricsCommandOutput>;
|
|
855
|
+
getAccuracyMetrics(
|
|
856
|
+
args: GetAccuracyMetricsCommandInput,
|
|
857
|
+
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
|
|
858
|
+
): void;
|
|
859
|
+
getAccuracyMetrics(
|
|
860
|
+
args: GetAccuracyMetricsCommandInput,
|
|
861
|
+
options: __HttpHandlerOptions,
|
|
862
|
+
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
|
|
863
|
+
): void;
|
|
864
|
+
|
|
865
|
+
listDatasetGroups(
|
|
866
|
+
args: ListDatasetGroupsCommandInput,
|
|
867
|
+
options?: __HttpHandlerOptions
|
|
868
|
+
): Promise<ListDatasetGroupsCommandOutput>;
|
|
869
|
+
listDatasetGroups(
|
|
870
|
+
args: ListDatasetGroupsCommandInput,
|
|
871
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
872
|
+
): void;
|
|
873
|
+
listDatasetGroups(
|
|
874
|
+
args: ListDatasetGroupsCommandInput,
|
|
875
|
+
options: __HttpHandlerOptions,
|
|
876
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
877
|
+
): void;
|
|
878
|
+
|
|
879
|
+
listDatasetImportJobs(
|
|
880
|
+
args: ListDatasetImportJobsCommandInput,
|
|
881
|
+
options?: __HttpHandlerOptions
|
|
882
|
+
): Promise<ListDatasetImportJobsCommandOutput>;
|
|
883
|
+
listDatasetImportJobs(
|
|
884
|
+
args: ListDatasetImportJobsCommandInput,
|
|
885
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
886
|
+
): void;
|
|
887
|
+
listDatasetImportJobs(
|
|
888
|
+
args: ListDatasetImportJobsCommandInput,
|
|
889
|
+
options: __HttpHandlerOptions,
|
|
890
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
891
|
+
): void;
|
|
892
|
+
|
|
893
|
+
listDatasets(
|
|
894
|
+
args: ListDatasetsCommandInput,
|
|
895
|
+
options?: __HttpHandlerOptions
|
|
896
|
+
): Promise<ListDatasetsCommandOutput>;
|
|
897
|
+
listDatasets(
|
|
898
|
+
args: ListDatasetsCommandInput,
|
|
899
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
900
|
+
): void;
|
|
901
|
+
listDatasets(
|
|
902
|
+
args: ListDatasetsCommandInput,
|
|
903
|
+
options: __HttpHandlerOptions,
|
|
904
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
905
|
+
): void;
|
|
906
|
+
|
|
907
|
+
listExplainabilities(
|
|
908
|
+
args: ListExplainabilitiesCommandInput,
|
|
909
|
+
options?: __HttpHandlerOptions
|
|
910
|
+
): Promise<ListExplainabilitiesCommandOutput>;
|
|
911
|
+
listExplainabilities(
|
|
912
|
+
args: ListExplainabilitiesCommandInput,
|
|
913
|
+
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
|
|
914
|
+
): void;
|
|
915
|
+
listExplainabilities(
|
|
916
|
+
args: ListExplainabilitiesCommandInput,
|
|
917
|
+
options: __HttpHandlerOptions,
|
|
918
|
+
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
|
|
919
|
+
): void;
|
|
920
|
+
|
|
921
|
+
listExplainabilityExports(
|
|
922
|
+
args: ListExplainabilityExportsCommandInput,
|
|
923
|
+
options?: __HttpHandlerOptions
|
|
924
|
+
): Promise<ListExplainabilityExportsCommandOutput>;
|
|
925
|
+
listExplainabilityExports(
|
|
926
|
+
args: ListExplainabilityExportsCommandInput,
|
|
927
|
+
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
|
|
928
|
+
): void;
|
|
929
|
+
listExplainabilityExports(
|
|
930
|
+
args: ListExplainabilityExportsCommandInput,
|
|
931
|
+
options: __HttpHandlerOptions,
|
|
932
|
+
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
|
|
933
|
+
): void;
|
|
934
|
+
|
|
935
|
+
listForecastExportJobs(
|
|
936
|
+
args: ListForecastExportJobsCommandInput,
|
|
937
|
+
options?: __HttpHandlerOptions
|
|
938
|
+
): Promise<ListForecastExportJobsCommandOutput>;
|
|
939
|
+
listForecastExportJobs(
|
|
940
|
+
args: ListForecastExportJobsCommandInput,
|
|
941
|
+
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
|
|
942
|
+
): void;
|
|
943
|
+
listForecastExportJobs(
|
|
944
|
+
args: ListForecastExportJobsCommandInput,
|
|
945
|
+
options: __HttpHandlerOptions,
|
|
946
|
+
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
|
|
947
|
+
): void;
|
|
948
|
+
|
|
949
|
+
listForecasts(
|
|
950
|
+
args: ListForecastsCommandInput,
|
|
951
|
+
options?: __HttpHandlerOptions
|
|
952
|
+
): Promise<ListForecastsCommandOutput>;
|
|
953
|
+
listForecasts(
|
|
954
|
+
args: ListForecastsCommandInput,
|
|
955
|
+
cb: (err: any, data?: ListForecastsCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
listForecasts(
|
|
958
|
+
args: ListForecastsCommandInput,
|
|
959
|
+
options: __HttpHandlerOptions,
|
|
960
|
+
cb: (err: any, data?: ListForecastsCommandOutput) => void
|
|
961
|
+
): void;
|
|
962
|
+
|
|
963
|
+
listMonitorEvaluations(
|
|
964
|
+
args: ListMonitorEvaluationsCommandInput,
|
|
965
|
+
options?: __HttpHandlerOptions
|
|
966
|
+
): Promise<ListMonitorEvaluationsCommandOutput>;
|
|
967
|
+
listMonitorEvaluations(
|
|
968
|
+
args: ListMonitorEvaluationsCommandInput,
|
|
969
|
+
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
|
|
970
|
+
): void;
|
|
971
|
+
listMonitorEvaluations(
|
|
972
|
+
args: ListMonitorEvaluationsCommandInput,
|
|
973
|
+
options: __HttpHandlerOptions,
|
|
974
|
+
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
|
|
975
|
+
): void;
|
|
976
|
+
|
|
977
|
+
listMonitors(
|
|
978
|
+
args: ListMonitorsCommandInput,
|
|
979
|
+
options?: __HttpHandlerOptions
|
|
980
|
+
): Promise<ListMonitorsCommandOutput>;
|
|
981
|
+
listMonitors(
|
|
982
|
+
args: ListMonitorsCommandInput,
|
|
983
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
984
|
+
): void;
|
|
985
|
+
listMonitors(
|
|
986
|
+
args: ListMonitorsCommandInput,
|
|
987
|
+
options: __HttpHandlerOptions,
|
|
988
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
989
|
+
): void;
|
|
990
|
+
|
|
991
|
+
listPredictorBacktestExportJobs(
|
|
992
|
+
args: ListPredictorBacktestExportJobsCommandInput,
|
|
993
|
+
options?: __HttpHandlerOptions
|
|
994
|
+
): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
995
|
+
listPredictorBacktestExportJobs(
|
|
996
|
+
args: ListPredictorBacktestExportJobsCommandInput,
|
|
997
|
+
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
|
|
998
|
+
): void;
|
|
999
|
+
listPredictorBacktestExportJobs(
|
|
1000
|
+
args: ListPredictorBacktestExportJobsCommandInput,
|
|
1001
|
+
options: __HttpHandlerOptions,
|
|
1002
|
+
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
|
|
1003
|
+
): void;
|
|
1004
|
+
|
|
1005
|
+
listPredictors(
|
|
1006
|
+
args: ListPredictorsCommandInput,
|
|
1007
|
+
options?: __HttpHandlerOptions
|
|
1008
|
+
): Promise<ListPredictorsCommandOutput>;
|
|
1009
|
+
listPredictors(
|
|
1010
|
+
args: ListPredictorsCommandInput,
|
|
1011
|
+
cb: (err: any, data?: ListPredictorsCommandOutput) => void
|
|
1012
|
+
): void;
|
|
1013
|
+
listPredictors(
|
|
1014
|
+
args: ListPredictorsCommandInput,
|
|
1015
|
+
options: __HttpHandlerOptions,
|
|
1016
|
+
cb: (err: any, data?: ListPredictorsCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
|
|
1019
|
+
listTagsForResource(
|
|
1020
|
+
args: ListTagsForResourceCommandInput,
|
|
1021
|
+
options?: __HttpHandlerOptions
|
|
1022
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1023
|
+
listTagsForResource(
|
|
1024
|
+
args: ListTagsForResourceCommandInput,
|
|
1025
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1026
|
+
): void;
|
|
1027
|
+
listTagsForResource(
|
|
1028
|
+
args: ListTagsForResourceCommandInput,
|
|
1029
|
+
options: __HttpHandlerOptions,
|
|
1030
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1031
|
+
): void;
|
|
1032
|
+
|
|
1033
|
+
listWhatIfAnalyses(
|
|
1034
|
+
args: ListWhatIfAnalysesCommandInput,
|
|
1035
|
+
options?: __HttpHandlerOptions
|
|
1036
|
+
): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
1037
|
+
listWhatIfAnalyses(
|
|
1038
|
+
args: ListWhatIfAnalysesCommandInput,
|
|
1039
|
+
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
|
|
1040
|
+
): void;
|
|
1041
|
+
listWhatIfAnalyses(
|
|
1042
|
+
args: ListWhatIfAnalysesCommandInput,
|
|
1043
|
+
options: __HttpHandlerOptions,
|
|
1044
|
+
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
|
|
1045
|
+
): void;
|
|
1046
|
+
|
|
1047
|
+
listWhatIfForecastExports(
|
|
1048
|
+
args: ListWhatIfForecastExportsCommandInput,
|
|
1049
|
+
options?: __HttpHandlerOptions
|
|
1050
|
+
): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
1051
|
+
listWhatIfForecastExports(
|
|
1052
|
+
args: ListWhatIfForecastExportsCommandInput,
|
|
1053
|
+
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
|
|
1054
|
+
): void;
|
|
1055
|
+
listWhatIfForecastExports(
|
|
1056
|
+
args: ListWhatIfForecastExportsCommandInput,
|
|
1057
|
+
options: __HttpHandlerOptions,
|
|
1058
|
+
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
|
|
1059
|
+
): void;
|
|
1060
|
+
|
|
1061
|
+
listWhatIfForecasts(
|
|
1062
|
+
args: ListWhatIfForecastsCommandInput,
|
|
1063
|
+
options?: __HttpHandlerOptions
|
|
1064
|
+
): Promise<ListWhatIfForecastsCommandOutput>;
|
|
1065
|
+
listWhatIfForecasts(
|
|
1066
|
+
args: ListWhatIfForecastsCommandInput,
|
|
1067
|
+
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
|
|
1068
|
+
): void;
|
|
1069
|
+
listWhatIfForecasts(
|
|
1070
|
+
args: ListWhatIfForecastsCommandInput,
|
|
1071
|
+
options: __HttpHandlerOptions,
|
|
1072
|
+
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
|
|
1075
|
+
resumeResource(
|
|
1076
|
+
args: ResumeResourceCommandInput,
|
|
1077
|
+
options?: __HttpHandlerOptions
|
|
1078
|
+
): Promise<ResumeResourceCommandOutput>;
|
|
1079
|
+
resumeResource(
|
|
1080
|
+
args: ResumeResourceCommandInput,
|
|
1081
|
+
cb: (err: any, data?: ResumeResourceCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
resumeResource(
|
|
1084
|
+
args: ResumeResourceCommandInput,
|
|
1085
|
+
options: __HttpHandlerOptions,
|
|
1086
|
+
cb: (err: any, data?: ResumeResourceCommandOutput) => void
|
|
1087
|
+
): void;
|
|
1088
|
+
|
|
1089
|
+
stopResource(
|
|
1090
|
+
args: StopResourceCommandInput,
|
|
1091
|
+
options?: __HttpHandlerOptions
|
|
1092
|
+
): Promise<StopResourceCommandOutput>;
|
|
1093
|
+
stopResource(
|
|
1094
|
+
args: StopResourceCommandInput,
|
|
1095
|
+
cb: (err: any, data?: StopResourceCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
stopResource(
|
|
1098
|
+
args: StopResourceCommandInput,
|
|
1099
|
+
options: __HttpHandlerOptions,
|
|
1100
|
+
cb: (err: any, data?: StopResourceCommandOutput) => void
|
|
1101
|
+
): void;
|
|
1102
|
+
|
|
1103
|
+
tagResource(
|
|
1104
|
+
args: TagResourceCommandInput,
|
|
1105
|
+
options?: __HttpHandlerOptions
|
|
1106
|
+
): Promise<TagResourceCommandOutput>;
|
|
1107
|
+
tagResource(
|
|
1108
|
+
args: TagResourceCommandInput,
|
|
1109
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1110
|
+
): void;
|
|
1111
|
+
tagResource(
|
|
1112
|
+
args: TagResourceCommandInput,
|
|
1113
|
+
options: __HttpHandlerOptions,
|
|
1114
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1115
|
+
): void;
|
|
1116
|
+
|
|
1117
|
+
untagResource(
|
|
1118
|
+
args: UntagResourceCommandInput,
|
|
1119
|
+
options?: __HttpHandlerOptions
|
|
1120
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1121
|
+
untagResource(
|
|
1122
|
+
args: UntagResourceCommandInput,
|
|
1123
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1124
|
+
): void;
|
|
1125
|
+
untagResource(
|
|
1126
|
+
args: UntagResourceCommandInput,
|
|
1127
|
+
options: __HttpHandlerOptions,
|
|
1128
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
|
|
1131
|
+
updateDatasetGroup(
|
|
1132
|
+
args: UpdateDatasetGroupCommandInput,
|
|
1133
|
+
options?: __HttpHandlerOptions
|
|
1134
|
+
): Promise<UpdateDatasetGroupCommandOutput>;
|
|
1135
|
+
updateDatasetGroup(
|
|
1136
|
+
args: UpdateDatasetGroupCommandInput,
|
|
1137
|
+
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
|
|
1138
|
+
): void;
|
|
1139
|
+
updateDatasetGroup(
|
|
1140
|
+
args: UpdateDatasetGroupCommandInput,
|
|
1141
|
+
options: __HttpHandlerOptions,
|
|
1142
|
+
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
|
|
1143
|
+
): void;
|
|
1144
|
+
}
|