@aws-sdk/client-iot-events 3.170.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 +8 -0
- package/dist-types/ts3.4/IoTEvents.d.ts +0 -26
- package/dist-types/ts3.4/IoTEventsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -393
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IoTEventsServiceException as __BaseException } from "./IoTEventsServiceException";
|
|
3
|
-
|
|
4
3
|
export interface AcknowledgeFlow {
|
|
5
4
|
enabled: boolean | undefined;
|
|
6
5
|
}
|
|
7
|
-
|
|
8
6
|
export interface ClearTimerAction {
|
|
9
7
|
timerName: string | undefined;
|
|
10
8
|
}
|
|
@@ -12,202 +10,125 @@ export declare enum PayloadType {
|
|
|
12
10
|
JSON = "JSON",
|
|
13
11
|
STRING = "STRING",
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
export interface Payload {
|
|
17
14
|
contentExpression: string | undefined;
|
|
18
|
-
|
|
19
15
|
type: PayloadType | string | undefined;
|
|
20
16
|
}
|
|
21
|
-
|
|
22
17
|
export interface DynamoDBAction {
|
|
23
18
|
hashKeyType?: string;
|
|
24
|
-
|
|
25
19
|
hashKeyField: string | undefined;
|
|
26
|
-
|
|
27
20
|
hashKeyValue: string | undefined;
|
|
28
|
-
|
|
29
21
|
rangeKeyType?: string;
|
|
30
|
-
|
|
31
22
|
rangeKeyField?: string;
|
|
32
|
-
|
|
33
23
|
rangeKeyValue?: string;
|
|
34
|
-
|
|
35
24
|
operation?: string;
|
|
36
|
-
|
|
37
25
|
payloadField?: string;
|
|
38
|
-
|
|
39
26
|
tableName: string | undefined;
|
|
40
|
-
|
|
41
27
|
payload?: Payload;
|
|
42
28
|
}
|
|
43
|
-
|
|
44
29
|
export interface DynamoDBv2Action {
|
|
45
30
|
tableName: string | undefined;
|
|
46
|
-
|
|
47
31
|
payload?: Payload;
|
|
48
32
|
}
|
|
49
|
-
|
|
50
33
|
export interface FirehoseAction {
|
|
51
34
|
deliveryStreamName: string | undefined;
|
|
52
|
-
|
|
53
35
|
separator?: string;
|
|
54
|
-
|
|
55
36
|
payload?: Payload;
|
|
56
37
|
}
|
|
57
|
-
|
|
58
38
|
export interface IotEventsAction {
|
|
59
39
|
inputName: string | undefined;
|
|
60
|
-
|
|
61
40
|
payload?: Payload;
|
|
62
41
|
}
|
|
63
|
-
|
|
64
42
|
export interface AssetPropertyTimestamp {
|
|
65
43
|
timeInSeconds: string | undefined;
|
|
66
|
-
|
|
67
44
|
offsetInNanos?: string;
|
|
68
45
|
}
|
|
69
|
-
|
|
70
46
|
export interface AssetPropertyVariant {
|
|
71
47
|
stringValue?: string;
|
|
72
|
-
|
|
73
48
|
integerValue?: string;
|
|
74
|
-
|
|
75
49
|
doubleValue?: string;
|
|
76
|
-
|
|
77
50
|
booleanValue?: string;
|
|
78
51
|
}
|
|
79
|
-
|
|
80
52
|
export interface AssetPropertyValue {
|
|
81
53
|
value?: AssetPropertyVariant;
|
|
82
|
-
|
|
83
54
|
timestamp?: AssetPropertyTimestamp;
|
|
84
|
-
|
|
85
55
|
quality?: string;
|
|
86
56
|
}
|
|
87
|
-
|
|
88
57
|
export interface IotSiteWiseAction {
|
|
89
58
|
entryId?: string;
|
|
90
|
-
|
|
91
59
|
assetId?: string;
|
|
92
|
-
|
|
93
60
|
propertyId?: string;
|
|
94
|
-
|
|
95
61
|
propertyAlias?: string;
|
|
96
|
-
|
|
97
62
|
propertyValue?: AssetPropertyValue;
|
|
98
63
|
}
|
|
99
|
-
|
|
100
64
|
export interface IotTopicPublishAction {
|
|
101
65
|
mqttTopic: string | undefined;
|
|
102
|
-
|
|
103
66
|
payload?: Payload;
|
|
104
67
|
}
|
|
105
|
-
|
|
106
68
|
export interface LambdaAction {
|
|
107
69
|
functionArn: string | undefined;
|
|
108
|
-
|
|
109
70
|
payload?: Payload;
|
|
110
71
|
}
|
|
111
|
-
|
|
112
72
|
export interface ResetTimerAction {
|
|
113
73
|
timerName: string | undefined;
|
|
114
74
|
}
|
|
115
|
-
|
|
116
75
|
export interface SetTimerAction {
|
|
117
76
|
timerName: string | undefined;
|
|
118
|
-
|
|
119
77
|
seconds?: number;
|
|
120
|
-
|
|
121
78
|
durationExpression?: string;
|
|
122
79
|
}
|
|
123
|
-
|
|
124
80
|
export interface SetVariableAction {
|
|
125
81
|
variableName: string | undefined;
|
|
126
|
-
|
|
127
82
|
value: string | undefined;
|
|
128
83
|
}
|
|
129
|
-
|
|
130
84
|
export interface SNSTopicPublishAction {
|
|
131
85
|
targetArn: string | undefined;
|
|
132
|
-
|
|
133
86
|
payload?: Payload;
|
|
134
87
|
}
|
|
135
|
-
|
|
136
88
|
export interface SqsAction {
|
|
137
89
|
queueUrl: string | undefined;
|
|
138
|
-
|
|
139
90
|
useBase64?: boolean;
|
|
140
|
-
|
|
141
91
|
payload?: Payload;
|
|
142
92
|
}
|
|
143
|
-
|
|
144
93
|
export interface Action {
|
|
145
94
|
setVariable?: SetVariableAction;
|
|
146
|
-
|
|
147
95
|
sns?: SNSTopicPublishAction;
|
|
148
|
-
|
|
149
96
|
iotTopicPublish?: IotTopicPublishAction;
|
|
150
|
-
|
|
151
97
|
setTimer?: SetTimerAction;
|
|
152
|
-
|
|
153
98
|
clearTimer?: ClearTimerAction;
|
|
154
|
-
|
|
155
99
|
resetTimer?: ResetTimerAction;
|
|
156
|
-
|
|
157
100
|
lambda?: LambdaAction;
|
|
158
|
-
|
|
159
101
|
iotEvents?: IotEventsAction;
|
|
160
|
-
|
|
161
102
|
sqs?: SqsAction;
|
|
162
|
-
|
|
163
103
|
firehose?: FirehoseAction;
|
|
164
|
-
|
|
165
104
|
dynamoDB?: DynamoDBAction;
|
|
166
|
-
|
|
167
105
|
dynamoDBv2?: DynamoDBv2Action;
|
|
168
|
-
|
|
169
106
|
iotSiteWise?: IotSiteWiseAction;
|
|
170
107
|
}
|
|
171
|
-
|
|
172
108
|
export interface AlarmAction {
|
|
173
109
|
sns?: SNSTopicPublishAction;
|
|
174
|
-
|
|
175
110
|
iotTopicPublish?: IotTopicPublishAction;
|
|
176
|
-
|
|
177
111
|
lambda?: LambdaAction;
|
|
178
|
-
|
|
179
112
|
iotEvents?: IotEventsAction;
|
|
180
|
-
|
|
181
113
|
sqs?: SqsAction;
|
|
182
|
-
|
|
183
114
|
firehose?: FirehoseAction;
|
|
184
|
-
|
|
185
115
|
dynamoDB?: DynamoDBAction;
|
|
186
|
-
|
|
187
116
|
dynamoDBv2?: DynamoDBv2Action;
|
|
188
|
-
|
|
189
117
|
iotSiteWise?: IotSiteWiseAction;
|
|
190
118
|
}
|
|
191
|
-
|
|
192
119
|
export interface InitializationConfiguration {
|
|
193
120
|
disabledOnInitialization: boolean | undefined;
|
|
194
121
|
}
|
|
195
|
-
|
|
196
122
|
export interface AlarmCapabilities {
|
|
197
123
|
initializationConfiguration?: InitializationConfiguration;
|
|
198
|
-
|
|
199
124
|
acknowledgeFlow?: AcknowledgeFlow;
|
|
200
125
|
}
|
|
201
|
-
|
|
202
126
|
export interface AlarmEventActions {
|
|
203
127
|
alarmActions?: AlarmAction[];
|
|
204
128
|
}
|
|
205
|
-
|
|
206
129
|
export interface AlarmModelSummary {
|
|
207
130
|
creationTime?: Date;
|
|
208
|
-
|
|
209
131
|
alarmModelDescription?: string;
|
|
210
|
-
|
|
211
132
|
alarmModelName?: string;
|
|
212
133
|
}
|
|
213
134
|
export declare enum AlarmModelVersionStatus {
|
|
@@ -216,73 +137,48 @@ export declare enum AlarmModelVersionStatus {
|
|
|
216
137
|
FAILED = "FAILED",
|
|
217
138
|
INACTIVE = "INACTIVE",
|
|
218
139
|
}
|
|
219
|
-
|
|
220
140
|
export interface AlarmModelVersionSummary {
|
|
221
141
|
alarmModelName?: string;
|
|
222
|
-
|
|
223
142
|
alarmModelArn?: string;
|
|
224
|
-
|
|
225
143
|
alarmModelVersion?: string;
|
|
226
|
-
|
|
227
144
|
roleArn?: string;
|
|
228
|
-
|
|
229
145
|
creationTime?: Date;
|
|
230
|
-
|
|
231
146
|
lastUpdateTime?: Date;
|
|
232
|
-
|
|
233
147
|
status?: AlarmModelVersionStatus | string;
|
|
234
|
-
|
|
235
148
|
statusMessage?: string;
|
|
236
149
|
}
|
|
237
|
-
|
|
238
150
|
export interface NotificationTargetActions {
|
|
239
151
|
lambdaAction?: LambdaAction;
|
|
240
152
|
}
|
|
241
|
-
|
|
242
153
|
export interface EmailContent {
|
|
243
154
|
subject?: string;
|
|
244
|
-
|
|
245
155
|
additionalMessage?: string;
|
|
246
156
|
}
|
|
247
|
-
|
|
248
157
|
export interface SSOIdentity {
|
|
249
158
|
identityStoreId: string | undefined;
|
|
250
|
-
|
|
251
159
|
userId?: string;
|
|
252
160
|
}
|
|
253
|
-
|
|
254
161
|
export interface RecipientDetail {
|
|
255
162
|
ssoIdentity?: SSOIdentity;
|
|
256
163
|
}
|
|
257
|
-
|
|
258
164
|
export interface EmailRecipients {
|
|
259
165
|
to?: RecipientDetail[];
|
|
260
166
|
}
|
|
261
|
-
|
|
262
167
|
export interface EmailConfiguration {
|
|
263
168
|
from: string | undefined;
|
|
264
|
-
|
|
265
169
|
content?: EmailContent;
|
|
266
|
-
|
|
267
170
|
recipients: EmailRecipients | undefined;
|
|
268
171
|
}
|
|
269
|
-
|
|
270
172
|
export interface SMSConfiguration {
|
|
271
173
|
senderId?: string;
|
|
272
|
-
|
|
273
174
|
additionalMessage?: string;
|
|
274
|
-
|
|
275
175
|
recipients: RecipientDetail[] | undefined;
|
|
276
176
|
}
|
|
277
|
-
|
|
278
177
|
export interface NotificationAction {
|
|
279
178
|
action: NotificationTargetActions | undefined;
|
|
280
|
-
|
|
281
179
|
smsConfigurations?: SMSConfiguration[];
|
|
282
|
-
|
|
283
180
|
emailConfigurations?: EmailConfiguration[];
|
|
284
181
|
}
|
|
285
|
-
|
|
286
182
|
export interface AlarmNotification {
|
|
287
183
|
notificationActions?: NotificationAction[];
|
|
288
184
|
}
|
|
@@ -294,15 +190,11 @@ export declare enum ComparisonOperator {
|
|
|
294
190
|
LESS_OR_EQUAL = "LESS_OR_EQUAL",
|
|
295
191
|
NOT_EQUAL = "NOT_EQUAL",
|
|
296
192
|
}
|
|
297
|
-
|
|
298
193
|
export interface SimpleRule {
|
|
299
194
|
inputProperty: string | undefined;
|
|
300
|
-
|
|
301
195
|
comparisonOperator: ComparisonOperator | string | undefined;
|
|
302
|
-
|
|
303
196
|
threshold: string | undefined;
|
|
304
197
|
}
|
|
305
|
-
|
|
306
198
|
export interface AlarmRule {
|
|
307
199
|
simpleRule?: SimpleRule;
|
|
308
200
|
}
|
|
@@ -311,18 +203,13 @@ export declare enum AnalysisResultLevel {
|
|
|
311
203
|
INFO = "INFO",
|
|
312
204
|
WARNING = "WARNING",
|
|
313
205
|
}
|
|
314
|
-
|
|
315
206
|
export interface AnalysisResultLocation {
|
|
316
207
|
path?: string;
|
|
317
208
|
}
|
|
318
|
-
|
|
319
209
|
export interface AnalysisResult {
|
|
320
210
|
type?: string;
|
|
321
|
-
|
|
322
211
|
level?: AnalysisResultLevel | string;
|
|
323
|
-
|
|
324
212
|
message?: string;
|
|
325
|
-
|
|
326
213
|
locations?: AnalysisResultLocation[];
|
|
327
214
|
}
|
|
328
215
|
export declare enum AnalysisStatus {
|
|
@@ -330,161 +217,112 @@ export declare enum AnalysisStatus {
|
|
|
330
217
|
FAILED = "FAILED",
|
|
331
218
|
RUNNING = "RUNNING",
|
|
332
219
|
}
|
|
333
|
-
|
|
334
220
|
export interface Attribute {
|
|
335
221
|
jsonPath: string | undefined;
|
|
336
222
|
}
|
|
337
|
-
|
|
338
223
|
export interface Tag {
|
|
339
224
|
key: string | undefined;
|
|
340
|
-
|
|
341
225
|
value: string | undefined;
|
|
342
226
|
}
|
|
343
227
|
export interface CreateAlarmModelRequest {
|
|
344
228
|
alarmModelName: string | undefined;
|
|
345
|
-
|
|
346
229
|
alarmModelDescription?: string;
|
|
347
|
-
|
|
348
230
|
roleArn: string | undefined;
|
|
349
|
-
|
|
350
231
|
tags?: Tag[];
|
|
351
|
-
|
|
352
232
|
key?: string;
|
|
353
|
-
|
|
354
233
|
severity?: number;
|
|
355
|
-
|
|
356
234
|
alarmRule: AlarmRule | undefined;
|
|
357
|
-
|
|
358
235
|
alarmNotification?: AlarmNotification;
|
|
359
|
-
|
|
360
236
|
alarmEventActions?: AlarmEventActions;
|
|
361
|
-
|
|
362
237
|
alarmCapabilities?: AlarmCapabilities;
|
|
363
238
|
}
|
|
364
239
|
export interface CreateAlarmModelResponse {
|
|
365
240
|
creationTime?: Date;
|
|
366
|
-
|
|
367
241
|
alarmModelArn?: string;
|
|
368
|
-
|
|
369
242
|
alarmModelVersion?: string;
|
|
370
|
-
|
|
371
243
|
lastUpdateTime?: Date;
|
|
372
|
-
|
|
373
244
|
status?: AlarmModelVersionStatus | string;
|
|
374
245
|
}
|
|
375
|
-
|
|
376
246
|
export declare class InternalFailureException extends __BaseException {
|
|
377
247
|
readonly name: "InternalFailureException";
|
|
378
248
|
readonly $fault: "server";
|
|
379
|
-
|
|
380
249
|
constructor(
|
|
381
250
|
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
382
251
|
);
|
|
383
252
|
}
|
|
384
|
-
|
|
385
253
|
export declare class InvalidRequestException extends __BaseException {
|
|
386
254
|
readonly name: "InvalidRequestException";
|
|
387
255
|
readonly $fault: "client";
|
|
388
|
-
|
|
389
256
|
constructor(
|
|
390
257
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
391
258
|
);
|
|
392
259
|
}
|
|
393
|
-
|
|
394
260
|
export declare class LimitExceededException extends __BaseException {
|
|
395
261
|
readonly name: "LimitExceededException";
|
|
396
262
|
readonly $fault: "client";
|
|
397
|
-
|
|
398
263
|
constructor(
|
|
399
264
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
400
265
|
);
|
|
401
266
|
}
|
|
402
|
-
|
|
403
267
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
404
268
|
readonly name: "ResourceAlreadyExistsException";
|
|
405
269
|
readonly $fault: "client";
|
|
406
|
-
|
|
407
270
|
resourceId?: string;
|
|
408
|
-
|
|
409
271
|
resourceArn?: string;
|
|
410
|
-
|
|
411
272
|
constructor(
|
|
412
273
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
413
274
|
);
|
|
414
275
|
}
|
|
415
|
-
|
|
416
276
|
export declare class ResourceInUseException extends __BaseException {
|
|
417
277
|
readonly name: "ResourceInUseException";
|
|
418
278
|
readonly $fault: "client";
|
|
419
|
-
|
|
420
279
|
constructor(
|
|
421
280
|
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
422
281
|
);
|
|
423
282
|
}
|
|
424
|
-
|
|
425
283
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
426
284
|
readonly name: "ServiceUnavailableException";
|
|
427
285
|
readonly $fault: "server";
|
|
428
|
-
|
|
429
286
|
constructor(
|
|
430
287
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
431
288
|
);
|
|
432
289
|
}
|
|
433
|
-
|
|
434
290
|
export declare class ThrottlingException extends __BaseException {
|
|
435
291
|
readonly name: "ThrottlingException";
|
|
436
292
|
readonly $fault: "client";
|
|
437
|
-
|
|
438
293
|
constructor(
|
|
439
294
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
440
295
|
);
|
|
441
296
|
}
|
|
442
|
-
|
|
443
297
|
export interface Event {
|
|
444
298
|
eventName: string | undefined;
|
|
445
|
-
|
|
446
299
|
condition?: string;
|
|
447
|
-
|
|
448
300
|
actions?: Action[];
|
|
449
301
|
}
|
|
450
|
-
|
|
451
302
|
export interface OnEnterLifecycle {
|
|
452
303
|
events?: Event[];
|
|
453
304
|
}
|
|
454
|
-
|
|
455
305
|
export interface OnExitLifecycle {
|
|
456
306
|
events?: Event[];
|
|
457
307
|
}
|
|
458
|
-
|
|
459
308
|
export interface TransitionEvent {
|
|
460
309
|
eventName: string | undefined;
|
|
461
|
-
|
|
462
310
|
condition: string | undefined;
|
|
463
|
-
|
|
464
311
|
actions?: Action[];
|
|
465
|
-
|
|
466
312
|
nextState: string | undefined;
|
|
467
313
|
}
|
|
468
|
-
|
|
469
314
|
export interface OnInputLifecycle {
|
|
470
315
|
events?: Event[];
|
|
471
|
-
|
|
472
316
|
transitionEvents?: TransitionEvent[];
|
|
473
317
|
}
|
|
474
|
-
|
|
475
318
|
export interface State {
|
|
476
319
|
stateName: string | undefined;
|
|
477
|
-
|
|
478
320
|
onInput?: OnInputLifecycle;
|
|
479
|
-
|
|
480
321
|
onEnter?: OnEnterLifecycle;
|
|
481
|
-
|
|
482
322
|
onExit?: OnExitLifecycle;
|
|
483
323
|
}
|
|
484
|
-
|
|
485
324
|
export interface DetectorModelDefinition {
|
|
486
325
|
states: State[] | undefined;
|
|
487
|
-
|
|
488
326
|
initialStateName: string | undefined;
|
|
489
327
|
}
|
|
490
328
|
export declare enum EvaluationMethod {
|
|
@@ -493,17 +331,11 @@ export declare enum EvaluationMethod {
|
|
|
493
331
|
}
|
|
494
332
|
export interface CreateDetectorModelRequest {
|
|
495
333
|
detectorModelName: string | undefined;
|
|
496
|
-
|
|
497
334
|
detectorModelDefinition: DetectorModelDefinition | undefined;
|
|
498
|
-
|
|
499
335
|
detectorModelDescription?: string;
|
|
500
|
-
|
|
501
336
|
key?: string;
|
|
502
|
-
|
|
503
337
|
roleArn: string | undefined;
|
|
504
|
-
|
|
505
338
|
tags?: Tag[];
|
|
506
|
-
|
|
507
339
|
evaluationMethod?: EvaluationMethod | string;
|
|
508
340
|
}
|
|
509
341
|
export declare enum DetectorModelVersionStatus {
|
|
@@ -515,42 +347,28 @@ export declare enum DetectorModelVersionStatus {
|
|
|
515
347
|
INACTIVE = "INACTIVE",
|
|
516
348
|
PAUSED = "PAUSED",
|
|
517
349
|
}
|
|
518
|
-
|
|
519
350
|
export interface DetectorModelConfiguration {
|
|
520
351
|
detectorModelName?: string;
|
|
521
|
-
|
|
522
352
|
detectorModelVersion?: string;
|
|
523
|
-
|
|
524
353
|
detectorModelDescription?: string;
|
|
525
|
-
|
|
526
354
|
detectorModelArn?: string;
|
|
527
|
-
|
|
528
355
|
roleArn?: string;
|
|
529
|
-
|
|
530
356
|
creationTime?: Date;
|
|
531
|
-
|
|
532
357
|
lastUpdateTime?: Date;
|
|
533
|
-
|
|
534
358
|
status?: DetectorModelVersionStatus | string;
|
|
535
|
-
|
|
536
359
|
key?: string;
|
|
537
|
-
|
|
538
360
|
evaluationMethod?: EvaluationMethod | string;
|
|
539
361
|
}
|
|
540
362
|
export interface CreateDetectorModelResponse {
|
|
541
363
|
detectorModelConfiguration?: DetectorModelConfiguration;
|
|
542
364
|
}
|
|
543
|
-
|
|
544
365
|
export interface InputDefinition {
|
|
545
366
|
attributes: Attribute[] | undefined;
|
|
546
367
|
}
|
|
547
368
|
export interface CreateInputRequest {
|
|
548
369
|
inputName: string | undefined;
|
|
549
|
-
|
|
550
370
|
inputDescription?: string;
|
|
551
|
-
|
|
552
371
|
inputDefinition: InputDefinition | undefined;
|
|
553
|
-
|
|
554
372
|
tags?: Tag[];
|
|
555
373
|
}
|
|
556
374
|
export declare enum InputStatus {
|
|
@@ -559,18 +377,12 @@ export declare enum InputStatus {
|
|
|
559
377
|
DELETING = "DELETING",
|
|
560
378
|
UPDATING = "UPDATING",
|
|
561
379
|
}
|
|
562
|
-
|
|
563
380
|
export interface InputConfiguration {
|
|
564
381
|
inputName: string | undefined;
|
|
565
|
-
|
|
566
382
|
inputDescription?: string;
|
|
567
|
-
|
|
568
383
|
inputArn: string | undefined;
|
|
569
|
-
|
|
570
384
|
creationTime: Date | undefined;
|
|
571
|
-
|
|
572
385
|
lastUpdateTime: Date | undefined;
|
|
573
|
-
|
|
574
386
|
status: InputStatus | string | undefined;
|
|
575
387
|
}
|
|
576
388
|
export interface CreateInputResponse {
|
|
@@ -580,11 +392,9 @@ export interface DeleteAlarmModelRequest {
|
|
|
580
392
|
alarmModelName: string | undefined;
|
|
581
393
|
}
|
|
582
394
|
export interface DeleteAlarmModelResponse {}
|
|
583
|
-
|
|
584
395
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
585
396
|
readonly name: "ResourceNotFoundException";
|
|
586
397
|
readonly $fault: "client";
|
|
587
|
-
|
|
588
398
|
constructor(
|
|
589
399
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
590
400
|
);
|
|
@@ -599,49 +409,31 @@ export interface DeleteInputRequest {
|
|
|
599
409
|
export interface DeleteInputResponse {}
|
|
600
410
|
export interface DescribeAlarmModelRequest {
|
|
601
411
|
alarmModelName: string | undefined;
|
|
602
|
-
|
|
603
412
|
alarmModelVersion?: string;
|
|
604
413
|
}
|
|
605
414
|
export interface DescribeAlarmModelResponse {
|
|
606
415
|
creationTime?: Date;
|
|
607
|
-
|
|
608
416
|
alarmModelArn?: string;
|
|
609
|
-
|
|
610
417
|
alarmModelVersion?: string;
|
|
611
|
-
|
|
612
418
|
lastUpdateTime?: Date;
|
|
613
|
-
|
|
614
419
|
status?: AlarmModelVersionStatus | string;
|
|
615
|
-
|
|
616
420
|
statusMessage?: string;
|
|
617
|
-
|
|
618
421
|
alarmModelName?: string;
|
|
619
|
-
|
|
620
422
|
alarmModelDescription?: string;
|
|
621
|
-
|
|
622
423
|
roleArn?: string;
|
|
623
|
-
|
|
624
424
|
key?: string;
|
|
625
|
-
|
|
626
425
|
severity?: number;
|
|
627
|
-
|
|
628
426
|
alarmRule?: AlarmRule;
|
|
629
|
-
|
|
630
427
|
alarmNotification?: AlarmNotification;
|
|
631
|
-
|
|
632
428
|
alarmEventActions?: AlarmEventActions;
|
|
633
|
-
|
|
634
429
|
alarmCapabilities?: AlarmCapabilities;
|
|
635
430
|
}
|
|
636
431
|
export interface DescribeDetectorModelRequest {
|
|
637
432
|
detectorModelName: string | undefined;
|
|
638
|
-
|
|
639
433
|
detectorModelVersion?: string;
|
|
640
434
|
}
|
|
641
|
-
|
|
642
435
|
export interface DetectorModel {
|
|
643
436
|
detectorModelDefinition?: DetectorModelDefinition;
|
|
644
|
-
|
|
645
437
|
detectorModelConfiguration?: DetectorModelConfiguration;
|
|
646
438
|
}
|
|
647
439
|
export interface DescribeDetectorModelResponse {
|
|
@@ -656,20 +448,16 @@ export interface DescribeDetectorModelAnalysisResponse {
|
|
|
656
448
|
export interface DescribeInputRequest {
|
|
657
449
|
inputName: string | undefined;
|
|
658
450
|
}
|
|
659
|
-
|
|
660
451
|
export interface Input {
|
|
661
452
|
inputConfiguration?: InputConfiguration;
|
|
662
|
-
|
|
663
453
|
inputDefinition?: InputDefinition;
|
|
664
454
|
}
|
|
665
455
|
export interface DescribeInputResponse {
|
|
666
456
|
input?: Input;
|
|
667
457
|
}
|
|
668
458
|
export interface DescribeLoggingOptionsRequest {}
|
|
669
|
-
|
|
670
459
|
export interface DetectorDebugOption {
|
|
671
460
|
detectorModelName: string | undefined;
|
|
672
|
-
|
|
673
461
|
keyValue?: string;
|
|
674
462
|
}
|
|
675
463
|
export declare enum LoggingLevel {
|
|
@@ -677,170 +465,121 @@ export declare enum LoggingLevel {
|
|
|
677
465
|
ERROR = "ERROR",
|
|
678
466
|
INFO = "INFO",
|
|
679
467
|
}
|
|
680
|
-
|
|
681
468
|
export interface LoggingOptions {
|
|
682
469
|
roleArn: string | undefined;
|
|
683
|
-
|
|
684
470
|
level: LoggingLevel | string | undefined;
|
|
685
|
-
|
|
686
471
|
enabled: boolean | undefined;
|
|
687
|
-
|
|
688
472
|
detectorDebugOptions?: DetectorDebugOption[];
|
|
689
473
|
}
|
|
690
474
|
export interface DescribeLoggingOptionsResponse {
|
|
691
475
|
loggingOptions?: LoggingOptions;
|
|
692
476
|
}
|
|
693
|
-
|
|
694
477
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
695
478
|
readonly name: "UnsupportedOperationException";
|
|
696
479
|
readonly $fault: "server";
|
|
697
|
-
|
|
698
480
|
constructor(
|
|
699
481
|
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
700
482
|
);
|
|
701
483
|
}
|
|
702
|
-
|
|
703
484
|
export interface DetectorModelSummary {
|
|
704
485
|
detectorModelName?: string;
|
|
705
|
-
|
|
706
486
|
detectorModelDescription?: string;
|
|
707
|
-
|
|
708
487
|
creationTime?: Date;
|
|
709
488
|
}
|
|
710
|
-
|
|
711
489
|
export interface DetectorModelVersionSummary {
|
|
712
490
|
detectorModelName?: string;
|
|
713
|
-
|
|
714
491
|
detectorModelVersion?: string;
|
|
715
|
-
|
|
716
492
|
detectorModelArn?: string;
|
|
717
|
-
|
|
718
493
|
roleArn?: string;
|
|
719
|
-
|
|
720
494
|
creationTime?: Date;
|
|
721
|
-
|
|
722
495
|
lastUpdateTime?: Date;
|
|
723
|
-
|
|
724
496
|
status?: DetectorModelVersionStatus | string;
|
|
725
|
-
|
|
726
497
|
evaluationMethod?: EvaluationMethod | string;
|
|
727
498
|
}
|
|
728
499
|
export interface GetDetectorModelAnalysisResultsRequest {
|
|
729
500
|
analysisId: string | undefined;
|
|
730
|
-
|
|
731
501
|
nextToken?: string;
|
|
732
|
-
|
|
733
502
|
maxResults?: number;
|
|
734
503
|
}
|
|
735
504
|
export interface GetDetectorModelAnalysisResultsResponse {
|
|
736
505
|
analysisResults?: AnalysisResult[];
|
|
737
|
-
|
|
738
506
|
nextToken?: string;
|
|
739
507
|
}
|
|
740
|
-
|
|
741
508
|
export interface IotEventsInputIdentifier {
|
|
742
509
|
inputName: string | undefined;
|
|
743
510
|
}
|
|
744
|
-
|
|
745
511
|
export interface IotSiteWiseAssetModelPropertyIdentifier {
|
|
746
512
|
assetModelId: string | undefined;
|
|
747
|
-
|
|
748
513
|
propertyId: string | undefined;
|
|
749
514
|
}
|
|
750
|
-
|
|
751
515
|
export interface IotSiteWiseInputIdentifier {
|
|
752
516
|
iotSiteWiseAssetModelPropertyIdentifier?: IotSiteWiseAssetModelPropertyIdentifier;
|
|
753
517
|
}
|
|
754
|
-
|
|
755
518
|
export interface InputIdentifier {
|
|
756
519
|
iotEventsInputIdentifier?: IotEventsInputIdentifier;
|
|
757
|
-
|
|
758
520
|
iotSiteWiseInputIdentifier?: IotSiteWiseInputIdentifier;
|
|
759
521
|
}
|
|
760
|
-
|
|
761
522
|
export interface InputSummary {
|
|
762
523
|
inputName?: string;
|
|
763
|
-
|
|
764
524
|
inputDescription?: string;
|
|
765
|
-
|
|
766
525
|
inputArn?: string;
|
|
767
|
-
|
|
768
526
|
creationTime?: Date;
|
|
769
|
-
|
|
770
527
|
lastUpdateTime?: Date;
|
|
771
|
-
|
|
772
528
|
status?: InputStatus | string;
|
|
773
529
|
}
|
|
774
530
|
export interface ListAlarmModelsRequest {
|
|
775
531
|
nextToken?: string;
|
|
776
|
-
|
|
777
532
|
maxResults?: number;
|
|
778
533
|
}
|
|
779
534
|
export interface ListAlarmModelsResponse {
|
|
780
535
|
alarmModelSummaries?: AlarmModelSummary[];
|
|
781
|
-
|
|
782
536
|
nextToken?: string;
|
|
783
537
|
}
|
|
784
538
|
export interface ListAlarmModelVersionsRequest {
|
|
785
539
|
alarmModelName: string | undefined;
|
|
786
|
-
|
|
787
540
|
nextToken?: string;
|
|
788
|
-
|
|
789
541
|
maxResults?: number;
|
|
790
542
|
}
|
|
791
543
|
export interface ListAlarmModelVersionsResponse {
|
|
792
544
|
alarmModelVersionSummaries?: AlarmModelVersionSummary[];
|
|
793
|
-
|
|
794
545
|
nextToken?: string;
|
|
795
546
|
}
|
|
796
547
|
export interface ListDetectorModelsRequest {
|
|
797
548
|
nextToken?: string;
|
|
798
|
-
|
|
799
549
|
maxResults?: number;
|
|
800
550
|
}
|
|
801
551
|
export interface ListDetectorModelsResponse {
|
|
802
552
|
detectorModelSummaries?: DetectorModelSummary[];
|
|
803
|
-
|
|
804
553
|
nextToken?: string;
|
|
805
554
|
}
|
|
806
555
|
export interface ListDetectorModelVersionsRequest {
|
|
807
556
|
detectorModelName: string | undefined;
|
|
808
|
-
|
|
809
557
|
nextToken?: string;
|
|
810
|
-
|
|
811
558
|
maxResults?: number;
|
|
812
559
|
}
|
|
813
560
|
export interface ListDetectorModelVersionsResponse {
|
|
814
561
|
detectorModelVersionSummaries?: DetectorModelVersionSummary[];
|
|
815
|
-
|
|
816
562
|
nextToken?: string;
|
|
817
563
|
}
|
|
818
564
|
export interface ListInputRoutingsRequest {
|
|
819
565
|
inputIdentifier: InputIdentifier | undefined;
|
|
820
|
-
|
|
821
566
|
maxResults?: number;
|
|
822
|
-
|
|
823
567
|
nextToken?: string;
|
|
824
568
|
}
|
|
825
|
-
|
|
826
569
|
export interface RoutedResource {
|
|
827
570
|
name?: string;
|
|
828
|
-
|
|
829
571
|
arn?: string;
|
|
830
572
|
}
|
|
831
573
|
export interface ListInputRoutingsResponse {
|
|
832
574
|
routedResources?: RoutedResource[];
|
|
833
|
-
|
|
834
575
|
nextToken?: string;
|
|
835
576
|
}
|
|
836
577
|
export interface ListInputsRequest {
|
|
837
578
|
nextToken?: string;
|
|
838
|
-
|
|
839
579
|
maxResults?: number;
|
|
840
580
|
}
|
|
841
581
|
export interface ListInputsResponse {
|
|
842
582
|
inputSummaries?: InputSummary[];
|
|
843
|
-
|
|
844
583
|
nextToken?: string;
|
|
845
584
|
}
|
|
846
585
|
export interface ListTagsForResourceRequest {
|
|
@@ -860,53 +599,36 @@ export interface StartDetectorModelAnalysisResponse {
|
|
|
860
599
|
}
|
|
861
600
|
export interface TagResourceRequest {
|
|
862
601
|
resourceArn: string | undefined;
|
|
863
|
-
|
|
864
602
|
tags: Tag[] | undefined;
|
|
865
603
|
}
|
|
866
604
|
export interface TagResourceResponse {}
|
|
867
605
|
export interface UntagResourceRequest {
|
|
868
606
|
resourceArn: string | undefined;
|
|
869
|
-
|
|
870
607
|
tagKeys: string[] | undefined;
|
|
871
608
|
}
|
|
872
609
|
export interface UntagResourceResponse {}
|
|
873
610
|
export interface UpdateAlarmModelRequest {
|
|
874
611
|
alarmModelName: string | undefined;
|
|
875
|
-
|
|
876
612
|
alarmModelDescription?: string;
|
|
877
|
-
|
|
878
613
|
roleArn: string | undefined;
|
|
879
|
-
|
|
880
614
|
severity?: number;
|
|
881
|
-
|
|
882
615
|
alarmRule: AlarmRule | undefined;
|
|
883
|
-
|
|
884
616
|
alarmNotification?: AlarmNotification;
|
|
885
|
-
|
|
886
617
|
alarmEventActions?: AlarmEventActions;
|
|
887
|
-
|
|
888
618
|
alarmCapabilities?: AlarmCapabilities;
|
|
889
619
|
}
|
|
890
620
|
export interface UpdateAlarmModelResponse {
|
|
891
621
|
creationTime?: Date;
|
|
892
|
-
|
|
893
622
|
alarmModelArn?: string;
|
|
894
|
-
|
|
895
623
|
alarmModelVersion?: string;
|
|
896
|
-
|
|
897
624
|
lastUpdateTime?: Date;
|
|
898
|
-
|
|
899
625
|
status?: AlarmModelVersionStatus | string;
|
|
900
626
|
}
|
|
901
627
|
export interface UpdateDetectorModelRequest {
|
|
902
628
|
detectorModelName: string | undefined;
|
|
903
|
-
|
|
904
629
|
detectorModelDefinition: DetectorModelDefinition | undefined;
|
|
905
|
-
|
|
906
630
|
detectorModelDescription?: string;
|
|
907
|
-
|
|
908
631
|
roleArn: string | undefined;
|
|
909
|
-
|
|
910
632
|
evaluationMethod?: EvaluationMethod | string;
|
|
911
633
|
}
|
|
912
634
|
export interface UpdateDetectorModelResponse {
|
|
@@ -914,433 +636,318 @@ export interface UpdateDetectorModelResponse {
|
|
|
914
636
|
}
|
|
915
637
|
export interface UpdateInputRequest {
|
|
916
638
|
inputName: string | undefined;
|
|
917
|
-
|
|
918
639
|
inputDescription?: string;
|
|
919
|
-
|
|
920
640
|
inputDefinition: InputDefinition | undefined;
|
|
921
641
|
}
|
|
922
642
|
export interface UpdateInputResponse {
|
|
923
643
|
inputConfiguration?: InputConfiguration;
|
|
924
644
|
}
|
|
925
|
-
|
|
926
645
|
export declare const AcknowledgeFlowFilterSensitiveLog: (
|
|
927
646
|
obj: AcknowledgeFlow
|
|
928
647
|
) => any;
|
|
929
|
-
|
|
930
648
|
export declare const ClearTimerActionFilterSensitiveLog: (
|
|
931
649
|
obj: ClearTimerAction
|
|
932
650
|
) => any;
|
|
933
|
-
|
|
934
651
|
export declare const PayloadFilterSensitiveLog: (obj: Payload) => any;
|
|
935
|
-
|
|
936
652
|
export declare const DynamoDBActionFilterSensitiveLog: (
|
|
937
653
|
obj: DynamoDBAction
|
|
938
654
|
) => any;
|
|
939
|
-
|
|
940
655
|
export declare const DynamoDBv2ActionFilterSensitiveLog: (
|
|
941
656
|
obj: DynamoDBv2Action
|
|
942
657
|
) => any;
|
|
943
|
-
|
|
944
658
|
export declare const FirehoseActionFilterSensitiveLog: (
|
|
945
659
|
obj: FirehoseAction
|
|
946
660
|
) => any;
|
|
947
|
-
|
|
948
661
|
export declare const IotEventsActionFilterSensitiveLog: (
|
|
949
662
|
obj: IotEventsAction
|
|
950
663
|
) => any;
|
|
951
|
-
|
|
952
664
|
export declare const AssetPropertyTimestampFilterSensitiveLog: (
|
|
953
665
|
obj: AssetPropertyTimestamp
|
|
954
666
|
) => any;
|
|
955
|
-
|
|
956
667
|
export declare const AssetPropertyVariantFilterSensitiveLog: (
|
|
957
668
|
obj: AssetPropertyVariant
|
|
958
669
|
) => any;
|
|
959
|
-
|
|
960
670
|
export declare const AssetPropertyValueFilterSensitiveLog: (
|
|
961
671
|
obj: AssetPropertyValue
|
|
962
672
|
) => any;
|
|
963
|
-
|
|
964
673
|
export declare const IotSiteWiseActionFilterSensitiveLog: (
|
|
965
674
|
obj: IotSiteWiseAction
|
|
966
675
|
) => any;
|
|
967
|
-
|
|
968
676
|
export declare const IotTopicPublishActionFilterSensitiveLog: (
|
|
969
677
|
obj: IotTopicPublishAction
|
|
970
678
|
) => any;
|
|
971
|
-
|
|
972
679
|
export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
|
|
973
|
-
|
|
974
680
|
export declare const ResetTimerActionFilterSensitiveLog: (
|
|
975
681
|
obj: ResetTimerAction
|
|
976
682
|
) => any;
|
|
977
|
-
|
|
978
683
|
export declare const SetTimerActionFilterSensitiveLog: (
|
|
979
684
|
obj: SetTimerAction
|
|
980
685
|
) => any;
|
|
981
|
-
|
|
982
686
|
export declare const SetVariableActionFilterSensitiveLog: (
|
|
983
687
|
obj: SetVariableAction
|
|
984
688
|
) => any;
|
|
985
|
-
|
|
986
689
|
export declare const SNSTopicPublishActionFilterSensitiveLog: (
|
|
987
690
|
obj: SNSTopicPublishAction
|
|
988
691
|
) => any;
|
|
989
|
-
|
|
990
692
|
export declare const SqsActionFilterSensitiveLog: (obj: SqsAction) => any;
|
|
991
|
-
|
|
992
693
|
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
993
|
-
|
|
994
694
|
export declare const AlarmActionFilterSensitiveLog: (obj: AlarmAction) => any;
|
|
995
|
-
|
|
996
695
|
export declare const InitializationConfigurationFilterSensitiveLog: (
|
|
997
696
|
obj: InitializationConfiguration
|
|
998
697
|
) => any;
|
|
999
|
-
|
|
1000
698
|
export declare const AlarmCapabilitiesFilterSensitiveLog: (
|
|
1001
699
|
obj: AlarmCapabilities
|
|
1002
700
|
) => any;
|
|
1003
|
-
|
|
1004
701
|
export declare const AlarmEventActionsFilterSensitiveLog: (
|
|
1005
702
|
obj: AlarmEventActions
|
|
1006
703
|
) => any;
|
|
1007
|
-
|
|
1008
704
|
export declare const AlarmModelSummaryFilterSensitiveLog: (
|
|
1009
705
|
obj: AlarmModelSummary
|
|
1010
706
|
) => any;
|
|
1011
|
-
|
|
1012
707
|
export declare const AlarmModelVersionSummaryFilterSensitiveLog: (
|
|
1013
708
|
obj: AlarmModelVersionSummary
|
|
1014
709
|
) => any;
|
|
1015
|
-
|
|
1016
710
|
export declare const NotificationTargetActionsFilterSensitiveLog: (
|
|
1017
711
|
obj: NotificationTargetActions
|
|
1018
712
|
) => any;
|
|
1019
|
-
|
|
1020
713
|
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
1021
|
-
|
|
1022
714
|
export declare const SSOIdentityFilterSensitiveLog: (obj: SSOIdentity) => any;
|
|
1023
|
-
|
|
1024
715
|
export declare const RecipientDetailFilterSensitiveLog: (
|
|
1025
716
|
obj: RecipientDetail
|
|
1026
717
|
) => any;
|
|
1027
|
-
|
|
1028
718
|
export declare const EmailRecipientsFilterSensitiveLog: (
|
|
1029
719
|
obj: EmailRecipients
|
|
1030
720
|
) => any;
|
|
1031
|
-
|
|
1032
721
|
export declare const EmailConfigurationFilterSensitiveLog: (
|
|
1033
722
|
obj: EmailConfiguration
|
|
1034
723
|
) => any;
|
|
1035
|
-
|
|
1036
724
|
export declare const SMSConfigurationFilterSensitiveLog: (
|
|
1037
725
|
obj: SMSConfiguration
|
|
1038
726
|
) => any;
|
|
1039
|
-
|
|
1040
727
|
export declare const NotificationActionFilterSensitiveLog: (
|
|
1041
728
|
obj: NotificationAction
|
|
1042
729
|
) => any;
|
|
1043
|
-
|
|
1044
730
|
export declare const AlarmNotificationFilterSensitiveLog: (
|
|
1045
731
|
obj: AlarmNotification
|
|
1046
732
|
) => any;
|
|
1047
|
-
|
|
1048
733
|
export declare const SimpleRuleFilterSensitiveLog: (obj: SimpleRule) => any;
|
|
1049
|
-
|
|
1050
734
|
export declare const AlarmRuleFilterSensitiveLog: (obj: AlarmRule) => any;
|
|
1051
|
-
|
|
1052
735
|
export declare const AnalysisResultLocationFilterSensitiveLog: (
|
|
1053
736
|
obj: AnalysisResultLocation
|
|
1054
737
|
) => any;
|
|
1055
|
-
|
|
1056
738
|
export declare const AnalysisResultFilterSensitiveLog: (
|
|
1057
739
|
obj: AnalysisResult
|
|
1058
740
|
) => any;
|
|
1059
|
-
|
|
1060
741
|
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
1061
|
-
|
|
1062
742
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1063
|
-
|
|
1064
743
|
export declare const CreateAlarmModelRequestFilterSensitiveLog: (
|
|
1065
744
|
obj: CreateAlarmModelRequest
|
|
1066
745
|
) => any;
|
|
1067
|
-
|
|
1068
746
|
export declare const CreateAlarmModelResponseFilterSensitiveLog: (
|
|
1069
747
|
obj: CreateAlarmModelResponse
|
|
1070
748
|
) => any;
|
|
1071
|
-
|
|
1072
749
|
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1073
|
-
|
|
1074
750
|
export declare const OnEnterLifecycleFilterSensitiveLog: (
|
|
1075
751
|
obj: OnEnterLifecycle
|
|
1076
752
|
) => any;
|
|
1077
|
-
|
|
1078
753
|
export declare const OnExitLifecycleFilterSensitiveLog: (
|
|
1079
754
|
obj: OnExitLifecycle
|
|
1080
755
|
) => any;
|
|
1081
|
-
|
|
1082
756
|
export declare const TransitionEventFilterSensitiveLog: (
|
|
1083
757
|
obj: TransitionEvent
|
|
1084
758
|
) => any;
|
|
1085
|
-
|
|
1086
759
|
export declare const OnInputLifecycleFilterSensitiveLog: (
|
|
1087
760
|
obj: OnInputLifecycle
|
|
1088
761
|
) => any;
|
|
1089
|
-
|
|
1090
762
|
export declare const StateFilterSensitiveLog: (obj: State) => any;
|
|
1091
|
-
|
|
1092
763
|
export declare const DetectorModelDefinitionFilterSensitiveLog: (
|
|
1093
764
|
obj: DetectorModelDefinition
|
|
1094
765
|
) => any;
|
|
1095
|
-
|
|
1096
766
|
export declare const CreateDetectorModelRequestFilterSensitiveLog: (
|
|
1097
767
|
obj: CreateDetectorModelRequest
|
|
1098
768
|
) => any;
|
|
1099
|
-
|
|
1100
769
|
export declare const DetectorModelConfigurationFilterSensitiveLog: (
|
|
1101
770
|
obj: DetectorModelConfiguration
|
|
1102
771
|
) => any;
|
|
1103
|
-
|
|
1104
772
|
export declare const CreateDetectorModelResponseFilterSensitiveLog: (
|
|
1105
773
|
obj: CreateDetectorModelResponse
|
|
1106
774
|
) => any;
|
|
1107
|
-
|
|
1108
775
|
export declare const InputDefinitionFilterSensitiveLog: (
|
|
1109
776
|
obj: InputDefinition
|
|
1110
777
|
) => any;
|
|
1111
|
-
|
|
1112
778
|
export declare const CreateInputRequestFilterSensitiveLog: (
|
|
1113
779
|
obj: CreateInputRequest
|
|
1114
780
|
) => any;
|
|
1115
|
-
|
|
1116
781
|
export declare const InputConfigurationFilterSensitiveLog: (
|
|
1117
782
|
obj: InputConfiguration
|
|
1118
783
|
) => any;
|
|
1119
|
-
|
|
1120
784
|
export declare const CreateInputResponseFilterSensitiveLog: (
|
|
1121
785
|
obj: CreateInputResponse
|
|
1122
786
|
) => any;
|
|
1123
|
-
|
|
1124
787
|
export declare const DeleteAlarmModelRequestFilterSensitiveLog: (
|
|
1125
788
|
obj: DeleteAlarmModelRequest
|
|
1126
789
|
) => any;
|
|
1127
|
-
|
|
1128
790
|
export declare const DeleteAlarmModelResponseFilterSensitiveLog: (
|
|
1129
791
|
obj: DeleteAlarmModelResponse
|
|
1130
792
|
) => any;
|
|
1131
|
-
|
|
1132
793
|
export declare const DeleteDetectorModelRequestFilterSensitiveLog: (
|
|
1133
794
|
obj: DeleteDetectorModelRequest
|
|
1134
795
|
) => any;
|
|
1135
|
-
|
|
1136
796
|
export declare const DeleteDetectorModelResponseFilterSensitiveLog: (
|
|
1137
797
|
obj: DeleteDetectorModelResponse
|
|
1138
798
|
) => any;
|
|
1139
|
-
|
|
1140
799
|
export declare const DeleteInputRequestFilterSensitiveLog: (
|
|
1141
800
|
obj: DeleteInputRequest
|
|
1142
801
|
) => any;
|
|
1143
|
-
|
|
1144
802
|
export declare const DeleteInputResponseFilterSensitiveLog: (
|
|
1145
803
|
obj: DeleteInputResponse
|
|
1146
804
|
) => any;
|
|
1147
|
-
|
|
1148
805
|
export declare const DescribeAlarmModelRequestFilterSensitiveLog: (
|
|
1149
806
|
obj: DescribeAlarmModelRequest
|
|
1150
807
|
) => any;
|
|
1151
|
-
|
|
1152
808
|
export declare const DescribeAlarmModelResponseFilterSensitiveLog: (
|
|
1153
809
|
obj: DescribeAlarmModelResponse
|
|
1154
810
|
) => any;
|
|
1155
|
-
|
|
1156
811
|
export declare const DescribeDetectorModelRequestFilterSensitiveLog: (
|
|
1157
812
|
obj: DescribeDetectorModelRequest
|
|
1158
813
|
) => any;
|
|
1159
|
-
|
|
1160
814
|
export declare const DetectorModelFilterSensitiveLog: (
|
|
1161
815
|
obj: DetectorModel
|
|
1162
816
|
) => any;
|
|
1163
|
-
|
|
1164
817
|
export declare const DescribeDetectorModelResponseFilterSensitiveLog: (
|
|
1165
818
|
obj: DescribeDetectorModelResponse
|
|
1166
819
|
) => any;
|
|
1167
|
-
|
|
1168
820
|
export declare const DescribeDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
1169
821
|
obj: DescribeDetectorModelAnalysisRequest
|
|
1170
822
|
) => any;
|
|
1171
|
-
|
|
1172
823
|
export declare const DescribeDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
1173
824
|
obj: DescribeDetectorModelAnalysisResponse
|
|
1174
825
|
) => any;
|
|
1175
|
-
|
|
1176
826
|
export declare const DescribeInputRequestFilterSensitiveLog: (
|
|
1177
827
|
obj: DescribeInputRequest
|
|
1178
828
|
) => any;
|
|
1179
|
-
|
|
1180
829
|
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1181
|
-
|
|
1182
830
|
export declare const DescribeInputResponseFilterSensitiveLog: (
|
|
1183
831
|
obj: DescribeInputResponse
|
|
1184
832
|
) => any;
|
|
1185
|
-
|
|
1186
833
|
export declare const DescribeLoggingOptionsRequestFilterSensitiveLog: (
|
|
1187
834
|
obj: DescribeLoggingOptionsRequest
|
|
1188
835
|
) => any;
|
|
1189
|
-
|
|
1190
836
|
export declare const DetectorDebugOptionFilterSensitiveLog: (
|
|
1191
837
|
obj: DetectorDebugOption
|
|
1192
838
|
) => any;
|
|
1193
|
-
|
|
1194
839
|
export declare const LoggingOptionsFilterSensitiveLog: (
|
|
1195
840
|
obj: LoggingOptions
|
|
1196
841
|
) => any;
|
|
1197
|
-
|
|
1198
842
|
export declare const DescribeLoggingOptionsResponseFilterSensitiveLog: (
|
|
1199
843
|
obj: DescribeLoggingOptionsResponse
|
|
1200
844
|
) => any;
|
|
1201
|
-
|
|
1202
845
|
export declare const DetectorModelSummaryFilterSensitiveLog: (
|
|
1203
846
|
obj: DetectorModelSummary
|
|
1204
847
|
) => any;
|
|
1205
|
-
|
|
1206
848
|
export declare const DetectorModelVersionSummaryFilterSensitiveLog: (
|
|
1207
849
|
obj: DetectorModelVersionSummary
|
|
1208
850
|
) => any;
|
|
1209
|
-
|
|
1210
851
|
export declare const GetDetectorModelAnalysisResultsRequestFilterSensitiveLog: (
|
|
1211
852
|
obj: GetDetectorModelAnalysisResultsRequest
|
|
1212
853
|
) => any;
|
|
1213
|
-
|
|
1214
854
|
export declare const GetDetectorModelAnalysisResultsResponseFilterSensitiveLog: (
|
|
1215
855
|
obj: GetDetectorModelAnalysisResultsResponse
|
|
1216
856
|
) => any;
|
|
1217
|
-
|
|
1218
857
|
export declare const IotEventsInputIdentifierFilterSensitiveLog: (
|
|
1219
858
|
obj: IotEventsInputIdentifier
|
|
1220
859
|
) => any;
|
|
1221
|
-
|
|
1222
860
|
export declare const IotSiteWiseAssetModelPropertyIdentifierFilterSensitiveLog: (
|
|
1223
861
|
obj: IotSiteWiseAssetModelPropertyIdentifier
|
|
1224
862
|
) => any;
|
|
1225
|
-
|
|
1226
863
|
export declare const IotSiteWiseInputIdentifierFilterSensitiveLog: (
|
|
1227
864
|
obj: IotSiteWiseInputIdentifier
|
|
1228
865
|
) => any;
|
|
1229
|
-
|
|
1230
866
|
export declare const InputIdentifierFilterSensitiveLog: (
|
|
1231
867
|
obj: InputIdentifier
|
|
1232
868
|
) => any;
|
|
1233
|
-
|
|
1234
869
|
export declare const InputSummaryFilterSensitiveLog: (obj: InputSummary) => any;
|
|
1235
|
-
|
|
1236
870
|
export declare const ListAlarmModelsRequestFilterSensitiveLog: (
|
|
1237
871
|
obj: ListAlarmModelsRequest
|
|
1238
872
|
) => any;
|
|
1239
|
-
|
|
1240
873
|
export declare const ListAlarmModelsResponseFilterSensitiveLog: (
|
|
1241
874
|
obj: ListAlarmModelsResponse
|
|
1242
875
|
) => any;
|
|
1243
|
-
|
|
1244
876
|
export declare const ListAlarmModelVersionsRequestFilterSensitiveLog: (
|
|
1245
877
|
obj: ListAlarmModelVersionsRequest
|
|
1246
878
|
) => any;
|
|
1247
|
-
|
|
1248
879
|
export declare const ListAlarmModelVersionsResponseFilterSensitiveLog: (
|
|
1249
880
|
obj: ListAlarmModelVersionsResponse
|
|
1250
881
|
) => any;
|
|
1251
|
-
|
|
1252
882
|
export declare const ListDetectorModelsRequestFilterSensitiveLog: (
|
|
1253
883
|
obj: ListDetectorModelsRequest
|
|
1254
884
|
) => any;
|
|
1255
|
-
|
|
1256
885
|
export declare const ListDetectorModelsResponseFilterSensitiveLog: (
|
|
1257
886
|
obj: ListDetectorModelsResponse
|
|
1258
887
|
) => any;
|
|
1259
|
-
|
|
1260
888
|
export declare const ListDetectorModelVersionsRequestFilterSensitiveLog: (
|
|
1261
889
|
obj: ListDetectorModelVersionsRequest
|
|
1262
890
|
) => any;
|
|
1263
|
-
|
|
1264
891
|
export declare const ListDetectorModelVersionsResponseFilterSensitiveLog: (
|
|
1265
892
|
obj: ListDetectorModelVersionsResponse
|
|
1266
893
|
) => any;
|
|
1267
|
-
|
|
1268
894
|
export declare const ListInputRoutingsRequestFilterSensitiveLog: (
|
|
1269
895
|
obj: ListInputRoutingsRequest
|
|
1270
896
|
) => any;
|
|
1271
|
-
|
|
1272
897
|
export declare const RoutedResourceFilterSensitiveLog: (
|
|
1273
898
|
obj: RoutedResource
|
|
1274
899
|
) => any;
|
|
1275
|
-
|
|
1276
900
|
export declare const ListInputRoutingsResponseFilterSensitiveLog: (
|
|
1277
901
|
obj: ListInputRoutingsResponse
|
|
1278
902
|
) => any;
|
|
1279
|
-
|
|
1280
903
|
export declare const ListInputsRequestFilterSensitiveLog: (
|
|
1281
904
|
obj: ListInputsRequest
|
|
1282
905
|
) => any;
|
|
1283
|
-
|
|
1284
906
|
export declare const ListInputsResponseFilterSensitiveLog: (
|
|
1285
907
|
obj: ListInputsResponse
|
|
1286
908
|
) => any;
|
|
1287
|
-
|
|
1288
909
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1289
910
|
obj: ListTagsForResourceRequest
|
|
1290
911
|
) => any;
|
|
1291
|
-
|
|
1292
912
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1293
913
|
obj: ListTagsForResourceResponse
|
|
1294
914
|
) => any;
|
|
1295
|
-
|
|
1296
915
|
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (
|
|
1297
916
|
obj: PutLoggingOptionsRequest
|
|
1298
917
|
) => any;
|
|
1299
|
-
|
|
1300
918
|
export declare const StartDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
1301
919
|
obj: StartDetectorModelAnalysisRequest
|
|
1302
920
|
) => any;
|
|
1303
|
-
|
|
1304
921
|
export declare const StartDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
1305
922
|
obj: StartDetectorModelAnalysisResponse
|
|
1306
923
|
) => any;
|
|
1307
|
-
|
|
1308
924
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1309
925
|
obj: TagResourceRequest
|
|
1310
926
|
) => any;
|
|
1311
|
-
|
|
1312
927
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1313
928
|
obj: TagResourceResponse
|
|
1314
929
|
) => any;
|
|
1315
|
-
|
|
1316
930
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1317
931
|
obj: UntagResourceRequest
|
|
1318
932
|
) => any;
|
|
1319
|
-
|
|
1320
933
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1321
934
|
obj: UntagResourceResponse
|
|
1322
935
|
) => any;
|
|
1323
|
-
|
|
1324
936
|
export declare const UpdateAlarmModelRequestFilterSensitiveLog: (
|
|
1325
937
|
obj: UpdateAlarmModelRequest
|
|
1326
938
|
) => any;
|
|
1327
|
-
|
|
1328
939
|
export declare const UpdateAlarmModelResponseFilterSensitiveLog: (
|
|
1329
940
|
obj: UpdateAlarmModelResponse
|
|
1330
941
|
) => any;
|
|
1331
|
-
|
|
1332
942
|
export declare const UpdateDetectorModelRequestFilterSensitiveLog: (
|
|
1333
943
|
obj: UpdateDetectorModelRequest
|
|
1334
944
|
) => any;
|
|
1335
|
-
|
|
1336
945
|
export declare const UpdateDetectorModelResponseFilterSensitiveLog: (
|
|
1337
946
|
obj: UpdateDetectorModelResponse
|
|
1338
947
|
) => any;
|
|
1339
|
-
|
|
1340
948
|
export declare const UpdateInputRequestFilterSensitiveLog: (
|
|
1341
949
|
obj: UpdateInputRequest
|
|
1342
950
|
) => any;
|
|
1343
|
-
|
|
1344
951
|
export declare const UpdateInputResponseFilterSensitiveLog: (
|
|
1345
952
|
obj: UpdateInputResponse
|
|
1346
953
|
) => any;
|