@aws-sdk/client-qbusiness 3.703.0 → 3.705.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/README.md +96 -0
- package/dist-cjs/index.js +801 -42
- package/dist-es/QBusiness.js +24 -0
- package/dist-es/commands/AssociatePermissionCommand.js +22 -0
- package/dist-es/commands/ChatCommand.js +2 -1
- package/dist-es/commands/CreateDataAccessorCommand.js +23 -0
- package/dist-es/commands/DeleteDataAccessorCommand.js +22 -0
- package/dist-es/commands/DisassociatePermissionCommand.js +22 -0
- package/dist-es/commands/GetDataAccessorCommand.js +23 -0
- package/dist-es/commands/GetPolicyCommand.js +22 -0
- package/dist-es/commands/ListDataAccessorsCommand.js +23 -0
- package/dist-es/commands/ListPluginActionsCommand.js +22 -0
- package/dist-es/commands/ListPluginTypeActionsCommand.js +22 -0
- package/dist-es/commands/ListPluginTypeMetadataCommand.js +22 -0
- package/dist-es/commands/SearchRelevantContentCommand.js +22 -0
- package/dist-es/commands/UpdateDataAccessorCommand.js +23 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +59 -52
- package/dist-es/models/models_1.js +54 -0
- package/dist-es/pagination/ListDataAccessorsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginActionsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginTypeActionsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginTypeMetadataPaginator.js +4 -0
- package/dist-es/pagination/SearchRelevantContentPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +455 -4
- package/dist-types/QBusiness.d.ts +85 -0
- package/dist-types/QBusinessClient.d.ts +14 -2
- package/dist-types/commands/AssociatePermissionCommand.d.ts +105 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -2
- package/dist-types/commands/ChatCommand.d.ts +5 -4
- package/dist-types/commands/ChatSyncCommand.d.ts +5 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -3
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +203 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -2
- package/dist-types/commands/CreatePluginCommand.d.ts +9 -3
- package/dist-types/commands/CreateRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +2 -2
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConversationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIndexCommand.d.ts +2 -2
- package/dist-types/commands/DeletePluginCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +2 -2
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +95 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -3
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetDataAccessorCommand.d.ts +191 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/GetGroupCommand.d.ts +2 -2
- package/dist-types/commands/GetIndexCommand.d.ts +2 -2
- package/dist-types/commands/GetMediaCommand.d.ts +2 -2
- package/dist-types/commands/GetPluginCommand.d.ts +9 -3
- package/dist-types/commands/GetPolicyCommand.d.ts +92 -0
- package/dist-types/commands/GetRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/GetUserCommand.d.ts +2 -2
- package/dist-types/commands/GetWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/ListApplicationsCommand.d.ts +4 -1
- package/dist-types/commands/ListAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListConversationsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +106 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListIndicesCommand.d.ts +2 -2
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginActionsCommand.d.ts +102 -0
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +98 -0
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +95 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +2 -2
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -2
- package/dist-types/commands/PutGroupCommand.d.ts +2 -2
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +218 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -3
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +186 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIndexCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePluginCommand.d.ts +8 -2
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +735 -636
- package/dist-types/models/models_1.d.ts +752 -0
- package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/QBusiness.d.ts +205 -0
- package/dist-types/ts3.4/QBusinessClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +250 -224
- package/dist-types/ts3.4/models/models_1.d.ts +241 -0
- package/dist-types/ts3.4/pagination/ListDataAccessorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginTypeActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginTypeMetadataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchRelevantContentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
2
3
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
3
4
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
4
5
|
import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
|
|
5
6
|
import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
6
7
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
8
|
+
import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
7
9
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
8
10
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
9
11
|
import { CreatePluginCommandInput, CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
@@ -13,6 +15,7 @@ import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } fro
|
|
|
13
15
|
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
14
16
|
import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
15
17
|
import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
18
|
+
import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
16
19
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
17
20
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
18
21
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
@@ -20,37 +23,46 @@ import { DeletePluginCommandInput, DeletePluginCommandOutput } from "./commands/
|
|
|
20
23
|
import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
21
24
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
22
25
|
import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
26
|
+
import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
23
27
|
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
24
28
|
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
29
|
+
import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
25
30
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
26
31
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
27
32
|
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
28
33
|
import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
29
34
|
import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
35
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
30
36
|
import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
31
37
|
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
32
38
|
import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
33
39
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
34
40
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
35
41
|
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
42
|
+
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
36
43
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
37
44
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
38
45
|
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
39
46
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
40
47
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
41
48
|
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
49
|
+
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
42
50
|
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
51
|
+
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
52
|
+
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
43
53
|
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
44
54
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
45
55
|
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
46
56
|
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
47
57
|
import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
58
|
+
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
48
59
|
import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
49
60
|
import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
50
61
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
62
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
63
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
53
64
|
import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
65
|
+
import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
54
66
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
55
67
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
56
68
|
import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
@@ -59,6 +71,12 @@ import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/Upda
|
|
|
59
71
|
import { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "./commands/UpdateWebExperienceCommand";
|
|
60
72
|
import { QBusinessClient } from "./QBusinessClient";
|
|
61
73
|
export interface QBusiness {
|
|
74
|
+
/**
|
|
75
|
+
* @see {@link AssociatePermissionCommand}
|
|
76
|
+
*/
|
|
77
|
+
associatePermission(args: AssociatePermissionCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePermissionCommandOutput>;
|
|
78
|
+
associatePermission(args: AssociatePermissionCommandInput, cb: (err: any, data?: AssociatePermissionCommandOutput) => void): void;
|
|
79
|
+
associatePermission(args: AssociatePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePermissionCommandOutput) => void): void;
|
|
62
80
|
/**
|
|
63
81
|
* @see {@link BatchDeleteDocumentCommand}
|
|
64
82
|
*/
|
|
@@ -89,6 +107,12 @@ export interface QBusiness {
|
|
|
89
107
|
createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
|
|
90
108
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
91
109
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
110
|
+
/**
|
|
111
|
+
* @see {@link CreateDataAccessorCommand}
|
|
112
|
+
*/
|
|
113
|
+
createDataAccessor(args: CreateDataAccessorCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataAccessorCommandOutput>;
|
|
114
|
+
createDataAccessor(args: CreateDataAccessorCommandInput, cb: (err: any, data?: CreateDataAccessorCommandOutput) => void): void;
|
|
115
|
+
createDataAccessor(args: CreateDataAccessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataAccessorCommandOutput) => void): void;
|
|
92
116
|
/**
|
|
93
117
|
* @see {@link CreateDataSourceCommand}
|
|
94
118
|
*/
|
|
@@ -143,6 +167,12 @@ export interface QBusiness {
|
|
|
143
167
|
deleteConversation(args: DeleteConversationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConversationCommandOutput>;
|
|
144
168
|
deleteConversation(args: DeleteConversationCommandInput, cb: (err: any, data?: DeleteConversationCommandOutput) => void): void;
|
|
145
169
|
deleteConversation(args: DeleteConversationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConversationCommandOutput) => void): void;
|
|
170
|
+
/**
|
|
171
|
+
* @see {@link DeleteDataAccessorCommand}
|
|
172
|
+
*/
|
|
173
|
+
deleteDataAccessor(args: DeleteDataAccessorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataAccessorCommandOutput>;
|
|
174
|
+
deleteDataAccessor(args: DeleteDataAccessorCommandInput, cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void): void;
|
|
175
|
+
deleteDataAccessor(args: DeleteDataAccessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void): void;
|
|
146
176
|
/**
|
|
147
177
|
* @see {@link DeleteDataSourceCommand}
|
|
148
178
|
*/
|
|
@@ -185,6 +215,12 @@ export interface QBusiness {
|
|
|
185
215
|
deleteWebExperience(args: DeleteWebExperienceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebExperienceCommandOutput>;
|
|
186
216
|
deleteWebExperience(args: DeleteWebExperienceCommandInput, cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void): void;
|
|
187
217
|
deleteWebExperience(args: DeleteWebExperienceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link DisassociatePermissionCommand}
|
|
220
|
+
*/
|
|
221
|
+
disassociatePermission(args: DisassociatePermissionCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePermissionCommandOutput>;
|
|
222
|
+
disassociatePermission(args: DisassociatePermissionCommandInput, cb: (err: any, data?: DisassociatePermissionCommandOutput) => void): void;
|
|
223
|
+
disassociatePermission(args: DisassociatePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePermissionCommandOutput) => void): void;
|
|
188
224
|
/**
|
|
189
225
|
* @see {@link GetApplicationCommand}
|
|
190
226
|
*/
|
|
@@ -197,6 +233,12 @@ export interface QBusiness {
|
|
|
197
233
|
getChatControlsConfiguration(args: GetChatControlsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetChatControlsConfigurationCommandOutput>;
|
|
198
234
|
getChatControlsConfiguration(args: GetChatControlsConfigurationCommandInput, cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void): void;
|
|
199
235
|
getChatControlsConfiguration(args: GetChatControlsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link GetDataAccessorCommand}
|
|
238
|
+
*/
|
|
239
|
+
getDataAccessor(args: GetDataAccessorCommandInput, options?: __HttpHandlerOptions): Promise<GetDataAccessorCommandOutput>;
|
|
240
|
+
getDataAccessor(args: GetDataAccessorCommandInput, cb: (err: any, data?: GetDataAccessorCommandOutput) => void): void;
|
|
241
|
+
getDataAccessor(args: GetDataAccessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataAccessorCommandOutput) => void): void;
|
|
200
242
|
/**
|
|
201
243
|
* @see {@link GetDataSourceCommand}
|
|
202
244
|
*/
|
|
@@ -227,6 +269,12 @@ export interface QBusiness {
|
|
|
227
269
|
getPlugin(args: GetPluginCommandInput, options?: __HttpHandlerOptions): Promise<GetPluginCommandOutput>;
|
|
228
270
|
getPlugin(args: GetPluginCommandInput, cb: (err: any, data?: GetPluginCommandOutput) => void): void;
|
|
229
271
|
getPlugin(args: GetPluginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPluginCommandOutput) => void): void;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link GetPolicyCommand}
|
|
274
|
+
*/
|
|
275
|
+
getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
|
|
276
|
+
getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
277
|
+
getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
230
278
|
/**
|
|
231
279
|
* @see {@link GetRetrieverCommand}
|
|
232
280
|
*/
|
|
@@ -264,6 +312,12 @@ export interface QBusiness {
|
|
|
264
312
|
listConversations(args: ListConversationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConversationsCommandOutput>;
|
|
265
313
|
listConversations(args: ListConversationsCommandInput, cb: (err: any, data?: ListConversationsCommandOutput) => void): void;
|
|
266
314
|
listConversations(args: ListConversationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConversationsCommandOutput) => void): void;
|
|
315
|
+
/**
|
|
316
|
+
* @see {@link ListDataAccessorsCommand}
|
|
317
|
+
*/
|
|
318
|
+
listDataAccessors(args: ListDataAccessorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataAccessorsCommandOutput>;
|
|
319
|
+
listDataAccessors(args: ListDataAccessorsCommandInput, cb: (err: any, data?: ListDataAccessorsCommandOutput) => void): void;
|
|
320
|
+
listDataAccessors(args: ListDataAccessorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataAccessorsCommandOutput) => void): void;
|
|
267
321
|
/**
|
|
268
322
|
* @see {@link ListDataSourcesCommand}
|
|
269
323
|
*/
|
|
@@ -300,12 +354,31 @@ export interface QBusiness {
|
|
|
300
354
|
listMessages(args: ListMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListMessagesCommandOutput>;
|
|
301
355
|
listMessages(args: ListMessagesCommandInput, cb: (err: any, data?: ListMessagesCommandOutput) => void): void;
|
|
302
356
|
listMessages(args: ListMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMessagesCommandOutput) => void): void;
|
|
357
|
+
/**
|
|
358
|
+
* @see {@link ListPluginActionsCommand}
|
|
359
|
+
*/
|
|
360
|
+
listPluginActions(args: ListPluginActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginActionsCommandOutput>;
|
|
361
|
+
listPluginActions(args: ListPluginActionsCommandInput, cb: (err: any, data?: ListPluginActionsCommandOutput) => void): void;
|
|
362
|
+
listPluginActions(args: ListPluginActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginActionsCommandOutput) => void): void;
|
|
303
363
|
/**
|
|
304
364
|
* @see {@link ListPluginsCommand}
|
|
305
365
|
*/
|
|
306
366
|
listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
|
|
307
367
|
listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
308
368
|
listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link ListPluginTypeActionsCommand}
|
|
371
|
+
*/
|
|
372
|
+
listPluginTypeActions(args: ListPluginTypeActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginTypeActionsCommandOutput>;
|
|
373
|
+
listPluginTypeActions(args: ListPluginTypeActionsCommandInput, cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void): void;
|
|
374
|
+
listPluginTypeActions(args: ListPluginTypeActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void): void;
|
|
375
|
+
/**
|
|
376
|
+
* @see {@link ListPluginTypeMetadataCommand}
|
|
377
|
+
*/
|
|
378
|
+
listPluginTypeMetadata(): Promise<ListPluginTypeMetadataCommandOutput>;
|
|
379
|
+
listPluginTypeMetadata(args: ListPluginTypeMetadataCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginTypeMetadataCommandOutput>;
|
|
380
|
+
listPluginTypeMetadata(args: ListPluginTypeMetadataCommandInput, cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void): void;
|
|
381
|
+
listPluginTypeMetadata(args: ListPluginTypeMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void): void;
|
|
309
382
|
/**
|
|
310
383
|
* @see {@link ListRetrieversCommand}
|
|
311
384
|
*/
|
|
@@ -336,6 +409,12 @@ export interface QBusiness {
|
|
|
336
409
|
putGroup(args: PutGroupCommandInput, options?: __HttpHandlerOptions): Promise<PutGroupCommandOutput>;
|
|
337
410
|
putGroup(args: PutGroupCommandInput, cb: (err: any, data?: PutGroupCommandOutput) => void): void;
|
|
338
411
|
putGroup(args: PutGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGroupCommandOutput) => void): void;
|
|
412
|
+
/**
|
|
413
|
+
* @see {@link SearchRelevantContentCommand}
|
|
414
|
+
*/
|
|
415
|
+
searchRelevantContent(args: SearchRelevantContentCommandInput, options?: __HttpHandlerOptions): Promise<SearchRelevantContentCommandOutput>;
|
|
416
|
+
searchRelevantContent(args: SearchRelevantContentCommandInput, cb: (err: any, data?: SearchRelevantContentCommandOutput) => void): void;
|
|
417
|
+
searchRelevantContent(args: SearchRelevantContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchRelevantContentCommandOutput) => void): void;
|
|
339
418
|
/**
|
|
340
419
|
* @see {@link StartDataSourceSyncJobCommand}
|
|
341
420
|
*/
|
|
@@ -372,6 +451,12 @@ export interface QBusiness {
|
|
|
372
451
|
updateChatControlsConfiguration(args: UpdateChatControlsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChatControlsConfigurationCommandOutput>;
|
|
373
452
|
updateChatControlsConfiguration(args: UpdateChatControlsConfigurationCommandInput, cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void): void;
|
|
374
453
|
updateChatControlsConfiguration(args: UpdateChatControlsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void): void;
|
|
454
|
+
/**
|
|
455
|
+
* @see {@link UpdateDataAccessorCommand}
|
|
456
|
+
*/
|
|
457
|
+
updateDataAccessor(args: UpdateDataAccessorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataAccessorCommandOutput>;
|
|
458
|
+
updateDataAccessor(args: UpdateDataAccessorCommandInput, cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void): void;
|
|
459
|
+
updateDataAccessor(args: UpdateDataAccessorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void): void;
|
|
375
460
|
/**
|
|
376
461
|
* @see {@link UpdateDataSourceCommand}
|
|
377
462
|
*/
|
|
@@ -10,11 +10,13 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
10
10
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
11
11
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
12
12
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
13
|
+
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
13
14
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
14
15
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
15
16
|
import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
|
|
16
17
|
import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
17
18
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
19
|
+
import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
18
20
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
19
21
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
20
22
|
import { CreatePluginCommandInput, CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
@@ -24,6 +26,7 @@ import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } fro
|
|
|
24
26
|
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
25
27
|
import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
26
28
|
import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
29
|
+
import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
27
30
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
28
31
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
29
32
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
@@ -31,37 +34,46 @@ import { DeletePluginCommandInput, DeletePluginCommandOutput } from "./commands/
|
|
|
31
34
|
import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
32
35
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
33
36
|
import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
37
|
+
import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
34
38
|
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
35
39
|
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
40
|
+
import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
36
41
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
37
42
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
38
43
|
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
39
44
|
import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
40
45
|
import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
46
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
41
47
|
import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
42
48
|
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
43
49
|
import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
44
50
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
45
51
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
46
52
|
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
53
|
+
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
47
54
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
48
55
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
49
56
|
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
50
57
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
51
58
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
52
59
|
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
60
|
+
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
53
61
|
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
62
|
+
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
63
|
+
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
54
64
|
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
55
65
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
56
66
|
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
57
67
|
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
58
68
|
import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
69
|
+
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
59
70
|
import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
60
71
|
import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
61
72
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
62
73
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
63
74
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
64
75
|
import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
76
|
+
import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
65
77
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
66
78
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
67
79
|
import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
@@ -74,11 +86,11 @@ export { __Client };
|
|
|
74
86
|
/**
|
|
75
87
|
* @public
|
|
76
88
|
*/
|
|
77
|
-
export type ServiceInputTypes = BatchDeleteDocumentCommandInput | BatchPutDocumentCommandInput | ChatCommandInput | ChatSyncCommandInput | CreateApplicationCommandInput | CreateDataSourceCommandInput | CreateIndexCommandInput | CreatePluginCommandInput | CreateRetrieverCommandInput | CreateUserCommandInput | CreateWebExperienceCommandInput | DeleteApplicationCommandInput | DeleteChatControlsConfigurationCommandInput | DeleteConversationCommandInput | DeleteDataSourceCommandInput | DeleteGroupCommandInput | DeleteIndexCommandInput | DeletePluginCommandInput | DeleteRetrieverCommandInput | DeleteUserCommandInput | DeleteWebExperienceCommandInput | GetApplicationCommandInput | GetChatControlsConfigurationCommandInput | GetDataSourceCommandInput | GetGroupCommandInput | GetIndexCommandInput | GetMediaCommandInput | GetPluginCommandInput | GetRetrieverCommandInput | GetUserCommandInput | GetWebExperienceCommandInput | ListApplicationsCommandInput | ListAttachmentsCommandInput | ListConversationsCommandInput | ListDataSourceSyncJobsCommandInput | ListDataSourcesCommandInput | ListDocumentsCommandInput | ListGroupsCommandInput | ListIndicesCommandInput | ListMessagesCommandInput | ListPluginsCommandInput | ListRetrieversCommandInput | ListTagsForResourceCommandInput | ListWebExperiencesCommandInput | PutFeedbackCommandInput | PutGroupCommandInput | StartDataSourceSyncJobCommandInput | StopDataSourceSyncJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateChatControlsConfigurationCommandInput | UpdateDataSourceCommandInput | UpdateIndexCommandInput | UpdatePluginCommandInput | UpdateRetrieverCommandInput | UpdateUserCommandInput | UpdateWebExperienceCommandInput;
|
|
89
|
+
export type ServiceInputTypes = AssociatePermissionCommandInput | BatchDeleteDocumentCommandInput | BatchPutDocumentCommandInput | ChatCommandInput | ChatSyncCommandInput | CreateApplicationCommandInput | CreateDataAccessorCommandInput | CreateDataSourceCommandInput | CreateIndexCommandInput | CreatePluginCommandInput | CreateRetrieverCommandInput | CreateUserCommandInput | CreateWebExperienceCommandInput | DeleteApplicationCommandInput | DeleteChatControlsConfigurationCommandInput | DeleteConversationCommandInput | DeleteDataAccessorCommandInput | DeleteDataSourceCommandInput | DeleteGroupCommandInput | DeleteIndexCommandInput | DeletePluginCommandInput | DeleteRetrieverCommandInput | DeleteUserCommandInput | DeleteWebExperienceCommandInput | DisassociatePermissionCommandInput | GetApplicationCommandInput | GetChatControlsConfigurationCommandInput | GetDataAccessorCommandInput | GetDataSourceCommandInput | GetGroupCommandInput | GetIndexCommandInput | GetMediaCommandInput | GetPluginCommandInput | GetPolicyCommandInput | GetRetrieverCommandInput | GetUserCommandInput | GetWebExperienceCommandInput | ListApplicationsCommandInput | ListAttachmentsCommandInput | ListConversationsCommandInput | ListDataAccessorsCommandInput | ListDataSourceSyncJobsCommandInput | ListDataSourcesCommandInput | ListDocumentsCommandInput | ListGroupsCommandInput | ListIndicesCommandInput | ListMessagesCommandInput | ListPluginActionsCommandInput | ListPluginTypeActionsCommandInput | ListPluginTypeMetadataCommandInput | ListPluginsCommandInput | ListRetrieversCommandInput | ListTagsForResourceCommandInput | ListWebExperiencesCommandInput | PutFeedbackCommandInput | PutGroupCommandInput | SearchRelevantContentCommandInput | StartDataSourceSyncJobCommandInput | StopDataSourceSyncJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateChatControlsConfigurationCommandInput | UpdateDataAccessorCommandInput | UpdateDataSourceCommandInput | UpdateIndexCommandInput | UpdatePluginCommandInput | UpdateRetrieverCommandInput | UpdateUserCommandInput | UpdateWebExperienceCommandInput;
|
|
78
90
|
/**
|
|
79
91
|
* @public
|
|
80
92
|
*/
|
|
81
|
-
export type ServiceOutputTypes = BatchDeleteDocumentCommandOutput | BatchPutDocumentCommandOutput | ChatCommandOutput | ChatSyncCommandOutput | CreateApplicationCommandOutput | CreateDataSourceCommandOutput | CreateIndexCommandOutput | CreatePluginCommandOutput | CreateRetrieverCommandOutput | CreateUserCommandOutput | CreateWebExperienceCommandOutput | DeleteApplicationCommandOutput | DeleteChatControlsConfigurationCommandOutput | DeleteConversationCommandOutput | DeleteDataSourceCommandOutput | DeleteGroupCommandOutput | DeleteIndexCommandOutput | DeletePluginCommandOutput | DeleteRetrieverCommandOutput | DeleteUserCommandOutput | DeleteWebExperienceCommandOutput | GetApplicationCommandOutput | GetChatControlsConfigurationCommandOutput | GetDataSourceCommandOutput | GetGroupCommandOutput | GetIndexCommandOutput | GetMediaCommandOutput | GetPluginCommandOutput | GetRetrieverCommandOutput | GetUserCommandOutput | GetWebExperienceCommandOutput | ListApplicationsCommandOutput | ListAttachmentsCommandOutput | ListConversationsCommandOutput | ListDataSourceSyncJobsCommandOutput | ListDataSourcesCommandOutput | ListDocumentsCommandOutput | ListGroupsCommandOutput | ListIndicesCommandOutput | ListMessagesCommandOutput | ListPluginsCommandOutput | ListRetrieversCommandOutput | ListTagsForResourceCommandOutput | ListWebExperiencesCommandOutput | PutFeedbackCommandOutput | PutGroupCommandOutput | StartDataSourceSyncJobCommandOutput | StopDataSourceSyncJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateChatControlsConfigurationCommandOutput | UpdateDataSourceCommandOutput | UpdateIndexCommandOutput | UpdatePluginCommandOutput | UpdateRetrieverCommandOutput | UpdateUserCommandOutput | UpdateWebExperienceCommandOutput;
|
|
93
|
+
export type ServiceOutputTypes = AssociatePermissionCommandOutput | BatchDeleteDocumentCommandOutput | BatchPutDocumentCommandOutput | ChatCommandOutput | ChatSyncCommandOutput | CreateApplicationCommandOutput | CreateDataAccessorCommandOutput | CreateDataSourceCommandOutput | CreateIndexCommandOutput | CreatePluginCommandOutput | CreateRetrieverCommandOutput | CreateUserCommandOutput | CreateWebExperienceCommandOutput | DeleteApplicationCommandOutput | DeleteChatControlsConfigurationCommandOutput | DeleteConversationCommandOutput | DeleteDataAccessorCommandOutput | DeleteDataSourceCommandOutput | DeleteGroupCommandOutput | DeleteIndexCommandOutput | DeletePluginCommandOutput | DeleteRetrieverCommandOutput | DeleteUserCommandOutput | DeleteWebExperienceCommandOutput | DisassociatePermissionCommandOutput | GetApplicationCommandOutput | GetChatControlsConfigurationCommandOutput | GetDataAccessorCommandOutput | GetDataSourceCommandOutput | GetGroupCommandOutput | GetIndexCommandOutput | GetMediaCommandOutput | GetPluginCommandOutput | GetPolicyCommandOutput | GetRetrieverCommandOutput | GetUserCommandOutput | GetWebExperienceCommandOutput | ListApplicationsCommandOutput | ListAttachmentsCommandOutput | ListConversationsCommandOutput | ListDataAccessorsCommandOutput | ListDataSourceSyncJobsCommandOutput | ListDataSourcesCommandOutput | ListDocumentsCommandOutput | ListGroupsCommandOutput | ListIndicesCommandOutput | ListMessagesCommandOutput | ListPluginActionsCommandOutput | ListPluginTypeActionsCommandOutput | ListPluginTypeMetadataCommandOutput | ListPluginsCommandOutput | ListRetrieversCommandOutput | ListTagsForResourceCommandOutput | ListWebExperiencesCommandOutput | PutFeedbackCommandOutput | PutGroupCommandOutput | SearchRelevantContentCommandOutput | StartDataSourceSyncJobCommandOutput | StopDataSourceSyncJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateChatControlsConfigurationCommandOutput | UpdateDataAccessorCommandOutput | UpdateDataSourceCommandOutput | UpdateIndexCommandOutput | UpdatePluginCommandOutput | UpdateRetrieverCommandOutput | UpdateUserCommandOutput | UpdateWebExperienceCommandOutput;
|
|
82
94
|
/**
|
|
83
95
|
* @public
|
|
84
96
|
*/
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AssociatePermissionRequest, AssociatePermissionResponse } from "../models/models_0";
|
|
4
|
+
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AssociatePermissionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AssociatePermissionCommandInput extends AssociatePermissionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AssociatePermissionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AssociatePermissionCommandOutput extends AssociatePermissionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AssociatePermissionCommand_base: {
|
|
25
|
+
new (input: AssociatePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePermissionCommandInput, AssociatePermissionCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: AssociatePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePermissionCommandInput, AssociatePermissionCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Adds or updates a permission policy for a Q Business application, allowing cross-account access for an ISV.
|
|
31
|
+
* This operation creates a new policy statement for the specified Q Business application.
|
|
32
|
+
* The policy statement defines the IAM actions that the ISV is allowed to perform on the Q Business application's resources.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QBusinessClient, AssociatePermissionCommand } from "@aws-sdk/client-qbusiness"; // ES Modules import
|
|
37
|
+
* // const { QBusinessClient, AssociatePermissionCommand } = require("@aws-sdk/client-qbusiness"); // CommonJS import
|
|
38
|
+
* const client = new QBusinessClient(config);
|
|
39
|
+
* const input = { // AssociatePermissionRequest
|
|
40
|
+
* applicationId: "STRING_VALUE", // required
|
|
41
|
+
* statementId: "STRING_VALUE", // required
|
|
42
|
+
* actions: [ // QIamActions // required
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* principal: "STRING_VALUE", // required
|
|
46
|
+
* };
|
|
47
|
+
* const command = new AssociatePermissionCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // AssociatePermissionResponse
|
|
50
|
+
* // statement: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param AssociatePermissionCommandInput - {@link AssociatePermissionCommandInput}
|
|
56
|
+
* @returns {@link AssociatePermissionCommandOutput}
|
|
57
|
+
* @see {@link AssociatePermissionCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link AssociatePermissionCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
+
* <p> You don't have access to perform this action. Make sure you have the required
|
|
63
|
+
* permission policies and user accounts and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ConflictException} (client fault)
|
|
66
|
+
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
67
|
+
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
71
|
+
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
75
|
+
* provided the correct resource and try again.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
78
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
82
|
+
* again.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ValidationException} (client fault)
|
|
85
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
86
|
+
* correct input and try again.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link QBusinessServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class AssociatePermissionCommand extends AssociatePermissionCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: AssociatePermissionRequest;
|
|
98
|
+
output: AssociatePermissionResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: AssociatePermissionCommandInput;
|
|
102
|
+
output: AssociatePermissionCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -83,8 +83,8 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
83
83
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
87
|
-
* resource and try again.</p>
|
|
86
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
87
|
+
* provided the correct resource and try again.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link ThrottlingException} (client fault)
|
|
90
90
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -197,8 +197,8 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
197
197
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
198
198
|
*
|
|
199
199
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
200
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
201
|
-
* resource and try again.</p>
|
|
200
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
201
|
+
* provided the correct resource and try again.</p>
|
|
202
202
|
*
|
|
203
203
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
204
204
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import { ChatOutput } from "../models/models_0";
|
|
4
|
+
import { ChatInput } from "../models/models_1";
|
|
4
5
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -206,7 +207,7 @@ declare const ChatCommand_base: {
|
|
|
206
207
|
* // userMessageId: "STRING_VALUE",
|
|
207
208
|
* // systemMessageId: "STRING_VALUE",
|
|
208
209
|
* // pluginId: "STRING_VALUE",
|
|
209
|
-
* // pluginType: "SERVICE_NOW" || "SALESFORCE" || "JIRA" || "ZENDESK" || "CUSTOM",
|
|
210
|
+
* // pluginType: "SERVICE_NOW" || "SALESFORCE" || "JIRA" || "ZENDESK" || "CUSTOM" || "QUICKSIGHT" || "SERVICENOW_NOW_PLATFORM" || "JIRA_CLOUD" || "SALESFORCE_CRM" || "ZENDESK_SUITE" || "ATLASSIAN_CONFLUENCE" || "GOOGLE_CALENDAR" || "MICROSOFT_TEAMS" || "MICROSOFT_EXCHANGE" || "PAGERDUTY_ADVANCE" || "SMARTSHEET" || "ASANA",
|
|
210
211
|
* // payload: { // ActionReviewPayload
|
|
211
212
|
* // "<keys>": { // ActionReviewPayloadField
|
|
212
213
|
* // displayName: "STRING_VALUE",
|
|
@@ -278,8 +279,8 @@ declare const ChatCommand_base: {
|
|
|
278
279
|
* your admin to activate your license and try again after your licence is active.</p>
|
|
279
280
|
*
|
|
280
281
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
281
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
282
|
-
* resource and try again.</p>
|
|
282
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
283
|
+
* provided the correct resource and try again.</p>
|
|
283
284
|
*
|
|
284
285
|
* @throws {@link ThrottlingException} (client fault)
|
|
285
286
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import { ChatSyncOutput } from "../models/models_0";
|
|
4
|
+
import { ChatSyncInput } from "../models/models_1";
|
|
4
5
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -167,7 +168,7 @@ declare const ChatSyncCommand_base: {
|
|
|
167
168
|
* // userMessageId: "STRING_VALUE",
|
|
168
169
|
* // actionReview: { // ActionReview
|
|
169
170
|
* // pluginId: "STRING_VALUE",
|
|
170
|
-
* // pluginType: "SERVICE_NOW" || "SALESFORCE" || "JIRA" || "ZENDESK" || "CUSTOM",
|
|
171
|
+
* // pluginType: "SERVICE_NOW" || "SALESFORCE" || "JIRA" || "ZENDESK" || "CUSTOM" || "QUICKSIGHT" || "SERVICENOW_NOW_PLATFORM" || "JIRA_CLOUD" || "SALESFORCE_CRM" || "ZENDESK_SUITE" || "ATLASSIAN_CONFLUENCE" || "GOOGLE_CALENDAR" || "MICROSOFT_TEAMS" || "MICROSOFT_EXCHANGE" || "PAGERDUTY_ADVANCE" || "SMARTSHEET" || "ASANA",
|
|
171
172
|
* // payload: { // ActionReviewPayload
|
|
172
173
|
* // "<keys>": { // ActionReviewPayloadField
|
|
173
174
|
* // displayName: "STRING_VALUE",
|
|
@@ -255,8 +256,8 @@ declare const ChatSyncCommand_base: {
|
|
|
255
256
|
* your admin to activate your license and try again after your licence is active.</p>
|
|
256
257
|
*
|
|
257
258
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
258
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
259
|
-
* resource and try again.</p>
|
|
259
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
260
|
+
* provided the correct resource and try again.</p>
|
|
260
261
|
*
|
|
261
262
|
* @throws {@link ThrottlingException} (client fault)
|
|
262
263
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -51,7 +51,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
51
51
|
* const input = { // CreateApplicationRequest
|
|
52
52
|
* displayName: "STRING_VALUE", // required
|
|
53
53
|
* roleArn: "STRING_VALUE",
|
|
54
|
-
* identityType: "AWS_IAM_IDP_SAML" || "AWS_IAM_IDP_OIDC" || "AWS_IAM_IDC",
|
|
54
|
+
* identityType: "AWS_IAM_IDP_SAML" || "AWS_IAM_IDP_OIDC" || "AWS_IAM_IDC" || "AWS_QUICKSIGHT_IDP",
|
|
55
55
|
* iamIdentityProviderArn: "STRING_VALUE",
|
|
56
56
|
* identityCenterInstanceArn: "STRING_VALUE",
|
|
57
57
|
* clientIdsForOIDC: [ // ClientIdsForOIDC
|
|
@@ -77,6 +77,9 @@ declare const CreateApplicationCommand_base: {
|
|
|
77
77
|
* personalizationConfiguration: { // PersonalizationConfiguration
|
|
78
78
|
* personalizationControlMode: "ENABLED" || "DISABLED", // required
|
|
79
79
|
* },
|
|
80
|
+
* quickSightConfiguration: { // QuickSightConfiguration
|
|
81
|
+
* clientNamespace: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
80
83
|
* };
|
|
81
84
|
* const command = new CreateApplicationCommand(input);
|
|
82
85
|
* const response = await client.send(command);
|
|
@@ -106,8 +109,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
106
109
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
107
110
|
*
|
|
108
111
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
109
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
110
|
-
* resource and try again.</p>
|
|
112
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
113
|
+
* provided the correct resource and try again.</p>
|
|
111
114
|
*
|
|
112
115
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
113
116
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|