aws-sdk-connect 1.36.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-connect.rb +1 -1
- data/lib/aws-sdk-connect/client.rb +1255 -94
- data/lib/aws-sdk-connect/client_api.rb +700 -0
- data/lib/aws-sdk-connect/types.rb +1691 -101
- metadata +4 -4
@@ -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')
|
@@ -55,12 +58,21 @@ module Aws::Connect
|
|
55
58
|
ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
|
56
59
|
ContactId = Shapes::StringShape.new(name: 'ContactId')
|
57
60
|
ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
|
61
|
+
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
58
62
|
CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
|
59
63
|
CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
|
60
64
|
CreateInstanceRequest = Shapes::StructureShape.new(name: 'CreateInstanceRequest')
|
61
65
|
CreateInstanceResponse = Shapes::StructureShape.new(name: 'CreateInstanceResponse')
|
66
|
+
CreateIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationRequest')
|
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')
|
62
72
|
CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
|
63
73
|
CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
|
74
|
+
CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
|
75
|
+
CreateUseCaseResponse = Shapes::StructureShape.new(name: 'CreateUseCaseResponse')
|
64
76
|
CreateUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupRequest')
|
65
77
|
CreateUserHierarchyGroupResponse = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupResponse')
|
66
78
|
CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
|
@@ -75,16 +87,25 @@ module Aws::Connect
|
|
75
87
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
76
88
|
Delay = Shapes::IntegerShape.new(name: 'Delay')
|
77
89
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
90
|
+
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
91
|
+
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
92
|
+
DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
|
78
93
|
DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
|
79
94
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
80
95
|
DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
|
81
96
|
DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
|
97
|
+
DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
|
98
|
+
DescribeHoursOfOperationResponse = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationResponse')
|
82
99
|
DescribeInstanceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeRequest')
|
83
100
|
DescribeInstanceAttributeResponse = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeResponse')
|
84
101
|
DescribeInstanceRequest = Shapes::StructureShape.new(name: 'DescribeInstanceRequest')
|
85
102
|
DescribeInstanceResponse = Shapes::StructureShape.new(name: 'DescribeInstanceResponse')
|
86
103
|
DescribeInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigRequest')
|
87
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')
|
88
109
|
DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
|
89
110
|
DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
|
90
111
|
DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
|
@@ -93,6 +114,7 @@ module Aws::Connect
|
|
93
114
|
DescribeUserHierarchyStructureResponse = Shapes::StructureShape.new(name: 'DescribeUserHierarchyStructureResponse')
|
94
115
|
DescribeUserRequest = Shapes::StructureShape.new(name: 'DescribeUserRequest')
|
95
116
|
DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
|
117
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
96
118
|
DestinationNotAllowedException = Shapes::StructureShape.new(name: 'DestinationNotAllowedException')
|
97
119
|
Dimensions = Shapes::StructureShape.new(name: 'Dimensions')
|
98
120
|
DirectoryAlias = Shapes::StringShape.new(name: 'DirectoryAlias')
|
@@ -103,6 +125,7 @@ module Aws::Connect
|
|
103
125
|
DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
|
104
126
|
DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
|
105
127
|
DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
|
128
|
+
DisassociateQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'DisassociateQueueQuickConnectsRequest')
|
106
129
|
DisassociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'DisassociateRoutingProfileQueuesRequest')
|
107
130
|
DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
|
108
131
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
@@ -143,10 +166,16 @@ module Aws::Connect
|
|
143
166
|
HistoricalMetricResults = Shapes::ListShape.new(name: 'HistoricalMetricResults')
|
144
167
|
HistoricalMetrics = Shapes::ListShape.new(name: 'HistoricalMetrics')
|
145
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')
|
146
174
|
HoursOfOperationId = Shapes::StringShape.new(name: 'HoursOfOperationId')
|
147
175
|
HoursOfOperationName = Shapes::StringShape.new(name: 'HoursOfOperationName')
|
148
176
|
HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
|
149
177
|
HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
|
178
|
+
HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
|
150
179
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
151
180
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
152
181
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -159,6 +188,10 @@ module Aws::Connect
|
|
159
188
|
InstanceStorageResourceType = Shapes::StringShape.new(name: 'InstanceStorageResourceType')
|
160
189
|
InstanceSummary = Shapes::StructureShape.new(name: 'InstanceSummary')
|
161
190
|
InstanceSummaryList = Shapes::ListShape.new(name: 'InstanceSummaryList')
|
191
|
+
IntegrationAssociationId = Shapes::StringShape.new(name: 'IntegrationAssociationId')
|
192
|
+
IntegrationAssociationSummary = Shapes::StructureShape.new(name: 'IntegrationAssociationSummary')
|
193
|
+
IntegrationAssociationSummaryList = Shapes::ListShape.new(name: 'IntegrationAssociationSummaryList')
|
194
|
+
IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
|
162
195
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
163
196
|
InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
|
164
197
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
@@ -183,6 +216,8 @@ module Aws::Connect
|
|
183
216
|
ListInstanceStorageConfigsResponse = Shapes::StructureShape.new(name: 'ListInstanceStorageConfigsResponse')
|
184
217
|
ListInstancesRequest = Shapes::StructureShape.new(name: 'ListInstancesRequest')
|
185
218
|
ListInstancesResponse = Shapes::StructureShape.new(name: 'ListInstancesResponse')
|
219
|
+
ListIntegrationAssociationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationAssociationsRequest')
|
220
|
+
ListIntegrationAssociationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationAssociationsResponse')
|
186
221
|
ListLambdaFunctionsRequest = Shapes::StructureShape.new(name: 'ListLambdaFunctionsRequest')
|
187
222
|
ListLambdaFunctionsResponse = Shapes::StructureShape.new(name: 'ListLambdaFunctionsResponse')
|
188
223
|
ListLexBotsRequest = Shapes::StructureShape.new(name: 'ListLexBotsRequest')
|
@@ -191,8 +226,12 @@ module Aws::Connect
|
|
191
226
|
ListPhoneNumbersResponse = Shapes::StructureShape.new(name: 'ListPhoneNumbersResponse')
|
192
227
|
ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
|
193
228
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
229
|
+
ListQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsRequest')
|
230
|
+
ListQueueQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsResponse')
|
194
231
|
ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
|
195
232
|
ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
|
233
|
+
ListQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQuickConnectsRequest')
|
234
|
+
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
196
235
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
197
236
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
198
237
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -203,6 +242,8 @@ module Aws::Connect
|
|
203
242
|
ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
|
204
243
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
205
244
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
245
|
+
ListUseCasesRequest = Shapes::StructureShape.new(name: 'ListUseCasesRequest')
|
246
|
+
ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
|
206
247
|
ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
|
207
248
|
ListUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsResponse')
|
208
249
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
@@ -216,9 +257,13 @@ module Aws::Connect
|
|
216
257
|
MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
|
217
258
|
MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
|
218
259
|
Message = Shapes::StringShape.new(name: 'Message')
|
260
|
+
MinutesLimit60 = Shapes::IntegerShape.new(name: 'MinutesLimit60')
|
261
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
219
262
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
220
263
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
221
264
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
265
|
+
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
266
|
+
OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
|
222
267
|
OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
|
223
268
|
OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
|
224
269
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
@@ -230,6 +275,7 @@ module Aws::Connect
|
|
230
275
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
231
276
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
232
277
|
PhoneNumberId = Shapes::StringShape.new(name: 'PhoneNumberId')
|
278
|
+
PhoneNumberQuickConnectConfig = Shapes::StructureShape.new(name: 'PhoneNumberQuickConnectConfig')
|
233
279
|
PhoneNumberSummary = Shapes::StructureShape.new(name: 'PhoneNumberSummary')
|
234
280
|
PhoneNumberSummaryList = Shapes::ListShape.new(name: 'PhoneNumberSummaryList')
|
235
281
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
@@ -244,14 +290,33 @@ module Aws::Connect
|
|
244
290
|
PromptName = Shapes::StringShape.new(name: 'PromptName')
|
245
291
|
PromptSummary = Shapes::StructureShape.new(name: 'PromptSummary')
|
246
292
|
PromptSummaryList = Shapes::ListShape.new(name: 'PromptSummaryList')
|
293
|
+
Queue = Shapes::StructureShape.new(name: 'Queue')
|
294
|
+
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
247
295
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
296
|
+
QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
|
248
297
|
QueueName = Shapes::StringShape.new(name: 'QueueName')
|
298
|
+
QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
|
249
299
|
QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
|
300
|
+
QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
|
250
301
|
QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
|
251
302
|
QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
|
252
303
|
QueueType = Shapes::StringShape.new(name: 'QueueType')
|
253
304
|
QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
|
254
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')
|
316
|
+
Reference = Shapes::StructureShape.new(name: 'Reference')
|
317
|
+
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
318
|
+
ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
|
319
|
+
ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
|
255
320
|
ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
|
256
321
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
257
322
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -280,12 +345,16 @@ module Aws::Connect
|
|
280
345
|
SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
|
281
346
|
SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
|
282
347
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
348
|
+
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
349
|
+
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
283
350
|
StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
|
284
351
|
StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
|
285
352
|
StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
|
286
353
|
StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
|
287
354
|
StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
|
288
355
|
StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
|
356
|
+
StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
|
357
|
+
StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
|
289
358
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
290
359
|
StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
|
291
360
|
StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
|
@@ -303,7 +372,9 @@ module Aws::Connect
|
|
303
372
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
304
373
|
ThresholdValue = Shapes::FloatShape.new(name: 'ThresholdValue')
|
305
374
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
375
|
+
TimeZone = Shapes::StringShape.new(name: 'TimeZone')
|
306
376
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
377
|
+
URI = Shapes::StringShape.new(name: 'URI')
|
307
378
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
308
379
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
309
380
|
UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
|
@@ -312,6 +383,13 @@ module Aws::Connect
|
|
312
383
|
UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
|
313
384
|
UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
|
314
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')
|
315
393
|
UpdateRoutingProfileConcurrencyRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileConcurrencyRequest')
|
316
394
|
UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
|
317
395
|
UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
|
@@ -323,11 +401,16 @@ module Aws::Connect
|
|
323
401
|
UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
|
324
402
|
UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
|
325
403
|
UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
|
404
|
+
UseCase = Shapes::StructureShape.new(name: 'UseCase')
|
405
|
+
UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
|
406
|
+
UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
|
407
|
+
UseCaseType = Shapes::StringShape.new(name: 'UseCaseType')
|
326
408
|
User = Shapes::StructureShape.new(name: 'User')
|
327
409
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
328
410
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
329
411
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
330
412
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
413
|
+
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
331
414
|
UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
|
332
415
|
UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
|
333
416
|
Value = Shapes::FloatShape.new(name: 'Value')
|
@@ -355,6 +438,11 @@ module Aws::Connect
|
|
355
438
|
AssociateLexBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, required: true, location_name: "LexBot"))
|
356
439
|
AssociateLexBotRequest.struct_class = Types::AssociateLexBotRequest
|
357
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
|
+
|
358
446
|
AssociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
359
447
|
AssociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
360
448
|
AssociateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
|
@@ -407,6 +495,9 @@ module Aws::Connect
|
|
407
495
|
ContactNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
408
496
|
ContactNotFoundException.struct_class = Types::ContactNotFoundException
|
409
497
|
|
498
|
+
ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
|
499
|
+
ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
|
500
|
+
|
410
501
|
CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
411
502
|
CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
|
412
503
|
CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
|
@@ -431,6 +522,43 @@ module Aws::Connect
|
|
431
522
|
CreateInstanceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
432
523
|
CreateInstanceResponse.struct_class = Types::CreateInstanceResponse
|
433
524
|
|
525
|
+
CreateIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
526
|
+
CreateIntegrationAssociationRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "IntegrationType"))
|
527
|
+
CreateIntegrationAssociationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "IntegrationArn"))
|
528
|
+
CreateIntegrationAssociationRequest.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "SourceApplicationUrl"))
|
529
|
+
CreateIntegrationAssociationRequest.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, required: true, location_name: "SourceApplicationName"))
|
530
|
+
CreateIntegrationAssociationRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "SourceType"))
|
531
|
+
CreateIntegrationAssociationRequest.struct_class = Types::CreateIntegrationAssociationRequest
|
532
|
+
|
533
|
+
CreateIntegrationAssociationResponse.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
534
|
+
CreateIntegrationAssociationResponse.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
|
535
|
+
CreateIntegrationAssociationResponse.struct_class = Types::CreateIntegrationAssociationResponse
|
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
|
+
|
434
562
|
CreateRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
435
563
|
CreateRoutingProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, required: true, location_name: "Name"))
|
436
564
|
CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
|
@@ -444,6 +572,15 @@ module Aws::Connect
|
|
444
572
|
CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
|
445
573
|
CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
|
446
574
|
|
575
|
+
CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
576
|
+
CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
577
|
+
CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
|
578
|
+
CreateUseCaseRequest.struct_class = Types::CreateUseCaseRequest
|
579
|
+
|
580
|
+
CreateUseCaseResponse.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
|
581
|
+
CreateUseCaseResponse.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
|
582
|
+
CreateUseCaseResponse.struct_class = Types::CreateUseCaseResponse
|
583
|
+
|
447
584
|
CreateUserHierarchyGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
|
448
585
|
CreateUserHierarchyGroupRequest.add_member(:parent_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "ParentGroupId"))
|
449
586
|
CreateUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -496,6 +633,19 @@ module Aws::Connect
|
|
496
633
|
DeleteInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
497
634
|
DeleteInstanceRequest.struct_class = Types::DeleteInstanceRequest
|
498
635
|
|
636
|
+
DeleteIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
637
|
+
DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
638
|
+
DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
|
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
|
+
|
644
|
+
DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
645
|
+
DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
646
|
+
DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
|
647
|
+
DeleteUseCaseRequest.struct_class = Types::DeleteUseCaseRequest
|
648
|
+
|
499
649
|
DeleteUserHierarchyGroupRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
|
500
650
|
DeleteUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
501
651
|
DeleteUserHierarchyGroupRequest.struct_class = Types::DeleteUserHierarchyGroupRequest
|
@@ -511,6 +661,13 @@ module Aws::Connect
|
|
511
661
|
DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
|
512
662
|
DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
|
513
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
|
+
|
514
671
|
DescribeInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
515
672
|
DescribeInstanceAttributeRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, required: true, location: "uri", location_name: "AttributeType"))
|
516
673
|
DescribeInstanceAttributeRequest.struct_class = Types::DescribeInstanceAttributeRequest
|
@@ -532,6 +689,20 @@ module Aws::Connect
|
|
532
689
|
DescribeInstanceStorageConfigResponse.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, location_name: "StorageConfig"))
|
533
690
|
DescribeInstanceStorageConfigResponse.struct_class = Types::DescribeInstanceStorageConfigResponse
|
534
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
|
+
|
535
706
|
DescribeRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
536
707
|
DescribeRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
537
708
|
DescribeRoutingProfileRequest.struct_class = Types::DescribeRoutingProfileRequest
|
@@ -584,6 +755,11 @@ module Aws::Connect
|
|
584
755
|
DisassociateLexBotRequest.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location: "querystring", location_name: "lexRegion"))
|
585
756
|
DisassociateLexBotRequest.struct_class = Types::DisassociateLexBotRequest
|
586
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
|
+
|
587
763
|
DisassociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
588
764
|
DisassociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
589
765
|
DisassociateRoutingProfileQueuesRequest.add_member(:queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList, required: true, location_name: "QueueReferences"))
|
@@ -711,6 +887,22 @@ module Aws::Connect
|
|
711
887
|
|
712
888
|
HistoricalMetrics.member = Shapes::ShapeRef.new(shape: HistoricalMetric)
|
713
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
|
+
|
714
906
|
HoursOfOperationSummary.add_member(:id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "Id"))
|
715
907
|
HoursOfOperationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
716
908
|
HoursOfOperationSummary.add_member(:name, Shapes::ShapeRef.new(shape: HoursOfOperationName, location_name: "Name"))
|
@@ -718,6 +910,10 @@ module Aws::Connect
|
|
718
910
|
|
719
911
|
HoursOfOperationSummaryList.member = Shapes::ShapeRef.new(shape: HoursOfOperationSummary)
|
720
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
|
+
|
721
917
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
722
918
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
723
919
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -756,6 +952,18 @@ module Aws::Connect
|
|
756
952
|
|
757
953
|
InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary)
|
758
954
|
|
955
|
+
IntegrationAssociationSummary.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
956
|
+
IntegrationAssociationSummary.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
|
957
|
+
IntegrationAssociationSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
958
|
+
IntegrationAssociationSummary.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "IntegrationType"))
|
959
|
+
IntegrationAssociationSummary.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationArn"))
|
960
|
+
IntegrationAssociationSummary.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, location_name: "SourceApplicationUrl"))
|
961
|
+
IntegrationAssociationSummary.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, location_name: "SourceApplicationName"))
|
962
|
+
IntegrationAssociationSummary.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
963
|
+
IntegrationAssociationSummary.struct_class = Types::IntegrationAssociationSummary
|
964
|
+
|
965
|
+
IntegrationAssociationSummaryList.member = Shapes::ShapeRef.new(shape: IntegrationAssociationSummary)
|
966
|
+
|
759
967
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
760
968
|
InternalServiceException.struct_class = Types::InternalServiceException
|
761
969
|
|
@@ -843,6 +1051,15 @@ module Aws::Connect
|
|
843
1051
|
ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
844
1052
|
ListInstancesResponse.struct_class = Types::ListInstancesResponse
|
845
1053
|
|
1054
|
+
ListIntegrationAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1055
|
+
ListIntegrationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1056
|
+
ListIntegrationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1057
|
+
ListIntegrationAssociationsRequest.struct_class = Types::ListIntegrationAssociationsRequest
|
1058
|
+
|
1059
|
+
ListIntegrationAssociationsResponse.add_member(:integration_association_summary_list, Shapes::ShapeRef.new(shape: IntegrationAssociationSummaryList, location_name: "IntegrationAssociationSummaryList"))
|
1060
|
+
ListIntegrationAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1061
|
+
ListIntegrationAssociationsResponse.struct_class = Types::ListIntegrationAssociationsResponse
|
1062
|
+
|
846
1063
|
ListLambdaFunctionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
847
1064
|
ListLambdaFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
848
1065
|
ListLambdaFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -881,6 +1098,16 @@ module Aws::Connect
|
|
881
1098
|
ListPromptsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
882
1099
|
ListPromptsResponse.struct_class = Types::ListPromptsResponse
|
883
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
|
+
|
884
1111
|
ListQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
885
1112
|
ListQueuesRequest.add_member(:queue_types, Shapes::ShapeRef.new(shape: QueueTypes, location: "querystring", location_name: "queueTypes"))
|
886
1113
|
ListQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -891,6 +1118,16 @@ module Aws::Connect
|
|
891
1118
|
ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
892
1119
|
ListQueuesResponse.struct_class = Types::ListQueuesResponse
|
893
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
|
+
|
894
1131
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
895
1132
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
896
1133
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -934,6 +1171,16 @@ module Aws::Connect
|
|
934
1171
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
935
1172
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
936
1173
|
|
1174
|
+
ListUseCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1175
|
+
ListUseCasesRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
1176
|
+
ListUseCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1177
|
+
ListUseCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1178
|
+
ListUseCasesRequest.struct_class = Types::ListUseCasesRequest
|
1179
|
+
|
1180
|
+
ListUseCasesResponse.add_member(:use_case_summary_list, Shapes::ShapeRef.new(shape: UseCaseSummaryList, location_name: "UseCaseSummaryList"))
|
1181
|
+
ListUseCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1182
|
+
ListUseCasesResponse.struct_class = Types::ListUseCasesResponse
|
1183
|
+
|
937
1184
|
ListUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
938
1185
|
ListUserHierarchyGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
939
1186
|
ListUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -960,6 +1207,11 @@ module Aws::Connect
|
|
960
1207
|
|
961
1208
|
OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
962
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
|
+
|
963
1215
|
OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
964
1216
|
OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
|
965
1217
|
|
@@ -968,6 +1220,9 @@ module Aws::Connect
|
|
968
1220
|
|
969
1221
|
PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
|
970
1222
|
|
1223
|
+
PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
1224
|
+
PhoneNumberQuickConnectConfig.struct_class = Types::PhoneNumberQuickConnectConfig
|
1225
|
+
|
971
1226
|
PhoneNumberSummary.add_member(:id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "Id"))
|
972
1227
|
PhoneNumberSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
973
1228
|
PhoneNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
@@ -991,6 +1246,21 @@ module Aws::Connect
|
|
991
1246
|
|
992
1247
|
PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
|
993
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
|
+
|
994
1264
|
QueueReference.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
995
1265
|
QueueReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
996
1266
|
QueueReference.struct_class = Types::QueueReference
|
@@ -1007,6 +1277,36 @@ module Aws::Connect
|
|
1007
1277
|
|
1008
1278
|
Queues.member = Shapes::ShapeRef.new(shape: QueueId)
|
1009
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
|
+
|
1306
|
+
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
|
1307
|
+
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
1308
|
+
Reference.struct_class = Types::Reference
|
1309
|
+
|
1010
1310
|
ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1011
1311
|
ResourceConflictException.struct_class = Types::ResourceConflictException
|
1012
1312
|
|
@@ -1122,6 +1422,19 @@ module Aws::Connect
|
|
1122
1422
|
StartOutboundVoiceContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
1123
1423
|
StartOutboundVoiceContactResponse.struct_class = Types::StartOutboundVoiceContactResponse
|
1124
1424
|
|
1425
|
+
StartTaskContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
1426
|
+
StartTaskContactRequest.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
|
1427
|
+
StartTaskContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
1428
|
+
StartTaskContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
1429
|
+
StartTaskContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
1430
|
+
StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
1431
|
+
StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1432
|
+
StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1433
|
+
StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
|
1434
|
+
|
1435
|
+
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
1436
|
+
StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
|
1437
|
+
|
1125
1438
|
StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
1126
1439
|
StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
1127
1440
|
StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
@@ -1191,6 +1504,43 @@ module Aws::Connect
|
|
1191
1504
|
UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
1192
1505
|
UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
|
1193
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
|
+
|
1194
1544
|
UpdateRoutingProfileConcurrencyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1195
1545
|
UpdateRoutingProfileConcurrencyRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
1196
1546
|
UpdateRoutingProfileConcurrencyRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
|
@@ -1246,6 +1596,13 @@ module Aws::Connect
|
|
1246
1596
|
UpdateUserSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1247
1597
|
UpdateUserSecurityProfilesRequest.struct_class = Types::UpdateUserSecurityProfilesRequest
|
1248
1598
|
|
1599
|
+
UseCase.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
|
1600
|
+
UseCase.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
|
1601
|
+
UseCase.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, location_name: "UseCaseType"))
|
1602
|
+
UseCase.struct_class = Types::UseCase
|
1603
|
+
|
1604
|
+
UseCaseSummaryList.member = Shapes::ShapeRef.new(shape: UseCase)
|
1605
|
+
|
1249
1606
|
User.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
|
1250
1607
|
User.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1251
1608
|
User.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
|
@@ -1272,6 +1629,10 @@ module Aws::Connect
|
|
1272
1629
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
1273
1630
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
1274
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
|
+
|
1275
1636
|
UserSummary.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
|
1276
1637
|
UserSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1277
1638
|
UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
|
@@ -1360,6 +1721,20 @@ module Aws::Connect
|
|
1360
1721
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1361
1722
|
end)
|
1362
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
|
+
|
1363
1738
|
api.add_operation(:associate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
1364
1739
|
o.name = "AssociateRoutingProfileQueues"
|
1365
1740
|
o.http_method = "POST"
|
@@ -1417,6 +1792,49 @@ module Aws::Connect
|
|
1417
1792
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1418
1793
|
end)
|
1419
1794
|
|
1795
|
+
api.add_operation(:create_integration_association, Seahorse::Model::Operation.new.tap do |o|
|
1796
|
+
o.name = "CreateIntegrationAssociation"
|
1797
|
+
o.http_method = "PUT"
|
1798
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations"
|
1799
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationAssociationRequest)
|
1800
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationAssociationResponse)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1803
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1804
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1805
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1806
|
+
end)
|
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
|
+
|
1420
1838
|
api.add_operation(:create_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1421
1839
|
o.name = "CreateRoutingProfile"
|
1422
1840
|
o.http_method = "PUT"
|
@@ -1432,6 +1850,19 @@ module Aws::Connect
|
|
1432
1850
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1433
1851
|
end)
|
1434
1852
|
|
1853
|
+
api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
|
1854
|
+
o.name = "CreateUseCase"
|
1855
|
+
o.http_method = "PUT"
|
1856
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
|
1857
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUseCaseRequest)
|
1858
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUseCaseResponse)
|
1859
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1860
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1862
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1863
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1864
|
+
end)
|
1865
|
+
|
1435
1866
|
api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
|
1436
1867
|
o.name = "CreateUser"
|
1437
1868
|
o.http_method = "PUT"
|
@@ -1473,6 +1904,43 @@ module Aws::Connect
|
|
1473
1904
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1474
1905
|
end)
|
1475
1906
|
|
1907
|
+
api.add_operation(:delete_integration_association, Seahorse::Model::Operation.new.tap do |o|
|
1908
|
+
o.name = "DeleteIntegrationAssociation"
|
1909
|
+
o.http_method = "DELETE"
|
1910
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}"
|
1911
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationAssociationRequest)
|
1912
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1916
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1917
|
+
end)
|
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
|
+
|
1932
|
+
api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
|
1933
|
+
o.name = "DeleteUseCase"
|
1934
|
+
o.http_method = "DELETE"
|
1935
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}"
|
1936
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUseCaseRequest)
|
1937
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1942
|
+
end)
|
1943
|
+
|
1476
1944
|
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
1477
1945
|
o.name = "DeleteUser"
|
1478
1946
|
o.http_method = "DELETE"
|
@@ -1514,6 +1982,19 @@ module Aws::Connect
|
|
1514
1982
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1515
1983
|
end)
|
1516
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
|
+
|
1517
1998
|
api.add_operation(:describe_instance, Seahorse::Model::Operation.new.tap do |o|
|
1518
1999
|
o.name = "DescribeInstance"
|
1519
2000
|
o.http_method = "GET"
|
@@ -1551,6 +2032,32 @@ module Aws::Connect
|
|
1551
2032
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1552
2033
|
end)
|
1553
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
|
+
|
1554
2061
|
api.add_operation(:describe_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
1555
2062
|
o.name = "DescribeRoutingProfile"
|
1556
2063
|
o.http_method = "GET"
|
@@ -1655,6 +2162,19 @@ module Aws::Connect
|
|
1655
2162
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1656
2163
|
end)
|
1657
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
|
+
|
1658
2178
|
api.add_operation(:disassociate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
1659
2179
|
o.name = "DisassociateRoutingProfileQueues"
|
1660
2180
|
o.http_method = "POST"
|
@@ -1855,6 +2375,24 @@ module Aws::Connect
|
|
1855
2375
|
)
|
1856
2376
|
end)
|
1857
2377
|
|
2378
|
+
api.add_operation(:list_integration_associations, Seahorse::Model::Operation.new.tap do |o|
|
2379
|
+
o.name = "ListIntegrationAssociations"
|
2380
|
+
o.http_method = "GET"
|
2381
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations"
|
2382
|
+
o.input = Shapes::ShapeRef.new(shape: ListIntegrationAssociationsRequest)
|
2383
|
+
o.output = Shapes::ShapeRef.new(shape: ListIntegrationAssociationsResponse)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2386
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2387
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2388
|
+
o[:pager] = Aws::Pager.new(
|
2389
|
+
limit_key: "max_results",
|
2390
|
+
tokens: {
|
2391
|
+
"next_token" => "next_token"
|
2392
|
+
}
|
2393
|
+
)
|
2394
|
+
end)
|
2395
|
+
|
1858
2396
|
api.add_operation(:list_lambda_functions, Seahorse::Model::Operation.new.tap do |o|
|
1859
2397
|
o.name = "ListLambdaFunctions"
|
1860
2398
|
o.http_method = "GET"
|
@@ -1931,6 +2469,25 @@ module Aws::Connect
|
|
1931
2469
|
)
|
1932
2470
|
end)
|
1933
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
|
+
|
1934
2491
|
api.add_operation(:list_queues, Seahorse::Model::Operation.new.tap do |o|
|
1935
2492
|
o.name = "ListQueues"
|
1936
2493
|
o.http_method = "GET"
|
@@ -1950,6 +2507,25 @@ module Aws::Connect
|
|
1950
2507
|
)
|
1951
2508
|
end)
|
1952
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
|
+
|
1953
2529
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
1954
2530
|
o.name = "ListRoutingProfileQueues"
|
1955
2531
|
o.http_method = "GET"
|
@@ -2039,6 +2615,24 @@ module Aws::Connect
|
|
2039
2615
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2040
2616
|
end)
|
2041
2617
|
|
2618
|
+
api.add_operation(:list_use_cases, Seahorse::Model::Operation.new.tap do |o|
|
2619
|
+
o.name = "ListUseCases"
|
2620
|
+
o.http_method = "GET"
|
2621
|
+
o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
|
2622
|
+
o.input = Shapes::ShapeRef.new(shape: ListUseCasesRequest)
|
2623
|
+
o.output = Shapes::ShapeRef.new(shape: ListUseCasesResponse)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2627
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2628
|
+
o[:pager] = Aws::Pager.new(
|
2629
|
+
limit_key: "max_results",
|
2630
|
+
tokens: {
|
2631
|
+
"next_token" => "next_token"
|
2632
|
+
}
|
2633
|
+
)
|
2634
|
+
end)
|
2635
|
+
|
2042
2636
|
api.add_operation(:list_user_hierarchy_groups, Seahorse::Model::Operation.new.tap do |o|
|
2043
2637
|
o.name = "ListUserHierarchyGroups"
|
2044
2638
|
o.http_method = "GET"
|
@@ -2128,6 +2722,20 @@ module Aws::Connect
|
|
2128
2722
|
o.errors << Shapes::ShapeRef.new(shape: OutboundContactNotPermittedException)
|
2129
2723
|
end)
|
2130
2724
|
|
2725
|
+
api.add_operation(:start_task_contact, Seahorse::Model::Operation.new.tap do |o|
|
2726
|
+
o.name = "StartTaskContact"
|
2727
|
+
o.http_method = "PUT"
|
2728
|
+
o.http_request_uri = "/contact/task"
|
2729
|
+
o.input = Shapes::ShapeRef.new(shape: StartTaskContactRequest)
|
2730
|
+
o.output = Shapes::ShapeRef.new(shape: StartTaskContactResponse)
|
2731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2735
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2736
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2737
|
+
end)
|
2738
|
+
|
2131
2739
|
api.add_operation(:stop_contact, Seahorse::Model::Operation.new.tap do |o|
|
2132
2740
|
o.name = "StopContact"
|
2133
2741
|
o.http_method = "POST"
|
@@ -2255,6 +2863,98 @@ module Aws::Connect
|
|
2255
2863
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2256
2864
|
end)
|
2257
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
|
+
|
2258
2958
|
api.add_operation(:update_routing_profile_concurrency, Seahorse::Model::Operation.new.tap do |o|
|
2259
2959
|
o.name = "UpdateRoutingProfileConcurrency"
|
2260
2960
|
o.http_method = "POST"
|