@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,2137 +1,2296 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
|
|
3
|
-
export declare enum Operation {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface Action {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
export declare class
|
|
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
|
-
export declare enum DatasetType {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
}
|
|
178
|
-
export declare enum Domain {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
export declare enum AttributeType {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export interface SchemaAttribute {
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
export interface
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export interface
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export interface
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
export interface
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
export interface
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
export interface
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
}
|
|
712
|
-
export interface
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
export interface
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
export interface
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
export interface
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
export interface
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
}
|
|
1201
|
-
export
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
export interface
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
export interface
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
export interface
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
export interface
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
export interface
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
export
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
export
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
export
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
export
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
export
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
export
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
export
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
|
|
3
|
+
export declare enum Operation {
|
|
4
|
+
ADD = "ADD",
|
|
5
|
+
DIVIDE = "DIVIDE",
|
|
6
|
+
MULTIPLY = "MULTIPLY",
|
|
7
|
+
SUBTRACT = "SUBTRACT",
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface Action {
|
|
11
|
+
AttributeName: string | undefined;
|
|
12
|
+
|
|
13
|
+
Operation: Operation | string | undefined;
|
|
14
|
+
|
|
15
|
+
Value: number | undefined;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface AdditionalDataset {
|
|
19
|
+
Name: string | undefined;
|
|
20
|
+
|
|
21
|
+
Configuration?: Record<string, string[]>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface AttributeConfig {
|
|
25
|
+
AttributeName: string | undefined;
|
|
26
|
+
|
|
27
|
+
Transformations: Record<string, string> | undefined;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface DataConfig {
|
|
31
|
+
DatasetGroupArn: string | undefined;
|
|
32
|
+
|
|
33
|
+
AttributeConfigs?: AttributeConfig[];
|
|
34
|
+
|
|
35
|
+
AdditionalDatasets?: AdditionalDataset[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface EncryptionConfig {
|
|
39
|
+
RoleArn: string | undefined;
|
|
40
|
+
|
|
41
|
+
KMSKeyArn: string | undefined;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface MonitorConfig {
|
|
45
|
+
MonitorName: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export declare enum OptimizationMetric {
|
|
48
|
+
AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
|
|
49
|
+
MAPE = "MAPE",
|
|
50
|
+
MASE = "MASE",
|
|
51
|
+
RMSE = "RMSE",
|
|
52
|
+
WAPE = "WAPE",
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface Tag {
|
|
56
|
+
Key: string | undefined;
|
|
57
|
+
|
|
58
|
+
Value: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
export declare enum DayOfWeek {
|
|
61
|
+
FRIDAY = "FRIDAY",
|
|
62
|
+
MONDAY = "MONDAY",
|
|
63
|
+
SATURDAY = "SATURDAY",
|
|
64
|
+
SUNDAY = "SUNDAY",
|
|
65
|
+
THURSDAY = "THURSDAY",
|
|
66
|
+
TUESDAY = "TUESDAY",
|
|
67
|
+
WEDNESDAY = "WEDNESDAY",
|
|
68
|
+
}
|
|
69
|
+
export declare enum Month {
|
|
70
|
+
APRIL = "APRIL",
|
|
71
|
+
AUGUST = "AUGUST",
|
|
72
|
+
DECEMBER = "DECEMBER",
|
|
73
|
+
FEBRUARY = "FEBRUARY",
|
|
74
|
+
JANUARY = "JANUARY",
|
|
75
|
+
JULY = "JULY",
|
|
76
|
+
JUNE = "JUNE",
|
|
77
|
+
MARCH = "MARCH",
|
|
78
|
+
MAY = "MAY",
|
|
79
|
+
NOVEMBER = "NOVEMBER",
|
|
80
|
+
OCTOBER = "OCTOBER",
|
|
81
|
+
SEPTEMBER = "SEPTEMBER",
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface TimeAlignmentBoundary {
|
|
85
|
+
Month?: Month | string;
|
|
86
|
+
|
|
87
|
+
DayOfMonth?: number;
|
|
88
|
+
|
|
89
|
+
DayOfWeek?: DayOfWeek | string;
|
|
90
|
+
|
|
91
|
+
Hour?: number;
|
|
92
|
+
}
|
|
93
|
+
export interface CreateAutoPredictorRequest {
|
|
94
|
+
PredictorName: string | undefined;
|
|
95
|
+
|
|
96
|
+
ForecastHorizon?: number;
|
|
97
|
+
|
|
98
|
+
ForecastTypes?: string[];
|
|
99
|
+
|
|
100
|
+
ForecastDimensions?: string[];
|
|
101
|
+
|
|
102
|
+
ForecastFrequency?: string;
|
|
103
|
+
|
|
104
|
+
DataConfig?: DataConfig;
|
|
105
|
+
|
|
106
|
+
EncryptionConfig?: EncryptionConfig;
|
|
107
|
+
|
|
108
|
+
ReferencePredictorArn?: string;
|
|
109
|
+
|
|
110
|
+
OptimizationMetric?: OptimizationMetric | string;
|
|
111
|
+
|
|
112
|
+
ExplainPredictor?: boolean;
|
|
113
|
+
|
|
114
|
+
Tags?: Tag[];
|
|
115
|
+
|
|
116
|
+
MonitorConfig?: MonitorConfig;
|
|
117
|
+
|
|
118
|
+
TimeAlignmentBoundary?: TimeAlignmentBoundary;
|
|
119
|
+
}
|
|
120
|
+
export interface CreateAutoPredictorResponse {
|
|
121
|
+
PredictorArn?: string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export declare class InvalidInputException extends __BaseException {
|
|
125
|
+
readonly name: "InvalidInputException";
|
|
126
|
+
readonly $fault: "client";
|
|
127
|
+
Message?: string;
|
|
128
|
+
|
|
129
|
+
constructor(
|
|
130
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
131
|
+
);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export declare class LimitExceededException extends __BaseException {
|
|
135
|
+
readonly name: "LimitExceededException";
|
|
136
|
+
readonly $fault: "client";
|
|
137
|
+
Message?: string;
|
|
138
|
+
|
|
139
|
+
constructor(
|
|
140
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
141
|
+
);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
145
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
146
|
+
readonly $fault: "client";
|
|
147
|
+
Message?: string;
|
|
148
|
+
|
|
149
|
+
constructor(
|
|
150
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
155
|
+
readonly name: "ResourceInUseException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
Message?: string;
|
|
158
|
+
|
|
159
|
+
constructor(
|
|
160
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
165
|
+
readonly name: "ResourceNotFoundException";
|
|
166
|
+
readonly $fault: "client";
|
|
167
|
+
Message?: string;
|
|
168
|
+
|
|
169
|
+
constructor(
|
|
170
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
export declare enum DatasetType {
|
|
174
|
+
ITEM_METADATA = "ITEM_METADATA",
|
|
175
|
+
RELATED_TIME_SERIES = "RELATED_TIME_SERIES",
|
|
176
|
+
TARGET_TIME_SERIES = "TARGET_TIME_SERIES",
|
|
177
|
+
}
|
|
178
|
+
export declare enum Domain {
|
|
179
|
+
CUSTOM = "CUSTOM",
|
|
180
|
+
EC2_CAPACITY = "EC2_CAPACITY",
|
|
181
|
+
INVENTORY_PLANNING = "INVENTORY_PLANNING",
|
|
182
|
+
METRICS = "METRICS",
|
|
183
|
+
RETAIL = "RETAIL",
|
|
184
|
+
WEB_TRAFFIC = "WEB_TRAFFIC",
|
|
185
|
+
WORK_FORCE = "WORK_FORCE",
|
|
186
|
+
}
|
|
187
|
+
export declare enum AttributeType {
|
|
188
|
+
FLOAT = "float",
|
|
189
|
+
GEOLOCATION = "geolocation",
|
|
190
|
+
INTEGER = "integer",
|
|
191
|
+
STRING = "string",
|
|
192
|
+
TIMESTAMP = "timestamp",
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface SchemaAttribute {
|
|
196
|
+
AttributeName?: string;
|
|
197
|
+
|
|
198
|
+
AttributeType?: AttributeType | string;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface Schema {
|
|
202
|
+
Attributes?: SchemaAttribute[];
|
|
203
|
+
}
|
|
204
|
+
export interface CreateDatasetRequest {
|
|
205
|
+
DatasetName: string | undefined;
|
|
206
|
+
|
|
207
|
+
Domain: Domain | string | undefined;
|
|
208
|
+
|
|
209
|
+
DatasetType: DatasetType | string | undefined;
|
|
210
|
+
|
|
211
|
+
DataFrequency?: string;
|
|
212
|
+
|
|
213
|
+
Schema: Schema | undefined;
|
|
214
|
+
|
|
215
|
+
EncryptionConfig?: EncryptionConfig;
|
|
216
|
+
|
|
217
|
+
Tags?: Tag[];
|
|
218
|
+
}
|
|
219
|
+
export interface CreateDatasetResponse {
|
|
220
|
+
DatasetArn?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface CreateDatasetGroupRequest {
|
|
223
|
+
DatasetGroupName: string | undefined;
|
|
224
|
+
|
|
225
|
+
Domain: Domain | string | undefined;
|
|
226
|
+
|
|
227
|
+
DatasetArns?: string[];
|
|
228
|
+
|
|
229
|
+
Tags?: Tag[];
|
|
230
|
+
}
|
|
231
|
+
export interface CreateDatasetGroupResponse {
|
|
232
|
+
DatasetGroupArn?: string;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export interface S3Config {
|
|
236
|
+
Path: string | undefined;
|
|
237
|
+
|
|
238
|
+
RoleArn: string | undefined;
|
|
239
|
+
|
|
240
|
+
KMSKeyArn?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface DataSource {
|
|
244
|
+
S3Config: S3Config | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface CreateDatasetImportJobRequest {
|
|
247
|
+
DatasetImportJobName: string | undefined;
|
|
248
|
+
|
|
249
|
+
DatasetArn: string | undefined;
|
|
250
|
+
|
|
251
|
+
DataSource: DataSource | undefined;
|
|
252
|
+
|
|
253
|
+
TimestampFormat?: string;
|
|
254
|
+
|
|
255
|
+
TimeZone?: string;
|
|
256
|
+
|
|
257
|
+
UseGeolocationForTimeZone?: boolean;
|
|
258
|
+
|
|
259
|
+
GeolocationFormat?: string;
|
|
260
|
+
|
|
261
|
+
Tags?: Tag[];
|
|
262
|
+
|
|
263
|
+
Format?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface CreateDatasetImportJobResponse {
|
|
266
|
+
DatasetImportJobArn?: string;
|
|
267
|
+
}
|
|
268
|
+
export declare enum TimePointGranularity {
|
|
269
|
+
ALL = "ALL",
|
|
270
|
+
SPECIFIC = "SPECIFIC",
|
|
271
|
+
}
|
|
272
|
+
export declare enum TimeSeriesGranularity {
|
|
273
|
+
ALL = "ALL",
|
|
274
|
+
SPECIFIC = "SPECIFIC",
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export interface ExplainabilityConfig {
|
|
278
|
+
TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
|
|
279
|
+
|
|
280
|
+
TimePointGranularity: TimePointGranularity | string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface CreateExplainabilityRequest {
|
|
283
|
+
ExplainabilityName: string | undefined;
|
|
284
|
+
|
|
285
|
+
ResourceArn: string | undefined;
|
|
286
|
+
|
|
287
|
+
ExplainabilityConfig: ExplainabilityConfig | undefined;
|
|
288
|
+
|
|
289
|
+
DataSource?: DataSource;
|
|
290
|
+
|
|
291
|
+
Schema?: Schema;
|
|
292
|
+
|
|
293
|
+
EnableVisualization?: boolean;
|
|
294
|
+
|
|
295
|
+
StartDateTime?: string;
|
|
296
|
+
|
|
297
|
+
EndDateTime?: string;
|
|
298
|
+
|
|
299
|
+
Tags?: Tag[];
|
|
300
|
+
}
|
|
301
|
+
export interface CreateExplainabilityResponse {
|
|
302
|
+
ExplainabilityArn?: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface DataDestination {
|
|
306
|
+
S3Config: S3Config | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface CreateExplainabilityExportRequest {
|
|
309
|
+
ExplainabilityExportName: string | undefined;
|
|
310
|
+
|
|
311
|
+
ExplainabilityArn: string | undefined;
|
|
312
|
+
|
|
313
|
+
Destination: DataDestination | undefined;
|
|
314
|
+
|
|
315
|
+
Tags?: Tag[];
|
|
316
|
+
|
|
317
|
+
Format?: string;
|
|
318
|
+
}
|
|
319
|
+
export interface CreateExplainabilityExportResponse {
|
|
320
|
+
ExplainabilityExportArn?: string;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export interface TimeSeriesIdentifiers {
|
|
324
|
+
DataSource?: DataSource;
|
|
325
|
+
|
|
326
|
+
Schema?: Schema;
|
|
327
|
+
|
|
328
|
+
Format?: string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface TimeSeriesSelector {
|
|
332
|
+
TimeSeriesIdentifiers?: TimeSeriesIdentifiers;
|
|
333
|
+
}
|
|
334
|
+
export interface CreateForecastRequest {
|
|
335
|
+
ForecastName: string | undefined;
|
|
336
|
+
|
|
337
|
+
PredictorArn: string | undefined;
|
|
338
|
+
|
|
339
|
+
ForecastTypes?: string[];
|
|
340
|
+
|
|
341
|
+
Tags?: Tag[];
|
|
342
|
+
|
|
343
|
+
TimeSeriesSelector?: TimeSeriesSelector;
|
|
344
|
+
}
|
|
345
|
+
export interface CreateForecastResponse {
|
|
346
|
+
ForecastArn?: string;
|
|
347
|
+
}
|
|
348
|
+
export interface CreateForecastExportJobRequest {
|
|
349
|
+
ForecastExportJobName: string | undefined;
|
|
350
|
+
|
|
351
|
+
ForecastArn: string | undefined;
|
|
352
|
+
|
|
353
|
+
Destination: DataDestination | undefined;
|
|
354
|
+
|
|
355
|
+
Tags?: Tag[];
|
|
356
|
+
|
|
357
|
+
Format?: string;
|
|
358
|
+
}
|
|
359
|
+
export interface CreateForecastExportJobResponse {
|
|
360
|
+
ForecastExportJobArn?: string;
|
|
361
|
+
}
|
|
362
|
+
export interface CreateMonitorRequest {
|
|
363
|
+
MonitorName: string | undefined;
|
|
364
|
+
|
|
365
|
+
ResourceArn: string | undefined;
|
|
366
|
+
|
|
367
|
+
Tags?: Tag[];
|
|
368
|
+
}
|
|
369
|
+
export interface CreateMonitorResponse {
|
|
370
|
+
MonitorArn?: string;
|
|
371
|
+
}
|
|
372
|
+
export declare enum AutoMLOverrideStrategy {
|
|
373
|
+
AccuracyOptimized = "AccuracyOptimized",
|
|
374
|
+
LatencyOptimized = "LatencyOptimized",
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export interface EvaluationParameters {
|
|
378
|
+
NumberOfBacktestWindows?: number;
|
|
379
|
+
|
|
380
|
+
BackTestWindowOffset?: number;
|
|
381
|
+
}
|
|
382
|
+
export declare enum FeaturizationMethodName {
|
|
383
|
+
filling = "filling",
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface FeaturizationMethod {
|
|
387
|
+
FeaturizationMethodName: FeaturizationMethodName | string | undefined;
|
|
388
|
+
|
|
389
|
+
FeaturizationMethodParameters?: Record<string, string>;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export interface Featurization {
|
|
393
|
+
AttributeName: string | undefined;
|
|
394
|
+
|
|
395
|
+
FeaturizationPipeline?: FeaturizationMethod[];
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface FeaturizationConfig {
|
|
399
|
+
ForecastFrequency: string | undefined;
|
|
400
|
+
|
|
401
|
+
ForecastDimensions?: string[];
|
|
402
|
+
|
|
403
|
+
Featurizations?: Featurization[];
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export interface CategoricalParameterRange {
|
|
407
|
+
Name: string | undefined;
|
|
408
|
+
|
|
409
|
+
Values: string[] | undefined;
|
|
410
|
+
}
|
|
411
|
+
export declare enum ScalingType {
|
|
412
|
+
Auto = "Auto",
|
|
413
|
+
Linear = "Linear",
|
|
414
|
+
Logarithmic = "Logarithmic",
|
|
415
|
+
ReverseLogarithmic = "ReverseLogarithmic",
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface ContinuousParameterRange {
|
|
419
|
+
Name: string | undefined;
|
|
420
|
+
|
|
421
|
+
MaxValue: number | undefined;
|
|
422
|
+
|
|
423
|
+
MinValue: number | undefined;
|
|
424
|
+
|
|
425
|
+
ScalingType?: ScalingType | string;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface IntegerParameterRange {
|
|
429
|
+
Name: string | undefined;
|
|
430
|
+
|
|
431
|
+
MaxValue: number | undefined;
|
|
432
|
+
|
|
433
|
+
MinValue: number | undefined;
|
|
434
|
+
|
|
435
|
+
ScalingType?: ScalingType | string;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export interface ParameterRanges {
|
|
439
|
+
CategoricalParameterRanges?: CategoricalParameterRange[];
|
|
440
|
+
|
|
441
|
+
ContinuousParameterRanges?: ContinuousParameterRange[];
|
|
442
|
+
|
|
443
|
+
IntegerParameterRanges?: IntegerParameterRange[];
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export interface HyperParameterTuningJobConfig {
|
|
447
|
+
ParameterRanges?: ParameterRanges;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface SupplementaryFeature {
|
|
451
|
+
Name: string | undefined;
|
|
452
|
+
|
|
453
|
+
Value: string | undefined;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface InputDataConfig {
|
|
457
|
+
DatasetGroupArn: string | undefined;
|
|
458
|
+
|
|
459
|
+
SupplementaryFeatures?: SupplementaryFeature[];
|
|
460
|
+
}
|
|
461
|
+
export interface CreatePredictorRequest {
|
|
462
|
+
PredictorName: string | undefined;
|
|
463
|
+
|
|
464
|
+
AlgorithmArn?: string;
|
|
465
|
+
|
|
466
|
+
ForecastHorizon: number | undefined;
|
|
467
|
+
|
|
468
|
+
ForecastTypes?: string[];
|
|
469
|
+
|
|
470
|
+
PerformAutoML?: boolean;
|
|
471
|
+
|
|
472
|
+
AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
|
|
473
|
+
|
|
474
|
+
PerformHPO?: boolean;
|
|
475
|
+
|
|
476
|
+
TrainingParameters?: Record<string, string>;
|
|
477
|
+
|
|
478
|
+
EvaluationParameters?: EvaluationParameters;
|
|
479
|
+
|
|
480
|
+
HPOConfig?: HyperParameterTuningJobConfig;
|
|
481
|
+
|
|
482
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
483
|
+
|
|
484
|
+
FeaturizationConfig: FeaturizationConfig | undefined;
|
|
485
|
+
|
|
486
|
+
EncryptionConfig?: EncryptionConfig;
|
|
487
|
+
|
|
488
|
+
Tags?: Tag[];
|
|
489
|
+
|
|
490
|
+
OptimizationMetric?: OptimizationMetric | string;
|
|
491
|
+
}
|
|
492
|
+
export interface CreatePredictorResponse {
|
|
493
|
+
PredictorArn?: string;
|
|
494
|
+
}
|
|
495
|
+
export interface CreatePredictorBacktestExportJobRequest {
|
|
496
|
+
PredictorBacktestExportJobName: string | undefined;
|
|
497
|
+
|
|
498
|
+
PredictorArn: string | undefined;
|
|
499
|
+
|
|
500
|
+
Destination: DataDestination | undefined;
|
|
501
|
+
|
|
502
|
+
Tags?: Tag[];
|
|
503
|
+
|
|
504
|
+
Format?: string;
|
|
505
|
+
}
|
|
506
|
+
export interface CreatePredictorBacktestExportJobResponse {
|
|
507
|
+
PredictorBacktestExportJobArn?: string;
|
|
508
|
+
}
|
|
509
|
+
export interface CreateWhatIfAnalysisRequest {
|
|
510
|
+
WhatIfAnalysisName: string | undefined;
|
|
511
|
+
|
|
512
|
+
ForecastArn: string | undefined;
|
|
513
|
+
|
|
514
|
+
TimeSeriesSelector?: TimeSeriesSelector;
|
|
515
|
+
|
|
516
|
+
Tags?: Tag[];
|
|
517
|
+
}
|
|
518
|
+
export interface CreateWhatIfAnalysisResponse {
|
|
519
|
+
WhatIfAnalysisArn?: string;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface TimeSeriesReplacementsDataSource {
|
|
523
|
+
S3Config: S3Config | undefined;
|
|
524
|
+
|
|
525
|
+
Schema: Schema | undefined;
|
|
526
|
+
|
|
527
|
+
Format?: string;
|
|
528
|
+
|
|
529
|
+
TimestampFormat?: string;
|
|
530
|
+
}
|
|
531
|
+
export declare enum Condition {
|
|
532
|
+
EQUALS = "EQUALS",
|
|
533
|
+
GREATER_THAN = "GREATER_THAN",
|
|
534
|
+
LESS_THAN = "LESS_THAN",
|
|
535
|
+
NOT_EQUALS = "NOT_EQUALS",
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export interface TimeSeriesCondition {
|
|
539
|
+
AttributeName: string | undefined;
|
|
540
|
+
|
|
541
|
+
AttributeValue: string | undefined;
|
|
542
|
+
|
|
543
|
+
Condition: Condition | string | undefined;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface TimeSeriesTransformation {
|
|
547
|
+
Action?: Action;
|
|
548
|
+
|
|
549
|
+
TimeSeriesConditions?: TimeSeriesCondition[];
|
|
550
|
+
}
|
|
551
|
+
export interface CreateWhatIfForecastRequest {
|
|
552
|
+
WhatIfForecastName: string | undefined;
|
|
553
|
+
|
|
554
|
+
WhatIfAnalysisArn: string | undefined;
|
|
555
|
+
|
|
556
|
+
TimeSeriesTransformations?: TimeSeriesTransformation[];
|
|
557
|
+
|
|
558
|
+
TimeSeriesReplacementsDataSource?: TimeSeriesReplacementsDataSource;
|
|
559
|
+
|
|
560
|
+
Tags?: Tag[];
|
|
561
|
+
}
|
|
562
|
+
export interface CreateWhatIfForecastResponse {
|
|
563
|
+
WhatIfForecastArn?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface CreateWhatIfForecastExportRequest {
|
|
566
|
+
WhatIfForecastExportName: string | undefined;
|
|
567
|
+
|
|
568
|
+
WhatIfForecastArns: string[] | undefined;
|
|
569
|
+
|
|
570
|
+
Destination: DataDestination | undefined;
|
|
571
|
+
|
|
572
|
+
Tags?: Tag[];
|
|
573
|
+
|
|
574
|
+
Format?: string;
|
|
575
|
+
}
|
|
576
|
+
export interface CreateWhatIfForecastExportResponse {
|
|
577
|
+
WhatIfForecastExportArn?: string;
|
|
578
|
+
}
|
|
579
|
+
export interface DeleteDatasetRequest {
|
|
580
|
+
DatasetArn: string | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface DeleteDatasetGroupRequest {
|
|
583
|
+
DatasetGroupArn: string | undefined;
|
|
584
|
+
}
|
|
585
|
+
export interface DeleteDatasetImportJobRequest {
|
|
586
|
+
DatasetImportJobArn: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
export interface DeleteExplainabilityRequest {
|
|
589
|
+
ExplainabilityArn: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
export interface DeleteExplainabilityExportRequest {
|
|
592
|
+
ExplainabilityExportArn: string | undefined;
|
|
593
|
+
}
|
|
594
|
+
export interface DeleteForecastRequest {
|
|
595
|
+
ForecastArn: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
export interface DeleteForecastExportJobRequest {
|
|
598
|
+
ForecastExportJobArn: string | undefined;
|
|
599
|
+
}
|
|
600
|
+
export interface DeleteMonitorRequest {
|
|
601
|
+
MonitorArn: string | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface DeletePredictorRequest {
|
|
604
|
+
PredictorArn: string | undefined;
|
|
605
|
+
}
|
|
606
|
+
export interface DeletePredictorBacktestExportJobRequest {
|
|
607
|
+
PredictorBacktestExportJobArn: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface DeleteResourceTreeRequest {
|
|
610
|
+
ResourceArn: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
export interface DeleteWhatIfAnalysisRequest {
|
|
613
|
+
WhatIfAnalysisArn: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface DeleteWhatIfForecastRequest {
|
|
616
|
+
WhatIfForecastArn: string | undefined;
|
|
617
|
+
}
|
|
618
|
+
export interface DeleteWhatIfForecastExportRequest {
|
|
619
|
+
WhatIfForecastExportArn: string | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface DescribeAutoPredictorRequest {
|
|
622
|
+
PredictorArn: string | undefined;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface ExplainabilityInfo {
|
|
626
|
+
ExplainabilityArn?: string;
|
|
627
|
+
|
|
628
|
+
Status?: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export interface MonitorInfo {
|
|
632
|
+
MonitorArn?: string;
|
|
633
|
+
|
|
634
|
+
Status?: string;
|
|
635
|
+
}
|
|
636
|
+
export declare enum State {
|
|
637
|
+
Active = "Active",
|
|
638
|
+
Deleted = "Deleted",
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface ReferencePredictorSummary {
|
|
642
|
+
Arn?: string;
|
|
643
|
+
|
|
644
|
+
State?: State | string;
|
|
645
|
+
}
|
|
646
|
+
export interface DescribeAutoPredictorResponse {
|
|
647
|
+
PredictorArn?: string;
|
|
648
|
+
|
|
649
|
+
PredictorName?: string;
|
|
650
|
+
|
|
651
|
+
ForecastHorizon?: number;
|
|
652
|
+
|
|
653
|
+
ForecastTypes?: string[];
|
|
654
|
+
|
|
655
|
+
ForecastFrequency?: string;
|
|
656
|
+
|
|
657
|
+
ForecastDimensions?: string[];
|
|
658
|
+
|
|
659
|
+
DatasetImportJobArns?: string[];
|
|
660
|
+
|
|
661
|
+
DataConfig?: DataConfig;
|
|
662
|
+
|
|
663
|
+
EncryptionConfig?: EncryptionConfig;
|
|
664
|
+
|
|
665
|
+
ReferencePredictorSummary?: ReferencePredictorSummary;
|
|
666
|
+
|
|
667
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
668
|
+
|
|
669
|
+
Status?: string;
|
|
670
|
+
|
|
671
|
+
Message?: string;
|
|
672
|
+
|
|
673
|
+
CreationTime?: Date;
|
|
674
|
+
|
|
675
|
+
LastModificationTime?: Date;
|
|
676
|
+
|
|
677
|
+
OptimizationMetric?: OptimizationMetric | string;
|
|
678
|
+
|
|
679
|
+
ExplainabilityInfo?: ExplainabilityInfo;
|
|
680
|
+
|
|
681
|
+
MonitorInfo?: MonitorInfo;
|
|
682
|
+
|
|
683
|
+
TimeAlignmentBoundary?: TimeAlignmentBoundary;
|
|
684
|
+
}
|
|
685
|
+
export interface DescribeDatasetRequest {
|
|
686
|
+
DatasetArn: string | undefined;
|
|
687
|
+
}
|
|
688
|
+
export interface DescribeDatasetResponse {
|
|
689
|
+
DatasetArn?: string;
|
|
690
|
+
|
|
691
|
+
DatasetName?: string;
|
|
692
|
+
|
|
693
|
+
Domain?: Domain | string;
|
|
694
|
+
|
|
695
|
+
DatasetType?: DatasetType | string;
|
|
696
|
+
|
|
697
|
+
DataFrequency?: string;
|
|
698
|
+
|
|
699
|
+
Schema?: Schema;
|
|
700
|
+
|
|
701
|
+
EncryptionConfig?: EncryptionConfig;
|
|
702
|
+
|
|
703
|
+
Status?: string;
|
|
704
|
+
|
|
705
|
+
CreationTime?: Date;
|
|
706
|
+
|
|
707
|
+
LastModificationTime?: Date;
|
|
708
|
+
}
|
|
709
|
+
export interface DescribeDatasetGroupRequest {
|
|
710
|
+
DatasetGroupArn: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface DescribeDatasetGroupResponse {
|
|
713
|
+
DatasetGroupName?: string;
|
|
714
|
+
|
|
715
|
+
DatasetGroupArn?: string;
|
|
716
|
+
|
|
717
|
+
DatasetArns?: string[];
|
|
718
|
+
|
|
719
|
+
Domain?: Domain | string;
|
|
720
|
+
|
|
721
|
+
Status?: string;
|
|
722
|
+
|
|
723
|
+
CreationTime?: Date;
|
|
724
|
+
|
|
725
|
+
LastModificationTime?: Date;
|
|
726
|
+
}
|
|
727
|
+
export interface DescribeDatasetImportJobRequest {
|
|
728
|
+
DatasetImportJobArn: string | undefined;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
export interface Statistics {
|
|
732
|
+
Count?: number;
|
|
733
|
+
|
|
734
|
+
CountDistinct?: number;
|
|
735
|
+
|
|
736
|
+
CountNull?: number;
|
|
737
|
+
|
|
738
|
+
CountNan?: number;
|
|
739
|
+
|
|
740
|
+
Min?: string;
|
|
741
|
+
|
|
742
|
+
Max?: string;
|
|
743
|
+
|
|
744
|
+
Avg?: number;
|
|
745
|
+
|
|
746
|
+
Stddev?: number;
|
|
747
|
+
|
|
748
|
+
CountLong?: number;
|
|
749
|
+
|
|
750
|
+
CountDistinctLong?: number;
|
|
751
|
+
|
|
752
|
+
CountNullLong?: number;
|
|
753
|
+
|
|
754
|
+
CountNanLong?: number;
|
|
755
|
+
}
|
|
756
|
+
export interface DescribeDatasetImportJobResponse {
|
|
757
|
+
DatasetImportJobName?: string;
|
|
758
|
+
|
|
759
|
+
DatasetImportJobArn?: string;
|
|
760
|
+
|
|
761
|
+
DatasetArn?: string;
|
|
762
|
+
|
|
763
|
+
TimestampFormat?: string;
|
|
764
|
+
|
|
765
|
+
TimeZone?: string;
|
|
766
|
+
|
|
767
|
+
UseGeolocationForTimeZone?: boolean;
|
|
768
|
+
|
|
769
|
+
GeolocationFormat?: string;
|
|
770
|
+
|
|
771
|
+
DataSource?: DataSource;
|
|
772
|
+
|
|
773
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
774
|
+
|
|
775
|
+
FieldStatistics?: Record<string, Statistics>;
|
|
776
|
+
|
|
777
|
+
DataSize?: number;
|
|
778
|
+
|
|
779
|
+
Status?: string;
|
|
780
|
+
|
|
781
|
+
Message?: string;
|
|
782
|
+
|
|
783
|
+
CreationTime?: Date;
|
|
784
|
+
|
|
785
|
+
LastModificationTime?: Date;
|
|
786
|
+
|
|
787
|
+
Format?: string;
|
|
788
|
+
}
|
|
789
|
+
export interface DescribeExplainabilityRequest {
|
|
790
|
+
ExplainabilityArn: string | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface DescribeExplainabilityResponse {
|
|
793
|
+
ExplainabilityArn?: string;
|
|
794
|
+
|
|
795
|
+
ExplainabilityName?: string;
|
|
796
|
+
|
|
797
|
+
ResourceArn?: string;
|
|
798
|
+
|
|
799
|
+
ExplainabilityConfig?: ExplainabilityConfig;
|
|
800
|
+
|
|
801
|
+
EnableVisualization?: boolean;
|
|
802
|
+
|
|
803
|
+
DataSource?: DataSource;
|
|
804
|
+
|
|
805
|
+
Schema?: Schema;
|
|
806
|
+
|
|
807
|
+
StartDateTime?: string;
|
|
808
|
+
|
|
809
|
+
EndDateTime?: string;
|
|
810
|
+
|
|
811
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
812
|
+
|
|
813
|
+
Message?: string;
|
|
814
|
+
|
|
815
|
+
Status?: string;
|
|
816
|
+
|
|
817
|
+
CreationTime?: Date;
|
|
818
|
+
|
|
819
|
+
LastModificationTime?: Date;
|
|
820
|
+
}
|
|
821
|
+
export interface DescribeExplainabilityExportRequest {
|
|
822
|
+
ExplainabilityExportArn: string | undefined;
|
|
823
|
+
}
|
|
824
|
+
export interface DescribeExplainabilityExportResponse {
|
|
825
|
+
ExplainabilityExportArn?: string;
|
|
826
|
+
|
|
827
|
+
ExplainabilityExportName?: string;
|
|
828
|
+
|
|
829
|
+
ExplainabilityArn?: string;
|
|
830
|
+
|
|
831
|
+
Destination?: DataDestination;
|
|
832
|
+
|
|
833
|
+
Message?: string;
|
|
834
|
+
|
|
835
|
+
Status?: string;
|
|
836
|
+
|
|
837
|
+
CreationTime?: Date;
|
|
838
|
+
|
|
839
|
+
LastModificationTime?: Date;
|
|
840
|
+
|
|
841
|
+
Format?: string;
|
|
842
|
+
}
|
|
843
|
+
export interface DescribeForecastRequest {
|
|
844
|
+
ForecastArn: string | undefined;
|
|
845
|
+
}
|
|
846
|
+
export interface DescribeForecastResponse {
|
|
847
|
+
ForecastArn?: string;
|
|
848
|
+
|
|
849
|
+
ForecastName?: string;
|
|
850
|
+
|
|
851
|
+
ForecastTypes?: string[];
|
|
852
|
+
|
|
853
|
+
PredictorArn?: string;
|
|
854
|
+
|
|
855
|
+
DatasetGroupArn?: string;
|
|
856
|
+
|
|
857
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
858
|
+
|
|
859
|
+
Status?: string;
|
|
860
|
+
|
|
861
|
+
Message?: string;
|
|
862
|
+
|
|
863
|
+
CreationTime?: Date;
|
|
864
|
+
|
|
865
|
+
LastModificationTime?: Date;
|
|
866
|
+
|
|
867
|
+
TimeSeriesSelector?: TimeSeriesSelector;
|
|
868
|
+
}
|
|
869
|
+
export interface DescribeForecastExportJobRequest {
|
|
870
|
+
ForecastExportJobArn: string | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface DescribeForecastExportJobResponse {
|
|
873
|
+
ForecastExportJobArn?: string;
|
|
874
|
+
|
|
875
|
+
ForecastExportJobName?: string;
|
|
876
|
+
|
|
877
|
+
ForecastArn?: string;
|
|
878
|
+
|
|
879
|
+
Destination?: DataDestination;
|
|
880
|
+
|
|
881
|
+
Message?: string;
|
|
882
|
+
|
|
883
|
+
Status?: string;
|
|
884
|
+
|
|
885
|
+
CreationTime?: Date;
|
|
886
|
+
|
|
887
|
+
LastModificationTime?: Date;
|
|
888
|
+
|
|
889
|
+
Format?: string;
|
|
890
|
+
}
|
|
891
|
+
export interface DescribeMonitorRequest {
|
|
892
|
+
MonitorArn: string | undefined;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
export interface BaselineMetric {
|
|
896
|
+
Name?: string;
|
|
897
|
+
|
|
898
|
+
Value?: number;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
export interface PredictorBaseline {
|
|
902
|
+
BaselineMetrics?: BaselineMetric[];
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export interface Baseline {
|
|
906
|
+
PredictorBaseline?: PredictorBaseline;
|
|
907
|
+
}
|
|
908
|
+
export interface DescribeMonitorResponse {
|
|
909
|
+
MonitorName?: string;
|
|
910
|
+
|
|
911
|
+
MonitorArn?: string;
|
|
912
|
+
|
|
913
|
+
ResourceArn?: string;
|
|
914
|
+
|
|
915
|
+
Status?: string;
|
|
916
|
+
|
|
917
|
+
LastEvaluationTime?: Date;
|
|
918
|
+
|
|
919
|
+
LastEvaluationState?: string;
|
|
920
|
+
|
|
921
|
+
Baseline?: Baseline;
|
|
922
|
+
|
|
923
|
+
Message?: string;
|
|
924
|
+
|
|
925
|
+
CreationTime?: Date;
|
|
926
|
+
|
|
927
|
+
LastModificationTime?: Date;
|
|
928
|
+
|
|
929
|
+
EstimatedEvaluationTimeRemainingInMinutes?: number;
|
|
930
|
+
}
|
|
931
|
+
export interface DescribePredictorRequest {
|
|
932
|
+
PredictorArn: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export interface TestWindowSummary {
|
|
936
|
+
TestWindowStart?: Date;
|
|
937
|
+
|
|
938
|
+
TestWindowEnd?: Date;
|
|
939
|
+
|
|
940
|
+
Status?: string;
|
|
941
|
+
|
|
942
|
+
Message?: string;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
export interface PredictorExecution {
|
|
946
|
+
AlgorithmArn?: string;
|
|
947
|
+
|
|
948
|
+
TestWindows?: TestWindowSummary[];
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export interface PredictorExecutionDetails {
|
|
952
|
+
PredictorExecutions?: PredictorExecution[];
|
|
953
|
+
}
|
|
954
|
+
export interface DescribePredictorResponse {
|
|
955
|
+
PredictorArn?: string;
|
|
956
|
+
|
|
957
|
+
PredictorName?: string;
|
|
958
|
+
|
|
959
|
+
AlgorithmArn?: string;
|
|
960
|
+
|
|
961
|
+
AutoMLAlgorithmArns?: string[];
|
|
962
|
+
|
|
963
|
+
ForecastHorizon?: number;
|
|
964
|
+
|
|
965
|
+
ForecastTypes?: string[];
|
|
966
|
+
|
|
967
|
+
PerformAutoML?: boolean;
|
|
968
|
+
|
|
969
|
+
AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
|
|
970
|
+
|
|
971
|
+
PerformHPO?: boolean;
|
|
972
|
+
|
|
973
|
+
TrainingParameters?: Record<string, string>;
|
|
974
|
+
|
|
975
|
+
EvaluationParameters?: EvaluationParameters;
|
|
976
|
+
|
|
977
|
+
HPOConfig?: HyperParameterTuningJobConfig;
|
|
978
|
+
|
|
979
|
+
InputDataConfig?: InputDataConfig;
|
|
980
|
+
|
|
981
|
+
FeaturizationConfig?: FeaturizationConfig;
|
|
982
|
+
|
|
983
|
+
EncryptionConfig?: EncryptionConfig;
|
|
984
|
+
|
|
985
|
+
PredictorExecutionDetails?: PredictorExecutionDetails;
|
|
986
|
+
|
|
987
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
988
|
+
|
|
989
|
+
IsAutoPredictor?: boolean;
|
|
990
|
+
|
|
991
|
+
DatasetImportJobArns?: string[];
|
|
992
|
+
|
|
993
|
+
Status?: string;
|
|
994
|
+
|
|
995
|
+
Message?: string;
|
|
996
|
+
|
|
997
|
+
CreationTime?: Date;
|
|
998
|
+
|
|
999
|
+
LastModificationTime?: Date;
|
|
1000
|
+
|
|
1001
|
+
OptimizationMetric?: OptimizationMetric | string;
|
|
1002
|
+
}
|
|
1003
|
+
export interface DescribePredictorBacktestExportJobRequest {
|
|
1004
|
+
PredictorBacktestExportJobArn: string | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
export interface DescribePredictorBacktestExportJobResponse {
|
|
1007
|
+
PredictorBacktestExportJobArn?: string;
|
|
1008
|
+
|
|
1009
|
+
PredictorBacktestExportJobName?: string;
|
|
1010
|
+
|
|
1011
|
+
PredictorArn?: string;
|
|
1012
|
+
|
|
1013
|
+
Destination?: DataDestination;
|
|
1014
|
+
|
|
1015
|
+
Message?: string;
|
|
1016
|
+
|
|
1017
|
+
Status?: string;
|
|
1018
|
+
|
|
1019
|
+
CreationTime?: Date;
|
|
1020
|
+
|
|
1021
|
+
LastModificationTime?: Date;
|
|
1022
|
+
|
|
1023
|
+
Format?: string;
|
|
1024
|
+
}
|
|
1025
|
+
export interface DescribeWhatIfAnalysisRequest {
|
|
1026
|
+
WhatIfAnalysisArn: string | undefined;
|
|
1027
|
+
}
|
|
1028
|
+
export interface DescribeWhatIfAnalysisResponse {
|
|
1029
|
+
WhatIfAnalysisName?: string;
|
|
1030
|
+
|
|
1031
|
+
WhatIfAnalysisArn?: string;
|
|
1032
|
+
|
|
1033
|
+
ForecastArn?: string;
|
|
1034
|
+
|
|
1035
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
1036
|
+
|
|
1037
|
+
Status?: string;
|
|
1038
|
+
|
|
1039
|
+
Message?: string;
|
|
1040
|
+
|
|
1041
|
+
CreationTime?: Date;
|
|
1042
|
+
|
|
1043
|
+
LastModificationTime?: Date;
|
|
1044
|
+
|
|
1045
|
+
TimeSeriesSelector?: TimeSeriesSelector;
|
|
1046
|
+
}
|
|
1047
|
+
export interface DescribeWhatIfForecastRequest {
|
|
1048
|
+
WhatIfForecastArn: string | undefined;
|
|
1049
|
+
}
|
|
1050
|
+
export interface DescribeWhatIfForecastResponse {
|
|
1051
|
+
WhatIfForecastName?: string;
|
|
1052
|
+
|
|
1053
|
+
WhatIfForecastArn?: string;
|
|
1054
|
+
|
|
1055
|
+
WhatIfAnalysisArn?: string;
|
|
1056
|
+
|
|
1057
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
1058
|
+
|
|
1059
|
+
Status?: string;
|
|
1060
|
+
|
|
1061
|
+
Message?: string;
|
|
1062
|
+
|
|
1063
|
+
CreationTime?: Date;
|
|
1064
|
+
|
|
1065
|
+
LastModificationTime?: Date;
|
|
1066
|
+
|
|
1067
|
+
TimeSeriesTransformations?: TimeSeriesTransformation[];
|
|
1068
|
+
|
|
1069
|
+
TimeSeriesReplacementsDataSource?: TimeSeriesReplacementsDataSource;
|
|
1070
|
+
|
|
1071
|
+
ForecastTypes?: string[];
|
|
1072
|
+
}
|
|
1073
|
+
export interface DescribeWhatIfForecastExportRequest {
|
|
1074
|
+
WhatIfForecastExportArn: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export interface DescribeWhatIfForecastExportResponse {
|
|
1077
|
+
WhatIfForecastExportArn?: string;
|
|
1078
|
+
|
|
1079
|
+
WhatIfForecastExportName?: string;
|
|
1080
|
+
|
|
1081
|
+
WhatIfForecastArns?: string[];
|
|
1082
|
+
|
|
1083
|
+
Destination?: DataDestination;
|
|
1084
|
+
|
|
1085
|
+
Message?: string;
|
|
1086
|
+
|
|
1087
|
+
Status?: string;
|
|
1088
|
+
|
|
1089
|
+
CreationTime?: Date;
|
|
1090
|
+
|
|
1091
|
+
EstimatedTimeRemainingInMinutes?: number;
|
|
1092
|
+
|
|
1093
|
+
LastModificationTime?: Date;
|
|
1094
|
+
|
|
1095
|
+
Format?: string;
|
|
1096
|
+
}
|
|
1097
|
+
export interface GetAccuracyMetricsRequest {
|
|
1098
|
+
PredictorArn: string | undefined;
|
|
1099
|
+
}
|
|
1100
|
+
export declare enum EvaluationType {
|
|
1101
|
+
COMPUTED = "COMPUTED",
|
|
1102
|
+
SUMMARY = "SUMMARY",
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
export interface ErrorMetric {
|
|
1106
|
+
ForecastType?: string;
|
|
1107
|
+
|
|
1108
|
+
WAPE?: number;
|
|
1109
|
+
|
|
1110
|
+
RMSE?: number;
|
|
1111
|
+
|
|
1112
|
+
MASE?: number;
|
|
1113
|
+
|
|
1114
|
+
MAPE?: number;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export interface WeightedQuantileLoss {
|
|
1118
|
+
Quantile?: number;
|
|
1119
|
+
|
|
1120
|
+
LossValue?: number;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
export interface Metrics {
|
|
1124
|
+
RMSE?: number;
|
|
1125
|
+
|
|
1126
|
+
WeightedQuantileLosses?: WeightedQuantileLoss[];
|
|
1127
|
+
|
|
1128
|
+
ErrorMetrics?: ErrorMetric[];
|
|
1129
|
+
|
|
1130
|
+
AverageWeightedQuantileLoss?: number;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export interface WindowSummary {
|
|
1134
|
+
TestWindowStart?: Date;
|
|
1135
|
+
|
|
1136
|
+
TestWindowEnd?: Date;
|
|
1137
|
+
|
|
1138
|
+
ItemCount?: number;
|
|
1139
|
+
|
|
1140
|
+
EvaluationType?: EvaluationType | string;
|
|
1141
|
+
|
|
1142
|
+
Metrics?: Metrics;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
export interface EvaluationResult {
|
|
1146
|
+
AlgorithmArn?: string;
|
|
1147
|
+
|
|
1148
|
+
TestWindows?: WindowSummary[];
|
|
1149
|
+
}
|
|
1150
|
+
export interface GetAccuracyMetricsResponse {
|
|
1151
|
+
PredictorEvaluationResults?: EvaluationResult[];
|
|
1152
|
+
|
|
1153
|
+
IsAutoPredictor?: boolean;
|
|
1154
|
+
|
|
1155
|
+
AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
|
|
1156
|
+
|
|
1157
|
+
OptimizationMetric?: OptimizationMetric | string;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1161
|
+
readonly name: "InvalidNextTokenException";
|
|
1162
|
+
readonly $fault: "client";
|
|
1163
|
+
Message?: string;
|
|
1164
|
+
|
|
1165
|
+
constructor(
|
|
1166
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
1167
|
+
);
|
|
1168
|
+
}
|
|
1169
|
+
export interface ListDatasetGroupsRequest {
|
|
1170
|
+
NextToken?: string;
|
|
1171
|
+
|
|
1172
|
+
MaxResults?: number;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
export interface DatasetGroupSummary {
|
|
1176
|
+
DatasetGroupArn?: string;
|
|
1177
|
+
|
|
1178
|
+
DatasetGroupName?: string;
|
|
1179
|
+
|
|
1180
|
+
CreationTime?: Date;
|
|
1181
|
+
|
|
1182
|
+
LastModificationTime?: Date;
|
|
1183
|
+
}
|
|
1184
|
+
export interface ListDatasetGroupsResponse {
|
|
1185
|
+
DatasetGroups?: DatasetGroupSummary[];
|
|
1186
|
+
|
|
1187
|
+
NextToken?: string;
|
|
1188
|
+
}
|
|
1189
|
+
export declare enum FilterConditionString {
|
|
1190
|
+
IS = "IS",
|
|
1191
|
+
IS_NOT = "IS_NOT",
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
export interface Filter {
|
|
1195
|
+
Key: string | undefined;
|
|
1196
|
+
|
|
1197
|
+
Value: string | undefined;
|
|
1198
|
+
|
|
1199
|
+
Condition: FilterConditionString | string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export interface ListDatasetImportJobsRequest {
|
|
1202
|
+
NextToken?: string;
|
|
1203
|
+
|
|
1204
|
+
MaxResults?: number;
|
|
1205
|
+
|
|
1206
|
+
Filters?: Filter[];
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
export interface DatasetImportJobSummary {
|
|
1210
|
+
DatasetImportJobArn?: string;
|
|
1211
|
+
|
|
1212
|
+
DatasetImportJobName?: string;
|
|
1213
|
+
|
|
1214
|
+
DataSource?: DataSource;
|
|
1215
|
+
|
|
1216
|
+
Status?: string;
|
|
1217
|
+
|
|
1218
|
+
Message?: string;
|
|
1219
|
+
|
|
1220
|
+
CreationTime?: Date;
|
|
1221
|
+
|
|
1222
|
+
LastModificationTime?: Date;
|
|
1223
|
+
}
|
|
1224
|
+
export interface ListDatasetImportJobsResponse {
|
|
1225
|
+
DatasetImportJobs?: DatasetImportJobSummary[];
|
|
1226
|
+
|
|
1227
|
+
NextToken?: string;
|
|
1228
|
+
}
|
|
1229
|
+
export interface ListDatasetsRequest {
|
|
1230
|
+
NextToken?: string;
|
|
1231
|
+
|
|
1232
|
+
MaxResults?: number;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export interface DatasetSummary {
|
|
1236
|
+
DatasetArn?: string;
|
|
1237
|
+
|
|
1238
|
+
DatasetName?: string;
|
|
1239
|
+
|
|
1240
|
+
DatasetType?: DatasetType | string;
|
|
1241
|
+
|
|
1242
|
+
Domain?: Domain | string;
|
|
1243
|
+
|
|
1244
|
+
CreationTime?: Date;
|
|
1245
|
+
|
|
1246
|
+
LastModificationTime?: Date;
|
|
1247
|
+
}
|
|
1248
|
+
export interface ListDatasetsResponse {
|
|
1249
|
+
Datasets?: DatasetSummary[];
|
|
1250
|
+
|
|
1251
|
+
NextToken?: string;
|
|
1252
|
+
}
|
|
1253
|
+
export interface ListExplainabilitiesRequest {
|
|
1254
|
+
NextToken?: string;
|
|
1255
|
+
|
|
1256
|
+
MaxResults?: number;
|
|
1257
|
+
|
|
1258
|
+
Filters?: Filter[];
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
export interface ExplainabilitySummary {
|
|
1262
|
+
ExplainabilityArn?: string;
|
|
1263
|
+
|
|
1264
|
+
ExplainabilityName?: string;
|
|
1265
|
+
|
|
1266
|
+
ResourceArn?: string;
|
|
1267
|
+
|
|
1268
|
+
ExplainabilityConfig?: ExplainabilityConfig;
|
|
1269
|
+
|
|
1270
|
+
Status?: string;
|
|
1271
|
+
|
|
1272
|
+
Message?: string;
|
|
1273
|
+
|
|
1274
|
+
CreationTime?: Date;
|
|
1275
|
+
|
|
1276
|
+
LastModificationTime?: Date;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListExplainabilitiesResponse {
|
|
1279
|
+
Explainabilities?: ExplainabilitySummary[];
|
|
1280
|
+
|
|
1281
|
+
NextToken?: string;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListExplainabilityExportsRequest {
|
|
1284
|
+
NextToken?: string;
|
|
1285
|
+
|
|
1286
|
+
MaxResults?: number;
|
|
1287
|
+
|
|
1288
|
+
Filters?: Filter[];
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export interface ExplainabilityExportSummary {
|
|
1292
|
+
ExplainabilityExportArn?: string;
|
|
1293
|
+
|
|
1294
|
+
ExplainabilityExportName?: string;
|
|
1295
|
+
|
|
1296
|
+
Destination?: DataDestination;
|
|
1297
|
+
|
|
1298
|
+
Status?: string;
|
|
1299
|
+
|
|
1300
|
+
Message?: string;
|
|
1301
|
+
|
|
1302
|
+
CreationTime?: Date;
|
|
1303
|
+
|
|
1304
|
+
LastModificationTime?: Date;
|
|
1305
|
+
}
|
|
1306
|
+
export interface ListExplainabilityExportsResponse {
|
|
1307
|
+
ExplainabilityExports?: ExplainabilityExportSummary[];
|
|
1308
|
+
|
|
1309
|
+
NextToken?: string;
|
|
1310
|
+
}
|
|
1311
|
+
export interface ListForecastExportJobsRequest {
|
|
1312
|
+
NextToken?: string;
|
|
1313
|
+
|
|
1314
|
+
MaxResults?: number;
|
|
1315
|
+
|
|
1316
|
+
Filters?: Filter[];
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export interface ForecastExportJobSummary {
|
|
1320
|
+
ForecastExportJobArn?: string;
|
|
1321
|
+
|
|
1322
|
+
ForecastExportJobName?: string;
|
|
1323
|
+
|
|
1324
|
+
Destination?: DataDestination;
|
|
1325
|
+
|
|
1326
|
+
Status?: string;
|
|
1327
|
+
|
|
1328
|
+
Message?: string;
|
|
1329
|
+
|
|
1330
|
+
CreationTime?: Date;
|
|
1331
|
+
|
|
1332
|
+
LastModificationTime?: Date;
|
|
1333
|
+
}
|
|
1334
|
+
export interface ListForecastExportJobsResponse {
|
|
1335
|
+
ForecastExportJobs?: ForecastExportJobSummary[];
|
|
1336
|
+
|
|
1337
|
+
NextToken?: string;
|
|
1338
|
+
}
|
|
1339
|
+
export interface ListForecastsRequest {
|
|
1340
|
+
NextToken?: string;
|
|
1341
|
+
|
|
1342
|
+
MaxResults?: number;
|
|
1343
|
+
|
|
1344
|
+
Filters?: Filter[];
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export interface ForecastSummary {
|
|
1348
|
+
ForecastArn?: string;
|
|
1349
|
+
|
|
1350
|
+
ForecastName?: string;
|
|
1351
|
+
|
|
1352
|
+
PredictorArn?: string;
|
|
1353
|
+
|
|
1354
|
+
CreatedUsingAutoPredictor?: boolean;
|
|
1355
|
+
|
|
1356
|
+
DatasetGroupArn?: string;
|
|
1357
|
+
|
|
1358
|
+
Status?: string;
|
|
1359
|
+
|
|
1360
|
+
Message?: string;
|
|
1361
|
+
|
|
1362
|
+
CreationTime?: Date;
|
|
1363
|
+
|
|
1364
|
+
LastModificationTime?: Date;
|
|
1365
|
+
}
|
|
1366
|
+
export interface ListForecastsResponse {
|
|
1367
|
+
Forecasts?: ForecastSummary[];
|
|
1368
|
+
|
|
1369
|
+
NextToken?: string;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ListMonitorEvaluationsRequest {
|
|
1372
|
+
NextToken?: string;
|
|
1373
|
+
|
|
1374
|
+
MaxResults?: number;
|
|
1375
|
+
|
|
1376
|
+
MonitorArn: string | undefined;
|
|
1377
|
+
|
|
1378
|
+
Filters?: Filter[];
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
export interface MetricResult {
|
|
1382
|
+
MetricName?: string;
|
|
1383
|
+
|
|
1384
|
+
MetricValue?: number;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
export interface MonitorDataSource {
|
|
1388
|
+
DatasetImportJobArn?: string;
|
|
1389
|
+
|
|
1390
|
+
ForecastArn?: string;
|
|
1391
|
+
|
|
1392
|
+
PredictorArn?: string;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
export interface PredictorEvent {
|
|
1396
|
+
Detail?: string;
|
|
1397
|
+
|
|
1398
|
+
Datetime?: Date;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
export interface PredictorMonitorEvaluation {
|
|
1402
|
+
ResourceArn?: string;
|
|
1403
|
+
|
|
1404
|
+
MonitorArn?: string;
|
|
1405
|
+
|
|
1406
|
+
EvaluationTime?: Date;
|
|
1407
|
+
|
|
1408
|
+
EvaluationState?: string;
|
|
1409
|
+
|
|
1410
|
+
WindowStartDatetime?: Date;
|
|
1411
|
+
|
|
1412
|
+
WindowEndDatetime?: Date;
|
|
1413
|
+
|
|
1414
|
+
PredictorEvent?: PredictorEvent;
|
|
1415
|
+
|
|
1416
|
+
MonitorDataSource?: MonitorDataSource;
|
|
1417
|
+
|
|
1418
|
+
MetricResults?: MetricResult[];
|
|
1419
|
+
|
|
1420
|
+
NumItemsEvaluated?: number;
|
|
1421
|
+
|
|
1422
|
+
Message?: string;
|
|
1423
|
+
}
|
|
1424
|
+
export interface ListMonitorEvaluationsResponse {
|
|
1425
|
+
NextToken?: string;
|
|
1426
|
+
|
|
1427
|
+
PredictorMonitorEvaluations?: PredictorMonitorEvaluation[];
|
|
1428
|
+
}
|
|
1429
|
+
export interface ListMonitorsRequest {
|
|
1430
|
+
NextToken?: string;
|
|
1431
|
+
|
|
1432
|
+
MaxResults?: number;
|
|
1433
|
+
|
|
1434
|
+
Filters?: Filter[];
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
export interface MonitorSummary {
|
|
1438
|
+
MonitorArn?: string;
|
|
1439
|
+
|
|
1440
|
+
MonitorName?: string;
|
|
1441
|
+
|
|
1442
|
+
ResourceArn?: string;
|
|
1443
|
+
|
|
1444
|
+
Status?: string;
|
|
1445
|
+
|
|
1446
|
+
CreationTime?: Date;
|
|
1447
|
+
|
|
1448
|
+
LastModificationTime?: Date;
|
|
1449
|
+
}
|
|
1450
|
+
export interface ListMonitorsResponse {
|
|
1451
|
+
Monitors?: MonitorSummary[];
|
|
1452
|
+
|
|
1453
|
+
NextToken?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export interface ListPredictorBacktestExportJobsRequest {
|
|
1456
|
+
NextToken?: string;
|
|
1457
|
+
|
|
1458
|
+
MaxResults?: number;
|
|
1459
|
+
|
|
1460
|
+
Filters?: Filter[];
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
export interface PredictorBacktestExportJobSummary {
|
|
1464
|
+
PredictorBacktestExportJobArn?: string;
|
|
1465
|
+
|
|
1466
|
+
PredictorBacktestExportJobName?: string;
|
|
1467
|
+
|
|
1468
|
+
Destination?: DataDestination;
|
|
1469
|
+
|
|
1470
|
+
Status?: string;
|
|
1471
|
+
|
|
1472
|
+
Message?: string;
|
|
1473
|
+
|
|
1474
|
+
CreationTime?: Date;
|
|
1475
|
+
|
|
1476
|
+
LastModificationTime?: Date;
|
|
1477
|
+
}
|
|
1478
|
+
export interface ListPredictorBacktestExportJobsResponse {
|
|
1479
|
+
PredictorBacktestExportJobs?: PredictorBacktestExportJobSummary[];
|
|
1480
|
+
|
|
1481
|
+
NextToken?: string;
|
|
1482
|
+
}
|
|
1483
|
+
export interface ListPredictorsRequest {
|
|
1484
|
+
NextToken?: string;
|
|
1485
|
+
|
|
1486
|
+
MaxResults?: number;
|
|
1487
|
+
|
|
1488
|
+
Filters?: Filter[];
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
export interface PredictorSummary {
|
|
1492
|
+
PredictorArn?: string;
|
|
1493
|
+
|
|
1494
|
+
PredictorName?: string;
|
|
1495
|
+
|
|
1496
|
+
DatasetGroupArn?: string;
|
|
1497
|
+
|
|
1498
|
+
IsAutoPredictor?: boolean;
|
|
1499
|
+
|
|
1500
|
+
ReferencePredictorSummary?: ReferencePredictorSummary;
|
|
1501
|
+
|
|
1502
|
+
Status?: string;
|
|
1503
|
+
|
|
1504
|
+
Message?: string;
|
|
1505
|
+
|
|
1506
|
+
CreationTime?: Date;
|
|
1507
|
+
|
|
1508
|
+
LastModificationTime?: Date;
|
|
1509
|
+
}
|
|
1510
|
+
export interface ListPredictorsResponse {
|
|
1511
|
+
Predictors?: PredictorSummary[];
|
|
1512
|
+
|
|
1513
|
+
NextToken?: string;
|
|
1514
|
+
}
|
|
1515
|
+
export interface ListTagsForResourceRequest {
|
|
1516
|
+
ResourceArn: string | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
export interface ListTagsForResourceResponse {
|
|
1519
|
+
Tags?: Tag[];
|
|
1520
|
+
}
|
|
1521
|
+
export interface ListWhatIfAnalysesRequest {
|
|
1522
|
+
NextToken?: string;
|
|
1523
|
+
|
|
1524
|
+
MaxResults?: number;
|
|
1525
|
+
|
|
1526
|
+
Filters?: Filter[];
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
export interface WhatIfAnalysisSummary {
|
|
1530
|
+
WhatIfAnalysisArn?: string;
|
|
1531
|
+
|
|
1532
|
+
WhatIfAnalysisName?: string;
|
|
1533
|
+
|
|
1534
|
+
ForecastArn?: string;
|
|
1535
|
+
|
|
1536
|
+
Status?: string;
|
|
1537
|
+
|
|
1538
|
+
Message?: string;
|
|
1539
|
+
|
|
1540
|
+
CreationTime?: Date;
|
|
1541
|
+
|
|
1542
|
+
LastModificationTime?: Date;
|
|
1543
|
+
}
|
|
1544
|
+
export interface ListWhatIfAnalysesResponse {
|
|
1545
|
+
WhatIfAnalyses?: WhatIfAnalysisSummary[];
|
|
1546
|
+
|
|
1547
|
+
NextToken?: string;
|
|
1548
|
+
}
|
|
1549
|
+
export interface ListWhatIfForecastExportsRequest {
|
|
1550
|
+
NextToken?: string;
|
|
1551
|
+
|
|
1552
|
+
MaxResults?: number;
|
|
1553
|
+
|
|
1554
|
+
Filters?: Filter[];
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
export interface WhatIfForecastExportSummary {
|
|
1558
|
+
WhatIfForecastExportArn?: string;
|
|
1559
|
+
|
|
1560
|
+
WhatIfForecastArns?: string[];
|
|
1561
|
+
|
|
1562
|
+
WhatIfForecastExportName?: string;
|
|
1563
|
+
|
|
1564
|
+
Destination?: DataDestination;
|
|
1565
|
+
|
|
1566
|
+
Status?: string;
|
|
1567
|
+
|
|
1568
|
+
Message?: string;
|
|
1569
|
+
|
|
1570
|
+
CreationTime?: Date;
|
|
1571
|
+
|
|
1572
|
+
LastModificationTime?: Date;
|
|
1573
|
+
}
|
|
1574
|
+
export interface ListWhatIfForecastExportsResponse {
|
|
1575
|
+
WhatIfForecastExports?: WhatIfForecastExportSummary[];
|
|
1576
|
+
|
|
1577
|
+
NextToken?: string;
|
|
1578
|
+
}
|
|
1579
|
+
export interface ListWhatIfForecastsRequest {
|
|
1580
|
+
NextToken?: string;
|
|
1581
|
+
|
|
1582
|
+
MaxResults?: number;
|
|
1583
|
+
|
|
1584
|
+
Filters?: Filter[];
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
export interface WhatIfForecastSummary {
|
|
1588
|
+
WhatIfForecastArn?: string;
|
|
1589
|
+
|
|
1590
|
+
WhatIfForecastName?: string;
|
|
1591
|
+
|
|
1592
|
+
WhatIfAnalysisArn?: string;
|
|
1593
|
+
|
|
1594
|
+
Status?: string;
|
|
1595
|
+
|
|
1596
|
+
Message?: string;
|
|
1597
|
+
|
|
1598
|
+
CreationTime?: Date;
|
|
1599
|
+
|
|
1600
|
+
LastModificationTime?: Date;
|
|
1601
|
+
}
|
|
1602
|
+
export interface ListWhatIfForecastsResponse {
|
|
1603
|
+
WhatIfForecasts?: WhatIfForecastSummary[];
|
|
1604
|
+
|
|
1605
|
+
NextToken?: string;
|
|
1606
|
+
}
|
|
1607
|
+
export interface ResumeResourceRequest {
|
|
1608
|
+
ResourceArn: string | undefined;
|
|
1609
|
+
}
|
|
1610
|
+
export interface StopResourceRequest {
|
|
1611
|
+
ResourceArn: string | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
export interface TagResourceRequest {
|
|
1614
|
+
ResourceArn: string | undefined;
|
|
1615
|
+
|
|
1616
|
+
Tags: Tag[] | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
export interface TagResourceResponse {}
|
|
1619
|
+
export interface UntagResourceRequest {
|
|
1620
|
+
ResourceArn: string | undefined;
|
|
1621
|
+
|
|
1622
|
+
TagKeys: string[] | undefined;
|
|
1623
|
+
}
|
|
1624
|
+
export interface UntagResourceResponse {}
|
|
1625
|
+
export interface UpdateDatasetGroupRequest {
|
|
1626
|
+
DatasetGroupArn: string | undefined;
|
|
1627
|
+
|
|
1628
|
+
DatasetArns: string[] | undefined;
|
|
1629
|
+
}
|
|
1630
|
+
export interface UpdateDatasetGroupResponse {}
|
|
1631
|
+
|
|
1632
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const AdditionalDatasetFilterSensitiveLog: (
|
|
1635
|
+
obj: AdditionalDataset
|
|
1636
|
+
) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const AttributeConfigFilterSensitiveLog: (
|
|
1639
|
+
obj: AttributeConfig
|
|
1640
|
+
) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const DataConfigFilterSensitiveLog: (obj: DataConfig) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const EncryptionConfigFilterSensitiveLog: (
|
|
1645
|
+
obj: EncryptionConfig
|
|
1646
|
+
) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const MonitorConfigFilterSensitiveLog: (
|
|
1649
|
+
obj: MonitorConfig
|
|
1650
|
+
) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const TimeAlignmentBoundaryFilterSensitiveLog: (
|
|
1655
|
+
obj: TimeAlignmentBoundary
|
|
1656
|
+
) => any;
|
|
1657
|
+
|
|
1658
|
+
export declare const CreateAutoPredictorRequestFilterSensitiveLog: (
|
|
1659
|
+
obj: CreateAutoPredictorRequest
|
|
1660
|
+
) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const CreateAutoPredictorResponseFilterSensitiveLog: (
|
|
1663
|
+
obj: CreateAutoPredictorResponse
|
|
1664
|
+
) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const SchemaAttributeFilterSensitiveLog: (
|
|
1667
|
+
obj: SchemaAttribute
|
|
1668
|
+
) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const SchemaFilterSensitiveLog: (obj: Schema) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
1673
|
+
obj: CreateDatasetRequest
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const CreateDatasetResponseFilterSensitiveLog: (
|
|
1677
|
+
obj: CreateDatasetResponse
|
|
1678
|
+
) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const CreateDatasetGroupRequestFilterSensitiveLog: (
|
|
1681
|
+
obj: CreateDatasetGroupRequest
|
|
1682
|
+
) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const CreateDatasetGroupResponseFilterSensitiveLog: (
|
|
1685
|
+
obj: CreateDatasetGroupResponse
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (
|
|
1693
|
+
obj: CreateDatasetImportJobRequest
|
|
1694
|
+
) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (
|
|
1697
|
+
obj: CreateDatasetImportJobResponse
|
|
1698
|
+
) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const ExplainabilityConfigFilterSensitiveLog: (
|
|
1701
|
+
obj: ExplainabilityConfig
|
|
1702
|
+
) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const CreateExplainabilityRequestFilterSensitiveLog: (
|
|
1705
|
+
obj: CreateExplainabilityRequest
|
|
1706
|
+
) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const CreateExplainabilityResponseFilterSensitiveLog: (
|
|
1709
|
+
obj: CreateExplainabilityResponse
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const DataDestinationFilterSensitiveLog: (
|
|
1713
|
+
obj: DataDestination
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const CreateExplainabilityExportRequestFilterSensitiveLog: (
|
|
1717
|
+
obj: CreateExplainabilityExportRequest
|
|
1718
|
+
) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const CreateExplainabilityExportResponseFilterSensitiveLog: (
|
|
1721
|
+
obj: CreateExplainabilityExportResponse
|
|
1722
|
+
) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const TimeSeriesIdentifiersFilterSensitiveLog: (
|
|
1725
|
+
obj: TimeSeriesIdentifiers
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const TimeSeriesSelectorFilterSensitiveLog: (
|
|
1729
|
+
obj: TimeSeriesSelector
|
|
1730
|
+
) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const CreateForecastRequestFilterSensitiveLog: (
|
|
1733
|
+
obj: CreateForecastRequest
|
|
1734
|
+
) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const CreateForecastResponseFilterSensitiveLog: (
|
|
1737
|
+
obj: CreateForecastResponse
|
|
1738
|
+
) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const CreateForecastExportJobRequestFilterSensitiveLog: (
|
|
1741
|
+
obj: CreateForecastExportJobRequest
|
|
1742
|
+
) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const CreateForecastExportJobResponseFilterSensitiveLog: (
|
|
1745
|
+
obj: CreateForecastExportJobResponse
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const CreateMonitorRequestFilterSensitiveLog: (
|
|
1749
|
+
obj: CreateMonitorRequest
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const CreateMonitorResponseFilterSensitiveLog: (
|
|
1753
|
+
obj: CreateMonitorResponse
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const EvaluationParametersFilterSensitiveLog: (
|
|
1757
|
+
obj: EvaluationParameters
|
|
1758
|
+
) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const FeaturizationMethodFilterSensitiveLog: (
|
|
1761
|
+
obj: FeaturizationMethod
|
|
1762
|
+
) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const FeaturizationFilterSensitiveLog: (
|
|
1765
|
+
obj: Featurization
|
|
1766
|
+
) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const FeaturizationConfigFilterSensitiveLog: (
|
|
1769
|
+
obj: FeaturizationConfig
|
|
1770
|
+
) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const CategoricalParameterRangeFilterSensitiveLog: (
|
|
1773
|
+
obj: CategoricalParameterRange
|
|
1774
|
+
) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const ContinuousParameterRangeFilterSensitiveLog: (
|
|
1777
|
+
obj: ContinuousParameterRange
|
|
1778
|
+
) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const IntegerParameterRangeFilterSensitiveLog: (
|
|
1781
|
+
obj: IntegerParameterRange
|
|
1782
|
+
) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const ParameterRangesFilterSensitiveLog: (
|
|
1785
|
+
obj: ParameterRanges
|
|
1786
|
+
) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (
|
|
1789
|
+
obj: HyperParameterTuningJobConfig
|
|
1790
|
+
) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const SupplementaryFeatureFilterSensitiveLog: (
|
|
1793
|
+
obj: SupplementaryFeature
|
|
1794
|
+
) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const InputDataConfigFilterSensitiveLog: (
|
|
1797
|
+
obj: InputDataConfig
|
|
1798
|
+
) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const CreatePredictorRequestFilterSensitiveLog: (
|
|
1801
|
+
obj: CreatePredictorRequest
|
|
1802
|
+
) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const CreatePredictorResponseFilterSensitiveLog: (
|
|
1805
|
+
obj: CreatePredictorResponse
|
|
1806
|
+
) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog: (
|
|
1809
|
+
obj: CreatePredictorBacktestExportJobRequest
|
|
1810
|
+
) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const CreatePredictorBacktestExportJobResponseFilterSensitiveLog: (
|
|
1813
|
+
obj: CreatePredictorBacktestExportJobResponse
|
|
1814
|
+
) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const CreateWhatIfAnalysisRequestFilterSensitiveLog: (
|
|
1817
|
+
obj: CreateWhatIfAnalysisRequest
|
|
1818
|
+
) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const CreateWhatIfAnalysisResponseFilterSensitiveLog: (
|
|
1821
|
+
obj: CreateWhatIfAnalysisResponse
|
|
1822
|
+
) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const TimeSeriesReplacementsDataSourceFilterSensitiveLog: (
|
|
1825
|
+
obj: TimeSeriesReplacementsDataSource
|
|
1826
|
+
) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const TimeSeriesConditionFilterSensitiveLog: (
|
|
1829
|
+
obj: TimeSeriesCondition
|
|
1830
|
+
) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const TimeSeriesTransformationFilterSensitiveLog: (
|
|
1833
|
+
obj: TimeSeriesTransformation
|
|
1834
|
+
) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const CreateWhatIfForecastRequestFilterSensitiveLog: (
|
|
1837
|
+
obj: CreateWhatIfForecastRequest
|
|
1838
|
+
) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const CreateWhatIfForecastResponseFilterSensitiveLog: (
|
|
1841
|
+
obj: CreateWhatIfForecastResponse
|
|
1842
|
+
) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const CreateWhatIfForecastExportRequestFilterSensitiveLog: (
|
|
1845
|
+
obj: CreateWhatIfForecastExportRequest
|
|
1846
|
+
) => any;
|
|
1847
|
+
|
|
1848
|
+
export declare const CreateWhatIfForecastExportResponseFilterSensitiveLog: (
|
|
1849
|
+
obj: CreateWhatIfForecastExportResponse
|
|
1850
|
+
) => any;
|
|
1851
|
+
|
|
1852
|
+
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
1853
|
+
obj: DeleteDatasetRequest
|
|
1854
|
+
) => any;
|
|
1855
|
+
|
|
1856
|
+
export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (
|
|
1857
|
+
obj: DeleteDatasetGroupRequest
|
|
1858
|
+
) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const DeleteDatasetImportJobRequestFilterSensitiveLog: (
|
|
1861
|
+
obj: DeleteDatasetImportJobRequest
|
|
1862
|
+
) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const DeleteExplainabilityRequestFilterSensitiveLog: (
|
|
1865
|
+
obj: DeleteExplainabilityRequest
|
|
1866
|
+
) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const DeleteExplainabilityExportRequestFilterSensitiveLog: (
|
|
1869
|
+
obj: DeleteExplainabilityExportRequest
|
|
1870
|
+
) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const DeleteForecastRequestFilterSensitiveLog: (
|
|
1873
|
+
obj: DeleteForecastRequest
|
|
1874
|
+
) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const DeleteForecastExportJobRequestFilterSensitiveLog: (
|
|
1877
|
+
obj: DeleteForecastExportJobRequest
|
|
1878
|
+
) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const DeleteMonitorRequestFilterSensitiveLog: (
|
|
1881
|
+
obj: DeleteMonitorRequest
|
|
1882
|
+
) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const DeletePredictorRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: DeletePredictorRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const DeletePredictorBacktestExportJobRequestFilterSensitiveLog: (
|
|
1889
|
+
obj: DeletePredictorBacktestExportJobRequest
|
|
1890
|
+
) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const DeleteResourceTreeRequestFilterSensitiveLog: (
|
|
1893
|
+
obj: DeleteResourceTreeRequest
|
|
1894
|
+
) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const DeleteWhatIfAnalysisRequestFilterSensitiveLog: (
|
|
1897
|
+
obj: DeleteWhatIfAnalysisRequest
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const DeleteWhatIfForecastRequestFilterSensitiveLog: (
|
|
1901
|
+
obj: DeleteWhatIfForecastRequest
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const DeleteWhatIfForecastExportRequestFilterSensitiveLog: (
|
|
1905
|
+
obj: DeleteWhatIfForecastExportRequest
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const DescribeAutoPredictorRequestFilterSensitiveLog: (
|
|
1909
|
+
obj: DescribeAutoPredictorRequest
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const ExplainabilityInfoFilterSensitiveLog: (
|
|
1913
|
+
obj: ExplainabilityInfo
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const MonitorInfoFilterSensitiveLog: (obj: MonitorInfo) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const ReferencePredictorSummaryFilterSensitiveLog: (
|
|
1919
|
+
obj: ReferencePredictorSummary
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const DescribeAutoPredictorResponseFilterSensitiveLog: (
|
|
1923
|
+
obj: DescribeAutoPredictorResponse
|
|
1924
|
+
) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
1927
|
+
obj: DescribeDatasetRequest
|
|
1928
|
+
) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
1931
|
+
obj: DescribeDatasetResponse
|
|
1932
|
+
) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (
|
|
1935
|
+
obj: DescribeDatasetGroupRequest
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (
|
|
1939
|
+
obj: DescribeDatasetGroupResponse
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (
|
|
1943
|
+
obj: DescribeDatasetImportJobRequest
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (
|
|
1949
|
+
obj: DescribeDatasetImportJobResponse
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const DescribeExplainabilityRequestFilterSensitiveLog: (
|
|
1953
|
+
obj: DescribeExplainabilityRequest
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const DescribeExplainabilityResponseFilterSensitiveLog: (
|
|
1957
|
+
obj: DescribeExplainabilityResponse
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const DescribeExplainabilityExportRequestFilterSensitiveLog: (
|
|
1961
|
+
obj: DescribeExplainabilityExportRequest
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const DescribeExplainabilityExportResponseFilterSensitiveLog: (
|
|
1965
|
+
obj: DescribeExplainabilityExportResponse
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const DescribeForecastRequestFilterSensitiveLog: (
|
|
1969
|
+
obj: DescribeForecastRequest
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const DescribeForecastResponseFilterSensitiveLog: (
|
|
1973
|
+
obj: DescribeForecastResponse
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const DescribeForecastExportJobRequestFilterSensitiveLog: (
|
|
1977
|
+
obj: DescribeForecastExportJobRequest
|
|
1978
|
+
) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const DescribeForecastExportJobResponseFilterSensitiveLog: (
|
|
1981
|
+
obj: DescribeForecastExportJobResponse
|
|
1982
|
+
) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const DescribeMonitorRequestFilterSensitiveLog: (
|
|
1985
|
+
obj: DescribeMonitorRequest
|
|
1986
|
+
) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const BaselineMetricFilterSensitiveLog: (
|
|
1989
|
+
obj: BaselineMetric
|
|
1990
|
+
) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const PredictorBaselineFilterSensitiveLog: (
|
|
1993
|
+
obj: PredictorBaseline
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const BaselineFilterSensitiveLog: (obj: Baseline) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const DescribeMonitorResponseFilterSensitiveLog: (
|
|
1999
|
+
obj: DescribeMonitorResponse
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const DescribePredictorRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: DescribePredictorRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const TestWindowSummaryFilterSensitiveLog: (
|
|
2007
|
+
obj: TestWindowSummary
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const PredictorExecutionFilterSensitiveLog: (
|
|
2011
|
+
obj: PredictorExecution
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const PredictorExecutionDetailsFilterSensitiveLog: (
|
|
2015
|
+
obj: PredictorExecutionDetails
|
|
2016
|
+
) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const DescribePredictorResponseFilterSensitiveLog: (
|
|
2019
|
+
obj: DescribePredictorResponse
|
|
2020
|
+
) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const DescribePredictorBacktestExportJobRequestFilterSensitiveLog: (
|
|
2023
|
+
obj: DescribePredictorBacktestExportJobRequest
|
|
2024
|
+
) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const DescribePredictorBacktestExportJobResponseFilterSensitiveLog: (
|
|
2027
|
+
obj: DescribePredictorBacktestExportJobResponse
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const DescribeWhatIfAnalysisRequestFilterSensitiveLog: (
|
|
2031
|
+
obj: DescribeWhatIfAnalysisRequest
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const DescribeWhatIfAnalysisResponseFilterSensitiveLog: (
|
|
2035
|
+
obj: DescribeWhatIfAnalysisResponse
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const DescribeWhatIfForecastRequestFilterSensitiveLog: (
|
|
2039
|
+
obj: DescribeWhatIfForecastRequest
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const DescribeWhatIfForecastResponseFilterSensitiveLog: (
|
|
2043
|
+
obj: DescribeWhatIfForecastResponse
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const DescribeWhatIfForecastExportRequestFilterSensitiveLog: (
|
|
2047
|
+
obj: DescribeWhatIfForecastExportRequest
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const DescribeWhatIfForecastExportResponseFilterSensitiveLog: (
|
|
2051
|
+
obj: DescribeWhatIfForecastExportResponse
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const GetAccuracyMetricsRequestFilterSensitiveLog: (
|
|
2055
|
+
obj: GetAccuracyMetricsRequest
|
|
2056
|
+
) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const ErrorMetricFilterSensitiveLog: (obj: ErrorMetric) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const WeightedQuantileLossFilterSensitiveLog: (
|
|
2061
|
+
obj: WeightedQuantileLoss
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const WindowSummaryFilterSensitiveLog: (
|
|
2067
|
+
obj: WindowSummary
|
|
2068
|
+
) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const EvaluationResultFilterSensitiveLog: (
|
|
2071
|
+
obj: EvaluationResult
|
|
2072
|
+
) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const GetAccuracyMetricsResponseFilterSensitiveLog: (
|
|
2075
|
+
obj: GetAccuracyMetricsResponse
|
|
2076
|
+
) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const ListDatasetGroupsRequestFilterSensitiveLog: (
|
|
2079
|
+
obj: ListDatasetGroupsRequest
|
|
2080
|
+
) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const DatasetGroupSummaryFilterSensitiveLog: (
|
|
2083
|
+
obj: DatasetGroupSummary
|
|
2084
|
+
) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const ListDatasetGroupsResponseFilterSensitiveLog: (
|
|
2087
|
+
obj: ListDatasetGroupsResponse
|
|
2088
|
+
) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (
|
|
2093
|
+
obj: ListDatasetImportJobsRequest
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const DatasetImportJobSummaryFilterSensitiveLog: (
|
|
2097
|
+
obj: DatasetImportJobSummary
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (
|
|
2101
|
+
obj: ListDatasetImportJobsResponse
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const ListDatasetsRequestFilterSensitiveLog: (
|
|
2105
|
+
obj: ListDatasetsRequest
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const DatasetSummaryFilterSensitiveLog: (
|
|
2109
|
+
obj: DatasetSummary
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const ListDatasetsResponseFilterSensitiveLog: (
|
|
2113
|
+
obj: ListDatasetsResponse
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const ListExplainabilitiesRequestFilterSensitiveLog: (
|
|
2117
|
+
obj: ListExplainabilitiesRequest
|
|
2118
|
+
) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ExplainabilitySummaryFilterSensitiveLog: (
|
|
2121
|
+
obj: ExplainabilitySummary
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const ListExplainabilitiesResponseFilterSensitiveLog: (
|
|
2125
|
+
obj: ListExplainabilitiesResponse
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const ListExplainabilityExportsRequestFilterSensitiveLog: (
|
|
2129
|
+
obj: ListExplainabilityExportsRequest
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const ExplainabilityExportSummaryFilterSensitiveLog: (
|
|
2133
|
+
obj: ExplainabilityExportSummary
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const ListExplainabilityExportsResponseFilterSensitiveLog: (
|
|
2137
|
+
obj: ListExplainabilityExportsResponse
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const ListForecastExportJobsRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: ListForecastExportJobsRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const ForecastExportJobSummaryFilterSensitiveLog: (
|
|
2145
|
+
obj: ForecastExportJobSummary
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const ListForecastExportJobsResponseFilterSensitiveLog: (
|
|
2149
|
+
obj: ListForecastExportJobsResponse
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const ListForecastsRequestFilterSensitiveLog: (
|
|
2153
|
+
obj: ListForecastsRequest
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const ForecastSummaryFilterSensitiveLog: (
|
|
2157
|
+
obj: ForecastSummary
|
|
2158
|
+
) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const ListForecastsResponseFilterSensitiveLog: (
|
|
2161
|
+
obj: ListForecastsResponse
|
|
2162
|
+
) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const ListMonitorEvaluationsRequestFilterSensitiveLog: (
|
|
2165
|
+
obj: ListMonitorEvaluationsRequest
|
|
2166
|
+
) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const MetricResultFilterSensitiveLog: (obj: MetricResult) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const MonitorDataSourceFilterSensitiveLog: (
|
|
2171
|
+
obj: MonitorDataSource
|
|
2172
|
+
) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const PredictorEventFilterSensitiveLog: (
|
|
2175
|
+
obj: PredictorEvent
|
|
2176
|
+
) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const PredictorMonitorEvaluationFilterSensitiveLog: (
|
|
2179
|
+
obj: PredictorMonitorEvaluation
|
|
2180
|
+
) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const ListMonitorEvaluationsResponseFilterSensitiveLog: (
|
|
2183
|
+
obj: ListMonitorEvaluationsResponse
|
|
2184
|
+
) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const ListMonitorsRequestFilterSensitiveLog: (
|
|
2187
|
+
obj: ListMonitorsRequest
|
|
2188
|
+
) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const MonitorSummaryFilterSensitiveLog: (
|
|
2191
|
+
obj: MonitorSummary
|
|
2192
|
+
) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const ListMonitorsResponseFilterSensitiveLog: (
|
|
2195
|
+
obj: ListMonitorsResponse
|
|
2196
|
+
) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const ListPredictorBacktestExportJobsRequestFilterSensitiveLog: (
|
|
2199
|
+
obj: ListPredictorBacktestExportJobsRequest
|
|
2200
|
+
) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const PredictorBacktestExportJobSummaryFilterSensitiveLog: (
|
|
2203
|
+
obj: PredictorBacktestExportJobSummary
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const ListPredictorBacktestExportJobsResponseFilterSensitiveLog: (
|
|
2207
|
+
obj: ListPredictorBacktestExportJobsResponse
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const ListPredictorsRequestFilterSensitiveLog: (
|
|
2211
|
+
obj: ListPredictorsRequest
|
|
2212
|
+
) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const PredictorSummaryFilterSensitiveLog: (
|
|
2215
|
+
obj: PredictorSummary
|
|
2216
|
+
) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const ListPredictorsResponseFilterSensitiveLog: (
|
|
2219
|
+
obj: ListPredictorsResponse
|
|
2220
|
+
) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2223
|
+
obj: ListTagsForResourceRequest
|
|
2224
|
+
) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2227
|
+
obj: ListTagsForResourceResponse
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const ListWhatIfAnalysesRequestFilterSensitiveLog: (
|
|
2231
|
+
obj: ListWhatIfAnalysesRequest
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const WhatIfAnalysisSummaryFilterSensitiveLog: (
|
|
2235
|
+
obj: WhatIfAnalysisSummary
|
|
2236
|
+
) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const ListWhatIfAnalysesResponseFilterSensitiveLog: (
|
|
2239
|
+
obj: ListWhatIfAnalysesResponse
|
|
2240
|
+
) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const ListWhatIfForecastExportsRequestFilterSensitiveLog: (
|
|
2243
|
+
obj: ListWhatIfForecastExportsRequest
|
|
2244
|
+
) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const WhatIfForecastExportSummaryFilterSensitiveLog: (
|
|
2247
|
+
obj: WhatIfForecastExportSummary
|
|
2248
|
+
) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const ListWhatIfForecastExportsResponseFilterSensitiveLog: (
|
|
2251
|
+
obj: ListWhatIfForecastExportsResponse
|
|
2252
|
+
) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const ListWhatIfForecastsRequestFilterSensitiveLog: (
|
|
2255
|
+
obj: ListWhatIfForecastsRequest
|
|
2256
|
+
) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const WhatIfForecastSummaryFilterSensitiveLog: (
|
|
2259
|
+
obj: WhatIfForecastSummary
|
|
2260
|
+
) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const ListWhatIfForecastsResponseFilterSensitiveLog: (
|
|
2263
|
+
obj: ListWhatIfForecastsResponse
|
|
2264
|
+
) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const ResumeResourceRequestFilterSensitiveLog: (
|
|
2267
|
+
obj: ResumeResourceRequest
|
|
2268
|
+
) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const StopResourceRequestFilterSensitiveLog: (
|
|
2271
|
+
obj: StopResourceRequest
|
|
2272
|
+
) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2275
|
+
obj: TagResourceRequest
|
|
2276
|
+
) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2279
|
+
obj: TagResourceResponse
|
|
2280
|
+
) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2283
|
+
obj: UntagResourceRequest
|
|
2284
|
+
) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2287
|
+
obj: UntagResourceResponse
|
|
2288
|
+
) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const UpdateDatasetGroupRequestFilterSensitiveLog: (
|
|
2291
|
+
obj: UpdateDatasetGroupRequest
|
|
2292
|
+
) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const UpdateDatasetGroupResponseFilterSensitiveLog: (
|
|
2295
|
+
obj: UpdateDatasetGroupResponse
|
|
2296
|
+
) => any;
|