@aws-sdk/client-qapps 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.
Files changed (56) hide show
  1. package/dist-cjs/index.js +1792 -1872
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QAppsClient.js +2 -0
  4. package/dist-es/commands/AssociateLibraryItemReviewCommand.js +3 -9
  5. package/dist-es/commands/AssociateQAppWithUserCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateCategoryCommand.js +3 -9
  7. package/dist-es/commands/BatchDeleteCategoryCommand.js +3 -9
  8. package/dist-es/commands/BatchUpdateCategoryCommand.js +3 -9
  9. package/dist-es/commands/CreateLibraryItemCommand.js +3 -9
  10. package/dist-es/commands/CreatePresignedUrlCommand.js +3 -9
  11. package/dist-es/commands/CreateQAppCommand.js +3 -9
  12. package/dist-es/commands/DeleteLibraryItemCommand.js +3 -9
  13. package/dist-es/commands/DeleteQAppCommand.js +3 -9
  14. package/dist-es/commands/DescribeQAppPermissionsCommand.js +3 -9
  15. package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +3 -9
  16. package/dist-es/commands/DisassociateQAppFromUserCommand.js +3 -9
  17. package/dist-es/commands/ExportQAppSessionDataCommand.js +3 -9
  18. package/dist-es/commands/GetLibraryItemCommand.js +3 -9
  19. package/dist-es/commands/GetQAppCommand.js +3 -9
  20. package/dist-es/commands/GetQAppSessionCommand.js +3 -9
  21. package/dist-es/commands/GetQAppSessionMetadataCommand.js +3 -9
  22. package/dist-es/commands/ImportDocumentCommand.js +3 -9
  23. package/dist-es/commands/ListCategoriesCommand.js +3 -9
  24. package/dist-es/commands/ListLibraryItemsCommand.js +3 -9
  25. package/dist-es/commands/ListQAppSessionDataCommand.js +3 -9
  26. package/dist-es/commands/ListQAppsCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/PredictQAppCommand.js +3 -9
  29. package/dist-es/commands/StartQAppSessionCommand.js +3 -9
  30. package/dist-es/commands/StopQAppSessionCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateLibraryItemCommand.js +3 -9
  34. package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +3 -9
  35. package/dist-es/commands/UpdateQAppCommand.js +3 -9
  36. package/dist-es/commands/UpdateQAppPermissionsCommand.js +3 -9
  37. package/dist-es/commands/UpdateQAppSessionCommand.js +3 -9
  38. package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +3 -9
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1713 -0
  41. package/dist-types/QAppsClient.d.ts +10 -1
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +168 -0
  47. package/dist-types/ts3.4/QAppsClient.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
  53. package/package.json +2 -2
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1611
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -1,317 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput } from "../commands/AssociateLibraryItemReviewCommand";
4
- import { AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput } from "../commands/AssociateQAppWithUserCommand";
5
- import { BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput } from "../commands/BatchCreateCategoryCommand";
6
- import { BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput } from "../commands/BatchDeleteCategoryCommand";
7
- import { BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput } from "../commands/BatchUpdateCategoryCommand";
8
- import { CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput } from "../commands/CreateLibraryItemCommand";
9
- import { CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput } from "../commands/CreatePresignedUrlCommand";
10
- import { CreateQAppCommandInput, CreateQAppCommandOutput } from "../commands/CreateQAppCommand";
11
- import { DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput } from "../commands/DeleteLibraryItemCommand";
12
- import { DeleteQAppCommandInput, DeleteQAppCommandOutput } from "../commands/DeleteQAppCommand";
13
- import { DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput } from "../commands/DescribeQAppPermissionsCommand";
14
- import { DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput } from "../commands/DisassociateLibraryItemReviewCommand";
15
- import { DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput } from "../commands/DisassociateQAppFromUserCommand";
16
- import { ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput } from "../commands/ExportQAppSessionDataCommand";
17
- import { GetLibraryItemCommandInput, GetLibraryItemCommandOutput } from "../commands/GetLibraryItemCommand";
18
- import { GetQAppCommandInput, GetQAppCommandOutput } from "../commands/GetQAppCommand";
19
- import { GetQAppSessionCommandInput, GetQAppSessionCommandOutput } from "../commands/GetQAppSessionCommand";
20
- import { GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput } from "../commands/GetQAppSessionMetadataCommand";
21
- import { ImportDocumentCommandInput, ImportDocumentCommandOutput } from "../commands/ImportDocumentCommand";
22
- import { ListCategoriesCommandInput, ListCategoriesCommandOutput } from "../commands/ListCategoriesCommand";
23
- import { ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput } from "../commands/ListLibraryItemsCommand";
24
- import { ListQAppsCommandInput, ListQAppsCommandOutput } from "../commands/ListQAppsCommand";
25
- import { ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput } from "../commands/ListQAppSessionDataCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
27
- import { PredictQAppCommandInput, PredictQAppCommandOutput } from "../commands/PredictQAppCommand";
28
- import { StartQAppSessionCommandInput, StartQAppSessionCommandOutput } from "../commands/StartQAppSessionCommand";
29
- import { StopQAppSessionCommandInput, StopQAppSessionCommandOutput } from "../commands/StopQAppSessionCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
- import { UpdateLibraryItemCommandInput, UpdateLibraryItemCommandOutput } from "../commands/UpdateLibraryItemCommand";
33
- import { UpdateLibraryItemMetadataCommandInput, UpdateLibraryItemMetadataCommandOutput } from "../commands/UpdateLibraryItemMetadataCommand";
34
- import { UpdateQAppCommandInput, UpdateQAppCommandOutput } from "../commands/UpdateQAppCommand";
35
- import { UpdateQAppPermissionsCommandInput, UpdateQAppPermissionsCommandOutput } from "../commands/UpdateQAppPermissionsCommand";
36
- import { UpdateQAppSessionCommandInput, UpdateQAppSessionCommandOutput } from "../commands/UpdateQAppSessionCommand";
37
- import { UpdateQAppSessionMetadataCommandInput, UpdateQAppSessionMetadataCommandOutput } from "../commands/UpdateQAppSessionMetadataCommand";
38
- /**
39
- * serializeAws_restJson1AssociateLibraryItemReviewCommand
40
- */
41
- export declare const se_AssociateLibraryItemReviewCommand: (input: AssociateLibraryItemReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1AssociateQAppWithUserCommand
44
- */
45
- export declare const se_AssociateQAppWithUserCommand: (input: AssociateQAppWithUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1BatchCreateCategoryCommand
48
- */
49
- export declare const se_BatchCreateCategoryCommand: (input: BatchCreateCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1BatchDeleteCategoryCommand
52
- */
53
- export declare const se_BatchDeleteCategoryCommand: (input: BatchDeleteCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1BatchUpdateCategoryCommand
56
- */
57
- export declare const se_BatchUpdateCategoryCommand: (input: BatchUpdateCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1CreateLibraryItemCommand
60
- */
61
- export declare const se_CreateLibraryItemCommand: (input: CreateLibraryItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1CreatePresignedUrlCommand
64
- */
65
- export declare const se_CreatePresignedUrlCommand: (input: CreatePresignedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1CreateQAppCommand
68
- */
69
- export declare const se_CreateQAppCommand: (input: CreateQAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1DeleteLibraryItemCommand
72
- */
73
- export declare const se_DeleteLibraryItemCommand: (input: DeleteLibraryItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1DeleteQAppCommand
76
- */
77
- export declare const se_DeleteQAppCommand: (input: DeleteQAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1DescribeQAppPermissionsCommand
80
- */
81
- export declare const se_DescribeQAppPermissionsCommand: (input: DescribeQAppPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1DisassociateLibraryItemReviewCommand
84
- */
85
- export declare const se_DisassociateLibraryItemReviewCommand: (input: DisassociateLibraryItemReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1DisassociateQAppFromUserCommand
88
- */
89
- export declare const se_DisassociateQAppFromUserCommand: (input: DisassociateQAppFromUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1ExportQAppSessionDataCommand
92
- */
93
- export declare const se_ExportQAppSessionDataCommand: (input: ExportQAppSessionDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1GetLibraryItemCommand
96
- */
97
- export declare const se_GetLibraryItemCommand: (input: GetLibraryItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1GetQAppCommand
100
- */
101
- export declare const se_GetQAppCommand: (input: GetQAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1GetQAppSessionCommand
104
- */
105
- export declare const se_GetQAppSessionCommand: (input: GetQAppSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1GetQAppSessionMetadataCommand
108
- */
109
- export declare const se_GetQAppSessionMetadataCommand: (input: GetQAppSessionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ImportDocumentCommand
112
- */
113
- export declare const se_ImportDocumentCommand: (input: ImportDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListCategoriesCommand
116
- */
117
- export declare const se_ListCategoriesCommand: (input: ListCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1ListLibraryItemsCommand
120
- */
121
- export declare const se_ListLibraryItemsCommand: (input: ListLibraryItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1ListQAppsCommand
124
- */
125
- export declare const se_ListQAppsCommand: (input: ListQAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1ListQAppSessionDataCommand
128
- */
129
- export declare const se_ListQAppSessionDataCommand: (input: ListQAppSessionDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1ListTagsForResourceCommand
132
- */
133
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1PredictQAppCommand
136
- */
137
- export declare const se_PredictQAppCommand: (input: PredictQAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1StartQAppSessionCommand
140
- */
141
- export declare const se_StartQAppSessionCommand: (input: StartQAppSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1StopQAppSessionCommand
144
- */
145
- export declare const se_StopQAppSessionCommand: (input: StopQAppSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1TagResourceCommand
148
- */
149
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1UntagResourceCommand
152
- */
153
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1UpdateLibraryItemCommand
156
- */
157
- export declare const se_UpdateLibraryItemCommand: (input: UpdateLibraryItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1UpdateLibraryItemMetadataCommand
160
- */
161
- export declare const se_UpdateLibraryItemMetadataCommand: (input: UpdateLibraryItemMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1UpdateQAppCommand
164
- */
165
- export declare const se_UpdateQAppCommand: (input: UpdateQAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1UpdateQAppPermissionsCommand
168
- */
169
- export declare const se_UpdateQAppPermissionsCommand: (input: UpdateQAppPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1UpdateQAppSessionCommand
172
- */
173
- export declare const se_UpdateQAppSessionCommand: (input: UpdateQAppSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1UpdateQAppSessionMetadataCommand
176
- */
177
- export declare const se_UpdateQAppSessionMetadataCommand: (input: UpdateQAppSessionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * deserializeAws_restJson1AssociateLibraryItemReviewCommand
180
- */
181
- export declare const de_AssociateLibraryItemReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLibraryItemReviewCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1AssociateQAppWithUserCommand
184
- */
185
- export declare const de_AssociateQAppWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQAppWithUserCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1BatchCreateCategoryCommand
188
- */
189
- export declare const de_BatchCreateCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateCategoryCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1BatchDeleteCategoryCommand
192
- */
193
- export declare const de_BatchDeleteCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteCategoryCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1BatchUpdateCategoryCommand
196
- */
197
- export declare const de_BatchUpdateCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateCategoryCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1CreateLibraryItemCommand
200
- */
201
- export declare const de_CreateLibraryItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLibraryItemCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1CreatePresignedUrlCommand
204
- */
205
- export declare const de_CreatePresignedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedUrlCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1CreateQAppCommand
208
- */
209
- export declare const de_CreateQAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQAppCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1DeleteLibraryItemCommand
212
- */
213
- export declare const de_DeleteLibraryItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLibraryItemCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1DeleteQAppCommand
216
- */
217
- export declare const de_DeleteQAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQAppCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1DescribeQAppPermissionsCommand
220
- */
221
- export declare const de_DescribeQAppPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQAppPermissionsCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1DisassociateLibraryItemReviewCommand
224
- */
225
- export declare const de_DisassociateLibraryItemReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLibraryItemReviewCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1DisassociateQAppFromUserCommand
228
- */
229
- export declare const de_DisassociateQAppFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQAppFromUserCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1ExportQAppSessionDataCommand
232
- */
233
- export declare const de_ExportQAppSessionDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportQAppSessionDataCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1GetLibraryItemCommand
236
- */
237
- export declare const de_GetLibraryItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLibraryItemCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1GetQAppCommand
240
- */
241
- export declare const de_GetQAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQAppCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1GetQAppSessionCommand
244
- */
245
- export declare const de_GetQAppSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQAppSessionCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1GetQAppSessionMetadataCommand
248
- */
249
- export declare const de_GetQAppSessionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQAppSessionMetadataCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1ImportDocumentCommand
252
- */
253
- export declare const de_ImportDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDocumentCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1ListCategoriesCommand
256
- */
257
- export declare const de_ListCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCategoriesCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1ListLibraryItemsCommand
260
- */
261
- export declare const de_ListLibraryItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLibraryItemsCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1ListQAppsCommand
264
- */
265
- export declare const de_ListQAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQAppsCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1ListQAppSessionDataCommand
268
- */
269
- export declare const de_ListQAppSessionDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQAppSessionDataCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1ListTagsForResourceCommand
272
- */
273
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1PredictQAppCommand
276
- */
277
- export declare const de_PredictQAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PredictQAppCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1StartQAppSessionCommand
280
- */
281
- export declare const de_StartQAppSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQAppSessionCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1StopQAppSessionCommand
284
- */
285
- export declare const de_StopQAppSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQAppSessionCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1TagResourceCommand
288
- */
289
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1UntagResourceCommand
292
- */
293
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1UpdateLibraryItemCommand
296
- */
297
- export declare const de_UpdateLibraryItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLibraryItemCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1UpdateLibraryItemMetadataCommand
300
- */
301
- export declare const de_UpdateLibraryItemMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLibraryItemMetadataCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1UpdateQAppCommand
304
- */
305
- export declare const de_UpdateQAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQAppCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1UpdateQAppPermissionsCommand
308
- */
309
- export declare const de_UpdateQAppPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQAppPermissionsCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1UpdateQAppSessionCommand
312
- */
313
- export declare const de_UpdateQAppSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQAppSessionCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1UpdateQAppSessionMetadataCommand
316
- */
317
- export declare const de_UpdateQAppSessionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQAppSessionMetadataCommandOutput>;