@aws-sdk/client-qapps 3.1077.0 → 3.1078.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 +43 -353
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +2 -14
- package/dist-es/commands/AssociateQAppWithUserCommand.js +2 -14
- package/dist-es/commands/BatchCreateCategoryCommand.js +2 -14
- package/dist-es/commands/BatchDeleteCategoryCommand.js +2 -14
- package/dist-es/commands/BatchUpdateCategoryCommand.js +2 -14
- package/dist-es/commands/CreateLibraryItemCommand.js +2 -14
- package/dist-es/commands/CreatePresignedUrlCommand.js +2 -14
- package/dist-es/commands/CreateQAppCommand.js +2 -14
- package/dist-es/commands/DeleteLibraryItemCommand.js +2 -14
- package/dist-es/commands/DeleteQAppCommand.js +2 -14
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +2 -14
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +2 -14
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +2 -14
- package/dist-es/commands/ExportQAppSessionDataCommand.js +2 -14
- package/dist-es/commands/GetLibraryItemCommand.js +2 -14
- package/dist-es/commands/GetQAppCommand.js +2 -14
- package/dist-es/commands/GetQAppSessionCommand.js +2 -14
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +2 -14
- package/dist-es/commands/ImportDocumentCommand.js +2 -14
- package/dist-es/commands/ListCategoriesCommand.js +2 -14
- package/dist-es/commands/ListLibraryItemsCommand.js +2 -14
- package/dist-es/commands/ListQAppSessionDataCommand.js +2 -14
- package/dist-es/commands/ListQAppsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PredictQAppCommand.js +2 -14
- package/dist-es/commands/StartQAppSessionCommand.js +2 -14
- package/dist-es/commands/StopQAppSessionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLibraryItemCommand.js +2 -14
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateQAppCommand.js +2 -14
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +2 -14
- package/dist-es/commands/UpdateQAppSessionCommand.js +2 -14
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +3 -8
- package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateCategoryCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/CreatePresignedUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateQAppCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQAppCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +3 -8
- package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +3 -8
- package/dist-types/commands/GetLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ImportDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ListCategoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListLibraryItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListQAppSessionDataCommand.d.ts +3 -8
- package/dist-types/commands/ListQAppsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PredictQAppCommand.d.ts +3 -8
- package/dist-types/commands/StartQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCategoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateLibraryItemInput,
|
|
5
4
|
CreateLibraryItemOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QAppsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QAppsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLibraryItemCommandInput extends CreateLibraryItemInput {}
|
|
15
8
|
export interface CreateLibraryItemCommandOutput
|
|
16
9
|
extends CreateLibraryItemOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreateLibraryItemCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateLibraryItemCommandInput,
|
|
23
16
|
CreateLibraryItemCommandOutput,
|
|
24
|
-
QAppsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").QAppsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateLibraryItemCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateLibraryItemCommandInput,
|
|
32
25
|
CreateLibraryItemCommandOutput,
|
|
33
|
-
QAppsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").QAppsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreatePresignedUrlInput,
|
|
5
4
|
CreatePresignedUrlOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QAppsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QAppsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePresignedUrlCommandInput
|
|
15
8
|
extends CreatePresignedUrlInput {}
|
|
16
9
|
export interface CreatePresignedUrlCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreatePresignedUrlCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreatePresignedUrlCommandInput,
|
|
24
17
|
CreatePresignedUrlCommandOutput,
|
|
25
|
-
QAppsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").QAppsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreatePresignedUrlCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreatePresignedUrlCommandInput,
|
|
33
26
|
CreatePresignedUrlCommandOutput,
|
|
34
|
-
QAppsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").QAppsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreatePresignedUrlCommand extends CreatePresignedUrlCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateQAppInput, CreateQAppOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateQAppCommandInput extends CreateQAppInput {}
|
|
12
5
|
export interface CreateQAppCommandOutput
|
|
13
6
|
extends CreateQAppOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateQAppCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateQAppCommandInput,
|
|
20
13
|
CreateQAppCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateQAppCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateQAppCommandInput,
|
|
29
22
|
CreateQAppCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateQAppCommand extends CreateQAppCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteLibraryItemInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteLibraryItemCommandInput extends DeleteLibraryItemInput {}
|
|
12
5
|
export interface DeleteLibraryItemCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteLibraryItemCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteLibraryItemCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteLibraryItemCommandInput,
|
|
18
11
|
DeleteLibraryItemCommandOutput,
|
|
19
|
-
QAppsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").QAppsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteLibraryItemCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteLibraryItemCommandInput,
|
|
27
20
|
DeleteLibraryItemCommandOutput,
|
|
28
|
-
QAppsClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").QAppsClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteQAppInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteQAppCommandInput extends DeleteQAppInput {}
|
|
12
5
|
export interface DeleteQAppCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteQAppCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteQAppCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteQAppCommandInput,
|
|
18
11
|
DeleteQAppCommandOutput,
|
|
19
|
-
QAppsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").QAppsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteQAppCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteQAppCommandInput,
|
|
27
20
|
DeleteQAppCommandOutput,
|
|
28
|
-
QAppsClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").QAppsClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteQAppCommand extends DeleteQAppCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeQAppPermissionsInput,
|
|
5
4
|
DescribeQAppPermissionsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QAppsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QAppsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeQAppPermissionsCommandInput
|
|
15
8
|
extends DescribeQAppPermissionsInput {}
|
|
16
9
|
export interface DescribeQAppPermissionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeQAppPermissionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeQAppPermissionsCommandInput,
|
|
24
17
|
DescribeQAppPermissionsCommandOutput,
|
|
25
|
-
QAppsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").QAppsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeQAppPermissionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeQAppPermissionsCommandInput,
|
|
33
26
|
DescribeQAppPermissionsCommandOutput,
|
|
34
|
-
QAppsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").QAppsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeQAppPermissionsCommand extends DescribeQAppPermissionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DisassociateLibraryItemReviewInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisassociateLibraryItemReviewCommandInput
|
|
12
5
|
extends DisassociateLibraryItemReviewInput {}
|
|
13
6
|
export interface DisassociateLibraryItemReviewCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DisassociateLibraryItemReviewCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DisassociateLibraryItemReviewCommandInput,
|
|
20
13
|
DisassociateLibraryItemReviewCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DisassociateLibraryItemReviewCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DisassociateLibraryItemReviewCommandInput,
|
|
29
22
|
DisassociateLibraryItemReviewCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DisassociateQAppFromUserInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisassociateQAppFromUserCommandInput
|
|
12
5
|
extends DisassociateQAppFromUserInput {}
|
|
13
6
|
export interface DisassociateQAppFromUserCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DisassociateQAppFromUserCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DisassociateQAppFromUserCommandInput,
|
|
20
13
|
DisassociateQAppFromUserCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DisassociateQAppFromUserCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DisassociateQAppFromUserCommandInput,
|
|
29
22
|
DisassociateQAppFromUserCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ExportQAppSessionDataInput,
|
|
5
4
|
ExportQAppSessionDataOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QAppsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QAppsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ExportQAppSessionDataCommandInput
|
|
15
8
|
extends ExportQAppSessionDataInput {}
|
|
16
9
|
export interface ExportQAppSessionDataCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ExportQAppSessionDataCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ExportQAppSessionDataCommandInput,
|
|
24
17
|
ExportQAppSessionDataCommandOutput,
|
|
25
|
-
QAppsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").QAppsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ExportQAppSessionDataCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ExportQAppSessionDataCommandInput,
|
|
33
26
|
ExportQAppSessionDataCommandOutput,
|
|
34
|
-
QAppsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").QAppsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ExportQAppSessionDataCommand extends ExportQAppSessionDataCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetLibraryItemInput, GetLibraryItemOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetLibraryItemCommandInput extends GetLibraryItemInput {}
|
|
12
5
|
export interface GetLibraryItemCommandOutput
|
|
13
6
|
extends GetLibraryItemOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetLibraryItemCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetLibraryItemCommandInput,
|
|
20
13
|
GetLibraryItemCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetLibraryItemCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetLibraryItemCommandInput,
|
|
29
22
|
GetLibraryItemCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetQAppInput, GetQAppOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetQAppCommandInput extends GetQAppInput {}
|
|
12
5
|
export interface GetQAppCommandOutput extends GetQAppOutput, __MetadataBearer {}
|
|
13
6
|
declare const GetQAppCommand_base: {
|
|
14
7
|
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
GetQAppCommandInput,
|
|
16
9
|
GetQAppCommandOutput,
|
|
17
|
-
QAppsClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").QAppsClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetQAppCommandInput,
|
|
23
16
|
GetQAppCommandOutput,
|
|
24
|
-
QAppsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").QAppsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class GetQAppCommand extends GetQAppCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetQAppSessionInput, GetQAppSessionOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetQAppSessionCommandInput extends GetQAppSessionInput {}
|
|
12
5
|
export interface GetQAppSessionCommandOutput
|
|
13
6
|
extends GetQAppSessionOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetQAppSessionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetQAppSessionCommandInput,
|
|
20
13
|
GetQAppSessionCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetQAppSessionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetQAppSessionCommandInput,
|
|
29
22
|
GetQAppSessionCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetQAppSessionMetadataInput,
|
|
5
4
|
GetQAppSessionMetadataOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QAppsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QAppsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetQAppSessionMetadataCommandInput
|
|
15
8
|
extends GetQAppSessionMetadataInput {}
|
|
16
9
|
export interface GetQAppSessionMetadataCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetQAppSessionMetadataCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetQAppSessionMetadataCommandInput,
|
|
24
17
|
GetQAppSessionMetadataCommandOutput,
|
|
25
|
-
QAppsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").QAppsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetQAppSessionMetadataCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetQAppSessionMetadataCommandInput,
|
|
33
26
|
GetQAppSessionMetadataCommandOutput,
|
|
34
|
-
QAppsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").QAppsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetQAppSessionMetadataCommand extends GetQAppSessionMetadataCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ImportDocumentInput, ImportDocumentOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
QAppsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../QAppsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ImportDocumentCommandInput extends ImportDocumentInput {}
|
|
12
5
|
export interface ImportDocumentCommandOutput
|
|
13
6
|
extends ImportDocumentOutput,
|
|
@@ -18,22 +11,20 @@ declare const ImportDocumentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ImportDocumentCommandInput,
|
|
20
13
|
ImportDocumentCommandOutput,
|
|
21
|
-
QAppsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").QAppsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ImportDocumentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ImportDocumentCommandInput,
|
|
29
22
|
ImportDocumentCommandOutput,
|
|
30
|
-
QAppsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").QAppsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ImportDocumentCommand extends ImportDocumentCommand_base {
|
|
39
30
|
protected static __types: {
|