@aws-sdk/client-qapps 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +5 -5
  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,425 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateLibraryItemReviewCommandInput,
8
- AssociateLibraryItemReviewCommandOutput,
9
- } from "../commands/AssociateLibraryItemReviewCommand";
10
- import {
11
- AssociateQAppWithUserCommandInput,
12
- AssociateQAppWithUserCommandOutput,
13
- } from "../commands/AssociateQAppWithUserCommand";
14
- import {
15
- BatchCreateCategoryCommandInput,
16
- BatchCreateCategoryCommandOutput,
17
- } from "../commands/BatchCreateCategoryCommand";
18
- import {
19
- BatchDeleteCategoryCommandInput,
20
- BatchDeleteCategoryCommandOutput,
21
- } from "../commands/BatchDeleteCategoryCommand";
22
- import {
23
- BatchUpdateCategoryCommandInput,
24
- BatchUpdateCategoryCommandOutput,
25
- } from "../commands/BatchUpdateCategoryCommand";
26
- import {
27
- CreateLibraryItemCommandInput,
28
- CreateLibraryItemCommandOutput,
29
- } from "../commands/CreateLibraryItemCommand";
30
- import {
31
- CreatePresignedUrlCommandInput,
32
- CreatePresignedUrlCommandOutput,
33
- } from "../commands/CreatePresignedUrlCommand";
34
- import {
35
- CreateQAppCommandInput,
36
- CreateQAppCommandOutput,
37
- } from "../commands/CreateQAppCommand";
38
- import {
39
- DeleteLibraryItemCommandInput,
40
- DeleteLibraryItemCommandOutput,
41
- } from "../commands/DeleteLibraryItemCommand";
42
- import {
43
- DeleteQAppCommandInput,
44
- DeleteQAppCommandOutput,
45
- } from "../commands/DeleteQAppCommand";
46
- import {
47
- DescribeQAppPermissionsCommandInput,
48
- DescribeQAppPermissionsCommandOutput,
49
- } from "../commands/DescribeQAppPermissionsCommand";
50
- import {
51
- DisassociateLibraryItemReviewCommandInput,
52
- DisassociateLibraryItemReviewCommandOutput,
53
- } from "../commands/DisassociateLibraryItemReviewCommand";
54
- import {
55
- DisassociateQAppFromUserCommandInput,
56
- DisassociateQAppFromUserCommandOutput,
57
- } from "../commands/DisassociateQAppFromUserCommand";
58
- import {
59
- ExportQAppSessionDataCommandInput,
60
- ExportQAppSessionDataCommandOutput,
61
- } from "../commands/ExportQAppSessionDataCommand";
62
- import {
63
- GetLibraryItemCommandInput,
64
- GetLibraryItemCommandOutput,
65
- } from "../commands/GetLibraryItemCommand";
66
- import {
67
- GetQAppCommandInput,
68
- GetQAppCommandOutput,
69
- } from "../commands/GetQAppCommand";
70
- import {
71
- GetQAppSessionCommandInput,
72
- GetQAppSessionCommandOutput,
73
- } from "../commands/GetQAppSessionCommand";
74
- import {
75
- GetQAppSessionMetadataCommandInput,
76
- GetQAppSessionMetadataCommandOutput,
77
- } from "../commands/GetQAppSessionMetadataCommand";
78
- import {
79
- ImportDocumentCommandInput,
80
- ImportDocumentCommandOutput,
81
- } from "../commands/ImportDocumentCommand";
82
- import {
83
- ListCategoriesCommandInput,
84
- ListCategoriesCommandOutput,
85
- } from "../commands/ListCategoriesCommand";
86
- import {
87
- ListLibraryItemsCommandInput,
88
- ListLibraryItemsCommandOutput,
89
- } from "../commands/ListLibraryItemsCommand";
90
- import {
91
- ListQAppsCommandInput,
92
- ListQAppsCommandOutput,
93
- } from "../commands/ListQAppsCommand";
94
- import {
95
- ListQAppSessionDataCommandInput,
96
- ListQAppSessionDataCommandOutput,
97
- } from "../commands/ListQAppSessionDataCommand";
98
- import {
99
- ListTagsForResourceCommandInput,
100
- ListTagsForResourceCommandOutput,
101
- } from "../commands/ListTagsForResourceCommand";
102
- import {
103
- PredictQAppCommandInput,
104
- PredictQAppCommandOutput,
105
- } from "../commands/PredictQAppCommand";
106
- import {
107
- StartQAppSessionCommandInput,
108
- StartQAppSessionCommandOutput,
109
- } from "../commands/StartQAppSessionCommand";
110
- import {
111
- StopQAppSessionCommandInput,
112
- StopQAppSessionCommandOutput,
113
- } from "../commands/StopQAppSessionCommand";
114
- import {
115
- TagResourceCommandInput,
116
- TagResourceCommandOutput,
117
- } from "../commands/TagResourceCommand";
118
- import {
119
- UntagResourceCommandInput,
120
- UntagResourceCommandOutput,
121
- } from "../commands/UntagResourceCommand";
122
- import {
123
- UpdateLibraryItemCommandInput,
124
- UpdateLibraryItemCommandOutput,
125
- } from "../commands/UpdateLibraryItemCommand";
126
- import {
127
- UpdateLibraryItemMetadataCommandInput,
128
- UpdateLibraryItemMetadataCommandOutput,
129
- } from "../commands/UpdateLibraryItemMetadataCommand";
130
- import {
131
- UpdateQAppCommandInput,
132
- UpdateQAppCommandOutput,
133
- } from "../commands/UpdateQAppCommand";
134
- import {
135
- UpdateQAppPermissionsCommandInput,
136
- UpdateQAppPermissionsCommandOutput,
137
- } from "../commands/UpdateQAppPermissionsCommand";
138
- import {
139
- UpdateQAppSessionCommandInput,
140
- UpdateQAppSessionCommandOutput,
141
- } from "../commands/UpdateQAppSessionCommand";
142
- import {
143
- UpdateQAppSessionMetadataCommandInput,
144
- UpdateQAppSessionMetadataCommandOutput,
145
- } from "../commands/UpdateQAppSessionMetadataCommand";
146
- export declare const se_AssociateLibraryItemReviewCommand: (
147
- input: AssociateLibraryItemReviewCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_AssociateQAppWithUserCommand: (
151
- input: AssociateQAppWithUserCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_BatchCreateCategoryCommand: (
155
- input: BatchCreateCategoryCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_BatchDeleteCategoryCommand: (
159
- input: BatchDeleteCategoryCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_BatchUpdateCategoryCommand: (
163
- input: BatchUpdateCategoryCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateLibraryItemCommand: (
167
- input: CreateLibraryItemCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreatePresignedUrlCommand: (
171
- input: CreatePresignedUrlCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateQAppCommand: (
175
- input: CreateQAppCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteLibraryItemCommand: (
179
- input: DeleteLibraryItemCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteQAppCommand: (
183
- input: DeleteQAppCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeQAppPermissionsCommand: (
187
- input: DescribeQAppPermissionsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DisassociateLibraryItemReviewCommand: (
191
- input: DisassociateLibraryItemReviewCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DisassociateQAppFromUserCommand: (
195
- input: DisassociateQAppFromUserCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ExportQAppSessionDataCommand: (
199
- input: ExportQAppSessionDataCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetLibraryItemCommand: (
203
- input: GetLibraryItemCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetQAppCommand: (
207
- input: GetQAppCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetQAppSessionCommand: (
211
- input: GetQAppSessionCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetQAppSessionMetadataCommand: (
215
- input: GetQAppSessionMetadataCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ImportDocumentCommand: (
219
- input: ImportDocumentCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListCategoriesCommand: (
223
- input: ListCategoriesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListLibraryItemsCommand: (
227
- input: ListLibraryItemsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListQAppsCommand: (
231
- input: ListQAppsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListQAppSessionDataCommand: (
235
- input: ListQAppSessionDataCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListTagsForResourceCommand: (
239
- input: ListTagsForResourceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_PredictQAppCommand: (
243
- input: PredictQAppCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_StartQAppSessionCommand: (
247
- input: StartQAppSessionCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_StopQAppSessionCommand: (
251
- input: StopQAppSessionCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_TagResourceCommand: (
255
- input: TagResourceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_UntagResourceCommand: (
259
- input: UntagResourceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_UpdateLibraryItemCommand: (
263
- input: UpdateLibraryItemCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UpdateLibraryItemMetadataCommand: (
267
- input: UpdateLibraryItemMetadataCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdateQAppCommand: (
271
- input: UpdateQAppCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateQAppPermissionsCommand: (
275
- input: UpdateQAppPermissionsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateQAppSessionCommand: (
279
- input: UpdateQAppSessionCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UpdateQAppSessionMetadataCommand: (
283
- input: UpdateQAppSessionMetadataCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const de_AssociateLibraryItemReviewCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<AssociateLibraryItemReviewCommandOutput>;
290
- export declare const de_AssociateQAppWithUserCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<AssociateQAppWithUserCommandOutput>;
294
- export declare const de_BatchCreateCategoryCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<BatchCreateCategoryCommandOutput>;
298
- export declare const de_BatchDeleteCategoryCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<BatchDeleteCategoryCommandOutput>;
302
- export declare const de_BatchUpdateCategoryCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<BatchUpdateCategoryCommandOutput>;
306
- export declare const de_CreateLibraryItemCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateLibraryItemCommandOutput>;
310
- export declare const de_CreatePresignedUrlCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreatePresignedUrlCommandOutput>;
314
- export declare const de_CreateQAppCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateQAppCommandOutput>;
318
- export declare const de_DeleteLibraryItemCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteLibraryItemCommandOutput>;
322
- export declare const de_DeleteQAppCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteQAppCommandOutput>;
326
- export declare const de_DescribeQAppPermissionsCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DescribeQAppPermissionsCommandOutput>;
330
- export declare const de_DisassociateLibraryItemReviewCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DisassociateLibraryItemReviewCommandOutput>;
334
- export declare const de_DisassociateQAppFromUserCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DisassociateQAppFromUserCommandOutput>;
338
- export declare const de_ExportQAppSessionDataCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<ExportQAppSessionDataCommandOutput>;
342
- export declare const de_GetLibraryItemCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetLibraryItemCommandOutput>;
346
- export declare const de_GetQAppCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetQAppCommandOutput>;
350
- export declare const de_GetQAppSessionCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetQAppSessionCommandOutput>;
354
- export declare const de_GetQAppSessionMetadataCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetQAppSessionMetadataCommandOutput>;
358
- export declare const de_ImportDocumentCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ImportDocumentCommandOutput>;
362
- export declare const de_ListCategoriesCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListCategoriesCommandOutput>;
366
- export declare const de_ListLibraryItemsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListLibraryItemsCommandOutput>;
370
- export declare const de_ListQAppsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListQAppsCommandOutput>;
374
- export declare const de_ListQAppSessionDataCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListQAppSessionDataCommandOutput>;
378
- export declare const de_ListTagsForResourceCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListTagsForResourceCommandOutput>;
382
- export declare const de_PredictQAppCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<PredictQAppCommandOutput>;
386
- export declare const de_StartQAppSessionCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<StartQAppSessionCommandOutput>;
390
- export declare const de_StopQAppSessionCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<StopQAppSessionCommandOutput>;
394
- export declare const de_TagResourceCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<TagResourceCommandOutput>;
398
- export declare const de_UntagResourceCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<UntagResourceCommandOutput>;
402
- export declare const de_UpdateLibraryItemCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<UpdateLibraryItemCommandOutput>;
406
- export declare const de_UpdateLibraryItemMetadataCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UpdateLibraryItemMetadataCommandOutput>;
410
- export declare const de_UpdateQAppCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateQAppCommandOutput>;
414
- export declare const de_UpdateQAppPermissionsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<UpdateQAppPermissionsCommandOutput>;
418
- export declare const de_UpdateQAppSessionCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UpdateQAppSessionCommandOutput>;
422
- export declare const de_UpdateQAppSessionMetadataCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UpdateQAppSessionMetadataCommandOutput>;