aws-sdk-connect 1.37.0 → 1.38.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/lib/aws-sdk-connect.rb +1 -1
- data/lib/aws-sdk-connect/client.rb +336 -4
- data/lib/aws-sdk-connect/client_api.rb +185 -0
- data/lib/aws-sdk-connect/types.rb +479 -0
- metadata +2 -2
@@ -62,6 +62,8 @@ module Aws::Connect
|
|
62
62
|
CreateInstanceResponse = Shapes::StructureShape.new(name: 'CreateInstanceResponse')
|
63
63
|
CreateIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationRequest')
|
64
64
|
CreateIntegrationAssociationResponse = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationResponse')
|
65
|
+
CreateQuickConnectRequest = Shapes::StructureShape.new(name: 'CreateQuickConnectRequest')
|
66
|
+
CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
|
65
67
|
CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
|
66
68
|
CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
|
67
69
|
CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
|
@@ -81,6 +83,7 @@ module Aws::Connect
|
|
81
83
|
Delay = Shapes::IntegerShape.new(name: 'Delay')
|
82
84
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
83
85
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
86
|
+
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
84
87
|
DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
|
85
88
|
DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
|
86
89
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
@@ -92,6 +95,8 @@ module Aws::Connect
|
|
92
95
|
DescribeInstanceResponse = Shapes::StructureShape.new(name: 'DescribeInstanceResponse')
|
93
96
|
DescribeInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigRequest')
|
94
97
|
DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
|
98
|
+
DescribeQuickConnectRequest = Shapes::StructureShape.new(name: 'DescribeQuickConnectRequest')
|
99
|
+
DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
|
95
100
|
DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
|
96
101
|
DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
|
97
102
|
DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
|
@@ -207,6 +212,8 @@ module Aws::Connect
|
|
207
212
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
208
213
|
ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
|
209
214
|
ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
|
215
|
+
ListQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQuickConnectsRequest')
|
216
|
+
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
210
217
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
211
218
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
212
219
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -247,6 +254,7 @@ module Aws::Connect
|
|
247
254
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
248
255
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
249
256
|
PhoneNumberId = Shapes::StringShape.new(name: 'PhoneNumberId')
|
257
|
+
PhoneNumberQuickConnectConfig = Shapes::StructureShape.new(name: 'PhoneNumberQuickConnectConfig')
|
250
258
|
PhoneNumberSummary = Shapes::StructureShape.new(name: 'PhoneNumberSummary')
|
251
259
|
PhoneNumberSummaryList = Shapes::ListShape.new(name: 'PhoneNumberSummaryList')
|
252
260
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
@@ -263,12 +271,22 @@ module Aws::Connect
|
|
263
271
|
PromptSummaryList = Shapes::ListShape.new(name: 'PromptSummaryList')
|
264
272
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
265
273
|
QueueName = Shapes::StringShape.new(name: 'QueueName')
|
274
|
+
QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
|
266
275
|
QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
|
267
276
|
QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
|
268
277
|
QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
|
269
278
|
QueueType = Shapes::StringShape.new(name: 'QueueType')
|
270
279
|
QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
|
271
280
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
281
|
+
QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
|
282
|
+
QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
|
283
|
+
QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
|
284
|
+
QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
|
285
|
+
QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
|
286
|
+
QuickConnectSummary = Shapes::StructureShape.new(name: 'QuickConnectSummary')
|
287
|
+
QuickConnectSummaryList = Shapes::ListShape.new(name: 'QuickConnectSummaryList')
|
288
|
+
QuickConnectType = Shapes::StringShape.new(name: 'QuickConnectType')
|
289
|
+
QuickConnectTypes = Shapes::ListShape.new(name: 'QuickConnectTypes')
|
272
290
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
273
291
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
274
292
|
ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
|
@@ -338,6 +356,8 @@ module Aws::Connect
|
|
338
356
|
UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
|
339
357
|
UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
|
340
358
|
UpdateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'UpdateInstanceStorageConfigRequest')
|
359
|
+
UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
|
360
|
+
UpdateQuickConnectNameRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectNameRequest')
|
341
361
|
UpdateRoutingProfileConcurrencyRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileConcurrencyRequest')
|
342
362
|
UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
|
343
363
|
UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
|
@@ -358,6 +378,7 @@ module Aws::Connect
|
|
358
378
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
359
379
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
360
380
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
381
|
+
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
361
382
|
UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
|
362
383
|
UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
|
363
384
|
Value = Shapes::FloatShape.new(name: 'Value')
|
@@ -476,6 +497,17 @@ module Aws::Connect
|
|
476
497
|
CreateIntegrationAssociationResponse.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
|
477
498
|
CreateIntegrationAssociationResponse.struct_class = Types::CreateIntegrationAssociationResponse
|
478
499
|
|
500
|
+
CreateQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
501
|
+
CreateQuickConnectRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, required: true, location_name: "Name"))
|
502
|
+
CreateQuickConnectRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
503
|
+
CreateQuickConnectRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
|
504
|
+
CreateQuickConnectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
505
|
+
CreateQuickConnectRequest.struct_class = Types::CreateQuickConnectRequest
|
506
|
+
|
507
|
+
CreateQuickConnectResponse.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
|
508
|
+
CreateQuickConnectResponse.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
509
|
+
CreateQuickConnectResponse.struct_class = Types::CreateQuickConnectResponse
|
510
|
+
|
479
511
|
CreateRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
480
512
|
CreateRoutingProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, required: true, location_name: "Name"))
|
481
513
|
CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
|
@@ -554,6 +586,10 @@ module Aws::Connect
|
|
554
586
|
DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
555
587
|
DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
|
556
588
|
|
589
|
+
DeleteQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
590
|
+
DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
591
|
+
DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
|
592
|
+
|
557
593
|
DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
558
594
|
DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
559
595
|
DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
|
@@ -595,6 +631,13 @@ module Aws::Connect
|
|
595
631
|
DescribeInstanceStorageConfigResponse.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, location_name: "StorageConfig"))
|
596
632
|
DescribeInstanceStorageConfigResponse.struct_class = Types::DescribeInstanceStorageConfigResponse
|
597
633
|
|
634
|
+
DescribeQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
635
|
+
DescribeQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
636
|
+
DescribeQuickConnectRequest.struct_class = Types::DescribeQuickConnectRequest
|
637
|
+
|
638
|
+
DescribeQuickConnectResponse.add_member(:quick_connect, Shapes::ShapeRef.new(shape: QuickConnect, location_name: "QuickConnect"))
|
639
|
+
DescribeQuickConnectResponse.struct_class = Types::DescribeQuickConnectResponse
|
640
|
+
|
598
641
|
DescribeRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
599
642
|
DescribeRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
600
643
|
DescribeRoutingProfileRequest.struct_class = Types::DescribeRoutingProfileRequest
|
@@ -975,6 +1018,16 @@ module Aws::Connect
|
|
975
1018
|
ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
976
1019
|
ListQueuesResponse.struct_class = Types::ListQueuesResponse
|
977
1020
|
|
1021
|
+
ListQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1022
|
+
ListQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1023
|
+
ListQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1024
|
+
ListQuickConnectsRequest.add_member(:quick_connect_types, Shapes::ShapeRef.new(shape: QuickConnectTypes, location: "querystring", location_name: "QuickConnectTypes"))
|
1025
|
+
ListQuickConnectsRequest.struct_class = Types::ListQuickConnectsRequest
|
1026
|
+
|
1027
|
+
ListQuickConnectsResponse.add_member(:quick_connect_summary_list, Shapes::ShapeRef.new(shape: QuickConnectSummaryList, location_name: "QuickConnectSummaryList"))
|
1028
|
+
ListQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1029
|
+
ListQuickConnectsResponse.struct_class = Types::ListQuickConnectsResponse
|
1030
|
+
|
978
1031
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
979
1032
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
980
1033
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -1062,6 +1115,9 @@ module Aws::Connect
|
|
1062
1115
|
|
1063
1116
|
PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
|
1064
1117
|
|
1118
|
+
PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
1119
|
+
PhoneNumberQuickConnectConfig.struct_class = Types::PhoneNumberQuickConnectConfig
|
1120
|
+
|
1065
1121
|
PhoneNumberSummary.add_member(:id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "Id"))
|
1066
1122
|
PhoneNumberSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1067
1123
|
PhoneNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
@@ -1085,6 +1141,10 @@ module Aws::Connect
|
|
1085
1141
|
|
1086
1142
|
PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
|
1087
1143
|
|
1144
|
+
QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
|
1145
|
+
QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
1146
|
+
QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
|
1147
|
+
|
1088
1148
|
QueueReference.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
1089
1149
|
QueueReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1090
1150
|
QueueReference.struct_class = Types::QueueReference
|
@@ -1101,6 +1161,30 @@ module Aws::Connect
|
|
1101
1161
|
|
1102
1162
|
Queues.member = Shapes::ShapeRef.new(shape: QueueId)
|
1103
1163
|
|
1164
|
+
QuickConnect.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
|
1165
|
+
QuickConnect.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
1166
|
+
QuickConnect.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1167
|
+
QuickConnect.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
1168
|
+
QuickConnect.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, location_name: "QuickConnectConfig"))
|
1169
|
+
QuickConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1170
|
+
QuickConnect.struct_class = Types::QuickConnect
|
1171
|
+
|
1172
|
+
QuickConnectConfig.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, required: true, location_name: "QuickConnectType"))
|
1173
|
+
QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
|
1174
|
+
QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
|
1175
|
+
QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
|
1176
|
+
QuickConnectConfig.struct_class = Types::QuickConnectConfig
|
1177
|
+
|
1178
|
+
QuickConnectSummary.add_member(:id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "Id"))
|
1179
|
+
QuickConnectSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1180
|
+
QuickConnectSummary.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1181
|
+
QuickConnectSummary.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
|
1182
|
+
QuickConnectSummary.struct_class = Types::QuickConnectSummary
|
1183
|
+
|
1184
|
+
QuickConnectSummaryList.member = Shapes::ShapeRef.new(shape: QuickConnectSummary)
|
1185
|
+
|
1186
|
+
QuickConnectTypes.member = Shapes::ShapeRef.new(shape: QuickConnectType)
|
1187
|
+
|
1104
1188
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
|
1105
1189
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
1106
1190
|
Reference.struct_class = Types::Reference
|
@@ -1302,6 +1386,17 @@ module Aws::Connect
|
|
1302
1386
|
UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
1303
1387
|
UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
|
1304
1388
|
|
1389
|
+
UpdateQuickConnectConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1390
|
+
UpdateQuickConnectConfigRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
1391
|
+
UpdateQuickConnectConfigRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
|
1392
|
+
UpdateQuickConnectConfigRequest.struct_class = Types::UpdateQuickConnectConfigRequest
|
1393
|
+
|
1394
|
+
UpdateQuickConnectNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1395
|
+
UpdateQuickConnectNameRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
1396
|
+
UpdateQuickConnectNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1397
|
+
UpdateQuickConnectNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
1398
|
+
UpdateQuickConnectNameRequest.struct_class = Types::UpdateQuickConnectNameRequest
|
1399
|
+
|
1305
1400
|
UpdateRoutingProfileConcurrencyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1306
1401
|
UpdateRoutingProfileConcurrencyRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
1307
1402
|
UpdateRoutingProfileConcurrencyRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
|
@@ -1390,6 +1485,10 @@ module Aws::Connect
|
|
1390
1485
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
1391
1486
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
1392
1487
|
|
1488
|
+
UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
1489
|
+
UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
1490
|
+
UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
|
1491
|
+
|
1393
1492
|
UserSummary.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
|
1394
1493
|
UserSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1395
1494
|
UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
|
@@ -1548,6 +1647,21 @@ module Aws::Connect
|
|
1548
1647
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1549
1648
|
end)
|
1550
1649
|
|
1650
|
+
api.add_operation(:create_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
1651
|
+
o.name = "CreateQuickConnect"
|
1652
|
+
o.http_method = "PUT"
|
1653
|
+
o.http_request_uri = "/quick-connects/{InstanceId}"
|
1654
|
+
o.input = Shapes::ShapeRef.new(shape: CreateQuickConnectRequest)
|
1655
|
+
o.output = Shapes::ShapeRef.new(shape: CreateQuickConnectResponse)
|
1656
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1661
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1662
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1663
|
+
end)
|
1664
|
+
|
1551
1665
|
api.add_operation(:create_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1552
1666
|
o.name = "CreateRoutingProfile"
|
1553
1667
|
o.http_method = "PUT"
|
@@ -1629,6 +1743,19 @@ module Aws::Connect
|
|
1629
1743
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1630
1744
|
end)
|
1631
1745
|
|
1746
|
+
api.add_operation(:delete_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
1747
|
+
o.name = "DeleteQuickConnect"
|
1748
|
+
o.http_method = "DELETE"
|
1749
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
|
1750
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteQuickConnectRequest)
|
1751
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1754
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1755
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1756
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1757
|
+
end)
|
1758
|
+
|
1632
1759
|
api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
|
1633
1760
|
o.name = "DeleteUseCase"
|
1634
1761
|
o.http_method = "DELETE"
|
@@ -1719,6 +1846,19 @@ module Aws::Connect
|
|
1719
1846
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1720
1847
|
end)
|
1721
1848
|
|
1849
|
+
api.add_operation(:describe_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
1850
|
+
o.name = "DescribeQuickConnect"
|
1851
|
+
o.http_method = "GET"
|
1852
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
|
1853
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQuickConnectRequest)
|
1854
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQuickConnectResponse)
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1859
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1860
|
+
end)
|
1861
|
+
|
1722
1862
|
api.add_operation(:describe_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1723
1863
|
o.name = "DescribeRoutingProfile"
|
1724
1864
|
o.http_method = "GET"
|
@@ -2136,6 +2276,25 @@ module Aws::Connect
|
|
2136
2276
|
)
|
2137
2277
|
end)
|
2138
2278
|
|
2279
|
+
api.add_operation(:list_quick_connects, Seahorse::Model::Operation.new.tap do |o|
|
2280
|
+
o.name = "ListQuickConnects"
|
2281
|
+
o.http_method = "GET"
|
2282
|
+
o.http_request_uri = "/quick-connects/{InstanceId}"
|
2283
|
+
o.input = Shapes::ShapeRef.new(shape: ListQuickConnectsRequest)
|
2284
|
+
o.output = Shapes::ShapeRef.new(shape: ListQuickConnectsResponse)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2287
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2288
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2289
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2290
|
+
o[:pager] = Aws::Pager.new(
|
2291
|
+
limit_key: "max_results",
|
2292
|
+
tokens: {
|
2293
|
+
"next_token" => "next_token"
|
2294
|
+
}
|
2295
|
+
)
|
2296
|
+
end)
|
2297
|
+
|
2139
2298
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
2140
2299
|
o.name = "ListRoutingProfileQueues"
|
2141
2300
|
o.http_method = "GET"
|
@@ -2473,6 +2632,32 @@ module Aws::Connect
|
|
2473
2632
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2474
2633
|
end)
|
2475
2634
|
|
2635
|
+
api.add_operation(:update_quick_connect_config, Seahorse::Model::Operation.new.tap do |o|
|
2636
|
+
o.name = "UpdateQuickConnectConfig"
|
2637
|
+
o.http_method = "POST"
|
2638
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/config"
|
2639
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectConfigRequest)
|
2640
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2641
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2642
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2643
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2644
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2645
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2646
|
+
end)
|
2647
|
+
|
2648
|
+
api.add_operation(:update_quick_connect_name, Seahorse::Model::Operation.new.tap do |o|
|
2649
|
+
o.name = "UpdateQuickConnectName"
|
2650
|
+
o.http_method = "POST"
|
2651
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/name"
|
2652
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectNameRequest)
|
2653
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2654
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2655
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2656
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2658
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2659
|
+
end)
|
2660
|
+
|
2476
2661
|
api.add_operation(:update_routing_profile_concurrency, Seahorse::Model::Operation.new.tap do |o|
|
2477
2662
|
o.name = "UpdateRoutingProfileConcurrency"
|
2478
2663
|
o.http_method = "POST"
|
@@ -601,6 +601,81 @@ module Aws::Connect
|
|
601
601
|
include Aws::Structure
|
602
602
|
end
|
603
603
|
|
604
|
+
# @note When making an API call, you may pass CreateQuickConnectRequest
|
605
|
+
# data as a hash:
|
606
|
+
#
|
607
|
+
# {
|
608
|
+
# instance_id: "InstanceId", # required
|
609
|
+
# name: "QuickConnectName", # required
|
610
|
+
# description: "QuickConnectDescription",
|
611
|
+
# quick_connect_config: { # required
|
612
|
+
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
613
|
+
# user_config: {
|
614
|
+
# user_id: "UserId", # required
|
615
|
+
# contact_flow_id: "ContactFlowId", # required
|
616
|
+
# },
|
617
|
+
# queue_config: {
|
618
|
+
# queue_id: "QueueId", # required
|
619
|
+
# contact_flow_id: "ContactFlowId", # required
|
620
|
+
# },
|
621
|
+
# phone_config: {
|
622
|
+
# phone_number: "PhoneNumber", # required
|
623
|
+
# },
|
624
|
+
# },
|
625
|
+
# tags: {
|
626
|
+
# "TagKey" => "TagValue",
|
627
|
+
# },
|
628
|
+
# }
|
629
|
+
#
|
630
|
+
# @!attribute [rw] instance_id
|
631
|
+
# The identifier of the Amazon Connect instance.
|
632
|
+
# @return [String]
|
633
|
+
#
|
634
|
+
# @!attribute [rw] name
|
635
|
+
# The name of the quick connect.
|
636
|
+
# @return [String]
|
637
|
+
#
|
638
|
+
# @!attribute [rw] description
|
639
|
+
# The description of the quick connect.
|
640
|
+
# @return [String]
|
641
|
+
#
|
642
|
+
# @!attribute [rw] quick_connect_config
|
643
|
+
# Configuration settings for the quick connect.
|
644
|
+
# @return [Types::QuickConnectConfig]
|
645
|
+
#
|
646
|
+
# @!attribute [rw] tags
|
647
|
+
# One or more tags.
|
648
|
+
# @return [Hash<String,String>]
|
649
|
+
#
|
650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateQuickConnectRequest AWS API Documentation
|
651
|
+
#
|
652
|
+
class CreateQuickConnectRequest < Struct.new(
|
653
|
+
:instance_id,
|
654
|
+
:name,
|
655
|
+
:description,
|
656
|
+
:quick_connect_config,
|
657
|
+
:tags)
|
658
|
+
SENSITIVE = []
|
659
|
+
include Aws::Structure
|
660
|
+
end
|
661
|
+
|
662
|
+
# @!attribute [rw] quick_connect_arn
|
663
|
+
# The Amazon Resource Name (ARN) for the quick connect.
|
664
|
+
# @return [String]
|
665
|
+
#
|
666
|
+
# @!attribute [rw] quick_connect_id
|
667
|
+
# The identifier for the quick connect.
|
668
|
+
# @return [String]
|
669
|
+
#
|
670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateQuickConnectResponse AWS API Documentation
|
671
|
+
#
|
672
|
+
class CreateQuickConnectResponse < Struct.new(
|
673
|
+
:quick_connect_arn,
|
674
|
+
:quick_connect_id)
|
675
|
+
SENSITIVE = []
|
676
|
+
include Aws::Structure
|
677
|
+
end
|
678
|
+
|
604
679
|
# @note When making an API call, you may pass CreateRoutingProfileRequest
|
605
680
|
# data as a hash:
|
606
681
|
#
|
@@ -1057,6 +1132,31 @@ module Aws::Connect
|
|
1057
1132
|
include Aws::Structure
|
1058
1133
|
end
|
1059
1134
|
|
1135
|
+
# @note When making an API call, you may pass DeleteQuickConnectRequest
|
1136
|
+
# data as a hash:
|
1137
|
+
#
|
1138
|
+
# {
|
1139
|
+
# instance_id: "InstanceId", # required
|
1140
|
+
# quick_connect_id: "QuickConnectId", # required
|
1141
|
+
# }
|
1142
|
+
#
|
1143
|
+
# @!attribute [rw] instance_id
|
1144
|
+
# The identifier of the Amazon Connect instance.
|
1145
|
+
# @return [String]
|
1146
|
+
#
|
1147
|
+
# @!attribute [rw] quick_connect_id
|
1148
|
+
# The identifier for the quick connect.
|
1149
|
+
# @return [String]
|
1150
|
+
#
|
1151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteQuickConnectRequest AWS API Documentation
|
1152
|
+
#
|
1153
|
+
class DeleteQuickConnectRequest < Struct.new(
|
1154
|
+
:instance_id,
|
1155
|
+
:quick_connect_id)
|
1156
|
+
SENSITIVE = []
|
1157
|
+
include Aws::Structure
|
1158
|
+
end
|
1159
|
+
|
1060
1160
|
# @note When making an API call, you may pass DeleteUseCaseRequest
|
1061
1161
|
# data as a hash:
|
1062
1162
|
#
|
@@ -1287,6 +1387,43 @@ module Aws::Connect
|
|
1287
1387
|
include Aws::Structure
|
1288
1388
|
end
|
1289
1389
|
|
1390
|
+
# @note When making an API call, you may pass DescribeQuickConnectRequest
|
1391
|
+
# data as a hash:
|
1392
|
+
#
|
1393
|
+
# {
|
1394
|
+
# instance_id: "InstanceId", # required
|
1395
|
+
# quick_connect_id: "QuickConnectId", # required
|
1396
|
+
# }
|
1397
|
+
#
|
1398
|
+
# @!attribute [rw] instance_id
|
1399
|
+
# The identifier of the Amazon Connect instance.
|
1400
|
+
# @return [String]
|
1401
|
+
#
|
1402
|
+
# @!attribute [rw] quick_connect_id
|
1403
|
+
# The identifier for the quick connect.
|
1404
|
+
# @return [String]
|
1405
|
+
#
|
1406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeQuickConnectRequest AWS API Documentation
|
1407
|
+
#
|
1408
|
+
class DescribeQuickConnectRequest < Struct.new(
|
1409
|
+
:instance_id,
|
1410
|
+
:quick_connect_id)
|
1411
|
+
SENSITIVE = []
|
1412
|
+
include Aws::Structure
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
# @!attribute [rw] quick_connect
|
1416
|
+
# Information about the quick connect.
|
1417
|
+
# @return [Types::QuickConnect]
|
1418
|
+
#
|
1419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeQuickConnectResponse AWS API Documentation
|
1420
|
+
#
|
1421
|
+
class DescribeQuickConnectResponse < Struct.new(
|
1422
|
+
:quick_connect)
|
1423
|
+
SENSITIVE = []
|
1424
|
+
include Aws::Structure
|
1425
|
+
end
|
1426
|
+
|
1290
1427
|
# @note When making an API call, you may pass DescribeRoutingProfileRequest
|
1291
1428
|
# data as a hash:
|
1292
1429
|
#
|
@@ -3669,6 +3806,66 @@ module Aws::Connect
|
|
3669
3806
|
include Aws::Structure
|
3670
3807
|
end
|
3671
3808
|
|
3809
|
+
# @note When making an API call, you may pass ListQuickConnectsRequest
|
3810
|
+
# data as a hash:
|
3811
|
+
#
|
3812
|
+
# {
|
3813
|
+
# instance_id: "InstanceId", # required
|
3814
|
+
# next_token: "NextToken",
|
3815
|
+
# max_results: 1,
|
3816
|
+
# quick_connect_types: ["USER"], # accepts USER, QUEUE, PHONE_NUMBER
|
3817
|
+
# }
|
3818
|
+
#
|
3819
|
+
# @!attribute [rw] instance_id
|
3820
|
+
# The identifier of the Amazon Connect instance.
|
3821
|
+
# @return [String]
|
3822
|
+
#
|
3823
|
+
# @!attribute [rw] next_token
|
3824
|
+
# The token for the next set of results. Use the value returned in the
|
3825
|
+
# previous response in the next request to retrieve the next set of
|
3826
|
+
# results.
|
3827
|
+
# @return [String]
|
3828
|
+
#
|
3829
|
+
# @!attribute [rw] max_results
|
3830
|
+
# The maximimum number of results to return per page.
|
3831
|
+
# @return [Integer]
|
3832
|
+
#
|
3833
|
+
# @!attribute [rw] quick_connect_types
|
3834
|
+
# The type of quick connect. In the Amazon Connect console, when you
|
3835
|
+
# create a quick connect, you are prompted to assign one of the
|
3836
|
+
# following types: Agent (USER), External (PHONE\_NUMBER), or Queue
|
3837
|
+
# (QUEUE).
|
3838
|
+
# @return [Array<String>]
|
3839
|
+
#
|
3840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQuickConnectsRequest AWS API Documentation
|
3841
|
+
#
|
3842
|
+
class ListQuickConnectsRequest < Struct.new(
|
3843
|
+
:instance_id,
|
3844
|
+
:next_token,
|
3845
|
+
:max_results,
|
3846
|
+
:quick_connect_types)
|
3847
|
+
SENSITIVE = []
|
3848
|
+
include Aws::Structure
|
3849
|
+
end
|
3850
|
+
|
3851
|
+
# @!attribute [rw] quick_connect_summary_list
|
3852
|
+
# Information about the quick connects.
|
3853
|
+
# @return [Array<Types::QuickConnectSummary>]
|
3854
|
+
#
|
3855
|
+
# @!attribute [rw] next_token
|
3856
|
+
# If there are additional results, this is the token for the next set
|
3857
|
+
# of results.
|
3858
|
+
# @return [String]
|
3859
|
+
#
|
3860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQuickConnectsResponse AWS API Documentation
|
3861
|
+
#
|
3862
|
+
class ListQuickConnectsResponse < Struct.new(
|
3863
|
+
:quick_connect_summary_list,
|
3864
|
+
:next_token)
|
3865
|
+
SENSITIVE = []
|
3866
|
+
include Aws::Structure
|
3867
|
+
end
|
3868
|
+
|
3672
3869
|
# @note When making an API call, you may pass ListRoutingProfileQueuesRequest
|
3673
3870
|
# data as a hash:
|
3674
3871
|
#
|
@@ -4137,6 +4334,27 @@ module Aws::Connect
|
|
4137
4334
|
include Aws::Structure
|
4138
4335
|
end
|
4139
4336
|
|
4337
|
+
# Contains information about a phone number for a quick connect.
|
4338
|
+
#
|
4339
|
+
# @note When making an API call, you may pass PhoneNumberQuickConnectConfig
|
4340
|
+
# data as a hash:
|
4341
|
+
#
|
4342
|
+
# {
|
4343
|
+
# phone_number: "PhoneNumber", # required
|
4344
|
+
# }
|
4345
|
+
#
|
4346
|
+
# @!attribute [rw] phone_number
|
4347
|
+
# The phone number in E.164 format.
|
4348
|
+
# @return [String]
|
4349
|
+
#
|
4350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/PhoneNumberQuickConnectConfig AWS API Documentation
|
4351
|
+
#
|
4352
|
+
class PhoneNumberQuickConnectConfig < Struct.new(
|
4353
|
+
:phone_number)
|
4354
|
+
SENSITIVE = []
|
4355
|
+
include Aws::Structure
|
4356
|
+
end
|
4357
|
+
|
4140
4358
|
# Contains summary information about a phone number for a contact
|
4141
4359
|
# center.
|
4142
4360
|
#
|
@@ -4210,6 +4428,34 @@ module Aws::Connect
|
|
4210
4428
|
include Aws::Structure
|
4211
4429
|
end
|
4212
4430
|
|
4431
|
+
# Contains information about a queue for a quick connect. The contact
|
4432
|
+
# flow must be of type Transfer to Queue.
|
4433
|
+
#
|
4434
|
+
# @note When making an API call, you may pass QueueQuickConnectConfig
|
4435
|
+
# data as a hash:
|
4436
|
+
#
|
4437
|
+
# {
|
4438
|
+
# queue_id: "QueueId", # required
|
4439
|
+
# contact_flow_id: "ContactFlowId", # required
|
4440
|
+
# }
|
4441
|
+
#
|
4442
|
+
# @!attribute [rw] queue_id
|
4443
|
+
# The identifier of the queue.
|
4444
|
+
# @return [String]
|
4445
|
+
#
|
4446
|
+
# @!attribute [rw] contact_flow_id
|
4447
|
+
# The identifier of the contact flow.
|
4448
|
+
# @return [String]
|
4449
|
+
#
|
4450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueQuickConnectConfig AWS API Documentation
|
4451
|
+
#
|
4452
|
+
class QueueQuickConnectConfig < Struct.new(
|
4453
|
+
:queue_id,
|
4454
|
+
:contact_flow_id)
|
4455
|
+
SENSITIVE = []
|
4456
|
+
include Aws::Structure
|
4457
|
+
end
|
4458
|
+
|
4213
4459
|
# Contains information about a queue resource for which metrics are
|
4214
4460
|
# returned.
|
4215
4461
|
#
|
@@ -4259,6 +4505,130 @@ module Aws::Connect
|
|
4259
4505
|
include Aws::Structure
|
4260
4506
|
end
|
4261
4507
|
|
4508
|
+
# Contains information about a quick connect.
|
4509
|
+
#
|
4510
|
+
# @!attribute [rw] quick_connect_arn
|
4511
|
+
# The Amazon Resource Name (ARN) of the quick connect.
|
4512
|
+
# @return [String]
|
4513
|
+
#
|
4514
|
+
# @!attribute [rw] quick_connect_id
|
4515
|
+
# The identifier for the quick connect.
|
4516
|
+
# @return [String]
|
4517
|
+
#
|
4518
|
+
# @!attribute [rw] name
|
4519
|
+
# The name of the quick connect.
|
4520
|
+
# @return [String]
|
4521
|
+
#
|
4522
|
+
# @!attribute [rw] description
|
4523
|
+
# The description.
|
4524
|
+
# @return [String]
|
4525
|
+
#
|
4526
|
+
# @!attribute [rw] quick_connect_config
|
4527
|
+
# Contains information about the quick connect.
|
4528
|
+
# @return [Types::QuickConnectConfig]
|
4529
|
+
#
|
4530
|
+
# @!attribute [rw] tags
|
4531
|
+
# One or more tags.
|
4532
|
+
# @return [Hash<String,String>]
|
4533
|
+
#
|
4534
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnect AWS API Documentation
|
4535
|
+
#
|
4536
|
+
class QuickConnect < Struct.new(
|
4537
|
+
:quick_connect_arn,
|
4538
|
+
:quick_connect_id,
|
4539
|
+
:name,
|
4540
|
+
:description,
|
4541
|
+
:quick_connect_config,
|
4542
|
+
:tags)
|
4543
|
+
SENSITIVE = []
|
4544
|
+
include Aws::Structure
|
4545
|
+
end
|
4546
|
+
|
4547
|
+
# Contains configuration settings for a quick connect.
|
4548
|
+
#
|
4549
|
+
# @note When making an API call, you may pass QuickConnectConfig
|
4550
|
+
# data as a hash:
|
4551
|
+
#
|
4552
|
+
# {
|
4553
|
+
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
4554
|
+
# user_config: {
|
4555
|
+
# user_id: "UserId", # required
|
4556
|
+
# contact_flow_id: "ContactFlowId", # required
|
4557
|
+
# },
|
4558
|
+
# queue_config: {
|
4559
|
+
# queue_id: "QueueId", # required
|
4560
|
+
# contact_flow_id: "ContactFlowId", # required
|
4561
|
+
# },
|
4562
|
+
# phone_config: {
|
4563
|
+
# phone_number: "PhoneNumber", # required
|
4564
|
+
# },
|
4565
|
+
# }
|
4566
|
+
#
|
4567
|
+
# @!attribute [rw] quick_connect_type
|
4568
|
+
# The type of quick connect. In the Amazon Connect console, when you
|
4569
|
+
# create a quick connect, you are prompted to assign one of the
|
4570
|
+
# following types: Agent (USER), External (PHONE\_NUMBER), or Queue
|
4571
|
+
# (QUEUE).
|
4572
|
+
# @return [String]
|
4573
|
+
#
|
4574
|
+
# @!attribute [rw] user_config
|
4575
|
+
# The user configuration. This is required only if QuickConnectType is
|
4576
|
+
# USER.
|
4577
|
+
# @return [Types::UserQuickConnectConfig]
|
4578
|
+
#
|
4579
|
+
# @!attribute [rw] queue_config
|
4580
|
+
# The queue configuration. This is required only if QuickConnectType
|
4581
|
+
# is QUEUE.
|
4582
|
+
# @return [Types::QueueQuickConnectConfig]
|
4583
|
+
#
|
4584
|
+
# @!attribute [rw] phone_config
|
4585
|
+
# The phone configuration. This is required only if QuickConnectType
|
4586
|
+
# is PHONE\_NUMBER.
|
4587
|
+
# @return [Types::PhoneNumberQuickConnectConfig]
|
4588
|
+
#
|
4589
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnectConfig AWS API Documentation
|
4590
|
+
#
|
4591
|
+
class QuickConnectConfig < Struct.new(
|
4592
|
+
:quick_connect_type,
|
4593
|
+
:user_config,
|
4594
|
+
:queue_config,
|
4595
|
+
:phone_config)
|
4596
|
+
SENSITIVE = []
|
4597
|
+
include Aws::Structure
|
4598
|
+
end
|
4599
|
+
|
4600
|
+
# Contains summary information about a quick connect.
|
4601
|
+
#
|
4602
|
+
# @!attribute [rw] id
|
4603
|
+
# The identifier for the quick connect.
|
4604
|
+
# @return [String]
|
4605
|
+
#
|
4606
|
+
# @!attribute [rw] arn
|
4607
|
+
# The Amazon Resource Name (ARN).
|
4608
|
+
# @return [String]
|
4609
|
+
#
|
4610
|
+
# @!attribute [rw] name
|
4611
|
+
# The name.
|
4612
|
+
# @return [String]
|
4613
|
+
#
|
4614
|
+
# @!attribute [rw] quick_connect_type
|
4615
|
+
# The type of quick connect. In the Amazon Connect console, when you
|
4616
|
+
# create a quick connect, you are prompted to assign one of the
|
4617
|
+
# following types: Agent (USER), External (PHONE\_NUMBER), or Queue
|
4618
|
+
# (QUEUE).
|
4619
|
+
# @return [String]
|
4620
|
+
#
|
4621
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnectSummary AWS API Documentation
|
4622
|
+
#
|
4623
|
+
class QuickConnectSummary < Struct.new(
|
4624
|
+
:id,
|
4625
|
+
:arn,
|
4626
|
+
:name,
|
4627
|
+
:quick_connect_type)
|
4628
|
+
SENSITIVE = []
|
4629
|
+
include Aws::Structure
|
4630
|
+
end
|
4631
|
+
|
4262
4632
|
# A link that an agent selects to complete a given task. You can have up
|
4263
4633
|
# to 4,096 UTF-8 bytes across all references for a contact.
|
4264
4634
|
#
|
@@ -5420,6 +5790,87 @@ module Aws::Connect
|
|
5420
5790
|
include Aws::Structure
|
5421
5791
|
end
|
5422
5792
|
|
5793
|
+
# @note When making an API call, you may pass UpdateQuickConnectConfigRequest
|
5794
|
+
# data as a hash:
|
5795
|
+
#
|
5796
|
+
# {
|
5797
|
+
# instance_id: "InstanceId", # required
|
5798
|
+
# quick_connect_id: "QuickConnectId", # required
|
5799
|
+
# quick_connect_config: { # required
|
5800
|
+
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
5801
|
+
# user_config: {
|
5802
|
+
# user_id: "UserId", # required
|
5803
|
+
# contact_flow_id: "ContactFlowId", # required
|
5804
|
+
# },
|
5805
|
+
# queue_config: {
|
5806
|
+
# queue_id: "QueueId", # required
|
5807
|
+
# contact_flow_id: "ContactFlowId", # required
|
5808
|
+
# },
|
5809
|
+
# phone_config: {
|
5810
|
+
# phone_number: "PhoneNumber", # required
|
5811
|
+
# },
|
5812
|
+
# },
|
5813
|
+
# }
|
5814
|
+
#
|
5815
|
+
# @!attribute [rw] instance_id
|
5816
|
+
# The identifier of the Amazon Connect instance.
|
5817
|
+
# @return [String]
|
5818
|
+
#
|
5819
|
+
# @!attribute [rw] quick_connect_id
|
5820
|
+
# The identifier for the quick connect.
|
5821
|
+
# @return [String]
|
5822
|
+
#
|
5823
|
+
# @!attribute [rw] quick_connect_config
|
5824
|
+
# Information about the configuration settings for the quick connect.
|
5825
|
+
# @return [Types::QuickConnectConfig]
|
5826
|
+
#
|
5827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateQuickConnectConfigRequest AWS API Documentation
|
5828
|
+
#
|
5829
|
+
class UpdateQuickConnectConfigRequest < Struct.new(
|
5830
|
+
:instance_id,
|
5831
|
+
:quick_connect_id,
|
5832
|
+
:quick_connect_config)
|
5833
|
+
SENSITIVE = []
|
5834
|
+
include Aws::Structure
|
5835
|
+
end
|
5836
|
+
|
5837
|
+
# @note When making an API call, you may pass UpdateQuickConnectNameRequest
|
5838
|
+
# data as a hash:
|
5839
|
+
#
|
5840
|
+
# {
|
5841
|
+
# instance_id: "InstanceId", # required
|
5842
|
+
# quick_connect_id: "QuickConnectId", # required
|
5843
|
+
# name: "QuickConnectName",
|
5844
|
+
# description: "QuickConnectDescription",
|
5845
|
+
# }
|
5846
|
+
#
|
5847
|
+
# @!attribute [rw] instance_id
|
5848
|
+
# The identifier of the Amazon Connect instance.
|
5849
|
+
# @return [String]
|
5850
|
+
#
|
5851
|
+
# @!attribute [rw] quick_connect_id
|
5852
|
+
# The identifier for the quick connect.
|
5853
|
+
# @return [String]
|
5854
|
+
#
|
5855
|
+
# @!attribute [rw] name
|
5856
|
+
# The name of the quick connect.
|
5857
|
+
# @return [String]
|
5858
|
+
#
|
5859
|
+
# @!attribute [rw] description
|
5860
|
+
# The description of the quick connect.
|
5861
|
+
# @return [String]
|
5862
|
+
#
|
5863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateQuickConnectNameRequest AWS API Documentation
|
5864
|
+
#
|
5865
|
+
class UpdateQuickConnectNameRequest < Struct.new(
|
5866
|
+
:instance_id,
|
5867
|
+
:quick_connect_id,
|
5868
|
+
:name,
|
5869
|
+
:description)
|
5870
|
+
SENSITIVE = []
|
5871
|
+
include Aws::Structure
|
5872
|
+
end
|
5873
|
+
|
5423
5874
|
# @note When making an API call, you may pass UpdateRoutingProfileConcurrencyRequest
|
5424
5875
|
# data as a hash:
|
5425
5876
|
#
|
@@ -5982,6 +6433,34 @@ module Aws::Connect
|
|
5982
6433
|
include Aws::Structure
|
5983
6434
|
end
|
5984
6435
|
|
6436
|
+
# Contains information about the quick connect configuration settings
|
6437
|
+
# for a user. The contact flow must be of type Transfer to Agent.
|
6438
|
+
#
|
6439
|
+
# @note When making an API call, you may pass UserQuickConnectConfig
|
6440
|
+
# data as a hash:
|
6441
|
+
#
|
6442
|
+
# {
|
6443
|
+
# user_id: "UserId", # required
|
6444
|
+
# contact_flow_id: "ContactFlowId", # required
|
6445
|
+
# }
|
6446
|
+
#
|
6447
|
+
# @!attribute [rw] user_id
|
6448
|
+
# The identifier of the user.
|
6449
|
+
# @return [String]
|
6450
|
+
#
|
6451
|
+
# @!attribute [rw] contact_flow_id
|
6452
|
+
# The identifier of the contact flow.
|
6453
|
+
# @return [String]
|
6454
|
+
#
|
6455
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserQuickConnectConfig AWS API Documentation
|
6456
|
+
#
|
6457
|
+
class UserQuickConnectConfig < Struct.new(
|
6458
|
+
:user_id,
|
6459
|
+
:contact_flow_id)
|
6460
|
+
SENSITIVE = []
|
6461
|
+
include Aws::Structure
|
6462
|
+
end
|
6463
|
+
|
5985
6464
|
# Contains summary information about a user.
|
5986
6465
|
#
|
5987
6466
|
# @!attribute [rw] id
|