@aws-sdk/client-iot-events 3.948.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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class IoTEventsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let IoTEventsServiceException$1 = class IoTEventsServiceException extends smithyClient.ServiceException {
113
+ class IoTEventsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, IoTEventsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let InternalFailureException$1 = class InternalFailureException extends IoTEventsServiceException$1 {
120
+ class InternalFailureException extends IoTEventsServiceException {
121
121
  name = "InternalFailureException";
122
122
  $fault = "server";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let InternalFailureException$1 = class InternalFailureException extends IoTEvent
128
128
  });
129
129
  Object.setPrototypeOf(this, InternalFailureException.prototype);
130
130
  }
131
- };
132
- let InvalidRequestException$1 = class InvalidRequestException extends IoTEventsServiceException$1 {
131
+ }
132
+ class InvalidRequestException extends IoTEventsServiceException {
133
133
  name = "InvalidRequestException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends IoTEventsS
140
140
  });
141
141
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
142
142
  }
143
- };
144
- let LimitExceededException$1 = class LimitExceededException extends IoTEventsServiceException$1 {
143
+ }
144
+ class LimitExceededException extends IoTEventsServiceException {
145
145
  name = "LimitExceededException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let LimitExceededException$1 = class LimitExceededException extends IoTEventsSer
152
152
  });
153
153
  Object.setPrototypeOf(this, LimitExceededException.prototype);
154
154
  }
155
- };
156
- let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException extends IoTEventsServiceException$1 {
155
+ }
156
+ class ResourceAlreadyExistsException extends IoTEventsServiceException {
157
157
  name = "ResourceAlreadyExistsException";
158
158
  $fault = "client";
159
159
  resourceId;
@@ -168,8 +168,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
168
168
  this.resourceId = opts.resourceId;
169
169
  this.resourceArn = opts.resourceArn;
170
170
  }
171
- };
172
- let ResourceInUseException$1 = class ResourceInUseException extends IoTEventsServiceException$1 {
171
+ }
172
+ class ResourceInUseException extends IoTEventsServiceException {
173
173
  name = "ResourceInUseException";
174
174
  $fault = "client";
175
175
  constructor(opts) {
@@ -180,8 +180,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends IoTEventsSer
180
180
  });
181
181
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
182
182
  }
183
- };
184
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends IoTEventsServiceException$1 {
183
+ }
184
+ class ServiceUnavailableException extends IoTEventsServiceException {
185
185
  name = "ServiceUnavailableException";
186
186
  $fault = "server";
187
187
  constructor(opts) {
@@ -192,8 +192,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Io
192
192
  });
193
193
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
194
194
  }
195
- };
196
- let ThrottlingException$1 = class ThrottlingException extends IoTEventsServiceException$1 {
195
+ }
196
+ class ThrottlingException extends IoTEventsServiceException {
197
197
  name = "ThrottlingException";
198
198
  $fault = "client";
199
199
  constructor(opts) {
@@ -204,8 +204,8 @@ let ThrottlingException$1 = class ThrottlingException extends IoTEventsServiceEx
204
204
  });
205
205
  Object.setPrototypeOf(this, ThrottlingException.prototype);
206
206
  }
207
- };
208
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTEventsServiceException$1 {
207
+ }
208
+ class ResourceNotFoundException extends IoTEventsServiceException {
209
209
  name = "ResourceNotFoundException";
210
210
  $fault = "client";
211
211
  constructor(opts) {
@@ -216,8 +216,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTEve
216
216
  });
217
217
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
218
218
  }
219
- };
220
- let UnsupportedOperationException$1 = class UnsupportedOperationException extends IoTEventsServiceException$1 {
219
+ }
220
+ class UnsupportedOperationException extends IoTEventsServiceException {
221
221
  name = "UnsupportedOperationException";
222
222
  $fault = "server";
223
223
  constructor(opts) {
@@ -228,7 +228,7 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
228
228
  });
229
229
  Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
230
230
  }
231
- };
231
+ }
232
232
 
233
233
  const _A = "Action";
234
234
  const _AA = "AlarmAction";
@@ -552,58 +552,58 @@ const _v = "value";
552
552
  const _vN = "variableName";
553
553
  const _ve = "version";
554
554
  const n0 = "com.amazonaws.iotevents";
555
- var AcknowledgeFlow = [3, n0, _AF, 0, [_e], [2]];
556
- var Action = [
555
+ var AcknowledgeFlow$ = [3, n0, _AF, 0, [_e], [2]];
556
+ var Action$ = [
557
557
  3,
558
558
  n0,
559
559
  _A,
560
560
  0,
561
561
  [_sV, _s, _iTP, _sT, _cT, _rT, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
562
562
  [
563
- () => SetVariableAction,
564
- () => SNSTopicPublishAction,
565
- () => IotTopicPublishAction,
566
- () => SetTimerAction,
567
- () => ClearTimerAction,
568
- () => ResetTimerAction,
569
- () => LambdaAction,
570
- () => IotEventsAction,
571
- () => SqsAction,
572
- () => FirehoseAction,
573
- () => DynamoDBAction,
574
- () => DynamoDBv2Action,
575
- () => IotSiteWiseAction,
563
+ () => SetVariableAction$,
564
+ () => SNSTopicPublishAction$,
565
+ () => IotTopicPublishAction$,
566
+ () => SetTimerAction$,
567
+ () => ClearTimerAction$,
568
+ () => ResetTimerAction$,
569
+ () => LambdaAction$,
570
+ () => IotEventsAction$,
571
+ () => SqsAction$,
572
+ () => FirehoseAction$,
573
+ () => DynamoDBAction$,
574
+ () => DynamoDBv2Action$,
575
+ () => IotSiteWiseAction$,
576
576
  ],
577
577
  ];
578
- var AlarmAction = [
578
+ var AlarmAction$ = [
579
579
  3,
580
580
  n0,
581
581
  _AA,
582
582
  0,
583
583
  [_s, _iTP, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
584
584
  [
585
- () => SNSTopicPublishAction,
586
- () => IotTopicPublishAction,
587
- () => LambdaAction,
588
- () => IotEventsAction,
589
- () => SqsAction,
590
- () => FirehoseAction,
591
- () => DynamoDBAction,
592
- () => DynamoDBv2Action,
593
- () => IotSiteWiseAction,
585
+ () => SNSTopicPublishAction$,
586
+ () => IotTopicPublishAction$,
587
+ () => LambdaAction$,
588
+ () => IotEventsAction$,
589
+ () => SqsAction$,
590
+ () => FirehoseAction$,
591
+ () => DynamoDBAction$,
592
+ () => DynamoDBv2Action$,
593
+ () => IotSiteWiseAction$,
594
594
  ],
595
595
  ];
596
- var AlarmCapabilities = [
596
+ var AlarmCapabilities$ = [
597
597
  3,
598
598
  n0,
599
599
  _AC,
600
600
  0,
601
601
  [_iC, _aF],
602
- [() => InitializationConfiguration, () => AcknowledgeFlow],
602
+ [() => InitializationConfiguration$, () => AcknowledgeFlow$],
603
603
  ];
604
- var AlarmEventActions = [3, n0, _AEA, 0, [_aA], [() => AlarmActions]];
605
- var AlarmModelSummary = [3, n0, _AMS, 0, [_cTr, _aMD, _aMN], [4, 0, 0]];
606
- var AlarmModelVersionSummary = [
604
+ var AlarmEventActions$ = [3, n0, _AEA, 0, [_aA], [() => AlarmActions]];
605
+ var AlarmModelSummary$ = [3, n0, _AMS, 0, [_cTr, _aMD, _aMN], [4, 0, 0]];
606
+ var AlarmModelVersionSummary$ = [
607
607
  3,
608
608
  n0,
609
609
  _AMVS,
@@ -611,9 +611,9 @@ var AlarmModelVersionSummary = [
611
611
  [_aMN, _aMA, _aMV, _rA, _cTr, _lUT, _st, _sM],
612
612
  [0, 0, 0, 0, 4, 4, 0, 0],
613
613
  ];
614
- var AlarmNotification = [3, n0, _AN, 0, [_nA], [() => NotificationActions]];
615
- var AlarmRule = [3, n0, _AR, 0, [_sR], [() => SimpleRule]];
616
- var AnalysisResult = [
614
+ var AlarmNotification$ = [3, n0, _AN, 0, [_nA], [() => NotificationActions]];
615
+ var AlarmRule$ = [3, n0, _AR, 0, [_sR], [() => SimpleRule$]];
616
+ var AnalysisResult$ = [
617
617
  3,
618
618
  n0,
619
619
  _ARn,
@@ -621,20 +621,20 @@ var AnalysisResult = [
621
621
  [_t, _le, _m, _lo],
622
622
  [0, 0, 0, () => AnalysisResultLocations],
623
623
  ];
624
- var AnalysisResultLocation = [3, n0, _ARL, 0, [_p], [0]];
625
- var AssetPropertyTimestamp = [3, n0, _APT, 0, [_tIS, _oIN], [0, 0]];
626
- var AssetPropertyValue = [
624
+ var AnalysisResultLocation$ = [3, n0, _ARL, 0, [_p], [0]];
625
+ var AssetPropertyTimestamp$ = [3, n0, _APT, 0, [_tIS, _oIN], [0, 0]];
626
+ var AssetPropertyValue$ = [
627
627
  3,
628
628
  n0,
629
629
  _APV,
630
630
  0,
631
631
  [_v, _ti, _q],
632
- [() => AssetPropertyVariant, () => AssetPropertyTimestamp, 0],
632
+ [() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0],
633
633
  ];
634
- var AssetPropertyVariant = [3, n0, _APVs, 0, [_sVt, _iV, _dV, _bV], [0, 0, 0, 0]];
635
- var Attribute = [3, n0, _At, 0, [_jP], [0]];
636
- var ClearTimerAction = [3, n0, _CTA, 0, [_tN], [0]];
637
- var CreateAlarmModelRequest = [
634
+ var AssetPropertyVariant$ = [3, n0, _APVs, 0, [_sVt, _iV, _dV, _bV], [0, 0, 0, 0]];
635
+ var Attribute$ = [3, n0, _At, 0, [_jP], [0]];
636
+ var ClearTimerAction$ = [3, n0, _CTA, 0, [_tN], [0]];
637
+ var CreateAlarmModelRequest$ = [
638
638
  3,
639
639
  n0,
640
640
  _CAMR,
@@ -647,13 +647,13 @@ var CreateAlarmModelRequest = [
647
647
  () => Tags,
648
648
  0,
649
649
  1,
650
- () => AlarmRule,
651
- () => AlarmNotification,
652
- () => AlarmEventActions,
653
- () => AlarmCapabilities,
650
+ () => AlarmRule$,
651
+ () => AlarmNotification$,
652
+ () => AlarmEventActions$,
653
+ () => AlarmCapabilities$,
654
654
  ],
655
655
  ];
656
- var CreateAlarmModelResponse = [
656
+ var CreateAlarmModelResponse$ = [
657
657
  3,
658
658
  n0,
659
659
  _CAMRr,
@@ -661,38 +661,38 @@ var CreateAlarmModelResponse = [
661
661
  [_cTr, _aMA, _aMV, _lUT, _st],
662
662
  [4, 0, 0, 4, 0],
663
663
  ];
664
- var CreateDetectorModelRequest = [
664
+ var CreateDetectorModelRequest$ = [
665
665
  3,
666
666
  n0,
667
667
  _CDMR,
668
668
  0,
669
669
  [_dMN, _dMD, _dMDe, _k, _rA, _ta, _eM],
670
- [0, () => DetectorModelDefinition, 0, 0, 0, () => Tags, 0],
670
+ [0, () => DetectorModelDefinition$, 0, 0, 0, () => Tags, 0],
671
671
  ];
672
- var CreateDetectorModelResponse = [
672
+ var CreateDetectorModelResponse$ = [
673
673
  3,
674
674
  n0,
675
675
  _CDMRr,
676
676
  0,
677
677
  [_dMC],
678
- [() => DetectorModelConfiguration],
678
+ [() => DetectorModelConfiguration$],
679
679
  ];
680
- var CreateInputRequest = [
680
+ var CreateInputRequest$ = [
681
681
  3,
682
682
  n0,
683
683
  _CIR,
684
684
  0,
685
685
  [_iN, _iD, _iDn, _ta],
686
- [0, 0, () => InputDefinition, () => Tags],
687
- ];
688
- var CreateInputResponse = [3, n0, _CIRr, 0, [_iCn], [() => InputConfiguration]];
689
- var DeleteAlarmModelRequest = [3, n0, _DAMR, 0, [_aMN], [[0, 1]]];
690
- var DeleteAlarmModelResponse = [3, n0, _DAMRe, 0, [], []];
691
- var DeleteDetectorModelRequest = [3, n0, _DDMR, 0, [_dMN], [[0, 1]]];
692
- var DeleteDetectorModelResponse = [3, n0, _DDMRe, 0, [], []];
693
- var DeleteInputRequest = [3, n0, _DIR, 0, [_iN], [[0, 1]]];
694
- var DeleteInputResponse = [3, n0, _DIRe, 0, [], []];
695
- var DescribeAlarmModelRequest = [
686
+ [0, 0, () => InputDefinition$, () => Tags],
687
+ ];
688
+ var CreateInputResponse$ = [3, n0, _CIRr, 0, [_iCn], [() => InputConfiguration$]];
689
+ var DeleteAlarmModelRequest$ = [3, n0, _DAMR, 0, [_aMN], [[0, 1]]];
690
+ var DeleteAlarmModelResponse$ = [3, n0, _DAMRe, 0, [], []];
691
+ var DeleteDetectorModelRequest$ = [3, n0, _DDMR, 0, [_dMN], [[0, 1]]];
692
+ var DeleteDetectorModelResponse$ = [3, n0, _DDMRe, 0, [], []];
693
+ var DeleteInputRequest$ = [3, n0, _DIR, 0, [_iN], [[0, 1]]];
694
+ var DeleteInputResponse$ = [3, n0, _DIRe, 0, [], []];
695
+ var DescribeAlarmModelRequest$ = [
696
696
  3,
697
697
  n0,
698
698
  _DAMRes,
@@ -703,7 +703,7 @@ var DescribeAlarmModelRequest = [
703
703
  [0, { [_hQ]: _ve }],
704
704
  ],
705
705
  ];
706
- var DescribeAlarmModelResponse = [
706
+ var DescribeAlarmModelResponse$ = [
707
707
  3,
708
708
  n0,
709
709
  _DAMResc,
@@ -721,15 +721,15 @@ var DescribeAlarmModelResponse = [
721
721
  0,
722
722
  0,
723
723
  1,
724
- () => AlarmRule,
725
- () => AlarmNotification,
726
- () => AlarmEventActions,
727
- () => AlarmCapabilities,
724
+ () => AlarmRule$,
725
+ () => AlarmNotification$,
726
+ () => AlarmEventActions$,
727
+ () => AlarmCapabilities$,
728
728
  ],
729
729
  ];
730
- var DescribeDetectorModelAnalysisRequest = [3, n0, _DDMAR, 0, [_aI], [[0, 1]]];
731
- var DescribeDetectorModelAnalysisResponse = [3, n0, _DDMARe, 0, [_st], [0]];
732
- var DescribeDetectorModelRequest = [
730
+ var DescribeDetectorModelAnalysisRequest$ = [3, n0, _DDMAR, 0, [_aI], [[0, 1]]];
731
+ var DescribeDetectorModelAnalysisResponse$ = [3, n0, _DDMARe, 0, [_st], [0]];
732
+ var DescribeDetectorModelRequest$ = [
733
733
  3,
734
734
  n0,
735
735
  _DDMRes,
@@ -740,21 +740,21 @@ var DescribeDetectorModelRequest = [
740
740
  [0, { [_hQ]: _ve }],
741
741
  ],
742
742
  ];
743
- var DescribeDetectorModelResponse = [3, n0, _DDMResc, 0, [_dM], [() => DetectorModel]];
744
- var DescribeInputRequest = [3, n0, _DIRes, 0, [_iN], [[0, 1]]];
745
- var DescribeInputResponse = [3, n0, _DIResc, 0, [_i], [() => Input]];
746
- var DescribeLoggingOptionsRequest = [3, n0, _DLOR, 0, [], []];
747
- var DescribeLoggingOptionsResponse = [3, n0, _DLORe, 0, [_lO], [() => LoggingOptions]];
748
- var DetectorDebugOption = [3, n0, _DDO, 0, [_dMN, _kV], [0, 0]];
749
- var DetectorModel = [
743
+ var DescribeDetectorModelResponse$ = [3, n0, _DDMResc, 0, [_dM], [() => DetectorModel$]];
744
+ var DescribeInputRequest$ = [3, n0, _DIRes, 0, [_iN], [[0, 1]]];
745
+ var DescribeInputResponse$ = [3, n0, _DIResc, 0, [_i], [() => Input$]];
746
+ var DescribeLoggingOptionsRequest$ = [3, n0, _DLOR, 0, [], []];
747
+ var DescribeLoggingOptionsResponse$ = [3, n0, _DLORe, 0, [_lO], [() => LoggingOptions$]];
748
+ var DetectorDebugOption$ = [3, n0, _DDO, 0, [_dMN, _kV], [0, 0]];
749
+ var DetectorModel$ = [
750
750
  3,
751
751
  n0,
752
752
  _DM,
753
753
  0,
754
754
  [_dMD, _dMC],
755
- [() => DetectorModelDefinition, () => DetectorModelConfiguration],
755
+ [() => DetectorModelDefinition$, () => DetectorModelConfiguration$],
756
756
  ];
757
- var DetectorModelConfiguration = [
757
+ var DetectorModelConfiguration$ = [
758
758
  3,
759
759
  n0,
760
760
  _DMC,
@@ -762,9 +762,9 @@ var DetectorModelConfiguration = [
762
762
  [_dMN, _dMV, _dMDe, _dMA, _rA, _cTr, _lUT, _st, _k, _eM],
763
763
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0],
764
764
  ];
765
- var DetectorModelDefinition = [3, n0, _DMD, 0, [_sta, _iSN], [() => States, 0]];
766
- var DetectorModelSummary = [3, n0, _DMS, 0, [_dMN, _dMDe, _cTr], [0, 0, 4]];
767
- var DetectorModelVersionSummary = [
765
+ var DetectorModelDefinition$ = [3, n0, _DMD, 0, [_sta, _iSN], [() => States, 0]];
766
+ var DetectorModelSummary$ = [3, n0, _DMS, 0, [_dMN, _dMDe, _cTr], [0, 0, 4]];
767
+ var DetectorModelVersionSummary$ = [
768
768
  3,
769
769
  n0,
770
770
  _DMVS,
@@ -772,28 +772,28 @@ var DetectorModelVersionSummary = [
772
772
  [_dMN, _dMV, _dMA, _rA, _cTr, _lUT, _st, _eM],
773
773
  [0, 0, 0, 0, 4, 4, 0, 0],
774
774
  ];
775
- var DynamoDBAction = [
775
+ var DynamoDBAction$ = [
776
776
  3,
777
777
  n0,
778
778
  _DDBA,
779
779
  0,
780
780
  [_hKT, _hKF, _hKV, _rKT, _rKF, _rKV, _o, _pF, _tNa, _pa],
781
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Payload],
781
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Payload$],
782
782
  ];
783
- var DynamoDBv2Action = [3, n0, _DDBAy, 0, [_tNa, _pa], [0, () => Payload]];
784
- var EmailConfiguration = [
783
+ var DynamoDBv2Action$ = [3, n0, _DDBAy, 0, [_tNa, _pa], [0, () => Payload$]];
784
+ var EmailConfiguration$ = [
785
785
  3,
786
786
  n0,
787
787
  _EC,
788
788
  0,
789
789
  [_fr, _c, _r],
790
- [0, () => EmailContent, () => EmailRecipients],
790
+ [0, () => EmailContent$, () => EmailRecipients$],
791
791
  ];
792
- var EmailContent = [3, n0, _ECm, 0, [_su, _aM], [0, 0]];
793
- var EmailRecipients = [3, n0, _ER, 0, [_to], [() => RecipientDetails]];
794
- var Event = [3, n0, _E, 0, [_eN, _co, _a], [0, 0, () => Actions]];
795
- var FirehoseAction = [3, n0, _FA, 0, [_dSN, _sep, _pa], [0, 0, () => Payload]];
796
- var GetDetectorModelAnalysisResultsRequest = [
792
+ var EmailContent$ = [3, n0, _ECm, 0, [_su, _aM], [0, 0]];
793
+ var EmailRecipients$ = [3, n0, _ER, 0, [_to], [() => RecipientDetails]];
794
+ var Event$ = [3, n0, _E, 0, [_eN, _co, _a], [0, 0, () => Actions]];
795
+ var FirehoseAction$ = [3, n0, _FA, 0, [_dSN, _sep, _pa], [0, 0, () => Payload$]];
796
+ var GetDetectorModelAnalysisResultsRequest$ = [
797
797
  3,
798
798
  n0,
799
799
  _GDMARR,
@@ -805,7 +805,7 @@ var GetDetectorModelAnalysisResultsRequest = [
805
805
  [1, { [_hQ]: _mR }],
806
806
  ],
807
807
  ];
808
- var GetDetectorModelAnalysisResultsResponse = [
808
+ var GetDetectorModelAnalysisResultsResponse$ = [
809
809
  3,
810
810
  n0,
811
811
  _GDMARRe,
@@ -813,16 +813,16 @@ var GetDetectorModelAnalysisResultsResponse = [
813
813
  [_aRn, _nT],
814
814
  [() => AnalysisResults, 0],
815
815
  ];
816
- var InitializationConfiguration = [3, n0, _IC, 0, [_dOI], [2]];
817
- var Input = [
816
+ var InitializationConfiguration$ = [3, n0, _IC, 0, [_dOI], [2]];
817
+ var Input$ = [
818
818
  3,
819
819
  n0,
820
820
  _I,
821
821
  0,
822
822
  [_iCn, _iDn],
823
- [() => InputConfiguration, () => InputDefinition],
823
+ [() => InputConfiguration$, () => InputDefinition$],
824
824
  ];
825
- var InputConfiguration = [
825
+ var InputConfiguration$ = [
826
826
  3,
827
827
  n0,
828
828
  _ICn,
@@ -830,44 +830,44 @@ var InputConfiguration = [
830
830
  [_iN, _iD, _iA, _cTr, _lUT, _st],
831
831
  [0, 0, 0, 4, 4, 0],
832
832
  ];
833
- var InputDefinition = [3, n0, _ID, 0, [_at], [() => Attributes]];
834
- var InputIdentifier = [
833
+ var InputDefinition$ = [3, n0, _ID, 0, [_at], [() => Attributes]];
834
+ var InputIdentifier$ = [
835
835
  3,
836
836
  n0,
837
837
  _II,
838
838
  0,
839
839
  [_iEII, _iSWII],
840
- [() => IotEventsInputIdentifier, () => IotSiteWiseInputIdentifier],
841
- ];
842
- var InputSummary = [3, n0, _IS, 0, [_iN, _iD, _iA, _cTr, _lUT, _st], [0, 0, 0, 4, 4, 0]];
843
- var InternalFailureException = [-3, n0, _IFE, { [_er]: _ser, [_hE]: 500 }, [_m], [0]];
844
- schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
845
- var InvalidRequestException = [-3, n0, _IRE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
846
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
847
- var IotEventsAction = [3, n0, _IEA, 0, [_iN, _pa], [0, () => Payload]];
848
- var IotEventsInputIdentifier = [3, n0, _IEII, 0, [_iN], [0]];
849
- var IotSiteWiseAction = [
840
+ [() => IotEventsInputIdentifier$, () => IotSiteWiseInputIdentifier$],
841
+ ];
842
+ var InputSummary$ = [3, n0, _IS, 0, [_iN, _iD, _iA, _cTr, _lUT, _st], [0, 0, 0, 4, 4, 0]];
843
+ var InternalFailureException$ = [-3, n0, _IFE, { [_er]: _ser, [_hE]: 500 }, [_m], [0]];
844
+ schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
845
+ var InvalidRequestException$ = [-3, n0, _IRE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
846
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
847
+ var IotEventsAction$ = [3, n0, _IEA, 0, [_iN, _pa], [0, () => Payload$]];
848
+ var IotEventsInputIdentifier$ = [3, n0, _IEII, 0, [_iN], [0]];
849
+ var IotSiteWiseAction$ = [
850
850
  3,
851
851
  n0,
852
852
  _ISWA,
853
853
  0,
854
854
  [_eI, _aIs, _pI, _pA, _pV],
855
- [0, 0, 0, 0, () => AssetPropertyValue],
855
+ [0, 0, 0, 0, () => AssetPropertyValue$],
856
856
  ];
857
- var IotSiteWiseAssetModelPropertyIdentifier = [3, n0, _ISWAMPI, 0, [_aMI, _pI], [0, 0]];
858
- var IotSiteWiseInputIdentifier = [
857
+ var IotSiteWiseAssetModelPropertyIdentifier$ = [3, n0, _ISWAMPI, 0, [_aMI, _pI], [0, 0]];
858
+ var IotSiteWiseInputIdentifier$ = [
859
859
  3,
860
860
  n0,
861
861
  _ISWII,
862
862
  0,
863
863
  [_iSWAMPI],
864
- [() => IotSiteWiseAssetModelPropertyIdentifier],
864
+ [() => IotSiteWiseAssetModelPropertyIdentifier$],
865
865
  ];
866
- var IotTopicPublishAction = [3, n0, _ITPA, 0, [_mT, _pa], [0, () => Payload]];
867
- var LambdaAction = [3, n0, _LA, 0, [_fA, _pa], [0, () => Payload]];
868
- var LimitExceededException = [-3, n0, _LEE, { [_er]: _cl, [_hE]: 410 }, [_m], [0]];
869
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
870
- var ListAlarmModelsRequest = [
866
+ var IotTopicPublishAction$ = [3, n0, _ITPA, 0, [_mT, _pa], [0, () => Payload$]];
867
+ var LambdaAction$ = [3, n0, _LA, 0, [_fA, _pa], [0, () => Payload$]];
868
+ var LimitExceededException$ = [-3, n0, _LEE, { [_er]: _cl, [_hE]: 410 }, [_m], [0]];
869
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
870
+ var ListAlarmModelsRequest$ = [
871
871
  3,
872
872
  n0,
873
873
  _LAMR,
@@ -878,7 +878,7 @@ var ListAlarmModelsRequest = [
878
878
  [1, { [_hQ]: _mR }],
879
879
  ],
880
880
  ];
881
- var ListAlarmModelsResponse = [
881
+ var ListAlarmModelsResponse$ = [
882
882
  3,
883
883
  n0,
884
884
  _LAMRi,
@@ -886,7 +886,7 @@ var ListAlarmModelsResponse = [
886
886
  [_aMS, _nT],
887
887
  [() => AlarmModelSummaries, 0],
888
888
  ];
889
- var ListAlarmModelVersionsRequest = [
889
+ var ListAlarmModelVersionsRequest$ = [
890
890
  3,
891
891
  n0,
892
892
  _LAMVR,
@@ -898,7 +898,7 @@ var ListAlarmModelVersionsRequest = [
898
898
  [1, { [_hQ]: _mR }],
899
899
  ],
900
900
  ];
901
- var ListAlarmModelVersionsResponse = [
901
+ var ListAlarmModelVersionsResponse$ = [
902
902
  3,
903
903
  n0,
904
904
  _LAMVRi,
@@ -906,7 +906,7 @@ var ListAlarmModelVersionsResponse = [
906
906
  [_aMVS, _nT],
907
907
  [() => AlarmModelVersionSummaries, 0],
908
908
  ];
909
- var ListDetectorModelsRequest = [
909
+ var ListDetectorModelsRequest$ = [
910
910
  3,
911
911
  n0,
912
912
  _LDMR,
@@ -917,7 +917,7 @@ var ListDetectorModelsRequest = [
917
917
  [1, { [_hQ]: _mR }],
918
918
  ],
919
919
  ];
920
- var ListDetectorModelsResponse = [
920
+ var ListDetectorModelsResponse$ = [
921
921
  3,
922
922
  n0,
923
923
  _LDMRi,
@@ -925,7 +925,7 @@ var ListDetectorModelsResponse = [
925
925
  [_dMS, _nT],
926
926
  [() => DetectorModelSummaries, 0],
927
927
  ];
928
- var ListDetectorModelVersionsRequest = [
928
+ var ListDetectorModelVersionsRequest$ = [
929
929
  3,
930
930
  n0,
931
931
  _LDMVR,
@@ -937,7 +937,7 @@ var ListDetectorModelVersionsRequest = [
937
937
  [1, { [_hQ]: _mR }],
938
938
  ],
939
939
  ];
940
- var ListDetectorModelVersionsResponse = [
940
+ var ListDetectorModelVersionsResponse$ = [
941
941
  3,
942
942
  n0,
943
943
  _LDMVRi,
@@ -945,15 +945,15 @@ var ListDetectorModelVersionsResponse = [
945
945
  [_dMVS, _nT],
946
946
  [() => DetectorModelVersionSummaries, 0],
947
947
  ];
948
- var ListInputRoutingsRequest = [
948
+ var ListInputRoutingsRequest$ = [
949
949
  3,
950
950
  n0,
951
951
  _LIRR,
952
952
  0,
953
953
  [_iI, _mR, _nT],
954
- [() => InputIdentifier, 1, 0],
954
+ [() => InputIdentifier$, 1, 0],
955
955
  ];
956
- var ListInputRoutingsResponse = [
956
+ var ListInputRoutingsResponse$ = [
957
957
  3,
958
958
  n0,
959
959
  _LIRRi,
@@ -961,7 +961,7 @@ var ListInputRoutingsResponse = [
961
961
  [_rR, _nT],
962
962
  [() => RoutedResources, 0],
963
963
  ];
964
- var ListInputsRequest = [
964
+ var ListInputsRequest$ = [
965
965
  3,
966
966
  n0,
967
967
  _LIR,
@@ -972,10 +972,10 @@ var ListInputsRequest = [
972
972
  [1, { [_hQ]: _mR }],
973
973
  ],
974
974
  ];
975
- var ListInputsResponse = [3, n0, _LIRi, 0, [_iS, _nT], [() => InputSummaries, 0]];
976
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, { [_hQ]: _rAe }]]];
977
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
978
- var LoggingOptions = [
975
+ var ListInputsResponse$ = [3, n0, _LIRi, 0, [_iS, _nT], [() => InputSummaries, 0]];
976
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, { [_hQ]: _rAe }]]];
977
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
978
+ var LoggingOptions$ = [
979
979
  3,
980
980
  n0,
981
981
  _LO,
@@ -983,18 +983,18 @@ var LoggingOptions = [
983
983
  [_rA, _le, _e, _dDO],
984
984
  [0, 0, 2, () => DetectorDebugOptions],
985
985
  ];
986
- var NotificationAction = [
986
+ var NotificationAction$ = [
987
987
  3,
988
988
  n0,
989
989
  _NA,
990
990
  0,
991
991
  [_ac, _sC, _eC],
992
- [() => NotificationTargetActions, () => SMSConfigurations, () => EmailConfigurations],
992
+ [() => NotificationTargetActions$, () => SMSConfigurations, () => EmailConfigurations],
993
993
  ];
994
- var NotificationTargetActions = [3, n0, _NTA, 0, [_lA], [() => LambdaAction]];
995
- var OnEnterLifecycle = [3, n0, _OEL, 0, [_ev], [() => Events]];
996
- var OnExitLifecycle = [3, n0, _OELn, 0, [_ev], [() => Events]];
997
- var OnInputLifecycle = [
994
+ var NotificationTargetActions$ = [3, n0, _NTA, 0, [_lA], [() => LambdaAction$]];
995
+ var OnEnterLifecycle$ = [3, n0, _OEL, 0, [_ev], [() => Events]];
996
+ var OnExitLifecycle$ = [3, n0, _OELn, 0, [_ev], [() => Events]];
997
+ var OnInputLifecycle$ = [
998
998
  3,
999
999
  n0,
1000
1000
  _OIL,
@@ -1002,11 +1002,11 @@ var OnInputLifecycle = [
1002
1002
  [_ev, _tE],
1003
1003
  [() => Events, () => TransitionEvents],
1004
1004
  ];
1005
- var Payload = [3, n0, _P, 0, [_cE, _t], [0, 0]];
1006
- var PutLoggingOptionsRequest = [3, n0, _PLOR, 0, [_lO], [() => LoggingOptions]];
1007
- var RecipientDetail = [3, n0, _RD, 0, [_sI], [() => SSOIdentity]];
1008
- var ResetTimerAction = [3, n0, _RTA, 0, [_tN], [0]];
1009
- var ResourceAlreadyExistsException = [
1005
+ var Payload$ = [3, n0, _P, 0, [_cE, _t], [0, 0]];
1006
+ var PutLoggingOptionsRequest$ = [3, n0, _PLOR, 0, [_lO], [() => LoggingOptions$]];
1007
+ var RecipientDetail$ = [3, n0, _RD, 0, [_sI], [() => SSOIdentity$]];
1008
+ var ResetTimerAction$ = [3, n0, _RTA, 0, [_tN], [0]];
1009
+ var ResourceAlreadyExistsException$ = [
1010
1010
  -3,
1011
1011
  n0,
1012
1012
  _RAEE,
@@ -1014,40 +1014,47 @@ var ResourceAlreadyExistsException = [
1014
1014
  [_m, _rI, _rAe],
1015
1015
  [0, 0, 0],
1016
1016
  ];
1017
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1018
- var ResourceInUseException = [-3, n0, _RIUE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
1019
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1020
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
1021
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1022
- var RoutedResource = [3, n0, _RR, 0, [_n, _ar], [0, 0]];
1023
- var ServiceUnavailableException = [-3, n0, _SUE, { [_er]: _ser, [_hE]: 503 }, [_m], [0]];
1024
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
1025
- var SetTimerAction = [3, n0, _STA, 0, [_tN, _sec, _dE], [0, 1, 0]];
1026
- var SetVariableAction = [3, n0, _SVA, 0, [_vN, _v], [0, 0]];
1027
- var SimpleRule = [3, n0, _SR, 0, [_iP, _cO, _th], [0, 0, 0]];
1028
- var SMSConfiguration = [3, n0, _SMSC, 0, [_sIe, _aM, _r], [0, 0, () => RecipientDetails]];
1029
- var SNSTopicPublishAction = [3, n0, _SNSTPA, 0, [_tA, _pa], [0, () => Payload]];
1030
- var SqsAction = [3, n0, _SA, 0, [_qU, _uB, _pa], [0, 2, () => Payload]];
1031
- var SSOIdentity = [3, n0, _SSOI, 0, [_iSI, _uI], [0, 0]];
1032
- var StartDetectorModelAnalysisRequest = [
1017
+ schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1018
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
1019
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1020
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
1021
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1022
+ var RoutedResource$ = [3, n0, _RR, 0, [_n, _ar], [0, 0]];
1023
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_er]: _ser, [_hE]: 503 }, [_m], [0]];
1024
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1025
+ var SetTimerAction$ = [3, n0, _STA, 0, [_tN, _sec, _dE], [0, 1, 0]];
1026
+ var SetVariableAction$ = [3, n0, _SVA, 0, [_vN, _v], [0, 0]];
1027
+ var SimpleRule$ = [3, n0, _SR, 0, [_iP, _cO, _th], [0, 0, 0]];
1028
+ var SMSConfiguration$ = [
1029
+ 3,
1030
+ n0,
1031
+ _SMSC,
1032
+ 0,
1033
+ [_sIe, _aM, _r],
1034
+ [0, 0, () => RecipientDetails],
1035
+ ];
1036
+ var SNSTopicPublishAction$ = [3, n0, _SNSTPA, 0, [_tA, _pa], [0, () => Payload$]];
1037
+ var SqsAction$ = [3, n0, _SA, 0, [_qU, _uB, _pa], [0, 2, () => Payload$]];
1038
+ var SSOIdentity$ = [3, n0, _SSOI, 0, [_iSI, _uI], [0, 0]];
1039
+ var StartDetectorModelAnalysisRequest$ = [
1033
1040
  3,
1034
1041
  n0,
1035
1042
  _SDMAR,
1036
1043
  0,
1037
1044
  [_dMD],
1038
- [() => DetectorModelDefinition],
1045
+ [() => DetectorModelDefinition$],
1039
1046
  ];
1040
- var StartDetectorModelAnalysisResponse = [3, n0, _SDMARt, 0, [_aI], [0]];
1041
- var State = [
1047
+ var StartDetectorModelAnalysisResponse$ = [3, n0, _SDMARt, 0, [_aI], [0]];
1048
+ var State$ = [
1042
1049
  3,
1043
1050
  n0,
1044
1051
  _S,
1045
1052
  0,
1046
1053
  [_sN, _oI, _oE, _oEn],
1047
- [0, () => OnInputLifecycle, () => OnEnterLifecycle, () => OnExitLifecycle],
1054
+ [0, () => OnInputLifecycle$, () => OnEnterLifecycle$, () => OnExitLifecycle$],
1048
1055
  ];
1049
- var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
1050
- var TagResourceRequest = [
1056
+ var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
1057
+ var TagResourceRequest$ = [
1051
1058
  3,
1052
1059
  n0,
1053
1060
  _TRR,
@@ -1055,13 +1062,13 @@ var TagResourceRequest = [
1055
1062
  [_rAe, _ta],
1056
1063
  [[0, { [_hQ]: _rAe }], () => Tags],
1057
1064
  ];
1058
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1059
- var ThrottlingException = [-3, n0, _TE, { [_er]: _cl, [_hE]: 429 }, [_m], [0]];
1060
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1061
- var TransitionEvent = [3, n0, _TEr, 0, [_eN, _co, _a, _nS], [0, 0, () => Actions, 0]];
1062
- var UnsupportedOperationException = [-3, n0, _UOE, { [_er]: _ser, [_hE]: 501 }, [_m], [0]];
1063
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
1064
- var UntagResourceRequest = [
1065
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1066
+ var ThrottlingException$ = [-3, n0, _TE, { [_er]: _cl, [_hE]: 429 }, [_m], [0]];
1067
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1068
+ var TransitionEvent$ = [3, n0, _TEr, 0, [_eN, _co, _a, _nS], [0, 0, () => Actions, 0]];
1069
+ var UnsupportedOperationException$ = [-3, n0, _UOE, { [_er]: _ser, [_hE]: 501 }, [_m], [0]];
1070
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
1071
+ var UntagResourceRequest$ = [
1065
1072
  3,
1066
1073
  n0,
1067
1074
  _URR,
@@ -1072,16 +1079,16 @@ var UntagResourceRequest = [
1072
1079
  [64 | 0, { [_hQ]: _tK }],
1073
1080
  ],
1074
1081
  ];
1075
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1076
- var UpdateAlarmModelRequest = [
1082
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1083
+ var UpdateAlarmModelRequest$ = [
1077
1084
  3,
1078
1085
  n0,
1079
1086
  _UAMR,
1080
1087
  0,
1081
1088
  [_aMN, _aMD, _rA, _se, _aR, _aN, _aEA, _aC],
1082
- [[0, 1], 0, 0, 1, () => AlarmRule, () => AlarmNotification, () => AlarmEventActions, () => AlarmCapabilities],
1089
+ [[0, 1], 0, 0, 1, () => AlarmRule$, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$],
1083
1090
  ];
1084
- var UpdateAlarmModelResponse = [
1091
+ var UpdateAlarmModelResponse$ = [
1085
1092
  3,
1086
1093
  n0,
1087
1094
  _UAMRp,
@@ -1089,261 +1096,261 @@ var UpdateAlarmModelResponse = [
1089
1096
  [_cTr, _aMA, _aMV, _lUT, _st],
1090
1097
  [4, 0, 0, 4, 0],
1091
1098
  ];
1092
- var UpdateDetectorModelRequest = [
1099
+ var UpdateDetectorModelRequest$ = [
1093
1100
  3,
1094
1101
  n0,
1095
1102
  _UDMR,
1096
1103
  0,
1097
1104
  [_dMN, _dMD, _dMDe, _rA, _eM],
1098
- [[0, 1], () => DetectorModelDefinition, 0, 0, 0],
1105
+ [[0, 1], () => DetectorModelDefinition$, 0, 0, 0],
1099
1106
  ];
1100
- var UpdateDetectorModelResponse = [
1107
+ var UpdateDetectorModelResponse$ = [
1101
1108
  3,
1102
1109
  n0,
1103
1110
  _UDMRp,
1104
1111
  0,
1105
1112
  [_dMC],
1106
- [() => DetectorModelConfiguration],
1113
+ [() => DetectorModelConfiguration$],
1107
1114
  ];
1108
- var UpdateInputRequest = [
1115
+ var UpdateInputRequest$ = [
1109
1116
  3,
1110
1117
  n0,
1111
1118
  _UIR,
1112
1119
  0,
1113
1120
  [_iN, _iD, _iDn],
1114
- [[0, 1], 0, () => InputDefinition],
1121
+ [[0, 1], 0, () => InputDefinition$],
1115
1122
  ];
1116
- var UpdateInputResponse = [3, n0, _UIRp, 0, [_iCn], [() => InputConfiguration]];
1123
+ var UpdateInputResponse$ = [3, n0, _UIRp, 0, [_iCn], [() => InputConfiguration$]];
1117
1124
  var __Unit = "unit";
1118
- var IoTEventsServiceException = [-3, _sm, "IoTEventsServiceException", 0, [], []];
1119
- schema.TypeRegistry.for(_sm).registerError(IoTEventsServiceException, IoTEventsServiceException$1);
1120
- var Actions = [1, n0, _Ac, 0, () => Action];
1121
- var AlarmActions = [1, n0, _AAl, 0, () => AlarmAction];
1122
- var AlarmModelSummaries = [1, n0, _AMSl, 0, () => AlarmModelSummary];
1123
- var AlarmModelVersionSummaries = [1, n0, _AMVSl, 0, () => AlarmModelVersionSummary];
1124
- var AnalysisResultLocations = [1, n0, _ARLn, 0, () => AnalysisResultLocation];
1125
- var AnalysisResults = [1, n0, _ARna, 0, () => AnalysisResult];
1126
- var Attributes = [1, n0, _Att, 0, () => Attribute];
1127
- var DetectorDebugOptions = [1, n0, _DDOe, 0, () => DetectorDebugOption];
1128
- var DetectorModelSummaries = [1, n0, _DMSe, 0, () => DetectorModelSummary];
1129
- var DetectorModelVersionSummaries = [1, n0, _DMVSe, 0, () => DetectorModelVersionSummary];
1130
- var EmailConfigurations = [1, n0, _ECma, 0, () => EmailConfiguration];
1131
- var Events = [1, n0, _Ev, 0, () => Event];
1132
- var InputSummaries = [1, n0, _ISn, 0, () => InputSummary];
1133
- var NotificationActions = [1, n0, _NAo, 0, () => NotificationAction];
1134
- var RecipientDetails = [1, n0, _RDe, 0, () => RecipientDetail];
1135
- var RoutedResources = [1, n0, _RRo, 0, () => RoutedResource];
1136
- var SMSConfigurations = [1, n0, _SMSCo, 0, () => SMSConfiguration];
1137
- var States = [1, n0, _St, 0, () => State];
1138
- var Tags = [1, n0, _Ta, 0, () => Tag];
1139
- var TransitionEvents = [1, n0, _TEra, 0, () => TransitionEvent];
1140
- var CreateAlarmModel = [
1125
+ var IoTEventsServiceException$ = [-3, _sm, "IoTEventsServiceException", 0, [], []];
1126
+ schema.TypeRegistry.for(_sm).registerError(IoTEventsServiceException$, IoTEventsServiceException);
1127
+ var Actions = [1, n0, _Ac, 0, () => Action$];
1128
+ var AlarmActions = [1, n0, _AAl, 0, () => AlarmAction$];
1129
+ var AlarmModelSummaries = [1, n0, _AMSl, 0, () => AlarmModelSummary$];
1130
+ var AlarmModelVersionSummaries = [1, n0, _AMVSl, 0, () => AlarmModelVersionSummary$];
1131
+ var AnalysisResultLocations = [1, n0, _ARLn, 0, () => AnalysisResultLocation$];
1132
+ var AnalysisResults = [1, n0, _ARna, 0, () => AnalysisResult$];
1133
+ var Attributes = [1, n0, _Att, 0, () => Attribute$];
1134
+ var DetectorDebugOptions = [1, n0, _DDOe, 0, () => DetectorDebugOption$];
1135
+ var DetectorModelSummaries = [1, n0, _DMSe, 0, () => DetectorModelSummary$];
1136
+ var DetectorModelVersionSummaries = [1, n0, _DMVSe, 0, () => DetectorModelVersionSummary$];
1137
+ var EmailConfigurations = [1, n0, _ECma, 0, () => EmailConfiguration$];
1138
+ var Events = [1, n0, _Ev, 0, () => Event$];
1139
+ var InputSummaries = [1, n0, _ISn, 0, () => InputSummary$];
1140
+ var NotificationActions = [1, n0, _NAo, 0, () => NotificationAction$];
1141
+ var RecipientDetails = [1, n0, _RDe, 0, () => RecipientDetail$];
1142
+ var RoutedResources = [1, n0, _RRo, 0, () => RoutedResource$];
1143
+ var SMSConfigurations = [1, n0, _SMSCo, 0, () => SMSConfiguration$];
1144
+ var States = [1, n0, _St, 0, () => State$];
1145
+ var Tags = [1, n0, _Ta, 0, () => Tag$];
1146
+ var TransitionEvents = [1, n0, _TEra, 0, () => TransitionEvent$];
1147
+ var CreateAlarmModel$ = [
1141
1148
  9,
1142
1149
  n0,
1143
1150
  _CAM,
1144
1151
  { [_h]: ["POST", "/alarm-models", 200] },
1145
- () => CreateAlarmModelRequest,
1146
- () => CreateAlarmModelResponse,
1152
+ () => CreateAlarmModelRequest$,
1153
+ () => CreateAlarmModelResponse$,
1147
1154
  ];
1148
- var CreateDetectorModel = [
1155
+ var CreateDetectorModel$ = [
1149
1156
  9,
1150
1157
  n0,
1151
1158
  _CDM,
1152
1159
  { [_h]: ["POST", "/detector-models", 200] },
1153
- () => CreateDetectorModelRequest,
1154
- () => CreateDetectorModelResponse,
1160
+ () => CreateDetectorModelRequest$,
1161
+ () => CreateDetectorModelResponse$,
1155
1162
  ];
1156
- var CreateInput = [
1163
+ var CreateInput$ = [
1157
1164
  9,
1158
1165
  n0,
1159
1166
  _CI,
1160
1167
  { [_h]: ["POST", "/inputs", 201] },
1161
- () => CreateInputRequest,
1162
- () => CreateInputResponse,
1168
+ () => CreateInputRequest$,
1169
+ () => CreateInputResponse$,
1163
1170
  ];
1164
- var DeleteAlarmModel = [
1171
+ var DeleteAlarmModel$ = [
1165
1172
  9,
1166
1173
  n0,
1167
1174
  _DAM,
1168
1175
  { [_h]: ["DELETE", "/alarm-models/{alarmModelName}", 204] },
1169
- () => DeleteAlarmModelRequest,
1170
- () => DeleteAlarmModelResponse,
1176
+ () => DeleteAlarmModelRequest$,
1177
+ () => DeleteAlarmModelResponse$,
1171
1178
  ];
1172
- var DeleteDetectorModel = [
1179
+ var DeleteDetectorModel$ = [
1173
1180
  9,
1174
1181
  n0,
1175
1182
  _DDM,
1176
1183
  { [_h]: ["DELETE", "/detector-models/{detectorModelName}", 204] },
1177
- () => DeleteDetectorModelRequest,
1178
- () => DeleteDetectorModelResponse,
1184
+ () => DeleteDetectorModelRequest$,
1185
+ () => DeleteDetectorModelResponse$,
1179
1186
  ];
1180
- var DeleteInput = [
1187
+ var DeleteInput$ = [
1181
1188
  9,
1182
1189
  n0,
1183
1190
  _DI,
1184
1191
  { [_h]: ["DELETE", "/inputs/{inputName}", 200] },
1185
- () => DeleteInputRequest,
1186
- () => DeleteInputResponse,
1192
+ () => DeleteInputRequest$,
1193
+ () => DeleteInputResponse$,
1187
1194
  ];
1188
- var DescribeAlarmModel = [
1195
+ var DescribeAlarmModel$ = [
1189
1196
  9,
1190
1197
  n0,
1191
1198
  _DAMe,
1192
1199
  { [_h]: ["GET", "/alarm-models/{alarmModelName}", 200] },
1193
- () => DescribeAlarmModelRequest,
1194
- () => DescribeAlarmModelResponse,
1200
+ () => DescribeAlarmModelRequest$,
1201
+ () => DescribeAlarmModelResponse$,
1195
1202
  ];
1196
- var DescribeDetectorModel = [
1203
+ var DescribeDetectorModel$ = [
1197
1204
  9,
1198
1205
  n0,
1199
1206
  _DDMe,
1200
1207
  { [_h]: ["GET", "/detector-models/{detectorModelName}", 200] },
1201
- () => DescribeDetectorModelRequest,
1202
- () => DescribeDetectorModelResponse,
1208
+ () => DescribeDetectorModelRequest$,
1209
+ () => DescribeDetectorModelResponse$,
1203
1210
  ];
1204
- var DescribeDetectorModelAnalysis = [
1211
+ var DescribeDetectorModelAnalysis$ = [
1205
1212
  9,
1206
1213
  n0,
1207
1214
  _DDMA,
1208
1215
  { [_h]: ["GET", "/analysis/detector-models/{analysisId}", 200] },
1209
- () => DescribeDetectorModelAnalysisRequest,
1210
- () => DescribeDetectorModelAnalysisResponse,
1216
+ () => DescribeDetectorModelAnalysisRequest$,
1217
+ () => DescribeDetectorModelAnalysisResponse$,
1211
1218
  ];
1212
- var DescribeInput = [
1219
+ var DescribeInput$ = [
1213
1220
  9,
1214
1221
  n0,
1215
1222
  _DIe,
1216
1223
  { [_h]: ["GET", "/inputs/{inputName}", 200] },
1217
- () => DescribeInputRequest,
1218
- () => DescribeInputResponse,
1224
+ () => DescribeInputRequest$,
1225
+ () => DescribeInputResponse$,
1219
1226
  ];
1220
- var DescribeLoggingOptions = [
1227
+ var DescribeLoggingOptions$ = [
1221
1228
  9,
1222
1229
  n0,
1223
1230
  _DLO,
1224
1231
  { [_h]: ["GET", "/logging", 200] },
1225
- () => DescribeLoggingOptionsRequest,
1226
- () => DescribeLoggingOptionsResponse,
1232
+ () => DescribeLoggingOptionsRequest$,
1233
+ () => DescribeLoggingOptionsResponse$,
1227
1234
  ];
1228
- var GetDetectorModelAnalysisResults = [
1235
+ var GetDetectorModelAnalysisResults$ = [
1229
1236
  9,
1230
1237
  n0,
1231
1238
  _GDMAR,
1232
1239
  { [_h]: ["GET", "/analysis/detector-models/{analysisId}/results", 200] },
1233
- () => GetDetectorModelAnalysisResultsRequest,
1234
- () => GetDetectorModelAnalysisResultsResponse,
1240
+ () => GetDetectorModelAnalysisResultsRequest$,
1241
+ () => GetDetectorModelAnalysisResultsResponse$,
1235
1242
  ];
1236
- var ListAlarmModels = [
1243
+ var ListAlarmModels$ = [
1237
1244
  9,
1238
1245
  n0,
1239
1246
  _LAM,
1240
1247
  { [_h]: ["GET", "/alarm-models", 200] },
1241
- () => ListAlarmModelsRequest,
1242
- () => ListAlarmModelsResponse,
1248
+ () => ListAlarmModelsRequest$,
1249
+ () => ListAlarmModelsResponse$,
1243
1250
  ];
1244
- var ListAlarmModelVersions = [
1251
+ var ListAlarmModelVersions$ = [
1245
1252
  9,
1246
1253
  n0,
1247
1254
  _LAMV,
1248
1255
  { [_h]: ["GET", "/alarm-models/{alarmModelName}/versions", 200] },
1249
- () => ListAlarmModelVersionsRequest,
1250
- () => ListAlarmModelVersionsResponse,
1256
+ () => ListAlarmModelVersionsRequest$,
1257
+ () => ListAlarmModelVersionsResponse$,
1251
1258
  ];
1252
- var ListDetectorModels = [
1259
+ var ListDetectorModels$ = [
1253
1260
  9,
1254
1261
  n0,
1255
1262
  _LDM,
1256
1263
  { [_h]: ["GET", "/detector-models", 200] },
1257
- () => ListDetectorModelsRequest,
1258
- () => ListDetectorModelsResponse,
1264
+ () => ListDetectorModelsRequest$,
1265
+ () => ListDetectorModelsResponse$,
1259
1266
  ];
1260
- var ListDetectorModelVersions = [
1267
+ var ListDetectorModelVersions$ = [
1261
1268
  9,
1262
1269
  n0,
1263
1270
  _LDMV,
1264
1271
  { [_h]: ["GET", "/detector-models/{detectorModelName}/versions", 200] },
1265
- () => ListDetectorModelVersionsRequest,
1266
- () => ListDetectorModelVersionsResponse,
1272
+ () => ListDetectorModelVersionsRequest$,
1273
+ () => ListDetectorModelVersionsResponse$,
1267
1274
  ];
1268
- var ListInputRoutings = [
1275
+ var ListInputRoutings$ = [
1269
1276
  9,
1270
1277
  n0,
1271
1278
  _LIRis,
1272
1279
  { [_h]: ["POST", "/input-routings", 200] },
1273
- () => ListInputRoutingsRequest,
1274
- () => ListInputRoutingsResponse,
1280
+ () => ListInputRoutingsRequest$,
1281
+ () => ListInputRoutingsResponse$,
1275
1282
  ];
1276
- var ListInputs = [
1283
+ var ListInputs$ = [
1277
1284
  9,
1278
1285
  n0,
1279
1286
  _LI,
1280
1287
  { [_h]: ["GET", "/inputs", 200] },
1281
- () => ListInputsRequest,
1282
- () => ListInputsResponse,
1288
+ () => ListInputsRequest$,
1289
+ () => ListInputsResponse$,
1283
1290
  ];
1284
- var ListTagsForResource = [
1291
+ var ListTagsForResource$ = [
1285
1292
  9,
1286
1293
  n0,
1287
1294
  _LTFR,
1288
1295
  { [_h]: ["GET", "/tags", 200] },
1289
- () => ListTagsForResourceRequest,
1290
- () => ListTagsForResourceResponse,
1296
+ () => ListTagsForResourceRequest$,
1297
+ () => ListTagsForResourceResponse$,
1291
1298
  ];
1292
- var PutLoggingOptions = [
1299
+ var PutLoggingOptions$ = [
1293
1300
  9,
1294
1301
  n0,
1295
1302
  _PLO,
1296
1303
  { [_h]: ["PUT", "/logging", 200] },
1297
- () => PutLoggingOptionsRequest,
1304
+ () => PutLoggingOptionsRequest$,
1298
1305
  () => __Unit,
1299
1306
  ];
1300
- var StartDetectorModelAnalysis = [
1307
+ var StartDetectorModelAnalysis$ = [
1301
1308
  9,
1302
1309
  n0,
1303
1310
  _SDMA,
1304
1311
  { [_h]: ["POST", "/analysis/detector-models", 200] },
1305
- () => StartDetectorModelAnalysisRequest,
1306
- () => StartDetectorModelAnalysisResponse,
1312
+ () => StartDetectorModelAnalysisRequest$,
1313
+ () => StartDetectorModelAnalysisResponse$,
1307
1314
  ];
1308
- var TagResource = [
1315
+ var TagResource$ = [
1309
1316
  9,
1310
1317
  n0,
1311
1318
  _TR,
1312
1319
  { [_h]: ["POST", "/tags", 200] },
1313
- () => TagResourceRequest,
1314
- () => TagResourceResponse,
1320
+ () => TagResourceRequest$,
1321
+ () => TagResourceResponse$,
1315
1322
  ];
1316
- var UntagResource = [
1323
+ var UntagResource$ = [
1317
1324
  9,
1318
1325
  n0,
1319
1326
  _UR,
1320
1327
  { [_h]: ["DELETE", "/tags", 200] },
1321
- () => UntagResourceRequest,
1322
- () => UntagResourceResponse,
1328
+ () => UntagResourceRequest$,
1329
+ () => UntagResourceResponse$,
1323
1330
  ];
1324
- var UpdateAlarmModel = [
1331
+ var UpdateAlarmModel$ = [
1325
1332
  9,
1326
1333
  n0,
1327
1334
  _UAM,
1328
1335
  { [_h]: ["POST", "/alarm-models/{alarmModelName}", 200] },
1329
- () => UpdateAlarmModelRequest,
1330
- () => UpdateAlarmModelResponse,
1336
+ () => UpdateAlarmModelRequest$,
1337
+ () => UpdateAlarmModelResponse$,
1331
1338
  ];
1332
- var UpdateDetectorModel = [
1339
+ var UpdateDetectorModel$ = [
1333
1340
  9,
1334
1341
  n0,
1335
1342
  _UDM,
1336
1343
  { [_h]: ["POST", "/detector-models/{detectorModelName}", 200] },
1337
- () => UpdateDetectorModelRequest,
1338
- () => UpdateDetectorModelResponse,
1344
+ () => UpdateDetectorModelRequest$,
1345
+ () => UpdateDetectorModelResponse$,
1339
1346
  ];
1340
- var UpdateInput = [
1347
+ var UpdateInput$ = [
1341
1348
  9,
1342
1349
  n0,
1343
1350
  _UI,
1344
1351
  { [_h]: ["PUT", "/inputs/{inputName}", 200] },
1345
- () => UpdateInputRequest,
1346
- () => UpdateInputResponse,
1352
+ () => UpdateInputRequest$,
1353
+ () => UpdateInputResponse$,
1347
1354
  ];
1348
1355
 
1349
1356
  class CreateAlarmModelCommand extends smithyClient.Command
@@ -1354,7 +1361,7 @@ class CreateAlarmModelCommand extends smithyClient.Command
1354
1361
  })
1355
1362
  .s("IotColumboService", "CreateAlarmModel", {})
1356
1363
  .n("IoTEventsClient", "CreateAlarmModelCommand")
1357
- .sc(CreateAlarmModel)
1364
+ .sc(CreateAlarmModel$)
1358
1365
  .build() {
1359
1366
  }
1360
1367
 
@@ -1366,7 +1373,7 @@ class CreateDetectorModelCommand extends smithyClient.Command
1366
1373
  })
1367
1374
  .s("IotColumboService", "CreateDetectorModel", {})
1368
1375
  .n("IoTEventsClient", "CreateDetectorModelCommand")
1369
- .sc(CreateDetectorModel)
1376
+ .sc(CreateDetectorModel$)
1370
1377
  .build() {
1371
1378
  }
1372
1379
 
@@ -1378,7 +1385,7 @@ class CreateInputCommand extends smithyClient.Command
1378
1385
  })
1379
1386
  .s("IotColumboService", "CreateInput", {})
1380
1387
  .n("IoTEventsClient", "CreateInputCommand")
1381
- .sc(CreateInput)
1388
+ .sc(CreateInput$)
1382
1389
  .build() {
1383
1390
  }
1384
1391
 
@@ -1390,7 +1397,7 @@ class DeleteAlarmModelCommand extends smithyClient.Command
1390
1397
  })
1391
1398
  .s("IotColumboService", "DeleteAlarmModel", {})
1392
1399
  .n("IoTEventsClient", "DeleteAlarmModelCommand")
1393
- .sc(DeleteAlarmModel)
1400
+ .sc(DeleteAlarmModel$)
1394
1401
  .build() {
1395
1402
  }
1396
1403
 
@@ -1402,7 +1409,7 @@ class DeleteDetectorModelCommand extends smithyClient.Command
1402
1409
  })
1403
1410
  .s("IotColumboService", "DeleteDetectorModel", {})
1404
1411
  .n("IoTEventsClient", "DeleteDetectorModelCommand")
1405
- .sc(DeleteDetectorModel)
1412
+ .sc(DeleteDetectorModel$)
1406
1413
  .build() {
1407
1414
  }
1408
1415
 
@@ -1414,7 +1421,7 @@ class DeleteInputCommand extends smithyClient.Command
1414
1421
  })
1415
1422
  .s("IotColumboService", "DeleteInput", {})
1416
1423
  .n("IoTEventsClient", "DeleteInputCommand")
1417
- .sc(DeleteInput)
1424
+ .sc(DeleteInput$)
1418
1425
  .build() {
1419
1426
  }
1420
1427
 
@@ -1426,7 +1433,7 @@ class DescribeAlarmModelCommand extends smithyClient.Command
1426
1433
  })
1427
1434
  .s("IotColumboService", "DescribeAlarmModel", {})
1428
1435
  .n("IoTEventsClient", "DescribeAlarmModelCommand")
1429
- .sc(DescribeAlarmModel)
1436
+ .sc(DescribeAlarmModel$)
1430
1437
  .build() {
1431
1438
  }
1432
1439
 
@@ -1438,7 +1445,7 @@ class DescribeDetectorModelAnalysisCommand extends smithyClient.Command
1438
1445
  })
1439
1446
  .s("IotColumboService", "DescribeDetectorModelAnalysis", {})
1440
1447
  .n("IoTEventsClient", "DescribeDetectorModelAnalysisCommand")
1441
- .sc(DescribeDetectorModelAnalysis)
1448
+ .sc(DescribeDetectorModelAnalysis$)
1442
1449
  .build() {
1443
1450
  }
1444
1451
 
@@ -1450,7 +1457,7 @@ class DescribeDetectorModelCommand extends smithyClient.Command
1450
1457
  })
1451
1458
  .s("IotColumboService", "DescribeDetectorModel", {})
1452
1459
  .n("IoTEventsClient", "DescribeDetectorModelCommand")
1453
- .sc(DescribeDetectorModel)
1460
+ .sc(DescribeDetectorModel$)
1454
1461
  .build() {
1455
1462
  }
1456
1463
 
@@ -1462,7 +1469,7 @@ class DescribeInputCommand extends smithyClient.Command
1462
1469
  })
1463
1470
  .s("IotColumboService", "DescribeInput", {})
1464
1471
  .n("IoTEventsClient", "DescribeInputCommand")
1465
- .sc(DescribeInput)
1472
+ .sc(DescribeInput$)
1466
1473
  .build() {
1467
1474
  }
1468
1475
 
@@ -1474,7 +1481,7 @@ class DescribeLoggingOptionsCommand extends smithyClient.Command
1474
1481
  })
1475
1482
  .s("IotColumboService", "DescribeLoggingOptions", {})
1476
1483
  .n("IoTEventsClient", "DescribeLoggingOptionsCommand")
1477
- .sc(DescribeLoggingOptions)
1484
+ .sc(DescribeLoggingOptions$)
1478
1485
  .build() {
1479
1486
  }
1480
1487
 
@@ -1486,7 +1493,7 @@ class GetDetectorModelAnalysisResultsCommand extends smithyClient.Command
1486
1493
  })
1487
1494
  .s("IotColumboService", "GetDetectorModelAnalysisResults", {})
1488
1495
  .n("IoTEventsClient", "GetDetectorModelAnalysisResultsCommand")
1489
- .sc(GetDetectorModelAnalysisResults)
1496
+ .sc(GetDetectorModelAnalysisResults$)
1490
1497
  .build() {
1491
1498
  }
1492
1499
 
@@ -1498,7 +1505,7 @@ class ListAlarmModelsCommand extends smithyClient.Command
1498
1505
  })
1499
1506
  .s("IotColumboService", "ListAlarmModels", {})
1500
1507
  .n("IoTEventsClient", "ListAlarmModelsCommand")
1501
- .sc(ListAlarmModels)
1508
+ .sc(ListAlarmModels$)
1502
1509
  .build() {
1503
1510
  }
1504
1511
 
@@ -1510,7 +1517,7 @@ class ListAlarmModelVersionsCommand extends smithyClient.Command
1510
1517
  })
1511
1518
  .s("IotColumboService", "ListAlarmModelVersions", {})
1512
1519
  .n("IoTEventsClient", "ListAlarmModelVersionsCommand")
1513
- .sc(ListAlarmModelVersions)
1520
+ .sc(ListAlarmModelVersions$)
1514
1521
  .build() {
1515
1522
  }
1516
1523
 
@@ -1522,7 +1529,7 @@ class ListDetectorModelsCommand extends smithyClient.Command
1522
1529
  })
1523
1530
  .s("IotColumboService", "ListDetectorModels", {})
1524
1531
  .n("IoTEventsClient", "ListDetectorModelsCommand")
1525
- .sc(ListDetectorModels)
1532
+ .sc(ListDetectorModels$)
1526
1533
  .build() {
1527
1534
  }
1528
1535
 
@@ -1534,7 +1541,7 @@ class ListDetectorModelVersionsCommand extends smithyClient.Command
1534
1541
  })
1535
1542
  .s("IotColumboService", "ListDetectorModelVersions", {})
1536
1543
  .n("IoTEventsClient", "ListDetectorModelVersionsCommand")
1537
- .sc(ListDetectorModelVersions)
1544
+ .sc(ListDetectorModelVersions$)
1538
1545
  .build() {
1539
1546
  }
1540
1547
 
@@ -1546,7 +1553,7 @@ class ListInputRoutingsCommand extends smithyClient.Command
1546
1553
  })
1547
1554
  .s("IotColumboService", "ListInputRoutings", {})
1548
1555
  .n("IoTEventsClient", "ListInputRoutingsCommand")
1549
- .sc(ListInputRoutings)
1556
+ .sc(ListInputRoutings$)
1550
1557
  .build() {
1551
1558
  }
1552
1559
 
@@ -1558,7 +1565,7 @@ class ListInputsCommand extends smithyClient.Command
1558
1565
  })
1559
1566
  .s("IotColumboService", "ListInputs", {})
1560
1567
  .n("IoTEventsClient", "ListInputsCommand")
1561
- .sc(ListInputs)
1568
+ .sc(ListInputs$)
1562
1569
  .build() {
1563
1570
  }
1564
1571
 
@@ -1570,7 +1577,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1570
1577
  })
1571
1578
  .s("IotColumboService", "ListTagsForResource", {})
1572
1579
  .n("IoTEventsClient", "ListTagsForResourceCommand")
1573
- .sc(ListTagsForResource)
1580
+ .sc(ListTagsForResource$)
1574
1581
  .build() {
1575
1582
  }
1576
1583
 
@@ -1582,7 +1589,7 @@ class PutLoggingOptionsCommand extends smithyClient.Command
1582
1589
  })
1583
1590
  .s("IotColumboService", "PutLoggingOptions", {})
1584
1591
  .n("IoTEventsClient", "PutLoggingOptionsCommand")
1585
- .sc(PutLoggingOptions)
1592
+ .sc(PutLoggingOptions$)
1586
1593
  .build() {
1587
1594
  }
1588
1595
 
@@ -1594,7 +1601,7 @@ class StartDetectorModelAnalysisCommand extends smithyClient.Command
1594
1601
  })
1595
1602
  .s("IotColumboService", "StartDetectorModelAnalysis", {})
1596
1603
  .n("IoTEventsClient", "StartDetectorModelAnalysisCommand")
1597
- .sc(StartDetectorModelAnalysis)
1604
+ .sc(StartDetectorModelAnalysis$)
1598
1605
  .build() {
1599
1606
  }
1600
1607
 
@@ -1606,7 +1613,7 @@ class TagResourceCommand extends smithyClient.Command
1606
1613
  })
1607
1614
  .s("IotColumboService", "TagResource", {})
1608
1615
  .n("IoTEventsClient", "TagResourceCommand")
1609
- .sc(TagResource)
1616
+ .sc(TagResource$)
1610
1617
  .build() {
1611
1618
  }
1612
1619
 
@@ -1618,7 +1625,7 @@ class UntagResourceCommand extends smithyClient.Command
1618
1625
  })
1619
1626
  .s("IotColumboService", "UntagResource", {})
1620
1627
  .n("IoTEventsClient", "UntagResourceCommand")
1621
- .sc(UntagResource)
1628
+ .sc(UntagResource$)
1622
1629
  .build() {
1623
1630
  }
1624
1631
 
@@ -1630,7 +1637,7 @@ class UpdateAlarmModelCommand extends smithyClient.Command
1630
1637
  })
1631
1638
  .s("IotColumboService", "UpdateAlarmModel", {})
1632
1639
  .n("IoTEventsClient", "UpdateAlarmModelCommand")
1633
- .sc(UpdateAlarmModel)
1640
+ .sc(UpdateAlarmModel$)
1634
1641
  .build() {
1635
1642
  }
1636
1643
 
@@ -1642,7 +1649,7 @@ class UpdateDetectorModelCommand extends smithyClient.Command
1642
1649
  })
1643
1650
  .s("IotColumboService", "UpdateDetectorModel", {})
1644
1651
  .n("IoTEventsClient", "UpdateDetectorModelCommand")
1645
- .sc(UpdateDetectorModel)
1652
+ .sc(UpdateDetectorModel$)
1646
1653
  .build() {
1647
1654
  }
1648
1655
 
@@ -1654,7 +1661,7 @@ class UpdateInputCommand extends smithyClient.Command
1654
1661
  })
1655
1662
  .s("IotColumboService", "UpdateInput", {})
1656
1663
  .n("IoTEventsClient", "UpdateInputCommand")
1657
- .sc(UpdateInput)
1664
+ .sc(UpdateInput$)
1658
1665
  .build() {
1659
1666
  }
1660
1667
 
@@ -1751,50 +1758,199 @@ Object.defineProperty(exports, "__Client", {
1751
1758
  enumerable: true,
1752
1759
  get: function () { return smithyClient.Client; }
1753
1760
  });
1761
+ exports.AcknowledgeFlow$ = AcknowledgeFlow$;
1762
+ exports.Action$ = Action$;
1763
+ exports.AlarmAction$ = AlarmAction$;
1764
+ exports.AlarmCapabilities$ = AlarmCapabilities$;
1765
+ exports.AlarmEventActions$ = AlarmEventActions$;
1766
+ exports.AlarmModelSummary$ = AlarmModelSummary$;
1754
1767
  exports.AlarmModelVersionStatus = AlarmModelVersionStatus;
1768
+ exports.AlarmModelVersionSummary$ = AlarmModelVersionSummary$;
1769
+ exports.AlarmNotification$ = AlarmNotification$;
1770
+ exports.AlarmRule$ = AlarmRule$;
1771
+ exports.AnalysisResult$ = AnalysisResult$;
1755
1772
  exports.AnalysisResultLevel = AnalysisResultLevel;
1773
+ exports.AnalysisResultLocation$ = AnalysisResultLocation$;
1756
1774
  exports.AnalysisStatus = AnalysisStatus;
1775
+ exports.AssetPropertyTimestamp$ = AssetPropertyTimestamp$;
1776
+ exports.AssetPropertyValue$ = AssetPropertyValue$;
1777
+ exports.AssetPropertyVariant$ = AssetPropertyVariant$;
1778
+ exports.Attribute$ = Attribute$;
1779
+ exports.ClearTimerAction$ = ClearTimerAction$;
1757
1780
  exports.ComparisonOperator = ComparisonOperator;
1781
+ exports.CreateAlarmModel$ = CreateAlarmModel$;
1758
1782
  exports.CreateAlarmModelCommand = CreateAlarmModelCommand;
1783
+ exports.CreateAlarmModelRequest$ = CreateAlarmModelRequest$;
1784
+ exports.CreateAlarmModelResponse$ = CreateAlarmModelResponse$;
1785
+ exports.CreateDetectorModel$ = CreateDetectorModel$;
1759
1786
  exports.CreateDetectorModelCommand = CreateDetectorModelCommand;
1787
+ exports.CreateDetectorModelRequest$ = CreateDetectorModelRequest$;
1788
+ exports.CreateDetectorModelResponse$ = CreateDetectorModelResponse$;
1789
+ exports.CreateInput$ = CreateInput$;
1760
1790
  exports.CreateInputCommand = CreateInputCommand;
1791
+ exports.CreateInputRequest$ = CreateInputRequest$;
1792
+ exports.CreateInputResponse$ = CreateInputResponse$;
1793
+ exports.DeleteAlarmModel$ = DeleteAlarmModel$;
1761
1794
  exports.DeleteAlarmModelCommand = DeleteAlarmModelCommand;
1795
+ exports.DeleteAlarmModelRequest$ = DeleteAlarmModelRequest$;
1796
+ exports.DeleteAlarmModelResponse$ = DeleteAlarmModelResponse$;
1797
+ exports.DeleteDetectorModel$ = DeleteDetectorModel$;
1762
1798
  exports.DeleteDetectorModelCommand = DeleteDetectorModelCommand;
1799
+ exports.DeleteDetectorModelRequest$ = DeleteDetectorModelRequest$;
1800
+ exports.DeleteDetectorModelResponse$ = DeleteDetectorModelResponse$;
1801
+ exports.DeleteInput$ = DeleteInput$;
1763
1802
  exports.DeleteInputCommand = DeleteInputCommand;
1803
+ exports.DeleteInputRequest$ = DeleteInputRequest$;
1804
+ exports.DeleteInputResponse$ = DeleteInputResponse$;
1805
+ exports.DescribeAlarmModel$ = DescribeAlarmModel$;
1764
1806
  exports.DescribeAlarmModelCommand = DescribeAlarmModelCommand;
1807
+ exports.DescribeAlarmModelRequest$ = DescribeAlarmModelRequest$;
1808
+ exports.DescribeAlarmModelResponse$ = DescribeAlarmModelResponse$;
1809
+ exports.DescribeDetectorModel$ = DescribeDetectorModel$;
1810
+ exports.DescribeDetectorModelAnalysis$ = DescribeDetectorModelAnalysis$;
1765
1811
  exports.DescribeDetectorModelAnalysisCommand = DescribeDetectorModelAnalysisCommand;
1812
+ exports.DescribeDetectorModelAnalysisRequest$ = DescribeDetectorModelAnalysisRequest$;
1813
+ exports.DescribeDetectorModelAnalysisResponse$ = DescribeDetectorModelAnalysisResponse$;
1766
1814
  exports.DescribeDetectorModelCommand = DescribeDetectorModelCommand;
1815
+ exports.DescribeDetectorModelRequest$ = DescribeDetectorModelRequest$;
1816
+ exports.DescribeDetectorModelResponse$ = DescribeDetectorModelResponse$;
1817
+ exports.DescribeInput$ = DescribeInput$;
1767
1818
  exports.DescribeInputCommand = DescribeInputCommand;
1819
+ exports.DescribeInputRequest$ = DescribeInputRequest$;
1820
+ exports.DescribeInputResponse$ = DescribeInputResponse$;
1821
+ exports.DescribeLoggingOptions$ = DescribeLoggingOptions$;
1768
1822
  exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
1823
+ exports.DescribeLoggingOptionsRequest$ = DescribeLoggingOptionsRequest$;
1824
+ exports.DescribeLoggingOptionsResponse$ = DescribeLoggingOptionsResponse$;
1825
+ exports.DetectorDebugOption$ = DetectorDebugOption$;
1826
+ exports.DetectorModel$ = DetectorModel$;
1827
+ exports.DetectorModelConfiguration$ = DetectorModelConfiguration$;
1828
+ exports.DetectorModelDefinition$ = DetectorModelDefinition$;
1829
+ exports.DetectorModelSummary$ = DetectorModelSummary$;
1769
1830
  exports.DetectorModelVersionStatus = DetectorModelVersionStatus;
1831
+ exports.DetectorModelVersionSummary$ = DetectorModelVersionSummary$;
1832
+ exports.DynamoDBAction$ = DynamoDBAction$;
1833
+ exports.DynamoDBv2Action$ = DynamoDBv2Action$;
1834
+ exports.EmailConfiguration$ = EmailConfiguration$;
1835
+ exports.EmailContent$ = EmailContent$;
1836
+ exports.EmailRecipients$ = EmailRecipients$;
1770
1837
  exports.EvaluationMethod = EvaluationMethod;
1838
+ exports.Event$ = Event$;
1839
+ exports.FirehoseAction$ = FirehoseAction$;
1840
+ exports.GetDetectorModelAnalysisResults$ = GetDetectorModelAnalysisResults$;
1771
1841
  exports.GetDetectorModelAnalysisResultsCommand = GetDetectorModelAnalysisResultsCommand;
1842
+ exports.GetDetectorModelAnalysisResultsRequest$ = GetDetectorModelAnalysisResultsRequest$;
1843
+ exports.GetDetectorModelAnalysisResultsResponse$ = GetDetectorModelAnalysisResultsResponse$;
1844
+ exports.InitializationConfiguration$ = InitializationConfiguration$;
1845
+ exports.Input$ = Input$;
1846
+ exports.InputConfiguration$ = InputConfiguration$;
1847
+ exports.InputDefinition$ = InputDefinition$;
1848
+ exports.InputIdentifier$ = InputIdentifier$;
1772
1849
  exports.InputStatus = InputStatus;
1773
- exports.InternalFailureException = InternalFailureException$1;
1774
- exports.InvalidRequestException = InvalidRequestException$1;
1850
+ exports.InputSummary$ = InputSummary$;
1851
+ exports.InternalFailureException = InternalFailureException;
1852
+ exports.InternalFailureException$ = InternalFailureException$;
1853
+ exports.InvalidRequestException = InvalidRequestException;
1854
+ exports.InvalidRequestException$ = InvalidRequestException$;
1775
1855
  exports.IoTEvents = IoTEvents;
1776
1856
  exports.IoTEventsClient = IoTEventsClient;
1777
- exports.IoTEventsServiceException = IoTEventsServiceException$1;
1778
- exports.LimitExceededException = LimitExceededException$1;
1857
+ exports.IoTEventsServiceException = IoTEventsServiceException;
1858
+ exports.IoTEventsServiceException$ = IoTEventsServiceException$;
1859
+ exports.IotEventsAction$ = IotEventsAction$;
1860
+ exports.IotEventsInputIdentifier$ = IotEventsInputIdentifier$;
1861
+ exports.IotSiteWiseAction$ = IotSiteWiseAction$;
1862
+ exports.IotSiteWiseAssetModelPropertyIdentifier$ = IotSiteWiseAssetModelPropertyIdentifier$;
1863
+ exports.IotSiteWiseInputIdentifier$ = IotSiteWiseInputIdentifier$;
1864
+ exports.IotTopicPublishAction$ = IotTopicPublishAction$;
1865
+ exports.LambdaAction$ = LambdaAction$;
1866
+ exports.LimitExceededException = LimitExceededException;
1867
+ exports.LimitExceededException$ = LimitExceededException$;
1868
+ exports.ListAlarmModelVersions$ = ListAlarmModelVersions$;
1779
1869
  exports.ListAlarmModelVersionsCommand = ListAlarmModelVersionsCommand;
1870
+ exports.ListAlarmModelVersionsRequest$ = ListAlarmModelVersionsRequest$;
1871
+ exports.ListAlarmModelVersionsResponse$ = ListAlarmModelVersionsResponse$;
1872
+ exports.ListAlarmModels$ = ListAlarmModels$;
1780
1873
  exports.ListAlarmModelsCommand = ListAlarmModelsCommand;
1874
+ exports.ListAlarmModelsRequest$ = ListAlarmModelsRequest$;
1875
+ exports.ListAlarmModelsResponse$ = ListAlarmModelsResponse$;
1876
+ exports.ListDetectorModelVersions$ = ListDetectorModelVersions$;
1781
1877
  exports.ListDetectorModelVersionsCommand = ListDetectorModelVersionsCommand;
1878
+ exports.ListDetectorModelVersionsRequest$ = ListDetectorModelVersionsRequest$;
1879
+ exports.ListDetectorModelVersionsResponse$ = ListDetectorModelVersionsResponse$;
1880
+ exports.ListDetectorModels$ = ListDetectorModels$;
1782
1881
  exports.ListDetectorModelsCommand = ListDetectorModelsCommand;
1882
+ exports.ListDetectorModelsRequest$ = ListDetectorModelsRequest$;
1883
+ exports.ListDetectorModelsResponse$ = ListDetectorModelsResponse$;
1884
+ exports.ListInputRoutings$ = ListInputRoutings$;
1783
1885
  exports.ListInputRoutingsCommand = ListInputRoutingsCommand;
1886
+ exports.ListInputRoutingsRequest$ = ListInputRoutingsRequest$;
1887
+ exports.ListInputRoutingsResponse$ = ListInputRoutingsResponse$;
1888
+ exports.ListInputs$ = ListInputs$;
1784
1889
  exports.ListInputsCommand = ListInputsCommand;
1890
+ exports.ListInputsRequest$ = ListInputsRequest$;
1891
+ exports.ListInputsResponse$ = ListInputsResponse$;
1892
+ exports.ListTagsForResource$ = ListTagsForResource$;
1785
1893
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1894
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1895
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1786
1896
  exports.LoggingLevel = LoggingLevel;
1897
+ exports.LoggingOptions$ = LoggingOptions$;
1898
+ exports.NotificationAction$ = NotificationAction$;
1899
+ exports.NotificationTargetActions$ = NotificationTargetActions$;
1900
+ exports.OnEnterLifecycle$ = OnEnterLifecycle$;
1901
+ exports.OnExitLifecycle$ = OnExitLifecycle$;
1902
+ exports.OnInputLifecycle$ = OnInputLifecycle$;
1903
+ exports.Payload$ = Payload$;
1787
1904
  exports.PayloadType = PayloadType;
1905
+ exports.PutLoggingOptions$ = PutLoggingOptions$;
1788
1906
  exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;
1789
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException$1;
1790
- exports.ResourceInUseException = ResourceInUseException$1;
1791
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1792
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
1907
+ exports.PutLoggingOptionsRequest$ = PutLoggingOptionsRequest$;
1908
+ exports.RecipientDetail$ = RecipientDetail$;
1909
+ exports.ResetTimerAction$ = ResetTimerAction$;
1910
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
1911
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
1912
+ exports.ResourceInUseException = ResourceInUseException;
1913
+ exports.ResourceInUseException$ = ResourceInUseException$;
1914
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1915
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1916
+ exports.RoutedResource$ = RoutedResource$;
1917
+ exports.SMSConfiguration$ = SMSConfiguration$;
1918
+ exports.SNSTopicPublishAction$ = SNSTopicPublishAction$;
1919
+ exports.SSOIdentity$ = SSOIdentity$;
1920
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1921
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1922
+ exports.SetTimerAction$ = SetTimerAction$;
1923
+ exports.SetVariableAction$ = SetVariableAction$;
1924
+ exports.SimpleRule$ = SimpleRule$;
1925
+ exports.SqsAction$ = SqsAction$;
1926
+ exports.StartDetectorModelAnalysis$ = StartDetectorModelAnalysis$;
1793
1927
  exports.StartDetectorModelAnalysisCommand = StartDetectorModelAnalysisCommand;
1928
+ exports.StartDetectorModelAnalysisRequest$ = StartDetectorModelAnalysisRequest$;
1929
+ exports.StartDetectorModelAnalysisResponse$ = StartDetectorModelAnalysisResponse$;
1930
+ exports.State$ = State$;
1931
+ exports.Tag$ = Tag$;
1932
+ exports.TagResource$ = TagResource$;
1794
1933
  exports.TagResourceCommand = TagResourceCommand;
1795
- exports.ThrottlingException = ThrottlingException$1;
1796
- exports.UnsupportedOperationException = UnsupportedOperationException$1;
1934
+ exports.TagResourceRequest$ = TagResourceRequest$;
1935
+ exports.TagResourceResponse$ = TagResourceResponse$;
1936
+ exports.ThrottlingException = ThrottlingException;
1937
+ exports.ThrottlingException$ = ThrottlingException$;
1938
+ exports.TransitionEvent$ = TransitionEvent$;
1939
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1940
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1941
+ exports.UntagResource$ = UntagResource$;
1797
1942
  exports.UntagResourceCommand = UntagResourceCommand;
1943
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1944
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1945
+ exports.UpdateAlarmModel$ = UpdateAlarmModel$;
1798
1946
  exports.UpdateAlarmModelCommand = UpdateAlarmModelCommand;
1947
+ exports.UpdateAlarmModelRequest$ = UpdateAlarmModelRequest$;
1948
+ exports.UpdateAlarmModelResponse$ = UpdateAlarmModelResponse$;
1949
+ exports.UpdateDetectorModel$ = UpdateDetectorModel$;
1799
1950
  exports.UpdateDetectorModelCommand = UpdateDetectorModelCommand;
1951
+ exports.UpdateDetectorModelRequest$ = UpdateDetectorModelRequest$;
1952
+ exports.UpdateDetectorModelResponse$ = UpdateDetectorModelResponse$;
1953
+ exports.UpdateInput$ = UpdateInput$;
1800
1954
  exports.UpdateInputCommand = UpdateInputCommand;
1955
+ exports.UpdateInputRequest$ = UpdateInputRequest$;
1956
+ exports.UpdateInputResponse$ = UpdateInputResponse$;