@aws-sdk/client-qapps 3.893.0 → 3.894.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 +2912 -10
- package/package.json +6 -6
- package/dist-cjs/QApps.js +0 -81
- package/dist-cjs/QAppsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AssociateLibraryItemReviewCommand.js +0 -26
- package/dist-cjs/commands/AssociateQAppWithUserCommand.js +0 -26
- package/dist-cjs/commands/BatchCreateCategoryCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteCategoryCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateCategoryCommand.js +0 -26
- package/dist-cjs/commands/CreateLibraryItemCommand.js +0 -26
- package/dist-cjs/commands/CreatePresignedUrlCommand.js +0 -26
- package/dist-cjs/commands/CreateQAppCommand.js +0 -26
- package/dist-cjs/commands/DeleteLibraryItemCommand.js +0 -26
- package/dist-cjs/commands/DeleteQAppCommand.js +0 -26
- package/dist-cjs/commands/DescribeQAppPermissionsCommand.js +0 -26
- package/dist-cjs/commands/DisassociateLibraryItemReviewCommand.js +0 -26
- package/dist-cjs/commands/DisassociateQAppFromUserCommand.js +0 -26
- package/dist-cjs/commands/ExportQAppSessionDataCommand.js +0 -26
- package/dist-cjs/commands/GetLibraryItemCommand.js +0 -26
- package/dist-cjs/commands/GetQAppCommand.js +0 -26
- package/dist-cjs/commands/GetQAppSessionCommand.js +0 -26
- package/dist-cjs/commands/GetQAppSessionMetadataCommand.js +0 -26
- package/dist-cjs/commands/ImportDocumentCommand.js +0 -26
- package/dist-cjs/commands/ListCategoriesCommand.js +0 -26
- package/dist-cjs/commands/ListLibraryItemsCommand.js +0 -26
- package/dist-cjs/commands/ListQAppSessionDataCommand.js +0 -26
- package/dist-cjs/commands/ListQAppsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/PredictQAppCommand.js +0 -26
- package/dist-cjs/commands/StartQAppSessionCommand.js +0 -26
- package/dist-cjs/commands/StopQAppSessionCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateLibraryItemCommand.js +0 -26
- package/dist-cjs/commands/UpdateLibraryItemMetadataCommand.js +0 -26
- package/dist-cjs/commands/UpdateQAppCommand.js +0 -26
- package/dist-cjs/commands/UpdateQAppPermissionsCommand.js +0 -26
- package/dist-cjs/commands/UpdateQAppSessionCommand.js +0 -26
- package/dist-cjs/commands/UpdateQAppSessionMetadataCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -38
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/QAppsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -284
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListLibraryItemsPaginator.js +0 -7
- package/dist-cjs/pagination/ListQAppsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -6
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1685
- package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qapps",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.894.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-qapps",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.894.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.894.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.894.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
30
|
"@aws-sdk/types": "3.893.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.894.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
package/dist-cjs/QApps.js
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QApps = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateLibraryItemReviewCommand_1 = require("./commands/AssociateLibraryItemReviewCommand");
|
|
6
|
-
const AssociateQAppWithUserCommand_1 = require("./commands/AssociateQAppWithUserCommand");
|
|
7
|
-
const BatchCreateCategoryCommand_1 = require("./commands/BatchCreateCategoryCommand");
|
|
8
|
-
const BatchDeleteCategoryCommand_1 = require("./commands/BatchDeleteCategoryCommand");
|
|
9
|
-
const BatchUpdateCategoryCommand_1 = require("./commands/BatchUpdateCategoryCommand");
|
|
10
|
-
const CreateLibraryItemCommand_1 = require("./commands/CreateLibraryItemCommand");
|
|
11
|
-
const CreatePresignedUrlCommand_1 = require("./commands/CreatePresignedUrlCommand");
|
|
12
|
-
const CreateQAppCommand_1 = require("./commands/CreateQAppCommand");
|
|
13
|
-
const DeleteLibraryItemCommand_1 = require("./commands/DeleteLibraryItemCommand");
|
|
14
|
-
const DeleteQAppCommand_1 = require("./commands/DeleteQAppCommand");
|
|
15
|
-
const DescribeQAppPermissionsCommand_1 = require("./commands/DescribeQAppPermissionsCommand");
|
|
16
|
-
const DisassociateLibraryItemReviewCommand_1 = require("./commands/DisassociateLibraryItemReviewCommand");
|
|
17
|
-
const DisassociateQAppFromUserCommand_1 = require("./commands/DisassociateQAppFromUserCommand");
|
|
18
|
-
const ExportQAppSessionDataCommand_1 = require("./commands/ExportQAppSessionDataCommand");
|
|
19
|
-
const GetLibraryItemCommand_1 = require("./commands/GetLibraryItemCommand");
|
|
20
|
-
const GetQAppCommand_1 = require("./commands/GetQAppCommand");
|
|
21
|
-
const GetQAppSessionCommand_1 = require("./commands/GetQAppSessionCommand");
|
|
22
|
-
const GetQAppSessionMetadataCommand_1 = require("./commands/GetQAppSessionMetadataCommand");
|
|
23
|
-
const ImportDocumentCommand_1 = require("./commands/ImportDocumentCommand");
|
|
24
|
-
const ListCategoriesCommand_1 = require("./commands/ListCategoriesCommand");
|
|
25
|
-
const ListLibraryItemsCommand_1 = require("./commands/ListLibraryItemsCommand");
|
|
26
|
-
const ListQAppsCommand_1 = require("./commands/ListQAppsCommand");
|
|
27
|
-
const ListQAppSessionDataCommand_1 = require("./commands/ListQAppSessionDataCommand");
|
|
28
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
29
|
-
const PredictQAppCommand_1 = require("./commands/PredictQAppCommand");
|
|
30
|
-
const StartQAppSessionCommand_1 = require("./commands/StartQAppSessionCommand");
|
|
31
|
-
const StopQAppSessionCommand_1 = require("./commands/StopQAppSessionCommand");
|
|
32
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
33
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
34
|
-
const UpdateLibraryItemCommand_1 = require("./commands/UpdateLibraryItemCommand");
|
|
35
|
-
const UpdateLibraryItemMetadataCommand_1 = require("./commands/UpdateLibraryItemMetadataCommand");
|
|
36
|
-
const UpdateQAppCommand_1 = require("./commands/UpdateQAppCommand");
|
|
37
|
-
const UpdateQAppPermissionsCommand_1 = require("./commands/UpdateQAppPermissionsCommand");
|
|
38
|
-
const UpdateQAppSessionCommand_1 = require("./commands/UpdateQAppSessionCommand");
|
|
39
|
-
const UpdateQAppSessionMetadataCommand_1 = require("./commands/UpdateQAppSessionMetadataCommand");
|
|
40
|
-
const QAppsClient_1 = require("./QAppsClient");
|
|
41
|
-
const commands = {
|
|
42
|
-
AssociateLibraryItemReviewCommand: AssociateLibraryItemReviewCommand_1.AssociateLibraryItemReviewCommand,
|
|
43
|
-
AssociateQAppWithUserCommand: AssociateQAppWithUserCommand_1.AssociateQAppWithUserCommand,
|
|
44
|
-
BatchCreateCategoryCommand: BatchCreateCategoryCommand_1.BatchCreateCategoryCommand,
|
|
45
|
-
BatchDeleteCategoryCommand: BatchDeleteCategoryCommand_1.BatchDeleteCategoryCommand,
|
|
46
|
-
BatchUpdateCategoryCommand: BatchUpdateCategoryCommand_1.BatchUpdateCategoryCommand,
|
|
47
|
-
CreateLibraryItemCommand: CreateLibraryItemCommand_1.CreateLibraryItemCommand,
|
|
48
|
-
CreatePresignedUrlCommand: CreatePresignedUrlCommand_1.CreatePresignedUrlCommand,
|
|
49
|
-
CreateQAppCommand: CreateQAppCommand_1.CreateQAppCommand,
|
|
50
|
-
DeleteLibraryItemCommand: DeleteLibraryItemCommand_1.DeleteLibraryItemCommand,
|
|
51
|
-
DeleteQAppCommand: DeleteQAppCommand_1.DeleteQAppCommand,
|
|
52
|
-
DescribeQAppPermissionsCommand: DescribeQAppPermissionsCommand_1.DescribeQAppPermissionsCommand,
|
|
53
|
-
DisassociateLibraryItemReviewCommand: DisassociateLibraryItemReviewCommand_1.DisassociateLibraryItemReviewCommand,
|
|
54
|
-
DisassociateQAppFromUserCommand: DisassociateQAppFromUserCommand_1.DisassociateQAppFromUserCommand,
|
|
55
|
-
ExportQAppSessionDataCommand: ExportQAppSessionDataCommand_1.ExportQAppSessionDataCommand,
|
|
56
|
-
GetLibraryItemCommand: GetLibraryItemCommand_1.GetLibraryItemCommand,
|
|
57
|
-
GetQAppCommand: GetQAppCommand_1.GetQAppCommand,
|
|
58
|
-
GetQAppSessionCommand: GetQAppSessionCommand_1.GetQAppSessionCommand,
|
|
59
|
-
GetQAppSessionMetadataCommand: GetQAppSessionMetadataCommand_1.GetQAppSessionMetadataCommand,
|
|
60
|
-
ImportDocumentCommand: ImportDocumentCommand_1.ImportDocumentCommand,
|
|
61
|
-
ListCategoriesCommand: ListCategoriesCommand_1.ListCategoriesCommand,
|
|
62
|
-
ListLibraryItemsCommand: ListLibraryItemsCommand_1.ListLibraryItemsCommand,
|
|
63
|
-
ListQAppsCommand: ListQAppsCommand_1.ListQAppsCommand,
|
|
64
|
-
ListQAppSessionDataCommand: ListQAppSessionDataCommand_1.ListQAppSessionDataCommand,
|
|
65
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
66
|
-
PredictQAppCommand: PredictQAppCommand_1.PredictQAppCommand,
|
|
67
|
-
StartQAppSessionCommand: StartQAppSessionCommand_1.StartQAppSessionCommand,
|
|
68
|
-
StopQAppSessionCommand: StopQAppSessionCommand_1.StopQAppSessionCommand,
|
|
69
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
70
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
71
|
-
UpdateLibraryItemCommand: UpdateLibraryItemCommand_1.UpdateLibraryItemCommand,
|
|
72
|
-
UpdateLibraryItemMetadataCommand: UpdateLibraryItemMetadataCommand_1.UpdateLibraryItemMetadataCommand,
|
|
73
|
-
UpdateQAppCommand: UpdateQAppCommand_1.UpdateQAppCommand,
|
|
74
|
-
UpdateQAppPermissionsCommand: UpdateQAppPermissionsCommand_1.UpdateQAppPermissionsCommand,
|
|
75
|
-
UpdateQAppSessionCommand: UpdateQAppSessionCommand_1.UpdateQAppSessionCommand,
|
|
76
|
-
UpdateQAppSessionMetadataCommand: UpdateQAppSessionMetadataCommand_1.UpdateQAppSessionMetadataCommand,
|
|
77
|
-
};
|
|
78
|
-
class QApps extends QAppsClient_1.QAppsClient {
|
|
79
|
-
}
|
|
80
|
-
exports.QApps = QApps;
|
|
81
|
-
(0, smithy_client_1.createAggregatedClient)(commands, QApps);
|
package/dist-cjs/QAppsClient.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QAppsClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
8
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
-
const core_1 = require("@smithy/core");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class QAppsClient extends smithy_client_1.Client {
|
|
20
|
-
config;
|
|
21
|
-
constructor(...[configuration]) {
|
|
22
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
23
|
-
super(_config_0);
|
|
24
|
-
this.initConfig = _config_0;
|
|
25
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
26
|
-
const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
|
|
27
|
-
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
28
|
-
const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
|
|
29
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
30
|
-
const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
|
|
31
|
-
const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
|
|
32
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
33
|
-
this.config = _config_8;
|
|
34
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
40
|
-
this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
41
|
-
httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultQAppsHttpAuthSchemeParametersProvider,
|
|
42
|
-
identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
|
|
43
|
-
"aws.auth#sigv4": config.credentials,
|
|
44
|
-
}),
|
|
45
|
-
}));
|
|
46
|
-
this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
|
|
47
|
-
}
|
|
48
|
-
destroy() {
|
|
49
|
-
super.destroy();
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
exports.QAppsClient = QAppsClient;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
|
|
4
|
-
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
5
|
-
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
6
|
-
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
7
|
-
let _credentials = runtimeConfig.credentials;
|
|
8
|
-
return {
|
|
9
|
-
setHttpAuthScheme(httpAuthScheme) {
|
|
10
|
-
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
11
|
-
if (index === -1) {
|
|
12
|
-
_httpAuthSchemes.push(httpAuthScheme);
|
|
13
|
-
}
|
|
14
|
-
else {
|
|
15
|
-
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
httpAuthSchemes() {
|
|
19
|
-
return _httpAuthSchemes;
|
|
20
|
-
},
|
|
21
|
-
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
22
|
-
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
23
|
-
},
|
|
24
|
-
httpAuthSchemeProvider() {
|
|
25
|
-
return _httpAuthSchemeProvider;
|
|
26
|
-
},
|
|
27
|
-
setCredentials(credentials) {
|
|
28
|
-
_credentials = credentials;
|
|
29
|
-
},
|
|
30
|
-
credentials() {
|
|
31
|
-
return _credentials;
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
|
|
36
|
-
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
37
|
-
return {
|
|
38
|
-
httpAuthSchemes: config.httpAuthSchemes(),
|
|
39
|
-
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
40
|
-
credentials: config.credentials(),
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateLibraryItemReviewCommand = 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 AssociateLibraryItemReviewCommand 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", "AssociateLibraryItemReview", {})
|
|
20
|
-
.n("QAppsClient", "AssociateLibraryItemReviewCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateLibraryItemReviewCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateLibraryItemReviewCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateLibraryItemReviewCommand = AssociateLibraryItemReviewCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateQAppWithUserCommand = 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 AssociateQAppWithUserCommand 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", "AssociateQAppWithUser", {})
|
|
20
|
-
.n("QAppsClient", "AssociateQAppWithUserCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_AssociateQAppWithUserCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_AssociateQAppWithUserCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.AssociateQAppWithUserCommand = AssociateQAppWithUserCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCreateCategoryCommand = 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 BatchCreateCategoryCommand 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", "BatchCreateCategory", {})
|
|
20
|
-
.n("QAppsClient", "BatchCreateCategoryCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_BatchCreateCategoryCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_BatchCreateCategoryCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchCreateCategoryCommand = BatchCreateCategoryCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteCategoryCommand = 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 BatchDeleteCategoryCommand 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", "BatchDeleteCategory", {})
|
|
20
|
-
.n("QAppsClient", "BatchDeleteCategoryCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_BatchDeleteCategoryCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_BatchDeleteCategoryCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchDeleteCategoryCommand = BatchDeleteCategoryCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateCategoryCommand = 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 BatchUpdateCategoryCommand 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", "BatchUpdateCategory", {})
|
|
20
|
-
.n("QAppsClient", "BatchUpdateCategoryCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_BatchUpdateCategoryCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_BatchUpdateCategoryCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.BatchUpdateCategoryCommand = BatchUpdateCategoryCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLibraryItemCommand = 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 CreateLibraryItemCommand 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", "CreateLibraryItem", {})
|
|
20
|
-
.n("QAppsClient", "CreateLibraryItemCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_CreateLibraryItemCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_CreateLibraryItemCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateLibraryItemCommand = CreateLibraryItemCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
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;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateQAppCommand = 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 CreateQAppCommand 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", "CreateQApp", {})
|
|
20
|
-
.n("QAppsClient", "CreateQAppCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_CreateQAppCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_CreateQAppCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.CreateQAppCommand = CreateQAppCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLibraryItemCommand = 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 DeleteLibraryItemCommand 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", "DeleteLibraryItem", {})
|
|
20
|
-
.n("QAppsClient", "DeleteLibraryItemCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DeleteLibraryItemCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DeleteLibraryItemCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteLibraryItemCommand = DeleteLibraryItemCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteQAppCommand = 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 DeleteQAppCommand 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", "DeleteQApp", {})
|
|
20
|
-
.n("QAppsClient", "DeleteQAppCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DeleteQAppCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DeleteQAppCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DeleteQAppCommand = DeleteQAppCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
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;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateLibraryItemReviewCommand = 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 DisassociateLibraryItemReviewCommand 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", "DisassociateLibraryItemReview", {})
|
|
20
|
-
.n("QAppsClient", "DisassociateLibraryItemReviewCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateLibraryItemReviewCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateLibraryItemReviewCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateLibraryItemReviewCommand = DisassociateLibraryItemReviewCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateQAppFromUserCommand = 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 DisassociateQAppFromUserCommand 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", "DisassociateQAppFromUser", {})
|
|
20
|
-
.n("QAppsClient", "DisassociateQAppFromUserCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_DisassociateQAppFromUserCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_DisassociateQAppFromUserCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.DisassociateQAppFromUserCommand = DisassociateQAppFromUserCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
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;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetLibraryItemCommand = 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 GetLibraryItemCommand 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", "GetLibraryItem", {})
|
|
20
|
-
.n("QAppsClient", "GetLibraryItemCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_GetLibraryItemCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_GetLibraryItemCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.GetLibraryItemCommand = GetLibraryItemCommand;
|