@aws-sdk/client-qbusiness 3.782.0 → 3.793.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 +69 -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 +8 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +34 -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 +9 -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 +9 -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 -11
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +6 -11
- 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 +10 -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 +8 -10
- 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 +542 -1258
- package/dist-types/models/models_1.d.ts +309 -175
- 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 +1 -1
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -64
- package/dist-types/ts3.4/models/models_1.d.ts +73 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +5 -5
|
@@ -92,31 +92,25 @@ declare const CreatePluginCommand_base: {
|
|
|
92
92
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link AccessDeniedException} (client fault)
|
|
95
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
96
|
-
* permission policies and user accounts and try again.</p>
|
|
95
|
+
* <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>
|
|
97
96
|
*
|
|
98
97
|
* @throws {@link ConflictException} (client fault)
|
|
99
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
100
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
98
|
+
* <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>
|
|
101
99
|
*
|
|
102
100
|
* @throws {@link InternalServerException} (server fault)
|
|
103
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
104
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
101
|
+
* <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>
|
|
105
102
|
*
|
|
106
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
108
|
-
* provided the correct resource and try again.</p>
|
|
104
|
+
* <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>
|
|
109
105
|
*
|
|
110
106
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
111
107
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
112
108
|
*
|
|
113
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
115
|
-
* again.</p>
|
|
110
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
116
111
|
*
|
|
117
112
|
* @throws {@link ValidationException} (client fault)
|
|
118
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
119
|
-
* correct input and try again.</p>
|
|
113
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
120
114
|
*
|
|
121
115
|
* @throws {@link QBusinessServiceException}
|
|
122
116
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -92,31 +92,25 @@ declare const CreateRetrieverCommand_base: {
|
|
|
92
92
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link AccessDeniedException} (client fault)
|
|
95
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
96
|
-
* permission policies and user accounts and try again.</p>
|
|
95
|
+
* <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>
|
|
97
96
|
*
|
|
98
97
|
* @throws {@link ConflictException} (client fault)
|
|
99
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
100
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
98
|
+
* <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>
|
|
101
99
|
*
|
|
102
100
|
* @throws {@link InternalServerException} (server fault)
|
|
103
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
104
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
101
|
+
* <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>
|
|
105
102
|
*
|
|
106
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
108
|
-
* provided the correct resource and try again.</p>
|
|
104
|
+
* <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>
|
|
109
105
|
*
|
|
110
106
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
111
107
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
112
108
|
*
|
|
113
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
115
|
-
* again.</p>
|
|
110
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
116
111
|
*
|
|
117
112
|
* @throws {@link ValidationException} (client fault)
|
|
118
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
119
|
-
* correct input and try again.</p>
|
|
113
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
120
114
|
*
|
|
121
115
|
* @throws {@link QBusinessServiceException}
|
|
122
116
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,12 +27,7 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Subscribes an IAM Identity Center user or a group to a pricing tier for an
|
|
31
|
-
* Amazon Q Business application.</p>
|
|
32
|
-
* <p>Amazon Q Business offers two subscription tiers: <code>Q_LITE</code> and
|
|
33
|
-
* <code>Q_BUSINESS</code>. Subscription tier determines feature access for the user.
|
|
34
|
-
* For more information on subscriptions and pricing tiers, see <a href="https://aws.amazon.com/q/business/pricing/">Amazon Q Business
|
|
35
|
-
* pricing</a>.</p>
|
|
30
|
+
* <p>Subscribes an IAM Identity Center user or a group to a pricing tier for an Amazon Q Business application.</p> <p>Amazon Q Business offers two subscription tiers: <code>Q_LITE</code> and <code>Q_BUSINESS</code>. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see <a href="https://aws.amazon.com/q/business/pricing/">Amazon Q Business pricing</a>.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -70,28 +65,22 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
70
65
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
71
66
|
*
|
|
72
67
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
74
|
-
* permission policies and user accounts and try again.</p>
|
|
68
|
+
* <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>
|
|
75
69
|
*
|
|
76
70
|
* @throws {@link ConflictException} (client fault)
|
|
77
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
78
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
71
|
+
* <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>
|
|
79
72
|
*
|
|
80
73
|
* @throws {@link InternalServerException} (server fault)
|
|
81
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
82
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
74
|
+
* <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>
|
|
83
75
|
*
|
|
84
76
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
86
|
-
* provided the correct resource and try again.</p>
|
|
77
|
+
* <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>
|
|
87
78
|
*
|
|
88
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
90
|
-
* again.</p>
|
|
80
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
91
81
|
*
|
|
92
82
|
* @throws {@link ValidationException} (client fault)
|
|
93
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
94
|
-
* correct input and try again.</p>
|
|
83
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
95
84
|
*
|
|
96
85
|
* @throws {@link QBusinessServiceException}
|
|
97
86
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a universally unique identifier (UUID) mapped to a list of local user ids
|
|
31
|
-
* within an application.</p>
|
|
30
|
+
* <p>Creates a universally unique identifier (UUID) mapped to a list of local user ids within an 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
|
|
@@ -60,31 +59,25 @@ declare const CreateUserCommand_base: {
|
|
|
60
59
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
64
|
-
* permission policies and user accounts and try again.</p>
|
|
62
|
+
* <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>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link ConflictException} (client fault)
|
|
67
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
68
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
65
|
+
* <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>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link InternalServerException} (server fault)
|
|
71
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
72
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
68
|
+
* <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>
|
|
73
69
|
*
|
|
74
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
76
|
-
* provided the correct resource and try again.</p>
|
|
71
|
+
* <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>
|
|
77
72
|
*
|
|
78
73
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
79
74
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
80
75
|
*
|
|
81
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
83
|
-
* again.</p>
|
|
77
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
84
78
|
*
|
|
85
79
|
* @throws {@link ValidationException} (client fault)
|
|
86
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
87
|
-
* correct input and try again.</p>
|
|
80
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
88
81
|
*
|
|
89
82
|
* @throws {@link QBusinessServiceException}
|
|
90
83
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -88,31 +88,25 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
88
88
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link AccessDeniedException} (client fault)
|
|
91
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
92
|
-
* permission policies and user accounts and try again.</p>
|
|
91
|
+
* <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>
|
|
93
92
|
*
|
|
94
93
|
* @throws {@link ConflictException} (client fault)
|
|
95
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
96
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
94
|
+
* <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>
|
|
97
95
|
*
|
|
98
96
|
* @throws {@link InternalServerException} (server fault)
|
|
99
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
100
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
97
|
+
* <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>
|
|
101
98
|
*
|
|
102
99
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
104
|
-
* provided the correct resource and try again.</p>
|
|
100
|
+
* <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>
|
|
105
101
|
*
|
|
106
102
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
107
103
|
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
108
104
|
*
|
|
109
105
|
* @throws {@link ThrottlingException} (client fault)
|
|
110
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
111
|
-
* again.</p>
|
|
106
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
112
107
|
*
|
|
113
108
|
* @throws {@link ValidationException} (client fault)
|
|
114
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
115
|
-
* correct input and try again.</p>
|
|
109
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
116
110
|
*
|
|
117
111
|
* @throws {@link QBusinessServiceException}
|
|
118
112
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -50,28 +50,22 @@ declare const DeleteApplicationCommand_base: {
|
|
|
50
50
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
54
|
-
* permission policies and user accounts and try again.</p>
|
|
53
|
+
* <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>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
58
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
56
|
+
* <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>
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
|
-
* 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>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
66
|
-
* 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>
|
|
67
63
|
*
|
|
68
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
70
|
-
* again.</p>
|
|
65
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
71
66
|
*
|
|
72
67
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
|
-
* 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>
|
|
75
69
|
*
|
|
76
70
|
* @throws {@link QBusinessServiceException}
|
|
77
71
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -53,28 +53,22 @@ declare const DeleteAttachmentCommand_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 LicenseNotFoundException} (client fault)
|
|
64
|
-
* <p>You don't have permissions to perform the action because your license is inactive. Ask
|
|
65
|
-
* your admin to activate your license and try again after your licence is active.</p>
|
|
62
|
+
* <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>
|
|
66
63
|
*
|
|
67
64
|
* @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>
|
|
65
|
+
* <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
66
|
*
|
|
71
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
73
|
-
* again.</p>
|
|
68
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
74
69
|
*
|
|
75
70
|
* @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>
|
|
71
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
78
72
|
*
|
|
79
73
|
* @throws {@link QBusinessServiceException}
|
|
80
74
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -50,24 +50,19 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
50
50
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
54
|
-
* permission policies and user accounts and try again.</p>
|
|
53
|
+
* <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>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link InternalServerException} (server fault)
|
|
57
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
58
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
56
|
+
* <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>
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
62
|
-
* provided the correct resource and try again.</p>
|
|
59
|
+
* <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>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
66
|
-
* again.</p>
|
|
62
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
67
63
|
*
|
|
68
64
|
* @throws {@link ValidationException} (client fault)
|
|
69
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
70
|
-
* correct input and try again.</p>
|
|
65
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
71
66
|
*
|
|
72
67
|
* @throws {@link QBusinessServiceException}
|
|
73
68
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -52,28 +52,22 @@ declare const DeleteConversationCommand_base: {
|
|
|
52
52
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
56
|
-
* 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>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link InternalServerException} (server fault)
|
|
59
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
60
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
58
|
+
* <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>
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link LicenseNotFoundException} (client fault)
|
|
63
|
-
* <p>You don't have permissions to perform the action because your license is inactive. Ask
|
|
64
|
-
* your admin to activate your license and try again after your licence is active.</p>
|
|
61
|
+
* <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>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
68
|
-
* 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>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
72
|
-
* again.</p>
|
|
67
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
73
68
|
*
|
|
74
69
|
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
76
|
-
* 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>
|
|
77
71
|
*
|
|
78
72
|
* @throws {@link QBusinessServiceException}
|
|
79
73
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,8 +27,7 @@ declare const DeleteDataAccessorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a specified data accessor. This operation permanently removes the data accessor
|
|
31
|
-
* and its associated IAM Identity Center application. Any access granted to the ISV through this data accessor will be revoked.</p>
|
|
30
|
+
* <p>Deletes a specified data accessor. This operation permanently removes the data accessor and its associated IAM Identity Center application. Any access granted to the ISV through this data accessor will be revoked.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -52,28 +51,22 @@ declare const DeleteDataAccessorCommand_base: {
|
|
|
52
51
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
53
52
|
*
|
|
54
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
56
|
-
* permission policies and user accounts and try again.</p>
|
|
54
|
+
* <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>
|
|
57
55
|
*
|
|
58
56
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
60
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
57
|
+
* <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>
|
|
61
58
|
*
|
|
62
59
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
64
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
60
|
+
* <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>
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
68
|
-
* provided the correct resource and try again.</p>
|
|
63
|
+
* <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>
|
|
69
64
|
*
|
|
70
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
72
|
-
* again.</p>
|
|
66
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
73
67
|
*
|
|
74
68
|
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
76
|
-
* correct input and try again.</p>
|
|
69
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
77
70
|
*
|
|
78
71
|
* @throws {@link QBusinessServiceException}
|
|
79
72
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an Amazon Q Business data source connector. While the data source is being
|
|
31
|
-
* deleted, the <code>Status</code> field returned by a call to the
|
|
32
|
-
* <code>DescribeDataSource</code> API is set to <code>DELETING</code>. </p>
|
|
30
|
+
* <p>Deletes an Amazon Q Business data source connector. While the data source is being deleted, the <code>Status</code> field returned by a call to the <code>DescribeDataSource</code> API is set to <code>DELETING</code>. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -54,28 +52,22 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
54
52
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
55
53
|
*
|
|
56
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
58
|
-
* 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>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
62
|
-
* 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>
|
|
63
59
|
*
|
|
64
60
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
66
|
-
* 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>
|
|
67
62
|
*
|
|
68
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
70
|
-
* 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>
|
|
71
65
|
*
|
|
72
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
74
|
-
* again.</p>
|
|
67
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
75
68
|
*
|
|
76
69
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
78
|
-
* 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>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link QBusinessServiceException}
|
|
81
73
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -27,15 +27,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a group so that all users and sub groups that belong to the group can no
|
|
31
|
-
* longer access documents only available to that group. For example, after deleting the
|
|
32
|
-
* group "Summer Interns", all interns who belonged to that group no longer see intern-only
|
|
33
|
-
* documents in their chat results. </p>
|
|
34
|
-
* <p>If you want to delete, update, or replace users or sub groups of a group, you need to
|
|
35
|
-
* use the <code>PutGroup</code> operation. For example, if a user in the group
|
|
36
|
-
* "Engineering" leaves the engineering team and another user takes their place, you
|
|
37
|
-
* provide an updated list of users or sub groups that belong to the "Engineering" group
|
|
38
|
-
* when calling <code>PutGroup</code>.</p>
|
|
30
|
+
* <p>Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group. For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their chat results. </p> <p>If you want to delete, update, or replace users or sub groups of a group, you need to use the <code>PutGroup</code> operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling <code>PutGroup</code>.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -61,28 +53,22 @@ declare const DeleteGroupCommand_base: {
|
|
|
61
53
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
62
54
|
*
|
|
63
55
|
* @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>
|
|
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>
|
|
66
57
|
*
|
|
67
58
|
* @throws {@link ConflictException} (client fault)
|
|
68
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
69
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
59
|
+
* <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>
|
|
70
60
|
*
|
|
71
61
|
* @throws {@link InternalServerException} (server fault)
|
|
72
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
73
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
62
|
+
* <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>
|
|
74
63
|
*
|
|
75
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
77
|
-
* provided the correct resource and try again.</p>
|
|
65
|
+
* <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>
|
|
78
66
|
*
|
|
79
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
81
|
-
* again.</p>
|
|
68
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
82
69
|
*
|
|
83
70
|
* @throws {@link ValidationException} (client fault)
|
|
84
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
85
|
-
* correct input and try again.</p>
|
|
71
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
86
72
|
*
|
|
87
73
|
* @throws {@link QBusinessServiceException}
|
|
88
74
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -51,28 +51,22 @@ declare const DeleteIndexCommand_base: {
|
|
|
51
51
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
55
|
-
* permission policies and user accounts and try again.</p>
|
|
54
|
+
* <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>
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
59
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
57
|
+
* <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>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
63
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
60
|
+
* <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>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
67
|
-
* provided the correct resource and try again.</p>
|
|
63
|
+
* <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>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
71
|
-
* again.</p>
|
|
66
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
75
|
-
* correct input and try again.</p>
|
|
69
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
76
70
|
*
|
|
77
71
|
* @throws {@link QBusinessServiceException}
|
|
78
72
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -51,28 +51,22 @@ declare const DeletePluginCommand_base: {
|
|
|
51
51
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
55
|
-
* permission policies and user accounts and try again.</p>
|
|
54
|
+
* <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>
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
59
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
57
|
+
* <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>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
63
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
60
|
+
* <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>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
67
|
-
* provided the correct resource and try again.</p>
|
|
63
|
+
* <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>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
71
|
-
* again.</p>
|
|
66
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
75
|
-
* correct input and try again.</p>
|
|
69
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
76
70
|
*
|
|
77
71
|
* @throws {@link QBusinessServiceException}
|
|
78
72
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|
|
@@ -51,28 +51,22 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
51
51
|
* @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p> You don't have access to perform this action. Make sure you have the required
|
|
55
|
-
* permission policies and user accounts and try again.</p>
|
|
54
|
+
* <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>
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>You are trying to perform an action that conflicts with the current status of your
|
|
59
|
-
* resource. Fix any inconsistencies with your resources and try again.</p>
|
|
57
|
+
* <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>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
63
|
-
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
60
|
+
* <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>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
* <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
|
|
67
|
-
* provided the correct resource and try again.</p>
|
|
63
|
+
* <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>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
71
|
-
* again.</p>
|
|
66
|
+
* <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
75
|
-
* correct input and try again.</p>
|
|
69
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
|
|
76
70
|
*
|
|
77
71
|
* @throws {@link QBusinessServiceException}
|
|
78
72
|
* <p>Base exception class for all service exceptions from QBusiness service.</p>
|