@aws-sdk/client-iot-events-data 3.296.0 → 3.298.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/dist-cjs/commands/BatchAcknowledgeAlarmCommand.js +2 -3
- package/dist-cjs/commands/BatchDeleteDetectorCommand.js +2 -3
- package/dist-cjs/commands/BatchDisableAlarmCommand.js +2 -3
- package/dist-cjs/commands/BatchEnableAlarmCommand.js +2 -3
- package/dist-cjs/commands/BatchPutMessageCommand.js +2 -3
- package/dist-cjs/commands/BatchResetAlarmCommand.js +2 -3
- package/dist-cjs/commands/BatchSnoozeAlarmCommand.js +2 -3
- package/dist-cjs/commands/BatchUpdateDetectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -238
- package/dist-es/commands/BatchAcknowledgeAlarmCommand.js +2 -3
- package/dist-es/commands/BatchDeleteDetectorCommand.js +2 -3
- package/dist-es/commands/BatchDisableAlarmCommand.js +2 -3
- package/dist-es/commands/BatchEnableAlarmCommand.js +2 -3
- package/dist-es/commands/BatchPutMessageCommand.js +2 -3
- package/dist-es/commands/BatchResetAlarmCommand.js +2 -3
- package/dist-es/commands/BatchSnoozeAlarmCommand.js +2 -3
- package/dist-es/commands/BatchUpdateDetectorCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorCommand.js +2 -3
- package/dist-es/commands/ListAlarmsCommand.js +2 -3
- package/dist-es/commands/ListDetectorsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -177
- package/dist-types/IoTEventsData.d.ts +13 -0
- package/dist-types/IoTEventsDataClient.d.ts +24 -4
- package/dist-types/commands/BatchAcknowledgeAlarmCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisableAlarmCommand.d.ts +16 -0
- package/dist-types/commands/BatchEnableAlarmCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutMessageCommand.d.ts +16 -0
- package/dist-types/commands/BatchResetAlarmCommand.d.ts +16 -0
- package/dist-types/commands/BatchSnoozeAlarmCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/ListAlarmsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorsCommand.d.ts +16 -0
- package/dist-types/models/IoTEventsDataServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +132 -238
- package/dist-types/ts3.4/models/models_0.d.ts +0 -161
- package/package.json +4 -3
|
@@ -330,164 +330,3 @@ export interface ListDetectorsResponse {
|
|
|
330
330
|
detectorSummaries?: DetectorSummary[];
|
|
331
331
|
nextToken?: string;
|
|
332
332
|
}
|
|
333
|
-
export declare const AcknowledgeActionConfigurationFilterSensitiveLog: (
|
|
334
|
-
obj: AcknowledgeActionConfiguration
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const AcknowledgeAlarmActionRequestFilterSensitiveLog: (
|
|
337
|
-
obj: AcknowledgeAlarmActionRequest
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const DisableActionConfigurationFilterSensitiveLog: (
|
|
340
|
-
obj: DisableActionConfiguration
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const EnableActionConfigurationFilterSensitiveLog: (
|
|
343
|
-
obj: EnableActionConfiguration
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const ResetActionConfigurationFilterSensitiveLog: (
|
|
346
|
-
obj: ResetActionConfiguration
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const SnoozeActionConfigurationFilterSensitiveLog: (
|
|
349
|
-
obj: SnoozeActionConfiguration
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const CustomerActionFilterSensitiveLog: (
|
|
352
|
-
obj: CustomerAction
|
|
353
|
-
) => any;
|
|
354
|
-
export declare const SimpleRuleEvaluationFilterSensitiveLog: (
|
|
355
|
-
obj: SimpleRuleEvaluation
|
|
356
|
-
) => any;
|
|
357
|
-
export declare const RuleEvaluationFilterSensitiveLog: (
|
|
358
|
-
obj: RuleEvaluation
|
|
359
|
-
) => any;
|
|
360
|
-
export declare const StateChangeConfigurationFilterSensitiveLog: (
|
|
361
|
-
obj: StateChangeConfiguration
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const SystemEventFilterSensitiveLog: (obj: SystemEvent) => any;
|
|
364
|
-
export declare const AlarmStateFilterSensitiveLog: (obj: AlarmState) => any;
|
|
365
|
-
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
366
|
-
export declare const AlarmSummaryFilterSensitiveLog: (obj: AlarmSummary) => any;
|
|
367
|
-
export declare const BatchAcknowledgeAlarmRequestFilterSensitiveLog: (
|
|
368
|
-
obj: BatchAcknowledgeAlarmRequest
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const BatchAlarmActionErrorEntryFilterSensitiveLog: (
|
|
371
|
-
obj: BatchAlarmActionErrorEntry
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const BatchAcknowledgeAlarmResponseFilterSensitiveLog: (
|
|
374
|
-
obj: BatchAcknowledgeAlarmResponse
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const DeleteDetectorRequestFilterSensitiveLog: (
|
|
377
|
-
obj: DeleteDetectorRequest
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const BatchDeleteDetectorRequestFilterSensitiveLog: (
|
|
380
|
-
obj: BatchDeleteDetectorRequest
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const BatchDeleteDetectorErrorEntryFilterSensitiveLog: (
|
|
383
|
-
obj: BatchDeleteDetectorErrorEntry
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const BatchDeleteDetectorResponseFilterSensitiveLog: (
|
|
386
|
-
obj: BatchDeleteDetectorResponse
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const DisableAlarmActionRequestFilterSensitiveLog: (
|
|
389
|
-
obj: DisableAlarmActionRequest
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const BatchDisableAlarmRequestFilterSensitiveLog: (
|
|
392
|
-
obj: BatchDisableAlarmRequest
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const BatchDisableAlarmResponseFilterSensitiveLog: (
|
|
395
|
-
obj: BatchDisableAlarmResponse
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const EnableAlarmActionRequestFilterSensitiveLog: (
|
|
398
|
-
obj: EnableAlarmActionRequest
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const BatchEnableAlarmRequestFilterSensitiveLog: (
|
|
401
|
-
obj: BatchEnableAlarmRequest
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const BatchEnableAlarmResponseFilterSensitiveLog: (
|
|
404
|
-
obj: BatchEnableAlarmResponse
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const TimestampValueFilterSensitiveLog: (
|
|
407
|
-
obj: TimestampValue
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
410
|
-
export declare const BatchPutMessageRequestFilterSensitiveLog: (
|
|
411
|
-
obj: BatchPutMessageRequest
|
|
412
|
-
) => any;
|
|
413
|
-
export declare const BatchPutMessageErrorEntryFilterSensitiveLog: (
|
|
414
|
-
obj: BatchPutMessageErrorEntry
|
|
415
|
-
) => any;
|
|
416
|
-
export declare const BatchPutMessageResponseFilterSensitiveLog: (
|
|
417
|
-
obj: BatchPutMessageResponse
|
|
418
|
-
) => any;
|
|
419
|
-
export declare const ResetAlarmActionRequestFilterSensitiveLog: (
|
|
420
|
-
obj: ResetAlarmActionRequest
|
|
421
|
-
) => any;
|
|
422
|
-
export declare const BatchResetAlarmRequestFilterSensitiveLog: (
|
|
423
|
-
obj: BatchResetAlarmRequest
|
|
424
|
-
) => any;
|
|
425
|
-
export declare const BatchResetAlarmResponseFilterSensitiveLog: (
|
|
426
|
-
obj: BatchResetAlarmResponse
|
|
427
|
-
) => any;
|
|
428
|
-
export declare const SnoozeAlarmActionRequestFilterSensitiveLog: (
|
|
429
|
-
obj: SnoozeAlarmActionRequest
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const BatchSnoozeAlarmRequestFilterSensitiveLog: (
|
|
432
|
-
obj: BatchSnoozeAlarmRequest
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const BatchSnoozeAlarmResponseFilterSensitiveLog: (
|
|
435
|
-
obj: BatchSnoozeAlarmResponse
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const TimerDefinitionFilterSensitiveLog: (
|
|
438
|
-
obj: TimerDefinition
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const VariableDefinitionFilterSensitiveLog: (
|
|
441
|
-
obj: VariableDefinition
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const DetectorStateDefinitionFilterSensitiveLog: (
|
|
444
|
-
obj: DetectorStateDefinition
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const UpdateDetectorRequestFilterSensitiveLog: (
|
|
447
|
-
obj: UpdateDetectorRequest
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const BatchUpdateDetectorRequestFilterSensitiveLog: (
|
|
450
|
-
obj: BatchUpdateDetectorRequest
|
|
451
|
-
) => any;
|
|
452
|
-
export declare const BatchUpdateDetectorErrorEntryFilterSensitiveLog: (
|
|
453
|
-
obj: BatchUpdateDetectorErrorEntry
|
|
454
|
-
) => any;
|
|
455
|
-
export declare const BatchUpdateDetectorResponseFilterSensitiveLog: (
|
|
456
|
-
obj: BatchUpdateDetectorResponse
|
|
457
|
-
) => any;
|
|
458
|
-
export declare const DescribeAlarmRequestFilterSensitiveLog: (
|
|
459
|
-
obj: DescribeAlarmRequest
|
|
460
|
-
) => any;
|
|
461
|
-
export declare const DescribeAlarmResponseFilterSensitiveLog: (
|
|
462
|
-
obj: DescribeAlarmResponse
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const DescribeDetectorRequestFilterSensitiveLog: (
|
|
465
|
-
obj: DescribeDetectorRequest
|
|
466
|
-
) => any;
|
|
467
|
-
export declare const TimerFilterSensitiveLog: (obj: Timer) => any;
|
|
468
|
-
export declare const VariableFilterSensitiveLog: (obj: Variable) => any;
|
|
469
|
-
export declare const DetectorStateFilterSensitiveLog: (
|
|
470
|
-
obj: DetectorState
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const DetectorFilterSensitiveLog: (obj: Detector) => any;
|
|
473
|
-
export declare const DescribeDetectorResponseFilterSensitiveLog: (
|
|
474
|
-
obj: DescribeDetectorResponse
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const DetectorStateSummaryFilterSensitiveLog: (
|
|
477
|
-
obj: DetectorStateSummary
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const DetectorSummaryFilterSensitiveLog: (
|
|
480
|
-
obj: DetectorSummary
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const ListAlarmsRequestFilterSensitiveLog: (
|
|
483
|
-
obj: ListAlarmsRequest
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const ListAlarmsResponseFilterSensitiveLog: (
|
|
486
|
-
obj: ListAlarmsResponse
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const ListDetectorsRequestFilterSensitiveLog: (
|
|
489
|
-
obj: ListDetectorsRequest
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const ListDetectorsResponseFilterSensitiveLog: (
|
|
492
|
-
obj: ListDetectorsResponse
|
|
493
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo iot-events-data"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|