@aws-sdk/client-qbusiness 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 (110) hide show
  1. package/dist-cjs/index.js +4259 -4204
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QBusinessClient.js +2 -0
  4. package/dist-es/commands/AssociatePermissionCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -9
  6. package/dist-es/commands/BatchPutDocumentCommand.js +3 -9
  7. package/dist-es/commands/CancelSubscriptionCommand.js +3 -9
  8. package/dist-es/commands/ChatCommand.js +3 -12
  9. package/dist-es/commands/ChatSyncCommand.js +3 -9
  10. package/dist-es/commands/CheckDocumentAccessCommand.js +3 -9
  11. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +3 -9
  12. package/dist-es/commands/CreateApplicationCommand.js +3 -10
  13. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateDataAccessorCommand.js +3 -10
  15. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  16. package/dist-es/commands/CreateIndexCommand.js +3 -9
  17. package/dist-es/commands/CreatePluginCommand.js +3 -10
  18. package/dist-es/commands/CreateRetrieverCommand.js +3 -9
  19. package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateWebExperienceCommand.js +3 -9
  22. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  23. package/dist-es/commands/DeleteAttachmentCommand.js +3 -9
  24. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/DeleteConversationCommand.js +3 -9
  27. package/dist-es/commands/DeleteDataAccessorCommand.js +3 -9
  28. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  29. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  31. package/dist-es/commands/DeletePluginCommand.js +3 -9
  32. package/dist-es/commands/DeleteRetrieverCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteWebExperienceCommand.js +3 -9
  35. package/dist-es/commands/DisassociatePermissionCommand.js +3 -9
  36. package/dist-es/commands/GetApplicationCommand.js +3 -10
  37. package/dist-es/commands/GetChatControlsConfigurationCommand.js +3 -9
  38. package/dist-es/commands/GetChatResponseConfigurationCommand.js +3 -9
  39. package/dist-es/commands/GetDataAccessorCommand.js +3 -10
  40. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  41. package/dist-es/commands/GetDocumentContentCommand.js +3 -9
  42. package/dist-es/commands/GetGroupCommand.js +3 -9
  43. package/dist-es/commands/GetIndexCommand.js +3 -9
  44. package/dist-es/commands/GetMediaCommand.js +3 -9
  45. package/dist-es/commands/GetPluginCommand.js +3 -10
  46. package/dist-es/commands/GetPolicyCommand.js +3 -9
  47. package/dist-es/commands/GetRetrieverCommand.js +3 -9
  48. package/dist-es/commands/GetUserCommand.js +3 -9
  49. package/dist-es/commands/GetWebExperienceCommand.js +3 -9
  50. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  51. package/dist-es/commands/ListAttachmentsCommand.js +3 -9
  52. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +3 -9
  53. package/dist-es/commands/ListConversationsCommand.js +3 -9
  54. package/dist-es/commands/ListDataAccessorsCommand.js +3 -10
  55. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -9
  56. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  57. package/dist-es/commands/ListDocumentsCommand.js +3 -9
  58. package/dist-es/commands/ListGroupsCommand.js +3 -9
  59. package/dist-es/commands/ListIndicesCommand.js +3 -9
  60. package/dist-es/commands/ListMessagesCommand.js +3 -9
  61. package/dist-es/commands/ListPluginActionsCommand.js +3 -9
  62. package/dist-es/commands/ListPluginTypeActionsCommand.js +3 -9
  63. package/dist-es/commands/ListPluginTypeMetadataCommand.js +3 -9
  64. package/dist-es/commands/ListPluginsCommand.js +3 -9
  65. package/dist-es/commands/ListRetrieversCommand.js +3 -9
  66. package/dist-es/commands/ListSubscriptionsCommand.js +3 -9
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  68. package/dist-es/commands/ListWebExperiencesCommand.js +3 -9
  69. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  70. package/dist-es/commands/PutGroupCommand.js +3 -9
  71. package/dist-es/commands/SearchRelevantContentCommand.js +3 -9
  72. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -9
  73. package/dist-es/commands/StopDataSourceSyncJobCommand.js +3 -9
  74. package/dist-es/commands/TagResourceCommand.js +3 -9
  75. package/dist-es/commands/UntagResourceCommand.js +3 -9
  76. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  77. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +3 -9
  79. package/dist-es/commands/UpdateDataAccessorCommand.js +3 -10
  80. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  81. package/dist-es/commands/UpdateIndexCommand.js +3 -9
  82. package/dist-es/commands/UpdatePluginCommand.js +3 -10
  83. package/dist-es/commands/UpdateRetrieverCommand.js +3 -9
  84. package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
  85. package/dist-es/commands/UpdateUserCommand.js +3 -9
  86. package/dist-es/commands/UpdateWebExperienceCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -77
  88. package/dist-es/models/models_1.js +0 -39
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4079 -0
  91. package/dist-types/QBusinessClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -48
  93. package/dist-types/models/models_1.d.ts +0 -20
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +485 -0
  99. package/dist-types/ts3.4/QBusinessClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -13
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +492 -0
  107. package/package.json +5 -6
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3464
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,1001 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- EventStreamSerdeContext as __EventStreamSerdeContext,
7
- SerdeContext as __SerdeContext,
8
- } from "@smithy/types";
9
- import {
10
- AssociatePermissionCommandInput,
11
- AssociatePermissionCommandOutput,
12
- } from "../commands/AssociatePermissionCommand";
13
- import {
14
- BatchDeleteDocumentCommandInput,
15
- BatchDeleteDocumentCommandOutput,
16
- } from "../commands/BatchDeleteDocumentCommand";
17
- import {
18
- BatchPutDocumentCommandInput,
19
- BatchPutDocumentCommandOutput,
20
- } from "../commands/BatchPutDocumentCommand";
21
- import {
22
- CancelSubscriptionCommandInput,
23
- CancelSubscriptionCommandOutput,
24
- } from "../commands/CancelSubscriptionCommand";
25
- import { ChatCommandInput, ChatCommandOutput } from "../commands/ChatCommand";
26
- import {
27
- ChatSyncCommandInput,
28
- ChatSyncCommandOutput,
29
- } from "../commands/ChatSyncCommand";
30
- import {
31
- CheckDocumentAccessCommandInput,
32
- CheckDocumentAccessCommandOutput,
33
- } from "../commands/CheckDocumentAccessCommand";
34
- import {
35
- CreateAnonymousWebExperienceUrlCommandInput,
36
- CreateAnonymousWebExperienceUrlCommandOutput,
37
- } from "../commands/CreateAnonymousWebExperienceUrlCommand";
38
- import {
39
- CreateApplicationCommandInput,
40
- CreateApplicationCommandOutput,
41
- } from "../commands/CreateApplicationCommand";
42
- import {
43
- CreateChatResponseConfigurationCommandInput,
44
- CreateChatResponseConfigurationCommandOutput,
45
- } from "../commands/CreateChatResponseConfigurationCommand";
46
- import {
47
- CreateDataAccessorCommandInput,
48
- CreateDataAccessorCommandOutput,
49
- } from "../commands/CreateDataAccessorCommand";
50
- import {
51
- CreateDataSourceCommandInput,
52
- CreateDataSourceCommandOutput,
53
- } from "../commands/CreateDataSourceCommand";
54
- import {
55
- CreateIndexCommandInput,
56
- CreateIndexCommandOutput,
57
- } from "../commands/CreateIndexCommand";
58
- import {
59
- CreatePluginCommandInput,
60
- CreatePluginCommandOutput,
61
- } from "../commands/CreatePluginCommand";
62
- import {
63
- CreateRetrieverCommandInput,
64
- CreateRetrieverCommandOutput,
65
- } from "../commands/CreateRetrieverCommand";
66
- import {
67
- CreateSubscriptionCommandInput,
68
- CreateSubscriptionCommandOutput,
69
- } from "../commands/CreateSubscriptionCommand";
70
- import {
71
- CreateUserCommandInput,
72
- CreateUserCommandOutput,
73
- } from "../commands/CreateUserCommand";
74
- import {
75
- CreateWebExperienceCommandInput,
76
- CreateWebExperienceCommandOutput,
77
- } from "../commands/CreateWebExperienceCommand";
78
- import {
79
- DeleteApplicationCommandInput,
80
- DeleteApplicationCommandOutput,
81
- } from "../commands/DeleteApplicationCommand";
82
- import {
83
- DeleteAttachmentCommandInput,
84
- DeleteAttachmentCommandOutput,
85
- } from "../commands/DeleteAttachmentCommand";
86
- import {
87
- DeleteChatControlsConfigurationCommandInput,
88
- DeleteChatControlsConfigurationCommandOutput,
89
- } from "../commands/DeleteChatControlsConfigurationCommand";
90
- import {
91
- DeleteChatResponseConfigurationCommandInput,
92
- DeleteChatResponseConfigurationCommandOutput,
93
- } from "../commands/DeleteChatResponseConfigurationCommand";
94
- import {
95
- DeleteConversationCommandInput,
96
- DeleteConversationCommandOutput,
97
- } from "../commands/DeleteConversationCommand";
98
- import {
99
- DeleteDataAccessorCommandInput,
100
- DeleteDataAccessorCommandOutput,
101
- } from "../commands/DeleteDataAccessorCommand";
102
- import {
103
- DeleteDataSourceCommandInput,
104
- DeleteDataSourceCommandOutput,
105
- } from "../commands/DeleteDataSourceCommand";
106
- import {
107
- DeleteGroupCommandInput,
108
- DeleteGroupCommandOutput,
109
- } from "../commands/DeleteGroupCommand";
110
- import {
111
- DeleteIndexCommandInput,
112
- DeleteIndexCommandOutput,
113
- } from "../commands/DeleteIndexCommand";
114
- import {
115
- DeletePluginCommandInput,
116
- DeletePluginCommandOutput,
117
- } from "../commands/DeletePluginCommand";
118
- import {
119
- DeleteRetrieverCommandInput,
120
- DeleteRetrieverCommandOutput,
121
- } from "../commands/DeleteRetrieverCommand";
122
- import {
123
- DeleteUserCommandInput,
124
- DeleteUserCommandOutput,
125
- } from "../commands/DeleteUserCommand";
126
- import {
127
- DeleteWebExperienceCommandInput,
128
- DeleteWebExperienceCommandOutput,
129
- } from "../commands/DeleteWebExperienceCommand";
130
- import {
131
- DisassociatePermissionCommandInput,
132
- DisassociatePermissionCommandOutput,
133
- } from "../commands/DisassociatePermissionCommand";
134
- import {
135
- GetApplicationCommandInput,
136
- GetApplicationCommandOutput,
137
- } from "../commands/GetApplicationCommand";
138
- import {
139
- GetChatControlsConfigurationCommandInput,
140
- GetChatControlsConfigurationCommandOutput,
141
- } from "../commands/GetChatControlsConfigurationCommand";
142
- import {
143
- GetChatResponseConfigurationCommandInput,
144
- GetChatResponseConfigurationCommandOutput,
145
- } from "../commands/GetChatResponseConfigurationCommand";
146
- import {
147
- GetDataAccessorCommandInput,
148
- GetDataAccessorCommandOutput,
149
- } from "../commands/GetDataAccessorCommand";
150
- import {
151
- GetDataSourceCommandInput,
152
- GetDataSourceCommandOutput,
153
- } from "../commands/GetDataSourceCommand";
154
- import {
155
- GetDocumentContentCommandInput,
156
- GetDocumentContentCommandOutput,
157
- } from "../commands/GetDocumentContentCommand";
158
- import {
159
- GetGroupCommandInput,
160
- GetGroupCommandOutput,
161
- } from "../commands/GetGroupCommand";
162
- import {
163
- GetIndexCommandInput,
164
- GetIndexCommandOutput,
165
- } from "../commands/GetIndexCommand";
166
- import {
167
- GetMediaCommandInput,
168
- GetMediaCommandOutput,
169
- } from "../commands/GetMediaCommand";
170
- import {
171
- GetPluginCommandInput,
172
- GetPluginCommandOutput,
173
- } from "../commands/GetPluginCommand";
174
- import {
175
- GetPolicyCommandInput,
176
- GetPolicyCommandOutput,
177
- } from "../commands/GetPolicyCommand";
178
- import {
179
- GetRetrieverCommandInput,
180
- GetRetrieverCommandOutput,
181
- } from "../commands/GetRetrieverCommand";
182
- import {
183
- GetUserCommandInput,
184
- GetUserCommandOutput,
185
- } from "../commands/GetUserCommand";
186
- import {
187
- GetWebExperienceCommandInput,
188
- GetWebExperienceCommandOutput,
189
- } from "../commands/GetWebExperienceCommand";
190
- import {
191
- ListApplicationsCommandInput,
192
- ListApplicationsCommandOutput,
193
- } from "../commands/ListApplicationsCommand";
194
- import {
195
- ListAttachmentsCommandInput,
196
- ListAttachmentsCommandOutput,
197
- } from "../commands/ListAttachmentsCommand";
198
- import {
199
- ListChatResponseConfigurationsCommandInput,
200
- ListChatResponseConfigurationsCommandOutput,
201
- } from "../commands/ListChatResponseConfigurationsCommand";
202
- import {
203
- ListConversationsCommandInput,
204
- ListConversationsCommandOutput,
205
- } from "../commands/ListConversationsCommand";
206
- import {
207
- ListDataAccessorsCommandInput,
208
- ListDataAccessorsCommandOutput,
209
- } from "../commands/ListDataAccessorsCommand";
210
- import {
211
- ListDataSourcesCommandInput,
212
- ListDataSourcesCommandOutput,
213
- } from "../commands/ListDataSourcesCommand";
214
- import {
215
- ListDataSourceSyncJobsCommandInput,
216
- ListDataSourceSyncJobsCommandOutput,
217
- } from "../commands/ListDataSourceSyncJobsCommand";
218
- import {
219
- ListDocumentsCommandInput,
220
- ListDocumentsCommandOutput,
221
- } from "../commands/ListDocumentsCommand";
222
- import {
223
- ListGroupsCommandInput,
224
- ListGroupsCommandOutput,
225
- } from "../commands/ListGroupsCommand";
226
- import {
227
- ListIndicesCommandInput,
228
- ListIndicesCommandOutput,
229
- } from "../commands/ListIndicesCommand";
230
- import {
231
- ListMessagesCommandInput,
232
- ListMessagesCommandOutput,
233
- } from "../commands/ListMessagesCommand";
234
- import {
235
- ListPluginActionsCommandInput,
236
- ListPluginActionsCommandOutput,
237
- } from "../commands/ListPluginActionsCommand";
238
- import {
239
- ListPluginsCommandInput,
240
- ListPluginsCommandOutput,
241
- } from "../commands/ListPluginsCommand";
242
- import {
243
- ListPluginTypeActionsCommandInput,
244
- ListPluginTypeActionsCommandOutput,
245
- } from "../commands/ListPluginTypeActionsCommand";
246
- import {
247
- ListPluginTypeMetadataCommandInput,
248
- ListPluginTypeMetadataCommandOutput,
249
- } from "../commands/ListPluginTypeMetadataCommand";
250
- import {
251
- ListRetrieversCommandInput,
252
- ListRetrieversCommandOutput,
253
- } from "../commands/ListRetrieversCommand";
254
- import {
255
- ListSubscriptionsCommandInput,
256
- ListSubscriptionsCommandOutput,
257
- } from "../commands/ListSubscriptionsCommand";
258
- import {
259
- ListTagsForResourceCommandInput,
260
- ListTagsForResourceCommandOutput,
261
- } from "../commands/ListTagsForResourceCommand";
262
- import {
263
- ListWebExperiencesCommandInput,
264
- ListWebExperiencesCommandOutput,
265
- } from "../commands/ListWebExperiencesCommand";
266
- import {
267
- PutFeedbackCommandInput,
268
- PutFeedbackCommandOutput,
269
- } from "../commands/PutFeedbackCommand";
270
- import {
271
- PutGroupCommandInput,
272
- PutGroupCommandOutput,
273
- } from "../commands/PutGroupCommand";
274
- import {
275
- SearchRelevantContentCommandInput,
276
- SearchRelevantContentCommandOutput,
277
- } from "../commands/SearchRelevantContentCommand";
278
- import {
279
- StartDataSourceSyncJobCommandInput,
280
- StartDataSourceSyncJobCommandOutput,
281
- } from "../commands/StartDataSourceSyncJobCommand";
282
- import {
283
- StopDataSourceSyncJobCommandInput,
284
- StopDataSourceSyncJobCommandOutput,
285
- } from "../commands/StopDataSourceSyncJobCommand";
286
- import {
287
- TagResourceCommandInput,
288
- TagResourceCommandOutput,
289
- } from "../commands/TagResourceCommand";
290
- import {
291
- UntagResourceCommandInput,
292
- UntagResourceCommandOutput,
293
- } from "../commands/UntagResourceCommand";
294
- import {
295
- UpdateApplicationCommandInput,
296
- UpdateApplicationCommandOutput,
297
- } from "../commands/UpdateApplicationCommand";
298
- import {
299
- UpdateChatControlsConfigurationCommandInput,
300
- UpdateChatControlsConfigurationCommandOutput,
301
- } from "../commands/UpdateChatControlsConfigurationCommand";
302
- import {
303
- UpdateChatResponseConfigurationCommandInput,
304
- UpdateChatResponseConfigurationCommandOutput,
305
- } from "../commands/UpdateChatResponseConfigurationCommand";
306
- import {
307
- UpdateDataAccessorCommandInput,
308
- UpdateDataAccessorCommandOutput,
309
- } from "../commands/UpdateDataAccessorCommand";
310
- import {
311
- UpdateDataSourceCommandInput,
312
- UpdateDataSourceCommandOutput,
313
- } from "../commands/UpdateDataSourceCommand";
314
- import {
315
- UpdateIndexCommandInput,
316
- UpdateIndexCommandOutput,
317
- } from "../commands/UpdateIndexCommand";
318
- import {
319
- UpdatePluginCommandInput,
320
- UpdatePluginCommandOutput,
321
- } from "../commands/UpdatePluginCommand";
322
- import {
323
- UpdateRetrieverCommandInput,
324
- UpdateRetrieverCommandOutput,
325
- } from "../commands/UpdateRetrieverCommand";
326
- import {
327
- UpdateSubscriptionCommandInput,
328
- UpdateSubscriptionCommandOutput,
329
- } from "../commands/UpdateSubscriptionCommand";
330
- import {
331
- UpdateUserCommandInput,
332
- UpdateUserCommandOutput,
333
- } from "../commands/UpdateUserCommand";
334
- import {
335
- UpdateWebExperienceCommandInput,
336
- UpdateWebExperienceCommandOutput,
337
- } from "../commands/UpdateWebExperienceCommand";
338
- export declare const se_AssociatePermissionCommand: (
339
- input: AssociatePermissionCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_BatchDeleteDocumentCommand: (
343
- input: BatchDeleteDocumentCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_BatchPutDocumentCommand: (
347
- input: BatchPutDocumentCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CancelSubscriptionCommand: (
351
- input: CancelSubscriptionCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ChatCommand: (
355
- input: ChatCommandInput,
356
- context: __SerdeContext & __EventStreamSerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ChatSyncCommand: (
359
- input: ChatSyncCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CheckDocumentAccessCommand: (
363
- input: CheckDocumentAccessCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateAnonymousWebExperienceUrlCommand: (
367
- input: CreateAnonymousWebExperienceUrlCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateApplicationCommand: (
371
- input: CreateApplicationCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateChatResponseConfigurationCommand: (
375
- input: CreateChatResponseConfigurationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateDataAccessorCommand: (
379
- input: CreateDataAccessorCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_CreateDataSourceCommand: (
383
- input: CreateDataSourceCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CreateIndexCommand: (
387
- input: CreateIndexCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreatePluginCommand: (
391
- input: CreatePluginCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_CreateRetrieverCommand: (
395
- input: CreateRetrieverCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_CreateSubscriptionCommand: (
399
- input: CreateSubscriptionCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_CreateUserCommand: (
403
- input: CreateUserCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_CreateWebExperienceCommand: (
407
- input: CreateWebExperienceCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteApplicationCommand: (
411
- input: DeleteApplicationCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteAttachmentCommand: (
415
- input: DeleteAttachmentCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteChatControlsConfigurationCommand: (
419
- input: DeleteChatControlsConfigurationCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteChatResponseConfigurationCommand: (
423
- input: DeleteChatResponseConfigurationCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteConversationCommand: (
427
- input: DeleteConversationCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteDataAccessorCommand: (
431
- input: DeleteDataAccessorCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DeleteDataSourceCommand: (
435
- input: DeleteDataSourceCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DeleteGroupCommand: (
439
- input: DeleteGroupCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DeleteIndexCommand: (
443
- input: DeleteIndexCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DeletePluginCommand: (
447
- input: DeletePluginCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DeleteRetrieverCommand: (
451
- input: DeleteRetrieverCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DeleteUserCommand: (
455
- input: DeleteUserCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteWebExperienceCommand: (
459
- input: DeleteWebExperienceCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DisassociatePermissionCommand: (
463
- input: DisassociatePermissionCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetApplicationCommand: (
467
- input: GetApplicationCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetChatControlsConfigurationCommand: (
471
- input: GetChatControlsConfigurationCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetChatResponseConfigurationCommand: (
475
- input: GetChatResponseConfigurationCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetDataAccessorCommand: (
479
- input: GetDataAccessorCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetDataSourceCommand: (
483
- input: GetDataSourceCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetDocumentContentCommand: (
487
- input: GetDocumentContentCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetGroupCommand: (
491
- input: GetGroupCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetIndexCommand: (
495
- input: GetIndexCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetMediaCommand: (
499
- input: GetMediaCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetPluginCommand: (
503
- input: GetPluginCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetPolicyCommand: (
507
- input: GetPolicyCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetRetrieverCommand: (
511
- input: GetRetrieverCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetUserCommand: (
515
- input: GetUserCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_GetWebExperienceCommand: (
519
- input: GetWebExperienceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListApplicationsCommand: (
523
- input: ListApplicationsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListAttachmentsCommand: (
527
- input: ListAttachmentsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListChatResponseConfigurationsCommand: (
531
- input: ListChatResponseConfigurationsCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListConversationsCommand: (
535
- input: ListConversationsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListDataAccessorsCommand: (
539
- input: ListDataAccessorsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListDataSourcesCommand: (
543
- input: ListDataSourcesCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListDataSourceSyncJobsCommand: (
547
- input: ListDataSourceSyncJobsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListDocumentsCommand: (
551
- input: ListDocumentsCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListGroupsCommand: (
555
- input: ListGroupsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ListIndicesCommand: (
559
- input: ListIndicesCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListMessagesCommand: (
563
- input: ListMessagesCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListPluginActionsCommand: (
567
- input: ListPluginActionsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListPluginsCommand: (
571
- input: ListPluginsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListPluginTypeActionsCommand: (
575
- input: ListPluginTypeActionsCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListPluginTypeMetadataCommand: (
579
- input: ListPluginTypeMetadataCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListRetrieversCommand: (
583
- input: ListRetrieversCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListSubscriptionsCommand: (
587
- input: ListSubscriptionsCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_ListTagsForResourceCommand: (
591
- input: ListTagsForResourceCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ListWebExperiencesCommand: (
595
- input: ListWebExperiencesCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_PutFeedbackCommand: (
599
- input: PutFeedbackCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_PutGroupCommand: (
603
- input: PutGroupCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_SearchRelevantContentCommand: (
607
- input: SearchRelevantContentCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_StartDataSourceSyncJobCommand: (
611
- input: StartDataSourceSyncJobCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_StopDataSourceSyncJobCommand: (
615
- input: StopDataSourceSyncJobCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_TagResourceCommand: (
619
- input: TagResourceCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_UntagResourceCommand: (
623
- input: UntagResourceCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_UpdateApplicationCommand: (
627
- input: UpdateApplicationCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_UpdateChatControlsConfigurationCommand: (
631
- input: UpdateChatControlsConfigurationCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_UpdateChatResponseConfigurationCommand: (
635
- input: UpdateChatResponseConfigurationCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_UpdateDataAccessorCommand: (
639
- input: UpdateDataAccessorCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_UpdateDataSourceCommand: (
643
- input: UpdateDataSourceCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_UpdateIndexCommand: (
647
- input: UpdateIndexCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_UpdatePluginCommand: (
651
- input: UpdatePluginCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_UpdateRetrieverCommand: (
655
- input: UpdateRetrieverCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_UpdateSubscriptionCommand: (
659
- input: UpdateSubscriptionCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_UpdateUserCommand: (
663
- input: UpdateUserCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_UpdateWebExperienceCommand: (
667
- input: UpdateWebExperienceCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const de_AssociatePermissionCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<AssociatePermissionCommandOutput>;
674
- export declare const de_BatchDeleteDocumentCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<BatchDeleteDocumentCommandOutput>;
678
- export declare const de_BatchPutDocumentCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<BatchPutDocumentCommandOutput>;
682
- export declare const de_CancelSubscriptionCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<CancelSubscriptionCommandOutput>;
686
- export declare const de_ChatCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext & __EventStreamSerdeContext
689
- ) => Promise<ChatCommandOutput>;
690
- export declare const de_ChatSyncCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<ChatSyncCommandOutput>;
694
- export declare const de_CheckDocumentAccessCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<CheckDocumentAccessCommandOutput>;
698
- export declare const de_CreateAnonymousWebExperienceUrlCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<CreateAnonymousWebExperienceUrlCommandOutput>;
702
- export declare const de_CreateApplicationCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<CreateApplicationCommandOutput>;
706
- export declare const de_CreateChatResponseConfigurationCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<CreateChatResponseConfigurationCommandOutput>;
710
- export declare const de_CreateDataAccessorCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<CreateDataAccessorCommandOutput>;
714
- export declare const de_CreateDataSourceCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<CreateDataSourceCommandOutput>;
718
- export declare const de_CreateIndexCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<CreateIndexCommandOutput>;
722
- export declare const de_CreatePluginCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<CreatePluginCommandOutput>;
726
- export declare const de_CreateRetrieverCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<CreateRetrieverCommandOutput>;
730
- export declare const de_CreateSubscriptionCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<CreateSubscriptionCommandOutput>;
734
- export declare const de_CreateUserCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<CreateUserCommandOutput>;
738
- export declare const de_CreateWebExperienceCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<CreateWebExperienceCommandOutput>;
742
- export declare const de_DeleteApplicationCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DeleteApplicationCommandOutput>;
746
- export declare const de_DeleteAttachmentCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DeleteAttachmentCommandOutput>;
750
- export declare const de_DeleteChatControlsConfigurationCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<DeleteChatControlsConfigurationCommandOutput>;
754
- export declare const de_DeleteChatResponseConfigurationCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<DeleteChatResponseConfigurationCommandOutput>;
758
- export declare const de_DeleteConversationCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<DeleteConversationCommandOutput>;
762
- export declare const de_DeleteDataAccessorCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<DeleteDataAccessorCommandOutput>;
766
- export declare const de_DeleteDataSourceCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<DeleteDataSourceCommandOutput>;
770
- export declare const de_DeleteGroupCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<DeleteGroupCommandOutput>;
774
- export declare const de_DeleteIndexCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<DeleteIndexCommandOutput>;
778
- export declare const de_DeletePluginCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<DeletePluginCommandOutput>;
782
- export declare const de_DeleteRetrieverCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<DeleteRetrieverCommandOutput>;
786
- export declare const de_DeleteUserCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<DeleteUserCommandOutput>;
790
- export declare const de_DeleteWebExperienceCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<DeleteWebExperienceCommandOutput>;
794
- export declare const de_DisassociatePermissionCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<DisassociatePermissionCommandOutput>;
798
- export declare const de_GetApplicationCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetApplicationCommandOutput>;
802
- export declare const de_GetChatControlsConfigurationCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetChatControlsConfigurationCommandOutput>;
806
- export declare const de_GetChatResponseConfigurationCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<GetChatResponseConfigurationCommandOutput>;
810
- export declare const de_GetDataAccessorCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<GetDataAccessorCommandOutput>;
814
- export declare const de_GetDataSourceCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<GetDataSourceCommandOutput>;
818
- export declare const de_GetDocumentContentCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<GetDocumentContentCommandOutput>;
822
- export declare const de_GetGroupCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<GetGroupCommandOutput>;
826
- export declare const de_GetIndexCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<GetIndexCommandOutput>;
830
- export declare const de_GetMediaCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<GetMediaCommandOutput>;
834
- export declare const de_GetPluginCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<GetPluginCommandOutput>;
838
- export declare const de_GetPolicyCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<GetPolicyCommandOutput>;
842
- export declare const de_GetRetrieverCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<GetRetrieverCommandOutput>;
846
- export declare const de_GetUserCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<GetUserCommandOutput>;
850
- export declare const de_GetWebExperienceCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<GetWebExperienceCommandOutput>;
854
- export declare const de_ListApplicationsCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ListApplicationsCommandOutput>;
858
- export declare const de_ListAttachmentsCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ListAttachmentsCommandOutput>;
862
- export declare const de_ListChatResponseConfigurationsCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<ListChatResponseConfigurationsCommandOutput>;
866
- export declare const de_ListConversationsCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ListConversationsCommandOutput>;
870
- export declare const de_ListDataAccessorsCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<ListDataAccessorsCommandOutput>;
874
- export declare const de_ListDataSourcesCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<ListDataSourcesCommandOutput>;
878
- export declare const de_ListDataSourceSyncJobsCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<ListDataSourceSyncJobsCommandOutput>;
882
- export declare const de_ListDocumentsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<ListDocumentsCommandOutput>;
886
- export declare const de_ListGroupsCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<ListGroupsCommandOutput>;
890
- export declare const de_ListIndicesCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<ListIndicesCommandOutput>;
894
- export declare const de_ListMessagesCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<ListMessagesCommandOutput>;
898
- export declare const de_ListPluginActionsCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<ListPluginActionsCommandOutput>;
902
- export declare const de_ListPluginsCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<ListPluginsCommandOutput>;
906
- export declare const de_ListPluginTypeActionsCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<ListPluginTypeActionsCommandOutput>;
910
- export declare const de_ListPluginTypeMetadataCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<ListPluginTypeMetadataCommandOutput>;
914
- export declare const de_ListRetrieversCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<ListRetrieversCommandOutput>;
918
- export declare const de_ListSubscriptionsCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<ListSubscriptionsCommandOutput>;
922
- export declare const de_ListTagsForResourceCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<ListTagsForResourceCommandOutput>;
926
- export declare const de_ListWebExperiencesCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<ListWebExperiencesCommandOutput>;
930
- export declare const de_PutFeedbackCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<PutFeedbackCommandOutput>;
934
- export declare const de_PutGroupCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<PutGroupCommandOutput>;
938
- export declare const de_SearchRelevantContentCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<SearchRelevantContentCommandOutput>;
942
- export declare const de_StartDataSourceSyncJobCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<StartDataSourceSyncJobCommandOutput>;
946
- export declare const de_StopDataSourceSyncJobCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<StopDataSourceSyncJobCommandOutput>;
950
- export declare const de_TagResourceCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<TagResourceCommandOutput>;
954
- export declare const de_UntagResourceCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<UntagResourceCommandOutput>;
958
- export declare const de_UpdateApplicationCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<UpdateApplicationCommandOutput>;
962
- export declare const de_UpdateChatControlsConfigurationCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<UpdateChatControlsConfigurationCommandOutput>;
966
- export declare const de_UpdateChatResponseConfigurationCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<UpdateChatResponseConfigurationCommandOutput>;
970
- export declare const de_UpdateDataAccessorCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<UpdateDataAccessorCommandOutput>;
974
- export declare const de_UpdateDataSourceCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<UpdateDataSourceCommandOutput>;
978
- export declare const de_UpdateIndexCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<UpdateIndexCommandOutput>;
982
- export declare const de_UpdatePluginCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<UpdatePluginCommandOutput>;
986
- export declare const de_UpdateRetrieverCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<UpdateRetrieverCommandOutput>;
990
- export declare const de_UpdateSubscriptionCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<UpdateSubscriptionCommandOutput>;
994
- export declare const de_UpdateUserCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<UpdateUserCommandOutput>;
998
- export declare const de_UpdateWebExperienceCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<UpdateWebExperienceCommandOutput>;