@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
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@smithy/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
ActivateMessageTemplateCommandInput,
|
|
8
|
+
ActivateMessageTemplateCommandOutput,
|
|
9
|
+
} from "../commands/ActivateMessageTemplateCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateAIAgentCommandInput,
|
|
8
12
|
CreateAIAgentCommandOutput,
|
|
@@ -39,6 +43,18 @@ import {
|
|
|
39
43
|
CreateKnowledgeBaseCommandInput,
|
|
40
44
|
CreateKnowledgeBaseCommandOutput,
|
|
41
45
|
} from "../commands/CreateKnowledgeBaseCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateMessageTemplateAttachmentCommandInput,
|
|
48
|
+
CreateMessageTemplateAttachmentCommandOutput,
|
|
49
|
+
} from "../commands/CreateMessageTemplateAttachmentCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateMessageTemplateCommandInput,
|
|
52
|
+
CreateMessageTemplateCommandOutput,
|
|
53
|
+
} from "../commands/CreateMessageTemplateCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateMessageTemplateVersionCommandInput,
|
|
56
|
+
CreateMessageTemplateVersionCommandOutput,
|
|
57
|
+
} from "../commands/CreateMessageTemplateVersionCommand";
|
|
42
58
|
import {
|
|
43
59
|
CreateQuickResponseCommandInput,
|
|
44
60
|
CreateQuickResponseCommandOutput,
|
|
@@ -47,6 +63,10 @@ import {
|
|
|
47
63
|
CreateSessionCommandInput,
|
|
48
64
|
CreateSessionCommandOutput,
|
|
49
65
|
} from "../commands/CreateSessionCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeactivateMessageTemplateCommandInput,
|
|
68
|
+
DeactivateMessageTemplateCommandOutput,
|
|
69
|
+
} from "../commands/DeactivateMessageTemplateCommand";
|
|
50
70
|
import {
|
|
51
71
|
DeleteAIAgentCommandInput,
|
|
52
72
|
DeleteAIAgentCommandOutput,
|
|
@@ -87,6 +107,14 @@ import {
|
|
|
87
107
|
DeleteKnowledgeBaseCommandInput,
|
|
88
108
|
DeleteKnowledgeBaseCommandOutput,
|
|
89
109
|
} from "../commands/DeleteKnowledgeBaseCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteMessageTemplateAttachmentCommandInput,
|
|
112
|
+
DeleteMessageTemplateAttachmentCommandOutput,
|
|
113
|
+
} from "../commands/DeleteMessageTemplateAttachmentCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteMessageTemplateCommandInput,
|
|
116
|
+
DeleteMessageTemplateCommandOutput,
|
|
117
|
+
} from "../commands/DeleteMessageTemplateCommand";
|
|
90
118
|
import {
|
|
91
119
|
DeleteQuickResponseCommandInput,
|
|
92
120
|
DeleteQuickResponseCommandOutput,
|
|
@@ -127,6 +155,10 @@ import {
|
|
|
127
155
|
GetKnowledgeBaseCommandInput,
|
|
128
156
|
GetKnowledgeBaseCommandOutput,
|
|
129
157
|
} from "../commands/GetKnowledgeBaseCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetMessageTemplateCommandInput,
|
|
160
|
+
GetMessageTemplateCommandOutput,
|
|
161
|
+
} from "../commands/GetMessageTemplateCommand";
|
|
130
162
|
import {
|
|
131
163
|
GetQuickResponseCommandInput,
|
|
132
164
|
GetQuickResponseCommandOutput,
|
|
@@ -179,6 +211,14 @@ import {
|
|
|
179
211
|
ListKnowledgeBasesCommandInput,
|
|
180
212
|
ListKnowledgeBasesCommandOutput,
|
|
181
213
|
} from "../commands/ListKnowledgeBasesCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListMessageTemplatesCommandInput,
|
|
216
|
+
ListMessageTemplatesCommandOutput,
|
|
217
|
+
} from "../commands/ListMessageTemplatesCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListMessageTemplateVersionsCommandInput,
|
|
220
|
+
ListMessageTemplateVersionsCommandOutput,
|
|
221
|
+
} from "../commands/ListMessageTemplateVersionsCommand";
|
|
182
222
|
import {
|
|
183
223
|
ListQuickResponsesCommandInput,
|
|
184
224
|
ListQuickResponsesCommandOutput,
|
|
@@ -207,10 +247,18 @@ import {
|
|
|
207
247
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
208
248
|
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
209
249
|
} from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
|
|
250
|
+
import {
|
|
251
|
+
RenderMessageTemplateCommandInput,
|
|
252
|
+
RenderMessageTemplateCommandOutput,
|
|
253
|
+
} from "../commands/RenderMessageTemplateCommand";
|
|
210
254
|
import {
|
|
211
255
|
SearchContentCommandInput,
|
|
212
256
|
SearchContentCommandOutput,
|
|
213
257
|
} from "../commands/SearchContentCommand";
|
|
258
|
+
import {
|
|
259
|
+
SearchMessageTemplatesCommandInput,
|
|
260
|
+
SearchMessageTemplatesCommandOutput,
|
|
261
|
+
} from "../commands/SearchMessageTemplatesCommand";
|
|
214
262
|
import {
|
|
215
263
|
SearchQuickResponsesCommandInput,
|
|
216
264
|
SearchQuickResponsesCommandOutput,
|
|
@@ -255,6 +303,14 @@ import {
|
|
|
255
303
|
UpdateKnowledgeBaseTemplateUriCommandInput,
|
|
256
304
|
UpdateKnowledgeBaseTemplateUriCommandOutput,
|
|
257
305
|
} from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateMessageTemplateCommandInput,
|
|
308
|
+
UpdateMessageTemplateCommandOutput,
|
|
309
|
+
} from "../commands/UpdateMessageTemplateCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateMessageTemplateMetadataCommandInput,
|
|
312
|
+
UpdateMessageTemplateMetadataCommandOutput,
|
|
313
|
+
} from "../commands/UpdateMessageTemplateMetadataCommand";
|
|
258
314
|
import {
|
|
259
315
|
UpdateQuickResponseCommandInput,
|
|
260
316
|
UpdateQuickResponseCommandOutput,
|
|
@@ -267,6 +323,10 @@ import {
|
|
|
267
323
|
UpdateSessionDataCommandInput,
|
|
268
324
|
UpdateSessionDataCommandOutput,
|
|
269
325
|
} from "../commands/UpdateSessionDataCommand";
|
|
326
|
+
export declare const se_ActivateMessageTemplateCommand: (
|
|
327
|
+
input: ActivateMessageTemplateCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
270
330
|
export declare const se_CreateAIAgentCommand: (
|
|
271
331
|
input: CreateAIAgentCommandInput,
|
|
272
332
|
context: __SerdeContext
|
|
@@ -303,6 +363,18 @@ export declare const se_CreateKnowledgeBaseCommand: (
|
|
|
303
363
|
input: CreateKnowledgeBaseCommandInput,
|
|
304
364
|
context: __SerdeContext
|
|
305
365
|
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const se_CreateMessageTemplateCommand: (
|
|
367
|
+
input: CreateMessageTemplateCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const se_CreateMessageTemplateAttachmentCommand: (
|
|
371
|
+
input: CreateMessageTemplateAttachmentCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const se_CreateMessageTemplateVersionCommand: (
|
|
375
|
+
input: CreateMessageTemplateVersionCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
306
378
|
export declare const se_CreateQuickResponseCommand: (
|
|
307
379
|
input: CreateQuickResponseCommandInput,
|
|
308
380
|
context: __SerdeContext
|
|
@@ -311,6 +383,10 @@ export declare const se_CreateSessionCommand: (
|
|
|
311
383
|
input: CreateSessionCommandInput,
|
|
312
384
|
context: __SerdeContext
|
|
313
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_DeactivateMessageTemplateCommand: (
|
|
387
|
+
input: DeactivateMessageTemplateCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
314
390
|
export declare const se_DeleteAIAgentCommand: (
|
|
315
391
|
input: DeleteAIAgentCommandInput,
|
|
316
392
|
context: __SerdeContext
|
|
@@ -351,6 +427,14 @@ export declare const se_DeleteKnowledgeBaseCommand: (
|
|
|
351
427
|
input: DeleteKnowledgeBaseCommandInput,
|
|
352
428
|
context: __SerdeContext
|
|
353
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_DeleteMessageTemplateCommand: (
|
|
431
|
+
input: DeleteMessageTemplateCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_DeleteMessageTemplateAttachmentCommand: (
|
|
435
|
+
input: DeleteMessageTemplateAttachmentCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
354
438
|
export declare const se_DeleteQuickResponseCommand: (
|
|
355
439
|
input: DeleteQuickResponseCommandInput,
|
|
356
440
|
context: __SerdeContext
|
|
@@ -391,6 +475,10 @@ export declare const se_GetKnowledgeBaseCommand: (
|
|
|
391
475
|
input: GetKnowledgeBaseCommandInput,
|
|
392
476
|
context: __SerdeContext
|
|
393
477
|
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const se_GetMessageTemplateCommand: (
|
|
479
|
+
input: GetMessageTemplateCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
394
482
|
export declare const se_GetQuickResponseCommand: (
|
|
395
483
|
input: GetQuickResponseCommandInput,
|
|
396
484
|
context: __SerdeContext
|
|
@@ -443,6 +531,14 @@ export declare const se_ListKnowledgeBasesCommand: (
|
|
|
443
531
|
input: ListKnowledgeBasesCommandInput,
|
|
444
532
|
context: __SerdeContext
|
|
445
533
|
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const se_ListMessageTemplatesCommand: (
|
|
535
|
+
input: ListMessageTemplatesCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const se_ListMessageTemplateVersionsCommand: (
|
|
539
|
+
input: ListMessageTemplateVersionsCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
446
542
|
export declare const se_ListQuickResponsesCommand: (
|
|
447
543
|
input: ListQuickResponsesCommandInput,
|
|
448
544
|
context: __SerdeContext
|
|
@@ -471,10 +567,18 @@ export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (
|
|
|
471
567
|
input: RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
472
568
|
context: __SerdeContext
|
|
473
569
|
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const se_RenderMessageTemplateCommand: (
|
|
571
|
+
input: RenderMessageTemplateCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
474
574
|
export declare const se_SearchContentCommand: (
|
|
475
575
|
input: SearchContentCommandInput,
|
|
476
576
|
context: __SerdeContext
|
|
477
577
|
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const se_SearchMessageTemplatesCommand: (
|
|
579
|
+
input: SearchMessageTemplatesCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
478
582
|
export declare const se_SearchQuickResponsesCommand: (
|
|
479
583
|
input: SearchQuickResponsesCommandInput,
|
|
480
584
|
context: __SerdeContext
|
|
@@ -519,6 +623,14 @@ export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (
|
|
|
519
623
|
input: UpdateKnowledgeBaseTemplateUriCommandInput,
|
|
520
624
|
context: __SerdeContext
|
|
521
625
|
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_UpdateMessageTemplateCommand: (
|
|
627
|
+
input: UpdateMessageTemplateCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const se_UpdateMessageTemplateMetadataCommand: (
|
|
631
|
+
input: UpdateMessageTemplateMetadataCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
522
634
|
export declare const se_UpdateQuickResponseCommand: (
|
|
523
635
|
input: UpdateQuickResponseCommandInput,
|
|
524
636
|
context: __SerdeContext
|
|
@@ -531,6 +643,10 @@ export declare const se_UpdateSessionDataCommand: (
|
|
|
531
643
|
input: UpdateSessionDataCommandInput,
|
|
532
644
|
context: __SerdeContext
|
|
533
645
|
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const de_ActivateMessageTemplateCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<ActivateMessageTemplateCommandOutput>;
|
|
534
650
|
export declare const de_CreateAIAgentCommand: (
|
|
535
651
|
output: __HttpResponse,
|
|
536
652
|
context: __SerdeContext
|
|
@@ -567,6 +683,18 @@ export declare const de_CreateKnowledgeBaseCommand: (
|
|
|
567
683
|
output: __HttpResponse,
|
|
568
684
|
context: __SerdeContext
|
|
569
685
|
) => Promise<CreateKnowledgeBaseCommandOutput>;
|
|
686
|
+
export declare const de_CreateMessageTemplateCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<CreateMessageTemplateCommandOutput>;
|
|
690
|
+
export declare const de_CreateMessageTemplateAttachmentCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<CreateMessageTemplateAttachmentCommandOutput>;
|
|
694
|
+
export declare const de_CreateMessageTemplateVersionCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<CreateMessageTemplateVersionCommandOutput>;
|
|
570
698
|
export declare const de_CreateQuickResponseCommand: (
|
|
571
699
|
output: __HttpResponse,
|
|
572
700
|
context: __SerdeContext
|
|
@@ -575,6 +703,10 @@ export declare const de_CreateSessionCommand: (
|
|
|
575
703
|
output: __HttpResponse,
|
|
576
704
|
context: __SerdeContext
|
|
577
705
|
) => Promise<CreateSessionCommandOutput>;
|
|
706
|
+
export declare const de_DeactivateMessageTemplateCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<DeactivateMessageTemplateCommandOutput>;
|
|
578
710
|
export declare const de_DeleteAIAgentCommand: (
|
|
579
711
|
output: __HttpResponse,
|
|
580
712
|
context: __SerdeContext
|
|
@@ -615,6 +747,14 @@ export declare const de_DeleteKnowledgeBaseCommand: (
|
|
|
615
747
|
output: __HttpResponse,
|
|
616
748
|
context: __SerdeContext
|
|
617
749
|
) => Promise<DeleteKnowledgeBaseCommandOutput>;
|
|
750
|
+
export declare const de_DeleteMessageTemplateCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<DeleteMessageTemplateCommandOutput>;
|
|
754
|
+
export declare const de_DeleteMessageTemplateAttachmentCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<DeleteMessageTemplateAttachmentCommandOutput>;
|
|
618
758
|
export declare const de_DeleteQuickResponseCommand: (
|
|
619
759
|
output: __HttpResponse,
|
|
620
760
|
context: __SerdeContext
|
|
@@ -655,6 +795,10 @@ export declare const de_GetKnowledgeBaseCommand: (
|
|
|
655
795
|
output: __HttpResponse,
|
|
656
796
|
context: __SerdeContext
|
|
657
797
|
) => Promise<GetKnowledgeBaseCommandOutput>;
|
|
798
|
+
export declare const de_GetMessageTemplateCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<GetMessageTemplateCommandOutput>;
|
|
658
802
|
export declare const de_GetQuickResponseCommand: (
|
|
659
803
|
output: __HttpResponse,
|
|
660
804
|
context: __SerdeContext
|
|
@@ -707,6 +851,14 @@ export declare const de_ListKnowledgeBasesCommand: (
|
|
|
707
851
|
output: __HttpResponse,
|
|
708
852
|
context: __SerdeContext
|
|
709
853
|
) => Promise<ListKnowledgeBasesCommandOutput>;
|
|
854
|
+
export declare const de_ListMessageTemplatesCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<ListMessageTemplatesCommandOutput>;
|
|
858
|
+
export declare const de_ListMessageTemplateVersionsCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<ListMessageTemplateVersionsCommandOutput>;
|
|
710
862
|
export declare const de_ListQuickResponsesCommand: (
|
|
711
863
|
output: __HttpResponse,
|
|
712
864
|
context: __SerdeContext
|
|
@@ -735,10 +887,18 @@ export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (
|
|
|
735
887
|
output: __HttpResponse,
|
|
736
888
|
context: __SerdeContext
|
|
737
889
|
) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
|
|
890
|
+
export declare const de_RenderMessageTemplateCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<RenderMessageTemplateCommandOutput>;
|
|
738
894
|
export declare const de_SearchContentCommand: (
|
|
739
895
|
output: __HttpResponse,
|
|
740
896
|
context: __SerdeContext
|
|
741
897
|
) => Promise<SearchContentCommandOutput>;
|
|
898
|
+
export declare const de_SearchMessageTemplatesCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<SearchMessageTemplatesCommandOutput>;
|
|
742
902
|
export declare const de_SearchQuickResponsesCommand: (
|
|
743
903
|
output: __HttpResponse,
|
|
744
904
|
context: __SerdeContext
|
|
@@ -783,6 +943,14 @@ export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (
|
|
|
783
943
|
output: __HttpResponse,
|
|
784
944
|
context: __SerdeContext
|
|
785
945
|
) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
|
|
946
|
+
export declare const de_UpdateMessageTemplateCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<UpdateMessageTemplateCommandOutput>;
|
|
950
|
+
export declare const de_UpdateMessageTemplateMetadataCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<UpdateMessageTemplateMetadataCommandOutput>;
|
|
786
954
|
export declare const de_UpdateQuickResponseCommand: (
|
|
787
955
|
output: __HttpResponse,
|
|
788
956
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.696.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|