@aws-sdk/client-iot-events 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var IoTEventsServiceException = require('./models/IoTEventsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1209 +113,6 @@ class IoTEventsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class IoTEventsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, IoTEventsServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalFailureException extends IoTEventsServiceException {
121
- name = "InternalFailureException";
122
- $fault = "server";
123
- constructor(opts) {
124
- super({
125
- name: "InternalFailureException",
126
- $fault: "server",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, InternalFailureException.prototype);
130
- }
131
- }
132
- class InvalidRequestException extends IoTEventsServiceException {
133
- name = "InvalidRequestException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "InvalidRequestException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
142
- }
143
- }
144
- class LimitExceededException extends IoTEventsServiceException {
145
- name = "LimitExceededException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "LimitExceededException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, LimitExceededException.prototype);
154
- }
155
- }
156
- class ResourceAlreadyExistsException extends IoTEventsServiceException {
157
- name = "ResourceAlreadyExistsException";
158
- $fault = "client";
159
- resourceId;
160
- resourceArn;
161
- constructor(opts) {
162
- super({
163
- name: "ResourceAlreadyExistsException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
168
- this.resourceId = opts.resourceId;
169
- this.resourceArn = opts.resourceArn;
170
- }
171
- }
172
- class ResourceInUseException extends IoTEventsServiceException {
173
- name = "ResourceInUseException";
174
- $fault = "client";
175
- constructor(opts) {
176
- super({
177
- name: "ResourceInUseException",
178
- $fault: "client",
179
- ...opts,
180
- });
181
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
182
- }
183
- }
184
- class ServiceUnavailableException extends IoTEventsServiceException {
185
- name = "ServiceUnavailableException";
186
- $fault = "server";
187
- constructor(opts) {
188
- super({
189
- name: "ServiceUnavailableException",
190
- $fault: "server",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
194
- }
195
- }
196
- class ThrottlingException extends IoTEventsServiceException {
197
- name = "ThrottlingException";
198
- $fault = "client";
199
- constructor(opts) {
200
- super({
201
- name: "ThrottlingException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, ThrottlingException.prototype);
206
- }
207
- }
208
- class ResourceNotFoundException extends IoTEventsServiceException {
209
- name = "ResourceNotFoundException";
210
- $fault = "client";
211
- constructor(opts) {
212
- super({
213
- name: "ResourceNotFoundException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
218
- }
219
- }
220
- class UnsupportedOperationException extends IoTEventsServiceException {
221
- name = "UnsupportedOperationException";
222
- $fault = "server";
223
- constructor(opts) {
224
- super({
225
- name: "UnsupportedOperationException",
226
- $fault: "server",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
230
- }
231
- }
232
-
233
- const _A = "Action";
234
- const _AA = "AlarmAction";
235
- const _AAl = "AlarmActions";
236
- const _AC = "AlarmCapabilities";
237
- const _AEA = "AlarmEventActions";
238
- const _AF = "AcknowledgeFlow";
239
- const _AMS = "AlarmModelSummary";
240
- const _AMSl = "AlarmModelSummaries";
241
- const _AMVS = "AlarmModelVersionSummary";
242
- const _AMVSl = "AlarmModelVersionSummaries";
243
- const _AN = "AlarmNotification";
244
- const _APT = "AssetPropertyTimestamp";
245
- const _APV = "AssetPropertyValue";
246
- const _APVs = "AssetPropertyVariant";
247
- const _AR = "AlarmRule";
248
- const _ARL = "AnalysisResultLocation";
249
- const _ARLn = "AnalysisResultLocations";
250
- const _ARn = "AnalysisResult";
251
- const _ARna = "AnalysisResults";
252
- const _Ac = "Actions";
253
- const _At = "Attribute";
254
- const _Att = "Attributes";
255
- const _CAM = "CreateAlarmModel";
256
- const _CAMR = "CreateAlarmModelRequest";
257
- const _CAMRr = "CreateAlarmModelResponse";
258
- const _CDM = "CreateDetectorModel";
259
- const _CDMR = "CreateDetectorModelRequest";
260
- const _CDMRr = "CreateDetectorModelResponse";
261
- const _CI = "CreateInput";
262
- const _CIR = "CreateInputRequest";
263
- const _CIRr = "CreateInputResponse";
264
- const _CTA = "ClearTimerAction";
265
- const _DAM = "DeleteAlarmModel";
266
- const _DAMR = "DeleteAlarmModelRequest";
267
- const _DAMRe = "DeleteAlarmModelResponse";
268
- const _DAMRes = "DescribeAlarmModelRequest";
269
- const _DAMResc = "DescribeAlarmModelResponse";
270
- const _DAMe = "DescribeAlarmModel";
271
- const _DDBA = "DynamoDBAction";
272
- const _DDBAy = "DynamoDBv2Action";
273
- const _DDM = "DeleteDetectorModel";
274
- const _DDMA = "DescribeDetectorModelAnalysis";
275
- const _DDMAR = "DescribeDetectorModelAnalysisRequest";
276
- const _DDMARe = "DescribeDetectorModelAnalysisResponse";
277
- const _DDMR = "DeleteDetectorModelRequest";
278
- const _DDMRe = "DeleteDetectorModelResponse";
279
- const _DDMRes = "DescribeDetectorModelRequest";
280
- const _DDMResc = "DescribeDetectorModelResponse";
281
- const _DDMe = "DescribeDetectorModel";
282
- const _DDO = "DetectorDebugOption";
283
- const _DDOe = "DetectorDebugOptions";
284
- const _DI = "DeleteInput";
285
- const _DIR = "DeleteInputRequest";
286
- const _DIRe = "DeleteInputResponse";
287
- const _DIRes = "DescribeInputRequest";
288
- const _DIResc = "DescribeInputResponse";
289
- const _DIe = "DescribeInput";
290
- const _DLO = "DescribeLoggingOptions";
291
- const _DLOR = "DescribeLoggingOptionsRequest";
292
- const _DLORe = "DescribeLoggingOptionsResponse";
293
- const _DM = "DetectorModel";
294
- const _DMC = "DetectorModelConfiguration";
295
- const _DMD = "DetectorModelDefinition";
296
- const _DMS = "DetectorModelSummary";
297
- const _DMSe = "DetectorModelSummaries";
298
- const _DMVS = "DetectorModelVersionSummary";
299
- const _DMVSe = "DetectorModelVersionSummaries";
300
- const _E = "Event";
301
- const _EC = "EmailConfiguration";
302
- const _ECm = "EmailContent";
303
- const _ECma = "EmailConfigurations";
304
- const _ER = "EmailRecipients";
305
- const _Ev = "Events";
306
- const _FA = "FirehoseAction";
307
- const _GDMAR = "GetDetectorModelAnalysisResults";
308
- const _GDMARR = "GetDetectorModelAnalysisResultsRequest";
309
- const _GDMARRe = "GetDetectorModelAnalysisResultsResponse";
310
- const _I = "Input";
311
- const _IC = "InitializationConfiguration";
312
- const _ICn = "InputConfiguration";
313
- const _ID = "InputDefinition";
314
- const _IEA = "IotEventsAction";
315
- const _IEII = "IotEventsInputIdentifier";
316
- const _IFE = "InternalFailureException";
317
- const _II = "InputIdentifier";
318
- const _IRE = "InvalidRequestException";
319
- const _IS = "InputSummary";
320
- const _ISWA = "IotSiteWiseAction";
321
- const _ISWAMPI = "IotSiteWiseAssetModelPropertyIdentifier";
322
- const _ISWII = "IotSiteWiseInputIdentifier";
323
- const _ISn = "InputSummaries";
324
- const _ITPA = "IotTopicPublishAction";
325
- const _LA = "LambdaAction";
326
- const _LAM = "ListAlarmModels";
327
- const _LAMR = "ListAlarmModelsRequest";
328
- const _LAMRi = "ListAlarmModelsResponse";
329
- const _LAMV = "ListAlarmModelVersions";
330
- const _LAMVR = "ListAlarmModelVersionsRequest";
331
- const _LAMVRi = "ListAlarmModelVersionsResponse";
332
- const _LDM = "ListDetectorModels";
333
- const _LDMR = "ListDetectorModelsRequest";
334
- const _LDMRi = "ListDetectorModelsResponse";
335
- const _LDMV = "ListDetectorModelVersions";
336
- const _LDMVR = "ListDetectorModelVersionsRequest";
337
- const _LDMVRi = "ListDetectorModelVersionsResponse";
338
- const _LEE = "LimitExceededException";
339
- const _LI = "ListInputs";
340
- const _LIR = "ListInputsRequest";
341
- const _LIRR = "ListInputRoutingsRequest";
342
- const _LIRRi = "ListInputRoutingsResponse";
343
- const _LIRi = "ListInputsResponse";
344
- const _LIRis = "ListInputRoutings";
345
- const _LO = "LoggingOptions";
346
- const _LTFR = "ListTagsForResource";
347
- const _LTFRR = "ListTagsForResourceRequest";
348
- const _LTFRRi = "ListTagsForResourceResponse";
349
- const _NA = "NotificationAction";
350
- const _NAo = "NotificationActions";
351
- const _NTA = "NotificationTargetActions";
352
- const _OEL = "OnEnterLifecycle";
353
- const _OELn = "OnExitLifecycle";
354
- const _OIL = "OnInputLifecycle";
355
- const _P = "Payload";
356
- const _PLO = "PutLoggingOptions";
357
- const _PLOR = "PutLoggingOptionsRequest";
358
- const _RAEE = "ResourceAlreadyExistsException";
359
- const _RD = "RecipientDetail";
360
- const _RDe = "RecipientDetails";
361
- const _RIUE = "ResourceInUseException";
362
- const _RNFE = "ResourceNotFoundException";
363
- const _RR = "RoutedResource";
364
- const _RRo = "RoutedResources";
365
- const _RTA = "ResetTimerAction";
366
- const _S = "State";
367
- const _SA = "SqsAction";
368
- const _SDMA = "StartDetectorModelAnalysis";
369
- const _SDMAR = "StartDetectorModelAnalysisRequest";
370
- const _SDMARt = "StartDetectorModelAnalysisResponse";
371
- const _SMSC = "SMSConfiguration";
372
- const _SMSCo = "SMSConfigurations";
373
- const _SNSTPA = "SNSTopicPublishAction";
374
- const _SR = "SimpleRule";
375
- const _SSOI = "SSOIdentity";
376
- const _STA = "SetTimerAction";
377
- const _SUE = "ServiceUnavailableException";
378
- const _SVA = "SetVariableAction";
379
- const _St = "States";
380
- const _T = "Tag";
381
- const _TE = "ThrottlingException";
382
- const _TEr = "TransitionEvent";
383
- const _TEra = "TransitionEvents";
384
- const _TR = "TagResource";
385
- const _TRR = "TagResourceRequest";
386
- const _TRRa = "TagResourceResponse";
387
- const _Ta = "Tags";
388
- const _UAM = "UpdateAlarmModel";
389
- const _UAMR = "UpdateAlarmModelRequest";
390
- const _UAMRp = "UpdateAlarmModelResponse";
391
- const _UDM = "UpdateDetectorModel";
392
- const _UDMR = "UpdateDetectorModelRequest";
393
- const _UDMRp = "UpdateDetectorModelResponse";
394
- const _UI = "UpdateInput";
395
- const _UIR = "UpdateInputRequest";
396
- const _UIRp = "UpdateInputResponse";
397
- const _UOE = "UnsupportedOperationException";
398
- const _UR = "UntagResource";
399
- const _URR = "UntagResourceRequest";
400
- const _URRn = "UntagResourceResponse";
401
- const _a = "actions";
402
- const _aA = "alarmActions";
403
- const _aC = "alarmCapabilities";
404
- const _aEA = "alarmEventActions";
405
- const _aF = "acknowledgeFlow";
406
- const _aI = "analysisId";
407
- const _aIs = "assetId";
408
- const _aM = "additionalMessage";
409
- const _aMA = "alarmModelArn";
410
- const _aMD = "alarmModelDescription";
411
- const _aMI = "assetModelId";
412
- const _aMN = "alarmModelName";
413
- const _aMS = "alarmModelSummaries";
414
- const _aMV = "alarmModelVersion";
415
- const _aMVS = "alarmModelVersionSummaries";
416
- const _aN = "alarmNotification";
417
- const _aR = "alarmRule";
418
- const _aRn = "analysisResults";
419
- const _ac = "action";
420
- const _ar = "arn";
421
- const _at = "attributes";
422
- const _bV = "booleanValue";
423
- const _c = "content";
424
- const _cE = "contentExpression";
425
- const _cO = "comparisonOperator";
426
- const _cT = "clearTimer";
427
- const _cTr = "creationTime";
428
- const _cl = "client";
429
- const _co = "condition";
430
- const _dDB = "dynamoDB";
431
- const _dDBy = "dynamoDBv2";
432
- const _dDO = "detectorDebugOptions";
433
- const _dE = "durationExpression";
434
- const _dM = "detectorModel";
435
- const _dMA = "detectorModelArn";
436
- const _dMC = "detectorModelConfiguration";
437
- const _dMD = "detectorModelDefinition";
438
- const _dMDe = "detectorModelDescription";
439
- const _dMN = "detectorModelName";
440
- const _dMS = "detectorModelSummaries";
441
- const _dMV = "detectorModelVersion";
442
- const _dMVS = "detectorModelVersionSummaries";
443
- const _dOI = "disabledOnInitialization";
444
- const _dSN = "deliveryStreamName";
445
- const _dV = "doubleValue";
446
- const _e = "enabled";
447
- const _eC = "emailConfigurations";
448
- const _eI = "entryId";
449
- const _eM = "evaluationMethod";
450
- const _eN = "eventName";
451
- const _er = "error";
452
- const _ev = "events";
453
- const _f = "firehose";
454
- const _fA = "functionArn";
455
- const _fr = "from";
456
- const _h = "http";
457
- const _hE = "httpError";
458
- const _hKF = "hashKeyField";
459
- const _hKT = "hashKeyType";
460
- const _hKV = "hashKeyValue";
461
- const _hQ = "httpQuery";
462
- const _i = "input";
463
- const _iA = "inputArn";
464
- const _iC = "initializationConfiguration";
465
- const _iCn = "inputConfiguration";
466
- const _iD = "inputDefinition";
467
- const _iDn = "inputDescription";
468
- const _iE = "iotEvents";
469
- const _iEII = "iotEventsInputIdentifier";
470
- const _iI = "inputIdentifier";
471
- const _iN = "inputName";
472
- const _iP = "inputProperty";
473
- const _iS = "inputSummaries";
474
- const _iSI = "identityStoreId";
475
- const _iSN = "initialStateName";
476
- const _iSW = "iotSiteWise";
477
- const _iSWAMPI = "iotSiteWiseAssetModelPropertyIdentifier";
478
- const _iSWII = "iotSiteWiseInputIdentifier";
479
- const _iTP = "iotTopicPublish";
480
- const _iV = "integerValue";
481
- const _jP = "jsonPath";
482
- const _k = "key";
483
- const _kV = "keyValue";
484
- const _l = "lambda";
485
- const _lA = "lambdaAction";
486
- const _lO = "loggingOptions";
487
- const _lUT = "lastUpdateTime";
488
- const _le = "level";
489
- const _lo = "locations";
490
- const _m = "message";
491
- const _mR = "maxResults";
492
- const _mT = "mqttTopic";
493
- const _n = "name";
494
- const _nA = "notificationActions";
495
- const _nS = "nextState";
496
- const _nT = "nextToken";
497
- const _o = "operation";
498
- const _oE = "onEnter";
499
- const _oEn = "onExit";
500
- const _oI = "onInput";
501
- const _oIN = "offsetInNanos";
502
- const _p = "path";
503
- const _pA = "propertyAlias";
504
- const _pF = "payloadField";
505
- const _pI = "propertyId";
506
- const _pV = "propertyValue";
507
- const _pa = "payload";
508
- const _q = "quality";
509
- const _qU = "queueUrl";
510
- const _r = "recipients";
511
- const _rA = "roleArn";
512
- const _rAe = "resourceArn";
513
- const _rI = "resourceId";
514
- const _rKF = "rangeKeyField";
515
- const _rKT = "rangeKeyType";
516
- const _rKV = "rangeKeyValue";
517
- const _rR = "routedResources";
518
- const _rT = "resetTimer";
519
- const _s = "sns";
520
- const _sC = "smsConfigurations";
521
- const _sI = "ssoIdentity";
522
- const _sIe = "senderId";
523
- const _sM = "statusMessage";
524
- const _sN = "stateName";
525
- const _sR = "simpleRule";
526
- const _sT = "setTimer";
527
- const _sV = "setVariable";
528
- const _sVt = "stringValue";
529
- const _se = "severity";
530
- const _sec = "seconds";
531
- const _sep = "separator";
532
- const _ser = "server";
533
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iotevents";
534
- const _sq = "sqs";
535
- const _st = "status";
536
- const _sta = "states";
537
- const _su = "subject";
538
- const _t = "type";
539
- const _tA = "targetArn";
540
- const _tE = "transitionEvents";
541
- const _tIS = "timeInSeconds";
542
- const _tK = "tagKeys";
543
- const _tN = "timerName";
544
- const _tNa = "tableName";
545
- const _ta = "tags";
546
- const _th = "threshold";
547
- const _ti = "timestamp";
548
- const _to = "to";
549
- const _uB = "useBase64";
550
- const _uI = "userId";
551
- const _v = "value";
552
- const _vN = "variableName";
553
- const _ve = "version";
554
- const n0 = "com.amazonaws.iotevents";
555
- var AcknowledgeFlow$ = [3, n0, _AF,
556
- 0,
557
- [_e],
558
- [2], 1
559
- ];
560
- var Action$ = [3, n0, _A,
561
- 0,
562
- [_sV, _s, _iTP, _sT, _cT, _rT, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
563
- [() => SetVariableAction$, () => SNSTopicPublishAction$, () => IotTopicPublishAction$, () => SetTimerAction$, () => ClearTimerAction$, () => ResetTimerAction$, () => LambdaAction$, () => IotEventsAction$, () => SqsAction$, () => FirehoseAction$, () => DynamoDBAction$, () => DynamoDBv2Action$, () => IotSiteWiseAction$]
564
- ];
565
- var AlarmAction$ = [3, n0, _AA,
566
- 0,
567
- [_s, _iTP, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
568
- [() => SNSTopicPublishAction$, () => IotTopicPublishAction$, () => LambdaAction$, () => IotEventsAction$, () => SqsAction$, () => FirehoseAction$, () => DynamoDBAction$, () => DynamoDBv2Action$, () => IotSiteWiseAction$]
569
- ];
570
- var AlarmCapabilities$ = [3, n0, _AC,
571
- 0,
572
- [_iC, _aF],
573
- [() => InitializationConfiguration$, () => AcknowledgeFlow$]
574
- ];
575
- var AlarmEventActions$ = [3, n0, _AEA,
576
- 0,
577
- [_aA],
578
- [() => AlarmActions]
579
- ];
580
- var AlarmModelSummary$ = [3, n0, _AMS,
581
- 0,
582
- [_cTr, _aMD, _aMN],
583
- [4, 0, 0]
584
- ];
585
- var AlarmModelVersionSummary$ = [3, n0, _AMVS,
586
- 0,
587
- [_aMN, _aMA, _aMV, _rA, _cTr, _lUT, _st, _sM],
588
- [0, 0, 0, 0, 4, 4, 0, 0]
589
- ];
590
- var AlarmNotification$ = [3, n0, _AN,
591
- 0,
592
- [_nA],
593
- [() => NotificationActions]
594
- ];
595
- var AlarmRule$ = [3, n0, _AR,
596
- 0,
597
- [_sR],
598
- [() => SimpleRule$]
599
- ];
600
- var AnalysisResult$ = [3, n0, _ARn,
601
- 0,
602
- [_t, _le, _m, _lo],
603
- [0, 0, 0, () => AnalysisResultLocations]
604
- ];
605
- var AnalysisResultLocation$ = [3, n0, _ARL,
606
- 0,
607
- [_p],
608
- [0]
609
- ];
610
- var AssetPropertyTimestamp$ = [3, n0, _APT,
611
- 0,
612
- [_tIS, _oIN],
613
- [0, 0], 1
614
- ];
615
- var AssetPropertyValue$ = [3, n0, _APV,
616
- 0,
617
- [_v, _ti, _q],
618
- [() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0]
619
- ];
620
- var AssetPropertyVariant$ = [3, n0, _APVs,
621
- 0,
622
- [_sVt, _iV, _dV, _bV],
623
- [0, 0, 0, 0]
624
- ];
625
- var Attribute$ = [3, n0, _At,
626
- 0,
627
- [_jP],
628
- [0], 1
629
- ];
630
- var ClearTimerAction$ = [3, n0, _CTA,
631
- 0,
632
- [_tN],
633
- [0], 1
634
- ];
635
- var CreateAlarmModelRequest$ = [3, n0, _CAMR,
636
- 0,
637
- [_aMN, _rA, _aR, _aMD, _ta, _k, _se, _aN, _aEA, _aC],
638
- [0, 0, () => AlarmRule$, 0, () => Tags, 0, 1, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$], 3
639
- ];
640
- var CreateAlarmModelResponse$ = [3, n0, _CAMRr,
641
- 0,
642
- [_cTr, _aMA, _aMV, _lUT, _st],
643
- [4, 0, 0, 4, 0]
644
- ];
645
- var CreateDetectorModelRequest$ = [3, n0, _CDMR,
646
- 0,
647
- [_dMN, _dMD, _rA, _dMDe, _k, _ta, _eM],
648
- [0, () => DetectorModelDefinition$, 0, 0, 0, () => Tags, 0], 3
649
- ];
650
- var CreateDetectorModelResponse$ = [3, n0, _CDMRr,
651
- 0,
652
- [_dMC],
653
- [() => DetectorModelConfiguration$]
654
- ];
655
- var CreateInputRequest$ = [3, n0, _CIR,
656
- 0,
657
- [_iN, _iD, _iDn, _ta],
658
- [0, () => InputDefinition$, 0, () => Tags], 2
659
- ];
660
- var CreateInputResponse$ = [3, n0, _CIRr,
661
- 0,
662
- [_iCn],
663
- [() => InputConfiguration$]
664
- ];
665
- var DeleteAlarmModelRequest$ = [3, n0, _DAMR,
666
- 0,
667
- [_aMN],
668
- [[0, 1]], 1
669
- ];
670
- var DeleteAlarmModelResponse$ = [3, n0, _DAMRe,
671
- 0,
672
- [],
673
- []
674
- ];
675
- var DeleteDetectorModelRequest$ = [3, n0, _DDMR,
676
- 0,
677
- [_dMN],
678
- [[0, 1]], 1
679
- ];
680
- var DeleteDetectorModelResponse$ = [3, n0, _DDMRe,
681
- 0,
682
- [],
683
- []
684
- ];
685
- var DeleteInputRequest$ = [3, n0, _DIR,
686
- 0,
687
- [_iN],
688
- [[0, 1]], 1
689
- ];
690
- var DeleteInputResponse$ = [3, n0, _DIRe,
691
- 0,
692
- [],
693
- []
694
- ];
695
- var DescribeAlarmModelRequest$ = [3, n0, _DAMRes,
696
- 0,
697
- [_aMN, _aMV],
698
- [[0, 1], [0, { [_hQ]: _ve }]], 1
699
- ];
700
- var DescribeAlarmModelResponse$ = [3, n0, _DAMResc,
701
- 0,
702
- [_cTr, _aMA, _aMV, _lUT, _st, _sM, _aMN, _aMD, _rA, _k, _se, _aR, _aN, _aEA, _aC],
703
- [4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, () => AlarmRule$, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$]
704
- ];
705
- var DescribeDetectorModelAnalysisRequest$ = [3, n0, _DDMAR,
706
- 0,
707
- [_aI],
708
- [[0, 1]], 1
709
- ];
710
- var DescribeDetectorModelAnalysisResponse$ = [3, n0, _DDMARe,
711
- 0,
712
- [_st],
713
- [0]
714
- ];
715
- var DescribeDetectorModelRequest$ = [3, n0, _DDMRes,
716
- 0,
717
- [_dMN, _dMV],
718
- [[0, 1], [0, { [_hQ]: _ve }]], 1
719
- ];
720
- var DescribeDetectorModelResponse$ = [3, n0, _DDMResc,
721
- 0,
722
- [_dM],
723
- [() => DetectorModel$]
724
- ];
725
- var DescribeInputRequest$ = [3, n0, _DIRes,
726
- 0,
727
- [_iN],
728
- [[0, 1]], 1
729
- ];
730
- var DescribeInputResponse$ = [3, n0, _DIResc,
731
- 0,
732
- [_i],
733
- [() => Input$]
734
- ];
735
- var DescribeLoggingOptionsRequest$ = [3, n0, _DLOR,
736
- 0,
737
- [],
738
- []
739
- ];
740
- var DescribeLoggingOptionsResponse$ = [3, n0, _DLORe,
741
- 0,
742
- [_lO],
743
- [() => LoggingOptions$]
744
- ];
745
- var DetectorDebugOption$ = [3, n0, _DDO,
746
- 0,
747
- [_dMN, _kV],
748
- [0, 0], 1
749
- ];
750
- var DetectorModel$ = [3, n0, _DM,
751
- 0,
752
- [_dMD, _dMC],
753
- [() => DetectorModelDefinition$, () => DetectorModelConfiguration$]
754
- ];
755
- var DetectorModelConfiguration$ = [3, n0, _DMC,
756
- 0,
757
- [_dMN, _dMV, _dMDe, _dMA, _rA, _cTr, _lUT, _st, _k, _eM],
758
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 0]
759
- ];
760
- var DetectorModelDefinition$ = [3, n0, _DMD,
761
- 0,
762
- [_sta, _iSN],
763
- [() => States, 0], 2
764
- ];
765
- var DetectorModelSummary$ = [3, n0, _DMS,
766
- 0,
767
- [_dMN, _dMDe, _cTr],
768
- [0, 0, 4]
769
- ];
770
- var DetectorModelVersionSummary$ = [3, n0, _DMVS,
771
- 0,
772
- [_dMN, _dMV, _dMA, _rA, _cTr, _lUT, _st, _eM],
773
- [0, 0, 0, 0, 4, 4, 0, 0]
774
- ];
775
- var DynamoDBAction$ = [3, n0, _DDBA,
776
- 0,
777
- [_hKF, _hKV, _tNa, _hKT, _rKT, _rKF, _rKV, _o, _pF, _pa],
778
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Payload$], 3
779
- ];
780
- var DynamoDBv2Action$ = [3, n0, _DDBAy,
781
- 0,
782
- [_tNa, _pa],
783
- [0, () => Payload$], 1
784
- ];
785
- var EmailConfiguration$ = [3, n0, _EC,
786
- 0,
787
- [_fr, _r, _c],
788
- [0, () => EmailRecipients$, () => EmailContent$], 2
789
- ];
790
- var EmailContent$ = [3, n0, _ECm,
791
- 0,
792
- [_su, _aM],
793
- [0, 0]
794
- ];
795
- var EmailRecipients$ = [3, n0, _ER,
796
- 0,
797
- [_to],
798
- [() => RecipientDetails]
799
- ];
800
- var Event$ = [3, n0, _E,
801
- 0,
802
- [_eN, _co, _a],
803
- [0, 0, () => Actions], 1
804
- ];
805
- var FirehoseAction$ = [3, n0, _FA,
806
- 0,
807
- [_dSN, _sep, _pa],
808
- [0, 0, () => Payload$], 1
809
- ];
810
- var GetDetectorModelAnalysisResultsRequest$ = [3, n0, _GDMARR,
811
- 0,
812
- [_aI, _nT, _mR],
813
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
814
- ];
815
- var GetDetectorModelAnalysisResultsResponse$ = [3, n0, _GDMARRe,
816
- 0,
817
- [_aRn, _nT],
818
- [() => AnalysisResults, 0]
819
- ];
820
- var InitializationConfiguration$ = [3, n0, _IC,
821
- 0,
822
- [_dOI],
823
- [2], 1
824
- ];
825
- var Input$ = [3, n0, _I,
826
- 0,
827
- [_iCn, _iD],
828
- [() => InputConfiguration$, () => InputDefinition$]
829
- ];
830
- var InputConfiguration$ = [3, n0, _ICn,
831
- 0,
832
- [_iN, _iA, _cTr, _lUT, _st, _iDn],
833
- [0, 0, 4, 4, 0, 0], 5
834
- ];
835
- var InputDefinition$ = [3, n0, _ID,
836
- 0,
837
- [_at],
838
- [() => Attributes], 1
839
- ];
840
- var InputIdentifier$ = [3, n0, _II,
841
- 0,
842
- [_iEII, _iSWII],
843
- [() => IotEventsInputIdentifier$, () => IotSiteWiseInputIdentifier$]
844
- ];
845
- var InputSummary$ = [3, n0, _IS,
846
- 0,
847
- [_iN, _iDn, _iA, _cTr, _lUT, _st],
848
- [0, 0, 0, 4, 4, 0]
849
- ];
850
- var InternalFailureException$ = [-3, n0, _IFE,
851
- { [_er]: _ser, [_hE]: 500 },
852
- [_m],
853
- [0]
854
- ];
855
- schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
856
- var InvalidRequestException$ = [-3, n0, _IRE,
857
- { [_er]: _cl, [_hE]: 400 },
858
- [_m],
859
- [0]
860
- ];
861
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
862
- var IotEventsAction$ = [3, n0, _IEA,
863
- 0,
864
- [_iN, _pa],
865
- [0, () => Payload$], 1
866
- ];
867
- var IotEventsInputIdentifier$ = [3, n0, _IEII,
868
- 0,
869
- [_iN],
870
- [0], 1
871
- ];
872
- var IotSiteWiseAction$ = [3, n0, _ISWA,
873
- 0,
874
- [_eI, _aIs, _pI, _pA, _pV],
875
- [0, 0, 0, 0, () => AssetPropertyValue$]
876
- ];
877
- var IotSiteWiseAssetModelPropertyIdentifier$ = [3, n0, _ISWAMPI,
878
- 0,
879
- [_aMI, _pI],
880
- [0, 0], 2
881
- ];
882
- var IotSiteWiseInputIdentifier$ = [3, n0, _ISWII,
883
- 0,
884
- [_iSWAMPI],
885
- [() => IotSiteWiseAssetModelPropertyIdentifier$]
886
- ];
887
- var IotTopicPublishAction$ = [3, n0, _ITPA,
888
- 0,
889
- [_mT, _pa],
890
- [0, () => Payload$], 1
891
- ];
892
- var LambdaAction$ = [3, n0, _LA,
893
- 0,
894
- [_fA, _pa],
895
- [0, () => Payload$], 1
896
- ];
897
- var LimitExceededException$ = [-3, n0, _LEE,
898
- { [_er]: _cl, [_hE]: 410 },
899
- [_m],
900
- [0]
901
- ];
902
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
903
- var ListAlarmModelsRequest$ = [3, n0, _LAMR,
904
- 0,
905
- [_nT, _mR],
906
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
907
- ];
908
- var ListAlarmModelsResponse$ = [3, n0, _LAMRi,
909
- 0,
910
- [_aMS, _nT],
911
- [() => AlarmModelSummaries, 0]
912
- ];
913
- var ListAlarmModelVersionsRequest$ = [3, n0, _LAMVR,
914
- 0,
915
- [_aMN, _nT, _mR],
916
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
917
- ];
918
- var ListAlarmModelVersionsResponse$ = [3, n0, _LAMVRi,
919
- 0,
920
- [_aMVS, _nT],
921
- [() => AlarmModelVersionSummaries, 0]
922
- ];
923
- var ListDetectorModelsRequest$ = [3, n0, _LDMR,
924
- 0,
925
- [_nT, _mR],
926
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
927
- ];
928
- var ListDetectorModelsResponse$ = [3, n0, _LDMRi,
929
- 0,
930
- [_dMS, _nT],
931
- [() => DetectorModelSummaries, 0]
932
- ];
933
- var ListDetectorModelVersionsRequest$ = [3, n0, _LDMVR,
934
- 0,
935
- [_dMN, _nT, _mR],
936
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
937
- ];
938
- var ListDetectorModelVersionsResponse$ = [3, n0, _LDMVRi,
939
- 0,
940
- [_dMVS, _nT],
941
- [() => DetectorModelVersionSummaries, 0]
942
- ];
943
- var ListInputRoutingsRequest$ = [3, n0, _LIRR,
944
- 0,
945
- [_iI, _mR, _nT],
946
- [() => InputIdentifier$, 1, 0], 1
947
- ];
948
- var ListInputRoutingsResponse$ = [3, n0, _LIRRi,
949
- 0,
950
- [_rR, _nT],
951
- [() => RoutedResources, 0]
952
- ];
953
- var ListInputsRequest$ = [3, n0, _LIR,
954
- 0,
955
- [_nT, _mR],
956
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
957
- ];
958
- var ListInputsResponse$ = [3, n0, _LIRi,
959
- 0,
960
- [_iS, _nT],
961
- [() => InputSummaries, 0]
962
- ];
963
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
964
- 0,
965
- [_rAe],
966
- [[0, { [_hQ]: _rAe }]], 1
967
- ];
968
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
969
- 0,
970
- [_ta],
971
- [() => Tags]
972
- ];
973
- var LoggingOptions$ = [3, n0, _LO,
974
- 0,
975
- [_rA, _le, _e, _dDO],
976
- [0, 0, 2, () => DetectorDebugOptions], 3
977
- ];
978
- var NotificationAction$ = [3, n0, _NA,
979
- 0,
980
- [_ac, _sC, _eC],
981
- [() => NotificationTargetActions$, () => SMSConfigurations, () => EmailConfigurations], 1
982
- ];
983
- var NotificationTargetActions$ = [3, n0, _NTA,
984
- 0,
985
- [_lA],
986
- [() => LambdaAction$]
987
- ];
988
- var OnEnterLifecycle$ = [3, n0, _OEL,
989
- 0,
990
- [_ev],
991
- [() => Events]
992
- ];
993
- var OnExitLifecycle$ = [3, n0, _OELn,
994
- 0,
995
- [_ev],
996
- [() => Events]
997
- ];
998
- var OnInputLifecycle$ = [3, n0, _OIL,
999
- 0,
1000
- [_ev, _tE],
1001
- [() => Events, () => TransitionEvents]
1002
- ];
1003
- var Payload$ = [3, n0, _P,
1004
- 0,
1005
- [_cE, _t],
1006
- [0, 0], 2
1007
- ];
1008
- var PutLoggingOptionsRequest$ = [3, n0, _PLOR,
1009
- 0,
1010
- [_lO],
1011
- [() => LoggingOptions$], 1
1012
- ];
1013
- var RecipientDetail$ = [3, n0, _RD,
1014
- 0,
1015
- [_sI],
1016
- [() => SSOIdentity$]
1017
- ];
1018
- var ResetTimerAction$ = [3, n0, _RTA,
1019
- 0,
1020
- [_tN],
1021
- [0], 1
1022
- ];
1023
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1024
- { [_er]: _cl, [_hE]: 409 },
1025
- [_m, _rI, _rAe],
1026
- [0, 0, 0]
1027
- ];
1028
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1029
- var ResourceInUseException$ = [-3, n0, _RIUE,
1030
- { [_er]: _cl, [_hE]: 409 },
1031
- [_m],
1032
- [0]
1033
- ];
1034
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1035
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1036
- { [_er]: _cl, [_hE]: 404 },
1037
- [_m],
1038
- [0]
1039
- ];
1040
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1041
- var RoutedResource$ = [3, n0, _RR,
1042
- 0,
1043
- [_n, _ar],
1044
- [0, 0]
1045
- ];
1046
- var ServiceUnavailableException$ = [-3, n0, _SUE,
1047
- { [_er]: _ser, [_hE]: 503 },
1048
- [_m],
1049
- [0]
1050
- ];
1051
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1052
- var SetTimerAction$ = [3, n0, _STA,
1053
- 0,
1054
- [_tN, _sec, _dE],
1055
- [0, 1, 0], 1
1056
- ];
1057
- var SetVariableAction$ = [3, n0, _SVA,
1058
- 0,
1059
- [_vN, _v],
1060
- [0, 0], 2
1061
- ];
1062
- var SimpleRule$ = [3, n0, _SR,
1063
- 0,
1064
- [_iP, _cO, _th],
1065
- [0, 0, 0], 3
1066
- ];
1067
- var SMSConfiguration$ = [3, n0, _SMSC,
1068
- 0,
1069
- [_r, _sIe, _aM],
1070
- [() => RecipientDetails, 0, 0], 1
1071
- ];
1072
- var SNSTopicPublishAction$ = [3, n0, _SNSTPA,
1073
- 0,
1074
- [_tA, _pa],
1075
- [0, () => Payload$], 1
1076
- ];
1077
- var SqsAction$ = [3, n0, _SA,
1078
- 0,
1079
- [_qU, _uB, _pa],
1080
- [0, 2, () => Payload$], 1
1081
- ];
1082
- var SSOIdentity$ = [3, n0, _SSOI,
1083
- 0,
1084
- [_iSI, _uI],
1085
- [0, 0], 1
1086
- ];
1087
- var StartDetectorModelAnalysisRequest$ = [3, n0, _SDMAR,
1088
- 0,
1089
- [_dMD],
1090
- [() => DetectorModelDefinition$], 1
1091
- ];
1092
- var StartDetectorModelAnalysisResponse$ = [3, n0, _SDMARt,
1093
- 0,
1094
- [_aI],
1095
- [0]
1096
- ];
1097
- var State$ = [3, n0, _S,
1098
- 0,
1099
- [_sN, _oI, _oE, _oEn],
1100
- [0, () => OnInputLifecycle$, () => OnEnterLifecycle$, () => OnExitLifecycle$], 1
1101
- ];
1102
- var Tag$ = [3, n0, _T,
1103
- 0,
1104
- [_k, _v],
1105
- [0, 0], 2
1106
- ];
1107
- var TagResourceRequest$ = [3, n0, _TRR,
1108
- 0,
1109
- [_rAe, _ta],
1110
- [[0, { [_hQ]: _rAe }], () => Tags], 2
1111
- ];
1112
- var TagResourceResponse$ = [3, n0, _TRRa,
1113
- 0,
1114
- [],
1115
- []
1116
- ];
1117
- var ThrottlingException$ = [-3, n0, _TE,
1118
- { [_er]: _cl, [_hE]: 429 },
1119
- [_m],
1120
- [0]
1121
- ];
1122
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1123
- var TransitionEvent$ = [3, n0, _TEr,
1124
- 0,
1125
- [_eN, _co, _nS, _a],
1126
- [0, 0, 0, () => Actions], 3
1127
- ];
1128
- var UnsupportedOperationException$ = [-3, n0, _UOE,
1129
- { [_er]: _ser, [_hE]: 501 },
1130
- [_m],
1131
- [0]
1132
- ];
1133
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
1134
- var UntagResourceRequest$ = [3, n0, _URR,
1135
- 0,
1136
- [_rAe, _tK],
1137
- [[0, { [_hQ]: _rAe }], [64 | 0, { [_hQ]: _tK }]], 2
1138
- ];
1139
- var UntagResourceResponse$ = [3, n0, _URRn,
1140
- 0,
1141
- [],
1142
- []
1143
- ];
1144
- var UpdateAlarmModelRequest$ = [3, n0, _UAMR,
1145
- 0,
1146
- [_aMN, _rA, _aR, _aMD, _se, _aN, _aEA, _aC],
1147
- [[0, 1], 0, () => AlarmRule$, 0, 1, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$], 3
1148
- ];
1149
- var UpdateAlarmModelResponse$ = [3, n0, _UAMRp,
1150
- 0,
1151
- [_cTr, _aMA, _aMV, _lUT, _st],
1152
- [4, 0, 0, 4, 0]
1153
- ];
1154
- var UpdateDetectorModelRequest$ = [3, n0, _UDMR,
1155
- 0,
1156
- [_dMN, _dMD, _rA, _dMDe, _eM],
1157
- [[0, 1], () => DetectorModelDefinition$, 0, 0, 0], 3
1158
- ];
1159
- var UpdateDetectorModelResponse$ = [3, n0, _UDMRp,
1160
- 0,
1161
- [_dMC],
1162
- [() => DetectorModelConfiguration$]
1163
- ];
1164
- var UpdateInputRequest$ = [3, n0, _UIR,
1165
- 0,
1166
- [_iN, _iD, _iDn],
1167
- [[0, 1], () => InputDefinition$, 0], 2
1168
- ];
1169
- var UpdateInputResponse$ = [3, n0, _UIRp,
1170
- 0,
1171
- [_iCn],
1172
- [() => InputConfiguration$]
1173
- ];
1174
- var __Unit = "unit";
1175
- var IoTEventsServiceException$ = [-3, _sm, "IoTEventsServiceException", 0, [], []];
1176
- schema.TypeRegistry.for(_sm).registerError(IoTEventsServiceException$, IoTEventsServiceException);
1177
- var Actions = [1, n0, _Ac,
1178
- 0, () => Action$
1179
- ];
1180
- var AlarmActions = [1, n0, _AAl,
1181
- 0, () => AlarmAction$
1182
- ];
1183
- var AlarmModelSummaries = [1, n0, _AMSl,
1184
- 0, () => AlarmModelSummary$
1185
- ];
1186
- var AlarmModelVersionSummaries = [1, n0, _AMVSl,
1187
- 0, () => AlarmModelVersionSummary$
1188
- ];
1189
- var AnalysisResultLocations = [1, n0, _ARLn,
1190
- 0, () => AnalysisResultLocation$
1191
- ];
1192
- var AnalysisResults = [1, n0, _ARna,
1193
- 0, () => AnalysisResult$
1194
- ];
1195
- var Attributes = [1, n0, _Att,
1196
- 0, () => Attribute$
1197
- ];
1198
- var DetectorDebugOptions = [1, n0, _DDOe,
1199
- 0, () => DetectorDebugOption$
1200
- ];
1201
- var DetectorModelSummaries = [1, n0, _DMSe,
1202
- 0, () => DetectorModelSummary$
1203
- ];
1204
- var DetectorModelVersionSummaries = [1, n0, _DMVSe,
1205
- 0, () => DetectorModelVersionSummary$
1206
- ];
1207
- var EmailConfigurations = [1, n0, _ECma,
1208
- 0, () => EmailConfiguration$
1209
- ];
1210
- var Events = [1, n0, _Ev,
1211
- 0, () => Event$
1212
- ];
1213
- var InputSummaries = [1, n0, _ISn,
1214
- 0, () => InputSummary$
1215
- ];
1216
- var NotificationActions = [1, n0, _NAo,
1217
- 0, () => NotificationAction$
1218
- ];
1219
- var RecipientDetails = [1, n0, _RDe,
1220
- 0, () => RecipientDetail$
1221
- ];
1222
- var RoutedResources = [1, n0, _RRo,
1223
- 0, () => RoutedResource$
1224
- ];
1225
- var SMSConfigurations = [1, n0, _SMSCo,
1226
- 0, () => SMSConfiguration$
1227
- ];
1228
- var States = [1, n0, _St,
1229
- 0, () => State$
1230
- ];
1231
- var Tags = [1, n0, _Ta,
1232
- 0, () => Tag$
1233
- ];
1234
- var TransitionEvents = [1, n0, _TEra,
1235
- 0, () => TransitionEvent$
1236
- ];
1237
- var CreateAlarmModel$ = [9, n0, _CAM,
1238
- { [_h]: ["POST", "/alarm-models", 200] }, () => CreateAlarmModelRequest$, () => CreateAlarmModelResponse$
1239
- ];
1240
- var CreateDetectorModel$ = [9, n0, _CDM,
1241
- { [_h]: ["POST", "/detector-models", 200] }, () => CreateDetectorModelRequest$, () => CreateDetectorModelResponse$
1242
- ];
1243
- var CreateInput$ = [9, n0, _CI,
1244
- { [_h]: ["POST", "/inputs", 201] }, () => CreateInputRequest$, () => CreateInputResponse$
1245
- ];
1246
- var DeleteAlarmModel$ = [9, n0, _DAM,
1247
- { [_h]: ["DELETE", "/alarm-models/{alarmModelName}", 204] }, () => DeleteAlarmModelRequest$, () => DeleteAlarmModelResponse$
1248
- ];
1249
- var DeleteDetectorModel$ = [9, n0, _DDM,
1250
- { [_h]: ["DELETE", "/detector-models/{detectorModelName}", 204] }, () => DeleteDetectorModelRequest$, () => DeleteDetectorModelResponse$
1251
- ];
1252
- var DeleteInput$ = [9, n0, _DI,
1253
- { [_h]: ["DELETE", "/inputs/{inputName}", 200] }, () => DeleteInputRequest$, () => DeleteInputResponse$
1254
- ];
1255
- var DescribeAlarmModel$ = [9, n0, _DAMe,
1256
- { [_h]: ["GET", "/alarm-models/{alarmModelName}", 200] }, () => DescribeAlarmModelRequest$, () => DescribeAlarmModelResponse$
1257
- ];
1258
- var DescribeDetectorModel$ = [9, n0, _DDMe,
1259
- { [_h]: ["GET", "/detector-models/{detectorModelName}", 200] }, () => DescribeDetectorModelRequest$, () => DescribeDetectorModelResponse$
1260
- ];
1261
- var DescribeDetectorModelAnalysis$ = [9, n0, _DDMA,
1262
- { [_h]: ["GET", "/analysis/detector-models/{analysisId}", 200] }, () => DescribeDetectorModelAnalysisRequest$, () => DescribeDetectorModelAnalysisResponse$
1263
- ];
1264
- var DescribeInput$ = [9, n0, _DIe,
1265
- { [_h]: ["GET", "/inputs/{inputName}", 200] }, () => DescribeInputRequest$, () => DescribeInputResponse$
1266
- ];
1267
- var DescribeLoggingOptions$ = [9, n0, _DLO,
1268
- { [_h]: ["GET", "/logging", 200] }, () => DescribeLoggingOptionsRequest$, () => DescribeLoggingOptionsResponse$
1269
- ];
1270
- var GetDetectorModelAnalysisResults$ = [9, n0, _GDMAR,
1271
- { [_h]: ["GET", "/analysis/detector-models/{analysisId}/results", 200] }, () => GetDetectorModelAnalysisResultsRequest$, () => GetDetectorModelAnalysisResultsResponse$
1272
- ];
1273
- var ListAlarmModels$ = [9, n0, _LAM,
1274
- { [_h]: ["GET", "/alarm-models", 200] }, () => ListAlarmModelsRequest$, () => ListAlarmModelsResponse$
1275
- ];
1276
- var ListAlarmModelVersions$ = [9, n0, _LAMV,
1277
- { [_h]: ["GET", "/alarm-models/{alarmModelName}/versions", 200] }, () => ListAlarmModelVersionsRequest$, () => ListAlarmModelVersionsResponse$
1278
- ];
1279
- var ListDetectorModels$ = [9, n0, _LDM,
1280
- { [_h]: ["GET", "/detector-models", 200] }, () => ListDetectorModelsRequest$, () => ListDetectorModelsResponse$
1281
- ];
1282
- var ListDetectorModelVersions$ = [9, n0, _LDMV,
1283
- { [_h]: ["GET", "/detector-models/{detectorModelName}/versions", 200] }, () => ListDetectorModelVersionsRequest$, () => ListDetectorModelVersionsResponse$
1284
- ];
1285
- var ListInputRoutings$ = [9, n0, _LIRis,
1286
- { [_h]: ["POST", "/input-routings", 200] }, () => ListInputRoutingsRequest$, () => ListInputRoutingsResponse$
1287
- ];
1288
- var ListInputs$ = [9, n0, _LI,
1289
- { [_h]: ["GET", "/inputs", 200] }, () => ListInputsRequest$, () => ListInputsResponse$
1290
- ];
1291
- var ListTagsForResource$ = [9, n0, _LTFR,
1292
- { [_h]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1293
- ];
1294
- var PutLoggingOptions$ = [9, n0, _PLO,
1295
- { [_h]: ["PUT", "/logging", 200] }, () => PutLoggingOptionsRequest$, () => __Unit
1296
- ];
1297
- var StartDetectorModelAnalysis$ = [9, n0, _SDMA,
1298
- { [_h]: ["POST", "/analysis/detector-models", 200] }, () => StartDetectorModelAnalysisRequest$, () => StartDetectorModelAnalysisResponse$
1299
- ];
1300
- var TagResource$ = [9, n0, _TR,
1301
- { [_h]: ["POST", "/tags", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1302
- ];
1303
- var UntagResource$ = [9, n0, _UR,
1304
- { [_h]: ["DELETE", "/tags", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1305
- ];
1306
- var UpdateAlarmModel$ = [9, n0, _UAM,
1307
- { [_h]: ["POST", "/alarm-models/{alarmModelName}", 200] }, () => UpdateAlarmModelRequest$, () => UpdateAlarmModelResponse$
1308
- ];
1309
- var UpdateDetectorModel$ = [9, n0, _UDM,
1310
- { [_h]: ["POST", "/detector-models/{detectorModelName}", 200] }, () => UpdateDetectorModelRequest$, () => UpdateDetectorModelResponse$
1311
- ];
1312
- var UpdateInput$ = [9, n0, _UI,
1313
- { [_h]: ["PUT", "/inputs/{inputName}", 200] }, () => UpdateInputRequest$, () => UpdateInputResponse$
1314
- ];
1315
-
1316
116
  class CreateAlarmModelCommand extends smithyClient.Command
1317
117
  .classBuilder()
1318
118
  .ep(commonParams)
@@ -1321,7 +121,7 @@ class CreateAlarmModelCommand extends smithyClient.Command
1321
121
  })
1322
122
  .s("IotColumboService", "CreateAlarmModel", {})
1323
123
  .n("IoTEventsClient", "CreateAlarmModelCommand")
1324
- .sc(CreateAlarmModel$)
124
+ .sc(schemas_0.CreateAlarmModel$)
1325
125
  .build() {
1326
126
  }
1327
127
 
@@ -1333,7 +133,7 @@ class CreateDetectorModelCommand extends smithyClient.Command
1333
133
  })
1334
134
  .s("IotColumboService", "CreateDetectorModel", {})
1335
135
  .n("IoTEventsClient", "CreateDetectorModelCommand")
1336
- .sc(CreateDetectorModel$)
136
+ .sc(schemas_0.CreateDetectorModel$)
1337
137
  .build() {
1338
138
  }
1339
139
 
@@ -1345,7 +145,7 @@ class CreateInputCommand extends smithyClient.Command
1345
145
  })
1346
146
  .s("IotColumboService", "CreateInput", {})
1347
147
  .n("IoTEventsClient", "CreateInputCommand")
1348
- .sc(CreateInput$)
148
+ .sc(schemas_0.CreateInput$)
1349
149
  .build() {
1350
150
  }
1351
151
 
@@ -1357,7 +157,7 @@ class DeleteAlarmModelCommand extends smithyClient.Command
1357
157
  })
1358
158
  .s("IotColumboService", "DeleteAlarmModel", {})
1359
159
  .n("IoTEventsClient", "DeleteAlarmModelCommand")
1360
- .sc(DeleteAlarmModel$)
160
+ .sc(schemas_0.DeleteAlarmModel$)
1361
161
  .build() {
1362
162
  }
1363
163
 
@@ -1369,7 +169,7 @@ class DeleteDetectorModelCommand extends smithyClient.Command
1369
169
  })
1370
170
  .s("IotColumboService", "DeleteDetectorModel", {})
1371
171
  .n("IoTEventsClient", "DeleteDetectorModelCommand")
1372
- .sc(DeleteDetectorModel$)
172
+ .sc(schemas_0.DeleteDetectorModel$)
1373
173
  .build() {
1374
174
  }
1375
175
 
@@ -1381,7 +181,7 @@ class DeleteInputCommand extends smithyClient.Command
1381
181
  })
1382
182
  .s("IotColumboService", "DeleteInput", {})
1383
183
  .n("IoTEventsClient", "DeleteInputCommand")
1384
- .sc(DeleteInput$)
184
+ .sc(schemas_0.DeleteInput$)
1385
185
  .build() {
1386
186
  }
1387
187
 
@@ -1393,7 +193,7 @@ class DescribeAlarmModelCommand extends smithyClient.Command
1393
193
  })
1394
194
  .s("IotColumboService", "DescribeAlarmModel", {})
1395
195
  .n("IoTEventsClient", "DescribeAlarmModelCommand")
1396
- .sc(DescribeAlarmModel$)
196
+ .sc(schemas_0.DescribeAlarmModel$)
1397
197
  .build() {
1398
198
  }
1399
199
 
@@ -1405,7 +205,7 @@ class DescribeDetectorModelAnalysisCommand extends smithyClient.Command
1405
205
  })
1406
206
  .s("IotColumboService", "DescribeDetectorModelAnalysis", {})
1407
207
  .n("IoTEventsClient", "DescribeDetectorModelAnalysisCommand")
1408
- .sc(DescribeDetectorModelAnalysis$)
208
+ .sc(schemas_0.DescribeDetectorModelAnalysis$)
1409
209
  .build() {
1410
210
  }
1411
211
 
@@ -1417,7 +217,7 @@ class DescribeDetectorModelCommand extends smithyClient.Command
1417
217
  })
1418
218
  .s("IotColumboService", "DescribeDetectorModel", {})
1419
219
  .n("IoTEventsClient", "DescribeDetectorModelCommand")
1420
- .sc(DescribeDetectorModel$)
220
+ .sc(schemas_0.DescribeDetectorModel$)
1421
221
  .build() {
1422
222
  }
1423
223
 
@@ -1429,7 +229,7 @@ class DescribeInputCommand extends smithyClient.Command
1429
229
  })
1430
230
  .s("IotColumboService", "DescribeInput", {})
1431
231
  .n("IoTEventsClient", "DescribeInputCommand")
1432
- .sc(DescribeInput$)
232
+ .sc(schemas_0.DescribeInput$)
1433
233
  .build() {
1434
234
  }
1435
235
 
@@ -1441,7 +241,7 @@ class DescribeLoggingOptionsCommand extends smithyClient.Command
1441
241
  })
1442
242
  .s("IotColumboService", "DescribeLoggingOptions", {})
1443
243
  .n("IoTEventsClient", "DescribeLoggingOptionsCommand")
1444
- .sc(DescribeLoggingOptions$)
244
+ .sc(schemas_0.DescribeLoggingOptions$)
1445
245
  .build() {
1446
246
  }
1447
247
 
@@ -1453,7 +253,7 @@ class GetDetectorModelAnalysisResultsCommand extends smithyClient.Command
1453
253
  })
1454
254
  .s("IotColumboService", "GetDetectorModelAnalysisResults", {})
1455
255
  .n("IoTEventsClient", "GetDetectorModelAnalysisResultsCommand")
1456
- .sc(GetDetectorModelAnalysisResults$)
256
+ .sc(schemas_0.GetDetectorModelAnalysisResults$)
1457
257
  .build() {
1458
258
  }
1459
259
 
@@ -1465,7 +265,7 @@ class ListAlarmModelsCommand extends smithyClient.Command
1465
265
  })
1466
266
  .s("IotColumboService", "ListAlarmModels", {})
1467
267
  .n("IoTEventsClient", "ListAlarmModelsCommand")
1468
- .sc(ListAlarmModels$)
268
+ .sc(schemas_0.ListAlarmModels$)
1469
269
  .build() {
1470
270
  }
1471
271
 
@@ -1477,7 +277,7 @@ class ListAlarmModelVersionsCommand extends smithyClient.Command
1477
277
  })
1478
278
  .s("IotColumboService", "ListAlarmModelVersions", {})
1479
279
  .n("IoTEventsClient", "ListAlarmModelVersionsCommand")
1480
- .sc(ListAlarmModelVersions$)
280
+ .sc(schemas_0.ListAlarmModelVersions$)
1481
281
  .build() {
1482
282
  }
1483
283
 
@@ -1489,7 +289,7 @@ class ListDetectorModelsCommand extends smithyClient.Command
1489
289
  })
1490
290
  .s("IotColumboService", "ListDetectorModels", {})
1491
291
  .n("IoTEventsClient", "ListDetectorModelsCommand")
1492
- .sc(ListDetectorModels$)
292
+ .sc(schemas_0.ListDetectorModels$)
1493
293
  .build() {
1494
294
  }
1495
295
 
@@ -1501,7 +301,7 @@ class ListDetectorModelVersionsCommand extends smithyClient.Command
1501
301
  })
1502
302
  .s("IotColumboService", "ListDetectorModelVersions", {})
1503
303
  .n("IoTEventsClient", "ListDetectorModelVersionsCommand")
1504
- .sc(ListDetectorModelVersions$)
304
+ .sc(schemas_0.ListDetectorModelVersions$)
1505
305
  .build() {
1506
306
  }
1507
307
 
@@ -1513,7 +313,7 @@ class ListInputRoutingsCommand extends smithyClient.Command
1513
313
  })
1514
314
  .s("IotColumboService", "ListInputRoutings", {})
1515
315
  .n("IoTEventsClient", "ListInputRoutingsCommand")
1516
- .sc(ListInputRoutings$)
316
+ .sc(schemas_0.ListInputRoutings$)
1517
317
  .build() {
1518
318
  }
1519
319
 
@@ -1525,7 +325,7 @@ class ListInputsCommand extends smithyClient.Command
1525
325
  })
1526
326
  .s("IotColumboService", "ListInputs", {})
1527
327
  .n("IoTEventsClient", "ListInputsCommand")
1528
- .sc(ListInputs$)
328
+ .sc(schemas_0.ListInputs$)
1529
329
  .build() {
1530
330
  }
1531
331
 
@@ -1537,7 +337,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1537
337
  })
1538
338
  .s("IotColumboService", "ListTagsForResource", {})
1539
339
  .n("IoTEventsClient", "ListTagsForResourceCommand")
1540
- .sc(ListTagsForResource$)
340
+ .sc(schemas_0.ListTagsForResource$)
1541
341
  .build() {
1542
342
  }
1543
343
 
@@ -1549,7 +349,7 @@ class PutLoggingOptionsCommand extends smithyClient.Command
1549
349
  })
1550
350
  .s("IotColumboService", "PutLoggingOptions", {})
1551
351
  .n("IoTEventsClient", "PutLoggingOptionsCommand")
1552
- .sc(PutLoggingOptions$)
352
+ .sc(schemas_0.PutLoggingOptions$)
1553
353
  .build() {
1554
354
  }
1555
355
 
@@ -1561,7 +361,7 @@ class StartDetectorModelAnalysisCommand extends smithyClient.Command
1561
361
  })
1562
362
  .s("IotColumboService", "StartDetectorModelAnalysis", {})
1563
363
  .n("IoTEventsClient", "StartDetectorModelAnalysisCommand")
1564
- .sc(StartDetectorModelAnalysis$)
364
+ .sc(schemas_0.StartDetectorModelAnalysis$)
1565
365
  .build() {
1566
366
  }
1567
367
 
@@ -1573,7 +373,7 @@ class TagResourceCommand extends smithyClient.Command
1573
373
  })
1574
374
  .s("IotColumboService", "TagResource", {})
1575
375
  .n("IoTEventsClient", "TagResourceCommand")
1576
- .sc(TagResource$)
376
+ .sc(schemas_0.TagResource$)
1577
377
  .build() {
1578
378
  }
1579
379
 
@@ -1585,7 +385,7 @@ class UntagResourceCommand extends smithyClient.Command
1585
385
  })
1586
386
  .s("IotColumboService", "UntagResource", {})
1587
387
  .n("IoTEventsClient", "UntagResourceCommand")
1588
- .sc(UntagResource$)
388
+ .sc(schemas_0.UntagResource$)
1589
389
  .build() {
1590
390
  }
1591
391
 
@@ -1597,7 +397,7 @@ class UpdateAlarmModelCommand extends smithyClient.Command
1597
397
  })
1598
398
  .s("IotColumboService", "UpdateAlarmModel", {})
1599
399
  .n("IoTEventsClient", "UpdateAlarmModelCommand")
1600
- .sc(UpdateAlarmModel$)
400
+ .sc(schemas_0.UpdateAlarmModel$)
1601
401
  .build() {
1602
402
  }
1603
403
 
@@ -1609,7 +409,7 @@ class UpdateDetectorModelCommand extends smithyClient.Command
1609
409
  })
1610
410
  .s("IotColumboService", "UpdateDetectorModel", {})
1611
411
  .n("IoTEventsClient", "UpdateDetectorModelCommand")
1612
- .sc(UpdateDetectorModel$)
412
+ .sc(schemas_0.UpdateDetectorModel$)
1613
413
  .build() {
1614
414
  }
1615
415
 
@@ -1621,7 +421,7 @@ class UpdateInputCommand extends smithyClient.Command
1621
421
  })
1622
422
  .s("IotColumboService", "UpdateInput", {})
1623
423
  .n("IoTEventsClient", "UpdateInputCommand")
1624
- .sc(UpdateInput$)
424
+ .sc(schemas_0.UpdateInput$)
1625
425
  .build() {
1626
426
  }
1627
427
 
@@ -1718,199 +518,56 @@ Object.defineProperty(exports, "__Client", {
1718
518
  enumerable: true,
1719
519
  get: function () { return smithyClient.Client; }
1720
520
  });
1721
- exports.AcknowledgeFlow$ = AcknowledgeFlow$;
1722
- exports.Action$ = Action$;
1723
- exports.AlarmAction$ = AlarmAction$;
1724
- exports.AlarmCapabilities$ = AlarmCapabilities$;
1725
- exports.AlarmEventActions$ = AlarmEventActions$;
1726
- exports.AlarmModelSummary$ = AlarmModelSummary$;
521
+ Object.defineProperty(exports, "IoTEventsServiceException", {
522
+ enumerable: true,
523
+ get: function () { return IoTEventsServiceException.IoTEventsServiceException; }
524
+ });
1727
525
  exports.AlarmModelVersionStatus = AlarmModelVersionStatus;
1728
- exports.AlarmModelVersionSummary$ = AlarmModelVersionSummary$;
1729
- exports.AlarmNotification$ = AlarmNotification$;
1730
- exports.AlarmRule$ = AlarmRule$;
1731
- exports.AnalysisResult$ = AnalysisResult$;
1732
526
  exports.AnalysisResultLevel = AnalysisResultLevel;
1733
- exports.AnalysisResultLocation$ = AnalysisResultLocation$;
1734
527
  exports.AnalysisStatus = AnalysisStatus;
1735
- exports.AssetPropertyTimestamp$ = AssetPropertyTimestamp$;
1736
- exports.AssetPropertyValue$ = AssetPropertyValue$;
1737
- exports.AssetPropertyVariant$ = AssetPropertyVariant$;
1738
- exports.Attribute$ = Attribute$;
1739
- exports.ClearTimerAction$ = ClearTimerAction$;
1740
528
  exports.ComparisonOperator = ComparisonOperator;
1741
- exports.CreateAlarmModel$ = CreateAlarmModel$;
1742
529
  exports.CreateAlarmModelCommand = CreateAlarmModelCommand;
1743
- exports.CreateAlarmModelRequest$ = CreateAlarmModelRequest$;
1744
- exports.CreateAlarmModelResponse$ = CreateAlarmModelResponse$;
1745
- exports.CreateDetectorModel$ = CreateDetectorModel$;
1746
530
  exports.CreateDetectorModelCommand = CreateDetectorModelCommand;
1747
- exports.CreateDetectorModelRequest$ = CreateDetectorModelRequest$;
1748
- exports.CreateDetectorModelResponse$ = CreateDetectorModelResponse$;
1749
- exports.CreateInput$ = CreateInput$;
1750
531
  exports.CreateInputCommand = CreateInputCommand;
1751
- exports.CreateInputRequest$ = CreateInputRequest$;
1752
- exports.CreateInputResponse$ = CreateInputResponse$;
1753
- exports.DeleteAlarmModel$ = DeleteAlarmModel$;
1754
532
  exports.DeleteAlarmModelCommand = DeleteAlarmModelCommand;
1755
- exports.DeleteAlarmModelRequest$ = DeleteAlarmModelRequest$;
1756
- exports.DeleteAlarmModelResponse$ = DeleteAlarmModelResponse$;
1757
- exports.DeleteDetectorModel$ = DeleteDetectorModel$;
1758
533
  exports.DeleteDetectorModelCommand = DeleteDetectorModelCommand;
1759
- exports.DeleteDetectorModelRequest$ = DeleteDetectorModelRequest$;
1760
- exports.DeleteDetectorModelResponse$ = DeleteDetectorModelResponse$;
1761
- exports.DeleteInput$ = DeleteInput$;
1762
534
  exports.DeleteInputCommand = DeleteInputCommand;
1763
- exports.DeleteInputRequest$ = DeleteInputRequest$;
1764
- exports.DeleteInputResponse$ = DeleteInputResponse$;
1765
- exports.DescribeAlarmModel$ = DescribeAlarmModel$;
1766
535
  exports.DescribeAlarmModelCommand = DescribeAlarmModelCommand;
1767
- exports.DescribeAlarmModelRequest$ = DescribeAlarmModelRequest$;
1768
- exports.DescribeAlarmModelResponse$ = DescribeAlarmModelResponse$;
1769
- exports.DescribeDetectorModel$ = DescribeDetectorModel$;
1770
- exports.DescribeDetectorModelAnalysis$ = DescribeDetectorModelAnalysis$;
1771
536
  exports.DescribeDetectorModelAnalysisCommand = DescribeDetectorModelAnalysisCommand;
1772
- exports.DescribeDetectorModelAnalysisRequest$ = DescribeDetectorModelAnalysisRequest$;
1773
- exports.DescribeDetectorModelAnalysisResponse$ = DescribeDetectorModelAnalysisResponse$;
1774
537
  exports.DescribeDetectorModelCommand = DescribeDetectorModelCommand;
1775
- exports.DescribeDetectorModelRequest$ = DescribeDetectorModelRequest$;
1776
- exports.DescribeDetectorModelResponse$ = DescribeDetectorModelResponse$;
1777
- exports.DescribeInput$ = DescribeInput$;
1778
538
  exports.DescribeInputCommand = DescribeInputCommand;
1779
- exports.DescribeInputRequest$ = DescribeInputRequest$;
1780
- exports.DescribeInputResponse$ = DescribeInputResponse$;
1781
- exports.DescribeLoggingOptions$ = DescribeLoggingOptions$;
1782
539
  exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
1783
- exports.DescribeLoggingOptionsRequest$ = DescribeLoggingOptionsRequest$;
1784
- exports.DescribeLoggingOptionsResponse$ = DescribeLoggingOptionsResponse$;
1785
- exports.DetectorDebugOption$ = DetectorDebugOption$;
1786
- exports.DetectorModel$ = DetectorModel$;
1787
- exports.DetectorModelConfiguration$ = DetectorModelConfiguration$;
1788
- exports.DetectorModelDefinition$ = DetectorModelDefinition$;
1789
- exports.DetectorModelSummary$ = DetectorModelSummary$;
1790
540
  exports.DetectorModelVersionStatus = DetectorModelVersionStatus;
1791
- exports.DetectorModelVersionSummary$ = DetectorModelVersionSummary$;
1792
- exports.DynamoDBAction$ = DynamoDBAction$;
1793
- exports.DynamoDBv2Action$ = DynamoDBv2Action$;
1794
- exports.EmailConfiguration$ = EmailConfiguration$;
1795
- exports.EmailContent$ = EmailContent$;
1796
- exports.EmailRecipients$ = EmailRecipients$;
1797
541
  exports.EvaluationMethod = EvaluationMethod;
1798
- exports.Event$ = Event$;
1799
- exports.FirehoseAction$ = FirehoseAction$;
1800
- exports.GetDetectorModelAnalysisResults$ = GetDetectorModelAnalysisResults$;
1801
542
  exports.GetDetectorModelAnalysisResultsCommand = GetDetectorModelAnalysisResultsCommand;
1802
- exports.GetDetectorModelAnalysisResultsRequest$ = GetDetectorModelAnalysisResultsRequest$;
1803
- exports.GetDetectorModelAnalysisResultsResponse$ = GetDetectorModelAnalysisResultsResponse$;
1804
- exports.InitializationConfiguration$ = InitializationConfiguration$;
1805
- exports.Input$ = Input$;
1806
- exports.InputConfiguration$ = InputConfiguration$;
1807
- exports.InputDefinition$ = InputDefinition$;
1808
- exports.InputIdentifier$ = InputIdentifier$;
1809
543
  exports.InputStatus = InputStatus;
1810
- exports.InputSummary$ = InputSummary$;
1811
- exports.InternalFailureException = InternalFailureException;
1812
- exports.InternalFailureException$ = InternalFailureException$;
1813
- exports.InvalidRequestException = InvalidRequestException;
1814
- exports.InvalidRequestException$ = InvalidRequestException$;
1815
544
  exports.IoTEvents = IoTEvents;
1816
545
  exports.IoTEventsClient = IoTEventsClient;
1817
- exports.IoTEventsServiceException = IoTEventsServiceException;
1818
- exports.IoTEventsServiceException$ = IoTEventsServiceException$;
1819
- exports.IotEventsAction$ = IotEventsAction$;
1820
- exports.IotEventsInputIdentifier$ = IotEventsInputIdentifier$;
1821
- exports.IotSiteWiseAction$ = IotSiteWiseAction$;
1822
- exports.IotSiteWiseAssetModelPropertyIdentifier$ = IotSiteWiseAssetModelPropertyIdentifier$;
1823
- exports.IotSiteWiseInputIdentifier$ = IotSiteWiseInputIdentifier$;
1824
- exports.IotTopicPublishAction$ = IotTopicPublishAction$;
1825
- exports.LambdaAction$ = LambdaAction$;
1826
- exports.LimitExceededException = LimitExceededException;
1827
- exports.LimitExceededException$ = LimitExceededException$;
1828
- exports.ListAlarmModelVersions$ = ListAlarmModelVersions$;
1829
546
  exports.ListAlarmModelVersionsCommand = ListAlarmModelVersionsCommand;
1830
- exports.ListAlarmModelVersionsRequest$ = ListAlarmModelVersionsRequest$;
1831
- exports.ListAlarmModelVersionsResponse$ = ListAlarmModelVersionsResponse$;
1832
- exports.ListAlarmModels$ = ListAlarmModels$;
1833
547
  exports.ListAlarmModelsCommand = ListAlarmModelsCommand;
1834
- exports.ListAlarmModelsRequest$ = ListAlarmModelsRequest$;
1835
- exports.ListAlarmModelsResponse$ = ListAlarmModelsResponse$;
1836
- exports.ListDetectorModelVersions$ = ListDetectorModelVersions$;
1837
548
  exports.ListDetectorModelVersionsCommand = ListDetectorModelVersionsCommand;
1838
- exports.ListDetectorModelVersionsRequest$ = ListDetectorModelVersionsRequest$;
1839
- exports.ListDetectorModelVersionsResponse$ = ListDetectorModelVersionsResponse$;
1840
- exports.ListDetectorModels$ = ListDetectorModels$;
1841
549
  exports.ListDetectorModelsCommand = ListDetectorModelsCommand;
1842
- exports.ListDetectorModelsRequest$ = ListDetectorModelsRequest$;
1843
- exports.ListDetectorModelsResponse$ = ListDetectorModelsResponse$;
1844
- exports.ListInputRoutings$ = ListInputRoutings$;
1845
550
  exports.ListInputRoutingsCommand = ListInputRoutingsCommand;
1846
- exports.ListInputRoutingsRequest$ = ListInputRoutingsRequest$;
1847
- exports.ListInputRoutingsResponse$ = ListInputRoutingsResponse$;
1848
- exports.ListInputs$ = ListInputs$;
1849
551
  exports.ListInputsCommand = ListInputsCommand;
1850
- exports.ListInputsRequest$ = ListInputsRequest$;
1851
- exports.ListInputsResponse$ = ListInputsResponse$;
1852
- exports.ListTagsForResource$ = ListTagsForResource$;
1853
552
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1854
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1855
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1856
553
  exports.LoggingLevel = LoggingLevel;
1857
- exports.LoggingOptions$ = LoggingOptions$;
1858
- exports.NotificationAction$ = NotificationAction$;
1859
- exports.NotificationTargetActions$ = NotificationTargetActions$;
1860
- exports.OnEnterLifecycle$ = OnEnterLifecycle$;
1861
- exports.OnExitLifecycle$ = OnExitLifecycle$;
1862
- exports.OnInputLifecycle$ = OnInputLifecycle$;
1863
- exports.Payload$ = Payload$;
1864
554
  exports.PayloadType = PayloadType;
1865
- exports.PutLoggingOptions$ = PutLoggingOptions$;
1866
555
  exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;
1867
- exports.PutLoggingOptionsRequest$ = PutLoggingOptionsRequest$;
1868
- exports.RecipientDetail$ = RecipientDetail$;
1869
- exports.ResetTimerAction$ = ResetTimerAction$;
1870
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
1871
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
1872
- exports.ResourceInUseException = ResourceInUseException;
1873
- exports.ResourceInUseException$ = ResourceInUseException$;
1874
- exports.ResourceNotFoundException = ResourceNotFoundException;
1875
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1876
- exports.RoutedResource$ = RoutedResource$;
1877
- exports.SMSConfiguration$ = SMSConfiguration$;
1878
- exports.SNSTopicPublishAction$ = SNSTopicPublishAction$;
1879
- exports.SSOIdentity$ = SSOIdentity$;
1880
- exports.ServiceUnavailableException = ServiceUnavailableException;
1881
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1882
- exports.SetTimerAction$ = SetTimerAction$;
1883
- exports.SetVariableAction$ = SetVariableAction$;
1884
- exports.SimpleRule$ = SimpleRule$;
1885
- exports.SqsAction$ = SqsAction$;
1886
- exports.StartDetectorModelAnalysis$ = StartDetectorModelAnalysis$;
1887
556
  exports.StartDetectorModelAnalysisCommand = StartDetectorModelAnalysisCommand;
1888
- exports.StartDetectorModelAnalysisRequest$ = StartDetectorModelAnalysisRequest$;
1889
- exports.StartDetectorModelAnalysisResponse$ = StartDetectorModelAnalysisResponse$;
1890
- exports.State$ = State$;
1891
- exports.Tag$ = Tag$;
1892
- exports.TagResource$ = TagResource$;
1893
557
  exports.TagResourceCommand = TagResourceCommand;
1894
- exports.TagResourceRequest$ = TagResourceRequest$;
1895
- exports.TagResourceResponse$ = TagResourceResponse$;
1896
- exports.ThrottlingException = ThrottlingException;
1897
- exports.ThrottlingException$ = ThrottlingException$;
1898
- exports.TransitionEvent$ = TransitionEvent$;
1899
- exports.UnsupportedOperationException = UnsupportedOperationException;
1900
- exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1901
- exports.UntagResource$ = UntagResource$;
1902
558
  exports.UntagResourceCommand = UntagResourceCommand;
1903
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1904
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1905
- exports.UpdateAlarmModel$ = UpdateAlarmModel$;
1906
559
  exports.UpdateAlarmModelCommand = UpdateAlarmModelCommand;
1907
- exports.UpdateAlarmModelRequest$ = UpdateAlarmModelRequest$;
1908
- exports.UpdateAlarmModelResponse$ = UpdateAlarmModelResponse$;
1909
- exports.UpdateDetectorModel$ = UpdateDetectorModel$;
1910
560
  exports.UpdateDetectorModelCommand = UpdateDetectorModelCommand;
1911
- exports.UpdateDetectorModelRequest$ = UpdateDetectorModelRequest$;
1912
- exports.UpdateDetectorModelResponse$ = UpdateDetectorModelResponse$;
1913
- exports.UpdateInput$ = UpdateInput$;
1914
561
  exports.UpdateInputCommand = UpdateInputCommand;
1915
- exports.UpdateInputRequest$ = UpdateInputRequest$;
1916
- exports.UpdateInputResponse$ = UpdateInputResponse$;
562
+ Object.keys(schemas_0).forEach(function (k) {
563
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
564
+ enumerable: true,
565
+ get: function () { return schemas_0[k]; }
566
+ });
567
+ });
568
+ Object.keys(errors).forEach(function (k) {
569
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
570
+ enumerable: true,
571
+ get: function () { return errors[k]; }
572
+ });
573
+ });