@aws-sdk/client-wisdom 3.928.0 → 3.930.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 (65) hide show
  1. package/dist-cjs/index.js +1907 -2026
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WisdomClient.js +2 -0
  4. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
  5. package/dist-es/commands/CreateAssistantCommand.js +3 -9
  6. package/dist-es/commands/CreateContentCommand.js +3 -10
  7. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -9
  8. package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
  9. package/dist-es/commands/CreateSessionCommand.js +3 -9
  10. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
  11. package/dist-es/commands/DeleteAssistantCommand.js +3 -9
  12. package/dist-es/commands/DeleteContentCommand.js +3 -9
  13. package/dist-es/commands/DeleteImportJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
  15. package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
  16. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
  17. package/dist-es/commands/GetAssistantCommand.js +3 -9
  18. package/dist-es/commands/GetContentCommand.js +3 -10
  19. package/dist-es/commands/GetContentSummaryCommand.js +3 -9
  20. package/dist-es/commands/GetImportJobCommand.js +3 -10
  21. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -9
  22. package/dist-es/commands/GetQuickResponseCommand.js +3 -10
  23. package/dist-es/commands/GetRecommendationsCommand.js +3 -10
  24. package/dist-es/commands/GetSessionCommand.js +3 -9
  25. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
  26. package/dist-es/commands/ListAssistantsCommand.js +3 -9
  27. package/dist-es/commands/ListContentsCommand.js +3 -9
  28. package/dist-es/commands/ListImportJobsCommand.js +3 -9
  29. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -9
  30. package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  32. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
  33. package/dist-es/commands/QueryAssistantCommand.js +3 -10
  34. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
  35. package/dist-es/commands/SearchContentCommand.js +3 -9
  36. package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
  37. package/dist-es/commands/SearchSessionsCommand.js +3 -9
  38. package/dist-es/commands/StartContentUploadCommand.js +3 -10
  39. package/dist-es/commands/StartImportJobCommand.js +3 -10
  40. package/dist-es/commands/TagResourceCommand.js +3 -9
  41. package/dist-es/commands/UntagResourceCommand.js +3 -9
  42. package/dist-es/commands/UpdateContentCommand.js +3 -10
  43. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -9
  44. package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
  45. package/dist-es/models/models_0.js +0 -223
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-es/schemas/schemas_0.js +1812 -0
  48. package/dist-types/WisdomClient.d.ts +10 -1
  49. package/dist-types/models/models_0.d.ts +28 -139
  50. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  51. package/dist-types/runtimeConfig.d.ts +1 -0
  52. package/dist-types/runtimeConfig.native.d.ts +1 -0
  53. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  54. package/dist-types/schemas/schemas_0.d.ts +215 -0
  55. package/dist-types/ts3.4/WisdomClient.d.ts +4 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +0 -107
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +222 -0
  62. package/package.json +33 -34
  63. package/dist-es/protocols/Aws_restJson1.js +0 -1466
  64. package/dist-types/protocols/Aws_restJson1.d.ts +0 -371
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -497
@@ -1,497 +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
- CreateAssistantAssociationCommandInput,
8
- CreateAssistantAssociationCommandOutput,
9
- } from "../commands/CreateAssistantAssociationCommand";
10
- import {
11
- CreateAssistantCommandInput,
12
- CreateAssistantCommandOutput,
13
- } from "../commands/CreateAssistantCommand";
14
- import {
15
- CreateContentCommandInput,
16
- CreateContentCommandOutput,
17
- } from "../commands/CreateContentCommand";
18
- import {
19
- CreateKnowledgeBaseCommandInput,
20
- CreateKnowledgeBaseCommandOutput,
21
- } from "../commands/CreateKnowledgeBaseCommand";
22
- import {
23
- CreateQuickResponseCommandInput,
24
- CreateQuickResponseCommandOutput,
25
- } from "../commands/CreateQuickResponseCommand";
26
- import {
27
- CreateSessionCommandInput,
28
- CreateSessionCommandOutput,
29
- } from "../commands/CreateSessionCommand";
30
- import {
31
- DeleteAssistantAssociationCommandInput,
32
- DeleteAssistantAssociationCommandOutput,
33
- } from "../commands/DeleteAssistantAssociationCommand";
34
- import {
35
- DeleteAssistantCommandInput,
36
- DeleteAssistantCommandOutput,
37
- } from "../commands/DeleteAssistantCommand";
38
- import {
39
- DeleteContentCommandInput,
40
- DeleteContentCommandOutput,
41
- } from "../commands/DeleteContentCommand";
42
- import {
43
- DeleteImportJobCommandInput,
44
- DeleteImportJobCommandOutput,
45
- } from "../commands/DeleteImportJobCommand";
46
- import {
47
- DeleteKnowledgeBaseCommandInput,
48
- DeleteKnowledgeBaseCommandOutput,
49
- } from "../commands/DeleteKnowledgeBaseCommand";
50
- import {
51
- DeleteQuickResponseCommandInput,
52
- DeleteQuickResponseCommandOutput,
53
- } from "../commands/DeleteQuickResponseCommand";
54
- import {
55
- GetAssistantAssociationCommandInput,
56
- GetAssistantAssociationCommandOutput,
57
- } from "../commands/GetAssistantAssociationCommand";
58
- import {
59
- GetAssistantCommandInput,
60
- GetAssistantCommandOutput,
61
- } from "../commands/GetAssistantCommand";
62
- import {
63
- GetContentCommandInput,
64
- GetContentCommandOutput,
65
- } from "../commands/GetContentCommand";
66
- import {
67
- GetContentSummaryCommandInput,
68
- GetContentSummaryCommandOutput,
69
- } from "../commands/GetContentSummaryCommand";
70
- import {
71
- GetImportJobCommandInput,
72
- GetImportJobCommandOutput,
73
- } from "../commands/GetImportJobCommand";
74
- import {
75
- GetKnowledgeBaseCommandInput,
76
- GetKnowledgeBaseCommandOutput,
77
- } from "../commands/GetKnowledgeBaseCommand";
78
- import {
79
- GetQuickResponseCommandInput,
80
- GetQuickResponseCommandOutput,
81
- } from "../commands/GetQuickResponseCommand";
82
- import {
83
- GetRecommendationsCommandInput,
84
- GetRecommendationsCommandOutput,
85
- } from "../commands/GetRecommendationsCommand";
86
- import {
87
- GetSessionCommandInput,
88
- GetSessionCommandOutput,
89
- } from "../commands/GetSessionCommand";
90
- import {
91
- ListAssistantAssociationsCommandInput,
92
- ListAssistantAssociationsCommandOutput,
93
- } from "../commands/ListAssistantAssociationsCommand";
94
- import {
95
- ListAssistantsCommandInput,
96
- ListAssistantsCommandOutput,
97
- } from "../commands/ListAssistantsCommand";
98
- import {
99
- ListContentsCommandInput,
100
- ListContentsCommandOutput,
101
- } from "../commands/ListContentsCommand";
102
- import {
103
- ListImportJobsCommandInput,
104
- ListImportJobsCommandOutput,
105
- } from "../commands/ListImportJobsCommand";
106
- import {
107
- ListKnowledgeBasesCommandInput,
108
- ListKnowledgeBasesCommandOutput,
109
- } from "../commands/ListKnowledgeBasesCommand";
110
- import {
111
- ListQuickResponsesCommandInput,
112
- ListQuickResponsesCommandOutput,
113
- } from "../commands/ListQuickResponsesCommand";
114
- import {
115
- ListTagsForResourceCommandInput,
116
- ListTagsForResourceCommandOutput,
117
- } from "../commands/ListTagsForResourceCommand";
118
- import {
119
- NotifyRecommendationsReceivedCommandInput,
120
- NotifyRecommendationsReceivedCommandOutput,
121
- } from "../commands/NotifyRecommendationsReceivedCommand";
122
- import {
123
- QueryAssistantCommandInput,
124
- QueryAssistantCommandOutput,
125
- } from "../commands/QueryAssistantCommand";
126
- import {
127
- RemoveKnowledgeBaseTemplateUriCommandInput,
128
- RemoveKnowledgeBaseTemplateUriCommandOutput,
129
- } from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
130
- import {
131
- SearchContentCommandInput,
132
- SearchContentCommandOutput,
133
- } from "../commands/SearchContentCommand";
134
- import {
135
- SearchQuickResponsesCommandInput,
136
- SearchQuickResponsesCommandOutput,
137
- } from "../commands/SearchQuickResponsesCommand";
138
- import {
139
- SearchSessionsCommandInput,
140
- SearchSessionsCommandOutput,
141
- } from "../commands/SearchSessionsCommand";
142
- import {
143
- StartContentUploadCommandInput,
144
- StartContentUploadCommandOutput,
145
- } from "../commands/StartContentUploadCommand";
146
- import {
147
- StartImportJobCommandInput,
148
- StartImportJobCommandOutput,
149
- } from "../commands/StartImportJobCommand";
150
- import {
151
- TagResourceCommandInput,
152
- TagResourceCommandOutput,
153
- } from "../commands/TagResourceCommand";
154
- import {
155
- UntagResourceCommandInput,
156
- UntagResourceCommandOutput,
157
- } from "../commands/UntagResourceCommand";
158
- import {
159
- UpdateContentCommandInput,
160
- UpdateContentCommandOutput,
161
- } from "../commands/UpdateContentCommand";
162
- import {
163
- UpdateKnowledgeBaseTemplateUriCommandInput,
164
- UpdateKnowledgeBaseTemplateUriCommandOutput,
165
- } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
166
- import {
167
- UpdateQuickResponseCommandInput,
168
- UpdateQuickResponseCommandOutput,
169
- } from "../commands/UpdateQuickResponseCommand";
170
- export declare const se_CreateAssistantCommand: (
171
- input: CreateAssistantCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateAssistantAssociationCommand: (
175
- input: CreateAssistantAssociationCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateContentCommand: (
179
- input: CreateContentCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateKnowledgeBaseCommand: (
183
- input: CreateKnowledgeBaseCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_CreateQuickResponseCommand: (
187
- input: CreateQuickResponseCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateSessionCommand: (
191
- input: CreateSessionCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteAssistantCommand: (
195
- input: DeleteAssistantCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteAssistantAssociationCommand: (
199
- input: DeleteAssistantAssociationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteContentCommand: (
203
- input: DeleteContentCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DeleteImportJobCommand: (
207
- input: DeleteImportJobCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DeleteKnowledgeBaseCommand: (
211
- input: DeleteKnowledgeBaseCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteQuickResponseCommand: (
215
- input: DeleteQuickResponseCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetAssistantCommand: (
219
- input: GetAssistantCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetAssistantAssociationCommand: (
223
- input: GetAssistantAssociationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetContentCommand: (
227
- input: GetContentCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetContentSummaryCommand: (
231
- input: GetContentSummaryCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetImportJobCommand: (
235
- input: GetImportJobCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetKnowledgeBaseCommand: (
239
- input: GetKnowledgeBaseCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetQuickResponseCommand: (
243
- input: GetQuickResponseCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetRecommendationsCommand: (
247
- input: GetRecommendationsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetSessionCommand: (
251
- input: GetSessionCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListAssistantAssociationsCommand: (
255
- input: ListAssistantAssociationsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListAssistantsCommand: (
259
- input: ListAssistantsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListContentsCommand: (
263
- input: ListContentsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListImportJobsCommand: (
267
- input: ListImportJobsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListKnowledgeBasesCommand: (
271
- input: ListKnowledgeBasesCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListQuickResponsesCommand: (
275
- input: ListQuickResponsesCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListTagsForResourceCommand: (
279
- input: ListTagsForResourceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_NotifyRecommendationsReceivedCommand: (
283
- input: NotifyRecommendationsReceivedCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_QueryAssistantCommand: (
287
- input: QueryAssistantCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (
291
- input: RemoveKnowledgeBaseTemplateUriCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_SearchContentCommand: (
295
- input: SearchContentCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_SearchQuickResponsesCommand: (
299
- input: SearchQuickResponsesCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_SearchSessionsCommand: (
303
- input: SearchSessionsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_StartContentUploadCommand: (
307
- input: StartContentUploadCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_StartImportJobCommand: (
311
- input: StartImportJobCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_TagResourceCommand: (
315
- input: TagResourceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_UntagResourceCommand: (
319
- input: UntagResourceCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_UpdateContentCommand: (
323
- input: UpdateContentCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (
327
- input: UpdateKnowledgeBaseTemplateUriCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_UpdateQuickResponseCommand: (
331
- input: UpdateQuickResponseCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const de_CreateAssistantCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<CreateAssistantCommandOutput>;
338
- export declare const de_CreateAssistantAssociationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<CreateAssistantAssociationCommandOutput>;
342
- export declare const de_CreateContentCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<CreateContentCommandOutput>;
346
- export declare const de_CreateKnowledgeBaseCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<CreateKnowledgeBaseCommandOutput>;
350
- export declare const de_CreateQuickResponseCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<CreateQuickResponseCommandOutput>;
354
- export declare const de_CreateSessionCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<CreateSessionCommandOutput>;
358
- export declare const de_DeleteAssistantCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DeleteAssistantCommandOutput>;
362
- export declare const de_DeleteAssistantAssociationCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DeleteAssistantAssociationCommandOutput>;
366
- export declare const de_DeleteContentCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DeleteContentCommandOutput>;
370
- export declare const de_DeleteImportJobCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DeleteImportJobCommandOutput>;
374
- export declare const de_DeleteKnowledgeBaseCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DeleteKnowledgeBaseCommandOutput>;
378
- export declare const de_DeleteQuickResponseCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DeleteQuickResponseCommandOutput>;
382
- export declare const de_GetAssistantCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetAssistantCommandOutput>;
386
- export declare const de_GetAssistantAssociationCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetAssistantAssociationCommandOutput>;
390
- export declare const de_GetContentCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetContentCommandOutput>;
394
- export declare const de_GetContentSummaryCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<GetContentSummaryCommandOutput>;
398
- export declare const de_GetImportJobCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<GetImportJobCommandOutput>;
402
- export declare const de_GetKnowledgeBaseCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<GetKnowledgeBaseCommandOutput>;
406
- export declare const de_GetQuickResponseCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<GetQuickResponseCommandOutput>;
410
- export declare const de_GetRecommendationsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<GetRecommendationsCommandOutput>;
414
- export declare const de_GetSessionCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<GetSessionCommandOutput>;
418
- export declare const de_ListAssistantAssociationsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListAssistantAssociationsCommandOutput>;
422
- export declare const de_ListAssistantsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListAssistantsCommandOutput>;
426
- export declare const de_ListContentsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<ListContentsCommandOutput>;
430
- export declare const de_ListImportJobsCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<ListImportJobsCommandOutput>;
434
- export declare const de_ListKnowledgeBasesCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListKnowledgeBasesCommandOutput>;
438
- export declare const de_ListQuickResponsesCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<ListQuickResponsesCommandOutput>;
442
- export declare const de_ListTagsForResourceCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<ListTagsForResourceCommandOutput>;
446
- export declare const de_NotifyRecommendationsReceivedCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<NotifyRecommendationsReceivedCommandOutput>;
450
- export declare const de_QueryAssistantCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<QueryAssistantCommandOutput>;
454
- export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
458
- export declare const de_SearchContentCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<SearchContentCommandOutput>;
462
- export declare const de_SearchQuickResponsesCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<SearchQuickResponsesCommandOutput>;
466
- export declare const de_SearchSessionsCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<SearchSessionsCommandOutput>;
470
- export declare const de_StartContentUploadCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<StartContentUploadCommandOutput>;
474
- export declare const de_StartImportJobCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<StartImportJobCommandOutput>;
478
- export declare const de_TagResourceCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<TagResourceCommandOutput>;
482
- export declare const de_UntagResourceCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<UntagResourceCommandOutput>;
486
- export declare const de_UpdateContentCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<UpdateContentCommandOutput>;
490
- export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
494
- export declare const de_UpdateQuickResponseCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<UpdateQuickResponseCommandOutput>;