@aws-sdk/client-qapps 3.928.0 → 3.930.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 +1792 -1928
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/QAppsClient.js +2 -0
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +3 -9
- package/dist-es/commands/AssociateQAppWithUserCommand.js +3 -9
- package/dist-es/commands/BatchCreateCategoryCommand.js +3 -9
- package/dist-es/commands/BatchDeleteCategoryCommand.js +3 -9
- package/dist-es/commands/BatchUpdateCategoryCommand.js +3 -9
- package/dist-es/commands/CreateLibraryItemCommand.js +3 -9
- package/dist-es/commands/CreatePresignedUrlCommand.js +3 -9
- package/dist-es/commands/CreateQAppCommand.js +3 -9
- package/dist-es/commands/DeleteLibraryItemCommand.js +3 -9
- package/dist-es/commands/DeleteQAppCommand.js +3 -9
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +3 -9
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +3 -9
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +3 -9
- package/dist-es/commands/ExportQAppSessionDataCommand.js +3 -9
- package/dist-es/commands/GetLibraryItemCommand.js +3 -9
- package/dist-es/commands/GetQAppCommand.js +3 -9
- package/dist-es/commands/GetQAppSessionCommand.js +3 -9
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +3 -9
- package/dist-es/commands/ImportDocumentCommand.js +3 -9
- package/dist-es/commands/ListCategoriesCommand.js +3 -9
- package/dist-es/commands/ListLibraryItemsCommand.js +3 -9
- package/dist-es/commands/ListQAppSessionDataCommand.js +3 -9
- package/dist-es/commands/ListQAppsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PredictQAppCommand.js +3 -9
- package/dist-es/commands/StartQAppSessionCommand.js +3 -9
- package/dist-es/commands/StopQAppSessionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLibraryItemCommand.js +3 -9
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +3 -9
- package/dist-es/commands/UpdateQAppCommand.js +3 -9
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +3 -9
- package/dist-es/commands/UpdateQAppSessionCommand.js +3 -9
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -56
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1713 -0
- package/dist-types/QAppsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +16 -4
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +168 -0
- package/dist-types/ts3.4/QAppsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1611
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateLibraryItemReviewCommandInput, AssociateLibraryItemReviewCommandOutput } from "./commands/AssociateLibraryItemReviewCommand";
|
|
11
11
|
import { AssociateQAppWithUserCommandInput, AssociateQAppWithUserCommandOutput } from "./commands/AssociateQAppWithUserCommand";
|
|
@@ -176,6 +176,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
176
176
|
* Optional extensions
|
|
177
177
|
*/
|
|
178
178
|
extensions?: RuntimeExtension[];
|
|
179
|
+
/**
|
|
180
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
181
|
+
* may be overridden. A default will always be set by the client.
|
|
182
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
183
|
+
* the client.
|
|
184
|
+
* @alpha
|
|
185
|
+
*
|
|
186
|
+
*/
|
|
187
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
179
188
|
/**
|
|
180
189
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
181
190
|
*/
|
|
@@ -275,6 +275,10 @@ export declare namespace DocumentAttributeValue {
|
|
|
275
275
|
dateValue?: never;
|
|
276
276
|
$unknown: [string, any];
|
|
277
277
|
}
|
|
278
|
+
/**
|
|
279
|
+
* @deprecated unused in schema-serde mode.
|
|
280
|
+
*
|
|
281
|
+
*/
|
|
278
282
|
interface Visitor<T> {
|
|
279
283
|
stringValue: (value: string) => T;
|
|
280
284
|
stringListValue: (value: string[]) => T;
|
|
@@ -282,7 +286,6 @@ export declare namespace DocumentAttributeValue {
|
|
|
282
286
|
dateValue: (value: Date) => T;
|
|
283
287
|
_: (name: string, value: any) => T;
|
|
284
288
|
}
|
|
285
|
-
const visit: <T>(value: DocumentAttributeValue, visitor: Visitor<T>) => T;
|
|
286
289
|
}
|
|
287
290
|
/**
|
|
288
291
|
* <p>A document attribute or metadata field.</p>
|
|
@@ -2010,12 +2013,15 @@ export declare namespace PredictQAppInputOptions {
|
|
|
2010
2013
|
problemStatement?: never;
|
|
2011
2014
|
$unknown: [string, any];
|
|
2012
2015
|
}
|
|
2016
|
+
/**
|
|
2017
|
+
* @deprecated unused in schema-serde mode.
|
|
2018
|
+
*
|
|
2019
|
+
*/
|
|
2013
2020
|
interface Visitor<T> {
|
|
2014
2021
|
conversation: (value: ConversationMessage[]) => T;
|
|
2015
2022
|
problemStatement: (value: string) => T;
|
|
2016
2023
|
_: (name: string, value: any) => T;
|
|
2017
2024
|
}
|
|
2018
|
-
const visit: <T>(value: PredictQAppInputOptions, visitor: Visitor<T>) => T;
|
|
2019
2025
|
}
|
|
2020
2026
|
/**
|
|
2021
2027
|
* @public
|
|
@@ -2665,6 +2671,10 @@ export declare namespace Card {
|
|
|
2665
2671
|
formInput?: never;
|
|
2666
2672
|
$unknown: [string, any];
|
|
2667
2673
|
}
|
|
2674
|
+
/**
|
|
2675
|
+
* @deprecated unused in schema-serde mode.
|
|
2676
|
+
*
|
|
2677
|
+
*/
|
|
2668
2678
|
interface Visitor<T> {
|
|
2669
2679
|
textInput: (value: TextInputCard) => T;
|
|
2670
2680
|
qQuery: (value: QQueryCard) => T;
|
|
@@ -2673,7 +2683,6 @@ export declare namespace Card {
|
|
|
2673
2683
|
formInput: (value: FormInputCard) => T;
|
|
2674
2684
|
_: (name: string, value: any) => T;
|
|
2675
2685
|
}
|
|
2676
|
-
const visit: <T>(value: Card, visitor: Visitor<T>) => T;
|
|
2677
2686
|
}
|
|
2678
2687
|
/**
|
|
2679
2688
|
* <p>The properties defining an input card in an Amazon Q App.</p>
|
|
@@ -2755,6 +2764,10 @@ export declare namespace CardInput {
|
|
|
2755
2764
|
formInput?: never;
|
|
2756
2765
|
$unknown: [string, any];
|
|
2757
2766
|
}
|
|
2767
|
+
/**
|
|
2768
|
+
* @deprecated unused in schema-serde mode.
|
|
2769
|
+
*
|
|
2770
|
+
*/
|
|
2758
2771
|
interface Visitor<T> {
|
|
2759
2772
|
textInput: (value: TextInputCardInput) => T;
|
|
2760
2773
|
qQuery: (value: QQueryCardInput) => T;
|
|
@@ -2763,7 +2776,6 @@ export declare namespace CardInput {
|
|
|
2763
2776
|
formInput: (value: FormInputCardInput) => T;
|
|
2764
2777
|
_: (name: string, value: any) => T;
|
|
2765
2778
|
}
|
|
2766
|
-
const visit: <T>(value: CardInput, visitor: Visitor<T>) => T;
|
|
2767
2779
|
}
|
|
2768
2780
|
/**
|
|
2769
2781
|
* <p>The definition of the Q App, specifying the cards and flow.</p>
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QAppsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var AppDefinition: StaticStructureSchema;
|
|
4
|
+
export declare var AppDefinitionInput: StaticStructureSchema;
|
|
5
|
+
export declare var AssociateLibraryItemReviewInput: StaticStructureSchema;
|
|
6
|
+
export declare var AssociateQAppWithUserInput: StaticStructureSchema;
|
|
7
|
+
export declare var AttributeFilter: StaticStructureSchema;
|
|
8
|
+
export declare var BatchCreateCategoryInput: StaticStructureSchema;
|
|
9
|
+
export declare var BatchCreateCategoryInputCategory: StaticStructureSchema;
|
|
10
|
+
export declare var BatchDeleteCategoryInput: StaticStructureSchema;
|
|
11
|
+
export declare var BatchUpdateCategoryInput: StaticStructureSchema;
|
|
12
|
+
export declare var CardStatus: StaticStructureSchema;
|
|
13
|
+
export declare var CardValue: StaticStructureSchema;
|
|
14
|
+
export declare var Category: StaticStructureSchema;
|
|
15
|
+
export declare var CategoryInput: StaticStructureSchema;
|
|
16
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
17
|
+
export declare var ContentTooLargeException: StaticErrorSchema;
|
|
18
|
+
export declare var ConversationMessage: StaticStructureSchema;
|
|
19
|
+
export declare var CreateLibraryItemInput: StaticStructureSchema;
|
|
20
|
+
export declare var CreateLibraryItemOutput: StaticStructureSchema;
|
|
21
|
+
export declare var CreatePresignedUrlInput: StaticStructureSchema;
|
|
22
|
+
export declare var CreatePresignedUrlOutput: StaticStructureSchema;
|
|
23
|
+
export declare var CreateQAppInput: StaticStructureSchema;
|
|
24
|
+
export declare var CreateQAppOutput: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteLibraryItemInput: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteQAppInput: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeQAppPermissionsInput: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeQAppPermissionsOutput: StaticStructureSchema;
|
|
29
|
+
export declare var DisassociateLibraryItemReviewInput: StaticStructureSchema;
|
|
30
|
+
export declare var DisassociateQAppFromUserInput: StaticStructureSchema;
|
|
31
|
+
export declare var DocumentAttribute: StaticStructureSchema;
|
|
32
|
+
export declare var ExportQAppSessionDataInput: StaticStructureSchema;
|
|
33
|
+
export declare var ExportQAppSessionDataOutput: StaticStructureSchema;
|
|
34
|
+
export declare var FileUploadCard: StaticStructureSchema;
|
|
35
|
+
export declare var FileUploadCardInput: StaticStructureSchema;
|
|
36
|
+
export declare var FormInputCard: StaticStructureSchema;
|
|
37
|
+
export declare var FormInputCardInput: StaticStructureSchema;
|
|
38
|
+
export declare var FormInputCardMetadata: StaticStructureSchema;
|
|
39
|
+
export declare var GetLibraryItemInput: StaticStructureSchema;
|
|
40
|
+
export declare var GetLibraryItemOutput: StaticStructureSchema;
|
|
41
|
+
export declare var GetQAppInput: StaticStructureSchema;
|
|
42
|
+
export declare var GetQAppOutput: StaticStructureSchema;
|
|
43
|
+
export declare var GetQAppSessionInput: StaticStructureSchema;
|
|
44
|
+
export declare var GetQAppSessionMetadataInput: StaticStructureSchema;
|
|
45
|
+
export declare var GetQAppSessionMetadataOutput: StaticStructureSchema;
|
|
46
|
+
export declare var GetQAppSessionOutput: StaticStructureSchema;
|
|
47
|
+
export declare var ImportDocumentInput: StaticStructureSchema;
|
|
48
|
+
export declare var ImportDocumentOutput: StaticStructureSchema;
|
|
49
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
50
|
+
export declare var LibraryItemMember: StaticStructureSchema;
|
|
51
|
+
export declare var ListCategoriesInput: StaticStructureSchema;
|
|
52
|
+
export declare var ListCategoriesOutput: StaticStructureSchema;
|
|
53
|
+
export declare var ListLibraryItemsInput: StaticStructureSchema;
|
|
54
|
+
export declare var ListLibraryItemsOutput: StaticStructureSchema;
|
|
55
|
+
export declare var ListQAppSessionDataInput: StaticStructureSchema;
|
|
56
|
+
export declare var ListQAppSessionDataOutput: StaticStructureSchema;
|
|
57
|
+
export declare var ListQAppsInput: StaticStructureSchema;
|
|
58
|
+
export declare var ListQAppsOutput: StaticStructureSchema;
|
|
59
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
60
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
61
|
+
export declare var PermissionInput: StaticStructureSchema;
|
|
62
|
+
export declare var PermissionOutput: StaticStructureSchema;
|
|
63
|
+
export declare var PredictAppDefinition: StaticStructureSchema;
|
|
64
|
+
export declare var PredictQAppInput: StaticStructureSchema;
|
|
65
|
+
export declare var PredictQAppOutput: StaticStructureSchema;
|
|
66
|
+
export declare var PrincipalOutput: StaticStructureSchema;
|
|
67
|
+
export declare var QAppSessionData: StaticStructureSchema;
|
|
68
|
+
export declare var QPluginCard: StaticStructureSchema;
|
|
69
|
+
export declare var QPluginCardInput: StaticStructureSchema;
|
|
70
|
+
export declare var QQueryCard: StaticStructureSchema;
|
|
71
|
+
export declare var QQueryCardInput: StaticStructureSchema;
|
|
72
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
73
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
74
|
+
export declare var SessionSharingConfiguration: StaticStructureSchema;
|
|
75
|
+
export declare var StartQAppSessionInput: StaticStructureSchema;
|
|
76
|
+
export declare var StartQAppSessionOutput: StaticStructureSchema;
|
|
77
|
+
export declare var StopQAppSessionInput: StaticStructureSchema;
|
|
78
|
+
export declare var Submission: StaticStructureSchema;
|
|
79
|
+
export declare var SubmissionMutation: StaticStructureSchema;
|
|
80
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
81
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
82
|
+
export declare var TextInputCard: StaticStructureSchema;
|
|
83
|
+
export declare var TextInputCardInput: StaticStructureSchema;
|
|
84
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
85
|
+
export declare var UnauthorizedException: StaticErrorSchema;
|
|
86
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
87
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
88
|
+
export declare var UpdateLibraryItemInput: StaticStructureSchema;
|
|
89
|
+
export declare var UpdateLibraryItemMetadataInput: StaticStructureSchema;
|
|
90
|
+
export declare var UpdateLibraryItemOutput: StaticStructureSchema;
|
|
91
|
+
export declare var UpdateQAppInput: StaticStructureSchema;
|
|
92
|
+
export declare var UpdateQAppOutput: StaticStructureSchema;
|
|
93
|
+
export declare var UpdateQAppPermissionsInput: StaticStructureSchema;
|
|
94
|
+
export declare var UpdateQAppPermissionsOutput: StaticStructureSchema;
|
|
95
|
+
export declare var UpdateQAppSessionInput: StaticStructureSchema;
|
|
96
|
+
export declare var UpdateQAppSessionMetadataInput: StaticStructureSchema;
|
|
97
|
+
export declare var UpdateQAppSessionMetadataOutput: StaticStructureSchema;
|
|
98
|
+
export declare var UpdateQAppSessionOutput: StaticStructureSchema;
|
|
99
|
+
export declare var User: StaticStructureSchema;
|
|
100
|
+
export declare var UserAppItem: StaticStructureSchema;
|
|
101
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
102
|
+
export declare var __Unit: "unit";
|
|
103
|
+
export declare var QAppsServiceException: StaticErrorSchema;
|
|
104
|
+
export declare var AppRequiredCapabilities: number;
|
|
105
|
+
export declare var AttributeFilters: StaticListSchema;
|
|
106
|
+
export declare var BatchCreateCategoryInputCategoryList: StaticListSchema;
|
|
107
|
+
export declare var CardList: StaticListSchema;
|
|
108
|
+
export declare var CardModelList: StaticListSchema;
|
|
109
|
+
export declare var CardValueList: StaticListSchema;
|
|
110
|
+
export declare var CategoriesList: StaticListSchema;
|
|
111
|
+
export declare var CategoryIdList: number;
|
|
112
|
+
export declare var CategoryList: StaticListSchema;
|
|
113
|
+
export declare var CategoryListInput: StaticListSchema;
|
|
114
|
+
export declare var DeleteCategoryInputList: number;
|
|
115
|
+
export declare var DependencyList: number;
|
|
116
|
+
export declare var DocumentAttributeStringListValue: number;
|
|
117
|
+
export declare var LibraryItemList: StaticListSchema;
|
|
118
|
+
export declare var MemoryReferenceList: number;
|
|
119
|
+
export declare var MessageList: StaticListSchema;
|
|
120
|
+
export declare var PermissionsInputList: StaticListSchema;
|
|
121
|
+
export declare var PermissionsOutputList: StaticListSchema;
|
|
122
|
+
export declare var QAppSessionDataList: StaticListSchema;
|
|
123
|
+
export declare var SubmissionList: StaticListSchema;
|
|
124
|
+
export declare var TagKeys: number;
|
|
125
|
+
export declare var UserAppsList: StaticListSchema;
|
|
126
|
+
export declare var CardStatusMap: StaticMapSchema;
|
|
127
|
+
export declare var PresignedUrlFields: number;
|
|
128
|
+
export declare var TagMap: number;
|
|
129
|
+
export declare var Tags: number;
|
|
130
|
+
export declare var Card: StaticStructureSchema;
|
|
131
|
+
export declare var CardInput: StaticStructureSchema;
|
|
132
|
+
export declare var DocumentAttributeValue: StaticStructureSchema;
|
|
133
|
+
export declare var PredictQAppInputOptions: StaticStructureSchema;
|
|
134
|
+
export declare var AssociateLibraryItemReview: StaticOperationSchema;
|
|
135
|
+
export declare var AssociateQAppWithUser: StaticOperationSchema;
|
|
136
|
+
export declare var BatchCreateCategory: StaticOperationSchema;
|
|
137
|
+
export declare var BatchDeleteCategory: StaticOperationSchema;
|
|
138
|
+
export declare var BatchUpdateCategory: StaticOperationSchema;
|
|
139
|
+
export declare var CreateLibraryItem: StaticOperationSchema;
|
|
140
|
+
export declare var CreatePresignedUrl: StaticOperationSchema;
|
|
141
|
+
export declare var CreateQApp: StaticOperationSchema;
|
|
142
|
+
export declare var DeleteLibraryItem: StaticOperationSchema;
|
|
143
|
+
export declare var DeleteQApp: StaticOperationSchema;
|
|
144
|
+
export declare var DescribeQAppPermissions: StaticOperationSchema;
|
|
145
|
+
export declare var DisassociateLibraryItemReview: StaticOperationSchema;
|
|
146
|
+
export declare var DisassociateQAppFromUser: StaticOperationSchema;
|
|
147
|
+
export declare var ExportQAppSessionData: StaticOperationSchema;
|
|
148
|
+
export declare var GetLibraryItem: StaticOperationSchema;
|
|
149
|
+
export declare var GetQApp: StaticOperationSchema;
|
|
150
|
+
export declare var GetQAppSession: StaticOperationSchema;
|
|
151
|
+
export declare var GetQAppSessionMetadata: StaticOperationSchema;
|
|
152
|
+
export declare var ImportDocument: StaticOperationSchema;
|
|
153
|
+
export declare var ListCategories: StaticOperationSchema;
|
|
154
|
+
export declare var ListLibraryItems: StaticOperationSchema;
|
|
155
|
+
export declare var ListQApps: StaticOperationSchema;
|
|
156
|
+
export declare var ListQAppSessionData: StaticOperationSchema;
|
|
157
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
158
|
+
export declare var PredictQApp: StaticOperationSchema;
|
|
159
|
+
export declare var StartQAppSession: StaticOperationSchema;
|
|
160
|
+
export declare var StopQAppSession: StaticOperationSchema;
|
|
161
|
+
export declare var TagResource: StaticOperationSchema;
|
|
162
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
163
|
+
export declare var UpdateLibraryItem: StaticOperationSchema;
|
|
164
|
+
export declare var UpdateLibraryItemMetadata: StaticOperationSchema;
|
|
165
|
+
export declare var UpdateQApp: StaticOperationSchema;
|
|
166
|
+
export declare var UpdateQAppPermissions: StaticOperationSchema;
|
|
167
|
+
export declare var UpdateQAppSession: StaticOperationSchema;
|
|
168
|
+
export declare var UpdateQAppSessionMetadata: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -288,6 +291,7 @@ export interface ClientDefaults
|
|
|
288
291
|
retryMode?: string | __Provider<string>;
|
|
289
292
|
logger?: __Logger;
|
|
290
293
|
extensions?: RuntimeExtension[];
|
|
294
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
291
295
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
292
296
|
}
|
|
293
297
|
export type QAppsClientConfigType = Partial<
|
|
@@ -125,7 +125,6 @@ export declare namespace DocumentAttributeValue {
|
|
|
125
125
|
dateValue: (value: Date) => T;
|
|
126
126
|
_: (name: string, value: any) => T;
|
|
127
127
|
}
|
|
128
|
-
const visit: <T>(value: DocumentAttributeValue, visitor: Visitor<T>) => T;
|
|
129
128
|
}
|
|
130
129
|
export interface DocumentAttribute {
|
|
131
130
|
name: string | undefined;
|
|
@@ -616,7 +615,6 @@ export declare namespace PredictQAppInputOptions {
|
|
|
616
615
|
problemStatement: (value: string) => T;
|
|
617
616
|
_: (name: string, value: any) => T;
|
|
618
617
|
}
|
|
619
|
-
const visit: <T>(value: PredictQAppInputOptions, visitor: Visitor<T>) => T;
|
|
620
618
|
}
|
|
621
619
|
export interface PredictQAppInput {
|
|
622
620
|
instanceId: string | undefined;
|
|
@@ -814,7 +812,6 @@ export declare namespace Card {
|
|
|
814
812
|
formInput: (value: FormInputCard) => T;
|
|
815
813
|
_: (name: string, value: any) => T;
|
|
816
814
|
}
|
|
817
|
-
const visit: <T>(value: Card, visitor: Visitor<T>) => T;
|
|
818
815
|
}
|
|
819
816
|
export type CardInput =
|
|
820
817
|
| CardInput.FileUploadMember
|
|
@@ -880,7 +877,6 @@ export declare namespace CardInput {
|
|
|
880
877
|
formInput: (value: FormInputCardInput) => T;
|
|
881
878
|
_: (name: string, value: any) => T;
|
|
882
879
|
}
|
|
883
|
-
const visit: <T>(value: CardInput, visitor: Visitor<T>) => T;
|
|
884
880
|
}
|
|
885
881
|
export interface AppDefinition {
|
|
886
882
|
appDefinitionVersion: string | undefined;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QAppsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
9
|
+
export declare var AppDefinition: StaticStructureSchema;
|
|
10
|
+
export declare var AppDefinitionInput: StaticStructureSchema;
|
|
11
|
+
export declare var AssociateLibraryItemReviewInput: StaticStructureSchema;
|
|
12
|
+
export declare var AssociateQAppWithUserInput: StaticStructureSchema;
|
|
13
|
+
export declare var AttributeFilter: StaticStructureSchema;
|
|
14
|
+
export declare var BatchCreateCategoryInput: StaticStructureSchema;
|
|
15
|
+
export declare var BatchCreateCategoryInputCategory: StaticStructureSchema;
|
|
16
|
+
export declare var BatchDeleteCategoryInput: StaticStructureSchema;
|
|
17
|
+
export declare var BatchUpdateCategoryInput: StaticStructureSchema;
|
|
18
|
+
export declare var CardStatus: StaticStructureSchema;
|
|
19
|
+
export declare var CardValue: StaticStructureSchema;
|
|
20
|
+
export declare var Category: StaticStructureSchema;
|
|
21
|
+
export declare var CategoryInput: StaticStructureSchema;
|
|
22
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
23
|
+
export declare var ContentTooLargeException: StaticErrorSchema;
|
|
24
|
+
export declare var ConversationMessage: StaticStructureSchema;
|
|
25
|
+
export declare var CreateLibraryItemInput: StaticStructureSchema;
|
|
26
|
+
export declare var CreateLibraryItemOutput: StaticStructureSchema;
|
|
27
|
+
export declare var CreatePresignedUrlInput: StaticStructureSchema;
|
|
28
|
+
export declare var CreatePresignedUrlOutput: StaticStructureSchema;
|
|
29
|
+
export declare var CreateQAppInput: StaticStructureSchema;
|
|
30
|
+
export declare var CreateQAppOutput: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteLibraryItemInput: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteQAppInput: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeQAppPermissionsInput: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeQAppPermissionsOutput: StaticStructureSchema;
|
|
35
|
+
export declare var DisassociateLibraryItemReviewInput: StaticStructureSchema;
|
|
36
|
+
export declare var DisassociateQAppFromUserInput: StaticStructureSchema;
|
|
37
|
+
export declare var DocumentAttribute: StaticStructureSchema;
|
|
38
|
+
export declare var ExportQAppSessionDataInput: StaticStructureSchema;
|
|
39
|
+
export declare var ExportQAppSessionDataOutput: StaticStructureSchema;
|
|
40
|
+
export declare var FileUploadCard: StaticStructureSchema;
|
|
41
|
+
export declare var FileUploadCardInput: StaticStructureSchema;
|
|
42
|
+
export declare var FormInputCard: StaticStructureSchema;
|
|
43
|
+
export declare var FormInputCardInput: StaticStructureSchema;
|
|
44
|
+
export declare var FormInputCardMetadata: StaticStructureSchema;
|
|
45
|
+
export declare var GetLibraryItemInput: StaticStructureSchema;
|
|
46
|
+
export declare var GetLibraryItemOutput: StaticStructureSchema;
|
|
47
|
+
export declare var GetQAppInput: StaticStructureSchema;
|
|
48
|
+
export declare var GetQAppOutput: StaticStructureSchema;
|
|
49
|
+
export declare var GetQAppSessionInput: StaticStructureSchema;
|
|
50
|
+
export declare var GetQAppSessionMetadataInput: StaticStructureSchema;
|
|
51
|
+
export declare var GetQAppSessionMetadataOutput: StaticStructureSchema;
|
|
52
|
+
export declare var GetQAppSessionOutput: StaticStructureSchema;
|
|
53
|
+
export declare var ImportDocumentInput: StaticStructureSchema;
|
|
54
|
+
export declare var ImportDocumentOutput: StaticStructureSchema;
|
|
55
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
56
|
+
export declare var LibraryItemMember: StaticStructureSchema;
|
|
57
|
+
export declare var ListCategoriesInput: StaticStructureSchema;
|
|
58
|
+
export declare var ListCategoriesOutput: StaticStructureSchema;
|
|
59
|
+
export declare var ListLibraryItemsInput: StaticStructureSchema;
|
|
60
|
+
export declare var ListLibraryItemsOutput: StaticStructureSchema;
|
|
61
|
+
export declare var ListQAppSessionDataInput: StaticStructureSchema;
|
|
62
|
+
export declare var ListQAppSessionDataOutput: StaticStructureSchema;
|
|
63
|
+
export declare var ListQAppsInput: StaticStructureSchema;
|
|
64
|
+
export declare var ListQAppsOutput: StaticStructureSchema;
|
|
65
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
66
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
67
|
+
export declare var PermissionInput: StaticStructureSchema;
|
|
68
|
+
export declare var PermissionOutput: StaticStructureSchema;
|
|
69
|
+
export declare var PredictAppDefinition: StaticStructureSchema;
|
|
70
|
+
export declare var PredictQAppInput: StaticStructureSchema;
|
|
71
|
+
export declare var PredictQAppOutput: StaticStructureSchema;
|
|
72
|
+
export declare var PrincipalOutput: StaticStructureSchema;
|
|
73
|
+
export declare var QAppSessionData: StaticStructureSchema;
|
|
74
|
+
export declare var QPluginCard: StaticStructureSchema;
|
|
75
|
+
export declare var QPluginCardInput: StaticStructureSchema;
|
|
76
|
+
export declare var QQueryCard: StaticStructureSchema;
|
|
77
|
+
export declare var QQueryCardInput: StaticStructureSchema;
|
|
78
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
79
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
80
|
+
export declare var SessionSharingConfiguration: StaticStructureSchema;
|
|
81
|
+
export declare var StartQAppSessionInput: StaticStructureSchema;
|
|
82
|
+
export declare var StartQAppSessionOutput: StaticStructureSchema;
|
|
83
|
+
export declare var StopQAppSessionInput: StaticStructureSchema;
|
|
84
|
+
export declare var Submission: StaticStructureSchema;
|
|
85
|
+
export declare var SubmissionMutation: StaticStructureSchema;
|
|
86
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
87
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
88
|
+
export declare var TextInputCard: StaticStructureSchema;
|
|
89
|
+
export declare var TextInputCardInput: StaticStructureSchema;
|
|
90
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
91
|
+
export declare var UnauthorizedException: StaticErrorSchema;
|
|
92
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
93
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
94
|
+
export declare var UpdateLibraryItemInput: StaticStructureSchema;
|
|
95
|
+
export declare var UpdateLibraryItemMetadataInput: StaticStructureSchema;
|
|
96
|
+
export declare var UpdateLibraryItemOutput: StaticStructureSchema;
|
|
97
|
+
export declare var UpdateQAppInput: StaticStructureSchema;
|
|
98
|
+
export declare var UpdateQAppOutput: StaticStructureSchema;
|
|
99
|
+
export declare var UpdateQAppPermissionsInput: StaticStructureSchema;
|
|
100
|
+
export declare var UpdateQAppPermissionsOutput: StaticStructureSchema;
|
|
101
|
+
export declare var UpdateQAppSessionInput: StaticStructureSchema;
|
|
102
|
+
export declare var UpdateQAppSessionMetadataInput: StaticStructureSchema;
|
|
103
|
+
export declare var UpdateQAppSessionMetadataOutput: StaticStructureSchema;
|
|
104
|
+
export declare var UpdateQAppSessionOutput: StaticStructureSchema;
|
|
105
|
+
export declare var User: StaticStructureSchema;
|
|
106
|
+
export declare var UserAppItem: StaticStructureSchema;
|
|
107
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
108
|
+
export declare var __Unit: "unit";
|
|
109
|
+
export declare var QAppsServiceException: StaticErrorSchema;
|
|
110
|
+
export declare var AppRequiredCapabilities: number;
|
|
111
|
+
export declare var AttributeFilters: StaticListSchema;
|
|
112
|
+
export declare var BatchCreateCategoryInputCategoryList: StaticListSchema;
|
|
113
|
+
export declare var CardList: StaticListSchema;
|
|
114
|
+
export declare var CardModelList: StaticListSchema;
|
|
115
|
+
export declare var CardValueList: StaticListSchema;
|
|
116
|
+
export declare var CategoriesList: StaticListSchema;
|
|
117
|
+
export declare var CategoryIdList: number;
|
|
118
|
+
export declare var CategoryList: StaticListSchema;
|
|
119
|
+
export declare var CategoryListInput: StaticListSchema;
|
|
120
|
+
export declare var DeleteCategoryInputList: number;
|
|
121
|
+
export declare var DependencyList: number;
|
|
122
|
+
export declare var DocumentAttributeStringListValue: number;
|
|
123
|
+
export declare var LibraryItemList: StaticListSchema;
|
|
124
|
+
export declare var MemoryReferenceList: number;
|
|
125
|
+
export declare var MessageList: StaticListSchema;
|
|
126
|
+
export declare var PermissionsInputList: StaticListSchema;
|
|
127
|
+
export declare var PermissionsOutputList: StaticListSchema;
|
|
128
|
+
export declare var QAppSessionDataList: StaticListSchema;
|
|
129
|
+
export declare var SubmissionList: StaticListSchema;
|
|
130
|
+
export declare var TagKeys: number;
|
|
131
|
+
export declare var UserAppsList: StaticListSchema;
|
|
132
|
+
export declare var CardStatusMap: StaticMapSchema;
|
|
133
|
+
export declare var PresignedUrlFields: number;
|
|
134
|
+
export declare var TagMap: number;
|
|
135
|
+
export declare var Tags: number;
|
|
136
|
+
export declare var Card: StaticStructureSchema;
|
|
137
|
+
export declare var CardInput: StaticStructureSchema;
|
|
138
|
+
export declare var DocumentAttributeValue: StaticStructureSchema;
|
|
139
|
+
export declare var PredictQAppInputOptions: StaticStructureSchema;
|
|
140
|
+
export declare var AssociateLibraryItemReview: StaticOperationSchema;
|
|
141
|
+
export declare var AssociateQAppWithUser: StaticOperationSchema;
|
|
142
|
+
export declare var BatchCreateCategory: StaticOperationSchema;
|
|
143
|
+
export declare var BatchDeleteCategory: StaticOperationSchema;
|
|
144
|
+
export declare var BatchUpdateCategory: StaticOperationSchema;
|
|
145
|
+
export declare var CreateLibraryItem: StaticOperationSchema;
|
|
146
|
+
export declare var CreatePresignedUrl: StaticOperationSchema;
|
|
147
|
+
export declare var CreateQApp: StaticOperationSchema;
|
|
148
|
+
export declare var DeleteLibraryItem: StaticOperationSchema;
|
|
149
|
+
export declare var DeleteQApp: StaticOperationSchema;
|
|
150
|
+
export declare var DescribeQAppPermissions: StaticOperationSchema;
|
|
151
|
+
export declare var DisassociateLibraryItemReview: StaticOperationSchema;
|
|
152
|
+
export declare var DisassociateQAppFromUser: StaticOperationSchema;
|
|
153
|
+
export declare var ExportQAppSessionData: StaticOperationSchema;
|
|
154
|
+
export declare var GetLibraryItem: StaticOperationSchema;
|
|
155
|
+
export declare var GetQApp: StaticOperationSchema;
|
|
156
|
+
export declare var GetQAppSession: StaticOperationSchema;
|
|
157
|
+
export declare var GetQAppSessionMetadata: StaticOperationSchema;
|
|
158
|
+
export declare var ImportDocument: StaticOperationSchema;
|
|
159
|
+
export declare var ListCategories: StaticOperationSchema;
|
|
160
|
+
export declare var ListLibraryItems: StaticOperationSchema;
|
|
161
|
+
export declare var ListQApps: StaticOperationSchema;
|
|
162
|
+
export declare var ListQAppSessionData: StaticOperationSchema;
|
|
163
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
164
|
+
export declare var PredictQApp: StaticOperationSchema;
|
|
165
|
+
export declare var StartQAppSession: StaticOperationSchema;
|
|
166
|
+
export declare var StopQAppSession: StaticOperationSchema;
|
|
167
|
+
export declare var TagResource: StaticOperationSchema;
|
|
168
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
169
|
+
export declare var UpdateLibraryItem: StaticOperationSchema;
|
|
170
|
+
export declare var UpdateLibraryItemMetadata: StaticOperationSchema;
|
|
171
|
+
export declare var UpdateQApp: StaticOperationSchema;
|
|
172
|
+
export declare var UpdateQAppPermissions: StaticOperationSchema;
|
|
173
|
+
export declare var UpdateQAppSession: StaticOperationSchema;
|
|
174
|
+
export declare var UpdateQAppSessionMetadata: StaticOperationSchema;
|