@aws-sdk/client-qapps 3.1077.0 → 3.1079.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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchCreateCategoryInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchCreateCategoryCommandInput extends BatchCreateCategoryInpu
|
|
|
22
19
|
export interface BatchCreateCategoryCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchCreateCategoryCommand_base: {
|
|
25
|
-
new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchCreateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateCategoryCommandInput, BatchCreateCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchDeleteCategoryInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteCategoryCommandInput extends BatchDeleteCategoryInpu
|
|
|
22
19
|
export interface BatchDeleteCategoryCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteCategoryCommand_base: {
|
|
25
|
-
new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCategoryCommandInput, BatchDeleteCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchUpdateCategoryInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchUpdateCategoryCommandInput extends BatchUpdateCategoryInpu
|
|
|
22
19
|
export interface BatchUpdateCategoryCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchUpdateCategoryCommand_base: {
|
|
25
|
-
new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchUpdateCategoryCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateCategoryCommandInput, BatchUpdateCategoryCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateLibraryItemInput, CreateLibraryItemOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLibraryItemCommandInput extends CreateLibraryItemInput {
|
|
|
22
19
|
export interface CreateLibraryItemCommandOutput extends CreateLibraryItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLibraryItemCommand_base: {
|
|
25
|
-
new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<CreateLibraryItemCommandInput, CreateLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreatePresignedUrlInput, CreatePresignedUrlOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePresignedUrlCommandInput extends CreatePresignedUrlInput
|
|
|
22
19
|
export interface CreatePresignedUrlCommandOutput extends CreatePresignedUrlOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePresignedUrlCommand_base: {
|
|
25
|
-
new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreatePresignedUrlCommandInput, CreatePresignedUrlCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a file for a single Q App run. The <code>scope</code> parameter determines how the file will be used, either at the app definition level or the app session level.</p> <note> <p>The IAM permissions are derived from the <code>qapps:ImportDocument</code> action. For more information on the IAM policy for Amazon Q Apps, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html">IAM permissions for using Amazon Q Apps</a>.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateQAppInput, CreateQAppOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateQAppCommandInput extends CreateQAppInput {
|
|
|
22
19
|
export interface CreateQAppCommandOutput extends CreateQAppOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateQAppCommand_base: {
|
|
25
|
-
new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateQAppCommandInput): import("@smithy/core/client").CommandImpl<CreateQAppCommandInput, CreateQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteLibraryItemInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteLibraryItemCommandInput extends DeleteLibraryItemInput {
|
|
|
22
19
|
export interface DeleteLibraryItemCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLibraryItemCommand_base: {
|
|
25
|
-
new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteLibraryItemCommandInput, DeleteLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteQAppInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteQAppCommandInput extends DeleteQAppInput {
|
|
|
22
19
|
export interface DeleteQAppCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteQAppCommand_base: {
|
|
25
|
-
new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteQAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteQAppCommandInput, DeleteQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeQAppPermissionsInput, DescribeQAppPermissionsOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeQAppPermissionsCommandInput extends DescribeQAppPermiss
|
|
|
22
19
|
export interface DescribeQAppPermissionsCommandOutput extends DescribeQAppPermissionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeQAppPermissionsCommand_base: {
|
|
25
|
-
new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeQAppPermissionsCommandInput, DescribeQAppPermissionsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Describes read permissions for a Amazon Q App in Amazon Q Business application environment instance.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DisassociateLibraryItemReviewInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateLibraryItemReviewCommandInput extends DisassociateL
|
|
|
22
19
|
export interface DisassociateLibraryItemReviewCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateLibraryItemReviewCommand_base: {
|
|
25
|
-
new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateLibraryItemReviewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLibraryItemReviewCommandInput, DisassociateLibraryItemReviewCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a rating or review previously submitted by the user for a library item.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DisassociateQAppFromUserInput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateQAppFromUserCommandInput extends DisassociateQAppFr
|
|
|
22
19
|
export interface DisassociateQAppFromUserCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateQAppFromUserCommand_base: {
|
|
25
|
-
new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateQAppFromUserCommandInput): import("@smithy/core/client").CommandImpl<DisassociateQAppFromUserCommandInput, DisassociateQAppFromUserCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociates a Q App from a user removing the user's access to run the Q App.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ExportQAppSessionDataInput, ExportQAppSessionDataOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExportQAppSessionDataCommandInput extends ExportQAppSessionData
|
|
|
22
19
|
export interface ExportQAppSessionDataCommandOutput extends ExportQAppSessionDataOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportQAppSessionDataCommand_base: {
|
|
25
|
-
new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ExportQAppSessionDataCommandInput, ExportQAppSessionDataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports the collected data of a Q App data collection session.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetLibraryItemInput, GetLibraryItemOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLibraryItemCommandInput extends GetLibraryItemInput {
|
|
|
22
19
|
export interface GetLibraryItemCommandOutput extends GetLibraryItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLibraryItemCommand_base: {
|
|
25
|
-
new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<GetLibraryItemCommandInput, GetLibraryItemCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and usage statistics.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetQAppInput, GetQAppOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetQAppCommandInput extends GetQAppInput {
|
|
|
22
19
|
export interface GetQAppCommandOutput extends GetQAppOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetQAppCommand_base: {
|
|
25
|
-
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetQAppCommandInput): import("@smithy/core/client").CommandImpl<GetQAppCommandInput, GetQAppCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the full details of an Q App, including its definition specifying the cards and flow.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetQAppSessionInput, GetQAppSessionOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetQAppSessionCommandInput extends GetQAppSessionInput {
|
|
|
22
19
|
export interface GetQAppSessionCommandOutput extends GetQAppSessionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetQAppSessionCommand_base: {
|
|
25
|
-
new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionCommandInput, GetQAppSessionCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the current state and results for an active session of an Amazon Q App.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetQAppSessionMetadataInput, GetQAppSessionMetadataOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetQAppSessionMetadataCommandInput extends GetQAppSessionMetada
|
|
|
22
19
|
export interface GetQAppSessionMetadataCommandOutput extends GetQAppSessionMetadataOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetQAppSessionMetadataCommand_base: {
|
|
25
|
-
new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetQAppSessionMetadataCommandInput, GetQAppSessionMetadataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the current configuration of a Q App session.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ImportDocumentInput, ImportDocumentOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ImportDocumentCommandInput extends ImportDocumentInput {
|
|
|
22
19
|
export interface ImportDocumentCommandOutput extends ImportDocumentOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportDocumentCommand_base: {
|
|
25
|
-
new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportDocumentCommandInput): import("@smithy/core/client").CommandImpl<ImportDocumentCommandInput, ImportDocumentCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Uploads a file that can then be used either as a default in a <code>FileUploadCard</code> from Q App definition or as a file that is used inside a single Q App run. The purpose of the document is determined by a scope parameter that indicates whether it is at the app definition level or at the app session level.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCategoriesInput, ListCategoriesOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCategoriesCommandInput extends ListCategoriesInput {
|
|
|
22
19
|
export interface ListCategoriesCommandOutput extends ListCategoriesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCategoriesCommand_base: {
|
|
25
|
-
new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCategoriesCommandInput, ListCategoriesCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the categories of a Amazon Q Business application environment instance. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListLibraryItemsInput, ListLibraryItemsOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLibraryItemsCommandInput extends ListLibraryItemsInput {
|
|
|
22
19
|
export interface ListLibraryItemsCommandOutput extends ListLibraryItemsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLibraryItemsCommand_base: {
|
|
25
|
-
new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListLibraryItemsCommandInput): import("@smithy/core/client").CommandImpl<ListLibraryItemsCommandInput, ListLibraryItemsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListQAppSessionDataInput, ListQAppSessionDataOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListQAppSessionDataCommandInput extends ListQAppSessionDataInpu
|
|
|
22
19
|
export interface ListQAppSessionDataCommandOutput extends ListQAppSessionDataOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListQAppSessionDataCommand_base: {
|
|
25
|
-
new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListQAppSessionDataCommandInput): import("@smithy/core/client").CommandImpl<ListQAppSessionDataCommandInput, ListQAppSessionDataCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the collected data of a Q App data collection session.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListQAppsInput, ListQAppsOutput } from "../models/models_0";
|
|
4
|
-
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListQAppsCommandInput extends ListQAppsInput {
|
|
|
22
19
|
export interface ListQAppsCommandOutput extends ListQAppsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListQAppsCommand_base: {
|
|
25
|
-
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListQAppsCommandInput): import("@smithy/core/client").CommandImpl<ListQAppsCommandInput, ListQAppsCommandOutput, import("..").QAppsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. The user identity is extracted from the credentials used to invoke this operation..</p>
|