@aws-sdk/client-qbusiness 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 +94 -841
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/AssociatePermissionCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
- package/dist-es/commands/CancelSubscriptionCommand.js +2 -14
- package/dist-es/commands/ChatCommand.js +2 -23
- package/dist-es/commands/ChatSyncCommand.js +2 -14
- package/dist-es/commands/CheckDocumentAccessCommand.js +2 -14
- package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateDataAccessorCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreatePluginCommand.js +2 -14
- package/dist-es/commands/CreateRetrieverCommand.js +2 -14
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/CreateWebExperienceCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConversationCommand.js +2 -14
- package/dist-es/commands/DeleteDataAccessorCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteGroupCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeletePluginCommand.js +2 -14
- package/dist-es/commands/DeleteRetrieverCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteWebExperienceCommand.js +2 -14
- package/dist-es/commands/DisassociatePermissionCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataAccessorCommand.js +2 -14
- package/dist-es/commands/GetDataSourceCommand.js +2 -14
- package/dist-es/commands/GetDocumentContentCommand.js +2 -14
- package/dist-es/commands/GetGroupCommand.js +2 -14
- package/dist-es/commands/GetIndexCommand.js +2 -14
- package/dist-es/commands/GetMediaCommand.js +2 -14
- package/dist-es/commands/GetPluginCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetRetrieverCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetWebExperienceCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListConversationsCommand.js +2 -14
- package/dist-es/commands/ListDataAccessorsCommand.js +2 -14
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListDocumentsCommand.js +2 -14
- package/dist-es/commands/ListGroupsCommand.js +2 -14
- package/dist-es/commands/ListIndicesCommand.js +2 -14
- package/dist-es/commands/ListMessagesCommand.js +2 -14
- package/dist-es/commands/ListPluginActionsCommand.js +2 -14
- package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -14
- package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -14
- package/dist-es/commands/ListPluginsCommand.js +2 -14
- package/dist-es/commands/ListRetrieversCommand.js +2 -14
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebExperiencesCommand.js +2 -14
- package/dist-es/commands/PutFeedbackCommand.js +2 -14
- package/dist-es/commands/PutGroupCommand.js +2 -14
- package/dist-es/commands/SearchRelevantContentCommand.js +2 -14
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateDataAccessorCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateIndexCommand.js +2 -14
- package/dist-es/commands/UpdatePluginCommand.js +2 -14
- package/dist-es/commands/UpdateRetrieverCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/commands/UpdateWebExperienceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AssociatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/ChatCommand.d.ts +3 -8
- package/dist-types/commands/ChatSyncCommand.d.ts +3 -8
- package/dist-types/commands/CheckDocumentAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreatePluginCommand.d.ts +3 -8
- package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConversationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeletePluginCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaCommand.d.ts +3 -8
- package/dist-types/commands/GetPluginCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConversationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -8
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/PutGroupCommand.d.ts +3 -8
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDataSourceSyncJobCommand.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/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePluginCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.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/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +11 -11
|
@@ -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 { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListApplicationsCommandInput extends ListApplicationsRequest {
|
|
|
22
19
|
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists Amazon Q Business applications.</p> <note> <p>Amazon Q Business applications may securely transmit data for processing across Amazon Web Services Regions within your geography. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cross-region-inference.html">Cross region inference in Amazon Q Business</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 { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListAttachmentsCommandInput extends ListAttachmentsRequest {
|
|
|
22
19
|
export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAttachmentsCommand_base: {
|
|
25
|
-
new (input: ListAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListAttachmentsCommandInput, ListAttachmentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListAttachmentsCommandInput, ListAttachmentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListAttachmentsCommandInput, ListAttachmentsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListAttachmentsCommandInput, ListAttachmentsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of attachments associated with an Amazon Q Business web experience or a list of attachements associated with a specific Amazon Q Business conversation.</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 { ListChatResponseConfigurationsRequest, ListChatResponseConfigurationsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListChatResponseConfigurationsCommandInput extends ListChatResp
|
|
|
22
19
|
export interface ListChatResponseConfigurationsCommandOutput extends ListChatResponseConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChatResponseConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListChatResponseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChatResponseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChatResponseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChatResponseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of all chat response configurations available in a specified Amazon Q Business application. This operation returns summary information about each configuration to help administrators manage and select appropriate response settings.</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 { ListConversationsRequest, ListConversationsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListConversationsCommandInput extends ListConversationsRequest
|
|
|
22
19
|
export interface ListConversationsCommandOutput extends ListConversationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConversationsCommand_base: {
|
|
25
|
-
new (input: ListConversationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConversationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConversationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConversationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists one or more Amazon Q Business conversations.</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 { ListDataAccessorsRequest, ListDataAccessorsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListDataAccessorsCommandInput extends ListDataAccessorsRequest
|
|
|
22
19
|
export interface ListDataAccessorsCommandOutput extends ListDataAccessorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataAccessorsCommand_base: {
|
|
25
|
-
new (input: ListDataAccessorsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataAccessorsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataAccessorsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataAccessorsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the data accessors for a Amazon Q Business application. This operation returns a paginated list of data accessor summaries, including the friendly name, unique identifier, ARN, associated IAM role, and creation/update timestamps for each data accessor.</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 { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJo
|
|
|
22
19
|
export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataSourceSyncJobsCommand_base: {
|
|
25
|
-
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get information about an Amazon Q Business data source connector synchronization.</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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
22
19
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataSourcesCommand_base: {
|
|
25
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon Q Business data source connectors that you have created.</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 { ListDocumentsRequest, ListDocumentsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListDocumentsCommandInput extends ListDocumentsRequest {
|
|
|
22
19
|
export interface ListDocumentsCommandOutput extends ListDocumentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDocumentsCommand_base: {
|
|
25
|
-
new (input: ListDocumentsCommandInput): import("@smithy/core/client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDocumentsCommandInput): import("@smithy/core/client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDocumentsCommandInput): import("@smithy/core/client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDocumentsCommandInput): import("@smithy/core/client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A list of documents attached to an index.</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 { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListGroupsCommandInput extends ListGroupsRequest {
|
|
|
22
19
|
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListGroupsCommand_base: {
|
|
25
|
-
new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a list of groups that are mapped to 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 { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListIndicesCommandInput extends ListIndicesRequest {
|
|
|
22
19
|
export interface ListIndicesCommandOutput extends ListIndicesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIndicesCommand_base: {
|
|
25
|
-
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon Q Business indices you have created.</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 { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListMessagesCommandInput extends ListMessagesRequest {
|
|
|
22
19
|
export interface ListMessagesCommandOutput extends ListMessagesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMessagesCommand_base: {
|
|
25
|
-
new (input: ListMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of messages associated with an Amazon Q Business web experience.</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 { ListPluginActionsRequest, ListPluginActionsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListPluginActionsCommandInput extends ListPluginActionsRequest
|
|
|
22
19
|
export interface ListPluginActionsCommandOutput extends ListPluginActionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPluginActionsCommand_base: {
|
|
25
|
-
new (input: ListPluginActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginActionsCommandInput, ListPluginActionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPluginActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginActionsCommandInput, ListPluginActionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPluginActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginActionsCommandInput, ListPluginActionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPluginActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginActionsCommandInput, ListPluginActionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists configured Amazon Q Business actions for a specific plugin in an Amazon Q Business application.</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 { ListPluginTypeActionsRequest, ListPluginTypeActionsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListPluginTypeActionsCommandInput extends ListPluginTypeActions
|
|
|
22
19
|
export interface ListPluginTypeActionsCommandOutput extends ListPluginTypeActionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPluginTypeActionsCommand_base: {
|
|
25
|
-
new (input: ListPluginTypeActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPluginTypeActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPluginTypeActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPluginTypeActionsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists configured Amazon Q Business actions for any plugin type—both built-in and custom.</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 { ListPluginTypeMetadataRequest, ListPluginTypeMetadataResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListPluginTypeMetadataCommandInput extends ListPluginTypeMetada
|
|
|
22
19
|
export interface ListPluginTypeMetadataCommandOutput extends ListPluginTypeMetadataResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPluginTypeMetadataCommand_base: {
|
|
25
|
-
new (input: ListPluginTypeMetadataCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListPluginTypeMetadataCommandInput]): import("@smithy/core/client").CommandImpl<ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPluginTypeMetadataCommandInput): import("@smithy/core/client").CommandImpl<ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPluginTypeMetadataCommandInput]): import("@smithy/core/client").CommandImpl<ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists metadata for all Amazon Q Business plugin types.</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 { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListPluginsCommandInput extends ListPluginsRequest {
|
|
|
22
19
|
export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPluginsCommand_base: {
|
|
25
|
-
new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists configured Amazon Q Business plugins.</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 { ListRetrieversRequest, ListRetrieversResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListRetrieversCommandInput extends ListRetrieversRequest {
|
|
|
22
19
|
export interface ListRetrieversCommandOutput extends ListRetrieversResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRetrieversCommand_base: {
|
|
25
|
-
new (input: ListRetrieversCommandInput): import("@smithy/core/client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRetrieversCommandInput): import("@smithy/core/client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRetrieversCommandInput): import("@smithy/core/client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRetrieversCommandInput): import("@smithy/core/client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the retriever used by an Amazon Q Business application.</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 { ListSubscriptionsRequest, ListSubscriptionsResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListSubscriptionsCommandInput extends ListSubscriptionsRequest
|
|
|
22
19
|
export interface ListSubscriptionsCommandOutput extends ListSubscriptionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSubscriptionsCommand_base: {
|
|
25
|
-
new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all subscriptions created in an Amazon Q Business application. </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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of tags associated with a specified resource. Amazon Q Business applications and data sources can have tags associated with them.</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 { ListWebExperiencesRequest, ListWebExperiencesResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 ListWebExperiencesCommandInput extends ListWebExperiencesReques
|
|
|
22
19
|
export interface ListWebExperiencesCommandOutput extends ListWebExperiencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWebExperiencesCommand_base: {
|
|
25
|
-
new (input: ListWebExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListWebExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWebExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWebExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists one or more Amazon Q Business Web Experiences.</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 { PutFeedbackRequest } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 PutFeedbackCommandInput extends PutFeedbackRequest {
|
|
|
22
19
|
export interface PutFeedbackCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutFeedbackCommand_base: {
|
|
25
|
-
new (input: PutFeedbackCommandInput): import("@smithy/core/client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutFeedbackCommandInput): import("@smithy/core/client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutFeedbackCommandInput): import("@smithy/core/client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutFeedbackCommandInput): import("@smithy/core/client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables your end user to provide feedback on their Amazon Q Business generated chat responses.</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 { PutGroupRequest, PutGroupResponse } from "../models/models_0";
|
|
4
|
-
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
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 PutGroupCommandInput extends PutGroupRequest {
|
|
|
22
19
|
export interface PutGroupCommandOutput extends PutGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutGroupCommand_base: {
|
|
25
|
-
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, import("..").QBusinessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create, or updates, a mapping of users—who have access to a document—to groups.</p> <p>You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q Business chat results.</p> <p>There are two options for creating groups, either passing group members inline or using an S3 file via the S3PathForGroupMembers field. For inline groups, there is a limit of 1000 members per group and for provided S3 files there is a limit of 100 thousand members. When creating a group using an S3 file, you provide both an S3 file and a <code>RoleArn</code> for Amazon Q Buisness to access the file.</p>
|