aws-sdk-connect 1.159.0 → 1.160.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79a525bc00e513f379f07735688f016808c4c04ebed4b73f3f794d3020f9d091
4
- data.tar.gz: 5be17f72fba5a1d6d786801993e725972f3d77f7783b556230d54e2284cc11e1
3
+ metadata.gz: 224e9044d807acac1b0786c74a231f59480ce9d4759dedb85810ec7b4ddd3b74
4
+ data.tar.gz: b51c362569993c6bd4215403bd846cefdadbdf8a6b69d7a5f0fbe9b76c73d65f
5
5
  SHA512:
6
- metadata.gz: 2ae5100f426428a5927ef1373fac03adebb6d8cd18bbdfc8573716a74e81d08652fd47d4b8db694bfe8629bc01e0efbdf62205715d78fe9a603f053eb8bcca70
7
- data.tar.gz: 3bd6d141ab21426b1e627920a42ea911730e26c03bce2a0edb3b7444d85ce8b9e1a8a5b975f0570deee213dd2018cf98d5c8eeb840f575353b4ef289cd1387ba
6
+ metadata.gz: 1987e4c6fc26e6f25de64d4533ee62ac55cc4d7e2b561443bb2e0c25d49ee5694b51ee8439ce12028b1a4d89a8077ff6eee3366b9c72608d1326d160c1f5cd20
7
+ data.tar.gz: c654719c7f2e1d553a2f1ba1f0675a981d35ac44ab766324ae1362dbea58c4a512a3ae8a58c6fb3f26d55bde3b841122fd320f0c03e2900eb4c6db3df26ef54b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.160.0 (2024-05-29)
5
+ ------------------
6
+
7
+ * Feature - This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
8
+
4
9
  1.159.0 (2024-05-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.159.0
1
+ 1.160.0
@@ -1420,20 +1420,20 @@ module Aws::Connect
1420
1420
  # API to verify the status of a previous [ClaimPhoneNumber][5]
1421
1421
  # operation.
1422
1422
  #
1423
- # If you plan to claim and release numbers frequently during a 30 day
1424
- # period, contact us for a service quota exception. Otherwise, it is
1425
- # possible you will be blocked from claiming and releasing any more
1426
- # numbers until 30 days past the oldest number released has expired.
1423
+ # If you plan to claim and release numbers frequently, contact us for a
1424
+ # service quota exception. Otherwise, it is possible you will be blocked
1425
+ # from claiming and releasing any more numbers until up to 180 days past
1426
+ # the oldest number released has expired.
1427
1427
  #
1428
1428
  # By default you can claim and release up to 200% of your maximum number
1429
- # of active phone numbers during any 30 day period. If you claim and
1430
- # release phone numbers using the UI or API during a rolling 30 day
1431
- # cycle that exceeds 200% of your phone number service level quota, you
1432
- # will be blocked from claiming any more numbers until 30 days past the
1433
- # oldest number released has expired.
1429
+ # of active phone numbers. If you claim and release phone numbers using
1430
+ # the UI or API during a rolling 180 day cycle that exceeds 200% of your
1431
+ # phone number service level quota, you will be blocked from claiming
1432
+ # any more numbers until 180 days past the oldest number released has
1433
+ # expired.
1434
1434
  #
1435
1435
  # For example, if you already have 99 claimed numbers and a service
1436
- # level quota of 99 phone numbers, and in any 30 day period you release
1436
+ # level quota of 99 phone numbers, and in any 180 day period you release
1437
1437
  # 99, claim 99, and then release 99, you will have exceeded the 200%
1438
1438
  # limit. At that point you are blocked from claiming any more numbers
1439
1439
  # until you open an Amazon Web Services support ticket.
@@ -4552,6 +4552,15 @@ module Aws::Connect
4552
4552
  # resp.contact.agent_info.id #=> String
4553
4553
  # resp.contact.agent_info.connected_to_agent_timestamp #=> Time
4554
4554
  # resp.contact.agent_info.agent_pause_duration_in_seconds #=> Integer
4555
+ # resp.contact.agent_info.hierarchy_groups.level_1.arn #=> String
4556
+ # resp.contact.agent_info.hierarchy_groups.level_2.arn #=> String
4557
+ # resp.contact.agent_info.hierarchy_groups.level_3.arn #=> String
4558
+ # resp.contact.agent_info.hierarchy_groups.level_4.arn #=> String
4559
+ # resp.contact.agent_info.hierarchy_groups.level_5.arn #=> String
4560
+ # resp.contact.agent_info.device_info.platform_name #=> String
4561
+ # resp.contact.agent_info.device_info.platform_version #=> String
4562
+ # resp.contact.agent_info.device_info.operating_system #=> String
4563
+ # resp.contact.agent_info.capabilities.video #=> String, one of "SEND"
4555
4564
  # resp.contact.initiation_timestamp #=> Time
4556
4565
  # resp.contact.disconnect_timestamp #=> Time
4557
4566
  # resp.contact.last_update_timestamp #=> Time
@@ -4566,6 +4575,38 @@ module Aws::Connect
4566
4575
  # resp.contact.queue_priority #=> Integer
4567
4576
  # resp.contact.tags #=> Hash
4568
4577
  # resp.contact.tags["ContactTagKey"] #=> String
4578
+ # resp.contact.connected_to_system_timestamp #=> Time
4579
+ # resp.contact.routing_criteria.steps #=> Array
4580
+ # resp.contact.routing_criteria.steps[0].expiry.duration_in_seconds #=> Integer
4581
+ # resp.contact.routing_criteria.steps[0].expiry.expiry_timestamp #=> Time
4582
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.name #=> String
4583
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.value #=> String
4584
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.proficiency_level #=> Float
4585
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.comparison_operator #=> String
4586
+ # resp.contact.routing_criteria.steps[0].expression.and_expression #=> Array
4587
+ # resp.contact.routing_criteria.steps[0].expression.and_expression[0] #=> Types::Expression
4588
+ # resp.contact.routing_criteria.steps[0].expression.or_expression #=> Array
4589
+ # resp.contact.routing_criteria.steps[0].expression.or_expression[0] #=> Types::Expression
4590
+ # resp.contact.routing_criteria.steps[0].status #=> String, one of "ACTIVE", "INACTIVE", "JOINED", "EXPIRED"
4591
+ # resp.contact.routing_criteria.activation_timestamp #=> Time
4592
+ # resp.contact.routing_criteria.index #=> Integer
4593
+ # resp.contact.customer.device_info.platform_name #=> String
4594
+ # resp.contact.customer.device_info.platform_version #=> String
4595
+ # resp.contact.customer.device_info.operating_system #=> String
4596
+ # resp.contact.customer.capabilities.video #=> String, one of "SEND"
4597
+ # resp.contact.campaign.campaign_id #=> String
4598
+ # resp.contact.answering_machine_detection_status #=> String, one of "ANSWERED", "UNDETECTED", "ERROR", "HUMAN_ANSWERED", "SIT_TONE_DETECTED", "SIT_TONE_BUSY", "SIT_TONE_INVALID_NUMBER", "FAX_MACHINE_DETECTED", "VOICEMAIL_BEEP", "VOICEMAIL_NO_BEEP", "AMD_UNRESOLVED", "AMD_UNANSWERED", "AMD_ERROR", "AMD_NOT_APPLICABLE"
4599
+ # resp.contact.customer_voice_activity.greeting_start_timestamp #=> Time
4600
+ # resp.contact.customer_voice_activity.greeting_end_timestamp #=> Time
4601
+ # resp.contact.quality_metrics.agent.audio.quality_score #=> Float
4602
+ # resp.contact.quality_metrics.agent.audio.potential_quality_issues #=> Array
4603
+ # resp.contact.quality_metrics.agent.audio.potential_quality_issues[0] #=> String
4604
+ # resp.contact.quality_metrics.customer.audio.quality_score #=> Float
4605
+ # resp.contact.quality_metrics.customer.audio.potential_quality_issues #=> Array
4606
+ # resp.contact.quality_metrics.customer.audio.potential_quality_issues[0] #=> String
4607
+ # resp.contact.disconnect_details.potential_disconnect_issue #=> String
4608
+ # resp.contact.segment_attributes #=> Hash
4609
+ # resp.contact.segment_attributes["SegmentAttributeName"].value_string #=> String
4569
4610
  #
4570
4611
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
4571
4612
  #
@@ -11660,24 +11701,24 @@ module Aws::Connect
11660
11701
  # `ReleasePhoneNumber` API, not the Amazon Connect admin website.
11661
11702
  #
11662
11703
  # After releasing a phone number, the phone number enters into a
11663
- # cooldown period of 30 days. It cannot be searched for or claimed again
11664
- # until the period has ended. If you accidentally release a phone
11665
- # number, contact Amazon Web Services Support.
11704
+ # cooldown period for up to 180 days. It cannot be searched for or
11705
+ # claimed again until the period has ended. If you accidentally release
11706
+ # a phone number, contact Amazon Web Services Support.
11666
11707
  #
11667
- # If you plan to claim and release numbers frequently during a 30 day
11668
- # period, contact us for a service quota exception. Otherwise, it is
11669
- # possible you will be blocked from claiming and releasing any more
11670
- # numbers until 30 days past the oldest number released has expired.
11708
+ # If you plan to claim and release numbers frequently, contact us for a
11709
+ # service quota exception. Otherwise, it is possible you will be blocked
11710
+ # from claiming and releasing any more numbers until up to 180 days past
11711
+ # the oldest number released has expired.
11671
11712
  #
11672
11713
  # By default you can claim and release up to 200% of your maximum number
11673
- # of active phone numbers during any 30 day period. If you claim and
11674
- # release phone numbers using the UI or API during a rolling 30 day
11675
- # cycle that exceeds 200% of your phone number service level quota, you
11676
- # will be blocked from claiming any more numbers until 30 days past the
11677
- # oldest number released has expired.
11714
+ # of active phone numbers. If you claim and release phone numbers using
11715
+ # the UI or API during a rolling 180 day cycle that exceeds 200% of your
11716
+ # phone number service level quota, you will be blocked from claiming
11717
+ # any more numbers until 180 days past the oldest number released has
11718
+ # expired.
11678
11719
  #
11679
11720
  # For example, if you already have 99 claimed numbers and a service
11680
- # level quota of 99 phone numbers, and in any 30 day period you release
11721
+ # level quota of 99 phone numbers, and in any 180 day period you release
11681
11722
  # 99, claim 99, and then release 99, you will have exceeded the 200%
11682
11723
  # limit. At that point you are blocked from claiming any more numbers
11683
11724
  # until you open an Amazon Web Services support ticket.
@@ -14385,6 +14426,10 @@ module Aws::Connect
14385
14426
  #
14386
14427
  # * QUEUE\_TRANSFER
14387
14428
  #
14429
+ # * EXTERNAL\_OUTBOUND
14430
+ #
14431
+ # * MONITOR
14432
+ #
14388
14433
  # Chat and task contacts can be terminated in any state, regardless of
14389
14434
  # initiation method.
14390
14435
  #
@@ -15343,9 +15388,6 @@ module Aws::Connect
15343
15388
  req.send_request(options)
15344
15389
  end
15345
15390
 
15346
- # This API is in preview release for Amazon Connect and is subject to
15347
- # change.
15348
- #
15349
15391
  # Updates routing priority and age on the contact (**QueuePriority** and
15350
15392
  # **QueueTimeAdjustmentInSeconds**). These properties can be used to
15351
15393
  # change a customer's position in the queue. For example, you can move
@@ -15358,6 +15400,11 @@ module Aws::Connect
15358
15400
  # queue wait time as reported through metrics. These properties can also
15359
15401
  # be updated by using [the Set routing priority / age flow block][1].
15360
15402
  #
15403
+ # <note markdown="1"> Either **QueuePriority** or **QueueTimeAdjustmentInSeconds** should be
15404
+ # provided within the request body, but not both.
15405
+ #
15406
+ # </note>
15407
+ #
15361
15408
  #
15362
15409
  #
15363
15410
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html
@@ -17439,7 +17486,7 @@ module Aws::Connect
17439
17486
  params: params,
17440
17487
  config: config)
17441
17488
  context[:gem_name] = 'aws-sdk-connect'
17442
- context[:gem_version] = '1.159.0'
17489
+ context[:gem_version] = '1.160.0'
17443
17490
  Seahorse::Client::Request.new(handlers, context)
17444
17491
  end
17445
17492
 
@@ -27,10 +27,12 @@ module Aws::Connect
27
27
  AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
28
28
  AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
29
29
  AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
30
+ AgentHierarchyGroup = Shapes::StructureShape.new(name: 'AgentHierarchyGroup')
30
31
  AgentHierarchyGroups = Shapes::StructureShape.new(name: 'AgentHierarchyGroups')
31
32
  AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
32
33
  AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
33
34
  AgentPauseDurationInSeconds = Shapes::IntegerShape.new(name: 'AgentPauseDurationInSeconds')
35
+ AgentQualityMetrics = Shapes::StructureShape.new(name: 'AgentQualityMetrics')
34
36
  AgentResourceId = Shapes::StringShape.new(name: 'AgentResourceId')
35
37
  AgentResourceIdList = Shapes::ListShape.new(name: 'AgentResourceIdList')
36
38
  AgentStatus = Shapes::StructureShape.new(name: 'AgentStatus')
@@ -53,6 +55,7 @@ module Aws::Connect
53
55
  AnalyticsDataAssociationResult = Shapes::StructureShape.new(name: 'AnalyticsDataAssociationResult')
54
56
  AnalyticsDataAssociationResults = Shapes::ListShape.new(name: 'AnalyticsDataAssociationResults')
55
57
  AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
58
+ AnsweringMachineDetectionStatus = Shapes::StringShape.new(name: 'AnsweringMachineDetectionStatus')
56
59
  Application = Shapes::StructureShape.new(name: 'Application')
57
60
  ApplicationPermissions = Shapes::ListShape.new(name: 'ApplicationPermissions')
58
61
  Applications = Shapes::ListShape.new(name: 'Applications')
@@ -92,12 +95,15 @@ module Aws::Connect
92
95
  AttendeeId = Shapes::StringShape.new(name: 'AttendeeId')
93
96
  Attribute = Shapes::StructureShape.new(name: 'Attribute')
94
97
  AttributeAndCondition = Shapes::StructureShape.new(name: 'AttributeAndCondition')
98
+ AttributeCondition = Shapes::StructureShape.new(name: 'AttributeCondition')
95
99
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
96
100
  AttributeOrConditionList = Shapes::ListShape.new(name: 'AttributeOrConditionList')
97
101
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
98
102
  Attributes = Shapes::MapShape.new(name: 'Attributes')
99
103
  AttributesList = Shapes::ListShape.new(name: 'AttributesList')
100
104
  AudioFeatures = Shapes::StructureShape.new(name: 'AudioFeatures')
105
+ AudioQualityMetricsInfo = Shapes::StructureShape.new(name: 'AudioQualityMetricsInfo')
106
+ AudioQualityScore = Shapes::FloatShape.new(name: 'AudioQualityScore')
101
107
  AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
102
108
  AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
103
109
  AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
@@ -138,6 +144,7 @@ module Aws::Connect
138
144
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
139
145
  CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
140
146
  Comparison = Shapes::StringShape.new(name: 'Comparison')
147
+ ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
141
148
  CompleteAttachedFileUploadRequest = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadRequest')
142
149
  CompleteAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadResponse')
143
150
  Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
@@ -256,6 +263,9 @@ module Aws::Connect
256
263
  CurrentMetricSortCriteria = Shapes::StructureShape.new(name: 'CurrentMetricSortCriteria')
257
264
  CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
258
265
  CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
266
+ Customer = Shapes::StructureShape.new(name: 'Customer')
267
+ CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
268
+ CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
259
269
  DataSetId = Shapes::StringShape.new(name: 'DataSetId')
260
270
  DataSetIds = Shapes::ListShape.new(name: 'DataSetIds')
261
271
  DateReference = Shapes::StructureShape.new(name: 'DateReference')
@@ -347,6 +357,7 @@ module Aws::Connect
347
357
  Description250 = Shapes::StringShape.new(name: 'Description250')
348
358
  DestinationId = Shapes::StringShape.new(name: 'DestinationId')
349
359
  DestinationNotAllowedException = Shapes::StructureShape.new(name: 'DestinationNotAllowedException')
360
+ DeviceInfo = Shapes::StructureShape.new(name: 'DeviceInfo')
350
361
  Dimensions = Shapes::StructureShape.new(name: 'Dimensions')
351
362
  DimensionsV2Key = Shapes::StringShape.new(name: 'DimensionsV2Key')
352
363
  DimensionsV2Map = Shapes::MapShape.new(name: 'DimensionsV2Map')
@@ -370,6 +381,7 @@ module Aws::Connect
370
381
  DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
371
382
  DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
372
383
  DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
384
+ DisconnectDetails = Shapes::StructureShape.new(name: 'DisconnectDetails')
373
385
  DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
374
386
  DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
375
387
  DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
@@ -380,6 +392,7 @@ module Aws::Connect
380
392
  Double = Shapes::FloatShape.new(name: 'Double')
381
393
  DownloadUrlMetadata = Shapes::StructureShape.new(name: 'DownloadUrlMetadata')
382
394
  DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
395
+ DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
383
396
  Email = Shapes::StringShape.new(name: 'Email')
384
397
  EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
385
398
  EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
@@ -451,6 +464,9 @@ module Aws::Connect
451
464
  EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
452
465
  EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
453
466
  EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
467
+ Expiry = Shapes::StructureShape.new(name: 'Expiry')
468
+ Expression = Shapes::StructureShape.new(name: 'Expression')
469
+ Expressions = Shapes::ListShape.new(name: 'Expressions')
454
470
  FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
455
471
  FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
456
472
  FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
@@ -509,6 +525,7 @@ module Aws::Connect
509
525
  HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
510
526
  HierarchyGroupSummaryList = Shapes::ListShape.new(name: 'HierarchyGroupSummaryList')
511
527
  HierarchyGroupSummaryReference = Shapes::StructureShape.new(name: 'HierarchyGroupSummaryReference')
528
+ HierarchyGroups = Shapes::StructureShape.new(name: 'HierarchyGroups')
512
529
  HierarchyLevel = Shapes::StructureShape.new(name: 'HierarchyLevel')
513
530
  HierarchyLevelId = Shapes::StringShape.new(name: 'HierarchyLevelId')
514
531
  HierarchyLevelName = Shapes::StringShape.new(name: 'HierarchyLevelName')
@@ -547,6 +564,7 @@ module Aws::Connect
547
564
  ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
548
565
  ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
549
566
  InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
567
+ Index = Shapes::IntegerShape.new(name: 'Index')
550
568
  InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
551
569
  Instance = Shapes::StructureShape.new(name: 'Instance')
552
570
  InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
@@ -731,6 +749,7 @@ module Aws::Connect
731
749
  NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
732
750
  NumericQuestionPropertyAutomationLabel = Shapes::StringShape.new(name: 'NumericQuestionPropertyAutomationLabel')
733
751
  NumericQuestionPropertyValueAutomation = Shapes::StructureShape.new(name: 'NumericQuestionPropertyValueAutomation')
752
+ OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
734
753
  Origin = Shapes::StringShape.new(name: 'Origin')
735
754
  OriginsList = Shapes::ListShape.new(name: 'OriginsList')
736
755
  OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
@@ -774,6 +793,11 @@ module Aws::Connect
774
793
  PhoneNumberWorkflowMessage = Shapes::StringShape.new(name: 'PhoneNumberWorkflowMessage')
775
794
  PhoneNumberWorkflowStatus = Shapes::StringShape.new(name: 'PhoneNumberWorkflowStatus')
776
795
  PhoneType = Shapes::StringShape.new(name: 'PhoneType')
796
+ PlatformName = Shapes::StringShape.new(name: 'PlatformName')
797
+ PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
798
+ PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
799
+ PotentialAudioQualityIssues = Shapes::ListShape.new(name: 'PotentialAudioQualityIssues')
800
+ PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
777
801
  PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
778
802
  PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
779
803
  PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
@@ -790,6 +814,7 @@ module Aws::Connect
790
814
  ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
791
815
  Problems = Shapes::ListShape.new(name: 'Problems')
792
816
  ProficiencyLevel = Shapes::FloatShape.new(name: 'ProficiencyLevel')
817
+ ProficiencyValue = Shapes::StringShape.new(name: 'ProficiencyValue')
793
818
  Prompt = Shapes::StructureShape.new(name: 'Prompt')
794
819
  PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
795
820
  PromptId = Shapes::StringShape.new(name: 'PromptId')
@@ -807,6 +832,7 @@ module Aws::Connect
807
832
  PropertyValidationExceptionReason = Shapes::StringShape.new(name: 'PropertyValidationExceptionReason')
808
833
  PutUserStatusRequest = Shapes::StructureShape.new(name: 'PutUserStatusRequest')
809
834
  PutUserStatusResponse = Shapes::StructureShape.new(name: 'PutUserStatusResponse')
835
+ QualityMetrics = Shapes::StructureShape.new(name: 'QualityMetrics')
810
836
  Queue = Shapes::StructureShape.new(name: 'Queue')
811
837
  QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
812
838
  QueueId = Shapes::StringShape.new(name: 'QueueId')
@@ -910,6 +936,8 @@ module Aws::Connect
910
936
  ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
911
937
  ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
912
938
  ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
939
+ RoutingCriteria = Shapes::StructureShape.new(name: 'RoutingCriteria')
940
+ RoutingCriteriaStepStatus = Shapes::StringShape.new(name: 'RoutingCriteriaStepStatus')
913
941
  RoutingExpression = Shapes::StringShape.new(name: 'RoutingExpression')
914
942
  RoutingExpressions = Shapes::ListShape.new(name: 'RoutingExpressions')
915
943
  RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
@@ -1040,6 +1068,8 @@ module Aws::Connect
1040
1068
  StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
1041
1069
  StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
1042
1070
  Statistic = Shapes::StringShape.new(name: 'Statistic')
1071
+ Step = Shapes::StructureShape.new(name: 'Step')
1072
+ Steps = Shapes::ListShape.new(name: 'Steps')
1043
1073
  StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
1044
1074
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
1045
1075
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
@@ -1314,6 +1344,9 @@ module Aws::Connect
1314
1344
 
1315
1345
  AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
1316
1346
 
1347
+ AgentHierarchyGroup.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1348
+ AgentHierarchyGroup.struct_class = Types::AgentHierarchyGroup
1349
+
1317
1350
  AgentHierarchyGroups.add_member(:l1_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L1Ids"))
1318
1351
  AgentHierarchyGroups.add_member(:l2_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L2Ids"))
1319
1352
  AgentHierarchyGroups.add_member(:l3_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L3Ids"))
@@ -1324,8 +1357,14 @@ module Aws::Connect
1324
1357
  AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
1325
1358
  AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
1326
1359
  AgentInfo.add_member(:agent_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: AgentPauseDurationInSeconds, location_name: "AgentPauseDurationInSeconds"))
1360
+ AgentInfo.add_member(:hierarchy_groups, Shapes::ShapeRef.new(shape: HierarchyGroups, location_name: "HierarchyGroups"))
1361
+ AgentInfo.add_member(:device_info, Shapes::ShapeRef.new(shape: DeviceInfo, location_name: "DeviceInfo"))
1362
+ AgentInfo.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Capabilities"))
1327
1363
  AgentInfo.struct_class = Types::AgentInfo
1328
1364
 
1365
+ AgentQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
1366
+ AgentQualityMetrics.struct_class = Types::AgentQualityMetrics
1367
+
1329
1368
  AgentResourceIdList.member = Shapes::ShapeRef.new(shape: AgentResourceId)
1330
1369
 
1331
1370
  AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
@@ -1513,6 +1552,12 @@ module Aws::Connect
1513
1552
  AttributeAndCondition.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
1514
1553
  AttributeAndCondition.struct_class = Types::AttributeAndCondition
1515
1554
 
1555
+ AttributeCondition.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
1556
+ AttributeCondition.add_member(:value, Shapes::ShapeRef.new(shape: ProficiencyValue, location_name: "Value"))
1557
+ AttributeCondition.add_member(:proficiency_level, Shapes::ShapeRef.new(shape: ProficiencyLevel, location_name: "ProficiencyLevel"))
1558
+ AttributeCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
1559
+ AttributeCondition.struct_class = Types::AttributeCondition
1560
+
1516
1561
  AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
1517
1562
 
1518
1563
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
@@ -1523,6 +1568,10 @@ module Aws::Connect
1523
1568
  AudioFeatures.add_member(:echo_reduction, Shapes::ShapeRef.new(shape: MeetingFeatureStatus, location_name: "EchoReduction"))
1524
1569
  AudioFeatures.struct_class = Types::AudioFeatures
1525
1570
 
1571
+ AudioQualityMetricsInfo.add_member(:quality_score, Shapes::ShapeRef.new(shape: AudioQualityScore, location_name: "QualityScore"))
1572
+ AudioQualityMetricsInfo.add_member(:potential_quality_issues, Shapes::ShapeRef.new(shape: PotentialAudioQualityIssues, location_name: "PotentialQualityIssues"))
1573
+ AudioQualityMetricsInfo.struct_class = Types::AudioQualityMetricsInfo
1574
+
1526
1575
  AvailableNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
1527
1576
  AvailableNumberSummary.add_member(:phone_number_country_code, Shapes::ShapeRef.new(shape: PhoneNumberCountryCode, location_name: "PhoneNumberCountryCode"))
1528
1577
  AvailableNumberSummary.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "PhoneNumberType"))
@@ -1661,6 +1710,15 @@ module Aws::Connect
1661
1710
  Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
1662
1711
  Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
1663
1712
  Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
1713
+ Contact.add_member(:connected_to_system_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToSystemTimestamp"))
1714
+ Contact.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: RoutingCriteria, location_name: "RoutingCriteria"))
1715
+ Contact.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
1716
+ Contact.add_member(:campaign, Shapes::ShapeRef.new(shape: Campaign, location_name: "Campaign"))
1717
+ Contact.add_member(:answering_machine_detection_status, Shapes::ShapeRef.new(shape: AnsweringMachineDetectionStatus, location_name: "AnsweringMachineDetectionStatus"))
1718
+ Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
1719
+ Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
1720
+ Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
1721
+ Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
1664
1722
  Contact.struct_class = Types::Contact
1665
1723
 
1666
1724
  ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
@@ -2129,6 +2187,17 @@ module Aws::Connect
2129
2187
 
2130
2188
  CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
2131
2189
 
2190
+ Customer.add_member(:device_info, Shapes::ShapeRef.new(shape: DeviceInfo, location_name: "DeviceInfo"))
2191
+ Customer.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Capabilities"))
2192
+ Customer.struct_class = Types::Customer
2193
+
2194
+ CustomerQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
2195
+ CustomerQualityMetrics.struct_class = Types::CustomerQualityMetrics
2196
+
2197
+ CustomerVoiceActivity.add_member(:greeting_start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "GreetingStartTimestamp"))
2198
+ CustomerVoiceActivity.add_member(:greeting_end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "GreetingEndTimestamp"))
2199
+ CustomerVoiceActivity.struct_class = Types::CustomerVoiceActivity
2200
+
2132
2201
  DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
2133
2202
 
2134
2203
  DateReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
@@ -2436,6 +2505,11 @@ module Aws::Connect
2436
2505
  DestinationNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
2437
2506
  DestinationNotAllowedException.struct_class = Types::DestinationNotAllowedException
2438
2507
 
2508
+ DeviceInfo.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
2509
+ DeviceInfo.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
2510
+ DeviceInfo.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
2511
+ DeviceInfo.struct_class = Types::DeviceInfo
2512
+
2439
2513
  Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
2440
2514
  Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
2441
2515
  Dimensions.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
@@ -2510,6 +2584,9 @@ module Aws::Connect
2510
2584
  DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
2511
2585
  DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
2512
2586
 
2587
+ DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
2588
+ DisconnectDetails.struct_class = Types::DisconnectDetails
2589
+
2513
2590
  DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
2514
2591
  DisconnectReason.struct_class = Types::DisconnectReason
2515
2592
 
@@ -2762,6 +2839,17 @@ module Aws::Connect
2762
2839
  EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
2763
2840
  EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
2764
2841
 
2842
+ Expiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
2843
+ Expiry.add_member(:expiry_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExpiryTimestamp"))
2844
+ Expiry.struct_class = Types::Expiry
2845
+
2846
+ Expression.add_member(:attribute_condition, Shapes::ShapeRef.new(shape: AttributeCondition, location_name: "AttributeCondition"))
2847
+ Expression.add_member(:and_expression, Shapes::ShapeRef.new(shape: Expressions, location_name: "AndExpression"))
2848
+ Expression.add_member(:or_expression, Shapes::ShapeRef.new(shape: Expressions, location_name: "OrExpression"))
2849
+ Expression.struct_class = Types::Expression
2850
+
2851
+ Expressions.member = Shapes::ShapeRef.new(shape: Expression)
2852
+
2765
2853
  FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
2766
2854
  FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
2767
2855
  FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
@@ -2978,6 +3066,13 @@ module Aws::Connect
2978
3066
  HierarchyGroupSummaryReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2979
3067
  HierarchyGroupSummaryReference.struct_class = Types::HierarchyGroupSummaryReference
2980
3068
 
3069
+ HierarchyGroups.add_member(:level_1, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level1"))
3070
+ HierarchyGroups.add_member(:level_2, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level2"))
3071
+ HierarchyGroups.add_member(:level_3, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level3"))
3072
+ HierarchyGroups.add_member(:level_4, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level4"))
3073
+ HierarchyGroups.add_member(:level_5, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level5"))
3074
+ HierarchyGroups.struct_class = Types::HierarchyGroups
3075
+
2981
3076
  HierarchyLevel.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyLevelId, location_name: "Id"))
2982
3077
  HierarchyLevel.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2983
3078
  HierarchyLevel.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, location_name: "Name"))
@@ -3825,6 +3920,8 @@ module Aws::Connect
3825
3920
 
3826
3921
  PhoneNumberTypes.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
3827
3922
 
3923
+ PotentialAudioQualityIssues.member = Shapes::ShapeRef.new(shape: PotentialAudioQualityIssue)
3924
+
3828
3925
  PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
3829
3926
  PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
3830
3927
  PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
@@ -3908,6 +4005,10 @@ module Aws::Connect
3908
4005
 
3909
4006
  PutUserStatusResponse.struct_class = Types::PutUserStatusResponse
3910
4007
 
4008
+ QualityMetrics.add_member(:agent, Shapes::ShapeRef.new(shape: AgentQualityMetrics, location_name: "Agent"))
4009
+ QualityMetrics.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerQualityMetrics, location_name: "Customer"))
4010
+ QualityMetrics.struct_class = Types::QualityMetrics
4011
+
3911
4012
  Queue.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
3912
4013
  Queue.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
3913
4014
  Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
@@ -4188,6 +4289,11 @@ module Aws::Connect
4188
4289
 
4189
4290
  ResumeContactResponse.struct_class = Types::ResumeContactResponse
4190
4291
 
4292
+ RoutingCriteria.add_member(:steps, Shapes::ShapeRef.new(shape: Steps, location_name: "Steps"))
4293
+ RoutingCriteria.add_member(:activation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ActivationTimestamp"))
4294
+ RoutingCriteria.add_member(:index, Shapes::ShapeRef.new(shape: Index, location_name: "Index"))
4295
+ RoutingCriteria.struct_class = Types::RoutingCriteria
4296
+
4191
4297
  RoutingExpressions.member = Shapes::ShapeRef.new(shape: RoutingExpression)
4192
4298
 
4193
4299
  RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
@@ -4716,6 +4822,13 @@ module Aws::Connect
4716
4822
  StartWebRTCContactResponse.add_member(:participant_token, Shapes::ShapeRef.new(shape: ParticipantToken, location_name: "ParticipantToken"))
4717
4823
  StartWebRTCContactResponse.struct_class = Types::StartWebRTCContactResponse
4718
4824
 
4825
+ Step.add_member(:expiry, Shapes::ShapeRef.new(shape: Expiry, location_name: "Expiry"))
4826
+ Step.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
4827
+ Step.add_member(:status, Shapes::ShapeRef.new(shape: RoutingCriteriaStepStatus, location_name: "Status"))
4828
+ Step.struct_class = Types::Step
4829
+
4830
+ Steps.member = Shapes::ShapeRef.new(shape: Step)
4831
+
4719
4832
  StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4720
4833
  StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
4721
4834
  StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -161,6 +161,20 @@ module Aws::Connect
161
161
  include Aws::Structure
162
162
  end
163
163
 
164
+ # Information about an agent hierarchy group.
165
+ #
166
+ # @!attribute [rw] arn
167
+ # The Amazon Resource Name (ARN) of the group.
168
+ # @return [String]
169
+ #
170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentHierarchyGroup AWS API Documentation
171
+ #
172
+ class AgentHierarchyGroup < Struct.new(
173
+ :arn)
174
+ SENSITIVE = []
175
+ include Aws::Structure
176
+ end
177
+
164
178
  # A structure that defines search criteria for contacts using agent
165
179
  # hierarchy group levels. For more information about agent hierarchies,
166
180
  # see [Set Up Agent Hierarchies][1] in the *Amazon Connect Administrator
@@ -216,12 +230,42 @@ module Aws::Connect
216
230
  # Agent pause duration for a contact in seconds.
217
231
  # @return [Integer]
218
232
  #
233
+ # @!attribute [rw] hierarchy_groups
234
+ # The agent hierarchy groups for the agent.
235
+ # @return [Types::HierarchyGroups]
236
+ #
237
+ # @!attribute [rw] device_info
238
+ # Information regarding Agent’s device.
239
+ # @return [Types::DeviceInfo]
240
+ #
241
+ # @!attribute [rw] capabilities
242
+ # The configuration for the allowed capabilities for participants
243
+ # present over the call.
244
+ # @return [Types::ParticipantCapabilities]
245
+ #
219
246
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentInfo AWS API Documentation
220
247
  #
221
248
  class AgentInfo < Struct.new(
222
249
  :id,
223
250
  :connected_to_agent_timestamp,
224
- :agent_pause_duration_in_seconds)
251
+ :agent_pause_duration_in_seconds,
252
+ :hierarchy_groups,
253
+ :device_info,
254
+ :capabilities)
255
+ SENSITIVE = []
256
+ include Aws::Structure
257
+ end
258
+
259
+ # Information about the quality of the Agent's media connection
260
+ #
261
+ # @!attribute [rw] audio
262
+ # Information about the audio quality of the Agent
263
+ # @return [Types::AudioQualityMetricsInfo]
264
+ #
265
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentQualityMetrics AWS API Documentation
266
+ #
267
+ class AgentQualityMetrics < Struct.new(
268
+ :audio)
225
269
  SENSITIVE = []
226
270
  include Aws::Structure
227
271
  end
@@ -1104,6 +1148,35 @@ module Aws::Connect
1104
1148
  include Aws::Structure
1105
1149
  end
1106
1150
 
1151
+ # An object to specify the predefined attribute condition.
1152
+ #
1153
+ # @!attribute [rw] name
1154
+ # The name of predefined attribute.
1155
+ # @return [String]
1156
+ #
1157
+ # @!attribute [rw] value
1158
+ # The value of predefined attribute.
1159
+ # @return [String]
1160
+ #
1161
+ # @!attribute [rw] proficiency_level
1162
+ # The proficiency level of the condition.
1163
+ # @return [Float]
1164
+ #
1165
+ # @!attribute [rw] comparison_operator
1166
+ # The operator of the condition.
1167
+ # @return [String]
1168
+ #
1169
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AttributeCondition AWS API Documentation
1170
+ #
1171
+ class AttributeCondition < Struct.new(
1172
+ :name,
1173
+ :value,
1174
+ :proficiency_level,
1175
+ :comparison_operator)
1176
+ SENSITIVE = []
1177
+ include Aws::Structure
1178
+ end
1179
+
1107
1180
  # Has audio-specific configurations as the operating parameter for Echo
1108
1181
  # Reduction.
1109
1182
  #
@@ -1120,6 +1193,30 @@ module Aws::Connect
1120
1193
  include Aws::Structure
1121
1194
  end
1122
1195
 
1196
+ # Contains information for score and potential quality issues for Audio
1197
+ #
1198
+ # @!attribute [rw] quality_score
1199
+ # Number measuring the estimated quality of the media connection.
1200
+ # @return [Float]
1201
+ #
1202
+ # @!attribute [rw] potential_quality_issues
1203
+ # List of potential issues causing degradation of quality on a media
1204
+ # connection. If the service did not detect any potential quality
1205
+ # issues the list is empty.
1206
+ #
1207
+ # Valid values: `HighPacketLoss` \| `HighRoundTripTime` \|
1208
+ # `HighJitterBuffer`
1209
+ # @return [Array<String>]
1210
+ #
1211
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AudioQualityMetricsInfo AWS API Documentation
1212
+ #
1213
+ class AudioQualityMetricsInfo < Struct.new(
1214
+ :quality_score,
1215
+ :potential_quality_issues)
1216
+ SENSITIVE = []
1217
+ include Aws::Structure
1218
+ end
1219
+
1123
1220
  # Information about available phone numbers.
1124
1221
  #
1125
1222
  # @!attribute [rw] phone_number
@@ -1899,6 +1996,53 @@ module Aws::Connect
1899
1996
  # Services generated and user-defined tags.
1900
1997
  # @return [Hash<String,String>]
1901
1998
  #
1999
+ # @!attribute [rw] connected_to_system_timestamp
2000
+ # The timestamp when customer endpoint connected to Amazon Connect.
2001
+ # @return [Time]
2002
+ #
2003
+ # @!attribute [rw] routing_criteria
2004
+ # Latest routing criteria on the contact.
2005
+ # @return [Types::RoutingCriteria]
2006
+ #
2007
+ # @!attribute [rw] customer
2008
+ # Information about the Customer on the contact.
2009
+ # @return [Types::Customer]
2010
+ #
2011
+ # @!attribute [rw] campaign
2012
+ # Information associated with a campaign.
2013
+ # @return [Types::Campaign]
2014
+ #
2015
+ # @!attribute [rw] answering_machine_detection_status
2016
+ # Indicates how an [outbound campaign][1] call is actually disposed if
2017
+ # the contact is connected to Amazon Connect.
2018
+ #
2019
+ #
2020
+ #
2021
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/how-to-create-campaigns.html
2022
+ # @return [String]
2023
+ #
2024
+ # @!attribute [rw] customer_voice_activity
2025
+ # Information about customer’s voice activity.
2026
+ # @return [Types::CustomerVoiceActivity]
2027
+ #
2028
+ # @!attribute [rw] quality_metrics
2029
+ # Information about the quality of the participant's media
2030
+ # connection.
2031
+ # @return [Types::QualityMetrics]
2032
+ #
2033
+ # @!attribute [rw] disconnect_details
2034
+ # Information about the call disconnect experience.
2035
+ # @return [Types::DisconnectDetails]
2036
+ #
2037
+ # @!attribute [rw] segment_attributes
2038
+ # A set of system defined key-value pairs stored on individual contact
2039
+ # segments using an attribute map. The attributes are standard Amazon
2040
+ # Connect attributes and can be accessed in flows. Attribute keys can
2041
+ # include only alphanumeric, -, and \_ characters. This field can be
2042
+ # used to show channel subtype. For example, `connect:Guide` or
2043
+ # `connect:SMS`.
2044
+ # @return [Hash<String,Types::SegmentAttributeValue>]
2045
+ #
1902
2046
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Contact AWS API Documentation
1903
2047
  #
1904
2048
  class Contact < Struct.new(
@@ -1924,7 +2068,16 @@ module Aws::Connect
1924
2068
  :wisdom_info,
1925
2069
  :queue_time_adjustment_seconds,
1926
2070
  :queue_priority,
1927
- :tags)
2071
+ :tags,
2072
+ :connected_to_system_timestamp,
2073
+ :routing_criteria,
2074
+ :customer,
2075
+ :campaign,
2076
+ :answering_machine_detection_status,
2077
+ :customer_voice_activity,
2078
+ :quality_metrics,
2079
+ :disconnect_details,
2080
+ :segment_attributes)
1928
2081
  SENSITIVE = [:name, :description]
1929
2082
  include Aws::Structure
1930
2083
  end
@@ -4446,6 +4599,61 @@ module Aws::Connect
4446
4599
  include Aws::Structure
4447
4600
  end
4448
4601
 
4602
+ # Information about the Customer on the contact.
4603
+ #
4604
+ # @!attribute [rw] device_info
4605
+ # Information regarding Customer’s device.
4606
+ # @return [Types::DeviceInfo]
4607
+ #
4608
+ # @!attribute [rw] capabilities
4609
+ # The configuration for the allowed capabilities for participants
4610
+ # present over the call.
4611
+ # @return [Types::ParticipantCapabilities]
4612
+ #
4613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Customer AWS API Documentation
4614
+ #
4615
+ class Customer < Struct.new(
4616
+ :device_info,
4617
+ :capabilities)
4618
+ SENSITIVE = []
4619
+ include Aws::Structure
4620
+ end
4621
+
4622
+ # Information about the quality of the Customer's media connection
4623
+ #
4624
+ # @!attribute [rw] audio
4625
+ # Information about the audio quality of the Customer
4626
+ # @return [Types::AudioQualityMetricsInfo]
4627
+ #
4628
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CustomerQualityMetrics AWS API Documentation
4629
+ #
4630
+ class CustomerQualityMetrics < Struct.new(
4631
+ :audio)
4632
+ SENSITIVE = []
4633
+ include Aws::Structure
4634
+ end
4635
+
4636
+ # Information about customer’s voice activity.
4637
+ #
4638
+ # @!attribute [rw] greeting_start_timestamp
4639
+ # Timestamp that measures the beginning of the customer greeting from
4640
+ # an outbound voice call.
4641
+ # @return [Time]
4642
+ #
4643
+ # @!attribute [rw] greeting_end_timestamp
4644
+ # Timestamp that measures the end of the customer greeting from an
4645
+ # outbound voice call.
4646
+ # @return [Time]
4647
+ #
4648
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CustomerVoiceActivity AWS API Documentation
4649
+ #
4650
+ class CustomerVoiceActivity < Struct.new(
4651
+ :greeting_start_timestamp,
4652
+ :greeting_end_timestamp)
4653
+ SENSITIVE = []
4654
+ include Aws::Structure
4655
+ end
4656
+
4449
4657
  # Information about a reference when the `referenceType` is `DATE`.
4450
4658
  # Otherwise, null.
4451
4659
  #
@@ -5928,6 +6136,30 @@ module Aws::Connect
5928
6136
  include Aws::Structure
5929
6137
  end
5930
6138
 
6139
+ # Information regarding the device.
6140
+ #
6141
+ # @!attribute [rw] platform_name
6142
+ # Name of the platform that the participant used for the call.
6143
+ # @return [String]
6144
+ #
6145
+ # @!attribute [rw] platform_version
6146
+ # Version of the platform that the participant used for the call.
6147
+ # @return [String]
6148
+ #
6149
+ # @!attribute [rw] operating_system
6150
+ # Operating system that the participant used for the call.
6151
+ # @return [String]
6152
+ #
6153
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeviceInfo AWS API Documentation
6154
+ #
6155
+ class DeviceInfo < Struct.new(
6156
+ :platform_name,
6157
+ :platform_version,
6158
+ :operating_system)
6159
+ SENSITIVE = []
6160
+ include Aws::Structure
6161
+ end
6162
+
5931
6163
  # Contains information about the dimensions for a set of metrics.
5932
6164
  #
5933
6165
  # @!attribute [rw] queue
@@ -6303,6 +6535,21 @@ module Aws::Connect
6303
6535
  include Aws::Structure
6304
6536
  end
6305
6537
 
6538
+ # Information about the call disconnect experience.
6539
+ #
6540
+ # @!attribute [rw] potential_disconnect_issue
6541
+ # Indicates the potential disconnection issues for a call. This field
6542
+ # is not populated if the service does not detect potential issues.
6543
+ # @return [String]
6544
+ #
6545
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisconnectDetails AWS API Documentation
6546
+ #
6547
+ class DisconnectDetails < Struct.new(
6548
+ :potential_disconnect_issue)
6549
+ SENSITIVE = []
6550
+ include Aws::Structure
6551
+ end
6552
+
6306
6553
  # Contains details about why a contact was disconnected. Only Amazon
6307
6554
  # Connect outbound campaigns can provide this field.
6308
6555
  #
@@ -7390,6 +7637,49 @@ module Aws::Connect
7390
7637
  include Aws::Structure
7391
7638
  end
7392
7639
 
7640
+ # An object to specify the expiration of a routing step.
7641
+ #
7642
+ # @!attribute [rw] duration_in_seconds
7643
+ # The number of seconds to wait before expiring the routing step.
7644
+ # @return [Integer]
7645
+ #
7646
+ # @!attribute [rw] expiry_timestamp
7647
+ # The timestamp indicating when the routing step expires.
7648
+ # @return [Time]
7649
+ #
7650
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Expiry AWS API Documentation
7651
+ #
7652
+ class Expiry < Struct.new(
7653
+ :duration_in_seconds,
7654
+ :expiry_timestamp)
7655
+ SENSITIVE = []
7656
+ include Aws::Structure
7657
+ end
7658
+
7659
+ # A tagged union to specify expression for a routing step.
7660
+ #
7661
+ # @!attribute [rw] attribute_condition
7662
+ # An object to specify the predefined attribute condition.
7663
+ # @return [Types::AttributeCondition]
7664
+ #
7665
+ # @!attribute [rw] and_expression
7666
+ # List of routing expressions which will be AND-ed together.
7667
+ # @return [Array<Types::Expression>]
7668
+ #
7669
+ # @!attribute [rw] or_expression
7670
+ # List of routing expressions which will be OR-ed together.
7671
+ # @return [Array<Types::Expression>]
7672
+ #
7673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Expression AWS API Documentation
7674
+ #
7675
+ class Expression < Struct.new(
7676
+ :attribute_condition,
7677
+ :and_expression,
7678
+ :or_expression)
7679
+ SENSITIVE = []
7680
+ include Aws::Structure
7681
+ end
7682
+
7393
7683
  # Request for which contact failed to be generated.
7394
7684
  #
7395
7685
  # @!attribute [rw] request_identifier
@@ -9975,6 +10265,41 @@ module Aws::Connect
9975
10265
  include Aws::Structure
9976
10266
  end
9977
10267
 
10268
+ # Information about the agent hierarchy. Hierarchies can be configured
10269
+ # with up to five levels.
10270
+ #
10271
+ # @!attribute [rw] level_1
10272
+ # The group at level one of the agent hierarchy.
10273
+ # @return [Types::AgentHierarchyGroup]
10274
+ #
10275
+ # @!attribute [rw] level_2
10276
+ # The group at level two of the agent hierarchy.
10277
+ # @return [Types::AgentHierarchyGroup]
10278
+ #
10279
+ # @!attribute [rw] level_3
10280
+ # The group at level three of the agent hierarchy.
10281
+ # @return [Types::AgentHierarchyGroup]
10282
+ #
10283
+ # @!attribute [rw] level_4
10284
+ # The group at level four of the agent hierarchy.
10285
+ # @return [Types::AgentHierarchyGroup]
10286
+ #
10287
+ # @!attribute [rw] level_5
10288
+ # The group at level five of the agent hierarchy.
10289
+ # @return [Types::AgentHierarchyGroup]
10290
+ #
10291
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyGroups AWS API Documentation
10292
+ #
10293
+ class HierarchyGroups < Struct.new(
10294
+ :level_1,
10295
+ :level_2,
10296
+ :level_3,
10297
+ :level_4,
10298
+ :level_5)
10299
+ SENSITIVE = []
10300
+ include Aws::Structure
10301
+ end
10302
+
9978
10303
  # Contains information about a hierarchy level.
9979
10304
  #
9980
10305
  # @!attribute [rw] id
@@ -14589,6 +14914,25 @@ module Aws::Connect
14589
14914
  #
14590
14915
  class PutUserStatusResponse < Aws::EmptyStructure; end
14591
14916
 
14917
+ # Information about the quality of the participant's media connection.
14918
+ #
14919
+ # @!attribute [rw] agent
14920
+ # Information about the quality of Agent media connection.
14921
+ # @return [Types::AgentQualityMetrics]
14922
+ #
14923
+ # @!attribute [rw] customer
14924
+ # Information about the quality of Customer media connection.
14925
+ # @return [Types::CustomerQualityMetrics]
14926
+ #
14927
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QualityMetrics AWS API Documentation
14928
+ #
14929
+ class QualityMetrics < Struct.new(
14930
+ :agent,
14931
+ :customer)
14932
+ SENSITIVE = []
14933
+ include Aws::Structure
14934
+ end
14935
+
14592
14936
  # Contains information about a queue.
14593
14937
  #
14594
14938
  # @!attribute [rw] name
@@ -15755,6 +16099,39 @@ module Aws::Connect
15755
16099
  #
15756
16100
  class ResumeContactResponse < Aws::EmptyStructure; end
15757
16101
 
16102
+ # Latest routing criteria on the contact.
16103
+ #
16104
+ # @!attribute [rw] steps
16105
+ # List of routing steps. When Amazon Connect does not find an
16106
+ # available agent meeting the requirements in a step for a given step
16107
+ # duration, the routing criteria will move on to the next step
16108
+ # sequentially until a join is completed with an agent. When all steps
16109
+ # are exhausted, the contact will be offered to any agent in the
16110
+ # queue.
16111
+ # @return [Array<Types::Step>]
16112
+ #
16113
+ # @!attribute [rw] activation_timestamp
16114
+ # The timestamp indicating when the routing criteria is set to active.
16115
+ # A routing criteria is activated when contact is transferred to a
16116
+ # queue. ActivationTimestamp will be set on routing criteria for
16117
+ # contacts in agent queue even though Routing criteria is never
16118
+ # activated for contacts in agent queue.
16119
+ # @return [Time]
16120
+ #
16121
+ # @!attribute [rw] index
16122
+ # Information about the index of the routing criteria.
16123
+ # @return [Integer]
16124
+ #
16125
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingCriteria AWS API Documentation
16126
+ #
16127
+ class RoutingCriteria < Struct.new(
16128
+ :steps,
16129
+ :activation_timestamp,
16130
+ :index)
16131
+ SENSITIVE = []
16132
+ include Aws::Structure
16133
+ end
16134
+
15758
16135
  # Contains information about a routing profile.
15759
16136
  #
15760
16137
  # @!attribute [rw] instance_id
@@ -18665,6 +19042,30 @@ module Aws::Connect
18665
19042
  include Aws::Structure
18666
19043
  end
18667
19044
 
19045
+ # Step signifies the criteria to be used for routing to an agent
19046
+ #
19047
+ # @!attribute [rw] expiry
19048
+ # An object to specify the expiration of a routing step.
19049
+ # @return [Types::Expiry]
19050
+ #
19051
+ # @!attribute [rw] expression
19052
+ # A tagged union to specify expression for a routing step.
19053
+ # @return [Types::Expression]
19054
+ #
19055
+ # @!attribute [rw] status
19056
+ # Represents status of the Routing step.
19057
+ # @return [String]
19058
+ #
19059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Step AWS API Documentation
19060
+ #
19061
+ class Step < Struct.new(
19062
+ :expiry,
19063
+ :expression,
19064
+ :status)
19065
+ SENSITIVE = []
19066
+ include Aws::Structure
19067
+ end
19068
+
18668
19069
  # @!attribute [rw] instance_id
18669
19070
  # The identifier of the Amazon Connect instance. You can [find the
18670
19071
  # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.159.0'
55
+ GEM_VERSION = '1.160.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -48,6 +48,11 @@ module Aws::Connect
48
48
  SENSITIVE: []
49
49
  end
50
50
 
51
+ class AgentHierarchyGroup
52
+ attr_accessor arn: ::String
53
+ SENSITIVE: []
54
+ end
55
+
51
56
  class AgentHierarchyGroups
52
57
  attr_accessor l1_ids: ::Array[::String]
53
58
  attr_accessor l2_ids: ::Array[::String]
@@ -61,6 +66,14 @@ module Aws::Connect
61
66
  attr_accessor id: ::String
62
67
  attr_accessor connected_to_agent_timestamp: ::Time
63
68
  attr_accessor agent_pause_duration_in_seconds: ::Integer
69
+ attr_accessor hierarchy_groups: Types::HierarchyGroups
70
+ attr_accessor device_info: Types::DeviceInfo
71
+ attr_accessor capabilities: Types::ParticipantCapabilities
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class AgentQualityMetrics
76
+ attr_accessor audio: Types::AudioQualityMetricsInfo
64
77
  SENSITIVE: []
65
78
  end
66
79
 
@@ -292,11 +305,25 @@ module Aws::Connect
292
305
  SENSITIVE: []
293
306
  end
294
307
 
308
+ class AttributeCondition
309
+ attr_accessor name: ::String
310
+ attr_accessor value: ::String
311
+ attr_accessor proficiency_level: ::Float
312
+ attr_accessor comparison_operator: ::String
313
+ SENSITIVE: []
314
+ end
315
+
295
316
  class AudioFeatures
296
317
  attr_accessor echo_reduction: ("AVAILABLE" | "UNAVAILABLE")
297
318
  SENSITIVE: []
298
319
  end
299
320
 
321
+ class AudioQualityMetricsInfo
322
+ attr_accessor quality_score: ::Float
323
+ attr_accessor potential_quality_issues: ::Array[::String]
324
+ SENSITIVE: []
325
+ end
326
+
300
327
  class AvailableNumberSummary
301
328
  attr_accessor phone_number: ::String
302
329
  attr_accessor phone_number_country_code: ("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "IO" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CK" | "CR" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "KP" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")
@@ -472,6 +499,15 @@ module Aws::Connect
472
499
  attr_accessor queue_time_adjustment_seconds: ::Integer
473
500
  attr_accessor queue_priority: ::Integer
474
501
  attr_accessor tags: ::Hash[::String, ::String]
502
+ attr_accessor connected_to_system_timestamp: ::Time
503
+ attr_accessor routing_criteria: Types::RoutingCriteria
504
+ attr_accessor customer: Types::Customer
505
+ attr_accessor campaign: Types::Campaign
506
+ attr_accessor answering_machine_detection_status: ("ANSWERED" | "UNDETECTED" | "ERROR" | "HUMAN_ANSWERED" | "SIT_TONE_DETECTED" | "SIT_TONE_BUSY" | "SIT_TONE_INVALID_NUMBER" | "FAX_MACHINE_DETECTED" | "VOICEMAIL_BEEP" | "VOICEMAIL_NO_BEEP" | "AMD_UNRESOLVED" | "AMD_UNANSWERED" | "AMD_ERROR" | "AMD_NOT_APPLICABLE")
507
+ attr_accessor customer_voice_activity: Types::CustomerVoiceActivity
508
+ attr_accessor quality_metrics: Types::QualityMetrics
509
+ attr_accessor disconnect_details: Types::DisconnectDetails
510
+ attr_accessor segment_attributes: ::Hash[::String, Types::SegmentAttributeValue]
475
511
  SENSITIVE: [:name, :description]
476
512
  end
477
513
 
@@ -1055,6 +1091,23 @@ module Aws::Connect
1055
1091
  SENSITIVE: []
1056
1092
  end
1057
1093
 
1094
+ class Customer
1095
+ attr_accessor device_info: Types::DeviceInfo
1096
+ attr_accessor capabilities: Types::ParticipantCapabilities
1097
+ SENSITIVE: []
1098
+ end
1099
+
1100
+ class CustomerQualityMetrics
1101
+ attr_accessor audio: Types::AudioQualityMetricsInfo
1102
+ SENSITIVE: []
1103
+ end
1104
+
1105
+ class CustomerVoiceActivity
1106
+ attr_accessor greeting_start_timestamp: ::Time
1107
+ attr_accessor greeting_end_timestamp: ::Time
1108
+ SENSITIVE: []
1109
+ end
1110
+
1058
1111
  class DateReference
1059
1112
  attr_accessor name: ::String
1060
1113
  attr_accessor value: ::String
@@ -1519,6 +1572,13 @@ module Aws::Connect
1519
1572
  SENSITIVE: []
1520
1573
  end
1521
1574
 
1575
+ class DeviceInfo
1576
+ attr_accessor platform_name: ::String
1577
+ attr_accessor platform_version: ::String
1578
+ attr_accessor operating_system: ::String
1579
+ SENSITIVE: []
1580
+ end
1581
+
1522
1582
  class Dimensions
1523
1583
  attr_accessor queue: Types::QueueReference
1524
1584
  attr_accessor channel: ("VOICE" | "CHAT" | "TASK")
@@ -1620,6 +1680,11 @@ module Aws::Connect
1620
1680
  SENSITIVE: []
1621
1681
  end
1622
1682
 
1683
+ class DisconnectDetails
1684
+ attr_accessor potential_disconnect_issue: ::String
1685
+ SENSITIVE: []
1686
+ end
1687
+
1623
1688
  class DisconnectReason
1624
1689
  attr_accessor code: ::String
1625
1690
  SENSITIVE: []
@@ -1932,6 +1997,19 @@ module Aws::Connect
1932
1997
  SENSITIVE: []
1933
1998
  end
1934
1999
 
2000
+ class Expiry
2001
+ attr_accessor duration_in_seconds: ::Integer
2002
+ attr_accessor expiry_timestamp: ::Time
2003
+ SENSITIVE: []
2004
+ end
2005
+
2006
+ class Expression
2007
+ attr_accessor attribute_condition: Types::AttributeCondition
2008
+ attr_accessor and_expression: ::Array[Types::Expression]
2009
+ attr_accessor or_expression: ::Array[Types::Expression]
2010
+ SENSITIVE: []
2011
+ end
2012
+
1935
2013
  class FailedRequest
1936
2014
  attr_accessor request_identifier: ::String
1937
2015
  attr_accessor failure_reason_code: ("INVALID_ATTRIBUTE_KEY" | "INVALID_CUSTOMER_ENDPOINT" | "INVALID_SYSTEM_ENDPOINT" | "INVALID_QUEUE" | "MISSING_CAMPAIGN" | "MISSING_CUSTOMER_ENDPOINT" | "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT" | "REQUEST_THROTTLED" | "IDEMPOTENCY_EXCEPTION" | "INTERNAL_ERROR")
@@ -2190,6 +2268,15 @@ module Aws::Connect
2190
2268
  SENSITIVE: []
2191
2269
  end
2192
2270
 
2271
+ class HierarchyGroups
2272
+ attr_accessor level_1: Types::AgentHierarchyGroup
2273
+ attr_accessor level_2: Types::AgentHierarchyGroup
2274
+ attr_accessor level_3: Types::AgentHierarchyGroup
2275
+ attr_accessor level_4: Types::AgentHierarchyGroup
2276
+ attr_accessor level_5: Types::AgentHierarchyGroup
2277
+ SENSITIVE: []
2278
+ end
2279
+
2193
2280
  class HierarchyLevel
2194
2281
  attr_accessor id: ::String
2195
2282
  attr_accessor arn: ::String
@@ -3396,6 +3483,12 @@ module Aws::Connect
3396
3483
  class PutUserStatusResponse < Aws::EmptyStructure
3397
3484
  end
3398
3485
 
3486
+ class QualityMetrics
3487
+ attr_accessor agent: Types::AgentQualityMetrics
3488
+ attr_accessor customer: Types::CustomerQualityMetrics
3489
+ SENSITIVE: []
3490
+ end
3491
+
3399
3492
  class Queue
3400
3493
  attr_accessor name: ::String
3401
3494
  attr_accessor queue_arn: ::String
@@ -3727,6 +3820,13 @@ module Aws::Connect
3727
3820
  class ResumeContactResponse < Aws::EmptyStructure
3728
3821
  end
3729
3822
 
3823
+ class RoutingCriteria
3824
+ attr_accessor steps: ::Array[Types::Step]
3825
+ attr_accessor activation_timestamp: ::Time
3826
+ attr_accessor index: ::Integer
3827
+ SENSITIVE: []
3828
+ end
3829
+
3730
3830
  class RoutingProfile
3731
3831
  attr_accessor instance_id: ::String
3732
3832
  attr_accessor name: ::String
@@ -4363,6 +4463,13 @@ module Aws::Connect
4363
4463
  SENSITIVE: []
4364
4464
  end
4365
4465
 
4466
+ class Step
4467
+ attr_accessor expiry: Types::Expiry
4468
+ attr_accessor expression: Types::Expression
4469
+ attr_accessor status: ("ACTIVE" | "INACTIVE" | "JOINED" | "EXPIRED")
4470
+ SENSITIVE: []
4471
+ end
4472
+
4366
4473
  class StopContactRecordingRequest
4367
4474
  attr_accessor instance_id: ::String
4368
4475
  attr_accessor contact_id: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.159.0
4
+ version: 1.160.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-16 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core