@aws-sdk/client-qbusiness 3.940.0 → 3.946.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 +157 -736
- package/dist-cjs/runtimeConfig.browser.js +5 -3
- package/dist-cjs/runtimeConfig.js +8 -5
- package/dist-cjs/runtimeConfig.native.js +3 -1
- package/dist-es/QBusinessClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +5 -3
- package/dist-es/runtimeConfig.js +7 -4
- package/dist-es/runtimeConfig.native.js +3 -1
- package/dist-es/schemas/schemas_0.js +157 -736
- package/dist-types/QBusiness.d.ts +1 -1
- package/dist-types/QBusinessClient.d.ts +12 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociatePermissionCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -3
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/ChatCommand.d.ts +4 -4
- package/dist-types/commands/ChatSyncCommand.d.ts +4 -4
- package/dist-types/commands/CheckDocumentAccessCommand.d.ts +3 -3
- package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +4 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -3
- package/dist-types/commands/CreatePluginCommand.d.ts +3 -3
- package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConversationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeletePluginCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -3
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetDataAccessorCommand.d.ts +4 -4
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -3
- package/dist-types/commands/GetGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetIndexCommand.d.ts +3 -3
- package/dist-types/commands/GetMediaCommand.d.ts +3 -3
- package/dist-types/commands/GetPluginCommand.d.ts +3 -3
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/GetUserCommand.d.ts +3 -3
- package/dist-types/commands/GetWebExperienceCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAttachmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListConversationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -3
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -3
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/PutGroupCommand.d.ts +3 -3
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +4 -4
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePluginCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/QBusinessServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/pagination/GetChatControlsConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChatResponseConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConversationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMessagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetrieversPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWebExperiencesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/QBusinessClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/QBusinessServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/package.json +13 -12
|
@@ -860,17 +860,7 @@ export var KmsKeyId = [0, n0, _KKI, 8, 0];
|
|
|
860
860
|
export var Payload = [0, n0, _P, 8, 0];
|
|
861
861
|
export var AccessConfiguration = [3, n0, _AC, 0, [_aC, _mR], [() => AccessControls, 0]];
|
|
862
862
|
export var AccessControl = [3, n0, _ACc, 0, [_p, _mR], [() => Principals, 0]];
|
|
863
|
-
export var AccessDeniedException = [
|
|
864
|
-
-3,
|
|
865
|
-
n0,
|
|
866
|
-
_ADE,
|
|
867
|
-
{
|
|
868
|
-
[_e]: _c,
|
|
869
|
-
[_hE]: 403,
|
|
870
|
-
},
|
|
871
|
-
[_m],
|
|
872
|
-
[0],
|
|
873
|
-
];
|
|
863
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
874
864
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
875
865
|
export var ActionConfiguration = [
|
|
876
866
|
3,
|
|
@@ -1047,37 +1037,11 @@ export var ChatInput = [
|
|
|
1047
1037
|
[_aIp, _uI, _uG, _cI, _pMI, _cT, _iS],
|
|
1048
1038
|
[
|
|
1049
1039
|
[0, 1],
|
|
1050
|
-
[
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
],
|
|
1056
|
-
[
|
|
1057
|
-
64 | 0,
|
|
1058
|
-
{
|
|
1059
|
-
[_hQ]: _uG,
|
|
1060
|
-
},
|
|
1061
|
-
],
|
|
1062
|
-
[
|
|
1063
|
-
0,
|
|
1064
|
-
{
|
|
1065
|
-
[_hQ]: _cI,
|
|
1066
|
-
},
|
|
1067
|
-
],
|
|
1068
|
-
[
|
|
1069
|
-
0,
|
|
1070
|
-
{
|
|
1071
|
-
[_hQ]: _pMI,
|
|
1072
|
-
},
|
|
1073
|
-
],
|
|
1074
|
-
[
|
|
1075
|
-
0,
|
|
1076
|
-
{
|
|
1077
|
-
[_iTd]: 1,
|
|
1078
|
-
[_hQ]: _cT,
|
|
1079
|
-
},
|
|
1080
|
-
],
|
|
1040
|
+
[0, { [_hQ]: _uI }],
|
|
1041
|
+
[64 | 0, { [_hQ]: _uG }],
|
|
1042
|
+
[0, { [_hQ]: _cI }],
|
|
1043
|
+
[0, { [_hQ]: _pMI }],
|
|
1044
|
+
[0, { [_iTd]: 1, [_hQ]: _cT }],
|
|
1081
1045
|
[() => ChatInputStream, 16],
|
|
1082
1046
|
],
|
|
1083
1047
|
];
|
|
@@ -1106,18 +1070,8 @@ export var ChatSyncInput = [
|
|
|
1106
1070
|
[_aIp, _uI, _uG, _uM, _att, _aE, _aCR, _cI, _pMI, _aFt, _cM, _cMCh, _cT],
|
|
1107
1071
|
[
|
|
1108
1072
|
[0, 1],
|
|
1109
|
-
[
|
|
1110
|
-
|
|
1111
|
-
{
|
|
1112
|
-
[_hQ]: _uI,
|
|
1113
|
-
},
|
|
1114
|
-
],
|
|
1115
|
-
[
|
|
1116
|
-
64 | 0,
|
|
1117
|
-
{
|
|
1118
|
-
[_hQ]: _uG,
|
|
1119
|
-
},
|
|
1120
|
-
],
|
|
1073
|
+
[0, { [_hQ]: _uI }],
|
|
1074
|
+
[64 | 0, { [_hQ]: _uG }],
|
|
1121
1075
|
0,
|
|
1122
1076
|
() => AttachmentsInput,
|
|
1123
1077
|
() => ActionExecution,
|
|
@@ -1149,12 +1103,7 @@ export var CheckDocumentAccessRequest = [
|
|
|
1149
1103
|
[0, 1],
|
|
1150
1104
|
[0, 1],
|
|
1151
1105
|
[0, 1],
|
|
1152
|
-
[
|
|
1153
|
-
0,
|
|
1154
|
-
{
|
|
1155
|
-
[_hQ]: _dSI,
|
|
1156
|
-
},
|
|
1157
|
-
],
|
|
1106
|
+
[0, { [_hQ]: _dSI }],
|
|
1158
1107
|
],
|
|
1159
1108
|
];
|
|
1160
1109
|
export var CheckDocumentAccessResponse = [
|
|
@@ -1173,17 +1122,7 @@ export var ConfigurationEvent = [
|
|
|
1173
1122
|
[_cM, _cMCh, _aFt],
|
|
1174
1123
|
[0, () => ChatModeConfiguration, () => AttributeFilter],
|
|
1175
1124
|
];
|
|
1176
|
-
export var ConflictException = [
|
|
1177
|
-
-3,
|
|
1178
|
-
n0,
|
|
1179
|
-
_CEo,
|
|
1180
|
-
{
|
|
1181
|
-
[_e]: _c,
|
|
1182
|
-
[_hE]: 409,
|
|
1183
|
-
},
|
|
1184
|
-
[_m, _rI, _rT],
|
|
1185
|
-
[0, 0, 0],
|
|
1186
|
-
];
|
|
1125
|
+
export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
1187
1126
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
1188
1127
|
export var ContentBlockerRule = [3, n0, _CBR, 0, [_sMO], [0]];
|
|
1189
1128
|
export var ContentRetrievalRule = [3, n0, _CRR, 0, [_eDS], [() => EligibleDataSources]];
|
|
@@ -1402,12 +1341,7 @@ export var DeleteAttachmentRequest = [
|
|
|
1402
1341
|
[0, 1],
|
|
1403
1342
|
[0, 1],
|
|
1404
1343
|
[0, 1],
|
|
1405
|
-
[
|
|
1406
|
-
0,
|
|
1407
|
-
{
|
|
1408
|
-
[_hQ]: _uI,
|
|
1409
|
-
},
|
|
1410
|
-
],
|
|
1344
|
+
[0, { [_hQ]: _uI }],
|
|
1411
1345
|
],
|
|
1412
1346
|
];
|
|
1413
1347
|
export var DeleteAttachmentResponse = [3, n0, _DARele, 0, [], []];
|
|
@@ -1434,12 +1368,7 @@ export var DeleteConversationRequest = [
|
|
|
1434
1368
|
[
|
|
1435
1369
|
[0, 1],
|
|
1436
1370
|
[0, 1],
|
|
1437
|
-
[
|
|
1438
|
-
0,
|
|
1439
|
-
{
|
|
1440
|
-
[_hQ]: _uI,
|
|
1441
|
-
},
|
|
1442
|
-
],
|
|
1371
|
+
[0, { [_hQ]: _uI }],
|
|
1443
1372
|
],
|
|
1444
1373
|
];
|
|
1445
1374
|
export var DeleteConversationResponse = [3, n0, _DCRe, 0, [], []];
|
|
@@ -1479,12 +1408,7 @@ export var DeleteGroupRequest = [
|
|
|
1479
1408
|
[0, 1],
|
|
1480
1409
|
[0, 1],
|
|
1481
1410
|
[0, 1],
|
|
1482
|
-
[
|
|
1483
|
-
0,
|
|
1484
|
-
{
|
|
1485
|
-
[_hQ]: _dSI,
|
|
1486
|
-
},
|
|
1487
|
-
],
|
|
1411
|
+
[0, { [_hQ]: _dSI }],
|
|
1488
1412
|
],
|
|
1489
1413
|
];
|
|
1490
1414
|
export var DeleteGroupResponse = [3, n0, _DGRe, 0, [], []];
|
|
@@ -1641,17 +1565,7 @@ export var EligibleDataSource = [3, n0, _EDS, 0, [_iI, _dSI], [0, 0]];
|
|
|
1641
1565
|
export var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI], [[() => KmsKeyId, 0]]];
|
|
1642
1566
|
export var EndOfInputEvent = [3, n0, _EOIE, 0, [], []];
|
|
1643
1567
|
export var ErrorDetail = [3, n0, _ED, 0, [_eM, _eCr], [0, 0]];
|
|
1644
|
-
export var ExternalResourceException = [
|
|
1645
|
-
-3,
|
|
1646
|
-
n0,
|
|
1647
|
-
_ERE,
|
|
1648
|
-
{
|
|
1649
|
-
[_e]: _c,
|
|
1650
|
-
[_hE]: 424,
|
|
1651
|
-
},
|
|
1652
|
-
[_m],
|
|
1653
|
-
[0],
|
|
1654
|
-
];
|
|
1568
|
+
export var ExternalResourceException = [-3, n0, _ERE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
1655
1569
|
TypeRegistry.for(n0).registerError(ExternalResourceException, __ExternalResourceException);
|
|
1656
1570
|
export var FailedAttachmentEvent = [
|
|
1657
1571
|
3,
|
|
@@ -1699,18 +1613,8 @@ export var GetChatControlsConfigurationRequest = [
|
|
|
1699
1613
|
[_aIp, _mRa, _nT],
|
|
1700
1614
|
[
|
|
1701
1615
|
[0, 1],
|
|
1702
|
-
[
|
|
1703
|
-
|
|
1704
|
-
{
|
|
1705
|
-
[_hQ]: _mRa,
|
|
1706
|
-
},
|
|
1707
|
-
],
|
|
1708
|
-
[
|
|
1709
|
-
0,
|
|
1710
|
-
{
|
|
1711
|
-
[_hQ]: _nT,
|
|
1712
|
-
},
|
|
1713
|
-
],
|
|
1616
|
+
[1, { [_hQ]: _mRa }],
|
|
1617
|
+
[0, { [_hQ]: _nT }],
|
|
1714
1618
|
],
|
|
1715
1619
|
];
|
|
1716
1620
|
export var GetChatControlsConfigurationResponse = [
|
|
@@ -1825,19 +1729,9 @@ export var GetDocumentContentRequest = [
|
|
|
1825
1729
|
[
|
|
1826
1730
|
[0, 1],
|
|
1827
1731
|
[0, 1],
|
|
1828
|
-
[
|
|
1829
|
-
0,
|
|
1830
|
-
{
|
|
1831
|
-
[_hQ]: _dSI,
|
|
1832
|
-
},
|
|
1833
|
-
],
|
|
1732
|
+
[0, { [_hQ]: _dSI }],
|
|
1834
1733
|
[0, 1],
|
|
1835
|
-
[
|
|
1836
|
-
0,
|
|
1837
|
-
{
|
|
1838
|
-
[_hQ]: _oF,
|
|
1839
|
-
},
|
|
1840
|
-
],
|
|
1734
|
+
[0, { [_hQ]: _oF }],
|
|
1841
1735
|
],
|
|
1842
1736
|
];
|
|
1843
1737
|
export var GetDocumentContentResponse = [3, n0, _GDCRe, 0, [_pU, _mT], [0, 0]];
|
|
@@ -1851,12 +1745,7 @@ export var GetGroupRequest = [
|
|
|
1851
1745
|
[0, 1],
|
|
1852
1746
|
[0, 1],
|
|
1853
1747
|
[0, 1],
|
|
1854
|
-
[
|
|
1855
|
-
0,
|
|
1856
|
-
{
|
|
1857
|
-
[_hQ]: _dSI,
|
|
1858
|
-
},
|
|
1859
|
-
],
|
|
1748
|
+
[0, { [_hQ]: _dSI }],
|
|
1860
1749
|
],
|
|
1861
1750
|
];
|
|
1862
1751
|
export var GetGroupResponse = [
|
|
@@ -2045,30 +1934,10 @@ export var InstructionCollection = [
|
|
|
2045
1934
|
[_rL, _tA, _pe, _oSu, _id, _to, _cIu, _ex],
|
|
2046
1935
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
2047
1936
|
];
|
|
2048
|
-
export var InternalServerException = [
|
|
2049
|
-
-3,
|
|
2050
|
-
n0,
|
|
2051
|
-
_ISE,
|
|
2052
|
-
{
|
|
2053
|
-
[_e]: _ser,
|
|
2054
|
-
[_hE]: 500,
|
|
2055
|
-
},
|
|
2056
|
-
[_m],
|
|
2057
|
-
[0],
|
|
2058
|
-
];
|
|
1937
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
2059
1938
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
2060
1939
|
export var KendraIndexConfiguration = [3, n0, _KIC, 0, [_iI], [0]];
|
|
2061
|
-
export var LicenseNotFoundException = [
|
|
2062
|
-
-3,
|
|
2063
|
-
n0,
|
|
2064
|
-
_LNFE,
|
|
2065
|
-
{
|
|
2066
|
-
[_e]: _c,
|
|
2067
|
-
[_hE]: 400,
|
|
2068
|
-
},
|
|
2069
|
-
[_m],
|
|
2070
|
-
[0],
|
|
2071
|
-
];
|
|
1940
|
+
export var LicenseNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2072
1941
|
TypeRegistry.for(n0).registerError(LicenseNotFoundException, __LicenseNotFoundException);
|
|
2073
1942
|
export var ListApplicationsRequest = [
|
|
2074
1943
|
3,
|
|
@@ -2077,18 +1946,8 @@ export var ListApplicationsRequest = [
|
|
|
2077
1946
|
0,
|
|
2078
1947
|
[_nT, _mRa],
|
|
2079
1948
|
[
|
|
2080
|
-
[
|
|
2081
|
-
|
|
2082
|
-
{
|
|
2083
|
-
[_hQ]: _nT,
|
|
2084
|
-
},
|
|
2085
|
-
],
|
|
2086
|
-
[
|
|
2087
|
-
1,
|
|
2088
|
-
{
|
|
2089
|
-
[_hQ]: _mRa,
|
|
2090
|
-
},
|
|
2091
|
-
],
|
|
1949
|
+
[0, { [_hQ]: _nT }],
|
|
1950
|
+
[1, { [_hQ]: _mRa }],
|
|
2092
1951
|
],
|
|
2093
1952
|
];
|
|
2094
1953
|
export var ListApplicationsResponse = [3, n0, _LARi, 0, [_nT, _ap], [0, () => Applications]];
|
|
@@ -2100,30 +1959,10 @@ export var ListAttachmentsRequest = [
|
|
|
2100
1959
|
[_aIp, _cI, _uI, _nT, _mRa],
|
|
2101
1960
|
[
|
|
2102
1961
|
[0, 1],
|
|
2103
|
-
[
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
},
|
|
2108
|
-
],
|
|
2109
|
-
[
|
|
2110
|
-
0,
|
|
2111
|
-
{
|
|
2112
|
-
[_hQ]: _uI,
|
|
2113
|
-
},
|
|
2114
|
-
],
|
|
2115
|
-
[
|
|
2116
|
-
0,
|
|
2117
|
-
{
|
|
2118
|
-
[_hQ]: _nT,
|
|
2119
|
-
},
|
|
2120
|
-
],
|
|
2121
|
-
[
|
|
2122
|
-
1,
|
|
2123
|
-
{
|
|
2124
|
-
[_hQ]: _mRa,
|
|
2125
|
-
},
|
|
2126
|
-
],
|
|
1962
|
+
[0, { [_hQ]: _cI }],
|
|
1963
|
+
[0, { [_hQ]: _uI }],
|
|
1964
|
+
[0, { [_hQ]: _nT }],
|
|
1965
|
+
[1, { [_hQ]: _mRa }],
|
|
2127
1966
|
],
|
|
2128
1967
|
];
|
|
2129
1968
|
export var ListAttachmentsResponse = [3, n0, _LARist, 0, [_att, _nT], [() => AttachmentList, 0]];
|
|
@@ -2135,18 +1974,8 @@ export var ListChatResponseConfigurationsRequest = [
|
|
|
2135
1974
|
[_aIp, _mRa, _nT],
|
|
2136
1975
|
[
|
|
2137
1976
|
[0, 1],
|
|
2138
|
-
[
|
|
2139
|
-
|
|
2140
|
-
{
|
|
2141
|
-
[_hQ]: _mRa,
|
|
2142
|
-
},
|
|
2143
|
-
],
|
|
2144
|
-
[
|
|
2145
|
-
0,
|
|
2146
|
-
{
|
|
2147
|
-
[_hQ]: _nT,
|
|
2148
|
-
},
|
|
2149
|
-
],
|
|
1977
|
+
[1, { [_hQ]: _mRa }],
|
|
1978
|
+
[0, { [_hQ]: _nT }],
|
|
2150
1979
|
],
|
|
2151
1980
|
];
|
|
2152
1981
|
export var ListChatResponseConfigurationsResponse = [
|
|
@@ -2165,24 +1994,9 @@ export var ListConversationsRequest = [
|
|
|
2165
1994
|
[_aIp, _uI, _nT, _mRa],
|
|
2166
1995
|
[
|
|
2167
1996
|
[0, 1],
|
|
2168
|
-
[
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
[_hQ]: _uI,
|
|
2172
|
-
},
|
|
2173
|
-
],
|
|
2174
|
-
[
|
|
2175
|
-
0,
|
|
2176
|
-
{
|
|
2177
|
-
[_hQ]: _nT,
|
|
2178
|
-
},
|
|
2179
|
-
],
|
|
2180
|
-
[
|
|
2181
|
-
1,
|
|
2182
|
-
{
|
|
2183
|
-
[_hQ]: _mRa,
|
|
2184
|
-
},
|
|
2185
|
-
],
|
|
1997
|
+
[0, { [_hQ]: _uI }],
|
|
1998
|
+
[0, { [_hQ]: _nT }],
|
|
1999
|
+
[1, { [_hQ]: _mRa }],
|
|
2186
2000
|
],
|
|
2187
2001
|
];
|
|
2188
2002
|
export var ListConversationsResponse = [3, n0, _LCRi, 0, [_nT, _conv], [0, () => Conversations]];
|
|
@@ -2194,18 +2008,8 @@ export var ListDataAccessorsRequest = [
|
|
|
2194
2008
|
[_aIp, _nT, _mRa],
|
|
2195
2009
|
[
|
|
2196
2010
|
[0, 1],
|
|
2197
|
-
[
|
|
2198
|
-
|
|
2199
|
-
{
|
|
2200
|
-
[_hQ]: _nT,
|
|
2201
|
-
},
|
|
2202
|
-
],
|
|
2203
|
-
[
|
|
2204
|
-
1,
|
|
2205
|
-
{
|
|
2206
|
-
[_hQ]: _mRa,
|
|
2207
|
-
},
|
|
2208
|
-
],
|
|
2011
|
+
[0, { [_hQ]: _nT }],
|
|
2012
|
+
[1, { [_hQ]: _mRa }],
|
|
2209
2013
|
],
|
|
2210
2014
|
];
|
|
2211
2015
|
export var ListDataAccessorsResponse = [
|
|
@@ -2225,18 +2029,8 @@ export var ListDataSourcesRequest = [
|
|
|
2225
2029
|
[
|
|
2226
2030
|
[0, 1],
|
|
2227
2031
|
[0, 1],
|
|
2228
|
-
[
|
|
2229
|
-
|
|
2230
|
-
{
|
|
2231
|
-
[_hQ]: _nT,
|
|
2232
|
-
},
|
|
2233
|
-
],
|
|
2234
|
-
[
|
|
2235
|
-
1,
|
|
2236
|
-
{
|
|
2237
|
-
[_hQ]: _mRa,
|
|
2238
|
-
},
|
|
2239
|
-
],
|
|
2032
|
+
[0, { [_hQ]: _nT }],
|
|
2033
|
+
[1, { [_hQ]: _mRa }],
|
|
2240
2034
|
],
|
|
2241
2035
|
];
|
|
2242
2036
|
export var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
@@ -2250,36 +2044,11 @@ export var ListDataSourceSyncJobsRequest = [
|
|
|
2250
2044
|
[0, 1],
|
|
2251
2045
|
[0, 1],
|
|
2252
2046
|
[0, 1],
|
|
2253
|
-
[
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
],
|
|
2259
|
-
[
|
|
2260
|
-
1,
|
|
2261
|
-
{
|
|
2262
|
-
[_hQ]: _mRa,
|
|
2263
|
-
},
|
|
2264
|
-
],
|
|
2265
|
-
[
|
|
2266
|
-
4,
|
|
2267
|
-
{
|
|
2268
|
-
[_hQ]: _sT,
|
|
2269
|
-
},
|
|
2270
|
-
],
|
|
2271
|
-
[
|
|
2272
|
-
4,
|
|
2273
|
-
{
|
|
2274
|
-
[_hQ]: _eTn,
|
|
2275
|
-
},
|
|
2276
|
-
],
|
|
2277
|
-
[
|
|
2278
|
-
0,
|
|
2279
|
-
{
|
|
2280
|
-
[_hQ]: _sSy,
|
|
2281
|
-
},
|
|
2282
|
-
],
|
|
2047
|
+
[0, { [_hQ]: _nT }],
|
|
2048
|
+
[1, { [_hQ]: _mRa }],
|
|
2049
|
+
[4, { [_hQ]: _sT }],
|
|
2050
|
+
[4, { [_hQ]: _eTn }],
|
|
2051
|
+
[0, { [_hQ]: _sSy }],
|
|
2283
2052
|
],
|
|
2284
2053
|
];
|
|
2285
2054
|
export var ListDataSourceSyncJobsResponse = [
|
|
@@ -2299,24 +2068,9 @@ export var ListDocumentsRequest = [
|
|
|
2299
2068
|
[
|
|
2300
2069
|
[0, 1],
|
|
2301
2070
|
[0, 1],
|
|
2302
|
-
[
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
[_hQ]: _dSIa,
|
|
2306
|
-
},
|
|
2307
|
-
],
|
|
2308
|
-
[
|
|
2309
|
-
0,
|
|
2310
|
-
{
|
|
2311
|
-
[_hQ]: _nT,
|
|
2312
|
-
},
|
|
2313
|
-
],
|
|
2314
|
-
[
|
|
2315
|
-
1,
|
|
2316
|
-
{
|
|
2317
|
-
[_hQ]: _mRa,
|
|
2318
|
-
},
|
|
2319
|
-
],
|
|
2071
|
+
[64 | 0, { [_hQ]: _dSIa }],
|
|
2072
|
+
[0, { [_hQ]: _nT }],
|
|
2073
|
+
[1, { [_hQ]: _mRa }],
|
|
2320
2074
|
],
|
|
2321
2075
|
];
|
|
2322
2076
|
export var ListDocumentsResponse = [3, n0, _LDRi, 0, [_dDL, _nT], [() => DocumentDetailList, 0]];
|
|
@@ -2329,30 +2083,10 @@ export var ListGroupsRequest = [
|
|
|
2329
2083
|
[
|
|
2330
2084
|
[0, 1],
|
|
2331
2085
|
[0, 1],
|
|
2332
|
-
[
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
},
|
|
2337
|
-
],
|
|
2338
|
-
[
|
|
2339
|
-
0,
|
|
2340
|
-
{
|
|
2341
|
-
[_hQ]: _dSI,
|
|
2342
|
-
},
|
|
2343
|
-
],
|
|
2344
|
-
[
|
|
2345
|
-
0,
|
|
2346
|
-
{
|
|
2347
|
-
[_hQ]: _nT,
|
|
2348
|
-
},
|
|
2349
|
-
],
|
|
2350
|
-
[
|
|
2351
|
-
1,
|
|
2352
|
-
{
|
|
2353
|
-
[_hQ]: _mRa,
|
|
2354
|
-
},
|
|
2355
|
-
],
|
|
2086
|
+
[4, { [_hQ]: _uET }],
|
|
2087
|
+
[0, { [_hQ]: _dSI }],
|
|
2088
|
+
[0, { [_hQ]: _nT }],
|
|
2089
|
+
[1, { [_hQ]: _mRa }],
|
|
2356
2090
|
],
|
|
2357
2091
|
];
|
|
2358
2092
|
export var ListGroupsResponse = [3, n0, _LGRi, 0, [_nT, _it], [0, () => GroupSummaryList]];
|
|
@@ -2364,18 +2098,8 @@ export var ListIndicesRequest = [
|
|
|
2364
2098
|
[_aIp, _nT, _mRa],
|
|
2365
2099
|
[
|
|
2366
2100
|
[0, 1],
|
|
2367
|
-
[
|
|
2368
|
-
|
|
2369
|
-
{
|
|
2370
|
-
[_hQ]: _nT,
|
|
2371
|
-
},
|
|
2372
|
-
],
|
|
2373
|
-
[
|
|
2374
|
-
1,
|
|
2375
|
-
{
|
|
2376
|
-
[_hQ]: _mRa,
|
|
2377
|
-
},
|
|
2378
|
-
],
|
|
2101
|
+
[0, { [_hQ]: _nT }],
|
|
2102
|
+
[1, { [_hQ]: _mRa }],
|
|
2379
2103
|
],
|
|
2380
2104
|
];
|
|
2381
2105
|
export var ListIndicesResponse = [3, n0, _LIRi, 0, [_nT, _in], [0, () => Indices]];
|
|
@@ -2388,24 +2112,9 @@ export var ListMessagesRequest = [
|
|
|
2388
2112
|
[
|
|
2389
2113
|
[0, 1],
|
|
2390
2114
|
[0, 1],
|
|
2391
|
-
[
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
[_hQ]: _uI,
|
|
2395
|
-
},
|
|
2396
|
-
],
|
|
2397
|
-
[
|
|
2398
|
-
0,
|
|
2399
|
-
{
|
|
2400
|
-
[_hQ]: _nT,
|
|
2401
|
-
},
|
|
2402
|
-
],
|
|
2403
|
-
[
|
|
2404
|
-
1,
|
|
2405
|
-
{
|
|
2406
|
-
[_hQ]: _mRa,
|
|
2407
|
-
},
|
|
2408
|
-
],
|
|
2115
|
+
[0, { [_hQ]: _uI }],
|
|
2116
|
+
[0, { [_hQ]: _nT }],
|
|
2117
|
+
[1, { [_hQ]: _mRa }],
|
|
2409
2118
|
],
|
|
2410
2119
|
];
|
|
2411
2120
|
export var ListMessagesResponse = [3, n0, _LMRi, 0, [_mes, _nT], [[() => Messages, 0], 0]];
|
|
@@ -2418,18 +2127,8 @@ export var ListPluginActionsRequest = [
|
|
|
2418
2127
|
[
|
|
2419
2128
|
[0, 1],
|
|
2420
2129
|
[0, 1],
|
|
2421
|
-
[
|
|
2422
|
-
|
|
2423
|
-
{
|
|
2424
|
-
[_hQ]: _nT,
|
|
2425
|
-
},
|
|
2426
|
-
],
|
|
2427
|
-
[
|
|
2428
|
-
1,
|
|
2429
|
-
{
|
|
2430
|
-
[_hQ]: _mRa,
|
|
2431
|
-
},
|
|
2432
|
-
],
|
|
2130
|
+
[0, { [_hQ]: _nT }],
|
|
2131
|
+
[1, { [_hQ]: _mRa }],
|
|
2433
2132
|
],
|
|
2434
2133
|
];
|
|
2435
2134
|
export var ListPluginActionsResponse = [3, n0, _LPARi, 0, [_nT, _it], [0, () => Actions]];
|
|
@@ -2441,18 +2140,8 @@ export var ListPluginsRequest = [
|
|
|
2441
2140
|
[_aIp, _nT, _mRa],
|
|
2442
2141
|
[
|
|
2443
2142
|
[0, 1],
|
|
2444
|
-
[
|
|
2445
|
-
|
|
2446
|
-
{
|
|
2447
|
-
[_hQ]: _nT,
|
|
2448
|
-
},
|
|
2449
|
-
],
|
|
2450
|
-
[
|
|
2451
|
-
1,
|
|
2452
|
-
{
|
|
2453
|
-
[_hQ]: _mRa,
|
|
2454
|
-
},
|
|
2455
|
-
],
|
|
2143
|
+
[0, { [_hQ]: _nT }],
|
|
2144
|
+
[1, { [_hQ]: _mRa }],
|
|
2456
2145
|
],
|
|
2457
2146
|
];
|
|
2458
2147
|
export var ListPluginsResponse = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => Plugins]];
|
|
@@ -2464,18 +2153,8 @@ export var ListPluginTypeActionsRequest = [
|
|
|
2464
2153
|
[_pT, _nT, _mRa],
|
|
2465
2154
|
[
|
|
2466
2155
|
[0, 1],
|
|
2467
|
-
[
|
|
2468
|
-
|
|
2469
|
-
{
|
|
2470
|
-
[_hQ]: _nT,
|
|
2471
|
-
},
|
|
2472
|
-
],
|
|
2473
|
-
[
|
|
2474
|
-
1,
|
|
2475
|
-
{
|
|
2476
|
-
[_hQ]: _mRa,
|
|
2477
|
-
},
|
|
2478
|
-
],
|
|
2156
|
+
[0, { [_hQ]: _nT }],
|
|
2157
|
+
[1, { [_hQ]: _mRa }],
|
|
2479
2158
|
],
|
|
2480
2159
|
];
|
|
2481
2160
|
export var ListPluginTypeActionsResponse = [3, n0, _LPTARi, 0, [_nT, _it], [0, () => Actions]];
|
|
@@ -2486,18 +2165,8 @@ export var ListPluginTypeMetadataRequest = [
|
|
|
2486
2165
|
0,
|
|
2487
2166
|
[_nT, _mRa],
|
|
2488
2167
|
[
|
|
2489
|
-
[
|
|
2490
|
-
|
|
2491
|
-
{
|
|
2492
|
-
[_hQ]: _nT,
|
|
2493
|
-
},
|
|
2494
|
-
],
|
|
2495
|
-
[
|
|
2496
|
-
1,
|
|
2497
|
-
{
|
|
2498
|
-
[_hQ]: _mRa,
|
|
2499
|
-
},
|
|
2500
|
-
],
|
|
2168
|
+
[0, { [_hQ]: _nT }],
|
|
2169
|
+
[1, { [_hQ]: _mRa }],
|
|
2501
2170
|
],
|
|
2502
2171
|
];
|
|
2503
2172
|
export var ListPluginTypeMetadataResponse = [
|
|
@@ -2516,18 +2185,8 @@ export var ListRetrieversRequest = [
|
|
|
2516
2185
|
[_aIp, _nT, _mRa],
|
|
2517
2186
|
[
|
|
2518
2187
|
[0, 1],
|
|
2519
|
-
[
|
|
2520
|
-
|
|
2521
|
-
{
|
|
2522
|
-
[_hQ]: _nT,
|
|
2523
|
-
},
|
|
2524
|
-
],
|
|
2525
|
-
[
|
|
2526
|
-
1,
|
|
2527
|
-
{
|
|
2528
|
-
[_hQ]: _mRa,
|
|
2529
|
-
},
|
|
2530
|
-
],
|
|
2188
|
+
[0, { [_hQ]: _nT }],
|
|
2189
|
+
[1, { [_hQ]: _mRa }],
|
|
2531
2190
|
],
|
|
2532
2191
|
];
|
|
2533
2192
|
export var ListRetrieversResponse = [3, n0, _LRRi, 0, [_re, _nT], [() => Retrievers, 0]];
|
|
@@ -2539,18 +2198,8 @@ export var ListSubscriptionsRequest = [
|
|
|
2539
2198
|
[_aIp, _nT, _mRa],
|
|
2540
2199
|
[
|
|
2541
2200
|
[0, 1],
|
|
2542
|
-
[
|
|
2543
|
-
|
|
2544
|
-
{
|
|
2545
|
-
[_hQ]: _nT,
|
|
2546
|
-
},
|
|
2547
|
-
],
|
|
2548
|
-
[
|
|
2549
|
-
1,
|
|
2550
|
-
{
|
|
2551
|
-
[_hQ]: _mRa,
|
|
2552
|
-
},
|
|
2553
|
-
],
|
|
2201
|
+
[0, { [_hQ]: _nT }],
|
|
2202
|
+
[1, { [_hQ]: _mRa }],
|
|
2554
2203
|
],
|
|
2555
2204
|
];
|
|
2556
2205
|
export var ListSubscriptionsResponse = [3, n0, _LSRi, 0, [_nT, _sub], [0, () => Subscriptions]];
|
|
@@ -2564,18 +2213,8 @@ export var ListWebExperiencesRequest = [
|
|
|
2564
2213
|
[_aIp, _nT, _mRa],
|
|
2565
2214
|
[
|
|
2566
2215
|
[0, 1],
|
|
2567
|
-
[
|
|
2568
|
-
|
|
2569
|
-
{
|
|
2570
|
-
[_hQ]: _nT,
|
|
2571
|
-
},
|
|
2572
|
-
],
|
|
2573
|
-
[
|
|
2574
|
-
1,
|
|
2575
|
-
{
|
|
2576
|
-
[_hQ]: _mRa,
|
|
2577
|
-
},
|
|
2578
|
-
],
|
|
2216
|
+
[0, { [_hQ]: _nT }],
|
|
2217
|
+
[1, { [_hQ]: _mRa }],
|
|
2579
2218
|
],
|
|
2580
2219
|
];
|
|
2581
2220
|
export var ListWebExperiencesResponse = [
|
|
@@ -2594,17 +2233,7 @@ export var MediaExtractionConfiguration = [
|
|
|
2594
2233
|
[_iEC, _aEC, _vEC],
|
|
2595
2234
|
[() => ImageExtractionConfiguration, () => AudioExtractionConfiguration, () => VideoExtractionConfiguration],
|
|
2596
2235
|
];
|
|
2597
|
-
export var MediaTooLargeException = [
|
|
2598
|
-
-3,
|
|
2599
|
-
n0,
|
|
2600
|
-
_MTLE,
|
|
2601
|
-
{
|
|
2602
|
-
[_e]: _c,
|
|
2603
|
-
[_hE]: 400,
|
|
2604
|
-
},
|
|
2605
|
-
[_m],
|
|
2606
|
-
[0],
|
|
2607
|
-
];
|
|
2236
|
+
export var MediaTooLargeException = [-3, n0, _MTLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2608
2237
|
TypeRegistry.for(n0).registerError(MediaTooLargeException, __MediaTooLargeException);
|
|
2609
2238
|
export var MemberGroup = [3, n0, _MG, 0, [_gN, _t], [0, 0]];
|
|
2610
2239
|
export var MemberUser = [3, n0, _MU, 0, [_uI, _t], [0, 0]];
|
|
@@ -2665,19 +2294,7 @@ export var PutFeedbackRequest = [
|
|
|
2665
2294
|
_PFR,
|
|
2666
2295
|
0,
|
|
2667
2296
|
[_aIp, _uI, _cI, _mIe, _mCA, _mUe],
|
|
2668
|
-
[
|
|
2669
|
-
[0, 1],
|
|
2670
|
-
[
|
|
2671
|
-
0,
|
|
2672
|
-
{
|
|
2673
|
-
[_hQ]: _uI,
|
|
2674
|
-
},
|
|
2675
|
-
],
|
|
2676
|
-
[0, 1],
|
|
2677
|
-
[0, 1],
|
|
2678
|
-
4,
|
|
2679
|
-
() => MessageUsefulnessFeedback,
|
|
2680
|
-
],
|
|
2297
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, 1], [0, 1], 4, () => MessageUsefulnessFeedback],
|
|
2681
2298
|
];
|
|
2682
2299
|
export var PutGroupRequest = [
|
|
2683
2300
|
3,
|
|
@@ -2702,10 +2319,7 @@ export var ResourceNotFoundException = [
|
|
|
2702
2319
|
-3,
|
|
2703
2320
|
n0,
|
|
2704
2321
|
_RNFE,
|
|
2705
|
-
{
|
|
2706
|
-
[_e]: _c,
|
|
2707
|
-
[_hE]: 404,
|
|
2708
|
-
},
|
|
2322
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
2709
2323
|
[_m, _rI, _rT],
|
|
2710
2324
|
[0, 0, 0],
|
|
2711
2325
|
];
|
|
@@ -2745,10 +2359,7 @@ export var ServiceQuotaExceededException = [
|
|
|
2745
2359
|
-3,
|
|
2746
2360
|
n0,
|
|
2747
2361
|
_SQEE,
|
|
2748
|
-
{
|
|
2749
|
-
[_e]: _c,
|
|
2750
|
-
[_hE]: 402,
|
|
2751
|
-
},
|
|
2362
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
2752
2363
|
[_m, _rI, _rT],
|
|
2753
2364
|
[0, 0, 0],
|
|
2754
2365
|
];
|
|
@@ -2813,17 +2424,7 @@ export var TextSegment = [
|
|
|
2813
2424
|
[_bOe, _eO, _sE, _mI, _mMT, _sD],
|
|
2814
2425
|
[1, 1, () => SnippetExcerpt, 0, 0, () => SourceDetails],
|
|
2815
2426
|
];
|
|
2816
|
-
export var ThrottlingException = [
|
|
2817
|
-
-3,
|
|
2818
|
-
n0,
|
|
2819
|
-
_TE,
|
|
2820
|
-
{
|
|
2821
|
-
[_e]: _c,
|
|
2822
|
-
[_hE]: 429,
|
|
2823
|
-
},
|
|
2824
|
-
[_m],
|
|
2825
|
-
[0],
|
|
2826
|
-
];
|
|
2427
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
2827
2428
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
2828
2429
|
export var TopicConfiguration = [
|
|
2829
2430
|
3,
|
|
@@ -2841,12 +2442,7 @@ export var UntagResourceRequest = [
|
|
|
2841
2442
|
[_rARN, _tK],
|
|
2842
2443
|
[
|
|
2843
2444
|
[0, 1],
|
|
2844
|
-
[
|
|
2845
|
-
64 | 0,
|
|
2846
|
-
{
|
|
2847
|
-
[_hQ]: _tK,
|
|
2848
|
-
},
|
|
2849
|
-
],
|
|
2445
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
2850
2446
|
],
|
|
2851
2447
|
];
|
|
2852
2448
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -3007,10 +2603,7 @@ export var ValidationException = [
|
|
|
3007
2603
|
-3,
|
|
3008
2604
|
n0,
|
|
3009
2605
|
_VE,
|
|
3010
|
-
{
|
|
3011
|
-
[_e]: _c,
|
|
3012
|
-
[_hE]: 400,
|
|
3013
|
-
},
|
|
2606
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3014
2607
|
[_m, _rea, _f],
|
|
3015
2608
|
[0, 0, () => ValidationExceptionFields],
|
|
3016
2609
|
];
|
|
@@ -3090,15 +2683,7 @@ export var RelevantContentList = [1, n0, _RCL, 0, () => RelevantContent];
|
|
|
3090
2683
|
export var Retrievers = [1, n0, _Re, 0, () => Retriever];
|
|
3091
2684
|
export var Rules = [1, n0, _Rul, 0, () => Rule];
|
|
3092
2685
|
export var SecurityGroupIds = 64 | 0;
|
|
3093
|
-
export var SourceAttributions = [
|
|
3094
|
-
1,
|
|
3095
|
-
n0,
|
|
3096
|
-
_SAou,
|
|
3097
|
-
{
|
|
3098
|
-
[_sp]: 1,
|
|
3099
|
-
},
|
|
3100
|
-
() => SourceAttribution,
|
|
3101
|
-
];
|
|
2686
|
+
export var SourceAttributions = [1, n0, _SAou, { [_sp]: 1 }, () => SourceAttribution];
|
|
3102
2687
|
export var SubnetIds = 64 | 0;
|
|
3103
2688
|
export var Subscriptions = [1, n0, _Sub, 0, () => Subscription];
|
|
3104
2689
|
export var TagKeys = 64 | 0;
|
|
@@ -3129,9 +2714,7 @@ export var ChatInputStream = [
|
|
|
3129
2714
|
3,
|
|
3130
2715
|
n0,
|
|
3131
2716
|
_CIS,
|
|
3132
|
-
{
|
|
3133
|
-
[_str]: 1,
|
|
3134
|
-
},
|
|
2717
|
+
{ [_str]: 1 },
|
|
3135
2718
|
[_cE, _tE, _aEt, _aEE, _eOIE, _aCRE],
|
|
3136
2719
|
[
|
|
3137
2720
|
() => ConfigurationEvent,
|
|
@@ -3147,9 +2730,7 @@ export var ChatOutputStream = [
|
|
|
3147
2730
|
3,
|
|
3148
2731
|
n0,
|
|
3149
2732
|
_COS,
|
|
3150
|
-
{
|
|
3151
|
-
[_str]: 1,
|
|
3152
|
-
},
|
|
2733
|
+
{ [_str]: 1 },
|
|
3153
2734
|
[_tE, _mE, _aRE, _fAE, _aCREu],
|
|
3154
2735
|
[
|
|
3155
2736
|
() => TextOutputEvent,
|
|
@@ -3243,9 +2824,7 @@ export var AssociatePermission = [
|
|
|
3243
2824
|
9,
|
|
3244
2825
|
n0,
|
|
3245
2826
|
_AP,
|
|
3246
|
-
{
|
|
3247
|
-
[_ht]: ["POST", "/applications/{applicationId}/policy", 200],
|
|
3248
|
-
},
|
|
2827
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/policy", 200] },
|
|
3249
2828
|
() => AssociatePermissionRequest,
|
|
3250
2829
|
() => AssociatePermissionResponse,
|
|
3251
2830
|
];
|
|
@@ -3253,9 +2832,7 @@ export var BatchDeleteDocument = [
|
|
|
3253
2832
|
9,
|
|
3254
2833
|
n0,
|
|
3255
2834
|
_BDD,
|
|
3256
|
-
{
|
|
3257
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents/delete", 200],
|
|
3258
|
-
},
|
|
2835
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents/delete", 200] },
|
|
3259
2836
|
() => BatchDeleteDocumentRequest,
|
|
3260
2837
|
() => BatchDeleteDocumentResponse,
|
|
3261
2838
|
];
|
|
@@ -3263,9 +2840,7 @@ export var BatchPutDocument = [
|
|
|
3263
2840
|
9,
|
|
3264
2841
|
n0,
|
|
3265
2842
|
_BPD,
|
|
3266
|
-
{
|
|
3267
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents", 200],
|
|
3268
|
-
},
|
|
2843
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents", 200] },
|
|
3269
2844
|
() => BatchPutDocumentRequest,
|
|
3270
2845
|
() => BatchPutDocumentResponse,
|
|
3271
2846
|
];
|
|
@@ -3273,9 +2848,7 @@ export var CancelSubscription = [
|
|
|
3273
2848
|
9,
|
|
3274
2849
|
n0,
|
|
3275
2850
|
_CSa,
|
|
3276
|
-
{
|
|
3277
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200],
|
|
3278
|
-
},
|
|
2851
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
|
|
3279
2852
|
() => CancelSubscriptionRequest,
|
|
3280
2853
|
() => CancelSubscriptionResponse,
|
|
3281
2854
|
];
|
|
@@ -3283,9 +2856,7 @@ export var Chat = [
|
|
|
3283
2856
|
9,
|
|
3284
2857
|
n0,
|
|
3285
2858
|
_Ch,
|
|
3286
|
-
{
|
|
3287
|
-
[_ht]: ["POST", "/applications/{applicationId}/conversations", 200],
|
|
3288
|
-
},
|
|
2859
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/conversations", 200] },
|
|
3289
2860
|
() => ChatInput,
|
|
3290
2861
|
() => ChatOutput,
|
|
3291
2862
|
];
|
|
@@ -3293,9 +2864,7 @@ export var ChatSync = [
|
|
|
3293
2864
|
9,
|
|
3294
2865
|
n0,
|
|
3295
2866
|
_CSh,
|
|
3296
|
-
{
|
|
3297
|
-
[_ht]: ["POST", "/applications/{applicationId}/conversations?sync", 200],
|
|
3298
|
-
},
|
|
2867
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/conversations?sync", 200] },
|
|
3299
2868
|
() => ChatSyncInput,
|
|
3300
2869
|
() => ChatSyncOutput,
|
|
3301
2870
|
];
|
|
@@ -3317,9 +2886,7 @@ export var CreateAnonymousWebExperienceUrl = [
|
|
|
3317
2886
|
9,
|
|
3318
2887
|
n0,
|
|
3319
2888
|
_CAWEU,
|
|
3320
|
-
{
|
|
3321
|
-
[_ht]: ["POST", "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url", 200],
|
|
3322
|
-
},
|
|
2889
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url", 200] },
|
|
3323
2890
|
() => CreateAnonymousWebExperienceUrlRequest,
|
|
3324
2891
|
() => CreateAnonymousWebExperienceUrlResponse,
|
|
3325
2892
|
];
|
|
@@ -3327,9 +2894,7 @@ export var CreateApplication = [
|
|
|
3327
2894
|
9,
|
|
3328
2895
|
n0,
|
|
3329
2896
|
_CA,
|
|
3330
|
-
{
|
|
3331
|
-
[_ht]: ["POST", "/applications", 200],
|
|
3332
|
-
},
|
|
2897
|
+
{ [_ht]: ["POST", "/applications", 200] },
|
|
3333
2898
|
() => CreateApplicationRequest,
|
|
3334
2899
|
() => CreateApplicationResponse,
|
|
3335
2900
|
];
|
|
@@ -3337,9 +2902,7 @@ export var CreateChatResponseConfiguration = [
|
|
|
3337
2902
|
9,
|
|
3338
2903
|
n0,
|
|
3339
2904
|
_CCRC,
|
|
3340
|
-
{
|
|
3341
|
-
[_ht]: ["POST", "/applications/{applicationId}/chatresponseconfigurations", 200],
|
|
3342
|
-
},
|
|
2905
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/chatresponseconfigurations", 200] },
|
|
3343
2906
|
() => CreateChatResponseConfigurationRequest,
|
|
3344
2907
|
() => CreateChatResponseConfigurationResponse,
|
|
3345
2908
|
];
|
|
@@ -3347,9 +2910,7 @@ export var CreateDataAccessor = [
|
|
|
3347
2910
|
9,
|
|
3348
2911
|
n0,
|
|
3349
2912
|
_CDAr,
|
|
3350
|
-
{
|
|
3351
|
-
[_ht]: ["POST", "/applications/{applicationId}/dataaccessors", 200],
|
|
3352
|
-
},
|
|
2913
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/dataaccessors", 200] },
|
|
3353
2914
|
() => CreateDataAccessorRequest,
|
|
3354
2915
|
() => CreateDataAccessorResponse,
|
|
3355
2916
|
];
|
|
@@ -3357,9 +2918,7 @@ export var CreateDataSource = [
|
|
|
3357
2918
|
9,
|
|
3358
2919
|
n0,
|
|
3359
2920
|
_CDS,
|
|
3360
|
-
{
|
|
3361
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources", 200],
|
|
3362
|
-
},
|
|
2921
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
|
|
3363
2922
|
() => CreateDataSourceRequest,
|
|
3364
2923
|
() => CreateDataSourceResponse,
|
|
3365
2924
|
];
|
|
@@ -3367,9 +2926,7 @@ export var CreateIndex = [
|
|
|
3367
2926
|
9,
|
|
3368
2927
|
n0,
|
|
3369
2928
|
_CIr,
|
|
3370
|
-
{
|
|
3371
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices", 200],
|
|
3372
|
-
},
|
|
2929
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices", 200] },
|
|
3373
2930
|
() => CreateIndexRequest,
|
|
3374
2931
|
() => CreateIndexResponse,
|
|
3375
2932
|
];
|
|
@@ -3377,9 +2934,7 @@ export var CreatePlugin = [
|
|
|
3377
2934
|
9,
|
|
3378
2935
|
n0,
|
|
3379
2936
|
_CP,
|
|
3380
|
-
{
|
|
3381
|
-
[_ht]: ["POST", "/applications/{applicationId}/plugins", 200],
|
|
3382
|
-
},
|
|
2937
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/plugins", 200] },
|
|
3383
2938
|
() => CreatePluginRequest,
|
|
3384
2939
|
() => CreatePluginResponse,
|
|
3385
2940
|
];
|
|
@@ -3387,9 +2942,7 @@ export var CreateRetriever = [
|
|
|
3387
2942
|
9,
|
|
3388
2943
|
n0,
|
|
3389
2944
|
_CR,
|
|
3390
|
-
{
|
|
3391
|
-
[_ht]: ["POST", "/applications/{applicationId}/retrievers", 200],
|
|
3392
|
-
},
|
|
2945
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/retrievers", 200] },
|
|
3393
2946
|
() => CreateRetrieverRequest,
|
|
3394
2947
|
() => CreateRetrieverResponse,
|
|
3395
2948
|
];
|
|
@@ -3397,9 +2950,7 @@ export var CreateSubscription = [
|
|
|
3397
2950
|
9,
|
|
3398
2951
|
n0,
|
|
3399
2952
|
_CSr,
|
|
3400
|
-
{
|
|
3401
|
-
[_ht]: ["POST", "/applications/{applicationId}/subscriptions", 200],
|
|
3402
|
-
},
|
|
2953
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/subscriptions", 200] },
|
|
3403
2954
|
() => CreateSubscriptionRequest,
|
|
3404
2955
|
() => CreateSubscriptionResponse,
|
|
3405
2956
|
];
|
|
@@ -3407,9 +2958,7 @@ export var CreateUser = [
|
|
|
3407
2958
|
9,
|
|
3408
2959
|
n0,
|
|
3409
2960
|
_CU,
|
|
3410
|
-
{
|
|
3411
|
-
[_ht]: ["POST", "/applications/{applicationId}/users", 200],
|
|
3412
|
-
},
|
|
2961
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/users", 200] },
|
|
3413
2962
|
() => CreateUserRequest,
|
|
3414
2963
|
() => CreateUserResponse,
|
|
3415
2964
|
];
|
|
@@ -3417,9 +2966,7 @@ export var CreateWebExperience = [
|
|
|
3417
2966
|
9,
|
|
3418
2967
|
n0,
|
|
3419
2968
|
_CWE,
|
|
3420
|
-
{
|
|
3421
|
-
[_ht]: ["POST", "/applications/{applicationId}/experiences", 200],
|
|
3422
|
-
},
|
|
2969
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/experiences", 200] },
|
|
3423
2970
|
() => CreateWebExperienceRequest,
|
|
3424
2971
|
() => CreateWebExperienceResponse,
|
|
3425
2972
|
];
|
|
@@ -3427,9 +2974,7 @@ export var DeleteApplication = [
|
|
|
3427
2974
|
9,
|
|
3428
2975
|
n0,
|
|
3429
2976
|
_DAe,
|
|
3430
|
-
{
|
|
3431
|
-
[_ht]: ["DELETE", "/applications/{applicationId}", 200],
|
|
3432
|
-
},
|
|
2977
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}", 200] },
|
|
3433
2978
|
() => DeleteApplicationRequest,
|
|
3434
2979
|
() => DeleteApplicationResponse,
|
|
3435
2980
|
];
|
|
@@ -3437,9 +2982,7 @@ export var DeleteAttachment = [
|
|
|
3437
2982
|
9,
|
|
3438
2983
|
n0,
|
|
3439
2984
|
_DAel,
|
|
3440
|
-
{
|
|
3441
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}", 200],
|
|
3442
|
-
},
|
|
2985
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}", 200] },
|
|
3443
2986
|
() => DeleteAttachmentRequest,
|
|
3444
2987
|
() => DeleteAttachmentResponse,
|
|
3445
2988
|
];
|
|
@@ -3447,9 +2990,7 @@ export var DeleteChatControlsConfiguration = [
|
|
|
3447
2990
|
9,
|
|
3448
2991
|
n0,
|
|
3449
2992
|
_DCCC,
|
|
3450
|
-
{
|
|
3451
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/chatcontrols", 200],
|
|
3452
|
-
},
|
|
2993
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/chatcontrols", 200] },
|
|
3453
2994
|
() => DeleteChatControlsConfigurationRequest,
|
|
3454
2995
|
() => DeleteChatControlsConfigurationResponse,
|
|
3455
2996
|
];
|
|
@@ -3457,9 +2998,7 @@ export var DeleteChatResponseConfiguration = [
|
|
|
3457
2998
|
9,
|
|
3458
2999
|
n0,
|
|
3459
3000
|
_DCRC,
|
|
3460
|
-
{
|
|
3461
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200],
|
|
3462
|
-
},
|
|
3001
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
|
|
3463
3002
|
() => DeleteChatResponseConfigurationRequest,
|
|
3464
3003
|
() => DeleteChatResponseConfigurationResponse,
|
|
3465
3004
|
];
|
|
@@ -3467,9 +3006,7 @@ export var DeleteConversation = [
|
|
|
3467
3006
|
9,
|
|
3468
3007
|
n0,
|
|
3469
3008
|
_DCe,
|
|
3470
|
-
{
|
|
3471
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}", 200],
|
|
3472
|
-
},
|
|
3009
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}", 200] },
|
|
3473
3010
|
() => DeleteConversationRequest,
|
|
3474
3011
|
() => DeleteConversationResponse,
|
|
3475
3012
|
];
|
|
@@ -3477,9 +3014,7 @@ export var DeleteDataAccessor = [
|
|
|
3477
3014
|
9,
|
|
3478
3015
|
n0,
|
|
3479
3016
|
_DDA,
|
|
3480
|
-
{
|
|
3481
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200],
|
|
3482
|
-
},
|
|
3017
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
|
|
3483
3018
|
() => DeleteDataAccessorRequest,
|
|
3484
3019
|
() => DeleteDataAccessorResponse,
|
|
3485
3020
|
];
|
|
@@ -3487,9 +3022,7 @@ export var DeleteDataSource = [
|
|
|
3487
3022
|
9,
|
|
3488
3023
|
n0,
|
|
3489
3024
|
_DDS,
|
|
3490
|
-
{
|
|
3491
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200],
|
|
3492
|
-
},
|
|
3025
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
|
|
3493
3026
|
() => DeleteDataSourceRequest,
|
|
3494
3027
|
() => DeleteDataSourceResponse,
|
|
3495
3028
|
];
|
|
@@ -3497,9 +3030,7 @@ export var DeleteGroup = [
|
|
|
3497
3030
|
9,
|
|
3498
3031
|
n0,
|
|
3499
3032
|
_DG,
|
|
3500
|
-
{
|
|
3501
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200],
|
|
3502
|
-
},
|
|
3033
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
|
|
3503
3034
|
() => DeleteGroupRequest,
|
|
3504
3035
|
() => DeleteGroupResponse,
|
|
3505
3036
|
];
|
|
@@ -3507,9 +3038,7 @@ export var DeleteIndex = [
|
|
|
3507
3038
|
9,
|
|
3508
3039
|
n0,
|
|
3509
3040
|
_DI,
|
|
3510
|
-
{
|
|
3511
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}", 200],
|
|
3512
|
-
},
|
|
3041
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}", 200] },
|
|
3513
3042
|
() => DeleteIndexRequest,
|
|
3514
3043
|
() => DeleteIndexResponse,
|
|
3515
3044
|
];
|
|
@@ -3517,9 +3046,7 @@ export var DeletePlugin = [
|
|
|
3517
3046
|
9,
|
|
3518
3047
|
n0,
|
|
3519
3048
|
_DP,
|
|
3520
|
-
{
|
|
3521
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/plugins/{pluginId}", 200],
|
|
3522
|
-
},
|
|
3049
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/plugins/{pluginId}", 200] },
|
|
3523
3050
|
() => DeletePluginRequest,
|
|
3524
3051
|
() => DeletePluginResponse,
|
|
3525
3052
|
];
|
|
@@ -3527,9 +3054,7 @@ export var DeleteRetriever = [
|
|
|
3527
3054
|
9,
|
|
3528
3055
|
n0,
|
|
3529
3056
|
_DR,
|
|
3530
|
-
{
|
|
3531
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/retrievers/{retrieverId}", 200],
|
|
3532
|
-
},
|
|
3057
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
|
|
3533
3058
|
() => DeleteRetrieverRequest,
|
|
3534
3059
|
() => DeleteRetrieverResponse,
|
|
3535
3060
|
];
|
|
@@ -3537,9 +3062,7 @@ export var DeleteUser = [
|
|
|
3537
3062
|
9,
|
|
3538
3063
|
n0,
|
|
3539
3064
|
_DU,
|
|
3540
|
-
{
|
|
3541
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/users/{userId}", 200],
|
|
3542
|
-
},
|
|
3065
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/users/{userId}", 200] },
|
|
3543
3066
|
() => DeleteUserRequest,
|
|
3544
3067
|
() => DeleteUserResponse,
|
|
3545
3068
|
];
|
|
@@ -3547,9 +3070,7 @@ export var DeleteWebExperience = [
|
|
|
3547
3070
|
9,
|
|
3548
3071
|
n0,
|
|
3549
3072
|
_DWE,
|
|
3550
|
-
{
|
|
3551
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/experiences/{webExperienceId}", 200],
|
|
3552
|
-
},
|
|
3073
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
|
|
3553
3074
|
() => DeleteWebExperienceRequest,
|
|
3554
3075
|
() => DeleteWebExperienceResponse,
|
|
3555
3076
|
];
|
|
@@ -3557,9 +3078,7 @@ export var DisassociatePermission = [
|
|
|
3557
3078
|
9,
|
|
3558
3079
|
n0,
|
|
3559
3080
|
_DPi,
|
|
3560
|
-
{
|
|
3561
|
-
[_ht]: ["DELETE", "/applications/{applicationId}/policy/{statementId}", 200],
|
|
3562
|
-
},
|
|
3081
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/policy/{statementId}", 200] },
|
|
3563
3082
|
() => DisassociatePermissionRequest,
|
|
3564
3083
|
() => DisassociatePermissionResponse,
|
|
3565
3084
|
];
|
|
@@ -3567,9 +3086,7 @@ export var GetApplication = [
|
|
|
3567
3086
|
9,
|
|
3568
3087
|
n0,
|
|
3569
3088
|
_GA,
|
|
3570
|
-
{
|
|
3571
|
-
[_ht]: ["GET", "/applications/{applicationId}", 200],
|
|
3572
|
-
},
|
|
3089
|
+
{ [_ht]: ["GET", "/applications/{applicationId}", 200] },
|
|
3573
3090
|
() => GetApplicationRequest,
|
|
3574
3091
|
() => GetApplicationResponse,
|
|
3575
3092
|
];
|
|
@@ -3577,9 +3094,7 @@ export var GetChatControlsConfiguration = [
|
|
|
3577
3094
|
9,
|
|
3578
3095
|
n0,
|
|
3579
3096
|
_GCCC,
|
|
3580
|
-
{
|
|
3581
|
-
[_ht]: ["GET", "/applications/{applicationId}/chatcontrols", 200],
|
|
3582
|
-
},
|
|
3097
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/chatcontrols", 200] },
|
|
3583
3098
|
() => GetChatControlsConfigurationRequest,
|
|
3584
3099
|
() => GetChatControlsConfigurationResponse,
|
|
3585
3100
|
];
|
|
@@ -3587,9 +3102,7 @@ export var GetChatResponseConfiguration = [
|
|
|
3587
3102
|
9,
|
|
3588
3103
|
n0,
|
|
3589
3104
|
_GCRC,
|
|
3590
|
-
{
|
|
3591
|
-
[_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200],
|
|
3592
|
-
},
|
|
3105
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
|
|
3593
3106
|
() => GetChatResponseConfigurationRequest,
|
|
3594
3107
|
() => GetChatResponseConfigurationResponse,
|
|
3595
3108
|
];
|
|
@@ -3597,9 +3110,7 @@ export var GetDataAccessor = [
|
|
|
3597
3110
|
9,
|
|
3598
3111
|
n0,
|
|
3599
3112
|
_GDA,
|
|
3600
|
-
{
|
|
3601
|
-
[_ht]: ["GET", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200],
|
|
3602
|
-
},
|
|
3113
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
|
|
3603
3114
|
() => GetDataAccessorRequest,
|
|
3604
3115
|
() => GetDataAccessorResponse,
|
|
3605
3116
|
];
|
|
@@ -3607,9 +3118,7 @@ export var GetDataSource = [
|
|
|
3607
3118
|
9,
|
|
3608
3119
|
n0,
|
|
3609
3120
|
_GDS,
|
|
3610
|
-
{
|
|
3611
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200],
|
|
3612
|
-
},
|
|
3121
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
|
|
3613
3122
|
() => GetDataSourceRequest,
|
|
3614
3123
|
() => GetDataSourceResponse,
|
|
3615
3124
|
];
|
|
@@ -3617,9 +3126,7 @@ export var GetDocumentContent = [
|
|
|
3617
3126
|
9,
|
|
3618
3127
|
n0,
|
|
3619
3128
|
_GDC,
|
|
3620
|
-
{
|
|
3621
|
-
[_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents/{documentId}/content", 200],
|
|
3622
|
-
},
|
|
3129
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents/{documentId}/content", 200] },
|
|
3623
3130
|
() => GetDocumentContentRequest,
|
|
3624
3131
|
() => GetDocumentContentResponse,
|
|
3625
3132
|
];
|
|
@@ -3627,9 +3134,7 @@ export var GetGroup = [
|
|
|
3627
3134
|
9,
|
|
3628
3135
|
n0,
|
|
3629
3136
|
_GG,
|
|
3630
|
-
{
|
|
3631
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200],
|
|
3632
|
-
},
|
|
3137
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
|
|
3633
3138
|
() => GetGroupRequest,
|
|
3634
3139
|
() => GetGroupResponse,
|
|
3635
3140
|
];
|
|
@@ -3637,9 +3142,7 @@ export var GetIndex = [
|
|
|
3637
3142
|
9,
|
|
3638
3143
|
n0,
|
|
3639
3144
|
_GI,
|
|
3640
|
-
{
|
|
3641
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}", 200],
|
|
3642
|
-
},
|
|
3145
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}", 200] },
|
|
3643
3146
|
() => GetIndexRequest,
|
|
3644
3147
|
() => GetIndexResponse,
|
|
3645
3148
|
];
|
|
@@ -3661,9 +3164,7 @@ export var GetPlugin = [
|
|
|
3661
3164
|
9,
|
|
3662
3165
|
n0,
|
|
3663
3166
|
_GP,
|
|
3664
|
-
{
|
|
3665
|
-
[_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}", 200],
|
|
3666
|
-
},
|
|
3167
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}", 200] },
|
|
3667
3168
|
() => GetPluginRequest,
|
|
3668
3169
|
() => GetPluginResponse,
|
|
3669
3170
|
];
|
|
@@ -3671,9 +3172,7 @@ export var GetPolicy = [
|
|
|
3671
3172
|
9,
|
|
3672
3173
|
n0,
|
|
3673
3174
|
_GPe,
|
|
3674
|
-
{
|
|
3675
|
-
[_ht]: ["GET", "/applications/{applicationId}/policy", 200],
|
|
3676
|
-
},
|
|
3175
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/policy", 200] },
|
|
3677
3176
|
() => GetPolicyRequest,
|
|
3678
3177
|
() => GetPolicyResponse,
|
|
3679
3178
|
];
|
|
@@ -3681,9 +3180,7 @@ export var GetRetriever = [
|
|
|
3681
3180
|
9,
|
|
3682
3181
|
n0,
|
|
3683
3182
|
_GR,
|
|
3684
|
-
{
|
|
3685
|
-
[_ht]: ["GET", "/applications/{applicationId}/retrievers/{retrieverId}", 200],
|
|
3686
|
-
},
|
|
3183
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
|
|
3687
3184
|
() => GetRetrieverRequest,
|
|
3688
3185
|
() => GetRetrieverResponse,
|
|
3689
3186
|
];
|
|
@@ -3691,9 +3188,7 @@ export var GetUser = [
|
|
|
3691
3188
|
9,
|
|
3692
3189
|
n0,
|
|
3693
3190
|
_GU,
|
|
3694
|
-
{
|
|
3695
|
-
[_ht]: ["GET", "/applications/{applicationId}/users/{userId}", 200],
|
|
3696
|
-
},
|
|
3191
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/users/{userId}", 200] },
|
|
3697
3192
|
() => GetUserRequest,
|
|
3698
3193
|
() => GetUserResponse,
|
|
3699
3194
|
];
|
|
@@ -3701,9 +3196,7 @@ export var GetWebExperience = [
|
|
|
3701
3196
|
9,
|
|
3702
3197
|
n0,
|
|
3703
3198
|
_GWE,
|
|
3704
|
-
{
|
|
3705
|
-
[_ht]: ["GET", "/applications/{applicationId}/experiences/{webExperienceId}", 200],
|
|
3706
|
-
},
|
|
3199
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
|
|
3707
3200
|
() => GetWebExperienceRequest,
|
|
3708
3201
|
() => GetWebExperienceResponse,
|
|
3709
3202
|
];
|
|
@@ -3711,9 +3204,7 @@ export var ListApplications = [
|
|
|
3711
3204
|
9,
|
|
3712
3205
|
n0,
|
|
3713
3206
|
_LA,
|
|
3714
|
-
{
|
|
3715
|
-
[_ht]: ["GET", "/applications", 200],
|
|
3716
|
-
},
|
|
3207
|
+
{ [_ht]: ["GET", "/applications", 200] },
|
|
3717
3208
|
() => ListApplicationsRequest,
|
|
3718
3209
|
() => ListApplicationsResponse,
|
|
3719
3210
|
];
|
|
@@ -3721,9 +3212,7 @@ export var ListAttachments = [
|
|
|
3721
3212
|
9,
|
|
3722
3213
|
n0,
|
|
3723
3214
|
_LAi,
|
|
3724
|
-
{
|
|
3725
|
-
[_ht]: ["GET", "/applications/{applicationId}/attachments", 200],
|
|
3726
|
-
},
|
|
3215
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/attachments", 200] },
|
|
3727
3216
|
() => ListAttachmentsRequest,
|
|
3728
3217
|
() => ListAttachmentsResponse,
|
|
3729
3218
|
];
|
|
@@ -3731,9 +3220,7 @@ export var ListChatResponseConfigurations = [
|
|
|
3731
3220
|
9,
|
|
3732
3221
|
n0,
|
|
3733
3222
|
_LCRC,
|
|
3734
|
-
{
|
|
3735
|
-
[_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations", 200],
|
|
3736
|
-
},
|
|
3223
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations", 200] },
|
|
3737
3224
|
() => ListChatResponseConfigurationsRequest,
|
|
3738
3225
|
() => ListChatResponseConfigurationsResponse,
|
|
3739
3226
|
];
|
|
@@ -3741,9 +3228,7 @@ export var ListConversations = [
|
|
|
3741
3228
|
9,
|
|
3742
3229
|
n0,
|
|
3743
3230
|
_LC,
|
|
3744
|
-
{
|
|
3745
|
-
[_ht]: ["GET", "/applications/{applicationId}/conversations", 200],
|
|
3746
|
-
},
|
|
3231
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/conversations", 200] },
|
|
3747
3232
|
() => ListConversationsRequest,
|
|
3748
3233
|
() => ListConversationsResponse,
|
|
3749
3234
|
];
|
|
@@ -3751,9 +3236,7 @@ export var ListDataAccessors = [
|
|
|
3751
3236
|
9,
|
|
3752
3237
|
n0,
|
|
3753
3238
|
_LDA,
|
|
3754
|
-
{
|
|
3755
|
-
[_ht]: ["GET", "/applications/{applicationId}/dataaccessors", 200],
|
|
3756
|
-
},
|
|
3239
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/dataaccessors", 200] },
|
|
3757
3240
|
() => ListDataAccessorsRequest,
|
|
3758
3241
|
() => ListDataAccessorsResponse,
|
|
3759
3242
|
];
|
|
@@ -3761,9 +3244,7 @@ export var ListDataSources = [
|
|
|
3761
3244
|
9,
|
|
3762
3245
|
n0,
|
|
3763
3246
|
_LDS,
|
|
3764
|
-
{
|
|
3765
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources", 200],
|
|
3766
|
-
},
|
|
3247
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
|
|
3767
3248
|
() => ListDataSourcesRequest,
|
|
3768
3249
|
() => ListDataSourcesResponse,
|
|
3769
3250
|
];
|
|
@@ -3771,9 +3252,7 @@ export var ListDataSourceSyncJobs = [
|
|
|
3771
3252
|
9,
|
|
3772
3253
|
n0,
|
|
3773
3254
|
_LDSSJ,
|
|
3774
|
-
{
|
|
3775
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", 200],
|
|
3776
|
-
},
|
|
3255
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", 200] },
|
|
3777
3256
|
() => ListDataSourceSyncJobsRequest,
|
|
3778
3257
|
() => ListDataSourceSyncJobsResponse,
|
|
3779
3258
|
];
|
|
@@ -3781,9 +3260,7 @@ export var ListDocuments = [
|
|
|
3781
3260
|
9,
|
|
3782
3261
|
n0,
|
|
3783
3262
|
_LD,
|
|
3784
|
-
{
|
|
3785
|
-
[_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents", 200],
|
|
3786
|
-
},
|
|
3263
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents", 200] },
|
|
3787
3264
|
() => ListDocumentsRequest,
|
|
3788
3265
|
() => ListDocumentsResponse,
|
|
3789
3266
|
];
|
|
@@ -3791,9 +3268,7 @@ export var ListGroups = [
|
|
|
3791
3268
|
9,
|
|
3792
3269
|
n0,
|
|
3793
3270
|
_LG,
|
|
3794
|
-
{
|
|
3795
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups", 200],
|
|
3796
|
-
},
|
|
3271
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
|
|
3797
3272
|
() => ListGroupsRequest,
|
|
3798
3273
|
() => ListGroupsResponse,
|
|
3799
3274
|
];
|
|
@@ -3801,9 +3276,7 @@ export var ListIndices = [
|
|
|
3801
3276
|
9,
|
|
3802
3277
|
n0,
|
|
3803
3278
|
_LI,
|
|
3804
|
-
{
|
|
3805
|
-
[_ht]: ["GET", "/applications/{applicationId}/indices", 200],
|
|
3806
|
-
},
|
|
3279
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/indices", 200] },
|
|
3807
3280
|
() => ListIndicesRequest,
|
|
3808
3281
|
() => ListIndicesResponse,
|
|
3809
3282
|
];
|
|
@@ -3811,9 +3284,7 @@ export var ListMessages = [
|
|
|
3811
3284
|
9,
|
|
3812
3285
|
n0,
|
|
3813
3286
|
_LM,
|
|
3814
|
-
{
|
|
3815
|
-
[_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}", 200],
|
|
3816
|
-
},
|
|
3287
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}", 200] },
|
|
3817
3288
|
() => ListMessagesRequest,
|
|
3818
3289
|
() => ListMessagesResponse,
|
|
3819
3290
|
];
|
|
@@ -3821,9 +3292,7 @@ export var ListPluginActions = [
|
|
|
3821
3292
|
9,
|
|
3822
3293
|
n0,
|
|
3823
3294
|
_LPA,
|
|
3824
|
-
{
|
|
3825
|
-
[_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}/actions", 200],
|
|
3826
|
-
},
|
|
3295
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}/actions", 200] },
|
|
3827
3296
|
() => ListPluginActionsRequest,
|
|
3828
3297
|
() => ListPluginActionsResponse,
|
|
3829
3298
|
];
|
|
@@ -3831,9 +3300,7 @@ export var ListPlugins = [
|
|
|
3831
3300
|
9,
|
|
3832
3301
|
n0,
|
|
3833
3302
|
_LP,
|
|
3834
|
-
{
|
|
3835
|
-
[_ht]: ["GET", "/applications/{applicationId}/plugins", 200],
|
|
3836
|
-
},
|
|
3303
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/plugins", 200] },
|
|
3837
3304
|
() => ListPluginsRequest,
|
|
3838
3305
|
() => ListPluginsResponse,
|
|
3839
3306
|
];
|
|
@@ -3841,9 +3308,7 @@ export var ListPluginTypeActions = [
|
|
|
3841
3308
|
9,
|
|
3842
3309
|
n0,
|
|
3843
3310
|
_LPTA,
|
|
3844
|
-
{
|
|
3845
|
-
[_ht]: ["GET", "/pluginTypes/{pluginType}/actions", 200],
|
|
3846
|
-
},
|
|
3311
|
+
{ [_ht]: ["GET", "/pluginTypes/{pluginType}/actions", 200] },
|
|
3847
3312
|
() => ListPluginTypeActionsRequest,
|
|
3848
3313
|
() => ListPluginTypeActionsResponse,
|
|
3849
3314
|
];
|
|
@@ -3851,9 +3316,7 @@ export var ListPluginTypeMetadata = [
|
|
|
3851
3316
|
9,
|
|
3852
3317
|
n0,
|
|
3853
3318
|
_LPTM,
|
|
3854
|
-
{
|
|
3855
|
-
[_ht]: ["GET", "/pluginTypeMetadata", 200],
|
|
3856
|
-
},
|
|
3319
|
+
{ [_ht]: ["GET", "/pluginTypeMetadata", 200] },
|
|
3857
3320
|
() => ListPluginTypeMetadataRequest,
|
|
3858
3321
|
() => ListPluginTypeMetadataResponse,
|
|
3859
3322
|
];
|
|
@@ -3861,9 +3324,7 @@ export var ListRetrievers = [
|
|
|
3861
3324
|
9,
|
|
3862
3325
|
n0,
|
|
3863
3326
|
_LR,
|
|
3864
|
-
{
|
|
3865
|
-
[_ht]: ["GET", "/applications/{applicationId}/retrievers", 200],
|
|
3866
|
-
},
|
|
3327
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/retrievers", 200] },
|
|
3867
3328
|
() => ListRetrieversRequest,
|
|
3868
3329
|
() => ListRetrieversResponse,
|
|
3869
3330
|
];
|
|
@@ -3871,9 +3332,7 @@ export var ListSubscriptions = [
|
|
|
3871
3332
|
9,
|
|
3872
3333
|
n0,
|
|
3873
3334
|
_LS,
|
|
3874
|
-
{
|
|
3875
|
-
[_ht]: ["GET", "/applications/{applicationId}/subscriptions", 200],
|
|
3876
|
-
},
|
|
3335
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/subscriptions", 200] },
|
|
3877
3336
|
() => ListSubscriptionsRequest,
|
|
3878
3337
|
() => ListSubscriptionsResponse,
|
|
3879
3338
|
];
|
|
@@ -3881,9 +3340,7 @@ export var ListTagsForResource = [
|
|
|
3881
3340
|
9,
|
|
3882
3341
|
n0,
|
|
3883
3342
|
_LTFR,
|
|
3884
|
-
{
|
|
3885
|
-
[_ht]: ["GET", "/v1/tags/{resourceARN}", 200],
|
|
3886
|
-
},
|
|
3343
|
+
{ [_ht]: ["GET", "/v1/tags/{resourceARN}", 200] },
|
|
3887
3344
|
() => ListTagsForResourceRequest,
|
|
3888
3345
|
() => ListTagsForResourceResponse,
|
|
3889
3346
|
];
|
|
@@ -3891,9 +3348,7 @@ export var ListWebExperiences = [
|
|
|
3891
3348
|
9,
|
|
3892
3349
|
n0,
|
|
3893
3350
|
_LWE,
|
|
3894
|
-
{
|
|
3895
|
-
[_ht]: ["GET", "/applications/{applicationId}/experiences", 200],
|
|
3896
|
-
},
|
|
3351
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/experiences", 200] },
|
|
3897
3352
|
() => ListWebExperiencesRequest,
|
|
3898
3353
|
() => ListWebExperiencesResponse,
|
|
3899
3354
|
];
|
|
@@ -3911,9 +3366,7 @@ export var PutGroup = [
|
|
|
3911
3366
|
9,
|
|
3912
3367
|
n0,
|
|
3913
3368
|
_PGu,
|
|
3914
|
-
{
|
|
3915
|
-
[_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/groups", 200],
|
|
3916
|
-
},
|
|
3369
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
|
|
3917
3370
|
() => PutGroupRequest,
|
|
3918
3371
|
() => PutGroupResponse,
|
|
3919
3372
|
];
|
|
@@ -3921,9 +3374,7 @@ export var SearchRelevantContent = [
|
|
|
3921
3374
|
9,
|
|
3922
3375
|
n0,
|
|
3923
3376
|
_SRC,
|
|
3924
|
-
{
|
|
3925
|
-
[_ht]: ["POST", "/applications/{applicationId}/relevant-content", 200],
|
|
3926
|
-
},
|
|
3377
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/relevant-content", 200] },
|
|
3927
3378
|
() => SearchRelevantContentRequest,
|
|
3928
3379
|
() => SearchRelevantContentResponse,
|
|
3929
3380
|
];
|
|
@@ -3931,9 +3382,7 @@ export var StartDataSourceSyncJob = [
|
|
|
3931
3382
|
9,
|
|
3932
3383
|
n0,
|
|
3933
3384
|
_SDSSJ,
|
|
3934
|
-
{
|
|
3935
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", 200],
|
|
3936
|
-
},
|
|
3385
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", 200] },
|
|
3937
3386
|
() => StartDataSourceSyncJobRequest,
|
|
3938
3387
|
() => StartDataSourceSyncJobResponse,
|
|
3939
3388
|
];
|
|
@@ -3941,9 +3390,7 @@ export var StopDataSourceSyncJob = [
|
|
|
3941
3390
|
9,
|
|
3942
3391
|
n0,
|
|
3943
3392
|
_SDSSJt,
|
|
3944
|
-
{
|
|
3945
|
-
[_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", 200],
|
|
3946
|
-
},
|
|
3393
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", 200] },
|
|
3947
3394
|
() => StopDataSourceSyncJobRequest,
|
|
3948
3395
|
() => StopDataSourceSyncJobResponse,
|
|
3949
3396
|
];
|
|
@@ -3951,9 +3398,7 @@ export var TagResource = [
|
|
|
3951
3398
|
9,
|
|
3952
3399
|
n0,
|
|
3953
3400
|
_TR,
|
|
3954
|
-
{
|
|
3955
|
-
[_ht]: ["POST", "/v1/tags/{resourceARN}", 200],
|
|
3956
|
-
},
|
|
3401
|
+
{ [_ht]: ["POST", "/v1/tags/{resourceARN}", 200] },
|
|
3957
3402
|
() => TagResourceRequest,
|
|
3958
3403
|
() => TagResourceResponse,
|
|
3959
3404
|
];
|
|
@@ -3961,9 +3406,7 @@ export var UntagResource = [
|
|
|
3961
3406
|
9,
|
|
3962
3407
|
n0,
|
|
3963
3408
|
_UR,
|
|
3964
|
-
{
|
|
3965
|
-
[_ht]: ["DELETE", "/v1/tags/{resourceARN}", 200],
|
|
3966
|
-
},
|
|
3409
|
+
{ [_ht]: ["DELETE", "/v1/tags/{resourceARN}", 200] },
|
|
3967
3410
|
() => UntagResourceRequest,
|
|
3968
3411
|
() => UntagResourceResponse,
|
|
3969
3412
|
];
|
|
@@ -3971,9 +3414,7 @@ export var UpdateApplication = [
|
|
|
3971
3414
|
9,
|
|
3972
3415
|
n0,
|
|
3973
3416
|
_UAp,
|
|
3974
|
-
{
|
|
3975
|
-
[_ht]: ["PUT", "/applications/{applicationId}", 200],
|
|
3976
|
-
},
|
|
3417
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}", 200] },
|
|
3977
3418
|
() => UpdateApplicationRequest,
|
|
3978
3419
|
() => UpdateApplicationResponse,
|
|
3979
3420
|
];
|
|
@@ -3981,9 +3422,7 @@ export var UpdateChatControlsConfiguration = [
|
|
|
3981
3422
|
9,
|
|
3982
3423
|
n0,
|
|
3983
3424
|
_UCCC,
|
|
3984
|
-
{
|
|
3985
|
-
[_ht]: ["PATCH", "/applications/{applicationId}/chatcontrols", 200],
|
|
3986
|
-
},
|
|
3425
|
+
{ [_ht]: ["PATCH", "/applications/{applicationId}/chatcontrols", 200] },
|
|
3987
3426
|
() => UpdateChatControlsConfigurationRequest,
|
|
3988
3427
|
() => UpdateChatControlsConfigurationResponse,
|
|
3989
3428
|
];
|
|
@@ -3991,9 +3430,7 @@ export var UpdateChatResponseConfiguration = [
|
|
|
3991
3430
|
9,
|
|
3992
3431
|
n0,
|
|
3993
3432
|
_UCRC,
|
|
3994
|
-
{
|
|
3995
|
-
[_ht]: ["PUT", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200],
|
|
3996
|
-
},
|
|
3433
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
|
|
3997
3434
|
() => UpdateChatResponseConfigurationRequest,
|
|
3998
3435
|
() => UpdateChatResponseConfigurationResponse,
|
|
3999
3436
|
];
|
|
@@ -4001,9 +3438,7 @@ export var UpdateDataAccessor = [
|
|
|
4001
3438
|
9,
|
|
4002
3439
|
n0,
|
|
4003
3440
|
_UDA,
|
|
4004
|
-
{
|
|
4005
|
-
[_ht]: ["PUT", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200],
|
|
4006
|
-
},
|
|
3441
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
|
|
4007
3442
|
() => UpdateDataAccessorRequest,
|
|
4008
3443
|
() => UpdateDataAccessorResponse,
|
|
4009
3444
|
];
|
|
@@ -4011,9 +3446,7 @@ export var UpdateDataSource = [
|
|
|
4011
3446
|
9,
|
|
4012
3447
|
n0,
|
|
4013
3448
|
_UDS,
|
|
4014
|
-
{
|
|
4015
|
-
[_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200],
|
|
4016
|
-
},
|
|
3449
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
|
|
4017
3450
|
() => UpdateDataSourceRequest,
|
|
4018
3451
|
() => UpdateDataSourceResponse,
|
|
4019
3452
|
];
|
|
@@ -4021,9 +3454,7 @@ export var UpdateIndex = [
|
|
|
4021
3454
|
9,
|
|
4022
3455
|
n0,
|
|
4023
3456
|
_UI,
|
|
4024
|
-
{
|
|
4025
|
-
[_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}", 200],
|
|
4026
|
-
},
|
|
3457
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}", 200] },
|
|
4027
3458
|
() => UpdateIndexRequest,
|
|
4028
3459
|
() => UpdateIndexResponse,
|
|
4029
3460
|
];
|
|
@@ -4031,9 +3462,7 @@ export var UpdatePlugin = [
|
|
|
4031
3462
|
9,
|
|
4032
3463
|
n0,
|
|
4033
3464
|
_UP,
|
|
4034
|
-
{
|
|
4035
|
-
[_ht]: ["PUT", "/applications/{applicationId}/plugins/{pluginId}", 200],
|
|
4036
|
-
},
|
|
3465
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/plugins/{pluginId}", 200] },
|
|
4037
3466
|
() => UpdatePluginRequest,
|
|
4038
3467
|
() => UpdatePluginResponse,
|
|
4039
3468
|
];
|
|
@@ -4041,9 +3470,7 @@ export var UpdateRetriever = [
|
|
|
4041
3470
|
9,
|
|
4042
3471
|
n0,
|
|
4043
3472
|
_URp,
|
|
4044
|
-
{
|
|
4045
|
-
[_ht]: ["PUT", "/applications/{applicationId}/retrievers/{retrieverId}", 200],
|
|
4046
|
-
},
|
|
3473
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
|
|
4047
3474
|
() => UpdateRetrieverRequest,
|
|
4048
3475
|
() => UpdateRetrieverResponse,
|
|
4049
3476
|
];
|
|
@@ -4051,9 +3478,7 @@ export var UpdateSubscription = [
|
|
|
4051
3478
|
9,
|
|
4052
3479
|
n0,
|
|
4053
3480
|
_US,
|
|
4054
|
-
{
|
|
4055
|
-
[_ht]: ["PUT", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200],
|
|
4056
|
-
},
|
|
3481
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
|
|
4057
3482
|
() => UpdateSubscriptionRequest,
|
|
4058
3483
|
() => UpdateSubscriptionResponse,
|
|
4059
3484
|
];
|
|
@@ -4061,9 +3486,7 @@ export var UpdateUser = [
|
|
|
4061
3486
|
9,
|
|
4062
3487
|
n0,
|
|
4063
3488
|
_UU,
|
|
4064
|
-
{
|
|
4065
|
-
[_ht]: ["PUT", "/applications/{applicationId}/users/{userId}", 200],
|
|
4066
|
-
},
|
|
3489
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/users/{userId}", 200] },
|
|
4067
3490
|
() => UpdateUserRequest,
|
|
4068
3491
|
() => UpdateUserResponse,
|
|
4069
3492
|
];
|
|
@@ -4071,9 +3494,7 @@ export var UpdateWebExperience = [
|
|
|
4071
3494
|
9,
|
|
4072
3495
|
n0,
|
|
4073
3496
|
_UWE,
|
|
4074
|
-
{
|
|
4075
|
-
[_ht]: ["PUT", "/applications/{applicationId}/experiences/{webExperienceId}", 200],
|
|
4076
|
-
},
|
|
3497
|
+
{ [_ht]: ["PUT", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
|
|
4077
3498
|
() => UpdateWebExperienceRequest,
|
|
4078
3499
|
() => UpdateWebExperienceResponse,
|
|
4079
3500
|
];
|