@aws-sdk/client-connect 3.460.0 → 3.461.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 +104 -0
- package/dist-cjs/Connect.js +26 -0
- package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
- package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
- package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
- package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
- package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
- package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
- package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -51
- package/dist-cjs/models/models_2.js +72 -1
- package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
- package/dist-es/Connect.js +26 -0
- package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/AssociateFlowCommand.js +47 -0
- package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
- package/dist-es/commands/DisassociateFlowCommand.js +47 -0
- package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
- package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
- package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
- package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
- package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
- package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +79 -47
- package/dist-es/models/models_2.js +65 -0
- package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1019 -21
- package/dist-types/Connect.d.ts +91 -0
- package/dist-types/ConnectClient.d.ts +15 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
- package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -3
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
- package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -2
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +271 -381
- package/dist-types/models/models_1.d.ts +3355 -3077
- package/dist-types/models/models_2.d.ts +1427 -2
- package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/Connect.d.ts +233 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
- package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +69 -94
- package/dist-types/ts3.4/models/models_1.d.ts +388 -256
- package/dist-types/ts3.4/models/models_2.d.ts +334 -0
- package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +3 -3
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
ActivateEvaluationFormCommandInput,
|
|
8
8
|
ActivateEvaluationFormCommandOutput,
|
|
9
9
|
} from "../commands/ActivateEvaluationFormCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateAnalyticsDataSetCommandInput,
|
|
12
|
+
AssociateAnalyticsDataSetCommandOutput,
|
|
13
|
+
} from "../commands/AssociateAnalyticsDataSetCommand";
|
|
10
14
|
import {
|
|
11
15
|
AssociateApprovedOriginCommandInput,
|
|
12
16
|
AssociateApprovedOriginCommandOutput,
|
|
@@ -19,6 +23,10 @@ import {
|
|
|
19
23
|
AssociateDefaultVocabularyCommandInput,
|
|
20
24
|
AssociateDefaultVocabularyCommandOutput,
|
|
21
25
|
} from "../commands/AssociateDefaultVocabularyCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssociateFlowCommandInput,
|
|
28
|
+
AssociateFlowCommandOutput,
|
|
29
|
+
} from "../commands/AssociateFlowCommand";
|
|
22
30
|
import {
|
|
23
31
|
AssociateInstanceStorageConfigCommandInput,
|
|
24
32
|
AssociateInstanceStorageConfigCommandOutput,
|
|
@@ -51,6 +59,14 @@ import {
|
|
|
51
59
|
AssociateTrafficDistributionGroupUserCommandInput,
|
|
52
60
|
AssociateTrafficDistributionGroupUserCommandOutput,
|
|
53
61
|
} from "../commands/AssociateTrafficDistributionGroupUserCommand";
|
|
62
|
+
import {
|
|
63
|
+
BatchAssociateAnalyticsDataSetCommandInput,
|
|
64
|
+
BatchAssociateAnalyticsDataSetCommandOutput,
|
|
65
|
+
} from "../commands/BatchAssociateAnalyticsDataSetCommand";
|
|
66
|
+
import {
|
|
67
|
+
BatchDisassociateAnalyticsDataSetCommandInput,
|
|
68
|
+
BatchDisassociateAnalyticsDataSetCommandOutput,
|
|
69
|
+
} from "../commands/BatchDisassociateAnalyticsDataSetCommand";
|
|
54
70
|
import {
|
|
55
71
|
BatchGetFlowAssociationCommandInput,
|
|
56
72
|
BatchGetFlowAssociationCommandOutput,
|
|
@@ -335,6 +351,10 @@ import {
|
|
|
335
351
|
DescribeVocabularyCommandInput,
|
|
336
352
|
DescribeVocabularyCommandOutput,
|
|
337
353
|
} from "../commands/DescribeVocabularyCommand";
|
|
354
|
+
import {
|
|
355
|
+
DisassociateAnalyticsDataSetCommandInput,
|
|
356
|
+
DisassociateAnalyticsDataSetCommandOutput,
|
|
357
|
+
} from "../commands/DisassociateAnalyticsDataSetCommand";
|
|
338
358
|
import {
|
|
339
359
|
DisassociateApprovedOriginCommandInput,
|
|
340
360
|
DisassociateApprovedOriginCommandOutput,
|
|
@@ -343,6 +363,10 @@ import {
|
|
|
343
363
|
DisassociateBotCommandInput,
|
|
344
364
|
DisassociateBotCommandOutput,
|
|
345
365
|
} from "../commands/DisassociateBotCommand";
|
|
366
|
+
import {
|
|
367
|
+
DisassociateFlowCommandInput,
|
|
368
|
+
DisassociateFlowCommandOutput,
|
|
369
|
+
} from "../commands/DisassociateFlowCommand";
|
|
346
370
|
import {
|
|
347
371
|
DisassociateInstanceStorageConfigCommandInput,
|
|
348
372
|
DisassociateInstanceStorageConfigCommandOutput,
|
|
@@ -395,6 +419,10 @@ import {
|
|
|
395
419
|
GetFederationTokenCommandInput,
|
|
396
420
|
GetFederationTokenCommandOutput,
|
|
397
421
|
} from "../commands/GetFederationTokenCommand";
|
|
422
|
+
import {
|
|
423
|
+
GetFlowAssociationCommandInput,
|
|
424
|
+
GetFlowAssociationCommandOutput,
|
|
425
|
+
} from "../commands/GetFlowAssociationCommand";
|
|
398
426
|
import {
|
|
399
427
|
GetMetricDataCommandInput,
|
|
400
428
|
GetMetricDataCommandOutput,
|
|
@@ -415,10 +443,18 @@ import {
|
|
|
415
443
|
GetTrafficDistributionCommandInput,
|
|
416
444
|
GetTrafficDistributionCommandOutput,
|
|
417
445
|
} from "../commands/GetTrafficDistributionCommand";
|
|
446
|
+
import {
|
|
447
|
+
ImportPhoneNumberCommandInput,
|
|
448
|
+
ImportPhoneNumberCommandOutput,
|
|
449
|
+
} from "../commands/ImportPhoneNumberCommand";
|
|
418
450
|
import {
|
|
419
451
|
ListAgentStatusesCommandInput,
|
|
420
452
|
ListAgentStatusesCommandOutput,
|
|
421
453
|
} from "../commands/ListAgentStatusesCommand";
|
|
454
|
+
import {
|
|
455
|
+
ListAnalyticsDataAssociationsCommandInput,
|
|
456
|
+
ListAnalyticsDataAssociationsCommandOutput,
|
|
457
|
+
} from "../commands/ListAnalyticsDataAssociationsCommand";
|
|
422
458
|
import {
|
|
423
459
|
ListApprovedOriginsCommandInput,
|
|
424
460
|
ListApprovedOriginsCommandOutput,
|
|
@@ -455,6 +491,10 @@ import {
|
|
|
455
491
|
ListEvaluationFormVersionsCommandInput,
|
|
456
492
|
ListEvaluationFormVersionsCommandOutput,
|
|
457
493
|
} from "../commands/ListEvaluationFormVersionsCommand";
|
|
494
|
+
import {
|
|
495
|
+
ListFlowAssociationsCommandInput,
|
|
496
|
+
ListFlowAssociationsCommandOutput,
|
|
497
|
+
} from "../commands/ListFlowAssociationsCommand";
|
|
458
498
|
import {
|
|
459
499
|
ListHoursOfOperationsCommandInput,
|
|
460
500
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -507,6 +547,10 @@ import {
|
|
|
507
547
|
ListQuickConnectsCommandInput,
|
|
508
548
|
ListQuickConnectsCommandOutput,
|
|
509
549
|
} from "../commands/ListQuickConnectsCommand";
|
|
550
|
+
import {
|
|
551
|
+
ListRealtimeContactAnalysisSegmentsV2CommandInput,
|
|
552
|
+
ListRealtimeContactAnalysisSegmentsV2CommandOutput,
|
|
553
|
+
} from "../commands/ListRealtimeContactAnalysisSegmentsV2Command";
|
|
510
554
|
import {
|
|
511
555
|
ListRoutingProfileQueuesCommandInput,
|
|
512
556
|
ListRoutingProfileQueuesCommandOutput,
|
|
@@ -631,6 +675,10 @@ import {
|
|
|
631
675
|
SearchVocabulariesCommandInput,
|
|
632
676
|
SearchVocabulariesCommandOutput,
|
|
633
677
|
} from "../commands/SearchVocabulariesCommand";
|
|
678
|
+
import {
|
|
679
|
+
SendChatIntegrationEventCommandInput,
|
|
680
|
+
SendChatIntegrationEventCommandOutput,
|
|
681
|
+
} from "../commands/SendChatIntegrationEventCommand";
|
|
634
682
|
import {
|
|
635
683
|
StartChatContactCommandInput,
|
|
636
684
|
StartChatContactCommandOutput,
|
|
@@ -655,6 +703,10 @@ import {
|
|
|
655
703
|
StartTaskContactCommandInput,
|
|
656
704
|
StartTaskContactCommandOutput,
|
|
657
705
|
} from "../commands/StartTaskContactCommand";
|
|
706
|
+
import {
|
|
707
|
+
StartWebRTCContactCommandInput,
|
|
708
|
+
StartWebRTCContactCommandOutput,
|
|
709
|
+
} from "../commands/StartWebRTCContactCommand";
|
|
658
710
|
import {
|
|
659
711
|
StopContactCommandInput,
|
|
660
712
|
StopContactCommandOutput,
|
|
@@ -863,6 +915,10 @@ export declare const se_ActivateEvaluationFormCommand: (
|
|
|
863
915
|
input: ActivateEvaluationFormCommandInput,
|
|
864
916
|
context: __SerdeContext
|
|
865
917
|
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const se_AssociateAnalyticsDataSetCommand: (
|
|
919
|
+
input: AssociateAnalyticsDataSetCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
866
922
|
export declare const se_AssociateApprovedOriginCommand: (
|
|
867
923
|
input: AssociateApprovedOriginCommandInput,
|
|
868
924
|
context: __SerdeContext
|
|
@@ -875,6 +931,10 @@ export declare const se_AssociateDefaultVocabularyCommand: (
|
|
|
875
931
|
input: AssociateDefaultVocabularyCommandInput,
|
|
876
932
|
context: __SerdeContext
|
|
877
933
|
) => Promise<__HttpRequest>;
|
|
934
|
+
export declare const se_AssociateFlowCommand: (
|
|
935
|
+
input: AssociateFlowCommandInput,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<__HttpRequest>;
|
|
878
938
|
export declare const se_AssociateInstanceStorageConfigCommand: (
|
|
879
939
|
input: AssociateInstanceStorageConfigCommandInput,
|
|
880
940
|
context: __SerdeContext
|
|
@@ -907,6 +967,14 @@ export declare const se_AssociateTrafficDistributionGroupUserCommand: (
|
|
|
907
967
|
input: AssociateTrafficDistributionGroupUserCommandInput,
|
|
908
968
|
context: __SerdeContext
|
|
909
969
|
) => Promise<__HttpRequest>;
|
|
970
|
+
export declare const se_BatchAssociateAnalyticsDataSetCommand: (
|
|
971
|
+
input: BatchAssociateAnalyticsDataSetCommandInput,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<__HttpRequest>;
|
|
974
|
+
export declare const se_BatchDisassociateAnalyticsDataSetCommand: (
|
|
975
|
+
input: BatchDisassociateAnalyticsDataSetCommandInput,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<__HttpRequest>;
|
|
910
978
|
export declare const se_BatchGetFlowAssociationCommand: (
|
|
911
979
|
input: BatchGetFlowAssociationCommandInput,
|
|
912
980
|
context: __SerdeContext
|
|
@@ -1191,6 +1259,10 @@ export declare const se_DescribeVocabularyCommand: (
|
|
|
1191
1259
|
input: DescribeVocabularyCommandInput,
|
|
1192
1260
|
context: __SerdeContext
|
|
1193
1261
|
) => Promise<__HttpRequest>;
|
|
1262
|
+
export declare const se_DisassociateAnalyticsDataSetCommand: (
|
|
1263
|
+
input: DisassociateAnalyticsDataSetCommandInput,
|
|
1264
|
+
context: __SerdeContext
|
|
1265
|
+
) => Promise<__HttpRequest>;
|
|
1194
1266
|
export declare const se_DisassociateApprovedOriginCommand: (
|
|
1195
1267
|
input: DisassociateApprovedOriginCommandInput,
|
|
1196
1268
|
context: __SerdeContext
|
|
@@ -1199,6 +1271,10 @@ export declare const se_DisassociateBotCommand: (
|
|
|
1199
1271
|
input: DisassociateBotCommandInput,
|
|
1200
1272
|
context: __SerdeContext
|
|
1201
1273
|
) => Promise<__HttpRequest>;
|
|
1274
|
+
export declare const se_DisassociateFlowCommand: (
|
|
1275
|
+
input: DisassociateFlowCommandInput,
|
|
1276
|
+
context: __SerdeContext
|
|
1277
|
+
) => Promise<__HttpRequest>;
|
|
1202
1278
|
export declare const se_DisassociateInstanceStorageConfigCommand: (
|
|
1203
1279
|
input: DisassociateInstanceStorageConfigCommandInput,
|
|
1204
1280
|
context: __SerdeContext
|
|
@@ -1251,6 +1327,10 @@ export declare const se_GetFederationTokenCommand: (
|
|
|
1251
1327
|
input: GetFederationTokenCommandInput,
|
|
1252
1328
|
context: __SerdeContext
|
|
1253
1329
|
) => Promise<__HttpRequest>;
|
|
1330
|
+
export declare const se_GetFlowAssociationCommand: (
|
|
1331
|
+
input: GetFlowAssociationCommandInput,
|
|
1332
|
+
context: __SerdeContext
|
|
1333
|
+
) => Promise<__HttpRequest>;
|
|
1254
1334
|
export declare const se_GetMetricDataCommand: (
|
|
1255
1335
|
input: GetMetricDataCommandInput,
|
|
1256
1336
|
context: __SerdeContext
|
|
@@ -1271,10 +1351,18 @@ export declare const se_GetTrafficDistributionCommand: (
|
|
|
1271
1351
|
input: GetTrafficDistributionCommandInput,
|
|
1272
1352
|
context: __SerdeContext
|
|
1273
1353
|
) => Promise<__HttpRequest>;
|
|
1354
|
+
export declare const se_ImportPhoneNumberCommand: (
|
|
1355
|
+
input: ImportPhoneNumberCommandInput,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<__HttpRequest>;
|
|
1274
1358
|
export declare const se_ListAgentStatusesCommand: (
|
|
1275
1359
|
input: ListAgentStatusesCommandInput,
|
|
1276
1360
|
context: __SerdeContext
|
|
1277
1361
|
) => Promise<__HttpRequest>;
|
|
1362
|
+
export declare const se_ListAnalyticsDataAssociationsCommand: (
|
|
1363
|
+
input: ListAnalyticsDataAssociationsCommandInput,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<__HttpRequest>;
|
|
1278
1366
|
export declare const se_ListApprovedOriginsCommand: (
|
|
1279
1367
|
input: ListApprovedOriginsCommandInput,
|
|
1280
1368
|
context: __SerdeContext
|
|
@@ -1311,6 +1399,10 @@ export declare const se_ListEvaluationFormVersionsCommand: (
|
|
|
1311
1399
|
input: ListEvaluationFormVersionsCommandInput,
|
|
1312
1400
|
context: __SerdeContext
|
|
1313
1401
|
) => Promise<__HttpRequest>;
|
|
1402
|
+
export declare const se_ListFlowAssociationsCommand: (
|
|
1403
|
+
input: ListFlowAssociationsCommandInput,
|
|
1404
|
+
context: __SerdeContext
|
|
1405
|
+
) => Promise<__HttpRequest>;
|
|
1314
1406
|
export declare const se_ListHoursOfOperationsCommand: (
|
|
1315
1407
|
input: ListHoursOfOperationsCommandInput,
|
|
1316
1408
|
context: __SerdeContext
|
|
@@ -1363,6 +1455,10 @@ export declare const se_ListQuickConnectsCommand: (
|
|
|
1363
1455
|
input: ListQuickConnectsCommandInput,
|
|
1364
1456
|
context: __SerdeContext
|
|
1365
1457
|
) => Promise<__HttpRequest>;
|
|
1458
|
+
export declare const se_ListRealtimeContactAnalysisSegmentsV2Command: (
|
|
1459
|
+
input: ListRealtimeContactAnalysisSegmentsV2CommandInput,
|
|
1460
|
+
context: __SerdeContext
|
|
1461
|
+
) => Promise<__HttpRequest>;
|
|
1366
1462
|
export declare const se_ListRoutingProfileQueuesCommand: (
|
|
1367
1463
|
input: ListRoutingProfileQueuesCommandInput,
|
|
1368
1464
|
context: __SerdeContext
|
|
@@ -1487,6 +1583,10 @@ export declare const se_SearchVocabulariesCommand: (
|
|
|
1487
1583
|
input: SearchVocabulariesCommandInput,
|
|
1488
1584
|
context: __SerdeContext
|
|
1489
1585
|
) => Promise<__HttpRequest>;
|
|
1586
|
+
export declare const se_SendChatIntegrationEventCommand: (
|
|
1587
|
+
input: SendChatIntegrationEventCommandInput,
|
|
1588
|
+
context: __SerdeContext
|
|
1589
|
+
) => Promise<__HttpRequest>;
|
|
1490
1590
|
export declare const se_StartChatContactCommand: (
|
|
1491
1591
|
input: StartChatContactCommandInput,
|
|
1492
1592
|
context: __SerdeContext
|
|
@@ -1511,6 +1611,10 @@ export declare const se_StartTaskContactCommand: (
|
|
|
1511
1611
|
input: StartTaskContactCommandInput,
|
|
1512
1612
|
context: __SerdeContext
|
|
1513
1613
|
) => Promise<__HttpRequest>;
|
|
1614
|
+
export declare const se_StartWebRTCContactCommand: (
|
|
1615
|
+
input: StartWebRTCContactCommandInput,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<__HttpRequest>;
|
|
1514
1618
|
export declare const se_StopContactCommand: (
|
|
1515
1619
|
input: StopContactCommandInput,
|
|
1516
1620
|
context: __SerdeContext
|
|
@@ -1719,6 +1823,10 @@ export declare const de_ActivateEvaluationFormCommand: (
|
|
|
1719
1823
|
output: __HttpResponse,
|
|
1720
1824
|
context: __SerdeContext
|
|
1721
1825
|
) => Promise<ActivateEvaluationFormCommandOutput>;
|
|
1826
|
+
export declare const de_AssociateAnalyticsDataSetCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<AssociateAnalyticsDataSetCommandOutput>;
|
|
1722
1830
|
export declare const de_AssociateApprovedOriginCommand: (
|
|
1723
1831
|
output: __HttpResponse,
|
|
1724
1832
|
context: __SerdeContext
|
|
@@ -1731,6 +1839,10 @@ export declare const de_AssociateDefaultVocabularyCommand: (
|
|
|
1731
1839
|
output: __HttpResponse,
|
|
1732
1840
|
context: __SerdeContext
|
|
1733
1841
|
) => Promise<AssociateDefaultVocabularyCommandOutput>;
|
|
1842
|
+
export declare const de_AssociateFlowCommand: (
|
|
1843
|
+
output: __HttpResponse,
|
|
1844
|
+
context: __SerdeContext
|
|
1845
|
+
) => Promise<AssociateFlowCommandOutput>;
|
|
1734
1846
|
export declare const de_AssociateInstanceStorageConfigCommand: (
|
|
1735
1847
|
output: __HttpResponse,
|
|
1736
1848
|
context: __SerdeContext
|
|
@@ -1763,6 +1875,14 @@ export declare const de_AssociateTrafficDistributionGroupUserCommand: (
|
|
|
1763
1875
|
output: __HttpResponse,
|
|
1764
1876
|
context: __SerdeContext
|
|
1765
1877
|
) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
|
|
1878
|
+
export declare const de_BatchAssociateAnalyticsDataSetCommand: (
|
|
1879
|
+
output: __HttpResponse,
|
|
1880
|
+
context: __SerdeContext
|
|
1881
|
+
) => Promise<BatchAssociateAnalyticsDataSetCommandOutput>;
|
|
1882
|
+
export declare const de_BatchDisassociateAnalyticsDataSetCommand: (
|
|
1883
|
+
output: __HttpResponse,
|
|
1884
|
+
context: __SerdeContext
|
|
1885
|
+
) => Promise<BatchDisassociateAnalyticsDataSetCommandOutput>;
|
|
1766
1886
|
export declare const de_BatchGetFlowAssociationCommand: (
|
|
1767
1887
|
output: __HttpResponse,
|
|
1768
1888
|
context: __SerdeContext
|
|
@@ -2047,6 +2167,10 @@ export declare const de_DescribeVocabularyCommand: (
|
|
|
2047
2167
|
output: __HttpResponse,
|
|
2048
2168
|
context: __SerdeContext
|
|
2049
2169
|
) => Promise<DescribeVocabularyCommandOutput>;
|
|
2170
|
+
export declare const de_DisassociateAnalyticsDataSetCommand: (
|
|
2171
|
+
output: __HttpResponse,
|
|
2172
|
+
context: __SerdeContext
|
|
2173
|
+
) => Promise<DisassociateAnalyticsDataSetCommandOutput>;
|
|
2050
2174
|
export declare const de_DisassociateApprovedOriginCommand: (
|
|
2051
2175
|
output: __HttpResponse,
|
|
2052
2176
|
context: __SerdeContext
|
|
@@ -2055,6 +2179,10 @@ export declare const de_DisassociateBotCommand: (
|
|
|
2055
2179
|
output: __HttpResponse,
|
|
2056
2180
|
context: __SerdeContext
|
|
2057
2181
|
) => Promise<DisassociateBotCommandOutput>;
|
|
2182
|
+
export declare const de_DisassociateFlowCommand: (
|
|
2183
|
+
output: __HttpResponse,
|
|
2184
|
+
context: __SerdeContext
|
|
2185
|
+
) => Promise<DisassociateFlowCommandOutput>;
|
|
2058
2186
|
export declare const de_DisassociateInstanceStorageConfigCommand: (
|
|
2059
2187
|
output: __HttpResponse,
|
|
2060
2188
|
context: __SerdeContext
|
|
@@ -2107,6 +2235,10 @@ export declare const de_GetFederationTokenCommand: (
|
|
|
2107
2235
|
output: __HttpResponse,
|
|
2108
2236
|
context: __SerdeContext
|
|
2109
2237
|
) => Promise<GetFederationTokenCommandOutput>;
|
|
2238
|
+
export declare const de_GetFlowAssociationCommand: (
|
|
2239
|
+
output: __HttpResponse,
|
|
2240
|
+
context: __SerdeContext
|
|
2241
|
+
) => Promise<GetFlowAssociationCommandOutput>;
|
|
2110
2242
|
export declare const de_GetMetricDataCommand: (
|
|
2111
2243
|
output: __HttpResponse,
|
|
2112
2244
|
context: __SerdeContext
|
|
@@ -2127,10 +2259,18 @@ export declare const de_GetTrafficDistributionCommand: (
|
|
|
2127
2259
|
output: __HttpResponse,
|
|
2128
2260
|
context: __SerdeContext
|
|
2129
2261
|
) => Promise<GetTrafficDistributionCommandOutput>;
|
|
2262
|
+
export declare const de_ImportPhoneNumberCommand: (
|
|
2263
|
+
output: __HttpResponse,
|
|
2264
|
+
context: __SerdeContext
|
|
2265
|
+
) => Promise<ImportPhoneNumberCommandOutput>;
|
|
2130
2266
|
export declare const de_ListAgentStatusesCommand: (
|
|
2131
2267
|
output: __HttpResponse,
|
|
2132
2268
|
context: __SerdeContext
|
|
2133
2269
|
) => Promise<ListAgentStatusesCommandOutput>;
|
|
2270
|
+
export declare const de_ListAnalyticsDataAssociationsCommand: (
|
|
2271
|
+
output: __HttpResponse,
|
|
2272
|
+
context: __SerdeContext
|
|
2273
|
+
) => Promise<ListAnalyticsDataAssociationsCommandOutput>;
|
|
2134
2274
|
export declare const de_ListApprovedOriginsCommand: (
|
|
2135
2275
|
output: __HttpResponse,
|
|
2136
2276
|
context: __SerdeContext
|
|
@@ -2167,6 +2307,10 @@ export declare const de_ListEvaluationFormVersionsCommand: (
|
|
|
2167
2307
|
output: __HttpResponse,
|
|
2168
2308
|
context: __SerdeContext
|
|
2169
2309
|
) => Promise<ListEvaluationFormVersionsCommandOutput>;
|
|
2310
|
+
export declare const de_ListFlowAssociationsCommand: (
|
|
2311
|
+
output: __HttpResponse,
|
|
2312
|
+
context: __SerdeContext
|
|
2313
|
+
) => Promise<ListFlowAssociationsCommandOutput>;
|
|
2170
2314
|
export declare const de_ListHoursOfOperationsCommand: (
|
|
2171
2315
|
output: __HttpResponse,
|
|
2172
2316
|
context: __SerdeContext
|
|
@@ -2219,6 +2363,10 @@ export declare const de_ListQuickConnectsCommand: (
|
|
|
2219
2363
|
output: __HttpResponse,
|
|
2220
2364
|
context: __SerdeContext
|
|
2221
2365
|
) => Promise<ListQuickConnectsCommandOutput>;
|
|
2366
|
+
export declare const de_ListRealtimeContactAnalysisSegmentsV2Command: (
|
|
2367
|
+
output: __HttpResponse,
|
|
2368
|
+
context: __SerdeContext
|
|
2369
|
+
) => Promise<ListRealtimeContactAnalysisSegmentsV2CommandOutput>;
|
|
2222
2370
|
export declare const de_ListRoutingProfileQueuesCommand: (
|
|
2223
2371
|
output: __HttpResponse,
|
|
2224
2372
|
context: __SerdeContext
|
|
@@ -2343,6 +2491,10 @@ export declare const de_SearchVocabulariesCommand: (
|
|
|
2343
2491
|
output: __HttpResponse,
|
|
2344
2492
|
context: __SerdeContext
|
|
2345
2493
|
) => Promise<SearchVocabulariesCommandOutput>;
|
|
2494
|
+
export declare const de_SendChatIntegrationEventCommand: (
|
|
2495
|
+
output: __HttpResponse,
|
|
2496
|
+
context: __SerdeContext
|
|
2497
|
+
) => Promise<SendChatIntegrationEventCommandOutput>;
|
|
2346
2498
|
export declare const de_StartChatContactCommand: (
|
|
2347
2499
|
output: __HttpResponse,
|
|
2348
2500
|
context: __SerdeContext
|
|
@@ -2367,6 +2519,10 @@ export declare const de_StartTaskContactCommand: (
|
|
|
2367
2519
|
output: __HttpResponse,
|
|
2368
2520
|
context: __SerdeContext
|
|
2369
2521
|
) => Promise<StartTaskContactCommandOutput>;
|
|
2522
|
+
export declare const de_StartWebRTCContactCommand: (
|
|
2523
|
+
output: __HttpResponse,
|
|
2524
|
+
context: __SerdeContext
|
|
2525
|
+
) => Promise<StartWebRTCContactCommandOutput>;
|
|
2370
2526
|
export declare const de_StopContactCommand: (
|
|
2371
2527
|
output: __HttpResponse,
|
|
2372
2528
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.461.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.461.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.460.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.460.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.460.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.460.0",
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.461.0",
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "3.460.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.451.0",
|
|
33
33
|
"@aws-sdk/types": "3.460.0",
|