@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
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateEntitiesFromExperienceCommand, se_DisassociateEntitiesFromExperienceCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DisassociateEntitiesFromExperienceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociatePersonasFromEntitiesCommand, se_DisassociatePersonasFromEntitiesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DisassociatePersonasFromEntitiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetQuerySuggestionsCommand, se_GetQuerySuggestionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetQuerySuggestionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSnapshotsCommand, se_GetSnapshotsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSnapshotsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAccessControlConfigurationsCommand, se_ListAccessControlConfigurationsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListAccessControlConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDataSourceSyncJobsCommand, se_ListDataSourceSyncJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDataSourceSyncJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDataSourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEntityPersonasCommand, se_ListEntityPersonasCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListEntityPersonasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListExperienceEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListExperienceEntitiesCommand, se_ListExperienceEntitiesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListExperienceEntitiesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListExperiencesCommand, se_ListExperiencesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListExperiencesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFaqsCommand, se_ListFaqsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListFaqsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFeaturedResultsSetsCommand, se_ListFeaturedResultsSetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListFeaturedResultsSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListGroupsOlderThanOrderingIdCommand, se_ListGroupsOlderThanOrderingIdCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListGroupsOlderThanOrderingIdCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListIndicesCommand, se_ListIndicesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListIndicesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListQuerySuggestionsBlockListsCommand, se_ListQuerySuggestionsBlockListsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListQuerySuggestionsBlockListsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListThesauriCommand, se_ListThesauriCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListThesauriCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutPrincipalMappingCommand, se_PutPrincipalMappingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutPrincipalMappingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class QueryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDataSourceSyncJobCommand, se_StartDataSourceSyncJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartDataSourceSyncJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopDataSourceSyncJobCommand, se_StopDataSourceSyncJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopDataSourceSyncJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SubmitFeedbackCommand, se_SubmitFeedbackCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SubmitFeedbackCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateAccessControlConfigurationCommand, se_UpdateAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateAccessControlConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDataSourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateExperienceCommand, se_UpdateExperienceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateExperienceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFeaturedResultsSetCommand, se_UpdateFeaturedResultsSetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateFeaturedResultsSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateIndexCommand, se_UpdateIndexCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateIndexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateQuerySuggestionsBlockListCommand, se_UpdateQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateQuerySuggestionsBlockListCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateQuerySuggestionsConfigCommand, se_UpdateQuerySuggestionsConfigCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateQuerySuggestionsConfigCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateThesaurusCommand, se_UpdateThesaurusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateThesaurusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Kendra";
2
1
  export * from "./KendraClient";
2
+ export * from "./Kendra";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { KendraServiceException } from "./models/KendraServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class KendraServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -74,6 +74,7 @@ import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBloc
74
74
  import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
75
75
  import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
76
76
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
77
+ export { __Client };
77
78
  /**
78
79
  * @public
79
80
  */
@@ -188,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
188
189
  /**
189
190
  * @public
190
191
  */
191
- type KendraClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
192
+ export type KendraClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
192
193
  /**
193
194
  * @public
194
195
  *
@@ -199,7 +200,7 @@ export interface KendraClientConfig extends KendraClientConfigType {
199
200
  /**
200
201
  * @public
201
202
  */
202
- type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
203
+ export type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
203
204
  /**
204
205
  * @public
205
206
  *
@@ -224,4 +225,3 @@ export declare class KendraClient extends __Client<__HttpHandlerOptions, Service
224
225
  */
225
226
  destroy(): void;
226
227
  }
227
- export {};
@@ -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 { AssociateEntitiesToExperienceRequest, AssociateEntitiesToExperienceResponse } 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 { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } 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 { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } 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 { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse } 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 { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } 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 { BatchPutDocumentRequest, BatchPutDocumentResponse } 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 { ClearQuerySuggestionsRequest } 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 { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } 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 { CreateDataSourceRequest, CreateDataSourceResponse } 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 { CreateExperienceRequest, CreateExperienceResponse } 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 { CreateFaqRequest, CreateFaqResponse } 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 { CreateFeaturedResultsSetRequest, CreateFeaturedResultsSetResponse } 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 { CreateIndexRequest, CreateIndexResponse } 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 { CreateQuerySuggestionsBlockListRequest, CreateQuerySuggestionsBlockListResponse } 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 { CreateThesaurusRequest, CreateThesaurusResponse } 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 { DeleteAccessControlConfigurationRequest, DeleteAccessControlConfigurationResponse } 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 { DeleteDataSourceRequest } 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 { DeleteExperienceRequest, DeleteExperienceResponse } 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 { DeleteFaqRequest } 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 { DeleteIndexRequest } 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 { DeletePrincipalMappingRequest } 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 { DeleteQuerySuggestionsBlockListRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *