@aws-sdk/client-lookoutequipment 3.169.0 → 3.171.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 (59) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LookoutEquipment.d.ts +565 -170
  3. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +303 -106
  4. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/index.d.ts +33 -33
  38. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  39. package/dist-types/ts3.4/index.d.ts +6 -6
  40. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +7 -6
  41. package/dist-types/ts3.4/models/index.d.ts +1 -1
  42. package/dist-types/ts3.4/models/models_0.d.ts +938 -394
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  44. package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  59. package/package.json +34 -34
@@ -1,394 +1,938 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message: string | undefined;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export declare class ConflictException extends __BaseException {
13
- readonly name: "ConflictException";
14
- readonly $fault: "client";
15
- Message: string | undefined;
16
-
17
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
18
- }
19
-
20
- export interface DatasetSchema {
21
-
22
- InlineDataSchema?: __LazyJsonString | string;
23
- }
24
-
25
- export interface Tag {
26
-
27
- Key: string | undefined;
28
-
29
- Value: string | undefined;
30
- }
31
- export interface CreateDatasetRequest {
32
-
33
- DatasetName: string | undefined;
34
-
35
- DatasetSchema?: DatasetSchema;
36
-
37
- ServerSideKmsKeyId?: string;
38
-
39
- ClientToken?: string;
40
-
41
- Tags?: Tag[];
42
- }
43
- export declare enum DatasetStatus {
44
- ACTIVE = "ACTIVE",
45
- CREATED = "CREATED",
46
- INGESTION_IN_PROGRESS = "INGESTION_IN_PROGRESS"
47
- }
48
- export interface CreateDatasetResponse {
49
-
50
- DatasetName?: string;
51
-
52
- DatasetArn?: string;
53
-
54
- Status?: DatasetStatus | string;
55
- }
56
-
57
- export declare class InternalServerException extends __BaseException {
58
- readonly name: "InternalServerException";
59
- readonly $fault: "server";
60
- Message: string | undefined;
61
-
62
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
63
- }
64
-
65
- export declare class ServiceQuotaExceededException extends __BaseException {
66
- readonly name: "ServiceQuotaExceededException";
67
- readonly $fault: "client";
68
- Message: string | undefined;
69
-
70
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
71
- }
72
-
73
- export declare class ThrottlingException extends __BaseException {
74
- readonly name: "ThrottlingException";
75
- readonly $fault: "client";
76
- Message: string | undefined;
77
-
78
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
79
- }
80
-
81
- export declare class ValidationException extends __BaseException {
82
- readonly name: "ValidationException";
83
- readonly $fault: "client";
84
- Message: string | undefined;
85
-
86
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
87
- }
88
-
89
- export interface InferenceInputNameConfiguration {
90
-
91
- TimestampFormat?: string;
92
-
93
- ComponentTimestampDelimiter?: string;
94
- }
95
-
96
- export interface InferenceS3InputConfiguration {
97
-
98
- Bucket: string | undefined;
99
-
100
- Prefix?: string;
101
- }
102
-
103
- export interface InferenceInputConfiguration {
104
-
105
- S3InputConfiguration?: InferenceS3InputConfiguration;
106
-
107
- InputTimeZoneOffset?: string;
108
-
109
- InferenceInputNameConfiguration?: InferenceInputNameConfiguration;
110
- }
111
-
112
- export interface InferenceS3OutputConfiguration {
113
-
114
- Bucket: string | undefined;
115
-
116
- Prefix?: string;
117
- }
118
-
119
- export interface InferenceOutputConfiguration {
120
-
121
- S3OutputConfiguration: InferenceS3OutputConfiguration | undefined;
122
-
123
- KmsKeyId?: string;
124
- }
125
- export declare enum DataUploadFrequency {
126
- PT10M = "PT10M",
127
- PT15M = "PT15M",
128
- PT1H = "PT1H",
129
- PT30M = "PT30M",
130
- PT5M = "PT5M"
131
- }
132
- export interface CreateInferenceSchedulerRequest {
133
-
134
- ModelName: string | undefined;
135
-
136
- InferenceSchedulerName: string | undefined;
137
-
138
- DataDelayOffsetInMinutes?: number;
139
-
140
- DataUploadFrequency: DataUploadFrequency | string | undefined;
141
-
142
- DataInputConfiguration: InferenceInputConfiguration | undefined;
143
-
144
- DataOutputConfiguration: InferenceOutputConfiguration | undefined;
145
-
146
- RoleArn: string | undefined;
147
-
148
- ServerSideKmsKeyId?: string;
149
-
150
- ClientToken?: string;
151
-
152
- Tags?: Tag[];
153
- }
154
- export declare enum InferenceSchedulerStatus {
155
- PENDING = "PENDING",
156
- RUNNING = "RUNNING",
157
- STOPPED = "STOPPED",
158
- STOPPING = "STOPPING"
159
- }
160
- export interface CreateInferenceSchedulerResponse {
161
-
162
- InferenceSchedulerArn?: string;
163
-
164
- InferenceSchedulerName?: string;
165
-
166
- Status?: InferenceSchedulerStatus | string;
167
- }
168
-
169
- export declare class ResourceNotFoundException extends __BaseException {
170
- readonly name: "ResourceNotFoundException";
171
- readonly $fault: "client";
172
- Message: string | undefined;
173
-
174
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
175
- }
176
- export declare enum LabelRating {
177
- ANOMALY = "ANOMALY",
178
- NEUTRAL = "NEUTRAL",
179
- NO_ANOMALY = "NO_ANOMALY"
180
- }
181
- export interface CreateLabelRequest {
182
-
183
- LabelGroupName: string | undefined;
184
-
185
- StartTime: Date | undefined;
186
-
187
- EndTime: Date | undefined;
188
-
189
- Rating: LabelRating | string | undefined;
190
-
191
- FaultCode?: string;
192
-
193
- Notes?: string;
194
-
195
- Equipment?: string;
196
-
197
- ClientToken?: string;
198
- }
199
- export interface CreateLabelResponse {
200
-
201
- LabelId?: string;
202
- }
203
- export interface CreateLabelGroupRequest {
204
-
205
- LabelGroupName: string | undefined;
206
-
207
- FaultCodes?: string[];
208
-
209
- ClientToken?: string;
210
-
211
- Tags?: Tag[];
212
- }
213
- export interface CreateLabelGroupResponse {
214
-
215
- LabelGroupName?: string;
216
-
217
- LabelGroupArn?: string;
218
- }
219
- export declare enum TargetSamplingRate {
220
- PT10M = "PT10M",
221
- PT10S = "PT10S",
222
- PT15M = "PT15M",
223
- PT15S = "PT15S",
224
- PT1H = "PT1H",
225
- PT1M = "PT1M",
226
- PT1S = "PT1S",
227
- PT30M = "PT30M",
228
- PT30S = "PT30S",
229
- PT5M = "PT5M",
230
- PT5S = "PT5S"
231
- }
232
-
233
- export interface DataPreProcessingConfiguration {
234
-
235
- TargetSamplingRate?: TargetSamplingRate | string;
236
- }
237
-
238
- export interface LabelsS3InputConfiguration {
239
-
240
- Bucket: string | undefined;
241
-
242
- Prefix?: string;
243
- }
244
-
245
- export interface LabelsInputConfiguration {
246
-
247
- S3InputConfiguration?: LabelsS3InputConfiguration;
248
-
249
- LabelGroupName?: string;
250
- }
251
- export interface CreateModelRequest {
252
-
253
- ModelName: string | undefined;
254
-
255
- DatasetName: string | undefined;
256
-
257
- DatasetSchema?: DatasetSchema;
258
-
259
- LabelsInputConfiguration?: LabelsInputConfiguration;
260
-
261
- ClientToken?: string;
262
-
263
- TrainingDataStartTime?: Date;
264
-
265
- TrainingDataEndTime?: Date;
266
-
267
- EvaluationDataStartTime?: Date;
268
-
269
- EvaluationDataEndTime?: Date;
270
-
271
- RoleArn?: string;
272
-
273
- DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
274
-
275
- ServerSideKmsKeyId?: string;
276
-
277
- Tags?: Tag[];
278
-
279
- OffCondition?: string;
280
- }
281
- export declare enum ModelStatus {
282
- FAILED = "FAILED",
283
- IN_PROGRESS = "IN_PROGRESS",
284
- SUCCESS = "SUCCESS"
285
- }
286
- export interface CreateModelResponse {
287
-
288
- ModelArn?: string;
289
-
290
- Status?: ModelStatus | string;
291
- }
292
- export interface DeleteDatasetRequest {
293
-
294
- DatasetName: string | undefined;
295
- }
296
- export interface DeleteInferenceSchedulerRequest {
297
-
298
- InferenceSchedulerName: string | undefined;
299
- }
300
- export interface DeleteLabelRequest {
301
-
302
- LabelGroupName: string | undefined;
303
-
304
- LabelId: string | undefined;
305
- }
306
- export interface DeleteLabelGroupRequest {
307
-
308
- LabelGroupName: string | undefined;
309
- }
310
- export interface DeleteModelRequest {
311
-
312
- ModelName: string | undefined;
313
- }
314
- export interface DescribeDataIngestionJobRequest {
315
-
316
- JobId: string | undefined;
317
- }
318
-
319
- export interface DuplicateTimestamps {
320
-
321
- TotalNumberOfDuplicateTimestamps: number | undefined;
322
- }
323
-
324
- export interface MissingCompleteSensorData {
325
-
326
- AffectedSensorCount: number | undefined;
327
- }
328
-
329
- export interface SensorsWithShortDateRange {
330
-
331
- AffectedSensorCount: number | undefined;
332
- }
333
-
334
- export interface InsufficientSensorData {
335
-
336
- MissingCompleteSensorData: MissingCompleteSensorData | undefined;
337
-
338
- SensorsWithShortDateRange: SensorsWithShortDateRange | undefined;
339
- }
340
-
341
- export interface InvalidSensorData {
342
-
343
- AffectedSensorCount: number | undefined;
344
-
345
- TotalNumberOfInvalidValues: number | undefined;
346
- }
347
-
348
- export interface MissingSensorData {
349
-
350
- AffectedSensorCount: number | undefined;
351
-
352
- TotalNumberOfMissingValues: number | undefined;
353
- }
354
-
355
- export interface UnsupportedTimestamps {
356
-
357
- TotalNumberOfUnsupportedTimestamps: number | undefined;
358
- }
359
-
360
- export interface DataQualitySummary {
361
-
362
- InsufficientSensorData: InsufficientSensorData | undefined;
363
-
364
- MissingSensorData: MissingSensorData | undefined;
365
-
366
- InvalidSensorData: InvalidSensorData | undefined;
367
-
368
- UnsupportedTimestamps: UnsupportedTimestamps | undefined;
369
-
370
- DuplicateTimestamps: DuplicateTimestamps | undefined;
371
- }
372
-
373
- export interface S3Object {
374
-
375
- Bucket: string | undefined;
376
-
377
- Key: string | undefined;
378
- }
379
-
380
- export interface IngestedFilesSummary {
381
-
382
- TotalNumberOfFiles: number | undefined;
383
-
384
- IngestedNumberOfFiles: number | undefined;
385
-
386
- DiscardedFiles?: S3Object[];
387
- }
388
-
389
- export interface IngestionS3InputConfiguration {
390
-
391
- Bucket: string | undefined;
392
-
393
- Prefix?: string;
394
-
1
+ import {
2
+ ExceptionOptionType as __ExceptionOptionType,
3
+ LazyJsonString as __LazyJsonString,
4
+ } from "@aws-sdk/smithy-client";
5
+ import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
6
+ export declare class AccessDeniedException extends __BaseException {
7
+ readonly name: "AccessDeniedException";
8
+ readonly $fault: "client";
9
+ Message: string | undefined;
10
+ constructor(
11
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
12
+ );
13
+ }
14
+ export declare class ConflictException extends __BaseException {
15
+ readonly name: "ConflictException";
16
+ readonly $fault: "client";
17
+ Message: string | undefined;
18
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
19
+ }
20
+ export interface DatasetSchema {
21
+ InlineDataSchema?: __LazyJsonString | string;
22
+ }
23
+ export interface Tag {
24
+ Key: string | undefined;
25
+ Value: string | undefined;
26
+ }
27
+ export interface CreateDatasetRequest {
28
+ DatasetName: string | undefined;
29
+ DatasetSchema?: DatasetSchema;
30
+ ServerSideKmsKeyId?: string;
31
+ ClientToken?: string;
32
+ Tags?: Tag[];
33
+ }
34
+ export declare enum DatasetStatus {
35
+ ACTIVE = "ACTIVE",
36
+ CREATED = "CREATED",
37
+ INGESTION_IN_PROGRESS = "INGESTION_IN_PROGRESS",
38
+ }
39
+ export interface CreateDatasetResponse {
40
+ DatasetName?: string;
41
+ DatasetArn?: string;
42
+ Status?: DatasetStatus | string;
43
+ }
44
+ export declare class InternalServerException extends __BaseException {
45
+ readonly name: "InternalServerException";
46
+ readonly $fault: "server";
47
+ Message: string | undefined;
48
+ constructor(
49
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
50
+ );
51
+ }
52
+ export declare class ServiceQuotaExceededException extends __BaseException {
53
+ readonly name: "ServiceQuotaExceededException";
54
+ readonly $fault: "client";
55
+ Message: string | undefined;
56
+ constructor(
57
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
58
+ );
59
+ }
60
+ export declare class ThrottlingException extends __BaseException {
61
+ readonly name: "ThrottlingException";
62
+ readonly $fault: "client";
63
+ Message: string | undefined;
64
+ constructor(
65
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
66
+ );
67
+ }
68
+ export declare class ValidationException extends __BaseException {
69
+ readonly name: "ValidationException";
70
+ readonly $fault: "client";
71
+ Message: string | undefined;
72
+ constructor(
73
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
74
+ );
75
+ }
76
+ export interface InferenceInputNameConfiguration {
77
+ TimestampFormat?: string;
78
+ ComponentTimestampDelimiter?: string;
79
+ }
80
+ export interface InferenceS3InputConfiguration {
81
+ Bucket: string | undefined;
82
+ Prefix?: string;
83
+ }
84
+ export interface InferenceInputConfiguration {
85
+ S3InputConfiguration?: InferenceS3InputConfiguration;
86
+ InputTimeZoneOffset?: string;
87
+ InferenceInputNameConfiguration?: InferenceInputNameConfiguration;
88
+ }
89
+ export interface InferenceS3OutputConfiguration {
90
+ Bucket: string | undefined;
91
+ Prefix?: string;
92
+ }
93
+ export interface InferenceOutputConfiguration {
94
+ S3OutputConfiguration: InferenceS3OutputConfiguration | undefined;
95
+ KmsKeyId?: string;
96
+ }
97
+ export declare enum DataUploadFrequency {
98
+ PT10M = "PT10M",
99
+ PT15M = "PT15M",
100
+ PT1H = "PT1H",
101
+ PT30M = "PT30M",
102
+ PT5M = "PT5M",
103
+ }
104
+ export interface CreateInferenceSchedulerRequest {
105
+ ModelName: string | undefined;
106
+ InferenceSchedulerName: string | undefined;
107
+ DataDelayOffsetInMinutes?: number;
108
+ DataUploadFrequency: DataUploadFrequency | string | undefined;
109
+ DataInputConfiguration: InferenceInputConfiguration | undefined;
110
+ DataOutputConfiguration: InferenceOutputConfiguration | undefined;
111
+ RoleArn: string | undefined;
112
+ ServerSideKmsKeyId?: string;
113
+ ClientToken?: string;
114
+ Tags?: Tag[];
115
+ }
116
+ export declare enum InferenceSchedulerStatus {
117
+ PENDING = "PENDING",
118
+ RUNNING = "RUNNING",
119
+ STOPPED = "STOPPED",
120
+ STOPPING = "STOPPING",
121
+ }
122
+ export interface CreateInferenceSchedulerResponse {
123
+ InferenceSchedulerArn?: string;
124
+ InferenceSchedulerName?: string;
125
+ Status?: InferenceSchedulerStatus | string;
126
+ }
127
+ export declare class ResourceNotFoundException extends __BaseException {
128
+ readonly name: "ResourceNotFoundException";
129
+ readonly $fault: "client";
130
+ Message: string | undefined;
131
+ constructor(
132
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
133
+ );
134
+ }
135
+ export declare enum LabelRating {
136
+ ANOMALY = "ANOMALY",
137
+ NEUTRAL = "NEUTRAL",
138
+ NO_ANOMALY = "NO_ANOMALY",
139
+ }
140
+ export interface CreateLabelRequest {
141
+ LabelGroupName: string | undefined;
142
+ StartTime: Date | undefined;
143
+ EndTime: Date | undefined;
144
+ Rating: LabelRating | string | undefined;
145
+ FaultCode?: string;
146
+ Notes?: string;
147
+ Equipment?: string;
148
+ ClientToken?: string;
149
+ }
150
+ export interface CreateLabelResponse {
151
+ LabelId?: string;
152
+ }
153
+ export interface CreateLabelGroupRequest {
154
+ LabelGroupName: string | undefined;
155
+ FaultCodes?: string[];
156
+ ClientToken?: string;
157
+ Tags?: Tag[];
158
+ }
159
+ export interface CreateLabelGroupResponse {
160
+ LabelGroupName?: string;
161
+ LabelGroupArn?: string;
162
+ }
163
+ export declare enum TargetSamplingRate {
164
+ PT10M = "PT10M",
165
+ PT10S = "PT10S",
166
+ PT15M = "PT15M",
167
+ PT15S = "PT15S",
168
+ PT1H = "PT1H",
169
+ PT1M = "PT1M",
170
+ PT1S = "PT1S",
171
+ PT30M = "PT30M",
172
+ PT30S = "PT30S",
173
+ PT5M = "PT5M",
174
+ PT5S = "PT5S",
175
+ }
176
+ export interface DataPreProcessingConfiguration {
177
+ TargetSamplingRate?: TargetSamplingRate | string;
178
+ }
179
+ export interface LabelsS3InputConfiguration {
180
+ Bucket: string | undefined;
181
+ Prefix?: string;
182
+ }
183
+ export interface LabelsInputConfiguration {
184
+ S3InputConfiguration?: LabelsS3InputConfiguration;
185
+ LabelGroupName?: string;
186
+ }
187
+ export interface CreateModelRequest {
188
+ ModelName: string | undefined;
189
+ DatasetName: string | undefined;
190
+ DatasetSchema?: DatasetSchema;
191
+ LabelsInputConfiguration?: LabelsInputConfiguration;
192
+ ClientToken?: string;
193
+ TrainingDataStartTime?: Date;
194
+ TrainingDataEndTime?: Date;
195
+ EvaluationDataStartTime?: Date;
196
+ EvaluationDataEndTime?: Date;
197
+ RoleArn?: string;
198
+ DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
199
+ ServerSideKmsKeyId?: string;
200
+ Tags?: Tag[];
201
+ OffCondition?: string;
202
+ }
203
+ export declare enum ModelStatus {
204
+ FAILED = "FAILED",
205
+ IN_PROGRESS = "IN_PROGRESS",
206
+ SUCCESS = "SUCCESS",
207
+ }
208
+ export interface CreateModelResponse {
209
+ ModelArn?: string;
210
+ Status?: ModelStatus | string;
211
+ }
212
+ export interface DeleteDatasetRequest {
213
+ DatasetName: string | undefined;
214
+ }
215
+ export interface DeleteInferenceSchedulerRequest {
216
+ InferenceSchedulerName: string | undefined;
217
+ }
218
+ export interface DeleteLabelRequest {
219
+ LabelGroupName: string | undefined;
220
+ LabelId: string | undefined;
221
+ }
222
+ export interface DeleteLabelGroupRequest {
223
+ LabelGroupName: string | undefined;
224
+ }
225
+ export interface DeleteModelRequest {
226
+ ModelName: string | undefined;
227
+ }
228
+ export interface DescribeDataIngestionJobRequest {
229
+ JobId: string | undefined;
230
+ }
231
+ export interface DuplicateTimestamps {
232
+ TotalNumberOfDuplicateTimestamps: number | undefined;
233
+ }
234
+ export interface MissingCompleteSensorData {
235
+ AffectedSensorCount: number | undefined;
236
+ }
237
+ export interface SensorsWithShortDateRange {
238
+ AffectedSensorCount: number | undefined;
239
+ }
240
+ export interface InsufficientSensorData {
241
+ MissingCompleteSensorData: MissingCompleteSensorData | undefined;
242
+ SensorsWithShortDateRange: SensorsWithShortDateRange | undefined;
243
+ }
244
+ export interface InvalidSensorData {
245
+ AffectedSensorCount: number | undefined;
246
+ TotalNumberOfInvalidValues: number | undefined;
247
+ }
248
+ export interface MissingSensorData {
249
+ AffectedSensorCount: number | undefined;
250
+ TotalNumberOfMissingValues: number | undefined;
251
+ }
252
+ export interface UnsupportedTimestamps {
253
+ TotalNumberOfUnsupportedTimestamps: number | undefined;
254
+ }
255
+ export interface DataQualitySummary {
256
+ InsufficientSensorData: InsufficientSensorData | undefined;
257
+ MissingSensorData: MissingSensorData | undefined;
258
+ InvalidSensorData: InvalidSensorData | undefined;
259
+ UnsupportedTimestamps: UnsupportedTimestamps | undefined;
260
+ DuplicateTimestamps: DuplicateTimestamps | undefined;
261
+ }
262
+ export interface S3Object {
263
+ Bucket: string | undefined;
264
+ Key: string | undefined;
265
+ }
266
+ export interface IngestedFilesSummary {
267
+ TotalNumberOfFiles: number | undefined;
268
+ IngestedNumberOfFiles: number | undefined;
269
+ DiscardedFiles?: S3Object[];
270
+ }
271
+ export interface IngestionS3InputConfiguration {
272
+ Bucket: string | undefined;
273
+ Prefix?: string;
274
+ KeyPattern?: string;
275
+ }
276
+ export interface IngestionInputConfiguration {
277
+ S3InputConfiguration: IngestionS3InputConfiguration | undefined;
278
+ }
279
+ export declare enum IngestionJobStatus {
280
+ FAILED = "FAILED",
281
+ IN_PROGRESS = "IN_PROGRESS",
282
+ SUCCESS = "SUCCESS",
283
+ }
284
+ export interface DescribeDataIngestionJobResponse {
285
+ JobId?: string;
286
+ DatasetArn?: string;
287
+ IngestionInputConfiguration?: IngestionInputConfiguration;
288
+ RoleArn?: string;
289
+ CreatedAt?: Date;
290
+ Status?: IngestionJobStatus | string;
291
+ FailedReason?: string;
292
+ DataQualitySummary?: DataQualitySummary;
293
+ IngestedFilesSummary?: IngestedFilesSummary;
294
+ StatusDetail?: string;
295
+ IngestedDataSize?: number;
296
+ DataStartTime?: Date;
297
+ DataEndTime?: Date;
298
+ }
299
+ export interface DescribeDatasetRequest {
300
+ DatasetName: string | undefined;
301
+ }
302
+ export interface DescribeDatasetResponse {
303
+ DatasetName?: string;
304
+ DatasetArn?: string;
305
+ CreatedAt?: Date;
306
+ LastUpdatedAt?: Date;
307
+ Status?: DatasetStatus | string;
308
+ Schema?: __LazyJsonString | string;
309
+ ServerSideKmsKeyId?: string;
310
+ IngestionInputConfiguration?: IngestionInputConfiguration;
311
+ DataQualitySummary?: DataQualitySummary;
312
+ IngestedFilesSummary?: IngestedFilesSummary;
313
+ RoleArn?: string;
314
+ DataStartTime?: Date;
315
+ DataEndTime?: Date;
316
+ }
317
+ export interface DescribeInferenceSchedulerRequest {
318
+ InferenceSchedulerName: string | undefined;
319
+ }
320
+ export declare enum LatestInferenceResult {
321
+ ANOMALOUS = "ANOMALOUS",
322
+ NORMAL = "NORMAL",
323
+ }
324
+ export interface DescribeInferenceSchedulerResponse {
325
+ ModelArn?: string;
326
+ ModelName?: string;
327
+ InferenceSchedulerName?: string;
328
+ InferenceSchedulerArn?: string;
329
+ Status?: InferenceSchedulerStatus | string;
330
+ DataDelayOffsetInMinutes?: number;
331
+ DataUploadFrequency?: DataUploadFrequency | string;
332
+ CreatedAt?: Date;
333
+ UpdatedAt?: Date;
334
+ DataInputConfiguration?: InferenceInputConfiguration;
335
+ DataOutputConfiguration?: InferenceOutputConfiguration;
336
+ RoleArn?: string;
337
+ ServerSideKmsKeyId?: string;
338
+ LatestInferenceResult?: LatestInferenceResult | string;
339
+ }
340
+ export interface DescribeLabelRequest {
341
+ LabelGroupName: string | undefined;
342
+ LabelId: string | undefined;
343
+ }
344
+ export interface DescribeLabelResponse {
345
+ LabelGroupName?: string;
346
+ LabelGroupArn?: string;
347
+ LabelId?: string;
348
+ StartTime?: Date;
349
+ EndTime?: Date;
350
+ Rating?: LabelRating | string;
351
+ FaultCode?: string;
352
+ Notes?: string;
353
+ Equipment?: string;
354
+ CreatedAt?: Date;
355
+ }
356
+ export interface DescribeLabelGroupRequest {
357
+ LabelGroupName: string | undefined;
358
+ }
359
+ export interface DescribeLabelGroupResponse {
360
+ LabelGroupName?: string;
361
+ LabelGroupArn?: string;
362
+ FaultCodes?: string[];
363
+ CreatedAt?: Date;
364
+ UpdatedAt?: Date;
365
+ }
366
+ export interface DescribeModelRequest {
367
+ ModelName: string | undefined;
368
+ }
369
+ export interface DescribeModelResponse {
370
+ ModelName?: string;
371
+ ModelArn?: string;
372
+ DatasetName?: string;
373
+ DatasetArn?: string;
374
+ Schema?: __LazyJsonString | string;
375
+ LabelsInputConfiguration?: LabelsInputConfiguration;
376
+ TrainingDataStartTime?: Date;
377
+ TrainingDataEndTime?: Date;
378
+ EvaluationDataStartTime?: Date;
379
+ EvaluationDataEndTime?: Date;
380
+ RoleArn?: string;
381
+ DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
382
+ Status?: ModelStatus | string;
383
+ TrainingExecutionStartTime?: Date;
384
+ TrainingExecutionEndTime?: Date;
385
+ FailedReason?: string;
386
+ ModelMetrics?: __LazyJsonString | string;
387
+ LastUpdatedTime?: Date;
388
+ CreatedAt?: Date;
389
+ ServerSideKmsKeyId?: string;
390
+ OffCondition?: string;
391
+ }
392
+ export interface ListDataIngestionJobsRequest {
393
+ DatasetName?: string;
394
+ NextToken?: string;
395
+ MaxResults?: number;
396
+ Status?: IngestionJobStatus | string;
397
+ }
398
+ export interface DataIngestionJobSummary {
399
+ JobId?: string;
400
+ DatasetName?: string;
401
+ DatasetArn?: string;
402
+ IngestionInputConfiguration?: IngestionInputConfiguration;
403
+ Status?: IngestionJobStatus | string;
404
+ }
405
+ export interface ListDataIngestionJobsResponse {
406
+ NextToken?: string;
407
+ DataIngestionJobSummaries?: DataIngestionJobSummary[];
408
+ }
409
+ export interface ListDatasetsRequest {
410
+ NextToken?: string;
411
+ MaxResults?: number;
412
+ DatasetNameBeginsWith?: string;
413
+ }
414
+ export interface DatasetSummary {
415
+ DatasetName?: string;
416
+ DatasetArn?: string;
417
+ Status?: DatasetStatus | string;
418
+ CreatedAt?: Date;
419
+ }
420
+ export interface ListDatasetsResponse {
421
+ NextToken?: string;
422
+ DatasetSummaries?: DatasetSummary[];
423
+ }
424
+ export interface ListInferenceEventsRequest {
425
+ NextToken?: string;
426
+ MaxResults?: number;
427
+ InferenceSchedulerName: string | undefined;
428
+ IntervalStartTime: Date | undefined;
429
+ IntervalEndTime: Date | undefined;
430
+ }
431
+ export interface InferenceEventSummary {
432
+ InferenceSchedulerArn?: string;
433
+ InferenceSchedulerName?: string;
434
+ EventStartTime?: Date;
435
+ EventEndTime?: Date;
436
+ Diagnostics?: string;
437
+ EventDurationInSeconds?: number;
438
+ }
439
+ export interface ListInferenceEventsResponse {
440
+ NextToken?: string;
441
+ InferenceEventSummaries?: InferenceEventSummary[];
442
+ }
443
+ export declare enum InferenceExecutionStatus {
444
+ FAILED = "FAILED",
445
+ IN_PROGRESS = "IN_PROGRESS",
446
+ SUCCESS = "SUCCESS",
447
+ }
448
+ export interface ListInferenceExecutionsRequest {
449
+ NextToken?: string;
450
+ MaxResults?: number;
451
+ InferenceSchedulerName: string | undefined;
452
+ DataStartTimeAfter?: Date;
453
+ DataEndTimeBefore?: Date;
454
+ Status?: InferenceExecutionStatus | string;
455
+ }
456
+ export interface InferenceExecutionSummary {
457
+ ModelName?: string;
458
+ ModelArn?: string;
459
+ InferenceSchedulerName?: string;
460
+ InferenceSchedulerArn?: string;
461
+ ScheduledStartTime?: Date;
462
+ DataStartTime?: Date;
463
+ DataEndTime?: Date;
464
+ DataInputConfiguration?: InferenceInputConfiguration;
465
+ DataOutputConfiguration?: InferenceOutputConfiguration;
466
+ CustomerResultObject?: S3Object;
467
+ Status?: InferenceExecutionStatus | string;
468
+ FailedReason?: string;
469
+ }
470
+ export interface ListInferenceExecutionsResponse {
471
+ NextToken?: string;
472
+ InferenceExecutionSummaries?: InferenceExecutionSummary[];
473
+ }
474
+ export interface ListInferenceSchedulersRequest {
475
+ NextToken?: string;
476
+ MaxResults?: number;
477
+ InferenceSchedulerNameBeginsWith?: string;
478
+ ModelName?: string;
479
+ }
480
+ export interface InferenceSchedulerSummary {
481
+ ModelName?: string;
482
+ ModelArn?: string;
483
+ InferenceSchedulerName?: string;
484
+ InferenceSchedulerArn?: string;
485
+ Status?: InferenceSchedulerStatus | string;
486
+ DataDelayOffsetInMinutes?: number;
487
+ DataUploadFrequency?: DataUploadFrequency | string;
488
+ LatestInferenceResult?: LatestInferenceResult | string;
489
+ }
490
+ export interface ListInferenceSchedulersResponse {
491
+ NextToken?: string;
492
+ InferenceSchedulerSummaries?: InferenceSchedulerSummary[];
493
+ }
494
+ export interface ListLabelGroupsRequest {
495
+ LabelGroupNameBeginsWith?: string;
496
+ NextToken?: string;
497
+ MaxResults?: number;
498
+ }
499
+ export interface LabelGroupSummary {
500
+ LabelGroupName?: string;
501
+ LabelGroupArn?: string;
502
+ CreatedAt?: Date;
503
+ UpdatedAt?: Date;
504
+ }
505
+ export interface ListLabelGroupsResponse {
506
+ NextToken?: string;
507
+ LabelGroupSummaries?: LabelGroupSummary[];
508
+ }
509
+ export interface ListLabelsRequest {
510
+ LabelGroupName: string | undefined;
511
+ IntervalStartTime?: Date;
512
+ IntervalEndTime?: Date;
513
+ FaultCode?: string;
514
+ Equipment?: string;
515
+ NextToken?: string;
516
+ MaxResults?: number;
517
+ }
518
+ export interface LabelSummary {
519
+ LabelGroupName?: string;
520
+ LabelId?: string;
521
+ LabelGroupArn?: string;
522
+ StartTime?: Date;
523
+ EndTime?: Date;
524
+ Rating?: LabelRating | string;
525
+ FaultCode?: string;
526
+ Equipment?: string;
527
+ CreatedAt?: Date;
528
+ }
529
+ export interface ListLabelsResponse {
530
+ NextToken?: string;
531
+ LabelSummaries?: LabelSummary[];
532
+ }
533
+ export interface ListModelsRequest {
534
+ NextToken?: string;
535
+ MaxResults?: number;
536
+ Status?: ModelStatus | string;
537
+ ModelNameBeginsWith?: string;
538
+ DatasetNameBeginsWith?: string;
539
+ }
540
+ export interface ModelSummary {
541
+ ModelName?: string;
542
+ ModelArn?: string;
543
+ DatasetName?: string;
544
+ DatasetArn?: string;
545
+ Status?: ModelStatus | string;
546
+ CreatedAt?: Date;
547
+ }
548
+ export interface ListModelsResponse {
549
+ NextToken?: string;
550
+ ModelSummaries?: ModelSummary[];
551
+ }
552
+ export interface ListSensorStatisticsRequest {
553
+ DatasetName: string | undefined;
554
+ IngestionJobId?: string;
555
+ MaxResults?: number;
556
+ NextToken?: string;
557
+ }
558
+ export declare enum StatisticalIssueStatus {
559
+ NO_ISSUE_DETECTED = "NO_ISSUE_DETECTED",
560
+ POTENTIAL_ISSUE_DETECTED = "POTENTIAL_ISSUE_DETECTED",
561
+ }
562
+ export interface CategoricalValues {
563
+ Status: StatisticalIssueStatus | string | undefined;
564
+ NumberOfCategory?: number;
565
+ }
566
+ export interface CountPercent {
567
+ Count: number | undefined;
568
+ Percentage: number | undefined;
569
+ }
570
+ export interface LargeTimestampGaps {
571
+ Status: StatisticalIssueStatus | string | undefined;
572
+ NumberOfLargeTimestampGaps?: number;
573
+ MaxTimestampGapInDays?: number;
574
+ }
575
+ export declare enum Monotonicity {
576
+ DECREASING = "DECREASING",
577
+ INCREASING = "INCREASING",
578
+ STATIC = "STATIC",
579
+ }
580
+ export interface MonotonicValues {
581
+ Status: StatisticalIssueStatus | string | undefined;
582
+ Monotonicity?: Monotonicity | string;
583
+ }
584
+ export interface MultipleOperatingModes {
585
+ Status: StatisticalIssueStatus | string | undefined;
586
+ }
587
+ export interface SensorStatisticsSummary {
588
+ ComponentName?: string;
589
+ SensorName?: string;
590
+ DataExists?: boolean;
591
+ MissingValues?: CountPercent;
592
+ InvalidValues?: CountPercent;
593
+ InvalidDateEntries?: CountPercent;
594
+ DuplicateTimestamps?: CountPercent;
595
+ CategoricalValues?: CategoricalValues;
596
+ MultipleOperatingModes?: MultipleOperatingModes;
597
+ LargeTimestampGaps?: LargeTimestampGaps;
598
+ MonotonicValues?: MonotonicValues;
599
+ DataStartTime?: Date;
600
+ DataEndTime?: Date;
601
+ }
602
+ export interface ListSensorStatisticsResponse {
603
+ SensorStatisticsSummaries?: SensorStatisticsSummary[];
604
+ NextToken?: string;
605
+ }
606
+ export interface ListTagsForResourceRequest {
607
+ ResourceArn: string | undefined;
608
+ }
609
+ export interface ListTagsForResourceResponse {
610
+ Tags?: Tag[];
611
+ }
612
+ export interface StartDataIngestionJobRequest {
613
+ DatasetName: string | undefined;
614
+ IngestionInputConfiguration: IngestionInputConfiguration | undefined;
615
+ RoleArn: string | undefined;
616
+ ClientToken?: string;
617
+ }
618
+ export interface StartDataIngestionJobResponse {
619
+ JobId?: string;
620
+ Status?: IngestionJobStatus | string;
621
+ }
622
+ export interface StartInferenceSchedulerRequest {
623
+ InferenceSchedulerName: string | undefined;
624
+ }
625
+ export interface StartInferenceSchedulerResponse {
626
+ ModelArn?: string;
627
+ ModelName?: string;
628
+ InferenceSchedulerName?: string;
629
+ InferenceSchedulerArn?: string;
630
+ Status?: InferenceSchedulerStatus | string;
631
+ }
632
+ export interface StopInferenceSchedulerRequest {
633
+ InferenceSchedulerName: string | undefined;
634
+ }
635
+ export interface StopInferenceSchedulerResponse {
636
+ ModelArn?: string;
637
+ ModelName?: string;
638
+ InferenceSchedulerName?: string;
639
+ InferenceSchedulerArn?: string;
640
+ Status?: InferenceSchedulerStatus | string;
641
+ }
642
+ export interface TagResourceRequest {
643
+ ResourceArn: string | undefined;
644
+ Tags: Tag[] | undefined;
645
+ }
646
+ export interface TagResourceResponse {}
647
+ export interface UntagResourceRequest {
648
+ ResourceArn: string | undefined;
649
+ TagKeys: string[] | undefined;
650
+ }
651
+ export interface UntagResourceResponse {}
652
+ export interface UpdateInferenceSchedulerRequest {
653
+ InferenceSchedulerName: string | undefined;
654
+ DataDelayOffsetInMinutes?: number;
655
+ DataUploadFrequency?: DataUploadFrequency | string;
656
+ DataInputConfiguration?: InferenceInputConfiguration;
657
+ DataOutputConfiguration?: InferenceOutputConfiguration;
658
+ RoleArn?: string;
659
+ }
660
+ export interface UpdateLabelGroupRequest {
661
+ LabelGroupName: string | undefined;
662
+ FaultCodes?: string[];
663
+ }
664
+ export declare const DatasetSchemaFilterSensitiveLog: (
665
+ obj: DatasetSchema
666
+ ) => any;
667
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
668
+ export declare const CreateDatasetRequestFilterSensitiveLog: (
669
+ obj: CreateDatasetRequest
670
+ ) => any;
671
+ export declare const CreateDatasetResponseFilterSensitiveLog: (
672
+ obj: CreateDatasetResponse
673
+ ) => any;
674
+ export declare const InferenceInputNameConfigurationFilterSensitiveLog: (
675
+ obj: InferenceInputNameConfiguration
676
+ ) => any;
677
+ export declare const InferenceS3InputConfigurationFilterSensitiveLog: (
678
+ obj: InferenceS3InputConfiguration
679
+ ) => any;
680
+ export declare const InferenceInputConfigurationFilterSensitiveLog: (
681
+ obj: InferenceInputConfiguration
682
+ ) => any;
683
+ export declare const InferenceS3OutputConfigurationFilterSensitiveLog: (
684
+ obj: InferenceS3OutputConfiguration
685
+ ) => any;
686
+ export declare const InferenceOutputConfigurationFilterSensitiveLog: (
687
+ obj: InferenceOutputConfiguration
688
+ ) => any;
689
+ export declare const CreateInferenceSchedulerRequestFilterSensitiveLog: (
690
+ obj: CreateInferenceSchedulerRequest
691
+ ) => any;
692
+ export declare const CreateInferenceSchedulerResponseFilterSensitiveLog: (
693
+ obj: CreateInferenceSchedulerResponse
694
+ ) => any;
695
+ export declare const CreateLabelRequestFilterSensitiveLog: (
696
+ obj: CreateLabelRequest
697
+ ) => any;
698
+ export declare const CreateLabelResponseFilterSensitiveLog: (
699
+ obj: CreateLabelResponse
700
+ ) => any;
701
+ export declare const CreateLabelGroupRequestFilterSensitiveLog: (
702
+ obj: CreateLabelGroupRequest
703
+ ) => any;
704
+ export declare const CreateLabelGroupResponseFilterSensitiveLog: (
705
+ obj: CreateLabelGroupResponse
706
+ ) => any;
707
+ export declare const DataPreProcessingConfigurationFilterSensitiveLog: (
708
+ obj: DataPreProcessingConfiguration
709
+ ) => any;
710
+ export declare const LabelsS3InputConfigurationFilterSensitiveLog: (
711
+ obj: LabelsS3InputConfiguration
712
+ ) => any;
713
+ export declare const LabelsInputConfigurationFilterSensitiveLog: (
714
+ obj: LabelsInputConfiguration
715
+ ) => any;
716
+ export declare const CreateModelRequestFilterSensitiveLog: (
717
+ obj: CreateModelRequest
718
+ ) => any;
719
+ export declare const CreateModelResponseFilterSensitiveLog: (
720
+ obj: CreateModelResponse
721
+ ) => any;
722
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (
723
+ obj: DeleteDatasetRequest
724
+ ) => any;
725
+ export declare const DeleteInferenceSchedulerRequestFilterSensitiveLog: (
726
+ obj: DeleteInferenceSchedulerRequest
727
+ ) => any;
728
+ export declare const DeleteLabelRequestFilterSensitiveLog: (
729
+ obj: DeleteLabelRequest
730
+ ) => any;
731
+ export declare const DeleteLabelGroupRequestFilterSensitiveLog: (
732
+ obj: DeleteLabelGroupRequest
733
+ ) => any;
734
+ export declare const DeleteModelRequestFilterSensitiveLog: (
735
+ obj: DeleteModelRequest
736
+ ) => any;
737
+ export declare const DescribeDataIngestionJobRequestFilterSensitiveLog: (
738
+ obj: DescribeDataIngestionJobRequest
739
+ ) => any;
740
+ export declare const DuplicateTimestampsFilterSensitiveLog: (
741
+ obj: DuplicateTimestamps
742
+ ) => any;
743
+ export declare const MissingCompleteSensorDataFilterSensitiveLog: (
744
+ obj: MissingCompleteSensorData
745
+ ) => any;
746
+ export declare const SensorsWithShortDateRangeFilterSensitiveLog: (
747
+ obj: SensorsWithShortDateRange
748
+ ) => any;
749
+ export declare const InsufficientSensorDataFilterSensitiveLog: (
750
+ obj: InsufficientSensorData
751
+ ) => any;
752
+ export declare const InvalidSensorDataFilterSensitiveLog: (
753
+ obj: InvalidSensorData
754
+ ) => any;
755
+ export declare const MissingSensorDataFilterSensitiveLog: (
756
+ obj: MissingSensorData
757
+ ) => any;
758
+ export declare const UnsupportedTimestampsFilterSensitiveLog: (
759
+ obj: UnsupportedTimestamps
760
+ ) => any;
761
+ export declare const DataQualitySummaryFilterSensitiveLog: (
762
+ obj: DataQualitySummary
763
+ ) => any;
764
+ export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
765
+ export declare const IngestedFilesSummaryFilterSensitiveLog: (
766
+ obj: IngestedFilesSummary
767
+ ) => any;
768
+ export declare const IngestionS3InputConfigurationFilterSensitiveLog: (
769
+ obj: IngestionS3InputConfiguration
770
+ ) => any;
771
+ export declare const IngestionInputConfigurationFilterSensitiveLog: (
772
+ obj: IngestionInputConfiguration
773
+ ) => any;
774
+ export declare const DescribeDataIngestionJobResponseFilterSensitiveLog: (
775
+ obj: DescribeDataIngestionJobResponse
776
+ ) => any;
777
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (
778
+ obj: DescribeDatasetRequest
779
+ ) => any;
780
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (
781
+ obj: DescribeDatasetResponse
782
+ ) => any;
783
+ export declare const DescribeInferenceSchedulerRequestFilterSensitiveLog: (
784
+ obj: DescribeInferenceSchedulerRequest
785
+ ) => any;
786
+ export declare const DescribeInferenceSchedulerResponseFilterSensitiveLog: (
787
+ obj: DescribeInferenceSchedulerResponse
788
+ ) => any;
789
+ export declare const DescribeLabelRequestFilterSensitiveLog: (
790
+ obj: DescribeLabelRequest
791
+ ) => any;
792
+ export declare const DescribeLabelResponseFilterSensitiveLog: (
793
+ obj: DescribeLabelResponse
794
+ ) => any;
795
+ export declare const DescribeLabelGroupRequestFilterSensitiveLog: (
796
+ obj: DescribeLabelGroupRequest
797
+ ) => any;
798
+ export declare const DescribeLabelGroupResponseFilterSensitiveLog: (
799
+ obj: DescribeLabelGroupResponse
800
+ ) => any;
801
+ export declare const DescribeModelRequestFilterSensitiveLog: (
802
+ obj: DescribeModelRequest
803
+ ) => any;
804
+ export declare const DescribeModelResponseFilterSensitiveLog: (
805
+ obj: DescribeModelResponse
806
+ ) => any;
807
+ export declare const ListDataIngestionJobsRequestFilterSensitiveLog: (
808
+ obj: ListDataIngestionJobsRequest
809
+ ) => any;
810
+ export declare const DataIngestionJobSummaryFilterSensitiveLog: (
811
+ obj: DataIngestionJobSummary
812
+ ) => any;
813
+ export declare const ListDataIngestionJobsResponseFilterSensitiveLog: (
814
+ obj: ListDataIngestionJobsResponse
815
+ ) => any;
816
+ export declare const ListDatasetsRequestFilterSensitiveLog: (
817
+ obj: ListDatasetsRequest
818
+ ) => any;
819
+ export declare const DatasetSummaryFilterSensitiveLog: (
820
+ obj: DatasetSummary
821
+ ) => any;
822
+ export declare const ListDatasetsResponseFilterSensitiveLog: (
823
+ obj: ListDatasetsResponse
824
+ ) => any;
825
+ export declare const ListInferenceEventsRequestFilterSensitiveLog: (
826
+ obj: ListInferenceEventsRequest
827
+ ) => any;
828
+ export declare const InferenceEventSummaryFilterSensitiveLog: (
829
+ obj: InferenceEventSummary
830
+ ) => any;
831
+ export declare const ListInferenceEventsResponseFilterSensitiveLog: (
832
+ obj: ListInferenceEventsResponse
833
+ ) => any;
834
+ export declare const ListInferenceExecutionsRequestFilterSensitiveLog: (
835
+ obj: ListInferenceExecutionsRequest
836
+ ) => any;
837
+ export declare const InferenceExecutionSummaryFilterSensitiveLog: (
838
+ obj: InferenceExecutionSummary
839
+ ) => any;
840
+ export declare const ListInferenceExecutionsResponseFilterSensitiveLog: (
841
+ obj: ListInferenceExecutionsResponse
842
+ ) => any;
843
+ export declare const ListInferenceSchedulersRequestFilterSensitiveLog: (
844
+ obj: ListInferenceSchedulersRequest
845
+ ) => any;
846
+ export declare const InferenceSchedulerSummaryFilterSensitiveLog: (
847
+ obj: InferenceSchedulerSummary
848
+ ) => any;
849
+ export declare const ListInferenceSchedulersResponseFilterSensitiveLog: (
850
+ obj: ListInferenceSchedulersResponse
851
+ ) => any;
852
+ export declare const ListLabelGroupsRequestFilterSensitiveLog: (
853
+ obj: ListLabelGroupsRequest
854
+ ) => any;
855
+ export declare const LabelGroupSummaryFilterSensitiveLog: (
856
+ obj: LabelGroupSummary
857
+ ) => any;
858
+ export declare const ListLabelGroupsResponseFilterSensitiveLog: (
859
+ obj: ListLabelGroupsResponse
860
+ ) => any;
861
+ export declare const ListLabelsRequestFilterSensitiveLog: (
862
+ obj: ListLabelsRequest
863
+ ) => any;
864
+ export declare const LabelSummaryFilterSensitiveLog: (obj: LabelSummary) => any;
865
+ export declare const ListLabelsResponseFilterSensitiveLog: (
866
+ obj: ListLabelsResponse
867
+ ) => any;
868
+ export declare const ListModelsRequestFilterSensitiveLog: (
869
+ obj: ListModelsRequest
870
+ ) => any;
871
+ export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
872
+ export declare const ListModelsResponseFilterSensitiveLog: (
873
+ obj: ListModelsResponse
874
+ ) => any;
875
+ export declare const ListSensorStatisticsRequestFilterSensitiveLog: (
876
+ obj: ListSensorStatisticsRequest
877
+ ) => any;
878
+ export declare const CategoricalValuesFilterSensitiveLog: (
879
+ obj: CategoricalValues
880
+ ) => any;
881
+ export declare const CountPercentFilterSensitiveLog: (obj: CountPercent) => any;
882
+ export declare const LargeTimestampGapsFilterSensitiveLog: (
883
+ obj: LargeTimestampGaps
884
+ ) => any;
885
+ export declare const MonotonicValuesFilterSensitiveLog: (
886
+ obj: MonotonicValues
887
+ ) => any;
888
+ export declare const MultipleOperatingModesFilterSensitiveLog: (
889
+ obj: MultipleOperatingModes
890
+ ) => any;
891
+ export declare const SensorStatisticsSummaryFilterSensitiveLog: (
892
+ obj: SensorStatisticsSummary
893
+ ) => any;
894
+ export declare const ListSensorStatisticsResponseFilterSensitiveLog: (
895
+ obj: ListSensorStatisticsResponse
896
+ ) => any;
897
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
898
+ obj: ListTagsForResourceRequest
899
+ ) => any;
900
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
901
+ obj: ListTagsForResourceResponse
902
+ ) => any;
903
+ export declare const StartDataIngestionJobRequestFilterSensitiveLog: (
904
+ obj: StartDataIngestionJobRequest
905
+ ) => any;
906
+ export declare const StartDataIngestionJobResponseFilterSensitiveLog: (
907
+ obj: StartDataIngestionJobResponse
908
+ ) => any;
909
+ export declare const StartInferenceSchedulerRequestFilterSensitiveLog: (
910
+ obj: StartInferenceSchedulerRequest
911
+ ) => any;
912
+ export declare const StartInferenceSchedulerResponseFilterSensitiveLog: (
913
+ obj: StartInferenceSchedulerResponse
914
+ ) => any;
915
+ export declare const StopInferenceSchedulerRequestFilterSensitiveLog: (
916
+ obj: StopInferenceSchedulerRequest
917
+ ) => any;
918
+ export declare const StopInferenceSchedulerResponseFilterSensitiveLog: (
919
+ obj: StopInferenceSchedulerResponse
920
+ ) => any;
921
+ export declare const TagResourceRequestFilterSensitiveLog: (
922
+ obj: TagResourceRequest
923
+ ) => any;
924
+ export declare const TagResourceResponseFilterSensitiveLog: (
925
+ obj: TagResourceResponse
926
+ ) => any;
927
+ export declare const UntagResourceRequestFilterSensitiveLog: (
928
+ obj: UntagResourceRequest
929
+ ) => any;
930
+ export declare const UntagResourceResponseFilterSensitiveLog: (
931
+ obj: UntagResourceResponse
932
+ ) => any;
933
+ export declare const UpdateInferenceSchedulerRequestFilterSensitiveLog: (
934
+ obj: UpdateInferenceSchedulerRequest
935
+ ) => any;
936
+ export declare const UpdateLabelGroupRequestFilterSensitiveLog: (
937
+ obj: UpdateLabelGroupRequest
938
+ ) => any;