aws-sdk-connect 1.159.0 → 1.161.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +78 -27
- data/lib/aws-sdk-connect/client_api.rb +117 -0
- data/lib/aws-sdk-connect/types.rb +411 -5
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/types.rbs +108 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f59d9b4d18ce4a285a79ada8080e7717cc3c28d720f39126ed4ed3a4ed8ba78
|
4
|
+
data.tar.gz: 76d8efbdea4df6ff32fbcc5e9f8d64e8ec973d4d6894eba049e8cbaed833defa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a48ce36b2889555aa0ed4fb5b2c3b4fcfead0942c7da31ed7bbfca97b63fc2c9eb9aa9c0d27a0d505ee726eff72c3a2e14975ba964f0a082686101b29ed7a30
|
7
|
+
data.tar.gz: c22683a0a4b3c9a23e6cb97faaec33d292920c4de75335b8d97576adfa4a760a6ad150d2571119e11542073059ab1c445136de13d11a9f5fdeed2323d6dbb7ee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.161.0 (2024-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
|
8
|
+
|
9
|
+
1.160.0 (2024-05-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
4
14
|
1.159.0 (2024-05-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.161.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
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
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
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1433
|
-
#
|
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
|
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
|
#
|
@@ -5361,6 +5402,8 @@ module Aws::Connect
|
|
5361
5402
|
# resp.routing_profile.last_modified_time #=> Time
|
5362
5403
|
# resp.routing_profile.last_modified_region #=> String
|
5363
5404
|
# resp.routing_profile.is_default #=> Boolean
|
5405
|
+
# resp.routing_profile.associated_queue_ids #=> Array
|
5406
|
+
# resp.routing_profile.associated_queue_ids[0] #=> String
|
5364
5407
|
#
|
5365
5408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRoutingProfile AWS API Documentation
|
5366
5409
|
#
|
@@ -11660,24 +11703,24 @@ module Aws::Connect
|
|
11660
11703
|
# `ReleasePhoneNumber` API, not the Amazon Connect admin website.
|
11661
11704
|
#
|
11662
11705
|
# After releasing a phone number, the phone number enters into a
|
11663
|
-
# cooldown period
|
11664
|
-
# until the period has ended. If you accidentally release
|
11665
|
-
# number, contact Amazon Web Services Support.
|
11706
|
+
# cooldown period for up to 180 days. It cannot be searched for or
|
11707
|
+
# claimed again until the period has ended. If you accidentally release
|
11708
|
+
# a phone number, contact Amazon Web Services Support.
|
11666
11709
|
#
|
11667
|
-
# If you plan to claim and release numbers frequently
|
11668
|
-
#
|
11669
|
-
#
|
11670
|
-
#
|
11710
|
+
# If you plan to claim and release numbers frequently, contact us for a
|
11711
|
+
# service quota exception. Otherwise, it is possible you will be blocked
|
11712
|
+
# from claiming and releasing any more numbers until up to 180 days past
|
11713
|
+
# the oldest number released has expired.
|
11671
11714
|
#
|
11672
11715
|
# By default you can claim and release up to 200% of your maximum number
|
11673
|
-
# of active phone numbers
|
11674
|
-
#
|
11675
|
-
#
|
11676
|
-
#
|
11677
|
-
#
|
11716
|
+
# of active phone numbers. If you claim and release phone numbers using
|
11717
|
+
# the UI or API during a rolling 180 day cycle that exceeds 200% of your
|
11718
|
+
# phone number service level quota, you will be blocked from claiming
|
11719
|
+
# any more numbers until 180 days past the oldest number released has
|
11720
|
+
# expired.
|
11678
11721
|
#
|
11679
11722
|
# For example, if you already have 99 claimed numbers and a service
|
11680
|
-
# level quota of 99 phone numbers, and in any
|
11723
|
+
# level quota of 99 phone numbers, and in any 180 day period you release
|
11681
11724
|
# 99, claim 99, and then release 99, you will have exceeded the 200%
|
11682
11725
|
# limit. At that point you are blocked from claiming any more numbers
|
11683
11726
|
# until you open an Amazon Web Services support ticket.
|
@@ -12942,6 +12985,8 @@ module Aws::Connect
|
|
12942
12985
|
# resp.routing_profiles[0].last_modified_time #=> Time
|
12943
12986
|
# resp.routing_profiles[0].last_modified_region #=> String
|
12944
12987
|
# resp.routing_profiles[0].is_default #=> Boolean
|
12988
|
+
# resp.routing_profiles[0].associated_queue_ids #=> Array
|
12989
|
+
# resp.routing_profiles[0].associated_queue_ids[0] #=> String
|
12945
12990
|
# resp.next_token #=> String
|
12946
12991
|
# resp.approximate_total_count #=> Integer
|
12947
12992
|
#
|
@@ -14385,6 +14430,10 @@ module Aws::Connect
|
|
14385
14430
|
#
|
14386
14431
|
# * QUEUE\_TRANSFER
|
14387
14432
|
#
|
14433
|
+
# * EXTERNAL\_OUTBOUND
|
14434
|
+
#
|
14435
|
+
# * MONITOR
|
14436
|
+
#
|
14388
14437
|
# Chat and task contacts can be terminated in any state, regardless of
|
14389
14438
|
# initiation method.
|
14390
14439
|
#
|
@@ -15343,9 +15392,6 @@ module Aws::Connect
|
|
15343
15392
|
req.send_request(options)
|
15344
15393
|
end
|
15345
15394
|
|
15346
|
-
# This API is in preview release for Amazon Connect and is subject to
|
15347
|
-
# change.
|
15348
|
-
#
|
15349
15395
|
# Updates routing priority and age on the contact (**QueuePriority** and
|
15350
15396
|
# **QueueTimeAdjustmentInSeconds**). These properties can be used to
|
15351
15397
|
# change a customer's position in the queue. For example, you can move
|
@@ -15358,6 +15404,11 @@ module Aws::Connect
|
|
15358
15404
|
# queue wait time as reported through metrics. These properties can also
|
15359
15405
|
# be updated by using [the Set routing priority / age flow block][1].
|
15360
15406
|
#
|
15407
|
+
# <note markdown="1"> Either **QueuePriority** or **QueueTimeAdjustmentInSeconds** should be
|
15408
|
+
# provided within the request body, but not both.
|
15409
|
+
#
|
15410
|
+
# </note>
|
15411
|
+
#
|
15361
15412
|
#
|
15362
15413
|
#
|
15363
15414
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html
|
@@ -17439,7 +17490,7 @@ module Aws::Connect
|
|
17439
17490
|
params: params,
|
17440
17491
|
config: config)
|
17441
17492
|
context[:gem_name] = 'aws-sdk-connect'
|
17442
|
-
context[:gem_version] = '1.
|
17493
|
+
context[:gem_version] = '1.161.0'
|
17443
17494
|
Seahorse::Client::Request.new(handlers, context)
|
17444
17495
|
end
|
17445
17496
|
|
@@ -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')
|
@@ -80,6 +83,7 @@ module Aws::Connect
|
|
80
83
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
81
84
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
82
85
|
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
86
|
+
AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
|
83
87
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
84
88
|
AttachedFile = Shapes::StructureShape.new(name: 'AttachedFile')
|
85
89
|
AttachedFileError = Shapes::StructureShape.new(name: 'AttachedFileError')
|
@@ -92,12 +96,15 @@ module Aws::Connect
|
|
92
96
|
AttendeeId = Shapes::StringShape.new(name: 'AttendeeId')
|
93
97
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
94
98
|
AttributeAndCondition = Shapes::StructureShape.new(name: 'AttributeAndCondition')
|
99
|
+
AttributeCondition = Shapes::StructureShape.new(name: 'AttributeCondition')
|
95
100
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
96
101
|
AttributeOrConditionList = Shapes::ListShape.new(name: 'AttributeOrConditionList')
|
97
102
|
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
98
103
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
99
104
|
AttributesList = Shapes::ListShape.new(name: 'AttributesList')
|
100
105
|
AudioFeatures = Shapes::StructureShape.new(name: 'AudioFeatures')
|
106
|
+
AudioQualityMetricsInfo = Shapes::StructureShape.new(name: 'AudioQualityMetricsInfo')
|
107
|
+
AudioQualityScore = Shapes::FloatShape.new(name: 'AudioQualityScore')
|
101
108
|
AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
|
102
109
|
AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
|
103
110
|
AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
|
@@ -138,6 +145,7 @@ module Aws::Connect
|
|
138
145
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
139
146
|
CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
|
140
147
|
Comparison = Shapes::StringShape.new(name: 'Comparison')
|
148
|
+
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
141
149
|
CompleteAttachedFileUploadRequest = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadRequest')
|
142
150
|
CompleteAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadResponse')
|
143
151
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
@@ -256,6 +264,9 @@ module Aws::Connect
|
|
256
264
|
CurrentMetricSortCriteria = Shapes::StructureShape.new(name: 'CurrentMetricSortCriteria')
|
257
265
|
CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
|
258
266
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
267
|
+
Customer = Shapes::StructureShape.new(name: 'Customer')
|
268
|
+
CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
|
269
|
+
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
259
270
|
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
260
271
|
DataSetIds = Shapes::ListShape.new(name: 'DataSetIds')
|
261
272
|
DateReference = Shapes::StructureShape.new(name: 'DateReference')
|
@@ -347,6 +358,7 @@ module Aws::Connect
|
|
347
358
|
Description250 = Shapes::StringShape.new(name: 'Description250')
|
348
359
|
DestinationId = Shapes::StringShape.new(name: 'DestinationId')
|
349
360
|
DestinationNotAllowedException = Shapes::StructureShape.new(name: 'DestinationNotAllowedException')
|
361
|
+
DeviceInfo = Shapes::StructureShape.new(name: 'DeviceInfo')
|
350
362
|
Dimensions = Shapes::StructureShape.new(name: 'Dimensions')
|
351
363
|
DimensionsV2Key = Shapes::StringShape.new(name: 'DimensionsV2Key')
|
352
364
|
DimensionsV2Map = Shapes::MapShape.new(name: 'DimensionsV2Map')
|
@@ -370,6 +382,7 @@ module Aws::Connect
|
|
370
382
|
DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
|
371
383
|
DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
|
372
384
|
DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
|
385
|
+
DisconnectDetails = Shapes::StructureShape.new(name: 'DisconnectDetails')
|
373
386
|
DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
|
374
387
|
DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
|
375
388
|
DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
|
@@ -380,6 +393,7 @@ module Aws::Connect
|
|
380
393
|
Double = Shapes::FloatShape.new(name: 'Double')
|
381
394
|
DownloadUrlMetadata = Shapes::StructureShape.new(name: 'DownloadUrlMetadata')
|
382
395
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
396
|
+
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
383
397
|
Email = Shapes::StringShape.new(name: 'Email')
|
384
398
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
385
399
|
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
@@ -451,6 +465,9 @@ module Aws::Connect
|
|
451
465
|
EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
|
452
466
|
EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
|
453
467
|
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
468
|
+
Expiry = Shapes::StructureShape.new(name: 'Expiry')
|
469
|
+
Expression = Shapes::StructureShape.new(name: 'Expression')
|
470
|
+
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
454
471
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
455
472
|
FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
|
456
473
|
FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
|
@@ -509,6 +526,7 @@ module Aws::Connect
|
|
509
526
|
HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
|
510
527
|
HierarchyGroupSummaryList = Shapes::ListShape.new(name: 'HierarchyGroupSummaryList')
|
511
528
|
HierarchyGroupSummaryReference = Shapes::StructureShape.new(name: 'HierarchyGroupSummaryReference')
|
529
|
+
HierarchyGroups = Shapes::StructureShape.new(name: 'HierarchyGroups')
|
512
530
|
HierarchyLevel = Shapes::StructureShape.new(name: 'HierarchyLevel')
|
513
531
|
HierarchyLevelId = Shapes::StringShape.new(name: 'HierarchyLevelId')
|
514
532
|
HierarchyLevelName = Shapes::StringShape.new(name: 'HierarchyLevelName')
|
@@ -547,6 +565,7 @@ module Aws::Connect
|
|
547
565
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
548
566
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
549
567
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
568
|
+
Index = Shapes::IntegerShape.new(name: 'Index')
|
550
569
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
551
570
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
552
571
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
@@ -731,6 +750,7 @@ module Aws::Connect
|
|
731
750
|
NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
|
732
751
|
NumericQuestionPropertyAutomationLabel = Shapes::StringShape.new(name: 'NumericQuestionPropertyAutomationLabel')
|
733
752
|
NumericQuestionPropertyValueAutomation = Shapes::StructureShape.new(name: 'NumericQuestionPropertyValueAutomation')
|
753
|
+
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
734
754
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
735
755
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
736
756
|
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
@@ -774,6 +794,11 @@ module Aws::Connect
|
|
774
794
|
PhoneNumberWorkflowMessage = Shapes::StringShape.new(name: 'PhoneNumberWorkflowMessage')
|
775
795
|
PhoneNumberWorkflowStatus = Shapes::StringShape.new(name: 'PhoneNumberWorkflowStatus')
|
776
796
|
PhoneType = Shapes::StringShape.new(name: 'PhoneType')
|
797
|
+
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
798
|
+
PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
|
799
|
+
PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
|
800
|
+
PotentialAudioQualityIssues = Shapes::ListShape.new(name: 'PotentialAudioQualityIssues')
|
801
|
+
PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
|
777
802
|
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
778
803
|
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
779
804
|
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
@@ -790,6 +815,7 @@ module Aws::Connect
|
|
790
815
|
ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
|
791
816
|
Problems = Shapes::ListShape.new(name: 'Problems')
|
792
817
|
ProficiencyLevel = Shapes::FloatShape.new(name: 'ProficiencyLevel')
|
818
|
+
ProficiencyValue = Shapes::StringShape.new(name: 'ProficiencyValue')
|
793
819
|
Prompt = Shapes::StructureShape.new(name: 'Prompt')
|
794
820
|
PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
|
795
821
|
PromptId = Shapes::StringShape.new(name: 'PromptId')
|
@@ -807,6 +833,7 @@ module Aws::Connect
|
|
807
833
|
PropertyValidationExceptionReason = Shapes::StringShape.new(name: 'PropertyValidationExceptionReason')
|
808
834
|
PutUserStatusRequest = Shapes::StructureShape.new(name: 'PutUserStatusRequest')
|
809
835
|
PutUserStatusResponse = Shapes::StructureShape.new(name: 'PutUserStatusResponse')
|
836
|
+
QualityMetrics = Shapes::StructureShape.new(name: 'QualityMetrics')
|
810
837
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
811
838
|
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
812
839
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
@@ -910,6 +937,8 @@ module Aws::Connect
|
|
910
937
|
ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
|
911
938
|
ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
|
912
939
|
ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
|
940
|
+
RoutingCriteria = Shapes::StructureShape.new(name: 'RoutingCriteria')
|
941
|
+
RoutingCriteriaStepStatus = Shapes::StringShape.new(name: 'RoutingCriteriaStepStatus')
|
913
942
|
RoutingExpression = Shapes::StringShape.new(name: 'RoutingExpression')
|
914
943
|
RoutingExpressions = Shapes::ListShape.new(name: 'RoutingExpressions')
|
915
944
|
RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
|
@@ -1040,6 +1069,8 @@ module Aws::Connect
|
|
1040
1069
|
StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
|
1041
1070
|
StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
|
1042
1071
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
1072
|
+
Step = Shapes::StructureShape.new(name: 'Step')
|
1073
|
+
Steps = Shapes::ListShape.new(name: 'Steps')
|
1043
1074
|
StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
|
1044
1075
|
StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
|
1045
1076
|
StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
|
@@ -1314,6 +1345,9 @@ module Aws::Connect
|
|
1314
1345
|
|
1315
1346
|
AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
|
1316
1347
|
|
1348
|
+
AgentHierarchyGroup.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1349
|
+
AgentHierarchyGroup.struct_class = Types::AgentHierarchyGroup
|
1350
|
+
|
1317
1351
|
AgentHierarchyGroups.add_member(:l1_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L1Ids"))
|
1318
1352
|
AgentHierarchyGroups.add_member(:l2_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L2Ids"))
|
1319
1353
|
AgentHierarchyGroups.add_member(:l3_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L3Ids"))
|
@@ -1324,8 +1358,14 @@ module Aws::Connect
|
|
1324
1358
|
AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
1325
1359
|
AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
|
1326
1360
|
AgentInfo.add_member(:agent_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: AgentPauseDurationInSeconds, location_name: "AgentPauseDurationInSeconds"))
|
1361
|
+
AgentInfo.add_member(:hierarchy_groups, Shapes::ShapeRef.new(shape: HierarchyGroups, location_name: "HierarchyGroups"))
|
1362
|
+
AgentInfo.add_member(:device_info, Shapes::ShapeRef.new(shape: DeviceInfo, location_name: "DeviceInfo"))
|
1363
|
+
AgentInfo.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Capabilities"))
|
1327
1364
|
AgentInfo.struct_class = Types::AgentInfo
|
1328
1365
|
|
1366
|
+
AgentQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
|
1367
|
+
AgentQualityMetrics.struct_class = Types::AgentQualityMetrics
|
1368
|
+
|
1329
1369
|
AgentResourceIdList.member = Shapes::ShapeRef.new(shape: AgentResourceId)
|
1330
1370
|
|
1331
1371
|
AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
|
@@ -1475,6 +1515,8 @@ module Aws::Connect
|
|
1475
1515
|
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
1476
1516
|
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
1477
1517
|
|
1518
|
+
AssociatedQueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
1519
|
+
|
1478
1520
|
AttachedFile.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, required: true, location_name: "CreationTime"))
|
1479
1521
|
AttachedFile.add_member(:file_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FileArn"))
|
1480
1522
|
AttachedFile.add_member(:file_id, Shapes::ShapeRef.new(shape: FileId, required: true, location_name: "FileId"))
|
@@ -1513,6 +1555,12 @@ module Aws::Connect
|
|
1513
1555
|
AttributeAndCondition.add_member(:hierarchy_group_condition, Shapes::ShapeRef.new(shape: HierarchyGroupCondition, location_name: "HierarchyGroupCondition"))
|
1514
1556
|
AttributeAndCondition.struct_class = Types::AttributeAndCondition
|
1515
1557
|
|
1558
|
+
AttributeCondition.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
1559
|
+
AttributeCondition.add_member(:value, Shapes::ShapeRef.new(shape: ProficiencyValue, location_name: "Value"))
|
1560
|
+
AttributeCondition.add_member(:proficiency_level, Shapes::ShapeRef.new(shape: ProficiencyLevel, location_name: "ProficiencyLevel"))
|
1561
|
+
AttributeCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
|
1562
|
+
AttributeCondition.struct_class = Types::AttributeCondition
|
1563
|
+
|
1516
1564
|
AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
|
1517
1565
|
|
1518
1566
|
Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
|
@@ -1523,6 +1571,10 @@ module Aws::Connect
|
|
1523
1571
|
AudioFeatures.add_member(:echo_reduction, Shapes::ShapeRef.new(shape: MeetingFeatureStatus, location_name: "EchoReduction"))
|
1524
1572
|
AudioFeatures.struct_class = Types::AudioFeatures
|
1525
1573
|
|
1574
|
+
AudioQualityMetricsInfo.add_member(:quality_score, Shapes::ShapeRef.new(shape: AudioQualityScore, location_name: "QualityScore"))
|
1575
|
+
AudioQualityMetricsInfo.add_member(:potential_quality_issues, Shapes::ShapeRef.new(shape: PotentialAudioQualityIssues, location_name: "PotentialQualityIssues"))
|
1576
|
+
AudioQualityMetricsInfo.struct_class = Types::AudioQualityMetricsInfo
|
1577
|
+
|
1526
1578
|
AvailableNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
1527
1579
|
AvailableNumberSummary.add_member(:phone_number_country_code, Shapes::ShapeRef.new(shape: PhoneNumberCountryCode, location_name: "PhoneNumberCountryCode"))
|
1528
1580
|
AvailableNumberSummary.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "PhoneNumberType"))
|
@@ -1661,6 +1713,15 @@ module Aws::Connect
|
|
1661
1713
|
Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
1662
1714
|
Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
1663
1715
|
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
1716
|
+
Contact.add_member(:connected_to_system_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToSystemTimestamp"))
|
1717
|
+
Contact.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: RoutingCriteria, location_name: "RoutingCriteria"))
|
1718
|
+
Contact.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
1719
|
+
Contact.add_member(:campaign, Shapes::ShapeRef.new(shape: Campaign, location_name: "Campaign"))
|
1720
|
+
Contact.add_member(:answering_machine_detection_status, Shapes::ShapeRef.new(shape: AnsweringMachineDetectionStatus, location_name: "AnsweringMachineDetectionStatus"))
|
1721
|
+
Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
|
1722
|
+
Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
|
1723
|
+
Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
|
1724
|
+
Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
1664
1725
|
Contact.struct_class = Types::Contact
|
1665
1726
|
|
1666
1727
|
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
@@ -2129,6 +2190,17 @@ module Aws::Connect
|
|
2129
2190
|
|
2130
2191
|
CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
|
2131
2192
|
|
2193
|
+
Customer.add_member(:device_info, Shapes::ShapeRef.new(shape: DeviceInfo, location_name: "DeviceInfo"))
|
2194
|
+
Customer.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Capabilities"))
|
2195
|
+
Customer.struct_class = Types::Customer
|
2196
|
+
|
2197
|
+
CustomerQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
|
2198
|
+
CustomerQualityMetrics.struct_class = Types::CustomerQualityMetrics
|
2199
|
+
|
2200
|
+
CustomerVoiceActivity.add_member(:greeting_start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "GreetingStartTimestamp"))
|
2201
|
+
CustomerVoiceActivity.add_member(:greeting_end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "GreetingEndTimestamp"))
|
2202
|
+
CustomerVoiceActivity.struct_class = Types::CustomerVoiceActivity
|
2203
|
+
|
2132
2204
|
DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
|
2133
2205
|
|
2134
2206
|
DateReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
@@ -2436,6 +2508,11 @@ module Aws::Connect
|
|
2436
2508
|
DestinationNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2437
2509
|
DestinationNotAllowedException.struct_class = Types::DestinationNotAllowedException
|
2438
2510
|
|
2511
|
+
DeviceInfo.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
|
2512
|
+
DeviceInfo.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
|
2513
|
+
DeviceInfo.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
|
2514
|
+
DeviceInfo.struct_class = Types::DeviceInfo
|
2515
|
+
|
2439
2516
|
Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
|
2440
2517
|
Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
2441
2518
|
Dimensions.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
|
@@ -2510,6 +2587,9 @@ module Aws::Connect
|
|
2510
2587
|
DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
|
2511
2588
|
DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
|
2512
2589
|
|
2590
|
+
DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
|
2591
|
+
DisconnectDetails.struct_class = Types::DisconnectDetails
|
2592
|
+
|
2513
2593
|
DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
|
2514
2594
|
DisconnectReason.struct_class = Types::DisconnectReason
|
2515
2595
|
|
@@ -2762,6 +2842,17 @@ module Aws::Connect
|
|
2762
2842
|
EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
|
2763
2843
|
EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
|
2764
2844
|
|
2845
|
+
Expiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
|
2846
|
+
Expiry.add_member(:expiry_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExpiryTimestamp"))
|
2847
|
+
Expiry.struct_class = Types::Expiry
|
2848
|
+
|
2849
|
+
Expression.add_member(:attribute_condition, Shapes::ShapeRef.new(shape: AttributeCondition, location_name: "AttributeCondition"))
|
2850
|
+
Expression.add_member(:and_expression, Shapes::ShapeRef.new(shape: Expressions, location_name: "AndExpression"))
|
2851
|
+
Expression.add_member(:or_expression, Shapes::ShapeRef.new(shape: Expressions, location_name: "OrExpression"))
|
2852
|
+
Expression.struct_class = Types::Expression
|
2853
|
+
|
2854
|
+
Expressions.member = Shapes::ShapeRef.new(shape: Expression)
|
2855
|
+
|
2765
2856
|
FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
2766
2857
|
FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
|
2767
2858
|
FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
|
@@ -2978,6 +3069,13 @@ module Aws::Connect
|
|
2978
3069
|
HierarchyGroupSummaryReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2979
3070
|
HierarchyGroupSummaryReference.struct_class = Types::HierarchyGroupSummaryReference
|
2980
3071
|
|
3072
|
+
HierarchyGroups.add_member(:level_1, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level1"))
|
3073
|
+
HierarchyGroups.add_member(:level_2, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level2"))
|
3074
|
+
HierarchyGroups.add_member(:level_3, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level3"))
|
3075
|
+
HierarchyGroups.add_member(:level_4, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level4"))
|
3076
|
+
HierarchyGroups.add_member(:level_5, Shapes::ShapeRef.new(shape: AgentHierarchyGroup, location_name: "Level5"))
|
3077
|
+
HierarchyGroups.struct_class = Types::HierarchyGroups
|
3078
|
+
|
2981
3079
|
HierarchyLevel.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyLevelId, location_name: "Id"))
|
2982
3080
|
HierarchyLevel.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2983
3081
|
HierarchyLevel.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, location_name: "Name"))
|
@@ -3825,6 +3923,8 @@ module Aws::Connect
|
|
3825
3923
|
|
3826
3924
|
PhoneNumberTypes.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
3827
3925
|
|
3926
|
+
PotentialAudioQualityIssues.member = Shapes::ShapeRef.new(shape: PotentialAudioQualityIssue)
|
3927
|
+
|
3828
3928
|
PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
3829
3929
|
PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
3830
3930
|
PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
@@ -3908,6 +4008,10 @@ module Aws::Connect
|
|
3908
4008
|
|
3909
4009
|
PutUserStatusResponse.struct_class = Types::PutUserStatusResponse
|
3910
4010
|
|
4011
|
+
QualityMetrics.add_member(:agent, Shapes::ShapeRef.new(shape: AgentQualityMetrics, location_name: "Agent"))
|
4012
|
+
QualityMetrics.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerQualityMetrics, location_name: "Customer"))
|
4013
|
+
QualityMetrics.struct_class = Types::QualityMetrics
|
4014
|
+
|
3911
4015
|
Queue.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
3912
4016
|
Queue.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
|
3913
4017
|
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
@@ -4188,6 +4292,11 @@ module Aws::Connect
|
|
4188
4292
|
|
4189
4293
|
ResumeContactResponse.struct_class = Types::ResumeContactResponse
|
4190
4294
|
|
4295
|
+
RoutingCriteria.add_member(:steps, Shapes::ShapeRef.new(shape: Steps, location_name: "Steps"))
|
4296
|
+
RoutingCriteria.add_member(:activation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ActivationTimestamp"))
|
4297
|
+
RoutingCriteria.add_member(:index, Shapes::ShapeRef.new(shape: Index, location_name: "Index"))
|
4298
|
+
RoutingCriteria.struct_class = Types::RoutingCriteria
|
4299
|
+
|
4191
4300
|
RoutingExpressions.member = Shapes::ShapeRef.new(shape: RoutingExpression)
|
4192
4301
|
|
4193
4302
|
RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
@@ -4204,6 +4313,7 @@ module Aws::Connect
|
|
4204
4313
|
RoutingProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4205
4314
|
RoutingProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
4206
4315
|
RoutingProfile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
4316
|
+
RoutingProfile.add_member(:associated_queue_ids, Shapes::ShapeRef.new(shape: AssociatedQueueIdList, location_name: "AssociatedQueueIds"))
|
4207
4317
|
RoutingProfile.struct_class = Types::RoutingProfile
|
4208
4318
|
|
4209
4319
|
RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
|
@@ -4716,6 +4826,13 @@ module Aws::Connect
|
|
4716
4826
|
StartWebRTCContactResponse.add_member(:participant_token, Shapes::ShapeRef.new(shape: ParticipantToken, location_name: "ParticipantToken"))
|
4717
4827
|
StartWebRTCContactResponse.struct_class = Types::StartWebRTCContactResponse
|
4718
4828
|
|
4829
|
+
Step.add_member(:expiry, Shapes::ShapeRef.new(shape: Expiry, location_name: "Expiry"))
|
4830
|
+
Step.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
4831
|
+
Step.add_member(:status, Shapes::ShapeRef.new(shape: RoutingCriteriaStepStatus, location_name: "Status"))
|
4832
|
+
Step.struct_class = Types::Step
|
4833
|
+
|
4834
|
+
Steps.member = Shapes::ShapeRef.new(shape: Step)
|
4835
|
+
|
4719
4836
|
StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4720
4837
|
StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4721
4838
|
StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|