@aws-sdk/client-forecast 3.131.0 → 3.142.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 (111) hide show
  1. package/CHANGELOG.md +33 -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-cjs/protocols/Aws_json1_1.js +255 -456
  56. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -3
  57. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  58. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  59. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  60. package/dist-es/commands/CreateExplainabilityCommand.js +3 -3
  61. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -3
  62. package/dist-es/commands/CreateForecastCommand.js +3 -3
  63. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -3
  64. package/dist-es/commands/CreateMonitorCommand.js +3 -3
  65. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
  66. package/dist-es/commands/CreatePredictorCommand.js +3 -3
  67. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  68. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
  69. package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -2
  70. package/dist-es/commands/DeleteExplainabilityCommand.js +2 -2
  71. package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -2
  72. package/dist-es/commands/DeleteForecastCommand.js +2 -2
  73. package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -2
  74. package/dist-es/commands/DeleteMonitorCommand.js +2 -2
  75. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -2
  76. package/dist-es/commands/DeletePredictorCommand.js +2 -2
  77. package/dist-es/commands/DeleteResourceTreeCommand.js +2 -2
  78. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -3
  79. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  80. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  81. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  82. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -3
  83. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -3
  84. package/dist-es/commands/DescribeForecastCommand.js +3 -3
  85. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeMonitorCommand.js +3 -3
  87. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
  88. package/dist-es/commands/DescribePredictorCommand.js +3 -3
  89. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -3
  90. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  91. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  92. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  93. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -3
  94. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -3
  95. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -3
  96. package/dist-es/commands/ListForecastsCommand.js +3 -3
  97. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -3
  98. package/dist-es/commands/ListMonitorsCommand.js +3 -3
  99. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
  100. package/dist-es/commands/ListPredictorsCommand.js +3 -3
  101. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  102. package/dist-es/commands/ResumeResourceCommand.js +2 -2
  103. package/dist-es/commands/StopResourceCommand.js +2 -2
  104. package/dist-es/commands/TagResourceCommand.js +3 -3
  105. package/dist-es/commands/UntagResourceCommand.js +3 -3
  106. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -3
  107. package/dist-es/models/models_0.js +145 -580
  108. package/dist-es/protocols/Aws_json1_1.js +409 -457
  109. package/dist-types/models/models_0.d.ts +580 -870
  110. package/dist-types/ts3.4/models/models_0.d.ts +290 -580
  111. package/package.json +6 -6
@@ -243,12 +243,6 @@ export interface AdditionalDataset {
243
243
  */
244
244
  Configuration?: Record<string, string[]>;
245
245
  }
246
- export declare namespace AdditionalDataset {
247
- /**
248
- * @internal
249
- */
250
- const filterSensitiveLog: (obj: AdditionalDataset) => any;
251
- }
252
246
  /**
253
247
  * <p>Provides information about the method used to transform attributes.</p>
254
248
  * <p>The following is an example using the RETAIL domain:</p>
@@ -341,12 +335,6 @@ export interface AttributeConfig {
341
335
  */
342
336
  Transformations: Record<string, string> | undefined;
343
337
  }
344
- export declare namespace AttributeConfig {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: AttributeConfig) => any;
349
- }
350
338
  /**
351
339
  * <p>The data configuration for your dataset group and any additional datasets.</p>
352
340
  */
@@ -364,12 +352,6 @@ export interface DataConfig {
364
352
  */
365
353
  AdditionalDatasets?: AdditionalDataset[];
366
354
  }
367
- export declare namespace DataConfig {
368
- /**
369
- * @internal
370
- */
371
- const filterSensitiveLog: (obj: DataConfig) => any;
372
- }
373
355
  /**
374
356
  * <p>An AWS Key Management Service (KMS) key and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to
375
357
  * access the key. You can specify this optional object in the
@@ -387,12 +369,6 @@ export interface EncryptionConfig {
387
369
  */
388
370
  KMSKeyArn: string | undefined;
389
371
  }
390
- export declare namespace EncryptionConfig {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: EncryptionConfig) => any;
395
- }
396
372
  /**
397
373
  * <p>The configuration details for the predictor monitor.</p>
398
374
  */
@@ -402,12 +378,6 @@ export interface MonitorConfig {
402
378
  */
403
379
  MonitorName: string | undefined;
404
380
  }
405
- export declare namespace MonitorConfig {
406
- /**
407
- * @internal
408
- */
409
- const filterSensitiveLog: (obj: MonitorConfig) => any;
410
- }
411
381
  export declare enum OptimizationMetric {
412
382
  AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
413
383
  MAPE = "MAPE",
@@ -464,12 +434,6 @@ export interface Tag {
464
434
  */
465
435
  Value: string | undefined;
466
436
  }
467
- export declare namespace Tag {
468
- /**
469
- * @internal
470
- */
471
- const filterSensitiveLog: (obj: Tag) => any;
472
- }
473
437
  export declare enum DayOfWeek {
474
438
  FRIDAY = "FRIDAY",
475
439
  MONDAY = "MONDAY",
@@ -523,12 +487,6 @@ export interface TimeAlignmentBoundary {
523
487
  */
524
488
  Hour?: number;
525
489
  }
526
- export declare namespace TimeAlignmentBoundary {
527
- /**
528
- * @internal
529
- */
530
- const filterSensitiveLog: (obj: TimeAlignmentBoundary) => any;
531
- }
532
490
  export interface CreateAutoPredictorRequest {
533
491
  /**
534
492
  * <p>A unique name for the predictor</p>
@@ -647,24 +605,12 @@ export interface CreateAutoPredictorRequest {
647
605
  */
648
606
  TimeAlignmentBoundary?: TimeAlignmentBoundary;
649
607
  }
650
- export declare namespace CreateAutoPredictorRequest {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
655
- }
656
608
  export interface CreateAutoPredictorResponse {
657
609
  /**
658
610
  * <p>The Amazon Resource Name (ARN) of the predictor.</p>
659
611
  */
660
612
  PredictorArn?: string;
661
613
  }
662
- export declare namespace CreateAutoPredictorResponse {
663
- /**
664
- * @internal
665
- */
666
- const filterSensitiveLog: (obj: CreateAutoPredictorResponse) => any;
667
- }
668
614
  /**
669
615
  * <p>We can't process the request because it includes an invalid value or a value that exceeds
670
616
  * the valid range.</p>
@@ -764,12 +710,6 @@ export interface SchemaAttribute {
764
710
  */
765
711
  AttributeType?: AttributeType | string;
766
712
  }
767
- export declare namespace SchemaAttribute {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: SchemaAttribute) => any;
772
- }
773
713
  /**
774
714
  * <p>Defines the fields of a dataset.</p>
775
715
  */
@@ -779,12 +719,6 @@ export interface Schema {
779
719
  */
780
720
  Attributes?: SchemaAttribute[];
781
721
  }
782
- export declare namespace Schema {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: Schema) => any;
787
- }
788
722
  export interface CreateDatasetRequest {
789
723
  /**
790
724
  * <p>A name for the dataset.</p>
@@ -865,24 +799,12 @@ export interface CreateDatasetRequest {
865
799
  */
866
800
  Tags?: Tag[];
867
801
  }
868
- export declare namespace CreateDatasetRequest {
869
- /**
870
- * @internal
871
- */
872
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
873
- }
874
802
  export interface CreateDatasetResponse {
875
803
  /**
876
804
  * <p>The Amazon Resource Name (ARN) of the dataset.</p>
877
805
  */
878
806
  DatasetArn?: string;
879
807
  }
880
- export declare namespace CreateDatasetResponse {
881
- /**
882
- * @internal
883
- */
884
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
885
- }
886
808
  export interface CreateDatasetGroupRequest {
887
809
  /**
888
810
  * <p>A name for the dataset group.</p>
@@ -945,24 +867,12 @@ export interface CreateDatasetGroupRequest {
945
867
  */
946
868
  Tags?: Tag[];
947
869
  }
948
- export declare namespace CreateDatasetGroupRequest {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
953
- }
954
870
  export interface CreateDatasetGroupResponse {
955
871
  /**
956
872
  * <p>The Amazon Resource Name (ARN) of the dataset group.</p>
957
873
  */
958
874
  DatasetGroupArn?: string;
959
875
  }
960
- export declare namespace CreateDatasetGroupResponse {
961
- /**
962
- * @internal
963
- */
964
- const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
965
- }
966
876
  /**
967
877
  * <p>The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an AWS Identity and Access Management (IAM) role that
968
878
  * Amazon Forecast can assume to access the file(s). Optionally, includes an AWS Key Management Service (KMS) key. This
@@ -986,12 +896,6 @@ export interface S3Config {
986
896
  */
987
897
  KMSKeyArn?: string;
988
898
  }
989
- export declare namespace S3Config {
990
- /**
991
- * @internal
992
- */
993
- const filterSensitiveLog: (obj: S3Config) => any;
994
- }
995
899
  /**
996
900
  * <p>The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to
997
901
  * access the data and, optionally, an AWS Key Management Service (KMS) key.</p>
@@ -1003,12 +907,6 @@ export interface DataSource {
1003
907
  */
1004
908
  S3Config: S3Config | undefined;
1005
909
  }
1006
- export declare namespace DataSource {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: DataSource) => any;
1011
- }
1012
910
  export interface CreateDatasetImportJobRequest {
1013
911
  /**
1014
912
  * <p>The name for the dataset import job. We recommend including the current timestamp in the
@@ -1122,24 +1020,12 @@ export interface CreateDatasetImportJobRequest {
1122
1020
  */
1123
1021
  Format?: string;
1124
1022
  }
1125
- export declare namespace CreateDatasetImportJobRequest {
1126
- /**
1127
- * @internal
1128
- */
1129
- const filterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
1130
- }
1131
1023
  export interface CreateDatasetImportJobResponse {
1132
1024
  /**
1133
1025
  * <p>The Amazon Resource Name (ARN) of the dataset import job.</p>
1134
1026
  */
1135
1027
  DatasetImportJobArn?: string;
1136
1028
  }
1137
- export declare namespace CreateDatasetImportJobResponse {
1138
- /**
1139
- * @internal
1140
- */
1141
- const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
1142
- }
1143
1029
  export declare enum TimePointGranularity {
1144
1030
  ALL = "ALL",
1145
1031
  SPECIFIC = "SPECIFIC"
@@ -1177,12 +1063,6 @@ export interface ExplainabilityConfig {
1177
1063
  */
1178
1064
  TimePointGranularity: TimePointGranularity | string | undefined;
1179
1065
  }
1180
- export declare namespace ExplainabilityConfig {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: ExplainabilityConfig) => any;
1185
- }
1186
1066
  export interface CreateExplainabilityRequest {
1187
1067
  /**
1188
1068
  * <p>A unique name for the Explainability.</p>
@@ -1261,24 +1141,12 @@ export interface CreateExplainabilityRequest {
1261
1141
  */
1262
1142
  Tags?: Tag[];
1263
1143
  }
1264
- export declare namespace CreateExplainabilityRequest {
1265
- /**
1266
- * @internal
1267
- */
1268
- const filterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
1269
- }
1270
1144
  export interface CreateExplainabilityResponse {
1271
1145
  /**
1272
1146
  * <p>The Amazon Resource Name (ARN) of the Explainability.</p>
1273
1147
  */
1274
1148
  ExplainabilityArn?: string;
1275
1149
  }
1276
- export declare namespace CreateExplainabilityResponse {
1277
- /**
1278
- * @internal
1279
- */
1280
- const filterSensitiveLog: (obj: CreateExplainabilityResponse) => any;
1281
- }
1282
1150
  /**
1283
1151
  * <p>The destination for an export job. Provide an S3 path, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast
1284
1152
  * to access the location, and an AWS Key Management Service (KMS) key (optional). </p>
@@ -1290,12 +1158,6 @@ export interface DataDestination {
1290
1158
  */
1291
1159
  S3Config: S3Config | undefined;
1292
1160
  }
1293
- export declare namespace DataDestination {
1294
- /**
1295
- * @internal
1296
- */
1297
- const filterSensitiveLog: (obj: DataDestination) => any;
1298
- }
1299
1161
  export interface CreateExplainabilityExportRequest {
1300
1162
  /**
1301
1163
  * <p>A unique name for the Explainability export.</p>
@@ -1350,24 +1212,12 @@ export interface CreateExplainabilityExportRequest {
1350
1212
  */
1351
1213
  Format?: string;
1352
1214
  }
1353
- export declare namespace CreateExplainabilityExportRequest {
1354
- /**
1355
- * @internal
1356
- */
1357
- const filterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
1358
- }
1359
1215
  export interface CreateExplainabilityExportResponse {
1360
1216
  /**
1361
1217
  * <p>The Amazon Resource Name (ARN) of the export.</p>
1362
1218
  */
1363
1219
  ExplainabilityExportArn?: string;
1364
1220
  }
1365
- export declare namespace CreateExplainabilityExportResponse {
1366
- /**
1367
- * @internal
1368
- */
1369
- const filterSensitiveLog: (obj: CreateExplainabilityExportResponse) => any;
1370
- }
1371
1221
  /**
1372
1222
  * <p>Details about the import file that contains the time series for which you want to create forecasts.</p>
1373
1223
  */
@@ -1386,12 +1236,6 @@ export interface TimeSeriesIdentifiers {
1386
1236
  */
1387
1237
  Format?: string;
1388
1238
  }
1389
- export declare namespace TimeSeriesIdentifiers {
1390
- /**
1391
- * @internal
1392
- */
1393
- const filterSensitiveLog: (obj: TimeSeriesIdentifiers) => any;
1394
- }
1395
1239
  /**
1396
1240
  * <p>Defines the set of time series that are used to create the forecasts in a <code>TimeSeriesIdentifiers</code> object.</p>
1397
1241
  * <p>The <code>TimeSeriesIdentifiers</code> object needs the following information:</p>
@@ -1419,12 +1263,6 @@ export interface TimeSeriesSelector {
1419
1263
  */
1420
1264
  TimeSeriesIdentifiers?: TimeSeriesIdentifiers;
1421
1265
  }
1422
- export declare namespace TimeSeriesSelector {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: TimeSeriesSelector) => any;
1427
- }
1428
1266
  export interface CreateForecastRequest {
1429
1267
  /**
1430
1268
  * <p>A name for the forecast.</p>
@@ -1507,24 +1345,12 @@ export interface CreateForecastRequest {
1507
1345
  */
1508
1346
  TimeSeriesSelector?: TimeSeriesSelector;
1509
1347
  }
1510
- export declare namespace CreateForecastRequest {
1511
- /**
1512
- * @internal
1513
- */
1514
- const filterSensitiveLog: (obj: CreateForecastRequest) => any;
1515
- }
1516
1348
  export interface CreateForecastResponse {
1517
1349
  /**
1518
1350
  * <p>The Amazon Resource Name (ARN) of the forecast.</p>
1519
1351
  */
1520
1352
  ForecastArn?: string;
1521
1353
  }
1522
- export declare namespace CreateForecastResponse {
1523
- /**
1524
- * @internal
1525
- */
1526
- const filterSensitiveLog: (obj: CreateForecastResponse) => any;
1527
- }
1528
1354
  export interface CreateForecastExportJobRequest {
1529
1355
  /**
1530
1356
  * <p>The name for the forecast export job.</p>
@@ -1586,24 +1412,12 @@ export interface CreateForecastExportJobRequest {
1586
1412
  */
1587
1413
  Format?: string;
1588
1414
  }
1589
- export declare namespace CreateForecastExportJobRequest {
1590
- /**
1591
- * @internal
1592
- */
1593
- const filterSensitiveLog: (obj: CreateForecastExportJobRequest) => any;
1594
- }
1595
1415
  export interface CreateForecastExportJobResponse {
1596
1416
  /**
1597
1417
  * <p>The Amazon Resource Name (ARN) of the export job.</p>
1598
1418
  */
1599
1419
  ForecastExportJobArn?: string;
1600
1420
  }
1601
- export declare namespace CreateForecastExportJobResponse {
1602
- /**
1603
- * @internal
1604
- */
1605
- const filterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
1606
- }
1607
1421
  export interface CreateMonitorRequest {
1608
1422
  /**
1609
1423
  * <p>The name of the monitor resource.</p>
@@ -1618,24 +1432,12 @@ export interface CreateMonitorRequest {
1618
1432
  */
1619
1433
  Tags?: Tag[];
1620
1434
  }
1621
- export declare namespace CreateMonitorRequest {
1622
- /**
1623
- * @internal
1624
- */
1625
- const filterSensitiveLog: (obj: CreateMonitorRequest) => any;
1626
- }
1627
1435
  export interface CreateMonitorResponse {
1628
1436
  /**
1629
1437
  * <p>The Amazon Resource Name (ARN) of the monitor resource.</p>
1630
1438
  */
1631
1439
  MonitorArn?: string;
1632
1440
  }
1633
- export declare namespace CreateMonitorResponse {
1634
- /**
1635
- * @internal
1636
- */
1637
- const filterSensitiveLog: (obj: CreateMonitorResponse) => any;
1638
- }
1639
1441
  export declare enum AutoMLOverrideStrategy {
1640
1442
  AccuracyOptimized = "AccuracyOptimized",
1641
1443
  LatencyOptimized = "LatencyOptimized"
@@ -1663,12 +1465,6 @@ export interface EvaluationParameters {
1663
1465
  */
1664
1466
  BackTestWindowOffset?: number;
1665
1467
  }
1666
- export declare namespace EvaluationParameters {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: EvaluationParameters) => any;
1671
- }
1672
1468
  export declare enum FeaturizationMethodName {
1673
1469
  filling = "filling"
1674
1470
  }
@@ -1759,12 +1555,6 @@ export interface FeaturizationMethod {
1759
1555
  */
1760
1556
  FeaturizationMethodParameters?: Record<string, string>;
1761
1557
  }
1762
- export declare namespace FeaturizationMethod {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: FeaturizationMethod) => any;
1767
- }
1768
1558
  /**
1769
1559
  * <note>
1770
1560
  * <p>This object belongs to the <a>CreatePredictor</a> operation. If you created
@@ -1812,12 +1602,6 @@ export interface Featurization {
1812
1602
  */
1813
1603
  FeaturizationPipeline?: FeaturizationMethod[];
1814
1604
  }
1815
- export declare namespace Featurization {
1816
- /**
1817
- * @internal
1818
- */
1819
- const filterSensitiveLog: (obj: Featurization) => any;
1820
- }
1821
1605
  /**
1822
1606
  * <note>
1823
1607
  * <p>This object belongs to the <a>CreatePredictor</a> operation. If you created
@@ -1866,12 +1650,6 @@ export interface FeaturizationConfig {
1866
1650
  */
1867
1651
  Featurizations?: Featurization[];
1868
1652
  }
1869
- export declare namespace FeaturizationConfig {
1870
- /**
1871
- * @internal
1872
- */
1873
- const filterSensitiveLog: (obj: FeaturizationConfig) => any;
1874
- }
1875
1653
  /**
1876
1654
  * <p>Specifies a categorical hyperparameter and it's range of tunable values.
1877
1655
  * This object is part of the <a>ParameterRanges</a> object.</p>
@@ -1886,12 +1664,6 @@ export interface CategoricalParameterRange {
1886
1664
  */
1887
1665
  Values: string[] | undefined;
1888
1666
  }
1889
- export declare namespace CategoricalParameterRange {
1890
- /**
1891
- * @internal
1892
- */
1893
- const filterSensitiveLog: (obj: CategoricalParameterRange) => any;
1894
- }
1895
1667
  export declare enum ScalingType {
1896
1668
  Auto = "Auto",
1897
1669
  Linear = "Linear",
@@ -1948,12 +1720,6 @@ export interface ContinuousParameterRange {
1948
1720
  */
1949
1721
  ScalingType?: ScalingType | string;
1950
1722
  }
1951
- export declare namespace ContinuousParameterRange {
1952
- /**
1953
- * @internal
1954
- */
1955
- const filterSensitiveLog: (obj: ContinuousParameterRange) => any;
1956
- }
1957
1723
  /**
1958
1724
  * <p>Specifies an integer hyperparameter and it's range of tunable values.
1959
1725
  * This object is part of the <a>ParameterRanges</a> object.</p>
@@ -2003,12 +1769,6 @@ export interface IntegerParameterRange {
2003
1769
  */
2004
1770
  ScalingType?: ScalingType | string;
2005
1771
  }
2006
- export declare namespace IntegerParameterRange {
2007
- /**
2008
- * @internal
2009
- */
2010
- const filterSensitiveLog: (obj: IntegerParameterRange) => any;
2011
- }
2012
1772
  /**
2013
1773
  * <p>Specifies the categorical, continuous, and integer hyperparameters, and their ranges of
2014
1774
  * tunable values. The range of tunable values determines which values that a hyperparameter
@@ -2029,12 +1789,6 @@ export interface ParameterRanges {
2029
1789
  */
2030
1790
  IntegerParameterRanges?: IntegerParameterRange[];
2031
1791
  }
2032
- export declare namespace ParameterRanges {
2033
- /**
2034
- * @internal
2035
- */
2036
- const filterSensitiveLog: (obj: ParameterRanges) => any;
2037
- }
2038
1792
  /**
2039
1793
  * <p>Configuration information for a hyperparameter tuning job. You specify this object in
2040
1794
  * the <a>CreatePredictor</a> request.</p>
@@ -2052,12 +1806,6 @@ export interface HyperParameterTuningJobConfig {
2052
1806
  */
2053
1807
  ParameterRanges?: ParameterRanges;
2054
1808
  }
2055
- export declare namespace HyperParameterTuningJobConfig {
2056
- /**
2057
- * @internal
2058
- */
2059
- const filterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
2060
- }
2061
1809
  /**
2062
1810
  * <note>
2063
1811
  * <p>This object belongs to the <a>CreatePredictor</a> operation. If you created
@@ -2301,12 +2049,6 @@ export interface SupplementaryFeature {
2301
2049
  */
2302
2050
  Value: string | undefined;
2303
2051
  }
2304
- export declare namespace SupplementaryFeature {
2305
- /**
2306
- * @internal
2307
- */
2308
- const filterSensitiveLog: (obj: SupplementaryFeature) => any;
2309
- }
2310
2052
  /**
2311
2053
  * <note>
2312
2054
  * <p>This object belongs to the <a>CreatePredictor</a> operation. If you created
@@ -2327,12 +2069,6 @@ export interface InputDataConfig {
2327
2069
  */
2328
2070
  SupplementaryFeatures?: SupplementaryFeature[];
2329
2071
  }
2330
- export declare namespace InputDataConfig {
2331
- /**
2332
- * @internal
2333
- */
2334
- const filterSensitiveLog: (obj: InputDataConfig) => any;
2335
- }
2336
2072
  export interface CreatePredictorRequest {
2337
2073
  /**
2338
2074
  * <p>A name for the predictor.</p>
@@ -2515,24 +2251,12 @@ export interface CreatePredictorRequest {
2515
2251
  */
2516
2252
  OptimizationMetric?: OptimizationMetric | string;
2517
2253
  }
2518
- export declare namespace CreatePredictorRequest {
2519
- /**
2520
- * @internal
2521
- */
2522
- const filterSensitiveLog: (obj: CreatePredictorRequest) => any;
2523
- }
2524
2254
  export interface CreatePredictorResponse {
2525
2255
  /**
2526
2256
  * <p>The Amazon Resource Name (ARN) of the predictor.</p>
2527
2257
  */
2528
2258
  PredictorArn?: string;
2529
2259
  }
2530
- export declare namespace CreatePredictorResponse {
2531
- /**
2532
- * @internal
2533
- */
2534
- const filterSensitiveLog: (obj: CreatePredictorResponse) => any;
2535
- }
2536
2260
  export interface CreatePredictorBacktestExportJobRequest {
2537
2261
  /**
2538
2262
  * <p>The name for the backtest export job.</p>
@@ -2587,12 +2311,6 @@ export interface CreatePredictorBacktestExportJobRequest {
2587
2311
  */
2588
2312
  Format?: string;
2589
2313
  }
2590
- export declare namespace CreatePredictorBacktestExportJobRequest {
2591
- /**
2592
- * @internal
2593
- */
2594
- const filterSensitiveLog: (obj: CreatePredictorBacktestExportJobRequest) => any;
2595
- }
2596
2314
  export interface CreatePredictorBacktestExportJobResponse {
2597
2315
  /**
2598
2316
  * <p>The Amazon Resource Name (ARN) of the predictor backtest export job that you want to
@@ -2600,132 +2318,66 @@ export interface CreatePredictorBacktestExportJobResponse {
2600
2318
  */
2601
2319
  PredictorBacktestExportJobArn?: string;
2602
2320
  }
2603
- export declare namespace CreatePredictorBacktestExportJobResponse {
2604
- /**
2605
- * @internal
2606
- */
2607
- const filterSensitiveLog: (obj: CreatePredictorBacktestExportJobResponse) => any;
2608
- }
2609
2321
  export interface DeleteDatasetRequest {
2610
2322
  /**
2611
2323
  * <p>The Amazon Resource Name (ARN) of the dataset to delete.</p>
2612
2324
  */
2613
2325
  DatasetArn: string | undefined;
2614
2326
  }
2615
- export declare namespace DeleteDatasetRequest {
2616
- /**
2617
- * @internal
2618
- */
2619
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
2620
- }
2621
2327
  export interface DeleteDatasetGroupRequest {
2622
2328
  /**
2623
2329
  * <p>The Amazon Resource Name (ARN) of the dataset group to delete.</p>
2624
2330
  */
2625
2331
  DatasetGroupArn: string | undefined;
2626
2332
  }
2627
- export declare namespace DeleteDatasetGroupRequest {
2628
- /**
2629
- * @internal
2630
- */
2631
- const filterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
2632
- }
2633
2333
  export interface DeleteDatasetImportJobRequest {
2634
2334
  /**
2635
2335
  * <p>The Amazon Resource Name (ARN) of the dataset import job to delete.</p>
2636
2336
  */
2637
2337
  DatasetImportJobArn: string | undefined;
2638
2338
  }
2639
- export declare namespace DeleteDatasetImportJobRequest {
2640
- /**
2641
- * @internal
2642
- */
2643
- const filterSensitiveLog: (obj: DeleteDatasetImportJobRequest) => any;
2644
- }
2645
2339
  export interface DeleteExplainabilityRequest {
2646
2340
  /**
2647
2341
  * <p>The Amazon Resource Name (ARN) of the Explainability resource to delete.</p>
2648
2342
  */
2649
2343
  ExplainabilityArn: string | undefined;
2650
2344
  }
2651
- export declare namespace DeleteExplainabilityRequest {
2652
- /**
2653
- * @internal
2654
- */
2655
- const filterSensitiveLog: (obj: DeleteExplainabilityRequest) => any;
2656
- }
2657
2345
  export interface DeleteExplainabilityExportRequest {
2658
2346
  /**
2659
2347
  * <p>The Amazon Resource Name (ARN) of the Explainability export to delete. </p>
2660
2348
  */
2661
2349
  ExplainabilityExportArn: string | undefined;
2662
2350
  }
2663
- export declare namespace DeleteExplainabilityExportRequest {
2664
- /**
2665
- * @internal
2666
- */
2667
- const filterSensitiveLog: (obj: DeleteExplainabilityExportRequest) => any;
2668
- }
2669
2351
  export interface DeleteForecastRequest {
2670
2352
  /**
2671
2353
  * <p>The Amazon Resource Name (ARN) of the forecast to delete.</p>
2672
2354
  */
2673
2355
  ForecastArn: string | undefined;
2674
2356
  }
2675
- export declare namespace DeleteForecastRequest {
2676
- /**
2677
- * @internal
2678
- */
2679
- const filterSensitiveLog: (obj: DeleteForecastRequest) => any;
2680
- }
2681
2357
  export interface DeleteForecastExportJobRequest {
2682
2358
  /**
2683
2359
  * <p>The Amazon Resource Name (ARN) of the forecast export job to delete.</p>
2684
2360
  */
2685
2361
  ForecastExportJobArn: string | undefined;
2686
2362
  }
2687
- export declare namespace DeleteForecastExportJobRequest {
2688
- /**
2689
- * @internal
2690
- */
2691
- const filterSensitiveLog: (obj: DeleteForecastExportJobRequest) => any;
2692
- }
2693
2363
  export interface DeleteMonitorRequest {
2694
2364
  /**
2695
2365
  * <p>The Amazon Resource Name (ARN) of the monitor resource to delete.</p>
2696
2366
  */
2697
2367
  MonitorArn: string | undefined;
2698
2368
  }
2699
- export declare namespace DeleteMonitorRequest {
2700
- /**
2701
- * @internal
2702
- */
2703
- const filterSensitiveLog: (obj: DeleteMonitorRequest) => any;
2704
- }
2705
2369
  export interface DeletePredictorRequest {
2706
2370
  /**
2707
2371
  * <p>The Amazon Resource Name (ARN) of the predictor to delete.</p>
2708
2372
  */
2709
2373
  PredictorArn: string | undefined;
2710
2374
  }
2711
- export declare namespace DeletePredictorRequest {
2712
- /**
2713
- * @internal
2714
- */
2715
- const filterSensitiveLog: (obj: DeletePredictorRequest) => any;
2716
- }
2717
2375
  export interface DeletePredictorBacktestExportJobRequest {
2718
2376
  /**
2719
2377
  * <p>The Amazon Resource Name (ARN) of the predictor backtest export job to delete.</p>
2720
2378
  */
2721
2379
  PredictorBacktestExportJobArn: string | undefined;
2722
2380
  }
2723
- export declare namespace DeletePredictorBacktestExportJobRequest {
2724
- /**
2725
- * @internal
2726
- */
2727
- const filterSensitiveLog: (obj: DeletePredictorBacktestExportJobRequest) => any;
2728
- }
2729
2381
  export interface DeleteResourceTreeRequest {
2730
2382
  /**
2731
2383
  * <p>The Amazon Resource Name (ARN) of the parent resource to delete. All child resources
@@ -2733,24 +2385,12 @@ export interface DeleteResourceTreeRequest {
2733
2385
  */
2734
2386
  ResourceArn: string | undefined;
2735
2387
  }
2736
- export declare namespace DeleteResourceTreeRequest {
2737
- /**
2738
- * @internal
2739
- */
2740
- const filterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
2741
- }
2742
2388
  export interface DescribeAutoPredictorRequest {
2743
2389
  /**
2744
2390
  * <p>The Amazon Resource Name (ARN) of the predictor.</p>
2745
2391
  */
2746
2392
  PredictorArn: string | undefined;
2747
2393
  }
2748
- export declare namespace DescribeAutoPredictorRequest {
2749
- /**
2750
- * @internal
2751
- */
2752
- const filterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
2753
- }
2754
2394
  /**
2755
2395
  * <p>Provides information about the Explainability resource.</p>
2756
2396
  */
@@ -2788,12 +2428,6 @@ export interface ExplainabilityInfo {
2788
2428
  */
2789
2429
  Status?: string;
2790
2430
  }
2791
- export declare namespace ExplainabilityInfo {
2792
- /**
2793
- * @internal
2794
- */
2795
- const filterSensitiveLog: (obj: ExplainabilityInfo) => any;
2796
- }
2797
2431
  /**
2798
2432
  * <p>Provides information about the monitor resource.</p>
2799
2433
  */
@@ -2834,12 +2468,6 @@ export interface MonitorInfo {
2834
2468
  */
2835
2469
  Status?: string;
2836
2470
  }
2837
- export declare namespace MonitorInfo {
2838
- /**
2839
- * @internal
2840
- */
2841
- const filterSensitiveLog: (obj: MonitorInfo) => any;
2842
- }
2843
2471
  export declare enum State {
2844
2472
  Active = "Active",
2845
2473
  Deleted = "Deleted"
@@ -2858,12 +2486,6 @@ export interface ReferencePredictorSummary {
2858
2486
  */
2859
2487
  State?: State | string;
2860
2488
  }
2861
- export declare namespace ReferencePredictorSummary {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: ReferencePredictorSummary) => any;
2866
- }
2867
2489
  export interface DescribeAutoPredictorResponse {
2868
2490
  /**
2869
2491
  * <p>The Amazon Resource Name (ARN) of the predictor</p>
@@ -3001,24 +2623,12 @@ export interface DescribeAutoPredictorResponse {
3001
2623
  */
3002
2624
  TimeAlignmentBoundary?: TimeAlignmentBoundary;
3003
2625
  }
3004
- export declare namespace DescribeAutoPredictorResponse {
3005
- /**
3006
- * @internal
3007
- */
3008
- const filterSensitiveLog: (obj: DescribeAutoPredictorResponse) => any;
3009
- }
3010
2626
  export interface DescribeDatasetRequest {
3011
2627
  /**
3012
2628
  * <p>The Amazon Resource Name (ARN) of the dataset.</p>
3013
2629
  */
3014
2630
  DatasetArn: string | undefined;
3015
2631
  }
3016
- export declare namespace DescribeDatasetRequest {
3017
- /**
3018
- * @internal
3019
- */
3020
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
3021
- }
3022
2632
  export interface DescribeDatasetResponse {
3023
2633
  /**
3024
2634
  * <p>The Amazon Resource Name (ARN) of the dataset.</p>
@@ -3104,24 +2714,12 @@ export interface DescribeDatasetResponse {
3104
2714
  */
3105
2715
  LastModificationTime?: Date;
3106
2716
  }
3107
- export declare namespace DescribeDatasetResponse {
3108
- /**
3109
- * @internal
3110
- */
3111
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
3112
- }
3113
2717
  export interface DescribeDatasetGroupRequest {
3114
2718
  /**
3115
2719
  * <p>The Amazon Resource Name (ARN) of the dataset group.</p>
3116
2720
  */
3117
2721
  DatasetGroupArn: string | undefined;
3118
2722
  }
3119
- export declare namespace DescribeDatasetGroupRequest {
3120
- /**
3121
- * @internal
3122
- */
3123
- const filterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
3124
- }
3125
2723
  export interface DescribeDatasetGroupResponse {
3126
2724
  /**
3127
2725
  * <p>The name of the dataset group.</p>
@@ -3186,24 +2784,12 @@ export interface DescribeDatasetGroupResponse {
3186
2784
  */
3187
2785
  LastModificationTime?: Date;
3188
2786
  }
3189
- export declare namespace DescribeDatasetGroupResponse {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
3194
- }
3195
2787
  export interface DescribeDatasetImportJobRequest {
3196
2788
  /**
3197
2789
  * <p>The Amazon Resource Name (ARN) of the dataset import job.</p>
3198
2790
  */
3199
2791
  DatasetImportJobArn: string | undefined;
3200
2792
  }
3201
- export declare namespace DescribeDatasetImportJobRequest {
3202
- /**
3203
- * @internal
3204
- */
3205
- const filterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
3206
- }
3207
2793
  /**
3208
2794
  * <p>Provides statistics for each data field imported into to an Amazon Forecast dataset with
3209
2795
  * the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a> operation.</p>
@@ -3266,12 +2852,6 @@ export interface Statistics {
3266
2852
  */
3267
2853
  CountNanLong?: number;
3268
2854
  }
3269
- export declare namespace Statistics {
3270
- /**
3271
- * @internal
3272
- */
3273
- const filterSensitiveLog: (obj: Statistics) => any;
3274
- }
3275
2855
  export interface DescribeDatasetImportJobResponse {
3276
2856
  /**
3277
2857
  * <p>The name of the dataset import job.</p>
@@ -3404,24 +2984,12 @@ export interface DescribeDatasetImportJobResponse {
3404
2984
  */
3405
2985
  Format?: string;
3406
2986
  }
3407
- export declare namespace DescribeDatasetImportJobResponse {
3408
- /**
3409
- * @internal
3410
- */
3411
- const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
3412
- }
3413
2987
  export interface DescribeExplainabilityRequest {
3414
2988
  /**
3415
2989
  * <p>The Amazon Resource Name (ARN) of the Explaianability to describe.</p>
3416
2990
  */
3417
2991
  ExplainabilityArn: string | undefined;
3418
2992
  }
3419
- export declare namespace DescribeExplainabilityRequest {
3420
- /**
3421
- * @internal
3422
- */
3423
- const filterSensitiveLog: (obj: DescribeExplainabilityRequest) => any;
3424
- }
3425
2993
  export interface DescribeExplainabilityResponse {
3426
2994
  /**
3427
2995
  * <p>The Amazon Resource Name (ARN) of the Explainability.</p>
@@ -3534,24 +3102,12 @@ export interface DescribeExplainabilityResponse {
3534
3102
  */
3535
3103
  LastModificationTime?: Date;
3536
3104
  }
3537
- export declare namespace DescribeExplainabilityResponse {
3538
- /**
3539
- * @internal
3540
- */
3541
- const filterSensitiveLog: (obj: DescribeExplainabilityResponse) => any;
3542
- }
3543
3105
  export interface DescribeExplainabilityExportRequest {
3544
3106
  /**
3545
3107
  * <p>The Amazon Resource Name (ARN) of the Explainability export.</p>
3546
3108
  */
3547
3109
  ExplainabilityExportArn: string | undefined;
3548
3110
  }
3549
- export declare namespace DescribeExplainabilityExportRequest {
3550
- /**
3551
- * @internal
3552
- */
3553
- const filterSensitiveLog: (obj: DescribeExplainabilityExportRequest) => any;
3554
- }
3555
3111
  export interface DescribeExplainabilityExportResponse {
3556
3112
  /**
3557
3113
  * <p>The Amazon Resource Name (ARN) of the Explainability export.</p>
@@ -3639,24 +3195,12 @@ export interface DescribeExplainabilityExportResponse {
3639
3195
  */
3640
3196
  Format?: string;
3641
3197
  }
3642
- export declare namespace DescribeExplainabilityExportResponse {
3643
- /**
3644
- * @internal
3645
- */
3646
- const filterSensitiveLog: (obj: DescribeExplainabilityExportResponse) => any;
3647
- }
3648
3198
  export interface DescribeForecastRequest {
3649
3199
  /**
3650
3200
  * <p>The Amazon Resource Name (ARN) of the forecast.</p>
3651
3201
  */
3652
3202
  ForecastArn: string | undefined;
3653
3203
  }
3654
- export declare namespace DescribeForecastRequest {
3655
- /**
3656
- * @internal
3657
- */
3658
- const filterSensitiveLog: (obj: DescribeForecastRequest) => any;
3659
- }
3660
3204
  export interface DescribeForecastResponse {
3661
3205
  /**
3662
3206
  * <p>The forecast ARN as specified in the request.</p>
@@ -3754,24 +3298,12 @@ export interface DescribeForecastResponse {
3754
3298
  */
3755
3299
  TimeSeriesSelector?: TimeSeriesSelector;
3756
3300
  }
3757
- export declare namespace DescribeForecastResponse {
3758
- /**
3759
- * @internal
3760
- */
3761
- const filterSensitiveLog: (obj: DescribeForecastResponse) => any;
3762
- }
3763
3301
  export interface DescribeForecastExportJobRequest {
3764
3302
  /**
3765
3303
  * <p>The Amazon Resource Name (ARN) of the forecast export job.</p>
3766
3304
  */
3767
3305
  ForecastExportJobArn: string | undefined;
3768
3306
  }
3769
- export declare namespace DescribeForecastExportJobRequest {
3770
- /**
3771
- * @internal
3772
- */
3773
- const filterSensitiveLog: (obj: DescribeForecastExportJobRequest) => any;
3774
- }
3775
3307
  export interface DescribeForecastExportJobResponse {
3776
3308
  /**
3777
3309
  * <p>The ARN of the forecast export job.</p>
@@ -3861,24 +3393,12 @@ export interface DescribeForecastExportJobResponse {
3861
3393
  */
3862
3394
  Format?: string;
3863
3395
  }
3864
- export declare namespace DescribeForecastExportJobResponse {
3865
- /**
3866
- * @internal
3867
- */
3868
- const filterSensitiveLog: (obj: DescribeForecastExportJobResponse) => any;
3869
- }
3870
3396
  export interface DescribeMonitorRequest {
3871
3397
  /**
3872
3398
  * <p>The Amazon Resource Name (ARN) of the monitor resource to describe.</p>
3873
3399
  */
3874
3400
  MonitorArn: string | undefined;
3875
3401
  }
3876
- export declare namespace DescribeMonitorRequest {
3877
- /**
3878
- * @internal
3879
- */
3880
- const filterSensitiveLog: (obj: DescribeMonitorRequest) => any;
3881
- }
3882
3402
  /**
3883
3403
  * <p>An individual metric that you can use for comparison as you evaluate your monitoring results.</p>
3884
3404
  */
@@ -3892,12 +3412,6 @@ export interface BaselineMetric {
3892
3412
  */
3893
3413
  Value?: number;
3894
3414
  }
3895
- export declare namespace BaselineMetric {
3896
- /**
3897
- * @internal
3898
- */
3899
- const filterSensitiveLog: (obj: BaselineMetric) => any;
3900
- }
3901
3415
  /**
3902
3416
  * <p>Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.</p>
3903
3417
  */
@@ -3908,12 +3422,6 @@ export interface PredictorBaseline {
3908
3422
  */
3909
3423
  BaselineMetrics?: BaselineMetric[];
3910
3424
  }
3911
- export declare namespace PredictorBaseline {
3912
- /**
3913
- * @internal
3914
- */
3915
- const filterSensitiveLog: (obj: PredictorBaseline) => any;
3916
- }
3917
3425
  /**
3918
3426
  * <p>Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.</p>
3919
3427
  */
@@ -3924,12 +3432,6 @@ export interface Baseline {
3924
3432
  */
3925
3433
  PredictorBaseline?: PredictorBaseline;
3926
3434
  }
3927
- export declare namespace Baseline {
3928
- /**
3929
- * @internal
3930
- */
3931
- const filterSensitiveLog: (obj: Baseline) => any;
3932
- }
3933
3435
  export interface DescribeMonitorResponse {
3934
3436
  /**
3935
3437
  * <p>The name of the monitor.</p>
@@ -3976,24 +3478,12 @@ export interface DescribeMonitorResponse {
3976
3478
  */
3977
3479
  EstimatedEvaluationTimeRemainingInMinutes?: number;
3978
3480
  }
3979
- export declare namespace DescribeMonitorResponse {
3980
- /**
3981
- * @internal
3982
- */
3983
- const filterSensitiveLog: (obj: DescribeMonitorResponse) => any;
3984
- }
3985
3481
  export interface DescribePredictorRequest {
3986
3482
  /**
3987
3483
  * <p>The Amazon Resource Name (ARN) of the predictor that you want information about.</p>
3988
3484
  */
3989
3485
  PredictorArn: string | undefined;
3990
3486
  }
3991
- export declare namespace DescribePredictorRequest {
3992
- /**
3993
- * @internal
3994
- */
3995
- const filterSensitiveLog: (obj: DescribePredictorRequest) => any;
3996
- }
3997
3487
  /**
3998
3488
  * <p>The status, start time, and end time of a backtest, as well as a failure reason if
3999
3489
  * applicable.</p>
@@ -4033,12 +3523,6 @@ export interface TestWindowSummary {
4033
3523
  */
4034
3524
  Message?: string;
4035
3525
  }
4036
- export declare namespace TestWindowSummary {
4037
- /**
4038
- * @internal
4039
- */
4040
- const filterSensitiveLog: (obj: TestWindowSummary) => any;
4041
- }
4042
3526
  /**
4043
3527
  * <p>The algorithm used to perform a backtest and the status of those tests.</p>
4044
3528
  */
@@ -4054,12 +3538,6 @@ export interface PredictorExecution {
4054
3538
  */
4055
3539
  TestWindows?: TestWindowSummary[];
4056
3540
  }
4057
- export declare namespace PredictorExecution {
4058
- /**
4059
- * @internal
4060
- */
4061
- const filterSensitiveLog: (obj: PredictorExecution) => any;
4062
- }
4063
3541
  /**
4064
3542
  * <p>Contains details on the backtests performed to evaluate the accuracy of the predictor. The
4065
3543
  * tests are returned in descending order of accuracy, with the most accurate backtest appearing
@@ -4073,12 +3551,6 @@ export interface PredictorExecutionDetails {
4073
3551
  */
4074
3552
  PredictorExecutions?: PredictorExecution[];
4075
3553
  }
4076
- export declare namespace PredictorExecutionDetails {
4077
- /**
4078
- * @internal
4079
- */
4080
- const filterSensitiveLog: (obj: PredictorExecutionDetails) => any;
4081
- }
4082
3554
  export interface DescribePredictorResponse {
4083
3555
  /**
4084
3556
  * <p>The ARN of the predictor.</p>
@@ -4246,24 +3718,12 @@ export interface DescribePredictorResponse {
4246
3718
  */
4247
3719
  OptimizationMetric?: OptimizationMetric | string;
4248
3720
  }
4249
- export declare namespace DescribePredictorResponse {
4250
- /**
4251
- * @internal
4252
- */
4253
- const filterSensitiveLog: (obj: DescribePredictorResponse) => any;
4254
- }
4255
3721
  export interface DescribePredictorBacktestExportJobRequest {
4256
3722
  /**
4257
3723
  * <p>The Amazon Resource Name (ARN) of the predictor backtest export job.</p>
4258
3724
  */
4259
3725
  PredictorBacktestExportJobArn: string | undefined;
4260
3726
  }
4261
- export declare namespace DescribePredictorBacktestExportJobRequest {
4262
- /**
4263
- * @internal
4264
- */
4265
- const filterSensitiveLog: (obj: DescribePredictorBacktestExportJobRequest) => any;
4266
- }
4267
3727
  export interface DescribePredictorBacktestExportJobResponse {
4268
3728
  /**
4269
3729
  * <p>The Amazon Resource Name (ARN) of the predictor backtest export job.</p>
@@ -4351,24 +3811,12 @@ export interface DescribePredictorBacktestExportJobResponse {
4351
3811
  */
4352
3812
  Format?: string;
4353
3813
  }
4354
- export declare namespace DescribePredictorBacktestExportJobResponse {
4355
- /**
4356
- * @internal
4357
- */
4358
- const filterSensitiveLog: (obj: DescribePredictorBacktestExportJobResponse) => any;
4359
- }
4360
3814
  export interface GetAccuracyMetricsRequest {
4361
3815
  /**
4362
3816
  * <p>The Amazon Resource Name (ARN) of the predictor to get metrics for.</p>
4363
3817
  */
4364
3818
  PredictorArn: string | undefined;
4365
3819
  }
4366
- export declare namespace GetAccuracyMetricsRequest {
4367
- /**
4368
- * @internal
4369
- */
4370
- const filterSensitiveLog: (obj: GetAccuracyMetricsRequest) => any;
4371
- }
4372
3820
  export declare enum EvaluationType {
4373
3821
  COMPUTED = "COMPUTED",
4374
3822
  SUMMARY = "SUMMARY"
@@ -4399,12 +3847,6 @@ export interface ErrorMetric {
4399
3847
  */
4400
3848
  MAPE?: number;
4401
3849
  }
4402
- export declare namespace ErrorMetric {
4403
- /**
4404
- * @internal
4405
- */
4406
- const filterSensitiveLog: (obj: ErrorMetric) => any;
4407
- }
4408
3850
  /**
4409
3851
  * <p>The weighted loss value for a quantile. This object is part of the <a>Metrics</a> object.</p>
4410
3852
  */
@@ -4421,12 +3863,6 @@ export interface WeightedQuantileLoss {
4421
3863
  */
4422
3864
  LossValue?: number;
4423
3865
  }
4424
- export declare namespace WeightedQuantileLoss {
4425
- /**
4426
- * @internal
4427
- */
4428
- const filterSensitiveLog: (obj: WeightedQuantileLoss) => any;
4429
- }
4430
3866
  /**
4431
3867
  * <p>Provides metrics that are used to evaluate the performance of a predictor. This object is
4432
3868
  * part of the <a>WindowSummary</a> object.</p>
@@ -4454,12 +3890,6 @@ export interface Metrics {
4454
3890
  */
4455
3891
  AverageWeightedQuantileLoss?: number;
4456
3892
  }
4457
- export declare namespace Metrics {
4458
- /**
4459
- * @internal
4460
- */
4461
- const filterSensitiveLog: (obj: Metrics) => any;
4462
- }
4463
3893
  /**
4464
3894
  * <p>The metrics for a time range within the evaluation portion of a dataset. This object is
4465
3895
  * part of the <a>EvaluationResult</a> object.</p>
@@ -4498,12 +3928,6 @@ export interface WindowSummary {
4498
3928
  */
4499
3929
  Metrics?: Metrics;
4500
3930
  }
4501
- export declare namespace WindowSummary {
4502
- /**
4503
- * @internal
4504
- */
4505
- const filterSensitiveLog: (obj: WindowSummary) => any;
4506
- }
4507
3931
  /**
4508
3932
  * <p>The results of evaluating an algorithm. Returned as part of the <a>GetAccuracyMetrics</a> response.</p>
4509
3933
  */
@@ -4519,12 +3943,6 @@ export interface EvaluationResult {
4519
3943
  */
4520
3944
  TestWindows?: WindowSummary[];
4521
3945
  }
4522
- export declare namespace EvaluationResult {
4523
- /**
4524
- * @internal
4525
- */
4526
- const filterSensitiveLog: (obj: EvaluationResult) => any;
4527
- }
4528
3946
  export interface GetAccuracyMetricsResponse {
4529
3947
  /**
4530
3948
  * <p>An array of results from evaluating the predictor.</p>
@@ -4550,12 +3968,6 @@ export interface GetAccuracyMetricsResponse {
4550
3968
  */
4551
3969
  OptimizationMetric?: OptimizationMetric | string;
4552
3970
  }
4553
- export declare namespace GetAccuracyMetricsResponse {
4554
- /**
4555
- * @internal
4556
- */
4557
- const filterSensitiveLog: (obj: GetAccuracyMetricsResponse) => any;
4558
- }
4559
3971
  /**
4560
3972
  * <p>The token is not valid. Tokens expire after 24 hours.</p>
4561
3973
  */
@@ -4580,12 +3992,6 @@ export interface ListDatasetGroupsRequest {
4580
3992
  */
4581
3993
  MaxResults?: number;
4582
3994
  }
4583
- export declare namespace ListDatasetGroupsRequest {
4584
- /**
4585
- * @internal
4586
- */
4587
- const filterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
4588
- }
4589
3995
  /**
4590
3996
  * <p>Provides a summary of the dataset group properties used in the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_ListDatasetGroups.html">ListDatasetGroups</a> operation. To
4591
3997
  * get the complete set of properties, call the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a>
@@ -4611,12 +4017,6 @@ export interface DatasetGroupSummary {
4611
4017
  */
4612
4018
  LastModificationTime?: Date;
4613
4019
  }
4614
- export declare namespace DatasetGroupSummary {
4615
- /**
4616
- * @internal
4617
- */
4618
- const filterSensitiveLog: (obj: DatasetGroupSummary) => any;
4619
- }
4620
4020
  export interface ListDatasetGroupsResponse {
4621
4021
  /**
4622
4022
  * <p>An array of objects that summarize each dataset group's properties.</p>
@@ -4628,12 +4028,6 @@ export interface ListDatasetGroupsResponse {
4628
4028
  */
4629
4029
  NextToken?: string;
4630
4030
  }
4631
- export declare namespace ListDatasetGroupsResponse {
4632
- /**
4633
- * @internal
4634
- */
4635
- const filterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
4636
- }
4637
4031
  export declare enum FilterConditionString {
4638
4032
  IS = "IS",
4639
4033
  IS_NOT = "IS_NOT"
@@ -4660,12 +4054,6 @@ export interface Filter {
4660
4054
  */
4661
4055
  Condition: FilterConditionString | string | undefined;
4662
4056
  }
4663
- export declare namespace Filter {
4664
- /**
4665
- * @internal
4666
- */
4667
- const filterSensitiveLog: (obj: Filter) => any;
4668
- }
4669
4057
  export interface ListDatasetImportJobsRequest {
4670
4058
  /**
4671
4059
  * <p>If the result of the previous request was truncated, the response includes a
@@ -4710,12 +4098,6 @@ export interface ListDatasetImportJobsRequest {
4710
4098
  */
4711
4099
  Filters?: Filter[];
4712
4100
  }
4713
- export declare namespace ListDatasetImportJobsRequest {
4714
- /**
4715
- * @internal
4716
- */
4717
- const filterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
4718
- }
4719
4101
  /**
4720
4102
  * <p>Provides a summary of the dataset import job properties used in the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_ListDatasetImportJobs.html">ListDatasetImportJobs</a> operation. To get the complete set of properties, call the
4721
4103
  * <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a> operation, and provide the
@@ -4801,12 +4183,6 @@ export interface DatasetImportJobSummary {
4801
4183
  */
4802
4184
  LastModificationTime?: Date;
4803
4185
  }
4804
- export declare namespace DatasetImportJobSummary {
4805
- /**
4806
- * @internal
4807
- */
4808
- const filterSensitiveLog: (obj: DatasetImportJobSummary) => any;
4809
- }
4810
4186
  export interface ListDatasetImportJobsResponse {
4811
4187
  /**
4812
4188
  * <p>An array of objects that summarize each dataset import job's properties.</p>
@@ -4818,12 +4194,6 @@ export interface ListDatasetImportJobsResponse {
4818
4194
  */
4819
4195
  NextToken?: string;
4820
4196
  }
4821
- export declare namespace ListDatasetImportJobsResponse {
4822
- /**
4823
- * @internal
4824
- */
4825
- const filterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
4826
- }
4827
4197
  export interface ListDatasetsRequest {
4828
4198
  /**
4829
4199
  * <p>If the result of the previous request was truncated, the response includes a
@@ -4836,12 +4206,6 @@ export interface ListDatasetsRequest {
4836
4206
  */
4837
4207
  MaxResults?: number;
4838
4208
  }
4839
- export declare namespace ListDatasetsRequest {
4840
- /**
4841
- * @internal
4842
- */
4843
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
4844
- }
4845
4209
  /**
4846
4210
  * <p>Provides a summary of the dataset properties used in the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_ListDatasets.html">ListDatasets</a> operation. To get the
4847
4211
  * complete set of properties, call the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation, and
@@ -4877,12 +4241,6 @@ export interface DatasetSummary {
4877
4241
  */
4878
4242
  LastModificationTime?: Date;
4879
4243
  }
4880
- export declare namespace DatasetSummary {
4881
- /**
4882
- * @internal
4883
- */
4884
- const filterSensitiveLog: (obj: DatasetSummary) => any;
4885
- }
4886
4244
  export interface ListDatasetsResponse {
4887
4245
  /**
4888
4246
  * <p>An array of objects that summarize each dataset's properties.</p>
@@ -4894,12 +4252,6 @@ export interface ListDatasetsResponse {
4894
4252
  */
4895
4253
  NextToken?: string;
4896
4254
  }
4897
- export declare namespace ListDatasetsResponse {
4898
- /**
4899
- * @internal
4900
- */
4901
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
4902
- }
4903
4255
  export interface ListExplainabilitiesRequest {
4904
4256
  /**
4905
4257
  * <p>If the result of the previous request was truncated, the response includes a
@@ -4938,12 +4290,6 @@ export interface ListExplainabilitiesRequest {
4938
4290
  */
4939
4291
  Filters?: Filter[];
4940
4292
  }
4941
- export declare namespace ListExplainabilitiesRequest {
4942
- /**
4943
- * @internal
4944
- */
4945
- const filterSensitiveLog: (obj: ListExplainabilitiesRequest) => any;
4946
- }
4947
4293
  /**
4948
4294
  * <p>Provides a summary of the Explainability properties used in the <a>ListExplainabilities</a> operation. To get a complete set of properties,
4949
4295
  * call the <a>DescribeExplainability</a> operation, and provide the listed
@@ -5034,12 +4380,6 @@ export interface ExplainabilitySummary {
5034
4380
  */
5035
4381
  LastModificationTime?: Date;
5036
4382
  }
5037
- export declare namespace ExplainabilitySummary {
5038
- /**
5039
- * @internal
5040
- */
5041
- const filterSensitiveLog: (obj: ExplainabilitySummary) => any;
5042
- }
5043
4383
  export interface ListExplainabilitiesResponse {
5044
4384
  /**
5045
4385
  * <p>An array of objects that summarize the properties of each Explainability
@@ -5052,12 +4392,6 @@ export interface ListExplainabilitiesResponse {
5052
4392
  */
5053
4393
  NextToken?: string;
5054
4394
  }
5055
- export declare namespace ListExplainabilitiesResponse {
5056
- /**
5057
- * @internal
5058
- */
5059
- const filterSensitiveLog: (obj: ListExplainabilitiesResponse) => any;
5060
- }
5061
4395
  export interface ListExplainabilityExportsRequest {
5062
4396
  /**
5063
4397
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5096,12 +4430,6 @@ export interface ListExplainabilityExportsRequest {
5096
4430
  */
5097
4431
  Filters?: Filter[];
5098
4432
  }
5099
- export declare namespace ListExplainabilityExportsRequest {
5100
- /**
5101
- * @internal
5102
- */
5103
- const filterSensitiveLog: (obj: ListExplainabilityExportsRequest) => any;
5104
- }
5105
4433
  /**
5106
4434
  * <p>Provides a summary of the Explainability export properties used in the <a>ListExplainabilityExports</a> operation. To get a complete set of
5107
4435
  * properties, call the <a>DescribeExplainabilityExport</a> operation, and
@@ -5187,12 +4515,6 @@ export interface ExplainabilityExportSummary {
5187
4515
  */
5188
4516
  LastModificationTime?: Date;
5189
4517
  }
5190
- export declare namespace ExplainabilityExportSummary {
5191
- /**
5192
- * @internal
5193
- */
5194
- const filterSensitiveLog: (obj: ExplainabilityExportSummary) => any;
5195
- }
5196
4518
  export interface ListExplainabilityExportsResponse {
5197
4519
  /**
5198
4520
  * <p>An array of objects that summarize the properties of each Explainability
@@ -5205,12 +4527,6 @@ export interface ListExplainabilityExportsResponse {
5205
4527
  */
5206
4528
  NextToken?: string;
5207
4529
  }
5208
- export declare namespace ListExplainabilityExportsResponse {
5209
- /**
5210
- * @internal
5211
- */
5212
- const filterSensitiveLog: (obj: ListExplainabilityExportsResponse) => any;
5213
- }
5214
4530
  export interface ListForecastExportJobsRequest {
5215
4531
  /**
5216
4532
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5257,12 +4573,6 @@ export interface ListForecastExportJobsRequest {
5257
4573
  */
5258
4574
  Filters?: Filter[];
5259
4575
  }
5260
- export declare namespace ListForecastExportJobsRequest {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: ListForecastExportJobsRequest) => any;
5265
- }
5266
4576
  /**
5267
4577
  * <p>Provides a summary of the forecast export job properties used in the <a>ListForecastExportJobs</a> operation. To get the complete set of properties, call
5268
4578
  * the <a>DescribeForecastExportJob</a> operation, and provide the listed
@@ -5349,12 +4659,6 @@ export interface ForecastExportJobSummary {
5349
4659
  */
5350
4660
  LastModificationTime?: Date;
5351
4661
  }
5352
- export declare namespace ForecastExportJobSummary {
5353
- /**
5354
- * @internal
5355
- */
5356
- const filterSensitiveLog: (obj: ForecastExportJobSummary) => any;
5357
- }
5358
4662
  export interface ListForecastExportJobsResponse {
5359
4663
  /**
5360
4664
  * <p>An array of objects that summarize each export job's properties.</p>
@@ -5366,12 +4670,6 @@ export interface ListForecastExportJobsResponse {
5366
4670
  */
5367
4671
  NextToken?: string;
5368
4672
  }
5369
- export declare namespace ListForecastExportJobsResponse {
5370
- /**
5371
- * @internal
5372
- */
5373
- const filterSensitiveLog: (obj: ListForecastExportJobsResponse) => any;
5374
- }
5375
4673
  export interface ListForecastsRequest {
5376
4674
  /**
5377
4675
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5416,12 +4714,6 @@ export interface ListForecastsRequest {
5416
4714
  */
5417
4715
  Filters?: Filter[];
5418
4716
  }
5419
- export declare namespace ListForecastsRequest {
5420
- /**
5421
- * @internal
5422
- */
5423
- const filterSensitiveLog: (obj: ListForecastsRequest) => any;
5424
- }
5425
4717
  /**
5426
4718
  * <p>Provides a summary of the forecast properties used in the <a>ListForecasts</a>
5427
4719
  * operation. To get the complete set of properties, call the <a>DescribeForecast</a>
@@ -5517,12 +4809,6 @@ export interface ForecastSummary {
5517
4809
  */
5518
4810
  LastModificationTime?: Date;
5519
4811
  }
5520
- export declare namespace ForecastSummary {
5521
- /**
5522
- * @internal
5523
- */
5524
- const filterSensitiveLog: (obj: ForecastSummary) => any;
5525
- }
5526
4812
  export interface ListForecastsResponse {
5527
4813
  /**
5528
4814
  * <p>An array of objects that summarize each forecast's properties.</p>
@@ -5534,12 +4820,6 @@ export interface ListForecastsResponse {
5534
4820
  */
5535
4821
  NextToken?: string;
5536
4822
  }
5537
- export declare namespace ListForecastsResponse {
5538
- /**
5539
- * @internal
5540
- */
5541
- const filterSensitiveLog: (obj: ListForecastsResponse) => any;
5542
- }
5543
4823
  export interface ListMonitorEvaluationsRequest {
5544
4824
  /**
5545
4825
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5586,12 +4866,6 @@ export interface ListMonitorEvaluationsRequest {
5586
4866
  */
5587
4867
  Filters?: Filter[];
5588
4868
  }
5589
- export declare namespace ListMonitorEvaluationsRequest {
5590
- /**
5591
- * @internal
5592
- */
5593
- const filterSensitiveLog: (obj: ListMonitorEvaluationsRequest) => any;
5594
- }
5595
4869
  /**
5596
4870
  * <p>An individual metric Forecast calculated when monitoring predictor usage. You can compare the value for this metric to the metric's value in the <a>Baseline</a> to see how your predictor's performance is changing.</p>
5597
4871
  * <p>For more information about metrics generated by Forecast see <a href="https://docs.aws.amazon.com/forecast/latest/dg/metrics.html">Evaluating Predictor Accuracy</a>
@@ -5607,12 +4881,6 @@ export interface MetricResult {
5607
4881
  */
5608
4882
  MetricValue?: number;
5609
4883
  }
5610
- export declare namespace MetricResult {
5611
- /**
5612
- * @internal
5613
- */
5614
- const filterSensitiveLog: (obj: MetricResult) => any;
5615
- }
5616
4884
  /**
5617
4885
  * <p>The source of the data the monitor used during the evaluation.</p>
5618
4886
  */
@@ -5630,12 +4898,6 @@ export interface MonitorDataSource {
5630
4898
  */
5631
4899
  PredictorArn?: string;
5632
4900
  }
5633
- export declare namespace MonitorDataSource {
5634
- /**
5635
- * @internal
5636
- */
5637
- const filterSensitiveLog: (obj: MonitorDataSource) => any;
5638
- }
5639
4901
  /**
5640
4902
  * <p>Provides details about a predictor event, such as a retraining.</p>
5641
4903
  */
@@ -5649,12 +4911,6 @@ export interface PredictorEvent {
5649
4911
  */
5650
4912
  Datetime?: Date;
5651
4913
  }
5652
- export declare namespace PredictorEvent {
5653
- /**
5654
- * @internal
5655
- */
5656
- const filterSensitiveLog: (obj: PredictorEvent) => any;
5657
- }
5658
4914
  /**
5659
4915
  * <p>Describes the results of a monitor evaluation.</p>
5660
4916
  */
@@ -5704,12 +4960,6 @@ export interface PredictorMonitorEvaluation {
5704
4960
  */
5705
4961
  Message?: string;
5706
4962
  }
5707
- export declare namespace PredictorMonitorEvaluation {
5708
- /**
5709
- * @internal
5710
- */
5711
- const filterSensitiveLog: (obj: PredictorMonitorEvaluation) => any;
5712
- }
5713
4963
  export interface ListMonitorEvaluationsResponse {
5714
4964
  /**
5715
4965
  * <p>If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of
@@ -5722,12 +4972,6 @@ export interface ListMonitorEvaluationsResponse {
5722
4972
  */
5723
4973
  PredictorMonitorEvaluations?: PredictorMonitorEvaluation[];
5724
4974
  }
5725
- export declare namespace ListMonitorEvaluationsResponse {
5726
- /**
5727
- * @internal
5728
- */
5729
- const filterSensitiveLog: (obj: ListMonitorEvaluationsResponse) => any;
5730
- }
5731
4975
  export interface ListMonitorsRequest {
5732
4976
  /**
5733
4977
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5770,12 +5014,6 @@ export interface ListMonitorsRequest {
5770
5014
  */
5771
5015
  Filters?: Filter[];
5772
5016
  }
5773
- export declare namespace ListMonitorsRequest {
5774
- /**
5775
- * @internal
5776
- */
5777
- const filterSensitiveLog: (obj: ListMonitorsRequest) => any;
5778
- }
5779
5017
  /**
5780
5018
  * <p>Provides a summary of the monitor properties used in the <a>ListMonitors</a> operation. To get a complete set of properties,
5781
5019
  * call the <a>DescribeMonitor</a> operation, and provide the listed
@@ -5854,12 +5092,6 @@ export interface MonitorSummary {
5854
5092
  */
5855
5093
  LastModificationTime?: Date;
5856
5094
  }
5857
- export declare namespace MonitorSummary {
5858
- /**
5859
- * @internal
5860
- */
5861
- const filterSensitiveLog: (obj: MonitorSummary) => any;
5862
- }
5863
5095
  export interface ListMonitorsResponse {
5864
5096
  /**
5865
5097
  * <p>An array of objects that summarize each monitor's properties.</p>
@@ -5871,12 +5103,6 @@ export interface ListMonitorsResponse {
5871
5103
  */
5872
5104
  NextToken?: string;
5873
5105
  }
5874
- export declare namespace ListMonitorsResponse {
5875
- /**
5876
- * @internal
5877
- */
5878
- const filterSensitiveLog: (obj: ListMonitorsResponse) => any;
5879
- }
5880
5106
  export interface ListPredictorBacktestExportJobsRequest {
5881
5107
  /**
5882
5108
  * <p>If the result of the previous request was truncated, the response includes a
@@ -5917,12 +5143,6 @@ export interface ListPredictorBacktestExportJobsRequest {
5917
5143
  */
5918
5144
  Filters?: Filter[];
5919
5145
  }
5920
- export declare namespace ListPredictorBacktestExportJobsRequest {
5921
- /**
5922
- * @internal
5923
- */
5924
- const filterSensitiveLog: (obj: ListPredictorBacktestExportJobsRequest) => any;
5925
- }
5926
5146
  /**
5927
5147
  * <p>Provides a summary of the predictor backtest export job properties used in the <a>ListPredictorBacktestExportJobs</a> operation. To get a complete set of
5928
5148
  * properties, call the <a>DescribePredictorBacktestExportJob</a> operation, and
@@ -6007,12 +5227,6 @@ export interface PredictorBacktestExportJobSummary {
6007
5227
  */
6008
5228
  LastModificationTime?: Date;
6009
5229
  }
6010
- export declare namespace PredictorBacktestExportJobSummary {
6011
- /**
6012
- * @internal
6013
- */
6014
- const filterSensitiveLog: (obj: PredictorBacktestExportJobSummary) => any;
6015
- }
6016
5230
  export interface ListPredictorBacktestExportJobsResponse {
6017
5231
  /**
6018
5232
  * <p>An array of objects that summarize the properties of each predictor backtest export
@@ -6025,12 +5239,6 @@ export interface ListPredictorBacktestExportJobsResponse {
6025
5239
  */
6026
5240
  NextToken?: string;
6027
5241
  }
6028
- export declare namespace ListPredictorBacktestExportJobsResponse {
6029
- /**
6030
- * @internal
6031
- */
6032
- const filterSensitiveLog: (obj: ListPredictorBacktestExportJobsResponse) => any;
6033
- }
6034
5242
  export interface ListPredictorsRequest {
6035
5243
  /**
6036
5244
  * <p>If the result of the previous request was truncated, the response includes a
@@ -6075,12 +5283,6 @@ export interface ListPredictorsRequest {
6075
5283
  */
6076
5284
  Filters?: Filter[];
6077
5285
  }
6078
- export declare namespace ListPredictorsRequest {
6079
- /**
6080
- * @internal
6081
- */
6082
- const filterSensitiveLog: (obj: ListPredictorsRequest) => any;
6083
- }
6084
5286
  /**
6085
5287
  * <p>Provides a summary of the predictor properties that are used in the <a>ListPredictors</a> operation. To get the complete set of properties, call the <a>DescribePredictor</a> operation, and provide the listed
6086
5288
  * <code>PredictorArn</code>.</p>
@@ -6177,12 +5379,6 @@ export interface PredictorSummary {
6177
5379
  */
6178
5380
  LastModificationTime?: Date;
6179
5381
  }
6180
- export declare namespace PredictorSummary {
6181
- /**
6182
- * @internal
6183
- */
6184
- const filterSensitiveLog: (obj: PredictorSummary) => any;
6185
- }
6186
5382
  export interface ListPredictorsResponse {
6187
5383
  /**
6188
5384
  * <p>An array of objects that summarize each predictor's properties.</p>
@@ -6194,12 +5390,6 @@ export interface ListPredictorsResponse {
6194
5390
  */
6195
5391
  NextToken?: string;
6196
5392
  }
6197
- export declare namespace ListPredictorsResponse {
6198
- /**
6199
- * @internal
6200
- */
6201
- const filterSensitiveLog: (obj: ListPredictorsResponse) => any;
6202
- }
6203
5393
  export interface ListTagsForResourceRequest {
6204
5394
  /**
6205
5395
  * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
@@ -6207,36 +5397,18 @@ export interface ListTagsForResourceRequest {
6207
5397
  */
6208
5398
  ResourceArn: string | undefined;
6209
5399
  }
6210
- export declare namespace ListTagsForResourceRequest {
6211
- /**
6212
- * @internal
6213
- */
6214
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6215
- }
6216
5400
  export interface ListTagsForResourceResponse {
6217
5401
  /**
6218
5402
  * <p>The tags for the resource.</p>
6219
5403
  */
6220
5404
  Tags?: Tag[];
6221
5405
  }
6222
- export declare namespace ListTagsForResourceResponse {
6223
- /**
6224
- * @internal
6225
- */
6226
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6227
- }
6228
5406
  export interface ResumeResourceRequest {
6229
5407
  /**
6230
5408
  * <p>The Amazon Resource Name (ARN) of the monitor resource to resume.</p>
6231
5409
  */
6232
5410
  ResourceArn: string | undefined;
6233
5411
  }
6234
- export declare namespace ResumeResourceRequest {
6235
- /**
6236
- * @internal
6237
- */
6238
- const filterSensitiveLog: (obj: ResumeResourceRequest) => any;
6239
- }
6240
5412
  export interface StopResourceRequest {
6241
5413
  /**
6242
5414
  * <p>The Amazon Resource Name (ARN) that identifies the resource to stop. The supported ARNs
@@ -6247,12 +5419,6 @@ export interface StopResourceRequest {
6247
5419
  */
6248
5420
  ResourceArn: string | undefined;
6249
5421
  }
6250
- export declare namespace StopResourceRequest {
6251
- /**
6252
- * @internal
6253
- */
6254
- const filterSensitiveLog: (obj: StopResourceRequest) => any;
6255
- }
6256
5422
  export interface TagResourceRequest {
6257
5423
  /**
6258
5424
  * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
@@ -6297,20 +5463,8 @@ export interface TagResourceRequest {
6297
5463
  */
6298
5464
  Tags: Tag[] | undefined;
6299
5465
  }
6300
- export declare namespace TagResourceRequest {
6301
- /**
6302
- * @internal
6303
- */
6304
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
6305
- }
6306
5466
  export interface TagResourceResponse {
6307
5467
  }
6308
- export declare namespace TagResourceResponse {
6309
- /**
6310
- * @internal
6311
- */
6312
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
6313
- }
6314
5468
  export interface UntagResourceRequest {
6315
5469
  /**
6316
5470
  * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
@@ -6322,20 +5476,8 @@ export interface UntagResourceRequest {
6322
5476
  */
6323
5477
  TagKeys: string[] | undefined;
6324
5478
  }
6325
- export declare namespace UntagResourceRequest {
6326
- /**
6327
- * @internal
6328
- */
6329
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
6330
- }
6331
5479
  export interface UntagResourceResponse {
6332
5480
  }
6333
- export declare namespace UntagResourceResponse {
6334
- /**
6335
- * @internal
6336
- */
6337
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
6338
- }
6339
5481
  export interface UpdateDatasetGroupRequest {
6340
5482
  /**
6341
5483
  * <p>The ARN of the dataset group.</p>
@@ -6347,17 +5489,585 @@ export interface UpdateDatasetGroupRequest {
6347
5489
  */
6348
5490
  DatasetArns: string[] | undefined;
6349
5491
  }
6350
- export declare namespace UpdateDatasetGroupRequest {
6351
- /**
6352
- * @internal
6353
- */
6354
- const filterSensitiveLog: (obj: UpdateDatasetGroupRequest) => any;
6355
- }
6356
5492
  export interface UpdateDatasetGroupResponse {
6357
5493
  }
6358
- export declare namespace UpdateDatasetGroupResponse {
6359
- /**
6360
- * @internal
6361
- */
6362
- const filterSensitiveLog: (obj: UpdateDatasetGroupResponse) => any;
6363
- }
5494
+ /**
5495
+ * @internal
5496
+ */
5497
+ export declare const AdditionalDatasetFilterSensitiveLog: (obj: AdditionalDataset) => any;
5498
+ /**
5499
+ * @internal
5500
+ */
5501
+ export declare const AttributeConfigFilterSensitiveLog: (obj: AttributeConfig) => any;
5502
+ /**
5503
+ * @internal
5504
+ */
5505
+ export declare const DataConfigFilterSensitiveLog: (obj: DataConfig) => any;
5506
+ /**
5507
+ * @internal
5508
+ */
5509
+ export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
5510
+ /**
5511
+ * @internal
5512
+ */
5513
+ export declare const MonitorConfigFilterSensitiveLog: (obj: MonitorConfig) => any;
5514
+ /**
5515
+ * @internal
5516
+ */
5517
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
5518
+ /**
5519
+ * @internal
5520
+ */
5521
+ export declare const TimeAlignmentBoundaryFilterSensitiveLog: (obj: TimeAlignmentBoundary) => any;
5522
+ /**
5523
+ * @internal
5524
+ */
5525
+ export declare const CreateAutoPredictorRequestFilterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
5526
+ /**
5527
+ * @internal
5528
+ */
5529
+ export declare const CreateAutoPredictorResponseFilterSensitiveLog: (obj: CreateAutoPredictorResponse) => any;
5530
+ /**
5531
+ * @internal
5532
+ */
5533
+ export declare const SchemaAttributeFilterSensitiveLog: (obj: SchemaAttribute) => any;
5534
+ /**
5535
+ * @internal
5536
+ */
5537
+ export declare const SchemaFilterSensitiveLog: (obj: Schema) => any;
5538
+ /**
5539
+ * @internal
5540
+ */
5541
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
5542
+ /**
5543
+ * @internal
5544
+ */
5545
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
5546
+ /**
5547
+ * @internal
5548
+ */
5549
+ export declare const CreateDatasetGroupRequestFilterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
5550
+ /**
5551
+ * @internal
5552
+ */
5553
+ export declare const CreateDatasetGroupResponseFilterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
5554
+ /**
5555
+ * @internal
5556
+ */
5557
+ export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
5558
+ /**
5559
+ * @internal
5560
+ */
5561
+ export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
5562
+ /**
5563
+ * @internal
5564
+ */
5565
+ export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
5566
+ /**
5567
+ * @internal
5568
+ */
5569
+ export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
5570
+ /**
5571
+ * @internal
5572
+ */
5573
+ export declare const ExplainabilityConfigFilterSensitiveLog: (obj: ExplainabilityConfig) => any;
5574
+ /**
5575
+ * @internal
5576
+ */
5577
+ export declare const CreateExplainabilityRequestFilterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
5578
+ /**
5579
+ * @internal
5580
+ */
5581
+ export declare const CreateExplainabilityResponseFilterSensitiveLog: (obj: CreateExplainabilityResponse) => any;
5582
+ /**
5583
+ * @internal
5584
+ */
5585
+ export declare const DataDestinationFilterSensitiveLog: (obj: DataDestination) => any;
5586
+ /**
5587
+ * @internal
5588
+ */
5589
+ export declare const CreateExplainabilityExportRequestFilterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
5590
+ /**
5591
+ * @internal
5592
+ */
5593
+ export declare const CreateExplainabilityExportResponseFilterSensitiveLog: (obj: CreateExplainabilityExportResponse) => any;
5594
+ /**
5595
+ * @internal
5596
+ */
5597
+ export declare const TimeSeriesIdentifiersFilterSensitiveLog: (obj: TimeSeriesIdentifiers) => any;
5598
+ /**
5599
+ * @internal
5600
+ */
5601
+ export declare const TimeSeriesSelectorFilterSensitiveLog: (obj: TimeSeriesSelector) => any;
5602
+ /**
5603
+ * @internal
5604
+ */
5605
+ export declare const CreateForecastRequestFilterSensitiveLog: (obj: CreateForecastRequest) => any;
5606
+ /**
5607
+ * @internal
5608
+ */
5609
+ export declare const CreateForecastResponseFilterSensitiveLog: (obj: CreateForecastResponse) => any;
5610
+ /**
5611
+ * @internal
5612
+ */
5613
+ export declare const CreateForecastExportJobRequestFilterSensitiveLog: (obj: CreateForecastExportJobRequest) => any;
5614
+ /**
5615
+ * @internal
5616
+ */
5617
+ export declare const CreateForecastExportJobResponseFilterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
5618
+ /**
5619
+ * @internal
5620
+ */
5621
+ export declare const CreateMonitorRequestFilterSensitiveLog: (obj: CreateMonitorRequest) => any;
5622
+ /**
5623
+ * @internal
5624
+ */
5625
+ export declare const CreateMonitorResponseFilterSensitiveLog: (obj: CreateMonitorResponse) => any;
5626
+ /**
5627
+ * @internal
5628
+ */
5629
+ export declare const EvaluationParametersFilterSensitiveLog: (obj: EvaluationParameters) => any;
5630
+ /**
5631
+ * @internal
5632
+ */
5633
+ export declare const FeaturizationMethodFilterSensitiveLog: (obj: FeaturizationMethod) => any;
5634
+ /**
5635
+ * @internal
5636
+ */
5637
+ export declare const FeaturizationFilterSensitiveLog: (obj: Featurization) => any;
5638
+ /**
5639
+ * @internal
5640
+ */
5641
+ export declare const FeaturizationConfigFilterSensitiveLog: (obj: FeaturizationConfig) => any;
5642
+ /**
5643
+ * @internal
5644
+ */
5645
+ export declare const CategoricalParameterRangeFilterSensitiveLog: (obj: CategoricalParameterRange) => any;
5646
+ /**
5647
+ * @internal
5648
+ */
5649
+ export declare const ContinuousParameterRangeFilterSensitiveLog: (obj: ContinuousParameterRange) => any;
5650
+ /**
5651
+ * @internal
5652
+ */
5653
+ export declare const IntegerParameterRangeFilterSensitiveLog: (obj: IntegerParameterRange) => any;
5654
+ /**
5655
+ * @internal
5656
+ */
5657
+ export declare const ParameterRangesFilterSensitiveLog: (obj: ParameterRanges) => any;
5658
+ /**
5659
+ * @internal
5660
+ */
5661
+ export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
5662
+ /**
5663
+ * @internal
5664
+ */
5665
+ export declare const SupplementaryFeatureFilterSensitiveLog: (obj: SupplementaryFeature) => any;
5666
+ /**
5667
+ * @internal
5668
+ */
5669
+ export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
5670
+ /**
5671
+ * @internal
5672
+ */
5673
+ export declare const CreatePredictorRequestFilterSensitiveLog: (obj: CreatePredictorRequest) => any;
5674
+ /**
5675
+ * @internal
5676
+ */
5677
+ export declare const CreatePredictorResponseFilterSensitiveLog: (obj: CreatePredictorResponse) => any;
5678
+ /**
5679
+ * @internal
5680
+ */
5681
+ export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobRequest) => any;
5682
+ /**
5683
+ * @internal
5684
+ */
5685
+ export declare const CreatePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobResponse) => any;
5686
+ /**
5687
+ * @internal
5688
+ */
5689
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
5690
+ /**
5691
+ * @internal
5692
+ */
5693
+ export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
5694
+ /**
5695
+ * @internal
5696
+ */
5697
+ export declare const DeleteDatasetImportJobRequestFilterSensitiveLog: (obj: DeleteDatasetImportJobRequest) => any;
5698
+ /**
5699
+ * @internal
5700
+ */
5701
+ export declare const DeleteExplainabilityRequestFilterSensitiveLog: (obj: DeleteExplainabilityRequest) => any;
5702
+ /**
5703
+ * @internal
5704
+ */
5705
+ export declare const DeleteExplainabilityExportRequestFilterSensitiveLog: (obj: DeleteExplainabilityExportRequest) => any;
5706
+ /**
5707
+ * @internal
5708
+ */
5709
+ export declare const DeleteForecastRequestFilterSensitiveLog: (obj: DeleteForecastRequest) => any;
5710
+ /**
5711
+ * @internal
5712
+ */
5713
+ export declare const DeleteForecastExportJobRequestFilterSensitiveLog: (obj: DeleteForecastExportJobRequest) => any;
5714
+ /**
5715
+ * @internal
5716
+ */
5717
+ export declare const DeleteMonitorRequestFilterSensitiveLog: (obj: DeleteMonitorRequest) => any;
5718
+ /**
5719
+ * @internal
5720
+ */
5721
+ export declare const DeletePredictorRequestFilterSensitiveLog: (obj: DeletePredictorRequest) => any;
5722
+ /**
5723
+ * @internal
5724
+ */
5725
+ export declare const DeletePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: DeletePredictorBacktestExportJobRequest) => any;
5726
+ /**
5727
+ * @internal
5728
+ */
5729
+ export declare const DeleteResourceTreeRequestFilterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
5730
+ /**
5731
+ * @internal
5732
+ */
5733
+ export declare const DescribeAutoPredictorRequestFilterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
5734
+ /**
5735
+ * @internal
5736
+ */
5737
+ export declare const ExplainabilityInfoFilterSensitiveLog: (obj: ExplainabilityInfo) => any;
5738
+ /**
5739
+ * @internal
5740
+ */
5741
+ export declare const MonitorInfoFilterSensitiveLog: (obj: MonitorInfo) => any;
5742
+ /**
5743
+ * @internal
5744
+ */
5745
+ export declare const ReferencePredictorSummaryFilterSensitiveLog: (obj: ReferencePredictorSummary) => any;
5746
+ /**
5747
+ * @internal
5748
+ */
5749
+ export declare const DescribeAutoPredictorResponseFilterSensitiveLog: (obj: DescribeAutoPredictorResponse) => any;
5750
+ /**
5751
+ * @internal
5752
+ */
5753
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
5754
+ /**
5755
+ * @internal
5756
+ */
5757
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
5758
+ /**
5759
+ * @internal
5760
+ */
5761
+ export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
5762
+ /**
5763
+ * @internal
5764
+ */
5765
+ export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
5766
+ /**
5767
+ * @internal
5768
+ */
5769
+ export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
5770
+ /**
5771
+ * @internal
5772
+ */
5773
+ export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
5774
+ /**
5775
+ * @internal
5776
+ */
5777
+ export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
5778
+ /**
5779
+ * @internal
5780
+ */
5781
+ export declare const DescribeExplainabilityRequestFilterSensitiveLog: (obj: DescribeExplainabilityRequest) => any;
5782
+ /**
5783
+ * @internal
5784
+ */
5785
+ export declare const DescribeExplainabilityResponseFilterSensitiveLog: (obj: DescribeExplainabilityResponse) => any;
5786
+ /**
5787
+ * @internal
5788
+ */
5789
+ export declare const DescribeExplainabilityExportRequestFilterSensitiveLog: (obj: DescribeExplainabilityExportRequest) => any;
5790
+ /**
5791
+ * @internal
5792
+ */
5793
+ export declare const DescribeExplainabilityExportResponseFilterSensitiveLog: (obj: DescribeExplainabilityExportResponse) => any;
5794
+ /**
5795
+ * @internal
5796
+ */
5797
+ export declare const DescribeForecastRequestFilterSensitiveLog: (obj: DescribeForecastRequest) => any;
5798
+ /**
5799
+ * @internal
5800
+ */
5801
+ export declare const DescribeForecastResponseFilterSensitiveLog: (obj: DescribeForecastResponse) => any;
5802
+ /**
5803
+ * @internal
5804
+ */
5805
+ export declare const DescribeForecastExportJobRequestFilterSensitiveLog: (obj: DescribeForecastExportJobRequest) => any;
5806
+ /**
5807
+ * @internal
5808
+ */
5809
+ export declare const DescribeForecastExportJobResponseFilterSensitiveLog: (obj: DescribeForecastExportJobResponse) => any;
5810
+ /**
5811
+ * @internal
5812
+ */
5813
+ export declare const DescribeMonitorRequestFilterSensitiveLog: (obj: DescribeMonitorRequest) => any;
5814
+ /**
5815
+ * @internal
5816
+ */
5817
+ export declare const BaselineMetricFilterSensitiveLog: (obj: BaselineMetric) => any;
5818
+ /**
5819
+ * @internal
5820
+ */
5821
+ export declare const PredictorBaselineFilterSensitiveLog: (obj: PredictorBaseline) => any;
5822
+ /**
5823
+ * @internal
5824
+ */
5825
+ export declare const BaselineFilterSensitiveLog: (obj: Baseline) => any;
5826
+ /**
5827
+ * @internal
5828
+ */
5829
+ export declare const DescribeMonitorResponseFilterSensitiveLog: (obj: DescribeMonitorResponse) => any;
5830
+ /**
5831
+ * @internal
5832
+ */
5833
+ export declare const DescribePredictorRequestFilterSensitiveLog: (obj: DescribePredictorRequest) => any;
5834
+ /**
5835
+ * @internal
5836
+ */
5837
+ export declare const TestWindowSummaryFilterSensitiveLog: (obj: TestWindowSummary) => any;
5838
+ /**
5839
+ * @internal
5840
+ */
5841
+ export declare const PredictorExecutionFilterSensitiveLog: (obj: PredictorExecution) => any;
5842
+ /**
5843
+ * @internal
5844
+ */
5845
+ export declare const PredictorExecutionDetailsFilterSensitiveLog: (obj: PredictorExecutionDetails) => any;
5846
+ /**
5847
+ * @internal
5848
+ */
5849
+ export declare const DescribePredictorResponseFilterSensitiveLog: (obj: DescribePredictorResponse) => any;
5850
+ /**
5851
+ * @internal
5852
+ */
5853
+ export declare const DescribePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: DescribePredictorBacktestExportJobRequest) => any;
5854
+ /**
5855
+ * @internal
5856
+ */
5857
+ export declare const DescribePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: DescribePredictorBacktestExportJobResponse) => any;
5858
+ /**
5859
+ * @internal
5860
+ */
5861
+ export declare const GetAccuracyMetricsRequestFilterSensitiveLog: (obj: GetAccuracyMetricsRequest) => any;
5862
+ /**
5863
+ * @internal
5864
+ */
5865
+ export declare const ErrorMetricFilterSensitiveLog: (obj: ErrorMetric) => any;
5866
+ /**
5867
+ * @internal
5868
+ */
5869
+ export declare const WeightedQuantileLossFilterSensitiveLog: (obj: WeightedQuantileLoss) => any;
5870
+ /**
5871
+ * @internal
5872
+ */
5873
+ export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
5874
+ /**
5875
+ * @internal
5876
+ */
5877
+ export declare const WindowSummaryFilterSensitiveLog: (obj: WindowSummary) => any;
5878
+ /**
5879
+ * @internal
5880
+ */
5881
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
5882
+ /**
5883
+ * @internal
5884
+ */
5885
+ export declare const GetAccuracyMetricsResponseFilterSensitiveLog: (obj: GetAccuracyMetricsResponse) => any;
5886
+ /**
5887
+ * @internal
5888
+ */
5889
+ export declare const ListDatasetGroupsRequestFilterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
5890
+ /**
5891
+ * @internal
5892
+ */
5893
+ export declare const DatasetGroupSummaryFilterSensitiveLog: (obj: DatasetGroupSummary) => any;
5894
+ /**
5895
+ * @internal
5896
+ */
5897
+ export declare const ListDatasetGroupsResponseFilterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
5898
+ /**
5899
+ * @internal
5900
+ */
5901
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
5902
+ /**
5903
+ * @internal
5904
+ */
5905
+ export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
5906
+ /**
5907
+ * @internal
5908
+ */
5909
+ export declare const DatasetImportJobSummaryFilterSensitiveLog: (obj: DatasetImportJobSummary) => any;
5910
+ /**
5911
+ * @internal
5912
+ */
5913
+ export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
5914
+ /**
5915
+ * @internal
5916
+ */
5917
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
5918
+ /**
5919
+ * @internal
5920
+ */
5921
+ export declare const DatasetSummaryFilterSensitiveLog: (obj: DatasetSummary) => any;
5922
+ /**
5923
+ * @internal
5924
+ */
5925
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
5926
+ /**
5927
+ * @internal
5928
+ */
5929
+ export declare const ListExplainabilitiesRequestFilterSensitiveLog: (obj: ListExplainabilitiesRequest) => any;
5930
+ /**
5931
+ * @internal
5932
+ */
5933
+ export declare const ExplainabilitySummaryFilterSensitiveLog: (obj: ExplainabilitySummary) => any;
5934
+ /**
5935
+ * @internal
5936
+ */
5937
+ export declare const ListExplainabilitiesResponseFilterSensitiveLog: (obj: ListExplainabilitiesResponse) => any;
5938
+ /**
5939
+ * @internal
5940
+ */
5941
+ export declare const ListExplainabilityExportsRequestFilterSensitiveLog: (obj: ListExplainabilityExportsRequest) => any;
5942
+ /**
5943
+ * @internal
5944
+ */
5945
+ export declare const ExplainabilityExportSummaryFilterSensitiveLog: (obj: ExplainabilityExportSummary) => any;
5946
+ /**
5947
+ * @internal
5948
+ */
5949
+ export declare const ListExplainabilityExportsResponseFilterSensitiveLog: (obj: ListExplainabilityExportsResponse) => any;
5950
+ /**
5951
+ * @internal
5952
+ */
5953
+ export declare const ListForecastExportJobsRequestFilterSensitiveLog: (obj: ListForecastExportJobsRequest) => any;
5954
+ /**
5955
+ * @internal
5956
+ */
5957
+ export declare const ForecastExportJobSummaryFilterSensitiveLog: (obj: ForecastExportJobSummary) => any;
5958
+ /**
5959
+ * @internal
5960
+ */
5961
+ export declare const ListForecastExportJobsResponseFilterSensitiveLog: (obj: ListForecastExportJobsResponse) => any;
5962
+ /**
5963
+ * @internal
5964
+ */
5965
+ export declare const ListForecastsRequestFilterSensitiveLog: (obj: ListForecastsRequest) => any;
5966
+ /**
5967
+ * @internal
5968
+ */
5969
+ export declare const ForecastSummaryFilterSensitiveLog: (obj: ForecastSummary) => any;
5970
+ /**
5971
+ * @internal
5972
+ */
5973
+ export declare const ListForecastsResponseFilterSensitiveLog: (obj: ListForecastsResponse) => any;
5974
+ /**
5975
+ * @internal
5976
+ */
5977
+ export declare const ListMonitorEvaluationsRequestFilterSensitiveLog: (obj: ListMonitorEvaluationsRequest) => any;
5978
+ /**
5979
+ * @internal
5980
+ */
5981
+ export declare const MetricResultFilterSensitiveLog: (obj: MetricResult) => any;
5982
+ /**
5983
+ * @internal
5984
+ */
5985
+ export declare const MonitorDataSourceFilterSensitiveLog: (obj: MonitorDataSource) => any;
5986
+ /**
5987
+ * @internal
5988
+ */
5989
+ export declare const PredictorEventFilterSensitiveLog: (obj: PredictorEvent) => any;
5990
+ /**
5991
+ * @internal
5992
+ */
5993
+ export declare const PredictorMonitorEvaluationFilterSensitiveLog: (obj: PredictorMonitorEvaluation) => any;
5994
+ /**
5995
+ * @internal
5996
+ */
5997
+ export declare const ListMonitorEvaluationsResponseFilterSensitiveLog: (obj: ListMonitorEvaluationsResponse) => any;
5998
+ /**
5999
+ * @internal
6000
+ */
6001
+ export declare const ListMonitorsRequestFilterSensitiveLog: (obj: ListMonitorsRequest) => any;
6002
+ /**
6003
+ * @internal
6004
+ */
6005
+ export declare const MonitorSummaryFilterSensitiveLog: (obj: MonitorSummary) => any;
6006
+ /**
6007
+ * @internal
6008
+ */
6009
+ export declare const ListMonitorsResponseFilterSensitiveLog: (obj: ListMonitorsResponse) => any;
6010
+ /**
6011
+ * @internal
6012
+ */
6013
+ export declare const ListPredictorBacktestExportJobsRequestFilterSensitiveLog: (obj: ListPredictorBacktestExportJobsRequest) => any;
6014
+ /**
6015
+ * @internal
6016
+ */
6017
+ export declare const PredictorBacktestExportJobSummaryFilterSensitiveLog: (obj: PredictorBacktestExportJobSummary) => any;
6018
+ /**
6019
+ * @internal
6020
+ */
6021
+ export declare const ListPredictorBacktestExportJobsResponseFilterSensitiveLog: (obj: ListPredictorBacktestExportJobsResponse) => any;
6022
+ /**
6023
+ * @internal
6024
+ */
6025
+ export declare const ListPredictorsRequestFilterSensitiveLog: (obj: ListPredictorsRequest) => any;
6026
+ /**
6027
+ * @internal
6028
+ */
6029
+ export declare const PredictorSummaryFilterSensitiveLog: (obj: PredictorSummary) => any;
6030
+ /**
6031
+ * @internal
6032
+ */
6033
+ export declare const ListPredictorsResponseFilterSensitiveLog: (obj: ListPredictorsResponse) => any;
6034
+ /**
6035
+ * @internal
6036
+ */
6037
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6038
+ /**
6039
+ * @internal
6040
+ */
6041
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6042
+ /**
6043
+ * @internal
6044
+ */
6045
+ export declare const ResumeResourceRequestFilterSensitiveLog: (obj: ResumeResourceRequest) => any;
6046
+ /**
6047
+ * @internal
6048
+ */
6049
+ export declare const StopResourceRequestFilterSensitiveLog: (obj: StopResourceRequest) => any;
6050
+ /**
6051
+ * @internal
6052
+ */
6053
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6054
+ /**
6055
+ * @internal
6056
+ */
6057
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6058
+ /**
6059
+ * @internal
6060
+ */
6061
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6062
+ /**
6063
+ * @internal
6064
+ */
6065
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6066
+ /**
6067
+ * @internal
6068
+ */
6069
+ export declare const UpdateDatasetGroupRequestFilterSensitiveLog: (obj: UpdateDatasetGroupRequest) => any;
6070
+ /**
6071
+ * @internal
6072
+ */
6073
+ export declare const UpdateDatasetGroupResponseFilterSensitiveLog: (obj: UpdateDatasetGroupResponse) => any;