@aws-sdk/client-qbusiness 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 { defaultQBusinessHttpAuthSchemeProvider } 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: "2023-11-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.qbusiness",
30
+ errorTypeRegistries,
29
31
  version: "2023-11-27",
30
32
  serviceTarget: "ExpertQ",
31
33
  },
@@ -78,8 +78,8 @@ const _CDAr = "CreateDataAccessor";
78
78
  const _CDS = "CreateDataSource";
79
79
  const _CDSR = "CreateDataSourceRequest";
80
80
  const _CDSRr = "CreateDataSourceResponse";
81
- const _CE = "ConfigurationEvent";
82
- const _CEo = "ConflictException";
81
+ const _CE = "ConflictException";
82
+ const _CEo = "ConfigurationEvent";
83
83
  const _CFS = "CopyFromSource";
84
84
  const _CI = "ChatInput";
85
85
  const _CIR = "CreateIndexRequest";
@@ -738,7 +738,7 @@ const _qAC = "qAppsConfiguration";
738
738
  const _qACM = "qAppsControlMode";
739
739
  const _qSC = "quickSightConfiguration";
740
740
  const _qT = "queryText";
741
- const _r = "required";
741
+ const _r = "reason";
742
742
  const _rA = "roleArn";
743
743
  const _rARN = "resourceARN";
744
744
  const _rAe = "retrieverArn";
@@ -753,11 +753,11 @@ const _rM = "responseMap";
753
753
  const _rS = "responseScope";
754
754
  const _rT = "resourceType";
755
755
  const _rTu = "ruleType";
756
- const _re = "retrievers";
757
- const _rea = "reason";
758
- const _ret = "retriever";
756
+ const _re = "required";
757
+ const _ret = "retrievers";
758
+ const _retr = "retriever";
759
759
  const _ru = "rules";
760
- const _s = "status";
760
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.qbusiness";
761
761
  const _sA = "secretArn";
762
762
  const _sAc = "scoreAttributes";
763
763
  const _sAe = "secretsArn";
@@ -794,13 +794,13 @@ const _sTM = "startTimeMilliseconds";
794
794
  const _sU = "serverUrl";
795
795
  const _sV = "stringValue";
796
796
  const _s_ = "s3";
797
- const _se = "search";
798
- const _ser = "server";
799
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qbusiness";
797
+ const _se = "server";
798
+ const _sea = "search";
800
799
  const _sn = "snippet";
801
800
  const _sp = "sparse";
802
- const _st = "statement";
803
- const _sta = "state";
801
+ const _st = "status";
802
+ const _sta = "statement";
803
+ const _stat = "state";
804
804
  const _str = "streaming";
805
805
  const _su = "subtitle";
806
806
  const _sub = "subscriptions";
@@ -855,6 +855,74 @@ const n0 = "com.amazonaws.qbusiness";
855
855
  import { TypeRegistry } from "@smithy/core/schema";
856
856
  import { AccessDeniedException, ConflictException, ExternalResourceException, InternalServerException, LicenseNotFoundException, MediaTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
857
857
  import { QBusinessServiceException } from "../models/QBusinessServiceException";
858
+ const _s_registry = TypeRegistry.for(_s);
859
+ export var QBusinessServiceException$ = [-3, _s, "QBusinessServiceException", 0, [], []];
860
+ _s_registry.registerError(QBusinessServiceException$, QBusinessServiceException);
861
+ const n0_registry = TypeRegistry.for(n0);
862
+ export var AccessDeniedException$ = [-3, n0, _ADE,
863
+ { [_e]: _c, [_hE]: 403 },
864
+ [_m],
865
+ [0], 1
866
+ ];
867
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
868
+ export var ConflictException$ = [-3, n0, _CE,
869
+ { [_e]: _c, [_hE]: 409 },
870
+ [_m, _rI, _rT],
871
+ [0, 0, 0], 3
872
+ ];
873
+ n0_registry.registerError(ConflictException$, ConflictException);
874
+ export var ExternalResourceException$ = [-3, n0, _ERE,
875
+ { [_e]: _c, [_hE]: 424 },
876
+ [_m],
877
+ [0], 1
878
+ ];
879
+ n0_registry.registerError(ExternalResourceException$, ExternalResourceException);
880
+ export var InternalServerException$ = [-3, n0, _ISE,
881
+ { [_e]: _se, [_hE]: 500 },
882
+ [_m],
883
+ [0], 1
884
+ ];
885
+ n0_registry.registerError(InternalServerException$, InternalServerException);
886
+ export var LicenseNotFoundException$ = [-3, n0, _LNFE,
887
+ { [_e]: _c, [_hE]: 400 },
888
+ [_m],
889
+ [0], 1
890
+ ];
891
+ n0_registry.registerError(LicenseNotFoundException$, LicenseNotFoundException);
892
+ export var MediaTooLargeException$ = [-3, n0, _MTLE,
893
+ { [_e]: _c, [_hE]: 400 },
894
+ [_m],
895
+ [0], 1
896
+ ];
897
+ n0_registry.registerError(MediaTooLargeException$, MediaTooLargeException);
898
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
899
+ { [_e]: _c, [_hE]: 404 },
900
+ [_m, _rI, _rT],
901
+ [0, 0, 0], 3
902
+ ];
903
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
904
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
905
+ { [_e]: _c, [_hE]: 402 },
906
+ [_m, _rI, _rT],
907
+ [0, 0, 0], 3
908
+ ];
909
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
910
+ export var ThrottlingException$ = [-3, n0, _TE,
911
+ { [_e]: _c, [_hE]: 429 },
912
+ [_m],
913
+ [0], 1
914
+ ];
915
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
916
+ export var ValidationException$ = [-3, n0, _VE,
917
+ { [_e]: _c, [_hE]: 400 },
918
+ [_m, _r, _f],
919
+ [0, 0, () => ValidationExceptionFields], 2
920
+ ];
921
+ n0_registry.registerError(ValidationException$, ValidationException);
922
+ export const errorTypeRegistries = [
923
+ _s_registry,
924
+ n0_registry,
925
+ ];
858
926
  var DataAccessorName = [0, n0, _DAN, 8, 0];
859
927
  var KmsKeyId = [0, n0, _KKI, 8, 0];
860
928
  var Payload = [0, n0, _P, 8, 0];
@@ -868,12 +936,6 @@ export var AccessControl$ = [3, n0, _ACc,
868
936
  [_p, _mR],
869
937
  [() => Principals, 0], 1
870
938
  ];
871
- export var AccessDeniedException$ = [-3, n0, _ADE,
872
- { [_e]: _c, [_hE]: 403 },
873
- [_m],
874
- [0], 1
875
- ];
876
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
877
939
  export var ActionConfiguration$ = [3, n0, _ACct,
878
940
  0,
879
941
  [_a, _fC],
@@ -911,7 +973,7 @@ export var ActionReviewEvent$ = [3, n0, _ARE,
911
973
  ];
912
974
  export var ActionReviewPayloadField$ = [3, n0, _ARPF,
913
975
  0,
914
- [_dN, _dO, _dD, _t, _v, _aV, _aF, _aIJS, _r],
976
+ [_dN, _dO, _dD, _t, _v, _aV, _aF, _aIJS, _re],
915
977
  [0, 1, 0, 0, 15, () => ActionReviewPayloadFieldAllowedValues, 0, 15, 2]
916
978
  ];
917
979
  export var ActionReviewPayloadFieldAllowedValue$ = [3, n0, _ARPFAV,
@@ -926,7 +988,7 @@ export var ActionSummary$ = [3, n0, _AS,
926
988
  ];
927
989
  export var Application$ = [3, n0, _A,
928
990
  0,
929
- [_dN, _aIp, _cA, _uA, _s, _iT, _qSC],
991
+ [_dN, _aIp, _cA, _uA, _st, _iT, _qSC],
930
992
  [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration$]
931
993
  ];
932
994
  export var AppliedAttachmentsConfiguration$ = [3, n0, _AAC,
@@ -961,12 +1023,12 @@ export var AssociatePermissionRequest$ = [3, n0, _APR,
961
1023
  ];
962
1024
  export var AssociatePermissionResponse$ = [3, n0, _APRs,
963
1025
  0,
964
- [_st],
1026
+ [_sta],
965
1027
  [0]
966
1028
  ];
967
1029
  export var Attachment$ = [3, n0, _At,
968
1030
  0,
969
- [_aIt, _cI, _n, _cF, _fT, _fS, _md, _cA, _s, _e],
1031
+ [_aIt, _cI, _n, _cF, _fT, _fS, _md, _cA, _st, _e],
970
1032
  [0, 0, 0, () => CopyFromSource$, 0, 1, 0, 4, 0, () => ErrorDetail$]
971
1033
  ];
972
1034
  export var AttachmentInput$ = [3, n0, _AI,
@@ -981,7 +1043,7 @@ export var AttachmentInputEvent$ = [3, n0, _AIE,
981
1043
  ];
982
1044
  export var AttachmentOutput$ = [3, n0, _AO,
983
1045
  0,
984
- [_n, _s, _e, _aIt, _cI],
1046
+ [_n, _st, _e, _aIt, _cI],
985
1047
  [0, 0, () => ErrorDetail$, 0, 0]
986
1048
  ];
987
1049
  export var AttachmentsConfiguration$ = [3, n0, _ACt,
@@ -1091,12 +1153,12 @@ export var ChatOutput$ = [3, n0, _CO,
1091
1153
  ];
1092
1154
  export var ChatResponseConfiguration$ = [3, n0, _CRC,
1093
1155
  0,
1094
- [_cRCI, _cRCA, _dN, _s, _rCS, _cA, _uA],
1156
+ [_cRCI, _cRCA, _dN, _st, _rCS, _cA, _uA],
1095
1157
  [0, 0, 0, 0, 0, 4, 4], 4
1096
1158
  ];
1097
1159
  export var ChatResponseConfigurationDetail$ = [3, n0, _CRCD,
1098
1160
  0,
1099
- [_rC, _rCS, _s, _e, _uA],
1161
+ [_rC, _rCS, _st, _e, _uA],
1100
1162
  [() => ResponseConfigurations, 0, 0, () => ErrorDetail$, 4]
1101
1163
  ];
1102
1164
  export var ChatSyncInput$ = [3, n0, _CSI,
@@ -1119,17 +1181,11 @@ export var CheckDocumentAccessResponse$ = [3, n0, _CDARh,
1119
1181
  [_uG, _uAs, _hA, _dA],
1120
1182
  [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl$]
1121
1183
  ];
1122
- export var ConfigurationEvent$ = [3, n0, _CE,
1184
+ export var ConfigurationEvent$ = [3, n0, _CEo,
1123
1185
  0,
1124
1186
  [_cM, _cMCh, _aFt],
1125
1187
  [0, () => ChatModeConfiguration$, () => AttributeFilter$]
1126
1188
  ];
1127
- export var ConflictException$ = [-3, n0, _CEo,
1128
- { [_e]: _c, [_hE]: 409 },
1129
- [_m, _rI, _rT],
1130
- [0, 0, 0], 3
1131
- ];
1132
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1133
1189
  export var ContentBlockerRule$ = [3, n0, _CBR,
1134
1190
  0,
1135
1191
  [_sMO],
@@ -1292,12 +1348,12 @@ export var DataAccessorIdcTrustedTokenIssuerConfiguration$ = [3, n0, _DAITTIC,
1292
1348
  ];
1293
1349
  export var DataSource$ = [3, n0, _DS,
1294
1350
  0,
1295
- [_dN, _dSI, _t, _cA, _uA, _s],
1351
+ [_dN, _dSI, _t, _cA, _uA, _st],
1296
1352
  [0, 0, 0, 4, 4, 0]
1297
1353
  ];
1298
1354
  export var DataSourceSyncJob$ = [3, n0, _DSSJ,
1299
1355
  0,
1300
- [_eIx, _sT, _eTn, _s, _e, _dSEC, _me],
1356
+ [_eIx, _sT, _eTn, _st, _e, _dSEC, _me],
1301
1357
  [0, 4, 4, 0, () => ErrorDetail$, 0, () => DataSourceSyncJobMetrics$]
1302
1358
  ];
1303
1359
  export var DataSourceSyncJobMetrics$ = [3, n0, _DSSJM,
@@ -1502,7 +1558,7 @@ export var DocumentAttributeCondition$ = [3, n0, _DACo,
1502
1558
  ];
1503
1559
  export var DocumentAttributeConfiguration$ = [3, n0, _DACoc,
1504
1560
  0,
1505
- [_n, _t, _se],
1561
+ [_n, _t, _sea],
1506
1562
  [0, 0, 0]
1507
1563
  ];
1508
1564
  export var DocumentAttributeTarget$ = [3, n0, _DAT,
@@ -1512,7 +1568,7 @@ export var DocumentAttributeTarget$ = [3, n0, _DAT,
1512
1568
  ];
1513
1569
  export var DocumentDetails$ = [3, n0, _DDo,
1514
1570
  0,
1515
- [_dI, _s, _e, _cA, _uA],
1571
+ [_dI, _st, _e, _cA, _uA],
1516
1572
  [0, 0, () => ErrorDetail$, 4, 4]
1517
1573
  ];
1518
1574
  export var DocumentEnrichmentConfiguration$ = [3, n0, _DEC,
@@ -1540,12 +1596,6 @@ export var ErrorDetail$ = [3, n0, _ED,
1540
1596
  [_eM, _eCr],
1541
1597
  [0, 0]
1542
1598
  ];
1543
- export var ExternalResourceException$ = [-3, n0, _ERE,
1544
- { [_e]: _c, [_hE]: 424 },
1545
- [_m],
1546
- [0], 1
1547
- ];
1548
- TypeRegistry.for(n0).registerError(ExternalResourceException$, ExternalResourceException);
1549
1599
  export var FailedAttachmentEvent$ = [3, n0, _FAE,
1550
1600
  0,
1551
1601
  [_cI, _uMI, _sMI, _at],
@@ -1563,7 +1613,7 @@ export var GetApplicationRequest$ = [3, n0, _GAR,
1563
1613
  ];
1564
1614
  export var GetApplicationResponse$ = [3, n0, _GARe,
1565
1615
  0,
1566
- [_dN, _aIp, _aA, _iT, _iIPA, _iCAA, _rA, _s, _d, _eC, _cA, _uA, _e, _aCt, _qAC, _pC, _aSC, _cIFOIDC, _qSC],
1616
+ [_dN, _aIp, _aA, _iT, _iIPA, _iCAA, _rA, _st, _d, _eC, _cA, _uA, _e, _aCt, _qAC, _pC, _aSC, _cIFOIDC, _qSC],
1567
1617
  [0, 0, 0, 0, 0, 0, 0, 0, 0, [() => EncryptionConfiguration$, 0], 4, 4, () => ErrorDetail$, () => AppliedAttachmentsConfiguration$, () => QAppsConfiguration$, () => PersonalizationConfiguration$, () => AutoSubscriptionConfiguration$, 64 | 0, () => QuickSightConfiguration$]
1568
1618
  ];
1569
1619
  export var GetChatControlsConfigurationRequest$ = [3, n0, _GCCCR,
@@ -1603,7 +1653,7 @@ export var GetDataSourceRequest$ = [3, n0, _GDSR,
1603
1653
  ];
1604
1654
  export var GetDataSourceResponse$ = [3, n0, _GDSRe,
1605
1655
  0,
1606
- [_aIp, _iI, _dSI, _dSA, _dN, _t, _conf, _vC, _cA, _uA, _d, _s, _sS, _rA, _e, _dEC, _mEC],
1656
+ [_aIp, _iI, _dSI, _dSA, _dN, _t, _conf, _vC, _cA, _uA, _d, _st, _sS, _rA, _e, _dEC, _mEC],
1607
1657
  [0, 0, 0, 0, 0, 0, 15, () => DataSourceVpcConfiguration$, 4, 4, 0, 0, 0, 0, () => ErrorDetail$, () => DocumentEnrichmentConfiguration$, () => MediaExtractionConfiguration$]
1608
1658
  ];
1609
1659
  export var GetDocumentContentRequest$ = [3, n0, _GDCR,
@@ -1623,7 +1673,7 @@ export var GetGroupRequest$ = [3, n0, _GGR,
1623
1673
  ];
1624
1674
  export var GetGroupResponse$ = [3, n0, _GGRe,
1625
1675
  0,
1626
- [_s, _sH],
1676
+ [_st, _sH],
1627
1677
  [() => GroupStatusDetail$, () => GroupStatusDetails]
1628
1678
  ];
1629
1679
  export var GetIndexRequest$ = [3, n0, _GIR,
@@ -1633,7 +1683,7 @@ export var GetIndexRequest$ = [3, n0, _GIR,
1633
1683
  ];
1634
1684
  export var GetIndexResponse$ = [3, n0, _GIRe,
1635
1685
  0,
1636
- [_aIp, _iI, _dN, _iA, _s, _t, _d, _cA, _uA, _cC, _dAC, _e, _iSn],
1686
+ [_aIp, _iI, _dN, _iA, _st, _t, _d, _cA, _uA, _cC, _dAC, _e, _iSn],
1637
1687
  [0, 0, 0, 0, 0, 0, 0, 4, 4, () => IndexCapacityConfiguration$, () => DocumentAttributeConfigurations, () => ErrorDetail$, () => IndexStatistics$]
1638
1688
  ];
1639
1689
  export var GetMediaRequest$ = [3, n0, _GMR,
@@ -1653,7 +1703,7 @@ export var GetPluginRequest$ = [3, n0, _GPR,
1653
1703
  ];
1654
1704
  export var GetPluginResponse$ = [3, n0, _GPRe,
1655
1705
  0,
1656
- [_aIp, _pI, _dN, _t, _sU, _aCu, _cPC, _bS, _pA, _sta, _cA, _uA],
1706
+ [_aIp, _pI, _dN, _t, _sU, _aCu, _cPC, _bS, _pA, _stat, _cA, _uA],
1657
1707
  [0, 0, 0, 0, 0, () => PluginAuthConfiguration$, [() => CustomPluginConfiguration$, 0], 0, 0, 0, 4, 4]
1658
1708
  ];
1659
1709
  export var GetPolicyRequest$ = [3, n0, _GPRet,
@@ -1673,7 +1723,7 @@ export var GetRetrieverRequest$ = [3, n0, _GRR,
1673
1723
  ];
1674
1724
  export var GetRetrieverResponse$ = [3, n0, _GRRe,
1675
1725
  0,
1676
- [_aIp, _rIe, _rAe, _t, _s, _dN, _conf, _rA, _cA, _uA],
1726
+ [_aIp, _rIe, _rAe, _t, _st, _dN, _conf, _rA, _cA, _uA],
1677
1727
  [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration$, 0, 4, 4]
1678
1728
  ];
1679
1729
  export var GetUserRequest$ = [3, n0, _GUR,
@@ -1693,7 +1743,7 @@ export var GetWebExperienceRequest$ = [3, n0, _GWER,
1693
1743
  ];
1694
1744
  export var GetWebExperienceResponse$ = [3, n0, _GWERe,
1695
1745
  0,
1696
- [_aIp, _wEI, _wEA, _dE, _s, _cA, _uA, _ti, _su, _wM, _sPCM, _o, _rA, _iPC, _aCut, _e, _bEC, _cCu],
1746
+ [_aIp, _wEI, _wEA, _dE, _st, _cA, _uA, _ti, _su, _wM, _sPCM, _o, _rA, _iPC, _aCut, _e, _bEC, _cCu],
1697
1747
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 64 | 0, 0, () => IdentityProviderConfiguration$, () => WebExperienceAuthConfiguration$, () => ErrorDetail$, () => BrowserExtensionConfiguration$, () => CustomizationConfiguration$]
1698
1748
  ];
1699
1749
  export var GroupMembers$ = [3, n0, _GM,
@@ -1703,7 +1753,7 @@ export var GroupMembers$ = [3, n0, _GM,
1703
1753
  ];
1704
1754
  export var GroupStatusDetail$ = [3, n0, _GSD,
1705
1755
  0,
1706
- [_s, _lUA, _eD],
1756
+ [_st, _lUA, _eD],
1707
1757
  [0, 4, () => ErrorDetail$]
1708
1758
  ];
1709
1759
  export var GroupSummary$ = [3, n0, _GS,
@@ -1738,7 +1788,7 @@ export var ImageSourceDetails$ = [3, n0, _ISD,
1738
1788
  ];
1739
1789
  export var Index$ = [3, n0, _I,
1740
1790
  0,
1741
- [_dN, _iI, _cA, _uA, _s],
1791
+ [_dN, _iI, _cA, _uA, _st],
1742
1792
  [0, 0, 4, 4, 0]
1743
1793
  ];
1744
1794
  export var IndexCapacityConfiguration$ = [3, n0, _ICC,
@@ -1761,23 +1811,11 @@ export var InstructionCollection$ = [3, n0, _IC,
1761
1811
  [_rL, _tA, _pe, _oSu, _id, _to, _cIu, _ex],
1762
1812
  [0, 0, 0, 0, 0, 0, 0, 0]
1763
1813
  ];
1764
- export var InternalServerException$ = [-3, n0, _ISE,
1765
- { [_e]: _ser, [_hE]: 500 },
1766
- [_m],
1767
- [0], 1
1768
- ];
1769
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1770
1814
  export var KendraIndexConfiguration$ = [3, n0, _KIC,
1771
1815
  0,
1772
1816
  [_iI],
1773
1817
  [0], 1
1774
1818
  ];
1775
- export var LicenseNotFoundException$ = [-3, n0, _LNFE,
1776
- { [_e]: _c, [_hE]: 400 },
1777
- [_m],
1778
- [0], 1
1779
- ];
1780
- TypeRegistry.for(n0).registerError(LicenseNotFoundException$, LicenseNotFoundException);
1781
1819
  export var ListApplicationsRequest$ = [3, n0, _LAR,
1782
1820
  0,
1783
1821
  [_nT, _mRa],
@@ -1935,7 +1973,7 @@ export var ListRetrieversRequest$ = [3, n0, _LRR,
1935
1973
  ];
1936
1974
  export var ListRetrieversResponse$ = [3, n0, _LRRi,
1937
1975
  0,
1938
- [_re, _nT],
1976
+ [_ret, _nT],
1939
1977
  [() => Retrievers, 0]
1940
1978
  ];
1941
1979
  export var ListSubscriptionsRequest$ = [3, n0, _LSR,
@@ -1973,12 +2011,6 @@ export var MediaExtractionConfiguration$ = [3, n0, _MEC,
1973
2011
  [_iEC, _aEC, _vEC],
1974
2012
  [() => ImageExtractionConfiguration$, () => AudioExtractionConfiguration$, () => VideoExtractionConfiguration$]
1975
2013
  ];
1976
- export var MediaTooLargeException$ = [-3, n0, _MTLE,
1977
- { [_e]: _c, [_hE]: 400 },
1978
- [_m],
1979
- [0], 1
1980
- ];
1981
- TypeRegistry.for(n0).registerError(MediaTooLargeException$, MediaTooLargeException);
1982
2014
  export var MemberGroup$ = [3, n0, _MG,
1983
2015
  0,
1984
2016
  [_gN, _t],
@@ -1996,7 +2028,7 @@ export var Message$ = [3, n0, _M,
1996
2028
  ];
1997
2029
  export var MessageUsefulnessFeedback$ = [3, n0, _MUF,
1998
2030
  0,
1999
- [_us, _sAub, _rea, _com],
2031
+ [_us, _sAub, _r, _com],
2000
2032
  [0, 4, 0, 0], 2
2001
2033
  ];
2002
2034
  export var MetadataEvent$ = [3, n0, _ME,
@@ -2046,7 +2078,7 @@ export var PersonalizationConfiguration$ = [3, n0, _PCe,
2046
2078
  ];
2047
2079
  export var Plugin$ = [3, n0, _Pl,
2048
2080
  0,
2049
- [_pI, _dN, _t, _sU, _sta, _bS, _cA, _uA],
2081
+ [_pI, _dN, _t, _sU, _stat, _bS, _cA, _uA],
2050
2082
  [0, 0, 0, 0, 0, 0, 4, 4]
2051
2083
  ];
2052
2084
  export var PluginConfiguration$ = [3, n0, _PCl,
@@ -2099,12 +2131,6 @@ export var RelevantContent$ = [3, n0, _RC,
2099
2131
  [_cont, _dI, _dT, _dU, _dAoc, _sAc],
2100
2132
  [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes$]
2101
2133
  ];
2102
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
2103
- { [_e]: _c, [_hE]: 404 },
2104
- [_m, _rI, _rT],
2105
- [0, 0, 0], 3
2106
- ];
2107
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2108
2134
  export var ResponseConfiguration$ = [3, n0, _RCe,
2109
2135
  0,
2110
2136
  [_iCns],
@@ -2112,7 +2138,7 @@ export var ResponseConfiguration$ = [3, n0, _RCe,
2112
2138
  ];
2113
2139
  export var Retriever$ = [3, n0, _R,
2114
2140
  0,
2115
- [_aIp, _rIe, _t, _s, _dN],
2141
+ [_aIp, _rIe, _t, _st, _dN],
2116
2142
  [0, 0, 0, 0, 0]
2117
2143
  ];
2118
2144
  export var RetrieverContentSource$ = [3, n0, _RCS,
@@ -2155,12 +2181,6 @@ export var SearchRelevantContentResponse$ = [3, n0, _SRCRe,
2155
2181
  [_rCe, _nT],
2156
2182
  [() => RelevantContentList, 0]
2157
2183
  ];
2158
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2159
- { [_e]: _c, [_hE]: 402 },
2160
- [_m, _rI, _rT],
2161
- [0, 0, 0], 3
2162
- ];
2163
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2164
2184
  export var SnippetExcerpt$ = [3, n0, _SE,
2165
2185
  0,
2166
2186
  [_te],
@@ -2246,12 +2266,6 @@ export var TextSegment$ = [3, n0, _TS,
2246
2266
  [_bOe, _eO, _sE, _mI, _mMT, _sD],
2247
2267
  [1, 1, () => SnippetExcerpt$, 0, 0, () => SourceDetails$]
2248
2268
  ];
2249
- export var ThrottlingException$ = [-3, n0, _TE,
2250
- { [_e]: _c, [_hE]: 429 },
2251
- [_m],
2252
- [0], 1
2253
- ];
2254
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2255
2269
  export var TopicConfiguration$ = [3, n0, _TC,
2256
2270
  0,
2257
2271
  [_n, _ru, _d, _eCM],
@@ -2329,7 +2343,7 @@ export var UpdateIndexResponse$ = [3, n0, _UIRp,
2329
2343
  ];
2330
2344
  export var UpdatePluginRequest$ = [3, n0, _UPR,
2331
2345
  0,
2332
- [_aIp, _pI, _dN, _sta, _sU, _cPC, _aCu],
2346
+ [_aIp, _pI, _dN, _stat, _sU, _cPC, _aCu],
2333
2347
  [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration$, 0], () => PluginAuthConfiguration$], 2
2334
2348
  ];
2335
2349
  export var UpdatePluginResponse$ = [3, n0, _UPRp,
@@ -2387,12 +2401,6 @@ export var UsersAndGroups$ = [3, n0, _UAG,
2387
2401
  [_uIs, _uG],
2388
2402
  [64 | 0, 64 | 0]
2389
2403
  ];
2390
- export var ValidationException$ = [-3, n0, _VE,
2391
- { [_e]: _c, [_hE]: 400 },
2392
- [_m, _rea, _f],
2393
- [0, 0, () => ValidationExceptionFields], 2
2394
- ];
2395
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2396
2404
  export var ValidationExceptionField$ = [3, n0, _VEF,
2397
2405
  0,
2398
2406
  [_n, _m],
@@ -2410,12 +2418,10 @@ export var VideoSourceDetails$ = [3, n0, _VSD,
2410
2418
  ];
2411
2419
  export var WebExperience$ = [3, n0, _WE,
2412
2420
  0,
2413
- [_wEI, _cA, _uA, _dE, _s],
2421
+ [_wEI, _cA, _uA, _dE, _st],
2414
2422
  [0, 4, 4, 0, 0]
2415
2423
  ];
2416
2424
  var __Unit = "unit";
2417
- export var QBusinessServiceException$ = [-3, _sm, "QBusinessServiceException", 0, [], []];
2418
- TypeRegistry.for(_sm).registerError(QBusinessServiceException$, QBusinessServiceException);
2419
2425
  var AccessControls = [1, n0, _ACcc,
2420
2426
  0, () => AccessControl$
2421
2427
  ];
@@ -2613,7 +2619,7 @@ export var ChatOutputStream$ = [4, n0, _COS,
2613
2619
  ];
2614
2620
  export var ContentSource$ = [4, n0, _CSo,
2615
2621
  0,
2616
- [_ret],
2622
+ [_retr],
2617
2623
  [() => RetrieverContentSource$]
2618
2624
  ];
2619
2625
  export var CopyFromSource$ = [4, n0, _CFS,
@@ -1,7 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var QBusinessServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var ExternalResourceException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var LicenseNotFoundException$: StaticErrorSchema;
9
+ export declare var MediaTooLargeException$: StaticErrorSchema;
10
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
11
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ /**
15
+ * TypeRegistry instances containing modeled errors.
16
+ * @internal
17
+ *
18
+ */
19
+ export declare const errorTypeRegistries: TypeRegistry[];
2
20
  export declare var AccessConfiguration$: StaticStructureSchema;
3
21
  export declare var AccessControl$: StaticStructureSchema;
4
- export declare var AccessDeniedException$: StaticErrorSchema;
5
22
  export declare var ActionConfiguration$: StaticStructureSchema;
6
23
  export declare var ActionExecution$: StaticStructureSchema;
7
24
  export declare var ActionExecutionEvent$: StaticStructureSchema;
@@ -52,7 +69,6 @@ export declare var ChatSyncOutput$: StaticStructureSchema;
52
69
  export declare var CheckDocumentAccessRequest$: StaticStructureSchema;
53
70
  export declare var CheckDocumentAccessResponse$: StaticStructureSchema;
54
71
  export declare var ConfigurationEvent$: StaticStructureSchema;
55
- export declare var ConflictException$: StaticErrorSchema;
56
72
  export declare var ContentBlockerRule$: StaticStructureSchema;
57
73
  export declare var ContentRetrievalRule$: StaticStructureSchema;
58
74
  export declare var Conversation$: StaticStructureSchema;
@@ -135,7 +151,6 @@ export declare var EligibleDataSource$: StaticStructureSchema;
135
151
  export declare var EncryptionConfiguration$: StaticStructureSchema;
136
152
  export declare var EndOfInputEvent$: StaticStructureSchema;
137
153
  export declare var ErrorDetail$: StaticStructureSchema;
138
- export declare var ExternalResourceException$: StaticErrorSchema;
139
154
  export declare var FailedAttachmentEvent$: StaticStructureSchema;
140
155
  export declare var FailedDocument$: StaticStructureSchema;
141
156
  export declare var GetApplicationRequest$: StaticStructureSchema;
@@ -179,9 +194,7 @@ export declare var IndexCapacityConfiguration$: StaticStructureSchema;
179
194
  export declare var IndexStatistics$: StaticStructureSchema;
180
195
  export declare var InlineDocumentEnrichmentConfiguration$: StaticStructureSchema;
181
196
  export declare var InstructionCollection$: StaticStructureSchema;
182
- export declare var InternalServerException$: StaticErrorSchema;
183
197
  export declare var KendraIndexConfiguration$: StaticStructureSchema;
184
- export declare var LicenseNotFoundException$: StaticErrorSchema;
185
198
  export declare var ListApplicationsRequest$: StaticStructureSchema;
186
199
  export declare var ListApplicationsResponse$: StaticStructureSchema;
187
200
  export declare var ListAttachmentsRequest$: StaticStructureSchema;
@@ -221,7 +234,6 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
221
234
  export declare var ListWebExperiencesRequest$: StaticStructureSchema;
222
235
  export declare var ListWebExperiencesResponse$: StaticStructureSchema;
223
236
  export declare var MediaExtractionConfiguration$: StaticStructureSchema;
224
- export declare var MediaTooLargeException$: StaticErrorSchema;
225
237
  export declare var MemberGroup$: StaticStructureSchema;
226
238
  export declare var MemberUser$: StaticStructureSchema;
227
239
  export declare var Message$: StaticStructureSchema;
@@ -246,7 +258,6 @@ export declare var PutGroupResponse$: StaticStructureSchema;
246
258
  export declare var QAppsConfiguration$: StaticStructureSchema;
247
259
  export declare var QuickSightConfiguration$: StaticStructureSchema;
248
260
  export declare var RelevantContent$: StaticStructureSchema;
249
- export declare var ResourceNotFoundException$: StaticErrorSchema;
250
261
  export declare var ResponseConfiguration$: StaticStructureSchema;
251
262
  export declare var Retriever$: StaticStructureSchema;
252
263
  export declare var RetrieverContentSource$: StaticStructureSchema;
@@ -257,7 +268,6 @@ export declare var SamlProviderConfiguration$: StaticStructureSchema;
257
268
  export declare var ScoreAttributes$: StaticStructureSchema;
258
269
  export declare var SearchRelevantContentRequest$: StaticStructureSchema;
259
270
  export declare var SearchRelevantContentResponse$: StaticStructureSchema;
260
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
261
271
  export declare var SnippetExcerpt$: StaticStructureSchema;
262
272
  export declare var SourceAttribution$: StaticStructureSchema;
263
273
  export declare var StartDataSourceSyncJobRequest$: StaticStructureSchema;
@@ -275,7 +285,6 @@ export declare var TextDocumentStatistics$: StaticStructureSchema;
275
285
  export declare var TextInputEvent$: StaticStructureSchema;
276
286
  export declare var TextOutputEvent$: StaticStructureSchema;
277
287
  export declare var TextSegment$: StaticStructureSchema;
278
- export declare var ThrottlingException$: StaticErrorSchema;
279
288
  export declare var TopicConfiguration$: StaticStructureSchema;
280
289
  export declare var UntagResourceRequest$: StaticStructureSchema;
281
290
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -303,12 +312,10 @@ export declare var UpdateWebExperienceRequest$: StaticStructureSchema;
303
312
  export declare var UpdateWebExperienceResponse$: StaticStructureSchema;
304
313
  export declare var UserAlias$: StaticStructureSchema;
305
314
  export declare var UsersAndGroups$: StaticStructureSchema;
306
- export declare var ValidationException$: StaticErrorSchema;
307
315
  export declare var ValidationExceptionField$: StaticStructureSchema;
308
316
  export declare var VideoExtractionConfiguration$: StaticStructureSchema;
309
317
  export declare var VideoSourceDetails$: StaticStructureSchema;
310
318
  export declare var WebExperience$: StaticStructureSchema;
311
- export declare var QBusinessServiceException$: StaticErrorSchema;
312
319
  export declare var APISchema$: StaticUnionSchema;
313
320
  export declare var ChatInputStream$: StaticUnionSchema;
314
321
  export declare var ChatModeConfiguration$: StaticUnionSchema;