@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +565 -170
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +303 -106
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +938 -394
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,394 +1,938 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export interface DatasetSchema {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export interface
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
export
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
203
|
-
export
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export interface
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
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;
|