@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
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ActionExecution,
|
|
3
|
+
ActionExecutionEvent,
|
|
4
|
+
AttachmentInput,
|
|
5
|
+
AttachmentInputEvent,
|
|
6
|
+
AuthChallengeResponse,
|
|
7
|
+
AuthChallengeResponseEvent,
|
|
8
|
+
BlockedPhrasesConfigurationUpdate,
|
|
9
|
+
ChatMode,
|
|
10
|
+
ChatModeConfiguration,
|
|
11
|
+
ContentSource,
|
|
12
|
+
CreatorModeConfiguration,
|
|
13
|
+
DocumentAttribute,
|
|
14
|
+
EndOfInputEvent,
|
|
15
|
+
ResponseScope,
|
|
16
|
+
Tag,
|
|
17
|
+
TextInputEvent,
|
|
18
|
+
TopicConfiguration,
|
|
19
|
+
UserAlias,
|
|
20
|
+
} from "./models_0";
|
|
21
|
+
export interface StartDataSourceSyncJobResponse {
|
|
22
|
+
executionId?: string | undefined;
|
|
23
|
+
}
|
|
24
|
+
export interface StopDataSourceSyncJobRequest {
|
|
25
|
+
dataSourceId: string | undefined;
|
|
26
|
+
applicationId: string | undefined;
|
|
27
|
+
indexId: string | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface StopDataSourceSyncJobResponse {}
|
|
30
|
+
export interface TagResourceRequest {
|
|
31
|
+
resourceARN: string | undefined;
|
|
32
|
+
tags: Tag[] | undefined;
|
|
33
|
+
}
|
|
34
|
+
export interface TagResourceResponse {}
|
|
35
|
+
export interface UntagResourceRequest {
|
|
36
|
+
resourceARN: string | undefined;
|
|
37
|
+
tagKeys: string[] | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface UntagResourceResponse {}
|
|
40
|
+
export interface UpdateChatControlsConfigurationRequest {
|
|
41
|
+
applicationId: string | undefined;
|
|
42
|
+
clientToken?: string | undefined;
|
|
43
|
+
responseScope?: ResponseScope | undefined;
|
|
44
|
+
blockedPhrasesConfigurationUpdate?:
|
|
45
|
+
| BlockedPhrasesConfigurationUpdate
|
|
46
|
+
| undefined;
|
|
47
|
+
topicConfigurationsToCreateOrUpdate?: TopicConfiguration[] | undefined;
|
|
48
|
+
topicConfigurationsToDelete?: TopicConfiguration[] | undefined;
|
|
49
|
+
creatorModeConfiguration?: CreatorModeConfiguration | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface UpdateChatControlsConfigurationResponse {}
|
|
52
|
+
export interface UpdateUserRequest {
|
|
53
|
+
applicationId: string | undefined;
|
|
54
|
+
userId: string | undefined;
|
|
55
|
+
userAliasesToUpdate?: UserAlias[] | undefined;
|
|
56
|
+
userAliasesToDelete?: UserAlias[] | undefined;
|
|
57
|
+
}
|
|
58
|
+
export interface UpdateUserResponse {
|
|
59
|
+
userAliasesAdded?: UserAlias[] | undefined;
|
|
60
|
+
userAliasesUpdated?: UserAlias[] | undefined;
|
|
61
|
+
userAliasesDeleted?: UserAlias[] | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface AttributeFilter {
|
|
64
|
+
andAllFilters?: AttributeFilter[] | undefined;
|
|
65
|
+
orAllFilters?: AttributeFilter[] | undefined;
|
|
66
|
+
notFilter?: AttributeFilter | undefined;
|
|
67
|
+
equalsTo?: DocumentAttribute | undefined;
|
|
68
|
+
containsAll?: DocumentAttribute | undefined;
|
|
69
|
+
containsAny?: DocumentAttribute | undefined;
|
|
70
|
+
greaterThan?: DocumentAttribute | undefined;
|
|
71
|
+
greaterThanOrEquals?: DocumentAttribute | undefined;
|
|
72
|
+
lessThan?: DocumentAttribute | undefined;
|
|
73
|
+
lessThanOrEquals?: DocumentAttribute | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface ActionFilterConfiguration {
|
|
76
|
+
documentAttributeFilter: AttributeFilter | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface ChatSyncInput {
|
|
79
|
+
applicationId: string | undefined;
|
|
80
|
+
userId?: string | undefined;
|
|
81
|
+
userGroups?: string[] | undefined;
|
|
82
|
+
userMessage?: string | undefined;
|
|
83
|
+
attachments?: AttachmentInput[] | undefined;
|
|
84
|
+
actionExecution?: ActionExecution | undefined;
|
|
85
|
+
authChallengeResponse?: AuthChallengeResponse | undefined;
|
|
86
|
+
conversationId?: string | undefined;
|
|
87
|
+
parentMessageId?: string | undefined;
|
|
88
|
+
attributeFilter?: AttributeFilter | undefined;
|
|
89
|
+
chatMode?: ChatMode | undefined;
|
|
90
|
+
chatModeConfiguration?: ChatModeConfiguration | undefined;
|
|
91
|
+
clientToken?: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface ConfigurationEvent {
|
|
94
|
+
chatMode?: ChatMode | undefined;
|
|
95
|
+
chatModeConfiguration?: ChatModeConfiguration | undefined;
|
|
96
|
+
attributeFilter?: AttributeFilter | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface SearchRelevantContentRequest {
|
|
99
|
+
applicationId: string | undefined;
|
|
100
|
+
queryText: string | undefined;
|
|
101
|
+
contentSource: ContentSource | undefined;
|
|
102
|
+
attributeFilter?: AttributeFilter | undefined;
|
|
103
|
+
maxResults?: number | undefined;
|
|
104
|
+
nextToken?: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface ActionConfiguration {
|
|
107
|
+
action: string | undefined;
|
|
108
|
+
filterConfiguration?: ActionFilterConfiguration | undefined;
|
|
109
|
+
}
|
|
110
|
+
export type ChatInputStream =
|
|
111
|
+
| ChatInputStream.ActionExecutionEventMember
|
|
112
|
+
| ChatInputStream.AttachmentEventMember
|
|
113
|
+
| ChatInputStream.AuthChallengeResponseEventMember
|
|
114
|
+
| ChatInputStream.ConfigurationEventMember
|
|
115
|
+
| ChatInputStream.EndOfInputEventMember
|
|
116
|
+
| ChatInputStream.TextEventMember
|
|
117
|
+
| ChatInputStream.$UnknownMember;
|
|
118
|
+
export declare namespace ChatInputStream {
|
|
119
|
+
interface ConfigurationEventMember {
|
|
120
|
+
configurationEvent: ConfigurationEvent;
|
|
121
|
+
textEvent?: never;
|
|
122
|
+
attachmentEvent?: never;
|
|
123
|
+
actionExecutionEvent?: never;
|
|
124
|
+
endOfInputEvent?: never;
|
|
125
|
+
authChallengeResponseEvent?: never;
|
|
126
|
+
$unknown?: never;
|
|
127
|
+
}
|
|
128
|
+
interface TextEventMember {
|
|
129
|
+
configurationEvent?: never;
|
|
130
|
+
textEvent: TextInputEvent;
|
|
131
|
+
attachmentEvent?: never;
|
|
132
|
+
actionExecutionEvent?: never;
|
|
133
|
+
endOfInputEvent?: never;
|
|
134
|
+
authChallengeResponseEvent?: never;
|
|
135
|
+
$unknown?: never;
|
|
136
|
+
}
|
|
137
|
+
interface AttachmentEventMember {
|
|
138
|
+
configurationEvent?: never;
|
|
139
|
+
textEvent?: never;
|
|
140
|
+
attachmentEvent: AttachmentInputEvent;
|
|
141
|
+
actionExecutionEvent?: never;
|
|
142
|
+
endOfInputEvent?: never;
|
|
143
|
+
authChallengeResponseEvent?: never;
|
|
144
|
+
$unknown?: never;
|
|
145
|
+
}
|
|
146
|
+
interface ActionExecutionEventMember {
|
|
147
|
+
configurationEvent?: never;
|
|
148
|
+
textEvent?: never;
|
|
149
|
+
attachmentEvent?: never;
|
|
150
|
+
actionExecutionEvent: ActionExecutionEvent;
|
|
151
|
+
endOfInputEvent?: never;
|
|
152
|
+
authChallengeResponseEvent?: never;
|
|
153
|
+
$unknown?: never;
|
|
154
|
+
}
|
|
155
|
+
interface EndOfInputEventMember {
|
|
156
|
+
configurationEvent?: never;
|
|
157
|
+
textEvent?: never;
|
|
158
|
+
attachmentEvent?: never;
|
|
159
|
+
actionExecutionEvent?: never;
|
|
160
|
+
endOfInputEvent: EndOfInputEvent;
|
|
161
|
+
authChallengeResponseEvent?: never;
|
|
162
|
+
$unknown?: never;
|
|
163
|
+
}
|
|
164
|
+
interface AuthChallengeResponseEventMember {
|
|
165
|
+
configurationEvent?: never;
|
|
166
|
+
textEvent?: never;
|
|
167
|
+
attachmentEvent?: never;
|
|
168
|
+
actionExecutionEvent?: never;
|
|
169
|
+
endOfInputEvent?: never;
|
|
170
|
+
authChallengeResponseEvent: AuthChallengeResponseEvent;
|
|
171
|
+
$unknown?: never;
|
|
172
|
+
}
|
|
173
|
+
interface $UnknownMember {
|
|
174
|
+
configurationEvent?: never;
|
|
175
|
+
textEvent?: never;
|
|
176
|
+
attachmentEvent?: never;
|
|
177
|
+
actionExecutionEvent?: never;
|
|
178
|
+
endOfInputEvent?: never;
|
|
179
|
+
authChallengeResponseEvent?: never;
|
|
180
|
+
$unknown: [string, any];
|
|
181
|
+
}
|
|
182
|
+
interface Visitor<T> {
|
|
183
|
+
configurationEvent: (value: ConfigurationEvent) => T;
|
|
184
|
+
textEvent: (value: TextInputEvent) => T;
|
|
185
|
+
attachmentEvent: (value: AttachmentInputEvent) => T;
|
|
186
|
+
actionExecutionEvent: (value: ActionExecutionEvent) => T;
|
|
187
|
+
endOfInputEvent: (value: EndOfInputEvent) => T;
|
|
188
|
+
authChallengeResponseEvent: (value: AuthChallengeResponseEvent) => T;
|
|
189
|
+
_: (name: string, value: any) => T;
|
|
190
|
+
}
|
|
191
|
+
const visit: <T>(value: ChatInputStream, visitor: Visitor<T>) => T;
|
|
192
|
+
}
|
|
193
|
+
export interface ChatInput {
|
|
194
|
+
applicationId: string | undefined;
|
|
195
|
+
userId?: string | undefined;
|
|
196
|
+
userGroups?: string[] | undefined;
|
|
197
|
+
conversationId?: string | undefined;
|
|
198
|
+
parentMessageId?: string | undefined;
|
|
199
|
+
clientToken?: string | undefined;
|
|
200
|
+
inputStream?: AsyncIterable<ChatInputStream> | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface CreateDataAccessorRequest {
|
|
203
|
+
applicationId: string | undefined;
|
|
204
|
+
principal: string | undefined;
|
|
205
|
+
actionConfigurations: ActionConfiguration[] | undefined;
|
|
206
|
+
clientToken?: string | undefined;
|
|
207
|
+
displayName: string | undefined;
|
|
208
|
+
tags?: Tag[] | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface GetDataAccessorResponse {
|
|
211
|
+
displayName?: string | undefined;
|
|
212
|
+
dataAccessorId?: string | undefined;
|
|
213
|
+
dataAccessorArn?: string | undefined;
|
|
214
|
+
applicationId?: string | undefined;
|
|
215
|
+
idcApplicationArn?: string | undefined;
|
|
216
|
+
principal?: string | undefined;
|
|
217
|
+
actionConfigurations?: ActionConfiguration[] | undefined;
|
|
218
|
+
createdAt?: Date | undefined;
|
|
219
|
+
updatedAt?: Date | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface UpdateDataAccessorRequest {
|
|
222
|
+
applicationId: string | undefined;
|
|
223
|
+
dataAccessorId: string | undefined;
|
|
224
|
+
actionConfigurations: ActionConfiguration[] | undefined;
|
|
225
|
+
displayName?: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export declare const ChatInputStreamFilterSensitiveLog: (
|
|
228
|
+
obj: ChatInputStream
|
|
229
|
+
) => any;
|
|
230
|
+
export declare const ChatInputFilterSensitiveLog: (obj: ChatInput) => any;
|
|
231
|
+
export declare const CreateDataAccessorRequestFilterSensitiveLog: (
|
|
232
|
+
obj: CreateDataAccessorRequest
|
|
233
|
+
) => any;
|
|
234
|
+
export declare const GetDataAccessorResponseFilterSensitiveLog: (
|
|
235
|
+
obj: GetDataAccessorResponse
|
|
236
|
+
) => any;
|
|
237
|
+
export declare const UpdateDataAccessorRequestFilterSensitiveLog: (
|
|
238
|
+
obj: UpdateDataAccessorRequest
|
|
239
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataAccessorsCommandInput,
|
|
4
|
+
ListDataAccessorsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataAccessorsCommand";
|
|
6
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDataAccessors: (
|
|
8
|
+
config: QBusinessPaginationConfiguration,
|
|
9
|
+
input: ListDataAccessorsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDataAccessorsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPluginActionsCommandInput,
|
|
4
|
+
ListPluginActionsCommandOutput,
|
|
5
|
+
} from "../commands/ListPluginActionsCommand";
|
|
6
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPluginActions: (
|
|
8
|
+
config: QBusinessPaginationConfiguration,
|
|
9
|
+
input: ListPluginActionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPluginActionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPluginTypeActionsCommandInput,
|
|
4
|
+
ListPluginTypeActionsCommandOutput,
|
|
5
|
+
} from "../commands/ListPluginTypeActionsCommand";
|
|
6
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPluginTypeActions: (
|
|
8
|
+
config: QBusinessPaginationConfiguration,
|
|
9
|
+
input: ListPluginTypeActionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPluginTypeActionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPluginTypeMetadataCommandInput,
|
|
4
|
+
ListPluginTypeMetadataCommandOutput,
|
|
5
|
+
} from "../commands/ListPluginTypeMetadataCommand";
|
|
6
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPluginTypeMetadata: (
|
|
8
|
+
config: QBusinessPaginationConfiguration,
|
|
9
|
+
input: ListPluginTypeMetadataCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPluginTypeMetadataCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchRelevantContentCommandInput,
|
|
4
|
+
SearchRelevantContentCommandOutput,
|
|
5
|
+
} from "../commands/SearchRelevantContentCommand";
|
|
6
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchRelevantContent: (
|
|
8
|
+
config: QBusinessPaginationConfiguration,
|
|
9
|
+
input: SearchRelevantContentCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchRelevantContentCommandOutput>;
|
|
@@ -3,12 +3,17 @@ export * from "./Interfaces";
|
|
|
3
3
|
export * from "./ListApplicationsPaginator";
|
|
4
4
|
export * from "./ListAttachmentsPaginator";
|
|
5
5
|
export * from "./ListConversationsPaginator";
|
|
6
|
+
export * from "./ListDataAccessorsPaginator";
|
|
6
7
|
export * from "./ListDataSourceSyncJobsPaginator";
|
|
7
8
|
export * from "./ListDataSourcesPaginator";
|
|
8
9
|
export * from "./ListDocumentsPaginator";
|
|
9
10
|
export * from "./ListGroupsPaginator";
|
|
10
11
|
export * from "./ListIndicesPaginator";
|
|
11
12
|
export * from "./ListMessagesPaginator";
|
|
13
|
+
export * from "./ListPluginActionsPaginator";
|
|
14
|
+
export * from "./ListPluginTypeActionsPaginator";
|
|
15
|
+
export * from "./ListPluginTypeMetadataPaginator";
|
|
12
16
|
export * from "./ListPluginsPaginator";
|
|
13
17
|
export * from "./ListRetrieversPaginator";
|
|
14
18
|
export * from "./ListWebExperiencesPaginator";
|
|
19
|
+
export * from "./SearchRelevantContentPaginator";
|
|
@@ -6,6 +6,10 @@ import {
|
|
|
6
6
|
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
7
|
SerdeContext as __SerdeContext,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
AssociatePermissionCommandInput,
|
|
11
|
+
AssociatePermissionCommandOutput,
|
|
12
|
+
} from "../commands/AssociatePermissionCommand";
|
|
9
13
|
import {
|
|
10
14
|
BatchDeleteDocumentCommandInput,
|
|
11
15
|
BatchDeleteDocumentCommandOutput,
|
|
@@ -23,6 +27,10 @@ import {
|
|
|
23
27
|
CreateApplicationCommandInput,
|
|
24
28
|
CreateApplicationCommandOutput,
|
|
25
29
|
} from "../commands/CreateApplicationCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDataAccessorCommandInput,
|
|
32
|
+
CreateDataAccessorCommandOutput,
|
|
33
|
+
} from "../commands/CreateDataAccessorCommand";
|
|
26
34
|
import {
|
|
27
35
|
CreateDataSourceCommandInput,
|
|
28
36
|
CreateDataSourceCommandOutput,
|
|
@@ -59,6 +67,10 @@ import {
|
|
|
59
67
|
DeleteConversationCommandInput,
|
|
60
68
|
DeleteConversationCommandOutput,
|
|
61
69
|
} from "../commands/DeleteConversationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteDataAccessorCommandInput,
|
|
72
|
+
DeleteDataAccessorCommandOutput,
|
|
73
|
+
} from "../commands/DeleteDataAccessorCommand";
|
|
62
74
|
import {
|
|
63
75
|
DeleteDataSourceCommandInput,
|
|
64
76
|
DeleteDataSourceCommandOutput,
|
|
@@ -87,6 +99,10 @@ import {
|
|
|
87
99
|
DeleteWebExperienceCommandInput,
|
|
88
100
|
DeleteWebExperienceCommandOutput,
|
|
89
101
|
} from "../commands/DeleteWebExperienceCommand";
|
|
102
|
+
import {
|
|
103
|
+
DisassociatePermissionCommandInput,
|
|
104
|
+
DisassociatePermissionCommandOutput,
|
|
105
|
+
} from "../commands/DisassociatePermissionCommand";
|
|
90
106
|
import {
|
|
91
107
|
GetApplicationCommandInput,
|
|
92
108
|
GetApplicationCommandOutput,
|
|
@@ -95,6 +111,10 @@ import {
|
|
|
95
111
|
GetChatControlsConfigurationCommandInput,
|
|
96
112
|
GetChatControlsConfigurationCommandOutput,
|
|
97
113
|
} from "../commands/GetChatControlsConfigurationCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetDataAccessorCommandInput,
|
|
116
|
+
GetDataAccessorCommandOutput,
|
|
117
|
+
} from "../commands/GetDataAccessorCommand";
|
|
98
118
|
import {
|
|
99
119
|
GetDataSourceCommandInput,
|
|
100
120
|
GetDataSourceCommandOutput,
|
|
@@ -115,6 +135,10 @@ import {
|
|
|
115
135
|
GetPluginCommandInput,
|
|
116
136
|
GetPluginCommandOutput,
|
|
117
137
|
} from "../commands/GetPluginCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetPolicyCommandInput,
|
|
140
|
+
GetPolicyCommandOutput,
|
|
141
|
+
} from "../commands/GetPolicyCommand";
|
|
118
142
|
import {
|
|
119
143
|
GetRetrieverCommandInput,
|
|
120
144
|
GetRetrieverCommandOutput,
|
|
@@ -139,6 +163,10 @@ import {
|
|
|
139
163
|
ListConversationsCommandInput,
|
|
140
164
|
ListConversationsCommandOutput,
|
|
141
165
|
} from "../commands/ListConversationsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListDataAccessorsCommandInput,
|
|
168
|
+
ListDataAccessorsCommandOutput,
|
|
169
|
+
} from "../commands/ListDataAccessorsCommand";
|
|
142
170
|
import {
|
|
143
171
|
ListDataSourcesCommandInput,
|
|
144
172
|
ListDataSourcesCommandOutput,
|
|
@@ -163,10 +191,22 @@ import {
|
|
|
163
191
|
ListMessagesCommandInput,
|
|
164
192
|
ListMessagesCommandOutput,
|
|
165
193
|
} from "../commands/ListMessagesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListPluginActionsCommandInput,
|
|
196
|
+
ListPluginActionsCommandOutput,
|
|
197
|
+
} from "../commands/ListPluginActionsCommand";
|
|
166
198
|
import {
|
|
167
199
|
ListPluginsCommandInput,
|
|
168
200
|
ListPluginsCommandOutput,
|
|
169
201
|
} from "../commands/ListPluginsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListPluginTypeActionsCommandInput,
|
|
204
|
+
ListPluginTypeActionsCommandOutput,
|
|
205
|
+
} from "../commands/ListPluginTypeActionsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListPluginTypeMetadataCommandInput,
|
|
208
|
+
ListPluginTypeMetadataCommandOutput,
|
|
209
|
+
} from "../commands/ListPluginTypeMetadataCommand";
|
|
170
210
|
import {
|
|
171
211
|
ListRetrieversCommandInput,
|
|
172
212
|
ListRetrieversCommandOutput,
|
|
@@ -187,6 +227,10 @@ import {
|
|
|
187
227
|
PutGroupCommandInput,
|
|
188
228
|
PutGroupCommandOutput,
|
|
189
229
|
} from "../commands/PutGroupCommand";
|
|
230
|
+
import {
|
|
231
|
+
SearchRelevantContentCommandInput,
|
|
232
|
+
SearchRelevantContentCommandOutput,
|
|
233
|
+
} from "../commands/SearchRelevantContentCommand";
|
|
190
234
|
import {
|
|
191
235
|
StartDataSourceSyncJobCommandInput,
|
|
192
236
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -211,6 +255,10 @@ import {
|
|
|
211
255
|
UpdateChatControlsConfigurationCommandInput,
|
|
212
256
|
UpdateChatControlsConfigurationCommandOutput,
|
|
213
257
|
} from "../commands/UpdateChatControlsConfigurationCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateDataAccessorCommandInput,
|
|
260
|
+
UpdateDataAccessorCommandOutput,
|
|
261
|
+
} from "../commands/UpdateDataAccessorCommand";
|
|
214
262
|
import {
|
|
215
263
|
UpdateDataSourceCommandInput,
|
|
216
264
|
UpdateDataSourceCommandOutput,
|
|
@@ -235,6 +283,10 @@ import {
|
|
|
235
283
|
UpdateWebExperienceCommandInput,
|
|
236
284
|
UpdateWebExperienceCommandOutput,
|
|
237
285
|
} from "../commands/UpdateWebExperienceCommand";
|
|
286
|
+
export declare const se_AssociatePermissionCommand: (
|
|
287
|
+
input: AssociatePermissionCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
238
290
|
export declare const se_BatchDeleteDocumentCommand: (
|
|
239
291
|
input: BatchDeleteDocumentCommandInput,
|
|
240
292
|
context: __SerdeContext
|
|
@@ -255,6 +307,10 @@ export declare const se_CreateApplicationCommand: (
|
|
|
255
307
|
input: CreateApplicationCommandInput,
|
|
256
308
|
context: __SerdeContext
|
|
257
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_CreateDataAccessorCommand: (
|
|
311
|
+
input: CreateDataAccessorCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
258
314
|
export declare const se_CreateDataSourceCommand: (
|
|
259
315
|
input: CreateDataSourceCommandInput,
|
|
260
316
|
context: __SerdeContext
|
|
@@ -291,6 +347,10 @@ export declare const se_DeleteConversationCommand: (
|
|
|
291
347
|
input: DeleteConversationCommandInput,
|
|
292
348
|
context: __SerdeContext
|
|
293
349
|
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const se_DeleteDataAccessorCommand: (
|
|
351
|
+
input: DeleteDataAccessorCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
294
354
|
export declare const se_DeleteDataSourceCommand: (
|
|
295
355
|
input: DeleteDataSourceCommandInput,
|
|
296
356
|
context: __SerdeContext
|
|
@@ -319,6 +379,10 @@ export declare const se_DeleteWebExperienceCommand: (
|
|
|
319
379
|
input: DeleteWebExperienceCommandInput,
|
|
320
380
|
context: __SerdeContext
|
|
321
381
|
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_DisassociatePermissionCommand: (
|
|
383
|
+
input: DisassociatePermissionCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
322
386
|
export declare const se_GetApplicationCommand: (
|
|
323
387
|
input: GetApplicationCommandInput,
|
|
324
388
|
context: __SerdeContext
|
|
@@ -327,6 +391,10 @@ export declare const se_GetChatControlsConfigurationCommand: (
|
|
|
327
391
|
input: GetChatControlsConfigurationCommandInput,
|
|
328
392
|
context: __SerdeContext
|
|
329
393
|
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const se_GetDataAccessorCommand: (
|
|
395
|
+
input: GetDataAccessorCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
330
398
|
export declare const se_GetDataSourceCommand: (
|
|
331
399
|
input: GetDataSourceCommandInput,
|
|
332
400
|
context: __SerdeContext
|
|
@@ -347,6 +415,10 @@ export declare const se_GetPluginCommand: (
|
|
|
347
415
|
input: GetPluginCommandInput,
|
|
348
416
|
context: __SerdeContext
|
|
349
417
|
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_GetPolicyCommand: (
|
|
419
|
+
input: GetPolicyCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
350
422
|
export declare const se_GetRetrieverCommand: (
|
|
351
423
|
input: GetRetrieverCommandInput,
|
|
352
424
|
context: __SerdeContext
|
|
@@ -371,6 +443,10 @@ export declare const se_ListConversationsCommand: (
|
|
|
371
443
|
input: ListConversationsCommandInput,
|
|
372
444
|
context: __SerdeContext
|
|
373
445
|
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const se_ListDataAccessorsCommand: (
|
|
447
|
+
input: ListDataAccessorsCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
374
450
|
export declare const se_ListDataSourcesCommand: (
|
|
375
451
|
input: ListDataSourcesCommandInput,
|
|
376
452
|
context: __SerdeContext
|
|
@@ -395,10 +471,22 @@ export declare const se_ListMessagesCommand: (
|
|
|
395
471
|
input: ListMessagesCommandInput,
|
|
396
472
|
context: __SerdeContext
|
|
397
473
|
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const se_ListPluginActionsCommand: (
|
|
475
|
+
input: ListPluginActionsCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
398
478
|
export declare const se_ListPluginsCommand: (
|
|
399
479
|
input: ListPluginsCommandInput,
|
|
400
480
|
context: __SerdeContext
|
|
401
481
|
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const se_ListPluginTypeActionsCommand: (
|
|
483
|
+
input: ListPluginTypeActionsCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_ListPluginTypeMetadataCommand: (
|
|
487
|
+
input: ListPluginTypeMetadataCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
402
490
|
export declare const se_ListRetrieversCommand: (
|
|
403
491
|
input: ListRetrieversCommandInput,
|
|
404
492
|
context: __SerdeContext
|
|
@@ -419,6 +507,10 @@ export declare const se_PutGroupCommand: (
|
|
|
419
507
|
input: PutGroupCommandInput,
|
|
420
508
|
context: __SerdeContext
|
|
421
509
|
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const se_SearchRelevantContentCommand: (
|
|
511
|
+
input: SearchRelevantContentCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
422
514
|
export declare const se_StartDataSourceSyncJobCommand: (
|
|
423
515
|
input: StartDataSourceSyncJobCommandInput,
|
|
424
516
|
context: __SerdeContext
|
|
@@ -443,6 +535,10 @@ export declare const se_UpdateChatControlsConfigurationCommand: (
|
|
|
443
535
|
input: UpdateChatControlsConfigurationCommandInput,
|
|
444
536
|
context: __SerdeContext
|
|
445
537
|
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const se_UpdateDataAccessorCommand: (
|
|
539
|
+
input: UpdateDataAccessorCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
446
542
|
export declare const se_UpdateDataSourceCommand: (
|
|
447
543
|
input: UpdateDataSourceCommandInput,
|
|
448
544
|
context: __SerdeContext
|
|
@@ -467,6 +563,10 @@ export declare const se_UpdateWebExperienceCommand: (
|
|
|
467
563
|
input: UpdateWebExperienceCommandInput,
|
|
468
564
|
context: __SerdeContext
|
|
469
565
|
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const de_AssociatePermissionCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<AssociatePermissionCommandOutput>;
|
|
470
570
|
export declare const de_BatchDeleteDocumentCommand: (
|
|
471
571
|
output: __HttpResponse,
|
|
472
572
|
context: __SerdeContext
|
|
@@ -487,6 +587,10 @@ export declare const de_CreateApplicationCommand: (
|
|
|
487
587
|
output: __HttpResponse,
|
|
488
588
|
context: __SerdeContext
|
|
489
589
|
) => Promise<CreateApplicationCommandOutput>;
|
|
590
|
+
export declare const de_CreateDataAccessorCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<CreateDataAccessorCommandOutput>;
|
|
490
594
|
export declare const de_CreateDataSourceCommand: (
|
|
491
595
|
output: __HttpResponse,
|
|
492
596
|
context: __SerdeContext
|
|
@@ -523,6 +627,10 @@ export declare const de_DeleteConversationCommand: (
|
|
|
523
627
|
output: __HttpResponse,
|
|
524
628
|
context: __SerdeContext
|
|
525
629
|
) => Promise<DeleteConversationCommandOutput>;
|
|
630
|
+
export declare const de_DeleteDataAccessorCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<DeleteDataAccessorCommandOutput>;
|
|
526
634
|
export declare const de_DeleteDataSourceCommand: (
|
|
527
635
|
output: __HttpResponse,
|
|
528
636
|
context: __SerdeContext
|
|
@@ -551,6 +659,10 @@ export declare const de_DeleteWebExperienceCommand: (
|
|
|
551
659
|
output: __HttpResponse,
|
|
552
660
|
context: __SerdeContext
|
|
553
661
|
) => Promise<DeleteWebExperienceCommandOutput>;
|
|
662
|
+
export declare const de_DisassociatePermissionCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<DisassociatePermissionCommandOutput>;
|
|
554
666
|
export declare const de_GetApplicationCommand: (
|
|
555
667
|
output: __HttpResponse,
|
|
556
668
|
context: __SerdeContext
|
|
@@ -559,6 +671,10 @@ export declare const de_GetChatControlsConfigurationCommand: (
|
|
|
559
671
|
output: __HttpResponse,
|
|
560
672
|
context: __SerdeContext
|
|
561
673
|
) => Promise<GetChatControlsConfigurationCommandOutput>;
|
|
674
|
+
export declare const de_GetDataAccessorCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<GetDataAccessorCommandOutput>;
|
|
562
678
|
export declare const de_GetDataSourceCommand: (
|
|
563
679
|
output: __HttpResponse,
|
|
564
680
|
context: __SerdeContext
|
|
@@ -579,6 +695,10 @@ export declare const de_GetPluginCommand: (
|
|
|
579
695
|
output: __HttpResponse,
|
|
580
696
|
context: __SerdeContext
|
|
581
697
|
) => Promise<GetPluginCommandOutput>;
|
|
698
|
+
export declare const de_GetPolicyCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<GetPolicyCommandOutput>;
|
|
582
702
|
export declare const de_GetRetrieverCommand: (
|
|
583
703
|
output: __HttpResponse,
|
|
584
704
|
context: __SerdeContext
|
|
@@ -603,6 +723,10 @@ export declare const de_ListConversationsCommand: (
|
|
|
603
723
|
output: __HttpResponse,
|
|
604
724
|
context: __SerdeContext
|
|
605
725
|
) => Promise<ListConversationsCommandOutput>;
|
|
726
|
+
export declare const de_ListDataAccessorsCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<ListDataAccessorsCommandOutput>;
|
|
606
730
|
export declare const de_ListDataSourcesCommand: (
|
|
607
731
|
output: __HttpResponse,
|
|
608
732
|
context: __SerdeContext
|
|
@@ -627,10 +751,22 @@ export declare const de_ListMessagesCommand: (
|
|
|
627
751
|
output: __HttpResponse,
|
|
628
752
|
context: __SerdeContext
|
|
629
753
|
) => Promise<ListMessagesCommandOutput>;
|
|
754
|
+
export declare const de_ListPluginActionsCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<ListPluginActionsCommandOutput>;
|
|
630
758
|
export declare const de_ListPluginsCommand: (
|
|
631
759
|
output: __HttpResponse,
|
|
632
760
|
context: __SerdeContext
|
|
633
761
|
) => Promise<ListPluginsCommandOutput>;
|
|
762
|
+
export declare const de_ListPluginTypeActionsCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<ListPluginTypeActionsCommandOutput>;
|
|
766
|
+
export declare const de_ListPluginTypeMetadataCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<ListPluginTypeMetadataCommandOutput>;
|
|
634
770
|
export declare const de_ListRetrieversCommand: (
|
|
635
771
|
output: __HttpResponse,
|
|
636
772
|
context: __SerdeContext
|
|
@@ -651,6 +787,10 @@ export declare const de_PutGroupCommand: (
|
|
|
651
787
|
output: __HttpResponse,
|
|
652
788
|
context: __SerdeContext
|
|
653
789
|
) => Promise<PutGroupCommandOutput>;
|
|
790
|
+
export declare const de_SearchRelevantContentCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<SearchRelevantContentCommandOutput>;
|
|
654
794
|
export declare const de_StartDataSourceSyncJobCommand: (
|
|
655
795
|
output: __HttpResponse,
|
|
656
796
|
context: __SerdeContext
|
|
@@ -675,6 +815,10 @@ export declare const de_UpdateChatControlsConfigurationCommand: (
|
|
|
675
815
|
output: __HttpResponse,
|
|
676
816
|
context: __SerdeContext
|
|
677
817
|
) => Promise<UpdateChatControlsConfigurationCommandOutput>;
|
|
818
|
+
export declare const de_UpdateDataAccessorCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<UpdateDataAccessorCommandOutput>;
|
|
678
822
|
export declare const de_UpdateDataSourceCommand: (
|
|
679
823
|
output: __HttpResponse,
|
|
680
824
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.707.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|