@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StartDataSourceSyncJobRequest
|
|
3
|
+
import { StartDataSourceSyncJobRequest } from "../models/models_0";
|
|
4
|
+
import { StartDataSourceSyncJobResponse } from "../models/models_1";
|
|
4
5
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -67,8 +68,8 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
67
68
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
71
|
-
* resource and try again.</p>
|
|
71
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
72
|
+
* provided the correct resource and try again.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
74
75
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -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 { StopDataSourceSyncJobRequest, StopDataSourceSyncJobResponse } from "../models/
|
|
3
|
+
import { StopDataSourceSyncJobRequest, StopDataSourceSyncJobResponse } from "../models/models_1";
|
|
4
4
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -65,8 +65,8 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
65
65
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
69
|
-
* resource and try again.</p>
|
|
68
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
69
|
+
* provided the correct resource and try again.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
72
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -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 { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -70,8 +70,8 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
74
|
-
* resource and try again.</p>
|
|
73
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
74
|
+
* provided the correct resource and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
77
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
3
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
4
4
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -61,8 +61,8 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
65
|
-
* resource and try again.</p>
|
|
64
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
65
|
+
* provided the correct resource and try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
68
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -91,8 +91,8 @@ declare const UpdateApplicationCommand_base: {
|
|
|
91
91
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
94
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
95
|
-
* resource and try again.</p>
|
|
94
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
95
|
+
* provided the correct resource and try again.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
98
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -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 { UpdateChatControlsConfigurationRequest, UpdateChatControlsConfigurationResponse } from "../models/
|
|
3
|
+
import { UpdateChatControlsConfigurationRequest, UpdateChatControlsConfigurationResponse } from "../models/models_1";
|
|
4
4
|
import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -163,8 +163,8 @@ declare const UpdateChatControlsConfigurationCommand_base: {
|
|
|
163
163
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
164
164
|
*
|
|
165
165
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
166
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
167
|
-
* resource and try again.</p>
|
|
166
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
167
|
+
* provided the correct resource and try again.</p>
|
|
168
168
|
*
|
|
169
169
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
170
170
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -0,0 +1,186 @@
|
|
|
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 { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export type { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*
|
|
14
|
+
* The input for {@link UpdateDataAccessorCommand}.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateDataAccessorCommandInput extends UpdateDataAccessorRequest {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*
|
|
21
|
+
* The output of {@link UpdateDataAccessorCommand}.
|
|
22
|
+
*/
|
|
23
|
+
export interface UpdateDataAccessorCommandOutput extends UpdateDataAccessorResponse, __MetadataBearer {
|
|
24
|
+
}
|
|
25
|
+
declare const UpdateDataAccessorCommand_base: {
|
|
26
|
+
new (input: UpdateDataAccessorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (__0_0: UpdateDataAccessorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* <p>Updates an existing data accessor. This operation allows modifying the action configurations
|
|
32
|
+
* (the allowed actions and associated filters) and the display name of the data accessor.
|
|
33
|
+
* It does not allow changing the IAM role associated with the data accessor or other core properties of the data accessor.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { QBusinessClient, UpdateDataAccessorCommand } from "@aws-sdk/client-qbusiness"; // ES Modules import
|
|
38
|
+
* // const { QBusinessClient, UpdateDataAccessorCommand } = require("@aws-sdk/client-qbusiness"); // CommonJS import
|
|
39
|
+
* const client = new QBusinessClient(config);
|
|
40
|
+
* const input = { // UpdateDataAccessorRequest
|
|
41
|
+
* applicationId: "STRING_VALUE", // required
|
|
42
|
+
* dataAccessorId: "STRING_VALUE", // required
|
|
43
|
+
* actionConfigurations: [ // ActionConfigurationList // required
|
|
44
|
+
* { // ActionConfiguration
|
|
45
|
+
* action: "STRING_VALUE", // required
|
|
46
|
+
* filterConfiguration: { // ActionFilterConfiguration
|
|
47
|
+
* documentAttributeFilter: { // AttributeFilter
|
|
48
|
+
* andAllFilters: [ // AttributeFilters
|
|
49
|
+
* {
|
|
50
|
+
* andAllFilters: [
|
|
51
|
+
* "<AttributeFilter>",
|
|
52
|
+
* ],
|
|
53
|
+
* orAllFilters: [
|
|
54
|
+
* "<AttributeFilter>",
|
|
55
|
+
* ],
|
|
56
|
+
* notFilter: "<AttributeFilter>",
|
|
57
|
+
* equalsTo: { // DocumentAttribute
|
|
58
|
+
* name: "STRING_VALUE", // required
|
|
59
|
+
* value: { // DocumentAttributeValue Union: only one key present
|
|
60
|
+
* stringValue: "STRING_VALUE",
|
|
61
|
+
* stringListValue: [ // DocumentAttributeStringListValue
|
|
62
|
+
* "STRING_VALUE",
|
|
63
|
+
* ],
|
|
64
|
+
* longValue: Number("long"),
|
|
65
|
+
* dateValue: new Date("TIMESTAMP"),
|
|
66
|
+
* },
|
|
67
|
+
* },
|
|
68
|
+
* containsAll: {
|
|
69
|
+
* name: "STRING_VALUE", // required
|
|
70
|
+
* value: {// Union: only one key present
|
|
71
|
+
* stringValue: "STRING_VALUE",
|
|
72
|
+
* stringListValue: [
|
|
73
|
+
* "STRING_VALUE",
|
|
74
|
+
* ],
|
|
75
|
+
* longValue: Number("long"),
|
|
76
|
+
* dateValue: new Date("TIMESTAMP"),
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
79
|
+
* containsAny: {
|
|
80
|
+
* name: "STRING_VALUE", // required
|
|
81
|
+
* value: {// Union: only one key present
|
|
82
|
+
* stringValue: "STRING_VALUE",
|
|
83
|
+
* stringListValue: [
|
|
84
|
+
* "STRING_VALUE",
|
|
85
|
+
* ],
|
|
86
|
+
* longValue: Number("long"),
|
|
87
|
+
* dateValue: new Date("TIMESTAMP"),
|
|
88
|
+
* },
|
|
89
|
+
* },
|
|
90
|
+
* greaterThan: {
|
|
91
|
+
* name: "STRING_VALUE", // required
|
|
92
|
+
* value: {// Union: only one key present
|
|
93
|
+
* stringValue: "STRING_VALUE",
|
|
94
|
+
* stringListValue: [
|
|
95
|
+
* "STRING_VALUE",
|
|
96
|
+
* ],
|
|
97
|
+
* longValue: Number("long"),
|
|
98
|
+
* dateValue: new Date("TIMESTAMP"),
|
|
99
|
+
* },
|
|
100
|
+
* },
|
|
101
|
+
* greaterThanOrEquals: {
|
|
102
|
+
* name: "STRING_VALUE", // required
|
|
103
|
+
* value: {// Union: only one key present
|
|
104
|
+
* stringValue: "STRING_VALUE",
|
|
105
|
+
* stringListValue: [
|
|
106
|
+
* "STRING_VALUE",
|
|
107
|
+
* ],
|
|
108
|
+
* longValue: Number("long"),
|
|
109
|
+
* dateValue: new Date("TIMESTAMP"),
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* lessThan: "<DocumentAttribute>",
|
|
113
|
+
* lessThanOrEquals: "<DocumentAttribute>",
|
|
114
|
+
* },
|
|
115
|
+
* ],
|
|
116
|
+
* orAllFilters: [
|
|
117
|
+
* "<AttributeFilter>",
|
|
118
|
+
* ],
|
|
119
|
+
* notFilter: "<AttributeFilter>",
|
|
120
|
+
* equalsTo: "<DocumentAttribute>",
|
|
121
|
+
* containsAll: "<DocumentAttribute>",
|
|
122
|
+
* containsAny: "<DocumentAttribute>",
|
|
123
|
+
* greaterThan: "<DocumentAttribute>",
|
|
124
|
+
* greaterThanOrEquals: "<DocumentAttribute>",
|
|
125
|
+
* lessThan: "<DocumentAttribute>",
|
|
126
|
+
* lessThanOrEquals: "<DocumentAttribute>",
|
|
127
|
+
* },
|
|
128
|
+
* },
|
|
129
|
+
* },
|
|
130
|
+
* ],
|
|
131
|
+
* displayName: "STRING_VALUE",
|
|
132
|
+
* };
|
|
133
|
+
* const command = new UpdateDataAccessorCommand(input);
|
|
134
|
+
* const response = await client.send(command);
|
|
135
|
+
* // {};
|
|
136
|
+
*
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* @param UpdateDataAccessorCommandInput - {@link UpdateDataAccessorCommandInput}
|
|
140
|
+
* @returns {@link UpdateDataAccessorCommandOutput}
|
|
141
|
+
* @see {@link UpdateDataAccessorCommandInput} for command's `input` shape.
|
|
142
|
+
* @see {@link UpdateDataAccessorCommandOutput} for command's `response` shape.
|
|
143
|
+
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
144
|
+
*
|
|
145
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
146
|
+
* <p> You don't have access to perform this action. Make sure you have the required
|
|
147
|
+
* permission policies and user accounts and try again.</p>
|
|
148
|
+
*
|
|
149
|
+
* @throws {@link ConflictException} (client fault)
|
|
150
|
+
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
151
|
+
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
152
|
+
*
|
|
153
|
+
* @throws {@link InternalServerException} (server fault)
|
|
154
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
155
|
+
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
158
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
159
|
+
* provided the correct resource and try again.</p>
|
|
160
|
+
*
|
|
161
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
162
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
163
|
+
* again.</p>
|
|
164
|
+
*
|
|
165
|
+
* @throws {@link ValidationException} (client fault)
|
|
166
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
167
|
+
* correct input and try again.</p>
|
|
168
|
+
*
|
|
169
|
+
* @throws {@link QBusinessServiceException}
|
|
170
|
+
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
171
|
+
*
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export declare class UpdateDataAccessorCommand extends UpdateDataAccessorCommand_base {
|
|
175
|
+
/** @internal type navigation helper, not in runtime. */
|
|
176
|
+
protected static __types: {
|
|
177
|
+
api: {
|
|
178
|
+
input: UpdateDataAccessorRequest;
|
|
179
|
+
output: {};
|
|
180
|
+
};
|
|
181
|
+
sdk: {
|
|
182
|
+
input: UpdateDataAccessorCommandInput;
|
|
183
|
+
output: UpdateDataAccessorCommandOutput;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
}
|
|
@@ -147,8 +147,8 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
147
147
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
148
148
|
*
|
|
149
149
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
150
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
151
|
-
* resource and try again.</p>
|
|
150
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
151
|
+
* provided the correct resource and try again.</p>
|
|
152
152
|
*
|
|
153
153
|
* @throws {@link ThrottlingException} (client fault)
|
|
154
154
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -75,8 +75,8 @@ declare const UpdateIndexCommand_base: {
|
|
|
75
75
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
79
|
-
* resource and try again.</p>
|
|
78
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
79
|
+
* provided the correct resource and try again.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
82
82
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -59,8 +59,14 @@ declare const UpdatePluginCommand_base: {
|
|
|
59
59
|
* oAuth2ClientCredentialConfiguration: { // OAuth2ClientCredentialConfiguration
|
|
60
60
|
* secretArn: "STRING_VALUE", // required
|
|
61
61
|
* roleArn: "STRING_VALUE", // required
|
|
62
|
+
* authorizationUrl: "STRING_VALUE",
|
|
63
|
+
* tokenUrl: "STRING_VALUE",
|
|
62
64
|
* },
|
|
63
65
|
* noAuthConfiguration: {},
|
|
66
|
+
* idcAuthConfiguration: { // IdcAuthConfiguration
|
|
67
|
+
* idcApplicationArn: "STRING_VALUE", // required
|
|
68
|
+
* roleArn: "STRING_VALUE", // required
|
|
69
|
+
* },
|
|
64
70
|
* },
|
|
65
71
|
* };
|
|
66
72
|
* const command = new UpdatePluginCommand(input);
|
|
@@ -88,8 +94,8 @@ declare const UpdatePluginCommand_base: {
|
|
|
88
94
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
89
95
|
*
|
|
90
96
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
92
|
-
* resource and try again.</p>
|
|
97
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
98
|
+
* provided the correct resource and try again.</p>
|
|
93
99
|
*
|
|
94
100
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
101
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -94,8 +94,8 @@ declare const UpdateRetrieverCommand_base: {
|
|
|
94
94
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
98
|
-
* resource and try again.</p>
|
|
97
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
98
|
+
* provided the correct resource and try again.</p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
101
101
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -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 { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -95,8 +95,8 @@ declare const UpdateUserCommand_base: {
|
|
|
95
95
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
99
|
-
* resource and try again.</p>
|
|
98
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
99
|
+
* provided the correct resource and try again.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
102
102
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
@@ -67,6 +67,12 @@ declare const UpdateWebExperienceCommand_base: {
|
|
|
67
67
|
* "STRING_VALUE",
|
|
68
68
|
* ],
|
|
69
69
|
* },
|
|
70
|
+
* customizationConfiguration: { // CustomizationConfiguration
|
|
71
|
+
* customCSSUrl: "STRING_VALUE",
|
|
72
|
+
* logoUrl: "STRING_VALUE",
|
|
73
|
+
* fontUrl: "STRING_VALUE",
|
|
74
|
+
* faviconUrl: "STRING_VALUE",
|
|
75
|
+
* },
|
|
70
76
|
* };
|
|
71
77
|
* const command = new UpdateWebExperienceCommand(input);
|
|
72
78
|
* const response = await client.send(command);
|
|
@@ -93,8 +99,8 @@ declare const UpdateWebExperienceCommand_base: {
|
|
|
93
99
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
94
100
|
*
|
|
95
101
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
|
-
* <p>The resource you want to use doesn’t exist. Make sure you have
|
|
97
|
-
* resource and try again.</p>
|
|
102
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
103
|
+
* provided the correct resource and try again.</p>
|
|
98
104
|
*
|
|
99
105
|
* @throws {@link ThrottlingException} (client fault)
|
|
100
106
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
export * from "./AssociatePermissionCommand";
|
|
1
2
|
export * from "./BatchDeleteDocumentCommand";
|
|
2
3
|
export * from "./BatchPutDocumentCommand";
|
|
3
4
|
export * from "./ChatCommand";
|
|
4
5
|
export * from "./ChatSyncCommand";
|
|
5
6
|
export * from "./CreateApplicationCommand";
|
|
7
|
+
export * from "./CreateDataAccessorCommand";
|
|
6
8
|
export * from "./CreateDataSourceCommand";
|
|
7
9
|
export * from "./CreateIndexCommand";
|
|
8
10
|
export * from "./CreatePluginCommand";
|
|
@@ -12,6 +14,7 @@ export * from "./CreateWebExperienceCommand";
|
|
|
12
14
|
export * from "./DeleteApplicationCommand";
|
|
13
15
|
export * from "./DeleteChatControlsConfigurationCommand";
|
|
14
16
|
export * from "./DeleteConversationCommand";
|
|
17
|
+
export * from "./DeleteDataAccessorCommand";
|
|
15
18
|
export * from "./DeleteDataSourceCommand";
|
|
16
19
|
export * from "./DeleteGroupCommand";
|
|
17
20
|
export * from "./DeleteIndexCommand";
|
|
@@ -19,37 +22,46 @@ export * from "./DeletePluginCommand";
|
|
|
19
22
|
export * from "./DeleteRetrieverCommand";
|
|
20
23
|
export * from "./DeleteUserCommand";
|
|
21
24
|
export * from "./DeleteWebExperienceCommand";
|
|
25
|
+
export * from "./DisassociatePermissionCommand";
|
|
22
26
|
export * from "./GetApplicationCommand";
|
|
23
27
|
export * from "./GetChatControlsConfigurationCommand";
|
|
28
|
+
export * from "./GetDataAccessorCommand";
|
|
24
29
|
export * from "./GetDataSourceCommand";
|
|
25
30
|
export * from "./GetGroupCommand";
|
|
26
31
|
export * from "./GetIndexCommand";
|
|
27
32
|
export * from "./GetMediaCommand";
|
|
28
33
|
export * from "./GetPluginCommand";
|
|
34
|
+
export * from "./GetPolicyCommand";
|
|
29
35
|
export * from "./GetRetrieverCommand";
|
|
30
36
|
export * from "./GetUserCommand";
|
|
31
37
|
export * from "./GetWebExperienceCommand";
|
|
32
38
|
export * from "./ListApplicationsCommand";
|
|
33
39
|
export * from "./ListAttachmentsCommand";
|
|
34
40
|
export * from "./ListConversationsCommand";
|
|
41
|
+
export * from "./ListDataAccessorsCommand";
|
|
35
42
|
export * from "./ListDataSourceSyncJobsCommand";
|
|
36
43
|
export * from "./ListDataSourcesCommand";
|
|
37
44
|
export * from "./ListDocumentsCommand";
|
|
38
45
|
export * from "./ListGroupsCommand";
|
|
39
46
|
export * from "./ListIndicesCommand";
|
|
40
47
|
export * from "./ListMessagesCommand";
|
|
48
|
+
export * from "./ListPluginActionsCommand";
|
|
49
|
+
export * from "./ListPluginTypeActionsCommand";
|
|
50
|
+
export * from "./ListPluginTypeMetadataCommand";
|
|
41
51
|
export * from "./ListPluginsCommand";
|
|
42
52
|
export * from "./ListRetrieversCommand";
|
|
43
53
|
export * from "./ListTagsForResourceCommand";
|
|
44
54
|
export * from "./ListWebExperiencesCommand";
|
|
45
55
|
export * from "./PutFeedbackCommand";
|
|
46
56
|
export * from "./PutGroupCommand";
|
|
57
|
+
export * from "./SearchRelevantContentCommand";
|
|
47
58
|
export * from "./StartDataSourceSyncJobCommand";
|
|
48
59
|
export * from "./StopDataSourceSyncJobCommand";
|
|
49
60
|
export * from "./TagResourceCommand";
|
|
50
61
|
export * from "./UntagResourceCommand";
|
|
51
62
|
export * from "./UpdateApplicationCommand";
|
|
52
63
|
export * from "./UpdateChatControlsConfigurationCommand";
|
|
64
|
+
export * from "./UpdateDataAccessorCommand";
|
|
53
65
|
export * from "./UpdateDataSourceCommand";
|
|
54
66
|
export * from "./UpdateIndexCommand";
|
|
55
67
|
export * from "./UpdatePluginCommand";
|