@aws-sdk/client-qconnect 3.699.0 → 3.709.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 +88 -0
- package/dist-cjs/index.js +1188 -127
- package/dist-es/QConnect.js +22 -0
- package/dist-es/commands/CreateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +23 -0
- package/dist-es/commands/CreateQuickResponseCommand.js +1 -1
- package/dist-es/commands/DeleteAIGuardrailCommand.js +22 -0
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +22 -0
- package/dist-es/commands/GetAIGuardrailCommand.js +23 -0
- package/dist-es/commands/GetImportJobCommand.js +1 -1
- package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -1
- package/dist-es/commands/GetMessageTemplateCommand.js +1 -1
- package/dist-es/commands/GetNextMessageCommand.js +23 -0
- package/dist-es/commands/GetQuickResponseCommand.js +1 -1
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +23 -0
- package/dist-es/commands/ListAIGuardrailsCommand.js +23 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -1
- package/dist-es/commands/ListMessagesCommand.js +23 -0
- package/dist-es/commands/ListQuickResponsesCommand.js +1 -1
- package/dist-es/commands/RenderMessageTemplateCommand.js +1 -1
- package/dist-es/commands/SendMessageCommand.js +23 -0
- package/dist-es/commands/UpdateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/UpdateMessageTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +1 -1
- package/dist-es/commands/UpdateQuickResponseCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +310 -166
- package/dist-es/models/models_1.js +167 -1
- package/dist-es/pagination/ListAIGuardrailVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListAIGuardrailsPaginator.js +4 -0
- package/dist-es/pagination/ListMessagesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +443 -1
- package/dist-types/QConnect.d.ts +77 -0
- package/dist-types/QConnectClient.d.ts +13 -2
- package/dist-types/commands/CreateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +31 -0
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +231 -0
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +169 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +88 -0
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +89 -0
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetAIAgentCommand.d.ts +31 -0
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +157 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +4 -3
- package/dist-types/commands/GetNextMessageCommand.d.ts +106 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +101 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +95 -0
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -2
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/SendMessageCommand.d.ts +114 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +224 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +3820 -3619
- package/dist-types/models/models_1.d.ts +1513 -1
- package/dist-types/pagination/ListAIGuardrailVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIGuardrailsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMessagesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QConnect.d.ts +187 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +482 -441
- package/dist-types/ts3.4/models/models_1.d.ts +437 -5
- package/dist-types/ts3.4/pagination/ListAIGuardrailVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIGuardrailsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMessagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +35 -35
package/dist-types/QConnect.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
|
|
3
3
|
import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
|
|
4
4
|
import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
|
|
5
|
+
import { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
|
|
6
|
+
import { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
|
|
5
7
|
import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
|
|
6
8
|
import { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
|
|
7
9
|
import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
|
|
@@ -17,6 +19,8 @@ import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./command
|
|
|
17
19
|
import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
|
|
18
20
|
import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
|
|
19
21
|
import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
|
|
22
|
+
import { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
|
|
23
|
+
import { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
|
|
20
24
|
import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
|
|
21
25
|
import { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
|
|
22
26
|
import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
|
|
@@ -29,6 +33,7 @@ import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttac
|
|
|
29
33
|
import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
|
|
30
34
|
import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
|
|
31
35
|
import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
|
|
36
|
+
import { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
|
|
32
37
|
import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
|
|
33
38
|
import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
|
|
34
39
|
import { GetAssistantCommandInput, GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
|
|
@@ -38,11 +43,14 @@ import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from ".
|
|
|
38
43
|
import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
|
|
39
44
|
import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
|
|
40
45
|
import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
|
|
46
|
+
import { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
|
|
41
47
|
import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
|
|
42
48
|
import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
|
|
43
49
|
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
44
50
|
import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
|
|
45
51
|
import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
|
|
52
|
+
import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
|
|
53
|
+
import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
|
|
46
54
|
import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
|
|
47
55
|
import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
|
|
48
56
|
import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
|
|
@@ -51,6 +59,7 @@ import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutp
|
|
|
51
59
|
import { ListContentsCommandInput, ListContentsCommandOutput } from "./commands/ListContentsCommand";
|
|
52
60
|
import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
|
|
53
61
|
import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
|
|
62
|
+
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
54
63
|
import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
|
|
55
64
|
import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
|
|
56
65
|
import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
|
|
@@ -65,11 +74,13 @@ import { SearchContentCommandInput, SearchContentCommandOutput } from "./command
|
|
|
65
74
|
import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
|
|
66
75
|
import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
|
|
67
76
|
import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
|
|
77
|
+
import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
|
|
68
78
|
import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
|
|
69
79
|
import { StartImportJobCommandInput, StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
|
|
70
80
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
71
81
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
82
|
import { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
|
|
83
|
+
import { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
|
|
73
84
|
import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
|
|
74
85
|
import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
|
|
75
86
|
import { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
|
|
@@ -99,6 +110,18 @@ export interface QConnect {
|
|
|
99
110
|
createAIAgentVersion(args: CreateAIAgentVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAIAgentVersionCommandOutput>;
|
|
100
111
|
createAIAgentVersion(args: CreateAIAgentVersionCommandInput, cb: (err: any, data?: CreateAIAgentVersionCommandOutput) => void): void;
|
|
101
112
|
createAIAgentVersion(args: CreateAIAgentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAIAgentVersionCommandOutput) => void): void;
|
|
113
|
+
/**
|
|
114
|
+
* @see {@link CreateAIGuardrailCommand}
|
|
115
|
+
*/
|
|
116
|
+
createAIGuardrail(args: CreateAIGuardrailCommandInput, options?: __HttpHandlerOptions): Promise<CreateAIGuardrailCommandOutput>;
|
|
117
|
+
createAIGuardrail(args: CreateAIGuardrailCommandInput, cb: (err: any, data?: CreateAIGuardrailCommandOutput) => void): void;
|
|
118
|
+
createAIGuardrail(args: CreateAIGuardrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAIGuardrailCommandOutput) => void): void;
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link CreateAIGuardrailVersionCommand}
|
|
121
|
+
*/
|
|
122
|
+
createAIGuardrailVersion(args: CreateAIGuardrailVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAIGuardrailVersionCommandOutput>;
|
|
123
|
+
createAIGuardrailVersion(args: CreateAIGuardrailVersionCommandInput, cb: (err: any, data?: CreateAIGuardrailVersionCommandOutput) => void): void;
|
|
124
|
+
createAIGuardrailVersion(args: CreateAIGuardrailVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAIGuardrailVersionCommandOutput) => void): void;
|
|
102
125
|
/**
|
|
103
126
|
* @see {@link CreateAIPromptCommand}
|
|
104
127
|
*/
|
|
@@ -189,6 +212,18 @@ export interface QConnect {
|
|
|
189
212
|
deleteAIAgentVersion(args: DeleteAIAgentVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAIAgentVersionCommandOutput>;
|
|
190
213
|
deleteAIAgentVersion(args: DeleteAIAgentVersionCommandInput, cb: (err: any, data?: DeleteAIAgentVersionCommandOutput) => void): void;
|
|
191
214
|
deleteAIAgentVersion(args: DeleteAIAgentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAIAgentVersionCommandOutput) => void): void;
|
|
215
|
+
/**
|
|
216
|
+
* @see {@link DeleteAIGuardrailCommand}
|
|
217
|
+
*/
|
|
218
|
+
deleteAIGuardrail(args: DeleteAIGuardrailCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAIGuardrailCommandOutput>;
|
|
219
|
+
deleteAIGuardrail(args: DeleteAIGuardrailCommandInput, cb: (err: any, data?: DeleteAIGuardrailCommandOutput) => void): void;
|
|
220
|
+
deleteAIGuardrail(args: DeleteAIGuardrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAIGuardrailCommandOutput) => void): void;
|
|
221
|
+
/**
|
|
222
|
+
* @see {@link DeleteAIGuardrailVersionCommand}
|
|
223
|
+
*/
|
|
224
|
+
deleteAIGuardrailVersion(args: DeleteAIGuardrailVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAIGuardrailVersionCommandOutput>;
|
|
225
|
+
deleteAIGuardrailVersion(args: DeleteAIGuardrailVersionCommandInput, cb: (err: any, data?: DeleteAIGuardrailVersionCommandOutput) => void): void;
|
|
226
|
+
deleteAIGuardrailVersion(args: DeleteAIGuardrailVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAIGuardrailVersionCommandOutput) => void): void;
|
|
192
227
|
/**
|
|
193
228
|
* @see {@link DeleteAIPromptCommand}
|
|
194
229
|
*/
|
|
@@ -261,6 +296,12 @@ export interface QConnect {
|
|
|
261
296
|
getAIAgent(args: GetAIAgentCommandInput, options?: __HttpHandlerOptions): Promise<GetAIAgentCommandOutput>;
|
|
262
297
|
getAIAgent(args: GetAIAgentCommandInput, cb: (err: any, data?: GetAIAgentCommandOutput) => void): void;
|
|
263
298
|
getAIAgent(args: GetAIAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAIAgentCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link GetAIGuardrailCommand}
|
|
301
|
+
*/
|
|
302
|
+
getAIGuardrail(args: GetAIGuardrailCommandInput, options?: __HttpHandlerOptions): Promise<GetAIGuardrailCommandOutput>;
|
|
303
|
+
getAIGuardrail(args: GetAIGuardrailCommandInput, cb: (err: any, data?: GetAIGuardrailCommandOutput) => void): void;
|
|
304
|
+
getAIGuardrail(args: GetAIGuardrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAIGuardrailCommandOutput) => void): void;
|
|
264
305
|
/**
|
|
265
306
|
* @see {@link GetAIPromptCommand}
|
|
266
307
|
*/
|
|
@@ -315,6 +356,12 @@ export interface QConnect {
|
|
|
315
356
|
getMessageTemplate(args: GetMessageTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetMessageTemplateCommandOutput>;
|
|
316
357
|
getMessageTemplate(args: GetMessageTemplateCommandInput, cb: (err: any, data?: GetMessageTemplateCommandOutput) => void): void;
|
|
317
358
|
getMessageTemplate(args: GetMessageTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessageTemplateCommandOutput) => void): void;
|
|
359
|
+
/**
|
|
360
|
+
* @see {@link GetNextMessageCommand}
|
|
361
|
+
*/
|
|
362
|
+
getNextMessage(args: GetNextMessageCommandInput, options?: __HttpHandlerOptions): Promise<GetNextMessageCommandOutput>;
|
|
363
|
+
getNextMessage(args: GetNextMessageCommandInput, cb: (err: any, data?: GetNextMessageCommandOutput) => void): void;
|
|
364
|
+
getNextMessage(args: GetNextMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNextMessageCommandOutput) => void): void;
|
|
318
365
|
/**
|
|
319
366
|
* @see {@link GetQuickResponseCommand}
|
|
320
367
|
*/
|
|
@@ -345,6 +392,18 @@ export interface QConnect {
|
|
|
345
392
|
listAIAgentVersions(args: ListAIAgentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAIAgentVersionsCommandOutput>;
|
|
346
393
|
listAIAgentVersions(args: ListAIAgentVersionsCommandInput, cb: (err: any, data?: ListAIAgentVersionsCommandOutput) => void): void;
|
|
347
394
|
listAIAgentVersions(args: ListAIAgentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAIAgentVersionsCommandOutput) => void): void;
|
|
395
|
+
/**
|
|
396
|
+
* @see {@link ListAIGuardrailsCommand}
|
|
397
|
+
*/
|
|
398
|
+
listAIGuardrails(args: ListAIGuardrailsCommandInput, options?: __HttpHandlerOptions): Promise<ListAIGuardrailsCommandOutput>;
|
|
399
|
+
listAIGuardrails(args: ListAIGuardrailsCommandInput, cb: (err: any, data?: ListAIGuardrailsCommandOutput) => void): void;
|
|
400
|
+
listAIGuardrails(args: ListAIGuardrailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAIGuardrailsCommandOutput) => void): void;
|
|
401
|
+
/**
|
|
402
|
+
* @see {@link ListAIGuardrailVersionsCommand}
|
|
403
|
+
*/
|
|
404
|
+
listAIGuardrailVersions(args: ListAIGuardrailVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAIGuardrailVersionsCommandOutput>;
|
|
405
|
+
listAIGuardrailVersions(args: ListAIGuardrailVersionsCommandInput, cb: (err: any, data?: ListAIGuardrailVersionsCommandOutput) => void): void;
|
|
406
|
+
listAIGuardrailVersions(args: ListAIGuardrailVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAIGuardrailVersionsCommandOutput) => void): void;
|
|
348
407
|
/**
|
|
349
408
|
* @see {@link ListAIPromptsCommand}
|
|
350
409
|
*/
|
|
@@ -395,6 +454,12 @@ export interface QConnect {
|
|
|
395
454
|
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: __HttpHandlerOptions): Promise<ListKnowledgeBasesCommandOutput>;
|
|
396
455
|
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
|
|
397
456
|
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
|
|
457
|
+
/**
|
|
458
|
+
* @see {@link ListMessagesCommand}
|
|
459
|
+
*/
|
|
460
|
+
listMessages(args: ListMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListMessagesCommandOutput>;
|
|
461
|
+
listMessages(args: ListMessagesCommandInput, cb: (err: any, data?: ListMessagesCommandOutput) => void): void;
|
|
462
|
+
listMessages(args: ListMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMessagesCommandOutput) => void): void;
|
|
398
463
|
/**
|
|
399
464
|
* @see {@link ListMessageTemplatesCommand}
|
|
400
465
|
*/
|
|
@@ -479,6 +544,12 @@ export interface QConnect {
|
|
|
479
544
|
searchSessions(args: SearchSessionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchSessionsCommandOutput>;
|
|
480
545
|
searchSessions(args: SearchSessionsCommandInput, cb: (err: any, data?: SearchSessionsCommandOutput) => void): void;
|
|
481
546
|
searchSessions(args: SearchSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSessionsCommandOutput) => void): void;
|
|
547
|
+
/**
|
|
548
|
+
* @see {@link SendMessageCommand}
|
|
549
|
+
*/
|
|
550
|
+
sendMessage(args: SendMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendMessageCommandOutput>;
|
|
551
|
+
sendMessage(args: SendMessageCommandInput, cb: (err: any, data?: SendMessageCommandOutput) => void): void;
|
|
552
|
+
sendMessage(args: SendMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendMessageCommandOutput) => void): void;
|
|
482
553
|
/**
|
|
483
554
|
* @see {@link StartContentUploadCommand}
|
|
484
555
|
*/
|
|
@@ -509,6 +580,12 @@ export interface QConnect {
|
|
|
509
580
|
updateAIAgent(args: UpdateAIAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAIAgentCommandOutput>;
|
|
510
581
|
updateAIAgent(args: UpdateAIAgentCommandInput, cb: (err: any, data?: UpdateAIAgentCommandOutput) => void): void;
|
|
511
582
|
updateAIAgent(args: UpdateAIAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAIAgentCommandOutput) => void): void;
|
|
583
|
+
/**
|
|
584
|
+
* @see {@link UpdateAIGuardrailCommand}
|
|
585
|
+
*/
|
|
586
|
+
updateAIGuardrail(args: UpdateAIGuardrailCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAIGuardrailCommandOutput>;
|
|
587
|
+
updateAIGuardrail(args: UpdateAIGuardrailCommandInput, cb: (err: any, data?: UpdateAIGuardrailCommandOutput) => void): void;
|
|
588
|
+
updateAIGuardrail(args: UpdateAIGuardrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAIGuardrailCommandOutput) => void): void;
|
|
512
589
|
/**
|
|
513
590
|
* @see {@link UpdateAIPromptCommand}
|
|
514
591
|
*/
|
|
@@ -10,6 +10,8 @@ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/
|
|
|
10
10
|
import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
|
|
11
11
|
import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
|
|
12
12
|
import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
|
|
13
|
+
import { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
|
|
14
|
+
import { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
|
|
13
15
|
import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
|
|
14
16
|
import { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
|
|
15
17
|
import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
|
|
@@ -25,6 +27,8 @@ import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./command
|
|
|
25
27
|
import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
|
|
26
28
|
import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
|
|
27
29
|
import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
|
|
30
|
+
import { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
|
|
31
|
+
import { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
|
|
28
32
|
import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
|
|
29
33
|
import { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
|
|
30
34
|
import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
|
|
@@ -37,6 +41,7 @@ import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttac
|
|
|
37
41
|
import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
|
|
38
42
|
import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
|
|
39
43
|
import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
|
|
44
|
+
import { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
|
|
40
45
|
import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
|
|
41
46
|
import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
|
|
42
47
|
import { GetAssistantCommandInput, GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
|
|
@@ -46,11 +51,14 @@ import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from ".
|
|
|
46
51
|
import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
|
|
47
52
|
import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
|
|
48
53
|
import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
|
|
54
|
+
import { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
|
|
49
55
|
import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
|
|
50
56
|
import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
|
|
51
57
|
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
52
58
|
import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
|
|
53
59
|
import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
|
|
60
|
+
import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
|
|
61
|
+
import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
|
|
54
62
|
import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
|
|
55
63
|
import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
|
|
56
64
|
import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
|
|
@@ -59,6 +67,7 @@ import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutp
|
|
|
59
67
|
import { ListContentsCommandInput, ListContentsCommandOutput } from "./commands/ListContentsCommand";
|
|
60
68
|
import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
|
|
61
69
|
import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
|
|
70
|
+
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
62
71
|
import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
|
|
63
72
|
import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
|
|
64
73
|
import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
|
|
@@ -73,11 +82,13 @@ import { SearchContentCommandInput, SearchContentCommandOutput } from "./command
|
|
|
73
82
|
import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
|
|
74
83
|
import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
|
|
75
84
|
import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
|
|
85
|
+
import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
|
|
76
86
|
import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
|
|
77
87
|
import { StartImportJobCommandInput, StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
|
|
78
88
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
79
89
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
80
90
|
import { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
|
|
91
|
+
import { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
|
|
81
92
|
import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
|
|
82
93
|
import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
|
|
83
94
|
import { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
|
|
@@ -93,11 +104,11 @@ export { __Client };
|
|
|
93
104
|
/**
|
|
94
105
|
* @public
|
|
95
106
|
*/
|
|
96
|
-
export type ServiceInputTypes = ActivateMessageTemplateCommandInput | CreateAIAgentCommandInput | CreateAIAgentVersionCommandInput | CreateAIPromptCommandInput | CreateAIPromptVersionCommandInput | CreateAssistantAssociationCommandInput | CreateAssistantCommandInput | CreateContentAssociationCommandInput | CreateContentCommandInput | CreateKnowledgeBaseCommandInput | CreateMessageTemplateAttachmentCommandInput | CreateMessageTemplateCommandInput | CreateMessageTemplateVersionCommandInput | CreateQuickResponseCommandInput | CreateSessionCommandInput | DeactivateMessageTemplateCommandInput | DeleteAIAgentCommandInput | DeleteAIAgentVersionCommandInput | DeleteAIPromptCommandInput | DeleteAIPromptVersionCommandInput | DeleteAssistantAssociationCommandInput | DeleteAssistantCommandInput | DeleteContentAssociationCommandInput | DeleteContentCommandInput | DeleteImportJobCommandInput | DeleteKnowledgeBaseCommandInput | DeleteMessageTemplateAttachmentCommandInput | DeleteMessageTemplateCommandInput | DeleteQuickResponseCommandInput | GetAIAgentCommandInput | GetAIPromptCommandInput | GetAssistantAssociationCommandInput | GetAssistantCommandInput | GetContentAssociationCommandInput | GetContentCommandInput | GetContentSummaryCommandInput | GetImportJobCommandInput | GetKnowledgeBaseCommandInput | GetMessageTemplateCommandInput | GetQuickResponseCommandInput | GetRecommendationsCommandInput | GetSessionCommandInput | ListAIAgentVersionsCommandInput | ListAIAgentsCommandInput | ListAIPromptVersionsCommandInput | ListAIPromptsCommandInput | ListAssistantAssociationsCommandInput | ListAssistantsCommandInput | ListContentAssociationsCommandInput | ListContentsCommandInput | ListImportJobsCommandInput | ListKnowledgeBasesCommandInput | ListMessageTemplateVersionsCommandInput | ListMessageTemplatesCommandInput | ListQuickResponsesCommandInput | ListTagsForResourceCommandInput | NotifyRecommendationsReceivedCommandInput | PutFeedbackCommandInput | QueryAssistantCommandInput | RemoveAssistantAIAgentCommandInput | RemoveKnowledgeBaseTemplateUriCommandInput | RenderMessageTemplateCommandInput | SearchContentCommandInput | SearchMessageTemplatesCommandInput | SearchQuickResponsesCommandInput | SearchSessionsCommandInput | StartContentUploadCommandInput | StartImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAIAgentCommandInput | UpdateAIPromptCommandInput | UpdateAssistantAIAgentCommandInput | UpdateContentCommandInput | UpdateKnowledgeBaseTemplateUriCommandInput | UpdateMessageTemplateCommandInput | UpdateMessageTemplateMetadataCommandInput | UpdateQuickResponseCommandInput | UpdateSessionCommandInput | UpdateSessionDataCommandInput;
|
|
107
|
+
export type ServiceInputTypes = ActivateMessageTemplateCommandInput | CreateAIAgentCommandInput | CreateAIAgentVersionCommandInput | CreateAIGuardrailCommandInput | CreateAIGuardrailVersionCommandInput | CreateAIPromptCommandInput | CreateAIPromptVersionCommandInput | CreateAssistantAssociationCommandInput | CreateAssistantCommandInput | CreateContentAssociationCommandInput | CreateContentCommandInput | CreateKnowledgeBaseCommandInput | CreateMessageTemplateAttachmentCommandInput | CreateMessageTemplateCommandInput | CreateMessageTemplateVersionCommandInput | CreateQuickResponseCommandInput | CreateSessionCommandInput | DeactivateMessageTemplateCommandInput | DeleteAIAgentCommandInput | DeleteAIAgentVersionCommandInput | DeleteAIGuardrailCommandInput | DeleteAIGuardrailVersionCommandInput | DeleteAIPromptCommandInput | DeleteAIPromptVersionCommandInput | DeleteAssistantAssociationCommandInput | DeleteAssistantCommandInput | DeleteContentAssociationCommandInput | DeleteContentCommandInput | DeleteImportJobCommandInput | DeleteKnowledgeBaseCommandInput | DeleteMessageTemplateAttachmentCommandInput | DeleteMessageTemplateCommandInput | DeleteQuickResponseCommandInput | GetAIAgentCommandInput | GetAIGuardrailCommandInput | GetAIPromptCommandInput | GetAssistantAssociationCommandInput | GetAssistantCommandInput | GetContentAssociationCommandInput | GetContentCommandInput | GetContentSummaryCommandInput | GetImportJobCommandInput | GetKnowledgeBaseCommandInput | GetMessageTemplateCommandInput | GetNextMessageCommandInput | GetQuickResponseCommandInput | GetRecommendationsCommandInput | GetSessionCommandInput | ListAIAgentVersionsCommandInput | ListAIAgentsCommandInput | ListAIGuardrailVersionsCommandInput | ListAIGuardrailsCommandInput | ListAIPromptVersionsCommandInput | ListAIPromptsCommandInput | ListAssistantAssociationsCommandInput | ListAssistantsCommandInput | ListContentAssociationsCommandInput | ListContentsCommandInput | ListImportJobsCommandInput | ListKnowledgeBasesCommandInput | ListMessageTemplateVersionsCommandInput | ListMessageTemplatesCommandInput | ListMessagesCommandInput | ListQuickResponsesCommandInput | ListTagsForResourceCommandInput | NotifyRecommendationsReceivedCommandInput | PutFeedbackCommandInput | QueryAssistantCommandInput | RemoveAssistantAIAgentCommandInput | RemoveKnowledgeBaseTemplateUriCommandInput | RenderMessageTemplateCommandInput | SearchContentCommandInput | SearchMessageTemplatesCommandInput | SearchQuickResponsesCommandInput | SearchSessionsCommandInput | SendMessageCommandInput | StartContentUploadCommandInput | StartImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAIAgentCommandInput | UpdateAIGuardrailCommandInput | UpdateAIPromptCommandInput | UpdateAssistantAIAgentCommandInput | UpdateContentCommandInput | UpdateKnowledgeBaseTemplateUriCommandInput | UpdateMessageTemplateCommandInput | UpdateMessageTemplateMetadataCommandInput | UpdateQuickResponseCommandInput | UpdateSessionCommandInput | UpdateSessionDataCommandInput;
|
|
97
108
|
/**
|
|
98
109
|
* @public
|
|
99
110
|
*/
|
|
100
|
-
export type ServiceOutputTypes = ActivateMessageTemplateCommandOutput | CreateAIAgentCommandOutput | CreateAIAgentVersionCommandOutput | CreateAIPromptCommandOutput | CreateAIPromptVersionCommandOutput | CreateAssistantAssociationCommandOutput | CreateAssistantCommandOutput | CreateContentAssociationCommandOutput | CreateContentCommandOutput | CreateKnowledgeBaseCommandOutput | CreateMessageTemplateAttachmentCommandOutput | CreateMessageTemplateCommandOutput | CreateMessageTemplateVersionCommandOutput | CreateQuickResponseCommandOutput | CreateSessionCommandOutput | DeactivateMessageTemplateCommandOutput | DeleteAIAgentCommandOutput | DeleteAIAgentVersionCommandOutput | DeleteAIPromptCommandOutput | DeleteAIPromptVersionCommandOutput | DeleteAssistantAssociationCommandOutput | DeleteAssistantCommandOutput | DeleteContentAssociationCommandOutput | DeleteContentCommandOutput | DeleteImportJobCommandOutput | DeleteKnowledgeBaseCommandOutput | DeleteMessageTemplateAttachmentCommandOutput | DeleteMessageTemplateCommandOutput | DeleteQuickResponseCommandOutput | GetAIAgentCommandOutput | GetAIPromptCommandOutput | GetAssistantAssociationCommandOutput | GetAssistantCommandOutput | GetContentAssociationCommandOutput | GetContentCommandOutput | GetContentSummaryCommandOutput | GetImportJobCommandOutput | GetKnowledgeBaseCommandOutput | GetMessageTemplateCommandOutput | GetQuickResponseCommandOutput | GetRecommendationsCommandOutput | GetSessionCommandOutput | ListAIAgentVersionsCommandOutput | ListAIAgentsCommandOutput | ListAIPromptVersionsCommandOutput | ListAIPromptsCommandOutput | ListAssistantAssociationsCommandOutput | ListAssistantsCommandOutput | ListContentAssociationsCommandOutput | ListContentsCommandOutput | ListImportJobsCommandOutput | ListKnowledgeBasesCommandOutput | ListMessageTemplateVersionsCommandOutput | ListMessageTemplatesCommandOutput | ListQuickResponsesCommandOutput | ListTagsForResourceCommandOutput | NotifyRecommendationsReceivedCommandOutput | PutFeedbackCommandOutput | QueryAssistantCommandOutput | RemoveAssistantAIAgentCommandOutput | RemoveKnowledgeBaseTemplateUriCommandOutput | RenderMessageTemplateCommandOutput | SearchContentCommandOutput | SearchMessageTemplatesCommandOutput | SearchQuickResponsesCommandOutput | SearchSessionsCommandOutput | StartContentUploadCommandOutput | StartImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAIAgentCommandOutput | UpdateAIPromptCommandOutput | UpdateAssistantAIAgentCommandOutput | UpdateContentCommandOutput | UpdateKnowledgeBaseTemplateUriCommandOutput | UpdateMessageTemplateCommandOutput | UpdateMessageTemplateMetadataCommandOutput | UpdateQuickResponseCommandOutput | UpdateSessionCommandOutput | UpdateSessionDataCommandOutput;
|
|
111
|
+
export type ServiceOutputTypes = ActivateMessageTemplateCommandOutput | CreateAIAgentCommandOutput | CreateAIAgentVersionCommandOutput | CreateAIGuardrailCommandOutput | CreateAIGuardrailVersionCommandOutput | CreateAIPromptCommandOutput | CreateAIPromptVersionCommandOutput | CreateAssistantAssociationCommandOutput | CreateAssistantCommandOutput | CreateContentAssociationCommandOutput | CreateContentCommandOutput | CreateKnowledgeBaseCommandOutput | CreateMessageTemplateAttachmentCommandOutput | CreateMessageTemplateCommandOutput | CreateMessageTemplateVersionCommandOutput | CreateQuickResponseCommandOutput | CreateSessionCommandOutput | DeactivateMessageTemplateCommandOutput | DeleteAIAgentCommandOutput | DeleteAIAgentVersionCommandOutput | DeleteAIGuardrailCommandOutput | DeleteAIGuardrailVersionCommandOutput | DeleteAIPromptCommandOutput | DeleteAIPromptVersionCommandOutput | DeleteAssistantAssociationCommandOutput | DeleteAssistantCommandOutput | DeleteContentAssociationCommandOutput | DeleteContentCommandOutput | DeleteImportJobCommandOutput | DeleteKnowledgeBaseCommandOutput | DeleteMessageTemplateAttachmentCommandOutput | DeleteMessageTemplateCommandOutput | DeleteQuickResponseCommandOutput | GetAIAgentCommandOutput | GetAIGuardrailCommandOutput | GetAIPromptCommandOutput | GetAssistantAssociationCommandOutput | GetAssistantCommandOutput | GetContentAssociationCommandOutput | GetContentCommandOutput | GetContentSummaryCommandOutput | GetImportJobCommandOutput | GetKnowledgeBaseCommandOutput | GetMessageTemplateCommandOutput | GetNextMessageCommandOutput | GetQuickResponseCommandOutput | GetRecommendationsCommandOutput | GetSessionCommandOutput | ListAIAgentVersionsCommandOutput | ListAIAgentsCommandOutput | ListAIGuardrailVersionsCommandOutput | ListAIGuardrailsCommandOutput | ListAIPromptVersionsCommandOutput | ListAIPromptsCommandOutput | ListAssistantAssociationsCommandOutput | ListAssistantsCommandOutput | ListContentAssociationsCommandOutput | ListContentsCommandOutput | ListImportJobsCommandOutput | ListKnowledgeBasesCommandOutput | ListMessageTemplateVersionsCommandOutput | ListMessageTemplatesCommandOutput | ListMessagesCommandOutput | ListQuickResponsesCommandOutput | ListTagsForResourceCommandOutput | NotifyRecommendationsReceivedCommandOutput | PutFeedbackCommandOutput | QueryAssistantCommandOutput | RemoveAssistantAIAgentCommandOutput | RemoveKnowledgeBaseTemplateUriCommandOutput | RenderMessageTemplateCommandOutput | SearchContentCommandOutput | SearchMessageTemplatesCommandOutput | SearchQuickResponsesCommandOutput | SearchSessionsCommandOutput | SendMessageCommandOutput | StartContentUploadCommandOutput | StartImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAIAgentCommandOutput | UpdateAIGuardrailCommandOutput | UpdateAIPromptCommandOutput | UpdateAssistantAIAgentCommandOutput | UpdateContentCommandOutput | UpdateKnowledgeBaseTemplateUriCommandOutput | UpdateMessageTemplateCommandOutput | UpdateMessageTemplateMetadataCommandOutput | UpdateQuickResponseCommandOutput | UpdateSessionCommandOutput | UpdateSessionDataCommandOutput;
|
|
101
112
|
/**
|
|
102
113
|
* @public
|
|
103
114
|
*/
|
|
@@ -42,6 +42,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
42
42
|
* configuration: { // AIAgentConfiguration Union: only one key present
|
|
43
43
|
* manualSearchAIAgentConfiguration: { // ManualSearchAIAgentConfiguration
|
|
44
44
|
* answerGenerationAIPromptId: "STRING_VALUE",
|
|
45
|
+
* answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
45
46
|
* associationConfigurations: [ // AssociationConfigurationList
|
|
46
47
|
* { // AssociationConfiguration
|
|
47
48
|
* associationId: "STRING_VALUE",
|
|
@@ -79,6 +80,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
79
80
|
* intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
80
81
|
* queryReformulationAIPromptId: "STRING_VALUE",
|
|
81
82
|
* answerGenerationAIPromptId: "STRING_VALUE",
|
|
83
|
+
* answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
82
84
|
* associationConfigurations: [
|
|
83
85
|
* {
|
|
84
86
|
* associationId: "STRING_VALUE",
|
|
@@ -106,6 +108,35 @@ declare const CreateAIAgentCommand_base: {
|
|
|
106
108
|
* },
|
|
107
109
|
* ],
|
|
108
110
|
* },
|
|
111
|
+
* selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
112
|
+
* selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
113
|
+
* selfServiceAnswerGenerationAIPromptId: "STRING_VALUE",
|
|
114
|
+
* selfServiceAIGuardrailId: "STRING_VALUE",
|
|
115
|
+
* associationConfigurations: [
|
|
116
|
+
* {
|
|
117
|
+
* associationId: "STRING_VALUE",
|
|
118
|
+
* associationType: "STRING_VALUE",
|
|
119
|
+
* associationConfigurationData: {// Union: only one key present
|
|
120
|
+
* knowledgeBaseAssociationConfigurationData: {
|
|
121
|
+
* contentTagFilter: {// Union: only one key present
|
|
122
|
+
* tagCondition: "<TagCondition>",
|
|
123
|
+
* andConditions: [
|
|
124
|
+
* "<TagCondition>",
|
|
125
|
+
* ],
|
|
126
|
+
* orConditions: [
|
|
127
|
+
* {// Union: only one key present
|
|
128
|
+
* andConditions: "<AndConditions>",
|
|
129
|
+
* tagCondition: "<TagCondition>",
|
|
130
|
+
* },
|
|
131
|
+
* ],
|
|
132
|
+
* },
|
|
133
|
+
* maxResults: Number("int"),
|
|
134
|
+
* overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
135
|
+
* },
|
|
136
|
+
* },
|
|
137
|
+
* },
|
|
138
|
+
* ],
|
|
139
|
+
* },
|
|
109
140
|
* },
|
|
110
141
|
* visibilityStatus: "STRING_VALUE", // required
|
|
111
142
|
* tags: { // Tags
|
|
@@ -126,6 +157,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
126
157
|
* // configuration: { // AIAgentConfiguration Union: only one key present
|
|
127
158
|
* // manualSearchAIAgentConfiguration: { // ManualSearchAIAgentConfiguration
|
|
128
159
|
* // answerGenerationAIPromptId: "STRING_VALUE",
|
|
160
|
+
* // answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
129
161
|
* // associationConfigurations: [ // AssociationConfigurationList
|
|
130
162
|
* // { // AssociationConfiguration
|
|
131
163
|
* // associationId: "STRING_VALUE",
|
|
@@ -163,6 +195,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
163
195
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
164
196
|
* // queryReformulationAIPromptId: "STRING_VALUE",
|
|
165
197
|
* // answerGenerationAIPromptId: "STRING_VALUE",
|
|
198
|
+
* // answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
166
199
|
* // associationConfigurations: [
|
|
167
200
|
* // {
|
|
168
201
|
* // associationId: "STRING_VALUE",
|
|
@@ -190,6 +223,35 @@ declare const CreateAIAgentCommand_base: {
|
|
|
190
223
|
* // },
|
|
191
224
|
* // ],
|
|
192
225
|
* // },
|
|
226
|
+
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
227
|
+
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
228
|
+
* // selfServiceAnswerGenerationAIPromptId: "STRING_VALUE",
|
|
229
|
+
* // selfServiceAIGuardrailId: "STRING_VALUE",
|
|
230
|
+
* // associationConfigurations: [
|
|
231
|
+
* // {
|
|
232
|
+
* // associationId: "STRING_VALUE",
|
|
233
|
+
* // associationType: "STRING_VALUE",
|
|
234
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
235
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
236
|
+
* // contentTagFilter: {// Union: only one key present
|
|
237
|
+
* // tagCondition: "<TagCondition>",
|
|
238
|
+
* // andConditions: [
|
|
239
|
+
* // "<TagCondition>",
|
|
240
|
+
* // ],
|
|
241
|
+
* // orConditions: [
|
|
242
|
+
* // {// Union: only one key present
|
|
243
|
+
* // andConditions: "<AndConditions>",
|
|
244
|
+
* // tagCondition: "<TagCondition>",
|
|
245
|
+
* // },
|
|
246
|
+
* // ],
|
|
247
|
+
* // },
|
|
248
|
+
* // maxResults: Number("int"),
|
|
249
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
250
|
+
* // },
|
|
251
|
+
* // },
|
|
252
|
+
* // },
|
|
253
|
+
* // ],
|
|
254
|
+
* // },
|
|
193
255
|
* // },
|
|
194
256
|
* // modifiedTime: new Date("TIMESTAMP"),
|
|
195
257
|
* // description: "STRING_VALUE",
|
|
@@ -53,6 +53,7 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
53
53
|
* // configuration: { // AIAgentConfiguration Union: only one key present
|
|
54
54
|
* // manualSearchAIAgentConfiguration: { // ManualSearchAIAgentConfiguration
|
|
55
55
|
* // answerGenerationAIPromptId: "STRING_VALUE",
|
|
56
|
+
* // answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
56
57
|
* // associationConfigurations: [ // AssociationConfigurationList
|
|
57
58
|
* // { // AssociationConfiguration
|
|
58
59
|
* // associationId: "STRING_VALUE",
|
|
@@ -90,6 +91,7 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
90
91
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
91
92
|
* // queryReformulationAIPromptId: "STRING_VALUE",
|
|
92
93
|
* // answerGenerationAIPromptId: "STRING_VALUE",
|
|
94
|
+
* // answerGenerationAIGuardrailId: "STRING_VALUE",
|
|
93
95
|
* // associationConfigurations: [
|
|
94
96
|
* // {
|
|
95
97
|
* // associationId: "STRING_VALUE",
|
|
@@ -117,6 +119,35 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
117
119
|
* // },
|
|
118
120
|
* // ],
|
|
119
121
|
* // },
|
|
122
|
+
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
123
|
+
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
124
|
+
* // selfServiceAnswerGenerationAIPromptId: "STRING_VALUE",
|
|
125
|
+
* // selfServiceAIGuardrailId: "STRING_VALUE",
|
|
126
|
+
* // associationConfigurations: [
|
|
127
|
+
* // {
|
|
128
|
+
* // associationId: "STRING_VALUE",
|
|
129
|
+
* // associationType: "STRING_VALUE",
|
|
130
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
131
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
132
|
+
* // contentTagFilter: {// Union: only one key present
|
|
133
|
+
* // tagCondition: "<TagCondition>",
|
|
134
|
+
* // andConditions: [
|
|
135
|
+
* // "<TagCondition>",
|
|
136
|
+
* // ],
|
|
137
|
+
* // orConditions: [
|
|
138
|
+
* // {// Union: only one key present
|
|
139
|
+
* // andConditions: "<AndConditions>",
|
|
140
|
+
* // tagCondition: "<TagCondition>",
|
|
141
|
+
* // },
|
|
142
|
+
* // ],
|
|
143
|
+
* // },
|
|
144
|
+
* // maxResults: Number("int"),
|
|
145
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
146
|
+
* // },
|
|
147
|
+
* // },
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
120
151
|
* // },
|
|
121
152
|
* // modifiedTime: new Date("TIMESTAMP"),
|
|
122
153
|
* // description: "STRING_VALUE",
|