@aws-sdk/client-qbusiness 3.554.0 → 3.557.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 +15 -16
- package/dist-cjs/index.js +36 -5
- package/dist-es/models/models_0.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +13 -5
- package/dist-types/QBusiness.d.ts +15 -16
- package/dist-types/QBusinessClient.d.ts +15 -16
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +7 -7
- package/dist-types/commands/ChatSyncCommand.d.ts +10 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +5 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
- package/dist-types/commands/CreatePluginCommand.d.ts +4 -4
- package/dist-types/commands/CreateRetrieverCommand.d.ts +4 -4
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +5 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConversationCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeletePluginCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +4 -3
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +6 -3
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/GetGroupCommand.d.ts +2 -2
- package/dist-types/commands/GetIndexCommand.d.ts +3 -3
- package/dist-types/commands/GetPluginCommand.d.ts +3 -3
- package/dist-types/commands/GetRetrieverCommand.d.ts +3 -3
- package/dist-types/commands/GetUserCommand.d.ts +2 -2
- package/dist-types/commands/GetWebExperienceCommand.d.ts +4 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListConversationsCommand.d.ts +4 -4
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -3
- package/dist-types/commands/ListMessagesCommand.d.ts +4 -4
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -3
- package/dist-types/commands/PutFeedbackCommand.d.ts +4 -4
- package/dist-types/commands/PutGroupCommand.d.ts +4 -4
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -4
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIndexCommand.d.ts +4 -4
- package/dist-types/commands/UpdatePluginCommand.d.ts +4 -4
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -3
- package/dist-types/index.d.ts +15 -16
- package/dist-types/models/models_0.d.ts +491 -320
- package/dist-types/ts3.4/models/models_0.d.ts +52 -5
- package/package.json +4 -4
|
@@ -26,7 +26,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Creates a data source connector for an Amazon Q application.</p>
|
|
29
|
+
* <p>Creates a data source connector for an Amazon Q Business application.</p>
|
|
30
30
|
* <p>
|
|
31
31
|
* <code>CreateDataSource</code> is a synchronous operation. The operation returns 200 if
|
|
32
32
|
* the data source was successfully created. Otherwise, an exception is raised.</p>
|
|
@@ -149,7 +149,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
149
149
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
150
150
|
*
|
|
151
151
|
* @throws {@link InternalServerException} (server fault)
|
|
152
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
152
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
153
153
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
154
154
|
*
|
|
155
155
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -157,14 +157,14 @@ declare const CreateDataSourceCommand_base: {
|
|
|
157
157
|
* resource and try again.</p>
|
|
158
158
|
*
|
|
159
159
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
160
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
160
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
161
161
|
*
|
|
162
162
|
* @throws {@link ThrottlingException} (client fault)
|
|
163
163
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
164
164
|
* again.</p>
|
|
165
165
|
*
|
|
166
166
|
* @throws {@link ValidationException} (client fault)
|
|
167
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
167
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
168
168
|
* correct input and try again.</p>
|
|
169
169
|
*
|
|
170
170
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const CreateIndexCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Creates an Amazon Q index.</p>
|
|
29
|
+
* <p>Creates an Amazon Q Business index.</p>
|
|
30
30
|
* <p>To determine if index creation has completed, check the <code>Status</code> field
|
|
31
31
|
* returned from a call to <code>DescribeIndex</code>. The <code>Status</code> field is set
|
|
32
32
|
* to <code>ACTIVE</code> when the index is ready to use.</p>
|
|
@@ -80,7 +80,7 @@ declare const CreateIndexCommand_base: {
|
|
|
80
80
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalServerException} (server fault)
|
|
83
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
83
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
84
84
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -88,14 +88,14 @@ declare const CreateIndexCommand_base: {
|
|
|
88
88
|
* resource and try again.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
91
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
91
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ThrottlingException} (client fault)
|
|
94
94
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
95
95
|
* again.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ValidationException} (client fault)
|
|
98
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
98
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
99
99
|
* correct input and try again.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const CreatePluginCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Creates an Amazon Q plugin.</p>
|
|
29
|
+
* <p>Creates an Amazon Q Business plugin.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -80,7 +80,7 @@ declare const CreatePluginCommand_base: {
|
|
|
80
80
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalServerException} (server fault)
|
|
83
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
83
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
84
84
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -88,14 +88,14 @@ declare const CreatePluginCommand_base: {
|
|
|
88
88
|
* resource and try again.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
91
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
91
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ThrottlingException} (client fault)
|
|
94
94
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
95
95
|
* again.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ValidationException} (client fault)
|
|
98
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
98
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
99
99
|
* correct input and try again.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const CreateRetrieverCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Adds a retriever to your Amazon Q application.</p>
|
|
29
|
+
* <p>Adds a retriever to your Amazon Q Business application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -99,7 +99,7 @@ declare const CreateRetrieverCommand_base: {
|
|
|
99
99
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link InternalServerException} (server fault)
|
|
102
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
102
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
103
103
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
104
104
|
*
|
|
105
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -107,14 +107,14 @@ declare const CreateRetrieverCommand_base: {
|
|
|
107
107
|
* resource and try again.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
110
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
110
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link ThrottlingException} (client fault)
|
|
113
113
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
114
114
|
* again.</p>
|
|
115
115
|
*
|
|
116
116
|
* @throws {@link ValidationException} (client fault)
|
|
117
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
117
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
118
118
|
* correct input and try again.</p>
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link QBusinessServiceException}
|
|
@@ -67,7 +67,7 @@ declare const CreateUserCommand_base: {
|
|
|
67
67
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
70
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
71
71
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -75,14 +75,14 @@ declare const CreateUserCommand_base: {
|
|
|
75
75
|
* resource and try again.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
78
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
78
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
81
81
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
82
82
|
* again.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ValidationException} (client fault)
|
|
85
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
85
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
86
86
|
* correct input and try again.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Creates an Amazon Q web experience.</p>
|
|
29
|
+
* <p>Creates an Amazon Q Business web experience.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -39,6 +39,7 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
39
39
|
* subtitle: "STRING_VALUE",
|
|
40
40
|
* welcomeMessage: "STRING_VALUE",
|
|
41
41
|
* samplePromptsControlMode: "ENABLED" || "DISABLED",
|
|
42
|
+
* roleArn: "STRING_VALUE",
|
|
42
43
|
* tags: [ // Tags
|
|
43
44
|
* { // Tag
|
|
44
45
|
* key: "STRING_VALUE", // required
|
|
@@ -71,7 +72,7 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
71
72
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
75
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
75
76
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -79,14 +80,14 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
79
80
|
* resource and try again.</p>
|
|
80
81
|
*
|
|
81
82
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
82
|
-
* <p>You have exceeded the set limits for your Amazon Q service. </p>
|
|
83
|
+
* <p>You have exceeded the set limits for your Amazon Q Business service. </p>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
85
86
|
* <p>The request was denied due to throttling. Reduce the number of requests and try
|
|
86
87
|
* again.</p>
|
|
87
88
|
*
|
|
88
89
|
* @throws {@link ValidationException} (client fault)
|
|
89
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
90
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
90
91
|
* correct input and try again.</p>
|
|
91
92
|
*
|
|
92
93
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q application.</p>
|
|
29
|
+
* <p>Deletes an Amazon Q Business application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -57,7 +57,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
57
57
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerException} (server fault)
|
|
60
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
60
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
61
61
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -69,7 +69,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
69
69
|
* again.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
72
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
73
73
|
* correct input and try again.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes chat controls configured for an existing Amazon Q application.</p>
|
|
29
|
+
* <p>Deletes chat controls configured for an existing Amazon Q Business application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -53,7 +53,7 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
53
53
|
* permission policies and user accounts and try again.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link InternalServerException} (server fault)
|
|
56
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
56
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
57
57
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -65,7 +65,7 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
65
65
|
* again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ValidationException} (client fault)
|
|
68
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
68
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
69
69
|
* correct input and try again.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteConversationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q web experience conversation.</p>
|
|
29
|
+
* <p>Deletes an Amazon Q Business web experience conversation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -36,7 +36,7 @@ declare const DeleteConversationCommand_base: {
|
|
|
36
36
|
* const input = { // DeleteConversationRequest
|
|
37
37
|
* conversationId: "STRING_VALUE", // required
|
|
38
38
|
* applicationId: "STRING_VALUE", // required
|
|
39
|
-
* userId: "STRING_VALUE",
|
|
39
|
+
* userId: "STRING_VALUE",
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DeleteConversationCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
@@ -55,7 +55,7 @@ declare const DeleteConversationCommand_base: {
|
|
|
55
55
|
* permission policies and user accounts and try again.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
58
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
59
59
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link LicenseNotFoundException} (client fault)
|
|
@@ -71,7 +71,7 @@ declare const DeleteConversationCommand_base: {
|
|
|
71
71
|
* again.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
74
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
75
75
|
* correct input and try again.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q data source connector. While the data source is being
|
|
29
|
+
* <p>Deletes an Amazon Q Business data source connector. While the data source is being
|
|
30
30
|
* deleted, the <code>Status</code> field returned by a call to the
|
|
31
31
|
* <code>DescribeDataSource</code> API is set to <code>DELETING</code>. </p>
|
|
32
32
|
* @example
|
|
@@ -61,7 +61,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
61
61
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
64
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
65
65
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -73,7 +73,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
73
73
|
* again.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ValidationException} (client fault)
|
|
76
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
76
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
77
77
|
* correct input and try again.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link QBusinessServiceException}
|
|
@@ -68,7 +68,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
68
68
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link InternalServerException} (server fault)
|
|
71
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
71
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
72
72
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -80,7 +80,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
80
80
|
* again.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
83
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
84
84
|
* correct input and try again.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q index.</p>
|
|
29
|
+
* <p>Deletes an Amazon Q Business index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
58
58
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
62
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,7 +70,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
70
70
|
* again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
73
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
74
|
* correct input and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeletePluginCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q plugin.</p>
|
|
29
|
+
* <p>Deletes an Amazon Q Business plugin.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const DeletePluginCommand_base: {
|
|
|
58
58
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
62
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,7 +70,7 @@ declare const DeletePluginCommand_base: {
|
|
|
70
70
|
* again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
73
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
74
|
* correct input and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes the retriever used by an Amazon Q application.</p>
|
|
29
|
+
* <p>Deletes the retriever used by an Amazon Q Business application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
58
58
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
62
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,7 +70,7 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
70
70
|
* again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
73
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
74
|
* correct input and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link QBusinessServiceException}
|
|
@@ -58,7 +58,7 @@ declare const DeleteUserCommand_base: {
|
|
|
58
58
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
62
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,7 +70,7 @@ declare const DeleteUserCommand_base: {
|
|
|
70
70
|
* again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
73
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
74
|
* correct input and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const DeleteWebExperienceCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Deletes an Amazon Q web experience.</p>
|
|
29
|
+
* <p>Deletes an Amazon Q Business web experience.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -58,7 +58,7 @@ declare const DeleteWebExperienceCommand_base: {
|
|
|
58
58
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
61
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
62
62
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,7 +70,7 @@ declare const DeleteWebExperienceCommand_base: {
|
|
|
70
70
|
* again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
73
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
74
74
|
* correct input and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const GetApplicationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Gets information about an existing Amazon Q application.</p>
|
|
29
|
+
* <p>Gets information about an existing Amazon Q Business application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -42,6 +42,7 @@ declare const GetApplicationCommand_base: {
|
|
|
42
42
|
* // displayName: "STRING_VALUE",
|
|
43
43
|
* // applicationId: "STRING_VALUE",
|
|
44
44
|
* // applicationArn: "STRING_VALUE",
|
|
45
|
+
* // identityCenterApplicationArn: "STRING_VALUE",
|
|
45
46
|
* // roleArn: "STRING_VALUE",
|
|
46
47
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED" || "UPDATING",
|
|
47
48
|
* // description: "STRING_VALUE",
|
|
@@ -72,7 +73,7 @@ declare const GetApplicationCommand_base: {
|
|
|
72
73
|
* permission policies and user accounts and try again.</p>
|
|
73
74
|
*
|
|
74
75
|
* @throws {@link InternalServerException} (server fault)
|
|
75
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
76
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
76
77
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
77
78
|
*
|
|
78
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -84,7 +85,7 @@ declare const GetApplicationCommand_base: {
|
|
|
84
85
|
* again.</p>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ValidationException} (client fault)
|
|
87
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
88
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
88
89
|
* correct input and try again.</p>
|
|
89
90
|
*
|
|
90
91
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Gets information about an chat controls configured for an existing Amazon Q
|
|
29
|
+
* <p>Gets information about an chat controls configured for an existing Amazon Q Business
|
|
30
30
|
* application.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,9 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
92
92
|
* // ],
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
95
|
+
* // creatorModeConfiguration: { // AppliedCreatorModeConfiguration
|
|
96
|
+
* // creatorModeControl: "ENABLED" || "DISABLED", // required
|
|
97
|
+
* // },
|
|
95
98
|
* // nextToken: "STRING_VALUE",
|
|
96
99
|
* // };
|
|
97
100
|
*
|
|
@@ -108,7 +111,7 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
108
111
|
* permission policies and user accounts and try again.</p>
|
|
109
112
|
*
|
|
110
113
|
* @throws {@link InternalServerException} (server fault)
|
|
111
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
114
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
112
115
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
113
116
|
*
|
|
114
117
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -120,7 +123,7 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
120
123
|
* again.</p>
|
|
121
124
|
*
|
|
122
125
|
* @throws {@link ValidationException} (client fault)
|
|
123
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
126
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
124
127
|
* correct input and try again.</p>
|
|
125
128
|
*
|
|
126
129
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Gets information about an existing Amazon Q data source connector.</p>
|
|
29
|
+
* <p>Gets information about an existing Amazon Q Business data source connector.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -146,7 +146,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
146
146
|
* permission policies and user accounts and try again.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link InternalServerException} (server fault)
|
|
149
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
149
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
150
150
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
151
151
|
*
|
|
152
152
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -158,7 +158,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
158
158
|
* again.</p>
|
|
159
159
|
*
|
|
160
160
|
* @throws {@link ValidationException} (client fault)
|
|
161
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
161
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
162
162
|
* correct input and try again.</p>
|
|
163
163
|
*
|
|
164
164
|
* @throws {@link QBusinessServiceException}
|
|
@@ -79,7 +79,7 @@ declare const GetGroupCommand_base: {
|
|
|
79
79
|
* resource. Fix any inconsistences with your resources and try again.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link InternalServerException} (server fault)
|
|
82
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
82
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
83
83
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -91,7 +91,7 @@ declare const GetGroupCommand_base: {
|
|
|
91
91
|
* again.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ValidationException} (client fault)
|
|
94
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
94
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
95
95
|
* correct input and try again.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link QBusinessServiceException}
|
|
@@ -26,7 +26,7 @@ declare const GetIndexCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Gets information about an existing Amazon Q index.</p>
|
|
29
|
+
* <p>Gets information about an existing Amazon Q Business index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -83,7 +83,7 @@ declare const GetIndexCommand_base: {
|
|
|
83
83
|
* permission policies and user accounts and try again.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link InternalServerException} (server fault)
|
|
86
|
-
* <p>An issue occurred with the internal server used for your Amazon Q service. Wait
|
|
86
|
+
* <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
|
|
87
87
|
* some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -95,7 +95,7 @@ declare const GetIndexCommand_base: {
|
|
|
95
95
|
* again.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ValidationException} (client fault)
|
|
98
|
-
* <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
|
|
98
|
+
* <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
|
|
99
99
|
* correct input and try again.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link QBusinessServiceException}
|