@aws-sdk/client-qconnect 3.693.0 → 3.695.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 +1 -1
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ActivateMessageTemplateCommandInput,
|
|
4
|
+
ActivateMessageTemplateCommandOutput,
|
|
5
|
+
} from "./commands/ActivateMessageTemplateCommand";
|
|
2
6
|
import {
|
|
3
7
|
CreateAIAgentCommandInput,
|
|
4
8
|
CreateAIAgentCommandOutput,
|
|
@@ -35,6 +39,18 @@ import {
|
|
|
35
39
|
CreateKnowledgeBaseCommandInput,
|
|
36
40
|
CreateKnowledgeBaseCommandOutput,
|
|
37
41
|
} from "./commands/CreateKnowledgeBaseCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateMessageTemplateAttachmentCommandInput,
|
|
44
|
+
CreateMessageTemplateAttachmentCommandOutput,
|
|
45
|
+
} from "./commands/CreateMessageTemplateAttachmentCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateMessageTemplateCommandInput,
|
|
48
|
+
CreateMessageTemplateCommandOutput,
|
|
49
|
+
} from "./commands/CreateMessageTemplateCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateMessageTemplateVersionCommandInput,
|
|
52
|
+
CreateMessageTemplateVersionCommandOutput,
|
|
53
|
+
} from "./commands/CreateMessageTemplateVersionCommand";
|
|
38
54
|
import {
|
|
39
55
|
CreateQuickResponseCommandInput,
|
|
40
56
|
CreateQuickResponseCommandOutput,
|
|
@@ -43,6 +59,10 @@ import {
|
|
|
43
59
|
CreateSessionCommandInput,
|
|
44
60
|
CreateSessionCommandOutput,
|
|
45
61
|
} from "./commands/CreateSessionCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeactivateMessageTemplateCommandInput,
|
|
64
|
+
DeactivateMessageTemplateCommandOutput,
|
|
65
|
+
} from "./commands/DeactivateMessageTemplateCommand";
|
|
46
66
|
import {
|
|
47
67
|
DeleteAIAgentCommandInput,
|
|
48
68
|
DeleteAIAgentCommandOutput,
|
|
@@ -83,6 +103,14 @@ import {
|
|
|
83
103
|
DeleteKnowledgeBaseCommandInput,
|
|
84
104
|
DeleteKnowledgeBaseCommandOutput,
|
|
85
105
|
} from "./commands/DeleteKnowledgeBaseCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteMessageTemplateAttachmentCommandInput,
|
|
108
|
+
DeleteMessageTemplateAttachmentCommandOutput,
|
|
109
|
+
} from "./commands/DeleteMessageTemplateAttachmentCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteMessageTemplateCommandInput,
|
|
112
|
+
DeleteMessageTemplateCommandOutput,
|
|
113
|
+
} from "./commands/DeleteMessageTemplateCommand";
|
|
86
114
|
import {
|
|
87
115
|
DeleteQuickResponseCommandInput,
|
|
88
116
|
DeleteQuickResponseCommandOutput,
|
|
@@ -123,6 +151,10 @@ import {
|
|
|
123
151
|
GetKnowledgeBaseCommandInput,
|
|
124
152
|
GetKnowledgeBaseCommandOutput,
|
|
125
153
|
} from "./commands/GetKnowledgeBaseCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetMessageTemplateCommandInput,
|
|
156
|
+
GetMessageTemplateCommandOutput,
|
|
157
|
+
} from "./commands/GetMessageTemplateCommand";
|
|
126
158
|
import {
|
|
127
159
|
GetQuickResponseCommandInput,
|
|
128
160
|
GetQuickResponseCommandOutput,
|
|
@@ -175,6 +207,14 @@ import {
|
|
|
175
207
|
ListKnowledgeBasesCommandInput,
|
|
176
208
|
ListKnowledgeBasesCommandOutput,
|
|
177
209
|
} from "./commands/ListKnowledgeBasesCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListMessageTemplatesCommandInput,
|
|
212
|
+
ListMessageTemplatesCommandOutput,
|
|
213
|
+
} from "./commands/ListMessageTemplatesCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListMessageTemplateVersionsCommandInput,
|
|
216
|
+
ListMessageTemplateVersionsCommandOutput,
|
|
217
|
+
} from "./commands/ListMessageTemplateVersionsCommand";
|
|
178
218
|
import {
|
|
179
219
|
ListQuickResponsesCommandInput,
|
|
180
220
|
ListQuickResponsesCommandOutput,
|
|
@@ -203,10 +243,18 @@ import {
|
|
|
203
243
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
204
244
|
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
205
245
|
} from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
|
|
246
|
+
import {
|
|
247
|
+
RenderMessageTemplateCommandInput,
|
|
248
|
+
RenderMessageTemplateCommandOutput,
|
|
249
|
+
} from "./commands/RenderMessageTemplateCommand";
|
|
206
250
|
import {
|
|
207
251
|
SearchContentCommandInput,
|
|
208
252
|
SearchContentCommandOutput,
|
|
209
253
|
} from "./commands/SearchContentCommand";
|
|
254
|
+
import {
|
|
255
|
+
SearchMessageTemplatesCommandInput,
|
|
256
|
+
SearchMessageTemplatesCommandOutput,
|
|
257
|
+
} from "./commands/SearchMessageTemplatesCommand";
|
|
210
258
|
import {
|
|
211
259
|
SearchQuickResponsesCommandInput,
|
|
212
260
|
SearchQuickResponsesCommandOutput,
|
|
@@ -251,6 +299,14 @@ import {
|
|
|
251
299
|
UpdateKnowledgeBaseTemplateUriCommandInput,
|
|
252
300
|
UpdateKnowledgeBaseTemplateUriCommandOutput,
|
|
253
301
|
} from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateMessageTemplateCommandInput,
|
|
304
|
+
UpdateMessageTemplateCommandOutput,
|
|
305
|
+
} from "./commands/UpdateMessageTemplateCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateMessageTemplateMetadataCommandInput,
|
|
308
|
+
UpdateMessageTemplateMetadataCommandOutput,
|
|
309
|
+
} from "./commands/UpdateMessageTemplateMetadataCommand";
|
|
254
310
|
import {
|
|
255
311
|
UpdateQuickResponseCommandInput,
|
|
256
312
|
UpdateQuickResponseCommandOutput,
|
|
@@ -265,6 +321,19 @@ import {
|
|
|
265
321
|
} from "./commands/UpdateSessionDataCommand";
|
|
266
322
|
import { QConnectClient } from "./QConnectClient";
|
|
267
323
|
export interface QConnect {
|
|
324
|
+
activateMessageTemplate(
|
|
325
|
+
args: ActivateMessageTemplateCommandInput,
|
|
326
|
+
options?: __HttpHandlerOptions
|
|
327
|
+
): Promise<ActivateMessageTemplateCommandOutput>;
|
|
328
|
+
activateMessageTemplate(
|
|
329
|
+
args: ActivateMessageTemplateCommandInput,
|
|
330
|
+
cb: (err: any, data?: ActivateMessageTemplateCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
activateMessageTemplate(
|
|
333
|
+
args: ActivateMessageTemplateCommandInput,
|
|
334
|
+
options: __HttpHandlerOptions,
|
|
335
|
+
cb: (err: any, data?: ActivateMessageTemplateCommandOutput) => void
|
|
336
|
+
): void;
|
|
268
337
|
createAIAgent(
|
|
269
338
|
args: CreateAIAgentCommandInput,
|
|
270
339
|
options?: __HttpHandlerOptions
|
|
@@ -382,6 +451,45 @@ export interface QConnect {
|
|
|
382
451
|
options: __HttpHandlerOptions,
|
|
383
452
|
cb: (err: any, data?: CreateKnowledgeBaseCommandOutput) => void
|
|
384
453
|
): void;
|
|
454
|
+
createMessageTemplate(
|
|
455
|
+
args: CreateMessageTemplateCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<CreateMessageTemplateCommandOutput>;
|
|
458
|
+
createMessageTemplate(
|
|
459
|
+
args: CreateMessageTemplateCommandInput,
|
|
460
|
+
cb: (err: any, data?: CreateMessageTemplateCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
createMessageTemplate(
|
|
463
|
+
args: CreateMessageTemplateCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: CreateMessageTemplateCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
createMessageTemplateAttachment(
|
|
468
|
+
args: CreateMessageTemplateAttachmentCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<CreateMessageTemplateAttachmentCommandOutput>;
|
|
471
|
+
createMessageTemplateAttachment(
|
|
472
|
+
args: CreateMessageTemplateAttachmentCommandInput,
|
|
473
|
+
cb: (err: any, data?: CreateMessageTemplateAttachmentCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
createMessageTemplateAttachment(
|
|
476
|
+
args: CreateMessageTemplateAttachmentCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: CreateMessageTemplateAttachmentCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
createMessageTemplateVersion(
|
|
481
|
+
args: CreateMessageTemplateVersionCommandInput,
|
|
482
|
+
options?: __HttpHandlerOptions
|
|
483
|
+
): Promise<CreateMessageTemplateVersionCommandOutput>;
|
|
484
|
+
createMessageTemplateVersion(
|
|
485
|
+
args: CreateMessageTemplateVersionCommandInput,
|
|
486
|
+
cb: (err: any, data?: CreateMessageTemplateVersionCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
createMessageTemplateVersion(
|
|
489
|
+
args: CreateMessageTemplateVersionCommandInput,
|
|
490
|
+
options: __HttpHandlerOptions,
|
|
491
|
+
cb: (err: any, data?: CreateMessageTemplateVersionCommandOutput) => void
|
|
492
|
+
): void;
|
|
385
493
|
createQuickResponse(
|
|
386
494
|
args: CreateQuickResponseCommandInput,
|
|
387
495
|
options?: __HttpHandlerOptions
|
|
@@ -408,6 +516,19 @@ export interface QConnect {
|
|
|
408
516
|
options: __HttpHandlerOptions,
|
|
409
517
|
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
410
518
|
): void;
|
|
519
|
+
deactivateMessageTemplate(
|
|
520
|
+
args: DeactivateMessageTemplateCommandInput,
|
|
521
|
+
options?: __HttpHandlerOptions
|
|
522
|
+
): Promise<DeactivateMessageTemplateCommandOutput>;
|
|
523
|
+
deactivateMessageTemplate(
|
|
524
|
+
args: DeactivateMessageTemplateCommandInput,
|
|
525
|
+
cb: (err: any, data?: DeactivateMessageTemplateCommandOutput) => void
|
|
526
|
+
): void;
|
|
527
|
+
deactivateMessageTemplate(
|
|
528
|
+
args: DeactivateMessageTemplateCommandInput,
|
|
529
|
+
options: __HttpHandlerOptions,
|
|
530
|
+
cb: (err: any, data?: DeactivateMessageTemplateCommandOutput) => void
|
|
531
|
+
): void;
|
|
411
532
|
deleteAIAgent(
|
|
412
533
|
args: DeleteAIAgentCommandInput,
|
|
413
534
|
options?: __HttpHandlerOptions
|
|
@@ -538,6 +659,32 @@ export interface QConnect {
|
|
|
538
659
|
options: __HttpHandlerOptions,
|
|
539
660
|
cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void
|
|
540
661
|
): void;
|
|
662
|
+
deleteMessageTemplate(
|
|
663
|
+
args: DeleteMessageTemplateCommandInput,
|
|
664
|
+
options?: __HttpHandlerOptions
|
|
665
|
+
): Promise<DeleteMessageTemplateCommandOutput>;
|
|
666
|
+
deleteMessageTemplate(
|
|
667
|
+
args: DeleteMessageTemplateCommandInput,
|
|
668
|
+
cb: (err: any, data?: DeleteMessageTemplateCommandOutput) => void
|
|
669
|
+
): void;
|
|
670
|
+
deleteMessageTemplate(
|
|
671
|
+
args: DeleteMessageTemplateCommandInput,
|
|
672
|
+
options: __HttpHandlerOptions,
|
|
673
|
+
cb: (err: any, data?: DeleteMessageTemplateCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
deleteMessageTemplateAttachment(
|
|
676
|
+
args: DeleteMessageTemplateAttachmentCommandInput,
|
|
677
|
+
options?: __HttpHandlerOptions
|
|
678
|
+
): Promise<DeleteMessageTemplateAttachmentCommandOutput>;
|
|
679
|
+
deleteMessageTemplateAttachment(
|
|
680
|
+
args: DeleteMessageTemplateAttachmentCommandInput,
|
|
681
|
+
cb: (err: any, data?: DeleteMessageTemplateAttachmentCommandOutput) => void
|
|
682
|
+
): void;
|
|
683
|
+
deleteMessageTemplateAttachment(
|
|
684
|
+
args: DeleteMessageTemplateAttachmentCommandInput,
|
|
685
|
+
options: __HttpHandlerOptions,
|
|
686
|
+
cb: (err: any, data?: DeleteMessageTemplateAttachmentCommandOutput) => void
|
|
687
|
+
): void;
|
|
541
688
|
deleteQuickResponse(
|
|
542
689
|
args: DeleteQuickResponseCommandInput,
|
|
543
690
|
options?: __HttpHandlerOptions
|
|
@@ -668,6 +815,19 @@ export interface QConnect {
|
|
|
668
815
|
options: __HttpHandlerOptions,
|
|
669
816
|
cb: (err: any, data?: GetKnowledgeBaseCommandOutput) => void
|
|
670
817
|
): void;
|
|
818
|
+
getMessageTemplate(
|
|
819
|
+
args: GetMessageTemplateCommandInput,
|
|
820
|
+
options?: __HttpHandlerOptions
|
|
821
|
+
): Promise<GetMessageTemplateCommandOutput>;
|
|
822
|
+
getMessageTemplate(
|
|
823
|
+
args: GetMessageTemplateCommandInput,
|
|
824
|
+
cb: (err: any, data?: GetMessageTemplateCommandOutput) => void
|
|
825
|
+
): void;
|
|
826
|
+
getMessageTemplate(
|
|
827
|
+
args: GetMessageTemplateCommandInput,
|
|
828
|
+
options: __HttpHandlerOptions,
|
|
829
|
+
cb: (err: any, data?: GetMessageTemplateCommandOutput) => void
|
|
830
|
+
): void;
|
|
671
831
|
getQuickResponse(
|
|
672
832
|
args: GetQuickResponseCommandInput,
|
|
673
833
|
options?: __HttpHandlerOptions
|
|
@@ -839,6 +999,32 @@ export interface QConnect {
|
|
|
839
999
|
options: __HttpHandlerOptions,
|
|
840
1000
|
cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void
|
|
841
1001
|
): void;
|
|
1002
|
+
listMessageTemplates(
|
|
1003
|
+
args: ListMessageTemplatesCommandInput,
|
|
1004
|
+
options?: __HttpHandlerOptions
|
|
1005
|
+
): Promise<ListMessageTemplatesCommandOutput>;
|
|
1006
|
+
listMessageTemplates(
|
|
1007
|
+
args: ListMessageTemplatesCommandInput,
|
|
1008
|
+
cb: (err: any, data?: ListMessageTemplatesCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
listMessageTemplates(
|
|
1011
|
+
args: ListMessageTemplatesCommandInput,
|
|
1012
|
+
options: __HttpHandlerOptions,
|
|
1013
|
+
cb: (err: any, data?: ListMessageTemplatesCommandOutput) => void
|
|
1014
|
+
): void;
|
|
1015
|
+
listMessageTemplateVersions(
|
|
1016
|
+
args: ListMessageTemplateVersionsCommandInput,
|
|
1017
|
+
options?: __HttpHandlerOptions
|
|
1018
|
+
): Promise<ListMessageTemplateVersionsCommandOutput>;
|
|
1019
|
+
listMessageTemplateVersions(
|
|
1020
|
+
args: ListMessageTemplateVersionsCommandInput,
|
|
1021
|
+
cb: (err: any, data?: ListMessageTemplateVersionsCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
listMessageTemplateVersions(
|
|
1024
|
+
args: ListMessageTemplateVersionsCommandInput,
|
|
1025
|
+
options: __HttpHandlerOptions,
|
|
1026
|
+
cb: (err: any, data?: ListMessageTemplateVersionsCommandOutput) => void
|
|
1027
|
+
): void;
|
|
842
1028
|
listQuickResponses(
|
|
843
1029
|
args: ListQuickResponsesCommandInput,
|
|
844
1030
|
options?: __HttpHandlerOptions
|
|
@@ -930,6 +1116,19 @@ export interface QConnect {
|
|
|
930
1116
|
options: __HttpHandlerOptions,
|
|
931
1117
|
cb: (err: any, data?: RemoveKnowledgeBaseTemplateUriCommandOutput) => void
|
|
932
1118
|
): void;
|
|
1119
|
+
renderMessageTemplate(
|
|
1120
|
+
args: RenderMessageTemplateCommandInput,
|
|
1121
|
+
options?: __HttpHandlerOptions
|
|
1122
|
+
): Promise<RenderMessageTemplateCommandOutput>;
|
|
1123
|
+
renderMessageTemplate(
|
|
1124
|
+
args: RenderMessageTemplateCommandInput,
|
|
1125
|
+
cb: (err: any, data?: RenderMessageTemplateCommandOutput) => void
|
|
1126
|
+
): void;
|
|
1127
|
+
renderMessageTemplate(
|
|
1128
|
+
args: RenderMessageTemplateCommandInput,
|
|
1129
|
+
options: __HttpHandlerOptions,
|
|
1130
|
+
cb: (err: any, data?: RenderMessageTemplateCommandOutput) => void
|
|
1131
|
+
): void;
|
|
933
1132
|
searchContent(
|
|
934
1133
|
args: SearchContentCommandInput,
|
|
935
1134
|
options?: __HttpHandlerOptions
|
|
@@ -943,6 +1142,19 @@ export interface QConnect {
|
|
|
943
1142
|
options: __HttpHandlerOptions,
|
|
944
1143
|
cb: (err: any, data?: SearchContentCommandOutput) => void
|
|
945
1144
|
): void;
|
|
1145
|
+
searchMessageTemplates(
|
|
1146
|
+
args: SearchMessageTemplatesCommandInput,
|
|
1147
|
+
options?: __HttpHandlerOptions
|
|
1148
|
+
): Promise<SearchMessageTemplatesCommandOutput>;
|
|
1149
|
+
searchMessageTemplates(
|
|
1150
|
+
args: SearchMessageTemplatesCommandInput,
|
|
1151
|
+
cb: (err: any, data?: SearchMessageTemplatesCommandOutput) => void
|
|
1152
|
+
): void;
|
|
1153
|
+
searchMessageTemplates(
|
|
1154
|
+
args: SearchMessageTemplatesCommandInput,
|
|
1155
|
+
options: __HttpHandlerOptions,
|
|
1156
|
+
cb: (err: any, data?: SearchMessageTemplatesCommandOutput) => void
|
|
1157
|
+
): void;
|
|
946
1158
|
searchQuickResponses(
|
|
947
1159
|
args: SearchQuickResponsesCommandInput,
|
|
948
1160
|
options?: __HttpHandlerOptions
|
|
@@ -1086,6 +1298,32 @@ export interface QConnect {
|
|
|
1086
1298
|
options: __HttpHandlerOptions,
|
|
1087
1299
|
cb: (err: any, data?: UpdateKnowledgeBaseTemplateUriCommandOutput) => void
|
|
1088
1300
|
): void;
|
|
1301
|
+
updateMessageTemplate(
|
|
1302
|
+
args: UpdateMessageTemplateCommandInput,
|
|
1303
|
+
options?: __HttpHandlerOptions
|
|
1304
|
+
): Promise<UpdateMessageTemplateCommandOutput>;
|
|
1305
|
+
updateMessageTemplate(
|
|
1306
|
+
args: UpdateMessageTemplateCommandInput,
|
|
1307
|
+
cb: (err: any, data?: UpdateMessageTemplateCommandOutput) => void
|
|
1308
|
+
): void;
|
|
1309
|
+
updateMessageTemplate(
|
|
1310
|
+
args: UpdateMessageTemplateCommandInput,
|
|
1311
|
+
options: __HttpHandlerOptions,
|
|
1312
|
+
cb: (err: any, data?: UpdateMessageTemplateCommandOutput) => void
|
|
1313
|
+
): void;
|
|
1314
|
+
updateMessageTemplateMetadata(
|
|
1315
|
+
args: UpdateMessageTemplateMetadataCommandInput,
|
|
1316
|
+
options?: __HttpHandlerOptions
|
|
1317
|
+
): Promise<UpdateMessageTemplateMetadataCommandOutput>;
|
|
1318
|
+
updateMessageTemplateMetadata(
|
|
1319
|
+
args: UpdateMessageTemplateMetadataCommandInput,
|
|
1320
|
+
cb: (err: any, data?: UpdateMessageTemplateMetadataCommandOutput) => void
|
|
1321
|
+
): void;
|
|
1322
|
+
updateMessageTemplateMetadata(
|
|
1323
|
+
args: UpdateMessageTemplateMetadataCommandInput,
|
|
1324
|
+
options: __HttpHandlerOptions,
|
|
1325
|
+
cb: (err: any, data?: UpdateMessageTemplateMetadataCommandOutput) => void
|
|
1326
|
+
): void;
|
|
1089
1327
|
updateQuickResponse(
|
|
1090
1328
|
args: UpdateQuickResponseCommandInput,
|
|
1091
1329
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
ActivateMessageTemplateCommandInput,
|
|
50
|
+
ActivateMessageTemplateCommandOutput,
|
|
51
|
+
} from "./commands/ActivateMessageTemplateCommand";
|
|
48
52
|
import {
|
|
49
53
|
CreateAIAgentCommandInput,
|
|
50
54
|
CreateAIAgentCommandOutput,
|
|
@@ -81,6 +85,18 @@ import {
|
|
|
81
85
|
CreateKnowledgeBaseCommandInput,
|
|
82
86
|
CreateKnowledgeBaseCommandOutput,
|
|
83
87
|
} from "./commands/CreateKnowledgeBaseCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateMessageTemplateAttachmentCommandInput,
|
|
90
|
+
CreateMessageTemplateAttachmentCommandOutput,
|
|
91
|
+
} from "./commands/CreateMessageTemplateAttachmentCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateMessageTemplateCommandInput,
|
|
94
|
+
CreateMessageTemplateCommandOutput,
|
|
95
|
+
} from "./commands/CreateMessageTemplateCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateMessageTemplateVersionCommandInput,
|
|
98
|
+
CreateMessageTemplateVersionCommandOutput,
|
|
99
|
+
} from "./commands/CreateMessageTemplateVersionCommand";
|
|
84
100
|
import {
|
|
85
101
|
CreateQuickResponseCommandInput,
|
|
86
102
|
CreateQuickResponseCommandOutput,
|
|
@@ -89,6 +105,10 @@ import {
|
|
|
89
105
|
CreateSessionCommandInput,
|
|
90
106
|
CreateSessionCommandOutput,
|
|
91
107
|
} from "./commands/CreateSessionCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeactivateMessageTemplateCommandInput,
|
|
110
|
+
DeactivateMessageTemplateCommandOutput,
|
|
111
|
+
} from "./commands/DeactivateMessageTemplateCommand";
|
|
92
112
|
import {
|
|
93
113
|
DeleteAIAgentCommandInput,
|
|
94
114
|
DeleteAIAgentCommandOutput,
|
|
@@ -129,6 +149,14 @@ import {
|
|
|
129
149
|
DeleteKnowledgeBaseCommandInput,
|
|
130
150
|
DeleteKnowledgeBaseCommandOutput,
|
|
131
151
|
} from "./commands/DeleteKnowledgeBaseCommand";
|
|
152
|
+
import {
|
|
153
|
+
DeleteMessageTemplateAttachmentCommandInput,
|
|
154
|
+
DeleteMessageTemplateAttachmentCommandOutput,
|
|
155
|
+
} from "./commands/DeleteMessageTemplateAttachmentCommand";
|
|
156
|
+
import {
|
|
157
|
+
DeleteMessageTemplateCommandInput,
|
|
158
|
+
DeleteMessageTemplateCommandOutput,
|
|
159
|
+
} from "./commands/DeleteMessageTemplateCommand";
|
|
132
160
|
import {
|
|
133
161
|
DeleteQuickResponseCommandInput,
|
|
134
162
|
DeleteQuickResponseCommandOutput,
|
|
@@ -169,6 +197,10 @@ import {
|
|
|
169
197
|
GetKnowledgeBaseCommandInput,
|
|
170
198
|
GetKnowledgeBaseCommandOutput,
|
|
171
199
|
} from "./commands/GetKnowledgeBaseCommand";
|
|
200
|
+
import {
|
|
201
|
+
GetMessageTemplateCommandInput,
|
|
202
|
+
GetMessageTemplateCommandOutput,
|
|
203
|
+
} from "./commands/GetMessageTemplateCommand";
|
|
172
204
|
import {
|
|
173
205
|
GetQuickResponseCommandInput,
|
|
174
206
|
GetQuickResponseCommandOutput,
|
|
@@ -221,6 +253,14 @@ import {
|
|
|
221
253
|
ListKnowledgeBasesCommandInput,
|
|
222
254
|
ListKnowledgeBasesCommandOutput,
|
|
223
255
|
} from "./commands/ListKnowledgeBasesCommand";
|
|
256
|
+
import {
|
|
257
|
+
ListMessageTemplatesCommandInput,
|
|
258
|
+
ListMessageTemplatesCommandOutput,
|
|
259
|
+
} from "./commands/ListMessageTemplatesCommand";
|
|
260
|
+
import {
|
|
261
|
+
ListMessageTemplateVersionsCommandInput,
|
|
262
|
+
ListMessageTemplateVersionsCommandOutput,
|
|
263
|
+
} from "./commands/ListMessageTemplateVersionsCommand";
|
|
224
264
|
import {
|
|
225
265
|
ListQuickResponsesCommandInput,
|
|
226
266
|
ListQuickResponsesCommandOutput,
|
|
@@ -249,10 +289,18 @@ import {
|
|
|
249
289
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
250
290
|
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
251
291
|
} from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
|
|
292
|
+
import {
|
|
293
|
+
RenderMessageTemplateCommandInput,
|
|
294
|
+
RenderMessageTemplateCommandOutput,
|
|
295
|
+
} from "./commands/RenderMessageTemplateCommand";
|
|
252
296
|
import {
|
|
253
297
|
SearchContentCommandInput,
|
|
254
298
|
SearchContentCommandOutput,
|
|
255
299
|
} from "./commands/SearchContentCommand";
|
|
300
|
+
import {
|
|
301
|
+
SearchMessageTemplatesCommandInput,
|
|
302
|
+
SearchMessageTemplatesCommandOutput,
|
|
303
|
+
} from "./commands/SearchMessageTemplatesCommand";
|
|
256
304
|
import {
|
|
257
305
|
SearchQuickResponsesCommandInput,
|
|
258
306
|
SearchQuickResponsesCommandOutput,
|
|
@@ -297,6 +345,14 @@ import {
|
|
|
297
345
|
UpdateKnowledgeBaseTemplateUriCommandInput,
|
|
298
346
|
UpdateKnowledgeBaseTemplateUriCommandOutput,
|
|
299
347
|
} from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
|
|
348
|
+
import {
|
|
349
|
+
UpdateMessageTemplateCommandInput,
|
|
350
|
+
UpdateMessageTemplateCommandOutput,
|
|
351
|
+
} from "./commands/UpdateMessageTemplateCommand";
|
|
352
|
+
import {
|
|
353
|
+
UpdateMessageTemplateMetadataCommandInput,
|
|
354
|
+
UpdateMessageTemplateMetadataCommandOutput,
|
|
355
|
+
} from "./commands/UpdateMessageTemplateMetadataCommand";
|
|
300
356
|
import {
|
|
301
357
|
UpdateQuickResponseCommandInput,
|
|
302
358
|
UpdateQuickResponseCommandOutput,
|
|
@@ -317,6 +373,7 @@ import {
|
|
|
317
373
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
318
374
|
export { __Client };
|
|
319
375
|
export type ServiceInputTypes =
|
|
376
|
+
| ActivateMessageTemplateCommandInput
|
|
320
377
|
| CreateAIAgentCommandInput
|
|
321
378
|
| CreateAIAgentVersionCommandInput
|
|
322
379
|
| CreateAIPromptCommandInput
|
|
@@ -326,8 +383,12 @@ export type ServiceInputTypes =
|
|
|
326
383
|
| CreateContentAssociationCommandInput
|
|
327
384
|
| CreateContentCommandInput
|
|
328
385
|
| CreateKnowledgeBaseCommandInput
|
|
386
|
+
| CreateMessageTemplateAttachmentCommandInput
|
|
387
|
+
| CreateMessageTemplateCommandInput
|
|
388
|
+
| CreateMessageTemplateVersionCommandInput
|
|
329
389
|
| CreateQuickResponseCommandInput
|
|
330
390
|
| CreateSessionCommandInput
|
|
391
|
+
| DeactivateMessageTemplateCommandInput
|
|
331
392
|
| DeleteAIAgentCommandInput
|
|
332
393
|
| DeleteAIAgentVersionCommandInput
|
|
333
394
|
| DeleteAIPromptCommandInput
|
|
@@ -338,6 +399,8 @@ export type ServiceInputTypes =
|
|
|
338
399
|
| DeleteContentCommandInput
|
|
339
400
|
| DeleteImportJobCommandInput
|
|
340
401
|
| DeleteKnowledgeBaseCommandInput
|
|
402
|
+
| DeleteMessageTemplateAttachmentCommandInput
|
|
403
|
+
| DeleteMessageTemplateCommandInput
|
|
341
404
|
| DeleteQuickResponseCommandInput
|
|
342
405
|
| GetAIAgentCommandInput
|
|
343
406
|
| GetAIPromptCommandInput
|
|
@@ -348,6 +411,7 @@ export type ServiceInputTypes =
|
|
|
348
411
|
| GetContentSummaryCommandInput
|
|
349
412
|
| GetImportJobCommandInput
|
|
350
413
|
| GetKnowledgeBaseCommandInput
|
|
414
|
+
| GetMessageTemplateCommandInput
|
|
351
415
|
| GetQuickResponseCommandInput
|
|
352
416
|
| GetRecommendationsCommandInput
|
|
353
417
|
| GetSessionCommandInput
|
|
@@ -361,6 +425,8 @@ export type ServiceInputTypes =
|
|
|
361
425
|
| ListContentsCommandInput
|
|
362
426
|
| ListImportJobsCommandInput
|
|
363
427
|
| ListKnowledgeBasesCommandInput
|
|
428
|
+
| ListMessageTemplateVersionsCommandInput
|
|
429
|
+
| ListMessageTemplatesCommandInput
|
|
364
430
|
| ListQuickResponsesCommandInput
|
|
365
431
|
| ListTagsForResourceCommandInput
|
|
366
432
|
| NotifyRecommendationsReceivedCommandInput
|
|
@@ -368,7 +434,9 @@ export type ServiceInputTypes =
|
|
|
368
434
|
| QueryAssistantCommandInput
|
|
369
435
|
| RemoveAssistantAIAgentCommandInput
|
|
370
436
|
| RemoveKnowledgeBaseTemplateUriCommandInput
|
|
437
|
+
| RenderMessageTemplateCommandInput
|
|
371
438
|
| SearchContentCommandInput
|
|
439
|
+
| SearchMessageTemplatesCommandInput
|
|
372
440
|
| SearchQuickResponsesCommandInput
|
|
373
441
|
| SearchSessionsCommandInput
|
|
374
442
|
| StartContentUploadCommandInput
|
|
@@ -380,10 +448,13 @@ export type ServiceInputTypes =
|
|
|
380
448
|
| UpdateAssistantAIAgentCommandInput
|
|
381
449
|
| UpdateContentCommandInput
|
|
382
450
|
| UpdateKnowledgeBaseTemplateUriCommandInput
|
|
451
|
+
| UpdateMessageTemplateCommandInput
|
|
452
|
+
| UpdateMessageTemplateMetadataCommandInput
|
|
383
453
|
| UpdateQuickResponseCommandInput
|
|
384
454
|
| UpdateSessionCommandInput
|
|
385
455
|
| UpdateSessionDataCommandInput;
|
|
386
456
|
export type ServiceOutputTypes =
|
|
457
|
+
| ActivateMessageTemplateCommandOutput
|
|
387
458
|
| CreateAIAgentCommandOutput
|
|
388
459
|
| CreateAIAgentVersionCommandOutput
|
|
389
460
|
| CreateAIPromptCommandOutput
|
|
@@ -393,8 +464,12 @@ export type ServiceOutputTypes =
|
|
|
393
464
|
| CreateContentAssociationCommandOutput
|
|
394
465
|
| CreateContentCommandOutput
|
|
395
466
|
| CreateKnowledgeBaseCommandOutput
|
|
467
|
+
| CreateMessageTemplateAttachmentCommandOutput
|
|
468
|
+
| CreateMessageTemplateCommandOutput
|
|
469
|
+
| CreateMessageTemplateVersionCommandOutput
|
|
396
470
|
| CreateQuickResponseCommandOutput
|
|
397
471
|
| CreateSessionCommandOutput
|
|
472
|
+
| DeactivateMessageTemplateCommandOutput
|
|
398
473
|
| DeleteAIAgentCommandOutput
|
|
399
474
|
| DeleteAIAgentVersionCommandOutput
|
|
400
475
|
| DeleteAIPromptCommandOutput
|
|
@@ -405,6 +480,8 @@ export type ServiceOutputTypes =
|
|
|
405
480
|
| DeleteContentCommandOutput
|
|
406
481
|
| DeleteImportJobCommandOutput
|
|
407
482
|
| DeleteKnowledgeBaseCommandOutput
|
|
483
|
+
| DeleteMessageTemplateAttachmentCommandOutput
|
|
484
|
+
| DeleteMessageTemplateCommandOutput
|
|
408
485
|
| DeleteQuickResponseCommandOutput
|
|
409
486
|
| GetAIAgentCommandOutput
|
|
410
487
|
| GetAIPromptCommandOutput
|
|
@@ -415,6 +492,7 @@ export type ServiceOutputTypes =
|
|
|
415
492
|
| GetContentSummaryCommandOutput
|
|
416
493
|
| GetImportJobCommandOutput
|
|
417
494
|
| GetKnowledgeBaseCommandOutput
|
|
495
|
+
| GetMessageTemplateCommandOutput
|
|
418
496
|
| GetQuickResponseCommandOutput
|
|
419
497
|
| GetRecommendationsCommandOutput
|
|
420
498
|
| GetSessionCommandOutput
|
|
@@ -428,6 +506,8 @@ export type ServiceOutputTypes =
|
|
|
428
506
|
| ListContentsCommandOutput
|
|
429
507
|
| ListImportJobsCommandOutput
|
|
430
508
|
| ListKnowledgeBasesCommandOutput
|
|
509
|
+
| ListMessageTemplateVersionsCommandOutput
|
|
510
|
+
| ListMessageTemplatesCommandOutput
|
|
431
511
|
| ListQuickResponsesCommandOutput
|
|
432
512
|
| ListTagsForResourceCommandOutput
|
|
433
513
|
| NotifyRecommendationsReceivedCommandOutput
|
|
@@ -435,7 +515,9 @@ export type ServiceOutputTypes =
|
|
|
435
515
|
| QueryAssistantCommandOutput
|
|
436
516
|
| RemoveAssistantAIAgentCommandOutput
|
|
437
517
|
| RemoveKnowledgeBaseTemplateUriCommandOutput
|
|
518
|
+
| RenderMessageTemplateCommandOutput
|
|
438
519
|
| SearchContentCommandOutput
|
|
520
|
+
| SearchMessageTemplatesCommandOutput
|
|
439
521
|
| SearchQuickResponsesCommandOutput
|
|
440
522
|
| SearchSessionsCommandOutput
|
|
441
523
|
| StartContentUploadCommandOutput
|
|
@@ -447,6 +529,8 @@ export type ServiceOutputTypes =
|
|
|
447
529
|
| UpdateAssistantAIAgentCommandOutput
|
|
448
530
|
| UpdateContentCommandOutput
|
|
449
531
|
| UpdateKnowledgeBaseTemplateUriCommandOutput
|
|
532
|
+
| UpdateMessageTemplateCommandOutput
|
|
533
|
+
| UpdateMessageTemplateMetadataCommandOutput
|
|
450
534
|
| UpdateQuickResponseCommandOutput
|
|
451
535
|
| UpdateSessionCommandOutput
|
|
452
536
|
| UpdateSessionDataCommandOutput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ActivateMessageTemplateRequest,
|
|
5
|
+
ActivateMessageTemplateResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ActivateMessageTemplateCommandInput
|
|
15
|
+
extends ActivateMessageTemplateRequest {}
|
|
16
|
+
export interface ActivateMessageTemplateCommandOutput
|
|
17
|
+
extends ActivateMessageTemplateResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ActivateMessageTemplateCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ActivateMessageTemplateCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ActivateMessageTemplateCommandInput,
|
|
24
|
+
ActivateMessageTemplateCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ActivateMessageTemplateCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ActivateMessageTemplateCommandInput,
|
|
33
|
+
ActivateMessageTemplateCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ActivateMessageTemplateCommand extends ActivateMessageTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ActivateMessageTemplateRequest;
|
|
44
|
+
output: ActivateMessageTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ActivateMessageTemplateCommandInput;
|
|
48
|
+
output: ActivateMessageTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateMessageTemplateAttachmentRequest,
|
|
5
|
+
CreateMessageTemplateAttachmentResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateMessageTemplateAttachmentCommandInput
|
|
15
|
+
extends CreateMessageTemplateAttachmentRequest {}
|
|
16
|
+
export interface CreateMessageTemplateAttachmentCommandOutput
|
|
17
|
+
extends CreateMessageTemplateAttachmentResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateMessageTemplateAttachmentCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateMessageTemplateAttachmentCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateMessageTemplateAttachmentCommandInput,
|
|
24
|
+
CreateMessageTemplateAttachmentCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateMessageTemplateAttachmentCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateMessageTemplateAttachmentCommandInput,
|
|
33
|
+
CreateMessageTemplateAttachmentCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateMessageTemplateAttachmentCommand extends CreateMessageTemplateAttachmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMessageTemplateAttachmentRequest;
|
|
44
|
+
output: CreateMessageTemplateAttachmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMessageTemplateAttachmentCommandInput;
|
|
48
|
+
output: CreateMessageTemplateAttachmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|