aws-sdk-connect 1.158.0 → 1.160.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +328 -186
- data/lib/aws-sdk-connect/client_api.rb +113 -0
- data/lib/aws-sdk-connect/types.rb +657 -161
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/types.rbs +107 -0
- metadata +2 -2
@@ -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"))
|