aws-sdk-connect 1.215.0 → 1.218.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +690 -199
- data/lib/aws-sdk-connect/client_api.rb +155 -3
- data/lib/aws-sdk-connect/types.rb +637 -170
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +130 -17
- data/sig/types.rbs +117 -7
- metadata +1 -1
@@ -82,6 +82,8 @@ module Aws::Connect
|
|
82
82
|
AssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'AssociateAnalyticsDataSetResponse')
|
83
83
|
AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
|
84
84
|
AssociateBotRequest = Shapes::StructureShape.new(name: 'AssociateBotRequest')
|
85
|
+
AssociateContactWithUserRequest = Shapes::StructureShape.new(name: 'AssociateContactWithUserRequest')
|
86
|
+
AssociateContactWithUserResponse = Shapes::StructureShape.new(name: 'AssociateContactWithUserResponse')
|
85
87
|
AssociateDefaultVocabularyRequest = Shapes::StructureShape.new(name: 'AssociateDefaultVocabularyRequest')
|
86
88
|
AssociateDefaultVocabularyResponse = Shapes::StructureShape.new(name: 'AssociateDefaultVocabularyResponse')
|
87
89
|
AssociateFlowRequest = Shapes::StructureShape.new(name: 'AssociateFlowRequest')
|
@@ -509,6 +511,7 @@ module Aws::Connect
|
|
509
511
|
EmailRecipientsList = Shapes::ListShape.new(name: 'EmailRecipientsList')
|
510
512
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
511
513
|
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
514
|
+
EnableValueValidationOnAssociation = Shapes::BooleanShape.new(name: 'EnableValueValidationOnAssociation')
|
512
515
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
513
516
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
514
517
|
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
@@ -708,6 +711,7 @@ module Aws::Connect
|
|
708
711
|
Index = Shapes::IntegerShape.new(name: 'Index')
|
709
712
|
InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
|
710
713
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
714
|
+
InputPredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'InputPredefinedAttributeConfiguration')
|
711
715
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
712
716
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
713
717
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -740,6 +744,7 @@ module Aws::Connect
|
|
740
744
|
InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
|
741
745
|
IpCidr = Shapes::StringShape.new(name: 'IpCidr')
|
742
746
|
IpCidrList = Shapes::ListShape.new(name: 'IpCidrList')
|
747
|
+
IsReadOnly = Shapes::BooleanShape.new(name: 'IsReadOnly')
|
743
748
|
IvrRecordingTrack = Shapes::StringShape.new(name: 'IvrRecordingTrack')
|
744
749
|
JoinToken = Shapes::StringShape.new(name: 'JoinToken')
|
745
750
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
@@ -824,6 +829,8 @@ module Aws::Connect
|
|
824
829
|
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
825
830
|
ListRealtimeContactAnalysisSegmentsV2Request = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Request')
|
826
831
|
ListRealtimeContactAnalysisSegmentsV2Response = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Response')
|
832
|
+
ListRoutingProfileManualAssignmentQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileManualAssignmentQueuesRequest')
|
833
|
+
ListRoutingProfileManualAssignmentQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileManualAssignmentQueuesResponse')
|
827
834
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
828
835
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
829
836
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -900,6 +907,7 @@ module Aws::Connect
|
|
900
907
|
MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
|
901
908
|
Name = Shapes::StringShape.new(name: 'Name')
|
902
909
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
910
|
+
NameCriteria = Shapes::StructureShape.new(name: 'NameCriteria')
|
903
911
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
904
912
|
NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
|
905
913
|
NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
|
@@ -959,6 +967,7 @@ module Aws::Connect
|
|
959
967
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
960
968
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
961
969
|
PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
|
970
|
+
PersistentConnection = Shapes::BooleanShape.new(name: 'PersistentConnection')
|
962
971
|
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
963
972
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
964
973
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
@@ -981,7 +990,10 @@ module Aws::Connect
|
|
981
990
|
PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
|
982
991
|
PreSignedAttachmentUrl = Shapes::StringShape.new(name: 'PreSignedAttachmentUrl')
|
983
992
|
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
993
|
+
PredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'PredefinedAttributeConfiguration')
|
984
994
|
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
995
|
+
PredefinedAttributePurposeName = Shapes::StringShape.new(name: 'PredefinedAttributePurposeName')
|
996
|
+
PredefinedAttributePurposeNameList = Shapes::ListShape.new(name: 'PredefinedAttributePurposeNameList')
|
985
997
|
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
986
998
|
PredefinedAttributeSearchCriteria = Shapes::StructureShape.new(name: 'PredefinedAttributeSearchCriteria')
|
987
999
|
PredefinedAttributeSearchSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchSummaryList')
|
@@ -1150,6 +1162,10 @@ module Aws::Connect
|
|
1150
1162
|
RoutingProfileDescription = Shapes::StringShape.new(name: 'RoutingProfileDescription')
|
1151
1163
|
RoutingProfileId = Shapes::StringShape.new(name: 'RoutingProfileId')
|
1152
1164
|
RoutingProfileList = Shapes::ListShape.new(name: 'RoutingProfileList')
|
1165
|
+
RoutingProfileManualAssignmentQueueConfig = Shapes::StructureShape.new(name: 'RoutingProfileManualAssignmentQueueConfig')
|
1166
|
+
RoutingProfileManualAssignmentQueueConfigList = Shapes::ListShape.new(name: 'RoutingProfileManualAssignmentQueueConfigList')
|
1167
|
+
RoutingProfileManualAssignmentQueueConfigSummary = Shapes::StructureShape.new(name: 'RoutingProfileManualAssignmentQueueConfigSummary')
|
1168
|
+
RoutingProfileManualAssignmentQueueConfigSummaryList = Shapes::ListShape.new(name: 'RoutingProfileManualAssignmentQueueConfigSummaryList')
|
1153
1169
|
RoutingProfileName = Shapes::StringShape.new(name: 'RoutingProfileName')
|
1154
1170
|
RoutingProfileQueueConfig = Shapes::StructureShape.new(name: 'RoutingProfileQueueConfig')
|
1155
1171
|
RoutingProfileQueueConfigList = Shapes::ListShape.new(name: 'RoutingProfileQueueConfigList')
|
@@ -1185,11 +1201,16 @@ module Aws::Connect
|
|
1185
1201
|
SearchContactFlowModulesResponse = Shapes::StructureShape.new(name: 'SearchContactFlowModulesResponse')
|
1186
1202
|
SearchContactFlowsRequest = Shapes::StructureShape.new(name: 'SearchContactFlowsRequest')
|
1187
1203
|
SearchContactFlowsResponse = Shapes::StructureShape.new(name: 'SearchContactFlowsResponse')
|
1204
|
+
SearchContactsAdditionalTimeRange = Shapes::StructureShape.new(name: 'SearchContactsAdditionalTimeRange')
|
1205
|
+
SearchContactsAdditionalTimeRangeCriteria = Shapes::StructureShape.new(name: 'SearchContactsAdditionalTimeRangeCriteria')
|
1206
|
+
SearchContactsAdditionalTimeRangeCriteriaList = Shapes::ListShape.new(name: 'SearchContactsAdditionalTimeRangeCriteriaList')
|
1188
1207
|
SearchContactsMatchType = Shapes::StringShape.new(name: 'SearchContactsMatchType')
|
1189
1208
|
SearchContactsRequest = Shapes::StructureShape.new(name: 'SearchContactsRequest')
|
1190
1209
|
SearchContactsResponse = Shapes::StructureShape.new(name: 'SearchContactsResponse')
|
1191
1210
|
SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
|
1211
|
+
SearchContactsTimeRangeConditionType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeConditionType')
|
1192
1212
|
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
1213
|
+
SearchContactsTimestampCondition = Shapes::StructureShape.new(name: 'SearchContactsTimestampCondition')
|
1193
1214
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
1194
1215
|
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
1195
1216
|
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
@@ -1219,6 +1240,7 @@ module Aws::Connect
|
|
1219
1240
|
SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
|
1220
1241
|
SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
|
1221
1242
|
SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
|
1243
|
+
SearchableAgentCriteriaStep = Shapes::StructureShape.new(name: 'SearchableAgentCriteriaStep')
|
1222
1244
|
SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
|
1223
1245
|
SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
|
1224
1246
|
SearchableContactAttributeValueList = Shapes::ListShape.new(name: 'SearchableContactAttributeValueList')
|
@@ -1226,6 +1248,9 @@ module Aws::Connect
|
|
1226
1248
|
SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
|
1227
1249
|
SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
|
1228
1250
|
SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
|
1251
|
+
SearchableRoutingCriteria = Shapes::StructureShape.new(name: 'SearchableRoutingCriteria')
|
1252
|
+
SearchableRoutingCriteriaStep = Shapes::StructureShape.new(name: 'SearchableRoutingCriteriaStep')
|
1253
|
+
SearchableRoutingCriteriaStepList = Shapes::ListShape.new(name: 'SearchableRoutingCriteriaStepList')
|
1229
1254
|
SearchableSegmentAttributeKey = Shapes::StringShape.new(name: 'SearchableSegmentAttributeKey')
|
1230
1255
|
SearchableSegmentAttributeValue = Shapes::StringShape.new(name: 'SearchableSegmentAttributeValue')
|
1231
1256
|
SearchableSegmentAttributeValueList = Shapes::ListShape.new(name: 'SearchableSegmentAttributeValueList')
|
@@ -1253,6 +1278,7 @@ module Aws::Connect
|
|
1253
1278
|
SegmentAttributeName = Shapes::StringShape.new(name: 'SegmentAttributeName')
|
1254
1279
|
SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
|
1255
1280
|
SegmentAttributeValueInteger = Shapes::IntegerShape.new(name: 'SegmentAttributeValueInteger')
|
1281
|
+
SegmentAttributeValueList = Shapes::ListShape.new(name: 'SegmentAttributeValueList')
|
1256
1282
|
SegmentAttributeValueMap = Shapes::MapShape.new(name: 'SegmentAttributeValueMap')
|
1257
1283
|
SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
|
1258
1284
|
SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
|
@@ -1752,6 +1778,13 @@ module Aws::Connect
|
|
1752
1778
|
AssociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1753
1779
|
AssociateBotRequest.struct_class = Types::AssociateBotRequest
|
1754
1780
|
|
1781
|
+
AssociateContactWithUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1782
|
+
AssociateContactWithUserRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
1783
|
+
AssociateContactWithUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, required: true, location_name: "UserId"))
|
1784
|
+
AssociateContactWithUserRequest.struct_class = Types::AssociateContactWithUserRequest
|
1785
|
+
|
1786
|
+
AssociateContactWithUserResponse.struct_class = Types::AssociateContactWithUserResponse
|
1787
|
+
|
1755
1788
|
AssociateDefaultVocabularyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1756
1789
|
AssociateDefaultVocabularyRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, required: true, location: "uri", location_name: "LanguageCode"))
|
1757
1790
|
AssociateDefaultVocabularyRequest.add_member(:vocabulary_id, Shapes::ShapeRef.new(shape: VocabularyId, location_name: "VocabularyId"))
|
@@ -1798,7 +1831,8 @@ module Aws::Connect
|
|
1798
1831
|
|
1799
1832
|
AssociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1800
1833
|
AssociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
1801
|
-
AssociateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList,
|
1834
|
+
AssociateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, location_name: "QueueConfigs"))
|
1835
|
+
AssociateRoutingProfileQueuesRequest.add_member(:manual_assignment_queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileManualAssignmentQueueConfigList, location_name: "ManualAssignmentQueueConfigs"))
|
1802
1836
|
AssociateRoutingProfileQueuesRequest.struct_class = Types::AssociateRoutingProfileQueuesRequest
|
1803
1837
|
|
1804
1838
|
AssociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2274,6 +2308,8 @@ module Aws::Connect
|
|
2274
2308
|
ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
2275
2309
|
ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
2276
2310
|
ContactSearchSummary.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributes, location_name: "SegmentAttributes"))
|
2311
|
+
ContactSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
2312
|
+
ContactSearchSummary.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: RoutingCriteria, location_name: "RoutingCriteria"))
|
2277
2313
|
ContactSearchSummary.struct_class = Types::ContactSearchSummary
|
2278
2314
|
|
2279
2315
|
ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
@@ -2285,6 +2321,7 @@ module Aws::Connect
|
|
2285
2321
|
ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
|
2286
2322
|
|
2287
2323
|
ContactSearchSummarySegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
|
2324
|
+
ContactSearchSummarySegmentAttributeValue.add_member(:value_map, Shapes::ShapeRef.new(shape: SegmentAttributeValueMap, location_name: "ValueMap"))
|
2288
2325
|
ContactSearchSummarySegmentAttributeValue.struct_class = Types::ContactSearchSummarySegmentAttributeValue
|
2289
2326
|
|
2290
2327
|
ContactSearchSummarySegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
@@ -2486,7 +2523,9 @@ module Aws::Connect
|
|
2486
2523
|
|
2487
2524
|
CreatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2488
2525
|
CreatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "Name"))
|
2489
|
-
CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues,
|
2526
|
+
CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
2527
|
+
CreatePredefinedAttributeRequest.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
2528
|
+
CreatePredefinedAttributeRequest.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: InputPredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
2490
2529
|
CreatePredefinedAttributeRequest.struct_class = Types::CreatePredefinedAttributeRequest
|
2491
2530
|
|
2492
2531
|
CreatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2542,6 +2581,7 @@ module Aws::Connect
|
|
2542
2581
|
CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
|
2543
2582
|
CreateRoutingProfileRequest.add_member(:default_outbound_queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "DefaultOutboundQueueId"))
|
2544
2583
|
CreateRoutingProfileRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, location_name: "QueueConfigs"))
|
2584
|
+
CreateRoutingProfileRequest.add_member(:manual_assignment_queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileManualAssignmentQueueConfigList, location_name: "ManualAssignmentQueueConfigs"))
|
2545
2585
|
CreateRoutingProfileRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
|
2546
2586
|
CreateRoutingProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2547
2587
|
CreateRoutingProfileRequest.add_member(:agent_availability_timer, Shapes::ShapeRef.new(shape: AgentAvailabilityTimer, location_name: "AgentAvailabilityTimer"))
|
@@ -3163,7 +3203,8 @@ module Aws::Connect
|
|
3163
3203
|
|
3164
3204
|
DisassociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3165
3205
|
DisassociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
3166
|
-
DisassociateRoutingProfileQueuesRequest.add_member(:queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList,
|
3206
|
+
DisassociateRoutingProfileQueuesRequest.add_member(:queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList, location_name: "QueueReferences"))
|
3207
|
+
DisassociateRoutingProfileQueuesRequest.add_member(:manual_assignment_queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList, location_name: "ManualAssignmentQueueReferences"))
|
3167
3208
|
DisassociateRoutingProfileQueuesRequest.struct_class = Types::DisassociateRoutingProfileQueuesRequest
|
3168
3209
|
|
3169
3210
|
DisassociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -3910,6 +3951,9 @@ module Aws::Connect
|
|
3910
3951
|
|
3911
3952
|
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
3912
3953
|
|
3954
|
+
InputPredefinedAttributeConfiguration.add_member(:enable_value_validation_on_association, Shapes::ShapeRef.new(shape: EnableValueValidationOnAssociation, location_name: "EnableValueValidationOnAssociation"))
|
3955
|
+
InputPredefinedAttributeConfiguration.struct_class = Types::InputPredefinedAttributeConfiguration
|
3956
|
+
|
3913
3957
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
3914
3958
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
3915
3959
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -4362,6 +4406,18 @@ module Aws::Connect
|
|
4362
4406
|
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
4363
4407
|
ListRealtimeContactAnalysisSegmentsV2Response.struct_class = Types::ListRealtimeContactAnalysisSegmentsV2Response
|
4364
4408
|
|
4409
|
+
ListRoutingProfileManualAssignmentQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4410
|
+
ListRoutingProfileManualAssignmentQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
4411
|
+
ListRoutingProfileManualAssignmentQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4412
|
+
ListRoutingProfileManualAssignmentQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4413
|
+
ListRoutingProfileManualAssignmentQueuesRequest.struct_class = Types::ListRoutingProfileManualAssignmentQueuesRequest
|
4414
|
+
|
4415
|
+
ListRoutingProfileManualAssignmentQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4416
|
+
ListRoutingProfileManualAssignmentQueuesResponse.add_member(:routing_profile_manual_assignment_queue_config_summary_list, Shapes::ShapeRef.new(shape: RoutingProfileManualAssignmentQueueConfigSummaryList, location_name: "RoutingProfileManualAssignmentQueueConfigSummaryList"))
|
4417
|
+
ListRoutingProfileManualAssignmentQueuesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4418
|
+
ListRoutingProfileManualAssignmentQueuesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
4419
|
+
ListRoutingProfileManualAssignmentQueuesResponse.struct_class = Types::ListRoutingProfileManualAssignmentQueuesResponse
|
4420
|
+
|
4365
4421
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4366
4422
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
4367
4423
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -4605,6 +4661,10 @@ module Aws::Connect
|
|
4605
4661
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
4606
4662
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
4607
4663
|
|
4664
|
+
NameCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
|
4665
|
+
NameCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
|
4666
|
+
NameCriteria.struct_class = Types::NameCriteria
|
4667
|
+
|
4608
4668
|
NewSessionDetails.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
4609
4669
|
NewSessionDetails.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, location_name: "ParticipantDetails"))
|
4610
4670
|
NewSessionDetails.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -4746,10 +4806,18 @@ module Aws::Connect
|
|
4746
4806
|
|
4747
4807
|
PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
4748
4808
|
PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
4809
|
+
PredefinedAttribute.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
4810
|
+
PredefinedAttribute.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: PredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
4749
4811
|
PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4750
4812
|
PredefinedAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
4751
4813
|
PredefinedAttribute.struct_class = Types::PredefinedAttribute
|
4752
4814
|
|
4815
|
+
PredefinedAttributeConfiguration.add_member(:enable_value_validation_on_association, Shapes::ShapeRef.new(shape: EnableValueValidationOnAssociation, location_name: "EnableValueValidationOnAssociation"))
|
4816
|
+
PredefinedAttributeConfiguration.add_member(:is_read_only, Shapes::ShapeRef.new(shape: IsReadOnly, location_name: "IsReadOnly"))
|
4817
|
+
PredefinedAttributeConfiguration.struct_class = Types::PredefinedAttributeConfiguration
|
4818
|
+
|
4819
|
+
PredefinedAttributePurposeNameList.member = Shapes::ShapeRef.new(shape: PredefinedAttributePurposeName)
|
4820
|
+
|
4753
4821
|
PredefinedAttributeSearchConditionList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria)
|
4754
4822
|
|
4755
4823
|
PredefinedAttributeSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "OrConditions"))
|
@@ -5186,16 +5254,31 @@ module Aws::Connect
|
|
5186
5254
|
RoutingProfile.add_member(:default_outbound_queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "DefaultOutboundQueueId"))
|
5187
5255
|
RoutingProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5188
5256
|
RoutingProfile.add_member(:number_of_associated_queues, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedQueues"))
|
5257
|
+
RoutingProfile.add_member(:number_of_associated_manual_assignment_queues, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedManualAssignmentQueues"))
|
5189
5258
|
RoutingProfile.add_member(:number_of_associated_users, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedUsers"))
|
5190
5259
|
RoutingProfile.add_member(:agent_availability_timer, Shapes::ShapeRef.new(shape: AgentAvailabilityTimer, location_name: "AgentAvailabilityTimer"))
|
5191
5260
|
RoutingProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5192
5261
|
RoutingProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
5193
5262
|
RoutingProfile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
5194
5263
|
RoutingProfile.add_member(:associated_queue_ids, Shapes::ShapeRef.new(shape: AssociatedQueueIdList, location_name: "AssociatedQueueIds"))
|
5264
|
+
RoutingProfile.add_member(:associated_manual_assignment_queue_ids, Shapes::ShapeRef.new(shape: AssociatedQueueIdList, location_name: "AssociatedManualAssignmentQueueIds"))
|
5195
5265
|
RoutingProfile.struct_class = Types::RoutingProfile
|
5196
5266
|
|
5197
5267
|
RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
|
5198
5268
|
|
5269
|
+
RoutingProfileManualAssignmentQueueConfig.add_member(:queue_reference, Shapes::ShapeRef.new(shape: RoutingProfileQueueReference, required: true, location_name: "QueueReference"))
|
5270
|
+
RoutingProfileManualAssignmentQueueConfig.struct_class = Types::RoutingProfileManualAssignmentQueueConfig
|
5271
|
+
|
5272
|
+
RoutingProfileManualAssignmentQueueConfigList.member = Shapes::ShapeRef.new(shape: RoutingProfileManualAssignmentQueueConfig)
|
5273
|
+
|
5274
|
+
RoutingProfileManualAssignmentQueueConfigSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
|
5275
|
+
RoutingProfileManualAssignmentQueueConfigSummary.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "QueueArn"))
|
5276
|
+
RoutingProfileManualAssignmentQueueConfigSummary.add_member(:queue_name, Shapes::ShapeRef.new(shape: QueueName, required: true, location_name: "QueueName"))
|
5277
|
+
RoutingProfileManualAssignmentQueueConfigSummary.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
|
5278
|
+
RoutingProfileManualAssignmentQueueConfigSummary.struct_class = Types::RoutingProfileManualAssignmentQueueConfigSummary
|
5279
|
+
|
5280
|
+
RoutingProfileManualAssignmentQueueConfigSummaryList.member = Shapes::ShapeRef.new(shape: RoutingProfileManualAssignmentQueueConfigSummary)
|
5281
|
+
|
5199
5282
|
RoutingProfileQueueConfig.add_member(:queue_reference, Shapes::ShapeRef.new(shape: RoutingProfileQueueReference, required: true, location_name: "QueueReference"))
|
5200
5283
|
RoutingProfileQueueConfig.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "Priority", metadata: {"box" => true}))
|
5201
5284
|
RoutingProfileQueueConfig.add_member(:delay, Shapes::ShapeRef.new(shape: Delay, required: true, location_name: "Delay", metadata: {"box" => true}))
|
@@ -5341,6 +5424,16 @@ module Aws::Connect
|
|
5341
5424
|
SearchContactFlowsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
5342
5425
|
SearchContactFlowsResponse.struct_class = Types::SearchContactFlowsResponse
|
5343
5426
|
|
5427
|
+
SearchContactsAdditionalTimeRange.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchContactsAdditionalTimeRangeCriteriaList, required: true, location_name: "Criteria"))
|
5428
|
+
SearchContactsAdditionalTimeRange.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
|
5429
|
+
SearchContactsAdditionalTimeRange.struct_class = Types::SearchContactsAdditionalTimeRange
|
5430
|
+
|
5431
|
+
SearchContactsAdditionalTimeRangeCriteria.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, location_name: "TimeRange"))
|
5432
|
+
SearchContactsAdditionalTimeRangeCriteria.add_member(:timestamp_condition, Shapes::ShapeRef.new(shape: SearchContactsTimestampCondition, location_name: "TimestampCondition"))
|
5433
|
+
SearchContactsAdditionalTimeRangeCriteria.struct_class = Types::SearchContactsAdditionalTimeRangeCriteria
|
5434
|
+
|
5435
|
+
SearchContactsAdditionalTimeRangeCriteriaList.member = Shapes::ShapeRef.new(shape: SearchContactsAdditionalTimeRangeCriteria)
|
5436
|
+
|
5344
5437
|
SearchContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5345
5438
|
SearchContactsRequest.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, required: true, location_name: "TimeRange"))
|
5346
5439
|
SearchContactsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SearchCriteria, location_name: "SearchCriteria"))
|
@@ -5359,12 +5452,19 @@ module Aws::Connect
|
|
5359
5452
|
SearchContactsTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
5360
5453
|
SearchContactsTimeRange.struct_class = Types::SearchContactsTimeRange
|
5361
5454
|
|
5455
|
+
SearchContactsTimestampCondition.add_member(:type, Shapes::ShapeRef.new(shape: SearchContactsTimeRangeType, required: true, location_name: "Type"))
|
5456
|
+
SearchContactsTimestampCondition.add_member(:condition_type, Shapes::ShapeRef.new(shape: SearchContactsTimeRangeConditionType, required: true, location_name: "ConditionType"))
|
5457
|
+
SearchContactsTimestampCondition.struct_class = Types::SearchContactsTimestampCondition
|
5458
|
+
|
5459
|
+
SearchCriteria.add_member(:name, Shapes::ShapeRef.new(shape: NameCriteria, location_name: "Name"))
|
5362
5460
|
SearchCriteria.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
|
5363
5461
|
SearchCriteria.add_member(:agent_hierarchy_groups, Shapes::ShapeRef.new(shape: AgentHierarchyGroups, location_name: "AgentHierarchyGroups"))
|
5364
5462
|
SearchCriteria.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelList, location_name: "Channels"))
|
5365
5463
|
SearchCriteria.add_member(:contact_analysis, Shapes::ShapeRef.new(shape: ContactAnalysis, location_name: "ContactAnalysis"))
|
5366
5464
|
SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
|
5367
5465
|
SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
|
5466
|
+
SearchCriteria.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: SearchableRoutingCriteria, location_name: "RoutingCriteria"))
|
5467
|
+
SearchCriteria.add_member(:additional_time_range, Shapes::ShapeRef.new(shape: SearchContactsAdditionalTimeRange, location_name: "AdditionalTimeRange"))
|
5368
5468
|
SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
|
5369
5469
|
SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
|
5370
5470
|
SearchCriteria.struct_class = Types::SearchCriteria
|
@@ -5525,6 +5625,10 @@ module Aws::Connect
|
|
5525
5625
|
SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
5526
5626
|
SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
|
5527
5627
|
|
5628
|
+
SearchableAgentCriteriaStep.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
|
5629
|
+
SearchableAgentCriteriaStep.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
|
5630
|
+
SearchableAgentCriteriaStep.struct_class = Types::SearchableAgentCriteriaStep
|
5631
|
+
|
5528
5632
|
SearchableContactAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributeValue)
|
5529
5633
|
|
5530
5634
|
SearchableContactAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteriaList, required: true, location_name: "Criteria"))
|
@@ -5537,6 +5641,14 @@ module Aws::Connect
|
|
5537
5641
|
|
5538
5642
|
SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
|
5539
5643
|
|
5644
|
+
SearchableRoutingCriteria.add_member(:steps, Shapes::ShapeRef.new(shape: SearchableRoutingCriteriaStepList, location_name: "Steps"))
|
5645
|
+
SearchableRoutingCriteria.struct_class = Types::SearchableRoutingCriteria
|
5646
|
+
|
5647
|
+
SearchableRoutingCriteriaStep.add_member(:agent_criteria, Shapes::ShapeRef.new(shape: SearchableAgentCriteriaStep, location_name: "AgentCriteria"))
|
5648
|
+
SearchableRoutingCriteriaStep.struct_class = Types::SearchableRoutingCriteriaStep
|
5649
|
+
|
5650
|
+
SearchableRoutingCriteriaStepList.member = Shapes::ShapeRef.new(shape: SearchableRoutingCriteriaStep)
|
5651
|
+
|
5540
5652
|
SearchableSegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValue)
|
5541
5653
|
|
5542
5654
|
SearchableSegmentAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteriaList, required: true, location_name: "Criteria"))
|
@@ -5604,8 +5716,12 @@ module Aws::Connect
|
|
5604
5716
|
SegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
|
5605
5717
|
SegmentAttributeValue.add_member(:value_map, Shapes::ShapeRef.new(shape: SegmentAttributeValueMap, location_name: "ValueMap"))
|
5606
5718
|
SegmentAttributeValue.add_member(:value_integer, Shapes::ShapeRef.new(shape: SegmentAttributeValueInteger, location_name: "ValueInteger"))
|
5719
|
+
SegmentAttributeValue.add_member(:value_list, Shapes::ShapeRef.new(shape: SegmentAttributeValueList, location_name: "ValueList"))
|
5720
|
+
SegmentAttributeValue.add_member(:value_arn, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueArn"))
|
5607
5721
|
SegmentAttributeValue.struct_class = Types::SegmentAttributeValue
|
5608
5722
|
|
5723
|
+
SegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
5724
|
+
|
5609
5725
|
SegmentAttributeValueMap.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
5610
5726
|
SegmentAttributeValueMap.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
5611
5727
|
|
@@ -6300,6 +6416,8 @@ module Aws::Connect
|
|
6300
6416
|
UpdatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6301
6417
|
UpdatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
|
6302
6418
|
UpdatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
6419
|
+
UpdatePredefinedAttributeRequest.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
6420
|
+
UpdatePredefinedAttributeRequest.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: InputPredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
6303
6421
|
UpdatePredefinedAttributeRequest.struct_class = Types::UpdatePredefinedAttributeRequest
|
6304
6422
|
|
6305
6423
|
UpdatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -6581,6 +6699,7 @@ module Aws::Connect
|
|
6581
6699
|
UserPhoneConfig.add_member(:auto_accept, Shapes::ShapeRef.new(shape: AutoAccept, location_name: "AutoAccept"))
|
6582
6700
|
UserPhoneConfig.add_member(:after_contact_work_time_limit, Shapes::ShapeRef.new(shape: AfterContactWorkTimeLimit, location_name: "AfterContactWorkTimeLimit"))
|
6583
6701
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
6702
|
+
UserPhoneConfig.add_member(:persistent_connection, Shapes::ShapeRef.new(shape: PersistentConnection, location_name: "PersistentConnection", metadata: {"box" => true}))
|
6584
6703
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
6585
6704
|
|
6586
6705
|
UserProficiency.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
|
@@ -6798,6 +6917,20 @@ module Aws::Connect
|
|
6798
6917
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6799
6918
|
end)
|
6800
6919
|
|
6920
|
+
api.add_operation(:associate_contact_with_user, Seahorse::Model::Operation.new.tap do |o|
|
6921
|
+
o.name = "AssociateContactWithUser"
|
6922
|
+
o.http_method = "POST"
|
6923
|
+
o.http_request_uri = "/contacts/{InstanceId}/{ContactId}/associate-user"
|
6924
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateContactWithUserRequest)
|
6925
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateContactWithUserResponse)
|
6926
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6927
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6928
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6929
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6930
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6931
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6932
|
+
end)
|
6933
|
+
|
6801
6934
|
api.add_operation(:associate_default_vocabulary, Seahorse::Model::Operation.new.tap do |o|
|
6802
6935
|
o.name = "AssociateDefaultVocabulary"
|
6803
6936
|
o.http_method = "PUT"
|
@@ -9183,6 +9316,25 @@ module Aws::Connect
|
|
9183
9316
|
)
|
9184
9317
|
end)
|
9185
9318
|
|
9319
|
+
api.add_operation(:list_routing_profile_manual_assignment_queues, Seahorse::Model::Operation.new.tap do |o|
|
9320
|
+
o.name = "ListRoutingProfileManualAssignmentQueues"
|
9321
|
+
o.http_method = "GET"
|
9322
|
+
o.http_request_uri = "/routing-profiles/{InstanceId}/{RoutingProfileId}/manual-assignment-queues"
|
9323
|
+
o.input = Shapes::ShapeRef.new(shape: ListRoutingProfileManualAssignmentQueuesRequest)
|
9324
|
+
o.output = Shapes::ShapeRef.new(shape: ListRoutingProfileManualAssignmentQueuesResponse)
|
9325
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9326
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
9327
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9328
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9329
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9330
|
+
o[:pager] = Aws::Pager.new(
|
9331
|
+
limit_key: "max_results",
|
9332
|
+
tokens: {
|
9333
|
+
"next_token" => "next_token"
|
9334
|
+
}
|
9335
|
+
)
|
9336
|
+
end)
|
9337
|
+
|
9186
9338
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
9187
9339
|
o.name = "ListRoutingProfileQueues"
|
9188
9340
|
o.http_method = "GET"
|