@aws-sdk/client-wisdom 3.943.0 → 3.947.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.
Files changed (78) hide show
  1. package/dist-cjs/index.js +67 -350
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/WisdomClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +67 -350
  8. package/dist-types/Wisdom.d.ts +1 -1
  9. package/dist-types/WisdomClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateAssistantCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateContentCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateQuickResponseCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateSessionCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteContentCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteImportJobCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -3
  24. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -3
  25. package/dist-types/commands/GetAssistantCommand.d.ts +3 -3
  26. package/dist-types/commands/GetContentCommand.d.ts +3 -3
  27. package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -3
  28. package/dist-types/commands/GetImportJobCommand.d.ts +3 -3
  29. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -3
  30. package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -3
  31. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -3
  32. package/dist-types/commands/GetSessionCommand.d.ts +3 -3
  33. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListAssistantsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListContentsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListImportJobsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListQuickResponsesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  40. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +3 -3
  41. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -3
  42. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +3 -3
  43. package/dist-types/commands/SearchContentCommand.d.ts +3 -3
  44. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +3 -3
  45. package/dist-types/commands/SearchSessionsCommand.d.ts +3 -3
  46. package/dist-types/commands/StartContentUploadCommand.d.ts +3 -3
  47. package/dist-types/commands/StartImportJobCommand.d.ts +3 -3
  48. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateContentCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +3 -3
  53. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  54. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  55. package/dist-types/extensionConfiguration.d.ts +4 -4
  56. package/dist-types/models/WisdomServiceException.d.ts +1 -1
  57. package/dist-types/models/errors.d.ts +1 -1
  58. package/dist-types/pagination/Interfaces.d.ts +1 -1
  59. package/dist-types/pagination/ListAssistantAssociationsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListAssistantsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListContentsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListImportJobsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListQuickResponsesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/QueryAssistantPaginator.d.ts +1 -1
  66. package/dist-types/pagination/SearchContentPaginator.d.ts +1 -1
  67. package/dist-types/pagination/SearchQuickResponsesPaginator.d.ts +1 -1
  68. package/dist-types/pagination/SearchSessionsPaginator.d.ts +1 -1
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/runtimeConfig.d.ts +1 -1
  71. package/dist-types/runtimeConfig.native.d.ts +1 -1
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  73. package/dist-types/runtimeExtensions.d.ts +1 -1
  74. package/dist-types/schemas/schemas_0.d.ts +1 -1
  75. package/dist-types/ts3.4/WisdomClient.d.ts +3 -3
  76. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  77. package/dist-types/ts3.4/models/WisdomServiceException.d.ts +1 -1
  78. package/package.json +13 -12
@@ -346,17 +346,7 @@ export var QueryText = [0, n0, _QT, 8, 0];
346
346
  export var QuickResponseContent = [0, n0, _QRC, 8, 0];
347
347
  export var SensitiveString = [0, n0, _SS, 8, 0];
348
348
  export var Url = [0, n0, _U, 8, 0];
349
- export var AccessDeniedException = [
350
- -3,
351
- n0,
352
- _ADE,
353
- {
354
- [_e]: _c,
355
- [_hE]: 403,
356
- },
357
- [_m],
358
- [0],
359
- ];
349
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
360
350
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
361
351
  export var AppIntegrationsConfiguration = [3, n0, _AIC, 0, [_aIA, _oF], [0, 64 | 0]];
362
352
  export var AssistantAssociationData = [
@@ -392,17 +382,7 @@ export var AssistantSummary = [
392
382
  [_aI, _aA, _n, _ty, _s, _d, _t, _sSEC, _iC],
393
383
  [0, 0, 0, 0, 0, 0, 128 | 0, () => ServerSideEncryptionConfiguration, () => AssistantIntegrationConfiguration],
394
384
  ];
395
- export var ConflictException = [
396
- -3,
397
- n0,
398
- _CE,
399
- {
400
- [_e]: _c,
401
- [_hE]: 409,
402
- },
403
- [_m],
404
- [0],
405
- ];
385
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
406
386
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
407
387
  export var ConnectConfiguration = [3, n0, _CC, 0, [_iI], [0]];
408
388
  export var ContentData = [
@@ -662,18 +642,8 @@ export var GetRecommendationsRequest = [
662
642
  [
663
643
  [0, 1],
664
644
  [0, 1],
665
- [
666
- 1,
667
- {
668
- [_hQ]: _mR,
669
- },
670
- ],
671
- [
672
- 1,
673
- {
674
- [_hQ]: _wTS,
675
- },
676
- ],
645
+ [1, { [_hQ]: _mR }],
646
+ [1, { [_hQ]: _wTS }],
677
647
  ],
678
648
  ];
679
649
  export var GetRecommendationsResponse = [
@@ -774,18 +744,8 @@ export var ListAssistantAssociationsRequest = [
774
744
  0,
775
745
  [_nT, _mR, _aI],
776
746
  [
777
- [
778
- 0,
779
- {
780
- [_hQ]: _nT,
781
- },
782
- ],
783
- [
784
- 1,
785
- {
786
- [_hQ]: _mR,
787
- },
788
- ],
747
+ [0, { [_hQ]: _nT }],
748
+ [1, { [_hQ]: _mR }],
789
749
  [0, 1],
790
750
  ],
791
751
  ];
@@ -804,18 +764,8 @@ export var ListAssistantsRequest = [
804
764
  0,
805
765
  [_nT, _mR],
806
766
  [
807
- [
808
- 0,
809
- {
810
- [_hQ]: _nT,
811
- },
812
- ],
813
- [
814
- 1,
815
- {
816
- [_hQ]: _mR,
817
- },
818
- ],
767
+ [0, { [_hQ]: _nT }],
768
+ [1, { [_hQ]: _mR }],
819
769
  ],
820
770
  ];
821
771
  export var ListAssistantsResponse = [3, n0, _LARi, 0, [_aS, _nT], [() => AssistantList, 0]];
@@ -826,18 +776,8 @@ export var ListContentsRequest = [
826
776
  0,
827
777
  [_nT, _mR, _kBI],
828
778
  [
829
- [
830
- 0,
831
- {
832
- [_hQ]: _nT,
833
- },
834
- ],
835
- [
836
- 1,
837
- {
838
- [_hQ]: _mR,
839
- },
840
- ],
779
+ [0, { [_hQ]: _nT }],
780
+ [1, { [_hQ]: _mR }],
841
781
  [0, 1],
842
782
  ],
843
783
  ];
@@ -849,18 +789,8 @@ export var ListImportJobsRequest = [
849
789
  0,
850
790
  [_nT, _mR, _kBI],
851
791
  [
852
- [
853
- 0,
854
- {
855
- [_hQ]: _nT,
856
- },
857
- ],
858
- [
859
- 1,
860
- {
861
- [_hQ]: _mR,
862
- },
863
- ],
792
+ [0, { [_hQ]: _nT }],
793
+ [1, { [_hQ]: _mR }],
864
794
  [0, 1],
865
795
  ],
866
796
  ];
@@ -872,18 +802,8 @@ export var ListKnowledgeBasesRequest = [
872
802
  0,
873
803
  [_nT, _mR],
874
804
  [
875
- [
876
- 0,
877
- {
878
- [_hQ]: _nT,
879
- },
880
- ],
881
- [
882
- 1,
883
- {
884
- [_hQ]: _mR,
885
- },
886
- ],
805
+ [0, { [_hQ]: _nT }],
806
+ [1, { [_hQ]: _mR }],
887
807
  ],
888
808
  ];
889
809
  export var ListKnowledgeBasesResponse = [
@@ -901,18 +821,8 @@ export var ListQuickResponsesRequest = [
901
821
  0,
902
822
  [_nT, _mR, _kBI],
903
823
  [
904
- [
905
- 0,
906
- {
907
- [_hQ]: _nT,
908
- },
909
- ],
910
- [
911
- 1,
912
- {
913
- [_hQ]: _mR,
914
- },
915
- ],
824
+ [0, { [_hQ]: _nT }],
825
+ [1, { [_hQ]: _mR }],
916
826
  [0, 1],
917
827
  ],
918
828
  ];
@@ -943,17 +853,7 @@ export var NotifyRecommendationsReceivedResponse = [
943
853
  [_rIec, _er],
944
854
  [64 | 0, () => NotifyRecommendationsReceivedErrorList],
945
855
  ];
946
- export var PreconditionFailedException = [
947
- -3,
948
- n0,
949
- _PFE,
950
- {
951
- [_e]: _c,
952
- [_hE]: 412,
953
- },
954
- [_m],
955
- [0],
956
- ];
856
+ export var PreconditionFailedException = [-3, n0, _PFE, { [_e]: _c, [_hE]: 412 }, [_m], [0]];
957
857
  TypeRegistry.for(n0).registerError(PreconditionFailedException, __PreconditionFailedException);
958
858
  export var QueryAssistantRequest = [
959
859
  3,
@@ -1084,29 +984,9 @@ export var RecommendationTrigger = [
1084
984
  export var RemoveKnowledgeBaseTemplateUriRequest = [3, n0, _RKBTUR, 0, [_kBI], [[0, 1]]];
1085
985
  export var RemoveKnowledgeBaseTemplateUriResponse = [3, n0, _RKBTURe, 0, [], []];
1086
986
  export var RenderingConfiguration = [3, n0, _RC, 0, [_tU], [0]];
1087
- export var RequestTimeoutException = [
1088
- -3,
1089
- n0,
1090
- _RTE,
1091
- {
1092
- [_e]: _c,
1093
- [_hE]: 408,
1094
- },
1095
- [_m],
1096
- [0],
1097
- ];
987
+ export var RequestTimeoutException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
1098
988
  TypeRegistry.for(n0).registerError(RequestTimeoutException, __RequestTimeoutException);
1099
- export var ResourceNotFoundException = [
1100
- -3,
1101
- n0,
1102
- _RNFE,
1103
- {
1104
- [_e]: _c,
1105
- [_hE]: 404,
1106
- },
1107
- [_m, _rN],
1108
- [0, 0],
1109
- ];
989
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
1110
990
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1111
991
  export var ResultData = [3, n0, _RDe, 0, [_rIes, _do, _rS], [0, [() => Document, 0], 1]];
1112
992
  export var SearchContentRequest = [
@@ -1115,22 +995,7 @@ export var SearchContentRequest = [
1115
995
  _SCR,
1116
996
  0,
1117
997
  [_nT, _mR, _kBI, _sE],
1118
- [
1119
- [
1120
- 0,
1121
- {
1122
- [_hQ]: _nT,
1123
- },
1124
- ],
1125
- [
1126
- 1,
1127
- {
1128
- [_hQ]: _mR,
1129
- },
1130
- ],
1131
- [0, 1],
1132
- () => SearchExpression,
1133
- ],
998
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, 1], () => SearchExpression],
1134
999
  ];
1135
1000
  export var SearchContentResponse = [3, n0, _SCRe, 0, [_cSo, _nT], [() => ContentSummaryList, 0]];
1136
1001
  export var SearchExpression = [3, n0, _SE, 0, [_fi], [() => FilterList]];
@@ -1140,23 +1005,7 @@ export var SearchQuickResponsesRequest = [
1140
1005
  _SQRR,
1141
1006
  0,
1142
1007
  [_kBI, _sE, _nT, _mR, _at],
1143
- [
1144
- [0, 1],
1145
- () => QuickResponseSearchExpression,
1146
- [
1147
- 0,
1148
- {
1149
- [_hQ]: _nT,
1150
- },
1151
- ],
1152
- [
1153
- 1,
1154
- {
1155
- [_hQ]: _mR,
1156
- },
1157
- ],
1158
- [() => ContactAttributes, 0],
1159
- ],
1008
+ [[0, 1], () => QuickResponseSearchExpression, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [() => ContactAttributes, 0]],
1160
1009
  ];
1161
1010
  export var SearchQuickResponsesResponse = [
1162
1011
  3,
@@ -1172,36 +1021,11 @@ export var SearchSessionsRequest = [
1172
1021
  _SSR,
1173
1022
  0,
1174
1023
  [_nT, _mR, _aI, _sE],
1175
- [
1176
- [
1177
- 0,
1178
- {
1179
- [_hQ]: _nT,
1180
- },
1181
- ],
1182
- [
1183
- 1,
1184
- {
1185
- [_hQ]: _mR,
1186
- },
1187
- ],
1188
- [0, 1],
1189
- () => SearchExpression,
1190
- ],
1024
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, 1], () => SearchExpression],
1191
1025
  ];
1192
1026
  export var SearchSessionsResponse = [3, n0, _SSRe, 0, [_sS, _nT], [() => SessionSummaries, 0]];
1193
1027
  export var ServerSideEncryptionConfiguration = [3, n0, _SSEC, 0, [_kKI], [0]];
1194
- export var ServiceQuotaExceededException = [
1195
- -3,
1196
- n0,
1197
- _SQEE,
1198
- {
1199
- [_e]: _c,
1200
- [_hE]: 402,
1201
- },
1202
- [_m],
1203
- [0],
1204
- ];
1028
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1205
1029
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1206
1030
  export var SessionData = [
1207
1031
  3,
@@ -1233,17 +1057,7 @@ export var StartImportJobRequest = [
1233
1057
  export var StartImportJobResponse = [3, n0, _SIJRt, 0, [_iJ], [[() => ImportJobData, 0]]];
1234
1058
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1235
1059
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1236
- export var TooManyTagsException = [
1237
- -3,
1238
- n0,
1239
- _TMTE,
1240
- {
1241
- [_e]: _c,
1242
- [_hE]: 400,
1243
- },
1244
- [_m, _rN],
1245
- [0, 0],
1246
- ];
1060
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1247
1061
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1248
1062
  export var UntagResourceRequest = [
1249
1063
  3,
@@ -1253,12 +1067,7 @@ export var UntagResourceRequest = [
1253
1067
  [_rA, _tK],
1254
1068
  [
1255
1069
  [0, 1],
1256
- [
1257
- 64 | 0,
1258
- {
1259
- [_hQ]: _tK,
1260
- },
1261
- ],
1070
+ [64 | 0, { [_hQ]: _tK }],
1262
1071
  ],
1263
1072
  ];
1264
1073
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1311,17 +1120,7 @@ export var UpdateQuickResponseResponse = [
1311
1120
  [_qR],
1312
1121
  [[() => QuickResponseData, 0]],
1313
1122
  ];
1314
- export var ValidationException = [
1315
- -3,
1316
- n0,
1317
- _VE,
1318
- {
1319
- [_e]: _c,
1320
- [_hE]: 400,
1321
- },
1322
- [_m],
1323
- [0],
1324
- ];
1123
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1325
1124
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1326
1125
  export var WisdomServiceException = [-3, _sm, "WisdomServiceException", 0, [], []];
1327
1126
  TypeRegistry.for(_sm).registerError(WisdomServiceException, __WisdomServiceException);
@@ -1404,9 +1203,7 @@ export var CreateAssistant = [
1404
1203
  9,
1405
1204
  n0,
1406
1205
  _CAr,
1407
- {
1408
- [_ht]: ["POST", "/assistants", 200],
1409
- },
1206
+ { [_ht]: ["POST", "/assistants", 200] },
1410
1207
  () => CreateAssistantRequest,
1411
1208
  () => CreateAssistantResponse,
1412
1209
  ];
@@ -1414,9 +1211,7 @@ export var CreateAssistantAssociation = [
1414
1211
  9,
1415
1212
  n0,
1416
1213
  _CAA,
1417
- {
1418
- [_ht]: ["POST", "/assistants/{assistantId}/associations", 200],
1419
- },
1214
+ { [_ht]: ["POST", "/assistants/{assistantId}/associations", 200] },
1420
1215
  () => CreateAssistantAssociationRequest,
1421
1216
  () => CreateAssistantAssociationResponse,
1422
1217
  ];
@@ -1424,9 +1219,7 @@ export var CreateContent = [
1424
1219
  9,
1425
1220
  n0,
1426
1221
  _CCr,
1427
- {
1428
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/contents", 200],
1429
- },
1222
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/contents", 200] },
1430
1223
  () => CreateContentRequest,
1431
1224
  () => CreateContentResponse,
1432
1225
  ];
@@ -1434,9 +1227,7 @@ export var CreateKnowledgeBase = [
1434
1227
  9,
1435
1228
  n0,
1436
1229
  _CKB,
1437
- {
1438
- [_ht]: ["POST", "/knowledgeBases", 200],
1439
- },
1230
+ { [_ht]: ["POST", "/knowledgeBases", 200] },
1440
1231
  () => CreateKnowledgeBaseRequest,
1441
1232
  () => CreateKnowledgeBaseResponse,
1442
1233
  ];
@@ -1444,9 +1235,7 @@ export var CreateQuickResponse = [
1444
1235
  9,
1445
1236
  n0,
1446
1237
  _CQR,
1447
- {
1448
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/quickResponses", 200],
1449
- },
1238
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/quickResponses", 200] },
1450
1239
  () => CreateQuickResponseRequest,
1451
1240
  () => CreateQuickResponseResponse,
1452
1241
  ];
@@ -1454,9 +1243,7 @@ export var CreateSession = [
1454
1243
  9,
1455
1244
  n0,
1456
1245
  _CSr,
1457
- {
1458
- [_ht]: ["POST", "/assistants/{assistantId}/sessions", 200],
1459
- },
1246
+ { [_ht]: ["POST", "/assistants/{assistantId}/sessions", 200] },
1460
1247
  () => CreateSessionRequest,
1461
1248
  () => CreateSessionResponse,
1462
1249
  ];
@@ -1464,9 +1251,7 @@ export var DeleteAssistant = [
1464
1251
  9,
1465
1252
  n0,
1466
1253
  _DA,
1467
- {
1468
- [_ht]: ["DELETE", "/assistants/{assistantId}", 204],
1469
- },
1254
+ { [_ht]: ["DELETE", "/assistants/{assistantId}", 204] },
1470
1255
  () => DeleteAssistantRequest,
1471
1256
  () => DeleteAssistantResponse,
1472
1257
  ];
@@ -1474,9 +1259,7 @@ export var DeleteAssistantAssociation = [
1474
1259
  9,
1475
1260
  n0,
1476
1261
  _DAA,
1477
- {
1478
- [_ht]: ["DELETE", "/assistants/{assistantId}/associations/{assistantAssociationId}", 204],
1479
- },
1262
+ { [_ht]: ["DELETE", "/assistants/{assistantId}/associations/{assistantAssociationId}", 204] },
1480
1263
  () => DeleteAssistantAssociationRequest,
1481
1264
  () => DeleteAssistantAssociationResponse,
1482
1265
  ];
@@ -1484,9 +1267,7 @@ export var DeleteContent = [
1484
1267
  9,
1485
1268
  n0,
1486
1269
  _DC,
1487
- {
1488
- [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 204],
1489
- },
1270
+ { [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 204] },
1490
1271
  () => DeleteContentRequest,
1491
1272
  () => DeleteContentResponse,
1492
1273
  ];
@@ -1494,9 +1275,7 @@ export var DeleteImportJob = [
1494
1275
  9,
1495
1276
  n0,
1496
1277
  _DIJ,
1497
- {
1498
- [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", 204],
1499
- },
1278
+ { [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", 204] },
1500
1279
  () => DeleteImportJobRequest,
1501
1280
  () => DeleteImportJobResponse,
1502
1281
  ];
@@ -1504,9 +1283,7 @@ export var DeleteKnowledgeBase = [
1504
1283
  9,
1505
1284
  n0,
1506
1285
  _DKB,
1507
- {
1508
- [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}", 204],
1509
- },
1286
+ { [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}", 204] },
1510
1287
  () => DeleteKnowledgeBaseRequest,
1511
1288
  () => DeleteKnowledgeBaseResponse,
1512
1289
  ];
@@ -1514,9 +1291,7 @@ export var DeleteQuickResponse = [
1514
1291
  9,
1515
1292
  n0,
1516
1293
  _DQR,
1517
- {
1518
- [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 204],
1519
- },
1294
+ { [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 204] },
1520
1295
  () => DeleteQuickResponseRequest,
1521
1296
  () => DeleteQuickResponseResponse,
1522
1297
  ];
@@ -1524,9 +1299,7 @@ export var GetAssistant = [
1524
1299
  9,
1525
1300
  n0,
1526
1301
  _GA,
1527
- {
1528
- [_ht]: ["GET", "/assistants/{assistantId}", 200],
1529
- },
1302
+ { [_ht]: ["GET", "/assistants/{assistantId}", 200] },
1530
1303
  () => GetAssistantRequest,
1531
1304
  () => GetAssistantResponse,
1532
1305
  ];
@@ -1534,9 +1307,7 @@ export var GetAssistantAssociation = [
1534
1307
  9,
1535
1308
  n0,
1536
1309
  _GAA,
1537
- {
1538
- [_ht]: ["GET", "/assistants/{assistantId}/associations/{assistantAssociationId}", 200],
1539
- },
1310
+ { [_ht]: ["GET", "/assistants/{assistantId}/associations/{assistantAssociationId}", 200] },
1540
1311
  () => GetAssistantAssociationRequest,
1541
1312
  () => GetAssistantAssociationResponse,
1542
1313
  ];
@@ -1544,9 +1315,7 @@ export var GetContent = [
1544
1315
  9,
1545
1316
  n0,
1546
1317
  _GCe,
1547
- {
1548
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 200],
1549
- },
1318
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 200] },
1550
1319
  () => GetContentRequest,
1551
1320
  () => GetContentResponse,
1552
1321
  ];
@@ -1554,9 +1323,7 @@ export var GetContentSummary = [
1554
1323
  9,
1555
1324
  n0,
1556
1325
  _GCS,
1557
- {
1558
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/summary", 200],
1559
- },
1326
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/summary", 200] },
1560
1327
  () => GetContentSummaryRequest,
1561
1328
  () => GetContentSummaryResponse,
1562
1329
  ];
@@ -1564,9 +1331,7 @@ export var GetImportJob = [
1564
1331
  9,
1565
1332
  n0,
1566
1333
  _GIJ,
1567
- {
1568
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", 200],
1569
- },
1334
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", 200] },
1570
1335
  () => GetImportJobRequest,
1571
1336
  () => GetImportJobResponse,
1572
1337
  ];
@@ -1574,9 +1339,7 @@ export var GetKnowledgeBase = [
1574
1339
  9,
1575
1340
  n0,
1576
1341
  _GKB,
1577
- {
1578
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}", 200],
1579
- },
1342
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}", 200] },
1580
1343
  () => GetKnowledgeBaseRequest,
1581
1344
  () => GetKnowledgeBaseResponse,
1582
1345
  ];
@@ -1584,9 +1347,7 @@ export var GetQuickResponse = [
1584
1347
  9,
1585
1348
  n0,
1586
1349
  _GQR,
1587
- {
1588
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 200],
1589
- },
1350
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 200] },
1590
1351
  () => GetQuickResponseRequest,
1591
1352
  () => GetQuickResponseResponse,
1592
1353
  ];
@@ -1594,9 +1355,7 @@ export var GetRecommendations = [
1594
1355
  9,
1595
1356
  n0,
1596
1357
  _GR,
1597
- {
1598
- [_ht]: ["GET", "/assistants/{assistantId}/sessions/{sessionId}/recommendations", 200],
1599
- },
1358
+ { [_ht]: ["GET", "/assistants/{assistantId}/sessions/{sessionId}/recommendations", 200] },
1600
1359
  () => GetRecommendationsRequest,
1601
1360
  () => GetRecommendationsResponse,
1602
1361
  ];
@@ -1604,9 +1363,7 @@ export var GetSession = [
1604
1363
  9,
1605
1364
  n0,
1606
1365
  _GS,
1607
- {
1608
- [_ht]: ["GET", "/assistants/{assistantId}/sessions/{sessionId}", 200],
1609
- },
1366
+ { [_ht]: ["GET", "/assistants/{assistantId}/sessions/{sessionId}", 200] },
1610
1367
  () => GetSessionRequest,
1611
1368
  () => GetSessionResponse,
1612
1369
  ];
@@ -1614,9 +1371,7 @@ export var ListAssistantAssociations = [
1614
1371
  9,
1615
1372
  n0,
1616
1373
  _LAA,
1617
- {
1618
- [_ht]: ["GET", "/assistants/{assistantId}/associations", 200],
1619
- },
1374
+ { [_ht]: ["GET", "/assistants/{assistantId}/associations", 200] },
1620
1375
  () => ListAssistantAssociationsRequest,
1621
1376
  () => ListAssistantAssociationsResponse,
1622
1377
  ];
@@ -1624,9 +1379,7 @@ export var ListAssistants = [
1624
1379
  9,
1625
1380
  n0,
1626
1381
  _LA,
1627
- {
1628
- [_ht]: ["GET", "/assistants", 200],
1629
- },
1382
+ { [_ht]: ["GET", "/assistants", 200] },
1630
1383
  () => ListAssistantsRequest,
1631
1384
  () => ListAssistantsResponse,
1632
1385
  ];
@@ -1634,9 +1387,7 @@ export var ListContents = [
1634
1387
  9,
1635
1388
  n0,
1636
1389
  _LC,
1637
- {
1638
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents", 200],
1639
- },
1390
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/contents", 200] },
1640
1391
  () => ListContentsRequest,
1641
1392
  () => ListContentsResponse,
1642
1393
  ];
@@ -1644,9 +1395,7 @@ export var ListImportJobs = [
1644
1395
  9,
1645
1396
  n0,
1646
1397
  _LIJ,
1647
- {
1648
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/importJobs", 200],
1649
- },
1398
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/importJobs", 200] },
1650
1399
  () => ListImportJobsRequest,
1651
1400
  () => ListImportJobsResponse,
1652
1401
  ];
@@ -1654,9 +1403,7 @@ export var ListKnowledgeBases = [
1654
1403
  9,
1655
1404
  n0,
1656
1405
  _LKB,
1657
- {
1658
- [_ht]: ["GET", "/knowledgeBases", 200],
1659
- },
1406
+ { [_ht]: ["GET", "/knowledgeBases", 200] },
1660
1407
  () => ListKnowledgeBasesRequest,
1661
1408
  () => ListKnowledgeBasesResponse,
1662
1409
  ];
@@ -1664,9 +1411,7 @@ export var ListQuickResponses = [
1664
1411
  9,
1665
1412
  n0,
1666
1413
  _LQR,
1667
- {
1668
- [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/quickResponses", 200],
1669
- },
1414
+ { [_ht]: ["GET", "/knowledgeBases/{knowledgeBaseId}/quickResponses", 200] },
1670
1415
  () => ListQuickResponsesRequest,
1671
1416
  () => ListQuickResponsesResponse,
1672
1417
  ];
@@ -1674,9 +1419,7 @@ export var ListTagsForResource = [
1674
1419
  9,
1675
1420
  n0,
1676
1421
  _LTFR,
1677
- {
1678
- [_ht]: ["GET", "/tags/{resourceArn}", 200],
1679
- },
1422
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
1680
1423
  () => ListTagsForResourceRequest,
1681
1424
  () => ListTagsForResourceResponse,
1682
1425
  ];
@@ -1684,9 +1427,7 @@ export var NotifyRecommendationsReceived = [
1684
1427
  9,
1685
1428
  n0,
1686
1429
  _NRR,
1687
- {
1688
- [_ht]: ["POST", "/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify", 200],
1689
- },
1430
+ { [_ht]: ["POST", "/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify", 200] },
1690
1431
  () => NotifyRecommendationsReceivedRequest,
1691
1432
  () => NotifyRecommendationsReceivedResponse,
1692
1433
  ];
@@ -1694,9 +1435,7 @@ export var QueryAssistant = [
1694
1435
  9,
1695
1436
  n0,
1696
1437
  _QA,
1697
- {
1698
- [_ht]: ["POST", "/assistants/{assistantId}/query", 200],
1699
- },
1438
+ { [_ht]: ["POST", "/assistants/{assistantId}/query", 200] },
1700
1439
  () => QueryAssistantRequest,
1701
1440
  () => QueryAssistantResponse,
1702
1441
  ];
@@ -1704,9 +1443,7 @@ export var RemoveKnowledgeBaseTemplateUri = [
1704
1443
  9,
1705
1444
  n0,
1706
1445
  _RKBTU,
1707
- {
1708
- [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/templateUri", 204],
1709
- },
1446
+ { [_ht]: ["DELETE", "/knowledgeBases/{knowledgeBaseId}/templateUri", 204] },
1710
1447
  () => RemoveKnowledgeBaseTemplateUriRequest,
1711
1448
  () => RemoveKnowledgeBaseTemplateUriResponse,
1712
1449
  ];
@@ -1714,9 +1451,7 @@ export var SearchContent = [
1714
1451
  9,
1715
1452
  n0,
1716
1453
  _SCe,
1717
- {
1718
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/search", 200],
1719
- },
1454
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/search", 200] },
1720
1455
  () => SearchContentRequest,
1721
1456
  () => SearchContentResponse,
1722
1457
  ];
@@ -1724,9 +1459,7 @@ export var SearchQuickResponses = [
1724
1459
  9,
1725
1460
  n0,
1726
1461
  _SQR,
1727
- {
1728
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/search/quickResponses", 200],
1729
- },
1462
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/search/quickResponses", 200] },
1730
1463
  () => SearchQuickResponsesRequest,
1731
1464
  () => SearchQuickResponsesResponse,
1732
1465
  ];
@@ -1734,9 +1467,7 @@ export var SearchSessions = [
1734
1467
  9,
1735
1468
  n0,
1736
1469
  _SSea,
1737
- {
1738
- [_ht]: ["POST", "/assistants/{assistantId}/searchSessions", 200],
1739
- },
1470
+ { [_ht]: ["POST", "/assistants/{assistantId}/searchSessions", 200] },
1740
1471
  () => SearchSessionsRequest,
1741
1472
  () => SearchSessionsResponse,
1742
1473
  ];
@@ -1744,9 +1475,7 @@ export var StartContentUpload = [
1744
1475
  9,
1745
1476
  n0,
1746
1477
  _SCU,
1747
- {
1748
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/upload", 200],
1749
- },
1478
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/upload", 200] },
1750
1479
  () => StartContentUploadRequest,
1751
1480
  () => StartContentUploadResponse,
1752
1481
  ];
@@ -1754,9 +1483,7 @@ export var StartImportJob = [
1754
1483
  9,
1755
1484
  n0,
1756
1485
  _SIJ,
1757
- {
1758
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/importJobs", 200],
1759
- },
1486
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/importJobs", 200] },
1760
1487
  () => StartImportJobRequest,
1761
1488
  () => StartImportJobResponse,
1762
1489
  ];
@@ -1764,9 +1491,7 @@ export var TagResource = [
1764
1491
  9,
1765
1492
  n0,
1766
1493
  _TR,
1767
- {
1768
- [_ht]: ["POST", "/tags/{resourceArn}", 200],
1769
- },
1494
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
1770
1495
  () => TagResourceRequest,
1771
1496
  () => TagResourceResponse,
1772
1497
  ];
@@ -1774,9 +1499,7 @@ export var UntagResource = [
1774
1499
  9,
1775
1500
  n0,
1776
1501
  _UR,
1777
- {
1778
- [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
1779
- },
1502
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
1780
1503
  () => UntagResourceRequest,
1781
1504
  () => UntagResourceResponse,
1782
1505
  ];
@@ -1784,9 +1507,7 @@ export var UpdateContent = [
1784
1507
  9,
1785
1508
  n0,
1786
1509
  _UC,
1787
- {
1788
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 200],
1789
- },
1510
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", 200] },
1790
1511
  () => UpdateContentRequest,
1791
1512
  () => UpdateContentResponse,
1792
1513
  ];
@@ -1794,9 +1515,7 @@ export var UpdateKnowledgeBaseTemplateUri = [
1794
1515
  9,
1795
1516
  n0,
1796
1517
  _UKBTU,
1797
- {
1798
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/templateUri", 200],
1799
- },
1518
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/templateUri", 200] },
1800
1519
  () => UpdateKnowledgeBaseTemplateUriRequest,
1801
1520
  () => UpdateKnowledgeBaseTemplateUriResponse,
1802
1521
  ];
@@ -1804,9 +1523,7 @@ export var UpdateQuickResponse = [
1804
1523
  9,
1805
1524
  n0,
1806
1525
  _UQR,
1807
- {
1808
- [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 200],
1809
- },
1526
+ { [_ht]: ["POST", "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", 200] },
1810
1527
  () => UpdateQuickResponseRequest,
1811
1528
  () => UpdateQuickResponseResponse,
1812
1529
  ];