@aws-sdk/client-kendra 3.337.0 → 3.338.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 (273) hide show
  1. package/dist-cjs/KendraClient.js +2 -1
  2. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +2 -1
  3. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +2 -1
  4. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +2 -1
  5. package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -1
  6. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +2 -1
  7. package/dist-cjs/commands/BatchPutDocumentCommand.js +2 -1
  8. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +2 -1
  9. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -1
  11. package/dist-cjs/commands/CreateExperienceCommand.js +2 -1
  12. package/dist-cjs/commands/CreateFaqCommand.js +2 -1
  13. package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +2 -1
  14. package/dist-cjs/commands/CreateIndexCommand.js +2 -1
  15. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +2 -1
  16. package/dist-cjs/commands/CreateThesaurusCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteExperienceCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteFaqCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteIndexCommand.js +2 -1
  22. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -1
  24. package/dist-cjs/commands/DeleteThesaurusCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeExperienceCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeFaqCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeIndexCommand.js +2 -1
  31. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +2 -1
  34. package/dist-cjs/commands/DescribeThesaurusCommand.js +2 -1
  35. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +2 -1
  36. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +2 -1
  37. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +2 -1
  38. package/dist-cjs/commands/GetSnapshotsCommand.js +2 -1
  39. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +2 -1
  40. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +2 -1
  41. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -1
  42. package/dist-cjs/commands/ListEntityPersonasCommand.js +2 -1
  43. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +2 -1
  44. package/dist-cjs/commands/ListExperiencesCommand.js +2 -1
  45. package/dist-cjs/commands/ListFaqsCommand.js +2 -1
  46. package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +2 -1
  47. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -1
  48. package/dist-cjs/commands/ListIndicesCommand.js +2 -1
  49. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +2 -1
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  51. package/dist-cjs/commands/ListThesauriCommand.js +2 -1
  52. package/dist-cjs/commands/PutPrincipalMappingCommand.js +2 -1
  53. package/dist-cjs/commands/QueryCommand.js +2 -1
  54. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +2 -1
  55. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +2 -1
  56. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -1
  57. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  58. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  59. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +2 -1
  60. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -1
  61. package/dist-cjs/commands/UpdateExperienceCommand.js +2 -1
  62. package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +2 -1
  63. package/dist-cjs/commands/UpdateIndexCommand.js +2 -1
  64. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateThesaurusCommand.js +2 -1
  67. package/dist-cjs/index.js +2 -2
  68. package/dist-cjs/models/KendraServiceException.js +2 -1
  69. package/dist-es/KendraClient.js +1 -0
  70. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +1 -0
  71. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +1 -0
  72. package/dist-es/commands/BatchDeleteDocumentCommand.js +1 -0
  73. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -0
  74. package/dist-es/commands/BatchGetDocumentStatusCommand.js +1 -0
  75. package/dist-es/commands/BatchPutDocumentCommand.js +1 -0
  76. package/dist-es/commands/ClearQuerySuggestionsCommand.js +1 -0
  77. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +1 -0
  78. package/dist-es/commands/CreateDataSourceCommand.js +1 -0
  79. package/dist-es/commands/CreateExperienceCommand.js +1 -0
  80. package/dist-es/commands/CreateFaqCommand.js +1 -0
  81. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +1 -0
  82. package/dist-es/commands/CreateIndexCommand.js +1 -0
  83. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +1 -0
  84. package/dist-es/commands/CreateThesaurusCommand.js +1 -0
  85. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +1 -0
  86. package/dist-es/commands/DeleteDataSourceCommand.js +1 -0
  87. package/dist-es/commands/DeleteExperienceCommand.js +1 -0
  88. package/dist-es/commands/DeleteFaqCommand.js +1 -0
  89. package/dist-es/commands/DeleteIndexCommand.js +1 -0
  90. package/dist-es/commands/DeletePrincipalMappingCommand.js +1 -0
  91. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -0
  92. package/dist-es/commands/DeleteThesaurusCommand.js +1 -0
  93. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +1 -0
  94. package/dist-es/commands/DescribeDataSourceCommand.js +1 -0
  95. package/dist-es/commands/DescribeExperienceCommand.js +1 -0
  96. package/dist-es/commands/DescribeFaqCommand.js +1 -0
  97. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +1 -0
  98. package/dist-es/commands/DescribeIndexCommand.js +1 -0
  99. package/dist-es/commands/DescribePrincipalMappingCommand.js +1 -0
  100. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -0
  101. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +1 -0
  102. package/dist-es/commands/DescribeThesaurusCommand.js +1 -0
  103. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +1 -0
  104. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +1 -0
  105. package/dist-es/commands/GetQuerySuggestionsCommand.js +1 -0
  106. package/dist-es/commands/GetSnapshotsCommand.js +1 -0
  107. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +1 -0
  108. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +1 -0
  109. package/dist-es/commands/ListDataSourcesCommand.js +1 -0
  110. package/dist-es/commands/ListEntityPersonasCommand.js +1 -0
  111. package/dist-es/commands/ListExperienceEntitiesCommand.js +1 -0
  112. package/dist-es/commands/ListExperiencesCommand.js +1 -0
  113. package/dist-es/commands/ListFaqsCommand.js +1 -0
  114. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +1 -0
  115. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -0
  116. package/dist-es/commands/ListIndicesCommand.js +1 -0
  117. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +1 -0
  118. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  119. package/dist-es/commands/ListThesauriCommand.js +1 -0
  120. package/dist-es/commands/PutPrincipalMappingCommand.js +1 -0
  121. package/dist-es/commands/QueryCommand.js +1 -0
  122. package/dist-es/commands/StartDataSourceSyncJobCommand.js +1 -0
  123. package/dist-es/commands/StopDataSourceSyncJobCommand.js +1 -0
  124. package/dist-es/commands/SubmitFeedbackCommand.js +1 -0
  125. package/dist-es/commands/TagResourceCommand.js +1 -0
  126. package/dist-es/commands/UntagResourceCommand.js +1 -0
  127. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +1 -0
  128. package/dist-es/commands/UpdateDataSourceCommand.js +1 -0
  129. package/dist-es/commands/UpdateExperienceCommand.js +1 -0
  130. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +1 -0
  131. package/dist-es/commands/UpdateIndexCommand.js +1 -0
  132. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -0
  133. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +1 -0
  134. package/dist-es/commands/UpdateThesaurusCommand.js +1 -0
  135. package/dist-es/index.js +2 -2
  136. package/dist-es/models/KendraServiceException.js +1 -0
  137. package/dist-types/KendraClient.d.ts +3 -3
  138. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +4 -0
  139. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -0
  140. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +4 -0
  141. package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -0
  142. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +4 -0
  143. package/dist-types/commands/BatchPutDocumentCommand.d.ts +4 -0
  144. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +4 -0
  145. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +4 -0
  146. package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
  147. package/dist-types/commands/CreateExperienceCommand.d.ts +4 -0
  148. package/dist-types/commands/CreateFaqCommand.d.ts +4 -0
  149. package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +4 -0
  150. package/dist-types/commands/CreateIndexCommand.d.ts +4 -0
  151. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -0
  152. package/dist-types/commands/CreateThesaurusCommand.d.ts +4 -0
  153. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -0
  154. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
  155. package/dist-types/commands/DeleteExperienceCommand.d.ts +4 -0
  156. package/dist-types/commands/DeleteFaqCommand.d.ts +4 -0
  157. package/dist-types/commands/DeleteIndexCommand.d.ts +4 -0
  158. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +4 -0
  159. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -0
  160. package/dist-types/commands/DeleteThesaurusCommand.d.ts +4 -0
  161. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -0
  162. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
  163. package/dist-types/commands/DescribeExperienceCommand.d.ts +4 -0
  164. package/dist-types/commands/DescribeFaqCommand.d.ts +4 -0
  165. package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -0
  166. package/dist-types/commands/DescribeIndexCommand.d.ts +4 -0
  167. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +4 -0
  168. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -0
  169. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -0
  170. package/dist-types/commands/DescribeThesaurusCommand.d.ts +4 -0
  171. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -0
  172. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -0
  173. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +4 -0
  174. package/dist-types/commands/GetSnapshotsCommand.d.ts +4 -0
  175. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +4 -0
  176. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +4 -0
  177. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
  178. package/dist-types/commands/ListEntityPersonasCommand.d.ts +4 -0
  179. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +4 -0
  180. package/dist-types/commands/ListExperiencesCommand.d.ts +4 -0
  181. package/dist-types/commands/ListFaqsCommand.d.ts +4 -0
  182. package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +4 -0
  183. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -0
  184. package/dist-types/commands/ListIndicesCommand.d.ts +4 -0
  185. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -0
  186. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  187. package/dist-types/commands/ListThesauriCommand.d.ts +4 -0
  188. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +4 -0
  189. package/dist-types/commands/QueryCommand.d.ts +4 -0
  190. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -0
  191. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +4 -0
  192. package/dist-types/commands/SubmitFeedbackCommand.d.ts +4 -0
  193. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  194. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  195. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -0
  196. package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
  197. package/dist-types/commands/UpdateExperienceCommand.d.ts +4 -0
  198. package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -0
  199. package/dist-types/commands/UpdateIndexCommand.d.ts +4 -0
  200. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -0
  201. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -0
  202. package/dist-types/commands/UpdateThesaurusCommand.d.ts +4 -0
  203. package/dist-types/index.d.ts +7 -2
  204. package/dist-types/models/KendraServiceException.d.ts +1 -0
  205. package/dist-types/ts3.4/KendraClient.d.ts +3 -3
  206. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/index.d.ts +2 -2
  272. package/dist-types/ts3.4/models/KendraServiceException.d.ts +1 -0
  273. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DeleteThesaurusRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeAccessControlConfigurationRequest, DescribeAccessControlConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeFeaturedResultsSetRequest, DescribeFeaturedResultsSetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribePrincipalMappingRequest, DescribePrincipalMappingResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeQuerySuggestionsBlockListRequest, DescribeQuerySuggestionsBlockListResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeQuerySuggestionsConfigRequest, DescribeQuerySuggestionsConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DescribeThesaurusRequest, DescribeThesaurusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DisassociateEntitiesFromExperienceRequest, DisassociateEntitiesFromExperienceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { DisassociatePersonasFromEntitiesRequest, DisassociatePersonasFromEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -4,6 +4,10 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { GetQuerySuggestionsResponse } from "../models/models_0";
6
6
  import { GetQuerySuggestionsRequest } from "../models/models_1";
7
+ /**
8
+ * @public
9
+ */
10
+ export { __MetadataBearer, $Command };
7
11
  /**
8
12
  * @public
9
13
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListAccessControlConfigurationsRequest, ListAccessControlConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListFeaturedResultsSetsRequest, ListFeaturedResultsSetsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListGroupsOlderThanOrderingIdRequest, ListGroupsOlderThanOrderingIdResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListQuerySuggestionsBlockListsRequest, ListQuerySuggestionsBlockListsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { ListThesauriRequest, ListThesauriResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { PutPrincipalMappingRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { QueryRequest, QueryResult } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { StopDataSourceSyncJobRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { SubmitFeedbackRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateDataSourceRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateExperienceRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateFeaturedResultsSetRequest, UpdateFeaturedResultsSetResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateIndexRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateQuerySuggestionsBlockListRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateQuerySuggestionsConfigRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
5
5
  import { UpdateThesaurusRequest } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./Kendra";
1
+ /**
2
+ * <p>Amazon Kendra is a service for indexing large document sets.</p>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./KendraClient";
7
+ export * from "./Kendra";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { KendraServiceException } from "./models/KendraServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -308,6 +308,7 @@ import {
308
308
  ClientResolvedEndpointParameters,
309
309
  EndpointParameters,
310
310
  } from "./endpoint/EndpointParameters";
311
+ export { __Client };
311
312
  export type ServiceInputTypes =
312
313
  | AssociateEntitiesToExperienceCommandInput
313
314
  | AssociatePersonasToEntitiesCommandInput
@@ -464,7 +465,7 @@ export interface ClientDefaults
464
465
  logger?: __Logger;
465
466
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
466
467
  }
467
- type KendraClientConfigType = Partial<
468
+ export type KendraClientConfigType = Partial<
468
469
  __SmithyConfiguration<__HttpHandlerOptions>
469
470
  > &
470
471
  ClientDefaults &
@@ -476,7 +477,7 @@ type KendraClientConfigType = Partial<
476
477
  UserAgentInputConfig &
477
478
  ClientInputEndpointParameters;
478
479
  export interface KendraClientConfig extends KendraClientConfigType {}
479
- type KendraClientResolvedConfigType =
480
+ export type KendraClientResolvedConfigType =
480
481
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
481
482
  Required<ClientDefaults> &
482
483
  RegionResolvedConfig &
@@ -498,4 +499,3 @@ export declare class KendraClient extends __Client<
498
499
  constructor(configuration: KendraClientConfig);
499
500
  destroy(): void;
500
501
  }
501
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateEntitiesToExperienceRequest,
16
16
  AssociateEntitiesToExperienceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateEntitiesToExperienceCommandInput
19
20
  extends AssociateEntitiesToExperienceRequest {}
20
21
  export interface AssociateEntitiesToExperienceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  AssociatePersonasToEntitiesRequest,
16
16
  AssociatePersonasToEntitiesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociatePersonasToEntitiesCommandInput
19
20
  extends AssociatePersonasToEntitiesRequest {}
20
21
  export interface AssociatePersonasToEntitiesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDeleteDocumentRequest,
16
16
  BatchDeleteDocumentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDeleteDocumentCommandInput
19
20
  extends BatchDeleteDocumentRequest {}
20
21
  export interface BatchDeleteDocumentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDeleteFeaturedResultsSetRequest,
16
16
  BatchDeleteFeaturedResultsSetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDeleteFeaturedResultsSetCommandInput
19
20
  extends BatchDeleteFeaturedResultsSetRequest {}
20
21
  export interface BatchDeleteFeaturedResultsSetCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetDocumentStatusRequest,
16
16
  BatchGetDocumentStatusResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetDocumentStatusCommandInput
19
20
  extends BatchGetDocumentStatusRequest {}
20
21
  export interface BatchGetDocumentStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchPutDocumentRequest,
16
16
  BatchPutDocumentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
19
20
  export interface BatchPutDocumentCommandOutput
20
21
  extends BatchPutDocumentResponse,