@aws-sdk/client-wisdom 3.303.0 → 3.309.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 (67) hide show
  1. package/dist-cjs/commands/CreateAssistantAssociationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAssistantCommand.js +2 -2
  3. package/dist-cjs/commands/CreateContentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSessionCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAssistantCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteContentCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -2
  10. package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -2
  11. package/dist-cjs/commands/GetAssistantCommand.js +2 -2
  12. package/dist-cjs/commands/GetContentCommand.js +2 -2
  13. package/dist-cjs/commands/GetContentSummaryCommand.js +2 -2
  14. package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -2
  15. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  16. package/dist-cjs/commands/GetSessionCommand.js +2 -2
  17. package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListAssistantsCommand.js +2 -2
  19. package/dist-cjs/commands/ListContentsCommand.js +2 -2
  20. package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -2
  23. package/dist-cjs/commands/QueryAssistantCommand.js +2 -2
  24. package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
  25. package/dist-cjs/commands/SearchContentCommand.js +2 -2
  26. package/dist-cjs/commands/SearchSessionsCommand.js +2 -2
  27. package/dist-cjs/commands/StartContentUploadCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateContentCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +431 -447
  33. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -3
  34. package/dist-es/commands/CreateAssistantCommand.js +3 -3
  35. package/dist-es/commands/CreateContentCommand.js +3 -3
  36. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -3
  37. package/dist-es/commands/CreateSessionCommand.js +3 -3
  38. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -3
  39. package/dist-es/commands/DeleteAssistantCommand.js +3 -3
  40. package/dist-es/commands/DeleteContentCommand.js +3 -3
  41. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -3
  42. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -3
  43. package/dist-es/commands/GetAssistantCommand.js +3 -3
  44. package/dist-es/commands/GetContentCommand.js +3 -3
  45. package/dist-es/commands/GetContentSummaryCommand.js +3 -3
  46. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -3
  47. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  48. package/dist-es/commands/GetSessionCommand.js +3 -3
  49. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -3
  50. package/dist-es/commands/ListAssistantsCommand.js +3 -3
  51. package/dist-es/commands/ListContentsCommand.js +3 -3
  52. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  54. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -3
  55. package/dist-es/commands/QueryAssistantCommand.js +3 -3
  56. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -3
  57. package/dist-es/commands/SearchContentCommand.js +3 -3
  58. package/dist-es/commands/SearchSessionsCommand.js +3 -3
  59. package/dist-es/commands/StartContentUploadCommand.js +3 -3
  60. package/dist-es/commands/TagResourceCommand.js +3 -3
  61. package/dist-es/commands/UntagResourceCommand.js +3 -3
  62. package/dist-es/commands/UpdateContentCommand.js +3 -3
  63. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +367 -383
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. package/package.json +29 -29
@@ -31,65 +31,251 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
31
31
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
32
  import { UpdateContentCommandInput, UpdateContentCommandOutput } from "../commands/UpdateContentCommand";
33
33
  import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
34
- export declare const serializeAws_restJson1CreateAssistantCommand: (input: CreateAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreateAssistantAssociationCommand: (input: CreateAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateContentCommand: (input: CreateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateKnowledgeBaseCommand: (input: CreateKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DeleteAssistantCommand: (input: DeleteAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteAssistantAssociationCommand: (input: DeleteAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteContentCommand: (input: DeleteContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteKnowledgeBaseCommand: (input: DeleteKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetAssistantCommand: (input: GetAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetAssistantAssociationCommand: (input: GetAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetContentCommand: (input: GetContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetContentSummaryCommand: (input: GetContentSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetKnowledgeBaseCommand: (input: GetKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListAssistantAssociationsCommand: (input: ListAssistantAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListAssistantsCommand: (input: ListAssistantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListContentsCommand: (input: ListContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListKnowledgeBasesCommand: (input: ListKnowledgeBasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1NotifyRecommendationsReceivedCommand: (input: NotifyRecommendationsReceivedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1QueryAssistantCommand: (input: QueryAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (input: RemoveKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1SearchContentCommand: (input: SearchContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1SearchSessionsCommand: (input: SearchSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1StartContentUploadCommand: (input: StartContentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdateContentCommand: (input: UpdateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (input: UpdateKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_restJson1CreateAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantCommandOutput>;
66
- export declare const deserializeAws_restJson1CreateAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantAssociationCommandOutput>;
67
- export declare const deserializeAws_restJson1CreateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContentCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKnowledgeBaseCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
70
- export declare const deserializeAws_restJson1DeleteAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantCommandOutput>;
71
- export declare const deserializeAws_restJson1DeleteAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantAssociationCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContentCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKnowledgeBaseCommandOutput>;
74
- export declare const deserializeAws_restJson1GetAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantCommandOutput>;
75
- export declare const deserializeAws_restJson1GetAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantAssociationCommandOutput>;
76
- export declare const deserializeAws_restJson1GetContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentCommandOutput>;
77
- export declare const deserializeAws_restJson1GetContentSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentSummaryCommandOutput>;
78
- export declare const deserializeAws_restJson1GetKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKnowledgeBaseCommandOutput>;
79
- export declare const deserializeAws_restJson1GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
80
- export declare const deserializeAws_restJson1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
81
- export declare const deserializeAws_restJson1ListAssistantAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantAssociationsCommandOutput>;
82
- export declare const deserializeAws_restJson1ListAssistantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContentsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListKnowledgeBasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKnowledgeBasesCommandOutput>;
85
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
86
- export declare const deserializeAws_restJson1NotifyRecommendationsReceivedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyRecommendationsReceivedCommandOutput>;
87
- export declare const deserializeAws_restJson1QueryAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryAssistantCommandOutput>;
88
- export declare const deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
89
- export declare const deserializeAws_restJson1SearchContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContentCommandOutput>;
90
- export declare const deserializeAws_restJson1SearchSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSessionsCommandOutput>;
91
- export declare const deserializeAws_restJson1StartContentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContentUploadCommandOutput>;
92
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
93
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1UpdateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContentCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
34
+ /**
35
+ * serializeAws_restJson1CreateAssistantCommand
36
+ */
37
+ export declare const se_CreateAssistantCommand: (input: CreateAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1CreateAssistantAssociationCommand
40
+ */
41
+ export declare const se_CreateAssistantAssociationCommand: (input: CreateAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1CreateContentCommand
44
+ */
45
+ export declare const se_CreateContentCommand: (input: CreateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1CreateKnowledgeBaseCommand
48
+ */
49
+ export declare const se_CreateKnowledgeBaseCommand: (input: CreateKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateSessionCommand
52
+ */
53
+ export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1DeleteAssistantCommand
56
+ */
57
+ export declare const se_DeleteAssistantCommand: (input: DeleteAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1DeleteAssistantAssociationCommand
60
+ */
61
+ export declare const se_DeleteAssistantAssociationCommand: (input: DeleteAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DeleteContentCommand
64
+ */
65
+ export declare const se_DeleteContentCommand: (input: DeleteContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DeleteKnowledgeBaseCommand
68
+ */
69
+ export declare const se_DeleteKnowledgeBaseCommand: (input: DeleteKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1GetAssistantCommand
72
+ */
73
+ export declare const se_GetAssistantCommand: (input: GetAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1GetAssistantAssociationCommand
76
+ */
77
+ export declare const se_GetAssistantAssociationCommand: (input: GetAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1GetContentCommand
80
+ */
81
+ export declare const se_GetContentCommand: (input: GetContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1GetContentSummaryCommand
84
+ */
85
+ export declare const se_GetContentSummaryCommand: (input: GetContentSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1GetKnowledgeBaseCommand
88
+ */
89
+ export declare const se_GetKnowledgeBaseCommand: (input: GetKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1GetRecommendationsCommand
92
+ */
93
+ export declare const se_GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1GetSessionCommand
96
+ */
97
+ export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1ListAssistantAssociationsCommand
100
+ */
101
+ export declare const se_ListAssistantAssociationsCommand: (input: ListAssistantAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1ListAssistantsCommand
104
+ */
105
+ export declare const se_ListAssistantsCommand: (input: ListAssistantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1ListContentsCommand
108
+ */
109
+ export declare const se_ListContentsCommand: (input: ListContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1ListKnowledgeBasesCommand
112
+ */
113
+ export declare const se_ListKnowledgeBasesCommand: (input: ListKnowledgeBasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1ListTagsForResourceCommand
116
+ */
117
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1NotifyRecommendationsReceivedCommand
120
+ */
121
+ export declare const se_NotifyRecommendationsReceivedCommand: (input: NotifyRecommendationsReceivedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1QueryAssistantCommand
124
+ */
125
+ export declare const se_QueryAssistantCommand: (input: QueryAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
128
+ */
129
+ export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (input: RemoveKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1SearchContentCommand
132
+ */
133
+ export declare const se_SearchContentCommand: (input: SearchContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1SearchSessionsCommand
136
+ */
137
+ export declare const se_SearchSessionsCommand: (input: SearchSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1StartContentUploadCommand
140
+ */
141
+ export declare const se_StartContentUploadCommand: (input: StartContentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1TagResourceCommand
144
+ */
145
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1UntagResourceCommand
148
+ */
149
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1UpdateContentCommand
152
+ */
153
+ export declare const se_UpdateContentCommand: (input: UpdateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
156
+ */
157
+ export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (input: UpdateKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * deserializeAws_restJson1CreateAssistantCommand
160
+ */
161
+ export declare const de_CreateAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1CreateAssistantAssociationCommand
164
+ */
165
+ export declare const de_CreateAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantAssociationCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1CreateContentCommand
168
+ */
169
+ export declare const de_CreateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContentCommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1CreateKnowledgeBaseCommand
172
+ */
173
+ export declare const de_CreateKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKnowledgeBaseCommandOutput>;
174
+ /**
175
+ * deserializeAws_restJson1CreateSessionCommand
176
+ */
177
+ export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1DeleteAssistantCommand
180
+ */
181
+ export declare const de_DeleteAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1DeleteAssistantAssociationCommand
184
+ */
185
+ export declare const de_DeleteAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantAssociationCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1DeleteContentCommand
188
+ */
189
+ export declare const de_DeleteContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContentCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1DeleteKnowledgeBaseCommand
192
+ */
193
+ export declare const de_DeleteKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKnowledgeBaseCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1GetAssistantCommand
196
+ */
197
+ export declare const de_GetAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1GetAssistantAssociationCommand
200
+ */
201
+ export declare const de_GetAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantAssociationCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1GetContentCommand
204
+ */
205
+ export declare const de_GetContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1GetContentSummaryCommand
208
+ */
209
+ export declare const de_GetContentSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentSummaryCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1GetKnowledgeBaseCommand
212
+ */
213
+ export declare const de_GetKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKnowledgeBaseCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1GetRecommendationsCommand
216
+ */
217
+ export declare const de_GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1GetSessionCommand
220
+ */
221
+ export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1ListAssistantAssociationsCommand
224
+ */
225
+ export declare const de_ListAssistantAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantAssociationsCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1ListAssistantsCommand
228
+ */
229
+ export declare const de_ListAssistantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantsCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1ListContentsCommand
232
+ */
233
+ export declare const de_ListContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContentsCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1ListKnowledgeBasesCommand
236
+ */
237
+ export declare const de_ListKnowledgeBasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKnowledgeBasesCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1ListTagsForResourceCommand
240
+ */
241
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1NotifyRecommendationsReceivedCommand
244
+ */
245
+ export declare const de_NotifyRecommendationsReceivedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyRecommendationsReceivedCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1QueryAssistantCommand
248
+ */
249
+ export declare const de_QueryAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryAssistantCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
252
+ */
253
+ export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1SearchContentCommand
256
+ */
257
+ export declare const de_SearchContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContentCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1SearchSessionsCommand
260
+ */
261
+ export declare const de_SearchSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSessionsCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1StartContentUploadCommand
264
+ */
265
+ export declare const de_StartContentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContentUploadCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1TagResourceCommand
268
+ */
269
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1UntagResourceCommand
272
+ */
273
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1UpdateContentCommand
276
+ */
277
+ export declare const de_UpdateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContentCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
280
+ */
281
+ export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
@@ -127,251 +127,251 @@ import {
127
127
  UpdateKnowledgeBaseTemplateUriCommandInput,
128
128
  UpdateKnowledgeBaseTemplateUriCommandOutput,
129
129
  } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
130
- export declare const serializeAws_restJson1CreateAssistantCommand: (
130
+ export declare const se_CreateAssistantCommand: (
131
131
  input: CreateAssistantCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateAssistantAssociationCommand: (
134
+ export declare const se_CreateAssistantAssociationCommand: (
135
135
  input: CreateAssistantAssociationCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1CreateContentCommand: (
138
+ export declare const se_CreateContentCommand: (
139
139
  input: CreateContentCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1CreateKnowledgeBaseCommand: (
142
+ export declare const se_CreateKnowledgeBaseCommand: (
143
143
  input: CreateKnowledgeBaseCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateSessionCommand: (
146
+ export declare const se_CreateSessionCommand: (
147
147
  input: CreateSessionCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DeleteAssistantCommand: (
150
+ export declare const se_DeleteAssistantCommand: (
151
151
  input: DeleteAssistantCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DeleteAssistantAssociationCommand: (
154
+ export declare const se_DeleteAssistantAssociationCommand: (
155
155
  input: DeleteAssistantAssociationCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DeleteContentCommand: (
158
+ export declare const se_DeleteContentCommand: (
159
159
  input: DeleteContentCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DeleteKnowledgeBaseCommand: (
162
+ export declare const se_DeleteKnowledgeBaseCommand: (
163
163
  input: DeleteKnowledgeBaseCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1GetAssistantCommand: (
166
+ export declare const se_GetAssistantCommand: (
167
167
  input: GetAssistantCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1GetAssistantAssociationCommand: (
170
+ export declare const se_GetAssistantAssociationCommand: (
171
171
  input: GetAssistantAssociationCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1GetContentCommand: (
174
+ export declare const se_GetContentCommand: (
175
175
  input: GetContentCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1GetContentSummaryCommand: (
178
+ export declare const se_GetContentSummaryCommand: (
179
179
  input: GetContentSummaryCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1GetKnowledgeBaseCommand: (
182
+ export declare const se_GetKnowledgeBaseCommand: (
183
183
  input: GetKnowledgeBaseCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1GetRecommendationsCommand: (
186
+ export declare const se_GetRecommendationsCommand: (
187
187
  input: GetRecommendationsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1GetSessionCommand: (
190
+ export declare const se_GetSessionCommand: (
191
191
  input: GetSessionCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListAssistantAssociationsCommand: (
194
+ export declare const se_ListAssistantAssociationsCommand: (
195
195
  input: ListAssistantAssociationsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListAssistantsCommand: (
198
+ export declare const se_ListAssistantsCommand: (
199
199
  input: ListAssistantsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListContentsCommand: (
202
+ export declare const se_ListContentsCommand: (
203
203
  input: ListContentsCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListKnowledgeBasesCommand: (
206
+ export declare const se_ListKnowledgeBasesCommand: (
207
207
  input: ListKnowledgeBasesCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
210
+ export declare const se_ListTagsForResourceCommand: (
211
211
  input: ListTagsForResourceCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1NotifyRecommendationsReceivedCommand: (
214
+ export declare const se_NotifyRecommendationsReceivedCommand: (
215
215
  input: NotifyRecommendationsReceivedCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1QueryAssistantCommand: (
218
+ export declare const se_QueryAssistantCommand: (
219
219
  input: QueryAssistantCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (
222
+ export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (
223
223
  input: RemoveKnowledgeBaseTemplateUriCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1SearchContentCommand: (
226
+ export declare const se_SearchContentCommand: (
227
227
  input: SearchContentCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1SearchSessionsCommand: (
230
+ export declare const se_SearchSessionsCommand: (
231
231
  input: SearchSessionsCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1StartContentUploadCommand: (
234
+ export declare const se_StartContentUploadCommand: (
235
235
  input: StartContentUploadCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1TagResourceCommand: (
238
+ export declare const se_TagResourceCommand: (
239
239
  input: TagResourceCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UntagResourceCommand: (
242
+ export declare const se_UntagResourceCommand: (
243
243
  input: UntagResourceCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1UpdateContentCommand: (
246
+ export declare const se_UpdateContentCommand: (
247
247
  input: UpdateContentCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (
250
+ export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (
251
251
  input: UpdateKnowledgeBaseTemplateUriCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const deserializeAws_restJson1CreateAssistantCommand: (
254
+ export declare const de_CreateAssistantCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<CreateAssistantCommandOutput>;
258
- export declare const deserializeAws_restJson1CreateAssistantAssociationCommand: (
258
+ export declare const de_CreateAssistantAssociationCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<CreateAssistantAssociationCommandOutput>;
262
- export declare const deserializeAws_restJson1CreateContentCommand: (
262
+ export declare const de_CreateContentCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<CreateContentCommandOutput>;
266
- export declare const deserializeAws_restJson1CreateKnowledgeBaseCommand: (
266
+ export declare const de_CreateKnowledgeBaseCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<CreateKnowledgeBaseCommandOutput>;
270
- export declare const deserializeAws_restJson1CreateSessionCommand: (
270
+ export declare const de_CreateSessionCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<CreateSessionCommandOutput>;
274
- export declare const deserializeAws_restJson1DeleteAssistantCommand: (
274
+ export declare const de_DeleteAssistantCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<DeleteAssistantCommandOutput>;
278
- export declare const deserializeAws_restJson1DeleteAssistantAssociationCommand: (
278
+ export declare const de_DeleteAssistantAssociationCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<DeleteAssistantAssociationCommandOutput>;
282
- export declare const deserializeAws_restJson1DeleteContentCommand: (
282
+ export declare const de_DeleteContentCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<DeleteContentCommandOutput>;
286
- export declare const deserializeAws_restJson1DeleteKnowledgeBaseCommand: (
286
+ export declare const de_DeleteKnowledgeBaseCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<DeleteKnowledgeBaseCommandOutput>;
290
- export declare const deserializeAws_restJson1GetAssistantCommand: (
290
+ export declare const de_GetAssistantCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<GetAssistantCommandOutput>;
294
- export declare const deserializeAws_restJson1GetAssistantAssociationCommand: (
294
+ export declare const de_GetAssistantAssociationCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<GetAssistantAssociationCommandOutput>;
298
- export declare const deserializeAws_restJson1GetContentCommand: (
298
+ export declare const de_GetContentCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<GetContentCommandOutput>;
302
- export declare const deserializeAws_restJson1GetContentSummaryCommand: (
302
+ export declare const de_GetContentSummaryCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<GetContentSummaryCommandOutput>;
306
- export declare const deserializeAws_restJson1GetKnowledgeBaseCommand: (
306
+ export declare const de_GetKnowledgeBaseCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<GetKnowledgeBaseCommandOutput>;
310
- export declare const deserializeAws_restJson1GetRecommendationsCommand: (
310
+ export declare const de_GetRecommendationsCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<GetRecommendationsCommandOutput>;
314
- export declare const deserializeAws_restJson1GetSessionCommand: (
314
+ export declare const de_GetSessionCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<GetSessionCommandOutput>;
318
- export declare const deserializeAws_restJson1ListAssistantAssociationsCommand: (
318
+ export declare const de_ListAssistantAssociationsCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListAssistantAssociationsCommandOutput>;
322
- export declare const deserializeAws_restJson1ListAssistantsCommand: (
322
+ export declare const de_ListAssistantsCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ListAssistantsCommandOutput>;
326
- export declare const deserializeAws_restJson1ListContentsCommand: (
326
+ export declare const de_ListContentsCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<ListContentsCommandOutput>;
330
- export declare const deserializeAws_restJson1ListKnowledgeBasesCommand: (
330
+ export declare const de_ListKnowledgeBasesCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<ListKnowledgeBasesCommandOutput>;
334
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
334
+ export declare const de_ListTagsForResourceCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<ListTagsForResourceCommandOutput>;
338
- export declare const deserializeAws_restJson1NotifyRecommendationsReceivedCommand: (
338
+ export declare const de_NotifyRecommendationsReceivedCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<NotifyRecommendationsReceivedCommandOutput>;
342
- export declare const deserializeAws_restJson1QueryAssistantCommand: (
342
+ export declare const de_QueryAssistantCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<QueryAssistantCommandOutput>;
346
- export declare const deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (
346
+ export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
350
- export declare const deserializeAws_restJson1SearchContentCommand: (
350
+ export declare const de_SearchContentCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<SearchContentCommandOutput>;
354
- export declare const deserializeAws_restJson1SearchSessionsCommand: (
354
+ export declare const de_SearchSessionsCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<SearchSessionsCommandOutput>;
358
- export declare const deserializeAws_restJson1StartContentUploadCommand: (
358
+ export declare const de_StartContentUploadCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<StartContentUploadCommandOutput>;
362
- export declare const deserializeAws_restJson1TagResourceCommand: (
362
+ export declare const de_TagResourceCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<TagResourceCommandOutput>;
366
- export declare const deserializeAws_restJson1UntagResourceCommand: (
366
+ export declare const de_UntagResourceCommand: (
367
367
  output: __HttpResponse,
368
368
  context: __SerdeContext
369
369
  ) => Promise<UntagResourceCommandOutput>;
370
- export declare const deserializeAws_restJson1UpdateContentCommand: (
370
+ export declare const de_UpdateContentCommand: (
371
371
  output: __HttpResponse,
372
372
  context: __SerdeContext
373
373
  ) => Promise<UpdateContentCommandOutput>;
374
- export declare const deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (
374
+ export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (
375
375
  output: __HttpResponse,
376
376
  context: __SerdeContext
377
377
  ) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;