@aws-sdk/client-qapps 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +86 -87
- package/dist-cjs/models/QAppsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/QApps.js +1 -1
- package/dist-es/QAppsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +2 -2
- package/dist-es/commands/AssociateQAppWithUserCommand.js +2 -2
- package/dist-es/commands/BatchCreateCategoryCommand.js +2 -2
- package/dist-es/commands/BatchDeleteCategoryCommand.js +2 -2
- package/dist-es/commands/BatchUpdateCategoryCommand.js +2 -2
- package/dist-es/commands/CreateLibraryItemCommand.js +2 -2
- package/dist-es/commands/CreatePresignedUrlCommand.js +2 -2
- package/dist-es/commands/CreateQAppCommand.js +2 -2
- package/dist-es/commands/DeleteLibraryItemCommand.js +2 -2
- package/dist-es/commands/DeleteQAppCommand.js +2 -2
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +2 -2
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +2 -2
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +2 -2
- package/dist-es/commands/ExportQAppSessionDataCommand.js +2 -2
- package/dist-es/commands/GetLibraryItemCommand.js +2 -2
- package/dist-es/commands/GetQAppCommand.js +2 -2
- package/dist-es/commands/GetQAppSessionCommand.js +2 -2
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +2 -2
- package/dist-es/commands/ImportDocumentCommand.js +2 -2
- package/dist-es/commands/ListCategoriesCommand.js +2 -2
- package/dist-es/commands/ListLibraryItemsCommand.js +2 -2
- package/dist-es/commands/ListQAppSessionDataCommand.js +2 -2
- package/dist-es/commands/ListQAppsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PredictQAppCommand.js +2 -2
- package/dist-es/commands/StartQAppSessionCommand.js +2 -2
- package/dist-es/commands/StopQAppSessionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateLibraryItemCommand.js +2 -2
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateQAppCommand.js +2 -2
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +2 -2
- package/dist-es/commands/UpdateQAppSessionCommand.js +2 -2
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/QAppsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/QAppsClient.d.ts +5 -5
- package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateCategoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/CreatePresignedUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateQAppCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQAppCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
- package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/commands/GetLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ImportDocumentCommand.d.ts +6 -4
- package/dist-types/commands/ListCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListLibraryItemsCommand.d.ts +6 -4
- package/dist-types/commands/ListQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/commands/ListQAppsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PredictQAppCommand.d.ts +6 -4
- package/dist-types/commands/StartQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/QAppsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/QAppsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/QAppsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateQAppInput, CreateQAppOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateQAppCommandOutput
|
|
|
15
15
|
declare const CreateQAppCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateQAppCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateQAppCommandInput,
|
|
20
20
|
CreateQAppCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateQAppCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateQAppCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateQAppCommandInput,
|
|
29
29
|
CreateQAppCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateQAppCommand extends CreateQAppCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteLibraryItemInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteLibraryItemCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteLibraryItemCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteLibraryItemCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteLibraryItemCommandInput,
|
|
18
18
|
DeleteLibraryItemCommandOutput,
|
|
19
19
|
QAppsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteLibraryItemCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteLibraryItemCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteLibraryItemCommandInput,
|
|
27
27
|
DeleteLibraryItemCommandOutput,
|
|
28
28
|
QAppsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteQAppInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteQAppCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteQAppCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteQAppCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteQAppCommandInput,
|
|
18
18
|
DeleteQAppCommandOutput,
|
|
19
19
|
QAppsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteQAppCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteQAppCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteQAppCommandInput,
|
|
27
27
|
DeleteQAppCommandOutput,
|
|
28
28
|
QAppsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteQAppCommand extends DeleteQAppCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeQAppPermissionsInput,
|
|
@@ -19,7 +19,7 @@ export interface DescribeQAppPermissionsCommandOutput
|
|
|
19
19
|
declare const DescribeQAppPermissionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeQAppPermissionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeQAppPermissionsCommandInput,
|
|
24
24
|
DescribeQAppPermissionsCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeQAppPermissionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeQAppPermissionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeQAppPermissionsCommandInput,
|
|
33
33
|
DescribeQAppPermissionsCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeQAppPermissionsCommand extends DescribeQAppPermissionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DisassociateLibraryItemReviewInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DisassociateLibraryItemReviewCommandOutput
|
|
|
15
15
|
declare const DisassociateLibraryItemReviewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DisassociateLibraryItemReviewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DisassociateLibraryItemReviewCommandInput,
|
|
20
20
|
DisassociateLibraryItemReviewCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DisassociateLibraryItemReviewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DisassociateLibraryItemReviewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DisassociateLibraryItemReviewCommandInput,
|
|
29
29
|
DisassociateLibraryItemReviewCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DisassociateQAppFromUserInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DisassociateQAppFromUserCommandOutput
|
|
|
15
15
|
declare const DisassociateQAppFromUserCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DisassociateQAppFromUserCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DisassociateQAppFromUserCommandInput,
|
|
20
20
|
DisassociateQAppFromUserCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DisassociateQAppFromUserCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DisassociateQAppFromUserCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DisassociateQAppFromUserCommandInput,
|
|
29
29
|
DisassociateQAppFromUserCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ExportQAppSessionDataInput,
|
|
@@ -19,7 +19,7 @@ export interface ExportQAppSessionDataCommandOutput
|
|
|
19
19
|
declare const ExportQAppSessionDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ExportQAppSessionDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ExportQAppSessionDataCommandInput,
|
|
24
24
|
ExportQAppSessionDataCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ExportQAppSessionDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ExportQAppSessionDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ExportQAppSessionDataCommandInput,
|
|
33
33
|
ExportQAppSessionDataCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ExportQAppSessionDataCommand extends ExportQAppSessionDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetLibraryItemInput, GetLibraryItemOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetLibraryItemCommandOutput
|
|
|
15
15
|
declare const GetLibraryItemCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetLibraryItemCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetLibraryItemCommandInput,
|
|
20
20
|
GetLibraryItemCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetLibraryItemCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetLibraryItemCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetLibraryItemCommandInput,
|
|
29
29
|
GetLibraryItemCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetQAppInput, GetQAppOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetQAppCommandInput extends GetQAppInput {}
|
|
12
12
|
export interface GetQAppCommandOutput extends GetQAppOutput, __MetadataBearer {}
|
|
13
13
|
declare const GetQAppCommand_base: {
|
|
14
|
-
new (input: GetQAppCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetQAppCommandInput,
|
|
16
16
|
GetQAppCommandOutput,
|
|
17
17
|
QAppsClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetQAppCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetQAppCommandInput,
|
|
23
23
|
GetQAppCommandOutput,
|
|
24
24
|
QAppsClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetQAppCommand extends GetQAppCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetQAppSessionInput, GetQAppSessionOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetQAppSessionCommandOutput
|
|
|
15
15
|
declare const GetQAppSessionCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetQAppSessionCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetQAppSessionCommandInput,
|
|
20
20
|
GetQAppSessionCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetQAppSessionCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetQAppSessionCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetQAppSessionCommandInput,
|
|
29
29
|
GetQAppSessionCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetQAppSessionMetadataInput,
|
|
@@ -19,7 +19,7 @@ export interface GetQAppSessionMetadataCommandOutput
|
|
|
19
19
|
declare const GetQAppSessionMetadataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetQAppSessionMetadataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetQAppSessionMetadataCommandInput,
|
|
24
24
|
GetQAppSessionMetadataCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetQAppSessionMetadataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetQAppSessionMetadataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetQAppSessionMetadataCommandInput,
|
|
33
33
|
GetQAppSessionMetadataCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetQAppSessionMetadataCommand extends GetQAppSessionMetadataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ImportDocumentInput, ImportDocumentOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ImportDocumentCommandOutput
|
|
|
15
15
|
declare const ImportDocumentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ImportDocumentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ImportDocumentCommandInput,
|
|
20
20
|
ImportDocumentCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ImportDocumentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ImportDocumentCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ImportDocumentCommandInput,
|
|
29
29
|
ImportDocumentCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ImportDocumentCommand extends ImportDocumentCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListCategoriesInput, ListCategoriesOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListCategoriesCommandOutput
|
|
|
15
15
|
declare const ListCategoriesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListCategoriesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListCategoriesCommandInput,
|
|
20
20
|
ListCategoriesCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListCategoriesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListCategoriesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListCategoriesCommandInput,
|
|
29
29
|
ListCategoriesCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListCategoriesCommand extends ListCategoriesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListLibraryItemsInput,
|
|
@@ -18,7 +18,7 @@ export interface ListLibraryItemsCommandOutput
|
|
|
18
18
|
declare const ListLibraryItemsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListLibraryItemsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListLibraryItemsCommandInput,
|
|
23
23
|
ListLibraryItemsCommandOutput,
|
|
24
24
|
QAppsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListLibraryItemsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListLibraryItemsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListLibraryItemsCommandInput,
|
|
32
32
|
ListLibraryItemsCommandOutput,
|
|
33
33
|
QAppsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListLibraryItemsCommand extends ListLibraryItemsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListQAppSessionDataInput,
|
|
@@ -19,7 +19,7 @@ export interface ListQAppSessionDataCommandOutput
|
|
|
19
19
|
declare const ListQAppSessionDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListQAppSessionDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListQAppSessionDataCommandInput,
|
|
24
24
|
ListQAppSessionDataCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListQAppSessionDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListQAppSessionDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListQAppSessionDataCommandInput,
|
|
33
33
|
ListQAppSessionDataCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListQAppSessionDataCommand extends ListQAppSessionDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListQAppsInput, ListQAppsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface ListQAppsCommandOutput
|
|
|
13
13
|
extends ListQAppsOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListQAppsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListQAppsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListQAppsCommandInput,
|
|
20
18
|
ListQAppsCommandOutput,
|
|
21
19
|
QAppsClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListQAppsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListQAppsCommandInput,
|
|
29
25
|
ListQAppsCommandOutput,
|
|
30
26
|
QAppsClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListQAppsCommand extends ListQAppsCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PredictQAppInput, PredictQAppOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PredictQAppCommandOutput
|
|
|
15
15
|
declare const PredictQAppCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PredictQAppCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PredictQAppCommandInput,
|
|
20
20
|
PredictQAppCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PredictQAppCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PredictQAppCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PredictQAppCommandInput,
|
|
29
29
|
PredictQAppCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PredictQAppCommand extends PredictQAppCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartQAppSessionInput,
|
|
@@ -18,7 +18,7 @@ export interface StartQAppSessionCommandOutput
|
|
|
18
18
|
declare const StartQAppSessionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: StartQAppSessionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
StartQAppSessionCommandInput,
|
|
23
23
|
StartQAppSessionCommandOutput,
|
|
24
24
|
QAppsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const StartQAppSessionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: StartQAppSessionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
StartQAppSessionCommandInput,
|
|
32
32
|
StartQAppSessionCommandOutput,
|
|
33
33
|
QAppsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class StartQAppSessionCommand extends StartQAppSessionCommand_base {
|
|
40
42
|
protected static __types: {
|