@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.
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 +3 -3
@@ -458,6 +458,46 @@ export interface AgentStatusSummary {
458
458
  */
459
459
  LastModifiedRegion?: string;
460
460
  }
461
+ /**
462
+ * @public
463
+ * @enum
464
+ */
465
+ export declare const VideoCapability: {
466
+ readonly SEND: "SEND";
467
+ };
468
+ /**
469
+ * @public
470
+ */
471
+ export type VideoCapability = (typeof VideoCapability)[keyof typeof VideoCapability];
472
+ /**
473
+ * @public
474
+ * <p>The configuration for the allowed capabilities for participants present over the
475
+ * call.</p>
476
+ */
477
+ export interface ParticipantCapabilities {
478
+ /**
479
+ * @public
480
+ * <p>The configuration having the video sharing capabilities for participants over the
481
+ * call.</p>
482
+ */
483
+ Video?: VideoCapability;
484
+ }
485
+ /**
486
+ * @public
487
+ * <p>Information about the capabilities enabled for participants of the contact.</p>
488
+ */
489
+ export interface AllowedCapabilities {
490
+ /**
491
+ * @public
492
+ * <p>Information about the customer's video sharing capabilities.</p>
493
+ */
494
+ Customer?: ParticipantCapabilities;
495
+ /**
496
+ * @public
497
+ * <p>Information about the agent's video sharing capabilities.</p>
498
+ */
499
+ Agent?: ParticipantCapabilities;
500
+ }
461
501
  /**
462
502
  * @public
463
503
  * @enum
@@ -473,7 +513,7 @@ export type MonitorCapability = (typeof MonitorCapability)[keyof typeof MonitorC
473
513
  /**
474
514
  * @public
475
515
  */
476
- export interface AssociateApprovedOriginRequest {
516
+ export interface AssociateAnalyticsDataSetRequest {
477
517
  /**
478
518
  * @public
479
519
  * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
@@ -481,9 +521,40 @@ export interface AssociateApprovedOriginRequest {
481
521
  InstanceId: string | undefined;
482
522
  /**
483
523
  * @public
484
- * <p>The domain to add to your allow list.</p>
524
+ * <p>The identifier of the dataset to associate with the target account.</p>
485
525
  */
486
- Origin: string | undefined;
526
+ DataSetId: string | undefined;
527
+ /**
528
+ * @public
529
+ * <p>The identifier of the target account. Use to associate a dataset to a different account than the one containing
530
+ * the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>
531
+ */
532
+ TargetAccountId?: string;
533
+ }
534
+ /**
535
+ * @public
536
+ */
537
+ export interface AssociateAnalyticsDataSetResponse {
538
+ /**
539
+ * @public
540
+ * <p>The identifier of the dataset that was associated.</p>
541
+ */
542
+ DataSetId?: string;
543
+ /**
544
+ * @public
545
+ * <p>The identifier of the target account. </p>
546
+ */
547
+ TargetAccountId?: string;
548
+ /**
549
+ * @public
550
+ * <p>The Resource Access Manager share ID that is generated.</p>
551
+ */
552
+ ResourceShareId?: string;
553
+ /**
554
+ * @public
555
+ * <p>The Amazon Resource Name (ARN) of the Resource Access Manager share. </p>
556
+ */
557
+ ResourceShareArn?: string;
487
558
  }
488
559
  /**
489
560
  * @public
@@ -502,6 +573,21 @@ export declare class InvalidRequestException extends __BaseException {
502
573
  */
503
574
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
504
575
  }
576
+ /**
577
+ * @public
578
+ */
579
+ export interface AssociateApprovedOriginRequest {
580
+ /**
581
+ * @public
582
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
583
+ */
584
+ InstanceId: string | undefined;
585
+ /**
586
+ * @public
587
+ * <p>The domain to add to your allow list.</p>
588
+ */
589
+ Origin: string | undefined;
590
+ }
505
591
  /**
506
592
  * @public
507
593
  * <p>The service quota has been exceeded.</p>
@@ -639,6 +725,47 @@ export interface AssociateDefaultVocabularyRequest {
639
725
  */
640
726
  export interface AssociateDefaultVocabularyResponse {
641
727
  }
728
+ /**
729
+ * @public
730
+ * @enum
731
+ */
732
+ export declare const FlowAssociationResourceType: {
733
+ readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
734
+ };
735
+ /**
736
+ * @public
737
+ */
738
+ export type FlowAssociationResourceType = (typeof FlowAssociationResourceType)[keyof typeof FlowAssociationResourceType];
739
+ /**
740
+ * @public
741
+ */
742
+ export interface AssociateFlowRequest {
743
+ /**
744
+ * @public
745
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
746
+ */
747
+ InstanceId: string | undefined;
748
+ /**
749
+ * @public
750
+ * <p>The identifier of the resource.</p>
751
+ */
752
+ ResourceId: string | undefined;
753
+ /**
754
+ * @public
755
+ * <p>The identifier of the flow.</p>
756
+ */
757
+ FlowId: string | undefined;
758
+ /**
759
+ * @public
760
+ * <p>A valid resource type.</p>
761
+ */
762
+ ResourceType: FlowAssociationResourceType | undefined;
763
+ }
764
+ /**
765
+ * @public
766
+ */
767
+ export interface AssociateFlowResponse {
768
+ }
642
769
  /**
643
770
  * @public
644
771
  * @enum
@@ -1026,6 +1153,127 @@ export interface AssociateTrafficDistributionGroupUserRequest {
1026
1153
  */
1027
1154
  export interface AssociateTrafficDistributionGroupUserResponse {
1028
1155
  }
1156
+ /**
1157
+ * @public
1158
+ */
1159
+ export interface BatchAssociateAnalyticsDataSetRequest {
1160
+ /**
1161
+ * @public
1162
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
1163
+ */
1164
+ InstanceId: string | undefined;
1165
+ /**
1166
+ * @public
1167
+ * <p>An array of dataset identifiers to associate.</p>
1168
+ */
1169
+ DataSetIds: string[] | undefined;
1170
+ /**
1171
+ * @public
1172
+ * <p>The identifier of the target account. Use to associate a dataset to a different account than the one containing
1173
+ * the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>
1174
+ */
1175
+ TargetAccountId?: string;
1176
+ }
1177
+ /**
1178
+ * @public
1179
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1180
+ * <p>Information about associations that are successfully created: <code>DataSetId</code>,
1181
+ * <code>TargetAccountId</code>, <code>ResourceShareId</code>,
1182
+ * <code>ResourceShareArn</code>. </p>
1183
+ */
1184
+ export interface AnalyticsDataAssociationResult {
1185
+ /**
1186
+ * @public
1187
+ * <p>The identifier of the dataset.</p>
1188
+ */
1189
+ DataSetId?: string;
1190
+ /**
1191
+ * @public
1192
+ * <p>The identifier of the target account. </p>
1193
+ */
1194
+ TargetAccountId?: string;
1195
+ /**
1196
+ * @public
1197
+ * <p>The Resource Access Manager share ID.</p>
1198
+ */
1199
+ ResourceShareId?: string;
1200
+ /**
1201
+ * @public
1202
+ * <p>The Amazon Resource Name (ARN) of the Resource Access Manager share. </p>
1203
+ */
1204
+ ResourceShareArn?: string;
1205
+ }
1206
+ /**
1207
+ * @public
1208
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1209
+ * <p>List of errors for dataset association failures. </p>
1210
+ */
1211
+ export interface ErrorResult {
1212
+ /**
1213
+ * @public
1214
+ * <p>The error code.</p>
1215
+ */
1216
+ ErrorCode?: string;
1217
+ /**
1218
+ * @public
1219
+ * <p>The corresponding error message for the error code.</p>
1220
+ */
1221
+ ErrorMessage?: string;
1222
+ }
1223
+ /**
1224
+ * @public
1225
+ */
1226
+ export interface BatchAssociateAnalyticsDataSetResponse {
1227
+ /**
1228
+ * @public
1229
+ * <p>Information about associations that are successfully created: <code>DataSetId</code>,
1230
+ * <code>TargetAccountId</code>, <code>ResourceShareId</code>,
1231
+ * <code>ResourceShareArn</code>. </p>
1232
+ */
1233
+ Created?: AnalyticsDataAssociationResult[];
1234
+ /**
1235
+ * @public
1236
+ * <p>A list of errors for datasets that aren't successfully associated
1237
+ * with the target account.</p>
1238
+ */
1239
+ Errors?: ErrorResult[];
1240
+ }
1241
+ /**
1242
+ * @public
1243
+ */
1244
+ export interface BatchDisassociateAnalyticsDataSetRequest {
1245
+ /**
1246
+ * @public
1247
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
1248
+ */
1249
+ InstanceId: string | undefined;
1250
+ /**
1251
+ * @public
1252
+ * <p>An array of associated dataset identifiers to remove.</p>
1253
+ */
1254
+ DataSetIds: string[] | undefined;
1255
+ /**
1256
+ * @public
1257
+ * <p>The identifier of the target account. Use to disassociate a dataset from a different account than the one containing
1258
+ * the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>
1259
+ */
1260
+ TargetAccountId?: string;
1261
+ }
1262
+ /**
1263
+ * @public
1264
+ */
1265
+ export interface BatchDisassociateAnalyticsDataSetResponse {
1266
+ /**
1267
+ * @public
1268
+ * <p>An array of successfully disassociated dataset identifiers.</p>
1269
+ */
1270
+ Deleted?: string[];
1271
+ /**
1272
+ * @public
1273
+ * <p>A list of errors for any datasets not successfully removed.</p>
1274
+ */
1275
+ Errors?: ErrorResult[];
1276
+ }
1029
1277
  /**
1030
1278
  * @public
1031
1279
  * @enum
@@ -2693,7 +2941,7 @@ export interface UserQuickConnectConfig {
2693
2941
  export interface QuickConnectConfig {
2694
2942
  /**
2695
2943
  * @public
2696
- * <p>The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
2944
+ * <p>The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are
2697
2945
  * prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). </p>
2698
2946
  */
2699
2947
  QuickConnectType: QuickConnectType | undefined;
@@ -2883,7 +3131,8 @@ export interface CreateRoutingProfileResponse {
2883
3131
  * @public
2884
3132
  * <p>This action must be set if <code>TriggerEventSource</code> is one of the following values:
2885
3133
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
2886
- * <code>OnPostChatAnalysisAvailable</code>. Contact is categorized using the rule name.</p>
3134
+ * <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code>. Contact
3135
+ * is categorized using the rule name.</p>
2887
3136
  * <p>
2888
3137
  * <code>RuleName</code> is used as <code>ContactCategory</code>.</p>
2889
3138
  */
@@ -3063,8 +3312,8 @@ export interface RuleAction {
3063
3312
  * <p>Information about the EventBridge action.</p>
3064
3313
  * <p>Supported only for <code>TriggerEventSource</code> values:
3065
3314
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
3066
- * <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> |
3067
- * <code>OnMetricDataUpdate</code>
3315
+ * <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> |
3316
+ * <code>OnContactEvaluationSubmit</code> | <code>OnMetricDataUpdate</code>
3068
3317
  * </p>
3069
3318
  */
3070
3319
  EventBridgeAction?: EventBridgeActionDefinition;
@@ -3073,8 +3322,9 @@ export interface RuleAction {
3073
3322
  * <p>Information about the contact category action.</p>
3074
3323
  * <p>Supported only for <code>TriggerEventSource</code> values:
3075
3324
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
3076
- * <code>OnPostChatAnalysisAvailable</code> | <code>OnZendeskTicketCreate</code> |
3077
- * <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code>
3325
+ * <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> |
3326
+ * <code>OnZendeskTicketCreate</code> | <code>OnZendeskTicketStatusUpdate</code> |
3327
+ * <code>OnSalesforceCaseCreate</code>
3078
3328
  * </p>
3079
3329
  */
3080
3330
  AssignContactCategoryAction?: AssignContactCategoryActionDefinition;
@@ -3083,8 +3333,8 @@ export interface RuleAction {
3083
3333
  * <p>Information about the send notification action.</p>
3084
3334
  * <p>Supported only for <code>TriggerEventSource</code> values:
3085
3335
  * <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> |
3086
- * <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> |
3087
- * <code>OnMetricDataUpdate</code>
3336
+ * <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> |
3337
+ * <code>OnContactEvaluationSubmit</code> | <code>OnMetricDataUpdate</code>
3088
3338
  * </p>
3089
3339
  */
3090
3340
  SendNotificationAction?: SendNotificationActionDefinition;
@@ -3111,6 +3361,7 @@ export declare const EventSourceName: {
3111
3361
  readonly OnPostCallAnalysisAvailable: "OnPostCallAnalysisAvailable";
3112
3362
  readonly OnPostChatAnalysisAvailable: "OnPostChatAnalysisAvailable";
3113
3363
  readonly OnRealTimeCallAnalysisAvailable: "OnRealTimeCallAnalysisAvailable";
3364
+ readonly OnRealTimeChatAnalysisAvailable: "OnRealTimeChatAnalysisAvailable";
3114
3365
  readonly OnSalesforceCaseCreate: "OnSalesforceCaseCreate";
3115
3366
  readonly OnZendeskTicketCreate: "OnZendeskTicketCreate";
3116
3367
  readonly OnZendeskTicketStatusUpdate: "OnZendeskTicketStatusUpdate";
@@ -4072,6 +4323,7 @@ export declare const ResourceType: {
4072
4323
  readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
4073
4324
  readonly INSTANCE: "INSTANCE";
4074
4325
  readonly PARTICIPANT: "PARTICIPANT";
4326
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
4075
4327
  readonly USER: "USER";
4076
4328
  };
4077
4329
  /**
@@ -5850,6 +6102,7 @@ export interface PhoneNumberStatus {
5850
6102
  export declare const PhoneNumberType: {
5851
6103
  readonly DID: "DID";
5852
6104
  readonly SHARED: "SHARED";
6105
+ readonly SHORT_CODE: "SHORT_CODE";
5853
6106
  readonly THIRD_PARTY_DID: "THIRD_PARTY_DID";
5854
6107
  readonly THIRD_PARTY_TF: "THIRD_PARTY_TF";
5855
6108
  readonly TOLL_FREE: "TOLL_FREE";
@@ -5942,6 +6195,13 @@ export interface ClaimedPhoneNumberSummary {
5942
6195
  * </note>
5943
6196
  */
5944
6197
  PhoneNumberStatus?: PhoneNumberStatus;
6198
+ /**
6199
+ * @public
6200
+ * <p>The claimed phone number ARN that was previously imported from the external service, such as
6201
+ * Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number
6202
+ * that was imported from Amazon Pinpoint.</p>
6203
+ */
6204
+ SourcePhoneNumberArn?: string;
5945
6205
  }
5946
6206
  /**
5947
6207
  * @public
@@ -6118,376 +6378,6 @@ export interface DescribeQueueResponse {
6118
6378
  */
6119
6379
  Queue?: Queue;
6120
6380
  }
6121
- /**
6122
- * @public
6123
- */
6124
- export interface DescribeQuickConnectRequest {
6125
- /**
6126
- * @public
6127
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6128
- */
6129
- InstanceId: string | undefined;
6130
- /**
6131
- * @public
6132
- * <p>The identifier for the quick connect.</p>
6133
- */
6134
- QuickConnectId: string | undefined;
6135
- }
6136
- /**
6137
- * @public
6138
- * <p>Contains information about a quick connect.</p>
6139
- */
6140
- export interface QuickConnect {
6141
- /**
6142
- * @public
6143
- * <p>The Amazon Resource Name (ARN) of the quick connect.</p>
6144
- */
6145
- QuickConnectARN?: string;
6146
- /**
6147
- * @public
6148
- * <p>The identifier for the quick connect.</p>
6149
- */
6150
- QuickConnectId?: string;
6151
- /**
6152
- * @public
6153
- * <p>The name of the quick connect.</p>
6154
- */
6155
- Name?: string;
6156
- /**
6157
- * @public
6158
- * <p>The description.</p>
6159
- */
6160
- Description?: string;
6161
- /**
6162
- * @public
6163
- * <p>Contains information about the quick connect.</p>
6164
- */
6165
- QuickConnectConfig?: QuickConnectConfig;
6166
- /**
6167
- * @public
6168
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6169
- */
6170
- Tags?: Record<string, string>;
6171
- /**
6172
- * @public
6173
- * <p>The timestamp when this resource was last modified.</p>
6174
- */
6175
- LastModifiedTime?: Date;
6176
- /**
6177
- * @public
6178
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
6179
- */
6180
- LastModifiedRegion?: string;
6181
- }
6182
- /**
6183
- * @public
6184
- */
6185
- export interface DescribeQuickConnectResponse {
6186
- /**
6187
- * @public
6188
- * <p>Information about the quick connect.</p>
6189
- */
6190
- QuickConnect?: QuickConnect;
6191
- }
6192
- /**
6193
- * @public
6194
- */
6195
- export interface DescribeRoutingProfileRequest {
6196
- /**
6197
- * @public
6198
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6199
- */
6200
- InstanceId: string | undefined;
6201
- /**
6202
- * @public
6203
- * <p>The identifier of the routing profile.</p>
6204
- */
6205
- RoutingProfileId: string | undefined;
6206
- }
6207
- /**
6208
- * @public
6209
- * <p>Contains information about a routing profile.</p>
6210
- */
6211
- export interface RoutingProfile {
6212
- /**
6213
- * @public
6214
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6215
- */
6216
- InstanceId?: string;
6217
- /**
6218
- * @public
6219
- * <p>The name of the routing profile.</p>
6220
- */
6221
- Name?: string;
6222
- /**
6223
- * @public
6224
- * <p>The Amazon Resource Name (ARN) of the routing profile.</p>
6225
- */
6226
- RoutingProfileArn?: string;
6227
- /**
6228
- * @public
6229
- * <p>The identifier of the routing profile.</p>
6230
- */
6231
- RoutingProfileId?: string;
6232
- /**
6233
- * @public
6234
- * <p>The description of the routing profile.</p>
6235
- */
6236
- Description?: string;
6237
- /**
6238
- * @public
6239
- * <p>The channels agents can handle in the Contact Control Panel (CCP) for this routing
6240
- * profile.</p>
6241
- */
6242
- MediaConcurrencies?: MediaConcurrency[];
6243
- /**
6244
- * @public
6245
- * <p>The identifier of the default outbound queue for this routing profile.</p>
6246
- */
6247
- DefaultOutboundQueueId?: string;
6248
- /**
6249
- * @public
6250
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6251
- */
6252
- Tags?: Record<string, string>;
6253
- /**
6254
- * @public
6255
- * <p>The number of associated queues in routing profile.</p>
6256
- */
6257
- NumberOfAssociatedQueues?: number;
6258
- /**
6259
- * @public
6260
- * <p>The number of associated users in routing profile.</p>
6261
- */
6262
- NumberOfAssociatedUsers?: number;
6263
- /**
6264
- * @public
6265
- * <p>Whether agents with this routing profile will have their routing order calculated based on
6266
- * <i>time since their last inbound contact</i> or <i>longest idle
6267
- * time</i>. </p>
6268
- */
6269
- AgentAvailabilityTimer?: AgentAvailabilityTimer;
6270
- /**
6271
- * @public
6272
- * <p>The timestamp when this resource was last modified.</p>
6273
- */
6274
- LastModifiedTime?: Date;
6275
- /**
6276
- * @public
6277
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
6278
- */
6279
- LastModifiedRegion?: string;
6280
- /**
6281
- * @public
6282
- * <p>Whether this a default routing profile.</p>
6283
- */
6284
- IsDefault?: boolean;
6285
- }
6286
- /**
6287
- * @public
6288
- */
6289
- export interface DescribeRoutingProfileResponse {
6290
- /**
6291
- * @public
6292
- * <p>The routing profile.</p>
6293
- */
6294
- RoutingProfile?: RoutingProfile;
6295
- }
6296
- /**
6297
- * @public
6298
- */
6299
- export interface DescribeRuleRequest {
6300
- /**
6301
- * @public
6302
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6303
- */
6304
- InstanceId: string | undefined;
6305
- /**
6306
- * @public
6307
- * <p>A unique identifier for the rule.</p>
6308
- */
6309
- RuleId: string | undefined;
6310
- }
6311
- /**
6312
- * @public
6313
- * <p>Information about a rule.</p>
6314
- */
6315
- export interface Rule {
6316
- /**
6317
- * @public
6318
- * <p>The name of the rule.</p>
6319
- */
6320
- Name: string | undefined;
6321
- /**
6322
- * @public
6323
- * <p>A unique identifier for the rule.</p>
6324
- */
6325
- RuleId: string | undefined;
6326
- /**
6327
- * @public
6328
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
6329
- */
6330
- RuleArn: string | undefined;
6331
- /**
6332
- * @public
6333
- * <p>The event source to trigger the rule.</p>
6334
- */
6335
- TriggerEventSource: RuleTriggerEventSource | undefined;
6336
- /**
6337
- * @public
6338
- * <p>The conditions of the rule.</p>
6339
- */
6340
- Function: string | undefined;
6341
- /**
6342
- * @public
6343
- * <p>A list of actions to be run when the rule is triggered.</p>
6344
- */
6345
- Actions: RuleAction[] | undefined;
6346
- /**
6347
- * @public
6348
- * <p>The publish status of the rule.</p>
6349
- */
6350
- PublishStatus: RulePublishStatus | undefined;
6351
- /**
6352
- * @public
6353
- * <p>The timestamp for when the rule was created.</p>
6354
- */
6355
- CreatedTime: Date | undefined;
6356
- /**
6357
- * @public
6358
- * <p>The timestamp for the when the rule was last updated.</p>
6359
- */
6360
- LastUpdatedTime: Date | undefined;
6361
- /**
6362
- * @public
6363
- * <p>The Amazon Resource Name (ARN) of the user who last updated the rule.</p>
6364
- */
6365
- LastUpdatedBy: string | undefined;
6366
- /**
6367
- * @public
6368
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6369
- */
6370
- Tags?: Record<string, string>;
6371
- }
6372
- /**
6373
- * @public
6374
- */
6375
- export interface DescribeRuleResponse {
6376
- /**
6377
- * @public
6378
- * <p>Information about the rule.</p>
6379
- */
6380
- Rule: Rule | undefined;
6381
- }
6382
- /**
6383
- * @public
6384
- */
6385
- export interface DescribeSecurityProfileRequest {
6386
- /**
6387
- * @public
6388
- * <p>The identifier for the security profle.</p>
6389
- */
6390
- SecurityProfileId: string | undefined;
6391
- /**
6392
- * @public
6393
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6394
- */
6395
- InstanceId: string | undefined;
6396
- }
6397
- /**
6398
- * @public
6399
- * <p>Contains information about a security profile.</p>
6400
- */
6401
- export interface SecurityProfile {
6402
- /**
6403
- * @public
6404
- * <p>The identifier for the security profile.</p>
6405
- */
6406
- Id?: string;
6407
- /**
6408
- * @public
6409
- * <p>The organization resource identifier for the security profile.</p>
6410
- */
6411
- OrganizationResourceId?: string;
6412
- /**
6413
- * @public
6414
- * <p>The Amazon Resource Name (ARN) for the secruity profile.</p>
6415
- */
6416
- Arn?: string;
6417
- /**
6418
- * @public
6419
- * <p>The name for the security profile.</p>
6420
- */
6421
- SecurityProfileName?: string;
6422
- /**
6423
- * @public
6424
- * <p>The description of the security profile.</p>
6425
- */
6426
- Description?: string;
6427
- /**
6428
- * @public
6429
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6430
- */
6431
- Tags?: Record<string, string>;
6432
- /**
6433
- * @public
6434
- * <p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>
6435
- */
6436
- AllowedAccessControlTags?: Record<string, string>;
6437
- /**
6438
- * @public
6439
- * <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>
6440
- */
6441
- TagRestrictedResources?: string[];
6442
- /**
6443
- * @public
6444
- * <p>The timestamp when this resource was last modified.</p>
6445
- */
6446
- LastModifiedTime?: Date;
6447
- /**
6448
- * @public
6449
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
6450
- */
6451
- LastModifiedRegion?: string;
6452
- }
6453
- /**
6454
- * @public
6455
- */
6456
- export interface DescribeSecurityProfileResponse {
6457
- /**
6458
- * @public
6459
- * <p>The security profile.</p>
6460
- */
6461
- SecurityProfile?: SecurityProfile;
6462
- }
6463
- /**
6464
- * @public
6465
- */
6466
- export interface DescribeTrafficDistributionGroupRequest {
6467
- /**
6468
- * @public
6469
- * <p>The identifier of the traffic distribution group.
6470
- * This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
6471
- * The ARN must be provided if the call is from the replicated Region.</p>
6472
- */
6473
- TrafficDistributionGroupId: string | undefined;
6474
- }
6475
- /**
6476
- * @public
6477
- * @enum
6478
- */
6479
- export declare const TrafficDistributionGroupStatus: {
6480
- readonly ACTIVE: "ACTIVE";
6481
- readonly CREATION_FAILED: "CREATION_FAILED";
6482
- readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
6483
- readonly DELETION_FAILED: "DELETION_FAILED";
6484
- readonly PENDING_DELETION: "PENDING_DELETION";
6485
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
6486
- };
6487
- /**
6488
- * @public
6489
- */
6490
- export type TrafficDistributionGroupStatus = (typeof TrafficDistributionGroupStatus)[keyof typeof TrafficDistributionGroupStatus];
6491
6381
  /**
6492
6382
  * @internal
6493
6383
  */