aws-sdk-connect 1.216.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +502 -172
- data/lib/aws-sdk-connect/client_api.rb +128 -2
- data/lib/aws-sdk-connect/types.rb +529 -165
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +91 -10
- data/sig/types.rbs +98 -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')
|
@@ -827,6 +829,8 @@ module Aws::Connect
|
|
827
829
|
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
828
830
|
ListRealtimeContactAnalysisSegmentsV2Request = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Request')
|
829
831
|
ListRealtimeContactAnalysisSegmentsV2Response = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Response')
|
832
|
+
ListRoutingProfileManualAssignmentQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileManualAssignmentQueuesRequest')
|
833
|
+
ListRoutingProfileManualAssignmentQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileManualAssignmentQueuesResponse')
|
830
834
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
831
835
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
832
836
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -903,6 +907,7 @@ module Aws::Connect
|
|
903
907
|
MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
|
904
908
|
Name = Shapes::StringShape.new(name: 'Name')
|
905
909
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
910
|
+
NameCriteria = Shapes::StructureShape.new(name: 'NameCriteria')
|
906
911
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
907
912
|
NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
|
908
913
|
NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
|
@@ -962,6 +967,7 @@ module Aws::Connect
|
|
962
967
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
963
968
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
964
969
|
PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
|
970
|
+
PersistentConnection = Shapes::BooleanShape.new(name: 'PersistentConnection')
|
965
971
|
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
966
972
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
967
973
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
@@ -1156,6 +1162,10 @@ module Aws::Connect
|
|
1156
1162
|
RoutingProfileDescription = Shapes::StringShape.new(name: 'RoutingProfileDescription')
|
1157
1163
|
RoutingProfileId = Shapes::StringShape.new(name: 'RoutingProfileId')
|
1158
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')
|
1159
1169
|
RoutingProfileName = Shapes::StringShape.new(name: 'RoutingProfileName')
|
1160
1170
|
RoutingProfileQueueConfig = Shapes::StructureShape.new(name: 'RoutingProfileQueueConfig')
|
1161
1171
|
RoutingProfileQueueConfigList = Shapes::ListShape.new(name: 'RoutingProfileQueueConfigList')
|
@@ -1191,11 +1201,16 @@ module Aws::Connect
|
|
1191
1201
|
SearchContactFlowModulesResponse = Shapes::StructureShape.new(name: 'SearchContactFlowModulesResponse')
|
1192
1202
|
SearchContactFlowsRequest = Shapes::StructureShape.new(name: 'SearchContactFlowsRequest')
|
1193
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')
|
1194
1207
|
SearchContactsMatchType = Shapes::StringShape.new(name: 'SearchContactsMatchType')
|
1195
1208
|
SearchContactsRequest = Shapes::StructureShape.new(name: 'SearchContactsRequest')
|
1196
1209
|
SearchContactsResponse = Shapes::StructureShape.new(name: 'SearchContactsResponse')
|
1197
1210
|
SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
|
1211
|
+
SearchContactsTimeRangeConditionType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeConditionType')
|
1198
1212
|
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
1213
|
+
SearchContactsTimestampCondition = Shapes::StructureShape.new(name: 'SearchContactsTimestampCondition')
|
1199
1214
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
1200
1215
|
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
1201
1216
|
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
@@ -1225,6 +1240,7 @@ module Aws::Connect
|
|
1225
1240
|
SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
|
1226
1241
|
SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
|
1227
1242
|
SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
|
1243
|
+
SearchableAgentCriteriaStep = Shapes::StructureShape.new(name: 'SearchableAgentCriteriaStep')
|
1228
1244
|
SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
|
1229
1245
|
SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
|
1230
1246
|
SearchableContactAttributeValueList = Shapes::ListShape.new(name: 'SearchableContactAttributeValueList')
|
@@ -1232,6 +1248,9 @@ module Aws::Connect
|
|
1232
1248
|
SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
|
1233
1249
|
SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
|
1234
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')
|
1235
1254
|
SearchableSegmentAttributeKey = Shapes::StringShape.new(name: 'SearchableSegmentAttributeKey')
|
1236
1255
|
SearchableSegmentAttributeValue = Shapes::StringShape.new(name: 'SearchableSegmentAttributeValue')
|
1237
1256
|
SearchableSegmentAttributeValueList = Shapes::ListShape.new(name: 'SearchableSegmentAttributeValueList')
|
@@ -1759,6 +1778,13 @@ module Aws::Connect
|
|
1759
1778
|
AssociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1760
1779
|
AssociateBotRequest.struct_class = Types::AssociateBotRequest
|
1761
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
|
+
|
1762
1788
|
AssociateDefaultVocabularyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1763
1789
|
AssociateDefaultVocabularyRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, required: true, location: "uri", location_name: "LanguageCode"))
|
1764
1790
|
AssociateDefaultVocabularyRequest.add_member(:vocabulary_id, Shapes::ShapeRef.new(shape: VocabularyId, location_name: "VocabularyId"))
|
@@ -1805,7 +1831,8 @@ module Aws::Connect
|
|
1805
1831
|
|
1806
1832
|
AssociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1807
1833
|
AssociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
1808
|
-
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"))
|
1809
1836
|
AssociateRoutingProfileQueuesRequest.struct_class = Types::AssociateRoutingProfileQueuesRequest
|
1810
1837
|
|
1811
1838
|
AssociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2281,6 +2308,8 @@ module Aws::Connect
|
|
2281
2308
|
ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
2282
2309
|
ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
2283
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"))
|
2284
2313
|
ContactSearchSummary.struct_class = Types::ContactSearchSummary
|
2285
2314
|
|
2286
2315
|
ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
@@ -2292,6 +2321,7 @@ module Aws::Connect
|
|
2292
2321
|
ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
|
2293
2322
|
|
2294
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"))
|
2295
2325
|
ContactSearchSummarySegmentAttributeValue.struct_class = Types::ContactSearchSummarySegmentAttributeValue
|
2296
2326
|
|
2297
2327
|
ContactSearchSummarySegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
@@ -2551,6 +2581,7 @@ module Aws::Connect
|
|
2551
2581
|
CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
|
2552
2582
|
CreateRoutingProfileRequest.add_member(:default_outbound_queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "DefaultOutboundQueueId"))
|
2553
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"))
|
2554
2585
|
CreateRoutingProfileRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
|
2555
2586
|
CreateRoutingProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2556
2587
|
CreateRoutingProfileRequest.add_member(:agent_availability_timer, Shapes::ShapeRef.new(shape: AgentAvailabilityTimer, location_name: "AgentAvailabilityTimer"))
|
@@ -3172,7 +3203,8 @@ module Aws::Connect
|
|
3172
3203
|
|
3173
3204
|
DisassociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3174
3205
|
DisassociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
3175
|
-
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"))
|
3176
3208
|
DisassociateRoutingProfileQueuesRequest.struct_class = Types::DisassociateRoutingProfileQueuesRequest
|
3177
3209
|
|
3178
3210
|
DisassociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -4374,6 +4406,18 @@ module Aws::Connect
|
|
4374
4406
|
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
4375
4407
|
ListRealtimeContactAnalysisSegmentsV2Response.struct_class = Types::ListRealtimeContactAnalysisSegmentsV2Response
|
4376
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
|
+
|
4377
4421
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4378
4422
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
4379
4423
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -4617,6 +4661,10 @@ module Aws::Connect
|
|
4617
4661
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
4618
4662
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
4619
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
|
+
|
4620
4668
|
NewSessionDetails.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
4621
4669
|
NewSessionDetails.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, location_name: "ParticipantDetails"))
|
4622
4670
|
NewSessionDetails.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -5206,16 +5254,31 @@ module Aws::Connect
|
|
5206
5254
|
RoutingProfile.add_member(:default_outbound_queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "DefaultOutboundQueueId"))
|
5207
5255
|
RoutingProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5208
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"))
|
5209
5258
|
RoutingProfile.add_member(:number_of_associated_users, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfAssociatedUsers"))
|
5210
5259
|
RoutingProfile.add_member(:agent_availability_timer, Shapes::ShapeRef.new(shape: AgentAvailabilityTimer, location_name: "AgentAvailabilityTimer"))
|
5211
5260
|
RoutingProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5212
5261
|
RoutingProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
5213
5262
|
RoutingProfile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
5214
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"))
|
5215
5265
|
RoutingProfile.struct_class = Types::RoutingProfile
|
5216
5266
|
|
5217
5267
|
RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
|
5218
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
|
+
|
5219
5282
|
RoutingProfileQueueConfig.add_member(:queue_reference, Shapes::ShapeRef.new(shape: RoutingProfileQueueReference, required: true, location_name: "QueueReference"))
|
5220
5283
|
RoutingProfileQueueConfig.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "Priority", metadata: {"box" => true}))
|
5221
5284
|
RoutingProfileQueueConfig.add_member(:delay, Shapes::ShapeRef.new(shape: Delay, required: true, location_name: "Delay", metadata: {"box" => true}))
|
@@ -5361,6 +5424,16 @@ module Aws::Connect
|
|
5361
5424
|
SearchContactFlowsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
5362
5425
|
SearchContactFlowsResponse.struct_class = Types::SearchContactFlowsResponse
|
5363
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
|
+
|
5364
5437
|
SearchContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5365
5438
|
SearchContactsRequest.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, required: true, location_name: "TimeRange"))
|
5366
5439
|
SearchContactsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SearchCriteria, location_name: "SearchCriteria"))
|
@@ -5379,12 +5452,19 @@ module Aws::Connect
|
|
5379
5452
|
SearchContactsTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
5380
5453
|
SearchContactsTimeRange.struct_class = Types::SearchContactsTimeRange
|
5381
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"))
|
5382
5460
|
SearchCriteria.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
|
5383
5461
|
SearchCriteria.add_member(:agent_hierarchy_groups, Shapes::ShapeRef.new(shape: AgentHierarchyGroups, location_name: "AgentHierarchyGroups"))
|
5384
5462
|
SearchCriteria.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelList, location_name: "Channels"))
|
5385
5463
|
SearchCriteria.add_member(:contact_analysis, Shapes::ShapeRef.new(shape: ContactAnalysis, location_name: "ContactAnalysis"))
|
5386
5464
|
SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
|
5387
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"))
|
5388
5468
|
SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
|
5389
5469
|
SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
|
5390
5470
|
SearchCriteria.struct_class = Types::SearchCriteria
|
@@ -5545,6 +5625,10 @@ module Aws::Connect
|
|
5545
5625
|
SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
5546
5626
|
SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
|
5547
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
|
+
|
5548
5632
|
SearchableContactAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributeValue)
|
5549
5633
|
|
5550
5634
|
SearchableContactAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteriaList, required: true, location_name: "Criteria"))
|
@@ -5557,6 +5641,14 @@ module Aws::Connect
|
|
5557
5641
|
|
5558
5642
|
SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
|
5559
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
|
+
|
5560
5652
|
SearchableSegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValue)
|
5561
5653
|
|
5562
5654
|
SearchableSegmentAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteriaList, required: true, location_name: "Criteria"))
|
@@ -6607,6 +6699,7 @@ module Aws::Connect
|
|
6607
6699
|
UserPhoneConfig.add_member(:auto_accept, Shapes::ShapeRef.new(shape: AutoAccept, location_name: "AutoAccept"))
|
6608
6700
|
UserPhoneConfig.add_member(:after_contact_work_time_limit, Shapes::ShapeRef.new(shape: AfterContactWorkTimeLimit, location_name: "AfterContactWorkTimeLimit"))
|
6609
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}))
|
6610
6703
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
6611
6704
|
|
6612
6705
|
UserProficiency.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
|
@@ -6824,6 +6917,20 @@ module Aws::Connect
|
|
6824
6917
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6825
6918
|
end)
|
6826
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
|
+
|
6827
6934
|
api.add_operation(:associate_default_vocabulary, Seahorse::Model::Operation.new.tap do |o|
|
6828
6935
|
o.name = "AssociateDefaultVocabulary"
|
6829
6936
|
o.http_method = "PUT"
|
@@ -9209,6 +9316,25 @@ module Aws::Connect
|
|
9209
9316
|
)
|
9210
9317
|
end)
|
9211
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
|
+
|
9212
9338
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
9213
9339
|
o.name = "ListRoutingProfileQueues"
|
9214
9340
|
o.http_method = "GET"
|