@aws-sdk/client-connect 3.701.0 → 3.703.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 (32) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +28 -3
  3. package/dist-es/models/models_0.js +6 -0
  4. package/dist-es/models/models_2.js +8 -0
  5. package/dist-es/protocols/Aws_restJson1.js +7 -0
  6. package/dist-types/Connect.d.ts +1 -1
  7. package/dist-types/ConnectClient.d.ts +1 -1
  8. package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
  10. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -1
  12. package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
  13. package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
  14. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  15. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
  16. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  17. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -0
  18. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +1 -1
  19. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -0
  20. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
  21. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -0
  22. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -0
  23. package/dist-types/commands/UpdateContactCommand.d.ts +21 -0
  24. package/dist-types/index.d.ts +1 -1
  25. package/dist-types/models/models_0.d.ts +27 -1
  26. package/dist-types/models/models_1.d.ts +121 -18
  27. package/dist-types/models/models_2.d.ts +60 -143
  28. package/dist-types/models/models_3.d.ts +175 -3
  29. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  30. package/dist-types/ts3.4/models/models_2.d.ts +19 -31
  31. package/dist-types/ts3.4/models/models_3.d.ts +37 -3
  32. package/package.json +1 -1
@@ -1704,8 +1704,8 @@ export interface ClaimedPhoneNumberSummary {
1704
1704
  PhoneNumberStatus?: PhoneNumberStatus | undefined;
1705
1705
  /**
1706
1706
  * <p>The claimed phone number ARN that was previously imported from the external service, such as
1707
- * Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number
1708
- * that was imported from Amazon Pinpoint.</p>
1707
+ * Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number
1708
+ * that was imported from Amazon Web Services End User Messaging.</p>
1709
1709
  * @public
1710
1710
  */
1711
1711
  SourcePhoneNumberArn?: string | undefined;
@@ -2239,7 +2239,7 @@ export interface SecurityProfile {
2239
2239
  */
2240
2240
  OrganizationResourceId?: string | undefined;
2241
2241
  /**
2242
- * <p>The Amazon Resource Name (ARN) for the secruity profile.</p>
2242
+ * <p>The Amazon Resource Name (ARN) for the security profile.</p>
2243
2243
  * @public
2244
2244
  */
2245
2245
  Arn?: string | undefined;
@@ -2910,6 +2910,16 @@ export interface DisassociateFlowRequest {
2910
2910
  InstanceId: string | undefined;
2911
2911
  /**
2912
2912
  * <p>The identifier of the resource.</p>
2913
+ * <ul>
2914
+ * <li>
2915
+ * <p>Amazon Web Services End User Messaging SMS phone number ARN when using <code>SMS_PHONE_NUMBER</code>
2916
+ * </p>
2917
+ * </li>
2918
+ * <li>
2919
+ * <p>Amazon Web Services End User Messaging Social phone number ARN when using <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
2920
+ * </p>
2921
+ * </li>
2922
+ * </ul>
2913
2923
  * @public
2914
2924
  */
2915
2925
  ResourceId: string | undefined;
@@ -4012,6 +4022,16 @@ export interface GetFlowAssociationRequest {
4012
4022
  InstanceId: string | undefined;
4013
4023
  /**
4014
4024
  * <p>The identifier of the resource.</p>
4025
+ * <ul>
4026
+ * <li>
4027
+ * <p>Amazon Web Services End User Messaging SMS phone number ARN when using <code>SMS_PHONE_NUMBER</code>
4028
+ * </p>
4029
+ * </li>
4030
+ * <li>
4031
+ * <p>Amazon Web Services End User Messaging Social phone number ARN when using <code>WHATSAPP_MESSAGING_PHONE_NUMBER</code>
4032
+ * </p>
4033
+ * </li>
4034
+ * </ul>
4015
4035
  * @public
4016
4036
  */
4017
4037
  ResourceId: string | undefined;
@@ -4538,6 +4558,18 @@ export interface MetricFilterV2 {
4538
4558
  * <p>For valid values of the metric-level filter <code>FLOWS_OUTCOME_TYPE</code>, see the
4539
4559
  * description for the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical">Flow outcome</a> metric in the <i>Amazon Connect Administrator
4540
4560
  * Guide</i>.</p>
4561
+ * <p>For valid values of the metric-level filter <code>BOT_CONVERSATION_OUTCOME_TYPE</code>, see the
4562
+ * description for the
4563
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed-metric">Bot conversations completed</a>
4564
+ *
4565
+ * in the <i>Amazon Connect Administrator
4566
+ * Guide</i>.</p>
4567
+ * <p>For valid values of the metric-level filter <code>BOT_INTENT_OUTCOME_TYPE</code>, see the description for
4568
+ * the
4569
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed-metric">Bot intents completed</a>
4570
+ *
4571
+ * metric in the <i>Amazon Connect Administrator
4572
+ * Guide</i>.</p>
4541
4573
  * @public
4542
4574
  */
4543
4575
  MetricFilterValues?: string[] | undefined;
@@ -4714,15 +4746,19 @@ export interface GetMetricDataV2Request {
4714
4746
  * <code>AGENT_HIERARCHY_LEVEL_ONE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> |
4715
4747
  * <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_FOUR</code> |
4716
4748
  * <code>AGENT_HIERARCHY_LEVEL_FIVE</code> | <code>ANSWERING_MACHINE_DETECTION_STATUS</code> |
4717
- * <code>CAMPAIGN</code> | <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code>
4718
- * |<code>CASE_TEMPLATE_ARN</code> | <code>CASE_STATUS</code> | <code>CHANNEL</code> |
4749
+ * <code> BOT_ID</code> | <code>BOT_ALIAS</code> | <code>BOT_VERSION</code> |
4750
+ * <code>BOT_LOCALE</code> | <code>BOT_INTENT_NAME</code> | <code>CAMPAIGN</code> |
4751
+ * <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code> |<code>CASE_TEMPLATE_ARN</code> |
4752
+ * <code>CASE_STATUS</code> | <code>CHANNEL</code> |
4719
4753
  * <code>contact/segmentAttributes/connect:Subtype</code> | <code>DISCONNECT_REASON</code> |
4720
- * <code>FEATURE</code> | <code>FLOW_TYPE</code> | <code>FLOWS_NEXT_RESOURCE_ID</code> |
4754
+ * <code>FEATURE</code> | <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> |
4755
+ * <code>FLOWS_MODULE_RESOURCE_ID</code> | <code>FLOWS_NEXT_RESOURCE_ID</code> |
4721
4756
  * <code>FLOWS_NEXT_RESOURCE_QUEUE_ID</code> | <code>FLOWS_OUTCOME_TYPE</code> |
4722
4757
  * <code>FLOWS_RESOURCE_ID</code> | <code>INITIATION_METHOD</code> |
4723
- * <code>RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>ROUTING_PROFILE</code> |
4724
- * <code>ROUTING_STEP_EXPRESSION</code> | <code>QUEUE</code> | <code>Q_CONNECT_ENABLED</code> |
4725
- * </p>
4758
+ * <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>INVOKING_RESOURCE_TYPE</code> |
4759
+ * <code>PARENT_FLOWS_RESOURCE_ID</code> | <code>RESOURCE_PUBLISHED_TIMESTAMP</code> |
4760
+ * <code>ROUTING_PROFILE</code> | <code>ROUTING_STEP_EXPRESSION</code> | <code>QUEUE</code> |
4761
+ * <code>Q_CONNECT_ENABLED</code> | </p>
4726
4762
  * </li>
4727
4763
  * <li>
4728
4764
  * <p>
@@ -4771,12 +4807,15 @@ export interface GetMetricDataV2Request {
4771
4807
  * <p>Valid grouping keys: <code>AGENT</code> | <code>AGENT_HIERARCHY_LEVEL_ONE</code> |
4772
4808
  * <code>AGENT_HIERARCHY_LEVEL_TWO</code> | <code>AGENT_HIERARCHY_LEVEL_THREE</code> |
4773
4809
  * <code>AGENT_HIERARCHY_LEVEL_FOUR</code> | <code>AGENT_HIERARCHY_LEVEL_FIVE</code> |
4774
- * <code>ANSWERING_MACHINE_DETECTION_STATUS</code> | <code>CAMPAIGN</code> |
4775
- * <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code> | <code>CASE_TEMPLATE_ARN</code> |
4776
- * <code>CASE_STATUS</code> | <code>CHANNEL</code> |
4810
+ * <code>ANSWERING_MACHINE_DETECTION_STATUS</code> | <code>BOT_ID</code> | <code>BOT_ALIAS</code> |
4811
+ * <code>BOT_VERSION</code> | <code>BOT_LOCALE</code> | <code>BOT_INTENT_NAME</code> |
4812
+ * <code>CAMPAIGN</code> | <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code> |
4813
+ * <code>CASE_TEMPLATE_ARN</code> | <code>CASE_STATUS</code> | <code>CHANNEL</code> |
4777
4814
  * <code>contact/segmentAttributes/connect:Subtype</code> | <code>DISCONNECT_REASON</code> |
4778
- * <code>FLOWS_RESOURCE_ID</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> | <code>FLOW_TYPE</code>
4779
- * | <code>FLOWS_OUTCOME_TYPE</code> | <code>INITIATION_METHOD</code> |
4815
+ * <code>FLOWS_RESOURCE_ID</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> |
4816
+ * <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> | <code>FLOWS_OUTCOME_TYPE</code> |
4817
+ * <code>INITIATION_METHOD</code> | <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> |
4818
+ * <code>INVOKING_RESOURCE_TYPE</code> | <code>PARENT_FLOWS_RESOURCE_ID</code> |
4780
4819
  * <code>Q_CONNECT_ENABLED</code> | <code>QUEUE</code> | <code>RESOURCE_PUBLISHED_TIMESTAMP</code>
4781
4820
  * | <code>ROUTING_PROFILE</code> | <code>ROUTING_STEP_EXPRESSION</code>
4782
4821
  * </p>
@@ -4907,6 +4946,27 @@ export interface GetMetricDataV2Request {
4907
4946
  * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-pause-time-historical">Average agent pause time</a>
4908
4947
  * </p>
4909
4948
  * </dd>
4949
+ * <dt>AVG_BOT_CONVERSATION_TIME</dt>
4950
+ * <dd>
4951
+ * <p>Unit: Seconds</p>
4952
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
4953
+ * version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID,
4954
+ * Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows
4955
+ * resource ID</p>
4956
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time-metric">Average
4957
+ * bot conversation time</a>
4958
+ * </p>
4959
+ * </dd>
4960
+ * <dt>AVG_BOT_CONVERSATION_TURNS</dt>
4961
+ * <dd>
4962
+ * <p>Unit: Count</p>
4963
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
4964
+ * version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID,
4965
+ * Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows
4966
+ * resource ID</p>
4967
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns-metric">Average bot conversation turns</a>
4968
+ * </p>
4969
+ * </dd>
4910
4970
  * <dt>AVG_CASE_RELATED_CONTACTS</dt>
4911
4971
  * <dd>
4912
4972
  * <p>Unit: Count</p>
@@ -5120,6 +5180,28 @@ export interface GetMetricDataV2Request {
5120
5180
  * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical">Average wait time after customer connection</a>
5121
5181
  * </p>
5122
5182
  * </dd>
5183
+ * <dt>BOT_CONVERSATIONS_COMPLETED</dt>
5184
+ * <dd>
5185
+ * <p>Unit: Count</p>
5186
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
5187
+ * version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID,
5188
+ * Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows
5189
+ * resource ID</p>
5190
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed-metric">Bot
5191
+ * conversations</a>
5192
+ * </p>
5193
+ * </dd>
5194
+ * <dt>BOT_INTENTS_COMPLETED</dt>
5195
+ * <dd>
5196
+ * <p>Unit: Count</p>
5197
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
5198
+ * version, Bot locale, Bot intent name, Flows resource ID, Flows module resource ID, Flow type,
5199
+ * Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource
5200
+ * type, Parent flows resource ID</p>
5201
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed-metric">Bot intents
5202
+ * completed</a>
5203
+ * </p>
5204
+ * </dd>
5123
5205
  * <dt>CAMPAIGN_CONTACTS_ABANDONED_AFTER_X</dt>
5124
5206
  * <dd>
5125
5207
  * <p>This metric is available only for outbound campaigns using the agent assisted voice and
@@ -5413,6 +5495,27 @@ export interface GetMetricDataV2Request {
5413
5495
  * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical">Minimum flow time</a>
5414
5496
  * </p>
5415
5497
  * </dd>
5498
+ * <dt>PERCENT_BOT_CONVERSATIONS_OUTCOME</dt>
5499
+ * <dd>
5500
+ * <p>Unit: Percent</p>
5501
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
5502
+ * version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID,
5503
+ * Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows
5504
+ * resource ID</p>
5505
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome-metric">Percent bot conversations outcome</a>
5506
+ * </p>
5507
+ * </dd>
5508
+ * <dt>PERCENT_BOT_INTENTS_OUTCOME</dt>
5509
+ * <dd>
5510
+ * <p>Unit: Percent</p>
5511
+ * <p>Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot
5512
+ * version, Bot locale, Bot intent name, Flows resource ID, Flows module resource ID, Flow type,
5513
+ * Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource
5514
+ * type, Parent flows resource ID</p>
5515
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome-metric">Percent
5516
+ * bot intents outcome</a>
5517
+ * </p>
5518
+ * </dd>
5416
5519
  * <dt>PERCENT_CASES_FIRST_CONTACT_RESOLVED</dt>
5417
5520
  * <dd>
5418
5521
  * <p>Unit: Percent</p>
@@ -5999,8 +6102,8 @@ export interface ImportPhoneNumberRequest {
5999
6102
  */
6000
6103
  InstanceId: string | undefined;
6001
6104
  /**
6002
- * <p>The claimed phone number ARN being imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number to
6003
- * import from Amazon Pinpoint.</p>
6105
+ * <p>The claimed phone number ARN being imported from the external service, such as Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number to
6106
+ * import from Amazon Web Services End User Messaging.</p>
6004
6107
  * @public
6005
6108
  */
6006
6109
  SourcePhoneNumberArn: string | undefined;
@@ -7896,8 +7999,8 @@ export interface ListPhoneNumbersSummary {
7896
7999
  PhoneNumberDescription?: string | undefined;
7897
8000
  /**
7898
8001
  * <p>The claimed phone number ARN that was previously imported from the external service, such as
7899
- * Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number
7900
- * that was imported from Amazon Pinpoint.</p>
8002
+ * Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number
8003
+ * that was imported from Amazon Web Services End User Messaging.</p>
7901
8004
  * @public
7902
8005
  */
7903
8006
  SourcePhoneNumberArn?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
3
  import { ActionSummary, AgentAvailabilityTimer, AgentConfig, AgentHierarchyGroups, AgentStatus, AgentStatusState, AllowedCapabilities, Application, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, EvaluationFormQuestion, EvaluationFormScoringStrategy, EventSourceName, FileStatusType, FileUseCaseType, HoursOfOperationConfig, InitiateAs, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, MonitorCapability, OutboundCallerConfig, OutboundEmailConfig, ParticipantRole, PredefinedAttributeValues, QuickConnectConfig, Reference, RehydrationType, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringComparisonType, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UseCaseType, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
- import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect, RealTimeContactAnalysisSegmentAttachments, RealTimeContactAnalysisSegmentCategories, RealTimeContactAnalysisSegmentEvent, RealTimeContactAnalysisSegmentIssues, RealTimeContactAnalysisSegmentPostContactSummary, RealTimeContactAnalysisSegmentTranscript, RealTimeContactAnalysisSupportedChannel, RoutingProfile, SignInConfig, SortOrder, TelephonyConfig, TrafficDistributionGroupStatus } from "./models_1";
4
+ import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect, RealTimeContactAnalysisSegmentAttachments, RealTimeContactAnalysisSegmentCategories, RealTimeContactAnalysisSegmentEvent, RealTimeContactAnalysisSegmentIssues, RealTimeContactAnalysisSegmentPostContactSummary, RealTimeContactAnalysisSegmentTranscript, RealTimeContactAnalysisSupportedChannel, RoutingProfile, SignInConfig, SortOrder, TelephonyConfig, TrafficDistributionGroupStatus } from "./models_1";
5
5
  /**
6
6
  * <p>An analyzed segment for a real-time analysis session.</p>
7
7
  * @public
@@ -1498,6 +1498,19 @@ export interface ResumeContactRequest {
1498
1498
  */
1499
1499
  export interface ResumeContactResponse {
1500
1500
  }
1501
+ /**
1502
+ * @public
1503
+ * @enum
1504
+ */
1505
+ export declare const ContactRecordingType: {
1506
+ readonly AGENT: "AGENT";
1507
+ readonly IVR: "IVR";
1508
+ readonly SCREEN: "SCREEN";
1509
+ };
1510
+ /**
1511
+ * @public
1512
+ */
1513
+ export type ContactRecordingType = (typeof ContactRecordingType)[keyof typeof ContactRecordingType];
1501
1514
  /**
1502
1515
  * @public
1503
1516
  */
@@ -1518,6 +1531,11 @@ export interface ResumeContactRecordingRequest {
1518
1531
  * @public
1519
1532
  */
1520
1533
  InitialContactId: string | undefined;
1534
+ /**
1535
+ * <p>The type of recording being operated on.</p>
1536
+ * @public
1537
+ */
1538
+ ContactRecordingType?: ContactRecordingType | undefined;
1521
1539
  }
1522
1540
  /**
1523
1541
  * @public
@@ -2563,7 +2581,7 @@ export interface SearchResourceTagsRequest {
2563
2581
  */
2564
2582
  export interface TagSet {
2565
2583
  /**
2566
- * <p>The tag key in the tagSet.</p>
2584
+ * <p>The tag key in the TagSet.</p>
2567
2585
  * @public
2568
2586
  */
2569
2587
  key?: string | undefined;
@@ -3307,15 +3325,15 @@ export interface SendChatIntegrationEventRequest {
3307
3325
  SourceId: string | undefined;
3308
3326
  /**
3309
3327
  * <p>Chat system identifier, used in part to uniquely identify chat. This is associated with the
3310
- * Amazon Connect instance and flow to be used to start chats. For SMS, this is the phone
3311
- * number destination of inbound SMS messages represented by an Amazon Pinpoint phone number
3328
+ * Amazon Connect instance and flow to be used to start chats. For Server Migration Service, this is the phone
3329
+ * number destination of inbound Server Migration Service messages represented by an Amazon Web Services End User Messaging phone number
3312
3330
  * ARN.</p>
3313
3331
  * @public
3314
3332
  */
3315
3333
  DestinationId: string | undefined;
3316
3334
  /**
3317
3335
  * <p>Classification of a channel. This is used in part to uniquely identify chat. </p>
3318
- * <p>Valid value: <code>["connect:sms"]</code>
3336
+ * <p>Valid value: <code>["connect:sms", connect:"WhatsApp"]</code>
3319
3337
  * </p>
3320
3338
  * @public
3321
3339
  */
@@ -3815,6 +3833,17 @@ export interface StartContactEvaluationResponse {
3815
3833
  */
3816
3834
  EvaluationArn: string | undefined;
3817
3835
  }
3836
+ /**
3837
+ * @public
3838
+ * @enum
3839
+ */
3840
+ export declare const IvrRecordingTrack: {
3841
+ readonly ALL: "ALL";
3842
+ };
3843
+ /**
3844
+ * @public
3845
+ */
3846
+ export type IvrRecordingTrack = (typeof IvrRecordingTrack)[keyof typeof IvrRecordingTrack];
3818
3847
  /**
3819
3848
  * @public
3820
3849
  * @enum
@@ -3838,6 +3867,11 @@ export interface VoiceRecordingConfiguration {
3838
3867
  * @public
3839
3868
  */
3840
3869
  VoiceRecordingTrack?: VoiceRecordingTrack | undefined;
3870
+ /**
3871
+ * <p>Identifies which IVR track is being recorded.</p>
3872
+ * @public
3873
+ */
3874
+ IvrRecordingTrack?: IvrRecordingTrack | undefined;
3841
3875
  }
3842
3876
  /**
3843
3877
  * @public
@@ -4581,6 +4615,11 @@ export interface StopContactRecordingRequest {
4581
4615
  * @public
4582
4616
  */
4583
4617
  InitialContactId: string | undefined;
4618
+ /**
4619
+ * <p>The type of recording being operated on.</p>
4620
+ * @public
4621
+ */
4622
+ ContactRecordingType?: ContactRecordingType | undefined;
4584
4623
  }
4585
4624
  /**
4586
4625
  * @public
@@ -4684,6 +4723,11 @@ export interface SuspendContactRecordingRequest {
4684
4723
  * @public
4685
4724
  */
4686
4725
  InitialContactId: string | undefined;
4726
+ /**
4727
+ * <p>The type of recording being operated on.</p>
4728
+ * @public
4729
+ */
4730
+ ContactRecordingType?: ContactRecordingType | undefined;
4687
4731
  }
4688
4732
  /**
4689
4733
  * @public
@@ -4917,6 +4961,17 @@ export interface UpdateAuthenticationProfileRequest {
4917
4961
  */
4918
4962
  PeriodicSessionDuration?: number | undefined;
4919
4963
  }
4964
+ /**
4965
+ * <p>Information about a queue.</p>
4966
+ * @public
4967
+ */
4968
+ export interface QueueInfoInput {
4969
+ /**
4970
+ * <p>The identifier of the queue.</p>
4971
+ * @public
4972
+ */
4973
+ Id?: string | undefined;
4974
+ }
4920
4975
  /**
4921
4976
  * @public
4922
4977
  */
@@ -6800,144 +6855,6 @@ export interface CreateEvaluationFormRequest {
6800
6855
  */
6801
6856
  ClientToken?: string | undefined;
6802
6857
  }
6803
- /**
6804
- * <p>The search criteria to be used to return email addresses.</p>
6805
- * @public
6806
- */
6807
- export interface EmailAddressSearchCriteria {
6808
- /**
6809
- * <p>A list of conditions which would be applied together with an OR condition.</p>
6810
- * @public
6811
- */
6812
- OrConditions?: EmailAddressSearchCriteria[] | undefined;
6813
- /**
6814
- * <p>A list of conditions which would be applied together with an AND condition.</p>
6815
- * @public
6816
- */
6817
- AndConditions?: EmailAddressSearchCriteria[] | undefined;
6818
- /**
6819
- * <p>A leaf node condition which can be used to specify a string condition.</p>
6820
- * @public
6821
- */
6822
- StringCondition?: StringCondition | undefined;
6823
- }
6824
- /**
6825
- * <p>Information about the evaluation form.</p>
6826
- * @public
6827
- */
6828
- export interface EvaluationForm {
6829
- /**
6830
- * <p>The unique identifier for the evaluation form.</p>
6831
- * @public
6832
- */
6833
- EvaluationFormId: string | undefined;
6834
- /**
6835
- * <p>A version of the evaluation form.</p>
6836
- * @public
6837
- */
6838
- EvaluationFormVersion: number | undefined;
6839
- /**
6840
- * <p>The flag indicating whether the evaluation form is locked for changes.</p>
6841
- * @public
6842
- */
6843
- Locked: boolean | undefined;
6844
- /**
6845
- * <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
6846
- * @public
6847
- */
6848
- EvaluationFormArn: string | undefined;
6849
- /**
6850
- * <p>A title of the evaluation form.</p>
6851
- * @public
6852
- */
6853
- Title: string | undefined;
6854
- /**
6855
- * <p>The description of the evaluation form.</p>
6856
- * @public
6857
- */
6858
- Description?: string | undefined;
6859
- /**
6860
- * <p>The status of the evaluation form.</p>
6861
- * @public
6862
- */
6863
- Status: EvaluationFormVersionStatus | undefined;
6864
- /**
6865
- * <p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>
6866
- * @public
6867
- */
6868
- Items: EvaluationFormItem[] | undefined;
6869
- /**
6870
- * <p>A scoring strategy of the evaluation form.</p>
6871
- * @public
6872
- */
6873
- ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
6874
- /**
6875
- * <p>The timestamp for when the evaluation form was created.</p>
6876
- * @public
6877
- */
6878
- CreatedTime: Date | undefined;
6879
- /**
6880
- * <p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>
6881
- * @public
6882
- */
6883
- CreatedBy: string | undefined;
6884
- /**
6885
- * <p>The timestamp for when the evaluation form was last updated.</p>
6886
- * @public
6887
- */
6888
- LastModifiedTime: Date | undefined;
6889
- /**
6890
- * <p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>
6891
- * @public
6892
- */
6893
- LastModifiedBy: string | undefined;
6894
- /**
6895
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6896
- * @public
6897
- */
6898
- Tags?: Record<string, string> | undefined;
6899
- }
6900
- /**
6901
- * <p>Information about an evaluation form used in a contact evaluation.</p>
6902
- * @public
6903
- */
6904
- export interface EvaluationFormContent {
6905
- /**
6906
- * <p>A version of the evaluation form.</p>
6907
- * @public
6908
- */
6909
- EvaluationFormVersion: number | undefined;
6910
- /**
6911
- * <p>The unique identifier for the evaluation form.</p>
6912
- * @public
6913
- */
6914
- EvaluationFormId: string | undefined;
6915
- /**
6916
- * <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
6917
- * @public
6918
- */
6919
- EvaluationFormArn: string | undefined;
6920
- /**
6921
- * <p>A title of the evaluation form.</p>
6922
- * @public
6923
- */
6924
- Title: string | undefined;
6925
- /**
6926
- * <p>The description of the evaluation form.</p>
6927
- * @public
6928
- */
6929
- Description?: string | undefined;
6930
- /**
6931
- * <p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>
6932
- * @public
6933
- */
6934
- Items: EvaluationFormItem[] | undefined;
6935
- /**
6936
- * <p>A scoring strategy of the evaluation form.</p>
6937
- * @public
6938
- */
6939
- ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
6940
- }
6941
6858
  /**
6942
6859
  * @internal
6943
6860
  */