@aws-sdk/client-qconnect 3.774.0 → 3.777.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/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/QConnectClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIPromptCommand.d.ts +1 -0
- package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAssistantCommand.d.ts +1 -0
- package/dist-types/commands/CreateContentAssociationCommand.d.ts +1 -0
- package/dist-types/commands/CreateContentCommand.d.ts +1 -0
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +1 -0
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -0
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIAgentVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIPromptCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAIPromptVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssistantCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContentAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +1 -0
- package/dist-types/commands/GetAIPromptCommand.d.ts +1 -0
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +1 -0
- package/dist-types/commands/GetAssistantCommand.d.ts +1 -0
- package/dist-types/commands/GetContentAssociationCommand.d.ts +1 -0
- package/dist-types/commands/GetContentCommand.d.ts +1 -0
- package/dist-types/commands/GetContentSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -0
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetNextMessageCommand.d.ts +2 -1
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +1 -0
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +1 -0
- package/dist-types/commands/ListAIPromptVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListAIPromptsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssistantsCommand.d.ts +1 -0
- package/dist-types/commands/ListContentAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListContentsCommand.d.ts +1 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -0
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListMessagesCommand.d.ts +1 -0
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +1 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +1 -0
- package/dist-types/commands/QueryAssistantCommand.d.ts +1 -0
- package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -0
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/SearchContentCommand.d.ts +1 -0
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +1 -0
- package/dist-types/commands/SearchSessionsCommand.d.ts +1 -0
- package/dist-types/commands/SendMessageCommand.d.ts +1 -0
- package/dist-types/commands/StartContentUploadCommand.d.ts +1 -0
- package/dist-types/commands/StartImportJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAIPromptCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSessionDataCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -40,8 +40,6 @@ const defaultQConnectHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultQConnectHttpAuthSchemeProvider = defaultQConnectHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -372,12 +372,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
372
372
|
|
|
373
373
|
// src/endpoint/EndpointParameters.ts
|
|
374
374
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
375
|
-
return {
|
|
376
|
-
...options,
|
|
375
|
+
return Object.assign(options, {
|
|
377
376
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
378
377
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
379
378
|
defaultSigningName: "wisdom"
|
|
380
|
-
};
|
|
379
|
+
});
|
|
381
380
|
}, "resolveClientEndpointParameters");
|
|
382
381
|
var commonParams = {
|
|
383
382
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -434,22 +433,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
434
433
|
}, "resolveHttpAuthRuntimeConfig");
|
|
435
434
|
|
|
436
435
|
// src/runtimeExtensions.ts
|
|
437
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
438
436
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
439
|
-
const extensionConfiguration =
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
437
|
+
const extensionConfiguration = Object.assign(
|
|
438
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
439
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
440
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
441
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
442
|
+
);
|
|
445
443
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
446
|
-
return
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
444
|
+
return Object.assign(
|
|
445
|
+
runtimeConfig,
|
|
446
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
447
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
448
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
449
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
450
|
+
);
|
|
453
451
|
}, "resolveRuntimeExtensions");
|
|
454
452
|
|
|
455
453
|
// src/QConnectClient.ts
|
|
@@ -463,6 +461,8 @@ var QConnectClient = class extends import_smithy_client.Client {
|
|
|
463
461
|
config;
|
|
464
462
|
constructor(...[configuration]) {
|
|
465
463
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
464
|
+
super(_config_0);
|
|
465
|
+
this.initConfig = _config_0;
|
|
466
466
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
467
467
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
468
468
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -471,7 +471,6 @@ var QConnectClient = class extends import_smithy_client.Client {
|
|
|
471
471
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
472
472
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
473
473
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
474
|
-
super(_config_8);
|
|
475
474
|
this.config = _config_8;
|
|
476
475
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
477
476
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -17,6 +17,8 @@ export class QConnectClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class QConnectClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultQConnectHttpAuthSchemeProvider = (authParameters) => {
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "wisdom",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -79,6 +79,7 @@ declare const ActivateMessageTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link QConnectServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ActivateMessageTemplateCommand extends ActivateMessageTemplateCommand_base {
|
|
@@ -301,6 +301,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
301
301
|
* @throws {@link QConnectServiceException}
|
|
302
302
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
303
303
|
*
|
|
304
|
+
*
|
|
304
305
|
* @public
|
|
305
306
|
*/
|
|
306
307
|
export declare class CreateAIAgentCommand extends CreateAIAgentCommand_base {
|
|
@@ -196,6 +196,7 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
196
196
|
* @throws {@link QConnectServiceException}
|
|
197
197
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
198
198
|
*
|
|
199
|
+
*
|
|
199
200
|
* @public
|
|
200
201
|
*/
|
|
201
202
|
export declare class CreateAIAgentVersionCommand extends CreateAIAgentVersionCommand_base {
|
|
@@ -214,6 +214,7 @@ declare const CreateAIGuardrailCommand_base: {
|
|
|
214
214
|
* @throws {@link QConnectServiceException}
|
|
215
215
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
216
216
|
*
|
|
217
|
+
*
|
|
217
218
|
* @public
|
|
218
219
|
*/
|
|
219
220
|
export declare class CreateAIGuardrailCommand extends CreateAIGuardrailCommand_base {
|
|
@@ -152,6 +152,7 @@ declare const CreateAIGuardrailVersionCommand_base: {
|
|
|
152
152
|
* @throws {@link QConnectServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
154
154
|
*
|
|
155
|
+
*
|
|
155
156
|
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class CreateAIGuardrailVersionCommand extends CreateAIGuardrailVersionCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const CreateAIPromptCommand_base: {
|
|
|
115
115
|
* @throws {@link QConnectServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateAIPromptCommand extends CreateAIPromptCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateAIPromptVersionCommand_base: {
|
|
|
103
103
|
* @throws {@link QConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateAIPromptVersionCommand extends CreateAIPromptVersionCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateAssistantAssociationCommand_base: {
|
|
|
98
98
|
* @throws {@link QConnectServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateAssistantCommand_base: {
|
|
|
103
103
|
* @throws {@link QConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const CreateContentAssociationCommand_base: {
|
|
|
121
121
|
* @throws {@link QConnectServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class CreateContentAssociationCommand extends CreateContentAssociationCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateContentCommand_base: {
|
|
|
103
103
|
* @throws {@link QConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateContentCommand extends CreateContentCommand_base {
|
|
@@ -246,6 +246,7 @@ declare const CreateKnowledgeBaseCommand_base: {
|
|
|
246
246
|
* @throws {@link QConnectServiceException}
|
|
247
247
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
248
248
|
*
|
|
249
|
+
*
|
|
249
250
|
* @public
|
|
250
251
|
*/
|
|
251
252
|
export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateMessageTemplateAttachmentCommand_base: {
|
|
|
92
92
|
* @throws {@link QConnectServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateMessageTemplateAttachmentCommand extends CreateMessageTemplateAttachmentCommand_base {
|
|
@@ -330,6 +330,7 @@ declare const CreateMessageTemplateCommand_base: {
|
|
|
330
330
|
* @throws {@link QConnectServiceException}
|
|
331
331
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
332
332
|
*
|
|
333
|
+
*
|
|
333
334
|
* @public
|
|
334
335
|
*/
|
|
335
336
|
export declare class CreateMessageTemplateCommand extends CreateMessageTemplateCommand_base {
|
|
@@ -230,6 +230,7 @@ declare const CreateMessageTemplateVersionCommand_base: {
|
|
|
230
230
|
* @throws {@link QConnectServiceException}
|
|
231
231
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
232
232
|
*
|
|
233
|
+
*
|
|
233
234
|
* @public
|
|
234
235
|
*/
|
|
235
236
|
export declare class CreateMessageTemplateVersionCommand extends CreateMessageTemplateVersionCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const CreateQuickResponseCommand_base: {
|
|
|
130
130
|
* @throws {@link QConnectServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const CreateSessionCommand_base: {
|
|
|
138
138
|
* @throws {@link QConnectServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class CreateSessionCommand extends CreateSessionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeactivateMessageTemplateCommand_base: {
|
|
|
78
78
|
* @throws {@link QConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeactivateMessageTemplateCommand extends DeactivateMessageTemplateCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteAIAgentCommand_base: {
|
|
|
65
65
|
* @throws {@link QConnectServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteAIAgentCommand extends DeleteAIAgentCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteAIAgentVersionCommand_base: {
|
|
|
72
72
|
* @throws {@link QConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteAIAgentVersionCommand extends DeleteAIAgentVersionCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteAIGuardrailCommand_base: {
|
|
|
71
71
|
* @throws {@link QConnectServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteAIGuardrailCommand extends DeleteAIGuardrailCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteAIGuardrailVersionCommand_base: {
|
|
|
72
72
|
* @throws {@link QConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteAIGuardrailVersionCommand extends DeleteAIGuardrailVersionCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteAIPromptCommand_base: {
|
|
|
65
65
|
* @throws {@link QConnectServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteAIPromptCommand extends DeleteAIPromptCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteAIPromptVersionCommand_base: {
|
|
|
72
72
|
* @throws {@link QConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteAIPromptVersionCommand extends DeleteAIPromptVersionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteAssistantAssociationCommand_base: {
|
|
|
62
62
|
* @throws {@link QConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteAssistantCommand_base: {
|
|
|
61
61
|
* @throws {@link QConnectServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteContentAssociationCommand_base: {
|
|
|
66
66
|
* @throws {@link QConnectServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteContentAssociationCommand extends DeleteContentAssociationCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteContentCommand_base: {
|
|
|
62
62
|
* @throws {@link QConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteContentCommand extends DeleteContentCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteImportJobCommand_base: {
|
|
|
68
68
|
* @throws {@link QConnectServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteKnowledgeBaseCommand_base: {
|
|
|
75
75
|
* @throws {@link QConnectServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteMessageTemplateAttachmentCommand_base: {
|
|
|
74
74
|
* @throws {@link QConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteMessageTemplateAttachmentCommand extends DeleteMessageTemplateAttachmentCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteMessageTemplateCommand_base: {
|
|
|
75
75
|
* @throws {@link QConnectServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteMessageTemplateCommand extends DeleteMessageTemplateCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteQuickResponseCommand_base: {
|
|
|
62
62
|
* @throws {@link QConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
|
|
@@ -184,6 +184,7 @@ declare const GetAIAgentCommand_base: {
|
|
|
184
184
|
* @throws {@link QConnectServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
186
186
|
*
|
|
187
|
+
*
|
|
187
188
|
* @public
|
|
188
189
|
*/
|
|
189
190
|
export declare class GetAIAgentCommand extends GetAIAgentCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const GetAIGuardrailCommand_base: {
|
|
|
140
140
|
* @throws {@link QConnectServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class GetAIGuardrailCommand extends GetAIGuardrailCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const GetAIPromptCommand_base: {
|
|
|
91
91
|
* @throws {@link QConnectServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetAIPromptCommand extends GetAIPromptCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetAssistantAssociationCommand_base: {
|
|
|
79
79
|
* @throws {@link QConnectServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetAssistantCommand_base: {
|
|
|
87
87
|
* @throws {@link QConnectServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetAssistantCommand extends GetAssistantCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetContentAssociationCommand_base: {
|
|
|
84
84
|
* @throws {@link QConnectServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetContentAssociationCommand extends GetContentAssociationCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetContentCommand_base: {
|
|
|
83
83
|
* @throws {@link QConnectServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetContentCommand extends GetContentCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetContentSummaryCommand_base: {
|
|
|
80
80
|
* @throws {@link QConnectServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetImportJobCommand_base: {
|
|
|
87
87
|
* @throws {@link QConnectServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetImportJobCommand extends GetImportJobCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const GetKnowledgeBaseCommand_base: {
|
|
|
144
144
|
* @throws {@link QConnectServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
|
|
@@ -215,6 +215,7 @@ declare const GetMessageTemplateCommand_base: {
|
|
|
215
215
|
* @throws {@link QConnectServiceException}
|
|
216
216
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
217
217
|
*
|
|
218
|
+
*
|
|
218
219
|
* @public
|
|
219
220
|
*/
|
|
220
221
|
export declare class GetMessageTemplateCommand extends GetMessageTemplateCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface GetNextMessageCommandOutput extends GetNextMessageResponse, __M
|
|
|
24
24
|
declare const GetNextMessageCommand_base: {
|
|
25
25
|
new (input: GetNextMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetNextMessageCommandInput, GetNextMessageCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetNextMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetNextMessageCommandInput, GetNextMessageCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Retrieves next message on an Amazon Q in Connect session.</p>
|
|
@@ -89,6 +89,7 @@ declare const GetNextMessageCommand_base: {
|
|
|
89
89
|
* @throws {@link QConnectServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetNextMessageCommand extends GetNextMessageCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetQuickResponseCommand_base: {
|
|
|
99
99
|
* @throws {@link QConnectServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
|
|
@@ -249,6 +249,7 @@ declare const GetRecommendationsCommand_base: {
|
|
|
249
249
|
* @throws {@link QConnectServiceException}
|
|
250
250
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
251
251
|
*
|
|
252
|
+
*
|
|
252
253
|
* @public
|
|
253
254
|
*/
|
|
254
255
|
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetSessionCommand_base: {
|
|
|
100
100
|
* @throws {@link QConnectServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
@@ -192,6 +192,7 @@ declare const ListAIAgentVersionsCommand_base: {
|
|
|
192
192
|
* @throws {@link QConnectServiceException}
|
|
193
193
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
194
194
|
*
|
|
195
|
+
*
|
|
195
196
|
* @public
|
|
196
197
|
*/
|
|
197
198
|
export declare class ListAIAgentVersionsCommand extends ListAIAgentVersionsCommand_base {
|
|
@@ -188,6 +188,7 @@ declare const ListAIAgentsCommand_base: {
|
|
|
188
188
|
* @throws {@link QConnectServiceException}
|
|
189
189
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
190
190
|
*
|
|
191
|
+
*
|
|
191
192
|
* @public
|
|
192
193
|
*/
|
|
193
194
|
export declare class ListAIAgentsCommand extends ListAIAgentsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListAIGuardrailVersionsCommand_base: {
|
|
|
88
88
|
* @throws {@link QConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListAIGuardrailVersionsCommand extends ListAIGuardrailVersionsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListAIGuardrailsCommand_base: {
|
|
|
84
84
|
* @throws {@link QConnectServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListAIGuardrailsCommand extends ListAIGuardrailsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListAIPromptVersionsCommand_base: {
|
|
|
94
94
|
* @throws {@link QConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListAIPromptVersionsCommand extends ListAIPromptVersionsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListAIPromptsCommand_base: {
|
|
|
90
90
|
* @throws {@link QConnectServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListAIPromptsCommand extends ListAIPromptsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListAssistantAssociationsCommand_base: {
|
|
|
83
83
|
* @throws {@link QConnectServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListAssistantsCommand_base: {
|
|
|
88
88
|
* @throws {@link QConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListContentAssociationsCommand_base: {
|
|
|
88
88
|
* @throws {@link QConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListContentAssociationsCommand extends ListContentAssociationsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListContentsCommand_base: {
|
|
|
84
84
|
* @throws {@link QConnectServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListContentsCommand extends ListContentsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListImportJobsCommand_base: {
|
|
|
85
85
|
* @throws {@link QConnectServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const ListKnowledgeBasesCommand_base: {
|
|
|
140
140
|
* @throws {@link QConnectServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListMessageTemplateVersionsCommand_base: {
|
|
|
82
82
|
* @throws {@link QConnectServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListMessageTemplateVersionsCommand extends ListMessageTemplateVersionsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListMessageTemplatesCommand_base: {
|
|
|
87
87
|
* @throws {@link QConnectServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListMessageTemplatesCommand extends ListMessageTemplatesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListMessagesCommand_base: {
|
|
|
78
78
|
* @throws {@link QConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListMessagesCommand extends ListMessagesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListQuickResponsesCommand_base: {
|
|
|
87
87
|
* @throws {@link QConnectServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
59
59
|
* @throws {@link QConnectServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
|
|
|
77
77
|
* @throws {@link QConnectServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const PutFeedbackCommand_base: {
|
|
|
79
79
|
* @throws {@link QConnectServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
@@ -256,6 +256,7 @@ declare const QueryAssistantCommand_base: {
|
|
|
256
256
|
* @throws {@link QConnectServiceException}
|
|
257
257
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
258
258
|
*
|
|
259
|
+
*
|
|
259
260
|
* @public
|
|
260
261
|
*/
|
|
261
262
|
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const RemoveAssistantAIAgentCommand_base: {
|
|
|
66
66
|
* @throws {@link QConnectServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class RemoveAssistantAIAgentCommand extends RemoveAssistantAIAgentCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
|
61
61
|
* @throws {@link QConnectServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
|
|
@@ -189,6 +189,7 @@ declare const RenderMessageTemplateCommand_base: {
|
|
|
189
189
|
* @throws {@link QConnectServiceException}
|
|
190
190
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
191
191
|
*
|
|
192
|
+
*
|
|
192
193
|
* @public
|
|
193
194
|
*/
|
|
194
195
|
export declare class RenderMessageTemplateCommand extends RenderMessageTemplateCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const SearchContentCommand_base: {
|
|
|
94
94
|
* @throws {@link QConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class SearchContentCommand extends SearchContentCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const SearchMessageTemplatesCommand_base: {
|
|
|
121
121
|
* @throws {@link QConnectServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class SearchMessageTemplatesCommand extends SearchMessageTemplatesCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const SearchQuickResponsesCommand_base: {
|
|
|
144
144
|
* @throws {@link QConnectServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const SearchSessionsCommand_base: {
|
|
|
82
82
|
* @throws {@link QConnectServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const SendMessageCommand_base: {
|
|
|
97
97
|
* @throws {@link QConnectServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const StartContentUploadCommand_base: {
|
|
|
75
75
|
* @throws {@link QConnectServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const StartImportJobCommand_base: {
|
|
|
119
119
|
* @throws {@link QConnectServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class StartImportJobCommand extends StartImportJobCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const TagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link QConnectServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const UntagResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link QConnectServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -293,6 +293,7 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
293
293
|
* @throws {@link QConnectServiceException}
|
|
294
294
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
295
295
|
*
|
|
296
|
+
*
|
|
296
297
|
* @public
|
|
297
298
|
*/
|
|
298
299
|
export declare class UpdateAIAgentCommand extends UpdateAIAgentCommand_base {
|
|
@@ -207,6 +207,7 @@ declare const UpdateAIGuardrailCommand_base: {
|
|
|
207
207
|
* @throws {@link QConnectServiceException}
|
|
208
208
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
209
209
|
*
|
|
210
|
+
*
|
|
210
211
|
* @public
|
|
211
212
|
*/
|
|
212
213
|
export declare class UpdateAIGuardrailCommand extends UpdateAIGuardrailCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const UpdateAIPromptCommand_base: {
|
|
|
104
104
|
* @throws {@link QConnectServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class UpdateAIPromptCommand extends UpdateAIPromptCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateAssistantAIAgentCommand_base: {
|
|
|
95
95
|
* @throws {@link QConnectServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateAssistantAIAgentCommand extends UpdateAssistantAIAgentCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateContentCommand_base: {
|
|
|
95
95
|
* @throws {@link QConnectServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateContentCommand extends UpdateContentCommand_base {
|
|
@@ -150,6 +150,7 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
|
150
150
|
* @throws {@link QConnectServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
152
152
|
*
|
|
153
|
+
*
|
|
153
154
|
* @public
|
|
154
155
|
*/
|
|
155
156
|
export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
|
|
@@ -315,6 +315,7 @@ declare const UpdateMessageTemplateCommand_base: {
|
|
|
315
315
|
* @throws {@link QConnectServiceException}
|
|
316
316
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
317
317
|
*
|
|
318
|
+
*
|
|
318
319
|
* @public
|
|
319
320
|
*/
|
|
320
321
|
export declare class UpdateMessageTemplateCommand extends UpdateMessageTemplateCommand_base {
|
|
@@ -216,6 +216,7 @@ declare const UpdateMessageTemplateMetadataCommand_base: {
|
|
|
216
216
|
* @throws {@link QConnectServiceException}
|
|
217
217
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
218
218
|
*
|
|
219
|
+
*
|
|
219
220
|
* @public
|
|
220
221
|
*/
|
|
221
222
|
export declare class UpdateMessageTemplateMetadataCommand extends UpdateMessageTemplateMetadataCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const UpdateQuickResponseCommand_base: {
|
|
|
130
130
|
* @throws {@link QConnectServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const UpdateSessionCommand_base: {
|
|
|
128
128
|
* @throws {@link QConnectServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class UpdateSessionCommand extends UpdateSessionCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateSessionDataCommand_base: {
|
|
|
83
83
|
* @throws {@link QConnectServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateSessionDataCommand extends UpdateSessionDataCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|