@aws-sdk/client-lookoutequipment 3.131.0 → 3.137.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 (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -2
  4. package/dist-cjs/commands/CreateModelCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteModelCommand.js +1 -1
  8. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeModelCommand.js +2 -2
  12. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -2
  13. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  14. package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -2
  15. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -2
  16. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -2
  17. package/dist-cjs/commands/ListModelsCommand.js +2 -2
  18. package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -2
  21. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -2
  22. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -2
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +1 -1
  26. package/dist-cjs/models/models_0.js +314 -470
  27. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  28. package/dist-es/commands/CreateInferenceSchedulerCommand.js +3 -3
  29. package/dist-es/commands/CreateModelCommand.js +3 -3
  30. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  31. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -2
  32. package/dist-es/commands/DeleteModelCommand.js +2 -2
  33. package/dist-es/commands/DescribeDataIngestionJobCommand.js +3 -3
  34. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  35. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +3 -3
  36. package/dist-es/commands/DescribeModelCommand.js +3 -3
  37. package/dist-es/commands/ListDataIngestionJobsCommand.js +3 -3
  38. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  39. package/dist-es/commands/ListInferenceEventsCommand.js +3 -3
  40. package/dist-es/commands/ListInferenceExecutionsCommand.js +3 -3
  41. package/dist-es/commands/ListInferenceSchedulersCommand.js +3 -3
  42. package/dist-es/commands/ListModelsCommand.js +3 -3
  43. package/dist-es/commands/ListSensorStatisticsCommand.js +3 -3
  44. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  45. package/dist-es/commands/StartDataIngestionJobCommand.js +3 -3
  46. package/dist-es/commands/StartInferenceSchedulerCommand.js +3 -3
  47. package/dist-es/commands/StopInferenceSchedulerCommand.js +3 -3
  48. package/dist-es/commands/TagResourceCommand.js +3 -3
  49. package/dist-es/commands/UntagResourceCommand.js +3 -3
  50. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -2
  51. package/dist-es/models/models_0.js +78 -312
  52. package/dist-types/models/models_0.d.ts +312 -468
  53. package/dist-types/ts3.4/models/models_0.d.ts +0 -120
  54. package/package.json +6 -6
@@ -36,12 +36,6 @@ export interface DatasetSchema {
36
36
  */
37
37
  InlineDataSchema?: __LazyJsonString | string;
38
38
  }
39
- export declare namespace DatasetSchema {
40
- /**
41
- * @internal
42
- */
43
- const filterSensitiveLog: (obj: DatasetSchema) => any;
44
- }
45
39
  /**
46
40
  * <p>A tag is a key-value pair that can be added to a resource as metadata. </p>
47
41
  */
@@ -55,12 +49,6 @@ export interface Tag {
55
49
  */
56
50
  Value: string | undefined;
57
51
  }
58
- export declare namespace Tag {
59
- /**
60
- * @internal
61
- */
62
- const filterSensitiveLog: (obj: Tag) => any;
63
- }
64
52
  export interface CreateDatasetRequest {
65
53
  /**
66
54
  * <p>The name of the dataset being created. </p>
@@ -86,12 +74,6 @@ export interface CreateDatasetRequest {
86
74
  */
87
75
  Tags?: Tag[];
88
76
  }
89
- export declare namespace CreateDatasetRequest {
90
- /**
91
- * @internal
92
- */
93
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
94
- }
95
77
  export declare enum DatasetStatus {
96
78
  ACTIVE = "ACTIVE",
97
79
  CREATED = "CREATED",
@@ -111,12 +93,6 @@ export interface CreateDatasetResponse {
111
93
  */
112
94
  Status?: DatasetStatus | string;
113
95
  }
114
- export declare namespace CreateDatasetResponse {
115
- /**
116
- * @internal
117
- */
118
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
119
- }
120
96
  /**
121
97
  * <p> Processing of the request has failed because of an unknown error, exception or failure.
122
98
  * </p>
@@ -182,12 +158,6 @@ export interface InferenceInputNameConfiguration {
182
158
  */
183
159
  ComponentTimestampDelimiter?: string;
184
160
  }
185
- export declare namespace InferenceInputNameConfiguration {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: InferenceInputNameConfiguration) => any;
190
- }
191
161
  /**
192
162
  * <p> Specifies configuration information for the input data for the inference, including
193
163
  * input data S3 location. </p>
@@ -202,12 +172,6 @@ export interface InferenceS3InputConfiguration {
202
172
  */
203
173
  Prefix?: string;
204
174
  }
205
- export declare namespace InferenceS3InputConfiguration {
206
- /**
207
- * @internal
208
- */
209
- const filterSensitiveLog: (obj: InferenceS3InputConfiguration) => any;
210
- }
211
175
  /**
212
176
  * <p>Specifies configuration information for the input data for the inference, including
213
177
  * Amazon S3 location of input data.. </p>
@@ -229,12 +193,6 @@ export interface InferenceInputConfiguration {
229
193
  */
230
194
  InferenceInputNameConfiguration?: InferenceInputNameConfiguration;
231
195
  }
232
- export declare namespace InferenceInputConfiguration {
233
- /**
234
- * @internal
235
- */
236
- const filterSensitiveLog: (obj: InferenceInputConfiguration) => any;
237
- }
238
196
  /**
239
197
  * <p> Specifies configuration information for the output results from the inference,
240
198
  * including output S3 location. </p>
@@ -249,12 +207,6 @@ export interface InferenceS3OutputConfiguration {
249
207
  */
250
208
  Prefix?: string;
251
209
  }
252
- export declare namespace InferenceS3OutputConfiguration {
253
- /**
254
- * @internal
255
- */
256
- const filterSensitiveLog: (obj: InferenceS3OutputConfiguration) => any;
257
- }
258
210
  /**
259
211
  * <p> Specifies configuration information for the output results from for the inference,
260
212
  * including KMS key ID and output S3 location. </p>
@@ -270,12 +222,6 @@ export interface InferenceOutputConfiguration {
270
222
  */
271
223
  KmsKeyId?: string;
272
224
  }
273
- export declare namespace InferenceOutputConfiguration {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: InferenceOutputConfiguration) => any;
278
- }
279
225
  export declare enum DataUploadFrequency {
280
226
  PT10M = "PT10M",
281
227
  PT15M = "PT15M",
@@ -341,12 +287,6 @@ export interface CreateInferenceSchedulerRequest {
341
287
  */
342
288
  Tags?: Tag[];
343
289
  }
344
- export declare namespace CreateInferenceSchedulerRequest {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: CreateInferenceSchedulerRequest) => any;
349
- }
350
290
  export declare enum InferenceSchedulerStatus {
351
291
  PENDING = "PENDING",
352
292
  RUNNING = "RUNNING",
@@ -367,12 +307,6 @@ export interface CreateInferenceSchedulerResponse {
367
307
  */
368
308
  Status?: InferenceSchedulerStatus | string;
369
309
  }
370
- export declare namespace CreateInferenceSchedulerResponse {
371
- /**
372
- * @internal
373
- */
374
- const filterSensitiveLog: (obj: CreateInferenceSchedulerResponse) => any;
375
- }
376
310
  /**
377
311
  * <p> The resource requested could not be found. Verify the resource ID and retry your
378
312
  * request. </p>
@@ -425,12 +359,6 @@ export interface DataPreProcessingConfiguration {
425
359
  */
426
360
  TargetSamplingRate?: TargetSamplingRate | string;
427
361
  }
428
- export declare namespace DataPreProcessingConfiguration {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: DataPreProcessingConfiguration) => any;
433
- }
434
362
  /**
435
363
  * <p>The location information (prefix and bucket name) for the s3 location being used for
436
364
  * label data. </p>
@@ -445,12 +373,6 @@ export interface LabelsS3InputConfiguration {
445
373
  */
446
374
  Prefix?: string;
447
375
  }
448
- export declare namespace LabelsS3InputConfiguration {
449
- /**
450
- * @internal
451
- */
452
- const filterSensitiveLog: (obj: LabelsS3InputConfiguration) => any;
453
- }
454
376
  /**
455
377
  * <p>Contains the configuration information for the S3 location being used to hold label
456
378
  * data. </p>
@@ -461,12 +383,6 @@ export interface LabelsInputConfiguration {
461
383
  */
462
384
  S3InputConfiguration: LabelsS3InputConfiguration | undefined;
463
385
  }
464
- export declare namespace LabelsInputConfiguration {
465
- /**
466
- * @internal
467
- */
468
- const filterSensitiveLog: (obj: LabelsInputConfiguration) => any;
469
- }
470
386
  export interface CreateModelRequest {
471
387
  /**
472
388
  * <p>The name for the ML model to be created.</p>
@@ -544,12 +460,6 @@ export interface CreateModelRequest {
544
460
  */
545
461
  OffCondition?: string;
546
462
  }
547
- export declare namespace CreateModelRequest {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: CreateModelRequest) => any;
552
- }
553
463
  export declare enum ModelStatus {
554
464
  FAILED = "FAILED",
555
465
  IN_PROGRESS = "IN_PROGRESS",
@@ -565,60 +475,30 @@ export interface CreateModelResponse {
565
475
  */
566
476
  Status?: ModelStatus | string;
567
477
  }
568
- export declare namespace CreateModelResponse {
569
- /**
570
- * @internal
571
- */
572
- const filterSensitiveLog: (obj: CreateModelResponse) => any;
573
- }
574
478
  export interface DeleteDatasetRequest {
575
479
  /**
576
480
  * <p>The name of the dataset to be deleted. </p>
577
481
  */
578
482
  DatasetName: string | undefined;
579
483
  }
580
- export declare namespace DeleteDatasetRequest {
581
- /**
582
- * @internal
583
- */
584
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
585
- }
586
484
  export interface DeleteInferenceSchedulerRequest {
587
485
  /**
588
486
  * <p>The name of the inference scheduler to be deleted. </p>
589
487
  */
590
488
  InferenceSchedulerName: string | undefined;
591
489
  }
592
- export declare namespace DeleteInferenceSchedulerRequest {
593
- /**
594
- * @internal
595
- */
596
- const filterSensitiveLog: (obj: DeleteInferenceSchedulerRequest) => any;
597
- }
598
490
  export interface DeleteModelRequest {
599
491
  /**
600
492
  * <p>The name of the ML model to be deleted. </p>
601
493
  */
602
494
  ModelName: string | undefined;
603
495
  }
604
- export declare namespace DeleteModelRequest {
605
- /**
606
- * @internal
607
- */
608
- const filterSensitiveLog: (obj: DeleteModelRequest) => any;
609
- }
610
496
  export interface DescribeDataIngestionJobRequest {
611
497
  /**
612
498
  * <p>The job ID of the data ingestion job. </p>
613
499
  */
614
500
  JobId: string | undefined;
615
501
  }
616
- export declare namespace DescribeDataIngestionJobRequest {
617
- /**
618
- * @internal
619
- */
620
- const filterSensitiveLog: (obj: DescribeDataIngestionJobRequest) => any;
621
- }
622
502
  /**
623
503
  * <p> Entity that comprises information abount duplicate timestamps in the dataset. </p>
624
504
  */
@@ -628,12 +508,6 @@ export interface DuplicateTimestamps {
628
508
  */
629
509
  TotalNumberOfDuplicateTimestamps: number | undefined;
630
510
  }
631
- export declare namespace DuplicateTimestamps {
632
- /**
633
- * @internal
634
- */
635
- const filterSensitiveLog: (obj: DuplicateTimestamps) => any;
636
- }
637
511
  /**
638
512
  * <p> Entity that comprises information on sensors that have sensor data completely missing.
639
513
  * </p>
@@ -644,12 +518,6 @@ export interface MissingCompleteSensorData {
644
518
  */
645
519
  AffectedSensorCount: number | undefined;
646
520
  }
647
- export declare namespace MissingCompleteSensorData {
648
- /**
649
- * @internal
650
- */
651
- const filterSensitiveLog: (obj: MissingCompleteSensorData) => any;
652
- }
653
521
  /**
654
522
  * <p> Entity that comprises information on sensors that have shorter date range. </p>
655
523
  */
@@ -659,12 +527,6 @@ export interface SensorsWithShortDateRange {
659
527
  */
660
528
  AffectedSensorCount: number | undefined;
661
529
  }
662
- export declare namespace SensorsWithShortDateRange {
663
- /**
664
- * @internal
665
- */
666
- const filterSensitiveLog: (obj: SensorsWithShortDateRange) => any;
667
- }
668
530
  /**
669
531
  * <p> Entity that comprises aggregated information on sensors having insufficient data.
670
532
  * </p>
@@ -681,12 +543,6 @@ export interface InsufficientSensorData {
681
543
  */
682
544
  SensorsWithShortDateRange: SensorsWithShortDateRange | undefined;
683
545
  }
684
- export declare namespace InsufficientSensorData {
685
- /**
686
- * @internal
687
- */
688
- const filterSensitiveLog: (obj: InsufficientSensorData) => any;
689
- }
690
546
  /**
691
547
  * <p> Entity that comprises aggregated information on sensors having insufficient data.
692
548
  * </p>
@@ -701,12 +557,6 @@ export interface InvalidSensorData {
701
557
  */
702
558
  TotalNumberOfInvalidValues: number | undefined;
703
559
  }
704
- export declare namespace InvalidSensorData {
705
- /**
706
- * @internal
707
- */
708
- const filterSensitiveLog: (obj: InvalidSensorData) => any;
709
- }
710
560
  /**
711
561
  * <p> Entity that comprises aggregated information on sensors having missing data. </p>
712
562
  */
@@ -720,12 +570,6 @@ export interface MissingSensorData {
720
570
  */
721
571
  TotalNumberOfMissingValues: number | undefined;
722
572
  }
723
- export declare namespace MissingSensorData {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: MissingSensorData) => any;
728
- }
729
573
  /**
730
574
  * <p> Entity that comprises information abount unsupported timestamps in the dataset. </p>
731
575
  */
@@ -735,12 +579,6 @@ export interface UnsupportedTimestamps {
735
579
  */
736
580
  TotalNumberOfUnsupportedTimestamps: number | undefined;
737
581
  }
738
- export declare namespace UnsupportedTimestamps {
739
- /**
740
- * @internal
741
- */
742
- const filterSensitiveLog: (obj: UnsupportedTimestamps) => any;
743
- }
744
582
  /**
745
583
  * <p> DataQualitySummary gives aggregated statistics over all the sensors about a completed
746
584
  * ingestion job. It primarily gives more information about statistics over different
@@ -774,12 +612,6 @@ export interface DataQualitySummary {
774
612
  */
775
613
  DuplicateTimestamps: DuplicateTimestamps | undefined;
776
614
  }
777
- export declare namespace DataQualitySummary {
778
- /**
779
- * @internal
780
- */
781
- const filterSensitiveLog: (obj: DataQualitySummary) => any;
782
- }
783
615
  /**
784
616
  * <p>Contains information about an S3 bucket. </p>
785
617
  */
@@ -794,12 +626,6 @@ export interface S3Object {
794
626
  */
795
627
  Key: string | undefined;
796
628
  }
797
- export declare namespace S3Object {
798
- /**
799
- * @internal
800
- */
801
- const filterSensitiveLog: (obj: S3Object) => any;
802
- }
803
629
  /**
804
630
  * <p>Gives statistics about how many files have been ingested, and which files have not been
805
631
  * ingested, for a particular ingestion job.</p>
@@ -819,12 +645,6 @@ export interface IngestedFilesSummary {
819
645
  */
820
646
  DiscardedFiles?: S3Object[];
821
647
  }
822
- export declare namespace IngestedFilesSummary {
823
- /**
824
- * @internal
825
- */
826
- const filterSensitiveLog: (obj: IngestedFilesSummary) => any;
827
- }
828
648
  /**
829
649
  * <p> Specifies S3 configuration information for the input data for the data ingestion job.
830
650
  * </p>
@@ -846,12 +666,6 @@ export interface IngestionS3InputConfiguration {
846
666
  */
847
667
  KeyPattern?: string;
848
668
  }
849
- export declare namespace IngestionS3InputConfiguration {
850
- /**
851
- * @internal
852
- */
853
- const filterSensitiveLog: (obj: IngestionS3InputConfiguration) => any;
854
- }
855
669
  /**
856
670
  * <p> Specifies configuration information for the input data for the data ingestion job,
857
671
  * including input data S3 location. </p>
@@ -863,12 +677,6 @@ export interface IngestionInputConfiguration {
863
677
  */
864
678
  S3InputConfiguration: IngestionS3InputConfiguration | undefined;
865
679
  }
866
- export declare namespace IngestionInputConfiguration {
867
- /**
868
- * @internal
869
- */
870
- const filterSensitiveLog: (obj: IngestionInputConfiguration) => any;
871
- }
872
680
  export declare enum IngestionJobStatus {
873
681
  FAILED = "FAILED",
874
682
  IN_PROGRESS = "IN_PROGRESS",
@@ -942,24 +750,12 @@ export interface DescribeDataIngestionJobResponse {
942
750
  */
943
751
  DataEndTime?: Date;
944
752
  }
945
- export declare namespace DescribeDataIngestionJobResponse {
946
- /**
947
- * @internal
948
- */
949
- const filterSensitiveLog: (obj: DescribeDataIngestionJobResponse) => any;
950
- }
951
753
  export interface DescribeDatasetRequest {
952
754
  /**
953
755
  * <p>The name of the dataset to be described. </p>
954
756
  */
955
757
  DatasetName: string | undefined;
956
758
  }
957
- export declare namespace DescribeDatasetRequest {
958
- /**
959
- * @internal
960
- */
961
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
962
- }
963
759
  export interface DescribeDatasetResponse {
964
760
  /**
965
761
  * <p>The name of the dataset being described. </p>
@@ -1027,24 +823,12 @@ export interface DescribeDatasetResponse {
1027
823
  */
1028
824
  DataEndTime?: Date;
1029
825
  }
1030
- export declare namespace DescribeDatasetResponse {
1031
- /**
1032
- * @internal
1033
- */
1034
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1035
- }
1036
826
  export interface DescribeInferenceSchedulerRequest {
1037
827
  /**
1038
828
  * <p>The name of the inference scheduler being described. </p>
1039
829
  */
1040
830
  InferenceSchedulerName: string | undefined;
1041
831
  }
1042
- export declare namespace DescribeInferenceSchedulerRequest {
1043
- /**
1044
- * @internal
1045
- */
1046
- const filterSensitiveLog: (obj: DescribeInferenceSchedulerRequest) => any;
1047
- }
1048
832
  export interface DescribeInferenceSchedulerResponse {
1049
833
  /**
1050
834
  * <p>The Amazon Resource Name (ARN) of the ML model of the inference scheduler being
@@ -1114,24 +898,12 @@ export interface DescribeInferenceSchedulerResponse {
1114
898
  */
1115
899
  ServerSideKmsKeyId?: string;
1116
900
  }
1117
- export declare namespace DescribeInferenceSchedulerResponse {
1118
- /**
1119
- * @internal
1120
- */
1121
- const filterSensitiveLog: (obj: DescribeInferenceSchedulerResponse) => any;
1122
- }
1123
901
  export interface DescribeModelRequest {
1124
902
  /**
1125
903
  * <p>The name of the ML model to be described. </p>
1126
904
  */
1127
905
  ModelName: string | undefined;
1128
906
  }
1129
- export declare namespace DescribeModelRequest {
1130
- /**
1131
- * @internal
1132
- */
1133
- const filterSensitiveLog: (obj: DescribeModelRequest) => any;
1134
- }
1135
907
  export interface DescribeModelResponse {
1136
908
  /**
1137
909
  * <p>The name of the ML model being described. </p>
@@ -1243,12 +1015,6 @@ export interface DescribeModelResponse {
1243
1015
  */
1244
1016
  OffCondition?: string;
1245
1017
  }
1246
- export declare namespace DescribeModelResponse {
1247
- /**
1248
- * @internal
1249
- */
1250
- const filterSensitiveLog: (obj: DescribeModelResponse) => any;
1251
- }
1252
1018
  export interface ListDataIngestionJobsRequest {
1253
1019
  /**
1254
1020
  * <p>The name of the dataset being used for the data ingestion job. </p>
@@ -1268,12 +1034,6 @@ export interface ListDataIngestionJobsRequest {
1268
1034
  */
1269
1035
  Status?: IngestionJobStatus | string;
1270
1036
  }
1271
- export declare namespace ListDataIngestionJobsRequest {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: ListDataIngestionJobsRequest) => any;
1276
- }
1277
1037
  /**
1278
1038
  * <p>Provides information about a specified data ingestion job, including dataset
1279
1039
  * information, data ingestion configuration, and status. </p>
@@ -1301,12 +1061,6 @@ export interface DataIngestionJobSummary {
1301
1061
  */
1302
1062
  Status?: IngestionJobStatus | string;
1303
1063
  }
1304
- export declare namespace DataIngestionJobSummary {
1305
- /**
1306
- * @internal
1307
- */
1308
- const filterSensitiveLog: (obj: DataIngestionJobSummary) => any;
1309
- }
1310
1064
  export interface ListDataIngestionJobsResponse {
1311
1065
  /**
1312
1066
  * <p> An opaque pagination token indicating where to continue the listing of data ingestion
@@ -1319,12 +1073,6 @@ export interface ListDataIngestionJobsResponse {
1319
1073
  */
1320
1074
  DataIngestionJobSummaries?: DataIngestionJobSummary[];
1321
1075
  }
1322
- export declare namespace ListDataIngestionJobsResponse {
1323
- /**
1324
- * @internal
1325
- */
1326
- const filterSensitiveLog: (obj: ListDataIngestionJobsResponse) => any;
1327
- }
1328
1076
  export interface ListDatasetsRequest {
1329
1077
  /**
1330
1078
  * <p> An opaque pagination token indicating where to continue the listing of datasets.
@@ -1340,12 +1088,6 @@ export interface ListDatasetsRequest {
1340
1088
  */
1341
1089
  DatasetNameBeginsWith?: string;
1342
1090
  }
1343
- export declare namespace ListDatasetsRequest {
1344
- /**
1345
- * @internal
1346
- */
1347
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
1348
- }
1349
1091
  /**
1350
1092
  * <p>Contains information about the specific data set, including name, ARN, and status.
1351
1093
  * </p>
@@ -1368,12 +1110,6 @@ export interface DatasetSummary {
1368
1110
  */
1369
1111
  CreatedAt?: Date;
1370
1112
  }
1371
- export declare namespace DatasetSummary {
1372
- /**
1373
- * @internal
1374
- */
1375
- const filterSensitiveLog: (obj: DatasetSummary) => any;
1376
- }
1377
1113
  export interface ListDatasetsResponse {
1378
1114
  /**
1379
1115
  * <p> An opaque pagination token indicating where to continue the listing of datasets.
@@ -1386,12 +1122,6 @@ export interface ListDatasetsResponse {
1386
1122
  */
1387
1123
  DatasetSummaries?: DatasetSummary[];
1388
1124
  }
1389
- export declare namespace ListDatasetsResponse {
1390
- /**
1391
- * @internal
1392
- */
1393
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
1394
- }
1395
1125
  export interface ListInferenceEventsRequest {
1396
1126
  /**
1397
1127
  * <p>An opaque pagination token indicating where to continue the listing of inference
@@ -1415,12 +1145,6 @@ export interface ListInferenceEventsRequest {
1415
1145
  */
1416
1146
  IntervalEndTime: Date | undefined;
1417
1147
  }
1418
- export declare namespace ListInferenceEventsRequest {
1419
- /**
1420
- * @internal
1421
- */
1422
- const filterSensitiveLog: (obj: ListInferenceEventsRequest) => any;
1423
- }
1424
1148
  /**
1425
1149
  * <p>Contains information about the specific inference event, including start and end time,
1426
1150
  * diagnostics information, event duration and so on.</p>
@@ -1455,12 +1179,6 @@ export interface InferenceEventSummary {
1455
1179
  */
1456
1180
  EventDurationInSeconds?: number;
1457
1181
  }
1458
- export declare namespace InferenceEventSummary {
1459
- /**
1460
- * @internal
1461
- */
1462
- const filterSensitiveLog: (obj: InferenceEventSummary) => any;
1463
- }
1464
1182
  export interface ListInferenceEventsResponse {
1465
1183
  /**
1466
1184
  * <p>An opaque pagination token indicating where to continue the listing of inference
@@ -1474,12 +1192,6 @@ export interface ListInferenceEventsResponse {
1474
1192
  */
1475
1193
  InferenceEventSummaries?: InferenceEventSummary[];
1476
1194
  }
1477
- export declare namespace ListInferenceEventsResponse {
1478
- /**
1479
- * @internal
1480
- */
1481
- const filterSensitiveLog: (obj: ListInferenceEventsResponse) => any;
1482
- }
1483
1195
  export declare enum InferenceExecutionStatus {
1484
1196
  FAILED = "FAILED",
1485
1197
  IN_PROGRESS = "IN_PROGRESS",
@@ -1514,12 +1226,6 @@ export interface ListInferenceExecutionsRequest {
1514
1226
  */
1515
1227
  Status?: InferenceExecutionStatus | string;
1516
1228
  }
1517
- export declare namespace ListInferenceExecutionsRequest {
1518
- /**
1519
- * @internal
1520
- */
1521
- const filterSensitiveLog: (obj: ListInferenceExecutionsRequest) => any;
1522
- }
1523
1229
  /**
1524
1230
  * <p>Contains information about the specific inference execution, including input and output
1525
1231
  * data configuration, inference scheduling information, status, and so on. </p>
@@ -1582,12 +1288,6 @@ export interface InferenceExecutionSummary {
1582
1288
  */
1583
1289
  FailedReason?: string;
1584
1290
  }
1585
- export declare namespace InferenceExecutionSummary {
1586
- /**
1587
- * @internal
1588
- */
1589
- const filterSensitiveLog: (obj: InferenceExecutionSummary) => any;
1590
- }
1591
1291
  export interface ListInferenceExecutionsResponse {
1592
1292
  /**
1593
1293
  * <p> An opaque pagination token indicating where to continue the listing of inference
@@ -1601,12 +1301,6 @@ export interface ListInferenceExecutionsResponse {
1601
1301
  */
1602
1302
  InferenceExecutionSummaries?: InferenceExecutionSummary[];
1603
1303
  }
1604
- export declare namespace ListInferenceExecutionsResponse {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: ListInferenceExecutionsResponse) => any;
1609
- }
1610
1304
  export interface ListInferenceSchedulersRequest {
1611
1305
  /**
1612
1306
  * <p> An opaque pagination token indicating where to continue the listing of inference
@@ -1626,12 +1320,6 @@ export interface ListInferenceSchedulersRequest {
1626
1320
  */
1627
1321
  ModelName?: string;
1628
1322
  }
1629
- export declare namespace ListInferenceSchedulersRequest {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: ListInferenceSchedulersRequest) => any;
1634
- }
1635
1323
  /**
1636
1324
  * <p>Contains information about the specific inference scheduler, including data delay
1637
1325
  * offset, model name and ARN, status, and so on. </p>
@@ -1676,12 +1364,6 @@ export interface InferenceSchedulerSummary {
1676
1364
  */
1677
1365
  DataUploadFrequency?: DataUploadFrequency | string;
1678
1366
  }
1679
- export declare namespace InferenceSchedulerSummary {
1680
- /**
1681
- * @internal
1682
- */
1683
- const filterSensitiveLog: (obj: InferenceSchedulerSummary) => any;
1684
- }
1685
1367
  export interface ListInferenceSchedulersResponse {
1686
1368
  /**
1687
1369
  * <p> An opaque pagination token indicating where to continue the listing of inference
@@ -1694,12 +1376,6 @@ export interface ListInferenceSchedulersResponse {
1694
1376
  */
1695
1377
  InferenceSchedulerSummaries?: InferenceSchedulerSummary[];
1696
1378
  }
1697
- export declare namespace ListInferenceSchedulersResponse {
1698
- /**
1699
- * @internal
1700
- */
1701
- const filterSensitiveLog: (obj: ListInferenceSchedulersResponse) => any;
1702
- }
1703
1379
  export interface ListModelsRequest {
1704
1380
  /**
1705
1381
  * <p> An opaque pagination token indicating where to continue the listing of ML models.
@@ -1723,12 +1399,6 @@ export interface ListModelsRequest {
1723
1399
  */
1724
1400
  DatasetNameBeginsWith?: string;
1725
1401
  }
1726
- export declare namespace ListModelsRequest {
1727
- /**
1728
- * @internal
1729
- */
1730
- const filterSensitiveLog: (obj: ListModelsRequest) => any;
1731
- }
1732
1402
  /**
1733
1403
  * <p>Provides information about the specified ML model, including dataset and model names and
1734
1404
  * ARNs, as well as status. </p>
@@ -1759,12 +1429,6 @@ export interface ModelSummary {
1759
1429
  */
1760
1430
  CreatedAt?: Date;
1761
1431
  }
1762
- export declare namespace ModelSummary {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: ModelSummary) => any;
1767
- }
1768
1432
  export interface ListModelsResponse {
1769
1433
  /**
1770
1434
  * <p> An opaque pagination token indicating where to continue the listing of ML models.
@@ -1777,12 +1441,6 @@ export interface ListModelsResponse {
1777
1441
  */
1778
1442
  ModelSummaries?: ModelSummary[];
1779
1443
  }
1780
- export declare namespace ListModelsResponse {
1781
- /**
1782
- * @internal
1783
- */
1784
- const filterSensitiveLog: (obj: ListModelsResponse) => any;
1785
- }
1786
1444
  export interface ListSensorStatisticsRequest {
1787
1445
  /**
1788
1446
  * <p> The name of the dataset associated with the list of Sensor Statistics. </p>
@@ -1804,12 +1462,6 @@ export interface ListSensorStatisticsRequest {
1804
1462
  */
1805
1463
  NextToken?: string;
1806
1464
  }
1807
- export declare namespace ListSensorStatisticsRequest {
1808
- /**
1809
- * @internal
1810
- */
1811
- const filterSensitiveLog: (obj: ListSensorStatisticsRequest) => any;
1812
- }
1813
1465
  export declare enum StatisticalIssueStatus {
1814
1466
  NO_ISSUE_DETECTED = "NO_ISSUE_DETECTED",
1815
1467
  POTENTIAL_ISSUE_DETECTED = "POTENTIAL_ISSUE_DETECTED"
@@ -1828,12 +1480,6 @@ export interface CategoricalValues {
1828
1480
  */
1829
1481
  NumberOfCategory?: number;
1830
1482
  }
1831
- export declare namespace CategoricalValues {
1832
- /**
1833
- * @internal
1834
- */
1835
- const filterSensitiveLog: (obj: CategoricalValues) => any;
1836
- }
1837
1483
  /**
1838
1484
  * <p> Entity that comprises information of count and percentage. </p>
1839
1485
  */
@@ -1847,12 +1493,6 @@ export interface CountPercent {
1847
1493
  */
1848
1494
  Percentage: number | undefined;
1849
1495
  }
1850
- export declare namespace CountPercent {
1851
- /**
1852
- * @internal
1853
- */
1854
- const filterSensitiveLog: (obj: CountPercent) => any;
1855
- }
1856
1496
  /**
1857
1497
  * <p> Entity that comprises information on large gaps between consecutive timestamps in data.
1858
1498
  * </p>
@@ -1872,12 +1512,6 @@ export interface LargeTimestampGaps {
1872
1512
  */
1873
1513
  MaxTimestampGapInDays?: number;
1874
1514
  }
1875
- export declare namespace LargeTimestampGaps {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: LargeTimestampGaps) => any;
1880
- }
1881
1515
  export declare enum Monotonicity {
1882
1516
  DECREASING = "DECREASING",
1883
1517
  INCREASING = "INCREASING",
@@ -1897,12 +1531,6 @@ export interface MonotonicValues {
1897
1531
  */
1898
1532
  Monotonicity?: Monotonicity | string;
1899
1533
  }
1900
- export declare namespace MonotonicValues {
1901
- /**
1902
- * @internal
1903
- */
1904
- const filterSensitiveLog: (obj: MonotonicValues) => any;
1905
- }
1906
1534
  /**
1907
1535
  * <p> Entity that comprises information on operating modes in data. </p>
1908
1536
  */
@@ -1913,12 +1541,6 @@ export interface MultipleOperatingModes {
1913
1541
  */
1914
1542
  Status: StatisticalIssueStatus | string | undefined;
1915
1543
  }
1916
- export declare namespace MultipleOperatingModes {
1917
- /**
1918
- * @internal
1919
- */
1920
- const filterSensitiveLog: (obj: MultipleOperatingModes) => any;
1921
- }
1922
1544
  /**
1923
1545
  * <p> Summary of ingestion statistics like whether data exists, number of missing values,
1924
1546
  * number of invalid values and so on related to the particular sensor. </p>
@@ -1989,12 +1611,6 @@ export interface SensorStatisticsSummary {
1989
1611
  */
1990
1612
  DataEndTime?: Date;
1991
1613
  }
1992
- export declare namespace SensorStatisticsSummary {
1993
- /**
1994
- * @internal
1995
- */
1996
- const filterSensitiveLog: (obj: SensorStatisticsSummary) => any;
1997
- }
1998
1614
  export interface ListSensorStatisticsResponse {
1999
1615
  /**
2000
1616
  * <p> Provides ingestion-based statistics regarding the specified sensor with respect to
@@ -2008,12 +1624,6 @@ export interface ListSensorStatisticsResponse {
2008
1624
  */
2009
1625
  NextToken?: string;
2010
1626
  }
2011
- export declare namespace ListSensorStatisticsResponse {
2012
- /**
2013
- * @internal
2014
- */
2015
- const filterSensitiveLog: (obj: ListSensorStatisticsResponse) => any;
2016
- }
2017
1627
  export interface ListTagsForResourceRequest {
2018
1628
  /**
2019
1629
  * <p>The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is
@@ -2021,24 +1631,12 @@ export interface ListTagsForResourceRequest {
2021
1631
  */
2022
1632
  ResourceArn: string | undefined;
2023
1633
  }
2024
- export declare namespace ListTagsForResourceRequest {
2025
- /**
2026
- * @internal
2027
- */
2028
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2029
- }
2030
1634
  export interface ListTagsForResourceResponse {
2031
1635
  /**
2032
1636
  * <p> Any tags associated with the resource. </p>
2033
1637
  */
2034
1638
  Tags?: Tag[];
2035
1639
  }
2036
- export declare namespace ListTagsForResourceResponse {
2037
- /**
2038
- * @internal
2039
- */
2040
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2041
- }
2042
1640
  export interface StartDataIngestionJobRequest {
2043
1641
  /**
2044
1642
  * <p>The name of the dataset being used by the data ingestion job. </p>
@@ -2060,12 +1658,6 @@ export interface StartDataIngestionJobRequest {
2060
1658
  */
2061
1659
  ClientToken?: string;
2062
1660
  }
2063
- export declare namespace StartDataIngestionJobRequest {
2064
- /**
2065
- * @internal
2066
- */
2067
- const filterSensitiveLog: (obj: StartDataIngestionJobRequest) => any;
2068
- }
2069
1661
  export interface StartDataIngestionJobResponse {
2070
1662
  /**
2071
1663
  * <p>Indicates the job ID of the data ingestion job. </p>
@@ -2076,24 +1668,12 @@ export interface StartDataIngestionJobResponse {
2076
1668
  */
2077
1669
  Status?: IngestionJobStatus | string;
2078
1670
  }
2079
- export declare namespace StartDataIngestionJobResponse {
2080
- /**
2081
- * @internal
2082
- */
2083
- const filterSensitiveLog: (obj: StartDataIngestionJobResponse) => any;
2084
- }
2085
1671
  export interface StartInferenceSchedulerRequest {
2086
1672
  /**
2087
1673
  * <p>The name of the inference scheduler to be started. </p>
2088
1674
  */
2089
1675
  InferenceSchedulerName: string | undefined;
2090
1676
  }
2091
- export declare namespace StartInferenceSchedulerRequest {
2092
- /**
2093
- * @internal
2094
- */
2095
- const filterSensitiveLog: (obj: StartInferenceSchedulerRequest) => any;
2096
- }
2097
1677
  export interface StartInferenceSchedulerResponse {
2098
1678
  /**
2099
1679
  * <p>The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler.
@@ -2117,24 +1697,12 @@ export interface StartInferenceSchedulerResponse {
2117
1697
  */
2118
1698
  Status?: InferenceSchedulerStatus | string;
2119
1699
  }
2120
- export declare namespace StartInferenceSchedulerResponse {
2121
- /**
2122
- * @internal
2123
- */
2124
- const filterSensitiveLog: (obj: StartInferenceSchedulerResponse) => any;
2125
- }
2126
1700
  export interface StopInferenceSchedulerRequest {
2127
1701
  /**
2128
1702
  * <p>The name of the inference scheduler to be stopped. </p>
2129
1703
  */
2130
1704
  InferenceSchedulerName: string | undefined;
2131
1705
  }
2132
- export declare namespace StopInferenceSchedulerRequest {
2133
- /**
2134
- * @internal
2135
- */
2136
- const filterSensitiveLog: (obj: StopInferenceSchedulerRequest) => any;
2137
- }
2138
1706
  export interface StopInferenceSchedulerResponse {
2139
1707
  /**
2140
1708
  * <p>The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being
@@ -2158,12 +1726,6 @@ export interface StopInferenceSchedulerResponse {
2158
1726
  */
2159
1727
  Status?: InferenceSchedulerStatus | string;
2160
1728
  }
2161
- export declare namespace StopInferenceSchedulerResponse {
2162
- /**
2163
- * @internal
2164
- */
2165
- const filterSensitiveLog: (obj: StopInferenceSchedulerResponse) => any;
2166
- }
2167
1729
  export interface TagResourceRequest {
2168
1730
  /**
2169
1731
  * <p>The Amazon Resource Name (ARN) of the specific resource to which the tag should be
@@ -2176,20 +1738,8 @@ export interface TagResourceRequest {
2176
1738
  */
2177
1739
  Tags: Tag[] | undefined;
2178
1740
  }
2179
- export declare namespace TagResourceRequest {
2180
- /**
2181
- * @internal
2182
- */
2183
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2184
- }
2185
1741
  export interface TagResourceResponse {
2186
1742
  }
2187
- export declare namespace TagResourceResponse {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2192
- }
2193
1743
  export interface UntagResourceRequest {
2194
1744
  /**
2195
1745
  * <p>The Amazon Resource Name (ARN) of the resource to which the tag is currently associated.
@@ -2201,20 +1751,8 @@ export interface UntagResourceRequest {
2201
1751
  */
2202
1752
  TagKeys: string[] | undefined;
2203
1753
  }
2204
- export declare namespace UntagResourceRequest {
2205
- /**
2206
- * @internal
2207
- */
2208
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2209
- }
2210
1754
  export interface UntagResourceResponse {
2211
1755
  }
2212
- export declare namespace UntagResourceResponse {
2213
- /**
2214
- * @internal
2215
- */
2216
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2217
- }
2218
1756
  export interface UpdateInferenceSchedulerRequest {
2219
1757
  /**
2220
1758
  * <p>The name of the inference scheduler to be updated. </p>
@@ -2254,9 +1792,315 @@ export interface UpdateInferenceSchedulerRequest {
2254
1792
  */
2255
1793
  RoleArn?: string;
2256
1794
  }
2257
- export declare namespace UpdateInferenceSchedulerRequest {
2258
- /**
2259
- * @internal
2260
- */
2261
- const filterSensitiveLog: (obj: UpdateInferenceSchedulerRequest) => any;
2262
- }
1795
+ /**
1796
+ * @internal
1797
+ */
1798
+ export declare const DatasetSchemaFilterSensitiveLog: (obj: DatasetSchema) => any;
1799
+ /**
1800
+ * @internal
1801
+ */
1802
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1803
+ /**
1804
+ * @internal
1805
+ */
1806
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
1807
+ /**
1808
+ * @internal
1809
+ */
1810
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
1811
+ /**
1812
+ * @internal
1813
+ */
1814
+ export declare const InferenceInputNameConfigurationFilterSensitiveLog: (obj: InferenceInputNameConfiguration) => any;
1815
+ /**
1816
+ * @internal
1817
+ */
1818
+ export declare const InferenceS3InputConfigurationFilterSensitiveLog: (obj: InferenceS3InputConfiguration) => any;
1819
+ /**
1820
+ * @internal
1821
+ */
1822
+ export declare const InferenceInputConfigurationFilterSensitiveLog: (obj: InferenceInputConfiguration) => any;
1823
+ /**
1824
+ * @internal
1825
+ */
1826
+ export declare const InferenceS3OutputConfigurationFilterSensitiveLog: (obj: InferenceS3OutputConfiguration) => any;
1827
+ /**
1828
+ * @internal
1829
+ */
1830
+ export declare const InferenceOutputConfigurationFilterSensitiveLog: (obj: InferenceOutputConfiguration) => any;
1831
+ /**
1832
+ * @internal
1833
+ */
1834
+ export declare const CreateInferenceSchedulerRequestFilterSensitiveLog: (obj: CreateInferenceSchedulerRequest) => any;
1835
+ /**
1836
+ * @internal
1837
+ */
1838
+ export declare const CreateInferenceSchedulerResponseFilterSensitiveLog: (obj: CreateInferenceSchedulerResponse) => any;
1839
+ /**
1840
+ * @internal
1841
+ */
1842
+ export declare const DataPreProcessingConfigurationFilterSensitiveLog: (obj: DataPreProcessingConfiguration) => any;
1843
+ /**
1844
+ * @internal
1845
+ */
1846
+ export declare const LabelsS3InputConfigurationFilterSensitiveLog: (obj: LabelsS3InputConfiguration) => any;
1847
+ /**
1848
+ * @internal
1849
+ */
1850
+ export declare const LabelsInputConfigurationFilterSensitiveLog: (obj: LabelsInputConfiguration) => any;
1851
+ /**
1852
+ * @internal
1853
+ */
1854
+ export declare const CreateModelRequestFilterSensitiveLog: (obj: CreateModelRequest) => any;
1855
+ /**
1856
+ * @internal
1857
+ */
1858
+ export declare const CreateModelResponseFilterSensitiveLog: (obj: CreateModelResponse) => any;
1859
+ /**
1860
+ * @internal
1861
+ */
1862
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1863
+ /**
1864
+ * @internal
1865
+ */
1866
+ export declare const DeleteInferenceSchedulerRequestFilterSensitiveLog: (obj: DeleteInferenceSchedulerRequest) => any;
1867
+ /**
1868
+ * @internal
1869
+ */
1870
+ export declare const DeleteModelRequestFilterSensitiveLog: (obj: DeleteModelRequest) => any;
1871
+ /**
1872
+ * @internal
1873
+ */
1874
+ export declare const DescribeDataIngestionJobRequestFilterSensitiveLog: (obj: DescribeDataIngestionJobRequest) => any;
1875
+ /**
1876
+ * @internal
1877
+ */
1878
+ export declare const DuplicateTimestampsFilterSensitiveLog: (obj: DuplicateTimestamps) => any;
1879
+ /**
1880
+ * @internal
1881
+ */
1882
+ export declare const MissingCompleteSensorDataFilterSensitiveLog: (obj: MissingCompleteSensorData) => any;
1883
+ /**
1884
+ * @internal
1885
+ */
1886
+ export declare const SensorsWithShortDateRangeFilterSensitiveLog: (obj: SensorsWithShortDateRange) => any;
1887
+ /**
1888
+ * @internal
1889
+ */
1890
+ export declare const InsufficientSensorDataFilterSensitiveLog: (obj: InsufficientSensorData) => any;
1891
+ /**
1892
+ * @internal
1893
+ */
1894
+ export declare const InvalidSensorDataFilterSensitiveLog: (obj: InvalidSensorData) => any;
1895
+ /**
1896
+ * @internal
1897
+ */
1898
+ export declare const MissingSensorDataFilterSensitiveLog: (obj: MissingSensorData) => any;
1899
+ /**
1900
+ * @internal
1901
+ */
1902
+ export declare const UnsupportedTimestampsFilterSensitiveLog: (obj: UnsupportedTimestamps) => any;
1903
+ /**
1904
+ * @internal
1905
+ */
1906
+ export declare const DataQualitySummaryFilterSensitiveLog: (obj: DataQualitySummary) => any;
1907
+ /**
1908
+ * @internal
1909
+ */
1910
+ export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
1911
+ /**
1912
+ * @internal
1913
+ */
1914
+ export declare const IngestedFilesSummaryFilterSensitiveLog: (obj: IngestedFilesSummary) => any;
1915
+ /**
1916
+ * @internal
1917
+ */
1918
+ export declare const IngestionS3InputConfigurationFilterSensitiveLog: (obj: IngestionS3InputConfiguration) => any;
1919
+ /**
1920
+ * @internal
1921
+ */
1922
+ export declare const IngestionInputConfigurationFilterSensitiveLog: (obj: IngestionInputConfiguration) => any;
1923
+ /**
1924
+ * @internal
1925
+ */
1926
+ export declare const DescribeDataIngestionJobResponseFilterSensitiveLog: (obj: DescribeDataIngestionJobResponse) => any;
1927
+ /**
1928
+ * @internal
1929
+ */
1930
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1931
+ /**
1932
+ * @internal
1933
+ */
1934
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1935
+ /**
1936
+ * @internal
1937
+ */
1938
+ export declare const DescribeInferenceSchedulerRequestFilterSensitiveLog: (obj: DescribeInferenceSchedulerRequest) => any;
1939
+ /**
1940
+ * @internal
1941
+ */
1942
+ export declare const DescribeInferenceSchedulerResponseFilterSensitiveLog: (obj: DescribeInferenceSchedulerResponse) => any;
1943
+ /**
1944
+ * @internal
1945
+ */
1946
+ export declare const DescribeModelRequestFilterSensitiveLog: (obj: DescribeModelRequest) => any;
1947
+ /**
1948
+ * @internal
1949
+ */
1950
+ export declare const DescribeModelResponseFilterSensitiveLog: (obj: DescribeModelResponse) => any;
1951
+ /**
1952
+ * @internal
1953
+ */
1954
+ export declare const ListDataIngestionJobsRequestFilterSensitiveLog: (obj: ListDataIngestionJobsRequest) => any;
1955
+ /**
1956
+ * @internal
1957
+ */
1958
+ export declare const DataIngestionJobSummaryFilterSensitiveLog: (obj: DataIngestionJobSummary) => any;
1959
+ /**
1960
+ * @internal
1961
+ */
1962
+ export declare const ListDataIngestionJobsResponseFilterSensitiveLog: (obj: ListDataIngestionJobsResponse) => any;
1963
+ /**
1964
+ * @internal
1965
+ */
1966
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
1967
+ /**
1968
+ * @internal
1969
+ */
1970
+ export declare const DatasetSummaryFilterSensitiveLog: (obj: DatasetSummary) => any;
1971
+ /**
1972
+ * @internal
1973
+ */
1974
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
1975
+ /**
1976
+ * @internal
1977
+ */
1978
+ export declare const ListInferenceEventsRequestFilterSensitiveLog: (obj: ListInferenceEventsRequest) => any;
1979
+ /**
1980
+ * @internal
1981
+ */
1982
+ export declare const InferenceEventSummaryFilterSensitiveLog: (obj: InferenceEventSummary) => any;
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ export declare const ListInferenceEventsResponseFilterSensitiveLog: (obj: ListInferenceEventsResponse) => any;
1987
+ /**
1988
+ * @internal
1989
+ */
1990
+ export declare const ListInferenceExecutionsRequestFilterSensitiveLog: (obj: ListInferenceExecutionsRequest) => any;
1991
+ /**
1992
+ * @internal
1993
+ */
1994
+ export declare const InferenceExecutionSummaryFilterSensitiveLog: (obj: InferenceExecutionSummary) => any;
1995
+ /**
1996
+ * @internal
1997
+ */
1998
+ export declare const ListInferenceExecutionsResponseFilterSensitiveLog: (obj: ListInferenceExecutionsResponse) => any;
1999
+ /**
2000
+ * @internal
2001
+ */
2002
+ export declare const ListInferenceSchedulersRequestFilterSensitiveLog: (obj: ListInferenceSchedulersRequest) => any;
2003
+ /**
2004
+ * @internal
2005
+ */
2006
+ export declare const InferenceSchedulerSummaryFilterSensitiveLog: (obj: InferenceSchedulerSummary) => any;
2007
+ /**
2008
+ * @internal
2009
+ */
2010
+ export declare const ListInferenceSchedulersResponseFilterSensitiveLog: (obj: ListInferenceSchedulersResponse) => any;
2011
+ /**
2012
+ * @internal
2013
+ */
2014
+ export declare const ListModelsRequestFilterSensitiveLog: (obj: ListModelsRequest) => any;
2015
+ /**
2016
+ * @internal
2017
+ */
2018
+ export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
2019
+ /**
2020
+ * @internal
2021
+ */
2022
+ export declare const ListModelsResponseFilterSensitiveLog: (obj: ListModelsResponse) => any;
2023
+ /**
2024
+ * @internal
2025
+ */
2026
+ export declare const ListSensorStatisticsRequestFilterSensitiveLog: (obj: ListSensorStatisticsRequest) => any;
2027
+ /**
2028
+ * @internal
2029
+ */
2030
+ export declare const CategoricalValuesFilterSensitiveLog: (obj: CategoricalValues) => any;
2031
+ /**
2032
+ * @internal
2033
+ */
2034
+ export declare const CountPercentFilterSensitiveLog: (obj: CountPercent) => any;
2035
+ /**
2036
+ * @internal
2037
+ */
2038
+ export declare const LargeTimestampGapsFilterSensitiveLog: (obj: LargeTimestampGaps) => any;
2039
+ /**
2040
+ * @internal
2041
+ */
2042
+ export declare const MonotonicValuesFilterSensitiveLog: (obj: MonotonicValues) => any;
2043
+ /**
2044
+ * @internal
2045
+ */
2046
+ export declare const MultipleOperatingModesFilterSensitiveLog: (obj: MultipleOperatingModes) => any;
2047
+ /**
2048
+ * @internal
2049
+ */
2050
+ export declare const SensorStatisticsSummaryFilterSensitiveLog: (obj: SensorStatisticsSummary) => any;
2051
+ /**
2052
+ * @internal
2053
+ */
2054
+ export declare const ListSensorStatisticsResponseFilterSensitiveLog: (obj: ListSensorStatisticsResponse) => any;
2055
+ /**
2056
+ * @internal
2057
+ */
2058
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2059
+ /**
2060
+ * @internal
2061
+ */
2062
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2063
+ /**
2064
+ * @internal
2065
+ */
2066
+ export declare const StartDataIngestionJobRequestFilterSensitiveLog: (obj: StartDataIngestionJobRequest) => any;
2067
+ /**
2068
+ * @internal
2069
+ */
2070
+ export declare const StartDataIngestionJobResponseFilterSensitiveLog: (obj: StartDataIngestionJobResponse) => any;
2071
+ /**
2072
+ * @internal
2073
+ */
2074
+ export declare const StartInferenceSchedulerRequestFilterSensitiveLog: (obj: StartInferenceSchedulerRequest) => any;
2075
+ /**
2076
+ * @internal
2077
+ */
2078
+ export declare const StartInferenceSchedulerResponseFilterSensitiveLog: (obj: StartInferenceSchedulerResponse) => any;
2079
+ /**
2080
+ * @internal
2081
+ */
2082
+ export declare const StopInferenceSchedulerRequestFilterSensitiveLog: (obj: StopInferenceSchedulerRequest) => any;
2083
+ /**
2084
+ * @internal
2085
+ */
2086
+ export declare const StopInferenceSchedulerResponseFilterSensitiveLog: (obj: StopInferenceSchedulerResponse) => any;
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2091
+ /**
2092
+ * @internal
2093
+ */
2094
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2095
+ /**
2096
+ * @internal
2097
+ */
2098
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2099
+ /**
2100
+ * @internal
2101
+ */
2102
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2103
+ /**
2104
+ * @internal
2105
+ */
2106
+ export declare const UpdateInferenceSchedulerRequestFilterSensitiveLog: (obj: UpdateInferenceSchedulerRequest) => any;