aws-sdk-connect 1.37.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +223 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-connect.rb +2 -2
- data/lib/aws-sdk-connect/client.rb +867 -77
- data/lib/aws-sdk-connect/client_api.rb +483 -1
- data/lib/aws-sdk-connect/errors.rb +1 -1
- data/lib/aws-sdk-connect/resource.rb +1 -1
- data/lib/aws-sdk-connect/types.rb +1188 -87
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -23,6 +23,7 @@ module Aws::Connect
|
|
23
23
|
AssociateInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigResponse')
|
24
24
|
AssociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'AssociateLambdaFunctionRequest')
|
25
25
|
AssociateLexBotRequest = Shapes::StructureShape.new(name: 'AssociateLexBotRequest')
|
26
|
+
AssociateQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'AssociateQueueQuickConnectsRequest')
|
26
27
|
AssociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'AssociateRoutingProfileQueuesRequest')
|
27
28
|
AssociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'AssociateSecurityKeyRequest')
|
28
29
|
AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
|
@@ -41,6 +42,8 @@ module Aws::Connect
|
|
41
42
|
ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
|
42
43
|
ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
|
43
44
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
45
|
+
CommonDescriptionLength250 = Shapes::StringShape.new(name: 'CommonDescriptionLength250')
|
46
|
+
CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
|
44
47
|
Comparison = Shapes::StringShape.new(name: 'Comparison')
|
45
48
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
46
49
|
ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
|
@@ -62,6 +65,10 @@ module Aws::Connect
|
|
62
65
|
CreateInstanceResponse = Shapes::StructureShape.new(name: 'CreateInstanceResponse')
|
63
66
|
CreateIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationRequest')
|
64
67
|
CreateIntegrationAssociationResponse = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationResponse')
|
68
|
+
CreateQueueRequest = Shapes::StructureShape.new(name: 'CreateQueueRequest')
|
69
|
+
CreateQueueResponse = Shapes::StructureShape.new(name: 'CreateQueueResponse')
|
70
|
+
CreateQuickConnectRequest = Shapes::StructureShape.new(name: 'CreateQuickConnectRequest')
|
71
|
+
CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
|
65
72
|
CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
|
66
73
|
CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
|
67
74
|
CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
|
@@ -81,17 +88,24 @@ module Aws::Connect
|
|
81
88
|
Delay = Shapes::IntegerShape.new(name: 'Delay')
|
82
89
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
83
90
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
91
|
+
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
84
92
|
DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
|
85
93
|
DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
|
86
94
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
87
95
|
DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
|
88
96
|
DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
|
97
|
+
DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
|
98
|
+
DescribeHoursOfOperationResponse = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationResponse')
|
89
99
|
DescribeInstanceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeRequest')
|
90
100
|
DescribeInstanceAttributeResponse = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeResponse')
|
91
101
|
DescribeInstanceRequest = Shapes::StructureShape.new(name: 'DescribeInstanceRequest')
|
92
102
|
DescribeInstanceResponse = Shapes::StructureShape.new(name: 'DescribeInstanceResponse')
|
93
103
|
DescribeInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigRequest')
|
94
104
|
DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
|
105
|
+
DescribeQueueRequest = Shapes::StructureShape.new(name: 'DescribeQueueRequest')
|
106
|
+
DescribeQueueResponse = Shapes::StructureShape.new(name: 'DescribeQueueResponse')
|
107
|
+
DescribeQuickConnectRequest = Shapes::StructureShape.new(name: 'DescribeQuickConnectRequest')
|
108
|
+
DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
|
95
109
|
DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
|
96
110
|
DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
|
97
111
|
DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
|
@@ -111,6 +125,7 @@ module Aws::Connect
|
|
111
125
|
DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
|
112
126
|
DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
|
113
127
|
DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
|
128
|
+
DisassociateQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'DisassociateQueueQuickConnectsRequest')
|
114
129
|
DisassociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'DisassociateRoutingProfileQueuesRequest')
|
115
130
|
DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
|
116
131
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
@@ -151,10 +166,16 @@ module Aws::Connect
|
|
151
166
|
HistoricalMetricResults = Shapes::ListShape.new(name: 'HistoricalMetricResults')
|
152
167
|
HistoricalMetrics = Shapes::ListShape.new(name: 'HistoricalMetrics')
|
153
168
|
Hours = Shapes::IntegerShape.new(name: 'Hours')
|
169
|
+
Hours24Format = Shapes::IntegerShape.new(name: 'Hours24Format')
|
170
|
+
HoursOfOperation = Shapes::StructureShape.new(name: 'HoursOfOperation')
|
171
|
+
HoursOfOperationConfig = Shapes::StructureShape.new(name: 'HoursOfOperationConfig')
|
172
|
+
HoursOfOperationConfigList = Shapes::ListShape.new(name: 'HoursOfOperationConfigList')
|
173
|
+
HoursOfOperationDays = Shapes::StringShape.new(name: 'HoursOfOperationDays')
|
154
174
|
HoursOfOperationId = Shapes::StringShape.new(name: 'HoursOfOperationId')
|
155
175
|
HoursOfOperationName = Shapes::StringShape.new(name: 'HoursOfOperationName')
|
156
176
|
HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
|
157
177
|
HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
|
178
|
+
HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
|
158
179
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
159
180
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
160
181
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -205,8 +226,12 @@ module Aws::Connect
|
|
205
226
|
ListPhoneNumbersResponse = Shapes::StructureShape.new(name: 'ListPhoneNumbersResponse')
|
206
227
|
ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
|
207
228
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
229
|
+
ListQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsRequest')
|
230
|
+
ListQueueQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsResponse')
|
208
231
|
ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
|
209
232
|
ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
|
233
|
+
ListQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQuickConnectsRequest')
|
234
|
+
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
210
235
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
211
236
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
212
237
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -232,10 +257,13 @@ module Aws::Connect
|
|
232
257
|
MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
|
233
258
|
MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
|
234
259
|
Message = Shapes::StringShape.new(name: 'Message')
|
260
|
+
MinutesLimit60 = Shapes::IntegerShape.new(name: 'MinutesLimit60')
|
235
261
|
Name = Shapes::StringShape.new(name: 'Name')
|
236
262
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
237
263
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
238
264
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
265
|
+
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
266
|
+
OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
|
239
267
|
OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
|
240
268
|
OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
|
241
269
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
@@ -247,6 +275,7 @@ module Aws::Connect
|
|
247
275
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
248
276
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
249
277
|
PhoneNumberId = Shapes::StringShape.new(name: 'PhoneNumberId')
|
278
|
+
PhoneNumberQuickConnectConfig = Shapes::StructureShape.new(name: 'PhoneNumberQuickConnectConfig')
|
250
279
|
PhoneNumberSummary = Shapes::StructureShape.new(name: 'PhoneNumberSummary')
|
251
280
|
PhoneNumberSummaryList = Shapes::ListShape.new(name: 'PhoneNumberSummaryList')
|
252
281
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
@@ -261,14 +290,29 @@ module Aws::Connect
|
|
261
290
|
PromptName = Shapes::StringShape.new(name: 'PromptName')
|
262
291
|
PromptSummary = Shapes::StructureShape.new(name: 'PromptSummary')
|
263
292
|
PromptSummaryList = Shapes::ListShape.new(name: 'PromptSummaryList')
|
293
|
+
Queue = Shapes::StructureShape.new(name: 'Queue')
|
294
|
+
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
264
295
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
296
|
+
QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
|
265
297
|
QueueName = Shapes::StringShape.new(name: 'QueueName')
|
298
|
+
QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
|
266
299
|
QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
|
300
|
+
QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
|
267
301
|
QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
|
268
302
|
QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
|
269
303
|
QueueType = Shapes::StringShape.new(name: 'QueueType')
|
270
304
|
QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
|
271
305
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
306
|
+
QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
|
307
|
+
QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
|
308
|
+
QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
|
309
|
+
QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
|
310
|
+
QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
|
311
|
+
QuickConnectSummary = Shapes::StructureShape.new(name: 'QuickConnectSummary')
|
312
|
+
QuickConnectSummaryList = Shapes::ListShape.new(name: 'QuickConnectSummaryList')
|
313
|
+
QuickConnectType = Shapes::StringShape.new(name: 'QuickConnectType')
|
314
|
+
QuickConnectTypes = Shapes::ListShape.new(name: 'QuickConnectTypes')
|
315
|
+
QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
|
272
316
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
273
317
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
274
318
|
ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
|
@@ -328,6 +372,7 @@ module Aws::Connect
|
|
328
372
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
329
373
|
ThresholdValue = Shapes::FloatShape.new(name: 'ThresholdValue')
|
330
374
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
375
|
+
TimeZone = Shapes::StringShape.new(name: 'TimeZone')
|
331
376
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
332
377
|
URI = Shapes::StringShape.new(name: 'URI')
|
333
378
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
@@ -338,6 +383,13 @@ module Aws::Connect
|
|
338
383
|
UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
|
339
384
|
UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
|
340
385
|
UpdateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'UpdateInstanceStorageConfigRequest')
|
386
|
+
UpdateQueueHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateQueueHoursOfOperationRequest')
|
387
|
+
UpdateQueueMaxContactsRequest = Shapes::StructureShape.new(name: 'UpdateQueueMaxContactsRequest')
|
388
|
+
UpdateQueueNameRequest = Shapes::StructureShape.new(name: 'UpdateQueueNameRequest')
|
389
|
+
UpdateQueueOutboundCallerConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundCallerConfigRequest')
|
390
|
+
UpdateQueueStatusRequest = Shapes::StructureShape.new(name: 'UpdateQueueStatusRequest')
|
391
|
+
UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
|
392
|
+
UpdateQuickConnectNameRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectNameRequest')
|
341
393
|
UpdateRoutingProfileConcurrencyRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileConcurrencyRequest')
|
342
394
|
UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
|
343
395
|
UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
|
@@ -358,6 +410,7 @@ module Aws::Connect
|
|
358
410
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
359
411
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
360
412
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
413
|
+
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
361
414
|
UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
|
362
415
|
UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
|
363
416
|
Value = Shapes::FloatShape.new(name: 'Value')
|
@@ -385,6 +438,11 @@ module Aws::Connect
|
|
385
438
|
AssociateLexBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, required: true, location_name: "LexBot"))
|
386
439
|
AssociateLexBotRequest.struct_class = Types::AssociateLexBotRequest
|
387
440
|
|
441
|
+
AssociateQueueQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
442
|
+
AssociateQueueQuickConnectsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
443
|
+
AssociateQueueQuickConnectsRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, required: true, location_name: "QuickConnectIds"))
|
444
|
+
AssociateQueueQuickConnectsRequest.struct_class = Types::AssociateQueueQuickConnectsRequest
|
445
|
+
|
388
446
|
AssociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
389
447
|
AssociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
390
448
|
AssociateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
|
@@ -476,6 +534,31 @@ module Aws::Connect
|
|
476
534
|
CreateIntegrationAssociationResponse.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
|
477
535
|
CreateIntegrationAssociationResponse.struct_class = Types::CreateIntegrationAssociationResponse
|
478
536
|
|
537
|
+
CreateQueueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
538
|
+
CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
539
|
+
CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
540
|
+
CreateQueueRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
541
|
+
CreateQueueRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
|
542
|
+
CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
543
|
+
CreateQueueRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, location_name: "QuickConnectIds"))
|
544
|
+
CreateQueueRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
545
|
+
CreateQueueRequest.struct_class = Types::CreateQueueRequest
|
546
|
+
|
547
|
+
CreateQueueResponse.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
|
548
|
+
CreateQueueResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
549
|
+
CreateQueueResponse.struct_class = Types::CreateQueueResponse
|
550
|
+
|
551
|
+
CreateQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
552
|
+
CreateQuickConnectRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, required: true, location_name: "Name"))
|
553
|
+
CreateQuickConnectRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
554
|
+
CreateQuickConnectRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
|
555
|
+
CreateQuickConnectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
556
|
+
CreateQuickConnectRequest.struct_class = Types::CreateQuickConnectRequest
|
557
|
+
|
558
|
+
CreateQuickConnectResponse.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
|
559
|
+
CreateQuickConnectResponse.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
560
|
+
CreateQuickConnectResponse.struct_class = Types::CreateQuickConnectResponse
|
561
|
+
|
479
562
|
CreateRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
480
563
|
CreateRoutingProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, required: true, location_name: "Name"))
|
481
564
|
CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
|
@@ -554,6 +637,10 @@ module Aws::Connect
|
|
554
637
|
DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
555
638
|
DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
|
556
639
|
|
640
|
+
DeleteQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
641
|
+
DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
642
|
+
DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
|
643
|
+
|
557
644
|
DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
558
645
|
DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
559
646
|
DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
|
@@ -574,6 +661,13 @@ module Aws::Connect
|
|
574
661
|
DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
|
575
662
|
DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
|
576
663
|
|
664
|
+
DescribeHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
665
|
+
DescribeHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
666
|
+
DescribeHoursOfOperationRequest.struct_class = Types::DescribeHoursOfOperationRequest
|
667
|
+
|
668
|
+
DescribeHoursOfOperationResponse.add_member(:hours_of_operation, Shapes::ShapeRef.new(shape: HoursOfOperation, location_name: "HoursOfOperation"))
|
669
|
+
DescribeHoursOfOperationResponse.struct_class = Types::DescribeHoursOfOperationResponse
|
670
|
+
|
577
671
|
DescribeInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
578
672
|
DescribeInstanceAttributeRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, required: true, location: "uri", location_name: "AttributeType"))
|
579
673
|
DescribeInstanceAttributeRequest.struct_class = Types::DescribeInstanceAttributeRequest
|
@@ -595,6 +689,20 @@ module Aws::Connect
|
|
595
689
|
DescribeInstanceStorageConfigResponse.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, location_name: "StorageConfig"))
|
596
690
|
DescribeInstanceStorageConfigResponse.struct_class = Types::DescribeInstanceStorageConfigResponse
|
597
691
|
|
692
|
+
DescribeQueueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
693
|
+
DescribeQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
694
|
+
DescribeQueueRequest.struct_class = Types::DescribeQueueRequest
|
695
|
+
|
696
|
+
DescribeQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "Queue"))
|
697
|
+
DescribeQueueResponse.struct_class = Types::DescribeQueueResponse
|
698
|
+
|
699
|
+
DescribeQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
700
|
+
DescribeQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
701
|
+
DescribeQuickConnectRequest.struct_class = Types::DescribeQuickConnectRequest
|
702
|
+
|
703
|
+
DescribeQuickConnectResponse.add_member(:quick_connect, Shapes::ShapeRef.new(shape: QuickConnect, location_name: "QuickConnect"))
|
704
|
+
DescribeQuickConnectResponse.struct_class = Types::DescribeQuickConnectResponse
|
705
|
+
|
598
706
|
DescribeRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
599
707
|
DescribeRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
600
708
|
DescribeRoutingProfileRequest.struct_class = Types::DescribeRoutingProfileRequest
|
@@ -647,6 +755,11 @@ module Aws::Connect
|
|
647
755
|
DisassociateLexBotRequest.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location: "querystring", location_name: "lexRegion"))
|
648
756
|
DisassociateLexBotRequest.struct_class = Types::DisassociateLexBotRequest
|
649
757
|
|
758
|
+
DisassociateQueueQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
759
|
+
DisassociateQueueQuickConnectsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
760
|
+
DisassociateQueueQuickConnectsRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, required: true, location_name: "QuickConnectIds"))
|
761
|
+
DisassociateQueueQuickConnectsRequest.struct_class = Types::DisassociateQueueQuickConnectsRequest
|
762
|
+
|
650
763
|
DisassociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
651
764
|
DisassociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
652
765
|
DisassociateRoutingProfileQueuesRequest.add_member(:queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList, required: true, location_name: "QueueReferences"))
|
@@ -774,6 +887,22 @@ module Aws::Connect
|
|
774
887
|
|
775
888
|
HistoricalMetrics.member = Shapes::ShapeRef.new(shape: HistoricalMetric)
|
776
889
|
|
890
|
+
HoursOfOperation.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
891
|
+
HoursOfOperation.add_member(:hours_of_operation_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "HoursOfOperationArn"))
|
892
|
+
HoursOfOperation.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
893
|
+
HoursOfOperation.add_member(:description, Shapes::ShapeRef.new(shape: CommonDescriptionLength250, location_name: "Description"))
|
894
|
+
HoursOfOperation.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
|
895
|
+
HoursOfOperation.add_member(:config, Shapes::ShapeRef.new(shape: HoursOfOperationConfigList, location_name: "Config"))
|
896
|
+
HoursOfOperation.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
897
|
+
HoursOfOperation.struct_class = Types::HoursOfOperation
|
898
|
+
|
899
|
+
HoursOfOperationConfig.add_member(:day, Shapes::ShapeRef.new(shape: HoursOfOperationDays, location_name: "Day"))
|
900
|
+
HoursOfOperationConfig.add_member(:start_time, Shapes::ShapeRef.new(shape: HoursOfOperationTimeSlice, location_name: "StartTime"))
|
901
|
+
HoursOfOperationConfig.add_member(:end_time, Shapes::ShapeRef.new(shape: HoursOfOperationTimeSlice, location_name: "EndTime"))
|
902
|
+
HoursOfOperationConfig.struct_class = Types::HoursOfOperationConfig
|
903
|
+
|
904
|
+
HoursOfOperationConfigList.member = Shapes::ShapeRef.new(shape: HoursOfOperationConfig)
|
905
|
+
|
777
906
|
HoursOfOperationSummary.add_member(:id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "Id"))
|
778
907
|
HoursOfOperationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
779
908
|
HoursOfOperationSummary.add_member(:name, Shapes::ShapeRef.new(shape: HoursOfOperationName, location_name: "Name"))
|
@@ -781,6 +910,10 @@ module Aws::Connect
|
|
781
910
|
|
782
911
|
HoursOfOperationSummaryList.member = Shapes::ShapeRef.new(shape: HoursOfOperationSummary)
|
783
912
|
|
913
|
+
HoursOfOperationTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, location_name: "Hours"))
|
914
|
+
HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, location_name: "Minutes"))
|
915
|
+
HoursOfOperationTimeSlice.struct_class = Types::HoursOfOperationTimeSlice
|
916
|
+
|
784
917
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
785
918
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
786
919
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -965,6 +1098,16 @@ module Aws::Connect
|
|
965
1098
|
ListPromptsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
966
1099
|
ListPromptsResponse.struct_class = Types::ListPromptsResponse
|
967
1100
|
|
1101
|
+
ListQueueQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1102
|
+
ListQueueQuickConnectsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1103
|
+
ListQueueQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1104
|
+
ListQueueQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1105
|
+
ListQueueQuickConnectsRequest.struct_class = Types::ListQueueQuickConnectsRequest
|
1106
|
+
|
1107
|
+
ListQueueQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1108
|
+
ListQueueQuickConnectsResponse.add_member(:quick_connect_summary_list, Shapes::ShapeRef.new(shape: QuickConnectSummaryList, location_name: "QuickConnectSummaryList"))
|
1109
|
+
ListQueueQuickConnectsResponse.struct_class = Types::ListQueueQuickConnectsResponse
|
1110
|
+
|
968
1111
|
ListQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
969
1112
|
ListQueuesRequest.add_member(:queue_types, Shapes::ShapeRef.new(shape: QueueTypes, location: "querystring", location_name: "queueTypes"))
|
970
1113
|
ListQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -975,6 +1118,16 @@ module Aws::Connect
|
|
975
1118
|
ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
976
1119
|
ListQueuesResponse.struct_class = Types::ListQueuesResponse
|
977
1120
|
|
1121
|
+
ListQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1122
|
+
ListQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1123
|
+
ListQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1124
|
+
ListQuickConnectsRequest.add_member(:quick_connect_types, Shapes::ShapeRef.new(shape: QuickConnectTypes, location: "querystring", location_name: "QuickConnectTypes"))
|
1125
|
+
ListQuickConnectsRequest.struct_class = Types::ListQuickConnectsRequest
|
1126
|
+
|
1127
|
+
ListQuickConnectsResponse.add_member(:quick_connect_summary_list, Shapes::ShapeRef.new(shape: QuickConnectSummaryList, location_name: "QuickConnectSummaryList"))
|
1128
|
+
ListQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1129
|
+
ListQuickConnectsResponse.struct_class = Types::ListQuickConnectsResponse
|
1130
|
+
|
978
1131
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
979
1132
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
980
1133
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -1054,6 +1207,11 @@ module Aws::Connect
|
|
1054
1207
|
|
1055
1208
|
OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
1056
1209
|
|
1210
|
+
OutboundCallerConfig.add_member(:outbound_caller_id_name, Shapes::ShapeRef.new(shape: OutboundCallerIdName, location_name: "OutboundCallerIdName"))
|
1211
|
+
OutboundCallerConfig.add_member(:outbound_caller_id_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "OutboundCallerIdNumberId"))
|
1212
|
+
OutboundCallerConfig.add_member(:outbound_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "OutboundFlowId"))
|
1213
|
+
OutboundCallerConfig.struct_class = Types::OutboundCallerConfig
|
1214
|
+
|
1057
1215
|
OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1058
1216
|
OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
|
1059
1217
|
|
@@ -1062,6 +1220,9 @@ module Aws::Connect
|
|
1062
1220
|
|
1063
1221
|
PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
|
1064
1222
|
|
1223
|
+
PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
1224
|
+
PhoneNumberQuickConnectConfig.struct_class = Types::PhoneNumberQuickConnectConfig
|
1225
|
+
|
1065
1226
|
PhoneNumberSummary.add_member(:id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "Id"))
|
1066
1227
|
PhoneNumberSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1067
1228
|
PhoneNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
@@ -1085,6 +1246,21 @@ module Aws::Connect
|
|
1085
1246
|
|
1086
1247
|
PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
|
1087
1248
|
|
1249
|
+
Queue.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
1250
|
+
Queue.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
|
1251
|
+
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
1252
|
+
Queue.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
1253
|
+
Queue.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
1254
|
+
Queue.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
1255
|
+
Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
1256
|
+
Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
|
1257
|
+
Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1258
|
+
Queue.struct_class = Types::Queue
|
1259
|
+
|
1260
|
+
QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
|
1261
|
+
QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
1262
|
+
QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
|
1263
|
+
|
1088
1264
|
QueueReference.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
1089
1265
|
QueueReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1090
1266
|
QueueReference.struct_class = Types::QueueReference
|
@@ -1101,6 +1277,32 @@ module Aws::Connect
|
|
1101
1277
|
|
1102
1278
|
Queues.member = Shapes::ShapeRef.new(shape: QueueId)
|
1103
1279
|
|
1280
|
+
QuickConnect.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
|
1281
|
+
QuickConnect.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
1282
|
+
QuickConnect.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1283
|
+
QuickConnect.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
1284
|
+
QuickConnect.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, location_name: "QuickConnectConfig"))
|
1285
|
+
QuickConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1286
|
+
QuickConnect.struct_class = Types::QuickConnect
|
1287
|
+
|
1288
|
+
QuickConnectConfig.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, required: true, location_name: "QuickConnectType"))
|
1289
|
+
QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
|
1290
|
+
QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
|
1291
|
+
QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
|
1292
|
+
QuickConnectConfig.struct_class = Types::QuickConnectConfig
|
1293
|
+
|
1294
|
+
QuickConnectSummary.add_member(:id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "Id"))
|
1295
|
+
QuickConnectSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1296
|
+
QuickConnectSummary.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1297
|
+
QuickConnectSummary.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
|
1298
|
+
QuickConnectSummary.struct_class = Types::QuickConnectSummary
|
1299
|
+
|
1300
|
+
QuickConnectSummaryList.member = Shapes::ShapeRef.new(shape: QuickConnectSummary)
|
1301
|
+
|
1302
|
+
QuickConnectTypes.member = Shapes::ShapeRef.new(shape: QuickConnectType)
|
1303
|
+
|
1304
|
+
QuickConnectsList.member = Shapes::ShapeRef.new(shape: QuickConnectId)
|
1305
|
+
|
1104
1306
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
|
1105
1307
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
1106
1308
|
Reference.struct_class = Types::Reference
|
@@ -1302,6 +1504,43 @@ module Aws::Connect
|
|
1302
1504
|
UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
1303
1505
|
UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
|
1304
1506
|
|
1507
|
+
UpdateQueueHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1508
|
+
UpdateQueueHoursOfOperationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1509
|
+
UpdateQueueHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
|
1510
|
+
UpdateQueueHoursOfOperationRequest.struct_class = Types::UpdateQueueHoursOfOperationRequest
|
1511
|
+
|
1512
|
+
UpdateQueueMaxContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1513
|
+
UpdateQueueMaxContactsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1514
|
+
UpdateQueueMaxContactsRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, required: true, location_name: "MaxContacts", metadata: {"box"=>true}))
|
1515
|
+
UpdateQueueMaxContactsRequest.struct_class = Types::UpdateQueueMaxContactsRequest
|
1516
|
+
|
1517
|
+
UpdateQueueNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1518
|
+
UpdateQueueNameRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1519
|
+
UpdateQueueNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
1520
|
+
UpdateQueueNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
1521
|
+
UpdateQueueNameRequest.struct_class = Types::UpdateQueueNameRequest
|
1522
|
+
|
1523
|
+
UpdateQueueOutboundCallerConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1524
|
+
UpdateQueueOutboundCallerConfigRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1525
|
+
UpdateQueueOutboundCallerConfigRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, required: true, location_name: "OutboundCallerConfig"))
|
1526
|
+
UpdateQueueOutboundCallerConfigRequest.struct_class = Types::UpdateQueueOutboundCallerConfigRequest
|
1527
|
+
|
1528
|
+
UpdateQueueStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1529
|
+
UpdateQueueStatusRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1530
|
+
UpdateQueueStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "Status"))
|
1531
|
+
UpdateQueueStatusRequest.struct_class = Types::UpdateQueueStatusRequest
|
1532
|
+
|
1533
|
+
UpdateQuickConnectConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1534
|
+
UpdateQuickConnectConfigRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
1535
|
+
UpdateQuickConnectConfigRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
|
1536
|
+
UpdateQuickConnectConfigRequest.struct_class = Types::UpdateQuickConnectConfigRequest
|
1537
|
+
|
1538
|
+
UpdateQuickConnectNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1539
|
+
UpdateQuickConnectNameRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
|
1540
|
+
UpdateQuickConnectNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
|
1541
|
+
UpdateQuickConnectNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
|
1542
|
+
UpdateQuickConnectNameRequest.struct_class = Types::UpdateQuickConnectNameRequest
|
1543
|
+
|
1305
1544
|
UpdateRoutingProfileConcurrencyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1306
1545
|
UpdateRoutingProfileConcurrencyRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
1307
1546
|
UpdateRoutingProfileConcurrencyRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
|
@@ -1390,6 +1629,10 @@ module Aws::Connect
|
|
1390
1629
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
1391
1630
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
1392
1631
|
|
1632
|
+
UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
1633
|
+
UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
1634
|
+
UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
|
1635
|
+
|
1393
1636
|
UserSummary.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
|
1394
1637
|
UserSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1395
1638
|
UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
|
@@ -1478,6 +1721,20 @@ module Aws::Connect
|
|
1478
1721
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1479
1722
|
end)
|
1480
1723
|
|
1724
|
+
api.add_operation(:associate_queue_quick_connects, Seahorse::Model::Operation.new.tap do |o|
|
1725
|
+
o.name = "AssociateQueueQuickConnects"
|
1726
|
+
o.http_method = "POST"
|
1727
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/associate-quick-connects"
|
1728
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateQueueQuickConnectsRequest)
|
1729
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1732
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1734
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1735
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1736
|
+
end)
|
1737
|
+
|
1481
1738
|
api.add_operation(:associate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
1482
1739
|
o.name = "AssociateRoutingProfileQueues"
|
1483
1740
|
o.http_method = "POST"
|
@@ -1548,6 +1805,36 @@ module Aws::Connect
|
|
1548
1805
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1549
1806
|
end)
|
1550
1807
|
|
1808
|
+
api.add_operation(:create_queue, Seahorse::Model::Operation.new.tap do |o|
|
1809
|
+
o.name = "CreateQueue"
|
1810
|
+
o.http_method = "PUT"
|
1811
|
+
o.http_request_uri = "/queues/{InstanceId}"
|
1812
|
+
o.input = Shapes::ShapeRef.new(shape: CreateQueueRequest)
|
1813
|
+
o.output = Shapes::ShapeRef.new(shape: CreateQueueResponse)
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1815
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1817
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1818
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1821
|
+
end)
|
1822
|
+
|
1823
|
+
api.add_operation(:create_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
1824
|
+
o.name = "CreateQuickConnect"
|
1825
|
+
o.http_method = "PUT"
|
1826
|
+
o.http_request_uri = "/quick-connects/{InstanceId}"
|
1827
|
+
o.input = Shapes::ShapeRef.new(shape: CreateQuickConnectRequest)
|
1828
|
+
o.output = Shapes::ShapeRef.new(shape: CreateQuickConnectResponse)
|
1829
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1830
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1834
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1836
|
+
end)
|
1837
|
+
|
1551
1838
|
api.add_operation(:create_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1552
1839
|
o.name = "CreateRoutingProfile"
|
1553
1840
|
o.http_method = "PUT"
|
@@ -1629,6 +1916,19 @@ module Aws::Connect
|
|
1629
1916
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1630
1917
|
end)
|
1631
1918
|
|
1919
|
+
api.add_operation(:delete_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
1920
|
+
o.name = "DeleteQuickConnect"
|
1921
|
+
o.http_method = "DELETE"
|
1922
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
|
1923
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteQuickConnectRequest)
|
1924
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1929
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1930
|
+
end)
|
1931
|
+
|
1632
1932
|
api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
|
1633
1933
|
o.name = "DeleteUseCase"
|
1634
1934
|
o.http_method = "DELETE"
|
@@ -1682,6 +1982,19 @@ module Aws::Connect
|
|
1682
1982
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1683
1983
|
end)
|
1684
1984
|
|
1985
|
+
api.add_operation(:describe_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
|
1986
|
+
o.name = "DescribeHoursOfOperation"
|
1987
|
+
o.http_method = "GET"
|
1988
|
+
o.http_request_uri = "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
|
1989
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeHoursOfOperationRequest)
|
1990
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeHoursOfOperationResponse)
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1992
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1996
|
+
end)
|
1997
|
+
|
1685
1998
|
api.add_operation(:describe_instance, Seahorse::Model::Operation.new.tap do |o|
|
1686
1999
|
o.name = "DescribeInstance"
|
1687
2000
|
o.http_method = "GET"
|
@@ -1719,6 +2032,32 @@ module Aws::Connect
|
|
1719
2032
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1720
2033
|
end)
|
1721
2034
|
|
2035
|
+
api.add_operation(:describe_queue, Seahorse::Model::Operation.new.tap do |o|
|
2036
|
+
o.name = "DescribeQueue"
|
2037
|
+
o.http_method = "GET"
|
2038
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}"
|
2039
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQueueRequest)
|
2040
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQueueResponse)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2043
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2044
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2045
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2046
|
+
end)
|
2047
|
+
|
2048
|
+
api.add_operation(:describe_quick_connect, Seahorse::Model::Operation.new.tap do |o|
|
2049
|
+
o.name = "DescribeQuickConnect"
|
2050
|
+
o.http_method = "GET"
|
2051
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
|
2052
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQuickConnectRequest)
|
2053
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQuickConnectResponse)
|
2054
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2055
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2056
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2057
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2058
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2059
|
+
end)
|
2060
|
+
|
1722
2061
|
api.add_operation(:describe_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1723
2062
|
o.name = "DescribeRoutingProfile"
|
1724
2063
|
o.http_method = "GET"
|
@@ -1823,6 +2162,19 @@ module Aws::Connect
|
|
1823
2162
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1824
2163
|
end)
|
1825
2164
|
|
2165
|
+
api.add_operation(:disassociate_queue_quick_connects, Seahorse::Model::Operation.new.tap do |o|
|
2166
|
+
o.name = "DisassociateQueueQuickConnects"
|
2167
|
+
o.http_method = "POST"
|
2168
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/disassociate-quick-connects"
|
2169
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateQueueQuickConnectsRequest)
|
2170
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2175
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2176
|
+
end)
|
2177
|
+
|
1826
2178
|
api.add_operation(:disassociate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
1827
2179
|
o.name = "DisassociateRoutingProfileQueues"
|
1828
2180
|
o.http_method = "POST"
|
@@ -2117,6 +2469,25 @@ module Aws::Connect
|
|
2117
2469
|
)
|
2118
2470
|
end)
|
2119
2471
|
|
2472
|
+
api.add_operation(:list_queue_quick_connects, Seahorse::Model::Operation.new.tap do |o|
|
2473
|
+
o.name = "ListQueueQuickConnects"
|
2474
|
+
o.http_method = "GET"
|
2475
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/quick-connects"
|
2476
|
+
o.input = Shapes::ShapeRef.new(shape: ListQueueQuickConnectsRequest)
|
2477
|
+
o.output = Shapes::ShapeRef.new(shape: ListQueueQuickConnectsResponse)
|
2478
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2479
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2480
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2481
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2482
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2483
|
+
o[:pager] = Aws::Pager.new(
|
2484
|
+
limit_key: "max_results",
|
2485
|
+
tokens: {
|
2486
|
+
"next_token" => "next_token"
|
2487
|
+
}
|
2488
|
+
)
|
2489
|
+
end)
|
2490
|
+
|
2120
2491
|
api.add_operation(:list_queues, Seahorse::Model::Operation.new.tap do |o|
|
2121
2492
|
o.name = "ListQueues"
|
2122
2493
|
o.http_method = "GET"
|
@@ -2136,6 +2507,25 @@ module Aws::Connect
|
|
2136
2507
|
)
|
2137
2508
|
end)
|
2138
2509
|
|
2510
|
+
api.add_operation(:list_quick_connects, Seahorse::Model::Operation.new.tap do |o|
|
2511
|
+
o.name = "ListQuickConnects"
|
2512
|
+
o.http_method = "GET"
|
2513
|
+
o.http_request_uri = "/quick-connects/{InstanceId}"
|
2514
|
+
o.input = Shapes::ShapeRef.new(shape: ListQuickConnectsRequest)
|
2515
|
+
o.output = Shapes::ShapeRef.new(shape: ListQuickConnectsResponse)
|
2516
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2518
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2519
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2520
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2521
|
+
o[:pager] = Aws::Pager.new(
|
2522
|
+
limit_key: "max_results",
|
2523
|
+
tokens: {
|
2524
|
+
"next_token" => "next_token"
|
2525
|
+
}
|
2526
|
+
)
|
2527
|
+
end)
|
2528
|
+
|
2139
2529
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
2140
2530
|
o.name = "ListRoutingProfileQueues"
|
2141
2531
|
o.http_method = "GET"
|
@@ -2473,6 +2863,98 @@ module Aws::Connect
|
|
2473
2863
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2474
2864
|
end)
|
2475
2865
|
|
2866
|
+
api.add_operation(:update_queue_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
|
2867
|
+
o.name = "UpdateQueueHoursOfOperation"
|
2868
|
+
o.http_method = "POST"
|
2869
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/hours-of-operation"
|
2870
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueHoursOfOperationRequest)
|
2871
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2872
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2873
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2874
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2875
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2877
|
+
end)
|
2878
|
+
|
2879
|
+
api.add_operation(:update_queue_max_contacts, Seahorse::Model::Operation.new.tap do |o|
|
2880
|
+
o.name = "UpdateQueueMaxContacts"
|
2881
|
+
o.http_method = "POST"
|
2882
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/max-contacts"
|
2883
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueMaxContactsRequest)
|
2884
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2885
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2890
|
+
end)
|
2891
|
+
|
2892
|
+
api.add_operation(:update_queue_name, Seahorse::Model::Operation.new.tap do |o|
|
2893
|
+
o.name = "UpdateQueueName"
|
2894
|
+
o.http_method = "POST"
|
2895
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/name"
|
2896
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueNameRequest)
|
2897
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2898
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
2899
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2900
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2902
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2903
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2904
|
+
end)
|
2905
|
+
|
2906
|
+
api.add_operation(:update_queue_outbound_caller_config, Seahorse::Model::Operation.new.tap do |o|
|
2907
|
+
o.name = "UpdateQueueOutboundCallerConfig"
|
2908
|
+
o.http_method = "POST"
|
2909
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/outbound-caller-config"
|
2910
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueOutboundCallerConfigRequest)
|
2911
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2912
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2913
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2916
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2917
|
+
end)
|
2918
|
+
|
2919
|
+
api.add_operation(:update_queue_status, Seahorse::Model::Operation.new.tap do |o|
|
2920
|
+
o.name = "UpdateQueueStatus"
|
2921
|
+
o.http_method = "POST"
|
2922
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/status"
|
2923
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueStatusRequest)
|
2924
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2926
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2927
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2928
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2929
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2930
|
+
end)
|
2931
|
+
|
2932
|
+
api.add_operation(:update_quick_connect_config, Seahorse::Model::Operation.new.tap do |o|
|
2933
|
+
o.name = "UpdateQuickConnectConfig"
|
2934
|
+
o.http_method = "POST"
|
2935
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/config"
|
2936
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectConfigRequest)
|
2937
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2938
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2939
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2940
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2941
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2943
|
+
end)
|
2944
|
+
|
2945
|
+
api.add_operation(:update_quick_connect_name, Seahorse::Model::Operation.new.tap do |o|
|
2946
|
+
o.name = "UpdateQuickConnectName"
|
2947
|
+
o.http_method = "POST"
|
2948
|
+
o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/name"
|
2949
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectNameRequest)
|
2950
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2951
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2952
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2953
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2954
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2955
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2956
|
+
end)
|
2957
|
+
|
2476
2958
|
api.add_operation(:update_routing_profile_concurrency, Seahorse::Model::Operation.new.tap do |o|
|
2477
2959
|
o.name = "UpdateRoutingProfileConcurrency"
|
2478
2960
|
o.http_method = "POST"
|