@aws-sdk/client-qbusiness 3.699.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 +112 -0
- package/dist-cjs/index.js +1033 -57
- package/dist-es/QBusiness.js +28 -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/GetMediaCommand.js +22 -0
- package/dist-es/commands/GetPolicyCommand.js +22 -0
- package/dist-es/commands/ListAttachmentsCommand.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 +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +100 -53
- package/dist-es/models/models_1.js +54 -0
- package/dist-es/pagination/ListAttachmentsPaginator.js +4 -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 +6 -0
- package/dist-es/protocols/Aws_restJson1.js +574 -4
- package/dist-types/QBusiness.d.ts +99 -0
- package/dist-types/QBusinessClient.d.ts +16 -2
- package/dist-types/commands/AssociatePermissionCommand.d.ts +105 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +8 -3
- package/dist-types/commands/ChatCommand.d.ts +24 -8
- package/dist-types/commands/ChatSyncCommand.d.ts +24 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -14
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +203 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -3
- package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
- package/dist-types/commands/CreatePluginCommand.d.ts +10 -4
- package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +14 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- 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 +3 -3
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeletePluginCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -3
- 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 +7 -2
- package/dist-types/commands/GetGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetIndexCommand.d.ts +3 -3
- package/dist-types/commands/GetMediaCommand.d.ts +105 -0
- 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 +3 -3
- package/dist-types/commands/GetWebExperienceCommand.d.ts +13 -2
- package/dist-types/commands/ListApplicationsCommand.d.ts +10 -1
- package/dist-types/commands/ListAttachmentsCommand.d.ts +121 -0
- 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 +6 -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 +3 -3
- package/dist-types/commands/ListIndicesCommand.d.ts +2 -2
- package/dist-types/commands/ListMessagesCommand.d.ts +8 -4
- 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 +3 -3
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +218 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +5 -4
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +7 -3
- package/dist-types/commands/TagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +13 -10
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +186 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -3
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePluginCommand.d.ts +9 -3
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +14 -3
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1119 -647
- package/dist-types/models/models_1.d.ts +752 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +7 -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 +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/QBusiness.d.ts +239 -0
- package/dist-types/ts3.4/QBusinessClient.d.ts +84 -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/GetMediaCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +50 -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 +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +360 -232
- package/dist-types/ts3.4/models/models_1.d.ts +241 -0
- package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +11 -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 +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
StartDataSourceSyncJobResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { StartDataSourceSyncJobRequest } from "../models/models_0";
|
|
4
|
+
import { StartDataSourceSyncJobResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
QBusinessClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StopDataSourceSyncJobRequest,
|
|
5
5
|
StopDataSourceSyncJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QBusinessClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
QBusinessClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateChatControlsConfigurationRequest,
|
|
5
5
|
UpdateChatControlsConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QBusinessClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateDataAccessorResponse } from "../models/models_0";
|
|
4
|
+
import { UpdateDataAccessorRequest } from "../models/models_1";
|
|
5
|
+
import {
|
|
6
|
+
QBusinessClientResolvedConfig,
|
|
7
|
+
ServiceInputTypes,
|
|
8
|
+
ServiceOutputTypes,
|
|
9
|
+
} from "../QBusinessClient";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface UpdateDataAccessorCommandInput
|
|
13
|
+
extends UpdateDataAccessorRequest {}
|
|
14
|
+
export interface UpdateDataAccessorCommandOutput
|
|
15
|
+
extends UpdateDataAccessorResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const UpdateDataAccessorCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateDataAccessorCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateDataAccessorCommandInput,
|
|
22
|
+
UpdateDataAccessorCommandOutput,
|
|
23
|
+
QBusinessClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateDataAccessorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateDataAccessorCommandInput,
|
|
31
|
+
UpdateDataAccessorCommandOutput,
|
|
32
|
+
QBusinessClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class UpdateDataAccessorCommand extends UpdateDataAccessorCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: UpdateDataAccessorRequest;
|
|
42
|
+
output: {};
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: UpdateDataAccessorCommandInput;
|
|
46
|
+
output: UpdateDataAccessorCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateUserRequest, UpdateUserResponse } from "../models/
|
|
3
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
QBusinessClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -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,35 +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";
|
|
32
|
+
export * from "./GetMediaCommand";
|
|
27
33
|
export * from "./GetPluginCommand";
|
|
34
|
+
export * from "./GetPolicyCommand";
|
|
28
35
|
export * from "./GetRetrieverCommand";
|
|
29
36
|
export * from "./GetUserCommand";
|
|
30
37
|
export * from "./GetWebExperienceCommand";
|
|
31
38
|
export * from "./ListApplicationsCommand";
|
|
39
|
+
export * from "./ListAttachmentsCommand";
|
|
32
40
|
export * from "./ListConversationsCommand";
|
|
41
|
+
export * from "./ListDataAccessorsCommand";
|
|
33
42
|
export * from "./ListDataSourceSyncJobsCommand";
|
|
34
43
|
export * from "./ListDataSourcesCommand";
|
|
35
44
|
export * from "./ListDocumentsCommand";
|
|
36
45
|
export * from "./ListGroupsCommand";
|
|
37
46
|
export * from "./ListIndicesCommand";
|
|
38
47
|
export * from "./ListMessagesCommand";
|
|
48
|
+
export * from "./ListPluginActionsCommand";
|
|
49
|
+
export * from "./ListPluginTypeActionsCommand";
|
|
50
|
+
export * from "./ListPluginTypeMetadataCommand";
|
|
39
51
|
export * from "./ListPluginsCommand";
|
|
40
52
|
export * from "./ListRetrieversCommand";
|
|
41
53
|
export * from "./ListTagsForResourceCommand";
|
|
42
54
|
export * from "./ListWebExperiencesCommand";
|
|
43
55
|
export * from "./PutFeedbackCommand";
|
|
44
56
|
export * from "./PutGroupCommand";
|
|
57
|
+
export * from "./SearchRelevantContentCommand";
|
|
45
58
|
export * from "./StartDataSourceSyncJobCommand";
|
|
46
59
|
export * from "./StopDataSourceSyncJobCommand";
|
|
47
60
|
export * from "./TagResourceCommand";
|
|
48
61
|
export * from "./UntagResourceCommand";
|
|
49
62
|
export * from "./UpdateApplicationCommand";
|
|
50
63
|
export * from "./UpdateChatControlsConfigurationCommand";
|
|
64
|
+
export * from "./UpdateDataAccessorCommand";
|
|
51
65
|
export * from "./UpdateDataSourceCommand";
|
|
52
66
|
export * from "./UpdateIndexCommand";
|
|
53
67
|
export * from "./UpdatePluginCommand";
|