@aws-sdk/client-qbusiness 3.787.0 → 3.796.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 +9 -39
- package/dist-cjs/index.js +55 -5
- package/dist-es/QBusiness.js +2 -0
- package/dist-es/commands/CheckDocumentAccessCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +32 -0
- package/dist-types/QBusiness.d.ts +8 -39
- package/dist-types/QBusinessClient.d.ts +4 -41
- package/dist-types/commands/AssociatePermissionCommand.d.ts +7 -15
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +7 -29
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -13
- package/dist-types/commands/ChatCommand.d.ts +8 -17
- package/dist-types/commands/ChatSyncCommand.d.ts +8 -17
- package/dist-types/commands/CheckDocumentAccessCommand.d.ts +145 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +7 -27
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +7 -18
- package/dist-types/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/commands/CreateIndexCommand.d.ts +7 -21
- package/dist-types/commands/CreatePluginCommand.d.ts +6 -12
- package/dist-types/commands/CreateRetrieverCommand.d.ts +6 -12
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +7 -18
- package/dist-types/commands/CreateUserCommand.d.ts +7 -14
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +6 -12
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -12
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +6 -12
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +5 -10
- package/dist-types/commands/DeleteConversationCommand.d.ts +6 -12
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +7 -14
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +7 -15
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -21
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -12
- package/dist-types/commands/DeletePluginCommand.d.ts +6 -12
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +6 -12
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -12
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +6 -12
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +7 -14
- package/dist-types/commands/GetApplicationCommand.d.ts +5 -10
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +6 -12
- package/dist-types/commands/GetDataAccessorCommand.d.ts +6 -14
- package/dist-types/commands/GetDataSourceCommand.d.ts +5 -10
- package/dist-types/commands/GetGroupCommand.d.ts +6 -12
- package/dist-types/commands/GetIndexCommand.d.ts +5 -10
- package/dist-types/commands/GetMediaCommand.d.ts +7 -16
- package/dist-types/commands/GetPluginCommand.d.ts +5 -10
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -12
- package/dist-types/commands/GetRetrieverCommand.d.ts +6 -12
- package/dist-types/commands/GetUserCommand.d.ts +7 -14
- package/dist-types/commands/GetWebExperienceCommand.d.ts +5 -10
- package/dist-types/commands/ListApplicationsCommand.d.ts +5 -15
- package/dist-types/commands/ListAttachmentsCommand.d.ts +6 -12
- package/dist-types/commands/ListConversationsCommand.d.ts +6 -12
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +6 -13
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -12
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -10
- package/dist-types/commands/ListDocumentsCommand.d.ts +7 -11
- package/dist-types/commands/ListGroupsCommand.d.ts +7 -13
- package/dist-types/commands/ListIndicesCommand.d.ts +5 -10
- package/dist-types/commands/ListMessagesCommand.d.ts +7 -13
- package/dist-types/commands/ListPluginActionsCommand.d.ts +6 -12
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +5 -10
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +4 -8
- package/dist-types/commands/ListPluginsCommand.d.ts +5 -10
- package/dist-types/commands/ListRetrieversCommand.d.ts +5 -10
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -12
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +5 -10
- package/dist-types/commands/PutFeedbackCommand.d.ts +6 -12
- package/dist-types/commands/PutGroupCommand.d.ts +7 -23
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +7 -18
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +7 -14
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +7 -14
- package/dist-types/commands/TagResourceCommand.d.ts +7 -15
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -10
- package/dist-types/commands/UpdateApplicationCommand.d.ts +7 -25
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -14
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +7 -15
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -12
- package/dist-types/commands/UpdateIndexCommand.d.ts +6 -12
- package/dist-types/commands/UpdatePluginCommand.d.ts +6 -12
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +6 -12
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +7 -16
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -12
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +6 -12
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -39
- package/dist-types/models/models_0.d.ts +500 -1228
- package/dist-types/models/models_1.d.ts +257 -181
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QBusiness.d.ts +17 -0
- package/dist-types/ts3.4/QBusinessClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -51
- package/dist-types/ts3.4/models/models_1.d.ts +55 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +5 -5
|
@@ -27,8 +27,7 @@ declare const PutFeedbackCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables your end user to provide feedback on their Amazon Q Business generated chat
|
|
31
|
-
* responses.</p>
|
|
30
|
+
* <p>Enables your end user to provide feedback on their Amazon Q Business generated chat responses.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -61,24 +60,19 @@ declare const PutFeedbackCommand_base: {
|
|
|
61
60
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
65
|
-
* permission policies and user accounts and try again.</p>
|
|
63
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
66
64
|
*
|
|
67
65
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
69
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
66
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
70
67
|
*
|
|
71
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
73
|
-
* provided the correct resource and try again.</p>
|
|
69
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
74
70
|
*
|
|
75
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
77
|
-
* again.</p>
|
|
72
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
78
73
|
*
|
|
79
74
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
81
|
-
* correct input and try again.</p>
|
|
75
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link QBusinessServiceException}
|
|
84
78
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,17 +27,7 @@ declare const PutGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Create, or updates, a mapping of users—who have access to a document—to
|
|
31
|
-
* groups.</p>
|
|
32
|
-
* <p>You can also map sub groups to groups. For example, the group "Company Intellectual
|
|
33
|
-
* Property Teams" includes sub groups "Research" and "Engineering". These sub groups
|
|
34
|
-
* include their own list of users or people who work in these teams. Only users who work
|
|
35
|
-
* in research and engineering, and therefore belong in the intellectual property group,
|
|
36
|
-
* can see top-secret company documents in their Amazon Q Business chat results.</p>
|
|
37
|
-
* <p>There are two options for creating groups, either passing group members inline or using an S3 file via the
|
|
38
|
-
* S3PathForGroupMembers field. For inline groups, there is a limit of 1000 members per group and for provided S3 files
|
|
39
|
-
* there is a limit of 100 thousand members. When creating a group using an S3 file, you provide both
|
|
40
|
-
* an S3 file and a <code>RoleArn</code> for Amazon Q Buisness to access the file.</p>
|
|
30
|
+
* <p>Create, or updates, a mapping of users—who have access to a document—to groups.</p> <p>You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q Business chat results.</p> <p>There are two options for creating groups, either passing group members inline or using an S3 file via the S3PathForGroupMembers field. For inline groups, there is a limit of 1000 members per group and for provided S3 files there is a limit of 100 thousand members. When creating a group using an S3 file, you provide both an S3 file and a <code>RoleArn</code> for Amazon Q Buisness to access the file.</p>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -83,31 +73,25 @@ declare const PutGroupCommand_base: {
|
|
|
83
73
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
84
74
|
*
|
|
85
75
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
87
|
-
* permission policies and user accounts and try again.</p>
|
|
76
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
88
77
|
*
|
|
89
78
|
* @throws {@link ConflictException} (client fault)
|
|
90
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
91
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
79
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
92
80
|
*
|
|
93
81
|
* @throws {@link InternalServerException} (server fault)
|
|
94
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
95
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
82
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
96
83
|
*
|
|
97
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
85
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
100
86
|
*
|
|
101
87
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
102
88
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
103
89
|
*
|
|
104
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
105
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
106
|
-
* again.</p>
|
|
91
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
107
92
|
*
|
|
108
93
|
* @throws {@link ValidationException} (client fault)
|
|
109
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
110
|
-
* correct input and try again.</p>
|
|
94
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
111
95
|
*
|
|
112
96
|
* @throws {@link QBusinessServiceException}
|
|
113
97
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,12 +27,7 @@ declare const SearchRelevantContentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Searches for relevant content in a Amazon Q Business application based on a query. This operation takes a
|
|
31
|
-
* search query text, the Amazon Q Business application identifier, and optional filters
|
|
32
|
-
* (such as content source and maximum results) as input. It returns a list of
|
|
33
|
-
* relevant content items, where each item includes the content text, the unique document identifier,
|
|
34
|
-
* the document title, the document URI, any relevant document attributes, and score attributes
|
|
35
|
-
* indicating the confidence level of the relevance.</p>
|
|
30
|
+
* <p>Searches for relevant content in a Amazon Q Business application based on a query. This operation takes a search query text, the Amazon Q Business application identifier, and optional filters (such as content source and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -170,28 +165,22 @@ declare const SearchRelevantContentCommand_base: {
|
|
|
170
165
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
171
166
|
*
|
|
172
167
|
* @throws {@link AccessDeniedException} (client fault)
|
|
173
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
174
|
-
* permission policies and user accounts and try again.</p>
|
|
168
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
175
169
|
*
|
|
176
170
|
* @throws {@link InternalServerException} (server fault)
|
|
177
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
178
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
171
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
179
172
|
*
|
|
180
173
|
* @throws {@link LicenseNotFoundException} (client fault)
|
|
181
|
-
* <p>You don't have permissions to perform the action because your license is inactive. Ask
|
|
182
|
-
* your admin to activate your license and try again after your licence is active.</p>
|
|
174
|
+
* <p>You don't have permissions to perform the action because your license is inactive. Ask your admin to activate your license and try again after your licence is active.</p>
|
|
183
175
|
*
|
|
184
176
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
185
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
186
|
-
* provided the correct resource and try again.</p>
|
|
177
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
187
178
|
*
|
|
188
179
|
* @throws {@link ThrottlingException} (client fault)
|
|
189
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
190
|
-
* again.</p>
|
|
180
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
191
181
|
*
|
|
192
182
|
* @throws {@link ValidationException} (client fault)
|
|
193
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
194
|
-
* correct input and try again.</p>
|
|
183
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
195
184
|
*
|
|
196
185
|
* @throws {@link QBusinessServiceException}
|
|
197
186
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,8 +27,7 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts a data source connector synchronization job. If a synchronization job is
|
|
31
|
-
* already in progress, Amazon Q Business returns a <code>ConflictException</code>.</p>
|
|
30
|
+
* <p>Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q Business returns a <code>ConflictException</code>.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -55,31 +54,25 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
55
54
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
59
|
-
* permission policies and user accounts and try again.</p>
|
|
57
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
63
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
60
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
67
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
71
|
-
* provided the correct resource and try again.</p>
|
|
66
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
74
69
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
75
70
|
*
|
|
76
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
78
|
-
* again.</p>
|
|
72
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
79
73
|
*
|
|
80
74
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
82
|
-
* correct input and try again.</p>
|
|
75
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
83
76
|
*
|
|
84
77
|
* @throws {@link QBusinessServiceException}
|
|
85
78
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,8 +27,7 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops an Amazon Q Business data source connector synchronization job already in
|
|
31
|
-
* progress.</p>
|
|
30
|
+
* <p>Stops an Amazon Q Business data source connector synchronization job already in progress.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -53,28 +52,22 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
53
52
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
54
53
|
*
|
|
55
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
57
|
-
* permission policies and user accounts and try again.</p>
|
|
55
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
58
56
|
*
|
|
59
57
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
61
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
58
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
62
59
|
*
|
|
63
60
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
65
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
66
62
|
*
|
|
67
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
64
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
70
65
|
*
|
|
71
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
73
|
-
* again.</p>
|
|
67
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link ValidationException} (client fault)
|
|
76
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
77
|
-
* correct input and try again.</p>
|
|
70
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
78
71
|
*
|
|
79
72
|
* @throws {@link QBusinessServiceException}
|
|
80
73
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,9 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds the specified tag to the specified Amazon Q Business application or data source
|
|
31
|
-
* resource. If the tag already exists, the existing value is replaced with the new
|
|
32
|
-
* value.</p>
|
|
30
|
+
* <p>Adds the specified tag to the specified Amazon Q Business application or data source resource. If the tag already exists, the existing value is replaced with the new value.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -58,28 +56,22 @@ declare const TagResourceCommand_base: {
|
|
|
58
56
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
62
|
-
* permission policies and user accounts and try again.</p>
|
|
59
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link ConflictException} (client fault)
|
|
65
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
66
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
62
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
67
63
|
*
|
|
68
64
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
70
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
65
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
71
66
|
*
|
|
72
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
68
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
75
69
|
*
|
|
76
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
78
|
-
* again.</p>
|
|
71
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
79
72
|
*
|
|
80
73
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
82
|
-
* correct input and try again.</p>
|
|
74
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
83
75
|
*
|
|
84
76
|
* @throws {@link QBusinessServiceException}
|
|
85
77
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -53,24 +53,19 @@ declare const UntagResourceCommand_base: {
|
|
|
53
53
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
57
|
-
* permission policies and user accounts and try again.</p>
|
|
56
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
58
57
|
*
|
|
59
58
|
* @throws {@link InternalServerException} (server fault)
|
|
60
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
61
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
59
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
62
60
|
*
|
|
63
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
62
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
66
63
|
*
|
|
67
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
69
|
-
* again.</p>
|
|
65
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
70
66
|
*
|
|
71
67
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
73
|
-
* correct input and try again.</p>
|
|
68
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
74
69
|
*
|
|
75
70
|
* @throws {@link QBusinessServiceException}
|
|
76
71
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,19 +27,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing Amazon Q Business application.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Amazon Q Business applications may securely transmit data for processing across
|
|
33
|
-
* Amazon Web Services Regions within your geography. For more information, see
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cross-region-inference.html">Cross region
|
|
35
|
-
* inference in Amazon Q Business</a>.</p>
|
|
36
|
-
* </note>
|
|
37
|
-
* <note>
|
|
38
|
-
* <p>An Amazon Q Apps service-linked role will be created if it's absent in the
|
|
39
|
-
* Amazon Web Services account when <code>QAppsConfiguration</code> is enabled in
|
|
40
|
-
* the request. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html">Using
|
|
41
|
-
* service-linked roles for Q Apps</a>. </p>
|
|
42
|
-
* </note>
|
|
30
|
+
* <p>Updates an existing Amazon Q Business application.</p> <note> <p>Amazon Q Business applications may securely transmit data for processing across Amazon Web Services Regions within your geography. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cross-region-inference.html">Cross region inference in Amazon Q Business</a>.</p> </note> <note> <p>An Amazon Q Apps service-linked role will be created if it's absent in the Amazon Web Services account when <code>QAppsConfiguration</code> is enabled in the request. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html">Using service-linked roles for Q Apps</a>. </p> </note>
|
|
43
31
|
* @example
|
|
44
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
33
|
* ```javascript
|
|
@@ -79,28 +67,22 @@ declare const UpdateApplicationCommand_base: {
|
|
|
79
67
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
80
68
|
*
|
|
81
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
82
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
83
|
-
* permission policies and user accounts and try again.</p>
|
|
70
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
84
71
|
*
|
|
85
72
|
* @throws {@link ConflictException} (client fault)
|
|
86
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
87
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
73
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
88
74
|
*
|
|
89
75
|
* @throws {@link InternalServerException} (server fault)
|
|
90
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
91
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
76
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
92
77
|
*
|
|
93
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
79
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
96
80
|
*
|
|
97
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
99
|
-
* again.</p>
|
|
82
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
100
83
|
*
|
|
101
84
|
* @throws {@link ValidationException} (client fault)
|
|
102
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
103
|
-
* correct input and try again.</p>
|
|
85
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
104
86
|
*
|
|
105
87
|
* @throws {@link QBusinessServiceException}
|
|
106
88
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateChatControlsConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a set of chat controls configured for an existing Amazon Q Business
|
|
31
|
-
* application.</p>
|
|
30
|
+
* <p>Updates a set of chat controls configured for an existing Amazon Q Business application.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -157,31 +156,25 @@ declare const UpdateChatControlsConfigurationCommand_base: {
|
|
|
157
156
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
158
157
|
*
|
|
159
158
|
* @throws {@link AccessDeniedException} (client fault)
|
|
160
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
161
|
-
* permission policies and user accounts and try again.</p>
|
|
159
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
162
160
|
*
|
|
163
161
|
* @throws {@link ConflictException} (client fault)
|
|
164
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
165
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
162
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
166
163
|
*
|
|
167
164
|
* @throws {@link InternalServerException} (server fault)
|
|
168
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
169
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
165
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
170
166
|
*
|
|
171
167
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
172
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
173
|
-
* provided the correct resource and try again.</p>
|
|
168
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
174
169
|
*
|
|
175
170
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
176
171
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
177
172
|
*
|
|
178
173
|
* @throws {@link ThrottlingException} (client fault)
|
|
179
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
180
|
-
* again.</p>
|
|
174
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
181
175
|
*
|
|
182
176
|
* @throws {@link ValidationException} (client fault)
|
|
183
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
184
|
-
* correct input and try again.</p>
|
|
177
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
185
178
|
*
|
|
186
179
|
* @throws {@link QBusinessServiceException}
|
|
187
180
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -28,9 +28,7 @@ declare const UpdateDataAccessorCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
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>
|
|
31
|
+
* <p>Updates an existing data accessor. This operation allows modifying the action configurations (the allowed actions and associated filters) and the display name of the data accessor. It does not allow changing the IAM role associated with the data accessor or other core properties of the data accessor.</p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -143,28 +141,22 @@ declare const UpdateDataAccessorCommand_base: {
|
|
|
143
141
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
144
142
|
*
|
|
145
143
|
* @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>
|
|
144
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
148
145
|
*
|
|
149
146
|
* @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>
|
|
147
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
152
148
|
*
|
|
153
149
|
* @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>
|
|
150
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
156
151
|
*
|
|
157
152
|
* @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>
|
|
153
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
160
154
|
*
|
|
161
155
|
* @throws {@link ThrottlingException} (client fault)
|
|
162
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
163
|
-
* again.</p>
|
|
156
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
164
157
|
*
|
|
165
158
|
* @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>
|
|
159
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
168
160
|
*
|
|
169
161
|
* @throws {@link QBusinessServiceException}
|
|
170
162
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -141,28 +141,22 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
141
141
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link AccessDeniedException} (client fault)
|
|
144
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
145
|
-
* permission policies and user accounts and try again.</p>
|
|
144
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
146
145
|
*
|
|
147
146
|
* @throws {@link ConflictException} (client fault)
|
|
148
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
149
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
147
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
150
148
|
*
|
|
151
149
|
* @throws {@link InternalServerException} (server fault)
|
|
152
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
153
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
150
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
154
151
|
*
|
|
155
152
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
156
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
157
|
-
* provided the correct resource and try again.</p>
|
|
153
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
158
154
|
*
|
|
159
155
|
* @throws {@link ThrottlingException} (client fault)
|
|
160
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
161
|
-
* again.</p>
|
|
156
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
162
157
|
*
|
|
163
158
|
* @throws {@link ValidationException} (client fault)
|
|
164
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
165
|
-
* correct input and try again.</p>
|
|
159
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
166
160
|
*
|
|
167
161
|
* @throws {@link QBusinessServiceException}
|
|
168
162
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -63,31 +63,25 @@ declare const UpdateIndexCommand_base: {
|
|
|
63
63
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
67
|
-
* permission policies and user accounts and try again.</p>
|
|
66
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ConflictException} (client fault)
|
|
70
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
71
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
69
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
72
70
|
*
|
|
73
71
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
75
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
72
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
75
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
80
76
|
*
|
|
81
77
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
82
78
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
83
79
|
*
|
|
84
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
86
|
-
* again.</p>
|
|
81
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
87
82
|
*
|
|
88
83
|
* @throws {@link ValidationException} (client fault)
|
|
89
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
90
|
-
* correct input and try again.</p>
|
|
84
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
91
85
|
*
|
|
92
86
|
* @throws {@link QBusinessServiceException}
|
|
93
87
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -82,31 +82,25 @@ declare const UpdatePluginCommand_base: {
|
|
|
82
82
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
86
|
-
* permission policies and user accounts and try again.</p>
|
|
85
|
+
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link ConflictException} (client fault)
|
|
89
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
90
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
88
|
+
* <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
|
|
91
89
|
*
|
|
92
90
|
* @throws {@link InternalServerException} (server fault)
|
|
93
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
94
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
91
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
95
92
|
*
|
|
96
93
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
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>
|
|
94
|
+
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
|
|
99
95
|
*
|
|
100
96
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
101
97
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
102
98
|
*
|
|
103
99
|
* @throws {@link ThrottlingException} (client fault)
|
|
104
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
105
|
-
* again.</p>
|
|
100
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
106
101
|
*
|
|
107
102
|
* @throws {@link ValidationException} (client fault)
|
|
108
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
109
|
-
* correct input and try again.</p>
|
|
103
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
110
104
|
*
|
|
111
105
|
* @throws {@link QBusinessServiceException}
|
|
112
106
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|