@aws-sdk/client-qconnect 3.693.0 → 3.696.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 +112 -0
- package/dist-cjs/index.js +1279 -149
- package/dist-es/QConnect.js +28 -0
- package/dist-es/commands/ActivateMessageTemplateCommand.js +22 -0
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +23 -0
- package/dist-es/commands/CreateMessageTemplateCommand.js +23 -0
- package/dist-es/commands/CreateMessageTemplateVersionCommand.js +23 -0
- package/dist-es/commands/DeactivateMessageTemplateCommand.js +22 -0
- package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +22 -0
- package/dist-es/commands/DeleteMessageTemplateCommand.js +22 -0
- package/dist-es/commands/GetMessageTemplateCommand.js +23 -0
- package/dist-es/commands/GetRecommendationsCommand.js +1 -1
- package/dist-es/commands/ListMessageTemplateVersionsCommand.js +22 -0
- package/dist-es/commands/ListMessageTemplatesCommand.js +22 -0
- package/dist-es/commands/QueryAssistantCommand.js +2 -1
- package/dist-es/commands/RenderMessageTemplateCommand.js +23 -0
- package/dist-es/commands/SearchMessageTemplatesCommand.js +23 -0
- package/dist-es/commands/SearchQuickResponsesCommand.js +1 -1
- package/dist-es/commands/StartContentUploadCommand.js +1 -1
- package/dist-es/commands/StartImportJobCommand.js +1 -1
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -1
- package/dist-es/commands/UpdateMessageTemplateCommand.js +23 -0
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +23 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +280 -152
- package/dist-es/models/models_1.js +138 -0
- package/dist-es/pagination/ListMessageTemplateVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListMessageTemplatesPaginator.js +4 -0
- package/dist-es/pagination/SearchMessageTemplatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +527 -5
- package/dist-types/QConnect.d.ts +98 -0
- package/dist-types/QConnectClient.d.ts +16 -2
- package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +96 -0
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +109 -0
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +347 -0
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +247 -0
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +95 -0
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +91 -0
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +92 -0
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +231 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +104 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/QueryAssistantCommand.d.ts +2 -1
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +206 -0
- package/dist-types/commands/SearchContentCommand.d.ts +1 -1
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +138 -0
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +1 -1
- package/dist-types/commands/StartContentUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +332 -0
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +233 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1639 -983
- package/dist-types/models/models_1.d.ts +1256 -0
- package/dist-types/pagination/ListMessageTemplateVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMessageTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchMessageTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/QConnect.d.ts +238 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/ActivateMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchMessageTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +466 -284
- package/dist-types/ts3.4/models/models_1.d.ts +349 -0
- package/dist-types/ts3.4/pagination/ListMessageTemplateVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMessageTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchMessageTemplatesPaginator.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 +168 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "../commands/ListMessageTemplateVersionsCommand";
|
|
3
|
+
import { QConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListMessageTemplateVersions: (config: QConnectPaginationConfiguration, input: ListMessageTemplateVersionsCommandInput, ...rest: any[]) => Paginator<ListMessageTemplateVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "../commands/ListMessageTemplatesCommand";
|
|
3
|
+
import { QConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListMessageTemplates: (config: QConnectPaginationConfiguration, input: ListMessageTemplatesCommandInput, ...rest: any[]) => Paginator<ListMessageTemplatesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "../commands/SearchMessageTemplatesCommand";
|
|
3
|
+
import { QConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchMessageTemplates: (config: QConnectPaginationConfiguration, input: SearchMessageTemplatesCommandInput, ...rest: any[]) => Paginator<SearchMessageTemplatesCommandOutput>;
|
|
@@ -9,8 +9,11 @@ export * from "./ListContentAssociationsPaginator";
|
|
|
9
9
|
export * from "./ListContentsPaginator";
|
|
10
10
|
export * from "./ListImportJobsPaginator";
|
|
11
11
|
export * from "./ListKnowledgeBasesPaginator";
|
|
12
|
+
export * from "./ListMessageTemplateVersionsPaginator";
|
|
13
|
+
export * from "./ListMessageTemplatesPaginator";
|
|
12
14
|
export * from "./ListQuickResponsesPaginator";
|
|
13
15
|
export * from "./QueryAssistantPaginator";
|
|
14
16
|
export * from "./SearchContentPaginator";
|
|
17
|
+
export * from "./SearchMessageTemplatesPaginator";
|
|
15
18
|
export * from "./SearchQuickResponsesPaginator";
|
|
16
19
|
export * from "./SearchSessionsPaginator";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "../commands/ActivateMessageTemplateCommand";
|
|
3
4
|
import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "../commands/CreateAIAgentCommand";
|
|
4
5
|
import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "../commands/CreateAIAgentVersionCommand";
|
|
5
6
|
import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "../commands/CreateAIPromptCommand";
|
|
@@ -9,8 +10,12 @@ import { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "../co
|
|
|
9
10
|
import { CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput } from "../commands/CreateContentAssociationCommand";
|
|
10
11
|
import { CreateContentCommandInput, CreateContentCommandOutput } from "../commands/CreateContentCommand";
|
|
11
12
|
import { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "../commands/CreateKnowledgeBaseCommand";
|
|
13
|
+
import { CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput } from "../commands/CreateMessageTemplateAttachmentCommand";
|
|
14
|
+
import { CreateMessageTemplateCommandInput, CreateMessageTemplateCommandOutput } from "../commands/CreateMessageTemplateCommand";
|
|
15
|
+
import { CreateMessageTemplateVersionCommandInput, CreateMessageTemplateVersionCommandOutput } from "../commands/CreateMessageTemplateVersionCommand";
|
|
12
16
|
import { CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput } from "../commands/CreateQuickResponseCommand";
|
|
13
17
|
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
|
|
18
|
+
import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "../commands/DeactivateMessageTemplateCommand";
|
|
14
19
|
import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "../commands/DeleteAIAgentCommand";
|
|
15
20
|
import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "../commands/DeleteAIAgentVersionCommand";
|
|
16
21
|
import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "../commands/DeleteAIPromptCommand";
|
|
@@ -21,6 +26,8 @@ import { DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOu
|
|
|
21
26
|
import { DeleteContentCommandInput, DeleteContentCommandOutput } from "../commands/DeleteContentCommand";
|
|
22
27
|
import { DeleteImportJobCommandInput, DeleteImportJobCommandOutput } from "../commands/DeleteImportJobCommand";
|
|
23
28
|
import { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "../commands/DeleteKnowledgeBaseCommand";
|
|
29
|
+
import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttachmentCommandOutput } from "../commands/DeleteMessageTemplateAttachmentCommand";
|
|
30
|
+
import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "../commands/DeleteMessageTemplateCommand";
|
|
24
31
|
import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "../commands/DeleteQuickResponseCommand";
|
|
25
32
|
import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "../commands/GetAIAgentCommand";
|
|
26
33
|
import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "../commands/GetAIPromptCommand";
|
|
@@ -31,6 +38,7 @@ import { GetContentCommandInput, GetContentCommandOutput } from "../commands/Get
|
|
|
31
38
|
import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "../commands/GetContentSummaryCommand";
|
|
32
39
|
import { GetImportJobCommandInput, GetImportJobCommandOutput } from "../commands/GetImportJobCommand";
|
|
33
40
|
import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "../commands/GetKnowledgeBaseCommand";
|
|
41
|
+
import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "../commands/GetMessageTemplateCommand";
|
|
34
42
|
import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "../commands/GetQuickResponseCommand";
|
|
35
43
|
import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "../commands/GetRecommendationsCommand";
|
|
36
44
|
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
@@ -44,6 +52,8 @@ import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutp
|
|
|
44
52
|
import { ListContentsCommandInput, ListContentsCommandOutput } from "../commands/ListContentsCommand";
|
|
45
53
|
import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "../commands/ListImportJobsCommand";
|
|
46
54
|
import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "../commands/ListKnowledgeBasesCommand";
|
|
55
|
+
import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "../commands/ListMessageTemplatesCommand";
|
|
56
|
+
import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "../commands/ListMessageTemplateVersionsCommand";
|
|
47
57
|
import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "../commands/ListQuickResponsesCommand";
|
|
48
58
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
49
59
|
import { NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput } from "../commands/NotifyRecommendationsReceivedCommand";
|
|
@@ -51,7 +61,9 @@ import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/P
|
|
|
51
61
|
import { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "../commands/QueryAssistantCommand";
|
|
52
62
|
import { RemoveAssistantAIAgentCommandInput, RemoveAssistantAIAgentCommandOutput } from "../commands/RemoveAssistantAIAgentCommand";
|
|
53
63
|
import { RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput } from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
|
|
64
|
+
import { RenderMessageTemplateCommandInput, RenderMessageTemplateCommandOutput } from "../commands/RenderMessageTemplateCommand";
|
|
54
65
|
import { SearchContentCommandInput, SearchContentCommandOutput } from "../commands/SearchContentCommand";
|
|
66
|
+
import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "../commands/SearchMessageTemplatesCommand";
|
|
55
67
|
import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "../commands/SearchQuickResponsesCommand";
|
|
56
68
|
import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "../commands/SearchSessionsCommand";
|
|
57
69
|
import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "../commands/StartContentUploadCommand";
|
|
@@ -63,9 +75,15 @@ import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "../comm
|
|
|
63
75
|
import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "../commands/UpdateAssistantAIAgentCommand";
|
|
64
76
|
import { UpdateContentCommandInput, UpdateContentCommandOutput } from "../commands/UpdateContentCommand";
|
|
65
77
|
import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
|
|
78
|
+
import { UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput } from "../commands/UpdateMessageTemplateCommand";
|
|
79
|
+
import { UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput } from "../commands/UpdateMessageTemplateMetadataCommand";
|
|
66
80
|
import { UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput } from "../commands/UpdateQuickResponseCommand";
|
|
67
81
|
import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "../commands/UpdateSessionCommand";
|
|
68
82
|
import { UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput } from "../commands/UpdateSessionDataCommand";
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1ActivateMessageTemplateCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_ActivateMessageTemplateCommand: (input: ActivateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
87
|
/**
|
|
70
88
|
* serializeAws_restJson1CreateAIAgentCommand
|
|
71
89
|
*/
|
|
@@ -102,6 +120,18 @@ export declare const se_CreateContentAssociationCommand: (input: CreateContentAs
|
|
|
102
120
|
* serializeAws_restJson1CreateKnowledgeBaseCommand
|
|
103
121
|
*/
|
|
104
122
|
export declare const se_CreateKnowledgeBaseCommand: (input: CreateKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1CreateMessageTemplateCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_CreateMessageTemplateCommand: (input: CreateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1CreateMessageTemplateAttachmentCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_CreateMessageTemplateAttachmentCommand: (input: CreateMessageTemplateAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1CreateMessageTemplateVersionCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_CreateMessageTemplateVersionCommand: (input: CreateMessageTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
135
|
/**
|
|
106
136
|
* serializeAws_restJson1CreateQuickResponseCommand
|
|
107
137
|
*/
|
|
@@ -110,6 +140,10 @@ export declare const se_CreateQuickResponseCommand: (input: CreateQuickResponseC
|
|
|
110
140
|
* serializeAws_restJson1CreateSessionCommand
|
|
111
141
|
*/
|
|
112
142
|
export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_restJson1DeactivateMessageTemplateCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_DeactivateMessageTemplateCommand: (input: DeactivateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
147
|
/**
|
|
114
148
|
* serializeAws_restJson1DeleteAIAgentCommand
|
|
115
149
|
*/
|
|
@@ -150,6 +184,14 @@ export declare const se_DeleteImportJobCommand: (input: DeleteImportJobCommandIn
|
|
|
150
184
|
* serializeAws_restJson1DeleteKnowledgeBaseCommand
|
|
151
185
|
*/
|
|
152
186
|
export declare const se_DeleteKnowledgeBaseCommand: (input: DeleteKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
/**
|
|
188
|
+
* serializeAws_restJson1DeleteMessageTemplateCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const se_DeleteMessageTemplateCommand: (input: DeleteMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
/**
|
|
192
|
+
* serializeAws_restJson1DeleteMessageTemplateAttachmentCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const se_DeleteMessageTemplateAttachmentCommand: (input: DeleteMessageTemplateAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
195
|
/**
|
|
154
196
|
* serializeAws_restJson1DeleteQuickResponseCommand
|
|
155
197
|
*/
|
|
@@ -190,6 +232,10 @@ export declare const se_GetImportJobCommand: (input: GetImportJobCommandInput, c
|
|
|
190
232
|
* serializeAws_restJson1GetKnowledgeBaseCommand
|
|
191
233
|
*/
|
|
192
234
|
export declare const se_GetKnowledgeBaseCommand: (input: GetKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
+
/**
|
|
236
|
+
* serializeAws_restJson1GetMessageTemplateCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const se_GetMessageTemplateCommand: (input: GetMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
239
|
/**
|
|
194
240
|
* serializeAws_restJson1GetQuickResponseCommand
|
|
195
241
|
*/
|
|
@@ -242,6 +288,14 @@ export declare const se_ListImportJobsCommand: (input: ListImportJobsCommandInpu
|
|
|
242
288
|
* serializeAws_restJson1ListKnowledgeBasesCommand
|
|
243
289
|
*/
|
|
244
290
|
export declare const se_ListKnowledgeBasesCommand: (input: ListKnowledgeBasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
291
|
+
/**
|
|
292
|
+
* serializeAws_restJson1ListMessageTemplatesCommand
|
|
293
|
+
*/
|
|
294
|
+
export declare const se_ListMessageTemplatesCommand: (input: ListMessageTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
|
+
/**
|
|
296
|
+
* serializeAws_restJson1ListMessageTemplateVersionsCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const se_ListMessageTemplateVersionsCommand: (input: ListMessageTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
299
|
/**
|
|
246
300
|
* serializeAws_restJson1ListQuickResponsesCommand
|
|
247
301
|
*/
|
|
@@ -270,10 +324,18 @@ export declare const se_RemoveAssistantAIAgentCommand: (input: RemoveAssistantAI
|
|
|
270
324
|
* serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
|
|
271
325
|
*/
|
|
272
326
|
export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (input: RemoveKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
327
|
+
/**
|
|
328
|
+
* serializeAws_restJson1RenderMessageTemplateCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const se_RenderMessageTemplateCommand: (input: RenderMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
331
|
/**
|
|
274
332
|
* serializeAws_restJson1SearchContentCommand
|
|
275
333
|
*/
|
|
276
334
|
export declare const se_SearchContentCommand: (input: SearchContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
335
|
+
/**
|
|
336
|
+
* serializeAws_restJson1SearchMessageTemplatesCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const se_SearchMessageTemplatesCommand: (input: SearchMessageTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
339
|
/**
|
|
278
340
|
* serializeAws_restJson1SearchQuickResponsesCommand
|
|
279
341
|
*/
|
|
@@ -318,6 +380,14 @@ export declare const se_UpdateContentCommand: (input: UpdateContentCommandInput,
|
|
|
318
380
|
* serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
|
|
319
381
|
*/
|
|
320
382
|
export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (input: UpdateKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
383
|
+
/**
|
|
384
|
+
* serializeAws_restJson1UpdateMessageTemplateCommand
|
|
385
|
+
*/
|
|
386
|
+
export declare const se_UpdateMessageTemplateCommand: (input: UpdateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
387
|
+
/**
|
|
388
|
+
* serializeAws_restJson1UpdateMessageTemplateMetadataCommand
|
|
389
|
+
*/
|
|
390
|
+
export declare const se_UpdateMessageTemplateMetadataCommand: (input: UpdateMessageTemplateMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
391
|
/**
|
|
322
392
|
* serializeAws_restJson1UpdateQuickResponseCommand
|
|
323
393
|
*/
|
|
@@ -330,6 +400,10 @@ export declare const se_UpdateSessionCommand: (input: UpdateSessionCommandInput,
|
|
|
330
400
|
* serializeAws_restJson1UpdateSessionDataCommand
|
|
331
401
|
*/
|
|
332
402
|
export declare const se_UpdateSessionDataCommand: (input: UpdateSessionDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
403
|
+
/**
|
|
404
|
+
* deserializeAws_restJson1ActivateMessageTemplateCommand
|
|
405
|
+
*/
|
|
406
|
+
export declare const de_ActivateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateMessageTemplateCommandOutput>;
|
|
333
407
|
/**
|
|
334
408
|
* deserializeAws_restJson1CreateAIAgentCommand
|
|
335
409
|
*/
|
|
@@ -366,6 +440,18 @@ export declare const de_CreateContentAssociationCommand: (output: __HttpResponse
|
|
|
366
440
|
* deserializeAws_restJson1CreateKnowledgeBaseCommand
|
|
367
441
|
*/
|
|
368
442
|
export declare const de_CreateKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKnowledgeBaseCommandOutput>;
|
|
443
|
+
/**
|
|
444
|
+
* deserializeAws_restJson1CreateMessageTemplateCommand
|
|
445
|
+
*/
|
|
446
|
+
export declare const de_CreateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateCommandOutput>;
|
|
447
|
+
/**
|
|
448
|
+
* deserializeAws_restJson1CreateMessageTemplateAttachmentCommand
|
|
449
|
+
*/
|
|
450
|
+
export declare const de_CreateMessageTemplateAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateAttachmentCommandOutput>;
|
|
451
|
+
/**
|
|
452
|
+
* deserializeAws_restJson1CreateMessageTemplateVersionCommand
|
|
453
|
+
*/
|
|
454
|
+
export declare const de_CreateMessageTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateVersionCommandOutput>;
|
|
369
455
|
/**
|
|
370
456
|
* deserializeAws_restJson1CreateQuickResponseCommand
|
|
371
457
|
*/
|
|
@@ -374,6 +460,10 @@ export declare const de_CreateQuickResponseCommand: (output: __HttpResponse, con
|
|
|
374
460
|
* deserializeAws_restJson1CreateSessionCommand
|
|
375
461
|
*/
|
|
376
462
|
export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
|
|
463
|
+
/**
|
|
464
|
+
* deserializeAws_restJson1DeactivateMessageTemplateCommand
|
|
465
|
+
*/
|
|
466
|
+
export declare const de_DeactivateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateMessageTemplateCommandOutput>;
|
|
377
467
|
/**
|
|
378
468
|
* deserializeAws_restJson1DeleteAIAgentCommand
|
|
379
469
|
*/
|
|
@@ -414,6 +504,14 @@ export declare const de_DeleteImportJobCommand: (output: __HttpResponse, context
|
|
|
414
504
|
* deserializeAws_restJson1DeleteKnowledgeBaseCommand
|
|
415
505
|
*/
|
|
416
506
|
export declare const de_DeleteKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKnowledgeBaseCommandOutput>;
|
|
507
|
+
/**
|
|
508
|
+
* deserializeAws_restJson1DeleteMessageTemplateCommand
|
|
509
|
+
*/
|
|
510
|
+
export declare const de_DeleteMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageTemplateCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* deserializeAws_restJson1DeleteMessageTemplateAttachmentCommand
|
|
513
|
+
*/
|
|
514
|
+
export declare const de_DeleteMessageTemplateAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageTemplateAttachmentCommandOutput>;
|
|
417
515
|
/**
|
|
418
516
|
* deserializeAws_restJson1DeleteQuickResponseCommand
|
|
419
517
|
*/
|
|
@@ -454,6 +552,10 @@ export declare const de_GetImportJobCommand: (output: __HttpResponse, context: _
|
|
|
454
552
|
* deserializeAws_restJson1GetKnowledgeBaseCommand
|
|
455
553
|
*/
|
|
456
554
|
export declare const de_GetKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKnowledgeBaseCommandOutput>;
|
|
555
|
+
/**
|
|
556
|
+
* deserializeAws_restJson1GetMessageTemplateCommand
|
|
557
|
+
*/
|
|
558
|
+
export declare const de_GetMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessageTemplateCommandOutput>;
|
|
457
559
|
/**
|
|
458
560
|
* deserializeAws_restJson1GetQuickResponseCommand
|
|
459
561
|
*/
|
|
@@ -506,6 +608,14 @@ export declare const de_ListImportJobsCommand: (output: __HttpResponse, context:
|
|
|
506
608
|
* deserializeAws_restJson1ListKnowledgeBasesCommand
|
|
507
609
|
*/
|
|
508
610
|
export declare const de_ListKnowledgeBasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKnowledgeBasesCommandOutput>;
|
|
611
|
+
/**
|
|
612
|
+
* deserializeAws_restJson1ListMessageTemplatesCommand
|
|
613
|
+
*/
|
|
614
|
+
export declare const de_ListMessageTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageTemplatesCommandOutput>;
|
|
615
|
+
/**
|
|
616
|
+
* deserializeAws_restJson1ListMessageTemplateVersionsCommand
|
|
617
|
+
*/
|
|
618
|
+
export declare const de_ListMessageTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageTemplateVersionsCommandOutput>;
|
|
509
619
|
/**
|
|
510
620
|
* deserializeAws_restJson1ListQuickResponsesCommand
|
|
511
621
|
*/
|
|
@@ -534,10 +644,18 @@ export declare const de_RemoveAssistantAIAgentCommand: (output: __HttpResponse,
|
|
|
534
644
|
* deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
|
|
535
645
|
*/
|
|
536
646
|
export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
|
|
647
|
+
/**
|
|
648
|
+
* deserializeAws_restJson1RenderMessageTemplateCommand
|
|
649
|
+
*/
|
|
650
|
+
export declare const de_RenderMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenderMessageTemplateCommandOutput>;
|
|
537
651
|
/**
|
|
538
652
|
* deserializeAws_restJson1SearchContentCommand
|
|
539
653
|
*/
|
|
540
654
|
export declare const de_SearchContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContentCommandOutput>;
|
|
655
|
+
/**
|
|
656
|
+
* deserializeAws_restJson1SearchMessageTemplatesCommand
|
|
657
|
+
*/
|
|
658
|
+
export declare const de_SearchMessageTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchMessageTemplatesCommandOutput>;
|
|
541
659
|
/**
|
|
542
660
|
* deserializeAws_restJson1SearchQuickResponsesCommand
|
|
543
661
|
*/
|
|
@@ -582,6 +700,14 @@ export declare const de_UpdateContentCommand: (output: __HttpResponse, context:
|
|
|
582
700
|
* deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
|
|
583
701
|
*/
|
|
584
702
|
export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
|
|
703
|
+
/**
|
|
704
|
+
* deserializeAws_restJson1UpdateMessageTemplateCommand
|
|
705
|
+
*/
|
|
706
|
+
export declare const de_UpdateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMessageTemplateCommandOutput>;
|
|
707
|
+
/**
|
|
708
|
+
* deserializeAws_restJson1UpdateMessageTemplateMetadataCommand
|
|
709
|
+
*/
|
|
710
|
+
export declare const de_UpdateMessageTemplateMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMessageTemplateMetadataCommandOutput>;
|
|
585
711
|
/**
|
|
586
712
|
* deserializeAws_restJson1UpdateQuickResponseCommand
|
|
587
713
|
*/
|