@aws-sdk/client-iottwinmaker 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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIoTTwinMakerHttpAuthSchemeProvider } 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: "2021-11-29",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.iottwinmaker",
30
+ errorTypeRegistries,
29
31
  version: "2021-11-29",
30
32
  serviceTarget: "AWSIoTTwinMaker",
31
33
  },
@@ -398,7 +398,7 @@ const _rU = "reportUrl";
398
398
  const _rV = "relationshipValue";
399
399
  const _re = "relationship";
400
400
  const _ro = "rows";
401
- const _s = "status";
401
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iottwinmaker";
402
402
  const _sC = "s3Configuration";
403
403
  const _sCk = "skippedCount";
404
404
  const _sCu = "succeededCount";
@@ -417,9 +417,9 @@ const _sTo = "sourceType";
417
417
  const _sV = "stringValue";
418
418
  const _sc = "scope";
419
419
  const _se = "server";
420
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iottwinmaker";
421
420
  const _so = "sources";
422
- const _st = "state";
421
+ const _st = "status";
422
+ const _sta = "state";
423
423
  const _t = "type";
424
424
  const _tC = "tabularConditions";
425
425
  const _tCN = "targetComponentName";
@@ -444,12 +444,80 @@ const n0 = "com.amazonaws.iottwinmaker";
444
444
  import { TypeRegistry } from "@smithy/core/schema";
445
445
  import { AccessDeniedException, ConflictException, ConnectorFailureException, ConnectorTimeoutException, InternalServerException, QueryTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
446
446
  import { IoTTwinMakerServiceException } from "../models/IoTTwinMakerServiceException";
447
+ const _s_registry = TypeRegistry.for(_s);
448
+ export var IoTTwinMakerServiceException$ = [-3, _s, "IoTTwinMakerServiceException", 0, [], []];
449
+ _s_registry.registerError(IoTTwinMakerServiceException$, IoTTwinMakerServiceException);
450
+ const n0_registry = TypeRegistry.for(n0);
447
451
  export var AccessDeniedException$ = [-3, n0, _ADE,
448
452
  { [_e]: _c, [_hE]: 403 },
449
453
  [_m],
450
454
  [0]
451
455
  ];
452
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
456
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
457
+ export var ConflictException$ = [-3, n0, _CE,
458
+ { [_e]: _c, [_hE]: 409 },
459
+ [_m],
460
+ [0]
461
+ ];
462
+ n0_registry.registerError(ConflictException$, ConflictException);
463
+ export var ConnectorFailureException$ = [-3, n0, _CFE,
464
+ { [_e]: _c, [_hE]: 424 },
465
+ [_m],
466
+ [0]
467
+ ];
468
+ n0_registry.registerError(ConnectorFailureException$, ConnectorFailureException);
469
+ export var ConnectorTimeoutException$ = [-3, n0, _CTE,
470
+ { [_e]: _c, [_hE]: 424 },
471
+ [_m],
472
+ [0]
473
+ ];
474
+ n0_registry.registerError(ConnectorTimeoutException$, ConnectorTimeoutException);
475
+ export var InternalServerException$ = [-3, n0, _ISE,
476
+ { [_e]: _se, [_hE]: 500 },
477
+ [_m],
478
+ [0]
479
+ ];
480
+ n0_registry.registerError(InternalServerException$, InternalServerException);
481
+ export var QueryTimeoutException$ = [-3, n0, _QTE,
482
+ { [_e]: _c, [_hE]: 400 },
483
+ [_m],
484
+ [0]
485
+ ];
486
+ n0_registry.registerError(QueryTimeoutException$, QueryTimeoutException);
487
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
488
+ { [_e]: _c, [_hE]: 404 },
489
+ [_m],
490
+ [0]
491
+ ];
492
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
493
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
494
+ { [_e]: _c, [_hE]: 402 },
495
+ [_m],
496
+ [0]
497
+ ];
498
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
499
+ export var ThrottlingException$ = [-3, n0, _TE,
500
+ { [_e]: _c, [_hE]: 429 },
501
+ [_m],
502
+ [0]
503
+ ];
504
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
505
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
506
+ { [_e]: _c, [_hE]: 400 },
507
+ [_m],
508
+ [0]
509
+ ];
510
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
511
+ export var ValidationException$ = [-3, n0, _VE,
512
+ { [_e]: _c, [_hE]: 400 },
513
+ [_m],
514
+ [0]
515
+ ];
516
+ n0_registry.registerError(ValidationException$, ValidationException);
517
+ export const errorTypeRegistries = [
518
+ _s_registry,
519
+ n0_registry,
520
+ ];
453
521
  export var BatchPutPropertyError$ = [3, n0, _BPPE,
454
522
  0,
455
523
  [_eC, _eM, _en],
@@ -482,7 +550,7 @@ export var CancelMetadataTransferJobRequest$ = [3, n0, _CMTJR,
482
550
  ];
483
551
  export var CancelMetadataTransferJobResponse$ = [3, n0, _CMTJRa,
484
552
  0,
485
- [_mTJI, _a, _uDT, _s, _p],
553
+ [_mTJI, _a, _uDT, _st, _p],
486
554
  [0, 0, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$], 4
487
555
  ];
488
556
  export var ColumnDescription$ = [3, n0, _CD,
@@ -507,17 +575,17 @@ export var ComponentRequest$ = [3, n0, _CR,
507
575
  ];
508
576
  export var ComponentResponse$ = [3, n0, _CRo,
509
577
  0,
510
- [_cN, _d, _cTI, _s, _dI, _pr, _pG, _sS, _aAPR, _cC, _aACCR],
578
+ [_cN, _d, _cTI, _st, _dI, _pr, _pG, _sS, _aAPR, _cC, _aACCR],
511
579
  [0, 0, 0, () => Status$, 0, () => PropertyResponses, () => ComponentPropertyGroupResponses, 0, 2, () => CompositeComponentResponse, 2]
512
580
  ];
513
581
  export var ComponentSummary$ = [3, n0, _CS,
514
582
  0,
515
- [_cN, _cTI, _s, _dI, _d, _pG, _sS, _cP],
583
+ [_cN, _cTI, _st, _dI, _d, _pG, _sS, _cP],
516
584
  [0, 0, () => Status$, 0, 0, () => ComponentPropertyGroupResponses, 0, 0], 3
517
585
  ];
518
586
  export var ComponentTypeSummary$ = [3, n0, _CTS,
519
587
  0,
520
- [_a, _cTI, _cDT, _uDT, _d, _s, _cTN],
588
+ [_a, _cTI, _cDT, _uDT, _d, _st, _cTN],
521
589
  [0, 0, 4, 4, 0, () => Status$, 0], 4
522
590
  ];
523
591
  export var ComponentUpdateRequest$ = [3, n0, _CUR,
@@ -545,24 +613,6 @@ export var CompositeComponentUpdateRequest$ = [3, n0, _CCUR,
545
613
  [_uT, _d, _pU, _pGU],
546
614
  [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests]
547
615
  ];
548
- export var ConflictException$ = [-3, n0, _CE,
549
- { [_e]: _c, [_hE]: 409 },
550
- [_m],
551
- [0]
552
- ];
553
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
554
- export var ConnectorFailureException$ = [-3, n0, _CFE,
555
- { [_e]: _c, [_hE]: 424 },
556
- [_m],
557
- [0]
558
- ];
559
- TypeRegistry.for(n0).registerError(ConnectorFailureException$, ConnectorFailureException);
560
- export var ConnectorTimeoutException$ = [-3, n0, _CTE,
561
- { [_e]: _c, [_hE]: 424 },
562
- [_m],
563
- [0]
564
- ];
565
- TypeRegistry.for(n0).registerError(ConnectorTimeoutException$, ConnectorTimeoutException);
566
616
  export var CreateComponentTypeRequest$ = [3, n0, _CCTRr,
567
617
  0,
568
618
  [_wI, _cTI, _iS, _d, _pD, _eF, _f, _ta, _pG, _cTN, _cCT],
@@ -570,7 +620,7 @@ export var CreateComponentTypeRequest$ = [3, n0, _CCTRr,
570
620
  ];
571
621
  export var CreateComponentTypeResponse$ = [3, n0, _CCTRre,
572
622
  0,
573
- [_a, _cDT, _st],
623
+ [_a, _cDT, _sta],
574
624
  [0, 4, 0], 3
575
625
  ];
576
626
  export var CreateEntityRequest$ = [3, n0, _CER,
@@ -580,7 +630,7 @@ export var CreateEntityRequest$ = [3, n0, _CER,
580
630
  ];
581
631
  export var CreateEntityResponse$ = [3, n0, _CERr,
582
632
  0,
583
- [_eI, _a, _cDT, _st],
633
+ [_eI, _a, _cDT, _sta],
584
634
  [0, 0, 4, 0], 4
585
635
  ];
586
636
  export var CreateMetadataTransferJobRequest$ = [3, n0, _CMTJRr,
@@ -590,7 +640,7 @@ export var CreateMetadataTransferJobRequest$ = [3, n0, _CMTJRr,
590
640
  ];
591
641
  export var CreateMetadataTransferJobResponse$ = [3, n0, _CMTJRre,
592
642
  0,
593
- [_mTJI, _a, _cDT, _s],
643
+ [_mTJI, _a, _cDT, _st],
594
644
  [0, 0, 4, () => MetadataTransferJobStatus$], 4
595
645
  ];
596
646
  export var CreateSceneRequest$ = [3, n0, _CSR,
@@ -610,7 +660,7 @@ export var CreateSyncJobRequest$ = [3, n0, _CSJR,
610
660
  ];
611
661
  export var CreateSyncJobResponse$ = [3, n0, _CSJRr,
612
662
  0,
613
- [_a, _cDT, _st],
663
+ [_a, _cDT, _sta],
614
664
  [0, 4, 0], 3
615
665
  ];
616
666
  export var CreateWorkspaceRequest$ = [3, n0, _CWR,
@@ -645,7 +695,7 @@ export var DeleteComponentTypeRequest$ = [3, n0, _DCTR,
645
695
  ];
646
696
  export var DeleteComponentTypeResponse$ = [3, n0, _DCTRe,
647
697
  0,
648
- [_st],
698
+ [_sta],
649
699
  [0], 1
650
700
  ];
651
701
  export var DeleteEntityRequest$ = [3, n0, _DER,
@@ -655,7 +705,7 @@ export var DeleteEntityRequest$ = [3, n0, _DER,
655
705
  ];
656
706
  export var DeleteEntityResponse$ = [3, n0, _DERe,
657
707
  0,
658
- [_st],
708
+ [_sta],
659
709
  [0], 1
660
710
  ];
661
711
  export var DeleteSceneRequest$ = [3, n0, _DSR,
@@ -675,7 +725,7 @@ export var DeleteSyncJobRequest$ = [3, n0, _DSJR,
675
725
  ];
676
726
  export var DeleteSyncJobResponse$ = [3, n0, _DSJRe,
677
727
  0,
678
- [_st],
728
+ [_sta],
679
729
  [0], 1
680
730
  ];
681
731
  export var DeleteWorkspaceRequest$ = [3, n0, _DWR,
@@ -700,7 +750,7 @@ export var EntityPropertyReference$ = [3, n0, _EPR,
700
750
  ];
701
751
  export var EntitySummary$ = [3, n0, _ES,
702
752
  0,
703
- [_eI, _eN, _a, _s, _cDT, _uDT, _pEI, _d, _hCE],
753
+ [_eI, _eN, _a, _st, _cDT, _uDT, _pEI, _d, _hCE],
704
754
  [0, 0, 0, () => Status$, 4, 4, 0, 0, 2], 6
705
755
  ];
706
756
  export var ErrorDetails$ = [3, n0, _ED,
@@ -755,7 +805,7 @@ export var GetComponentTypeRequest$ = [3, n0, _GCTR,
755
805
  ];
756
806
  export var GetComponentTypeResponse$ = [3, n0, _GCTRe,
757
807
  0,
758
- [_wI, _cTI, _cDT, _uDT, _a, _iS, _d, _pD, _eF, _f, _iAs, _iSI, _s, _pG, _sS, _cTN, _cCT],
808
+ [_wI, _cTI, _cDT, _uDT, _a, _iS, _d, _pD, _eF, _f, _iAs, _iSI, _st, _pG, _sS, _cTN, _cCT],
759
809
  [0, 0, 4, 4, 0, 2, 0, () => PropertyDefinitionsResponse, 64 | 0, () => FunctionsResponse, 2, 2, () => Status$, () => PropertyGroupsResponse, 0, 0, () => CompositeComponentTypesResponse], 5
760
810
  ];
761
811
  export var GetEntityRequest$ = [3, n0, _GER,
@@ -765,7 +815,7 @@ export var GetEntityRequest$ = [3, n0, _GER,
765
815
  ];
766
816
  export var GetEntityResponse$ = [3, n0, _GERe,
767
817
  0,
768
- [_eI, _eN, _a, _s, _wI, _pEI, _hCE, _cDT, _uDT, _d, _co, _sS, _aACR],
818
+ [_eI, _eN, _a, _st, _wI, _pEI, _hCE, _cDT, _uDT, _d, _co, _sS, _aACR],
769
819
  [0, 0, 0, () => Status$, 0, 0, 2, 4, 4, 0, () => ComponentsMap, 0, 2], 9
770
820
  ];
771
821
  export var GetMetadataTransferJobRequest$ = [3, n0, _GMTJR,
@@ -775,7 +825,7 @@ export var GetMetadataTransferJobRequest$ = [3, n0, _GMTJR,
775
825
  ];
776
826
  export var GetMetadataTransferJobResponse$ = [3, n0, _GMTJRe,
777
827
  0,
778
- [_mTJI, _a, _so, _de, _mTJR, _cDT, _uDT, _s, _d, _rU, _p],
828
+ [_mTJI, _a, _so, _de, _mTJR, _cDT, _uDT, _st, _d, _rU, _p],
779
829
  [0, 0, () => SourceConfigurations, () => DestinationConfiguration$, 0, 4, 4, () => MetadataTransferJobStatus$, 0, 0, () => MetadataTransferJobProgress$], 8
780
830
  ];
781
831
  export var GetPricingPlanRequest$ = [3, n0, _GPPR,
@@ -825,7 +875,7 @@ export var GetSyncJobRequest$ = [3, n0, _GSJR,
825
875
  ];
826
876
  export var GetSyncJobResponse$ = [3, n0, _GSJRe,
827
877
  0,
828
- [_a, _wI, _sS, _sR, _s, _cDT, _uDT],
878
+ [_a, _wI, _sS, _sR, _st, _cDT, _uDT],
829
879
  [0, 0, 0, 0, () => SyncJobStatus$, 4, 4], 7
830
880
  ];
831
881
  export var GetWorkspaceRequest$ = [3, n0, _GWR,
@@ -838,12 +888,6 @@ export var GetWorkspaceResponse$ = [3, n0, _GWRe,
838
888
  [_wI, _a, _cDT, _uDT, _d, _lS, _sL, _r],
839
889
  [0, 0, 4, 4, 0, 64 | 0, 0, 0], 4
840
890
  ];
841
- export var InternalServerException$ = [-3, n0, _ISE,
842
- { [_e]: _se, [_hE]: 500 },
843
- [_m],
844
- [0]
845
- ];
846
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
847
891
  export var InterpolationParameters$ = [3, n0, _IP,
848
892
  0,
849
893
  [_iT, _iIS],
@@ -976,12 +1020,12 @@ export var MetadataTransferJobProgress$ = [3, n0, _MTJP,
976
1020
  ];
977
1021
  export var MetadataTransferJobStatus$ = [3, n0, _MTJS,
978
1022
  0,
979
- [_st, _e, _qP],
1023
+ [_sta, _e, _qP],
980
1024
  [0, () => ErrorDetails$, 1]
981
1025
  ];
982
1026
  export var MetadataTransferJobSummary$ = [3, n0, _MTJSe,
983
1027
  0,
984
- [_mTJI, _a, _cDT, _uDT, _s, _p],
1028
+ [_mTJI, _a, _cDT, _uDT, _st, _p],
985
1029
  [0, 0, 4, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$], 5
986
1030
  ];
987
1031
  export var OrderBy$ = [3, n0, _OB,
@@ -1059,12 +1103,6 @@ export var PropertyValueHistory$ = [3, n0, _PVH,
1059
1103
  [_ePR, _va],
1060
1104
  [() => EntityPropertyReference$, () => Values], 1
1061
1105
  ];
1062
- export var QueryTimeoutException$ = [-3, n0, _QTE,
1063
- { [_e]: _c, [_hE]: 400 },
1064
- [_m],
1065
- [0]
1066
- ];
1067
- TypeRegistry.for(n0).registerError(QueryTimeoutException$, QueryTimeoutException);
1068
1106
  export var Relationship$ = [3, n0, _R,
1069
1107
  0,
1070
1108
  [_tCTI, _rT],
@@ -1075,12 +1113,6 @@ export var RelationshipValue$ = [3, n0, _RV,
1075
1113
  [_tEI, _tCN],
1076
1114
  [0, 0]
1077
1115
  ];
1078
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1079
- { [_e]: _c, [_hE]: 404 },
1080
- [_m],
1081
- [0]
1082
- ];
1083
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1084
1116
  export var Row$ = [3, n0, _Ro,
1085
1117
  0,
1086
1118
  [_rD],
@@ -1106,12 +1138,6 @@ export var SceneSummary$ = [3, n0, _SS,
1106
1138
  [_sI, _cL, _a, _cDT, _uDT, _d],
1107
1139
  [0, 0, 0, 4, 4, 0], 5
1108
1140
  ];
1109
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1110
- { [_e]: _c, [_hE]: 402 },
1111
- [_m],
1112
- [0]
1113
- ];
1114
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1115
1141
  export var SourceConfiguration$ = [3, n0, _SC,
1116
1142
  0,
1117
1143
  [_t, _sC, _iSWC, _iTMC],
@@ -1119,27 +1145,27 @@ export var SourceConfiguration$ = [3, n0, _SC,
1119
1145
  ];
1120
1146
  export var Status$ = [3, n0, _S,
1121
1147
  0,
1122
- [_st, _e],
1148
+ [_sta, _e],
1123
1149
  [0, () => ErrorDetails$]
1124
1150
  ];
1125
1151
  export var SyncJobStatus$ = [3, n0, _SJS,
1126
1152
  0,
1127
- [_st, _e],
1153
+ [_sta, _e],
1128
1154
  [0, () => ErrorDetails$]
1129
1155
  ];
1130
1156
  export var SyncJobSummary$ = [3, n0, _SJSy,
1131
1157
  0,
1132
- [_a, _wI, _sS, _s, _cDT, _uDT],
1158
+ [_a, _wI, _sS, _st, _cDT, _uDT],
1133
1159
  [0, 0, 0, () => SyncJobStatus$, 4, 4]
1134
1160
  ];
1135
1161
  export var SyncResourceStatus$ = [3, n0, _SRS,
1136
1162
  0,
1137
- [_st, _e],
1163
+ [_sta, _e],
1138
1164
  [0, () => ErrorDetails$]
1139
1165
  ];
1140
1166
  export var SyncResourceSummary$ = [3, n0, _SRSy,
1141
1167
  0,
1142
- [_rTe, _eIx, _rI, _s, _uDT],
1168
+ [_rTe, _eIx, _rI, _st, _uDT],
1143
1169
  [0, 0, 0, () => SyncResourceStatus$, 4]
1144
1170
  ];
1145
1171
  export var TabularConditions$ = [3, n0, _TC,
@@ -1157,18 +1183,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1157
1183
  [],
1158
1184
  []
1159
1185
  ];
1160
- export var ThrottlingException$ = [-3, n0, _TE,
1161
- { [_e]: _c, [_hE]: 429 },
1162
- [_m],
1163
- [0]
1164
- ];
1165
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1166
- export var TooManyTagsException$ = [-3, n0, _TMTE,
1167
- { [_e]: _c, [_hE]: 400 },
1168
- [_m],
1169
- [0]
1170
- ];
1171
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1172
1186
  export var UntagResourceRequest$ = [3, n0, _URR,
1173
1187
  0,
1174
1188
  [_rARN, _tK],
@@ -1186,7 +1200,7 @@ export var UpdateComponentTypeRequest$ = [3, n0, _UCTR,
1186
1200
  ];
1187
1201
  export var UpdateComponentTypeResponse$ = [3, n0, _UCTRp,
1188
1202
  0,
1189
- [_wI, _a, _cTI, _st],
1203
+ [_wI, _a, _cTI, _sta],
1190
1204
  [0, 0, 0, 0], 4
1191
1205
  ];
1192
1206
  export var UpdateEntityRequest$ = [3, n0, _UER,
@@ -1196,7 +1210,7 @@ export var UpdateEntityRequest$ = [3, n0, _UER,
1196
1210
  ];
1197
1211
  export var UpdateEntityResponse$ = [3, n0, _UERp,
1198
1212
  0,
1199
- [_uDT, _st],
1213
+ [_uDT, _sta],
1200
1214
  [4, 0], 2
1201
1215
  ];
1202
1216
  export var UpdatePricingPlanRequest$ = [3, n0, _UPPR,
@@ -1229,19 +1243,11 @@ export var UpdateWorkspaceResponse$ = [3, n0, _UWRp,
1229
1243
  [_uDT],
1230
1244
  [4], 1
1231
1245
  ];
1232
- export var ValidationException$ = [-3, n0, _VE,
1233
- { [_e]: _c, [_hE]: 400 },
1234
- [_m],
1235
- [0]
1236
- ];
1237
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1238
1246
  export var WorkspaceSummary$ = [3, n0, _WS,
1239
1247
  0,
1240
1248
  [_wI, _a, _cDT, _uDT, _d, _lS],
1241
1249
  [0, 0, 4, 4, 0, 64 | 0], 4
1242
1250
  ];
1243
- export var IoTTwinMakerServiceException$ = [-3, _sm, "IoTTwinMakerServiceException", 0, [], []];
1244
- TypeRegistry.for(_sm).registerError(IoTTwinMakerServiceException$, IoTTwinMakerServiceException);
1245
1251
  var ColumnDescriptions = [1, n0, _CDo,
1246
1252
  0, () => ColumnDescription$
1247
1253
  ];
@@ -1428,12 +1434,12 @@ export var ListEntitiesFilter$ = [4, n0, _LEFi,
1428
1434
  ];
1429
1435
  export var ListMetadataTransferJobsFilter$ = [4, n0, _LMTJFi,
1430
1436
  0,
1431
- [_wI, _st],
1437
+ [_wI, _sta],
1432
1438
  [0, 0]
1433
1439
  ];
1434
1440
  export var SyncResourceFilter$ = [4, n0, _SRFy,
1435
1441
  0,
1436
- [_st, _rTe, _rI, _eIx],
1442
+ [_sta, _rTe, _rI, _eIx],
1437
1443
  [0, 0, 0, 0]
1438
1444
  ];
1439
1445
  export var BatchPutPropertyValues$ = [9, n0, _BPPV,
@@ -1,5 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var IoTTwinMakerServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var ConnectorFailureException$: StaticErrorSchema;
7
+ export declare var ConnectorTimeoutException$: StaticErrorSchema;
8
+ export declare var InternalServerException$: StaticErrorSchema;
9
+ export declare var QueryTimeoutException$: StaticErrorSchema;
10
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
11
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var TooManyTagsException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ /**
16
+ * TypeRegistry instances containing modeled errors.
17
+ * @internal
18
+ *
19
+ */
20
+ export declare const errorTypeRegistries: TypeRegistry[];
3
21
  export declare var BatchPutPropertyError$: StaticStructureSchema;
4
22
  export declare var BatchPutPropertyErrorEntry$: StaticStructureSchema;
5
23
  export declare var BatchPutPropertyValuesRequest$: StaticStructureSchema;
@@ -19,9 +37,6 @@ export declare var CompositeComponentRequest$: StaticStructureSchema;
19
37
  export declare var CompositeComponentTypeRequest$: StaticStructureSchema;
20
38
  export declare var CompositeComponentTypeResponse$: StaticStructureSchema;
21
39
  export declare var CompositeComponentUpdateRequest$: StaticStructureSchema;
22
- export declare var ConflictException$: StaticErrorSchema;
23
- export declare var ConnectorFailureException$: StaticErrorSchema;
24
- export declare var ConnectorTimeoutException$: StaticErrorSchema;
25
40
  export declare var CreateComponentTypeRequest$: StaticStructureSchema;
26
41
  export declare var CreateComponentTypeResponse$: StaticStructureSchema;
27
42
  export declare var CreateEntityRequest$: StaticStructureSchema;
@@ -77,7 +92,6 @@ export declare var GetSyncJobRequest$: StaticStructureSchema;
77
92
  export declare var GetSyncJobResponse$: StaticStructureSchema;
78
93
  export declare var GetWorkspaceRequest$: StaticStructureSchema;
79
94
  export declare var GetWorkspaceResponse$: StaticStructureSchema;
80
- export declare var InternalServerException$: StaticErrorSchema;
81
95
  export declare var InterpolationParameters$: StaticStructureSchema;
82
96
  export declare var IotSiteWiseSourceConfiguration$: StaticStructureSchema;
83
97
  export declare var IotTwinMakerDestinationConfiguration$: StaticStructureSchema;
@@ -121,16 +135,13 @@ export declare var PropertySummary$: StaticStructureSchema;
121
135
  export declare var PropertyValue$: StaticStructureSchema;
122
136
  export declare var PropertyValueEntry$: StaticStructureSchema;
123
137
  export declare var PropertyValueHistory$: StaticStructureSchema;
124
- export declare var QueryTimeoutException$: StaticErrorSchema;
125
138
  export declare var Relationship$: StaticStructureSchema;
126
139
  export declare var RelationshipValue$: StaticStructureSchema;
127
- export declare var ResourceNotFoundException$: StaticErrorSchema;
128
140
  export declare var Row$: StaticStructureSchema;
129
141
  export declare var S3DestinationConfiguration$: StaticStructureSchema;
130
142
  export declare var S3SourceConfiguration$: StaticStructureSchema;
131
143
  export declare var SceneError$: StaticStructureSchema;
132
144
  export declare var SceneSummary$: StaticStructureSchema;
133
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
134
145
  export declare var SourceConfiguration$: StaticStructureSchema;
135
146
  export declare var Status$: StaticStructureSchema;
136
147
  export declare var SyncJobStatus$: StaticStructureSchema;
@@ -140,8 +151,6 @@ export declare var SyncResourceSummary$: StaticStructureSchema;
140
151
  export declare var TabularConditions$: StaticStructureSchema;
141
152
  export declare var TagResourceRequest$: StaticStructureSchema;
142
153
  export declare var TagResourceResponse$: StaticStructureSchema;
143
- export declare var ThrottlingException$: StaticErrorSchema;
144
- export declare var TooManyTagsException$: StaticErrorSchema;
145
154
  export declare var UntagResourceRequest$: StaticStructureSchema;
146
155
  export declare var UntagResourceResponse$: StaticStructureSchema;
147
156
  export declare var UpdateComponentTypeRequest$: StaticStructureSchema;
@@ -154,9 +163,7 @@ export declare var UpdateSceneRequest$: StaticStructureSchema;
154
163
  export declare var UpdateSceneResponse$: StaticStructureSchema;
155
164
  export declare var UpdateWorkspaceRequest$: StaticStructureSchema;
156
165
  export declare var UpdateWorkspaceResponse$: StaticStructureSchema;
157
- export declare var ValidationException$: StaticErrorSchema;
158
166
  export declare var WorkspaceSummary$: StaticStructureSchema;
159
- export declare var IoTTwinMakerServiceException$: StaticErrorSchema;
160
167
  export declare var IotSiteWiseSourceConfigurationFilter$: StaticUnionSchema;
161
168
  export declare var IotTwinMakerSourceConfigurationFilter$: StaticUnionSchema;
162
169
  export declare var ListComponentTypesFilter$: StaticUnionSchema;
@@ -1,10 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var IoTTwinMakerServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var ConnectorFailureException$: StaticErrorSchema;
12
+ export declare var ConnectorTimeoutException$: StaticErrorSchema;
13
+ export declare var InternalServerException$: StaticErrorSchema;
14
+ export declare var QueryTimeoutException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
17
+ export declare var ThrottlingException$: StaticErrorSchema;
18
+ export declare var TooManyTagsException$: StaticErrorSchema;
19
+ export declare var ValidationException$: StaticErrorSchema;
20
+ export declare const errorTypeRegistries: TypeRegistry[];
8
21
  export declare var BatchPutPropertyError$: StaticStructureSchema;
9
22
  export declare var BatchPutPropertyErrorEntry$: StaticStructureSchema;
10
23
  export declare var BatchPutPropertyValuesRequest$: StaticStructureSchema;
@@ -24,9 +37,6 @@ export declare var CompositeComponentRequest$: StaticStructureSchema;
24
37
  export declare var CompositeComponentTypeRequest$: StaticStructureSchema;
25
38
  export declare var CompositeComponentTypeResponse$: StaticStructureSchema;
26
39
  export declare var CompositeComponentUpdateRequest$: StaticStructureSchema;
27
- export declare var ConflictException$: StaticErrorSchema;
28
- export declare var ConnectorFailureException$: StaticErrorSchema;
29
- export declare var ConnectorTimeoutException$: StaticErrorSchema;
30
40
  export declare var CreateComponentTypeRequest$: StaticStructureSchema;
31
41
  export declare var CreateComponentTypeResponse$: StaticStructureSchema;
32
42
  export declare var CreateEntityRequest$: StaticStructureSchema;
@@ -82,7 +92,6 @@ export declare var GetSyncJobRequest$: StaticStructureSchema;
82
92
  export declare var GetSyncJobResponse$: StaticStructureSchema;
83
93
  export declare var GetWorkspaceRequest$: StaticStructureSchema;
84
94
  export declare var GetWorkspaceResponse$: StaticStructureSchema;
85
- export declare var InternalServerException$: StaticErrorSchema;
86
95
  export declare var InterpolationParameters$: StaticStructureSchema;
87
96
  export declare var IotSiteWiseSourceConfiguration$: StaticStructureSchema;
88
97
  export declare var IotTwinMakerDestinationConfiguration$: StaticStructureSchema;
@@ -126,16 +135,13 @@ export declare var PropertySummary$: StaticStructureSchema;
126
135
  export declare var PropertyValue$: StaticStructureSchema;
127
136
  export declare var PropertyValueEntry$: StaticStructureSchema;
128
137
  export declare var PropertyValueHistory$: StaticStructureSchema;
129
- export declare var QueryTimeoutException$: StaticErrorSchema;
130
138
  export declare var Relationship$: StaticStructureSchema;
131
139
  export declare var RelationshipValue$: StaticStructureSchema;
132
- export declare var ResourceNotFoundException$: StaticErrorSchema;
133
140
  export declare var Row$: StaticStructureSchema;
134
141
  export declare var S3DestinationConfiguration$: StaticStructureSchema;
135
142
  export declare var S3SourceConfiguration$: StaticStructureSchema;
136
143
  export declare var SceneError$: StaticStructureSchema;
137
144
  export declare var SceneSummary$: StaticStructureSchema;
138
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
139
145
  export declare var SourceConfiguration$: StaticStructureSchema;
140
146
  export declare var Status$: StaticStructureSchema;
141
147
  export declare var SyncJobStatus$: StaticStructureSchema;
@@ -145,8 +151,6 @@ export declare var SyncResourceSummary$: StaticStructureSchema;
145
151
  export declare var TabularConditions$: StaticStructureSchema;
146
152
  export declare var TagResourceRequest$: StaticStructureSchema;
147
153
  export declare var TagResourceResponse$: StaticStructureSchema;
148
- export declare var ThrottlingException$: StaticErrorSchema;
149
- export declare var TooManyTagsException$: StaticErrorSchema;
150
154
  export declare var UntagResourceRequest$: StaticStructureSchema;
151
155
  export declare var UntagResourceResponse$: StaticStructureSchema;
152
156
  export declare var UpdateComponentTypeRequest$: StaticStructureSchema;
@@ -159,9 +163,7 @@ export declare var UpdateSceneRequest$: StaticStructureSchema;
159
163
  export declare var UpdateSceneResponse$: StaticStructureSchema;
160
164
  export declare var UpdateWorkspaceRequest$: StaticStructureSchema;
161
165
  export declare var UpdateWorkspaceResponse$: StaticStructureSchema;
162
- export declare var ValidationException$: StaticErrorSchema;
163
166
  export declare var WorkspaceSummary$: StaticStructureSchema;
164
- export declare var IoTTwinMakerServiceException$: StaticErrorSchema;
165
167
  export declare var IotSiteWiseSourceConfigurationFilter$: StaticUnionSchema;
166
168
  export declare var IotTwinMakerSourceConfigurationFilter$: StaticUnionSchema;
167
169
  export declare var ListComponentTypesFilter$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iottwinmaker",
3
3
  "description": "AWS SDK for JavaScript Iottwinmaker Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-iottwinmaker",
@@ -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.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
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.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.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.7",
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",