@aws-sdk/client-iot-events 3.986.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIoTEventsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-07-27",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.iotevents",
30
+ errorTypeRegistries,
29
31
  version: "2018-07-27",
30
32
  serviceTarget: "IotColumboService",
31
33
  },
@@ -188,13 +188,13 @@ const _ac = "action";
188
188
  const _ar = "arn";
189
189
  const _at = "attributes";
190
190
  const _bV = "booleanValue";
191
- const _c = "content";
191
+ const _c = "client";
192
192
  const _cE = "contentExpression";
193
193
  const _cO = "comparisonOperator";
194
194
  const _cT = "clearTimer";
195
195
  const _cTr = "creationTime";
196
- const _cl = "client";
197
- const _co = "condition";
196
+ const _co = "content";
197
+ const _con = "condition";
198
198
  const _dDB = "dynamoDB";
199
199
  const _dDBy = "dynamoDBv2";
200
200
  const _dDO = "detectorDebugOptions";
@@ -211,12 +211,12 @@ const _dMVS = "detectorModelVersionSummaries";
211
211
  const _dOI = "disabledOnInitialization";
212
212
  const _dSN = "deliveryStreamName";
213
213
  const _dV = "doubleValue";
214
- const _e = "enabled";
214
+ const _e = "error";
215
215
  const _eC = "emailConfigurations";
216
216
  const _eI = "entryId";
217
217
  const _eM = "evaluationMethod";
218
218
  const _eN = "eventName";
219
- const _er = "error";
219
+ const _en = "enabled";
220
220
  const _ev = "events";
221
221
  const _f = "firehose";
222
222
  const _fA = "functionArn";
@@ -276,15 +276,15 @@ const _pa = "payload";
276
276
  const _q = "quality";
277
277
  const _qU = "queueUrl";
278
278
  const _r = "recipients";
279
- const _rA = "roleArn";
280
- const _rAe = "resourceArn";
279
+ const _rA = "resourceArn";
280
+ const _rAo = "roleArn";
281
281
  const _rI = "resourceId";
282
282
  const _rKF = "rangeKeyField";
283
283
  const _rKT = "rangeKeyType";
284
284
  const _rKV = "rangeKeyValue";
285
285
  const _rR = "routedResources";
286
286
  const _rT = "resetTimer";
287
- const _s = "sns";
287
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iotevents";
288
288
  const _sC = "smsConfigurations";
289
289
  const _sI = "ssoIdentity";
290
290
  const _sIe = "senderId";
@@ -294,11 +294,11 @@ const _sR = "simpleRule";
294
294
  const _sT = "setTimer";
295
295
  const _sV = "setVariable";
296
296
  const _sVt = "stringValue";
297
- const _se = "severity";
297
+ const _se = "server";
298
298
  const _sec = "seconds";
299
299
  const _sep = "separator";
300
- const _ser = "server";
301
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iotevents";
300
+ const _sev = "severity";
301
+ const _sn = "sns";
302
302
  const _sq = "sqs";
303
303
  const _st = "status";
304
304
  const _sta = "states";
@@ -323,19 +323,81 @@ const n0 = "com.amazonaws.iotevents";
323
323
  import { TypeRegistry } from "@smithy/core/schema";
324
324
  import { InternalFailureException, InvalidRequestException, LimitExceededException, ResourceAlreadyExistsException, ResourceInUseException, ResourceNotFoundException, ServiceUnavailableException, ThrottlingException, UnsupportedOperationException, } from "../models/errors";
325
325
  import { IoTEventsServiceException } from "../models/IoTEventsServiceException";
326
+ const _s_registry = TypeRegistry.for(_s);
327
+ export var IoTEventsServiceException$ = [-3, _s, "IoTEventsServiceException", 0, [], []];
328
+ _s_registry.registerError(IoTEventsServiceException$, IoTEventsServiceException);
329
+ const n0_registry = TypeRegistry.for(n0);
330
+ export var InternalFailureException$ = [-3, n0, _IFE,
331
+ { [_e]: _se, [_hE]: 500 },
332
+ [_m],
333
+ [0]
334
+ ];
335
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
336
+ export var InvalidRequestException$ = [-3, n0, _IRE,
337
+ { [_e]: _c, [_hE]: 400 },
338
+ [_m],
339
+ [0]
340
+ ];
341
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
342
+ export var LimitExceededException$ = [-3, n0, _LEE,
343
+ { [_e]: _c, [_hE]: 410 },
344
+ [_m],
345
+ [0]
346
+ ];
347
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
348
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
349
+ { [_e]: _c, [_hE]: 409 },
350
+ [_m, _rI, _rA],
351
+ [0, 0, 0]
352
+ ];
353
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
354
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
355
+ { [_e]: _c, [_hE]: 409 },
356
+ [_m],
357
+ [0]
358
+ ];
359
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
360
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
361
+ { [_e]: _c, [_hE]: 404 },
362
+ [_m],
363
+ [0]
364
+ ];
365
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
366
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
367
+ { [_e]: _se, [_hE]: 503 },
368
+ [_m],
369
+ [0]
370
+ ];
371
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
372
+ export var ThrottlingException$ = [-3, n0, _TE,
373
+ { [_e]: _c, [_hE]: 429 },
374
+ [_m],
375
+ [0]
376
+ ];
377
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
378
+ export var UnsupportedOperationException$ = [-3, n0, _UOE,
379
+ { [_e]: _se, [_hE]: 501 },
380
+ [_m],
381
+ [0]
382
+ ];
383
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
384
+ export const errorTypeRegistries = [
385
+ _s_registry,
386
+ n0_registry,
387
+ ];
326
388
  export var AcknowledgeFlow$ = [3, n0, _AF,
327
389
  0,
328
- [_e],
390
+ [_en],
329
391
  [2], 1
330
392
  ];
331
393
  export var Action$ = [3, n0, _A,
332
394
  0,
333
- [_sV, _s, _iTP, _sT, _cT, _rT, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
395
+ [_sV, _sn, _iTP, _sT, _cT, _rT, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
334
396
  [() => SetVariableAction$, () => SNSTopicPublishAction$, () => IotTopicPublishAction$, () => SetTimerAction$, () => ClearTimerAction$, () => ResetTimerAction$, () => LambdaAction$, () => IotEventsAction$, () => SqsAction$, () => FirehoseAction$, () => DynamoDBAction$, () => DynamoDBv2Action$, () => IotSiteWiseAction$]
335
397
  ];
336
398
  export var AlarmAction$ = [3, n0, _AA,
337
399
  0,
338
- [_s, _iTP, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
400
+ [_sn, _iTP, _l, _iE, _sq, _f, _dDB, _dDBy, _iSW],
339
401
  [() => SNSTopicPublishAction$, () => IotTopicPublishAction$, () => LambdaAction$, () => IotEventsAction$, () => SqsAction$, () => FirehoseAction$, () => DynamoDBAction$, () => DynamoDBv2Action$, () => IotSiteWiseAction$]
340
402
  ];
341
403
  export var AlarmCapabilities$ = [3, n0, _AC,
@@ -355,7 +417,7 @@ export var AlarmModelSummary$ = [3, n0, _AMS,
355
417
  ];
356
418
  export var AlarmModelVersionSummary$ = [3, n0, _AMVS,
357
419
  0,
358
- [_aMN, _aMA, _aMV, _rA, _cTr, _lUT, _st, _sM],
420
+ [_aMN, _aMA, _aMV, _rAo, _cTr, _lUT, _st, _sM],
359
421
  [0, 0, 0, 0, 4, 4, 0, 0]
360
422
  ];
361
423
  export var AlarmNotification$ = [3, n0, _AN,
@@ -405,7 +467,7 @@ export var ClearTimerAction$ = [3, n0, _CTA,
405
467
  ];
406
468
  export var CreateAlarmModelRequest$ = [3, n0, _CAMR,
407
469
  0,
408
- [_aMN, _rA, _aR, _aMD, _ta, _k, _se, _aN, _aEA, _aC],
470
+ [_aMN, _rAo, _aR, _aMD, _ta, _k, _sev, _aN, _aEA, _aC],
409
471
  [0, 0, () => AlarmRule$, 0, () => Tags, 0, 1, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$], 3
410
472
  ];
411
473
  export var CreateAlarmModelResponse$ = [3, n0, _CAMRr,
@@ -415,7 +477,7 @@ export var CreateAlarmModelResponse$ = [3, n0, _CAMRr,
415
477
  ];
416
478
  export var CreateDetectorModelRequest$ = [3, n0, _CDMR,
417
479
  0,
418
- [_dMN, _dMD, _rA, _dMDe, _k, _ta, _eM],
480
+ [_dMN, _dMD, _rAo, _dMDe, _k, _ta, _eM],
419
481
  [0, () => DetectorModelDefinition$, 0, 0, 0, () => Tags, 0], 3
420
482
  ];
421
483
  export var CreateDetectorModelResponse$ = [3, n0, _CDMRr,
@@ -470,7 +532,7 @@ export var DescribeAlarmModelRequest$ = [3, n0, _DAMRes,
470
532
  ];
471
533
  export var DescribeAlarmModelResponse$ = [3, n0, _DAMResc,
472
534
  0,
473
- [_cTr, _aMA, _aMV, _lUT, _st, _sM, _aMN, _aMD, _rA, _k, _se, _aR, _aN, _aEA, _aC],
535
+ [_cTr, _aMA, _aMV, _lUT, _st, _sM, _aMN, _aMD, _rAo, _k, _sev, _aR, _aN, _aEA, _aC],
474
536
  [4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, () => AlarmRule$, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$]
475
537
  ];
476
538
  export var DescribeDetectorModelAnalysisRequest$ = [3, n0, _DDMAR,
@@ -525,7 +587,7 @@ export var DetectorModel$ = [3, n0, _DM,
525
587
  ];
526
588
  export var DetectorModelConfiguration$ = [3, n0, _DMC,
527
589
  0,
528
- [_dMN, _dMV, _dMDe, _dMA, _rA, _cTr, _lUT, _st, _k, _eM],
590
+ [_dMN, _dMV, _dMDe, _dMA, _rAo, _cTr, _lUT, _st, _k, _eM],
529
591
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0]
530
592
  ];
531
593
  export var DetectorModelDefinition$ = [3, n0, _DMD,
@@ -540,7 +602,7 @@ export var DetectorModelSummary$ = [3, n0, _DMS,
540
602
  ];
541
603
  export var DetectorModelVersionSummary$ = [3, n0, _DMVS,
542
604
  0,
543
- [_dMN, _dMV, _dMA, _rA, _cTr, _lUT, _st, _eM],
605
+ [_dMN, _dMV, _dMA, _rAo, _cTr, _lUT, _st, _eM],
544
606
  [0, 0, 0, 0, 4, 4, 0, 0]
545
607
  ];
546
608
  export var DynamoDBAction$ = [3, n0, _DDBA,
@@ -555,7 +617,7 @@ export var DynamoDBv2Action$ = [3, n0, _DDBAy,
555
617
  ];
556
618
  export var EmailConfiguration$ = [3, n0, _EC,
557
619
  0,
558
- [_fr, _r, _c],
620
+ [_fr, _r, _co],
559
621
  [0, () => EmailRecipients$, () => EmailContent$], 2
560
622
  ];
561
623
  export var EmailContent$ = [3, n0, _ECm,
@@ -570,7 +632,7 @@ export var EmailRecipients$ = [3, n0, _ER,
570
632
  ];
571
633
  export var Event$ = [3, n0, _E,
572
634
  0,
573
- [_eN, _co, _a],
635
+ [_eN, _con, _a],
574
636
  [0, 0, () => Actions], 1
575
637
  ];
576
638
  export var FirehoseAction$ = [3, n0, _FA,
@@ -618,18 +680,6 @@ export var InputSummary$ = [3, n0, _IS,
618
680
  [_iN, _iDn, _iA, _cTr, _lUT, _st],
619
681
  [0, 0, 0, 4, 4, 0]
620
682
  ];
621
- export var InternalFailureException$ = [-3, n0, _IFE,
622
- { [_er]: _ser, [_hE]: 500 },
623
- [_m],
624
- [0]
625
- ];
626
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
627
- export var InvalidRequestException$ = [-3, n0, _IRE,
628
- { [_er]: _cl, [_hE]: 400 },
629
- [_m],
630
- [0]
631
- ];
632
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
633
683
  export var IotEventsAction$ = [3, n0, _IEA,
634
684
  0,
635
685
  [_iN, _pa],
@@ -665,12 +715,6 @@ export var LambdaAction$ = [3, n0, _LA,
665
715
  [_fA, _pa],
666
716
  [0, () => Payload$], 1
667
717
  ];
668
- export var LimitExceededException$ = [-3, n0, _LEE,
669
- { [_er]: _cl, [_hE]: 410 },
670
- [_m],
671
- [0]
672
- ];
673
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
674
718
  export var ListAlarmModelsRequest$ = [3, n0, _LAMR,
675
719
  0,
676
720
  [_nT, _mR],
@@ -733,8 +777,8 @@ export var ListInputsResponse$ = [3, n0, _LIRi,
733
777
  ];
734
778
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
735
779
  0,
736
- [_rAe],
737
- [[0, { [_hQ]: _rAe }]], 1
780
+ [_rA],
781
+ [[0, { [_hQ]: _rA }]], 1
738
782
  ];
739
783
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
740
784
  0,
@@ -743,7 +787,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
743
787
  ];
744
788
  export var LoggingOptions$ = [3, n0, _LO,
745
789
  0,
746
- [_rA, _le, _e, _dDO],
790
+ [_rAo, _le, _en, _dDO],
747
791
  [0, 0, 2, () => DetectorDebugOptions], 3
748
792
  ];
749
793
  export var NotificationAction$ = [3, n0, _NA,
@@ -791,35 +835,11 @@ export var ResetTimerAction$ = [3, n0, _RTA,
791
835
  [_tN],
792
836
  [0], 1
793
837
  ];
794
- export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
795
- { [_er]: _cl, [_hE]: 409 },
796
- [_m, _rI, _rAe],
797
- [0, 0, 0]
798
- ];
799
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
800
- export var ResourceInUseException$ = [-3, n0, _RIUE,
801
- { [_er]: _cl, [_hE]: 409 },
802
- [_m],
803
- [0]
804
- ];
805
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
806
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
807
- { [_er]: _cl, [_hE]: 404 },
808
- [_m],
809
- [0]
810
- ];
811
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
812
838
  export var RoutedResource$ = [3, n0, _RR,
813
839
  0,
814
840
  [_n, _ar],
815
841
  [0, 0]
816
842
  ];
817
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
818
- { [_er]: _ser, [_hE]: 503 },
819
- [_m],
820
- [0]
821
- ];
822
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
823
843
  export var SetTimerAction$ = [3, n0, _STA,
824
844
  0,
825
845
  [_tN, _sec, _dE],
@@ -877,35 +897,23 @@ export var Tag$ = [3, n0, _T,
877
897
  ];
878
898
  export var TagResourceRequest$ = [3, n0, _TRR,
879
899
  0,
880
- [_rAe, _ta],
881
- [[0, { [_hQ]: _rAe }], () => Tags], 2
900
+ [_rA, _ta],
901
+ [[0, { [_hQ]: _rA }], () => Tags], 2
882
902
  ];
883
903
  export var TagResourceResponse$ = [3, n0, _TRRa,
884
904
  0,
885
905
  [],
886
906
  []
887
907
  ];
888
- export var ThrottlingException$ = [-3, n0, _TE,
889
- { [_er]: _cl, [_hE]: 429 },
890
- [_m],
891
- [0]
892
- ];
893
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
894
908
  export var TransitionEvent$ = [3, n0, _TEr,
895
909
  0,
896
- [_eN, _co, _nS, _a],
910
+ [_eN, _con, _nS, _a],
897
911
  [0, 0, 0, () => Actions], 3
898
912
  ];
899
- export var UnsupportedOperationException$ = [-3, n0, _UOE,
900
- { [_er]: _ser, [_hE]: 501 },
901
- [_m],
902
- [0]
903
- ];
904
- TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
905
913
  export var UntagResourceRequest$ = [3, n0, _URR,
906
914
  0,
907
- [_rAe, _tK],
908
- [[0, { [_hQ]: _rAe }], [64 | 0, { [_hQ]: _tK }]], 2
915
+ [_rA, _tK],
916
+ [[0, { [_hQ]: _rA }], [64 | 0, { [_hQ]: _tK }]], 2
909
917
  ];
910
918
  export var UntagResourceResponse$ = [3, n0, _URRn,
911
919
  0,
@@ -914,7 +922,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
914
922
  ];
915
923
  export var UpdateAlarmModelRequest$ = [3, n0, _UAMR,
916
924
  0,
917
- [_aMN, _rA, _aR, _aMD, _se, _aN, _aEA, _aC],
925
+ [_aMN, _rAo, _aR, _aMD, _sev, _aN, _aEA, _aC],
918
926
  [[0, 1], 0, () => AlarmRule$, 0, 1, () => AlarmNotification$, () => AlarmEventActions$, () => AlarmCapabilities$], 3
919
927
  ];
920
928
  export var UpdateAlarmModelResponse$ = [3, n0, _UAMRp,
@@ -924,7 +932,7 @@ export var UpdateAlarmModelResponse$ = [3, n0, _UAMRp,
924
932
  ];
925
933
  export var UpdateDetectorModelRequest$ = [3, n0, _UDMR,
926
934
  0,
927
- [_dMN, _dMD, _rA, _dMDe, _eM],
935
+ [_dMN, _dMD, _rAo, _dMDe, _eM],
928
936
  [[0, 1], () => DetectorModelDefinition$, 0, 0, 0], 3
929
937
  ];
930
938
  export var UpdateDetectorModelResponse$ = [3, n0, _UDMRp,
@@ -943,8 +951,6 @@ export var UpdateInputResponse$ = [3, n0, _UIRp,
943
951
  [() => InputConfiguration$]
944
952
  ];
945
953
  var __Unit = "unit";
946
- export var IoTEventsServiceException$ = [-3, _sm, "IoTEventsServiceException", 0, [], []];
947
- TypeRegistry.for(_sm).registerError(IoTEventsServiceException$, IoTEventsServiceException);
948
954
  var Actions = [1, n0, _Ac,
949
955
  0, () => Action$
950
956
  ];
@@ -1,4 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var IoTEventsServiceException$: StaticErrorSchema;
4
+ export declare var InternalFailureException$: StaticErrorSchema;
5
+ export declare var InvalidRequestException$: StaticErrorSchema;
6
+ export declare var LimitExceededException$: StaticErrorSchema;
7
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
8
+ export declare var ResourceInUseException$: StaticErrorSchema;
9
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
10
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
11
+ export declare var ThrottlingException$: StaticErrorSchema;
12
+ export declare var UnsupportedOperationException$: StaticErrorSchema;
13
+ /**
14
+ * TypeRegistry instances containing modeled errors.
15
+ * @internal
16
+ *
17
+ */
18
+ export declare const errorTypeRegistries: TypeRegistry[];
2
19
  export declare var AcknowledgeFlow$: StaticStructureSchema;
3
20
  export declare var Action$: StaticStructureSchema;
4
21
  export declare var AlarmAction$: StaticStructureSchema;
@@ -58,8 +75,6 @@ export declare var InputConfiguration$: StaticStructureSchema;
58
75
  export declare var InputDefinition$: StaticStructureSchema;
59
76
  export declare var InputIdentifier$: StaticStructureSchema;
60
77
  export declare var InputSummary$: StaticStructureSchema;
61
- export declare var InternalFailureException$: StaticErrorSchema;
62
- export declare var InvalidRequestException$: StaticErrorSchema;
63
78
  export declare var IotEventsAction$: StaticStructureSchema;
64
79
  export declare var IotEventsInputIdentifier$: StaticStructureSchema;
65
80
  export declare var IotSiteWiseAction$: StaticStructureSchema;
@@ -67,7 +82,6 @@ export declare var IotSiteWiseAssetModelPropertyIdentifier$: StaticStructureSche
67
82
  export declare var IotSiteWiseInputIdentifier$: StaticStructureSchema;
68
83
  export declare var IotTopicPublishAction$: StaticStructureSchema;
69
84
  export declare var LambdaAction$: StaticStructureSchema;
70
- export declare var LimitExceededException$: StaticErrorSchema;
71
85
  export declare var ListAlarmModelsRequest$: StaticStructureSchema;
72
86
  export declare var ListAlarmModelsResponse$: StaticStructureSchema;
73
87
  export declare var ListAlarmModelVersionsRequest$: StaticStructureSchema;
@@ -92,11 +106,7 @@ export declare var Payload$: StaticStructureSchema;
92
106
  export declare var PutLoggingOptionsRequest$: StaticStructureSchema;
93
107
  export declare var RecipientDetail$: StaticStructureSchema;
94
108
  export declare var ResetTimerAction$: StaticStructureSchema;
95
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
96
- export declare var ResourceInUseException$: StaticErrorSchema;
97
- export declare var ResourceNotFoundException$: StaticErrorSchema;
98
109
  export declare var RoutedResource$: StaticStructureSchema;
99
- export declare var ServiceUnavailableException$: StaticErrorSchema;
100
110
  export declare var SetTimerAction$: StaticStructureSchema;
101
111
  export declare var SetVariableAction$: StaticStructureSchema;
102
112
  export declare var SimpleRule$: StaticStructureSchema;
@@ -110,9 +120,7 @@ export declare var State$: StaticStructureSchema;
110
120
  export declare var Tag$: StaticStructureSchema;
111
121
  export declare var TagResourceRequest$: StaticStructureSchema;
112
122
  export declare var TagResourceResponse$: StaticStructureSchema;
113
- export declare var ThrottlingException$: StaticErrorSchema;
114
123
  export declare var TransitionEvent$: StaticStructureSchema;
115
- export declare var UnsupportedOperationException$: StaticErrorSchema;
116
124
  export declare var UntagResourceRequest$: StaticStructureSchema;
117
125
  export declare var UntagResourceResponse$: StaticStructureSchema;
118
126
  export declare var UpdateAlarmModelRequest$: StaticStructureSchema;
@@ -121,7 +129,6 @@ export declare var UpdateDetectorModelRequest$: StaticStructureSchema;
121
129
  export declare var UpdateDetectorModelResponse$: StaticStructureSchema;
122
130
  export declare var UpdateInputRequest$: StaticStructureSchema;
123
131
  export declare var UpdateInputResponse$: StaticStructureSchema;
124
- export declare var IoTEventsServiceException$: StaticErrorSchema;
125
132
  export declare var CreateAlarmModel$: StaticOperationSchema;
126
133
  export declare var CreateDetectorModel$: StaticOperationSchema;
127
134
  export declare var CreateInput$: StaticOperationSchema;
@@ -1,8 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var IoTEventsServiceException$: StaticErrorSchema;
8
+ export declare var InternalFailureException$: StaticErrorSchema;
9
+ export declare var InvalidRequestException$: StaticErrorSchema;
10
+ export declare var LimitExceededException$: StaticErrorSchema;
11
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
12
+ export declare var ResourceInUseException$: StaticErrorSchema;
13
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
14
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
15
+ export declare var ThrottlingException$: StaticErrorSchema;
16
+ export declare var UnsupportedOperationException$: StaticErrorSchema;
17
+ export declare const errorTypeRegistries: TypeRegistry[];
6
18
  export declare var AcknowledgeFlow$: StaticStructureSchema;
7
19
  export declare var Action$: StaticStructureSchema;
8
20
  export declare var AlarmAction$: StaticStructureSchema;
@@ -62,8 +74,6 @@ export declare var InputConfiguration$: StaticStructureSchema;
62
74
  export declare var InputDefinition$: StaticStructureSchema;
63
75
  export declare var InputIdentifier$: StaticStructureSchema;
64
76
  export declare var InputSummary$: StaticStructureSchema;
65
- export declare var InternalFailureException$: StaticErrorSchema;
66
- export declare var InvalidRequestException$: StaticErrorSchema;
67
77
  export declare var IotEventsAction$: StaticStructureSchema;
68
78
  export declare var IotEventsInputIdentifier$: StaticStructureSchema;
69
79
  export declare var IotSiteWiseAction$: StaticStructureSchema;
@@ -71,7 +81,6 @@ export declare var IotSiteWiseAssetModelPropertyIdentifier$: StaticStructureSche
71
81
  export declare var IotSiteWiseInputIdentifier$: StaticStructureSchema;
72
82
  export declare var IotTopicPublishAction$: StaticStructureSchema;
73
83
  export declare var LambdaAction$: StaticStructureSchema;
74
- export declare var LimitExceededException$: StaticErrorSchema;
75
84
  export declare var ListAlarmModelsRequest$: StaticStructureSchema;
76
85
  export declare var ListAlarmModelsResponse$: StaticStructureSchema;
77
86
  export declare var ListAlarmModelVersionsRequest$: StaticStructureSchema;
@@ -96,11 +105,7 @@ export declare var Payload$: StaticStructureSchema;
96
105
  export declare var PutLoggingOptionsRequest$: StaticStructureSchema;
97
106
  export declare var RecipientDetail$: StaticStructureSchema;
98
107
  export declare var ResetTimerAction$: StaticStructureSchema;
99
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
100
- export declare var ResourceInUseException$: StaticErrorSchema;
101
- export declare var ResourceNotFoundException$: StaticErrorSchema;
102
108
  export declare var RoutedResource$: StaticStructureSchema;
103
- export declare var ServiceUnavailableException$: StaticErrorSchema;
104
109
  export declare var SetTimerAction$: StaticStructureSchema;
105
110
  export declare var SetVariableAction$: StaticStructureSchema;
106
111
  export declare var SimpleRule$: StaticStructureSchema;
@@ -114,9 +119,7 @@ export declare var State$: StaticStructureSchema;
114
119
  export declare var Tag$: StaticStructureSchema;
115
120
  export declare var TagResourceRequest$: StaticStructureSchema;
116
121
  export declare var TagResourceResponse$: StaticStructureSchema;
117
- export declare var ThrottlingException$: StaticErrorSchema;
118
122
  export declare var TransitionEvent$: StaticStructureSchema;
119
- export declare var UnsupportedOperationException$: StaticErrorSchema;
120
123
  export declare var UntagResourceRequest$: StaticStructureSchema;
121
124
  export declare var UntagResourceResponse$: StaticStructureSchema;
122
125
  export declare var UpdateAlarmModelRequest$: StaticStructureSchema;
@@ -125,7 +128,6 @@ export declare var UpdateDetectorModelRequest$: StaticStructureSchema;
125
128
  export declare var UpdateDetectorModelResponse$: StaticStructureSchema;
126
129
  export declare var UpdateInputRequest$: StaticStructureSchema;
127
130
  export declare var UpdateInputResponse$: StaticStructureSchema;
128
- export declare var IoTEventsServiceException$: StaticErrorSchema;
129
131
  export declare var CreateAlarmModel$: StaticOperationSchema;
130
132
  export declare var CreateDetectorModel$: StaticOperationSchema;
131
133
  export declare var CreateInput$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events",
3
3
  "description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-events",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.986.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",