@aws-sdk/client-qapps 3.612.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 (187) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +397 -0
  3. package/dist-cjs/QApps.js +57 -0
  4. package/dist-cjs/QAppsClient.js +56 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/AssociateLibraryItemReviewCommand.js +28 -0
  8. package/dist-cjs/commands/AssociateQAppWithUserCommand.js +28 -0
  9. package/dist-cjs/commands/CreateLibraryItemCommand.js +28 -0
  10. package/dist-cjs/commands/CreateQAppCommand.js +28 -0
  11. package/dist-cjs/commands/DeleteLibraryItemCommand.js +28 -0
  12. package/dist-cjs/commands/DeleteQAppCommand.js +28 -0
  13. package/dist-cjs/commands/DisassociateLibraryItemReviewCommand.js +28 -0
  14. package/dist-cjs/commands/DisassociateQAppFromUserCommand.js +28 -0
  15. package/dist-cjs/commands/GetLibraryItemCommand.js +28 -0
  16. package/dist-cjs/commands/GetQAppCommand.js +28 -0
  17. package/dist-cjs/commands/GetQAppSessionCommand.js +28 -0
  18. package/dist-cjs/commands/ImportDocumentCommand.js +28 -0
  19. package/dist-cjs/commands/ListLibraryItemsCommand.js +28 -0
  20. package/dist-cjs/commands/ListQAppsCommand.js +28 -0
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
  22. package/dist-cjs/commands/PredictQAppCommand.js +28 -0
  23. package/dist-cjs/commands/StartQAppSessionCommand.js +28 -0
  24. package/dist-cjs/commands/StopQAppSessionCommand.js +28 -0
  25. package/dist-cjs/commands/TagResourceCommand.js +28 -0
  26. package/dist-cjs/commands/UntagResourceCommand.js +28 -0
  27. package/dist-cjs/commands/UpdateLibraryItemCommand.js +28 -0
  28. package/dist-cjs/commands/UpdateQAppCommand.js +28 -0
  29. package/dist-cjs/commands/UpdateQAppSessionCommand.js +28 -0
  30. package/dist-cjs/commands/index.js +26 -0
  31. package/dist-cjs/endpoint/EndpointParameters.js +18 -0
  32. package/dist-cjs/endpoint/endpointResolver.js +14 -0
  33. package/dist-cjs/endpoint/ruleset.js +7 -0
  34. package/dist-cjs/extensionConfiguration.js +2 -0
  35. package/dist-cjs/index.js +11 -0
  36. package/dist-cjs/models/QAppsServiceException.js +12 -0
  37. package/dist-cjs/models/index.js +4 -0
  38. package/dist-cjs/models/models_0.js +236 -0
  39. package/dist-cjs/pagination/Interfaces.js +2 -0
  40. package/dist-cjs/pagination/ListLibraryItemsPaginator.js +7 -0
  41. package/dist-cjs/pagination/ListQAppsPaginator.js +7 -0
  42. package/dist-cjs/pagination/index.js +6 -0
  43. package/dist-cjs/protocols/Aws_restJson1.js +1207 -0
  44. package/dist-cjs/runtimeConfig.browser.js +39 -0
  45. package/dist-cjs/runtimeConfig.js +49 -0
  46. package/dist-cjs/runtimeConfig.native.js +15 -0
  47. package/dist-cjs/runtimeConfig.shared.js +34 -0
  48. package/dist-cjs/runtimeExtensions.js +25 -0
  49. package/dist-es/QApps.js +53 -0
  50. package/dist-es/QAppsClient.js +52 -0
  51. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  52. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  53. package/dist-es/commands/AssociateLibraryItemReviewCommand.js +24 -0
  54. package/dist-es/commands/AssociateQAppWithUserCommand.js +24 -0
  55. package/dist-es/commands/CreateLibraryItemCommand.js +24 -0
  56. package/dist-es/commands/CreateQAppCommand.js +24 -0
  57. package/dist-es/commands/DeleteLibraryItemCommand.js +24 -0
  58. package/dist-es/commands/DeleteQAppCommand.js +24 -0
  59. package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +24 -0
  60. package/dist-es/commands/DisassociateQAppFromUserCommand.js +24 -0
  61. package/dist-es/commands/GetLibraryItemCommand.js +24 -0
  62. package/dist-es/commands/GetQAppCommand.js +24 -0
  63. package/dist-es/commands/GetQAppSessionCommand.js +24 -0
  64. package/dist-es/commands/ImportDocumentCommand.js +24 -0
  65. package/dist-es/commands/ListLibraryItemsCommand.js +24 -0
  66. package/dist-es/commands/ListQAppsCommand.js +24 -0
  67. package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
  68. package/dist-es/commands/PredictQAppCommand.js +24 -0
  69. package/dist-es/commands/StartQAppSessionCommand.js +24 -0
  70. package/dist-es/commands/StopQAppSessionCommand.js +24 -0
  71. package/dist-es/commands/TagResourceCommand.js +24 -0
  72. package/dist-es/commands/UntagResourceCommand.js +24 -0
  73. package/dist-es/commands/UpdateLibraryItemCommand.js +24 -0
  74. package/dist-es/commands/UpdateQAppCommand.js +24 -0
  75. package/dist-es/commands/UpdateQAppSessionCommand.js +24 -0
  76. package/dist-es/commands/index.js +23 -0
  77. package/dist-es/endpoint/EndpointParameters.js +14 -0
  78. package/dist-es/endpoint/endpointResolver.js +10 -0
  79. package/dist-es/endpoint/ruleset.js +4 -0
  80. package/dist-es/extensionConfiguration.js +1 -0
  81. package/dist-es/index.js +6 -0
  82. package/dist-es/models/QAppsServiceException.js +8 -0
  83. package/dist-es/models/index.js +1 -0
  84. package/dist-es/models/models_0.js +224 -0
  85. package/dist-es/pagination/Interfaces.js +1 -0
  86. package/dist-es/pagination/ListLibraryItemsPaginator.js +4 -0
  87. package/dist-es/pagination/ListQAppsPaginator.js +4 -0
  88. package/dist-es/pagination/index.js +3 -0
  89. package/dist-es/protocols/Aws_restJson1.js +1158 -0
  90. package/dist-es/runtimeConfig.browser.js +34 -0
  91. package/dist-es/runtimeConfig.js +44 -0
  92. package/dist-es/runtimeConfig.native.js +11 -0
  93. package/dist-es/runtimeConfig.shared.js +30 -0
  94. package/dist-es/runtimeExtensions.js +21 -0
  95. package/dist-types/QApps.d.ts +179 -0
  96. package/dist-types/QAppsClient.d.ts +202 -0
  97. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  98. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  99. package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +83 -0
  100. package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +85 -0
  101. package/dist-types/commands/CreateLibraryItemCommand.d.ts +95 -0
  102. package/dist-types/commands/CreateQAppCommand.d.ts +225 -0
  103. package/dist-types/commands/DeleteLibraryItemCommand.d.ts +83 -0
  104. package/dist-types/commands/DeleteQAppCommand.d.ts +78 -0
  105. package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +82 -0
  106. package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +79 -0
  107. package/dist-types/commands/GetLibraryItemCommand.d.ts +98 -0
  108. package/dist-types/commands/GetQAppCommand.d.ts +224 -0
  109. package/dist-types/commands/GetQAppSessionCommand.d.ts +92 -0
  110. package/dist-types/commands/ImportDocumentCommand.d.ts +97 -0
  111. package/dist-types/commands/ListLibraryItemsCommand.d.ts +103 -0
  112. package/dist-types/commands/ListQAppsCommand.d.ts +91 -0
  113. package/dist-types/commands/ListTagsForResourceCommand.d.ts +78 -0
  114. package/dist-types/commands/PredictQAppCommand.d.ts +209 -0
  115. package/dist-types/commands/StartQAppSessionCommand.d.ts +100 -0
  116. package/dist-types/commands/StopQAppSessionCommand.d.ts +84 -0
  117. package/dist-types/commands/TagResourceCommand.d.ts +81 -0
  118. package/dist-types/commands/UntagResourceCommand.d.ts +77 -0
  119. package/dist-types/commands/UpdateLibraryItemCommand.d.ts +100 -0
  120. package/dist-types/commands/UpdateQAppCommand.d.ts +216 -0
  121. package/dist-types/commands/UpdateQAppSessionCommand.d.ts +95 -0
  122. package/dist-types/commands/index.d.ts +23 -0
  123. package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  124. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  125. package/dist-types/endpoint/ruleset.d.ts +2 -0
  126. package/dist-types/extensionConfiguration.d.ts +9 -0
  127. package/dist-types/index.d.ts +22 -0
  128. package/dist-types/models/QAppsServiceException.d.ts +14 -0
  129. package/dist-types/models/index.d.ts +1 -0
  130. package/dist-types/models/models_0.d.ts +2138 -0
  131. package/dist-types/pagination/Interfaces.d.ts +8 -0
  132. package/dist-types/pagination/ListLibraryItemsPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListQAppsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/index.d.ts +3 -0
  135. package/dist-types/protocols/Aws_restJson1.d.ts +209 -0
  136. package/dist-types/runtimeConfig.browser.d.ts +45 -0
  137. package/dist-types/runtimeConfig.d.ts +45 -0
  138. package/dist-types/runtimeConfig.native.d.ts +44 -0
  139. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  140. package/dist-types/runtimeExtensions.d.ts +17 -0
  141. package/dist-types/ts3.4/QApps.d.ts +396 -0
  142. package/dist-types/ts3.4/QAppsClient.d.ts +258 -0
  143. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  144. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  145. package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +36 -0
  146. package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +35 -0
  147. package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +39 -0
  148. package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +36 -0
  149. package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +34 -0
  150. package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +34 -0
  151. package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +36 -0
  152. package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +36 -0
  153. package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +36 -0
  154. package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +30 -0
  155. package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +36 -0
  156. package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +36 -0
  157. package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +39 -0
  158. package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +36 -0
  159. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
  160. package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +36 -0
  161. package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +39 -0
  162. package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +34 -0
  163. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  164. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +39 -0
  166. package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +36 -0
  167. package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  169. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  170. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  171. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  172. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  173. package/dist-types/ts3.4/index.d.ts +9 -0
  174. package/dist-types/ts3.4/models/QAppsServiceException.d.ts +9 -0
  175. package/dist-types/ts3.4/models/index.d.ts +1 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +681 -0
  177. package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  178. package/dist-types/ts3.4/pagination/ListLibraryItemsPaginator.d.ts +11 -0
  179. package/dist-types/ts3.4/pagination/ListQAppsPaginator.d.ts +11 -0
  180. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  181. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +281 -0
  182. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +85 -0
  183. package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
  184. package/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
  185. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  186. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  187. package/package.json +101 -0
@@ -0,0 +1,44 @@
1
+ import {
2
+ AwsSdkSigV4AuthInputConfig,
3
+ AwsSdkSigV4AuthResolvedConfig,
4
+ AwsSdkSigV4PreviouslyResolved,
5
+ } from "@aws-sdk/core";
6
+ import {
7
+ HandlerExecutionContext,
8
+ HttpAuthScheme,
9
+ HttpAuthSchemeParameters,
10
+ HttpAuthSchemeParametersProvider,
11
+ HttpAuthSchemeProvider,
12
+ } from "@smithy/types";
13
+ import { QAppsClientResolvedConfig } from "../QAppsClient";
14
+ export interface QAppsHttpAuthSchemeParameters
15
+ extends HttpAuthSchemeParameters {
16
+ region?: string;
17
+ }
18
+ export interface QAppsHttpAuthSchemeParametersProvider
19
+ extends HttpAuthSchemeParametersProvider<
20
+ QAppsClientResolvedConfig,
21
+ HandlerExecutionContext,
22
+ QAppsHttpAuthSchemeParameters,
23
+ object
24
+ > {}
25
+ export declare const defaultQAppsHttpAuthSchemeParametersProvider: (
26
+ config: QAppsClientResolvedConfig,
27
+ context: HandlerExecutionContext,
28
+ input: object
29
+ ) => Promise<QAppsHttpAuthSchemeParameters>;
30
+ export interface QAppsHttpAuthSchemeProvider
31
+ extends HttpAuthSchemeProvider<QAppsHttpAuthSchemeParameters> {}
32
+ export declare const defaultQAppsHttpAuthSchemeProvider: QAppsHttpAuthSchemeProvider;
33
+ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
34
+ httpAuthSchemes?: HttpAuthScheme[];
35
+ httpAuthSchemeProvider?: QAppsHttpAuthSchemeProvider;
36
+ }
37
+ export interface HttpAuthSchemeResolvedConfig
38
+ extends AwsSdkSigV4AuthResolvedConfig {
39
+ readonly httpAuthSchemes: HttpAuthScheme[];
40
+ readonly httpAuthSchemeProvider: QAppsHttpAuthSchemeProvider;
41
+ }
42
+ export declare const resolveHttpAuthSchemeConfig: <T>(
43
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
44
+ ) => T & HttpAuthSchemeResolvedConfig;
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { AssociateLibraryItemReviewInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface AssociateLibraryItemReviewCommandInput
12
+ extends AssociateLibraryItemReviewInput {}
13
+ export interface AssociateLibraryItemReviewCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const AssociateLibraryItemReviewCommand_base: {
16
+ new (
17
+ input: AssociateLibraryItemReviewCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ AssociateLibraryItemReviewCommandInput,
20
+ AssociateLibraryItemReviewCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: AssociateLibraryItemReviewCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ AssociateLibraryItemReviewCommandInput,
29
+ AssociateLibraryItemReviewCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class AssociateLibraryItemReviewCommand extends AssociateLibraryItemReviewCommand_base {}
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { AssociateQAppWithUserInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface AssociateQAppWithUserCommandInput
12
+ extends AssociateQAppWithUserInput {}
13
+ export interface AssociateQAppWithUserCommandOutput extends __MetadataBearer {}
14
+ declare const AssociateQAppWithUserCommand_base: {
15
+ new (
16
+ input: AssociateQAppWithUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AssociateQAppWithUserCommandInput,
19
+ AssociateQAppWithUserCommandOutput,
20
+ QAppsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: AssociateQAppWithUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AssociateQAppWithUserCommandInput,
28
+ AssociateQAppWithUserCommandOutput,
29
+ QAppsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class AssociateQAppWithUserCommand extends AssociateQAppWithUserCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateLibraryItemInput,
5
+ CreateLibraryItemOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ QAppsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QAppsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateLibraryItemCommandInput extends CreateLibraryItemInput {}
15
+ export interface CreateLibraryItemCommandOutput
16
+ extends CreateLibraryItemOutput,
17
+ __MetadataBearer {}
18
+ declare const CreateLibraryItemCommand_base: {
19
+ new (
20
+ input: CreateLibraryItemCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateLibraryItemCommandInput,
23
+ CreateLibraryItemCommandOutput,
24
+ QAppsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateLibraryItemCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLibraryItemCommandInput,
32
+ CreateLibraryItemCommandOutput,
33
+ QAppsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateQAppInput, CreateQAppOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateQAppCommandInput extends CreateQAppInput {}
12
+ export interface CreateQAppCommandOutput
13
+ extends CreateQAppOutput,
14
+ __MetadataBearer {}
15
+ declare const CreateQAppCommand_base: {
16
+ new (
17
+ input: CreateQAppCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ CreateQAppCommandInput,
20
+ CreateQAppCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: CreateQAppCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateQAppCommandInput,
29
+ CreateQAppCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class CreateQAppCommand extends CreateQAppCommand_base {}
@@ -0,0 +1,34 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteLibraryItemInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteLibraryItemCommandInput extends DeleteLibraryItemInput {}
12
+ export interface DeleteLibraryItemCommandOutput extends __MetadataBearer {}
13
+ declare const DeleteLibraryItemCommand_base: {
14
+ new (
15
+ input: DeleteLibraryItemCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteLibraryItemCommandInput,
18
+ DeleteLibraryItemCommandOutput,
19
+ QAppsClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (
24
+ __0_0: DeleteLibraryItemCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteLibraryItemCommandInput,
27
+ DeleteLibraryItemCommandOutput,
28
+ QAppsClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
34
+ export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {}
@@ -0,0 +1,34 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteQAppInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteQAppCommandInput extends DeleteQAppInput {}
12
+ export interface DeleteQAppCommandOutput extends __MetadataBearer {}
13
+ declare const DeleteQAppCommand_base: {
14
+ new (
15
+ input: DeleteQAppCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteQAppCommandInput,
18
+ DeleteQAppCommandOutput,
19
+ QAppsClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (
24
+ __0_0: DeleteQAppCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteQAppCommandInput,
27
+ DeleteQAppCommandOutput,
28
+ QAppsClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
34
+ export declare class DeleteQAppCommand extends DeleteQAppCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DisassociateLibraryItemReviewInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DisassociateLibraryItemReviewCommandInput
12
+ extends DisassociateLibraryItemReviewInput {}
13
+ export interface DisassociateLibraryItemReviewCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DisassociateLibraryItemReviewCommand_base: {
16
+ new (
17
+ input: DisassociateLibraryItemReviewCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DisassociateLibraryItemReviewCommandInput,
20
+ DisassociateLibraryItemReviewCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DisassociateLibraryItemReviewCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DisassociateLibraryItemReviewCommandInput,
29
+ DisassociateLibraryItemReviewCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DisassociateQAppFromUserInput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DisassociateQAppFromUserCommandInput
12
+ extends DisassociateQAppFromUserInput {}
13
+ export interface DisassociateQAppFromUserCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DisassociateQAppFromUserCommand_base: {
16
+ new (
17
+ input: DisassociateQAppFromUserCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DisassociateQAppFromUserCommandInput,
20
+ DisassociateQAppFromUserCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DisassociateQAppFromUserCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DisassociateQAppFromUserCommandInput,
29
+ DisassociateQAppFromUserCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetLibraryItemInput, GetLibraryItemOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetLibraryItemCommandInput extends GetLibraryItemInput {}
12
+ export interface GetLibraryItemCommandOutput
13
+ extends GetLibraryItemOutput,
14
+ __MetadataBearer {}
15
+ declare const GetLibraryItemCommand_base: {
16
+ new (
17
+ input: GetLibraryItemCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetLibraryItemCommandInput,
20
+ GetLibraryItemCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: GetLibraryItemCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetLibraryItemCommandInput,
29
+ GetLibraryItemCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetQAppInput, GetQAppOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetQAppCommandInput extends GetQAppInput {}
12
+ export interface GetQAppCommandOutput extends GetQAppOutput, __MetadataBearer {}
13
+ declare const GetQAppCommand_base: {
14
+ new (input: GetQAppCommandInput): import("@smithy/smithy-client").CommandImpl<
15
+ GetQAppCommandInput,
16
+ GetQAppCommandOutput,
17
+ QAppsClientResolvedConfig,
18
+ ServiceInputTypes,
19
+ ServiceOutputTypes
20
+ >;
21
+ new (__0_0: GetQAppCommandInput): import("@smithy/smithy-client").CommandImpl<
22
+ GetQAppCommandInput,
23
+ GetQAppCommandOutput,
24
+ QAppsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetQAppCommand extends GetQAppCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetQAppSessionInput, GetQAppSessionOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetQAppSessionCommandInput extends GetQAppSessionInput {}
12
+ export interface GetQAppSessionCommandOutput
13
+ extends GetQAppSessionOutput,
14
+ __MetadataBearer {}
15
+ declare const GetQAppSessionCommand_base: {
16
+ new (
17
+ input: GetQAppSessionCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetQAppSessionCommandInput,
20
+ GetQAppSessionCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: GetQAppSessionCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetQAppSessionCommandInput,
29
+ GetQAppSessionCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ImportDocumentInput, ImportDocumentOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ImportDocumentCommandInput extends ImportDocumentInput {}
12
+ export interface ImportDocumentCommandOutput
13
+ extends ImportDocumentOutput,
14
+ __MetadataBearer {}
15
+ declare const ImportDocumentCommand_base: {
16
+ new (
17
+ input: ImportDocumentCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ImportDocumentCommandInput,
20
+ ImportDocumentCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: ImportDocumentCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ImportDocumentCommandInput,
29
+ ImportDocumentCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ImportDocumentCommand extends ImportDocumentCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListLibraryItemsInput,
5
+ ListLibraryItemsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ QAppsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QAppsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListLibraryItemsCommandInput extends ListLibraryItemsInput {}
15
+ export interface ListLibraryItemsCommandOutput
16
+ extends ListLibraryItemsOutput,
17
+ __MetadataBearer {}
18
+ declare const ListLibraryItemsCommand_base: {
19
+ new (
20
+ input: ListLibraryItemsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListLibraryItemsCommandInput,
23
+ ListLibraryItemsCommandOutput,
24
+ QAppsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListLibraryItemsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLibraryItemsCommandInput,
32
+ ListLibraryItemsCommandOutput,
33
+ QAppsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListLibraryItemsCommand extends ListLibraryItemsCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListQAppsInput, ListQAppsOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListQAppsCommandInput extends ListQAppsInput {}
12
+ export interface ListQAppsCommandOutput
13
+ extends ListQAppsOutput,
14
+ __MetadataBearer {}
15
+ declare const ListQAppsCommand_base: {
16
+ new (
17
+ input: ListQAppsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListQAppsCommandInput,
20
+ ListQAppsCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: ListQAppsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListQAppsCommandInput,
29
+ ListQAppsCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListQAppsCommand extends ListQAppsCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListTagsForResourceRequest,
5
+ ListTagsForResourceResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ QAppsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QAppsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListTagsForResourceCommandInput
15
+ extends ListTagsForResourceRequest {}
16
+ export interface ListTagsForResourceCommandOutput
17
+ extends ListTagsForResourceResponse,
18
+ __MetadataBearer {}
19
+ declare const ListTagsForResourceCommand_base: {
20
+ new (
21
+ input: ListTagsForResourceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ QAppsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListTagsForResourceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListTagsForResourceCommandInput,
33
+ ListTagsForResourceCommandOutput,
34
+ QAppsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { PredictQAppInput, PredictQAppOutput } from "../models/models_0";
4
+ import {
5
+ QAppsClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QAppsClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PredictQAppCommandInput extends PredictQAppInput {}
12
+ export interface PredictQAppCommandOutput
13
+ extends PredictQAppOutput,
14
+ __MetadataBearer {}
15
+ declare const PredictQAppCommand_base: {
16
+ new (
17
+ input: PredictQAppCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ PredictQAppCommandInput,
20
+ PredictQAppCommandOutput,
21
+ QAppsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: PredictQAppCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ PredictQAppCommandInput,
29
+ PredictQAppCommandOutput,
30
+ QAppsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class PredictQAppCommand extends PredictQAppCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ StartQAppSessionInput,
5
+ StartQAppSessionOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ QAppsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QAppsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartQAppSessionCommandInput extends StartQAppSessionInput {}
15
+ export interface StartQAppSessionCommandOutput
16
+ extends StartQAppSessionOutput,
17
+ __MetadataBearer {}
18
+ declare const StartQAppSessionCommand_base: {
19
+ new (
20
+ input: StartQAppSessionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartQAppSessionCommandInput,
23
+ StartQAppSessionCommandOutput,
24
+ QAppsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: StartQAppSessionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartQAppSessionCommandInput,
32
+ StartQAppSessionCommandOutput,
33
+ QAppsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class StartQAppSessionCommand extends StartQAppSessionCommand_base {}