@aws-sdk/client-iot-events 3.952.0 → 3.953.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 (46) hide show
  1. package/dist-cjs/index.js +494 -338
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateAlarmModelCommand.js +2 -2
  4. package/dist-es/commands/CreateDetectorModelCommand.js +2 -2
  5. package/dist-es/commands/CreateInputCommand.js +2 -2
  6. package/dist-es/commands/DeleteAlarmModelCommand.js +2 -2
  7. package/dist-es/commands/DeleteDetectorModelCommand.js +2 -2
  8. package/dist-es/commands/DeleteInputCommand.js +2 -2
  9. package/dist-es/commands/DescribeAlarmModelCommand.js +2 -2
  10. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +2 -2
  11. package/dist-es/commands/DescribeDetectorModelCommand.js +2 -2
  12. package/dist-es/commands/DescribeInputCommand.js +2 -2
  13. package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -2
  14. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +2 -2
  15. package/dist-es/commands/ListAlarmModelVersionsCommand.js +2 -2
  16. package/dist-es/commands/ListAlarmModelsCommand.js +2 -2
  17. package/dist-es/commands/ListDetectorModelVersionsCommand.js +2 -2
  18. package/dist-es/commands/ListDetectorModelsCommand.js +2 -2
  19. package/dist-es/commands/ListInputRoutingsCommand.js +2 -2
  20. package/dist-es/commands/ListInputsCommand.js +2 -2
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-es/commands/PutLoggingOptionsCommand.js +2 -2
  23. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/UntagResourceCommand.js +2 -2
  26. package/dist-es/commands/UpdateAlarmModelCommand.js +2 -2
  27. package/dist-es/commands/UpdateDetectorModelCommand.js +2 -2
  28. package/dist-es/commands/UpdateInputCommand.js +2 -2
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.shared.js +6 -1
  31. package/dist-es/schemas/schemas_0.js +294 -287
  32. package/dist-types/IoTEventsClient.d.ts +1 -10
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  35. package/dist-types/runtimeConfig.d.ts +6 -2
  36. package/dist-types/runtimeConfig.native.d.ts +6 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  38. package/dist-types/schemas/schemas_0.d.ts +150 -172
  39. package/dist-types/ts3.4/IoTEventsClient.d.ts +0 -4
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +149 -172
  46. package/package.json +34 -34
@@ -321,60 +321,60 @@ const _vN = "variableName";
321
321
  const _ve = "version";
322
322
  const n0 = "com.amazonaws.iotevents";
323
323
  import { TypeRegistry } from "@smithy/core/schema";
324
- import { InternalFailureException as __InternalFailureException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnsupportedOperationException as __UnsupportedOperationException, } from "../models/errors";
325
- import { IoTEventsServiceException as __IoTEventsServiceException } from "../models/IoTEventsServiceException";
326
- export var AcknowledgeFlow = [3, n0, _AF, 0, [_e], [2]];
327
- export var Action = [
324
+ import { InternalFailureException, InvalidRequestException, LimitExceededException, ResourceAlreadyExistsException, ResourceInUseException, ResourceNotFoundException, ServiceUnavailableException, ThrottlingException, UnsupportedOperationException, } from "../models/errors";
325
+ import { IoTEventsServiceException } from "../models/IoTEventsServiceException";
326
+ export var AcknowledgeFlow$ = [3, n0, _AF, 0, [_e], [2]];
327
+ export var Action$ = [
328
328
  3,
329
329
  n0,
330
330
  _A,
331
331
  0,
332
332
  [_sV, _s, _iTP, _sT, _cT, _rT, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
333
333
  [
334
- () => SetVariableAction,
335
- () => SNSTopicPublishAction,
336
- () => IotTopicPublishAction,
337
- () => SetTimerAction,
338
- () => ClearTimerAction,
339
- () => ResetTimerAction,
340
- () => LambdaAction,
341
- () => IotEventsAction,
342
- () => SqsAction,
343
- () => FirehoseAction,
344
- () => DynamoDBAction,
345
- () => DynamoDBv2Action,
346
- () => IotSiteWiseAction,
334
+ () => SetVariableAction$,
335
+ () => SNSTopicPublishAction$,
336
+ () => IotTopicPublishAction$,
337
+ () => SetTimerAction$,
338
+ () => ClearTimerAction$,
339
+ () => ResetTimerAction$,
340
+ () => LambdaAction$,
341
+ () => IotEventsAction$,
342
+ () => SqsAction$,
343
+ () => FirehoseAction$,
344
+ () => DynamoDBAction$,
345
+ () => DynamoDBv2Action$,
346
+ () => IotSiteWiseAction$,
347
347
  ],
348
348
  ];
349
- export var AlarmAction = [
349
+ export var AlarmAction$ = [
350
350
  3,
351
351
  n0,
352
352
  _AA,
353
353
  0,
354
354
  [_s, _iTP, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
355
355
  [
356
- () => SNSTopicPublishAction,
357
- () => IotTopicPublishAction,
358
- () => LambdaAction,
359
- () => IotEventsAction,
360
- () => SqsAction,
361
- () => FirehoseAction,
362
- () => DynamoDBAction,
363
- () => DynamoDBv2Action,
364
- () => IotSiteWiseAction,
356
+ () => SNSTopicPublishAction$,
357
+ () => IotTopicPublishAction$,
358
+ () => LambdaAction$,
359
+ () => IotEventsAction$,
360
+ () => SqsAction$,
361
+ () => FirehoseAction$,
362
+ () => DynamoDBAction$,
363
+ () => DynamoDBv2Action$,
364
+ () => IotSiteWiseAction$,
365
365
  ],
366
366
  ];
367
- export var AlarmCapabilities = [
367
+ export var AlarmCapabilities$ = [
368
368
  3,
369
369
  n0,
370
370
  _AC,
371
371
  0,
372
372
  [_iC, _aF],
373
- [() => InitializationConfiguration, () => AcknowledgeFlow],
373
+ [() => InitializationConfiguration$, () => AcknowledgeFlow$],
374
374
  ];
375
- export var AlarmEventActions = [3, n0, _AEA, 0, [_aA], [() => AlarmActions]];
376
- export var AlarmModelSummary = [3, n0, _AMS, 0, [_cTr, _aMD, _aMN], [4, 0, 0]];
377
- export var AlarmModelVersionSummary = [
375
+ export var AlarmEventActions$ = [3, n0, _AEA, 0, [_aA], [() => AlarmActions]];
376
+ export var AlarmModelSummary$ = [3, n0, _AMS, 0, [_cTr, _aMD, _aMN], [4, 0, 0]];
377
+ export var AlarmModelVersionSummary$ = [
378
378
  3,
379
379
  n0,
380
380
  _AMVS,
@@ -382,9 +382,9 @@ export var AlarmModelVersionSummary = [
382
382
  [_aMN, _aMA, _aMV, _rA, _cTr, _lUT, _st, _sM],
383
383
  [0, 0, 0, 0, 4, 4, 0, 0],
384
384
  ];
385
- export var AlarmNotification = [3, n0, _AN, 0, [_nA], [() => NotificationActions]];
386
- export var AlarmRule = [3, n0, _AR, 0, [_sR], [() => SimpleRule]];
387
- export var AnalysisResult = [
385
+ export var AlarmNotification$ = [3, n0, _AN, 0, [_nA], [() => NotificationActions]];
386
+ export var AlarmRule$ = [3, n0, _AR, 0, [_sR], [() => SimpleRule$]];
387
+ export var AnalysisResult$ = [
388
388
  3,
389
389
  n0,
390
390
  _ARn,
@@ -392,20 +392,20 @@ export var AnalysisResult = [
392
392
  [_t, _le, _m, _lo],
393
393
  [0, 0, 0, () => AnalysisResultLocations],
394
394
  ];
395
- export var AnalysisResultLocation = [3, n0, _ARL, 0, [_p], [0]];
396
- export var AssetPropertyTimestamp = [3, n0, _APT, 0, [_tIS, _oIN], [0, 0]];
397
- export var AssetPropertyValue = [
395
+ export var AnalysisResultLocation$ = [3, n0, _ARL, 0, [_p], [0]];
396
+ export var AssetPropertyTimestamp$ = [3, n0, _APT, 0, [_tIS, _oIN], [0, 0]];
397
+ export var AssetPropertyValue$ = [
398
398
  3,
399
399
  n0,
400
400
  _APV,
401
401
  0,
402
402
  [_v, _ti, _q],
403
- [() => AssetPropertyVariant, () => AssetPropertyTimestamp, 0],
403
+ [() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0],
404
404
  ];
405
- export var AssetPropertyVariant = [3, n0, _APVs, 0, [_sVt, _iV, _dV, _bV], [0, 0, 0, 0]];
406
- export var Attribute = [3, n0, _At, 0, [_jP], [0]];
407
- export var ClearTimerAction = [3, n0, _CTA, 0, [_tN], [0]];
408
- export var CreateAlarmModelRequest = [
405
+ export var AssetPropertyVariant$ = [3, n0, _APVs, 0, [_sVt, _iV, _dV, _bV], [0, 0, 0, 0]];
406
+ export var Attribute$ = [3, n0, _At, 0, [_jP], [0]];
407
+ export var ClearTimerAction$ = [3, n0, _CTA, 0, [_tN], [0]];
408
+ export var CreateAlarmModelRequest$ = [
409
409
  3,
410
410
  n0,
411
411
  _CAMR,
@@ -418,13 +418,13 @@ export var CreateAlarmModelRequest = [
418
418
  () => Tags,
419
419
  0,
420
420
  1,
421
- () => AlarmRule,
422
- () => AlarmNotification,
423
- () => AlarmEventActions,
424
- () => AlarmCapabilities,
421
+ () => AlarmRule$,
422
+ () => AlarmNotification$,
423
+ () => AlarmEventActions$,
424
+ () => AlarmCapabilities$,
425
425
  ],
426
426
  ];
427
- export var CreateAlarmModelResponse = [
427
+ export var CreateAlarmModelResponse$ = [
428
428
  3,
429
429
  n0,
430
430
  _CAMRr,
@@ -432,38 +432,38 @@ export var CreateAlarmModelResponse = [
432
432
  [_cTr, _aMA, _aMV, _lUT, _st],
433
433
  [4, 0, 0, 4, 0],
434
434
  ];
435
- export var CreateDetectorModelRequest = [
435
+ export var CreateDetectorModelRequest$ = [
436
436
  3,
437
437
  n0,
438
438
  _CDMR,
439
439
  0,
440
440
  [_dMN, _dMD, _dMDe, _k, _rA, _ta, _eM],
441
- [0, () => DetectorModelDefinition, 0, 0, 0, () => Tags, 0],
441
+ [0, () => DetectorModelDefinition$, 0, 0, 0, () => Tags, 0],
442
442
  ];
443
- export var CreateDetectorModelResponse = [
443
+ export var CreateDetectorModelResponse$ = [
444
444
  3,
445
445
  n0,
446
446
  _CDMRr,
447
447
  0,
448
448
  [_dMC],
449
- [() => DetectorModelConfiguration],
449
+ [() => DetectorModelConfiguration$],
450
450
  ];
451
- export var CreateInputRequest = [
451
+ export var CreateInputRequest$ = [
452
452
  3,
453
453
  n0,
454
454
  _CIR,
455
455
  0,
456
456
  [_iN, _iD, _iDn, _ta],
457
- [0, 0, () => InputDefinition, () => Tags],
458
- ];
459
- export var CreateInputResponse = [3, n0, _CIRr, 0, [_iCn], [() => InputConfiguration]];
460
- export var DeleteAlarmModelRequest = [3, n0, _DAMR, 0, [_aMN], [[0, 1]]];
461
- export var DeleteAlarmModelResponse = [3, n0, _DAMRe, 0, [], []];
462
- export var DeleteDetectorModelRequest = [3, n0, _DDMR, 0, [_dMN], [[0, 1]]];
463
- export var DeleteDetectorModelResponse = [3, n0, _DDMRe, 0, [], []];
464
- export var DeleteInputRequest = [3, n0, _DIR, 0, [_iN], [[0, 1]]];
465
- export var DeleteInputResponse = [3, n0, _DIRe, 0, [], []];
466
- export var DescribeAlarmModelRequest = [
457
+ [0, 0, () => InputDefinition$, () => Tags],
458
+ ];
459
+ export var CreateInputResponse$ = [3, n0, _CIRr, 0, [_iCn], [() => InputConfiguration$]];
460
+ export var DeleteAlarmModelRequest$ = [3, n0, _DAMR, 0, [_aMN], [[0, 1]]];
461
+ export var DeleteAlarmModelResponse$ = [3, n0, _DAMRe, 0, [], []];
462
+ export var DeleteDetectorModelRequest$ = [3, n0, _DDMR, 0, [_dMN], [[0, 1]]];
463
+ export var DeleteDetectorModelResponse$ = [3, n0, _DDMRe, 0, [], []];
464
+ export var DeleteInputRequest$ = [3, n0, _DIR, 0, [_iN], [[0, 1]]];
465
+ export var DeleteInputResponse$ = [3, n0, _DIRe, 0, [], []];
466
+ export var DescribeAlarmModelRequest$ = [
467
467
  3,
468
468
  n0,
469
469
  _DAMRes,
@@ -474,7 +474,7 @@ export var DescribeAlarmModelRequest = [
474
474
  [0, { [_hQ]: _ve }],
475
475
  ],
476
476
  ];
477
- export var DescribeAlarmModelResponse = [
477
+ export var DescribeAlarmModelResponse$ = [
478
478
  3,
479
479
  n0,
480
480
  _DAMResc,
@@ -492,15 +492,15 @@ export var DescribeAlarmModelResponse = [
492
492
  0,
493
493
  0,
494
494
  1,
495
- () => AlarmRule,
496
- () => AlarmNotification,
497
- () => AlarmEventActions,
498
- () => AlarmCapabilities,
495
+ () => AlarmRule$,
496
+ () => AlarmNotification$,
497
+ () => AlarmEventActions$,
498
+ () => AlarmCapabilities$,
499
499
  ],
500
500
  ];
501
- export var DescribeDetectorModelAnalysisRequest = [3, n0, _DDMAR, 0, [_aI], [[0, 1]]];
502
- export var DescribeDetectorModelAnalysisResponse = [3, n0, _DDMARe, 0, [_st], [0]];
503
- export var DescribeDetectorModelRequest = [
501
+ export var DescribeDetectorModelAnalysisRequest$ = [3, n0, _DDMAR, 0, [_aI], [[0, 1]]];
502
+ export var DescribeDetectorModelAnalysisResponse$ = [3, n0, _DDMARe, 0, [_st], [0]];
503
+ export var DescribeDetectorModelRequest$ = [
504
504
  3,
505
505
  n0,
506
506
  _DDMRes,
@@ -511,21 +511,21 @@ export var DescribeDetectorModelRequest = [
511
511
  [0, { [_hQ]: _ve }],
512
512
  ],
513
513
  ];
514
- export var DescribeDetectorModelResponse = [3, n0, _DDMResc, 0, [_dM], [() => DetectorModel]];
515
- export var DescribeInputRequest = [3, n0, _DIRes, 0, [_iN], [[0, 1]]];
516
- export var DescribeInputResponse = [3, n0, _DIResc, 0, [_i], [() => Input]];
517
- export var DescribeLoggingOptionsRequest = [3, n0, _DLOR, 0, [], []];
518
- export var DescribeLoggingOptionsResponse = [3, n0, _DLORe, 0, [_lO], [() => LoggingOptions]];
519
- export var DetectorDebugOption = [3, n0, _DDO, 0, [_dMN, _kV], [0, 0]];
520
- export var DetectorModel = [
514
+ export var DescribeDetectorModelResponse$ = [3, n0, _DDMResc, 0, [_dM], [() => DetectorModel$]];
515
+ export var DescribeInputRequest$ = [3, n0, _DIRes, 0, [_iN], [[0, 1]]];
516
+ export var DescribeInputResponse$ = [3, n0, _DIResc, 0, [_i], [() => Input$]];
517
+ export var DescribeLoggingOptionsRequest$ = [3, n0, _DLOR, 0, [], []];
518
+ export var DescribeLoggingOptionsResponse$ = [3, n0, _DLORe, 0, [_lO], [() => LoggingOptions$]];
519
+ export var DetectorDebugOption$ = [3, n0, _DDO, 0, [_dMN, _kV], [0, 0]];
520
+ export var DetectorModel$ = [
521
521
  3,
522
522
  n0,
523
523
  _DM,
524
524
  0,
525
525
  [_dMD, _dMC],
526
- [() => DetectorModelDefinition, () => DetectorModelConfiguration],
526
+ [() => DetectorModelDefinition$, () => DetectorModelConfiguration$],
527
527
  ];
528
- export var DetectorModelConfiguration = [
528
+ export var DetectorModelConfiguration$ = [
529
529
  3,
530
530
  n0,
531
531
  _DMC,
@@ -533,9 +533,9 @@ export var DetectorModelConfiguration = [
533
533
  [_dMN, _dMV, _dMDe, _dMA, _rA, _cTr, _lUT, _st, _k, _eM],
534
534
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0],
535
535
  ];
536
- export var DetectorModelDefinition = [3, n0, _DMD, 0, [_sta, _iSN], [() => States, 0]];
537
- export var DetectorModelSummary = [3, n0, _DMS, 0, [_dMN, _dMDe, _cTr], [0, 0, 4]];
538
- export var DetectorModelVersionSummary = [
536
+ export var DetectorModelDefinition$ = [3, n0, _DMD, 0, [_sta, _iSN], [() => States, 0]];
537
+ export var DetectorModelSummary$ = [3, n0, _DMS, 0, [_dMN, _dMDe, _cTr], [0, 0, 4]];
538
+ export var DetectorModelVersionSummary$ = [
539
539
  3,
540
540
  n0,
541
541
  _DMVS,
@@ -543,28 +543,28 @@ export var DetectorModelVersionSummary = [
543
543
  [_dMN, _dMV, _dMA, _rA, _cTr, _lUT, _st, _eM],
544
544
  [0, 0, 0, 0, 4, 4, 0, 0],
545
545
  ];
546
- export var DynamoDBAction = [
546
+ export var DynamoDBAction$ = [
547
547
  3,
548
548
  n0,
549
549
  _DDBA,
550
550
  0,
551
551
  [_hKT, _hKF, _hKV, _rKT, _rKF, _rKV, _o, _pF, _tNa, _pa],
552
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Payload],
552
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Payload$],
553
553
  ];
554
- export var DynamoDBv2Action = [3, n0, _DDBAy, 0, [_tNa, _pa], [0, () => Payload]];
555
- export var EmailConfiguration = [
554
+ export var DynamoDBv2Action$ = [3, n0, _DDBAy, 0, [_tNa, _pa], [0, () => Payload$]];
555
+ export var EmailConfiguration$ = [
556
556
  3,
557
557
  n0,
558
558
  _EC,
559
559
  0,
560
560
  [_fr, _c, _r],
561
- [0, () => EmailContent, () => EmailRecipients],
561
+ [0, () => EmailContent$, () => EmailRecipients$],
562
562
  ];
563
- export var EmailContent = [3, n0, _ECm, 0, [_su, _aM], [0, 0]];
564
- export var EmailRecipients = [3, n0, _ER, 0, [_to], [() => RecipientDetails]];
565
- export var Event = [3, n0, _E, 0, [_eN, _co, _a], [0, 0, () => Actions]];
566
- export var FirehoseAction = [3, n0, _FA, 0, [_dSN, _sep, _pa], [0, 0, () => Payload]];
567
- export var GetDetectorModelAnalysisResultsRequest = [
563
+ export var EmailContent$ = [3, n0, _ECm, 0, [_su, _aM], [0, 0]];
564
+ export var EmailRecipients$ = [3, n0, _ER, 0, [_to], [() => RecipientDetails]];
565
+ export var Event$ = [3, n0, _E, 0, [_eN, _co, _a], [0, 0, () => Actions]];
566
+ export var FirehoseAction$ = [3, n0, _FA, 0, [_dSN, _sep, _pa], [0, 0, () => Payload$]];
567
+ export var GetDetectorModelAnalysisResultsRequest$ = [
568
568
  3,
569
569
  n0,
570
570
  _GDMARR,
@@ -576,7 +576,7 @@ export var GetDetectorModelAnalysisResultsRequest = [
576
576
  [1, { [_hQ]: _mR }],
577
577
  ],
578
578
  ];
579
- export var GetDetectorModelAnalysisResultsResponse = [
579
+ export var GetDetectorModelAnalysisResultsResponse$ = [
580
580
  3,
581
581
  n0,
582
582
  _GDMARRe,
@@ -584,16 +584,16 @@ export var GetDetectorModelAnalysisResultsResponse = [
584
584
  [_aRn, _nT],
585
585
  [() => AnalysisResults, 0],
586
586
  ];
587
- export var InitializationConfiguration = [3, n0, _IC, 0, [_dOI], [2]];
588
- export var Input = [
587
+ export var InitializationConfiguration$ = [3, n0, _IC, 0, [_dOI], [2]];
588
+ export var Input$ = [
589
589
  3,
590
590
  n0,
591
591
  _I,
592
592
  0,
593
593
  [_iCn, _iDn],
594
- [() => InputConfiguration, () => InputDefinition],
594
+ [() => InputConfiguration$, () => InputDefinition$],
595
595
  ];
596
- export var InputConfiguration = [
596
+ export var InputConfiguration$ = [
597
597
  3,
598
598
  n0,
599
599
  _ICn,
@@ -601,44 +601,44 @@ export var InputConfiguration = [
601
601
  [_iN, _iD, _iA, _cTr, _lUT, _st],
602
602
  [0, 0, 0, 4, 4, 0],
603
603
  ];
604
- export var InputDefinition = [3, n0, _ID, 0, [_at], [() => Attributes]];
605
- export var InputIdentifier = [
604
+ export var InputDefinition$ = [3, n0, _ID, 0, [_at], [() => Attributes]];
605
+ export var InputIdentifier$ = [
606
606
  3,
607
607
  n0,
608
608
  _II,
609
609
  0,
610
610
  [_iEII, _iSWII],
611
- [() => IotEventsInputIdentifier, () => IotSiteWiseInputIdentifier],
612
- ];
613
- export var InputSummary = [3, n0, _IS, 0, [_iN, _iD, _iA, _cTr, _lUT, _st], [0, 0, 0, 4, 4, 0]];
614
- export var InternalFailureException = [-3, n0, _IFE, { [_er]: _ser, [_hE]: 500 }, [_m], [0]];
615
- TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
616
- export var InvalidRequestException = [-3, n0, _IRE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
617
- TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
618
- export var IotEventsAction = [3, n0, _IEA, 0, [_iN, _pa], [0, () => Payload]];
619
- export var IotEventsInputIdentifier = [3, n0, _IEII, 0, [_iN], [0]];
620
- export var IotSiteWiseAction = [
611
+ [() => IotEventsInputIdentifier$, () => IotSiteWiseInputIdentifier$],
612
+ ];
613
+ export var InputSummary$ = [3, n0, _IS, 0, [_iN, _iD, _iA, _cTr, _lUT, _st], [0, 0, 0, 4, 4, 0]];
614
+ export var InternalFailureException$ = [-3, n0, _IFE, { [_er]: _ser, [_hE]: 500 }, [_m], [0]];
615
+ TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
616
+ export var InvalidRequestException$ = [-3, n0, _IRE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
617
+ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
618
+ export var IotEventsAction$ = [3, n0, _IEA, 0, [_iN, _pa], [0, () => Payload$]];
619
+ export var IotEventsInputIdentifier$ = [3, n0, _IEII, 0, [_iN], [0]];
620
+ export var IotSiteWiseAction$ = [
621
621
  3,
622
622
  n0,
623
623
  _ISWA,
624
624
  0,
625
625
  [_eI, _aIs, _pI, _pA, _pV],
626
- [0, 0, 0, 0, () => AssetPropertyValue],
626
+ [0, 0, 0, 0, () => AssetPropertyValue$],
627
627
  ];
628
- export var IotSiteWiseAssetModelPropertyIdentifier = [3, n0, _ISWAMPI, 0, [_aMI, _pI], [0, 0]];
629
- export var IotSiteWiseInputIdentifier = [
628
+ export var IotSiteWiseAssetModelPropertyIdentifier$ = [3, n0, _ISWAMPI, 0, [_aMI, _pI], [0, 0]];
629
+ export var IotSiteWiseInputIdentifier$ = [
630
630
  3,
631
631
  n0,
632
632
  _ISWII,
633
633
  0,
634
634
  [_iSWAMPI],
635
- [() => IotSiteWiseAssetModelPropertyIdentifier],
635
+ [() => IotSiteWiseAssetModelPropertyIdentifier$],
636
636
  ];
637
- export var IotTopicPublishAction = [3, n0, _ITPA, 0, [_mT, _pa], [0, () => Payload]];
638
- export var LambdaAction = [3, n0, _LA, 0, [_fA, _pa], [0, () => Payload]];
639
- export var LimitExceededException = [-3, n0, _LEE, { [_er]: _cl, [_hE]: 410 }, [_m], [0]];
640
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
641
- export var ListAlarmModelsRequest = [
637
+ export var IotTopicPublishAction$ = [3, n0, _ITPA, 0, [_mT, _pa], [0, () => Payload$]];
638
+ export var LambdaAction$ = [3, n0, _LA, 0, [_fA, _pa], [0, () => Payload$]];
639
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_er]: _cl, [_hE]: 410 }, [_m], [0]];
640
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
641
+ export var ListAlarmModelsRequest$ = [
642
642
  3,
643
643
  n0,
644
644
  _LAMR,
@@ -649,7 +649,7 @@ export var ListAlarmModelsRequest = [
649
649
  [1, { [_hQ]: _mR }],
650
650
  ],
651
651
  ];
652
- export var ListAlarmModelsResponse = [
652
+ export var ListAlarmModelsResponse$ = [
653
653
  3,
654
654
  n0,
655
655
  _LAMRi,
@@ -657,7 +657,7 @@ export var ListAlarmModelsResponse = [
657
657
  [_aMS, _nT],
658
658
  [() => AlarmModelSummaries, 0],
659
659
  ];
660
- export var ListAlarmModelVersionsRequest = [
660
+ export var ListAlarmModelVersionsRequest$ = [
661
661
  3,
662
662
  n0,
663
663
  _LAMVR,
@@ -669,7 +669,7 @@ export var ListAlarmModelVersionsRequest = [
669
669
  [1, { [_hQ]: _mR }],
670
670
  ],
671
671
  ];
672
- export var ListAlarmModelVersionsResponse = [
672
+ export var ListAlarmModelVersionsResponse$ = [
673
673
  3,
674
674
  n0,
675
675
  _LAMVRi,
@@ -677,7 +677,7 @@ export var ListAlarmModelVersionsResponse = [
677
677
  [_aMVS, _nT],
678
678
  [() => AlarmModelVersionSummaries, 0],
679
679
  ];
680
- export var ListDetectorModelsRequest = [
680
+ export var ListDetectorModelsRequest$ = [
681
681
  3,
682
682
  n0,
683
683
  _LDMR,
@@ -688,7 +688,7 @@ export var ListDetectorModelsRequest = [
688
688
  [1, { [_hQ]: _mR }],
689
689
  ],
690
690
  ];
691
- export var ListDetectorModelsResponse = [
691
+ export var ListDetectorModelsResponse$ = [
692
692
  3,
693
693
  n0,
694
694
  _LDMRi,
@@ -696,7 +696,7 @@ export var ListDetectorModelsResponse = [
696
696
  [_dMS, _nT],
697
697
  [() => DetectorModelSummaries, 0],
698
698
  ];
699
- export var ListDetectorModelVersionsRequest = [
699
+ export var ListDetectorModelVersionsRequest$ = [
700
700
  3,
701
701
  n0,
702
702
  _LDMVR,
@@ -708,7 +708,7 @@ export var ListDetectorModelVersionsRequest = [
708
708
  [1, { [_hQ]: _mR }],
709
709
  ],
710
710
  ];
711
- export var ListDetectorModelVersionsResponse = [
711
+ export var ListDetectorModelVersionsResponse$ = [
712
712
  3,
713
713
  n0,
714
714
  _LDMVRi,
@@ -716,15 +716,15 @@ export var ListDetectorModelVersionsResponse = [
716
716
  [_dMVS, _nT],
717
717
  [() => DetectorModelVersionSummaries, 0],
718
718
  ];
719
- export var ListInputRoutingsRequest = [
719
+ export var ListInputRoutingsRequest$ = [
720
720
  3,
721
721
  n0,
722
722
  _LIRR,
723
723
  0,
724
724
  [_iI, _mR, _nT],
725
- [() => InputIdentifier, 1, 0],
725
+ [() => InputIdentifier$, 1, 0],
726
726
  ];
727
- export var ListInputRoutingsResponse = [
727
+ export var ListInputRoutingsResponse$ = [
728
728
  3,
729
729
  n0,
730
730
  _LIRRi,
@@ -732,7 +732,7 @@ export var ListInputRoutingsResponse = [
732
732
  [_rR, _nT],
733
733
  [() => RoutedResources, 0],
734
734
  ];
735
- export var ListInputsRequest = [
735
+ export var ListInputsRequest$ = [
736
736
  3,
737
737
  n0,
738
738
  _LIR,
@@ -743,10 +743,10 @@ export var ListInputsRequest = [
743
743
  [1, { [_hQ]: _mR }],
744
744
  ],
745
745
  ];
746
- export var ListInputsResponse = [3, n0, _LIRi, 0, [_iS, _nT], [() => InputSummaries, 0]];
747
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, { [_hQ]: _rAe }]]];
748
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
749
- export var LoggingOptions = [
746
+ export var ListInputsResponse$ = [3, n0, _LIRi, 0, [_iS, _nT], [() => InputSummaries, 0]];
747
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, { [_hQ]: _rAe }]]];
748
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
749
+ export var LoggingOptions$ = [
750
750
  3,
751
751
  n0,
752
752
  _LO,
@@ -754,18 +754,18 @@ export var LoggingOptions = [
754
754
  [_rA, _le, _e, _dDO],
755
755
  [0, 0, 2, () => DetectorDebugOptions],
756
756
  ];
757
- export var NotificationAction = [
757
+ export var NotificationAction$ = [
758
758
  3,
759
759
  n0,
760
760
  _NA,
761
761
  0,
762
762
  [_ac, _sC, _eC],
763
- [() => NotificationTargetActions, () => SMSConfigurations, () => EmailConfigurations],
763
+ [() => NotificationTargetActions$, () => SMSConfigurations, () => EmailConfigurations],
764
764
  ];
765
- export var NotificationTargetActions = [3, n0, _NTA, 0, [_lA], [() => LambdaAction]];
766
- export var OnEnterLifecycle = [3, n0, _OEL, 0, [_ev], [() => Events]];
767
- export var OnExitLifecycle = [3, n0, _OELn, 0, [_ev], [() => Events]];
768
- export var OnInputLifecycle = [
765
+ export var NotificationTargetActions$ = [3, n0, _NTA, 0, [_lA], [() => LambdaAction$]];
766
+ export var OnEnterLifecycle$ = [3, n0, _OEL, 0, [_ev], [() => Events]];
767
+ export var OnExitLifecycle$ = [3, n0, _OELn, 0, [_ev], [() => Events]];
768
+ export var OnInputLifecycle$ = [
769
769
  3,
770
770
  n0,
771
771
  _OIL,
@@ -773,11 +773,11 @@ export var OnInputLifecycle = [
773
773
  [_ev, _tE],
774
774
  [() => Events, () => TransitionEvents],
775
775
  ];
776
- export var Payload = [3, n0, _P, 0, [_cE, _t], [0, 0]];
777
- export var PutLoggingOptionsRequest = [3, n0, _PLOR, 0, [_lO], [() => LoggingOptions]];
778
- export var RecipientDetail = [3, n0, _RD, 0, [_sI], [() => SSOIdentity]];
779
- export var ResetTimerAction = [3, n0, _RTA, 0, [_tN], [0]];
780
- export var ResourceAlreadyExistsException = [
776
+ export var Payload$ = [3, n0, _P, 0, [_cE, _t], [0, 0]];
777
+ export var PutLoggingOptionsRequest$ = [3, n0, _PLOR, 0, [_lO], [() => LoggingOptions$]];
778
+ export var RecipientDetail$ = [3, n0, _RD, 0, [_sI], [() => SSOIdentity$]];
779
+ export var ResetTimerAction$ = [3, n0, _RTA, 0, [_tN], [0]];
780
+ export var ResourceAlreadyExistsException$ = [
781
781
  -3,
782
782
  n0,
783
783
  _RAEE,
@@ -785,40 +785,47 @@ export var ResourceAlreadyExistsException = [
785
785
  [_m, _rI, _rAe],
786
786
  [0, 0, 0],
787
787
  ];
788
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
789
- export var ResourceInUseException = [-3, n0, _RIUE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
790
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
791
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
792
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
793
- export var RoutedResource = [3, n0, _RR, 0, [_n, _ar], [0, 0]];
794
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_er]: _ser, [_hE]: 503 }, [_m], [0]];
795
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
796
- export var SetTimerAction = [3, n0, _STA, 0, [_tN, _sec, _dE], [0, 1, 0]];
797
- export var SetVariableAction = [3, n0, _SVA, 0, [_vN, _v], [0, 0]];
798
- export var SimpleRule = [3, n0, _SR, 0, [_iP, _cO, _th], [0, 0, 0]];
799
- export var SMSConfiguration = [3, n0, _SMSC, 0, [_sIe, _aM, _r], [0, 0, () => RecipientDetails]];
800
- export var SNSTopicPublishAction = [3, n0, _SNSTPA, 0, [_tA, _pa], [0, () => Payload]];
801
- export var SqsAction = [3, n0, _SA, 0, [_qU, _uB, _pa], [0, 2, () => Payload]];
802
- export var SSOIdentity = [3, n0, _SSOI, 0, [_iSI, _uI], [0, 0]];
803
- export var StartDetectorModelAnalysisRequest = [
788
+ TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
789
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
790
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
791
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
792
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
793
+ export var RoutedResource$ = [3, n0, _RR, 0, [_n, _ar], [0, 0]];
794
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_er]: _ser, [_hE]: 503 }, [_m], [0]];
795
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
796
+ export var SetTimerAction$ = [3, n0, _STA, 0, [_tN, _sec, _dE], [0, 1, 0]];
797
+ export var SetVariableAction$ = [3, n0, _SVA, 0, [_vN, _v], [0, 0]];
798
+ export var SimpleRule$ = [3, n0, _SR, 0, [_iP, _cO, _th], [0, 0, 0]];
799
+ export var SMSConfiguration$ = [
800
+ 3,
801
+ n0,
802
+ _SMSC,
803
+ 0,
804
+ [_sIe, _aM, _r],
805
+ [0, 0, () => RecipientDetails],
806
+ ];
807
+ export var SNSTopicPublishAction$ = [3, n0, _SNSTPA, 0, [_tA, _pa], [0, () => Payload$]];
808
+ export var SqsAction$ = [3, n0, _SA, 0, [_qU, _uB, _pa], [0, 2, () => Payload$]];
809
+ export var SSOIdentity$ = [3, n0, _SSOI, 0, [_iSI, _uI], [0, 0]];
810
+ export var StartDetectorModelAnalysisRequest$ = [
804
811
  3,
805
812
  n0,
806
813
  _SDMAR,
807
814
  0,
808
815
  [_dMD],
809
- [() => DetectorModelDefinition],
816
+ [() => DetectorModelDefinition$],
810
817
  ];
811
- export var StartDetectorModelAnalysisResponse = [3, n0, _SDMARt, 0, [_aI], [0]];
812
- export var State = [
818
+ export var StartDetectorModelAnalysisResponse$ = [3, n0, _SDMARt, 0, [_aI], [0]];
819
+ export var State$ = [
813
820
  3,
814
821
  n0,
815
822
  _S,
816
823
  0,
817
824
  [_sN, _oI, _oE, _oEn],
818
- [0, () => OnInputLifecycle, () => OnEnterLifecycle, () => OnExitLifecycle],
825
+ [0, () => OnInputLifecycle$, () => OnEnterLifecycle$, () => OnExitLifecycle$],
819
826
  ];
820
- export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
821
- export var TagResourceRequest = [
827
+ export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
828
+ export var TagResourceRequest$ = [
822
829
  3,
823
830
  n0,
824
831
  _TRR,
@@ -826,13 +833,13 @@ export var TagResourceRequest = [
826
833
  [_rAe, _ta],
827
834
  [[0, { [_hQ]: _rAe }], () => Tags],
828
835
  ];
829
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
830
- export var ThrottlingException = [-3, n0, _TE, { [_er]: _cl, [_hE]: 429 }, [_m], [0]];
831
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
832
- export var TransitionEvent = [3, n0, _TEr, 0, [_eN, _co, _a, _nS], [0, 0, () => Actions, 0]];
833
- export var UnsupportedOperationException = [-3, n0, _UOE, { [_er]: _ser, [_hE]: 501 }, [_m], [0]];
834
- TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
835
- export var UntagResourceRequest = [
836
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
837
+ export var ThrottlingException$ = [-3, n0, _TE, { [_er]: _cl, [_hE]: 429 }, [_m], [0]];
838
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
839
+ export var TransitionEvent$ = [3, n0, _TEr, 0, [_eN, _co, _a, _nS], [0, 0, () => Actions, 0]];
840
+ export var UnsupportedOperationException$ = [-3, n0, _UOE, { [_er]: _ser, [_hE]: 501 }, [_m], [0]];
841
+ TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
842
+ export var UntagResourceRequest$ = [
836
843
  3,
837
844
  n0,
838
845
  _URR,
@@ -843,16 +850,16 @@ export var UntagResourceRequest = [
843
850
  [64 | 0, { [_hQ]: _tK }],
844
851
  ],
845
852
  ];
846
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
847
- export var UpdateAlarmModelRequest = [
853
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
854
+ export var UpdateAlarmModelRequest$ = [
848
855
  3,
849
856
  n0,
850
857
  _UAMR,
851
858
  0,
852
859
  [_aMN, _aMD, _rA, _se, _aR, _aN, _aEA, _aC],
853
- [[0, 1], 0, 0, 1, () => AlarmRule, () => AlarmNotification, () => AlarmEventActions, () => AlarmCapabilities],
860
+ [[0, 1], 0, 0, 1, () => AlarmRule$, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$],
854
861
  ];
855
- export var UpdateAlarmModelResponse = [
862
+ export var UpdateAlarmModelResponse$ = [
856
863
  3,
857
864
  n0,
858
865
  _UAMRp,
@@ -860,260 +867,260 @@ export var UpdateAlarmModelResponse = [
860
867
  [_cTr, _aMA, _aMV, _lUT, _st],
861
868
  [4, 0, 0, 4, 0],
862
869
  ];
863
- export var UpdateDetectorModelRequest = [
870
+ export var UpdateDetectorModelRequest$ = [
864
871
  3,
865
872
  n0,
866
873
  _UDMR,
867
874
  0,
868
875
  [_dMN, _dMD, _dMDe, _rA, _eM],
869
- [[0, 1], () => DetectorModelDefinition, 0, 0, 0],
876
+ [[0, 1], () => DetectorModelDefinition$, 0, 0, 0],
870
877
  ];
871
- export var UpdateDetectorModelResponse = [
878
+ export var UpdateDetectorModelResponse$ = [
872
879
  3,
873
880
  n0,
874
881
  _UDMRp,
875
882
  0,
876
883
  [_dMC],
877
- [() => DetectorModelConfiguration],
884
+ [() => DetectorModelConfiguration$],
878
885
  ];
879
- export var UpdateInputRequest = [
886
+ export var UpdateInputRequest$ = [
880
887
  3,
881
888
  n0,
882
889
  _UIR,
883
890
  0,
884
891
  [_iN, _iD, _iDn],
885
- [[0, 1], 0, () => InputDefinition],
886
- ];
887
- export var UpdateInputResponse = [3, n0, _UIRp, 0, [_iCn], [() => InputConfiguration]];
888
- export var __Unit = "unit";
889
- export var IoTEventsServiceException = [-3, _sm, "IoTEventsServiceException", 0, [], []];
890
- TypeRegistry.for(_sm).registerError(IoTEventsServiceException, __IoTEventsServiceException);
891
- export var Actions = [1, n0, _Ac, 0, () => Action];
892
- export var AlarmActions = [1, n0, _AAl, 0, () => AlarmAction];
893
- export var AlarmModelSummaries = [1, n0, _AMSl, 0, () => AlarmModelSummary];
894
- export var AlarmModelVersionSummaries = [1, n0, _AMVSl, 0, () => AlarmModelVersionSummary];
895
- export var AnalysisResultLocations = [1, n0, _ARLn, 0, () => AnalysisResultLocation];
896
- export var AnalysisResults = [1, n0, _ARna, 0, () => AnalysisResult];
897
- export var Attributes = [1, n0, _Att, 0, () => Attribute];
898
- export var DetectorDebugOptions = [1, n0, _DDOe, 0, () => DetectorDebugOption];
899
- export var DetectorModelSummaries = [1, n0, _DMSe, 0, () => DetectorModelSummary];
900
- export var DetectorModelVersionSummaries = [1, n0, _DMVSe, 0, () => DetectorModelVersionSummary];
901
- export var EmailConfigurations = [1, n0, _ECma, 0, () => EmailConfiguration];
902
- export var Events = [1, n0, _Ev, 0, () => Event];
903
- export var InputSummaries = [1, n0, _ISn, 0, () => InputSummary];
904
- export var NotificationActions = [1, n0, _NAo, 0, () => NotificationAction];
905
- export var RecipientDetails = [1, n0, _RDe, 0, () => RecipientDetail];
906
- export var RoutedResources = [1, n0, _RRo, 0, () => RoutedResource];
907
- export var SMSConfigurations = [1, n0, _SMSCo, 0, () => SMSConfiguration];
908
- export var States = [1, n0, _St, 0, () => State];
909
- export var TagKeys = 64 | 0;
910
- export var Tags = [1, n0, _Ta, 0, () => Tag];
911
- export var TransitionEvents = [1, n0, _TEra, 0, () => TransitionEvent];
912
- export var CreateAlarmModel = [
892
+ [[0, 1], 0, () => InputDefinition$],
893
+ ];
894
+ export var UpdateInputResponse$ = [3, n0, _UIRp, 0, [_iCn], [() => InputConfiguration$]];
895
+ var __Unit = "unit";
896
+ export var IoTEventsServiceException$ = [-3, _sm, "IoTEventsServiceException", 0, [], []];
897
+ TypeRegistry.for(_sm).registerError(IoTEventsServiceException$, IoTEventsServiceException);
898
+ var Actions = [1, n0, _Ac, 0, () => Action$];
899
+ var AlarmActions = [1, n0, _AAl, 0, () => AlarmAction$];
900
+ var AlarmModelSummaries = [1, n0, _AMSl, 0, () => AlarmModelSummary$];
901
+ var AlarmModelVersionSummaries = [1, n0, _AMVSl, 0, () => AlarmModelVersionSummary$];
902
+ var AnalysisResultLocations = [1, n0, _ARLn, 0, () => AnalysisResultLocation$];
903
+ var AnalysisResults = [1, n0, _ARna, 0, () => AnalysisResult$];
904
+ var Attributes = [1, n0, _Att, 0, () => Attribute$];
905
+ var DetectorDebugOptions = [1, n0, _DDOe, 0, () => DetectorDebugOption$];
906
+ var DetectorModelSummaries = [1, n0, _DMSe, 0, () => DetectorModelSummary$];
907
+ var DetectorModelVersionSummaries = [1, n0, _DMVSe, 0, () => DetectorModelVersionSummary$];
908
+ var EmailConfigurations = [1, n0, _ECma, 0, () => EmailConfiguration$];
909
+ var Events = [1, n0, _Ev, 0, () => Event$];
910
+ var InputSummaries = [1, n0, _ISn, 0, () => InputSummary$];
911
+ var NotificationActions = [1, n0, _NAo, 0, () => NotificationAction$];
912
+ var RecipientDetails = [1, n0, _RDe, 0, () => RecipientDetail$];
913
+ var RoutedResources = [1, n0, _RRo, 0, () => RoutedResource$];
914
+ var SMSConfigurations = [1, n0, _SMSCo, 0, () => SMSConfiguration$];
915
+ var States = [1, n0, _St, 0, () => State$];
916
+ var TagKeys = 64 | 0;
917
+ var Tags = [1, n0, _Ta, 0, () => Tag$];
918
+ var TransitionEvents = [1, n0, _TEra, 0, () => TransitionEvent$];
919
+ export var CreateAlarmModel$ = [
913
920
  9,
914
921
  n0,
915
922
  _CAM,
916
923
  { [_h]: ["POST", "/alarm-models", 200] },
917
- () => CreateAlarmModelRequest,
918
- () => CreateAlarmModelResponse,
924
+ () => CreateAlarmModelRequest$,
925
+ () => CreateAlarmModelResponse$,
919
926
  ];
920
- export var CreateDetectorModel = [
927
+ export var CreateDetectorModel$ = [
921
928
  9,
922
929
  n0,
923
930
  _CDM,
924
931
  { [_h]: ["POST", "/detector-models", 200] },
925
- () => CreateDetectorModelRequest,
926
- () => CreateDetectorModelResponse,
932
+ () => CreateDetectorModelRequest$,
933
+ () => CreateDetectorModelResponse$,
927
934
  ];
928
- export var CreateInput = [
935
+ export var CreateInput$ = [
929
936
  9,
930
937
  n0,
931
938
  _CI,
932
939
  { [_h]: ["POST", "/inputs", 201] },
933
- () => CreateInputRequest,
934
- () => CreateInputResponse,
940
+ () => CreateInputRequest$,
941
+ () => CreateInputResponse$,
935
942
  ];
936
- export var DeleteAlarmModel = [
943
+ export var DeleteAlarmModel$ = [
937
944
  9,
938
945
  n0,
939
946
  _DAM,
940
947
  { [_h]: ["DELETE", "/alarm-models/{alarmModelName}", 204] },
941
- () => DeleteAlarmModelRequest,
942
- () => DeleteAlarmModelResponse,
948
+ () => DeleteAlarmModelRequest$,
949
+ () => DeleteAlarmModelResponse$,
943
950
  ];
944
- export var DeleteDetectorModel = [
951
+ export var DeleteDetectorModel$ = [
945
952
  9,
946
953
  n0,
947
954
  _DDM,
948
955
  { [_h]: ["DELETE", "/detector-models/{detectorModelName}", 204] },
949
- () => DeleteDetectorModelRequest,
950
- () => DeleteDetectorModelResponse,
956
+ () => DeleteDetectorModelRequest$,
957
+ () => DeleteDetectorModelResponse$,
951
958
  ];
952
- export var DeleteInput = [
959
+ export var DeleteInput$ = [
953
960
  9,
954
961
  n0,
955
962
  _DI,
956
963
  { [_h]: ["DELETE", "/inputs/{inputName}", 200] },
957
- () => DeleteInputRequest,
958
- () => DeleteInputResponse,
964
+ () => DeleteInputRequest$,
965
+ () => DeleteInputResponse$,
959
966
  ];
960
- export var DescribeAlarmModel = [
967
+ export var DescribeAlarmModel$ = [
961
968
  9,
962
969
  n0,
963
970
  _DAMe,
964
971
  { [_h]: ["GET", "/alarm-models/{alarmModelName}", 200] },
965
- () => DescribeAlarmModelRequest,
966
- () => DescribeAlarmModelResponse,
972
+ () => DescribeAlarmModelRequest$,
973
+ () => DescribeAlarmModelResponse$,
967
974
  ];
968
- export var DescribeDetectorModel = [
975
+ export var DescribeDetectorModel$ = [
969
976
  9,
970
977
  n0,
971
978
  _DDMe,
972
979
  { [_h]: ["GET", "/detector-models/{detectorModelName}", 200] },
973
- () => DescribeDetectorModelRequest,
974
- () => DescribeDetectorModelResponse,
980
+ () => DescribeDetectorModelRequest$,
981
+ () => DescribeDetectorModelResponse$,
975
982
  ];
976
- export var DescribeDetectorModelAnalysis = [
983
+ export var DescribeDetectorModelAnalysis$ = [
977
984
  9,
978
985
  n0,
979
986
  _DDMA,
980
987
  { [_h]: ["GET", "/analysis/detector-models/{analysisId}", 200] },
981
- () => DescribeDetectorModelAnalysisRequest,
982
- () => DescribeDetectorModelAnalysisResponse,
988
+ () => DescribeDetectorModelAnalysisRequest$,
989
+ () => DescribeDetectorModelAnalysisResponse$,
983
990
  ];
984
- export var DescribeInput = [
991
+ export var DescribeInput$ = [
985
992
  9,
986
993
  n0,
987
994
  _DIe,
988
995
  { [_h]: ["GET", "/inputs/{inputName}", 200] },
989
- () => DescribeInputRequest,
990
- () => DescribeInputResponse,
996
+ () => DescribeInputRequest$,
997
+ () => DescribeInputResponse$,
991
998
  ];
992
- export var DescribeLoggingOptions = [
999
+ export var DescribeLoggingOptions$ = [
993
1000
  9,
994
1001
  n0,
995
1002
  _DLO,
996
1003
  { [_h]: ["GET", "/logging", 200] },
997
- () => DescribeLoggingOptionsRequest,
998
- () => DescribeLoggingOptionsResponse,
1004
+ () => DescribeLoggingOptionsRequest$,
1005
+ () => DescribeLoggingOptionsResponse$,
999
1006
  ];
1000
- export var GetDetectorModelAnalysisResults = [
1007
+ export var GetDetectorModelAnalysisResults$ = [
1001
1008
  9,
1002
1009
  n0,
1003
1010
  _GDMAR,
1004
1011
  { [_h]: ["GET", "/analysis/detector-models/{analysisId}/results", 200] },
1005
- () => GetDetectorModelAnalysisResultsRequest,
1006
- () => GetDetectorModelAnalysisResultsResponse,
1012
+ () => GetDetectorModelAnalysisResultsRequest$,
1013
+ () => GetDetectorModelAnalysisResultsResponse$,
1007
1014
  ];
1008
- export var ListAlarmModels = [
1015
+ export var ListAlarmModels$ = [
1009
1016
  9,
1010
1017
  n0,
1011
1018
  _LAM,
1012
1019
  { [_h]: ["GET", "/alarm-models", 200] },
1013
- () => ListAlarmModelsRequest,
1014
- () => ListAlarmModelsResponse,
1020
+ () => ListAlarmModelsRequest$,
1021
+ () => ListAlarmModelsResponse$,
1015
1022
  ];
1016
- export var ListAlarmModelVersions = [
1023
+ export var ListAlarmModelVersions$ = [
1017
1024
  9,
1018
1025
  n0,
1019
1026
  _LAMV,
1020
1027
  { [_h]: ["GET", "/alarm-models/{alarmModelName}/versions", 200] },
1021
- () => ListAlarmModelVersionsRequest,
1022
- () => ListAlarmModelVersionsResponse,
1028
+ () => ListAlarmModelVersionsRequest$,
1029
+ () => ListAlarmModelVersionsResponse$,
1023
1030
  ];
1024
- export var ListDetectorModels = [
1031
+ export var ListDetectorModels$ = [
1025
1032
  9,
1026
1033
  n0,
1027
1034
  _LDM,
1028
1035
  { [_h]: ["GET", "/detector-models", 200] },
1029
- () => ListDetectorModelsRequest,
1030
- () => ListDetectorModelsResponse,
1036
+ () => ListDetectorModelsRequest$,
1037
+ () => ListDetectorModelsResponse$,
1031
1038
  ];
1032
- export var ListDetectorModelVersions = [
1039
+ export var ListDetectorModelVersions$ = [
1033
1040
  9,
1034
1041
  n0,
1035
1042
  _LDMV,
1036
1043
  { [_h]: ["GET", "/detector-models/{detectorModelName}/versions", 200] },
1037
- () => ListDetectorModelVersionsRequest,
1038
- () => ListDetectorModelVersionsResponse,
1044
+ () => ListDetectorModelVersionsRequest$,
1045
+ () => ListDetectorModelVersionsResponse$,
1039
1046
  ];
1040
- export var ListInputRoutings = [
1047
+ export var ListInputRoutings$ = [
1041
1048
  9,
1042
1049
  n0,
1043
1050
  _LIRis,
1044
1051
  { [_h]: ["POST", "/input-routings", 200] },
1045
- () => ListInputRoutingsRequest,
1046
- () => ListInputRoutingsResponse,
1052
+ () => ListInputRoutingsRequest$,
1053
+ () => ListInputRoutingsResponse$,
1047
1054
  ];
1048
- export var ListInputs = [
1055
+ export var ListInputs$ = [
1049
1056
  9,
1050
1057
  n0,
1051
1058
  _LI,
1052
1059
  { [_h]: ["GET", "/inputs", 200] },
1053
- () => ListInputsRequest,
1054
- () => ListInputsResponse,
1060
+ () => ListInputsRequest$,
1061
+ () => ListInputsResponse$,
1055
1062
  ];
1056
- export var ListTagsForResource = [
1063
+ export var ListTagsForResource$ = [
1057
1064
  9,
1058
1065
  n0,
1059
1066
  _LTFR,
1060
1067
  { [_h]: ["GET", "/tags", 200] },
1061
- () => ListTagsForResourceRequest,
1062
- () => ListTagsForResourceResponse,
1068
+ () => ListTagsForResourceRequest$,
1069
+ () => ListTagsForResourceResponse$,
1063
1070
  ];
1064
- export var PutLoggingOptions = [
1071
+ export var PutLoggingOptions$ = [
1065
1072
  9,
1066
1073
  n0,
1067
1074
  _PLO,
1068
1075
  { [_h]: ["PUT", "/logging", 200] },
1069
- () => PutLoggingOptionsRequest,
1076
+ () => PutLoggingOptionsRequest$,
1070
1077
  () => __Unit,
1071
1078
  ];
1072
- export var StartDetectorModelAnalysis = [
1079
+ export var StartDetectorModelAnalysis$ = [
1073
1080
  9,
1074
1081
  n0,
1075
1082
  _SDMA,
1076
1083
  { [_h]: ["POST", "/analysis/detector-models", 200] },
1077
- () => StartDetectorModelAnalysisRequest,
1078
- () => StartDetectorModelAnalysisResponse,
1084
+ () => StartDetectorModelAnalysisRequest$,
1085
+ () => StartDetectorModelAnalysisResponse$,
1079
1086
  ];
1080
- export var TagResource = [
1087
+ export var TagResource$ = [
1081
1088
  9,
1082
1089
  n0,
1083
1090
  _TR,
1084
1091
  { [_h]: ["POST", "/tags", 200] },
1085
- () => TagResourceRequest,
1086
- () => TagResourceResponse,
1092
+ () => TagResourceRequest$,
1093
+ () => TagResourceResponse$,
1087
1094
  ];
1088
- export var UntagResource = [
1095
+ export var UntagResource$ = [
1089
1096
  9,
1090
1097
  n0,
1091
1098
  _UR,
1092
1099
  { [_h]: ["DELETE", "/tags", 200] },
1093
- () => UntagResourceRequest,
1094
- () => UntagResourceResponse,
1100
+ () => UntagResourceRequest$,
1101
+ () => UntagResourceResponse$,
1095
1102
  ];
1096
- export var UpdateAlarmModel = [
1103
+ export var UpdateAlarmModel$ = [
1097
1104
  9,
1098
1105
  n0,
1099
1106
  _UAM,
1100
1107
  { [_h]: ["POST", "/alarm-models/{alarmModelName}", 200] },
1101
- () => UpdateAlarmModelRequest,
1102
- () => UpdateAlarmModelResponse,
1108
+ () => UpdateAlarmModelRequest$,
1109
+ () => UpdateAlarmModelResponse$,
1103
1110
  ];
1104
- export var UpdateDetectorModel = [
1111
+ export var UpdateDetectorModel$ = [
1105
1112
  9,
1106
1113
  n0,
1107
1114
  _UDM,
1108
1115
  { [_h]: ["POST", "/detector-models/{detectorModelName}", 200] },
1109
- () => UpdateDetectorModelRequest,
1110
- () => UpdateDetectorModelResponse,
1116
+ () => UpdateDetectorModelRequest$,
1117
+ () => UpdateDetectorModelResponse$,
1111
1118
  ];
1112
- export var UpdateInput = [
1119
+ export var UpdateInput$ = [
1113
1120
  9,
1114
1121
  n0,
1115
1122
  _UI,
1116
1123
  { [_h]: ["PUT", "/inputs/{inputName}", 200] },
1117
- () => UpdateInputRequest,
1118
- () => UpdateInputResponse,
1124
+ () => UpdateInputRequest$,
1125
+ () => UpdateInputResponse$,
1119
1126
  ];