@aws-sdk/client-qconnect 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 (118) hide show
  1. package/dist-cjs/index.js +5185 -5292
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QConnectClient.js +2 -0
  4. package/dist-es/commands/ActivateMessageTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateAIAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateAIAgentVersionCommand.js +3 -9
  7. package/dist-es/commands/CreateAIGuardrailCommand.js +3 -10
  8. package/dist-es/commands/CreateAIGuardrailVersionCommand.js +3 -10
  9. package/dist-es/commands/CreateAIPromptCommand.js +3 -10
  10. package/dist-es/commands/CreateAIPromptVersionCommand.js +3 -10
  11. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
  12. package/dist-es/commands/CreateAssistantCommand.js +3 -9
  13. package/dist-es/commands/CreateContentAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateContentCommand.js +3 -10
  15. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -10
  16. package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +3 -10
  17. package/dist-es/commands/CreateMessageTemplateCommand.js +3 -11
  18. package/dist-es/commands/CreateMessageTemplateVersionCommand.js +3 -10
  19. package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
  20. package/dist-es/commands/CreateSessionCommand.js +3 -9
  21. package/dist-es/commands/DeactivateMessageTemplateCommand.js +3 -9
  22. package/dist-es/commands/DeleteAIAgentCommand.js +3 -9
  23. package/dist-es/commands/DeleteAIAgentVersionCommand.js +3 -9
  24. package/dist-es/commands/DeleteAIGuardrailCommand.js +3 -9
  25. package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +3 -9
  26. package/dist-es/commands/DeleteAIPromptCommand.js +3 -9
  27. package/dist-es/commands/DeleteAIPromptVersionCommand.js +3 -9
  28. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteAssistantCommand.js +3 -9
  30. package/dist-es/commands/DeleteContentAssociationCommand.js +3 -9
  31. package/dist-es/commands/DeleteContentCommand.js +3 -9
  32. package/dist-es/commands/DeleteImportJobCommand.js +3 -9
  33. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
  34. package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +3 -9
  35. package/dist-es/commands/DeleteMessageTemplateCommand.js +3 -9
  36. package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
  37. package/dist-es/commands/GetAIAgentCommand.js +3 -9
  38. package/dist-es/commands/GetAIGuardrailCommand.js +3 -10
  39. package/dist-es/commands/GetAIPromptCommand.js +3 -10
  40. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
  41. package/dist-es/commands/GetAssistantCommand.js +3 -9
  42. package/dist-es/commands/GetContentAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetContentCommand.js +3 -10
  44. package/dist-es/commands/GetContentSummaryCommand.js +3 -9
  45. package/dist-es/commands/GetImportJobCommand.js +3 -10
  46. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -10
  47. package/dist-es/commands/GetMessageTemplateCommand.js +3 -10
  48. package/dist-es/commands/GetNextMessageCommand.js +3 -10
  49. package/dist-es/commands/GetQuickResponseCommand.js +3 -10
  50. package/dist-es/commands/GetRecommendationsCommand.js +3 -10
  51. package/dist-es/commands/GetSessionCommand.js +3 -9
  52. package/dist-es/commands/ListAIAgentVersionsCommand.js +3 -9
  53. package/dist-es/commands/ListAIAgentsCommand.js +3 -9
  54. package/dist-es/commands/ListAIGuardrailVersionsCommand.js +3 -10
  55. package/dist-es/commands/ListAIGuardrailsCommand.js +3 -10
  56. package/dist-es/commands/ListAIPromptVersionsCommand.js +3 -9
  57. package/dist-es/commands/ListAIPromptsCommand.js +3 -9
  58. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
  59. package/dist-es/commands/ListAssistantsCommand.js +3 -9
  60. package/dist-es/commands/ListContentAssociationsCommand.js +3 -9
  61. package/dist-es/commands/ListContentsCommand.js +3 -9
  62. package/dist-es/commands/ListImportJobsCommand.js +3 -9
  63. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -10
  64. package/dist-es/commands/ListMessageTemplateVersionsCommand.js +3 -9
  65. package/dist-es/commands/ListMessageTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListMessagesCommand.js +3 -10
  67. package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  69. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
  70. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  71. package/dist-es/commands/QueryAssistantCommand.js +3 -11
  72. package/dist-es/commands/RemoveAssistantAIAgentCommand.js +3 -9
  73. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
  74. package/dist-es/commands/RenderMessageTemplateCommand.js +3 -10
  75. package/dist-es/commands/SearchContentCommand.js +3 -9
  76. package/dist-es/commands/SearchMessageTemplatesCommand.js +3 -10
  77. package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
  78. package/dist-es/commands/SearchSessionsCommand.js +3 -9
  79. package/dist-es/commands/SendMessageCommand.js +3 -10
  80. package/dist-es/commands/StartContentUploadCommand.js +3 -10
  81. package/dist-es/commands/StartImportJobCommand.js +3 -10
  82. package/dist-es/commands/TagResourceCommand.js +3 -9
  83. package/dist-es/commands/UntagResourceCommand.js +3 -9
  84. package/dist-es/commands/UpdateAIAgentCommand.js +3 -9
  85. package/dist-es/commands/UpdateAIGuardrailCommand.js +3 -10
  86. package/dist-es/commands/UpdateAIPromptCommand.js +3 -10
  87. package/dist-es/commands/UpdateAssistantAIAgentCommand.js +3 -9
  88. package/dist-es/commands/UpdateContentCommand.js +3 -10
  89. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -10
  90. package/dist-es/commands/UpdateMessageTemplateCommand.js +3 -10
  91. package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +3 -10
  92. package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
  93. package/dist-es/commands/UpdateSessionCommand.js +3 -9
  94. package/dist-es/commands/UpdateSessionDataCommand.js +3 -10
  95. package/dist-es/models/models_0.js +0 -722
  96. package/dist-es/models/models_1.js +0 -314
  97. package/dist-es/runtimeConfig.shared.js +2 -0
  98. package/dist-es/schemas/schemas_0.js +4975 -0
  99. package/dist-types/QConnectClient.d.ts +10 -1
  100. package/dist-types/models/models_0.d.ts +80 -352
  101. package/dist-types/models/models_1.d.ts +12 -191
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  103. package/dist-types/runtimeConfig.d.ts +1 -0
  104. package/dist-types/runtimeConfig.native.d.ts +1 -0
  105. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  106. package/dist-types/schemas/schemas_0.d.ts +542 -0
  107. package/dist-types/ts3.4/QConnectClient.d.ts +4 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +0 -269
  109. package/dist-types/ts3.4/models/models_1.d.ts +0 -141
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  114. package/dist-types/ts3.4/schemas/schemas_0.d.ts +549 -0
  115. package/package.json +33 -34
  116. package/dist-es/protocols/Aws_restJson1.js +0 -3456
  117. package/dist-types/protocols/Aws_restJson1.d.ts +0 -821
  118. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1097
@@ -1,1097 +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
- ActivateMessageTemplateCommandInput,
8
- ActivateMessageTemplateCommandOutput,
9
- } from "../commands/ActivateMessageTemplateCommand";
10
- import {
11
- CreateAIAgentCommandInput,
12
- CreateAIAgentCommandOutput,
13
- } from "../commands/CreateAIAgentCommand";
14
- import {
15
- CreateAIAgentVersionCommandInput,
16
- CreateAIAgentVersionCommandOutput,
17
- } from "../commands/CreateAIAgentVersionCommand";
18
- import {
19
- CreateAIGuardrailCommandInput,
20
- CreateAIGuardrailCommandOutput,
21
- } from "../commands/CreateAIGuardrailCommand";
22
- import {
23
- CreateAIGuardrailVersionCommandInput,
24
- CreateAIGuardrailVersionCommandOutput,
25
- } from "../commands/CreateAIGuardrailVersionCommand";
26
- import {
27
- CreateAIPromptCommandInput,
28
- CreateAIPromptCommandOutput,
29
- } from "../commands/CreateAIPromptCommand";
30
- import {
31
- CreateAIPromptVersionCommandInput,
32
- CreateAIPromptVersionCommandOutput,
33
- } from "../commands/CreateAIPromptVersionCommand";
34
- import {
35
- CreateAssistantAssociationCommandInput,
36
- CreateAssistantAssociationCommandOutput,
37
- } from "../commands/CreateAssistantAssociationCommand";
38
- import {
39
- CreateAssistantCommandInput,
40
- CreateAssistantCommandOutput,
41
- } from "../commands/CreateAssistantCommand";
42
- import {
43
- CreateContentAssociationCommandInput,
44
- CreateContentAssociationCommandOutput,
45
- } from "../commands/CreateContentAssociationCommand";
46
- import {
47
- CreateContentCommandInput,
48
- CreateContentCommandOutput,
49
- } from "../commands/CreateContentCommand";
50
- import {
51
- CreateKnowledgeBaseCommandInput,
52
- CreateKnowledgeBaseCommandOutput,
53
- } from "../commands/CreateKnowledgeBaseCommand";
54
- import {
55
- CreateMessageTemplateAttachmentCommandInput,
56
- CreateMessageTemplateAttachmentCommandOutput,
57
- } from "../commands/CreateMessageTemplateAttachmentCommand";
58
- import {
59
- CreateMessageTemplateCommandInput,
60
- CreateMessageTemplateCommandOutput,
61
- } from "../commands/CreateMessageTemplateCommand";
62
- import {
63
- CreateMessageTemplateVersionCommandInput,
64
- CreateMessageTemplateVersionCommandOutput,
65
- } from "../commands/CreateMessageTemplateVersionCommand";
66
- import {
67
- CreateQuickResponseCommandInput,
68
- CreateQuickResponseCommandOutput,
69
- } from "../commands/CreateQuickResponseCommand";
70
- import {
71
- CreateSessionCommandInput,
72
- CreateSessionCommandOutput,
73
- } from "../commands/CreateSessionCommand";
74
- import {
75
- DeactivateMessageTemplateCommandInput,
76
- DeactivateMessageTemplateCommandOutput,
77
- } from "../commands/DeactivateMessageTemplateCommand";
78
- import {
79
- DeleteAIAgentCommandInput,
80
- DeleteAIAgentCommandOutput,
81
- } from "../commands/DeleteAIAgentCommand";
82
- import {
83
- DeleteAIAgentVersionCommandInput,
84
- DeleteAIAgentVersionCommandOutput,
85
- } from "../commands/DeleteAIAgentVersionCommand";
86
- import {
87
- DeleteAIGuardrailCommandInput,
88
- DeleteAIGuardrailCommandOutput,
89
- } from "../commands/DeleteAIGuardrailCommand";
90
- import {
91
- DeleteAIGuardrailVersionCommandInput,
92
- DeleteAIGuardrailVersionCommandOutput,
93
- } from "../commands/DeleteAIGuardrailVersionCommand";
94
- import {
95
- DeleteAIPromptCommandInput,
96
- DeleteAIPromptCommandOutput,
97
- } from "../commands/DeleteAIPromptCommand";
98
- import {
99
- DeleteAIPromptVersionCommandInput,
100
- DeleteAIPromptVersionCommandOutput,
101
- } from "../commands/DeleteAIPromptVersionCommand";
102
- import {
103
- DeleteAssistantAssociationCommandInput,
104
- DeleteAssistantAssociationCommandOutput,
105
- } from "../commands/DeleteAssistantAssociationCommand";
106
- import {
107
- DeleteAssistantCommandInput,
108
- DeleteAssistantCommandOutput,
109
- } from "../commands/DeleteAssistantCommand";
110
- import {
111
- DeleteContentAssociationCommandInput,
112
- DeleteContentAssociationCommandOutput,
113
- } from "../commands/DeleteContentAssociationCommand";
114
- import {
115
- DeleteContentCommandInput,
116
- DeleteContentCommandOutput,
117
- } from "../commands/DeleteContentCommand";
118
- import {
119
- DeleteImportJobCommandInput,
120
- DeleteImportJobCommandOutput,
121
- } from "../commands/DeleteImportJobCommand";
122
- import {
123
- DeleteKnowledgeBaseCommandInput,
124
- DeleteKnowledgeBaseCommandOutput,
125
- } from "../commands/DeleteKnowledgeBaseCommand";
126
- import {
127
- DeleteMessageTemplateAttachmentCommandInput,
128
- DeleteMessageTemplateAttachmentCommandOutput,
129
- } from "../commands/DeleteMessageTemplateAttachmentCommand";
130
- import {
131
- DeleteMessageTemplateCommandInput,
132
- DeleteMessageTemplateCommandOutput,
133
- } from "../commands/DeleteMessageTemplateCommand";
134
- import {
135
- DeleteQuickResponseCommandInput,
136
- DeleteQuickResponseCommandOutput,
137
- } from "../commands/DeleteQuickResponseCommand";
138
- import {
139
- GetAIAgentCommandInput,
140
- GetAIAgentCommandOutput,
141
- } from "../commands/GetAIAgentCommand";
142
- import {
143
- GetAIGuardrailCommandInput,
144
- GetAIGuardrailCommandOutput,
145
- } from "../commands/GetAIGuardrailCommand";
146
- import {
147
- GetAIPromptCommandInput,
148
- GetAIPromptCommandOutput,
149
- } from "../commands/GetAIPromptCommand";
150
- import {
151
- GetAssistantAssociationCommandInput,
152
- GetAssistantAssociationCommandOutput,
153
- } from "../commands/GetAssistantAssociationCommand";
154
- import {
155
- GetAssistantCommandInput,
156
- GetAssistantCommandOutput,
157
- } from "../commands/GetAssistantCommand";
158
- import {
159
- GetContentAssociationCommandInput,
160
- GetContentAssociationCommandOutput,
161
- } from "../commands/GetContentAssociationCommand";
162
- import {
163
- GetContentCommandInput,
164
- GetContentCommandOutput,
165
- } from "../commands/GetContentCommand";
166
- import {
167
- GetContentSummaryCommandInput,
168
- GetContentSummaryCommandOutput,
169
- } from "../commands/GetContentSummaryCommand";
170
- import {
171
- GetImportJobCommandInput,
172
- GetImportJobCommandOutput,
173
- } from "../commands/GetImportJobCommand";
174
- import {
175
- GetKnowledgeBaseCommandInput,
176
- GetKnowledgeBaseCommandOutput,
177
- } from "../commands/GetKnowledgeBaseCommand";
178
- import {
179
- GetMessageTemplateCommandInput,
180
- GetMessageTemplateCommandOutput,
181
- } from "../commands/GetMessageTemplateCommand";
182
- import {
183
- GetNextMessageCommandInput,
184
- GetNextMessageCommandOutput,
185
- } from "../commands/GetNextMessageCommand";
186
- import {
187
- GetQuickResponseCommandInput,
188
- GetQuickResponseCommandOutput,
189
- } from "../commands/GetQuickResponseCommand";
190
- import {
191
- GetRecommendationsCommandInput,
192
- GetRecommendationsCommandOutput,
193
- } from "../commands/GetRecommendationsCommand";
194
- import {
195
- GetSessionCommandInput,
196
- GetSessionCommandOutput,
197
- } from "../commands/GetSessionCommand";
198
- import {
199
- ListAIAgentsCommandInput,
200
- ListAIAgentsCommandOutput,
201
- } from "../commands/ListAIAgentsCommand";
202
- import {
203
- ListAIAgentVersionsCommandInput,
204
- ListAIAgentVersionsCommandOutput,
205
- } from "../commands/ListAIAgentVersionsCommand";
206
- import {
207
- ListAIGuardrailsCommandInput,
208
- ListAIGuardrailsCommandOutput,
209
- } from "../commands/ListAIGuardrailsCommand";
210
- import {
211
- ListAIGuardrailVersionsCommandInput,
212
- ListAIGuardrailVersionsCommandOutput,
213
- } from "../commands/ListAIGuardrailVersionsCommand";
214
- import {
215
- ListAIPromptsCommandInput,
216
- ListAIPromptsCommandOutput,
217
- } from "../commands/ListAIPromptsCommand";
218
- import {
219
- ListAIPromptVersionsCommandInput,
220
- ListAIPromptVersionsCommandOutput,
221
- } from "../commands/ListAIPromptVersionsCommand";
222
- import {
223
- ListAssistantAssociationsCommandInput,
224
- ListAssistantAssociationsCommandOutput,
225
- } from "../commands/ListAssistantAssociationsCommand";
226
- import {
227
- ListAssistantsCommandInput,
228
- ListAssistantsCommandOutput,
229
- } from "../commands/ListAssistantsCommand";
230
- import {
231
- ListContentAssociationsCommandInput,
232
- ListContentAssociationsCommandOutput,
233
- } from "../commands/ListContentAssociationsCommand";
234
- import {
235
- ListContentsCommandInput,
236
- ListContentsCommandOutput,
237
- } from "../commands/ListContentsCommand";
238
- import {
239
- ListImportJobsCommandInput,
240
- ListImportJobsCommandOutput,
241
- } from "../commands/ListImportJobsCommand";
242
- import {
243
- ListKnowledgeBasesCommandInput,
244
- ListKnowledgeBasesCommandOutput,
245
- } from "../commands/ListKnowledgeBasesCommand";
246
- import {
247
- ListMessagesCommandInput,
248
- ListMessagesCommandOutput,
249
- } from "../commands/ListMessagesCommand";
250
- import {
251
- ListMessageTemplatesCommandInput,
252
- ListMessageTemplatesCommandOutput,
253
- } from "../commands/ListMessageTemplatesCommand";
254
- import {
255
- ListMessageTemplateVersionsCommandInput,
256
- ListMessageTemplateVersionsCommandOutput,
257
- } from "../commands/ListMessageTemplateVersionsCommand";
258
- import {
259
- ListQuickResponsesCommandInput,
260
- ListQuickResponsesCommandOutput,
261
- } from "../commands/ListQuickResponsesCommand";
262
- import {
263
- ListTagsForResourceCommandInput,
264
- ListTagsForResourceCommandOutput,
265
- } from "../commands/ListTagsForResourceCommand";
266
- import {
267
- NotifyRecommendationsReceivedCommandInput,
268
- NotifyRecommendationsReceivedCommandOutput,
269
- } from "../commands/NotifyRecommendationsReceivedCommand";
270
- import {
271
- PutFeedbackCommandInput,
272
- PutFeedbackCommandOutput,
273
- } from "../commands/PutFeedbackCommand";
274
- import {
275
- QueryAssistantCommandInput,
276
- QueryAssistantCommandOutput,
277
- } from "../commands/QueryAssistantCommand";
278
- import {
279
- RemoveAssistantAIAgentCommandInput,
280
- RemoveAssistantAIAgentCommandOutput,
281
- } from "../commands/RemoveAssistantAIAgentCommand";
282
- import {
283
- RemoveKnowledgeBaseTemplateUriCommandInput,
284
- RemoveKnowledgeBaseTemplateUriCommandOutput,
285
- } from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
286
- import {
287
- RenderMessageTemplateCommandInput,
288
- RenderMessageTemplateCommandOutput,
289
- } from "../commands/RenderMessageTemplateCommand";
290
- import {
291
- SearchContentCommandInput,
292
- SearchContentCommandOutput,
293
- } from "../commands/SearchContentCommand";
294
- import {
295
- SearchMessageTemplatesCommandInput,
296
- SearchMessageTemplatesCommandOutput,
297
- } from "../commands/SearchMessageTemplatesCommand";
298
- import {
299
- SearchQuickResponsesCommandInput,
300
- SearchQuickResponsesCommandOutput,
301
- } from "../commands/SearchQuickResponsesCommand";
302
- import {
303
- SearchSessionsCommandInput,
304
- SearchSessionsCommandOutput,
305
- } from "../commands/SearchSessionsCommand";
306
- import {
307
- SendMessageCommandInput,
308
- SendMessageCommandOutput,
309
- } from "../commands/SendMessageCommand";
310
- import {
311
- StartContentUploadCommandInput,
312
- StartContentUploadCommandOutput,
313
- } from "../commands/StartContentUploadCommand";
314
- import {
315
- StartImportJobCommandInput,
316
- StartImportJobCommandOutput,
317
- } from "../commands/StartImportJobCommand";
318
- import {
319
- TagResourceCommandInput,
320
- TagResourceCommandOutput,
321
- } from "../commands/TagResourceCommand";
322
- import {
323
- UntagResourceCommandInput,
324
- UntagResourceCommandOutput,
325
- } from "../commands/UntagResourceCommand";
326
- import {
327
- UpdateAIAgentCommandInput,
328
- UpdateAIAgentCommandOutput,
329
- } from "../commands/UpdateAIAgentCommand";
330
- import {
331
- UpdateAIGuardrailCommandInput,
332
- UpdateAIGuardrailCommandOutput,
333
- } from "../commands/UpdateAIGuardrailCommand";
334
- import {
335
- UpdateAIPromptCommandInput,
336
- UpdateAIPromptCommandOutput,
337
- } from "../commands/UpdateAIPromptCommand";
338
- import {
339
- UpdateAssistantAIAgentCommandInput,
340
- UpdateAssistantAIAgentCommandOutput,
341
- } from "../commands/UpdateAssistantAIAgentCommand";
342
- import {
343
- UpdateContentCommandInput,
344
- UpdateContentCommandOutput,
345
- } from "../commands/UpdateContentCommand";
346
- import {
347
- UpdateKnowledgeBaseTemplateUriCommandInput,
348
- UpdateKnowledgeBaseTemplateUriCommandOutput,
349
- } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
350
- import {
351
- UpdateMessageTemplateCommandInput,
352
- UpdateMessageTemplateCommandOutput,
353
- } from "../commands/UpdateMessageTemplateCommand";
354
- import {
355
- UpdateMessageTemplateMetadataCommandInput,
356
- UpdateMessageTemplateMetadataCommandOutput,
357
- } from "../commands/UpdateMessageTemplateMetadataCommand";
358
- import {
359
- UpdateQuickResponseCommandInput,
360
- UpdateQuickResponseCommandOutput,
361
- } from "../commands/UpdateQuickResponseCommand";
362
- import {
363
- UpdateSessionCommandInput,
364
- UpdateSessionCommandOutput,
365
- } from "../commands/UpdateSessionCommand";
366
- import {
367
- UpdateSessionDataCommandInput,
368
- UpdateSessionDataCommandOutput,
369
- } from "../commands/UpdateSessionDataCommand";
370
- export declare const se_ActivateMessageTemplateCommand: (
371
- input: ActivateMessageTemplateCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateAIAgentCommand: (
375
- input: CreateAIAgentCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateAIAgentVersionCommand: (
379
- input: CreateAIAgentVersionCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_CreateAIGuardrailCommand: (
383
- input: CreateAIGuardrailCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CreateAIGuardrailVersionCommand: (
387
- input: CreateAIGuardrailVersionCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreateAIPromptCommand: (
391
- input: CreateAIPromptCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_CreateAIPromptVersionCommand: (
395
- input: CreateAIPromptVersionCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_CreateAssistantCommand: (
399
- input: CreateAssistantCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_CreateAssistantAssociationCommand: (
403
- input: CreateAssistantAssociationCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_CreateContentCommand: (
407
- input: CreateContentCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_CreateContentAssociationCommand: (
411
- input: CreateContentAssociationCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_CreateKnowledgeBaseCommand: (
415
- input: CreateKnowledgeBaseCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_CreateMessageTemplateCommand: (
419
- input: CreateMessageTemplateCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_CreateMessageTemplateAttachmentCommand: (
423
- input: CreateMessageTemplateAttachmentCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_CreateMessageTemplateVersionCommand: (
427
- input: CreateMessageTemplateVersionCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_CreateQuickResponseCommand: (
431
- input: CreateQuickResponseCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_CreateSessionCommand: (
435
- input: CreateSessionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DeactivateMessageTemplateCommand: (
439
- input: DeactivateMessageTemplateCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DeleteAIAgentCommand: (
443
- input: DeleteAIAgentCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DeleteAIAgentVersionCommand: (
447
- input: DeleteAIAgentVersionCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DeleteAIGuardrailCommand: (
451
- input: DeleteAIGuardrailCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DeleteAIGuardrailVersionCommand: (
455
- input: DeleteAIGuardrailVersionCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteAIPromptCommand: (
459
- input: DeleteAIPromptCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DeleteAIPromptVersionCommand: (
463
- input: DeleteAIPromptVersionCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DeleteAssistantCommand: (
467
- input: DeleteAssistantCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_DeleteAssistantAssociationCommand: (
471
- input: DeleteAssistantAssociationCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_DeleteContentCommand: (
475
- input: DeleteContentCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_DeleteContentAssociationCommand: (
479
- input: DeleteContentAssociationCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_DeleteImportJobCommand: (
483
- input: DeleteImportJobCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_DeleteKnowledgeBaseCommand: (
487
- input: DeleteKnowledgeBaseCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_DeleteMessageTemplateCommand: (
491
- input: DeleteMessageTemplateCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_DeleteMessageTemplateAttachmentCommand: (
495
- input: DeleteMessageTemplateAttachmentCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_DeleteQuickResponseCommand: (
499
- input: DeleteQuickResponseCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetAIAgentCommand: (
503
- input: GetAIAgentCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetAIGuardrailCommand: (
507
- input: GetAIGuardrailCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetAIPromptCommand: (
511
- input: GetAIPromptCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetAssistantCommand: (
515
- input: GetAssistantCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_GetAssistantAssociationCommand: (
519
- input: GetAssistantAssociationCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_GetContentCommand: (
523
- input: GetContentCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_GetContentAssociationCommand: (
527
- input: GetContentAssociationCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_GetContentSummaryCommand: (
531
- input: GetContentSummaryCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_GetImportJobCommand: (
535
- input: GetImportJobCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_GetKnowledgeBaseCommand: (
539
- input: GetKnowledgeBaseCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_GetMessageTemplateCommand: (
543
- input: GetMessageTemplateCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_GetNextMessageCommand: (
547
- input: GetNextMessageCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_GetQuickResponseCommand: (
551
- input: GetQuickResponseCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_GetRecommendationsCommand: (
555
- input: GetRecommendationsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_GetSessionCommand: (
559
- input: GetSessionCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListAIAgentsCommand: (
563
- input: ListAIAgentsCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListAIAgentVersionsCommand: (
567
- input: ListAIAgentVersionsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListAIGuardrailsCommand: (
571
- input: ListAIGuardrailsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListAIGuardrailVersionsCommand: (
575
- input: ListAIGuardrailVersionsCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListAIPromptsCommand: (
579
- input: ListAIPromptsCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListAIPromptVersionsCommand: (
583
- input: ListAIPromptVersionsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListAssistantAssociationsCommand: (
587
- input: ListAssistantAssociationsCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_ListAssistantsCommand: (
591
- input: ListAssistantsCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ListContentAssociationsCommand: (
595
- input: ListContentAssociationsCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_ListContentsCommand: (
599
- input: ListContentsCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_ListImportJobsCommand: (
603
- input: ListImportJobsCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_ListKnowledgeBasesCommand: (
607
- input: ListKnowledgeBasesCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ListMessagesCommand: (
611
- input: ListMessagesCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_ListMessageTemplatesCommand: (
615
- input: ListMessageTemplatesCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_ListMessageTemplateVersionsCommand: (
619
- input: ListMessageTemplateVersionsCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_ListQuickResponsesCommand: (
623
- input: ListQuickResponsesCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_ListTagsForResourceCommand: (
627
- input: ListTagsForResourceCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_NotifyRecommendationsReceivedCommand: (
631
- input: NotifyRecommendationsReceivedCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_PutFeedbackCommand: (
635
- input: PutFeedbackCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_QueryAssistantCommand: (
639
- input: QueryAssistantCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_RemoveAssistantAIAgentCommand: (
643
- input: RemoveAssistantAIAgentCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (
647
- input: RemoveKnowledgeBaseTemplateUriCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_RenderMessageTemplateCommand: (
651
- input: RenderMessageTemplateCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_SearchContentCommand: (
655
- input: SearchContentCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_SearchMessageTemplatesCommand: (
659
- input: SearchMessageTemplatesCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_SearchQuickResponsesCommand: (
663
- input: SearchQuickResponsesCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_SearchSessionsCommand: (
667
- input: SearchSessionsCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_SendMessageCommand: (
671
- input: SendMessageCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_StartContentUploadCommand: (
675
- input: StartContentUploadCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_StartImportJobCommand: (
679
- input: StartImportJobCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_TagResourceCommand: (
683
- input: TagResourceCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_UntagResourceCommand: (
687
- input: UntagResourceCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_UpdateAIAgentCommand: (
691
- input: UpdateAIAgentCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_UpdateAIGuardrailCommand: (
695
- input: UpdateAIGuardrailCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_UpdateAIPromptCommand: (
699
- input: UpdateAIPromptCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_UpdateAssistantAIAgentCommand: (
703
- input: UpdateAssistantAIAgentCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_UpdateContentCommand: (
707
- input: UpdateContentCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (
711
- input: UpdateKnowledgeBaseTemplateUriCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_UpdateMessageTemplateCommand: (
715
- input: UpdateMessageTemplateCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_UpdateMessageTemplateMetadataCommand: (
719
- input: UpdateMessageTemplateMetadataCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_UpdateQuickResponseCommand: (
723
- input: UpdateQuickResponseCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_UpdateSessionCommand: (
727
- input: UpdateSessionCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_UpdateSessionDataCommand: (
731
- input: UpdateSessionDataCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const de_ActivateMessageTemplateCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ActivateMessageTemplateCommandOutput>;
738
- export declare const de_CreateAIAgentCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<CreateAIAgentCommandOutput>;
742
- export declare const de_CreateAIAgentVersionCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<CreateAIAgentVersionCommandOutput>;
746
- export declare const de_CreateAIGuardrailCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<CreateAIGuardrailCommandOutput>;
750
- export declare const de_CreateAIGuardrailVersionCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<CreateAIGuardrailVersionCommandOutput>;
754
- export declare const de_CreateAIPromptCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<CreateAIPromptCommandOutput>;
758
- export declare const de_CreateAIPromptVersionCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<CreateAIPromptVersionCommandOutput>;
762
- export declare const de_CreateAssistantCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<CreateAssistantCommandOutput>;
766
- export declare const de_CreateAssistantAssociationCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<CreateAssistantAssociationCommandOutput>;
770
- export declare const de_CreateContentCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<CreateContentCommandOutput>;
774
- export declare const de_CreateContentAssociationCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<CreateContentAssociationCommandOutput>;
778
- export declare const de_CreateKnowledgeBaseCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<CreateKnowledgeBaseCommandOutput>;
782
- export declare const de_CreateMessageTemplateCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<CreateMessageTemplateCommandOutput>;
786
- export declare const de_CreateMessageTemplateAttachmentCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<CreateMessageTemplateAttachmentCommandOutput>;
790
- export declare const de_CreateMessageTemplateVersionCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<CreateMessageTemplateVersionCommandOutput>;
794
- export declare const de_CreateQuickResponseCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<CreateQuickResponseCommandOutput>;
798
- export declare const de_CreateSessionCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<CreateSessionCommandOutput>;
802
- export declare const de_DeactivateMessageTemplateCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<DeactivateMessageTemplateCommandOutput>;
806
- export declare const de_DeleteAIAgentCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<DeleteAIAgentCommandOutput>;
810
- export declare const de_DeleteAIAgentVersionCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<DeleteAIAgentVersionCommandOutput>;
814
- export declare const de_DeleteAIGuardrailCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<DeleteAIGuardrailCommandOutput>;
818
- export declare const de_DeleteAIGuardrailVersionCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<DeleteAIGuardrailVersionCommandOutput>;
822
- export declare const de_DeleteAIPromptCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<DeleteAIPromptCommandOutput>;
826
- export declare const de_DeleteAIPromptVersionCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<DeleteAIPromptVersionCommandOutput>;
830
- export declare const de_DeleteAssistantCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<DeleteAssistantCommandOutput>;
834
- export declare const de_DeleteAssistantAssociationCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<DeleteAssistantAssociationCommandOutput>;
838
- export declare const de_DeleteContentCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<DeleteContentCommandOutput>;
842
- export declare const de_DeleteContentAssociationCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<DeleteContentAssociationCommandOutput>;
846
- export declare const de_DeleteImportJobCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<DeleteImportJobCommandOutput>;
850
- export declare const de_DeleteKnowledgeBaseCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<DeleteKnowledgeBaseCommandOutput>;
854
- export declare const de_DeleteMessageTemplateCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<DeleteMessageTemplateCommandOutput>;
858
- export declare const de_DeleteMessageTemplateAttachmentCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<DeleteMessageTemplateAttachmentCommandOutput>;
862
- export declare const de_DeleteQuickResponseCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<DeleteQuickResponseCommandOutput>;
866
- export declare const de_GetAIAgentCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<GetAIAgentCommandOutput>;
870
- export declare const de_GetAIGuardrailCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<GetAIGuardrailCommandOutput>;
874
- export declare const de_GetAIPromptCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<GetAIPromptCommandOutput>;
878
- export declare const de_GetAssistantCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<GetAssistantCommandOutput>;
882
- export declare const de_GetAssistantAssociationCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<GetAssistantAssociationCommandOutput>;
886
- export declare const de_GetContentCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<GetContentCommandOutput>;
890
- export declare const de_GetContentAssociationCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<GetContentAssociationCommandOutput>;
894
- export declare const de_GetContentSummaryCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<GetContentSummaryCommandOutput>;
898
- export declare const de_GetImportJobCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<GetImportJobCommandOutput>;
902
- export declare const de_GetKnowledgeBaseCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<GetKnowledgeBaseCommandOutput>;
906
- export declare const de_GetMessageTemplateCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<GetMessageTemplateCommandOutput>;
910
- export declare const de_GetNextMessageCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<GetNextMessageCommandOutput>;
914
- export declare const de_GetQuickResponseCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<GetQuickResponseCommandOutput>;
918
- export declare const de_GetRecommendationsCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<GetRecommendationsCommandOutput>;
922
- export declare const de_GetSessionCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<GetSessionCommandOutput>;
926
- export declare const de_ListAIAgentsCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<ListAIAgentsCommandOutput>;
930
- export declare const de_ListAIAgentVersionsCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<ListAIAgentVersionsCommandOutput>;
934
- export declare const de_ListAIGuardrailsCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<ListAIGuardrailsCommandOutput>;
938
- export declare const de_ListAIGuardrailVersionsCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<ListAIGuardrailVersionsCommandOutput>;
942
- export declare const de_ListAIPromptsCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<ListAIPromptsCommandOutput>;
946
- export declare const de_ListAIPromptVersionsCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<ListAIPromptVersionsCommandOutput>;
950
- export declare const de_ListAssistantAssociationsCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<ListAssistantAssociationsCommandOutput>;
954
- export declare const de_ListAssistantsCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<ListAssistantsCommandOutput>;
958
- export declare const de_ListContentAssociationsCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<ListContentAssociationsCommandOutput>;
962
- export declare const de_ListContentsCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<ListContentsCommandOutput>;
966
- export declare const de_ListImportJobsCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<ListImportJobsCommandOutput>;
970
- export declare const de_ListKnowledgeBasesCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<ListKnowledgeBasesCommandOutput>;
974
- export declare const de_ListMessagesCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<ListMessagesCommandOutput>;
978
- export declare const de_ListMessageTemplatesCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<ListMessageTemplatesCommandOutput>;
982
- export declare const de_ListMessageTemplateVersionsCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<ListMessageTemplateVersionsCommandOutput>;
986
- export declare const de_ListQuickResponsesCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<ListQuickResponsesCommandOutput>;
990
- export declare const de_ListTagsForResourceCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<ListTagsForResourceCommandOutput>;
994
- export declare const de_NotifyRecommendationsReceivedCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<NotifyRecommendationsReceivedCommandOutput>;
998
- export declare const de_PutFeedbackCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<PutFeedbackCommandOutput>;
1002
- export declare const de_QueryAssistantCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<QueryAssistantCommandOutput>;
1006
- export declare const de_RemoveAssistantAIAgentCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<RemoveAssistantAIAgentCommandOutput>;
1010
- export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
1014
- export declare const de_RenderMessageTemplateCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<RenderMessageTemplateCommandOutput>;
1018
- export declare const de_SearchContentCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<SearchContentCommandOutput>;
1022
- export declare const de_SearchMessageTemplatesCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<SearchMessageTemplatesCommandOutput>;
1026
- export declare const de_SearchQuickResponsesCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<SearchQuickResponsesCommandOutput>;
1030
- export declare const de_SearchSessionsCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<SearchSessionsCommandOutput>;
1034
- export declare const de_SendMessageCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<SendMessageCommandOutput>;
1038
- export declare const de_StartContentUploadCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<StartContentUploadCommandOutput>;
1042
- export declare const de_StartImportJobCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<StartImportJobCommandOutput>;
1046
- export declare const de_TagResourceCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<TagResourceCommandOutput>;
1050
- export declare const de_UntagResourceCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<UntagResourceCommandOutput>;
1054
- export declare const de_UpdateAIAgentCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<UpdateAIAgentCommandOutput>;
1058
- export declare const de_UpdateAIGuardrailCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<UpdateAIGuardrailCommandOutput>;
1062
- export declare const de_UpdateAIPromptCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<UpdateAIPromptCommandOutput>;
1066
- export declare const de_UpdateAssistantAIAgentCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext
1069
- ) => Promise<UpdateAssistantAIAgentCommandOutput>;
1070
- export declare const de_UpdateContentCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<UpdateContentCommandOutput>;
1074
- export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
1078
- export declare const de_UpdateMessageTemplateCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<UpdateMessageTemplateCommandOutput>;
1082
- export declare const de_UpdateMessageTemplateMetadataCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<UpdateMessageTemplateMetadataCommandOutput>;
1086
- export declare const de_UpdateQuickResponseCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<UpdateQuickResponseCommandOutput>;
1090
- export declare const de_UpdateSessionCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<UpdateSessionCommandOutput>;
1094
- export declare const de_UpdateSessionDataCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<UpdateSessionDataCommandOutput>;