@aws-sdk/client-forecast 3.927.0 → 3.929.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.
Files changed (87) hide show
  1. package/dist-cjs/index.js +1861 -2708
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ForecastClient.js +2 -0
  4. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -10
  5. package/dist-es/commands/CreateDatasetCommand.js +3 -10
  6. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
  7. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
  8. package/dist-es/commands/CreateExplainabilityCommand.js +3 -10
  9. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -10
  10. package/dist-es/commands/CreateForecastCommand.js +3 -10
  11. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -10
  12. package/dist-es/commands/CreateMonitorCommand.js +3 -10
  13. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -10
  14. package/dist-es/commands/CreatePredictorCommand.js +3 -10
  15. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -10
  16. package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -10
  17. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -10
  18. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  19. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -9
  21. package/dist-es/commands/DeleteExplainabilityCommand.js +3 -9
  22. package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -9
  23. package/dist-es/commands/DeleteForecastCommand.js +3 -9
  24. package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -9
  25. package/dist-es/commands/DeleteMonitorCommand.js +3 -9
  26. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -9
  27. package/dist-es/commands/DeletePredictorCommand.js +3 -9
  28. package/dist-es/commands/DeleteResourceTreeCommand.js +3 -9
  29. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -9
  30. package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -9
  31. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -9
  32. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -9
  33. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  34. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -9
  37. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -9
  38. package/dist-es/commands/DescribeForecastCommand.js +3 -9
  39. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -9
  40. package/dist-es/commands/DescribeMonitorCommand.js +3 -9
  41. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -9
  42. package/dist-es/commands/DescribePredictorCommand.js +3 -9
  43. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -9
  44. package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -9
  45. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -9
  46. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
  48. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  50. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -9
  51. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -9
  52. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -9
  53. package/dist-es/commands/ListForecastsCommand.js +3 -9
  54. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -9
  55. package/dist-es/commands/ListMonitorsCommand.js +3 -9
  56. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -9
  57. package/dist-es/commands/ListPredictorsCommand.js +3 -9
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  59. package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -9
  60. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -9
  61. package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -9
  62. package/dist-es/commands/ResumeResourceCommand.js +3 -9
  63. package/dist-es/commands/StopResourceCommand.js +3 -9
  64. package/dist-es/commands/TagResourceCommand.js +3 -10
  65. package/dist-es/commands/UntagResourceCommand.js +3 -10
  66. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -9
  67. package/dist-es/models/models_0.js +0 -74
  68. package/dist-es/runtimeConfig.shared.js +7 -0
  69. package/dist-es/schemas/schemas_0.js +1725 -0
  70. package/dist-types/ForecastClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -72
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +294 -0
  77. package/dist-types/ts3.4/ForecastClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -52
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  84. package/package.json +5 -5
  85. package/dist-es/protocols/Aws_json1_1.js +0 -2162
  86. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
@@ -1,761 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/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 se_CreateAutoPredictorCommand: (
259
- input: CreateAutoPredictorCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateDatasetCommand: (
263
- input: CreateDatasetCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateDatasetGroupCommand: (
267
- input: CreateDatasetGroupCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateDatasetImportJobCommand: (
271
- input: CreateDatasetImportJobCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_CreateExplainabilityCommand: (
275
- input: CreateExplainabilityCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CreateExplainabilityExportCommand: (
279
- input: CreateExplainabilityExportCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_CreateForecastCommand: (
283
- input: CreateForecastCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_CreateForecastExportJobCommand: (
287
- input: CreateForecastExportJobCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CreateMonitorCommand: (
291
- input: CreateMonitorCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreatePredictorCommand: (
295
- input: CreatePredictorCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreatePredictorBacktestExportJobCommand: (
299
- input: CreatePredictorBacktestExportJobCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateWhatIfAnalysisCommand: (
303
- input: CreateWhatIfAnalysisCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateWhatIfForecastCommand: (
307
- input: CreateWhatIfForecastCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateWhatIfForecastExportCommand: (
311
- input: CreateWhatIfForecastExportCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteDatasetCommand: (
315
- input: DeleteDatasetCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeleteDatasetGroupCommand: (
319
- input: DeleteDatasetGroupCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteDatasetImportJobCommand: (
323
- input: DeleteDatasetImportJobCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteExplainabilityCommand: (
327
- input: DeleteExplainabilityCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteExplainabilityExportCommand: (
331
- input: DeleteExplainabilityExportCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteForecastCommand: (
335
- input: DeleteForecastCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteForecastExportJobCommand: (
339
- input: DeleteForecastExportJobCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteMonitorCommand: (
343
- input: DeleteMonitorCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeletePredictorCommand: (
347
- input: DeletePredictorCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeletePredictorBacktestExportJobCommand: (
351
- input: DeletePredictorBacktestExportJobCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteResourceTreeCommand: (
355
- input: DeleteResourceTreeCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteWhatIfAnalysisCommand: (
359
- input: DeleteWhatIfAnalysisCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteWhatIfForecastCommand: (
363
- input: DeleteWhatIfForecastCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteWhatIfForecastExportCommand: (
367
- input: DeleteWhatIfForecastExportCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DescribeAutoPredictorCommand: (
371
- input: DescribeAutoPredictorCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DescribeDatasetCommand: (
375
- input: DescribeDatasetCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DescribeDatasetGroupCommand: (
379
- input: DescribeDatasetGroupCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DescribeDatasetImportJobCommand: (
383
- input: DescribeDatasetImportJobCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribeExplainabilityCommand: (
387
- input: DescribeExplainabilityCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeExplainabilityExportCommand: (
391
- input: DescribeExplainabilityExportCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeForecastCommand: (
395
- input: DescribeForecastCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeForecastExportJobCommand: (
399
- input: DescribeForecastExportJobCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeMonitorCommand: (
403
- input: DescribeMonitorCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribePredictorCommand: (
407
- input: DescribePredictorCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribePredictorBacktestExportJobCommand: (
411
- input: DescribePredictorBacktestExportJobCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeWhatIfAnalysisCommand: (
415
- input: DescribeWhatIfAnalysisCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeWhatIfForecastCommand: (
419
- input: DescribeWhatIfForecastCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeWhatIfForecastExportCommand: (
423
- input: DescribeWhatIfForecastExportCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetAccuracyMetricsCommand: (
427
- input: GetAccuracyMetricsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListDatasetGroupsCommand: (
431
- input: ListDatasetGroupsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListDatasetImportJobsCommand: (
435
- input: ListDatasetImportJobsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListDatasetsCommand: (
439
- input: ListDatasetsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListExplainabilitiesCommand: (
443
- input: ListExplainabilitiesCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListExplainabilityExportsCommand: (
447
- input: ListExplainabilityExportsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListForecastExportJobsCommand: (
451
- input: ListForecastExportJobsCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListForecastsCommand: (
455
- input: ListForecastsCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ListMonitorEvaluationsCommand: (
459
- input: ListMonitorEvaluationsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListMonitorsCommand: (
463
- input: ListMonitorsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListPredictorBacktestExportJobsCommand: (
467
- input: ListPredictorBacktestExportJobsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListPredictorsCommand: (
471
- input: ListPredictorsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListTagsForResourceCommand: (
475
- input: ListTagsForResourceCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListWhatIfAnalysesCommand: (
479
- input: ListWhatIfAnalysesCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListWhatIfForecastExportsCommand: (
483
- input: ListWhatIfForecastExportsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListWhatIfForecastsCommand: (
487
- input: ListWhatIfForecastsCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ResumeResourceCommand: (
491
- input: ResumeResourceCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_StopResourceCommand: (
495
- input: StopResourceCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_TagResourceCommand: (
499
- input: TagResourceCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_UntagResourceCommand: (
503
- input: UntagResourceCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_UpdateDatasetGroupCommand: (
507
- input: UpdateDatasetGroupCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const de_CreateAutoPredictorCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<CreateAutoPredictorCommandOutput>;
514
- export declare const de_CreateDatasetCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<CreateDatasetCommandOutput>;
518
- export declare const de_CreateDatasetGroupCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<CreateDatasetGroupCommandOutput>;
522
- export declare const de_CreateDatasetImportJobCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<CreateDatasetImportJobCommandOutput>;
526
- export declare const de_CreateExplainabilityCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<CreateExplainabilityCommandOutput>;
530
- export declare const de_CreateExplainabilityExportCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<CreateExplainabilityExportCommandOutput>;
534
- export declare const de_CreateForecastCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<CreateForecastCommandOutput>;
538
- export declare const de_CreateForecastExportJobCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<CreateForecastExportJobCommandOutput>;
542
- export declare const de_CreateMonitorCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<CreateMonitorCommandOutput>;
546
- export declare const de_CreatePredictorCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<CreatePredictorCommandOutput>;
550
- export declare const de_CreatePredictorBacktestExportJobCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
554
- export declare const de_CreateWhatIfAnalysisCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<CreateWhatIfAnalysisCommandOutput>;
558
- export declare const de_CreateWhatIfForecastCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<CreateWhatIfForecastCommandOutput>;
562
- export declare const de_CreateWhatIfForecastExportCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<CreateWhatIfForecastExportCommandOutput>;
566
- export declare const de_DeleteDatasetCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DeleteDatasetCommandOutput>;
570
- export declare const de_DeleteDatasetGroupCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DeleteDatasetGroupCommandOutput>;
574
- export declare const de_DeleteDatasetImportJobCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DeleteDatasetImportJobCommandOutput>;
578
- export declare const de_DeleteExplainabilityCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DeleteExplainabilityCommandOutput>;
582
- export declare const de_DeleteExplainabilityExportCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DeleteExplainabilityExportCommandOutput>;
586
- export declare const de_DeleteForecastCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<DeleteForecastCommandOutput>;
590
- export declare const de_DeleteForecastExportJobCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<DeleteForecastExportJobCommandOutput>;
594
- export declare const de_DeleteMonitorCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DeleteMonitorCommandOutput>;
598
- export declare const de_DeletePredictorCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<DeletePredictorCommandOutput>;
602
- export declare const de_DeletePredictorBacktestExportJobCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
606
- export declare const de_DeleteResourceTreeCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DeleteResourceTreeCommandOutput>;
610
- export declare const de_DeleteWhatIfAnalysisCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteWhatIfAnalysisCommandOutput>;
614
- export declare const de_DeleteWhatIfForecastCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeleteWhatIfForecastCommandOutput>;
618
- export declare const de_DeleteWhatIfForecastExportCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteWhatIfForecastExportCommandOutput>;
622
- export declare const de_DescribeAutoPredictorCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DescribeAutoPredictorCommandOutput>;
626
- export declare const de_DescribeDatasetCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DescribeDatasetCommandOutput>;
630
- export declare const de_DescribeDatasetGroupCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DescribeDatasetGroupCommandOutput>;
634
- export declare const de_DescribeDatasetImportJobCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DescribeDatasetImportJobCommandOutput>;
638
- export declare const de_DescribeExplainabilityCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DescribeExplainabilityCommandOutput>;
642
- export declare const de_DescribeExplainabilityExportCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DescribeExplainabilityExportCommandOutput>;
646
- export declare const de_DescribeForecastCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DescribeForecastCommandOutput>;
650
- export declare const de_DescribeForecastExportJobCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DescribeForecastExportJobCommandOutput>;
654
- export declare const de_DescribeMonitorCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribeMonitorCommandOutput>;
658
- export declare const de_DescribePredictorCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribePredictorCommandOutput>;
662
- export declare const de_DescribePredictorBacktestExportJobCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
666
- export declare const de_DescribeWhatIfAnalysisCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeWhatIfAnalysisCommandOutput>;
670
- export declare const de_DescribeWhatIfForecastCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeWhatIfForecastCommandOutput>;
674
- export declare const de_DescribeWhatIfForecastExportCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeWhatIfForecastExportCommandOutput>;
678
- export declare const de_GetAccuracyMetricsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetAccuracyMetricsCommandOutput>;
682
- export declare const de_ListDatasetGroupsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<ListDatasetGroupsCommandOutput>;
686
- export declare const de_ListDatasetImportJobsCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<ListDatasetImportJobsCommandOutput>;
690
- export declare const de_ListDatasetsCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<ListDatasetsCommandOutput>;
694
- export declare const de_ListExplainabilitiesCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<ListExplainabilitiesCommandOutput>;
698
- export declare const de_ListExplainabilityExportsCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<ListExplainabilityExportsCommandOutput>;
702
- export declare const de_ListForecastExportJobsCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<ListForecastExportJobsCommandOutput>;
706
- export declare const de_ListForecastsCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<ListForecastsCommandOutput>;
710
- export declare const de_ListMonitorEvaluationsCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ListMonitorEvaluationsCommandOutput>;
714
- export declare const de_ListMonitorsCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ListMonitorsCommandOutput>;
718
- export declare const de_ListPredictorBacktestExportJobsCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
722
- export declare const de_ListPredictorsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListPredictorsCommandOutput>;
726
- export declare const de_ListTagsForResourceCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ListTagsForResourceCommandOutput>;
730
- export declare const de_ListWhatIfAnalysesCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListWhatIfAnalysesCommandOutput>;
734
- export declare const de_ListWhatIfForecastExportsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ListWhatIfForecastExportsCommandOutput>;
738
- export declare const de_ListWhatIfForecastsCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<ListWhatIfForecastsCommandOutput>;
742
- export declare const de_ResumeResourceCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<ResumeResourceCommandOutput>;
746
- export declare const de_StopResourceCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<StopResourceCommandOutput>;
750
- export declare const de_TagResourceCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<TagResourceCommandOutput>;
754
- export declare const de_UntagResourceCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<UntagResourceCommandOutput>;
758
- export declare const de_UpdateDatasetGroupCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<UpdateDatasetGroupCommandOutput>;