@aws-sdk/client-connect 3.458.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.
Files changed (153) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/Connect.js +26 -0
  3. package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
  4. package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
  5. package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
  6. package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
  8. package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
  9. package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
  11. package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
  13. package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
  14. package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
  15. package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
  16. package/dist-cjs/commands/index.js +13 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -51
  19. package/dist-cjs/models/models_2.js +72 -1
  20. package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
  24. package/dist-es/Connect.js +26 -0
  25. package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
  26. package/dist-es/commands/AssociateFlowCommand.js +47 -0
  27. package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
  28. package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
  29. package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
  30. package/dist-es/commands/DisassociateFlowCommand.js +47 -0
  31. package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
  32. package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
  33. package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
  34. package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
  35. package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
  36. package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
  37. package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
  38. package/dist-es/commands/index.js +13 -0
  39. package/dist-es/models/models_0.js +9 -8
  40. package/dist-es/models/models_1.js +79 -47
  41. package/dist-es/models/models_2.js +65 -0
  42. package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
  43. package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1019 -21
  46. package/dist-types/Connect.d.ts +91 -0
  47. package/dist-types/ConnectClient.d.ts +15 -2
  48. package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
  49. package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
  50. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
  51. package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
  52. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUserCommand.d.ts +1 -3
  54. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
  60. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  61. package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
  62. package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
  63. package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
  64. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
  65. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
  66. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
  67. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
  68. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
  69. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
  70. package/dist-types/commands/ListRulesCommand.d.ts +2 -2
  71. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
  73. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
  74. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
  76. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  77. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  78. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  79. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  80. package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
  81. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  82. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  83. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  84. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  85. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  88. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
  96. package/dist-types/commands/index.d.ts +13 -0
  97. package/dist-types/models/models_0.d.ts +271 -381
  98. package/dist-types/models/models_1.d.ts +3355 -3077
  99. package/dist-types/models/models_2.d.ts +1427 -2
  100. package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
  101. package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
  102. package/dist-types/pagination/index.d.ts +2 -0
  103. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  104. package/dist-types/ts3.4/Connect.d.ts +233 -0
  105. package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
  106. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
  108. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
  110. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
  116. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
  117. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
  118. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
  121. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
  122. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
  123. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
  145. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +69 -94
  147. package/dist-types/ts3.4/models/models_1.d.ts +388 -256
  148. package/dist-types/ts3.4/models/models_2.d.ts +334 -0
  149. package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  152. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  153. package/package.json +12 -12
@@ -3,6 +3,10 @@ import {
3
3
  ActivateEvaluationFormCommandInput,
4
4
  ActivateEvaluationFormCommandOutput,
5
5
  } from "./commands/ActivateEvaluationFormCommand";
6
+ import {
7
+ AssociateAnalyticsDataSetCommandInput,
8
+ AssociateAnalyticsDataSetCommandOutput,
9
+ } from "./commands/AssociateAnalyticsDataSetCommand";
6
10
  import {
7
11
  AssociateApprovedOriginCommandInput,
8
12
  AssociateApprovedOriginCommandOutput,
@@ -15,6 +19,10 @@ import {
15
19
  AssociateDefaultVocabularyCommandInput,
16
20
  AssociateDefaultVocabularyCommandOutput,
17
21
  } from "./commands/AssociateDefaultVocabularyCommand";
22
+ import {
23
+ AssociateFlowCommandInput,
24
+ AssociateFlowCommandOutput,
25
+ } from "./commands/AssociateFlowCommand";
18
26
  import {
19
27
  AssociateInstanceStorageConfigCommandInput,
20
28
  AssociateInstanceStorageConfigCommandOutput,
@@ -47,6 +55,14 @@ import {
47
55
  AssociateTrafficDistributionGroupUserCommandInput,
48
56
  AssociateTrafficDistributionGroupUserCommandOutput,
49
57
  } from "./commands/AssociateTrafficDistributionGroupUserCommand";
58
+ import {
59
+ BatchAssociateAnalyticsDataSetCommandInput,
60
+ BatchAssociateAnalyticsDataSetCommandOutput,
61
+ } from "./commands/BatchAssociateAnalyticsDataSetCommand";
62
+ import {
63
+ BatchDisassociateAnalyticsDataSetCommandInput,
64
+ BatchDisassociateAnalyticsDataSetCommandOutput,
65
+ } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
50
66
  import {
51
67
  BatchGetFlowAssociationCommandInput,
52
68
  BatchGetFlowAssociationCommandOutput,
@@ -331,6 +347,10 @@ import {
331
347
  DescribeVocabularyCommandInput,
332
348
  DescribeVocabularyCommandOutput,
333
349
  } from "./commands/DescribeVocabularyCommand";
350
+ import {
351
+ DisassociateAnalyticsDataSetCommandInput,
352
+ DisassociateAnalyticsDataSetCommandOutput,
353
+ } from "./commands/DisassociateAnalyticsDataSetCommand";
334
354
  import {
335
355
  DisassociateApprovedOriginCommandInput,
336
356
  DisassociateApprovedOriginCommandOutput,
@@ -339,6 +359,10 @@ import {
339
359
  DisassociateBotCommandInput,
340
360
  DisassociateBotCommandOutput,
341
361
  } from "./commands/DisassociateBotCommand";
362
+ import {
363
+ DisassociateFlowCommandInput,
364
+ DisassociateFlowCommandOutput,
365
+ } from "./commands/DisassociateFlowCommand";
342
366
  import {
343
367
  DisassociateInstanceStorageConfigCommandInput,
344
368
  DisassociateInstanceStorageConfigCommandOutput,
@@ -391,6 +415,10 @@ import {
391
415
  GetFederationTokenCommandInput,
392
416
  GetFederationTokenCommandOutput,
393
417
  } from "./commands/GetFederationTokenCommand";
418
+ import {
419
+ GetFlowAssociationCommandInput,
420
+ GetFlowAssociationCommandOutput,
421
+ } from "./commands/GetFlowAssociationCommand";
394
422
  import {
395
423
  GetMetricDataCommandInput,
396
424
  GetMetricDataCommandOutput,
@@ -411,10 +439,18 @@ import {
411
439
  GetTrafficDistributionCommandInput,
412
440
  GetTrafficDistributionCommandOutput,
413
441
  } from "./commands/GetTrafficDistributionCommand";
442
+ import {
443
+ ImportPhoneNumberCommandInput,
444
+ ImportPhoneNumberCommandOutput,
445
+ } from "./commands/ImportPhoneNumberCommand";
414
446
  import {
415
447
  ListAgentStatusesCommandInput,
416
448
  ListAgentStatusesCommandOutput,
417
449
  } from "./commands/ListAgentStatusesCommand";
450
+ import {
451
+ ListAnalyticsDataAssociationsCommandInput,
452
+ ListAnalyticsDataAssociationsCommandOutput,
453
+ } from "./commands/ListAnalyticsDataAssociationsCommand";
418
454
  import {
419
455
  ListApprovedOriginsCommandInput,
420
456
  ListApprovedOriginsCommandOutput,
@@ -451,6 +487,10 @@ import {
451
487
  ListEvaluationFormVersionsCommandInput,
452
488
  ListEvaluationFormVersionsCommandOutput,
453
489
  } from "./commands/ListEvaluationFormVersionsCommand";
490
+ import {
491
+ ListFlowAssociationsCommandInput,
492
+ ListFlowAssociationsCommandOutput,
493
+ } from "./commands/ListFlowAssociationsCommand";
454
494
  import {
455
495
  ListHoursOfOperationsCommandInput,
456
496
  ListHoursOfOperationsCommandOutput,
@@ -503,6 +543,10 @@ import {
503
543
  ListQuickConnectsCommandInput,
504
544
  ListQuickConnectsCommandOutput,
505
545
  } from "./commands/ListQuickConnectsCommand";
546
+ import {
547
+ ListRealtimeContactAnalysisSegmentsV2CommandInput,
548
+ ListRealtimeContactAnalysisSegmentsV2CommandOutput,
549
+ } from "./commands/ListRealtimeContactAnalysisSegmentsV2Command";
506
550
  import {
507
551
  ListRoutingProfileQueuesCommandInput,
508
552
  ListRoutingProfileQueuesCommandOutput,
@@ -627,6 +671,10 @@ import {
627
671
  SearchVocabulariesCommandInput,
628
672
  SearchVocabulariesCommandOutput,
629
673
  } from "./commands/SearchVocabulariesCommand";
674
+ import {
675
+ SendChatIntegrationEventCommandInput,
676
+ SendChatIntegrationEventCommandOutput,
677
+ } from "./commands/SendChatIntegrationEventCommand";
630
678
  import {
631
679
  StartChatContactCommandInput,
632
680
  StartChatContactCommandOutput,
@@ -651,6 +699,10 @@ import {
651
699
  StartTaskContactCommandInput,
652
700
  StartTaskContactCommandOutput,
653
701
  } from "./commands/StartTaskContactCommand";
702
+ import {
703
+ StartWebRTCContactCommandInput,
704
+ StartWebRTCContactCommandOutput,
705
+ } from "./commands/StartWebRTCContactCommand";
654
706
  import {
655
707
  StopContactCommandInput,
656
708
  StopContactCommandOutput,
@@ -870,6 +922,19 @@ export interface Connect {
870
922
  options: __HttpHandlerOptions,
871
923
  cb: (err: any, data?: ActivateEvaluationFormCommandOutput) => void
872
924
  ): void;
925
+ associateAnalyticsDataSet(
926
+ args: AssociateAnalyticsDataSetCommandInput,
927
+ options?: __HttpHandlerOptions
928
+ ): Promise<AssociateAnalyticsDataSetCommandOutput>;
929
+ associateAnalyticsDataSet(
930
+ args: AssociateAnalyticsDataSetCommandInput,
931
+ cb: (err: any, data?: AssociateAnalyticsDataSetCommandOutput) => void
932
+ ): void;
933
+ associateAnalyticsDataSet(
934
+ args: AssociateAnalyticsDataSetCommandInput,
935
+ options: __HttpHandlerOptions,
936
+ cb: (err: any, data?: AssociateAnalyticsDataSetCommandOutput) => void
937
+ ): void;
873
938
  associateApprovedOrigin(
874
939
  args: AssociateApprovedOriginCommandInput,
875
940
  options?: __HttpHandlerOptions
@@ -909,6 +974,19 @@ export interface Connect {
909
974
  options: __HttpHandlerOptions,
910
975
  cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void
911
976
  ): void;
977
+ associateFlow(
978
+ args: AssociateFlowCommandInput,
979
+ options?: __HttpHandlerOptions
980
+ ): Promise<AssociateFlowCommandOutput>;
981
+ associateFlow(
982
+ args: AssociateFlowCommandInput,
983
+ cb: (err: any, data?: AssociateFlowCommandOutput) => void
984
+ ): void;
985
+ associateFlow(
986
+ args: AssociateFlowCommandInput,
987
+ options: __HttpHandlerOptions,
988
+ cb: (err: any, data?: AssociateFlowCommandOutput) => void
989
+ ): void;
912
990
  associateInstanceStorageConfig(
913
991
  args: AssociateInstanceStorageConfigCommandInput,
914
992
  options?: __HttpHandlerOptions
@@ -1019,6 +1097,38 @@ export interface Connect {
1019
1097
  data?: AssociateTrafficDistributionGroupUserCommandOutput
1020
1098
  ) => void
1021
1099
  ): void;
1100
+ batchAssociateAnalyticsDataSet(
1101
+ args: BatchAssociateAnalyticsDataSetCommandInput,
1102
+ options?: __HttpHandlerOptions
1103
+ ): Promise<BatchAssociateAnalyticsDataSetCommandOutput>;
1104
+ batchAssociateAnalyticsDataSet(
1105
+ args: BatchAssociateAnalyticsDataSetCommandInput,
1106
+ cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void
1107
+ ): void;
1108
+ batchAssociateAnalyticsDataSet(
1109
+ args: BatchAssociateAnalyticsDataSetCommandInput,
1110
+ options: __HttpHandlerOptions,
1111
+ cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void
1112
+ ): void;
1113
+ batchDisassociateAnalyticsDataSet(
1114
+ args: BatchDisassociateAnalyticsDataSetCommandInput,
1115
+ options?: __HttpHandlerOptions
1116
+ ): Promise<BatchDisassociateAnalyticsDataSetCommandOutput>;
1117
+ batchDisassociateAnalyticsDataSet(
1118
+ args: BatchDisassociateAnalyticsDataSetCommandInput,
1119
+ cb: (
1120
+ err: any,
1121
+ data?: BatchDisassociateAnalyticsDataSetCommandOutput
1122
+ ) => void
1123
+ ): void;
1124
+ batchDisassociateAnalyticsDataSet(
1125
+ args: BatchDisassociateAnalyticsDataSetCommandInput,
1126
+ options: __HttpHandlerOptions,
1127
+ cb: (
1128
+ err: any,
1129
+ data?: BatchDisassociateAnalyticsDataSetCommandOutput
1130
+ ) => void
1131
+ ): void;
1022
1132
  batchGetFlowAssociation(
1023
1133
  args: BatchGetFlowAssociationCommandInput,
1024
1134
  options?: __HttpHandlerOptions
@@ -1948,6 +2058,19 @@ export interface Connect {
1948
2058
  options: __HttpHandlerOptions,
1949
2059
  cb: (err: any, data?: DescribeVocabularyCommandOutput) => void
1950
2060
  ): void;
2061
+ disassociateAnalyticsDataSet(
2062
+ args: DisassociateAnalyticsDataSetCommandInput,
2063
+ options?: __HttpHandlerOptions
2064
+ ): Promise<DisassociateAnalyticsDataSetCommandOutput>;
2065
+ disassociateAnalyticsDataSet(
2066
+ args: DisassociateAnalyticsDataSetCommandInput,
2067
+ cb: (err: any, data?: DisassociateAnalyticsDataSetCommandOutput) => void
2068
+ ): void;
2069
+ disassociateAnalyticsDataSet(
2070
+ args: DisassociateAnalyticsDataSetCommandInput,
2071
+ options: __HttpHandlerOptions,
2072
+ cb: (err: any, data?: DisassociateAnalyticsDataSetCommandOutput) => void
2073
+ ): void;
1951
2074
  disassociateApprovedOrigin(
1952
2075
  args: DisassociateApprovedOriginCommandInput,
1953
2076
  options?: __HttpHandlerOptions
@@ -1974,6 +2097,19 @@ export interface Connect {
1974
2097
  options: __HttpHandlerOptions,
1975
2098
  cb: (err: any, data?: DisassociateBotCommandOutput) => void
1976
2099
  ): void;
2100
+ disassociateFlow(
2101
+ args: DisassociateFlowCommandInput,
2102
+ options?: __HttpHandlerOptions
2103
+ ): Promise<DisassociateFlowCommandOutput>;
2104
+ disassociateFlow(
2105
+ args: DisassociateFlowCommandInput,
2106
+ cb: (err: any, data?: DisassociateFlowCommandOutput) => void
2107
+ ): void;
2108
+ disassociateFlow(
2109
+ args: DisassociateFlowCommandInput,
2110
+ options: __HttpHandlerOptions,
2111
+ cb: (err: any, data?: DisassociateFlowCommandOutput) => void
2112
+ ): void;
1977
2113
  disassociateInstanceStorageConfig(
1978
2114
  args: DisassociateInstanceStorageConfigCommandInput,
1979
2115
  options?: __HttpHandlerOptions
@@ -2161,6 +2297,19 @@ export interface Connect {
2161
2297
  options: __HttpHandlerOptions,
2162
2298
  cb: (err: any, data?: GetFederationTokenCommandOutput) => void
2163
2299
  ): void;
2300
+ getFlowAssociation(
2301
+ args: GetFlowAssociationCommandInput,
2302
+ options?: __HttpHandlerOptions
2303
+ ): Promise<GetFlowAssociationCommandOutput>;
2304
+ getFlowAssociation(
2305
+ args: GetFlowAssociationCommandInput,
2306
+ cb: (err: any, data?: GetFlowAssociationCommandOutput) => void
2307
+ ): void;
2308
+ getFlowAssociation(
2309
+ args: GetFlowAssociationCommandInput,
2310
+ options: __HttpHandlerOptions,
2311
+ cb: (err: any, data?: GetFlowAssociationCommandOutput) => void
2312
+ ): void;
2164
2313
  getMetricData(
2165
2314
  args: GetMetricDataCommandInput,
2166
2315
  options?: __HttpHandlerOptions
@@ -2226,6 +2375,19 @@ export interface Connect {
2226
2375
  options: __HttpHandlerOptions,
2227
2376
  cb: (err: any, data?: GetTrafficDistributionCommandOutput) => void
2228
2377
  ): void;
2378
+ importPhoneNumber(
2379
+ args: ImportPhoneNumberCommandInput,
2380
+ options?: __HttpHandlerOptions
2381
+ ): Promise<ImportPhoneNumberCommandOutput>;
2382
+ importPhoneNumber(
2383
+ args: ImportPhoneNumberCommandInput,
2384
+ cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void
2385
+ ): void;
2386
+ importPhoneNumber(
2387
+ args: ImportPhoneNumberCommandInput,
2388
+ options: __HttpHandlerOptions,
2389
+ cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void
2390
+ ): void;
2229
2391
  listAgentStatuses(
2230
2392
  args: ListAgentStatusesCommandInput,
2231
2393
  options?: __HttpHandlerOptions
@@ -2239,6 +2401,19 @@ export interface Connect {
2239
2401
  options: __HttpHandlerOptions,
2240
2402
  cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
2241
2403
  ): void;
2404
+ listAnalyticsDataAssociations(
2405
+ args: ListAnalyticsDataAssociationsCommandInput,
2406
+ options?: __HttpHandlerOptions
2407
+ ): Promise<ListAnalyticsDataAssociationsCommandOutput>;
2408
+ listAnalyticsDataAssociations(
2409
+ args: ListAnalyticsDataAssociationsCommandInput,
2410
+ cb: (err: any, data?: ListAnalyticsDataAssociationsCommandOutput) => void
2411
+ ): void;
2412
+ listAnalyticsDataAssociations(
2413
+ args: ListAnalyticsDataAssociationsCommandInput,
2414
+ options: __HttpHandlerOptions,
2415
+ cb: (err: any, data?: ListAnalyticsDataAssociationsCommandOutput) => void
2416
+ ): void;
2242
2417
  listApprovedOrigins(
2243
2418
  args: ListApprovedOriginsCommandInput,
2244
2419
  options?: __HttpHandlerOptions
@@ -2356,6 +2531,19 @@ export interface Connect {
2356
2531
  options: __HttpHandlerOptions,
2357
2532
  cb: (err: any, data?: ListEvaluationFormVersionsCommandOutput) => void
2358
2533
  ): void;
2534
+ listFlowAssociations(
2535
+ args: ListFlowAssociationsCommandInput,
2536
+ options?: __HttpHandlerOptions
2537
+ ): Promise<ListFlowAssociationsCommandOutput>;
2538
+ listFlowAssociations(
2539
+ args: ListFlowAssociationsCommandInput,
2540
+ cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void
2541
+ ): void;
2542
+ listFlowAssociations(
2543
+ args: ListFlowAssociationsCommandInput,
2544
+ options: __HttpHandlerOptions,
2545
+ cb: (err: any, data?: ListFlowAssociationsCommandOutput) => void
2546
+ ): void;
2359
2547
  listHoursOfOperations(
2360
2548
  args: ListHoursOfOperationsCommandInput,
2361
2549
  options?: __HttpHandlerOptions
@@ -2525,6 +2713,25 @@ export interface Connect {
2525
2713
  options: __HttpHandlerOptions,
2526
2714
  cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
2527
2715
  ): void;
2716
+ listRealtimeContactAnalysisSegmentsV2(
2717
+ args: ListRealtimeContactAnalysisSegmentsV2CommandInput,
2718
+ options?: __HttpHandlerOptions
2719
+ ): Promise<ListRealtimeContactAnalysisSegmentsV2CommandOutput>;
2720
+ listRealtimeContactAnalysisSegmentsV2(
2721
+ args: ListRealtimeContactAnalysisSegmentsV2CommandInput,
2722
+ cb: (
2723
+ err: any,
2724
+ data?: ListRealtimeContactAnalysisSegmentsV2CommandOutput
2725
+ ) => void
2726
+ ): void;
2727
+ listRealtimeContactAnalysisSegmentsV2(
2728
+ args: ListRealtimeContactAnalysisSegmentsV2CommandInput,
2729
+ options: __HttpHandlerOptions,
2730
+ cb: (
2731
+ err: any,
2732
+ data?: ListRealtimeContactAnalysisSegmentsV2CommandOutput
2733
+ ) => void
2734
+ ): void;
2528
2735
  listRoutingProfileQueues(
2529
2736
  args: ListRoutingProfileQueuesCommandInput,
2530
2737
  options?: __HttpHandlerOptions
@@ -2934,6 +3141,19 @@ export interface Connect {
2934
3141
  options: __HttpHandlerOptions,
2935
3142
  cb: (err: any, data?: SearchVocabulariesCommandOutput) => void
2936
3143
  ): void;
3144
+ sendChatIntegrationEvent(
3145
+ args: SendChatIntegrationEventCommandInput,
3146
+ options?: __HttpHandlerOptions
3147
+ ): Promise<SendChatIntegrationEventCommandOutput>;
3148
+ sendChatIntegrationEvent(
3149
+ args: SendChatIntegrationEventCommandInput,
3150
+ cb: (err: any, data?: SendChatIntegrationEventCommandOutput) => void
3151
+ ): void;
3152
+ sendChatIntegrationEvent(
3153
+ args: SendChatIntegrationEventCommandInput,
3154
+ options: __HttpHandlerOptions,
3155
+ cb: (err: any, data?: SendChatIntegrationEventCommandOutput) => void
3156
+ ): void;
2937
3157
  startChatContact(
2938
3158
  args: StartChatContactCommandInput,
2939
3159
  options?: __HttpHandlerOptions
@@ -3012,6 +3232,19 @@ export interface Connect {
3012
3232
  options: __HttpHandlerOptions,
3013
3233
  cb: (err: any, data?: StartTaskContactCommandOutput) => void
3014
3234
  ): void;
3235
+ startWebRTCContact(
3236
+ args: StartWebRTCContactCommandInput,
3237
+ options?: __HttpHandlerOptions
3238
+ ): Promise<StartWebRTCContactCommandOutput>;
3239
+ startWebRTCContact(
3240
+ args: StartWebRTCContactCommandInput,
3241
+ cb: (err: any, data?: StartWebRTCContactCommandOutput) => void
3242
+ ): void;
3243
+ startWebRTCContact(
3244
+ args: StartWebRTCContactCommandInput,
3245
+ options: __HttpHandlerOptions,
3246
+ cb: (err: any, data?: StartWebRTCContactCommandOutput) => void
3247
+ ): void;
3015
3248
  stopContact(
3016
3249
  args: StopContactCommandInput,
3017
3250
  options?: __HttpHandlerOptions
@@ -49,6 +49,10 @@ import {
49
49
  ActivateEvaluationFormCommandInput,
50
50
  ActivateEvaluationFormCommandOutput,
51
51
  } from "./commands/ActivateEvaluationFormCommand";
52
+ import {
53
+ AssociateAnalyticsDataSetCommandInput,
54
+ AssociateAnalyticsDataSetCommandOutput,
55
+ } from "./commands/AssociateAnalyticsDataSetCommand";
52
56
  import {
53
57
  AssociateApprovedOriginCommandInput,
54
58
  AssociateApprovedOriginCommandOutput,
@@ -61,6 +65,10 @@ import {
61
65
  AssociateDefaultVocabularyCommandInput,
62
66
  AssociateDefaultVocabularyCommandOutput,
63
67
  } from "./commands/AssociateDefaultVocabularyCommand";
68
+ import {
69
+ AssociateFlowCommandInput,
70
+ AssociateFlowCommandOutput,
71
+ } from "./commands/AssociateFlowCommand";
64
72
  import {
65
73
  AssociateInstanceStorageConfigCommandInput,
66
74
  AssociateInstanceStorageConfigCommandOutput,
@@ -93,6 +101,14 @@ import {
93
101
  AssociateTrafficDistributionGroupUserCommandInput,
94
102
  AssociateTrafficDistributionGroupUserCommandOutput,
95
103
  } from "./commands/AssociateTrafficDistributionGroupUserCommand";
104
+ import {
105
+ BatchAssociateAnalyticsDataSetCommandInput,
106
+ BatchAssociateAnalyticsDataSetCommandOutput,
107
+ } from "./commands/BatchAssociateAnalyticsDataSetCommand";
108
+ import {
109
+ BatchDisassociateAnalyticsDataSetCommandInput,
110
+ BatchDisassociateAnalyticsDataSetCommandOutput,
111
+ } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
96
112
  import {
97
113
  BatchGetFlowAssociationCommandInput,
98
114
  BatchGetFlowAssociationCommandOutput,
@@ -377,6 +393,10 @@ import {
377
393
  DescribeVocabularyCommandInput,
378
394
  DescribeVocabularyCommandOutput,
379
395
  } from "./commands/DescribeVocabularyCommand";
396
+ import {
397
+ DisassociateAnalyticsDataSetCommandInput,
398
+ DisassociateAnalyticsDataSetCommandOutput,
399
+ } from "./commands/DisassociateAnalyticsDataSetCommand";
380
400
  import {
381
401
  DisassociateApprovedOriginCommandInput,
382
402
  DisassociateApprovedOriginCommandOutput,
@@ -385,6 +405,10 @@ import {
385
405
  DisassociateBotCommandInput,
386
406
  DisassociateBotCommandOutput,
387
407
  } from "./commands/DisassociateBotCommand";
408
+ import {
409
+ DisassociateFlowCommandInput,
410
+ DisassociateFlowCommandOutput,
411
+ } from "./commands/DisassociateFlowCommand";
388
412
  import {
389
413
  DisassociateInstanceStorageConfigCommandInput,
390
414
  DisassociateInstanceStorageConfigCommandOutput,
@@ -437,6 +461,10 @@ import {
437
461
  GetFederationTokenCommandInput,
438
462
  GetFederationTokenCommandOutput,
439
463
  } from "./commands/GetFederationTokenCommand";
464
+ import {
465
+ GetFlowAssociationCommandInput,
466
+ GetFlowAssociationCommandOutput,
467
+ } from "./commands/GetFlowAssociationCommand";
440
468
  import {
441
469
  GetMetricDataCommandInput,
442
470
  GetMetricDataCommandOutput,
@@ -457,10 +485,18 @@ import {
457
485
  GetTrafficDistributionCommandInput,
458
486
  GetTrafficDistributionCommandOutput,
459
487
  } from "./commands/GetTrafficDistributionCommand";
488
+ import {
489
+ ImportPhoneNumberCommandInput,
490
+ ImportPhoneNumberCommandOutput,
491
+ } from "./commands/ImportPhoneNumberCommand";
460
492
  import {
461
493
  ListAgentStatusesCommandInput,
462
494
  ListAgentStatusesCommandOutput,
463
495
  } from "./commands/ListAgentStatusesCommand";
496
+ import {
497
+ ListAnalyticsDataAssociationsCommandInput,
498
+ ListAnalyticsDataAssociationsCommandOutput,
499
+ } from "./commands/ListAnalyticsDataAssociationsCommand";
464
500
  import {
465
501
  ListApprovedOriginsCommandInput,
466
502
  ListApprovedOriginsCommandOutput,
@@ -497,6 +533,10 @@ import {
497
533
  ListEvaluationFormVersionsCommandInput,
498
534
  ListEvaluationFormVersionsCommandOutput,
499
535
  } from "./commands/ListEvaluationFormVersionsCommand";
536
+ import {
537
+ ListFlowAssociationsCommandInput,
538
+ ListFlowAssociationsCommandOutput,
539
+ } from "./commands/ListFlowAssociationsCommand";
500
540
  import {
501
541
  ListHoursOfOperationsCommandInput,
502
542
  ListHoursOfOperationsCommandOutput,
@@ -549,6 +589,10 @@ import {
549
589
  ListQuickConnectsCommandInput,
550
590
  ListQuickConnectsCommandOutput,
551
591
  } from "./commands/ListQuickConnectsCommand";
592
+ import {
593
+ ListRealtimeContactAnalysisSegmentsV2CommandInput,
594
+ ListRealtimeContactAnalysisSegmentsV2CommandOutput,
595
+ } from "./commands/ListRealtimeContactAnalysisSegmentsV2Command";
552
596
  import {
553
597
  ListRoutingProfileQueuesCommandInput,
554
598
  ListRoutingProfileQueuesCommandOutput,
@@ -673,6 +717,10 @@ import {
673
717
  SearchVocabulariesCommandInput,
674
718
  SearchVocabulariesCommandOutput,
675
719
  } from "./commands/SearchVocabulariesCommand";
720
+ import {
721
+ SendChatIntegrationEventCommandInput,
722
+ SendChatIntegrationEventCommandOutput,
723
+ } from "./commands/SendChatIntegrationEventCommand";
676
724
  import {
677
725
  StartChatContactCommandInput,
678
726
  StartChatContactCommandOutput,
@@ -697,6 +745,10 @@ import {
697
745
  StartTaskContactCommandInput,
698
746
  StartTaskContactCommandOutput,
699
747
  } from "./commands/StartTaskContactCommand";
748
+ import {
749
+ StartWebRTCContactCommandInput,
750
+ StartWebRTCContactCommandOutput,
751
+ } from "./commands/StartWebRTCContactCommand";
700
752
  import {
701
753
  StopContactCommandInput,
702
754
  StopContactCommandOutput,
@@ -910,9 +962,11 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
910
962
  export { __Client };
911
963
  export type ServiceInputTypes =
912
964
  | ActivateEvaluationFormCommandInput
965
+ | AssociateAnalyticsDataSetCommandInput
913
966
  | AssociateApprovedOriginCommandInput
914
967
  | AssociateBotCommandInput
915
968
  | AssociateDefaultVocabularyCommandInput
969
+ | AssociateFlowCommandInput
916
970
  | AssociateInstanceStorageConfigCommandInput
917
971
  | AssociateLambdaFunctionCommandInput
918
972
  | AssociateLexBotCommandInput
@@ -921,6 +975,8 @@ export type ServiceInputTypes =
921
975
  | AssociateRoutingProfileQueuesCommandInput
922
976
  | AssociateSecurityKeyCommandInput
923
977
  | AssociateTrafficDistributionGroupUserCommandInput
978
+ | BatchAssociateAnalyticsDataSetCommandInput
979
+ | BatchDisassociateAnalyticsDataSetCommandInput
924
980
  | BatchGetFlowAssociationCommandInput
925
981
  | BatchPutContactCommandInput
926
982
  | ClaimPhoneNumberCommandInput
@@ -992,8 +1048,10 @@ export type ServiceInputTypes =
992
1048
  | DescribeUserHierarchyStructureCommandInput
993
1049
  | DescribeViewCommandInput
994
1050
  | DescribeVocabularyCommandInput
1051
+ | DisassociateAnalyticsDataSetCommandInput
995
1052
  | DisassociateApprovedOriginCommandInput
996
1053
  | DisassociateBotCommandInput
1054
+ | DisassociateFlowCommandInput
997
1055
  | DisassociateInstanceStorageConfigCommandInput
998
1056
  | DisassociateLambdaFunctionCommandInput
999
1057
  | DisassociateLexBotCommandInput
@@ -1007,12 +1065,15 @@ export type ServiceInputTypes =
1007
1065
  | GetCurrentMetricDataCommandInput
1008
1066
  | GetCurrentUserDataCommandInput
1009
1067
  | GetFederationTokenCommandInput
1068
+ | GetFlowAssociationCommandInput
1010
1069
  | GetMetricDataCommandInput
1011
1070
  | GetMetricDataV2CommandInput
1012
1071
  | GetPromptFileCommandInput
1013
1072
  | GetTaskTemplateCommandInput
1014
1073
  | GetTrafficDistributionCommandInput
1074
+ | ImportPhoneNumberCommandInput
1015
1075
  | ListAgentStatusesCommandInput
1076
+ | ListAnalyticsDataAssociationsCommandInput
1016
1077
  | ListApprovedOriginsCommandInput
1017
1078
  | ListBotsCommandInput
1018
1079
  | ListContactEvaluationsCommandInput
@@ -1022,6 +1083,7 @@ export type ServiceInputTypes =
1022
1083
  | ListDefaultVocabulariesCommandInput
1023
1084
  | ListEvaluationFormVersionsCommandInput
1024
1085
  | ListEvaluationFormsCommandInput
1086
+ | ListFlowAssociationsCommandInput
1025
1087
  | ListHoursOfOperationsCommandInput
1026
1088
  | ListInstanceAttributesCommandInput
1027
1089
  | ListInstanceStorageConfigsCommandInput
@@ -1035,6 +1097,7 @@ export type ServiceInputTypes =
1035
1097
  | ListQueueQuickConnectsCommandInput
1036
1098
  | ListQueuesCommandInput
1037
1099
  | ListQuickConnectsCommandInput
1100
+ | ListRealtimeContactAnalysisSegmentsV2CommandInput
1038
1101
  | ListRoutingProfileQueuesCommandInput
1039
1102
  | ListRoutingProfilesCommandInput
1040
1103
  | ListRulesCommandInput
@@ -1066,12 +1129,14 @@ export type ServiceInputTypes =
1066
1129
  | SearchSecurityProfilesCommandInput
1067
1130
  | SearchUsersCommandInput
1068
1131
  | SearchVocabulariesCommandInput
1132
+ | SendChatIntegrationEventCommandInput
1069
1133
  | StartChatContactCommandInput
1070
1134
  | StartContactEvaluationCommandInput
1071
1135
  | StartContactRecordingCommandInput
1072
1136
  | StartContactStreamingCommandInput
1073
1137
  | StartOutboundVoiceContactCommandInput
1074
1138
  | StartTaskContactCommandInput
1139
+ | StartWebRTCContactCommandInput
1075
1140
  | StopContactCommandInput
1076
1141
  | StopContactRecordingCommandInput
1077
1142
  | StopContactStreamingCommandInput
@@ -1125,9 +1190,11 @@ export type ServiceInputTypes =
1125
1190
  | UpdateViewMetadataCommandInput;
1126
1191
  export type ServiceOutputTypes =
1127
1192
  | ActivateEvaluationFormCommandOutput
1193
+ | AssociateAnalyticsDataSetCommandOutput
1128
1194
  | AssociateApprovedOriginCommandOutput
1129
1195
  | AssociateBotCommandOutput
1130
1196
  | AssociateDefaultVocabularyCommandOutput
1197
+ | AssociateFlowCommandOutput
1131
1198
  | AssociateInstanceStorageConfigCommandOutput
1132
1199
  | AssociateLambdaFunctionCommandOutput
1133
1200
  | AssociateLexBotCommandOutput
@@ -1136,6 +1203,8 @@ export type ServiceOutputTypes =
1136
1203
  | AssociateRoutingProfileQueuesCommandOutput
1137
1204
  | AssociateSecurityKeyCommandOutput
1138
1205
  | AssociateTrafficDistributionGroupUserCommandOutput
1206
+ | BatchAssociateAnalyticsDataSetCommandOutput
1207
+ | BatchDisassociateAnalyticsDataSetCommandOutput
1139
1208
  | BatchGetFlowAssociationCommandOutput
1140
1209
  | BatchPutContactCommandOutput
1141
1210
  | ClaimPhoneNumberCommandOutput
@@ -1207,8 +1276,10 @@ export type ServiceOutputTypes =
1207
1276
  | DescribeUserHierarchyStructureCommandOutput
1208
1277
  | DescribeViewCommandOutput
1209
1278
  | DescribeVocabularyCommandOutput
1279
+ | DisassociateAnalyticsDataSetCommandOutput
1210
1280
  | DisassociateApprovedOriginCommandOutput
1211
1281
  | DisassociateBotCommandOutput
1282
+ | DisassociateFlowCommandOutput
1212
1283
  | DisassociateInstanceStorageConfigCommandOutput
1213
1284
  | DisassociateLambdaFunctionCommandOutput
1214
1285
  | DisassociateLexBotCommandOutput
@@ -1222,12 +1293,15 @@ export type ServiceOutputTypes =
1222
1293
  | GetCurrentMetricDataCommandOutput
1223
1294
  | GetCurrentUserDataCommandOutput
1224
1295
  | GetFederationTokenCommandOutput
1296
+ | GetFlowAssociationCommandOutput
1225
1297
  | GetMetricDataCommandOutput
1226
1298
  | GetMetricDataV2CommandOutput
1227
1299
  | GetPromptFileCommandOutput
1228
1300
  | GetTaskTemplateCommandOutput
1229
1301
  | GetTrafficDistributionCommandOutput
1302
+ | ImportPhoneNumberCommandOutput
1230
1303
  | ListAgentStatusesCommandOutput
1304
+ | ListAnalyticsDataAssociationsCommandOutput
1231
1305
  | ListApprovedOriginsCommandOutput
1232
1306
  | ListBotsCommandOutput
1233
1307
  | ListContactEvaluationsCommandOutput
@@ -1237,6 +1311,7 @@ export type ServiceOutputTypes =
1237
1311
  | ListDefaultVocabulariesCommandOutput
1238
1312
  | ListEvaluationFormVersionsCommandOutput
1239
1313
  | ListEvaluationFormsCommandOutput
1314
+ | ListFlowAssociationsCommandOutput
1240
1315
  | ListHoursOfOperationsCommandOutput
1241
1316
  | ListInstanceAttributesCommandOutput
1242
1317
  | ListInstanceStorageConfigsCommandOutput
@@ -1250,6 +1325,7 @@ export type ServiceOutputTypes =
1250
1325
  | ListQueueQuickConnectsCommandOutput
1251
1326
  | ListQueuesCommandOutput
1252
1327
  | ListQuickConnectsCommandOutput
1328
+ | ListRealtimeContactAnalysisSegmentsV2CommandOutput
1253
1329
  | ListRoutingProfileQueuesCommandOutput
1254
1330
  | ListRoutingProfilesCommandOutput
1255
1331
  | ListRulesCommandOutput
@@ -1281,12 +1357,14 @@ export type ServiceOutputTypes =
1281
1357
  | SearchSecurityProfilesCommandOutput
1282
1358
  | SearchUsersCommandOutput
1283
1359
  | SearchVocabulariesCommandOutput
1360
+ | SendChatIntegrationEventCommandOutput
1284
1361
  | StartChatContactCommandOutput
1285
1362
  | StartContactEvaluationCommandOutput
1286
1363
  | StartContactRecordingCommandOutput
1287
1364
  | StartContactStreamingCommandOutput
1288
1365
  | StartOutboundVoiceContactCommandOutput
1289
1366
  | StartTaskContactCommandOutput
1367
+ | StartWebRTCContactCommandOutput
1290
1368
  | StopContactCommandOutput
1291
1369
  | StopContactRecordingCommandOutput
1292
1370
  | StopContactStreamingCommandOutput