@aws-sdk/client-qapps 3.696.0 → 3.701.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/README.md +56 -0
- package/dist-cjs/QApps.js +14 -0
- package/dist-cjs/commands/CreatePresignedUrlCommand.js +26 -0
- package/dist-cjs/commands/DescribeQAppPermissionsCommand.js +26 -0
- package/dist-cjs/commands/ExportQAppSessionDataCommand.js +26 -0
- package/dist-cjs/commands/GetQAppSessionMetadataCommand.js +26 -0
- package/dist-cjs/commands/ListQAppSessionDataCommand.js +26 -0
- package/dist-cjs/commands/UpdateQAppPermissionsCommand.js +26 -0
- package/dist-cjs/commands/UpdateQAppSessionMetadataCommand.js +26 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/models/models_0.js +24 -1
- package/dist-cjs/protocols/Aws_restJson1.js +352 -3
- package/dist-es/QApps.js +14 -0
- package/dist-es/commands/CreatePresignedUrlCommand.js +22 -0
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +22 -0
- package/dist-es/commands/ExportQAppSessionDataCommand.js +22 -0
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +22 -0
- package/dist-es/commands/ListQAppSessionDataCommand.js +22 -0
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +22 -0
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +22 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +336 -1
- package/dist-types/QApps.d.ts +49 -0
- package/dist-types/QAppsClient.d.ts +9 -2
- package/dist-types/commands/CreatePresignedUrlCommand.d.ts +102 -0
- package/dist-types/commands/CreateQAppCommand.d.ts +13 -4
- package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +102 -0
- package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +101 -0
- package/dist-types/commands/GetQAppCommand.d.ts +20 -4
- package/dist-types/commands/GetQAppSessionCommand.d.ts +13 -2
- package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +103 -0
- package/dist-types/commands/ListQAppSessionDataCommand.d.ts +108 -0
- package/dist-types/commands/PredictQAppCommand.d.ts +13 -4
- package/dist-types/commands/StartQAppSessionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateQAppCommand.d.ts +13 -4
- package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +114 -0
- package/dist-types/commands/UpdateQAppSessionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +108 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +704 -11
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/QApps.d.ts +119 -0
- package/dist-types/ts3.4/QAppsClient.d.ts +44 -2
- package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +202 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -263,6 +263,14 @@ CreateLibraryItem
|
|
|
263
263
|
|
|
264
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/CreateLibraryItemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/CreateLibraryItemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/CreateLibraryItemCommandOutput/)
|
|
265
265
|
|
|
266
|
+
</details>
|
|
267
|
+
<details>
|
|
268
|
+
<summary>
|
|
269
|
+
CreatePresignedUrl
|
|
270
|
+
</summary>
|
|
271
|
+
|
|
272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/CreatePresignedUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/CreatePresignedUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/CreatePresignedUrlCommandOutput/)
|
|
273
|
+
|
|
266
274
|
</details>
|
|
267
275
|
<details>
|
|
268
276
|
<summary>
|
|
@@ -287,6 +295,14 @@ DeleteQApp
|
|
|
287
295
|
|
|
288
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/DeleteQAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DeleteQAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DeleteQAppCommandOutput/)
|
|
289
297
|
|
|
298
|
+
</details>
|
|
299
|
+
<details>
|
|
300
|
+
<summary>
|
|
301
|
+
DescribeQAppPermissions
|
|
302
|
+
</summary>
|
|
303
|
+
|
|
304
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/DescribeQAppPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DescribeQAppPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DescribeQAppPermissionsCommandOutput/)
|
|
305
|
+
|
|
290
306
|
</details>
|
|
291
307
|
<details>
|
|
292
308
|
<summary>
|
|
@@ -303,6 +319,14 @@ DisassociateQAppFromUser
|
|
|
303
319
|
|
|
304
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/DisassociateQAppFromUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DisassociateQAppFromUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/DisassociateQAppFromUserCommandOutput/)
|
|
305
321
|
|
|
322
|
+
</details>
|
|
323
|
+
<details>
|
|
324
|
+
<summary>
|
|
325
|
+
ExportQAppSessionData
|
|
326
|
+
</summary>
|
|
327
|
+
|
|
328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/ExportQAppSessionDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ExportQAppSessionDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ExportQAppSessionDataCommandOutput/)
|
|
329
|
+
|
|
306
330
|
</details>
|
|
307
331
|
<details>
|
|
308
332
|
<summary>
|
|
@@ -327,6 +351,14 @@ GetQAppSession
|
|
|
327
351
|
|
|
328
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/GetQAppSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/GetQAppSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/GetQAppSessionCommandOutput/)
|
|
329
353
|
|
|
354
|
+
</details>
|
|
355
|
+
<details>
|
|
356
|
+
<summary>
|
|
357
|
+
GetQAppSessionMetadata
|
|
358
|
+
</summary>
|
|
359
|
+
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/GetQAppSessionMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/GetQAppSessionMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/GetQAppSessionMetadataCommandOutput/)
|
|
361
|
+
|
|
330
362
|
</details>
|
|
331
363
|
<details>
|
|
332
364
|
<summary>
|
|
@@ -359,6 +391,14 @@ ListQApps
|
|
|
359
391
|
|
|
360
392
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/ListQAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ListQAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ListQAppsCommandOutput/)
|
|
361
393
|
|
|
394
|
+
</details>
|
|
395
|
+
<details>
|
|
396
|
+
<summary>
|
|
397
|
+
ListQAppSessionData
|
|
398
|
+
</summary>
|
|
399
|
+
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/ListQAppSessionDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ListQAppSessionDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/ListQAppSessionDataCommandOutput/)
|
|
401
|
+
|
|
362
402
|
</details>
|
|
363
403
|
<details>
|
|
364
404
|
<summary>
|
|
@@ -431,6 +471,14 @@ UpdateQApp
|
|
|
431
471
|
|
|
432
472
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/UpdateQAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppCommandOutput/)
|
|
433
473
|
|
|
474
|
+
</details>
|
|
475
|
+
<details>
|
|
476
|
+
<summary>
|
|
477
|
+
UpdateQAppPermissions
|
|
478
|
+
</summary>
|
|
479
|
+
|
|
480
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/UpdateQAppPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppPermissionsCommandOutput/)
|
|
481
|
+
|
|
434
482
|
</details>
|
|
435
483
|
<details>
|
|
436
484
|
<summary>
|
|
@@ -440,3 +488,11 @@ UpdateQAppSession
|
|
|
440
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/UpdateQAppSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppSessionCommandOutput/)
|
|
441
489
|
|
|
442
490
|
</details>
|
|
491
|
+
<details>
|
|
492
|
+
<summary>
|
|
493
|
+
UpdateQAppSessionMetadata
|
|
494
|
+
</summary>
|
|
495
|
+
|
|
496
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/qapps/command/UpdateQAppSessionMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppSessionMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-qapps/Interface/UpdateQAppSessionMetadataCommandOutput/)
|
|
497
|
+
|
|
498
|
+
</details>
|
package/dist-cjs/QApps.js
CHANGED
|
@@ -8,18 +8,23 @@ const BatchCreateCategoryCommand_1 = require("./commands/BatchCreateCategoryComm
|
|
|
8
8
|
const BatchDeleteCategoryCommand_1 = require("./commands/BatchDeleteCategoryCommand");
|
|
9
9
|
const BatchUpdateCategoryCommand_1 = require("./commands/BatchUpdateCategoryCommand");
|
|
10
10
|
const CreateLibraryItemCommand_1 = require("./commands/CreateLibraryItemCommand");
|
|
11
|
+
const CreatePresignedUrlCommand_1 = require("./commands/CreatePresignedUrlCommand");
|
|
11
12
|
const CreateQAppCommand_1 = require("./commands/CreateQAppCommand");
|
|
12
13
|
const DeleteLibraryItemCommand_1 = require("./commands/DeleteLibraryItemCommand");
|
|
13
14
|
const DeleteQAppCommand_1 = require("./commands/DeleteQAppCommand");
|
|
15
|
+
const DescribeQAppPermissionsCommand_1 = require("./commands/DescribeQAppPermissionsCommand");
|
|
14
16
|
const DisassociateLibraryItemReviewCommand_1 = require("./commands/DisassociateLibraryItemReviewCommand");
|
|
15
17
|
const DisassociateQAppFromUserCommand_1 = require("./commands/DisassociateQAppFromUserCommand");
|
|
18
|
+
const ExportQAppSessionDataCommand_1 = require("./commands/ExportQAppSessionDataCommand");
|
|
16
19
|
const GetLibraryItemCommand_1 = require("./commands/GetLibraryItemCommand");
|
|
17
20
|
const GetQAppCommand_1 = require("./commands/GetQAppCommand");
|
|
18
21
|
const GetQAppSessionCommand_1 = require("./commands/GetQAppSessionCommand");
|
|
22
|
+
const GetQAppSessionMetadataCommand_1 = require("./commands/GetQAppSessionMetadataCommand");
|
|
19
23
|
const ImportDocumentCommand_1 = require("./commands/ImportDocumentCommand");
|
|
20
24
|
const ListCategoriesCommand_1 = require("./commands/ListCategoriesCommand");
|
|
21
25
|
const ListLibraryItemsCommand_1 = require("./commands/ListLibraryItemsCommand");
|
|
22
26
|
const ListQAppsCommand_1 = require("./commands/ListQAppsCommand");
|
|
27
|
+
const ListQAppSessionDataCommand_1 = require("./commands/ListQAppSessionDataCommand");
|
|
23
28
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
24
29
|
const PredictQAppCommand_1 = require("./commands/PredictQAppCommand");
|
|
25
30
|
const StartQAppSessionCommand_1 = require("./commands/StartQAppSessionCommand");
|
|
@@ -29,7 +34,9 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
|
29
34
|
const UpdateLibraryItemCommand_1 = require("./commands/UpdateLibraryItemCommand");
|
|
30
35
|
const UpdateLibraryItemMetadataCommand_1 = require("./commands/UpdateLibraryItemMetadataCommand");
|
|
31
36
|
const UpdateQAppCommand_1 = require("./commands/UpdateQAppCommand");
|
|
37
|
+
const UpdateQAppPermissionsCommand_1 = require("./commands/UpdateQAppPermissionsCommand");
|
|
32
38
|
const UpdateQAppSessionCommand_1 = require("./commands/UpdateQAppSessionCommand");
|
|
39
|
+
const UpdateQAppSessionMetadataCommand_1 = require("./commands/UpdateQAppSessionMetadataCommand");
|
|
33
40
|
const QAppsClient_1 = require("./QAppsClient");
|
|
34
41
|
const commands = {
|
|
35
42
|
AssociateLibraryItemReviewCommand: AssociateLibraryItemReviewCommand_1.AssociateLibraryItemReviewCommand,
|
|
@@ -38,18 +45,23 @@ const commands = {
|
|
|
38
45
|
BatchDeleteCategoryCommand: BatchDeleteCategoryCommand_1.BatchDeleteCategoryCommand,
|
|
39
46
|
BatchUpdateCategoryCommand: BatchUpdateCategoryCommand_1.BatchUpdateCategoryCommand,
|
|
40
47
|
CreateLibraryItemCommand: CreateLibraryItemCommand_1.CreateLibraryItemCommand,
|
|
48
|
+
CreatePresignedUrlCommand: CreatePresignedUrlCommand_1.CreatePresignedUrlCommand,
|
|
41
49
|
CreateQAppCommand: CreateQAppCommand_1.CreateQAppCommand,
|
|
42
50
|
DeleteLibraryItemCommand: DeleteLibraryItemCommand_1.DeleteLibraryItemCommand,
|
|
43
51
|
DeleteQAppCommand: DeleteQAppCommand_1.DeleteQAppCommand,
|
|
52
|
+
DescribeQAppPermissionsCommand: DescribeQAppPermissionsCommand_1.DescribeQAppPermissionsCommand,
|
|
44
53
|
DisassociateLibraryItemReviewCommand: DisassociateLibraryItemReviewCommand_1.DisassociateLibraryItemReviewCommand,
|
|
45
54
|
DisassociateQAppFromUserCommand: DisassociateQAppFromUserCommand_1.DisassociateQAppFromUserCommand,
|
|
55
|
+
ExportQAppSessionDataCommand: ExportQAppSessionDataCommand_1.ExportQAppSessionDataCommand,
|
|
46
56
|
GetLibraryItemCommand: GetLibraryItemCommand_1.GetLibraryItemCommand,
|
|
47
57
|
GetQAppCommand: GetQAppCommand_1.GetQAppCommand,
|
|
48
58
|
GetQAppSessionCommand: GetQAppSessionCommand_1.GetQAppSessionCommand,
|
|
59
|
+
GetQAppSessionMetadataCommand: GetQAppSessionMetadataCommand_1.GetQAppSessionMetadataCommand,
|
|
49
60
|
ImportDocumentCommand: ImportDocumentCommand_1.ImportDocumentCommand,
|
|
50
61
|
ListCategoriesCommand: ListCategoriesCommand_1.ListCategoriesCommand,
|
|
51
62
|
ListLibraryItemsCommand: ListLibraryItemsCommand_1.ListLibraryItemsCommand,
|
|
52
63
|
ListQAppsCommand: ListQAppsCommand_1.ListQAppsCommand,
|
|
64
|
+
ListQAppSessionDataCommand: ListQAppSessionDataCommand_1.ListQAppSessionDataCommand,
|
|
53
65
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
54
66
|
PredictQAppCommand: PredictQAppCommand_1.PredictQAppCommand,
|
|
55
67
|
StartQAppSessionCommand: StartQAppSessionCommand_1.StartQAppSessionCommand,
|
|
@@ -59,7 +71,9 @@ const commands = {
|
|
|
59
71
|
UpdateLibraryItemCommand: UpdateLibraryItemCommand_1.UpdateLibraryItemCommand,
|
|
60
72
|
UpdateLibraryItemMetadataCommand: UpdateLibraryItemMetadataCommand_1.UpdateLibraryItemMetadataCommand,
|
|
61
73
|
UpdateQAppCommand: UpdateQAppCommand_1.UpdateQAppCommand,
|
|
74
|
+
UpdateQAppPermissionsCommand: UpdateQAppPermissionsCommand_1.UpdateQAppPermissionsCommand,
|
|
62
75
|
UpdateQAppSessionCommand: UpdateQAppSessionCommand_1.UpdateQAppSessionCommand,
|
|
76
|
+
UpdateQAppSessionMetadataCommand: UpdateQAppSessionMetadataCommand_1.UpdateQAppSessionMetadataCommand,
|
|
63
77
|
};
|
|
64
78
|
class QApps extends QAppsClient_1.QAppsClient {
|
|
65
79
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreatePresignedUrlCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreatePresignedUrlCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "CreatePresignedUrl", {})
|
|
20
|
+
.n("QAppsClient", "CreatePresignedUrlCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_CreatePresignedUrlCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_CreatePresignedUrlCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.CreatePresignedUrlCommand = CreatePresignedUrlCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeQAppPermissionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DescribeQAppPermissionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "DescribeQAppPermissions", {})
|
|
20
|
+
.n("QAppsClient", "DescribeQAppPermissionsCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_DescribeQAppPermissionsCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_DescribeQAppPermissionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.DescribeQAppPermissionsCommand = DescribeQAppPermissionsCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExportQAppSessionDataCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ExportQAppSessionDataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "ExportQAppSessionData", {})
|
|
20
|
+
.n("QAppsClient", "ExportQAppSessionDataCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_ExportQAppSessionDataCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_ExportQAppSessionDataCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ExportQAppSessionDataCommand = ExportQAppSessionDataCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetQAppSessionMetadataCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetQAppSessionMetadataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "GetQAppSessionMetadata", {})
|
|
20
|
+
.n("QAppsClient", "GetQAppSessionMetadataCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_GetQAppSessionMetadataCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_GetQAppSessionMetadataCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.GetQAppSessionMetadataCommand = GetQAppSessionMetadataCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListQAppSessionDataCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListQAppSessionDataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "ListQAppSessionData", {})
|
|
20
|
+
.n("QAppsClient", "ListQAppSessionDataCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_ListQAppSessionDataCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_ListQAppSessionDataCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListQAppSessionDataCommand = ListQAppSessionDataCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateQAppPermissionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateQAppPermissionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "UpdateQAppPermissions", {})
|
|
20
|
+
.n("QAppsClient", "UpdateQAppPermissionsCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_UpdateQAppPermissionsCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_UpdateQAppPermissionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdateQAppPermissionsCommand = UpdateQAppPermissionsCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateQAppSessionMetadataCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateQAppSessionMetadataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("QAppsService", "UpdateQAppSessionMetadata", {})
|
|
20
|
+
.n("QAppsClient", "UpdateQAppSessionMetadataCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_UpdateQAppSessionMetadataCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_UpdateQAppSessionMetadataCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdateQAppSessionMetadataCommand = UpdateQAppSessionMetadataCommand;
|
|
@@ -7,17 +7,22 @@ tslib_1.__exportStar(require("./BatchCreateCategoryCommand"), exports);
|
|
|
7
7
|
tslib_1.__exportStar(require("./BatchDeleteCategoryCommand"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./BatchUpdateCategoryCommand"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./CreateLibraryItemCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreatePresignedUrlCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./CreateQAppCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./DeleteLibraryItemCommand"), exports);
|
|
12
13
|
tslib_1.__exportStar(require("./DeleteQAppCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DescribeQAppPermissionsCommand"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./DisassociateLibraryItemReviewCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./DisassociateQAppFromUserCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ExportQAppSessionDataCommand"), exports);
|
|
15
18
|
tslib_1.__exportStar(require("./GetLibraryItemCommand"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./GetQAppCommand"), exports);
|
|
17
20
|
tslib_1.__exportStar(require("./GetQAppSessionCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetQAppSessionMetadataCommand"), exports);
|
|
18
22
|
tslib_1.__exportStar(require("./ImportDocumentCommand"), exports);
|
|
19
23
|
tslib_1.__exportStar(require("./ListCategoriesCommand"), exports);
|
|
20
24
|
tslib_1.__exportStar(require("./ListLibraryItemsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListQAppSessionDataCommand"), exports);
|
|
21
26
|
tslib_1.__exportStar(require("./ListQAppsCommand"), exports);
|
|
22
27
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
23
28
|
tslib_1.__exportStar(require("./PredictQAppCommand"), exports);
|
|
@@ -28,4 +33,6 @@ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
|
28
33
|
tslib_1.__exportStar(require("./UpdateLibraryItemCommand"), exports);
|
|
29
34
|
tslib_1.__exportStar(require("./UpdateLibraryItemMetadataCommand"), exports);
|
|
30
35
|
tslib_1.__exportStar(require("./UpdateQAppCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./UpdateQAppPermissionsCommand"), exports);
|
|
31
37
|
tslib_1.__exportStar(require("./UpdateQAppSessionCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./UpdateQAppSessionMetadataCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CardInput = exports.Card = exports.PredictQAppInputOptions = exports.LibraryItemStatus = exports.DocumentScope = exports.Sender = exports.ContentTooLargeException = exports.ExecutionStatus = exports.ValidationException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AppStatus = exports.AppRequiredCapability = exports.CardOutputSource = exports.DocumentAttributeValue = exports.PluginType = exports.CardType = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.CardInput = exports.Card = exports.PredictQAppInputOptions = exports.LibraryItemStatus = exports.UserType = exports.DocumentScope = exports.Sender = exports.ContentTooLargeException = exports.SubmissionMutationKind = exports.ExecutionStatus = exports.ValidationException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AppStatus = exports.AppRequiredCapability = exports.CardOutputSource = exports.DocumentAttributeValue = exports.PluginType = exports.InputCardComputeMode = exports.CardType = exports.Action = exports.AccessDeniedException = void 0;
|
|
4
4
|
const QAppsServiceException_1 = require("./QAppsServiceException");
|
|
5
5
|
class AccessDeniedException extends QAppsServiceException_1.QAppsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -15,12 +15,21 @@ class AccessDeniedException extends QAppsServiceException_1.QAppsServiceExceptio
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
+
exports.Action = {
|
|
19
|
+
READ: "read",
|
|
20
|
+
WRITE: "write",
|
|
21
|
+
};
|
|
18
22
|
exports.CardType = {
|
|
19
23
|
FILE_UPLOAD: "file-upload",
|
|
24
|
+
FORM_INPUT: "form-input",
|
|
20
25
|
Q_PLUGIN: "q-plugin",
|
|
21
26
|
Q_QUERY: "q-query",
|
|
22
27
|
TEXT_INPUT: "text-input",
|
|
23
28
|
};
|
|
29
|
+
exports.InputCardComputeMode = {
|
|
30
|
+
APPEND: "append",
|
|
31
|
+
REPLACE: "replace",
|
|
32
|
+
};
|
|
24
33
|
exports.PluginType = {
|
|
25
34
|
CUSTOM: "CUSTOM",
|
|
26
35
|
JIRA: "JIRA",
|
|
@@ -166,9 +175,15 @@ class ValidationException extends QAppsServiceException_1.QAppsServiceException
|
|
|
166
175
|
exports.ValidationException = ValidationException;
|
|
167
176
|
exports.ExecutionStatus = {
|
|
168
177
|
COMPLETED: "COMPLETED",
|
|
178
|
+
ERROR: "ERROR",
|
|
169
179
|
IN_PROGRESS: "IN_PROGRESS",
|
|
170
180
|
WAITING: "WAITING",
|
|
171
181
|
};
|
|
182
|
+
exports.SubmissionMutationKind = {
|
|
183
|
+
add: "add",
|
|
184
|
+
delete: "delete",
|
|
185
|
+
edit: "edit",
|
|
186
|
+
};
|
|
172
187
|
class ContentTooLargeException extends QAppsServiceException_1.QAppsServiceException {
|
|
173
188
|
constructor(opts) {
|
|
174
189
|
super({
|
|
@@ -192,6 +207,10 @@ exports.DocumentScope = {
|
|
|
192
207
|
APPLICATION: "APPLICATION",
|
|
193
208
|
SESSION: "SESSION",
|
|
194
209
|
};
|
|
210
|
+
exports.UserType = {
|
|
211
|
+
OWNER: "owner",
|
|
212
|
+
USER: "user",
|
|
213
|
+
};
|
|
195
214
|
exports.LibraryItemStatus = {
|
|
196
215
|
DISABLED: "DISABLED",
|
|
197
216
|
PUBLISHED: "PUBLISHED",
|
|
@@ -217,6 +236,8 @@ var Card;
|
|
|
217
236
|
return visitor.qPlugin(value.qPlugin);
|
|
218
237
|
if (value.fileUpload !== undefined)
|
|
219
238
|
return visitor.fileUpload(value.fileUpload);
|
|
239
|
+
if (value.formInput !== undefined)
|
|
240
|
+
return visitor.formInput(value.formInput);
|
|
220
241
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
221
242
|
};
|
|
222
243
|
})(Card = exports.Card || (exports.Card = {}));
|
|
@@ -231,6 +252,8 @@ var CardInput;
|
|
|
231
252
|
return visitor.qPlugin(value.qPlugin);
|
|
232
253
|
if (value.fileUpload !== undefined)
|
|
233
254
|
return visitor.fileUpload(value.fileUpload);
|
|
255
|
+
if (value.formInput !== undefined)
|
|
256
|
+
return visitor.formInput(value.formInput);
|
|
234
257
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
235
258
|
};
|
|
236
259
|
})(CardInput = exports.CardInput || (exports.CardInput = {}));
|