@aws-sdk/client-forecast 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -2
  8. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -2
  9. package/dist-cjs/commands/CreateForecastCommand.js +2 -2
  10. package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -2
  11. package/dist-cjs/commands/CreateMonitorCommand.js +2 -2
  12. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -2
  13. package/dist-cjs/commands/CreatePredictorCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteExplainabilityCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteForecastCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteMonitorCommand.js +1 -1
  22. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +1 -1
  23. package/dist-cjs/commands/DeletePredictorCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteResourceTreeCommand.js +1 -1
  25. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeForecastCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeMonitorCommand.js +2 -2
  34. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -2
  35. package/dist-cjs/commands/DescribePredictorCommand.js +2 -2
  36. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -2
  37. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
  39. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  40. package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -2
  41. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -2
  42. package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -2
  43. package/dist-cjs/commands/ListForecastsCommand.js +2 -2
  44. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -2
  45. package/dist-cjs/commands/ListMonitorsCommand.js +2 -2
  46. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -2
  47. package/dist-cjs/commands/ListPredictorsCommand.js +2 -2
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-cjs/commands/ResumeResourceCommand.js +1 -1
  50. package/dist-cjs/commands/StopResourceCommand.js +1 -1
  51. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -2
  54. package/dist-cjs/models/models_0.js +600 -890
  55. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -3
  56. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  57. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  58. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  59. package/dist-es/commands/CreateExplainabilityCommand.js +3 -3
  60. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -3
  61. package/dist-es/commands/CreateForecastCommand.js +3 -3
  62. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -3
  63. package/dist-es/commands/CreateMonitorCommand.js +3 -3
  64. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
  65. package/dist-es/commands/CreatePredictorCommand.js +3 -3
  66. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  67. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
  68. package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -2
  69. package/dist-es/commands/DeleteExplainabilityCommand.js +2 -2
  70. package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -2
  71. package/dist-es/commands/DeleteForecastCommand.js +2 -2
  72. package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -2
  73. package/dist-es/commands/DeleteMonitorCommand.js +2 -2
  74. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -2
  75. package/dist-es/commands/DeletePredictorCommand.js +2 -2
  76. package/dist-es/commands/DeleteResourceTreeCommand.js +2 -2
  77. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -3
  78. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  79. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  80. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  81. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -3
  82. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -3
  83. package/dist-es/commands/DescribeForecastCommand.js +3 -3
  84. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -3
  85. package/dist-es/commands/DescribeMonitorCommand.js +3 -3
  86. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
  87. package/dist-es/commands/DescribePredictorCommand.js +3 -3
  88. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -3
  89. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  90. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  91. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  92. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -3
  93. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -3
  94. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -3
  95. package/dist-es/commands/ListForecastsCommand.js +3 -3
  96. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -3
  97. package/dist-es/commands/ListMonitorsCommand.js +3 -3
  98. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
  99. package/dist-es/commands/ListPredictorsCommand.js +3 -3
  100. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  101. package/dist-es/commands/ResumeResourceCommand.js +2 -2
  102. package/dist-es/commands/StopResourceCommand.js +2 -2
  103. package/dist-es/commands/TagResourceCommand.js +3 -3
  104. package/dist-es/commands/UntagResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -3
  106. package/dist-es/models/models_0.js +145 -580
  107. package/dist-types/models/models_0.d.ts +580 -870
  108. package/dist-types/ts3.4/models/models_0.d.ts +290 -580
  109. package/package.json +7 -7
@@ -7,10 +7,6 @@ export interface AdditionalDataset {
7
7
 
8
8
  Configuration?: Record<string, string[]>;
9
9
  }
10
- export declare namespace AdditionalDataset {
11
-
12
- const filterSensitiveLog: (obj: AdditionalDataset) => any;
13
- }
14
10
 
15
11
  export interface AttributeConfig {
16
12
 
@@ -18,10 +14,6 @@ export interface AttributeConfig {
18
14
 
19
15
  Transformations: Record<string, string> | undefined;
20
16
  }
21
- export declare namespace AttributeConfig {
22
-
23
- const filterSensitiveLog: (obj: AttributeConfig) => any;
24
- }
25
17
 
26
18
  export interface DataConfig {
27
19
 
@@ -31,10 +23,6 @@ export interface DataConfig {
31
23
 
32
24
  AdditionalDatasets?: AdditionalDataset[];
33
25
  }
34
- export declare namespace DataConfig {
35
-
36
- const filterSensitiveLog: (obj: DataConfig) => any;
37
- }
38
26
 
39
27
  export interface EncryptionConfig {
40
28
 
@@ -42,19 +30,11 @@ export interface EncryptionConfig {
42
30
 
43
31
  KMSKeyArn: string | undefined;
44
32
  }
45
- export declare namespace EncryptionConfig {
46
-
47
- const filterSensitiveLog: (obj: EncryptionConfig) => any;
48
- }
49
33
 
50
34
  export interface MonitorConfig {
51
35
 
52
36
  MonitorName: string | undefined;
53
37
  }
54
- export declare namespace MonitorConfig {
55
-
56
- const filterSensitiveLog: (obj: MonitorConfig) => any;
57
- }
58
38
  export declare enum OptimizationMetric {
59
39
  AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
60
40
  MAPE = "MAPE",
@@ -69,10 +49,6 @@ export interface Tag {
69
49
 
70
50
  Value: string | undefined;
71
51
  }
72
- export declare namespace Tag {
73
-
74
- const filterSensitiveLog: (obj: Tag) => any;
75
- }
76
52
  export declare enum DayOfWeek {
77
53
  FRIDAY = "FRIDAY",
78
54
  MONDAY = "MONDAY",
@@ -107,10 +83,6 @@ export interface TimeAlignmentBoundary {
107
83
 
108
84
  Hour?: number;
109
85
  }
110
- export declare namespace TimeAlignmentBoundary {
111
-
112
- const filterSensitiveLog: (obj: TimeAlignmentBoundary) => any;
113
- }
114
86
  export interface CreateAutoPredictorRequest {
115
87
 
116
88
  PredictorName: string | undefined;
@@ -139,18 +111,10 @@ export interface CreateAutoPredictorRequest {
139
111
 
140
112
  TimeAlignmentBoundary?: TimeAlignmentBoundary;
141
113
  }
142
- export declare namespace CreateAutoPredictorRequest {
143
-
144
- const filterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
145
- }
146
114
  export interface CreateAutoPredictorResponse {
147
115
 
148
116
  PredictorArn?: string;
149
117
  }
150
- export declare namespace CreateAutoPredictorResponse {
151
-
152
- const filterSensitiveLog: (obj: CreateAutoPredictorResponse) => any;
153
- }
154
118
 
155
119
  export declare class InvalidInputException extends __BaseException {
156
120
  readonly name: "InvalidInputException";
@@ -219,19 +183,11 @@ export interface SchemaAttribute {
219
183
 
220
184
  AttributeType?: AttributeType | string;
221
185
  }
222
- export declare namespace SchemaAttribute {
223
-
224
- const filterSensitiveLog: (obj: SchemaAttribute) => any;
225
- }
226
186
 
227
187
  export interface Schema {
228
188
 
229
189
  Attributes?: SchemaAttribute[];
230
190
  }
231
- export declare namespace Schema {
232
-
233
- const filterSensitiveLog: (obj: Schema) => any;
234
- }
235
191
  export interface CreateDatasetRequest {
236
192
 
237
193
  DatasetName: string | undefined;
@@ -248,18 +204,10 @@ export interface CreateDatasetRequest {
248
204
 
249
205
  Tags?: Tag[];
250
206
  }
251
- export declare namespace CreateDatasetRequest {
252
-
253
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
254
- }
255
207
  export interface CreateDatasetResponse {
256
208
 
257
209
  DatasetArn?: string;
258
210
  }
259
- export declare namespace CreateDatasetResponse {
260
-
261
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
262
- }
263
211
  export interface CreateDatasetGroupRequest {
264
212
 
265
213
  DatasetGroupName: string | undefined;
@@ -270,18 +218,10 @@ export interface CreateDatasetGroupRequest {
270
218
 
271
219
  Tags?: Tag[];
272
220
  }
273
- export declare namespace CreateDatasetGroupRequest {
274
-
275
- const filterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
276
- }
277
221
  export interface CreateDatasetGroupResponse {
278
222
 
279
223
  DatasetGroupArn?: string;
280
224
  }
281
- export declare namespace CreateDatasetGroupResponse {
282
-
283
- const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
284
- }
285
225
 
286
226
  export interface S3Config {
287
227
 
@@ -291,19 +231,11 @@ export interface S3Config {
291
231
 
292
232
  KMSKeyArn?: string;
293
233
  }
294
- export declare namespace S3Config {
295
-
296
- const filterSensitiveLog: (obj: S3Config) => any;
297
- }
298
234
 
299
235
  export interface DataSource {
300
236
 
301
237
  S3Config: S3Config | undefined;
302
238
  }
303
- export declare namespace DataSource {
304
-
305
- const filterSensitiveLog: (obj: DataSource) => any;
306
- }
307
239
  export interface CreateDatasetImportJobRequest {
308
240
 
309
241
  DatasetImportJobName: string | undefined;
@@ -324,18 +256,10 @@ export interface CreateDatasetImportJobRequest {
324
256
 
325
257
  Format?: string;
326
258
  }
327
- export declare namespace CreateDatasetImportJobRequest {
328
-
329
- const filterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
330
- }
331
259
  export interface CreateDatasetImportJobResponse {
332
260
 
333
261
  DatasetImportJobArn?: string;
334
262
  }
335
- export declare namespace CreateDatasetImportJobResponse {
336
-
337
- const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
338
- }
339
263
  export declare enum TimePointGranularity {
340
264
  ALL = "ALL",
341
265
  SPECIFIC = "SPECIFIC"
@@ -351,10 +275,6 @@ export interface ExplainabilityConfig {
351
275
 
352
276
  TimePointGranularity: TimePointGranularity | string | undefined;
353
277
  }
354
- export declare namespace ExplainabilityConfig {
355
-
356
- const filterSensitiveLog: (obj: ExplainabilityConfig) => any;
357
- }
358
278
  export interface CreateExplainabilityRequest {
359
279
 
360
280
  ExplainabilityName: string | undefined;
@@ -375,27 +295,15 @@ export interface CreateExplainabilityRequest {
375
295
 
376
296
  Tags?: Tag[];
377
297
  }
378
- export declare namespace CreateExplainabilityRequest {
379
-
380
- const filterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
381
- }
382
298
  export interface CreateExplainabilityResponse {
383
299
 
384
300
  ExplainabilityArn?: string;
385
301
  }
386
- export declare namespace CreateExplainabilityResponse {
387
-
388
- const filterSensitiveLog: (obj: CreateExplainabilityResponse) => any;
389
- }
390
302
 
391
303
  export interface DataDestination {
392
304
 
393
305
  S3Config: S3Config | undefined;
394
306
  }
395
- export declare namespace DataDestination {
396
-
397
- const filterSensitiveLog: (obj: DataDestination) => any;
398
- }
399
307
  export interface CreateExplainabilityExportRequest {
400
308
 
401
309
  ExplainabilityExportName: string | undefined;
@@ -408,18 +316,10 @@ export interface CreateExplainabilityExportRequest {
408
316
 
409
317
  Format?: string;
410
318
  }
411
- export declare namespace CreateExplainabilityExportRequest {
412
-
413
- const filterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
414
- }
415
319
  export interface CreateExplainabilityExportResponse {
416
320
 
417
321
  ExplainabilityExportArn?: string;
418
322
  }
419
- export declare namespace CreateExplainabilityExportResponse {
420
-
421
- const filterSensitiveLog: (obj: CreateExplainabilityExportResponse) => any;
422
- }
423
323
 
424
324
  export interface TimeSeriesIdentifiers {
425
325
 
@@ -429,19 +329,11 @@ export interface TimeSeriesIdentifiers {
429
329
 
430
330
  Format?: string;
431
331
  }
432
- export declare namespace TimeSeriesIdentifiers {
433
-
434
- const filterSensitiveLog: (obj: TimeSeriesIdentifiers) => any;
435
- }
436
332
 
437
333
  export interface TimeSeriesSelector {
438
334
 
439
335
  TimeSeriesIdentifiers?: TimeSeriesIdentifiers;
440
336
  }
441
- export declare namespace TimeSeriesSelector {
442
-
443
- const filterSensitiveLog: (obj: TimeSeriesSelector) => any;
444
- }
445
337
  export interface CreateForecastRequest {
446
338
 
447
339
  ForecastName: string | undefined;
@@ -454,18 +346,10 @@ export interface CreateForecastRequest {
454
346
 
455
347
  TimeSeriesSelector?: TimeSeriesSelector;
456
348
  }
457
- export declare namespace CreateForecastRequest {
458
-
459
- const filterSensitiveLog: (obj: CreateForecastRequest) => any;
460
- }
461
349
  export interface CreateForecastResponse {
462
350
 
463
351
  ForecastArn?: string;
464
352
  }
465
- export declare namespace CreateForecastResponse {
466
-
467
- const filterSensitiveLog: (obj: CreateForecastResponse) => any;
468
- }
469
353
  export interface CreateForecastExportJobRequest {
470
354
 
471
355
  ForecastExportJobName: string | undefined;
@@ -478,18 +362,10 @@ export interface CreateForecastExportJobRequest {
478
362
 
479
363
  Format?: string;
480
364
  }
481
- export declare namespace CreateForecastExportJobRequest {
482
-
483
- const filterSensitiveLog: (obj: CreateForecastExportJobRequest) => any;
484
- }
485
365
  export interface CreateForecastExportJobResponse {
486
366
 
487
367
  ForecastExportJobArn?: string;
488
368
  }
489
- export declare namespace CreateForecastExportJobResponse {
490
-
491
- const filterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
492
- }
493
369
  export interface CreateMonitorRequest {
494
370
 
495
371
  MonitorName: string | undefined;
@@ -498,18 +374,10 @@ export interface CreateMonitorRequest {
498
374
 
499
375
  Tags?: Tag[];
500
376
  }
501
- export declare namespace CreateMonitorRequest {
502
-
503
- const filterSensitiveLog: (obj: CreateMonitorRequest) => any;
504
- }
505
377
  export interface CreateMonitorResponse {
506
378
 
507
379
  MonitorArn?: string;
508
380
  }
509
- export declare namespace CreateMonitorResponse {
510
-
511
- const filterSensitiveLog: (obj: CreateMonitorResponse) => any;
512
- }
513
381
  export declare enum AutoMLOverrideStrategy {
514
382
  AccuracyOptimized = "AccuracyOptimized",
515
383
  LatencyOptimized = "LatencyOptimized"
@@ -521,10 +389,6 @@ export interface EvaluationParameters {
521
389
 
522
390
  BackTestWindowOffset?: number;
523
391
  }
524
- export declare namespace EvaluationParameters {
525
-
526
- const filterSensitiveLog: (obj: EvaluationParameters) => any;
527
- }
528
392
  export declare enum FeaturizationMethodName {
529
393
  filling = "filling"
530
394
  }
@@ -535,10 +399,6 @@ export interface FeaturizationMethod {
535
399
 
536
400
  FeaturizationMethodParameters?: Record<string, string>;
537
401
  }
538
- export declare namespace FeaturizationMethod {
539
-
540
- const filterSensitiveLog: (obj: FeaturizationMethod) => any;
541
- }
542
402
 
543
403
  export interface Featurization {
544
404
 
@@ -546,10 +406,6 @@ export interface Featurization {
546
406
 
547
407
  FeaturizationPipeline?: FeaturizationMethod[];
548
408
  }
549
- export declare namespace Featurization {
550
-
551
- const filterSensitiveLog: (obj: Featurization) => any;
552
- }
553
409
 
554
410
  export interface FeaturizationConfig {
555
411
 
@@ -559,10 +415,6 @@ export interface FeaturizationConfig {
559
415
 
560
416
  Featurizations?: Featurization[];
561
417
  }
562
- export declare namespace FeaturizationConfig {
563
-
564
- const filterSensitiveLog: (obj: FeaturizationConfig) => any;
565
- }
566
418
 
567
419
  export interface CategoricalParameterRange {
568
420
 
@@ -570,10 +422,6 @@ export interface CategoricalParameterRange {
570
422
 
571
423
  Values: string[] | undefined;
572
424
  }
573
- export declare namespace CategoricalParameterRange {
574
-
575
- const filterSensitiveLog: (obj: CategoricalParameterRange) => any;
576
- }
577
425
  export declare enum ScalingType {
578
426
  Auto = "Auto",
579
427
  Linear = "Linear",
@@ -591,10 +439,6 @@ export interface ContinuousParameterRange {
591
439
 
592
440
  ScalingType?: ScalingType | string;
593
441
  }
594
- export declare namespace ContinuousParameterRange {
595
-
596
- const filterSensitiveLog: (obj: ContinuousParameterRange) => any;
597
- }
598
442
 
599
443
  export interface IntegerParameterRange {
600
444
 
@@ -606,10 +450,6 @@ export interface IntegerParameterRange {
606
450
 
607
451
  ScalingType?: ScalingType | string;
608
452
  }
609
- export declare namespace IntegerParameterRange {
610
-
611
- const filterSensitiveLog: (obj: IntegerParameterRange) => any;
612
- }
613
453
 
614
454
  export interface ParameterRanges {
615
455
 
@@ -619,19 +459,11 @@ export interface ParameterRanges {
619
459
 
620
460
  IntegerParameterRanges?: IntegerParameterRange[];
621
461
  }
622
- export declare namespace ParameterRanges {
623
-
624
- const filterSensitiveLog: (obj: ParameterRanges) => any;
625
- }
626
462
 
627
463
  export interface HyperParameterTuningJobConfig {
628
464
 
629
465
  ParameterRanges?: ParameterRanges;
630
466
  }
631
- export declare namespace HyperParameterTuningJobConfig {
632
-
633
- const filterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
634
- }
635
467
 
636
468
  export interface SupplementaryFeature {
637
469
 
@@ -639,10 +471,6 @@ export interface SupplementaryFeature {
639
471
 
640
472
  Value: string | undefined;
641
473
  }
642
- export declare namespace SupplementaryFeature {
643
-
644
- const filterSensitiveLog: (obj: SupplementaryFeature) => any;
645
- }
646
474
 
647
475
  export interface InputDataConfig {
648
476
 
@@ -650,10 +478,6 @@ export interface InputDataConfig {
650
478
 
651
479
  SupplementaryFeatures?: SupplementaryFeature[];
652
480
  }
653
- export declare namespace InputDataConfig {
654
-
655
- const filterSensitiveLog: (obj: InputDataConfig) => any;
656
- }
657
481
  export interface CreatePredictorRequest {
658
482
 
659
483
  PredictorName: string | undefined;
@@ -686,18 +510,10 @@ export interface CreatePredictorRequest {
686
510
 
687
511
  OptimizationMetric?: OptimizationMetric | string;
688
512
  }
689
- export declare namespace CreatePredictorRequest {
690
-
691
- const filterSensitiveLog: (obj: CreatePredictorRequest) => any;
692
- }
693
513
  export interface CreatePredictorResponse {
694
514
 
695
515
  PredictorArn?: string;
696
516
  }
697
- export declare namespace CreatePredictorResponse {
698
-
699
- const filterSensitiveLog: (obj: CreatePredictorResponse) => any;
700
- }
701
517
  export interface CreatePredictorBacktestExportJobRequest {
702
518
 
703
519
  PredictorBacktestExportJobName: string | undefined;
@@ -710,114 +526,58 @@ export interface CreatePredictorBacktestExportJobRequest {
710
526
 
711
527
  Format?: string;
712
528
  }
713
- export declare namespace CreatePredictorBacktestExportJobRequest {
714
-
715
- const filterSensitiveLog: (obj: CreatePredictorBacktestExportJobRequest) => any;
716
- }
717
529
  export interface CreatePredictorBacktestExportJobResponse {
718
530
 
719
531
  PredictorBacktestExportJobArn?: string;
720
532
  }
721
- export declare namespace CreatePredictorBacktestExportJobResponse {
722
-
723
- const filterSensitiveLog: (obj: CreatePredictorBacktestExportJobResponse) => any;
724
- }
725
533
  export interface DeleteDatasetRequest {
726
534
 
727
535
  DatasetArn: string | undefined;
728
536
  }
729
- export declare namespace DeleteDatasetRequest {
730
-
731
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
732
- }
733
537
  export interface DeleteDatasetGroupRequest {
734
538
 
735
539
  DatasetGroupArn: string | undefined;
736
540
  }
737
- export declare namespace DeleteDatasetGroupRequest {
738
-
739
- const filterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
740
- }
741
541
  export interface DeleteDatasetImportJobRequest {
742
542
 
743
543
  DatasetImportJobArn: string | undefined;
744
544
  }
745
- export declare namespace DeleteDatasetImportJobRequest {
746
-
747
- const filterSensitiveLog: (obj: DeleteDatasetImportJobRequest) => any;
748
- }
749
545
  export interface DeleteExplainabilityRequest {
750
546
 
751
547
  ExplainabilityArn: string | undefined;
752
548
  }
753
- export declare namespace DeleteExplainabilityRequest {
754
-
755
- const filterSensitiveLog: (obj: DeleteExplainabilityRequest) => any;
756
- }
757
549
  export interface DeleteExplainabilityExportRequest {
758
550
 
759
551
  ExplainabilityExportArn: string | undefined;
760
552
  }
761
- export declare namespace DeleteExplainabilityExportRequest {
762
-
763
- const filterSensitiveLog: (obj: DeleteExplainabilityExportRequest) => any;
764
- }
765
553
  export interface DeleteForecastRequest {
766
554
 
767
555
  ForecastArn: string | undefined;
768
556
  }
769
- export declare namespace DeleteForecastRequest {
770
-
771
- const filterSensitiveLog: (obj: DeleteForecastRequest) => any;
772
- }
773
557
  export interface DeleteForecastExportJobRequest {
774
558
 
775
559
  ForecastExportJobArn: string | undefined;
776
560
  }
777
- export declare namespace DeleteForecastExportJobRequest {
778
-
779
- const filterSensitiveLog: (obj: DeleteForecastExportJobRequest) => any;
780
- }
781
561
  export interface DeleteMonitorRequest {
782
562
 
783
563
  MonitorArn: string | undefined;
784
564
  }
785
- export declare namespace DeleteMonitorRequest {
786
-
787
- const filterSensitiveLog: (obj: DeleteMonitorRequest) => any;
788
- }
789
565
  export interface DeletePredictorRequest {
790
566
 
791
567
  PredictorArn: string | undefined;
792
568
  }
793
- export declare namespace DeletePredictorRequest {
794
-
795
- const filterSensitiveLog: (obj: DeletePredictorRequest) => any;
796
- }
797
569
  export interface DeletePredictorBacktestExportJobRequest {
798
570
 
799
571
  PredictorBacktestExportJobArn: string | undefined;
800
572
  }
801
- export declare namespace DeletePredictorBacktestExportJobRequest {
802
-
803
- const filterSensitiveLog: (obj: DeletePredictorBacktestExportJobRequest) => any;
804
- }
805
573
  export interface DeleteResourceTreeRequest {
806
574
 
807
575
  ResourceArn: string | undefined;
808
576
  }
809
- export declare namespace DeleteResourceTreeRequest {
810
-
811
- const filterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
812
- }
813
577
  export interface DescribeAutoPredictorRequest {
814
578
 
815
579
  PredictorArn: string | undefined;
816
580
  }
817
- export declare namespace DescribeAutoPredictorRequest {
818
-
819
- const filterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
820
- }
821
581
 
822
582
  export interface ExplainabilityInfo {
823
583
 
@@ -825,10 +585,6 @@ export interface ExplainabilityInfo {
825
585
 
826
586
  Status?: string;
827
587
  }
828
- export declare namespace ExplainabilityInfo {
829
-
830
- const filterSensitiveLog: (obj: ExplainabilityInfo) => any;
831
- }
832
588
 
833
589
  export interface MonitorInfo {
834
590
 
@@ -836,10 +592,6 @@ export interface MonitorInfo {
836
592
 
837
593
  Status?: string;
838
594
  }
839
- export declare namespace MonitorInfo {
840
-
841
- const filterSensitiveLog: (obj: MonitorInfo) => any;
842
- }
843
595
  export declare enum State {
844
596
  Active = "Active",
845
597
  Deleted = "Deleted"
@@ -851,10 +603,6 @@ export interface ReferencePredictorSummary {
851
603
 
852
604
  State?: State | string;
853
605
  }
854
- export declare namespace ReferencePredictorSummary {
855
-
856
- const filterSensitiveLog: (obj: ReferencePredictorSummary) => any;
857
- }
858
606
  export interface DescribeAutoPredictorResponse {
859
607
 
860
608
  PredictorArn?: string;
@@ -895,18 +643,10 @@ export interface DescribeAutoPredictorResponse {
895
643
 
896
644
  TimeAlignmentBoundary?: TimeAlignmentBoundary;
897
645
  }
898
- export declare namespace DescribeAutoPredictorResponse {
899
-
900
- const filterSensitiveLog: (obj: DescribeAutoPredictorResponse) => any;
901
- }
902
646
  export interface DescribeDatasetRequest {
903
647
 
904
648
  DatasetArn: string | undefined;
905
649
  }
906
- export declare namespace DescribeDatasetRequest {
907
-
908
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
909
- }
910
650
  export interface DescribeDatasetResponse {
911
651
 
912
652
  DatasetArn?: string;
@@ -929,18 +669,10 @@ export interface DescribeDatasetResponse {
929
669
 
930
670
  LastModificationTime?: Date;
931
671
  }
932
- export declare namespace DescribeDatasetResponse {
933
-
934
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
935
- }
936
672
  export interface DescribeDatasetGroupRequest {
937
673
 
938
674
  DatasetGroupArn: string | undefined;
939
675
  }
940
- export declare namespace DescribeDatasetGroupRequest {
941
-
942
- const filterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
943
- }
944
676
  export interface DescribeDatasetGroupResponse {
945
677
 
946
678
  DatasetGroupName?: string;
@@ -957,18 +689,10 @@ export interface DescribeDatasetGroupResponse {
957
689
 
958
690
  LastModificationTime?: Date;
959
691
  }
960
- export declare namespace DescribeDatasetGroupResponse {
961
-
962
- const filterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
963
- }
964
692
  export interface DescribeDatasetImportJobRequest {
965
693
 
966
694
  DatasetImportJobArn: string | undefined;
967
695
  }
968
- export declare namespace DescribeDatasetImportJobRequest {
969
-
970
- const filterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
971
- }
972
696
 
973
697
  export interface Statistics {
974
698
 
@@ -996,10 +720,6 @@ export interface Statistics {
996
720
 
997
721
  CountNanLong?: number;
998
722
  }
999
- export declare namespace Statistics {
1000
-
1001
- const filterSensitiveLog: (obj: Statistics) => any;
1002
- }
1003
723
  export interface DescribeDatasetImportJobResponse {
1004
724
 
1005
725
  DatasetImportJobName?: string;
@@ -1034,18 +754,10 @@ export interface DescribeDatasetImportJobResponse {
1034
754
 
1035
755
  Format?: string;
1036
756
  }
1037
- export declare namespace DescribeDatasetImportJobResponse {
1038
-
1039
- const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
1040
- }
1041
757
  export interface DescribeExplainabilityRequest {
1042
758
 
1043
759
  ExplainabilityArn: string | undefined;
1044
760
  }
1045
- export declare namespace DescribeExplainabilityRequest {
1046
-
1047
- const filterSensitiveLog: (obj: DescribeExplainabilityRequest) => any;
1048
- }
1049
761
  export interface DescribeExplainabilityResponse {
1050
762
 
1051
763
  ExplainabilityArn?: string;
@@ -1076,18 +788,10 @@ export interface DescribeExplainabilityResponse {
1076
788
 
1077
789
  LastModificationTime?: Date;
1078
790
  }
1079
- export declare namespace DescribeExplainabilityResponse {
1080
-
1081
- const filterSensitiveLog: (obj: DescribeExplainabilityResponse) => any;
1082
- }
1083
791
  export interface DescribeExplainabilityExportRequest {
1084
792
 
1085
793
  ExplainabilityExportArn: string | undefined;
1086
794
  }
1087
- export declare namespace DescribeExplainabilityExportRequest {
1088
-
1089
- const filterSensitiveLog: (obj: DescribeExplainabilityExportRequest) => any;
1090
- }
1091
795
  export interface DescribeExplainabilityExportResponse {
1092
796
 
1093
797
  ExplainabilityExportArn?: string;
@@ -1108,18 +812,10 @@ export interface DescribeExplainabilityExportResponse {
1108
812
 
1109
813
  Format?: string;
1110
814
  }
1111
- export declare namespace DescribeExplainabilityExportResponse {
1112
-
1113
- const filterSensitiveLog: (obj: DescribeExplainabilityExportResponse) => any;
1114
- }
1115
815
  export interface DescribeForecastRequest {
1116
816
 
1117
817
  ForecastArn: string | undefined;
1118
818
  }
1119
- export declare namespace DescribeForecastRequest {
1120
-
1121
- const filterSensitiveLog: (obj: DescribeForecastRequest) => any;
1122
- }
1123
819
  export interface DescribeForecastResponse {
1124
820
 
1125
821
  ForecastArn?: string;
@@ -1144,18 +840,10 @@ export interface DescribeForecastResponse {
1144
840
 
1145
841
  TimeSeriesSelector?: TimeSeriesSelector;
1146
842
  }
1147
- export declare namespace DescribeForecastResponse {
1148
-
1149
- const filterSensitiveLog: (obj: DescribeForecastResponse) => any;
1150
- }
1151
843
  export interface DescribeForecastExportJobRequest {
1152
844
 
1153
845
  ForecastExportJobArn: string | undefined;
1154
846
  }
1155
- export declare namespace DescribeForecastExportJobRequest {
1156
-
1157
- const filterSensitiveLog: (obj: DescribeForecastExportJobRequest) => any;
1158
- }
1159
847
  export interface DescribeForecastExportJobResponse {
1160
848
 
1161
849
  ForecastExportJobArn?: string;
@@ -1176,18 +864,10 @@ export interface DescribeForecastExportJobResponse {
1176
864
 
1177
865
  Format?: string;
1178
866
  }
1179
- export declare namespace DescribeForecastExportJobResponse {
1180
-
1181
- const filterSensitiveLog: (obj: DescribeForecastExportJobResponse) => any;
1182
- }
1183
867
  export interface DescribeMonitorRequest {
1184
868
 
1185
869
  MonitorArn: string | undefined;
1186
870
  }
1187
- export declare namespace DescribeMonitorRequest {
1188
-
1189
- const filterSensitiveLog: (obj: DescribeMonitorRequest) => any;
1190
- }
1191
871
 
1192
872
  export interface BaselineMetric {
1193
873
 
@@ -1195,28 +875,16 @@ export interface BaselineMetric {
1195
875
 
1196
876
  Value?: number;
1197
877
  }
1198
- export declare namespace BaselineMetric {
1199
-
1200
- const filterSensitiveLog: (obj: BaselineMetric) => any;
1201
- }
1202
878
 
1203
879
  export interface PredictorBaseline {
1204
880
 
1205
881
  BaselineMetrics?: BaselineMetric[];
1206
882
  }
1207
- export declare namespace PredictorBaseline {
1208
-
1209
- const filterSensitiveLog: (obj: PredictorBaseline) => any;
1210
- }
1211
883
 
1212
884
  export interface Baseline {
1213
885
 
1214
886
  PredictorBaseline?: PredictorBaseline;
1215
887
  }
1216
- export declare namespace Baseline {
1217
-
1218
- const filterSensitiveLog: (obj: Baseline) => any;
1219
- }
1220
888
  export interface DescribeMonitorResponse {
1221
889
 
1222
890
  MonitorName?: string;
@@ -1241,18 +909,10 @@ export interface DescribeMonitorResponse {
1241
909
 
1242
910
  EstimatedEvaluationTimeRemainingInMinutes?: number;
1243
911
  }
1244
- export declare namespace DescribeMonitorResponse {
1245
-
1246
- const filterSensitiveLog: (obj: DescribeMonitorResponse) => any;
1247
- }
1248
912
  export interface DescribePredictorRequest {
1249
913
 
1250
914
  PredictorArn: string | undefined;
1251
915
  }
1252
- export declare namespace DescribePredictorRequest {
1253
-
1254
- const filterSensitiveLog: (obj: DescribePredictorRequest) => any;
1255
- }
1256
916
 
1257
917
  export interface TestWindowSummary {
1258
918
 
@@ -1264,10 +924,6 @@ export interface TestWindowSummary {
1264
924
 
1265
925
  Message?: string;
1266
926
  }
1267
- export declare namespace TestWindowSummary {
1268
-
1269
- const filterSensitiveLog: (obj: TestWindowSummary) => any;
1270
- }
1271
927
 
1272
928
  export interface PredictorExecution {
1273
929
 
@@ -1275,19 +931,11 @@ export interface PredictorExecution {
1275
931
 
1276
932
  TestWindows?: TestWindowSummary[];
1277
933
  }
1278
- export declare namespace PredictorExecution {
1279
-
1280
- const filterSensitiveLog: (obj: PredictorExecution) => any;
1281
- }
1282
934
 
1283
935
  export interface PredictorExecutionDetails {
1284
936
 
1285
937
  PredictorExecutions?: PredictorExecution[];
1286
938
  }
1287
- export declare namespace PredictorExecutionDetails {
1288
-
1289
- const filterSensitiveLog: (obj: PredictorExecutionDetails) => any;
1290
- }
1291
939
  export interface DescribePredictorResponse {
1292
940
 
1293
941
  PredictorArn?: string;
@@ -1338,18 +986,10 @@ export interface DescribePredictorResponse {
1338
986
 
1339
987
  OptimizationMetric?: OptimizationMetric | string;
1340
988
  }
1341
- export declare namespace DescribePredictorResponse {
1342
-
1343
- const filterSensitiveLog: (obj: DescribePredictorResponse) => any;
1344
- }
1345
989
  export interface DescribePredictorBacktestExportJobRequest {
1346
990
 
1347
991
  PredictorBacktestExportJobArn: string | undefined;
1348
992
  }
1349
- export declare namespace DescribePredictorBacktestExportJobRequest {
1350
-
1351
- const filterSensitiveLog: (obj: DescribePredictorBacktestExportJobRequest) => any;
1352
- }
1353
993
  export interface DescribePredictorBacktestExportJobResponse {
1354
994
 
1355
995
  PredictorBacktestExportJobArn?: string;
@@ -1370,18 +1010,10 @@ export interface DescribePredictorBacktestExportJobResponse {
1370
1010
 
1371
1011
  Format?: string;
1372
1012
  }
1373
- export declare namespace DescribePredictorBacktestExportJobResponse {
1374
-
1375
- const filterSensitiveLog: (obj: DescribePredictorBacktestExportJobResponse) => any;
1376
- }
1377
1013
  export interface GetAccuracyMetricsRequest {
1378
1014
 
1379
1015
  PredictorArn: string | undefined;
1380
1016
  }
1381
- export declare namespace GetAccuracyMetricsRequest {
1382
-
1383
- const filterSensitiveLog: (obj: GetAccuracyMetricsRequest) => any;
1384
- }
1385
1017
  export declare enum EvaluationType {
1386
1018
  COMPUTED = "COMPUTED",
1387
1019
  SUMMARY = "SUMMARY"
@@ -1399,10 +1031,6 @@ export interface ErrorMetric {
1399
1031
 
1400
1032
  MAPE?: number;
1401
1033
  }
1402
- export declare namespace ErrorMetric {
1403
-
1404
- const filterSensitiveLog: (obj: ErrorMetric) => any;
1405
- }
1406
1034
 
1407
1035
  export interface WeightedQuantileLoss {
1408
1036
 
@@ -1410,10 +1038,6 @@ export interface WeightedQuantileLoss {
1410
1038
 
1411
1039
  LossValue?: number;
1412
1040
  }
1413
- export declare namespace WeightedQuantileLoss {
1414
-
1415
- const filterSensitiveLog: (obj: WeightedQuantileLoss) => any;
1416
- }
1417
1041
 
1418
1042
  export interface Metrics {
1419
1043
 
@@ -1425,10 +1049,6 @@ export interface Metrics {
1425
1049
 
1426
1050
  AverageWeightedQuantileLoss?: number;
1427
1051
  }
1428
- export declare namespace Metrics {
1429
-
1430
- const filterSensitiveLog: (obj: Metrics) => any;
1431
- }
1432
1052
 
1433
1053
  export interface WindowSummary {
1434
1054
 
@@ -1442,10 +1062,6 @@ export interface WindowSummary {
1442
1062
 
1443
1063
  Metrics?: Metrics;
1444
1064
  }
1445
- export declare namespace WindowSummary {
1446
-
1447
- const filterSensitiveLog: (obj: WindowSummary) => any;
1448
- }
1449
1065
 
1450
1066
  export interface EvaluationResult {
1451
1067
 
@@ -1453,10 +1069,6 @@ export interface EvaluationResult {
1453
1069
 
1454
1070
  TestWindows?: WindowSummary[];
1455
1071
  }
1456
- export declare namespace EvaluationResult {
1457
-
1458
- const filterSensitiveLog: (obj: EvaluationResult) => any;
1459
- }
1460
1072
  export interface GetAccuracyMetricsResponse {
1461
1073
 
1462
1074
  PredictorEvaluationResults?: EvaluationResult[];
@@ -1467,10 +1079,6 @@ export interface GetAccuracyMetricsResponse {
1467
1079
 
1468
1080
  OptimizationMetric?: OptimizationMetric | string;
1469
1081
  }
1470
- export declare namespace GetAccuracyMetricsResponse {
1471
-
1472
- const filterSensitiveLog: (obj: GetAccuracyMetricsResponse) => any;
1473
- }
1474
1082
 
1475
1083
  export declare class InvalidNextTokenException extends __BaseException {
1476
1084
  readonly name: "InvalidNextTokenException";
@@ -1485,10 +1093,6 @@ export interface ListDatasetGroupsRequest {
1485
1093
 
1486
1094
  MaxResults?: number;
1487
1095
  }
1488
- export declare namespace ListDatasetGroupsRequest {
1489
-
1490
- const filterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
1491
- }
1492
1096
 
1493
1097
  export interface DatasetGroupSummary {
1494
1098
 
@@ -1500,20 +1104,12 @@ export interface DatasetGroupSummary {
1500
1104
 
1501
1105
  LastModificationTime?: Date;
1502
1106
  }
1503
- export declare namespace DatasetGroupSummary {
1504
-
1505
- const filterSensitiveLog: (obj: DatasetGroupSummary) => any;
1506
- }
1507
1107
  export interface ListDatasetGroupsResponse {
1508
1108
 
1509
1109
  DatasetGroups?: DatasetGroupSummary[];
1510
1110
 
1511
1111
  NextToken?: string;
1512
1112
  }
1513
- export declare namespace ListDatasetGroupsResponse {
1514
-
1515
- const filterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
1516
- }
1517
1113
  export declare enum FilterConditionString {
1518
1114
  IS = "IS",
1519
1115
  IS_NOT = "IS_NOT"
@@ -1527,10 +1123,6 @@ export interface Filter {
1527
1123
 
1528
1124
  Condition: FilterConditionString | string | undefined;
1529
1125
  }
1530
- export declare namespace Filter {
1531
-
1532
- const filterSensitiveLog: (obj: Filter) => any;
1533
- }
1534
1126
  export interface ListDatasetImportJobsRequest {
1535
1127
 
1536
1128
  NextToken?: string;
@@ -1539,10 +1131,6 @@ export interface ListDatasetImportJobsRequest {
1539
1131
 
1540
1132
  Filters?: Filter[];
1541
1133
  }
1542
- export declare namespace ListDatasetImportJobsRequest {
1543
-
1544
- const filterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
1545
- }
1546
1134
 
1547
1135
  export interface DatasetImportJobSummary {
1548
1136
 
@@ -1560,30 +1148,18 @@ export interface DatasetImportJobSummary {
1560
1148
 
1561
1149
  LastModificationTime?: Date;
1562
1150
  }
1563
- export declare namespace DatasetImportJobSummary {
1564
-
1565
- const filterSensitiveLog: (obj: DatasetImportJobSummary) => any;
1566
- }
1567
1151
  export interface ListDatasetImportJobsResponse {
1568
1152
 
1569
1153
  DatasetImportJobs?: DatasetImportJobSummary[];
1570
1154
 
1571
1155
  NextToken?: string;
1572
1156
  }
1573
- export declare namespace ListDatasetImportJobsResponse {
1574
-
1575
- const filterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
1576
- }
1577
1157
  export interface ListDatasetsRequest {
1578
1158
 
1579
1159
  NextToken?: string;
1580
1160
 
1581
1161
  MaxResults?: number;
1582
1162
  }
1583
- export declare namespace ListDatasetsRequest {
1584
-
1585
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
1586
- }
1587
1163
 
1588
1164
  export interface DatasetSummary {
1589
1165
 
@@ -1599,20 +1175,12 @@ export interface DatasetSummary {
1599
1175
 
1600
1176
  LastModificationTime?: Date;
1601
1177
  }
1602
- export declare namespace DatasetSummary {
1603
-
1604
- const filterSensitiveLog: (obj: DatasetSummary) => any;
1605
- }
1606
1178
  export interface ListDatasetsResponse {
1607
1179
 
1608
1180
  Datasets?: DatasetSummary[];
1609
1181
 
1610
1182
  NextToken?: string;
1611
1183
  }
1612
- export declare namespace ListDatasetsResponse {
1613
-
1614
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
1615
- }
1616
1184
  export interface ListExplainabilitiesRequest {
1617
1185
 
1618
1186
  NextToken?: string;
@@ -1621,10 +1189,6 @@ export interface ListExplainabilitiesRequest {
1621
1189
 
1622
1190
  Filters?: Filter[];
1623
1191
  }
1624
- export declare namespace ListExplainabilitiesRequest {
1625
-
1626
- const filterSensitiveLog: (obj: ListExplainabilitiesRequest) => any;
1627
- }
1628
1192
 
1629
1193
  export interface ExplainabilitySummary {
1630
1194
 
@@ -1644,20 +1208,12 @@ export interface ExplainabilitySummary {
1644
1208
 
1645
1209
  LastModificationTime?: Date;
1646
1210
  }
1647
- export declare namespace ExplainabilitySummary {
1648
-
1649
- const filterSensitiveLog: (obj: ExplainabilitySummary) => any;
1650
- }
1651
1211
  export interface ListExplainabilitiesResponse {
1652
1212
 
1653
1213
  Explainabilities?: ExplainabilitySummary[];
1654
1214
 
1655
1215
  NextToken?: string;
1656
1216
  }
1657
- export declare namespace ListExplainabilitiesResponse {
1658
-
1659
- const filterSensitiveLog: (obj: ListExplainabilitiesResponse) => any;
1660
- }
1661
1217
  export interface ListExplainabilityExportsRequest {
1662
1218
 
1663
1219
  NextToken?: string;
@@ -1666,10 +1222,6 @@ export interface ListExplainabilityExportsRequest {
1666
1222
 
1667
1223
  Filters?: Filter[];
1668
1224
  }
1669
- export declare namespace ListExplainabilityExportsRequest {
1670
-
1671
- const filterSensitiveLog: (obj: ListExplainabilityExportsRequest) => any;
1672
- }
1673
1225
 
1674
1226
  export interface ExplainabilityExportSummary {
1675
1227
 
@@ -1687,20 +1239,12 @@ export interface ExplainabilityExportSummary {
1687
1239
 
1688
1240
  LastModificationTime?: Date;
1689
1241
  }
1690
- export declare namespace ExplainabilityExportSummary {
1691
-
1692
- const filterSensitiveLog: (obj: ExplainabilityExportSummary) => any;
1693
- }
1694
1242
  export interface ListExplainabilityExportsResponse {
1695
1243
 
1696
1244
  ExplainabilityExports?: ExplainabilityExportSummary[];
1697
1245
 
1698
1246
  NextToken?: string;
1699
1247
  }
1700
- export declare namespace ListExplainabilityExportsResponse {
1701
-
1702
- const filterSensitiveLog: (obj: ListExplainabilityExportsResponse) => any;
1703
- }
1704
1248
  export interface ListForecastExportJobsRequest {
1705
1249
 
1706
1250
  NextToken?: string;
@@ -1709,10 +1253,6 @@ export interface ListForecastExportJobsRequest {
1709
1253
 
1710
1254
  Filters?: Filter[];
1711
1255
  }
1712
- export declare namespace ListForecastExportJobsRequest {
1713
-
1714
- const filterSensitiveLog: (obj: ListForecastExportJobsRequest) => any;
1715
- }
1716
1256
 
1717
1257
  export interface ForecastExportJobSummary {
1718
1258
 
@@ -1730,20 +1270,12 @@ export interface ForecastExportJobSummary {
1730
1270
 
1731
1271
  LastModificationTime?: Date;
1732
1272
  }
1733
- export declare namespace ForecastExportJobSummary {
1734
-
1735
- const filterSensitiveLog: (obj: ForecastExportJobSummary) => any;
1736
- }
1737
1273
  export interface ListForecastExportJobsResponse {
1738
1274
 
1739
1275
  ForecastExportJobs?: ForecastExportJobSummary[];
1740
1276
 
1741
1277
  NextToken?: string;
1742
1278
  }
1743
- export declare namespace ListForecastExportJobsResponse {
1744
-
1745
- const filterSensitiveLog: (obj: ListForecastExportJobsResponse) => any;
1746
- }
1747
1279
  export interface ListForecastsRequest {
1748
1280
 
1749
1281
  NextToken?: string;
@@ -1752,10 +1284,6 @@ export interface ListForecastsRequest {
1752
1284
 
1753
1285
  Filters?: Filter[];
1754
1286
  }
1755
- export declare namespace ListForecastsRequest {
1756
-
1757
- const filterSensitiveLog: (obj: ListForecastsRequest) => any;
1758
- }
1759
1287
 
1760
1288
  export interface ForecastSummary {
1761
1289
 
@@ -1777,20 +1305,12 @@ export interface ForecastSummary {
1777
1305
 
1778
1306
  LastModificationTime?: Date;
1779
1307
  }
1780
- export declare namespace ForecastSummary {
1781
-
1782
- const filterSensitiveLog: (obj: ForecastSummary) => any;
1783
- }
1784
1308
  export interface ListForecastsResponse {
1785
1309
 
1786
1310
  Forecasts?: ForecastSummary[];
1787
1311
 
1788
1312
  NextToken?: string;
1789
1313
  }
1790
- export declare namespace ListForecastsResponse {
1791
-
1792
- const filterSensitiveLog: (obj: ListForecastsResponse) => any;
1793
- }
1794
1314
  export interface ListMonitorEvaluationsRequest {
1795
1315
 
1796
1316
  NextToken?: string;
@@ -1801,10 +1321,6 @@ export interface ListMonitorEvaluationsRequest {
1801
1321
 
1802
1322
  Filters?: Filter[];
1803
1323
  }
1804
- export declare namespace ListMonitorEvaluationsRequest {
1805
-
1806
- const filterSensitiveLog: (obj: ListMonitorEvaluationsRequest) => any;
1807
- }
1808
1324
 
1809
1325
  export interface MetricResult {
1810
1326
 
@@ -1812,10 +1328,6 @@ export interface MetricResult {
1812
1328
 
1813
1329
  MetricValue?: number;
1814
1330
  }
1815
- export declare namespace MetricResult {
1816
-
1817
- const filterSensitiveLog: (obj: MetricResult) => any;
1818
- }
1819
1331
 
1820
1332
  export interface MonitorDataSource {
1821
1333
 
@@ -1825,10 +1337,6 @@ export interface MonitorDataSource {
1825
1337
 
1826
1338
  PredictorArn?: string;
1827
1339
  }
1828
- export declare namespace MonitorDataSource {
1829
-
1830
- const filterSensitiveLog: (obj: MonitorDataSource) => any;
1831
- }
1832
1340
 
1833
1341
  export interface PredictorEvent {
1834
1342
 
@@ -1836,10 +1344,6 @@ export interface PredictorEvent {
1836
1344
 
1837
1345
  Datetime?: Date;
1838
1346
  }
1839
- export declare namespace PredictorEvent {
1840
-
1841
- const filterSensitiveLog: (obj: PredictorEvent) => any;
1842
- }
1843
1347
 
1844
1348
  export interface PredictorMonitorEvaluation {
1845
1349
 
@@ -1865,20 +1369,12 @@ export interface PredictorMonitorEvaluation {
1865
1369
 
1866
1370
  Message?: string;
1867
1371
  }
1868
- export declare namespace PredictorMonitorEvaluation {
1869
-
1870
- const filterSensitiveLog: (obj: PredictorMonitorEvaluation) => any;
1871
- }
1872
1372
  export interface ListMonitorEvaluationsResponse {
1873
1373
 
1874
1374
  NextToken?: string;
1875
1375
 
1876
1376
  PredictorMonitorEvaluations?: PredictorMonitorEvaluation[];
1877
1377
  }
1878
- export declare namespace ListMonitorEvaluationsResponse {
1879
-
1880
- const filterSensitiveLog: (obj: ListMonitorEvaluationsResponse) => any;
1881
- }
1882
1378
  export interface ListMonitorsRequest {
1883
1379
 
1884
1380
  NextToken?: string;
@@ -1887,10 +1383,6 @@ export interface ListMonitorsRequest {
1887
1383
 
1888
1384
  Filters?: Filter[];
1889
1385
  }
1890
- export declare namespace ListMonitorsRequest {
1891
-
1892
- const filterSensitiveLog: (obj: ListMonitorsRequest) => any;
1893
- }
1894
1386
 
1895
1387
  export interface MonitorSummary {
1896
1388
 
@@ -1906,20 +1398,12 @@ export interface MonitorSummary {
1906
1398
 
1907
1399
  LastModificationTime?: Date;
1908
1400
  }
1909
- export declare namespace MonitorSummary {
1910
-
1911
- const filterSensitiveLog: (obj: MonitorSummary) => any;
1912
- }
1913
1401
  export interface ListMonitorsResponse {
1914
1402
 
1915
1403
  Monitors?: MonitorSummary[];
1916
1404
 
1917
1405
  NextToken?: string;
1918
1406
  }
1919
- export declare namespace ListMonitorsResponse {
1920
-
1921
- const filterSensitiveLog: (obj: ListMonitorsResponse) => any;
1922
- }
1923
1407
  export interface ListPredictorBacktestExportJobsRequest {
1924
1408
 
1925
1409
  NextToken?: string;
@@ -1928,10 +1412,6 @@ export interface ListPredictorBacktestExportJobsRequest {
1928
1412
 
1929
1413
  Filters?: Filter[];
1930
1414
  }
1931
- export declare namespace ListPredictorBacktestExportJobsRequest {
1932
-
1933
- const filterSensitiveLog: (obj: ListPredictorBacktestExportJobsRequest) => any;
1934
- }
1935
1415
 
1936
1416
  export interface PredictorBacktestExportJobSummary {
1937
1417
 
@@ -1949,20 +1429,12 @@ export interface PredictorBacktestExportJobSummary {
1949
1429
 
1950
1430
  LastModificationTime?: Date;
1951
1431
  }
1952
- export declare namespace PredictorBacktestExportJobSummary {
1953
-
1954
- const filterSensitiveLog: (obj: PredictorBacktestExportJobSummary) => any;
1955
- }
1956
1432
  export interface ListPredictorBacktestExportJobsResponse {
1957
1433
 
1958
1434
  PredictorBacktestExportJobs?: PredictorBacktestExportJobSummary[];
1959
1435
 
1960
1436
  NextToken?: string;
1961
1437
  }
1962
- export declare namespace ListPredictorBacktestExportJobsResponse {
1963
-
1964
- const filterSensitiveLog: (obj: ListPredictorBacktestExportJobsResponse) => any;
1965
- }
1966
1438
  export interface ListPredictorsRequest {
1967
1439
 
1968
1440
  NextToken?: string;
@@ -1971,10 +1443,6 @@ export interface ListPredictorsRequest {
1971
1443
 
1972
1444
  Filters?: Filter[];
1973
1445
  }
1974
- export declare namespace ListPredictorsRequest {
1975
-
1976
- const filterSensitiveLog: (obj: ListPredictorsRequest) => any;
1977
- }
1978
1446
 
1979
1447
  export interface PredictorSummary {
1980
1448
 
@@ -1996,97 +1464,339 @@ export interface PredictorSummary {
1996
1464
 
1997
1465
  LastModificationTime?: Date;
1998
1466
  }
1999
- export declare namespace PredictorSummary {
2000
-
2001
- const filterSensitiveLog: (obj: PredictorSummary) => any;
2002
- }
2003
1467
  export interface ListPredictorsResponse {
2004
1468
 
2005
1469
  Predictors?: PredictorSummary[];
2006
1470
 
2007
1471
  NextToken?: string;
2008
1472
  }
2009
- export declare namespace ListPredictorsResponse {
2010
-
2011
- const filterSensitiveLog: (obj: ListPredictorsResponse) => any;
2012
- }
2013
1473
  export interface ListTagsForResourceRequest {
2014
1474
 
2015
1475
  ResourceArn: string | undefined;
2016
1476
  }
2017
- export declare namespace ListTagsForResourceRequest {
2018
-
2019
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2020
- }
2021
1477
  export interface ListTagsForResourceResponse {
2022
1478
 
2023
1479
  Tags?: Tag[];
2024
1480
  }
2025
- export declare namespace ListTagsForResourceResponse {
2026
-
2027
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2028
- }
2029
1481
  export interface ResumeResourceRequest {
2030
1482
 
2031
1483
  ResourceArn: string | undefined;
2032
1484
  }
2033
- export declare namespace ResumeResourceRequest {
2034
-
2035
- const filterSensitiveLog: (obj: ResumeResourceRequest) => any;
2036
- }
2037
1485
  export interface StopResourceRequest {
2038
1486
 
2039
1487
  ResourceArn: string | undefined;
2040
1488
  }
2041
- export declare namespace StopResourceRequest {
2042
-
2043
- const filterSensitiveLog: (obj: StopResourceRequest) => any;
2044
- }
2045
1489
  export interface TagResourceRequest {
2046
1490
 
2047
1491
  ResourceArn: string | undefined;
2048
1492
 
2049
1493
  Tags: Tag[] | undefined;
2050
1494
  }
2051
- export declare namespace TagResourceRequest {
2052
-
2053
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2054
- }
2055
1495
  export interface TagResourceResponse {
2056
1496
  }
2057
- export declare namespace TagResourceResponse {
2058
-
2059
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2060
- }
2061
1497
  export interface UntagResourceRequest {
2062
1498
 
2063
1499
  ResourceArn: string | undefined;
2064
1500
 
2065
1501
  TagKeys: string[] | undefined;
2066
1502
  }
2067
- export declare namespace UntagResourceRequest {
2068
-
2069
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2070
- }
2071
1503
  export interface UntagResourceResponse {
2072
1504
  }
2073
- export declare namespace UntagResourceResponse {
2074
-
2075
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2076
- }
2077
1505
  export interface UpdateDatasetGroupRequest {
2078
1506
 
2079
1507
  DatasetGroupArn: string | undefined;
2080
1508
 
2081
1509
  DatasetArns: string[] | undefined;
2082
1510
  }
2083
- export declare namespace UpdateDatasetGroupRequest {
2084
-
2085
- const filterSensitiveLog: (obj: UpdateDatasetGroupRequest) => any;
2086
- }
2087
1511
  export interface UpdateDatasetGroupResponse {
2088
1512
  }
2089
- export declare namespace UpdateDatasetGroupResponse {
2090
-
2091
- const filterSensitiveLog: (obj: UpdateDatasetGroupResponse) => any;
2092
- }
1513
+
1514
+ export declare const AdditionalDatasetFilterSensitiveLog: (obj: AdditionalDataset) => any;
1515
+
1516
+ export declare const AttributeConfigFilterSensitiveLog: (obj: AttributeConfig) => any;
1517
+
1518
+ export declare const DataConfigFilterSensitiveLog: (obj: DataConfig) => any;
1519
+
1520
+ export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
1521
+
1522
+ export declare const MonitorConfigFilterSensitiveLog: (obj: MonitorConfig) => any;
1523
+
1524
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1525
+
1526
+ export declare const TimeAlignmentBoundaryFilterSensitiveLog: (obj: TimeAlignmentBoundary) => any;
1527
+
1528
+ export declare const CreateAutoPredictorRequestFilterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
1529
+
1530
+ export declare const CreateAutoPredictorResponseFilterSensitiveLog: (obj: CreateAutoPredictorResponse) => any;
1531
+
1532
+ export declare const SchemaAttributeFilterSensitiveLog: (obj: SchemaAttribute) => any;
1533
+
1534
+ export declare const SchemaFilterSensitiveLog: (obj: Schema) => any;
1535
+
1536
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
1537
+
1538
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
1539
+
1540
+ export declare const CreateDatasetGroupRequestFilterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
1541
+
1542
+ export declare const CreateDatasetGroupResponseFilterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
1543
+
1544
+ export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
1545
+
1546
+ export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
1547
+
1548
+ export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
1549
+
1550
+ export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
1551
+
1552
+ export declare const ExplainabilityConfigFilterSensitiveLog: (obj: ExplainabilityConfig) => any;
1553
+
1554
+ export declare const CreateExplainabilityRequestFilterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
1555
+
1556
+ export declare const CreateExplainabilityResponseFilterSensitiveLog: (obj: CreateExplainabilityResponse) => any;
1557
+
1558
+ export declare const DataDestinationFilterSensitiveLog: (obj: DataDestination) => any;
1559
+
1560
+ export declare const CreateExplainabilityExportRequestFilterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
1561
+
1562
+ export declare const CreateExplainabilityExportResponseFilterSensitiveLog: (obj: CreateExplainabilityExportResponse) => any;
1563
+
1564
+ export declare const TimeSeriesIdentifiersFilterSensitiveLog: (obj: TimeSeriesIdentifiers) => any;
1565
+
1566
+ export declare const TimeSeriesSelectorFilterSensitiveLog: (obj: TimeSeriesSelector) => any;
1567
+
1568
+ export declare const CreateForecastRequestFilterSensitiveLog: (obj: CreateForecastRequest) => any;
1569
+
1570
+ export declare const CreateForecastResponseFilterSensitiveLog: (obj: CreateForecastResponse) => any;
1571
+
1572
+ export declare const CreateForecastExportJobRequestFilterSensitiveLog: (obj: CreateForecastExportJobRequest) => any;
1573
+
1574
+ export declare const CreateForecastExportJobResponseFilterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
1575
+
1576
+ export declare const CreateMonitorRequestFilterSensitiveLog: (obj: CreateMonitorRequest) => any;
1577
+
1578
+ export declare const CreateMonitorResponseFilterSensitiveLog: (obj: CreateMonitorResponse) => any;
1579
+
1580
+ export declare const EvaluationParametersFilterSensitiveLog: (obj: EvaluationParameters) => any;
1581
+
1582
+ export declare const FeaturizationMethodFilterSensitiveLog: (obj: FeaturizationMethod) => any;
1583
+
1584
+ export declare const FeaturizationFilterSensitiveLog: (obj: Featurization) => any;
1585
+
1586
+ export declare const FeaturizationConfigFilterSensitiveLog: (obj: FeaturizationConfig) => any;
1587
+
1588
+ export declare const CategoricalParameterRangeFilterSensitiveLog: (obj: CategoricalParameterRange) => any;
1589
+
1590
+ export declare const ContinuousParameterRangeFilterSensitiveLog: (obj: ContinuousParameterRange) => any;
1591
+
1592
+ export declare const IntegerParameterRangeFilterSensitiveLog: (obj: IntegerParameterRange) => any;
1593
+
1594
+ export declare const ParameterRangesFilterSensitiveLog: (obj: ParameterRanges) => any;
1595
+
1596
+ export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
1597
+
1598
+ export declare const SupplementaryFeatureFilterSensitiveLog: (obj: SupplementaryFeature) => any;
1599
+
1600
+ export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
1601
+
1602
+ export declare const CreatePredictorRequestFilterSensitiveLog: (obj: CreatePredictorRequest) => any;
1603
+
1604
+ export declare const CreatePredictorResponseFilterSensitiveLog: (obj: CreatePredictorResponse) => any;
1605
+
1606
+ export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobRequest) => any;
1607
+
1608
+ export declare const CreatePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobResponse) => any;
1609
+
1610
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1611
+
1612
+ export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
1613
+
1614
+ export declare const DeleteDatasetImportJobRequestFilterSensitiveLog: (obj: DeleteDatasetImportJobRequest) => any;
1615
+
1616
+ export declare const DeleteExplainabilityRequestFilterSensitiveLog: (obj: DeleteExplainabilityRequest) => any;
1617
+
1618
+ export declare const DeleteExplainabilityExportRequestFilterSensitiveLog: (obj: DeleteExplainabilityExportRequest) => any;
1619
+
1620
+ export declare const DeleteForecastRequestFilterSensitiveLog: (obj: DeleteForecastRequest) => any;
1621
+
1622
+ export declare const DeleteForecastExportJobRequestFilterSensitiveLog: (obj: DeleteForecastExportJobRequest) => any;
1623
+
1624
+ export declare const DeleteMonitorRequestFilterSensitiveLog: (obj: DeleteMonitorRequest) => any;
1625
+
1626
+ export declare const DeletePredictorRequestFilterSensitiveLog: (obj: DeletePredictorRequest) => any;
1627
+
1628
+ export declare const DeletePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: DeletePredictorBacktestExportJobRequest) => any;
1629
+
1630
+ export declare const DeleteResourceTreeRequestFilterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
1631
+
1632
+ export declare const DescribeAutoPredictorRequestFilterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
1633
+
1634
+ export declare const ExplainabilityInfoFilterSensitiveLog: (obj: ExplainabilityInfo) => any;
1635
+
1636
+ export declare const MonitorInfoFilterSensitiveLog: (obj: MonitorInfo) => any;
1637
+
1638
+ export declare const ReferencePredictorSummaryFilterSensitiveLog: (obj: ReferencePredictorSummary) => any;
1639
+
1640
+ export declare const DescribeAutoPredictorResponseFilterSensitiveLog: (obj: DescribeAutoPredictorResponse) => any;
1641
+
1642
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1643
+
1644
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1645
+
1646
+ export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
1647
+
1648
+ export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
1649
+
1650
+ export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
1651
+
1652
+ export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
1653
+
1654
+ export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
1655
+
1656
+ export declare const DescribeExplainabilityRequestFilterSensitiveLog: (obj: DescribeExplainabilityRequest) => any;
1657
+
1658
+ export declare const DescribeExplainabilityResponseFilterSensitiveLog: (obj: DescribeExplainabilityResponse) => any;
1659
+
1660
+ export declare const DescribeExplainabilityExportRequestFilterSensitiveLog: (obj: DescribeExplainabilityExportRequest) => any;
1661
+
1662
+ export declare const DescribeExplainabilityExportResponseFilterSensitiveLog: (obj: DescribeExplainabilityExportResponse) => any;
1663
+
1664
+ export declare const DescribeForecastRequestFilterSensitiveLog: (obj: DescribeForecastRequest) => any;
1665
+
1666
+ export declare const DescribeForecastResponseFilterSensitiveLog: (obj: DescribeForecastResponse) => any;
1667
+
1668
+ export declare const DescribeForecastExportJobRequestFilterSensitiveLog: (obj: DescribeForecastExportJobRequest) => any;
1669
+
1670
+ export declare const DescribeForecastExportJobResponseFilterSensitiveLog: (obj: DescribeForecastExportJobResponse) => any;
1671
+
1672
+ export declare const DescribeMonitorRequestFilterSensitiveLog: (obj: DescribeMonitorRequest) => any;
1673
+
1674
+ export declare const BaselineMetricFilterSensitiveLog: (obj: BaselineMetric) => any;
1675
+
1676
+ export declare const PredictorBaselineFilterSensitiveLog: (obj: PredictorBaseline) => any;
1677
+
1678
+ export declare const BaselineFilterSensitiveLog: (obj: Baseline) => any;
1679
+
1680
+ export declare const DescribeMonitorResponseFilterSensitiveLog: (obj: DescribeMonitorResponse) => any;
1681
+
1682
+ export declare const DescribePredictorRequestFilterSensitiveLog: (obj: DescribePredictorRequest) => any;
1683
+
1684
+ export declare const TestWindowSummaryFilterSensitiveLog: (obj: TestWindowSummary) => any;
1685
+
1686
+ export declare const PredictorExecutionFilterSensitiveLog: (obj: PredictorExecution) => any;
1687
+
1688
+ export declare const PredictorExecutionDetailsFilterSensitiveLog: (obj: PredictorExecutionDetails) => any;
1689
+
1690
+ export declare const DescribePredictorResponseFilterSensitiveLog: (obj: DescribePredictorResponse) => any;
1691
+
1692
+ export declare const DescribePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: DescribePredictorBacktestExportJobRequest) => any;
1693
+
1694
+ export declare const DescribePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: DescribePredictorBacktestExportJobResponse) => any;
1695
+
1696
+ export declare const GetAccuracyMetricsRequestFilterSensitiveLog: (obj: GetAccuracyMetricsRequest) => any;
1697
+
1698
+ export declare const ErrorMetricFilterSensitiveLog: (obj: ErrorMetric) => any;
1699
+
1700
+ export declare const WeightedQuantileLossFilterSensitiveLog: (obj: WeightedQuantileLoss) => any;
1701
+
1702
+ export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
1703
+
1704
+ export declare const WindowSummaryFilterSensitiveLog: (obj: WindowSummary) => any;
1705
+
1706
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
1707
+
1708
+ export declare const GetAccuracyMetricsResponseFilterSensitiveLog: (obj: GetAccuracyMetricsResponse) => any;
1709
+
1710
+ export declare const ListDatasetGroupsRequestFilterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
1711
+
1712
+ export declare const DatasetGroupSummaryFilterSensitiveLog: (obj: DatasetGroupSummary) => any;
1713
+
1714
+ export declare const ListDatasetGroupsResponseFilterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
1715
+
1716
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1717
+
1718
+ export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
1719
+
1720
+ export declare const DatasetImportJobSummaryFilterSensitiveLog: (obj: DatasetImportJobSummary) => any;
1721
+
1722
+ export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
1723
+
1724
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
1725
+
1726
+ export declare const DatasetSummaryFilterSensitiveLog: (obj: DatasetSummary) => any;
1727
+
1728
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
1729
+
1730
+ export declare const ListExplainabilitiesRequestFilterSensitiveLog: (obj: ListExplainabilitiesRequest) => any;
1731
+
1732
+ export declare const ExplainabilitySummaryFilterSensitiveLog: (obj: ExplainabilitySummary) => any;
1733
+
1734
+ export declare const ListExplainabilitiesResponseFilterSensitiveLog: (obj: ListExplainabilitiesResponse) => any;
1735
+
1736
+ export declare const ListExplainabilityExportsRequestFilterSensitiveLog: (obj: ListExplainabilityExportsRequest) => any;
1737
+
1738
+ export declare const ExplainabilityExportSummaryFilterSensitiveLog: (obj: ExplainabilityExportSummary) => any;
1739
+
1740
+ export declare const ListExplainabilityExportsResponseFilterSensitiveLog: (obj: ListExplainabilityExportsResponse) => any;
1741
+
1742
+ export declare const ListForecastExportJobsRequestFilterSensitiveLog: (obj: ListForecastExportJobsRequest) => any;
1743
+
1744
+ export declare const ForecastExportJobSummaryFilterSensitiveLog: (obj: ForecastExportJobSummary) => any;
1745
+
1746
+ export declare const ListForecastExportJobsResponseFilterSensitiveLog: (obj: ListForecastExportJobsResponse) => any;
1747
+
1748
+ export declare const ListForecastsRequestFilterSensitiveLog: (obj: ListForecastsRequest) => any;
1749
+
1750
+ export declare const ForecastSummaryFilterSensitiveLog: (obj: ForecastSummary) => any;
1751
+
1752
+ export declare const ListForecastsResponseFilterSensitiveLog: (obj: ListForecastsResponse) => any;
1753
+
1754
+ export declare const ListMonitorEvaluationsRequestFilterSensitiveLog: (obj: ListMonitorEvaluationsRequest) => any;
1755
+
1756
+ export declare const MetricResultFilterSensitiveLog: (obj: MetricResult) => any;
1757
+
1758
+ export declare const MonitorDataSourceFilterSensitiveLog: (obj: MonitorDataSource) => any;
1759
+
1760
+ export declare const PredictorEventFilterSensitiveLog: (obj: PredictorEvent) => any;
1761
+
1762
+ export declare const PredictorMonitorEvaluationFilterSensitiveLog: (obj: PredictorMonitorEvaluation) => any;
1763
+
1764
+ export declare const ListMonitorEvaluationsResponseFilterSensitiveLog: (obj: ListMonitorEvaluationsResponse) => any;
1765
+
1766
+ export declare const ListMonitorsRequestFilterSensitiveLog: (obj: ListMonitorsRequest) => any;
1767
+
1768
+ export declare const MonitorSummaryFilterSensitiveLog: (obj: MonitorSummary) => any;
1769
+
1770
+ export declare const ListMonitorsResponseFilterSensitiveLog: (obj: ListMonitorsResponse) => any;
1771
+
1772
+ export declare const ListPredictorBacktestExportJobsRequestFilterSensitiveLog: (obj: ListPredictorBacktestExportJobsRequest) => any;
1773
+
1774
+ export declare const PredictorBacktestExportJobSummaryFilterSensitiveLog: (obj: PredictorBacktestExportJobSummary) => any;
1775
+
1776
+ export declare const ListPredictorBacktestExportJobsResponseFilterSensitiveLog: (obj: ListPredictorBacktestExportJobsResponse) => any;
1777
+
1778
+ export declare const ListPredictorsRequestFilterSensitiveLog: (obj: ListPredictorsRequest) => any;
1779
+
1780
+ export declare const PredictorSummaryFilterSensitiveLog: (obj: PredictorSummary) => any;
1781
+
1782
+ export declare const ListPredictorsResponseFilterSensitiveLog: (obj: ListPredictorsResponse) => any;
1783
+
1784
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1785
+
1786
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1787
+
1788
+ export declare const ResumeResourceRequestFilterSensitiveLog: (obj: ResumeResourceRequest) => any;
1789
+
1790
+ export declare const StopResourceRequestFilterSensitiveLog: (obj: StopResourceRequest) => any;
1791
+
1792
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1793
+
1794
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1795
+
1796
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1797
+
1798
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1799
+
1800
+ export declare const UpdateDatasetGroupRequestFilterSensitiveLog: (obj: UpdateDatasetGroupRequest) => any;
1801
+
1802
+ export declare const UpdateDatasetGroupResponseFilterSensitiveLog: (obj: UpdateDatasetGroupResponse) => any;