@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "../commands/ListDataAccessorsCommand";
|
|
3
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDataAccessors: (config: QBusinessPaginationConfiguration, input: ListDataAccessorsCommandInput, ...rest: any[]) => Paginator<ListDataAccessorsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "../commands/ListPluginActionsCommand";
|
|
3
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPluginActions: (config: QBusinessPaginationConfiguration, input: ListPluginActionsCommandInput, ...rest: any[]) => Paginator<ListPluginActionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "../commands/ListPluginTypeActionsCommand";
|
|
3
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPluginTypeActions: (config: QBusinessPaginationConfiguration, input: ListPluginTypeActionsCommandInput, ...rest: any[]) => Paginator<ListPluginTypeActionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "../commands/ListPluginTypeMetadataCommand";
|
|
3
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPluginTypeMetadata: (config: QBusinessPaginationConfiguration, input: ListPluginTypeMetadataCommandInput, ...rest: any[]) => Paginator<ListPluginTypeMetadataCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "../commands/SearchRelevantContentCommand";
|
|
3
|
+
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchRelevantContent: (config: QBusinessPaginationConfiguration, input: SearchRelevantContentCommandInput, ...rest: any[]) => 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";
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "../commands/AssociatePermissionCommand";
|
|
3
4
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "../commands/BatchDeleteDocumentCommand";
|
|
4
5
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "../commands/BatchPutDocumentCommand";
|
|
5
6
|
import { ChatCommandInput, ChatCommandOutput } from "../commands/ChatCommand";
|
|
6
7
|
import { ChatSyncCommandInput, ChatSyncCommandOutput } from "../commands/ChatSyncCommand";
|
|
7
8
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
9
|
+
import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "../commands/CreateDataAccessorCommand";
|
|
8
10
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
9
11
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
|
|
10
12
|
import { CreatePluginCommandInput, CreatePluginCommandOutput } from "../commands/CreatePluginCommand";
|
|
@@ -14,6 +16,7 @@ import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } fro
|
|
|
14
16
|
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
15
17
|
import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "../commands/DeleteChatControlsConfigurationCommand";
|
|
16
18
|
import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "../commands/DeleteConversationCommand";
|
|
19
|
+
import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "../commands/DeleteDataAccessorCommand";
|
|
17
20
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
18
21
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
19
22
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/DeleteIndexCommand";
|
|
@@ -21,43 +24,56 @@ import { DeletePluginCommandInput, DeletePluginCommandOutput } from "../commands
|
|
|
21
24
|
import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "../commands/DeleteRetrieverCommand";
|
|
22
25
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
23
26
|
import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "../commands/DeleteWebExperienceCommand";
|
|
27
|
+
import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "../commands/DisassociatePermissionCommand";
|
|
24
28
|
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
25
29
|
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "../commands/GetChatControlsConfigurationCommand";
|
|
30
|
+
import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "../commands/GetDataAccessorCommand";
|
|
26
31
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
|
|
27
32
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
28
33
|
import { GetIndexCommandInput, GetIndexCommandOutput } from "../commands/GetIndexCommand";
|
|
29
34
|
import { GetMediaCommandInput, GetMediaCommandOutput } from "../commands/GetMediaCommand";
|
|
30
35
|
import { GetPluginCommandInput, GetPluginCommandOutput } from "../commands/GetPluginCommand";
|
|
36
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
31
37
|
import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "../commands/GetRetrieverCommand";
|
|
32
38
|
import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
|
|
33
39
|
import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "../commands/GetWebExperienceCommand";
|
|
34
40
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
35
41
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
|
|
36
42
|
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "../commands/ListConversationsCommand";
|
|
43
|
+
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "../commands/ListDataAccessorsCommand";
|
|
37
44
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
38
45
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
|
|
39
46
|
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
|
|
40
47
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
41
48
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
|
|
42
49
|
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
|
|
50
|
+
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "../commands/ListPluginActionsCommand";
|
|
43
51
|
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
|
|
52
|
+
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "../commands/ListPluginTypeActionsCommand";
|
|
53
|
+
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "../commands/ListPluginTypeMetadataCommand";
|
|
44
54
|
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "../commands/ListRetrieversCommand";
|
|
45
55
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
46
56
|
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "../commands/ListWebExperiencesCommand";
|
|
47
57
|
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/PutFeedbackCommand";
|
|
48
58
|
import { PutGroupCommandInput, PutGroupCommandOutput } from "../commands/PutGroupCommand";
|
|
59
|
+
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "../commands/SearchRelevantContentCommand";
|
|
49
60
|
import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "../commands/StartDataSourceSyncJobCommand";
|
|
50
61
|
import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "../commands/StopDataSourceSyncJobCommand";
|
|
51
62
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
52
63
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
53
64
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
54
65
|
import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "../commands/UpdateChatControlsConfigurationCommand";
|
|
66
|
+
import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "../commands/UpdateDataAccessorCommand";
|
|
55
67
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
56
68
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "../commands/UpdateIndexCommand";
|
|
57
69
|
import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "../commands/UpdatePluginCommand";
|
|
58
70
|
import { UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput } from "../commands/UpdateRetrieverCommand";
|
|
59
71
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
60
72
|
import { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "../commands/UpdateWebExperienceCommand";
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1AssociatePermissionCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_AssociatePermissionCommand: (input: AssociatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
77
|
/**
|
|
62
78
|
* serializeAws_restJson1BatchDeleteDocumentCommand
|
|
63
79
|
*/
|
|
@@ -78,6 +94,10 @@ export declare const se_ChatSyncCommand: (input: ChatSyncCommandInput, context:
|
|
|
78
94
|
* serializeAws_restJson1CreateApplicationCommand
|
|
79
95
|
*/
|
|
80
96
|
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1CreateDataAccessorCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_CreateDataAccessorCommand: (input: CreateDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
101
|
/**
|
|
82
102
|
* serializeAws_restJson1CreateDataSourceCommand
|
|
83
103
|
*/
|
|
@@ -114,6 +134,10 @@ export declare const se_DeleteChatControlsConfigurationCommand: (input: DeleteCh
|
|
|
114
134
|
* serializeAws_restJson1DeleteConversationCommand
|
|
115
135
|
*/
|
|
116
136
|
export declare const se_DeleteConversationCommand: (input: DeleteConversationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1DeleteDataAccessorCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_DeleteDataAccessorCommand: (input: DeleteDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
141
|
/**
|
|
118
142
|
* serializeAws_restJson1DeleteDataSourceCommand
|
|
119
143
|
*/
|
|
@@ -142,6 +166,10 @@ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, conte
|
|
|
142
166
|
* serializeAws_restJson1DeleteWebExperienceCommand
|
|
143
167
|
*/
|
|
144
168
|
export declare const se_DeleteWebExperienceCommand: (input: DeleteWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* serializeAws_restJson1DisassociatePermissionCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const se_DisassociatePermissionCommand: (input: DisassociatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
173
|
/**
|
|
146
174
|
* serializeAws_restJson1GetApplicationCommand
|
|
147
175
|
*/
|
|
@@ -150,6 +178,10 @@ export declare const se_GetApplicationCommand: (input: GetApplicationCommandInpu
|
|
|
150
178
|
* serializeAws_restJson1GetChatControlsConfigurationCommand
|
|
151
179
|
*/
|
|
152
180
|
export declare const se_GetChatControlsConfigurationCommand: (input: GetChatControlsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1GetDataAccessorCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_GetDataAccessorCommand: (input: GetDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
185
|
/**
|
|
154
186
|
* serializeAws_restJson1GetDataSourceCommand
|
|
155
187
|
*/
|
|
@@ -170,6 +202,10 @@ export declare const se_GetMediaCommand: (input: GetMediaCommandInput, context:
|
|
|
170
202
|
* serializeAws_restJson1GetPluginCommand
|
|
171
203
|
*/
|
|
172
204
|
export declare const se_GetPluginCommand: (input: GetPluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
/**
|
|
206
|
+
* serializeAws_restJson1GetPolicyCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
209
|
/**
|
|
174
210
|
* serializeAws_restJson1GetRetrieverCommand
|
|
175
211
|
*/
|
|
@@ -194,6 +230,10 @@ export declare const se_ListAttachmentsCommand: (input: ListAttachmentsCommandIn
|
|
|
194
230
|
* serializeAws_restJson1ListConversationsCommand
|
|
195
231
|
*/
|
|
196
232
|
export declare const se_ListConversationsCommand: (input: ListConversationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
/**
|
|
234
|
+
* serializeAws_restJson1ListDataAccessorsCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const se_ListDataAccessorsCommand: (input: ListDataAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
237
|
/**
|
|
198
238
|
* serializeAws_restJson1ListDataSourcesCommand
|
|
199
239
|
*/
|
|
@@ -218,10 +258,22 @@ export declare const se_ListIndicesCommand: (input: ListIndicesCommandInput, con
|
|
|
218
258
|
* serializeAws_restJson1ListMessagesCommand
|
|
219
259
|
*/
|
|
220
260
|
export declare const se_ListMessagesCommand: (input: ListMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_restJson1ListPluginActionsCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_ListPluginActionsCommand: (input: ListPluginActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
265
|
/**
|
|
222
266
|
* serializeAws_restJson1ListPluginsCommand
|
|
223
267
|
*/
|
|
224
268
|
export declare const se_ListPluginsCommand: (input: ListPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_restJson1ListPluginTypeActionsCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_ListPluginTypeActionsCommand: (input: ListPluginTypeActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* serializeAws_restJson1ListPluginTypeMetadataCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const se_ListPluginTypeMetadataCommand: (input: ListPluginTypeMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
277
|
/**
|
|
226
278
|
* serializeAws_restJson1ListRetrieversCommand
|
|
227
279
|
*/
|
|
@@ -242,6 +294,10 @@ export declare const se_PutFeedbackCommand: (input: PutFeedbackCommandInput, con
|
|
|
242
294
|
* serializeAws_restJson1PutGroupCommand
|
|
243
295
|
*/
|
|
244
296
|
export declare const se_PutGroupCommand: (input: PutGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
+
/**
|
|
298
|
+
* serializeAws_restJson1SearchRelevantContentCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const se_SearchRelevantContentCommand: (input: SearchRelevantContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
301
|
/**
|
|
246
302
|
* serializeAws_restJson1StartDataSourceSyncJobCommand
|
|
247
303
|
*/
|
|
@@ -266,6 +322,10 @@ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationComma
|
|
|
266
322
|
* serializeAws_restJson1UpdateChatControlsConfigurationCommand
|
|
267
323
|
*/
|
|
268
324
|
export declare const se_UpdateChatControlsConfigurationCommand: (input: UpdateChatControlsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
+
/**
|
|
326
|
+
* serializeAws_restJson1UpdateDataAccessorCommand
|
|
327
|
+
*/
|
|
328
|
+
export declare const se_UpdateDataAccessorCommand: (input: UpdateDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
329
|
/**
|
|
270
330
|
* serializeAws_restJson1UpdateDataSourceCommand
|
|
271
331
|
*/
|
|
@@ -290,6 +350,10 @@ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, conte
|
|
|
290
350
|
* serializeAws_restJson1UpdateWebExperienceCommand
|
|
291
351
|
*/
|
|
292
352
|
export declare const se_UpdateWebExperienceCommand: (input: UpdateWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
|
+
/**
|
|
354
|
+
* deserializeAws_restJson1AssociatePermissionCommand
|
|
355
|
+
*/
|
|
356
|
+
export declare const de_AssociatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePermissionCommandOutput>;
|
|
293
357
|
/**
|
|
294
358
|
* deserializeAws_restJson1BatchDeleteDocumentCommand
|
|
295
359
|
*/
|
|
@@ -310,6 +374,10 @@ export declare const de_ChatSyncCommand: (output: __HttpResponse, context: __Ser
|
|
|
310
374
|
* deserializeAws_restJson1CreateApplicationCommand
|
|
311
375
|
*/
|
|
312
376
|
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
377
|
+
/**
|
|
378
|
+
* deserializeAws_restJson1CreateDataAccessorCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const de_CreateDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataAccessorCommandOutput>;
|
|
313
381
|
/**
|
|
314
382
|
* deserializeAws_restJson1CreateDataSourceCommand
|
|
315
383
|
*/
|
|
@@ -346,6 +414,10 @@ export declare const de_DeleteChatControlsConfigurationCommand: (output: __HttpR
|
|
|
346
414
|
* deserializeAws_restJson1DeleteConversationCommand
|
|
347
415
|
*/
|
|
348
416
|
export declare const de_DeleteConversationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConversationCommandOutput>;
|
|
417
|
+
/**
|
|
418
|
+
* deserializeAws_restJson1DeleteDataAccessorCommand
|
|
419
|
+
*/
|
|
420
|
+
export declare const de_DeleteDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataAccessorCommandOutput>;
|
|
349
421
|
/**
|
|
350
422
|
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
351
423
|
*/
|
|
@@ -374,6 +446,10 @@ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __S
|
|
|
374
446
|
* deserializeAws_restJson1DeleteWebExperienceCommand
|
|
375
447
|
*/
|
|
376
448
|
export declare const de_DeleteWebExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebExperienceCommandOutput>;
|
|
449
|
+
/**
|
|
450
|
+
* deserializeAws_restJson1DisassociatePermissionCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const de_DisassociatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePermissionCommandOutput>;
|
|
377
453
|
/**
|
|
378
454
|
* deserializeAws_restJson1GetApplicationCommand
|
|
379
455
|
*/
|
|
@@ -382,6 +458,10 @@ export declare const de_GetApplicationCommand: (output: __HttpResponse, context:
|
|
|
382
458
|
* deserializeAws_restJson1GetChatControlsConfigurationCommand
|
|
383
459
|
*/
|
|
384
460
|
export declare const de_GetChatControlsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatControlsConfigurationCommandOutput>;
|
|
461
|
+
/**
|
|
462
|
+
* deserializeAws_restJson1GetDataAccessorCommand
|
|
463
|
+
*/
|
|
464
|
+
export declare const de_GetDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataAccessorCommandOutput>;
|
|
385
465
|
/**
|
|
386
466
|
* deserializeAws_restJson1GetDataSourceCommand
|
|
387
467
|
*/
|
|
@@ -402,6 +482,10 @@ export declare const de_GetMediaCommand: (output: __HttpResponse, context: __Ser
|
|
|
402
482
|
* deserializeAws_restJson1GetPluginCommand
|
|
403
483
|
*/
|
|
404
484
|
export declare const de_GetPluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPluginCommandOutput>;
|
|
485
|
+
/**
|
|
486
|
+
* deserializeAws_restJson1GetPolicyCommand
|
|
487
|
+
*/
|
|
488
|
+
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
405
489
|
/**
|
|
406
490
|
* deserializeAws_restJson1GetRetrieverCommand
|
|
407
491
|
*/
|
|
@@ -426,6 +510,10 @@ export declare const de_ListAttachmentsCommand: (output: __HttpResponse, context
|
|
|
426
510
|
* deserializeAws_restJson1ListConversationsCommand
|
|
427
511
|
*/
|
|
428
512
|
export declare const de_ListConversationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsCommandOutput>;
|
|
513
|
+
/**
|
|
514
|
+
* deserializeAws_restJson1ListDataAccessorsCommand
|
|
515
|
+
*/
|
|
516
|
+
export declare const de_ListDataAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataAccessorsCommandOutput>;
|
|
429
517
|
/**
|
|
430
518
|
* deserializeAws_restJson1ListDataSourcesCommand
|
|
431
519
|
*/
|
|
@@ -450,10 +538,22 @@ export declare const de_ListIndicesCommand: (output: __HttpResponse, context: __
|
|
|
450
538
|
* deserializeAws_restJson1ListMessagesCommand
|
|
451
539
|
*/
|
|
452
540
|
export declare const de_ListMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessagesCommandOutput>;
|
|
541
|
+
/**
|
|
542
|
+
* deserializeAws_restJson1ListPluginActionsCommand
|
|
543
|
+
*/
|
|
544
|
+
export declare const de_ListPluginActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginActionsCommandOutput>;
|
|
453
545
|
/**
|
|
454
546
|
* deserializeAws_restJson1ListPluginsCommand
|
|
455
547
|
*/
|
|
456
548
|
export declare const de_ListPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginsCommandOutput>;
|
|
549
|
+
/**
|
|
550
|
+
* deserializeAws_restJson1ListPluginTypeActionsCommand
|
|
551
|
+
*/
|
|
552
|
+
export declare const de_ListPluginTypeActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginTypeActionsCommandOutput>;
|
|
553
|
+
/**
|
|
554
|
+
* deserializeAws_restJson1ListPluginTypeMetadataCommand
|
|
555
|
+
*/
|
|
556
|
+
export declare const de_ListPluginTypeMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginTypeMetadataCommandOutput>;
|
|
457
557
|
/**
|
|
458
558
|
* deserializeAws_restJson1ListRetrieversCommand
|
|
459
559
|
*/
|
|
@@ -474,6 +574,10 @@ export declare const de_PutFeedbackCommand: (output: __HttpResponse, context: __
|
|
|
474
574
|
* deserializeAws_restJson1PutGroupCommand
|
|
475
575
|
*/
|
|
476
576
|
export declare const de_PutGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupCommandOutput>;
|
|
577
|
+
/**
|
|
578
|
+
* deserializeAws_restJson1SearchRelevantContentCommand
|
|
579
|
+
*/
|
|
580
|
+
export declare const de_SearchRelevantContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRelevantContentCommandOutput>;
|
|
477
581
|
/**
|
|
478
582
|
* deserializeAws_restJson1StartDataSourceSyncJobCommand
|
|
479
583
|
*/
|
|
@@ -498,6 +602,10 @@ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, conte
|
|
|
498
602
|
* deserializeAws_restJson1UpdateChatControlsConfigurationCommand
|
|
499
603
|
*/
|
|
500
604
|
export declare const de_UpdateChatControlsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChatControlsConfigurationCommandOutput>;
|
|
605
|
+
/**
|
|
606
|
+
* deserializeAws_restJson1UpdateDataAccessorCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const de_UpdateDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataAccessorCommandOutput>;
|
|
501
609
|
/**
|
|
502
610
|
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
503
611
|
*/
|