@aws-sdk/client-iot-events 3.299.0 → 3.300.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist-types/commands/CreateAlarmModelCommand.d.ts +167 -0
  2. package/dist-types/commands/CreateDetectorModelCommand.d.ts +468 -0
  3. package/dist-types/commands/CreateInputCommand.d.ts +17 -0
  4. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +3 -0
  5. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +3 -0
  6. package/dist-types/commands/DeleteInputCommand.d.ts +3 -0
  7. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +4 -0
  8. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +3 -0
  9. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +4 -0
  10. package/dist-types/commands/DescribeInputCommand.d.ts +3 -0
  11. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +1 -0
  12. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +5 -0
  13. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +5 -0
  14. package/dist-types/commands/ListAlarmModelsCommand.d.ts +4 -0
  15. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +5 -0
  16. package/dist-types/commands/ListDetectorModelsCommand.d.ts +4 -0
  17. package/dist-types/commands/ListInputRoutingsCommand.d.ts +15 -0
  18. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  20. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +13 -0
  21. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +457 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +160 -0
  25. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +461 -0
  26. package/dist-types/commands/UpdateInputCommand.d.ts +11 -0
  27. package/package.json +8 -8
@@ -28,6 +28,173 @@ export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse,
28
28
  * import { IoTEventsClient, CreateAlarmModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
29
29
  * // const { IoTEventsClient, CreateAlarmModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
30
30
  * const client = new IoTEventsClient(config);
31
+ * const input = {
32
+ * alarmModelName: "STRING_VALUE", // required
33
+ * alarmModelDescription: "STRING_VALUE",
34
+ * roleArn: "STRING_VALUE", // required
35
+ * tags: [
36
+ * {
37
+ * key: "STRING_VALUE", // required
38
+ * value: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * key: "STRING_VALUE",
42
+ * severity: Number("int"),
43
+ * alarmRule: {
44
+ * simpleRule: {
45
+ * inputProperty: "STRING_VALUE", // required
46
+ * comparisonOperator: "STRING_VALUE", // required
47
+ * threshold: "STRING_VALUE", // required
48
+ * },
49
+ * },
50
+ * alarmNotification: {
51
+ * notificationActions: [
52
+ * {
53
+ * action: {
54
+ * lambdaAction: {
55
+ * functionArn: "STRING_VALUE", // required
56
+ * payload: {
57
+ * contentExpression: "STRING_VALUE", // required
58
+ * type: "STRING_VALUE", // required
59
+ * },
60
+ * },
61
+ * },
62
+ * smsConfigurations: [
63
+ * {
64
+ * senderId: "STRING_VALUE",
65
+ * additionalMessage: "STRING_VALUE",
66
+ * recipients: [ // required
67
+ * {
68
+ * ssoIdentity: {
69
+ * identityStoreId: "STRING_VALUE", // required
70
+ * userId: "STRING_VALUE",
71
+ * },
72
+ * },
73
+ * ],
74
+ * },
75
+ * ],
76
+ * emailConfigurations: [
77
+ * {
78
+ * from: "STRING_VALUE", // required
79
+ * content: {
80
+ * subject: "STRING_VALUE",
81
+ * additionalMessage: "STRING_VALUE",
82
+ * },
83
+ * recipients: {
84
+ * to: [
85
+ * {
86
+ * ssoIdentity: {
87
+ * identityStoreId: "STRING_VALUE", // required
88
+ * userId: "STRING_VALUE",
89
+ * },
90
+ * },
91
+ * ],
92
+ * },
93
+ * },
94
+ * ],
95
+ * },
96
+ * ],
97
+ * },
98
+ * alarmEventActions: {
99
+ * alarmActions: [
100
+ * {
101
+ * sns: {
102
+ * targetArn: "STRING_VALUE", // required
103
+ * payload: {
104
+ * contentExpression: "STRING_VALUE", // required
105
+ * type: "STRING_VALUE", // required
106
+ * },
107
+ * },
108
+ * iotTopicPublish: {
109
+ * mqttTopic: "STRING_VALUE", // required
110
+ * payload: {
111
+ * contentExpression: "STRING_VALUE", // required
112
+ * type: "STRING_VALUE", // required
113
+ * },
114
+ * },
115
+ * lambda: {
116
+ * functionArn: "STRING_VALUE", // required
117
+ * payload: {
118
+ * contentExpression: "STRING_VALUE", // required
119
+ * type: "STRING_VALUE", // required
120
+ * },
121
+ * },
122
+ * iotEvents: {
123
+ * inputName: "STRING_VALUE", // required
124
+ * payload: {
125
+ * contentExpression: "STRING_VALUE", // required
126
+ * type: "STRING_VALUE", // required
127
+ * },
128
+ * },
129
+ * sqs: {
130
+ * queueUrl: "STRING_VALUE", // required
131
+ * useBase64: true || false,
132
+ * payload: {
133
+ * contentExpression: "STRING_VALUE", // required
134
+ * type: "STRING_VALUE", // required
135
+ * },
136
+ * },
137
+ * firehose: {
138
+ * deliveryStreamName: "STRING_VALUE", // required
139
+ * separator: "STRING_VALUE",
140
+ * payload: {
141
+ * contentExpression: "STRING_VALUE", // required
142
+ * type: "STRING_VALUE", // required
143
+ * },
144
+ * },
145
+ * dynamoDB: {
146
+ * hashKeyType: "STRING_VALUE",
147
+ * hashKeyField: "STRING_VALUE", // required
148
+ * hashKeyValue: "STRING_VALUE", // required
149
+ * rangeKeyType: "STRING_VALUE",
150
+ * rangeKeyField: "STRING_VALUE",
151
+ * rangeKeyValue: "STRING_VALUE",
152
+ * operation: "STRING_VALUE",
153
+ * payloadField: "STRING_VALUE",
154
+ * tableName: "STRING_VALUE", // required
155
+ * payload: {
156
+ * contentExpression: "STRING_VALUE", // required
157
+ * type: "STRING_VALUE", // required
158
+ * },
159
+ * },
160
+ * dynamoDBv2: {
161
+ * tableName: "STRING_VALUE", // required
162
+ * payload: {
163
+ * contentExpression: "STRING_VALUE", // required
164
+ * type: "STRING_VALUE", // required
165
+ * },
166
+ * },
167
+ * iotSiteWise: {
168
+ * entryId: "STRING_VALUE",
169
+ * assetId: "STRING_VALUE",
170
+ * propertyId: "STRING_VALUE",
171
+ * propertyAlias: "STRING_VALUE",
172
+ * propertyValue: {
173
+ * value: {
174
+ * stringValue: "STRING_VALUE",
175
+ * integerValue: "STRING_VALUE",
176
+ * doubleValue: "STRING_VALUE",
177
+ * booleanValue: "STRING_VALUE",
178
+ * },
179
+ * timestamp: {
180
+ * timeInSeconds: "STRING_VALUE", // required
181
+ * offsetInNanos: "STRING_VALUE",
182
+ * },
183
+ * quality: "STRING_VALUE",
184
+ * },
185
+ * },
186
+ * },
187
+ * ],
188
+ * },
189
+ * alarmCapabilities: {
190
+ * initializationConfiguration: {
191
+ * disabledOnInitialization: true || false, // required
192
+ * },
193
+ * acknowledgeFlow: {
194
+ * enabled: true || false, // required
195
+ * },
196
+ * },
197
+ * };
31
198
  * const command = new CreateAlarmModelCommand(input);
32
199
  * const response = await client.send(command);
33
200
  * ```
@@ -26,6 +26,474 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes
26
26
  * import { IoTEventsClient, CreateDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
27
27
  * // const { IoTEventsClient, CreateDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
28
28
  * const client = new IoTEventsClient(config);
29
+ * const input = {
30
+ * detectorModelName: "STRING_VALUE", // required
31
+ * detectorModelDefinition: {
32
+ * states: [ // required
33
+ * {
34
+ * stateName: "STRING_VALUE", // required
35
+ * onInput: {
36
+ * events: [
37
+ * {
38
+ * eventName: "STRING_VALUE", // required
39
+ * condition: "STRING_VALUE",
40
+ * actions: [
41
+ * {
42
+ * setVariable: {
43
+ * variableName: "STRING_VALUE", // required
44
+ * value: "STRING_VALUE", // required
45
+ * },
46
+ * sns: {
47
+ * targetArn: "STRING_VALUE", // required
48
+ * payload: {
49
+ * contentExpression: "STRING_VALUE", // required
50
+ * type: "STRING_VALUE", // required
51
+ * },
52
+ * },
53
+ * iotTopicPublish: {
54
+ * mqttTopic: "STRING_VALUE", // required
55
+ * payload: {
56
+ * contentExpression: "STRING_VALUE", // required
57
+ * type: "STRING_VALUE", // required
58
+ * },
59
+ * },
60
+ * setTimer: {
61
+ * timerName: "STRING_VALUE", // required
62
+ * seconds: Number("int"),
63
+ * durationExpression: "STRING_VALUE",
64
+ * },
65
+ * clearTimer: {
66
+ * timerName: "STRING_VALUE", // required
67
+ * },
68
+ * resetTimer: {
69
+ * timerName: "STRING_VALUE", // required
70
+ * },
71
+ * lambda: {
72
+ * functionArn: "STRING_VALUE", // required
73
+ * payload: {
74
+ * contentExpression: "STRING_VALUE", // required
75
+ * type: "STRING_VALUE", // required
76
+ * },
77
+ * },
78
+ * iotEvents: {
79
+ * inputName: "STRING_VALUE", // required
80
+ * payload: {
81
+ * contentExpression: "STRING_VALUE", // required
82
+ * type: "STRING_VALUE", // required
83
+ * },
84
+ * },
85
+ * sqs: {
86
+ * queueUrl: "STRING_VALUE", // required
87
+ * useBase64: true || false,
88
+ * payload: {
89
+ * contentExpression: "STRING_VALUE", // required
90
+ * type: "STRING_VALUE", // required
91
+ * },
92
+ * },
93
+ * firehose: {
94
+ * deliveryStreamName: "STRING_VALUE", // required
95
+ * separator: "STRING_VALUE",
96
+ * payload: {
97
+ * contentExpression: "STRING_VALUE", // required
98
+ * type: "STRING_VALUE", // required
99
+ * },
100
+ * },
101
+ * dynamoDB: {
102
+ * hashKeyType: "STRING_VALUE",
103
+ * hashKeyField: "STRING_VALUE", // required
104
+ * hashKeyValue: "STRING_VALUE", // required
105
+ * rangeKeyType: "STRING_VALUE",
106
+ * rangeKeyField: "STRING_VALUE",
107
+ * rangeKeyValue: "STRING_VALUE",
108
+ * operation: "STRING_VALUE",
109
+ * payloadField: "STRING_VALUE",
110
+ * tableName: "STRING_VALUE", // required
111
+ * payload: {
112
+ * contentExpression: "STRING_VALUE", // required
113
+ * type: "STRING_VALUE", // required
114
+ * },
115
+ * },
116
+ * dynamoDBv2: {
117
+ * tableName: "STRING_VALUE", // required
118
+ * payload: {
119
+ * contentExpression: "STRING_VALUE", // required
120
+ * type: "STRING_VALUE", // required
121
+ * },
122
+ * },
123
+ * iotSiteWise: {
124
+ * entryId: "STRING_VALUE",
125
+ * assetId: "STRING_VALUE",
126
+ * propertyId: "STRING_VALUE",
127
+ * propertyAlias: "STRING_VALUE",
128
+ * propertyValue: {
129
+ * value: {
130
+ * stringValue: "STRING_VALUE",
131
+ * integerValue: "STRING_VALUE",
132
+ * doubleValue: "STRING_VALUE",
133
+ * booleanValue: "STRING_VALUE",
134
+ * },
135
+ * timestamp: {
136
+ * timeInSeconds: "STRING_VALUE", // required
137
+ * offsetInNanos: "STRING_VALUE",
138
+ * },
139
+ * quality: "STRING_VALUE",
140
+ * },
141
+ * },
142
+ * },
143
+ * ],
144
+ * },
145
+ * ],
146
+ * transitionEvents: [
147
+ * {
148
+ * eventName: "STRING_VALUE", // required
149
+ * condition: "STRING_VALUE", // required
150
+ * actions: [
151
+ * {
152
+ * setVariable: {
153
+ * variableName: "STRING_VALUE", // required
154
+ * value: "STRING_VALUE", // required
155
+ * },
156
+ * sns: {
157
+ * targetArn: "STRING_VALUE", // required
158
+ * payload: {
159
+ * contentExpression: "STRING_VALUE", // required
160
+ * type: "STRING_VALUE", // required
161
+ * },
162
+ * },
163
+ * iotTopicPublish: {
164
+ * mqttTopic: "STRING_VALUE", // required
165
+ * payload: {
166
+ * contentExpression: "STRING_VALUE", // required
167
+ * type: "STRING_VALUE", // required
168
+ * },
169
+ * },
170
+ * setTimer: {
171
+ * timerName: "STRING_VALUE", // required
172
+ * seconds: Number("int"),
173
+ * durationExpression: "STRING_VALUE",
174
+ * },
175
+ * clearTimer: {
176
+ * timerName: "STRING_VALUE", // required
177
+ * },
178
+ * resetTimer: {
179
+ * timerName: "STRING_VALUE", // required
180
+ * },
181
+ * lambda: {
182
+ * functionArn: "STRING_VALUE", // required
183
+ * payload: {
184
+ * contentExpression: "STRING_VALUE", // required
185
+ * type: "STRING_VALUE", // required
186
+ * },
187
+ * },
188
+ * iotEvents: {
189
+ * inputName: "STRING_VALUE", // required
190
+ * payload: {
191
+ * contentExpression: "STRING_VALUE", // required
192
+ * type: "STRING_VALUE", // required
193
+ * },
194
+ * },
195
+ * sqs: {
196
+ * queueUrl: "STRING_VALUE", // required
197
+ * useBase64: true || false,
198
+ * payload: {
199
+ * contentExpression: "STRING_VALUE", // required
200
+ * type: "STRING_VALUE", // required
201
+ * },
202
+ * },
203
+ * firehose: {
204
+ * deliveryStreamName: "STRING_VALUE", // required
205
+ * separator: "STRING_VALUE",
206
+ * payload: {
207
+ * contentExpression: "STRING_VALUE", // required
208
+ * type: "STRING_VALUE", // required
209
+ * },
210
+ * },
211
+ * dynamoDB: {
212
+ * hashKeyType: "STRING_VALUE",
213
+ * hashKeyField: "STRING_VALUE", // required
214
+ * hashKeyValue: "STRING_VALUE", // required
215
+ * rangeKeyType: "STRING_VALUE",
216
+ * rangeKeyField: "STRING_VALUE",
217
+ * rangeKeyValue: "STRING_VALUE",
218
+ * operation: "STRING_VALUE",
219
+ * payloadField: "STRING_VALUE",
220
+ * tableName: "STRING_VALUE", // required
221
+ * payload: {
222
+ * contentExpression: "STRING_VALUE", // required
223
+ * type: "STRING_VALUE", // required
224
+ * },
225
+ * },
226
+ * dynamoDBv2: {
227
+ * tableName: "STRING_VALUE", // required
228
+ * payload: {
229
+ * contentExpression: "STRING_VALUE", // required
230
+ * type: "STRING_VALUE", // required
231
+ * },
232
+ * },
233
+ * iotSiteWise: {
234
+ * entryId: "STRING_VALUE",
235
+ * assetId: "STRING_VALUE",
236
+ * propertyId: "STRING_VALUE",
237
+ * propertyAlias: "STRING_VALUE",
238
+ * propertyValue: {
239
+ * value: {
240
+ * stringValue: "STRING_VALUE",
241
+ * integerValue: "STRING_VALUE",
242
+ * doubleValue: "STRING_VALUE",
243
+ * booleanValue: "STRING_VALUE",
244
+ * },
245
+ * timestamp: {
246
+ * timeInSeconds: "STRING_VALUE", // required
247
+ * offsetInNanos: "STRING_VALUE",
248
+ * },
249
+ * quality: "STRING_VALUE",
250
+ * },
251
+ * },
252
+ * },
253
+ * ],
254
+ * nextState: "STRING_VALUE", // required
255
+ * },
256
+ * ],
257
+ * },
258
+ * onEnter: {
259
+ * events: [
260
+ * {
261
+ * eventName: "STRING_VALUE", // required
262
+ * condition: "STRING_VALUE",
263
+ * actions: [
264
+ * {
265
+ * setVariable: {
266
+ * variableName: "STRING_VALUE", // required
267
+ * value: "STRING_VALUE", // required
268
+ * },
269
+ * sns: {
270
+ * targetArn: "STRING_VALUE", // required
271
+ * payload: {
272
+ * contentExpression: "STRING_VALUE", // required
273
+ * type: "STRING_VALUE", // required
274
+ * },
275
+ * },
276
+ * iotTopicPublish: {
277
+ * mqttTopic: "STRING_VALUE", // required
278
+ * payload: {
279
+ * contentExpression: "STRING_VALUE", // required
280
+ * type: "STRING_VALUE", // required
281
+ * },
282
+ * },
283
+ * setTimer: {
284
+ * timerName: "STRING_VALUE", // required
285
+ * seconds: Number("int"),
286
+ * durationExpression: "STRING_VALUE",
287
+ * },
288
+ * clearTimer: {
289
+ * timerName: "STRING_VALUE", // required
290
+ * },
291
+ * resetTimer: {
292
+ * timerName: "STRING_VALUE", // required
293
+ * },
294
+ * lambda: {
295
+ * functionArn: "STRING_VALUE", // required
296
+ * payload: {
297
+ * contentExpression: "STRING_VALUE", // required
298
+ * type: "STRING_VALUE", // required
299
+ * },
300
+ * },
301
+ * iotEvents: {
302
+ * inputName: "STRING_VALUE", // required
303
+ * payload: {
304
+ * contentExpression: "STRING_VALUE", // required
305
+ * type: "STRING_VALUE", // required
306
+ * },
307
+ * },
308
+ * sqs: {
309
+ * queueUrl: "STRING_VALUE", // required
310
+ * useBase64: true || false,
311
+ * payload: {
312
+ * contentExpression: "STRING_VALUE", // required
313
+ * type: "STRING_VALUE", // required
314
+ * },
315
+ * },
316
+ * firehose: {
317
+ * deliveryStreamName: "STRING_VALUE", // required
318
+ * separator: "STRING_VALUE",
319
+ * payload: {
320
+ * contentExpression: "STRING_VALUE", // required
321
+ * type: "STRING_VALUE", // required
322
+ * },
323
+ * },
324
+ * dynamoDB: {
325
+ * hashKeyType: "STRING_VALUE",
326
+ * hashKeyField: "STRING_VALUE", // required
327
+ * hashKeyValue: "STRING_VALUE", // required
328
+ * rangeKeyType: "STRING_VALUE",
329
+ * rangeKeyField: "STRING_VALUE",
330
+ * rangeKeyValue: "STRING_VALUE",
331
+ * operation: "STRING_VALUE",
332
+ * payloadField: "STRING_VALUE",
333
+ * tableName: "STRING_VALUE", // required
334
+ * payload: {
335
+ * contentExpression: "STRING_VALUE", // required
336
+ * type: "STRING_VALUE", // required
337
+ * },
338
+ * },
339
+ * dynamoDBv2: {
340
+ * tableName: "STRING_VALUE", // required
341
+ * payload: {
342
+ * contentExpression: "STRING_VALUE", // required
343
+ * type: "STRING_VALUE", // required
344
+ * },
345
+ * },
346
+ * iotSiteWise: {
347
+ * entryId: "STRING_VALUE",
348
+ * assetId: "STRING_VALUE",
349
+ * propertyId: "STRING_VALUE",
350
+ * propertyAlias: "STRING_VALUE",
351
+ * propertyValue: {
352
+ * value: {
353
+ * stringValue: "STRING_VALUE",
354
+ * integerValue: "STRING_VALUE",
355
+ * doubleValue: "STRING_VALUE",
356
+ * booleanValue: "STRING_VALUE",
357
+ * },
358
+ * timestamp: {
359
+ * timeInSeconds: "STRING_VALUE", // required
360
+ * offsetInNanos: "STRING_VALUE",
361
+ * },
362
+ * quality: "STRING_VALUE",
363
+ * },
364
+ * },
365
+ * },
366
+ * ],
367
+ * },
368
+ * ],
369
+ * },
370
+ * onExit: {
371
+ * events: [
372
+ * {
373
+ * eventName: "STRING_VALUE", // required
374
+ * condition: "STRING_VALUE",
375
+ * actions: [
376
+ * {
377
+ * setVariable: {
378
+ * variableName: "STRING_VALUE", // required
379
+ * value: "STRING_VALUE", // required
380
+ * },
381
+ * sns: {
382
+ * targetArn: "STRING_VALUE", // required
383
+ * payload: {
384
+ * contentExpression: "STRING_VALUE", // required
385
+ * type: "STRING_VALUE", // required
386
+ * },
387
+ * },
388
+ * iotTopicPublish: {
389
+ * mqttTopic: "STRING_VALUE", // required
390
+ * payload: {
391
+ * contentExpression: "STRING_VALUE", // required
392
+ * type: "STRING_VALUE", // required
393
+ * },
394
+ * },
395
+ * setTimer: {
396
+ * timerName: "STRING_VALUE", // required
397
+ * seconds: Number("int"),
398
+ * durationExpression: "STRING_VALUE",
399
+ * },
400
+ * clearTimer: {
401
+ * timerName: "STRING_VALUE", // required
402
+ * },
403
+ * resetTimer: {
404
+ * timerName: "STRING_VALUE", // required
405
+ * },
406
+ * lambda: {
407
+ * functionArn: "STRING_VALUE", // required
408
+ * payload: {
409
+ * contentExpression: "STRING_VALUE", // required
410
+ * type: "STRING_VALUE", // required
411
+ * },
412
+ * },
413
+ * iotEvents: {
414
+ * inputName: "STRING_VALUE", // required
415
+ * payload: {
416
+ * contentExpression: "STRING_VALUE", // required
417
+ * type: "STRING_VALUE", // required
418
+ * },
419
+ * },
420
+ * sqs: {
421
+ * queueUrl: "STRING_VALUE", // required
422
+ * useBase64: true || false,
423
+ * payload: {
424
+ * contentExpression: "STRING_VALUE", // required
425
+ * type: "STRING_VALUE", // required
426
+ * },
427
+ * },
428
+ * firehose: {
429
+ * deliveryStreamName: "STRING_VALUE", // required
430
+ * separator: "STRING_VALUE",
431
+ * payload: {
432
+ * contentExpression: "STRING_VALUE", // required
433
+ * type: "STRING_VALUE", // required
434
+ * },
435
+ * },
436
+ * dynamoDB: {
437
+ * hashKeyType: "STRING_VALUE",
438
+ * hashKeyField: "STRING_VALUE", // required
439
+ * hashKeyValue: "STRING_VALUE", // required
440
+ * rangeKeyType: "STRING_VALUE",
441
+ * rangeKeyField: "STRING_VALUE",
442
+ * rangeKeyValue: "STRING_VALUE",
443
+ * operation: "STRING_VALUE",
444
+ * payloadField: "STRING_VALUE",
445
+ * tableName: "STRING_VALUE", // required
446
+ * payload: {
447
+ * contentExpression: "STRING_VALUE", // required
448
+ * type: "STRING_VALUE", // required
449
+ * },
450
+ * },
451
+ * dynamoDBv2: {
452
+ * tableName: "STRING_VALUE", // required
453
+ * payload: {
454
+ * contentExpression: "STRING_VALUE", // required
455
+ * type: "STRING_VALUE", // required
456
+ * },
457
+ * },
458
+ * iotSiteWise: {
459
+ * entryId: "STRING_VALUE",
460
+ * assetId: "STRING_VALUE",
461
+ * propertyId: "STRING_VALUE",
462
+ * propertyAlias: "STRING_VALUE",
463
+ * propertyValue: {
464
+ * value: {
465
+ * stringValue: "STRING_VALUE",
466
+ * integerValue: "STRING_VALUE",
467
+ * doubleValue: "STRING_VALUE",
468
+ * booleanValue: "STRING_VALUE",
469
+ * },
470
+ * timestamp: {
471
+ * timeInSeconds: "STRING_VALUE", // required
472
+ * offsetInNanos: "STRING_VALUE",
473
+ * },
474
+ * quality: "STRING_VALUE",
475
+ * },
476
+ * },
477
+ * },
478
+ * ],
479
+ * },
480
+ * ],
481
+ * },
482
+ * },
483
+ * ],
484
+ * initialStateName: "STRING_VALUE", // required
485
+ * },
486
+ * detectorModelDescription: "STRING_VALUE",
487
+ * key: "STRING_VALUE",
488
+ * roleArn: "STRING_VALUE", // required
489
+ * tags: [
490
+ * {
491
+ * key: "STRING_VALUE", // required
492
+ * value: "STRING_VALUE", // required
493
+ * },
494
+ * ],
495
+ * evaluationMethod: "STRING_VALUE",
496
+ * };
29
497
  * const command = new CreateDetectorModelCommand(input);
30
498
  * const response = await client.send(command);
31
499
  * ```
@@ -26,6 +26,23 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
26
26
  * import { IoTEventsClient, CreateInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
27
27
  * // const { IoTEventsClient, CreateInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
28
28
  * const client = new IoTEventsClient(config);
29
+ * const input = {
30
+ * inputName: "STRING_VALUE", // required
31
+ * inputDescription: "STRING_VALUE",
32
+ * inputDefinition: {
33
+ * attributes: [ // required
34
+ * {
35
+ * jsonPath: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * },
39
+ * tags: [
40
+ * {
41
+ * key: "STRING_VALUE", // required
42
+ * value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
29
46
  * const command = new CreateInputCommand(input);
30
47
  * const response = await client.send(command);
31
48
  * ```
@@ -27,6 +27,9 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
27
27
  * import { IoTEventsClient, DeleteAlarmModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
28
28
  * // const { IoTEventsClient, DeleteAlarmModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
29
29
  * const client = new IoTEventsClient(config);
30
+ * const input = {
31
+ * alarmModelName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteAlarmModelCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```