aws-sdk-connect 1.70.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +648 -9
- data/lib/aws-sdk-connect/client_api.rb +442 -1
- data/lib/aws-sdk-connect/errors.rb +21 -0
- data/lib/aws-sdk-connect/types.rb +1466 -26
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -16,6 +16,8 @@ module Aws::Connect
|
|
16
16
|
ARN = Shapes::StringShape.new(name: 'ARN')
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
18
|
AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
|
19
|
+
AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
|
20
|
+
AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
|
19
21
|
AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
|
20
22
|
AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
|
21
23
|
AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
|
@@ -25,6 +27,7 @@ module Aws::Connect
|
|
25
27
|
AgentStatusId = Shapes::StringShape.new(name: 'AgentStatusId')
|
26
28
|
AgentStatusName = Shapes::StringShape.new(name: 'AgentStatusName')
|
27
29
|
AgentStatusOrderNumber = Shapes::IntegerShape.new(name: 'AgentStatusOrderNumber')
|
30
|
+
AgentStatusReference = Shapes::StructureShape.new(name: 'AgentStatusReference')
|
28
31
|
AgentStatusState = Shapes::StringShape.new(name: 'AgentStatusState')
|
29
32
|
AgentStatusSummary = Shapes::StructureShape.new(name: 'AgentStatusSummary')
|
30
33
|
AgentStatusSummaryList = Shapes::ListShape.new(name: 'AgentStatusSummaryList')
|
@@ -62,6 +65,7 @@ module Aws::Connect
|
|
62
65
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
63
66
|
CampaignId = Shapes::StringShape.new(name: 'CampaignId')
|
64
67
|
Channel = Shapes::StringShape.new(name: 'Channel')
|
68
|
+
ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
|
65
69
|
Channels = Shapes::ListShape.new(name: 'Channels')
|
66
70
|
ChatContent = Shapes::StringShape.new(name: 'ChatContent')
|
67
71
|
ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
|
@@ -77,6 +81,7 @@ module Aws::Connect
|
|
77
81
|
Comparison = Shapes::StringShape.new(name: 'Comparison')
|
78
82
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
79
83
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
84
|
+
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
80
85
|
ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
|
81
86
|
ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
|
82
87
|
ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
|
@@ -101,6 +106,8 @@ module Aws::Connect
|
|
101
106
|
ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
|
102
107
|
ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
|
103
108
|
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
109
|
+
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
110
|
+
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
104
111
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
105
112
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
106
113
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
@@ -122,6 +129,8 @@ module Aws::Connect
|
|
122
129
|
CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
|
123
130
|
CreateSecurityProfileRequest = Shapes::StructureShape.new(name: 'CreateSecurityProfileRequest')
|
124
131
|
CreateSecurityProfileResponse = Shapes::StructureShape.new(name: 'CreateSecurityProfileResponse')
|
132
|
+
CreateTaskTemplateRequest = Shapes::StructureShape.new(name: 'CreateTaskTemplateRequest')
|
133
|
+
CreateTaskTemplateResponse = Shapes::StructureShape.new(name: 'CreateTaskTemplateResponse')
|
125
134
|
CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
|
126
135
|
CreateUseCaseResponse = Shapes::StructureShape.new(name: 'CreateUseCaseResponse')
|
127
136
|
CreateUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupRequest')
|
@@ -138,6 +147,7 @@ module Aws::Connect
|
|
138
147
|
CurrentMetricResult = Shapes::StructureShape.new(name: 'CurrentMetricResult')
|
139
148
|
CurrentMetricResults = Shapes::ListShape.new(name: 'CurrentMetricResults')
|
140
149
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
150
|
+
DateReference = Shapes::StructureShape.new(name: 'DateReference')
|
141
151
|
DefaultVocabulary = Shapes::StructureShape.new(name: 'DefaultVocabulary')
|
142
152
|
DefaultVocabularyList = Shapes::ListShape.new(name: 'DefaultVocabularyList')
|
143
153
|
Delay = Shapes::IntegerShape.new(name: 'Delay')
|
@@ -149,6 +159,8 @@ module Aws::Connect
|
|
149
159
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
150
160
|
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
151
161
|
DeleteSecurityProfileRequest = Shapes::StructureShape.new(name: 'DeleteSecurityProfileRequest')
|
162
|
+
DeleteTaskTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTaskTemplateRequest')
|
163
|
+
DeleteTaskTemplateResponse = Shapes::StructureShape.new(name: 'DeleteTaskTemplateResponse')
|
152
164
|
DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
|
153
165
|
DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
|
154
166
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
@@ -207,6 +219,7 @@ module Aws::Connect
|
|
207
219
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
208
220
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
209
221
|
Email = Shapes::StringShape.new(name: 'Email')
|
222
|
+
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
210
223
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
211
224
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
212
225
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
@@ -216,10 +229,14 @@ module Aws::Connect
|
|
216
229
|
GetContactAttributesResponse = Shapes::StructureShape.new(name: 'GetContactAttributesResponse')
|
217
230
|
GetCurrentMetricDataRequest = Shapes::StructureShape.new(name: 'GetCurrentMetricDataRequest')
|
218
231
|
GetCurrentMetricDataResponse = Shapes::StructureShape.new(name: 'GetCurrentMetricDataResponse')
|
232
|
+
GetCurrentUserDataRequest = Shapes::StructureShape.new(name: 'GetCurrentUserDataRequest')
|
233
|
+
GetCurrentUserDataResponse = Shapes::StructureShape.new(name: 'GetCurrentUserDataResponse')
|
219
234
|
GetFederationTokenRequest = Shapes::StructureShape.new(name: 'GetFederationTokenRequest')
|
220
235
|
GetFederationTokenResponse = Shapes::StructureShape.new(name: 'GetFederationTokenResponse')
|
221
236
|
GetMetricDataRequest = Shapes::StructureShape.new(name: 'GetMetricDataRequest')
|
222
237
|
GetMetricDataResponse = Shapes::StructureShape.new(name: 'GetMetricDataResponse')
|
238
|
+
GetTaskTemplateRequest = Shapes::StructureShape.new(name: 'GetTaskTemplateRequest')
|
239
|
+
GetTaskTemplateResponse = Shapes::StructureShape.new(name: 'GetTaskTemplateResponse')
|
223
240
|
Grouping = Shapes::StringShape.new(name: 'Grouping')
|
224
241
|
Groupings = Shapes::ListShape.new(name: 'Groupings')
|
225
242
|
HierarchyGroup = Shapes::StructureShape.new(name: 'HierarchyGroup')
|
@@ -229,11 +246,13 @@ module Aws::Connect
|
|
229
246
|
HierarchyGroupName = Shapes::StringShape.new(name: 'HierarchyGroupName')
|
230
247
|
HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
|
231
248
|
HierarchyGroupSummaryList = Shapes::ListShape.new(name: 'HierarchyGroupSummaryList')
|
249
|
+
HierarchyGroupSummaryReference = Shapes::StructureShape.new(name: 'HierarchyGroupSummaryReference')
|
232
250
|
HierarchyLevel = Shapes::StructureShape.new(name: 'HierarchyLevel')
|
233
251
|
HierarchyLevelId = Shapes::StringShape.new(name: 'HierarchyLevelId')
|
234
252
|
HierarchyLevelName = Shapes::StringShape.new(name: 'HierarchyLevelName')
|
235
253
|
HierarchyLevelUpdate = Shapes::StructureShape.new(name: 'HierarchyLevelUpdate')
|
236
254
|
HierarchyPath = Shapes::StructureShape.new(name: 'HierarchyPath')
|
255
|
+
HierarchyPathReference = Shapes::StructureShape.new(name: 'HierarchyPathReference')
|
237
256
|
HierarchyStructure = Shapes::StructureShape.new(name: 'HierarchyStructure')
|
238
257
|
HierarchyStructureUpdate = Shapes::StructureShape.new(name: 'HierarchyStructureUpdate')
|
239
258
|
HistoricalMetric = Shapes::StructureShape.new(name: 'HistoricalMetric')
|
@@ -268,6 +287,7 @@ module Aws::Connect
|
|
268
287
|
InstanceStorageResourceType = Shapes::StringShape.new(name: 'InstanceStorageResourceType')
|
269
288
|
InstanceSummary = Shapes::StructureShape.new(name: 'InstanceSummary')
|
270
289
|
InstanceSummaryList = Shapes::ListShape.new(name: 'InstanceSummaryList')
|
290
|
+
IntegerCount = Shapes::IntegerShape.new(name: 'IntegerCount')
|
271
291
|
IntegrationAssociationId = Shapes::StringShape.new(name: 'IntegrationAssociationId')
|
272
292
|
IntegrationAssociationSummary = Shapes::StructureShape.new(name: 'IntegrationAssociationSummary')
|
273
293
|
IntegrationAssociationSummaryList = Shapes::ListShape.new(name: 'IntegrationAssociationSummaryList')
|
@@ -277,6 +297,8 @@ module Aws::Connect
|
|
277
297
|
InvalidContactFlowModuleException = Shapes::StructureShape.new(name: 'InvalidContactFlowModuleException')
|
278
298
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
279
299
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
300
|
+
InvisibleFieldInfo = Shapes::StructureShape.new(name: 'InvisibleFieldInfo')
|
301
|
+
InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
|
280
302
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
281
303
|
KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
|
282
304
|
KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
|
@@ -344,6 +366,8 @@ module Aws::Connect
|
|
344
366
|
ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
|
345
367
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
346
368
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
369
|
+
ListTaskTemplatesRequest = Shapes::StructureShape.new(name: 'ListTaskTemplatesRequest')
|
370
|
+
ListTaskTemplatesResponse = Shapes::StructureShape.new(name: 'ListTaskTemplatesResponse')
|
347
371
|
ListUseCasesRequest = Shapes::StructureShape.new(name: 'ListUseCasesRequest')
|
348
372
|
ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
|
349
373
|
ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
|
@@ -363,6 +387,7 @@ module Aws::Connect
|
|
363
387
|
Name = Shapes::StringShape.new(name: 'Name')
|
364
388
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
365
389
|
NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
|
390
|
+
NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
|
366
391
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
367
392
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
368
393
|
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
@@ -399,6 +424,12 @@ module Aws::Connect
|
|
399
424
|
PromptName = Shapes::StringShape.new(name: 'PromptName')
|
400
425
|
PromptSummary = Shapes::StructureShape.new(name: 'PromptSummary')
|
401
426
|
PromptSummaryList = Shapes::ListShape.new(name: 'PromptSummaryList')
|
427
|
+
PropertyValidationException = Shapes::StructureShape.new(name: 'PropertyValidationException')
|
428
|
+
PropertyValidationExceptionProperty = Shapes::StructureShape.new(name: 'PropertyValidationExceptionProperty')
|
429
|
+
PropertyValidationExceptionPropertyList = Shapes::ListShape.new(name: 'PropertyValidationExceptionPropertyList')
|
430
|
+
PropertyValidationExceptionReason = Shapes::StringShape.new(name: 'PropertyValidationExceptionReason')
|
431
|
+
PutUserStatusRequest = Shapes::StructureShape.new(name: 'PutUserStatusRequest')
|
432
|
+
PutUserStatusResponse = Shapes::StructureShape.new(name: 'PutUserStatusResponse')
|
402
433
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
403
434
|
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
404
435
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
@@ -423,6 +454,8 @@ module Aws::Connect
|
|
423
454
|
QuickConnectType = Shapes::StringShape.new(name: 'QuickConnectType')
|
424
455
|
QuickConnectTypes = Shapes::ListShape.new(name: 'QuickConnectTypes')
|
425
456
|
QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
|
457
|
+
ReadOnlyFieldInfo = Shapes::StructureShape.new(name: 'ReadOnlyFieldInfo')
|
458
|
+
ReadOnlyTaskTemplateFields = Shapes::ListShape.new(name: 'ReadOnlyTaskTemplateFields')
|
426
459
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
427
460
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
428
461
|
ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
|
@@ -432,6 +465,8 @@ module Aws::Connect
|
|
432
465
|
ReferenceTypes = Shapes::ListShape.new(name: 'ReferenceTypes')
|
433
466
|
ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
|
434
467
|
ReleasePhoneNumberRequest = Shapes::StructureShape.new(name: 'ReleasePhoneNumberRequest')
|
468
|
+
RequiredFieldInfo = Shapes::StructureShape.new(name: 'RequiredFieldInfo')
|
469
|
+
RequiredTaskTemplateFields = Shapes::ListShape.new(name: 'RequiredTaskTemplateFields')
|
435
470
|
ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
|
436
471
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
437
472
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -448,6 +483,7 @@ module Aws::Connect
|
|
448
483
|
RoutingProfileQueueConfigSummaryList = Shapes::ListShape.new(name: 'RoutingProfileQueueConfigSummaryList')
|
449
484
|
RoutingProfileQueueReference = Shapes::StructureShape.new(name: 'RoutingProfileQueueReference')
|
450
485
|
RoutingProfileQueueReferenceList = Shapes::ListShape.new(name: 'RoutingProfileQueueReferenceList')
|
486
|
+
RoutingProfileReference = Shapes::StructureShape.new(name: 'RoutingProfileReference')
|
451
487
|
RoutingProfileSummary = Shapes::StructureShape.new(name: 'RoutingProfileSummary')
|
452
488
|
RoutingProfileSummaryList = Shapes::ListShape.new(name: 'RoutingProfileSummaryList')
|
453
489
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
@@ -469,6 +505,8 @@ module Aws::Connect
|
|
469
505
|
SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
|
470
506
|
SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
|
471
507
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
508
|
+
SingleSelectOptions = Shapes::ListShape.new(name: 'SingleSelectOptions')
|
509
|
+
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
472
510
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
473
511
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
474
512
|
StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
|
@@ -493,6 +531,7 @@ module Aws::Connect
|
|
493
531
|
String = Shapes::StringShape.new(name: 'String')
|
494
532
|
StringComparisonType = Shapes::StringShape.new(name: 'StringComparisonType')
|
495
533
|
StringCondition = Shapes::StructureShape.new(name: 'StringCondition')
|
534
|
+
StringReference = Shapes::StructureShape.new(name: 'StringReference')
|
496
535
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
497
536
|
SupportedMessagingContentTypes = Shapes::ListShape.new(name: 'SupportedMessagingContentTypes')
|
498
537
|
SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
|
@@ -505,12 +544,33 @@ module Aws::Connect
|
|
505
544
|
TagOrConditionList = Shapes::ListShape.new(name: 'TagOrConditionList')
|
506
545
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
507
546
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
547
|
+
TaskTemplateArn = Shapes::StringShape.new(name: 'TaskTemplateArn')
|
548
|
+
TaskTemplateConstraints = Shapes::StructureShape.new(name: 'TaskTemplateConstraints')
|
549
|
+
TaskTemplateDefaultFieldValue = Shapes::StructureShape.new(name: 'TaskTemplateDefaultFieldValue')
|
550
|
+
TaskTemplateDefaultFieldValueList = Shapes::ListShape.new(name: 'TaskTemplateDefaultFieldValueList')
|
551
|
+
TaskTemplateDefaults = Shapes::StructureShape.new(name: 'TaskTemplateDefaults')
|
552
|
+
TaskTemplateDescription = Shapes::StringShape.new(name: 'TaskTemplateDescription')
|
553
|
+
TaskTemplateField = Shapes::StructureShape.new(name: 'TaskTemplateField')
|
554
|
+
TaskTemplateFieldDescription = Shapes::StringShape.new(name: 'TaskTemplateFieldDescription')
|
555
|
+
TaskTemplateFieldIdentifier = Shapes::StructureShape.new(name: 'TaskTemplateFieldIdentifier')
|
556
|
+
TaskTemplateFieldName = Shapes::StringShape.new(name: 'TaskTemplateFieldName')
|
557
|
+
TaskTemplateFieldType = Shapes::StringShape.new(name: 'TaskTemplateFieldType')
|
558
|
+
TaskTemplateFieldValue = Shapes::StringShape.new(name: 'TaskTemplateFieldValue')
|
559
|
+
TaskTemplateFields = Shapes::ListShape.new(name: 'TaskTemplateFields')
|
560
|
+
TaskTemplateId = Shapes::StringShape.new(name: 'TaskTemplateId')
|
561
|
+
TaskTemplateList = Shapes::ListShape.new(name: 'TaskTemplateList')
|
562
|
+
TaskTemplateMetadata = Shapes::StructureShape.new(name: 'TaskTemplateMetadata')
|
563
|
+
TaskTemplateName = Shapes::StringShape.new(name: 'TaskTemplateName')
|
564
|
+
TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
|
565
|
+
TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
|
508
566
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
509
567
|
ThresholdValue = Shapes::FloatShape.new(name: 'ThresholdValue')
|
510
568
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
511
569
|
TimeZone = Shapes::StringShape.new(name: 'TimeZone')
|
512
570
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
513
571
|
TrafficType = Shapes::StringShape.new(name: 'TrafficType')
|
572
|
+
TransferContactRequest = Shapes::StructureShape.new(name: 'TransferContactRequest')
|
573
|
+
TransferContactResponse = Shapes::StructureShape.new(name: 'TransferContactResponse')
|
514
574
|
URI = Shapes::StringShape.new(name: 'URI')
|
515
575
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
516
576
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
@@ -548,6 +608,8 @@ module Aws::Connect
|
|
548
608
|
UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
|
549
609
|
UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
|
550
610
|
UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
|
611
|
+
UpdateTaskTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTaskTemplateRequest')
|
612
|
+
UpdateTaskTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTaskTemplateResponse')
|
551
613
|
UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
|
552
614
|
UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
|
553
615
|
UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
|
@@ -561,12 +623,16 @@ module Aws::Connect
|
|
561
623
|
UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
|
562
624
|
UseCaseType = Shapes::StringShape.new(name: 'UseCaseType')
|
563
625
|
User = Shapes::StructureShape.new(name: 'User')
|
626
|
+
UserData = Shapes::StructureShape.new(name: 'UserData')
|
627
|
+
UserDataFilters = Shapes::StructureShape.new(name: 'UserDataFilters')
|
628
|
+
UserDataList = Shapes::ListShape.new(name: 'UserDataList')
|
564
629
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
565
630
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
566
631
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
567
632
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
568
633
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
569
634
|
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
635
|
+
UserReference = Shapes::StructureShape.new(name: 'UserReference')
|
570
636
|
UserSearchConditionList = Shapes::ListShape.new(name: 'UserSearchConditionList')
|
571
637
|
UserSearchCriteria = Shapes::StructureShape.new(name: 'UserSearchCriteria')
|
572
638
|
UserSearchFilter = Shapes::StructureShape.new(name: 'UserSearchFilter')
|
@@ -593,6 +659,17 @@ module Aws::Connect
|
|
593
659
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
594
660
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
595
661
|
|
662
|
+
AgentContactReference.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
663
|
+
AgentContactReference.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
664
|
+
AgentContactReference.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
665
|
+
AgentContactReference.add_member(:agent_contact_state, Shapes::ShapeRef.new(shape: ContactState, location_name: "AgentContactState"))
|
666
|
+
AgentContactReference.add_member(:state_start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StateStartTimestamp"))
|
667
|
+
AgentContactReference.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ConnectedToAgentTimestamp"))
|
668
|
+
AgentContactReference.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
|
669
|
+
AgentContactReference.struct_class = Types::AgentContactReference
|
670
|
+
|
671
|
+
AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
|
672
|
+
|
596
673
|
AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
597
674
|
AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
|
598
675
|
AgentInfo.struct_class = Types::AgentInfo
|
@@ -607,6 +684,10 @@ module Aws::Connect
|
|
607
684
|
AgentStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
608
685
|
AgentStatus.struct_class = Types::AgentStatus
|
609
686
|
|
687
|
+
AgentStatusReference.add_member(:status_start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StatusStartTimestamp"))
|
688
|
+
AgentStatusReference.add_member(:status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "StatusArn"))
|
689
|
+
AgentStatusReference.struct_class = Types::AgentStatusReference
|
690
|
+
|
610
691
|
AgentStatusSummary.add_member(:id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "Id"))
|
611
692
|
AgentStatusSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
612
693
|
AgentStatusSummary.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
|
@@ -696,6 +777,9 @@ module Aws::Connect
|
|
696
777
|
|
697
778
|
AvailableNumbersList.member = Shapes::ShapeRef.new(shape: AvailableNumberSummary)
|
698
779
|
|
780
|
+
ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
|
781
|
+
ChannelToCountMap.value = Shapes::ShapeRef.new(shape: IntegerCount)
|
782
|
+
|
699
783
|
Channels.member = Shapes::ShapeRef.new(shape: Channel)
|
700
784
|
|
701
785
|
ChatMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, required: true, location_name: "ContentType"))
|
@@ -743,6 +827,9 @@ module Aws::Connect
|
|
743
827
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
744
828
|
Contact.struct_class = Types::Contact
|
745
829
|
|
830
|
+
ContactFilter.add_member(:contact_states, Shapes::ShapeRef.new(shape: ContactStates, location_name: "ContactStates"))
|
831
|
+
ContactFilter.struct_class = Types::ContactFilter
|
832
|
+
|
746
833
|
ContactFlow.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
747
834
|
ContactFlow.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "Id"))
|
748
835
|
ContactFlow.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
|
@@ -791,6 +878,8 @@ module Aws::Connect
|
|
791
878
|
ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
|
792
879
|
ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
|
793
880
|
|
881
|
+
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
882
|
+
|
794
883
|
ControlPlaneTagFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TagOrConditionList, location_name: "OrConditions"))
|
795
884
|
ControlPlaneTagFilter.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "AndConditions"))
|
796
885
|
ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
@@ -918,6 +1007,21 @@ module Aws::Connect
|
|
918
1007
|
CreateSecurityProfileResponse.add_member(:security_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SecurityProfileArn"))
|
919
1008
|
CreateSecurityProfileResponse.struct_class = Types::CreateSecurityProfileResponse
|
920
1009
|
|
1010
|
+
CreateTaskTemplateRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1011
|
+
CreateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
1012
|
+
CreateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
1013
|
+
CreateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
1014
|
+
CreateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
1015
|
+
CreateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
1016
|
+
CreateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
1017
|
+
CreateTaskTemplateRequest.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, required: true, location_name: "Fields"))
|
1018
|
+
CreateTaskTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1019
|
+
CreateTaskTemplateRequest.struct_class = Types::CreateTaskTemplateRequest
|
1020
|
+
|
1021
|
+
CreateTaskTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location_name: "Id"))
|
1022
|
+
CreateTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, required: true, location_name: "Arn"))
|
1023
|
+
CreateTaskTemplateResponse.struct_class = Types::CreateTaskTemplateResponse
|
1024
|
+
|
921
1025
|
CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
922
1026
|
CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
923
1027
|
CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
|
@@ -991,6 +1095,10 @@ module Aws::Connect
|
|
991
1095
|
|
992
1096
|
CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
|
993
1097
|
|
1098
|
+
DateReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1099
|
+
DateReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1100
|
+
DateReference.struct_class = Types::DateReference
|
1101
|
+
|
994
1102
|
DefaultVocabulary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
995
1103
|
DefaultVocabulary.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, required: true, location_name: "LanguageCode"))
|
996
1104
|
DefaultVocabulary.add_member(:vocabulary_id, Shapes::ShapeRef.new(shape: VocabularyId, required: true, location_name: "VocabularyId"))
|
@@ -1028,6 +1136,12 @@ module Aws::Connect
|
|
1028
1136
|
DeleteSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
1029
1137
|
DeleteSecurityProfileRequest.struct_class = Types::DeleteSecurityProfileRequest
|
1030
1138
|
|
1139
|
+
DeleteTaskTemplateRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1140
|
+
DeleteTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
|
1141
|
+
DeleteTaskTemplateRequest.struct_class = Types::DeleteTaskTemplateRequest
|
1142
|
+
|
1143
|
+
DeleteTaskTemplateResponse.struct_class = Types::DeleteTaskTemplateResponse
|
1144
|
+
|
1031
1145
|
DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1032
1146
|
DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
1033
1147
|
DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
|
@@ -1218,6 +1332,10 @@ module Aws::Connect
|
|
1218
1332
|
DuplicateResourceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1219
1333
|
DuplicateResourceException.struct_class = Types::DuplicateResourceException
|
1220
1334
|
|
1335
|
+
EmailReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1336
|
+
EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1337
|
+
EmailReference.struct_class = Types::EmailReference
|
1338
|
+
|
1221
1339
|
EncryptionConfig.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "EncryptionType"))
|
1222
1340
|
EncryptionConfig.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, required: true, location_name: "KeyId"))
|
1223
1341
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
@@ -1248,6 +1366,16 @@ module Aws::Connect
|
|
1248
1366
|
GetCurrentMetricDataResponse.add_member(:data_snapshot_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "DataSnapshotTime"))
|
1249
1367
|
GetCurrentMetricDataResponse.struct_class = Types::GetCurrentMetricDataResponse
|
1250
1368
|
|
1369
|
+
GetCurrentUserDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1370
|
+
GetCurrentUserDataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: UserDataFilters, required: true, location_name: "Filters"))
|
1371
|
+
GetCurrentUserDataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1372
|
+
GetCurrentUserDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
1373
|
+
GetCurrentUserDataRequest.struct_class = Types::GetCurrentUserDataRequest
|
1374
|
+
|
1375
|
+
GetCurrentUserDataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1376
|
+
GetCurrentUserDataResponse.add_member(:user_data_list, Shapes::ShapeRef.new(shape: UserDataList, location_name: "UserDataList"))
|
1377
|
+
GetCurrentUserDataResponse.struct_class = Types::GetCurrentUserDataResponse
|
1378
|
+
|
1251
1379
|
GetFederationTokenRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1252
1380
|
GetFederationTokenRequest.struct_class = Types::GetFederationTokenRequest
|
1253
1381
|
|
@@ -1268,6 +1396,26 @@ module Aws::Connect
|
|
1268
1396
|
GetMetricDataResponse.add_member(:metric_results, Shapes::ShapeRef.new(shape: HistoricalMetricResults, location_name: "MetricResults"))
|
1269
1397
|
GetMetricDataResponse.struct_class = Types::GetMetricDataResponse
|
1270
1398
|
|
1399
|
+
GetTaskTemplateRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1400
|
+
GetTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
|
1401
|
+
GetTaskTemplateRequest.add_member(:snapshot_version, Shapes::ShapeRef.new(shape: SnapshotVersion, location: "querystring", location_name: "snapshotVersion"))
|
1402
|
+
GetTaskTemplateRequest.struct_class = Types::GetTaskTemplateRequest
|
1403
|
+
|
1404
|
+
GetTaskTemplateResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
1405
|
+
GetTaskTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location_name: "Id"))
|
1406
|
+
GetTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, required: true, location_name: "Arn"))
|
1407
|
+
GetTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
1408
|
+
GetTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
1409
|
+
GetTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
1410
|
+
GetTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
1411
|
+
GetTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
1412
|
+
GetTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
1413
|
+
GetTaskTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
1414
|
+
GetTaskTemplateResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
1415
|
+
GetTaskTemplateResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
1416
|
+
GetTaskTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1417
|
+
GetTaskTemplateResponse.struct_class = Types::GetTaskTemplateResponse
|
1418
|
+
|
1271
1419
|
Groupings.member = Shapes::ShapeRef.new(shape: Grouping)
|
1272
1420
|
|
1273
1421
|
HierarchyGroup.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
|
@@ -1289,6 +1437,10 @@ module Aws::Connect
|
|
1289
1437
|
|
1290
1438
|
HierarchyGroupSummaryList.member = Shapes::ShapeRef.new(shape: HierarchyGroupSummary)
|
1291
1439
|
|
1440
|
+
HierarchyGroupSummaryReference.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
|
1441
|
+
HierarchyGroupSummaryReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1442
|
+
HierarchyGroupSummaryReference.struct_class = Types::HierarchyGroupSummaryReference
|
1443
|
+
|
1292
1444
|
HierarchyLevel.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyLevelId, location_name: "Id"))
|
1293
1445
|
HierarchyLevel.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1294
1446
|
HierarchyLevel.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, location_name: "Name"))
|
@@ -1304,6 +1456,13 @@ module Aws::Connect
|
|
1304
1456
|
HierarchyPath.add_member(:level_five, Shapes::ShapeRef.new(shape: HierarchyGroupSummary, location_name: "LevelFive"))
|
1305
1457
|
HierarchyPath.struct_class = Types::HierarchyPath
|
1306
1458
|
|
1459
|
+
HierarchyPathReference.add_member(:level_one, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelOne"))
|
1460
|
+
HierarchyPathReference.add_member(:level_two, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelTwo"))
|
1461
|
+
HierarchyPathReference.add_member(:level_three, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelThree"))
|
1462
|
+
HierarchyPathReference.add_member(:level_four, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelFour"))
|
1463
|
+
HierarchyPathReference.add_member(:level_five, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryReference, location_name: "LevelFive"))
|
1464
|
+
HierarchyPathReference.struct_class = Types::HierarchyPathReference
|
1465
|
+
|
1307
1466
|
HierarchyStructure.add_member(:level_one, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelOne"))
|
1308
1467
|
HierarchyStructure.add_member(:level_two, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelTwo"))
|
1309
1468
|
HierarchyStructure.add_member(:level_three, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelThree"))
|
@@ -1433,6 +1592,11 @@ module Aws::Connect
|
|
1433
1592
|
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1434
1593
|
InvalidRequestException.struct_class = Types::InvalidRequestException
|
1435
1594
|
|
1595
|
+
InvisibleFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
|
1596
|
+
InvisibleFieldInfo.struct_class = Types::InvisibleFieldInfo
|
1597
|
+
|
1598
|
+
InvisibleTaskTemplateFields.member = Shapes::ShapeRef.new(shape: InvisibleFieldInfo)
|
1599
|
+
|
1436
1600
|
KinesisFirehoseConfig.add_member(:firehose_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FirehoseArn"))
|
1437
1601
|
KinesisFirehoseConfig.struct_class = Types::KinesisFirehoseConfig
|
1438
1602
|
|
@@ -1720,6 +1884,17 @@ module Aws::Connect
|
|
1720
1884
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1721
1885
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1722
1886
|
|
1887
|
+
ListTaskTemplatesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1888
|
+
ListTaskTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1889
|
+
ListTaskTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
1890
|
+
ListTaskTemplatesRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location: "querystring", location_name: "status"))
|
1891
|
+
ListTaskTemplatesRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location: "querystring", location_name: "name"))
|
1892
|
+
ListTaskTemplatesRequest.struct_class = Types::ListTaskTemplatesRequest
|
1893
|
+
|
1894
|
+
ListTaskTemplatesResponse.add_member(:task_templates, Shapes::ShapeRef.new(shape: TaskTemplateList, location_name: "TaskTemplates"))
|
1895
|
+
ListTaskTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1896
|
+
ListTaskTemplatesResponse.struct_class = Types::ListTaskTemplatesResponse
|
1897
|
+
|
1723
1898
|
ListUseCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1724
1899
|
ListUseCasesRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
1725
1900
|
ListUseCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -1754,6 +1929,10 @@ module Aws::Connect
|
|
1754
1929
|
MediaConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, required: true, location_name: "Concurrency"))
|
1755
1930
|
MediaConcurrency.struct_class = Types::MediaConcurrency
|
1756
1931
|
|
1932
|
+
NumberReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1933
|
+
NumberReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1934
|
+
NumberReference.struct_class = Types::NumberReference
|
1935
|
+
|
1757
1936
|
OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
1758
1937
|
|
1759
1938
|
OutboundCallerConfig.add_member(:outbound_caller_id_name, Shapes::ShapeRef.new(shape: OutboundCallerIdName, location_name: "OutboundCallerIdName"))
|
@@ -1801,6 +1980,24 @@ module Aws::Connect
|
|
1801
1980
|
|
1802
1981
|
PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
|
1803
1982
|
|
1983
|
+
PropertyValidationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
1984
|
+
PropertyValidationException.add_member(:property_list, Shapes::ShapeRef.new(shape: PropertyValidationExceptionPropertyList, location_name: "PropertyList"))
|
1985
|
+
PropertyValidationException.struct_class = Types::PropertyValidationException
|
1986
|
+
|
1987
|
+
PropertyValidationExceptionProperty.add_member(:property_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PropertyPath"))
|
1988
|
+
PropertyValidationExceptionProperty.add_member(:reason, Shapes::ShapeRef.new(shape: PropertyValidationExceptionReason, required: true, location_name: "Reason"))
|
1989
|
+
PropertyValidationExceptionProperty.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
1990
|
+
PropertyValidationExceptionProperty.struct_class = Types::PropertyValidationExceptionProperty
|
1991
|
+
|
1992
|
+
PropertyValidationExceptionPropertyList.member = Shapes::ShapeRef.new(shape: PropertyValidationExceptionProperty)
|
1993
|
+
|
1994
|
+
PutUserStatusRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
1995
|
+
PutUserStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1996
|
+
PutUserStatusRequest.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, required: true, location_name: "AgentStatusId"))
|
1997
|
+
PutUserStatusRequest.struct_class = Types::PutUserStatusRequest
|
1998
|
+
|
1999
|
+
PutUserStatusResponse.struct_class = Types::PutUserStatusResponse
|
2000
|
+
|
1804
2001
|
Queue.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
1805
2002
|
Queue.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
|
1806
2003
|
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
@@ -1862,15 +2059,28 @@ module Aws::Connect
|
|
1862
2059
|
|
1863
2060
|
QuickConnectsList.member = Shapes::ShapeRef.new(shape: QuickConnectId)
|
1864
2061
|
|
2062
|
+
ReadOnlyFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
|
2063
|
+
ReadOnlyFieldInfo.struct_class = Types::ReadOnlyFieldInfo
|
2064
|
+
|
2065
|
+
ReadOnlyTaskTemplateFields.member = Shapes::ShapeRef.new(shape: ReadOnlyFieldInfo)
|
2066
|
+
|
1865
2067
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
|
1866
2068
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
1867
2069
|
Reference.struct_class = Types::Reference
|
1868
2070
|
|
1869
2071
|
ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
|
1870
2072
|
ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
|
2073
|
+
ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
|
2074
|
+
ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
|
2075
|
+
ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
|
2076
|
+
ReferenceSummary.add_member(:email, Shapes::ShapeRef.new(shape: EmailReference, location_name: "Email"))
|
1871
2077
|
ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1872
2078
|
ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
|
1873
2079
|
ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
|
2080
|
+
ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
|
2081
|
+
ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
|
2082
|
+
ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
|
2083
|
+
ReferenceSummary.add_member_subclass(:email, Types::ReferenceSummary::Email)
|
1874
2084
|
ReferenceSummary.add_member_subclass(:unknown, Types::ReferenceSummary::Unknown)
|
1875
2085
|
ReferenceSummary.struct_class = Types::ReferenceSummary
|
1876
2086
|
|
@@ -1882,6 +2092,11 @@ module Aws::Connect
|
|
1882
2092
|
ReleasePhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1883
2093
|
ReleasePhoneNumberRequest.struct_class = Types::ReleasePhoneNumberRequest
|
1884
2094
|
|
2095
|
+
RequiredFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
|
2096
|
+
RequiredFieldInfo.struct_class = Types::RequiredFieldInfo
|
2097
|
+
|
2098
|
+
RequiredTaskTemplateFields.member = Shapes::ShapeRef.new(shape: RequiredFieldInfo)
|
2099
|
+
|
1885
2100
|
ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1886
2101
|
ResourceConflictException.struct_class = Types::ResourceConflictException
|
1887
2102
|
|
@@ -1933,6 +2148,10 @@ module Aws::Connect
|
|
1933
2148
|
|
1934
2149
|
RoutingProfileQueueReferenceList.member = Shapes::ShapeRef.new(shape: RoutingProfileQueueReference)
|
1935
2150
|
|
2151
|
+
RoutingProfileReference.add_member(:id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "Id"))
|
2152
|
+
RoutingProfileReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2153
|
+
RoutingProfileReference.struct_class = Types::RoutingProfileReference
|
2154
|
+
|
1936
2155
|
RoutingProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "Id"))
|
1937
2156
|
RoutingProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1938
2157
|
RoutingProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
|
@@ -2008,6 +2227,8 @@ module Aws::Connect
|
|
2008
2227
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2009
2228
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
2010
2229
|
|
2230
|
+
SingleSelectOptions.member = Shapes::ShapeRef.new(shape: TaskTemplateSingleSelectOption)
|
2231
|
+
|
2011
2232
|
StartChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2012
2233
|
StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
2013
2234
|
StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -2057,13 +2278,15 @@ module Aws::Connect
|
|
2057
2278
|
|
2058
2279
|
StartTaskContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2059
2280
|
StartTaskContactRequest.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
|
2060
|
-
StartTaskContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId,
|
2281
|
+
StartTaskContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
2061
2282
|
StartTaskContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
2062
2283
|
StartTaskContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
2063
2284
|
StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
2064
2285
|
StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2065
2286
|
StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2066
2287
|
StartTaskContactRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTime"))
|
2288
|
+
StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
|
2289
|
+
StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
2067
2290
|
StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
|
2068
2291
|
|
2069
2292
|
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -2094,6 +2317,10 @@ module Aws::Connect
|
|
2094
2317
|
StringCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: StringComparisonType, location_name: "ComparisonType"))
|
2095
2318
|
StringCondition.struct_class = Types::StringCondition
|
2096
2319
|
|
2320
|
+
StringReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
2321
|
+
StringReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2322
|
+
StringReference.struct_class = Types::StringReference
|
2323
|
+
|
2097
2324
|
SupportedMessagingContentTypes.member = Shapes::ShapeRef.new(shape: SupportedMessagingContentType)
|
2098
2325
|
|
2099
2326
|
SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -2120,6 +2347,42 @@ module Aws::Connect
|
|
2120
2347
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
2121
2348
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
2122
2349
|
|
2350
|
+
TaskTemplateConstraints.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredTaskTemplateFields, location_name: "RequiredFields"))
|
2351
|
+
TaskTemplateConstraints.add_member(:read_only_fields, Shapes::ShapeRef.new(shape: ReadOnlyTaskTemplateFields, location_name: "ReadOnlyFields"))
|
2352
|
+
TaskTemplateConstraints.add_member(:invisible_fields, Shapes::ShapeRef.new(shape: InvisibleTaskTemplateFields, location_name: "InvisibleFields"))
|
2353
|
+
TaskTemplateConstraints.struct_class = Types::TaskTemplateConstraints
|
2354
|
+
|
2355
|
+
TaskTemplateDefaultFieldValue.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
|
2356
|
+
TaskTemplateDefaultFieldValue.add_member(:default_value, Shapes::ShapeRef.new(shape: TaskTemplateFieldValue, location_name: "DefaultValue"))
|
2357
|
+
TaskTemplateDefaultFieldValue.struct_class = Types::TaskTemplateDefaultFieldValue
|
2358
|
+
|
2359
|
+
TaskTemplateDefaultFieldValueList.member = Shapes::ShapeRef.new(shape: TaskTemplateDefaultFieldValue)
|
2360
|
+
|
2361
|
+
TaskTemplateDefaults.add_member(:default_field_values, Shapes::ShapeRef.new(shape: TaskTemplateDefaultFieldValueList, location_name: "DefaultFieldValues"))
|
2362
|
+
TaskTemplateDefaults.struct_class = Types::TaskTemplateDefaults
|
2363
|
+
|
2364
|
+
TaskTemplateField.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, required: true, location_name: "Id"))
|
2365
|
+
TaskTemplateField.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateFieldDescription, location_name: "Description"))
|
2366
|
+
TaskTemplateField.add_member(:type, Shapes::ShapeRef.new(shape: TaskTemplateFieldType, location_name: "Type"))
|
2367
|
+
TaskTemplateField.add_member(:single_select_options, Shapes::ShapeRef.new(shape: SingleSelectOptions, location_name: "SingleSelectOptions"))
|
2368
|
+
TaskTemplateField.struct_class = Types::TaskTemplateField
|
2369
|
+
|
2370
|
+
TaskTemplateFieldIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateFieldName, location_name: "Name"))
|
2371
|
+
TaskTemplateFieldIdentifier.struct_class = Types::TaskTemplateFieldIdentifier
|
2372
|
+
|
2373
|
+
TaskTemplateFields.member = Shapes::ShapeRef.new(shape: TaskTemplateField)
|
2374
|
+
|
2375
|
+
TaskTemplateList.member = Shapes::ShapeRef.new(shape: TaskTemplateMetadata)
|
2376
|
+
|
2377
|
+
TaskTemplateMetadata.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "Id"))
|
2378
|
+
TaskTemplateMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, location_name: "Arn"))
|
2379
|
+
TaskTemplateMetadata.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
2380
|
+
TaskTemplateMetadata.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
2381
|
+
TaskTemplateMetadata.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
2382
|
+
TaskTemplateMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
2383
|
+
TaskTemplateMetadata.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
2384
|
+
TaskTemplateMetadata.struct_class = Types::TaskTemplateMetadata
|
2385
|
+
|
2123
2386
|
Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
|
2124
2387
|
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
|
2125
2388
|
Threshold.struct_class = Types::Threshold
|
@@ -2127,6 +2390,18 @@ module Aws::Connect
|
|
2127
2390
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2128
2391
|
ThrottlingException.struct_class = Types::ThrottlingException
|
2129
2392
|
|
2393
|
+
TransferContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2394
|
+
TransferContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
2395
|
+
TransferContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
2396
|
+
TransferContactRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
|
2397
|
+
TransferContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
2398
|
+
TransferContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2399
|
+
TransferContactRequest.struct_class = Types::TransferContactRequest
|
2400
|
+
|
2401
|
+
TransferContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
2402
|
+
TransferContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
2403
|
+
TransferContactResponse.struct_class = Types::TransferContactResponse
|
2404
|
+
|
2130
2405
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
2131
2406
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
2132
2407
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -2289,6 +2564,31 @@ module Aws::Connect
|
|
2289
2564
|
UpdateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2290
2565
|
UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
|
2291
2566
|
|
2567
|
+
UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
|
2568
|
+
UpdateTaskTemplateRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2569
|
+
UpdateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
2570
|
+
UpdateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
2571
|
+
UpdateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
2572
|
+
UpdateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
2573
|
+
UpdateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
2574
|
+
UpdateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
2575
|
+
UpdateTaskTemplateRequest.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
2576
|
+
UpdateTaskTemplateRequest.struct_class = Types::UpdateTaskTemplateRequest
|
2577
|
+
|
2578
|
+
UpdateTaskTemplateResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
2579
|
+
UpdateTaskTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "Id"))
|
2580
|
+
UpdateTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, location_name: "Arn"))
|
2581
|
+
UpdateTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
2582
|
+
UpdateTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
2583
|
+
UpdateTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
2584
|
+
UpdateTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
2585
|
+
UpdateTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
2586
|
+
UpdateTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
2587
|
+
UpdateTaskTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
2588
|
+
UpdateTaskTemplateResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
2589
|
+
UpdateTaskTemplateResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
2590
|
+
UpdateTaskTemplateResponse.struct_class = Types::UpdateTaskTemplateResponse
|
2591
|
+
|
2292
2592
|
UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
|
2293
2593
|
UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
|
2294
2594
|
UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2346,6 +2646,22 @@ module Aws::Connect
|
|
2346
2646
|
User.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2347
2647
|
User.struct_class = Types::User
|
2348
2648
|
|
2649
|
+
UserData.add_member(:user, Shapes::ShapeRef.new(shape: UserReference, location_name: "User"))
|
2650
|
+
UserData.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
|
2651
|
+
UserData.add_member(:hierarchy_path, Shapes::ShapeRef.new(shape: HierarchyPathReference, location_name: "HierarchyPath"))
|
2652
|
+
UserData.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatusReference, location_name: "Status"))
|
2653
|
+
UserData.add_member(:available_slots_by_channel, Shapes::ShapeRef.new(shape: ChannelToCountMap, location_name: "AvailableSlotsByChannel"))
|
2654
|
+
UserData.add_member(:max_slots_by_channel, Shapes::ShapeRef.new(shape: ChannelToCountMap, location_name: "MaxSlotsByChannel"))
|
2655
|
+
UserData.add_member(:active_slots_by_channel, Shapes::ShapeRef.new(shape: ChannelToCountMap, location_name: "ActiveSlotsByChannel"))
|
2656
|
+
UserData.add_member(:contacts, Shapes::ShapeRef.new(shape: AgentContactReferenceList, location_name: "Contacts"))
|
2657
|
+
UserData.struct_class = Types::UserData
|
2658
|
+
|
2659
|
+
UserDataFilters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
|
2660
|
+
UserDataFilters.add_member(:contact_filter, Shapes::ShapeRef.new(shape: ContactFilter, location_name: "ContactFilter"))
|
2661
|
+
UserDataFilters.struct_class = Types::UserDataFilters
|
2662
|
+
|
2663
|
+
UserDataList.member = Shapes::ShapeRef.new(shape: UserData)
|
2664
|
+
|
2349
2665
|
UserIdentityInfo.add_member(:first_name, Shapes::ShapeRef.new(shape: AgentFirstName, location_name: "FirstName"))
|
2350
2666
|
UserIdentityInfo.add_member(:last_name, Shapes::ShapeRef.new(shape: AgentLastName, location_name: "LastName"))
|
2351
2667
|
UserIdentityInfo.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
@@ -2368,6 +2684,10 @@ module Aws::Connect
|
|
2368
2684
|
UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
2369
2685
|
UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
|
2370
2686
|
|
2687
|
+
UserReference.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
|
2688
|
+
UserReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2689
|
+
UserReference.struct_class = Types::UserReference
|
2690
|
+
|
2371
2691
|
UserSearchConditionList.member = Shapes::ShapeRef.new(shape: UserSearchCriteria)
|
2372
2692
|
|
2373
2693
|
UserSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: UserSearchConditionList, location_name: "OrConditions"))
|
@@ -2750,6 +3070,20 @@ module Aws::Connect
|
|
2750
3070
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2751
3071
|
end)
|
2752
3072
|
|
3073
|
+
api.add_operation(:create_task_template, Seahorse::Model::Operation.new.tap do |o|
|
3074
|
+
o.name = "CreateTaskTemplate"
|
3075
|
+
o.http_method = "PUT"
|
3076
|
+
o.http_request_uri = "/instance/{InstanceId}/task/template"
|
3077
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTaskTemplateRequest)
|
3078
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTaskTemplateResponse)
|
3079
|
+
o.errors << Shapes::ShapeRef.new(shape: PropertyValidationException)
|
3080
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
3081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3082
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3083
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3084
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3085
|
+
end)
|
3086
|
+
|
2753
3087
|
api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
|
2754
3088
|
o.name = "CreateUseCase"
|
2755
3089
|
o.http_method = "PUT"
|
@@ -2900,6 +3234,19 @@ module Aws::Connect
|
|
2900
3234
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
2901
3235
|
end)
|
2902
3236
|
|
3237
|
+
api.add_operation(:delete_task_template, Seahorse::Model::Operation.new.tap do |o|
|
3238
|
+
o.name = "DeleteTaskTemplate"
|
3239
|
+
o.http_method = "DELETE"
|
3240
|
+
o.http_request_uri = "/instance/{InstanceId}/task/template/{TaskTemplateId}"
|
3241
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTaskTemplateRequest)
|
3242
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTaskTemplateResponse)
|
3243
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3244
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
3245
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3246
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3247
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3248
|
+
end)
|
3249
|
+
|
2903
3250
|
api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
|
2904
3251
|
o.name = "DeleteUseCase"
|
2905
3252
|
o.http_method = "DELETE"
|
@@ -3320,6 +3667,25 @@ module Aws::Connect
|
|
3320
3667
|
)
|
3321
3668
|
end)
|
3322
3669
|
|
3670
|
+
api.add_operation(:get_current_user_data, Seahorse::Model::Operation.new.tap do |o|
|
3671
|
+
o.name = "GetCurrentUserData"
|
3672
|
+
o.http_method = "POST"
|
3673
|
+
o.http_request_uri = "/metrics/userdata/{InstanceId}"
|
3674
|
+
o.input = Shapes::ShapeRef.new(shape: GetCurrentUserDataRequest)
|
3675
|
+
o.output = Shapes::ShapeRef.new(shape: GetCurrentUserDataResponse)
|
3676
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3677
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
3678
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3679
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3680
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3681
|
+
o[:pager] = Aws::Pager.new(
|
3682
|
+
limit_key: "max_results",
|
3683
|
+
tokens: {
|
3684
|
+
"next_token" => "next_token"
|
3685
|
+
}
|
3686
|
+
)
|
3687
|
+
end)
|
3688
|
+
|
3323
3689
|
api.add_operation(:get_federation_token, Seahorse::Model::Operation.new.tap do |o|
|
3324
3690
|
o.name = "GetFederationToken"
|
3325
3691
|
o.http_method = "GET"
|
@@ -3353,6 +3719,19 @@ module Aws::Connect
|
|
3353
3719
|
)
|
3354
3720
|
end)
|
3355
3721
|
|
3722
|
+
api.add_operation(:get_task_template, Seahorse::Model::Operation.new.tap do |o|
|
3723
|
+
o.name = "GetTaskTemplate"
|
3724
|
+
o.http_method = "GET"
|
3725
|
+
o.http_request_uri = "/instance/{InstanceId}/task/template/{TaskTemplateId}"
|
3726
|
+
o.input = Shapes::ShapeRef.new(shape: GetTaskTemplateRequest)
|
3727
|
+
o.output = Shapes::ShapeRef.new(shape: GetTaskTemplateResponse)
|
3728
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3729
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
3730
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3731
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3732
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3733
|
+
end)
|
3734
|
+
|
3356
3735
|
api.add_operation(:list_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
|
3357
3736
|
o.name = "ListAgentStatuses"
|
3358
3737
|
o.http_method = "GET"
|
@@ -3835,6 +4214,25 @@ module Aws::Connect
|
|
3835
4214
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3836
4215
|
end)
|
3837
4216
|
|
4217
|
+
api.add_operation(:list_task_templates, Seahorse::Model::Operation.new.tap do |o|
|
4218
|
+
o.name = "ListTaskTemplates"
|
4219
|
+
o.http_method = "GET"
|
4220
|
+
o.http_request_uri = "/instance/{InstanceId}/task/template"
|
4221
|
+
o.input = Shapes::ShapeRef.new(shape: ListTaskTemplatesRequest)
|
4222
|
+
o.output = Shapes::ShapeRef.new(shape: ListTaskTemplatesResponse)
|
4223
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4224
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
4225
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4226
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4227
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4228
|
+
o[:pager] = Aws::Pager.new(
|
4229
|
+
limit_key: "max_results",
|
4230
|
+
tokens: {
|
4231
|
+
"next_token" => "next_token"
|
4232
|
+
}
|
4233
|
+
)
|
4234
|
+
end)
|
4235
|
+
|
3838
4236
|
api.add_operation(:list_use_cases, Seahorse::Model::Operation.new.tap do |o|
|
3839
4237
|
o.name = "ListUseCases"
|
3840
4238
|
o.http_method = "GET"
|
@@ -3891,6 +4289,20 @@ module Aws::Connect
|
|
3891
4289
|
)
|
3892
4290
|
end)
|
3893
4291
|
|
4292
|
+
api.add_operation(:put_user_status, Seahorse::Model::Operation.new.tap do |o|
|
4293
|
+
o.name = "PutUserStatus"
|
4294
|
+
o.http_method = "PUT"
|
4295
|
+
o.http_request_uri = "/users/{InstanceId}/{UserId}/status"
|
4296
|
+
o.input = Shapes::ShapeRef.new(shape: PutUserStatusRequest)
|
4297
|
+
o.output = Shapes::ShapeRef.new(shape: PutUserStatusResponse)
|
4298
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4299
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
4300
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4301
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4302
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4304
|
+
end)
|
4305
|
+
|
3894
4306
|
api.add_operation(:release_phone_number, Seahorse::Model::Operation.new.tap do |o|
|
3895
4307
|
o.name = "ReleasePhoneNumber"
|
3896
4308
|
o.http_method = "DELETE"
|
@@ -4099,6 +4511,21 @@ module Aws::Connect
|
|
4099
4511
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4100
4512
|
end)
|
4101
4513
|
|
4514
|
+
api.add_operation(:transfer_contact, Seahorse::Model::Operation.new.tap do |o|
|
4515
|
+
o.name = "TransferContact"
|
4516
|
+
o.http_method = "POST"
|
4517
|
+
o.http_request_uri = "/contact/transfer"
|
4518
|
+
o.input = Shapes::ShapeRef.new(shape: TransferContactRequest)
|
4519
|
+
o.output = Shapes::ShapeRef.new(shape: TransferContactResponse)
|
4520
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4521
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
4522
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4523
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4524
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4525
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4526
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4527
|
+
end)
|
4528
|
+
|
4102
4529
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
4103
4530
|
o.name = "UntagResource"
|
4104
4531
|
o.http_method = "DELETE"
|
@@ -4450,6 +4877,20 @@ module Aws::Connect
|
|
4450
4877
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4451
4878
|
end)
|
4452
4879
|
|
4880
|
+
api.add_operation(:update_task_template, Seahorse::Model::Operation.new.tap do |o|
|
4881
|
+
o.name = "UpdateTaskTemplate"
|
4882
|
+
o.http_method = "POST"
|
4883
|
+
o.http_request_uri = "/instance/{InstanceId}/task/template/{TaskTemplateId}"
|
4884
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTaskTemplateRequest)
|
4885
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTaskTemplateResponse)
|
4886
|
+
o.errors << Shapes::ShapeRef.new(shape: PropertyValidationException)
|
4887
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
4888
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4889
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4890
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4891
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4892
|
+
end)
|
4893
|
+
|
4453
4894
|
api.add_operation(:update_user_hierarchy, Seahorse::Model::Operation.new.tap do |o|
|
4454
4895
|
o.name = "UpdateUserHierarchy"
|
4455
4896
|
o.http_method = "POST"
|