@aws-sdk/client-kendra 3.477.0 → 3.481.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 (317) hide show
  1. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +18 -41
  2. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +18 -41
  4. package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
  5. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +18 -41
  6. package/dist-cjs/commands/BatchPutDocumentCommand.js +18 -41
  7. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +18 -41
  8. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
  10. package/dist-cjs/commands/CreateExperienceCommand.js +18 -41
  11. package/dist-cjs/commands/CreateFaqCommand.js +18 -41
  12. package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +18 -41
  13. package/dist-cjs/commands/CreateIndexCommand.js +18 -41
  14. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
  15. package/dist-cjs/commands/CreateThesaurusCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteExperienceCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteFaqCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteIndexCommand.js +18 -41
  21. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteThesaurusCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeDataSourceCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeExperienceCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeFaqCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeIndexCommand.js +18 -41
  30. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeThesaurusCommand.js +18 -41
  34. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
  35. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
  36. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +18 -41
  37. package/dist-cjs/commands/GetSnapshotsCommand.js +18 -41
  38. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +18 -41
  39. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +18 -41
  40. package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
  41. package/dist-cjs/commands/ListEntityPersonasCommand.js +18 -41
  42. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +18 -41
  43. package/dist-cjs/commands/ListExperiencesCommand.js +18 -41
  44. package/dist-cjs/commands/ListFaqsCommand.js +18 -41
  45. package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +18 -41
  46. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
  47. package/dist-cjs/commands/ListIndicesCommand.js +18 -41
  48. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-cjs/commands/ListThesauriCommand.js +18 -41
  51. package/dist-cjs/commands/PutPrincipalMappingCommand.js +18 -41
  52. package/dist-cjs/commands/QueryCommand.js +18 -41
  53. package/dist-cjs/commands/RetrieveCommand.js +18 -41
  54. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +18 -41
  55. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +18 -41
  56. package/dist-cjs/commands/SubmitFeedbackCommand.js +18 -41
  57. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  58. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateExperienceCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateIndexCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateThesaurusCommand.js +18 -41
  67. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  68. package/dist-cjs/pagination/GetSnapshotsPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListDataSourcesPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListEntityPersonasPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +2 -23
  74. package/dist-cjs/pagination/ListExperiencesPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListFaqsPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListIndicesPaginator.js +2 -24
  78. package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -24
  79. package/dist-cjs/pagination/ListThesauriPaginator.js +2 -24
  80. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +18 -41
  81. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +18 -41
  82. package/dist-es/commands/BatchDeleteDocumentCommand.js +18 -41
  83. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
  84. package/dist-es/commands/BatchGetDocumentStatusCommand.js +18 -41
  85. package/dist-es/commands/BatchPutDocumentCommand.js +18 -41
  86. package/dist-es/commands/ClearQuerySuggestionsCommand.js +18 -41
  87. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +18 -41
  88. package/dist-es/commands/CreateDataSourceCommand.js +18 -41
  89. package/dist-es/commands/CreateExperienceCommand.js +18 -41
  90. package/dist-es/commands/CreateFaqCommand.js +18 -41
  91. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +18 -41
  92. package/dist-es/commands/CreateIndexCommand.js +18 -41
  93. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
  94. package/dist-es/commands/CreateThesaurusCommand.js +18 -41
  95. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +18 -41
  96. package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
  97. package/dist-es/commands/DeleteExperienceCommand.js +18 -41
  98. package/dist-es/commands/DeleteFaqCommand.js +18 -41
  99. package/dist-es/commands/DeleteIndexCommand.js +18 -41
  100. package/dist-es/commands/DeletePrincipalMappingCommand.js +18 -41
  101. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
  102. package/dist-es/commands/DeleteThesaurusCommand.js +18 -41
  103. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +18 -41
  104. package/dist-es/commands/DescribeDataSourceCommand.js +18 -41
  105. package/dist-es/commands/DescribeExperienceCommand.js +18 -41
  106. package/dist-es/commands/DescribeFaqCommand.js +18 -41
  107. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +18 -41
  108. package/dist-es/commands/DescribeIndexCommand.js +18 -41
  109. package/dist-es/commands/DescribePrincipalMappingCommand.js +18 -41
  110. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
  111. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
  112. package/dist-es/commands/DescribeThesaurusCommand.js +18 -41
  113. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
  114. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
  115. package/dist-es/commands/GetQuerySuggestionsCommand.js +18 -41
  116. package/dist-es/commands/GetSnapshotsCommand.js +18 -41
  117. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +18 -41
  118. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +18 -41
  119. package/dist-es/commands/ListDataSourcesCommand.js +18 -41
  120. package/dist-es/commands/ListEntityPersonasCommand.js +18 -41
  121. package/dist-es/commands/ListExperienceEntitiesCommand.js +18 -41
  122. package/dist-es/commands/ListExperiencesCommand.js +18 -41
  123. package/dist-es/commands/ListFaqsCommand.js +18 -41
  124. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +18 -41
  125. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
  126. package/dist-es/commands/ListIndicesCommand.js +18 -41
  127. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
  128. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  129. package/dist-es/commands/ListThesauriCommand.js +18 -41
  130. package/dist-es/commands/PutPrincipalMappingCommand.js +18 -41
  131. package/dist-es/commands/QueryCommand.js +18 -41
  132. package/dist-es/commands/RetrieveCommand.js +18 -41
  133. package/dist-es/commands/StartDataSourceSyncJobCommand.js +18 -41
  134. package/dist-es/commands/StopDataSourceSyncJobCommand.js +18 -41
  135. package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
  136. package/dist-es/commands/TagResourceCommand.js +18 -41
  137. package/dist-es/commands/UntagResourceCommand.js +18 -41
  138. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +18 -41
  139. package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
  140. package/dist-es/commands/UpdateExperienceCommand.js +18 -41
  141. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +18 -41
  142. package/dist-es/commands/UpdateIndexCommand.js +18 -41
  143. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
  144. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
  145. package/dist-es/commands/UpdateThesaurusCommand.js +18 -41
  146. package/dist-es/endpoint/EndpointParameters.js +6 -0
  147. package/dist-es/pagination/GetSnapshotsPaginator.js +2 -23
  148. package/dist-es/pagination/ListAccessControlConfigurationsPaginator.js +2 -23
  149. package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +2 -23
  150. package/dist-es/pagination/ListDataSourcesPaginator.js +2 -23
  151. package/dist-es/pagination/ListEntityPersonasPaginator.js +2 -23
  152. package/dist-es/pagination/ListExperienceEntitiesPaginator.js +2 -22
  153. package/dist-es/pagination/ListExperiencesPaginator.js +2 -23
  154. package/dist-es/pagination/ListFaqsPaginator.js +2 -23
  155. package/dist-es/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -23
  156. package/dist-es/pagination/ListIndicesPaginator.js +2 -23
  157. package/dist-es/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -23
  158. package/dist-es/pagination/ListThesauriPaginator.js +2 -23
  159. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +6 -21
  160. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +6 -21
  161. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -21
  162. package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +6 -21
  163. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +6 -21
  164. package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -21
  165. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +6 -21
  166. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +6 -21
  167. package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
  168. package/dist-types/commands/CreateExperienceCommand.d.ts +6 -21
  169. package/dist-types/commands/CreateFaqCommand.d.ts +6 -21
  170. package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +6 -21
  171. package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
  172. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +6 -21
  173. package/dist-types/commands/CreateThesaurusCommand.d.ts +6 -21
  174. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +6 -21
  175. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
  176. package/dist-types/commands/DeleteExperienceCommand.d.ts +6 -21
  177. package/dist-types/commands/DeleteFaqCommand.d.ts +6 -21
  178. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -21
  179. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +6 -21
  180. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +6 -21
  181. package/dist-types/commands/DeleteThesaurusCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -21
  184. package/dist-types/commands/DescribeExperienceCommand.d.ts +6 -21
  185. package/dist-types/commands/DescribeFaqCommand.d.ts +6 -21
  186. package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +6 -21
  187. package/dist-types/commands/DescribeIndexCommand.d.ts +6 -21
  188. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +6 -21
  189. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +6 -21
  190. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +6 -21
  191. package/dist-types/commands/DescribeThesaurusCommand.d.ts +6 -21
  192. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +6 -21
  193. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +6 -21
  194. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +6 -21
  195. package/dist-types/commands/GetSnapshotsCommand.d.ts +6 -21
  196. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -21
  198. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
  199. package/dist-types/commands/ListEntityPersonasCommand.d.ts +6 -21
  200. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +6 -21
  201. package/dist-types/commands/ListExperiencesCommand.d.ts +6 -21
  202. package/dist-types/commands/ListFaqsCommand.d.ts +6 -21
  203. package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +6 -21
  204. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +6 -21
  205. package/dist-types/commands/ListIndicesCommand.d.ts +6 -21
  206. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +6 -21
  207. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  208. package/dist-types/commands/ListThesauriCommand.d.ts +6 -21
  209. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +6 -21
  210. package/dist-types/commands/QueryCommand.d.ts +6 -21
  211. package/dist-types/commands/RetrieveCommand.d.ts +6 -21
  212. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +6 -21
  213. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +6 -21
  214. package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -21
  215. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  216. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  217. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +6 -21
  218. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
  219. package/dist-types/commands/UpdateExperienceCommand.d.ts +6 -21
  220. package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +6 -21
  221. package/dist-types/commands/UpdateIndexCommand.d.ts +6 -21
  222. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +6 -21
  223. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +6 -21
  224. package/dist-types/commands/UpdateThesaurusCommand.d.ts +6 -21
  225. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  226. package/dist-types/pagination/GetSnapshotsPaginator.d.ts +1 -1
  227. package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +1 -1
  228. package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
  229. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
  230. package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +1 -1
  231. package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +1 -1
  232. package/dist-types/pagination/ListExperiencesPaginator.d.ts +1 -1
  233. package/dist-types/pagination/ListFaqsPaginator.d.ts +1 -1
  234. package/dist-types/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +1 -1
  235. package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
  236. package/dist-types/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +1 -1
  237. package/dist-types/pagination/ListThesauriPaginator.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -23
  290. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +14 -23
  301. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +14 -23
  304. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  305. package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +3 -3
  309. package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +3 -3
  310. package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +3 -3
  311. package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +3 -3
  312. package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +3 -3
  313. package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +3 -3
  314. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +3 -3
  315. package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +3 -3
  316. package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +3 -3
  317. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteDataSourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {
21
20
  */
22
21
  export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataSourceCommand_base: {
24
+ new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
@@ -80,23 +83,5 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
80
83
  * <p>Base exception class for all service exceptions from Kendra service.</p>
81
84
  *
82
85
  */
83
- export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, KendraClientResolvedConfig> {
84
- readonly input: DeleteDataSourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DeleteDataSourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteExperienceRequest, DeleteExperienceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteExperienceCommandInput extends DeleteExperienceRequest {
21
20
  */
22
21
  export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteExperienceCommand_base: {
24
+ new (input: DeleteExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes your Amazon Kendra experience such as a search application. For more information on
@@ -76,23 +79,5 @@ export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse,
76
79
  * <p>Base exception class for all service exceptions from Kendra service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteExperienceCommand extends $Command<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig> {
80
- readonly input: DeleteExperienceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteExperienceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExperienceCommandInput, DeleteExperienceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteExperienceCommand extends DeleteExperienceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteFaqRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFaqCommandInput extends DeleteFaqRequest {
21
20
  */
22
21
  export interface DeleteFaqCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteFaqCommand_base: {
24
+ new (input: DeleteFaqCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an FAQ from an index.</p>
@@ -74,23 +77,5 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {
74
77
  * <p>Base exception class for all service exceptions from Kendra service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteFaqCommand extends $Command<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig> {
78
- readonly input: DeleteFaqCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteFaqCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFaqCommandInput, DeleteFaqCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteFaqCommand extends DeleteFaqCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteIndexRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIndexCommandInput extends DeleteIndexRequest {
21
20
  */
22
21
  export interface DeleteIndexCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteIndexCommand_base: {
24
+ new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing Amazon Kendra index. An exception is not thrown if the index is
@@ -76,23 +79,5 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
76
79
  * <p>Base exception class for all service exceptions from Kendra service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteIndexCommand extends $Command<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig> {
80
- readonly input: DeleteIndexCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteIndexCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIndexCommandInput, DeleteIndexCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeletePrincipalMappingRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePrincipalMappingCommandInput extends DeletePrincipalMappi
21
20
  */
22
21
  export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeletePrincipalMappingCommand_base: {
24
+ new (input: DeletePrincipalMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a group so that all users and sub groups that belong to the group can no
@@ -88,23 +91,5 @@ export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
88
91
  * <p>Base exception class for all service exceptions from Kendra service.</p>
89
92
  *
90
93
  */
91
- export declare class DeletePrincipalMappingCommand extends $Command<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
92
- readonly input: DeletePrincipalMappingCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DeletePrincipalMappingCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DeletePrincipalMappingCommand extends DeletePrincipalMappingCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteQuerySuggestionsBlockListRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteQuerySuggestionsBlockListCommandInput extends DeleteQuery
21
20
  */
22
21
  export interface DeleteQuerySuggestionsBlockListCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteQuerySuggestionsBlockListCommand_base: {
24
+ new (input: DeleteQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a block list used for query suggestions for an index.</p>
@@ -80,23 +83,5 @@ export interface DeleteQuerySuggestionsBlockListCommandOutput extends __Metadata
80
83
  * <p>Base exception class for all service exceptions from Kendra service.</p>
81
84
  *
82
85
  */
83
- export declare class DeleteQuerySuggestionsBlockListCommand extends $Command<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
84
- readonly input: DeleteQuerySuggestionsBlockListCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DeleteQuerySuggestionsBlockListCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DeleteQuerySuggestionsBlockListCommand extends DeleteQuerySuggestionsBlockListCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DeleteThesaurusRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteThesaurusCommandInput extends DeleteThesaurusRequest {
21
20
  */
22
21
  export interface DeleteThesaurusCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteThesaurusCommand_base: {
24
+ new (input: DeleteThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing Amazon Kendra thesaurus.
@@ -75,23 +78,5 @@ export interface DeleteThesaurusCommandOutput extends __MetadataBearer {
75
78
  * <p>Base exception class for all service exceptions from Kendra service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteThesaurusCommand extends $Command<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig> {
79
- readonly input: DeleteThesaurusCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteThesaurusCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteThesaurusCommand extends DeleteThesaurusCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeAccessControlConfigurationRequest, DescribeAccessControlConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccessControlConfigurationCommandInput extends Describe
21
20
  */
22
21
  export interface DescribeAccessControlConfigurationCommandOutput extends DescribeAccessControlConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccessControlConfigurationCommand_base: {
24
+ new (input: DescribeAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an access control configuration that you created for your
@@ -97,23 +100,5 @@ export interface DescribeAccessControlConfigurationCommandOutput extends Describ
97
100
  * <p>Base exception class for all service exceptions from Kendra service.</p>
98
101
  *
99
102
  */
100
- export declare class DescribeAccessControlConfigurationCommand extends $Command<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
101
- readonly input: DescribeAccessControlConfigurationCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DescribeAccessControlConfigurationCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DescribeAccessControlConfigurationCommand extends DescribeAccessControlConfigurationCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDataSourceCommandInput extends DescribeDataSourceReques
21
20
  */
22
21
  export interface DescribeDataSourceCommandOutput extends DescribeDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDataSourceCommand_base: {
24
+ new (input: DescribeDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an Amazon Kendra data source connector.</p>
@@ -636,23 +639,5 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
636
639
  * <p>Base exception class for all service exceptions from Kendra service.</p>
637
640
  *
638
641
  */
639
- export declare class DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig> {
640
- readonly input: DescribeDataSourceCommandInput;
641
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
642
- /**
643
- * @public
644
- */
645
- constructor(input: DescribeDataSourceCommandInput);
646
- /**
647
- * @internal
648
- */
649
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput>;
650
- /**
651
- * @internal
652
- */
653
- private serialize;
654
- /**
655
- * @internal
656
- */
657
- private deserialize;
642
+ export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {
658
643
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeExperienceCommandInput extends DescribeExperienceReques
21
20
  */
22
21
  export interface DescribeExperienceCommandOutput extends DescribeExperienceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeExperienceCommand_base: {
24
+ new (input: DescribeExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about your Amazon Kendra experience such as a search application.
@@ -103,23 +106,5 @@ export interface DescribeExperienceCommandOutput extends DescribeExperienceRespo
103
106
  * <p>Base exception class for all service exceptions from Kendra service.</p>
104
107
  *
105
108
  */
106
- export declare class DescribeExperienceCommand extends $Command<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig> {
107
- readonly input: DescribeExperienceCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: DescribeExperienceCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExperienceCommandInput, DescribeExperienceCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class DescribeExperienceCommand extends DescribeExperienceCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFaqCommandInput extends DescribeFaqRequest {
21
20
  */
22
21
  export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFaqCommand_base: {
24
+ new (input: DescribeFaqCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFaqCommandInput, DescribeFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an FAQ list.</p>
@@ -86,23 +89,5 @@ export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __Metadat
86
89
  * <p>Base exception class for all service exceptions from Kendra service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeFaqCommand extends $Command<DescribeFaqCommandInput, DescribeFaqCommandOutput, KendraClientResolvedConfig> {
90
- readonly input: DescribeFaqCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeFaqCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFaqCommandInput, DescribeFaqCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeFaqCommand extends DescribeFaqCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeFeaturedResultsSetRequest, DescribeFeaturedResultsSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFeaturedResultsSetCommandInput extends DescribeFeatured
21
20
  */
22
21
  export interface DescribeFeaturedResultsSetCommandOutput extends DescribeFeaturedResultsSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFeaturedResultsSetCommand_base: {
24
+ new (input: DescribeFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a set of featured results. Features results are placed
@@ -94,23 +97,5 @@ export interface DescribeFeaturedResultsSetCommandOutput extends DescribeFeature
94
97
  * <p>Base exception class for all service exceptions from Kendra service.</p>
95
98
  *
96
99
  */
97
- export declare class DescribeFeaturedResultsSetCommand extends $Command<DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput, KendraClientResolvedConfig> {
98
- readonly input: DescribeFeaturedResultsSetCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribeFeaturedResultsSetCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class DescribeFeaturedResultsSetCommand extends DescribeFeaturedResultsSetCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeIndexCommandInput extends DescribeIndexRequest {
21
20
  */
22
21
  export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeIndexCommand_base: {
24
+ new (input: DescribeIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIndexCommandInput, DescribeIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an existing Amazon Kendra index.</p>
@@ -137,23 +140,5 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met
137
140
  * <p>Base exception class for all service exceptions from Kendra service.</p>
138
141
  *
139
142
  */
140
- export declare class DescribeIndexCommand extends $Command<DescribeIndexCommandInput, DescribeIndexCommandOutput, KendraClientResolvedConfig> {
141
- readonly input: DescribeIndexCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: DescribeIndexCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIndexCommandInput, DescribeIndexCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class DescribeIndexCommand extends DescribeIndexCommand_base {
159
144
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
4
  import { DescribePrincipalMappingRequest, DescribePrincipalMappingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePrincipalMappingCommandInput extends DescribePrincipalM
21
20
  */
22
21
  export interface DescribePrincipalMappingCommandOutput extends DescribePrincipalMappingResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribePrincipalMappingCommand_base: {
24
+ new (input: DescribePrincipalMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the processing of <code>PUT</code> and <code>DELETE</code> actions for
@@ -91,23 +94,5 @@ export interface DescribePrincipalMappingCommandOutput extends DescribePrincipal
91
94
  * <p>Base exception class for all service exceptions from Kendra service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribePrincipalMappingCommand extends $Command<DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
95
- readonly input: DescribePrincipalMappingCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribePrincipalMappingCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribePrincipalMappingCommand extends DescribePrincipalMappingCommand_base {
113
98
  }