@aws-sdk/client-kendra 3.927.0 → 3.929.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 (90) hide show
  1. package/dist-cjs/index.js +3378 -2940
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/KendraClient.js +2 -0
  4. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -9
  5. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -9
  7. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +3 -9
  8. package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -9
  9. package/dist-es/commands/BatchPutDocumentCommand.js +3 -9
  10. package/dist-es/commands/ClearQuerySuggestionsCommand.js +3 -9
  11. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  13. package/dist-es/commands/CreateExperienceCommand.js +3 -9
  14. package/dist-es/commands/CreateFaqCommand.js +3 -9
  15. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +3 -9
  16. package/dist-es/commands/CreateIndexCommand.js +3 -10
  17. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -9
  18. package/dist-es/commands/CreateThesaurusCommand.js +3 -9
  19. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  21. package/dist-es/commands/DeleteExperienceCommand.js +3 -9
  22. package/dist-es/commands/DeleteFaqCommand.js +3 -9
  23. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  24. package/dist-es/commands/DeletePrincipalMappingCommand.js +3 -9
  25. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +3 -9
  26. package/dist-es/commands/DeleteThesaurusCommand.js +3 -9
  27. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -9
  28. package/dist-es/commands/DescribeDataSourceCommand.js +3 -9
  29. package/dist-es/commands/DescribeExperienceCommand.js +3 -9
  30. package/dist-es/commands/DescribeFaqCommand.js +3 -9
  31. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +3 -9
  32. package/dist-es/commands/DescribeIndexCommand.js +3 -10
  33. package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -9
  34. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -9
  35. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -9
  36. package/dist-es/commands/DescribeThesaurusCommand.js +3 -9
  37. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -9
  38. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -9
  39. package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -9
  40. package/dist-es/commands/GetSnapshotsCommand.js +3 -9
  41. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -9
  42. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -9
  43. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  44. package/dist-es/commands/ListEntityPersonasCommand.js +3 -9
  45. package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -10
  46. package/dist-es/commands/ListExperiencesCommand.js +3 -9
  47. package/dist-es/commands/ListFaqsCommand.js +3 -9
  48. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +3 -9
  49. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -9
  50. package/dist-es/commands/ListIndicesCommand.js +3 -9
  51. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -9
  52. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  53. package/dist-es/commands/ListThesauriCommand.js +3 -9
  54. package/dist-es/commands/PutPrincipalMappingCommand.js +3 -9
  55. package/dist-es/commands/QueryCommand.js +3 -9
  56. package/dist-es/commands/RetrieveCommand.js +3 -9
  57. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -9
  58. package/dist-es/commands/StopDataSourceSyncJobCommand.js +3 -9
  59. package/dist-es/commands/SubmitFeedbackCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -9
  63. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  64. package/dist-es/commands/UpdateExperienceCommand.js +3 -9
  65. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +3 -9
  66. package/dist-es/commands/UpdateIndexCommand.js +3 -9
  67. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +3 -9
  68. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +3 -9
  69. package/dist-es/commands/UpdateThesaurusCommand.js +3 -9
  70. package/dist-es/models/models_0.js +0 -35
  71. package/dist-es/runtimeConfig.shared.js +7 -0
  72. package/dist-es/schemas/schemas_0.js +3248 -0
  73. package/dist-types/KendraClient.d.ts +10 -1
  74. package/dist-types/models/models_0.d.ts +0 -24
  75. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  76. package/dist-types/runtimeConfig.d.ts +1 -0
  77. package/dist-types/runtimeConfig.native.d.ts +1 -0
  78. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  79. package/dist-types/schemas/schemas_0.d.ts +463 -0
  80. package/dist-types/ts3.4/KendraClient.d.ts +4 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +0 -18
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +469 -0
  87. package/package.json +5 -6
  88. package/dist-es/protocols/Aws_json1_1.js +0 -2407
  89. package/dist-types/protocols/Aws_json1_1.d.ts +0 -596
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -797
@@ -1,797 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateEntitiesToExperienceCommandInput,
8
- AssociateEntitiesToExperienceCommandOutput,
9
- } from "../commands/AssociateEntitiesToExperienceCommand";
10
- import {
11
- AssociatePersonasToEntitiesCommandInput,
12
- AssociatePersonasToEntitiesCommandOutput,
13
- } from "../commands/AssociatePersonasToEntitiesCommand";
14
- import {
15
- BatchDeleteDocumentCommandInput,
16
- BatchDeleteDocumentCommandOutput,
17
- } from "../commands/BatchDeleteDocumentCommand";
18
- import {
19
- BatchDeleteFeaturedResultsSetCommandInput,
20
- BatchDeleteFeaturedResultsSetCommandOutput,
21
- } from "../commands/BatchDeleteFeaturedResultsSetCommand";
22
- import {
23
- BatchGetDocumentStatusCommandInput,
24
- BatchGetDocumentStatusCommandOutput,
25
- } from "../commands/BatchGetDocumentStatusCommand";
26
- import {
27
- BatchPutDocumentCommandInput,
28
- BatchPutDocumentCommandOutput,
29
- } from "../commands/BatchPutDocumentCommand";
30
- import {
31
- ClearQuerySuggestionsCommandInput,
32
- ClearQuerySuggestionsCommandOutput,
33
- } from "../commands/ClearQuerySuggestionsCommand";
34
- import {
35
- CreateAccessControlConfigurationCommandInput,
36
- CreateAccessControlConfigurationCommandOutput,
37
- } from "../commands/CreateAccessControlConfigurationCommand";
38
- import {
39
- CreateDataSourceCommandInput,
40
- CreateDataSourceCommandOutput,
41
- } from "../commands/CreateDataSourceCommand";
42
- import {
43
- CreateExperienceCommandInput,
44
- CreateExperienceCommandOutput,
45
- } from "../commands/CreateExperienceCommand";
46
- import {
47
- CreateFaqCommandInput,
48
- CreateFaqCommandOutput,
49
- } from "../commands/CreateFaqCommand";
50
- import {
51
- CreateFeaturedResultsSetCommandInput,
52
- CreateFeaturedResultsSetCommandOutput,
53
- } from "../commands/CreateFeaturedResultsSetCommand";
54
- import {
55
- CreateIndexCommandInput,
56
- CreateIndexCommandOutput,
57
- } from "../commands/CreateIndexCommand";
58
- import {
59
- CreateQuerySuggestionsBlockListCommandInput,
60
- CreateQuerySuggestionsBlockListCommandOutput,
61
- } from "../commands/CreateQuerySuggestionsBlockListCommand";
62
- import {
63
- CreateThesaurusCommandInput,
64
- CreateThesaurusCommandOutput,
65
- } from "../commands/CreateThesaurusCommand";
66
- import {
67
- DeleteAccessControlConfigurationCommandInput,
68
- DeleteAccessControlConfigurationCommandOutput,
69
- } from "../commands/DeleteAccessControlConfigurationCommand";
70
- import {
71
- DeleteDataSourceCommandInput,
72
- DeleteDataSourceCommandOutput,
73
- } from "../commands/DeleteDataSourceCommand";
74
- import {
75
- DeleteExperienceCommandInput,
76
- DeleteExperienceCommandOutput,
77
- } from "../commands/DeleteExperienceCommand";
78
- import {
79
- DeleteFaqCommandInput,
80
- DeleteFaqCommandOutput,
81
- } from "../commands/DeleteFaqCommand";
82
- import {
83
- DeleteIndexCommandInput,
84
- DeleteIndexCommandOutput,
85
- } from "../commands/DeleteIndexCommand";
86
- import {
87
- DeletePrincipalMappingCommandInput,
88
- DeletePrincipalMappingCommandOutput,
89
- } from "../commands/DeletePrincipalMappingCommand";
90
- import {
91
- DeleteQuerySuggestionsBlockListCommandInput,
92
- DeleteQuerySuggestionsBlockListCommandOutput,
93
- } from "../commands/DeleteQuerySuggestionsBlockListCommand";
94
- import {
95
- DeleteThesaurusCommandInput,
96
- DeleteThesaurusCommandOutput,
97
- } from "../commands/DeleteThesaurusCommand";
98
- import {
99
- DescribeAccessControlConfigurationCommandInput,
100
- DescribeAccessControlConfigurationCommandOutput,
101
- } from "../commands/DescribeAccessControlConfigurationCommand";
102
- import {
103
- DescribeDataSourceCommandInput,
104
- DescribeDataSourceCommandOutput,
105
- } from "../commands/DescribeDataSourceCommand";
106
- import {
107
- DescribeExperienceCommandInput,
108
- DescribeExperienceCommandOutput,
109
- } from "../commands/DescribeExperienceCommand";
110
- import {
111
- DescribeFaqCommandInput,
112
- DescribeFaqCommandOutput,
113
- } from "../commands/DescribeFaqCommand";
114
- import {
115
- DescribeFeaturedResultsSetCommandInput,
116
- DescribeFeaturedResultsSetCommandOutput,
117
- } from "../commands/DescribeFeaturedResultsSetCommand";
118
- import {
119
- DescribeIndexCommandInput,
120
- DescribeIndexCommandOutput,
121
- } from "../commands/DescribeIndexCommand";
122
- import {
123
- DescribePrincipalMappingCommandInput,
124
- DescribePrincipalMappingCommandOutput,
125
- } from "../commands/DescribePrincipalMappingCommand";
126
- import {
127
- DescribeQuerySuggestionsBlockListCommandInput,
128
- DescribeQuerySuggestionsBlockListCommandOutput,
129
- } from "../commands/DescribeQuerySuggestionsBlockListCommand";
130
- import {
131
- DescribeQuerySuggestionsConfigCommandInput,
132
- DescribeQuerySuggestionsConfigCommandOutput,
133
- } from "../commands/DescribeQuerySuggestionsConfigCommand";
134
- import {
135
- DescribeThesaurusCommandInput,
136
- DescribeThesaurusCommandOutput,
137
- } from "../commands/DescribeThesaurusCommand";
138
- import {
139
- DisassociateEntitiesFromExperienceCommandInput,
140
- DisassociateEntitiesFromExperienceCommandOutput,
141
- } from "../commands/DisassociateEntitiesFromExperienceCommand";
142
- import {
143
- DisassociatePersonasFromEntitiesCommandInput,
144
- DisassociatePersonasFromEntitiesCommandOutput,
145
- } from "../commands/DisassociatePersonasFromEntitiesCommand";
146
- import {
147
- GetQuerySuggestionsCommandInput,
148
- GetQuerySuggestionsCommandOutput,
149
- } from "../commands/GetQuerySuggestionsCommand";
150
- import {
151
- GetSnapshotsCommandInput,
152
- GetSnapshotsCommandOutput,
153
- } from "../commands/GetSnapshotsCommand";
154
- import {
155
- ListAccessControlConfigurationsCommandInput,
156
- ListAccessControlConfigurationsCommandOutput,
157
- } from "../commands/ListAccessControlConfigurationsCommand";
158
- import {
159
- ListDataSourcesCommandInput,
160
- ListDataSourcesCommandOutput,
161
- } from "../commands/ListDataSourcesCommand";
162
- import {
163
- ListDataSourceSyncJobsCommandInput,
164
- ListDataSourceSyncJobsCommandOutput,
165
- } from "../commands/ListDataSourceSyncJobsCommand";
166
- import {
167
- ListEntityPersonasCommandInput,
168
- ListEntityPersonasCommandOutput,
169
- } from "../commands/ListEntityPersonasCommand";
170
- import {
171
- ListExperienceEntitiesCommandInput,
172
- ListExperienceEntitiesCommandOutput,
173
- } from "../commands/ListExperienceEntitiesCommand";
174
- import {
175
- ListExperiencesCommandInput,
176
- ListExperiencesCommandOutput,
177
- } from "../commands/ListExperiencesCommand";
178
- import {
179
- ListFaqsCommandInput,
180
- ListFaqsCommandOutput,
181
- } from "../commands/ListFaqsCommand";
182
- import {
183
- ListFeaturedResultsSetsCommandInput,
184
- ListFeaturedResultsSetsCommandOutput,
185
- } from "../commands/ListFeaturedResultsSetsCommand";
186
- import {
187
- ListGroupsOlderThanOrderingIdCommandInput,
188
- ListGroupsOlderThanOrderingIdCommandOutput,
189
- } from "../commands/ListGroupsOlderThanOrderingIdCommand";
190
- import {
191
- ListIndicesCommandInput,
192
- ListIndicesCommandOutput,
193
- } from "../commands/ListIndicesCommand";
194
- import {
195
- ListQuerySuggestionsBlockListsCommandInput,
196
- ListQuerySuggestionsBlockListsCommandOutput,
197
- } from "../commands/ListQuerySuggestionsBlockListsCommand";
198
- import {
199
- ListTagsForResourceCommandInput,
200
- ListTagsForResourceCommandOutput,
201
- } from "../commands/ListTagsForResourceCommand";
202
- import {
203
- ListThesauriCommandInput,
204
- ListThesauriCommandOutput,
205
- } from "../commands/ListThesauriCommand";
206
- import {
207
- PutPrincipalMappingCommandInput,
208
- PutPrincipalMappingCommandOutput,
209
- } from "../commands/PutPrincipalMappingCommand";
210
- import {
211
- QueryCommandInput,
212
- QueryCommandOutput,
213
- } from "../commands/QueryCommand";
214
- import {
215
- RetrieveCommandInput,
216
- RetrieveCommandOutput,
217
- } from "../commands/RetrieveCommand";
218
- import {
219
- StartDataSourceSyncJobCommandInput,
220
- StartDataSourceSyncJobCommandOutput,
221
- } from "../commands/StartDataSourceSyncJobCommand";
222
- import {
223
- StopDataSourceSyncJobCommandInput,
224
- StopDataSourceSyncJobCommandOutput,
225
- } from "../commands/StopDataSourceSyncJobCommand";
226
- import {
227
- SubmitFeedbackCommandInput,
228
- SubmitFeedbackCommandOutput,
229
- } from "../commands/SubmitFeedbackCommand";
230
- import {
231
- TagResourceCommandInput,
232
- TagResourceCommandOutput,
233
- } from "../commands/TagResourceCommand";
234
- import {
235
- UntagResourceCommandInput,
236
- UntagResourceCommandOutput,
237
- } from "../commands/UntagResourceCommand";
238
- import {
239
- UpdateAccessControlConfigurationCommandInput,
240
- UpdateAccessControlConfigurationCommandOutput,
241
- } from "../commands/UpdateAccessControlConfigurationCommand";
242
- import {
243
- UpdateDataSourceCommandInput,
244
- UpdateDataSourceCommandOutput,
245
- } from "../commands/UpdateDataSourceCommand";
246
- import {
247
- UpdateExperienceCommandInput,
248
- UpdateExperienceCommandOutput,
249
- } from "../commands/UpdateExperienceCommand";
250
- import {
251
- UpdateFeaturedResultsSetCommandInput,
252
- UpdateFeaturedResultsSetCommandOutput,
253
- } from "../commands/UpdateFeaturedResultsSetCommand";
254
- import {
255
- UpdateIndexCommandInput,
256
- UpdateIndexCommandOutput,
257
- } from "../commands/UpdateIndexCommand";
258
- import {
259
- UpdateQuerySuggestionsBlockListCommandInput,
260
- UpdateQuerySuggestionsBlockListCommandOutput,
261
- } from "../commands/UpdateQuerySuggestionsBlockListCommand";
262
- import {
263
- UpdateQuerySuggestionsConfigCommandInput,
264
- UpdateQuerySuggestionsConfigCommandOutput,
265
- } from "../commands/UpdateQuerySuggestionsConfigCommand";
266
- import {
267
- UpdateThesaurusCommandInput,
268
- UpdateThesaurusCommandOutput,
269
- } from "../commands/UpdateThesaurusCommand";
270
- export declare const se_AssociateEntitiesToExperienceCommand: (
271
- input: AssociateEntitiesToExperienceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_AssociatePersonasToEntitiesCommand: (
275
- input: AssociatePersonasToEntitiesCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_BatchDeleteDocumentCommand: (
279
- input: BatchDeleteDocumentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_BatchDeleteFeaturedResultsSetCommand: (
283
- input: BatchDeleteFeaturedResultsSetCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_BatchGetDocumentStatusCommand: (
287
- input: BatchGetDocumentStatusCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_BatchPutDocumentCommand: (
291
- input: BatchPutDocumentCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ClearQuerySuggestionsCommand: (
295
- input: ClearQuerySuggestionsCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateAccessControlConfigurationCommand: (
299
- input: CreateAccessControlConfigurationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateDataSourceCommand: (
303
- input: CreateDataSourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateExperienceCommand: (
307
- input: CreateExperienceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateFaqCommand: (
311
- input: CreateFaqCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateFeaturedResultsSetCommand: (
315
- input: CreateFeaturedResultsSetCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateIndexCommand: (
319
- input: CreateIndexCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateQuerySuggestionsBlockListCommand: (
323
- input: CreateQuerySuggestionsBlockListCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateThesaurusCommand: (
327
- input: CreateThesaurusCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteAccessControlConfigurationCommand: (
331
- input: DeleteAccessControlConfigurationCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteDataSourceCommand: (
335
- input: DeleteDataSourceCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteExperienceCommand: (
339
- input: DeleteExperienceCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteFaqCommand: (
343
- input: DeleteFaqCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteIndexCommand: (
347
- input: DeleteIndexCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeletePrincipalMappingCommand: (
351
- input: DeletePrincipalMappingCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteQuerySuggestionsBlockListCommand: (
355
- input: DeleteQuerySuggestionsBlockListCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteThesaurusCommand: (
359
- input: DeleteThesaurusCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DescribeAccessControlConfigurationCommand: (
363
- input: DescribeAccessControlConfigurationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DescribeDataSourceCommand: (
367
- input: DescribeDataSourceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DescribeExperienceCommand: (
371
- input: DescribeExperienceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DescribeFaqCommand: (
375
- input: DescribeFaqCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DescribeFeaturedResultsSetCommand: (
379
- input: DescribeFeaturedResultsSetCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DescribeIndexCommand: (
383
- input: DescribeIndexCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribePrincipalMappingCommand: (
387
- input: DescribePrincipalMappingCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeQuerySuggestionsBlockListCommand: (
391
- input: DescribeQuerySuggestionsBlockListCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeQuerySuggestionsConfigCommand: (
395
- input: DescribeQuerySuggestionsConfigCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeThesaurusCommand: (
399
- input: DescribeThesaurusCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DisassociateEntitiesFromExperienceCommand: (
403
- input: DisassociateEntitiesFromExperienceCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DisassociatePersonasFromEntitiesCommand: (
407
- input: DisassociatePersonasFromEntitiesCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetQuerySuggestionsCommand: (
411
- input: GetQuerySuggestionsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetSnapshotsCommand: (
415
- input: GetSnapshotsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListAccessControlConfigurationsCommand: (
419
- input: ListAccessControlConfigurationsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListDataSourcesCommand: (
423
- input: ListDataSourcesCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListDataSourceSyncJobsCommand: (
427
- input: ListDataSourceSyncJobsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListEntityPersonasCommand: (
431
- input: ListEntityPersonasCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListExperienceEntitiesCommand: (
435
- input: ListExperienceEntitiesCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListExperiencesCommand: (
439
- input: ListExperiencesCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListFaqsCommand: (
443
- input: ListFaqsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListFeaturedResultsSetsCommand: (
447
- input: ListFeaturedResultsSetsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListGroupsOlderThanOrderingIdCommand: (
451
- input: ListGroupsOlderThanOrderingIdCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListIndicesCommand: (
455
- input: ListIndicesCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ListQuerySuggestionsBlockListsCommand: (
459
- input: ListQuerySuggestionsBlockListsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListTagsForResourceCommand: (
463
- input: ListTagsForResourceCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListThesauriCommand: (
467
- input: ListThesauriCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_PutPrincipalMappingCommand: (
471
- input: PutPrincipalMappingCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_QueryCommand: (
475
- input: QueryCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_RetrieveCommand: (
479
- input: RetrieveCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_StartDataSourceSyncJobCommand: (
483
- input: StartDataSourceSyncJobCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_StopDataSourceSyncJobCommand: (
487
- input: StopDataSourceSyncJobCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_SubmitFeedbackCommand: (
491
- input: SubmitFeedbackCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_TagResourceCommand: (
495
- input: TagResourceCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_UntagResourceCommand: (
499
- input: UntagResourceCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_UpdateAccessControlConfigurationCommand: (
503
- input: UpdateAccessControlConfigurationCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_UpdateDataSourceCommand: (
507
- input: UpdateDataSourceCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_UpdateExperienceCommand: (
511
- input: UpdateExperienceCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_UpdateFeaturedResultsSetCommand: (
515
- input: UpdateFeaturedResultsSetCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_UpdateIndexCommand: (
519
- input: UpdateIndexCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_UpdateQuerySuggestionsBlockListCommand: (
523
- input: UpdateQuerySuggestionsBlockListCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_UpdateQuerySuggestionsConfigCommand: (
527
- input: UpdateQuerySuggestionsConfigCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_UpdateThesaurusCommand: (
531
- input: UpdateThesaurusCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const de_AssociateEntitiesToExperienceCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<AssociateEntitiesToExperienceCommandOutput>;
538
- export declare const de_AssociatePersonasToEntitiesCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<AssociatePersonasToEntitiesCommandOutput>;
542
- export declare const de_BatchDeleteDocumentCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<BatchDeleteDocumentCommandOutput>;
546
- export declare const de_BatchDeleteFeaturedResultsSetCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<BatchDeleteFeaturedResultsSetCommandOutput>;
550
- export declare const de_BatchGetDocumentStatusCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<BatchGetDocumentStatusCommandOutput>;
554
- export declare const de_BatchPutDocumentCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<BatchPutDocumentCommandOutput>;
558
- export declare const de_ClearQuerySuggestionsCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ClearQuerySuggestionsCommandOutput>;
562
- export declare const de_CreateAccessControlConfigurationCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<CreateAccessControlConfigurationCommandOutput>;
566
- export declare const de_CreateDataSourceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<CreateDataSourceCommandOutput>;
570
- export declare const de_CreateExperienceCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<CreateExperienceCommandOutput>;
574
- export declare const de_CreateFaqCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CreateFaqCommandOutput>;
578
- export declare const de_CreateFeaturedResultsSetCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateFeaturedResultsSetCommandOutput>;
582
- export declare const de_CreateIndexCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateIndexCommandOutput>;
586
- export declare const de_CreateQuerySuggestionsBlockListCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateQuerySuggestionsBlockListCommandOutput>;
590
- export declare const de_CreateThesaurusCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateThesaurusCommandOutput>;
594
- export declare const de_DeleteAccessControlConfigurationCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DeleteAccessControlConfigurationCommandOutput>;
598
- export declare const de_DeleteDataSourceCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<DeleteDataSourceCommandOutput>;
602
- export declare const de_DeleteExperienceCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<DeleteExperienceCommandOutput>;
606
- export declare const de_DeleteFaqCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DeleteFaqCommandOutput>;
610
- export declare const de_DeleteIndexCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteIndexCommandOutput>;
614
- export declare const de_DeletePrincipalMappingCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeletePrincipalMappingCommandOutput>;
618
- export declare const de_DeleteQuerySuggestionsBlockListCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteQuerySuggestionsBlockListCommandOutput>;
622
- export declare const de_DeleteThesaurusCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DeleteThesaurusCommandOutput>;
626
- export declare const de_DescribeAccessControlConfigurationCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DescribeAccessControlConfigurationCommandOutput>;
630
- export declare const de_DescribeDataSourceCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DescribeDataSourceCommandOutput>;
634
- export declare const de_DescribeExperienceCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DescribeExperienceCommandOutput>;
638
- export declare const de_DescribeFaqCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DescribeFaqCommandOutput>;
642
- export declare const de_DescribeFeaturedResultsSetCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DescribeFeaturedResultsSetCommandOutput>;
646
- export declare const de_DescribeIndexCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DescribeIndexCommandOutput>;
650
- export declare const de_DescribePrincipalMappingCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DescribePrincipalMappingCommandOutput>;
654
- export declare const de_DescribeQuerySuggestionsBlockListCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribeQuerySuggestionsBlockListCommandOutput>;
658
- export declare const de_DescribeQuerySuggestionsConfigCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeQuerySuggestionsConfigCommandOutput>;
662
- export declare const de_DescribeThesaurusCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeThesaurusCommandOutput>;
666
- export declare const de_DisassociateEntitiesFromExperienceCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DisassociateEntitiesFromExperienceCommandOutput>;
670
- export declare const de_DisassociatePersonasFromEntitiesCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DisassociatePersonasFromEntitiesCommandOutput>;
674
- export declare const de_GetQuerySuggestionsCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<GetQuerySuggestionsCommandOutput>;
678
- export declare const de_GetSnapshotsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetSnapshotsCommandOutput>;
682
- export declare const de_ListAccessControlConfigurationsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<ListAccessControlConfigurationsCommandOutput>;
686
- export declare const de_ListDataSourcesCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<ListDataSourcesCommandOutput>;
690
- export declare const de_ListDataSourceSyncJobsCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<ListDataSourceSyncJobsCommandOutput>;
694
- export declare const de_ListEntityPersonasCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<ListEntityPersonasCommandOutput>;
698
- export declare const de_ListExperienceEntitiesCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<ListExperienceEntitiesCommandOutput>;
702
- export declare const de_ListExperiencesCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<ListExperiencesCommandOutput>;
706
- export declare const de_ListFaqsCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<ListFaqsCommandOutput>;
710
- export declare const de_ListFeaturedResultsSetsCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ListFeaturedResultsSetsCommandOutput>;
714
- export declare const de_ListGroupsOlderThanOrderingIdCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ListGroupsOlderThanOrderingIdCommandOutput>;
718
- export declare const de_ListIndicesCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ListIndicesCommandOutput>;
722
- export declare const de_ListQuerySuggestionsBlockListsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListQuerySuggestionsBlockListsCommandOutput>;
726
- export declare const de_ListTagsForResourceCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ListTagsForResourceCommandOutput>;
730
- export declare const de_ListThesauriCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListThesauriCommandOutput>;
734
- export declare const de_PutPrincipalMappingCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<PutPrincipalMappingCommandOutput>;
738
- export declare const de_QueryCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<QueryCommandOutput>;
742
- export declare const de_RetrieveCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<RetrieveCommandOutput>;
746
- export declare const de_StartDataSourceSyncJobCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<StartDataSourceSyncJobCommandOutput>;
750
- export declare const de_StopDataSourceSyncJobCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<StopDataSourceSyncJobCommandOutput>;
754
- export declare const de_SubmitFeedbackCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<SubmitFeedbackCommandOutput>;
758
- export declare const de_TagResourceCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<TagResourceCommandOutput>;
762
- export declare const de_UntagResourceCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<UntagResourceCommandOutput>;
766
- export declare const de_UpdateAccessControlConfigurationCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<UpdateAccessControlConfigurationCommandOutput>;
770
- export declare const de_UpdateDataSourceCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<UpdateDataSourceCommandOutput>;
774
- export declare const de_UpdateExperienceCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<UpdateExperienceCommandOutput>;
778
- export declare const de_UpdateFeaturedResultsSetCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<UpdateFeaturedResultsSetCommandOutput>;
782
- export declare const de_UpdateIndexCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<UpdateIndexCommandOutput>;
786
- export declare const de_UpdateQuerySuggestionsBlockListCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<UpdateQuerySuggestionsBlockListCommandOutput>;
790
- export declare const de_UpdateQuerySuggestionsConfigCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<UpdateQuerySuggestionsConfigCommandOutput>;
794
- export declare const de_UpdateThesaurusCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<UpdateThesaurusCommandOutput>;