@aws-sdk/client-qbusiness 3.703.0 → 3.707.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 +797 -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 +451 -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 +214 -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 +742 -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 +239 -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,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociatePermissionCommandInput,
|
|
4
|
+
AssociatePermissionCommandOutput,
|
|
5
|
+
} from "./commands/AssociatePermissionCommand";
|
|
2
6
|
import {
|
|
3
7
|
BatchDeleteDocumentCommandInput,
|
|
4
8
|
BatchDeleteDocumentCommandOutput,
|
|
@@ -16,6 +20,10 @@ import {
|
|
|
16
20
|
CreateApplicationCommandInput,
|
|
17
21
|
CreateApplicationCommandOutput,
|
|
18
22
|
} from "./commands/CreateApplicationCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateDataAccessorCommandInput,
|
|
25
|
+
CreateDataAccessorCommandOutput,
|
|
26
|
+
} from "./commands/CreateDataAccessorCommand";
|
|
19
27
|
import {
|
|
20
28
|
CreateDataSourceCommandInput,
|
|
21
29
|
CreateDataSourceCommandOutput,
|
|
@@ -52,6 +60,10 @@ import {
|
|
|
52
60
|
DeleteConversationCommandInput,
|
|
53
61
|
DeleteConversationCommandOutput,
|
|
54
62
|
} from "./commands/DeleteConversationCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteDataAccessorCommandInput,
|
|
65
|
+
DeleteDataAccessorCommandOutput,
|
|
66
|
+
} from "./commands/DeleteDataAccessorCommand";
|
|
55
67
|
import {
|
|
56
68
|
DeleteDataSourceCommandInput,
|
|
57
69
|
DeleteDataSourceCommandOutput,
|
|
@@ -80,6 +92,10 @@ import {
|
|
|
80
92
|
DeleteWebExperienceCommandInput,
|
|
81
93
|
DeleteWebExperienceCommandOutput,
|
|
82
94
|
} from "./commands/DeleteWebExperienceCommand";
|
|
95
|
+
import {
|
|
96
|
+
DisassociatePermissionCommandInput,
|
|
97
|
+
DisassociatePermissionCommandOutput,
|
|
98
|
+
} from "./commands/DisassociatePermissionCommand";
|
|
83
99
|
import {
|
|
84
100
|
GetApplicationCommandInput,
|
|
85
101
|
GetApplicationCommandOutput,
|
|
@@ -88,6 +104,10 @@ import {
|
|
|
88
104
|
GetChatControlsConfigurationCommandInput,
|
|
89
105
|
GetChatControlsConfigurationCommandOutput,
|
|
90
106
|
} from "./commands/GetChatControlsConfigurationCommand";
|
|
107
|
+
import {
|
|
108
|
+
GetDataAccessorCommandInput,
|
|
109
|
+
GetDataAccessorCommandOutput,
|
|
110
|
+
} from "./commands/GetDataAccessorCommand";
|
|
91
111
|
import {
|
|
92
112
|
GetDataSourceCommandInput,
|
|
93
113
|
GetDataSourceCommandOutput,
|
|
@@ -108,6 +128,10 @@ import {
|
|
|
108
128
|
GetPluginCommandInput,
|
|
109
129
|
GetPluginCommandOutput,
|
|
110
130
|
} from "./commands/GetPluginCommand";
|
|
131
|
+
import {
|
|
132
|
+
GetPolicyCommandInput,
|
|
133
|
+
GetPolicyCommandOutput,
|
|
134
|
+
} from "./commands/GetPolicyCommand";
|
|
111
135
|
import {
|
|
112
136
|
GetRetrieverCommandInput,
|
|
113
137
|
GetRetrieverCommandOutput,
|
|
@@ -132,6 +156,10 @@ import {
|
|
|
132
156
|
ListConversationsCommandInput,
|
|
133
157
|
ListConversationsCommandOutput,
|
|
134
158
|
} from "./commands/ListConversationsCommand";
|
|
159
|
+
import {
|
|
160
|
+
ListDataAccessorsCommandInput,
|
|
161
|
+
ListDataAccessorsCommandOutput,
|
|
162
|
+
} from "./commands/ListDataAccessorsCommand";
|
|
135
163
|
import {
|
|
136
164
|
ListDataSourcesCommandInput,
|
|
137
165
|
ListDataSourcesCommandOutput,
|
|
@@ -156,10 +184,22 @@ import {
|
|
|
156
184
|
ListMessagesCommandInput,
|
|
157
185
|
ListMessagesCommandOutput,
|
|
158
186
|
} from "./commands/ListMessagesCommand";
|
|
187
|
+
import {
|
|
188
|
+
ListPluginActionsCommandInput,
|
|
189
|
+
ListPluginActionsCommandOutput,
|
|
190
|
+
} from "./commands/ListPluginActionsCommand";
|
|
159
191
|
import {
|
|
160
192
|
ListPluginsCommandInput,
|
|
161
193
|
ListPluginsCommandOutput,
|
|
162
194
|
} from "./commands/ListPluginsCommand";
|
|
195
|
+
import {
|
|
196
|
+
ListPluginTypeActionsCommandInput,
|
|
197
|
+
ListPluginTypeActionsCommandOutput,
|
|
198
|
+
} from "./commands/ListPluginTypeActionsCommand";
|
|
199
|
+
import {
|
|
200
|
+
ListPluginTypeMetadataCommandInput,
|
|
201
|
+
ListPluginTypeMetadataCommandOutput,
|
|
202
|
+
} from "./commands/ListPluginTypeMetadataCommand";
|
|
163
203
|
import {
|
|
164
204
|
ListRetrieversCommandInput,
|
|
165
205
|
ListRetrieversCommandOutput,
|
|
@@ -180,6 +220,10 @@ import {
|
|
|
180
220
|
PutGroupCommandInput,
|
|
181
221
|
PutGroupCommandOutput,
|
|
182
222
|
} from "./commands/PutGroupCommand";
|
|
223
|
+
import {
|
|
224
|
+
SearchRelevantContentCommandInput,
|
|
225
|
+
SearchRelevantContentCommandOutput,
|
|
226
|
+
} from "./commands/SearchRelevantContentCommand";
|
|
183
227
|
import {
|
|
184
228
|
StartDataSourceSyncJobCommandInput,
|
|
185
229
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -204,6 +248,10 @@ import {
|
|
|
204
248
|
UpdateChatControlsConfigurationCommandInput,
|
|
205
249
|
UpdateChatControlsConfigurationCommandOutput,
|
|
206
250
|
} from "./commands/UpdateChatControlsConfigurationCommand";
|
|
251
|
+
import {
|
|
252
|
+
UpdateDataAccessorCommandInput,
|
|
253
|
+
UpdateDataAccessorCommandOutput,
|
|
254
|
+
} from "./commands/UpdateDataAccessorCommand";
|
|
207
255
|
import {
|
|
208
256
|
UpdateDataSourceCommandInput,
|
|
209
257
|
UpdateDataSourceCommandOutput,
|
|
@@ -230,6 +278,19 @@ import {
|
|
|
230
278
|
} from "./commands/UpdateWebExperienceCommand";
|
|
231
279
|
import { QBusinessClient } from "./QBusinessClient";
|
|
232
280
|
export interface QBusiness {
|
|
281
|
+
associatePermission(
|
|
282
|
+
args: AssociatePermissionCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<AssociatePermissionCommandOutput>;
|
|
285
|
+
associatePermission(
|
|
286
|
+
args: AssociatePermissionCommandInput,
|
|
287
|
+
cb: (err: any, data?: AssociatePermissionCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
associatePermission(
|
|
290
|
+
args: AssociatePermissionCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: AssociatePermissionCommandOutput) => void
|
|
293
|
+
): void;
|
|
233
294
|
batchDeleteDocument(
|
|
234
295
|
args: BatchDeleteDocumentCommandInput,
|
|
235
296
|
options?: __HttpHandlerOptions
|
|
@@ -295,6 +356,19 @@ export interface QBusiness {
|
|
|
295
356
|
options: __HttpHandlerOptions,
|
|
296
357
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
297
358
|
): void;
|
|
359
|
+
createDataAccessor(
|
|
360
|
+
args: CreateDataAccessorCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<CreateDataAccessorCommandOutput>;
|
|
363
|
+
createDataAccessor(
|
|
364
|
+
args: CreateDataAccessorCommandInput,
|
|
365
|
+
cb: (err: any, data?: CreateDataAccessorCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
createDataAccessor(
|
|
368
|
+
args: CreateDataAccessorCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: CreateDataAccessorCommandOutput) => void
|
|
371
|
+
): void;
|
|
298
372
|
createDataSource(
|
|
299
373
|
args: CreateDataSourceCommandInput,
|
|
300
374
|
options?: __HttpHandlerOptions
|
|
@@ -412,6 +486,19 @@ export interface QBusiness {
|
|
|
412
486
|
options: __HttpHandlerOptions,
|
|
413
487
|
cb: (err: any, data?: DeleteConversationCommandOutput) => void
|
|
414
488
|
): void;
|
|
489
|
+
deleteDataAccessor(
|
|
490
|
+
args: DeleteDataAccessorCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<DeleteDataAccessorCommandOutput>;
|
|
493
|
+
deleteDataAccessor(
|
|
494
|
+
args: DeleteDataAccessorCommandInput,
|
|
495
|
+
cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
deleteDataAccessor(
|
|
498
|
+
args: DeleteDataAccessorCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void
|
|
501
|
+
): void;
|
|
415
502
|
deleteDataSource(
|
|
416
503
|
args: DeleteDataSourceCommandInput,
|
|
417
504
|
options?: __HttpHandlerOptions
|
|
@@ -503,6 +590,19 @@ export interface QBusiness {
|
|
|
503
590
|
options: __HttpHandlerOptions,
|
|
504
591
|
cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void
|
|
505
592
|
): void;
|
|
593
|
+
disassociatePermission(
|
|
594
|
+
args: DisassociatePermissionCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<DisassociatePermissionCommandOutput>;
|
|
597
|
+
disassociatePermission(
|
|
598
|
+
args: DisassociatePermissionCommandInput,
|
|
599
|
+
cb: (err: any, data?: DisassociatePermissionCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
disassociatePermission(
|
|
602
|
+
args: DisassociatePermissionCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: DisassociatePermissionCommandOutput) => void
|
|
605
|
+
): void;
|
|
506
606
|
getApplication(
|
|
507
607
|
args: GetApplicationCommandInput,
|
|
508
608
|
options?: __HttpHandlerOptions
|
|
@@ -529,6 +629,19 @@ export interface QBusiness {
|
|
|
529
629
|
options: __HttpHandlerOptions,
|
|
530
630
|
cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void
|
|
531
631
|
): void;
|
|
632
|
+
getDataAccessor(
|
|
633
|
+
args: GetDataAccessorCommandInput,
|
|
634
|
+
options?: __HttpHandlerOptions
|
|
635
|
+
): Promise<GetDataAccessorCommandOutput>;
|
|
636
|
+
getDataAccessor(
|
|
637
|
+
args: GetDataAccessorCommandInput,
|
|
638
|
+
cb: (err: any, data?: GetDataAccessorCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
getDataAccessor(
|
|
641
|
+
args: GetDataAccessorCommandInput,
|
|
642
|
+
options: __HttpHandlerOptions,
|
|
643
|
+
cb: (err: any, data?: GetDataAccessorCommandOutput) => void
|
|
644
|
+
): void;
|
|
532
645
|
getDataSource(
|
|
533
646
|
args: GetDataSourceCommandInput,
|
|
534
647
|
options?: __HttpHandlerOptions
|
|
@@ -594,6 +707,19 @@ export interface QBusiness {
|
|
|
594
707
|
options: __HttpHandlerOptions,
|
|
595
708
|
cb: (err: any, data?: GetPluginCommandOutput) => void
|
|
596
709
|
): void;
|
|
710
|
+
getPolicy(
|
|
711
|
+
args: GetPolicyCommandInput,
|
|
712
|
+
options?: __HttpHandlerOptions
|
|
713
|
+
): Promise<GetPolicyCommandOutput>;
|
|
714
|
+
getPolicy(
|
|
715
|
+
args: GetPolicyCommandInput,
|
|
716
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
getPolicy(
|
|
719
|
+
args: GetPolicyCommandInput,
|
|
720
|
+
options: __HttpHandlerOptions,
|
|
721
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
722
|
+
): void;
|
|
597
723
|
getRetriever(
|
|
598
724
|
args: GetRetrieverCommandInput,
|
|
599
725
|
options?: __HttpHandlerOptions
|
|
@@ -673,6 +799,19 @@ export interface QBusiness {
|
|
|
673
799
|
options: __HttpHandlerOptions,
|
|
674
800
|
cb: (err: any, data?: ListConversationsCommandOutput) => void
|
|
675
801
|
): void;
|
|
802
|
+
listDataAccessors(
|
|
803
|
+
args: ListDataAccessorsCommandInput,
|
|
804
|
+
options?: __HttpHandlerOptions
|
|
805
|
+
): Promise<ListDataAccessorsCommandOutput>;
|
|
806
|
+
listDataAccessors(
|
|
807
|
+
args: ListDataAccessorsCommandInput,
|
|
808
|
+
cb: (err: any, data?: ListDataAccessorsCommandOutput) => void
|
|
809
|
+
): void;
|
|
810
|
+
listDataAccessors(
|
|
811
|
+
args: ListDataAccessorsCommandInput,
|
|
812
|
+
options: __HttpHandlerOptions,
|
|
813
|
+
cb: (err: any, data?: ListDataAccessorsCommandOutput) => void
|
|
814
|
+
): void;
|
|
676
815
|
listDataSources(
|
|
677
816
|
args: ListDataSourcesCommandInput,
|
|
678
817
|
options?: __HttpHandlerOptions
|
|
@@ -751,6 +890,19 @@ export interface QBusiness {
|
|
|
751
890
|
options: __HttpHandlerOptions,
|
|
752
891
|
cb: (err: any, data?: ListMessagesCommandOutput) => void
|
|
753
892
|
): void;
|
|
893
|
+
listPluginActions(
|
|
894
|
+
args: ListPluginActionsCommandInput,
|
|
895
|
+
options?: __HttpHandlerOptions
|
|
896
|
+
): Promise<ListPluginActionsCommandOutput>;
|
|
897
|
+
listPluginActions(
|
|
898
|
+
args: ListPluginActionsCommandInput,
|
|
899
|
+
cb: (err: any, data?: ListPluginActionsCommandOutput) => void
|
|
900
|
+
): void;
|
|
901
|
+
listPluginActions(
|
|
902
|
+
args: ListPluginActionsCommandInput,
|
|
903
|
+
options: __HttpHandlerOptions,
|
|
904
|
+
cb: (err: any, data?: ListPluginActionsCommandOutput) => void
|
|
905
|
+
): void;
|
|
754
906
|
listPlugins(
|
|
755
907
|
args: ListPluginsCommandInput,
|
|
756
908
|
options?: __HttpHandlerOptions
|
|
@@ -764,6 +916,33 @@ export interface QBusiness {
|
|
|
764
916
|
options: __HttpHandlerOptions,
|
|
765
917
|
cb: (err: any, data?: ListPluginsCommandOutput) => void
|
|
766
918
|
): void;
|
|
919
|
+
listPluginTypeActions(
|
|
920
|
+
args: ListPluginTypeActionsCommandInput,
|
|
921
|
+
options?: __HttpHandlerOptions
|
|
922
|
+
): Promise<ListPluginTypeActionsCommandOutput>;
|
|
923
|
+
listPluginTypeActions(
|
|
924
|
+
args: ListPluginTypeActionsCommandInput,
|
|
925
|
+
cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void
|
|
926
|
+
): void;
|
|
927
|
+
listPluginTypeActions(
|
|
928
|
+
args: ListPluginTypeActionsCommandInput,
|
|
929
|
+
options: __HttpHandlerOptions,
|
|
930
|
+
cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void
|
|
931
|
+
): void;
|
|
932
|
+
listPluginTypeMetadata(): Promise<ListPluginTypeMetadataCommandOutput>;
|
|
933
|
+
listPluginTypeMetadata(
|
|
934
|
+
args: ListPluginTypeMetadataCommandInput,
|
|
935
|
+
options?: __HttpHandlerOptions
|
|
936
|
+
): Promise<ListPluginTypeMetadataCommandOutput>;
|
|
937
|
+
listPluginTypeMetadata(
|
|
938
|
+
args: ListPluginTypeMetadataCommandInput,
|
|
939
|
+
cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void
|
|
940
|
+
): void;
|
|
941
|
+
listPluginTypeMetadata(
|
|
942
|
+
args: ListPluginTypeMetadataCommandInput,
|
|
943
|
+
options: __HttpHandlerOptions,
|
|
944
|
+
cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void
|
|
945
|
+
): void;
|
|
767
946
|
listRetrievers(
|
|
768
947
|
args: ListRetrieversCommandInput,
|
|
769
948
|
options?: __HttpHandlerOptions
|
|
@@ -829,6 +1008,19 @@ export interface QBusiness {
|
|
|
829
1008
|
options: __HttpHandlerOptions,
|
|
830
1009
|
cb: (err: any, data?: PutGroupCommandOutput) => void
|
|
831
1010
|
): void;
|
|
1011
|
+
searchRelevantContent(
|
|
1012
|
+
args: SearchRelevantContentCommandInput,
|
|
1013
|
+
options?: __HttpHandlerOptions
|
|
1014
|
+
): Promise<SearchRelevantContentCommandOutput>;
|
|
1015
|
+
searchRelevantContent(
|
|
1016
|
+
args: SearchRelevantContentCommandInput,
|
|
1017
|
+
cb: (err: any, data?: SearchRelevantContentCommandOutput) => void
|
|
1018
|
+
): void;
|
|
1019
|
+
searchRelevantContent(
|
|
1020
|
+
args: SearchRelevantContentCommandInput,
|
|
1021
|
+
options: __HttpHandlerOptions,
|
|
1022
|
+
cb: (err: any, data?: SearchRelevantContentCommandOutput) => void
|
|
1023
|
+
): void;
|
|
832
1024
|
startDataSourceSyncJob(
|
|
833
1025
|
args: StartDataSourceSyncJobCommandInput,
|
|
834
1026
|
options?: __HttpHandlerOptions
|
|
@@ -907,6 +1099,19 @@ export interface QBusiness {
|
|
|
907
1099
|
options: __HttpHandlerOptions,
|
|
908
1100
|
cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void
|
|
909
1101
|
): void;
|
|
1102
|
+
updateDataAccessor(
|
|
1103
|
+
args: UpdateDataAccessorCommandInput,
|
|
1104
|
+
options?: __HttpHandlerOptions
|
|
1105
|
+
): Promise<UpdateDataAccessorCommandOutput>;
|
|
1106
|
+
updateDataAccessor(
|
|
1107
|
+
args: UpdateDataAccessorCommandInput,
|
|
1108
|
+
cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void
|
|
1109
|
+
): void;
|
|
1110
|
+
updateDataAccessor(
|
|
1111
|
+
args: UpdateDataAccessorCommandInput,
|
|
1112
|
+
options: __HttpHandlerOptions,
|
|
1113
|
+
cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void
|
|
1114
|
+
): void;
|
|
910
1115
|
updateDataSource(
|
|
911
1116
|
args: UpdateDataSourceCommandInput,
|
|
912
1117
|
options?: __HttpHandlerOptions
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
HttpAuthSchemeInputConfig,
|
|
56
56
|
HttpAuthSchemeResolvedConfig,
|
|
57
57
|
} from "./auth/httpAuthSchemeProvider";
|
|
58
|
+
import {
|
|
59
|
+
AssociatePermissionCommandInput,
|
|
60
|
+
AssociatePermissionCommandOutput,
|
|
61
|
+
} from "./commands/AssociatePermissionCommand";
|
|
58
62
|
import {
|
|
59
63
|
BatchDeleteDocumentCommandInput,
|
|
60
64
|
BatchDeleteDocumentCommandOutput,
|
|
@@ -72,6 +76,10 @@ import {
|
|
|
72
76
|
CreateApplicationCommandInput,
|
|
73
77
|
CreateApplicationCommandOutput,
|
|
74
78
|
} from "./commands/CreateApplicationCommand";
|
|
79
|
+
import {
|
|
80
|
+
CreateDataAccessorCommandInput,
|
|
81
|
+
CreateDataAccessorCommandOutput,
|
|
82
|
+
} from "./commands/CreateDataAccessorCommand";
|
|
75
83
|
import {
|
|
76
84
|
CreateDataSourceCommandInput,
|
|
77
85
|
CreateDataSourceCommandOutput,
|
|
@@ -108,6 +116,10 @@ import {
|
|
|
108
116
|
DeleteConversationCommandInput,
|
|
109
117
|
DeleteConversationCommandOutput,
|
|
110
118
|
} from "./commands/DeleteConversationCommand";
|
|
119
|
+
import {
|
|
120
|
+
DeleteDataAccessorCommandInput,
|
|
121
|
+
DeleteDataAccessorCommandOutput,
|
|
122
|
+
} from "./commands/DeleteDataAccessorCommand";
|
|
111
123
|
import {
|
|
112
124
|
DeleteDataSourceCommandInput,
|
|
113
125
|
DeleteDataSourceCommandOutput,
|
|
@@ -136,6 +148,10 @@ import {
|
|
|
136
148
|
DeleteWebExperienceCommandInput,
|
|
137
149
|
DeleteWebExperienceCommandOutput,
|
|
138
150
|
} from "./commands/DeleteWebExperienceCommand";
|
|
151
|
+
import {
|
|
152
|
+
DisassociatePermissionCommandInput,
|
|
153
|
+
DisassociatePermissionCommandOutput,
|
|
154
|
+
} from "./commands/DisassociatePermissionCommand";
|
|
139
155
|
import {
|
|
140
156
|
GetApplicationCommandInput,
|
|
141
157
|
GetApplicationCommandOutput,
|
|
@@ -144,6 +160,10 @@ import {
|
|
|
144
160
|
GetChatControlsConfigurationCommandInput,
|
|
145
161
|
GetChatControlsConfigurationCommandOutput,
|
|
146
162
|
} from "./commands/GetChatControlsConfigurationCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetDataAccessorCommandInput,
|
|
165
|
+
GetDataAccessorCommandOutput,
|
|
166
|
+
} from "./commands/GetDataAccessorCommand";
|
|
147
167
|
import {
|
|
148
168
|
GetDataSourceCommandInput,
|
|
149
169
|
GetDataSourceCommandOutput,
|
|
@@ -164,6 +184,10 @@ import {
|
|
|
164
184
|
GetPluginCommandInput,
|
|
165
185
|
GetPluginCommandOutput,
|
|
166
186
|
} from "./commands/GetPluginCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetPolicyCommandInput,
|
|
189
|
+
GetPolicyCommandOutput,
|
|
190
|
+
} from "./commands/GetPolicyCommand";
|
|
167
191
|
import {
|
|
168
192
|
GetRetrieverCommandInput,
|
|
169
193
|
GetRetrieverCommandOutput,
|
|
@@ -188,6 +212,10 @@ import {
|
|
|
188
212
|
ListConversationsCommandInput,
|
|
189
213
|
ListConversationsCommandOutput,
|
|
190
214
|
} from "./commands/ListConversationsCommand";
|
|
215
|
+
import {
|
|
216
|
+
ListDataAccessorsCommandInput,
|
|
217
|
+
ListDataAccessorsCommandOutput,
|
|
218
|
+
} from "./commands/ListDataAccessorsCommand";
|
|
191
219
|
import {
|
|
192
220
|
ListDataSourcesCommandInput,
|
|
193
221
|
ListDataSourcesCommandOutput,
|
|
@@ -212,10 +240,22 @@ import {
|
|
|
212
240
|
ListMessagesCommandInput,
|
|
213
241
|
ListMessagesCommandOutput,
|
|
214
242
|
} from "./commands/ListMessagesCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListPluginActionsCommandInput,
|
|
245
|
+
ListPluginActionsCommandOutput,
|
|
246
|
+
} from "./commands/ListPluginActionsCommand";
|
|
215
247
|
import {
|
|
216
248
|
ListPluginsCommandInput,
|
|
217
249
|
ListPluginsCommandOutput,
|
|
218
250
|
} from "./commands/ListPluginsCommand";
|
|
251
|
+
import {
|
|
252
|
+
ListPluginTypeActionsCommandInput,
|
|
253
|
+
ListPluginTypeActionsCommandOutput,
|
|
254
|
+
} from "./commands/ListPluginTypeActionsCommand";
|
|
255
|
+
import {
|
|
256
|
+
ListPluginTypeMetadataCommandInput,
|
|
257
|
+
ListPluginTypeMetadataCommandOutput,
|
|
258
|
+
} from "./commands/ListPluginTypeMetadataCommand";
|
|
219
259
|
import {
|
|
220
260
|
ListRetrieversCommandInput,
|
|
221
261
|
ListRetrieversCommandOutput,
|
|
@@ -236,6 +276,10 @@ import {
|
|
|
236
276
|
PutGroupCommandInput,
|
|
237
277
|
PutGroupCommandOutput,
|
|
238
278
|
} from "./commands/PutGroupCommand";
|
|
279
|
+
import {
|
|
280
|
+
SearchRelevantContentCommandInput,
|
|
281
|
+
SearchRelevantContentCommandOutput,
|
|
282
|
+
} from "./commands/SearchRelevantContentCommand";
|
|
239
283
|
import {
|
|
240
284
|
StartDataSourceSyncJobCommandInput,
|
|
241
285
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -260,6 +304,10 @@ import {
|
|
|
260
304
|
UpdateChatControlsConfigurationCommandInput,
|
|
261
305
|
UpdateChatControlsConfigurationCommandOutput,
|
|
262
306
|
} from "./commands/UpdateChatControlsConfigurationCommand";
|
|
307
|
+
import {
|
|
308
|
+
UpdateDataAccessorCommandInput,
|
|
309
|
+
UpdateDataAccessorCommandOutput,
|
|
310
|
+
} from "./commands/UpdateDataAccessorCommand";
|
|
263
311
|
import {
|
|
264
312
|
UpdateDataSourceCommandInput,
|
|
265
313
|
UpdateDataSourceCommandOutput,
|
|
@@ -292,11 +340,13 @@ import {
|
|
|
292
340
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
293
341
|
export { __Client };
|
|
294
342
|
export type ServiceInputTypes =
|
|
343
|
+
| AssociatePermissionCommandInput
|
|
295
344
|
| BatchDeleteDocumentCommandInput
|
|
296
345
|
| BatchPutDocumentCommandInput
|
|
297
346
|
| ChatCommandInput
|
|
298
347
|
| ChatSyncCommandInput
|
|
299
348
|
| CreateApplicationCommandInput
|
|
349
|
+
| CreateDataAccessorCommandInput
|
|
300
350
|
| CreateDataSourceCommandInput
|
|
301
351
|
| CreateIndexCommandInput
|
|
302
352
|
| CreatePluginCommandInput
|
|
@@ -306,6 +356,7 @@ export type ServiceInputTypes =
|
|
|
306
356
|
| DeleteApplicationCommandInput
|
|
307
357
|
| DeleteChatControlsConfigurationCommandInput
|
|
308
358
|
| DeleteConversationCommandInput
|
|
359
|
+
| DeleteDataAccessorCommandInput
|
|
309
360
|
| DeleteDataSourceCommandInput
|
|
310
361
|
| DeleteGroupCommandInput
|
|
311
362
|
| DeleteIndexCommandInput
|
|
@@ -313,37 +364,46 @@ export type ServiceInputTypes =
|
|
|
313
364
|
| DeleteRetrieverCommandInput
|
|
314
365
|
| DeleteUserCommandInput
|
|
315
366
|
| DeleteWebExperienceCommandInput
|
|
367
|
+
| DisassociatePermissionCommandInput
|
|
316
368
|
| GetApplicationCommandInput
|
|
317
369
|
| GetChatControlsConfigurationCommandInput
|
|
370
|
+
| GetDataAccessorCommandInput
|
|
318
371
|
| GetDataSourceCommandInput
|
|
319
372
|
| GetGroupCommandInput
|
|
320
373
|
| GetIndexCommandInput
|
|
321
374
|
| GetMediaCommandInput
|
|
322
375
|
| GetPluginCommandInput
|
|
376
|
+
| GetPolicyCommandInput
|
|
323
377
|
| GetRetrieverCommandInput
|
|
324
378
|
| GetUserCommandInput
|
|
325
379
|
| GetWebExperienceCommandInput
|
|
326
380
|
| ListApplicationsCommandInput
|
|
327
381
|
| ListAttachmentsCommandInput
|
|
328
382
|
| ListConversationsCommandInput
|
|
383
|
+
| ListDataAccessorsCommandInput
|
|
329
384
|
| ListDataSourceSyncJobsCommandInput
|
|
330
385
|
| ListDataSourcesCommandInput
|
|
331
386
|
| ListDocumentsCommandInput
|
|
332
387
|
| ListGroupsCommandInput
|
|
333
388
|
| ListIndicesCommandInput
|
|
334
389
|
| ListMessagesCommandInput
|
|
390
|
+
| ListPluginActionsCommandInput
|
|
391
|
+
| ListPluginTypeActionsCommandInput
|
|
392
|
+
| ListPluginTypeMetadataCommandInput
|
|
335
393
|
| ListPluginsCommandInput
|
|
336
394
|
| ListRetrieversCommandInput
|
|
337
395
|
| ListTagsForResourceCommandInput
|
|
338
396
|
| ListWebExperiencesCommandInput
|
|
339
397
|
| PutFeedbackCommandInput
|
|
340
398
|
| PutGroupCommandInput
|
|
399
|
+
| SearchRelevantContentCommandInput
|
|
341
400
|
| StartDataSourceSyncJobCommandInput
|
|
342
401
|
| StopDataSourceSyncJobCommandInput
|
|
343
402
|
| TagResourceCommandInput
|
|
344
403
|
| UntagResourceCommandInput
|
|
345
404
|
| UpdateApplicationCommandInput
|
|
346
405
|
| UpdateChatControlsConfigurationCommandInput
|
|
406
|
+
| UpdateDataAccessorCommandInput
|
|
347
407
|
| UpdateDataSourceCommandInput
|
|
348
408
|
| UpdateIndexCommandInput
|
|
349
409
|
| UpdatePluginCommandInput
|
|
@@ -351,11 +411,13 @@ export type ServiceInputTypes =
|
|
|
351
411
|
| UpdateUserCommandInput
|
|
352
412
|
| UpdateWebExperienceCommandInput;
|
|
353
413
|
export type ServiceOutputTypes =
|
|
414
|
+
| AssociatePermissionCommandOutput
|
|
354
415
|
| BatchDeleteDocumentCommandOutput
|
|
355
416
|
| BatchPutDocumentCommandOutput
|
|
356
417
|
| ChatCommandOutput
|
|
357
418
|
| ChatSyncCommandOutput
|
|
358
419
|
| CreateApplicationCommandOutput
|
|
420
|
+
| CreateDataAccessorCommandOutput
|
|
359
421
|
| CreateDataSourceCommandOutput
|
|
360
422
|
| CreateIndexCommandOutput
|
|
361
423
|
| CreatePluginCommandOutput
|
|
@@ -365,6 +427,7 @@ export type ServiceOutputTypes =
|
|
|
365
427
|
| DeleteApplicationCommandOutput
|
|
366
428
|
| DeleteChatControlsConfigurationCommandOutput
|
|
367
429
|
| DeleteConversationCommandOutput
|
|
430
|
+
| DeleteDataAccessorCommandOutput
|
|
368
431
|
| DeleteDataSourceCommandOutput
|
|
369
432
|
| DeleteGroupCommandOutput
|
|
370
433
|
| DeleteIndexCommandOutput
|
|
@@ -372,37 +435,46 @@ export type ServiceOutputTypes =
|
|
|
372
435
|
| DeleteRetrieverCommandOutput
|
|
373
436
|
| DeleteUserCommandOutput
|
|
374
437
|
| DeleteWebExperienceCommandOutput
|
|
438
|
+
| DisassociatePermissionCommandOutput
|
|
375
439
|
| GetApplicationCommandOutput
|
|
376
440
|
| GetChatControlsConfigurationCommandOutput
|
|
441
|
+
| GetDataAccessorCommandOutput
|
|
377
442
|
| GetDataSourceCommandOutput
|
|
378
443
|
| GetGroupCommandOutput
|
|
379
444
|
| GetIndexCommandOutput
|
|
380
445
|
| GetMediaCommandOutput
|
|
381
446
|
| GetPluginCommandOutput
|
|
447
|
+
| GetPolicyCommandOutput
|
|
382
448
|
| GetRetrieverCommandOutput
|
|
383
449
|
| GetUserCommandOutput
|
|
384
450
|
| GetWebExperienceCommandOutput
|
|
385
451
|
| ListApplicationsCommandOutput
|
|
386
452
|
| ListAttachmentsCommandOutput
|
|
387
453
|
| ListConversationsCommandOutput
|
|
454
|
+
| ListDataAccessorsCommandOutput
|
|
388
455
|
| ListDataSourceSyncJobsCommandOutput
|
|
389
456
|
| ListDataSourcesCommandOutput
|
|
390
457
|
| ListDocumentsCommandOutput
|
|
391
458
|
| ListGroupsCommandOutput
|
|
392
459
|
| ListIndicesCommandOutput
|
|
393
460
|
| ListMessagesCommandOutput
|
|
461
|
+
| ListPluginActionsCommandOutput
|
|
462
|
+
| ListPluginTypeActionsCommandOutput
|
|
463
|
+
| ListPluginTypeMetadataCommandOutput
|
|
394
464
|
| ListPluginsCommandOutput
|
|
395
465
|
| ListRetrieversCommandOutput
|
|
396
466
|
| ListTagsForResourceCommandOutput
|
|
397
467
|
| ListWebExperiencesCommandOutput
|
|
398
468
|
| PutFeedbackCommandOutput
|
|
399
469
|
| PutGroupCommandOutput
|
|
470
|
+
| SearchRelevantContentCommandOutput
|
|
400
471
|
| StartDataSourceSyncJobCommandOutput
|
|
401
472
|
| StopDataSourceSyncJobCommandOutput
|
|
402
473
|
| TagResourceCommandOutput
|
|
403
474
|
| UntagResourceCommandOutput
|
|
404
475
|
| UpdateApplicationCommandOutput
|
|
405
476
|
| UpdateChatControlsConfigurationCommandOutput
|
|
477
|
+
| UpdateDataAccessorCommandOutput
|
|
406
478
|
| UpdateDataSourceCommandOutput
|
|
407
479
|
| UpdateIndexCommandOutput
|
|
408
480
|
| UpdatePluginCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AssociatePermissionRequest,
|
|
5
|
+
AssociatePermissionResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QBusinessClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QBusinessClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociatePermissionCommandInput
|
|
15
|
+
extends AssociatePermissionRequest {}
|
|
16
|
+
export interface AssociatePermissionCommandOutput
|
|
17
|
+
extends AssociatePermissionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociatePermissionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociatePermissionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociatePermissionCommandInput,
|
|
24
|
+
AssociatePermissionCommandOutput,
|
|
25
|
+
QBusinessClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociatePermissionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociatePermissionCommandInput,
|
|
33
|
+
AssociatePermissionCommandOutput,
|
|
34
|
+
QBusinessClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociatePermissionCommand extends AssociatePermissionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociatePermissionRequest;
|
|
44
|
+
output: AssociatePermissionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociatePermissionCommandInput;
|
|
48
|
+
output: AssociatePermissionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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 {
|
|
5
6
|
QBusinessClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -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 {
|
|
5
6
|
QBusinessClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|