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