@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
package/dist-es/QBusiness.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AssociatePermissionCommand, } from "./commands/AssociatePermissionCommand";
|
|
2
3
|
import { BatchDeleteDocumentCommand, } from "./commands/BatchDeleteDocumentCommand";
|
|
3
4
|
import { BatchPutDocumentCommand, } from "./commands/BatchPutDocumentCommand";
|
|
4
5
|
import { ChatCommand } from "./commands/ChatCommand";
|
|
5
6
|
import { ChatSyncCommand } from "./commands/ChatSyncCommand";
|
|
6
7
|
import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
8
|
+
import { CreateDataAccessorCommand, } from "./commands/CreateDataAccessorCommand";
|
|
7
9
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
8
10
|
import { CreateIndexCommand } from "./commands/CreateIndexCommand";
|
|
9
11
|
import { CreatePluginCommand, } from "./commands/CreatePluginCommand";
|
|
@@ -13,6 +15,7 @@ import { CreateWebExperienceCommand, } from "./commands/CreateWebExperienceComma
|
|
|
13
15
|
import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
14
16
|
import { DeleteChatControlsConfigurationCommand, } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
15
17
|
import { DeleteConversationCommand, } from "./commands/DeleteConversationCommand";
|
|
18
|
+
import { DeleteDataAccessorCommand, } from "./commands/DeleteDataAccessorCommand";
|
|
16
19
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
17
20
|
import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
|
|
18
21
|
import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
|
|
@@ -20,37 +23,46 @@ import { DeletePluginCommand, } from "./commands/DeletePluginCommand";
|
|
|
20
23
|
import { DeleteRetrieverCommand, } from "./commands/DeleteRetrieverCommand";
|
|
21
24
|
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
22
25
|
import { DeleteWebExperienceCommand, } from "./commands/DeleteWebExperienceCommand";
|
|
26
|
+
import { DisassociatePermissionCommand, } from "./commands/DisassociatePermissionCommand";
|
|
23
27
|
import { GetApplicationCommand, } from "./commands/GetApplicationCommand";
|
|
24
28
|
import { GetChatControlsConfigurationCommand, } from "./commands/GetChatControlsConfigurationCommand";
|
|
29
|
+
import { GetDataAccessorCommand, } from "./commands/GetDataAccessorCommand";
|
|
25
30
|
import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
|
|
26
31
|
import { GetGroupCommand } from "./commands/GetGroupCommand";
|
|
27
32
|
import { GetIndexCommand } from "./commands/GetIndexCommand";
|
|
28
33
|
import { GetMediaCommand } from "./commands/GetMediaCommand";
|
|
29
34
|
import { GetPluginCommand } from "./commands/GetPluginCommand";
|
|
35
|
+
import { GetPolicyCommand } from "./commands/GetPolicyCommand";
|
|
30
36
|
import { GetRetrieverCommand, } from "./commands/GetRetrieverCommand";
|
|
31
37
|
import { GetUserCommand } from "./commands/GetUserCommand";
|
|
32
38
|
import { GetWebExperienceCommand, } from "./commands/GetWebExperienceCommand";
|
|
33
39
|
import { ListApplicationsCommand, } from "./commands/ListApplicationsCommand";
|
|
34
40
|
import { ListAttachmentsCommand, } from "./commands/ListAttachmentsCommand";
|
|
35
41
|
import { ListConversationsCommand, } from "./commands/ListConversationsCommand";
|
|
42
|
+
import { ListDataAccessorsCommand, } from "./commands/ListDataAccessorsCommand";
|
|
36
43
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
37
44
|
import { ListDataSourceSyncJobsCommand, } from "./commands/ListDataSourceSyncJobsCommand";
|
|
38
45
|
import { ListDocumentsCommand, } from "./commands/ListDocumentsCommand";
|
|
39
46
|
import { ListGroupsCommand } from "./commands/ListGroupsCommand";
|
|
40
47
|
import { ListIndicesCommand } from "./commands/ListIndicesCommand";
|
|
41
48
|
import { ListMessagesCommand, } from "./commands/ListMessagesCommand";
|
|
49
|
+
import { ListPluginActionsCommand, } from "./commands/ListPluginActionsCommand";
|
|
42
50
|
import { ListPluginsCommand } from "./commands/ListPluginsCommand";
|
|
51
|
+
import { ListPluginTypeActionsCommand, } from "./commands/ListPluginTypeActionsCommand";
|
|
52
|
+
import { ListPluginTypeMetadataCommand, } from "./commands/ListPluginTypeMetadataCommand";
|
|
43
53
|
import { ListRetrieversCommand, } from "./commands/ListRetrieversCommand";
|
|
44
54
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
45
55
|
import { ListWebExperiencesCommand, } from "./commands/ListWebExperiencesCommand";
|
|
46
56
|
import { PutFeedbackCommand } from "./commands/PutFeedbackCommand";
|
|
47
57
|
import { PutGroupCommand } from "./commands/PutGroupCommand";
|
|
58
|
+
import { SearchRelevantContentCommand, } from "./commands/SearchRelevantContentCommand";
|
|
48
59
|
import { StartDataSourceSyncJobCommand, } from "./commands/StartDataSourceSyncJobCommand";
|
|
49
60
|
import { StopDataSourceSyncJobCommand, } from "./commands/StopDataSourceSyncJobCommand";
|
|
50
61
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
51
62
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
52
63
|
import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
|
|
53
64
|
import { UpdateChatControlsConfigurationCommand, } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
65
|
+
import { UpdateDataAccessorCommand, } from "./commands/UpdateDataAccessorCommand";
|
|
54
66
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
55
67
|
import { UpdateIndexCommand } from "./commands/UpdateIndexCommand";
|
|
56
68
|
import { UpdatePluginCommand, } from "./commands/UpdatePluginCommand";
|
|
@@ -59,11 +71,13 @@ import { UpdateUserCommand } from "./commands/UpdateUserCommand";
|
|
|
59
71
|
import { UpdateWebExperienceCommand, } from "./commands/UpdateWebExperienceCommand";
|
|
60
72
|
import { QBusinessClient } from "./QBusinessClient";
|
|
61
73
|
const commands = {
|
|
74
|
+
AssociatePermissionCommand,
|
|
62
75
|
BatchDeleteDocumentCommand,
|
|
63
76
|
BatchPutDocumentCommand,
|
|
64
77
|
ChatCommand,
|
|
65
78
|
ChatSyncCommand,
|
|
66
79
|
CreateApplicationCommand,
|
|
80
|
+
CreateDataAccessorCommand,
|
|
67
81
|
CreateDataSourceCommand,
|
|
68
82
|
CreateIndexCommand,
|
|
69
83
|
CreatePluginCommand,
|
|
@@ -73,6 +87,7 @@ const commands = {
|
|
|
73
87
|
DeleteApplicationCommand,
|
|
74
88
|
DeleteChatControlsConfigurationCommand,
|
|
75
89
|
DeleteConversationCommand,
|
|
90
|
+
DeleteDataAccessorCommand,
|
|
76
91
|
DeleteDataSourceCommand,
|
|
77
92
|
DeleteGroupCommand,
|
|
78
93
|
DeleteIndexCommand,
|
|
@@ -80,37 +95,46 @@ const commands = {
|
|
|
80
95
|
DeleteRetrieverCommand,
|
|
81
96
|
DeleteUserCommand,
|
|
82
97
|
DeleteWebExperienceCommand,
|
|
98
|
+
DisassociatePermissionCommand,
|
|
83
99
|
GetApplicationCommand,
|
|
84
100
|
GetChatControlsConfigurationCommand,
|
|
101
|
+
GetDataAccessorCommand,
|
|
85
102
|
GetDataSourceCommand,
|
|
86
103
|
GetGroupCommand,
|
|
87
104
|
GetIndexCommand,
|
|
88
105
|
GetMediaCommand,
|
|
89
106
|
GetPluginCommand,
|
|
107
|
+
GetPolicyCommand,
|
|
90
108
|
GetRetrieverCommand,
|
|
91
109
|
GetUserCommand,
|
|
92
110
|
GetWebExperienceCommand,
|
|
93
111
|
ListApplicationsCommand,
|
|
94
112
|
ListAttachmentsCommand,
|
|
95
113
|
ListConversationsCommand,
|
|
114
|
+
ListDataAccessorsCommand,
|
|
96
115
|
ListDataSourcesCommand,
|
|
97
116
|
ListDataSourceSyncJobsCommand,
|
|
98
117
|
ListDocumentsCommand,
|
|
99
118
|
ListGroupsCommand,
|
|
100
119
|
ListIndicesCommand,
|
|
101
120
|
ListMessagesCommand,
|
|
121
|
+
ListPluginActionsCommand,
|
|
102
122
|
ListPluginsCommand,
|
|
123
|
+
ListPluginTypeActionsCommand,
|
|
124
|
+
ListPluginTypeMetadataCommand,
|
|
103
125
|
ListRetrieversCommand,
|
|
104
126
|
ListTagsForResourceCommand,
|
|
105
127
|
ListWebExperiencesCommand,
|
|
106
128
|
PutFeedbackCommand,
|
|
107
129
|
PutGroupCommand,
|
|
130
|
+
SearchRelevantContentCommand,
|
|
108
131
|
StartDataSourceSyncJobCommand,
|
|
109
132
|
StopDataSourceSyncJobCommand,
|
|
110
133
|
TagResourceCommand,
|
|
111
134
|
UntagResourceCommand,
|
|
112
135
|
UpdateApplicationCommand,
|
|
113
136
|
UpdateChatControlsConfigurationCommand,
|
|
137
|
+
UpdateDataAccessorCommand,
|
|
114
138
|
UpdateDataSourceCommand,
|
|
115
139
|
UpdateIndexCommand,
|
|
116
140
|
UpdatePluginCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociatePermissionCommand, se_AssociatePermissionCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociatePermissionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "AssociatePermission", {})
|
|
17
|
+
.n("QBusinessClient", "AssociatePermissionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociatePermissionCommand)
|
|
20
|
+
.de(de_AssociatePermissionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -3,7 +3,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
6
|
+
import { ChatOutputFilterSensitiveLog } from "../models/models_0";
|
|
7
|
+
import { ChatInputFilterSensitiveLog } from "../models/models_1";
|
|
7
8
|
import { de_ChatCommand, se_ChatCommand } from "../protocols/Aws_restJson1";
|
|
8
9
|
export { $Command };
|
|
9
10
|
export class ChatCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateDataAccessorRequestFilterSensitiveLog } from "../models/models_1";
|
|
6
|
+
import { de_CreateDataAccessorCommand, se_CreateDataAccessorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateDataAccessorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("ExpertQ", "CreateDataAccessor", {})
|
|
18
|
+
.n("QBusinessClient", "CreateDataAccessorCommand")
|
|
19
|
+
.f(CreateDataAccessorRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateDataAccessorCommand)
|
|
21
|
+
.de(de_CreateDataAccessorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteDataAccessorCommand, se_DeleteDataAccessorCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteDataAccessorCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "DeleteDataAccessor", {})
|
|
17
|
+
.n("QBusinessClient", "DeleteDataAccessorCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteDataAccessorCommand)
|
|
20
|
+
.de(de_DeleteDataAccessorCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociatePermissionCommand, se_DisassociatePermissionCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociatePermissionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "DisassociatePermission", {})
|
|
17
|
+
.n("QBusinessClient", "DisassociatePermissionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociatePermissionCommand)
|
|
20
|
+
.de(de_DisassociatePermissionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetDataAccessorResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
|
+
import { de_GetDataAccessorCommand, se_GetDataAccessorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetDataAccessorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("ExpertQ", "GetDataAccessor", {})
|
|
18
|
+
.n("QBusinessClient", "GetDataAccessorCommand")
|
|
19
|
+
.f(void 0, GetDataAccessorResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_GetDataAccessorCommand)
|
|
21
|
+
.de(de_GetDataAccessorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "GetPolicy", {})
|
|
17
|
+
.n("QBusinessClient", "GetPolicyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetPolicyCommand)
|
|
20
|
+
.de(de_GetPolicyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListDataAccessorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_ListDataAccessorsCommand, se_ListDataAccessorsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListDataAccessorsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("ExpertQ", "ListDataAccessors", {})
|
|
18
|
+
.n("QBusinessClient", "ListDataAccessorsCommand")
|
|
19
|
+
.f(void 0, ListDataAccessorsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListDataAccessorsCommand)
|
|
21
|
+
.de(de_ListDataAccessorsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListPluginActionsCommand, se_ListPluginActionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListPluginActionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "ListPluginActions", {})
|
|
17
|
+
.n("QBusinessClient", "ListPluginActionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListPluginActionsCommand)
|
|
20
|
+
.de(de_ListPluginActionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListPluginTypeActionsCommand, se_ListPluginTypeActionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListPluginTypeActionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "ListPluginTypeActions", {})
|
|
17
|
+
.n("QBusinessClient", "ListPluginTypeActionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListPluginTypeActionsCommand)
|
|
20
|
+
.de(de_ListPluginTypeActionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListPluginTypeMetadataCommand, se_ListPluginTypeMetadataCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListPluginTypeMetadataCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "ListPluginTypeMetadata", {})
|
|
17
|
+
.n("QBusinessClient", "ListPluginTypeMetadataCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListPluginTypeMetadataCommand)
|
|
20
|
+
.de(de_ListPluginTypeMetadataCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_SearchRelevantContentCommand, se_SearchRelevantContentCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class SearchRelevantContentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("ExpertQ", "SearchRelevantContent", {})
|
|
17
|
+
.n("QBusinessClient", "SearchRelevantContentCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_SearchRelevantContentCommand)
|
|
20
|
+
.de(de_SearchRelevantContentCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateDataAccessorRequestFilterSensitiveLog } from "../models/models_1";
|
|
6
|
+
import { de_UpdateDataAccessorCommand, se_UpdateDataAccessorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateDataAccessorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("ExpertQ", "UpdateDataAccessor", {})
|
|
18
|
+
.n("QBusinessClient", "UpdateDataAccessorCommand")
|
|
19
|
+
.f(UpdateDataAccessorRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_UpdateDataAccessorCommand)
|
|
21
|
+
.de(de_UpdateDataAccessorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
export * from "./AssociatePermissionCommand";
|
|
1
2
|
export * from "./BatchDeleteDocumentCommand";
|
|
2
3
|
export * from "./BatchPutDocumentCommand";
|
|
3
4
|
export * from "./ChatCommand";
|
|
4
5
|
export * from "./ChatSyncCommand";
|
|
5
6
|
export * from "./CreateApplicationCommand";
|
|
7
|
+
export * from "./CreateDataAccessorCommand";
|
|
6
8
|
export * from "./CreateDataSourceCommand";
|
|
7
9
|
export * from "./CreateIndexCommand";
|
|
8
10
|
export * from "./CreatePluginCommand";
|
|
@@ -12,6 +14,7 @@ export * from "./CreateWebExperienceCommand";
|
|
|
12
14
|
export * from "./DeleteApplicationCommand";
|
|
13
15
|
export * from "./DeleteChatControlsConfigurationCommand";
|
|
14
16
|
export * from "./DeleteConversationCommand";
|
|
17
|
+
export * from "./DeleteDataAccessorCommand";
|
|
15
18
|
export * from "./DeleteDataSourceCommand";
|
|
16
19
|
export * from "./DeleteGroupCommand";
|
|
17
20
|
export * from "./DeleteIndexCommand";
|
|
@@ -19,37 +22,46 @@ export * from "./DeletePluginCommand";
|
|
|
19
22
|
export * from "./DeleteRetrieverCommand";
|
|
20
23
|
export * from "./DeleteUserCommand";
|
|
21
24
|
export * from "./DeleteWebExperienceCommand";
|
|
25
|
+
export * from "./DisassociatePermissionCommand";
|
|
22
26
|
export * from "./GetApplicationCommand";
|
|
23
27
|
export * from "./GetChatControlsConfigurationCommand";
|
|
28
|
+
export * from "./GetDataAccessorCommand";
|
|
24
29
|
export * from "./GetDataSourceCommand";
|
|
25
30
|
export * from "./GetGroupCommand";
|
|
26
31
|
export * from "./GetIndexCommand";
|
|
27
32
|
export * from "./GetMediaCommand";
|
|
28
33
|
export * from "./GetPluginCommand";
|
|
34
|
+
export * from "./GetPolicyCommand";
|
|
29
35
|
export * from "./GetRetrieverCommand";
|
|
30
36
|
export * from "./GetUserCommand";
|
|
31
37
|
export * from "./GetWebExperienceCommand";
|
|
32
38
|
export * from "./ListApplicationsCommand";
|
|
33
39
|
export * from "./ListAttachmentsCommand";
|
|
34
40
|
export * from "./ListConversationsCommand";
|
|
41
|
+
export * from "./ListDataAccessorsCommand";
|
|
35
42
|
export * from "./ListDataSourceSyncJobsCommand";
|
|
36
43
|
export * from "./ListDataSourcesCommand";
|
|
37
44
|
export * from "./ListDocumentsCommand";
|
|
38
45
|
export * from "./ListGroupsCommand";
|
|
39
46
|
export * from "./ListIndicesCommand";
|
|
40
47
|
export * from "./ListMessagesCommand";
|
|
48
|
+
export * from "./ListPluginActionsCommand";
|
|
49
|
+
export * from "./ListPluginTypeActionsCommand";
|
|
50
|
+
export * from "./ListPluginTypeMetadataCommand";
|
|
41
51
|
export * from "./ListPluginsCommand";
|
|
42
52
|
export * from "./ListRetrieversCommand";
|
|
43
53
|
export * from "./ListTagsForResourceCommand";
|
|
44
54
|
export * from "./ListWebExperiencesCommand";
|
|
45
55
|
export * from "./PutFeedbackCommand";
|
|
46
56
|
export * from "./PutGroupCommand";
|
|
57
|
+
export * from "./SearchRelevantContentCommand";
|
|
47
58
|
export * from "./StartDataSourceSyncJobCommand";
|
|
48
59
|
export * from "./StopDataSourceSyncJobCommand";
|
|
49
60
|
export * from "./TagResourceCommand";
|
|
50
61
|
export * from "./UntagResourceCommand";
|
|
51
62
|
export * from "./UpdateApplicationCommand";
|
|
52
63
|
export * from "./UpdateChatControlsConfigurationCommand";
|
|
64
|
+
export * from "./UpdateDataAccessorCommand";
|
|
53
65
|
export * from "./UpdateDataSourceCommand";
|
|
54
66
|
export * from "./UpdateIndexCommand";
|
|
55
67
|
export * from "./UpdatePluginCommand";
|
package/dist-es/models/index.js
CHANGED