aws-sdk-connect 1.143.0 → 1.145.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +793 -13
- data/lib/aws-sdk-connect/client_api.rb +576 -0
- data/lib/aws-sdk-connect/endpoints.rb +196 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +28 -0
- data/lib/aws-sdk-connect/types.rb +1223 -12
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -27,9 +27,12 @@ module Aws::Connect
|
|
27
27
|
AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
|
28
28
|
AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
|
29
29
|
AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
|
30
|
+
AgentHierarchyGroups = Shapes::StructureShape.new(name: 'AgentHierarchyGroups')
|
30
31
|
AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
|
31
32
|
AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
|
33
|
+
AgentPauseDurationInSeconds = Shapes::IntegerShape.new(name: 'AgentPauseDurationInSeconds')
|
32
34
|
AgentResourceId = Shapes::StringShape.new(name: 'AgentResourceId')
|
35
|
+
AgentResourceIdList = Shapes::ListShape.new(name: 'AgentResourceIdList')
|
33
36
|
AgentStatus = Shapes::StructureShape.new(name: 'AgentStatus')
|
34
37
|
AgentStatusDescription = Shapes::StringShape.new(name: 'AgentStatusDescription')
|
35
38
|
AgentStatusId = Shapes::StringShape.new(name: 'AgentStatusId')
|
@@ -76,6 +79,7 @@ module Aws::Connect
|
|
76
79
|
AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
|
77
80
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
78
81
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
82
|
+
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
79
83
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
80
84
|
AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
|
81
85
|
AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
|
@@ -107,6 +111,7 @@ module Aws::Connect
|
|
107
111
|
Campaign = Shapes::StructureShape.new(name: 'Campaign')
|
108
112
|
CampaignId = Shapes::StringShape.new(name: 'CampaignId')
|
109
113
|
Channel = Shapes::StringShape.new(name: 'Channel')
|
114
|
+
ChannelList = Shapes::ListShape.new(name: 'ChannelList')
|
110
115
|
ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
|
111
116
|
Channels = Shapes::ListShape.new(name: 'Channels')
|
112
117
|
ChatContent = Shapes::StringShape.new(name: 'ChatContent')
|
@@ -125,8 +130,10 @@ module Aws::Connect
|
|
125
130
|
CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
|
126
131
|
Comparison = Shapes::StringShape.new(name: 'Comparison')
|
127
132
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
133
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
128
134
|
ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
|
129
135
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
136
|
+
ContactAnalysis = Shapes::StructureShape.new(name: 'ContactAnalysis')
|
130
137
|
ContactDataRequest = Shapes::StructureShape.new(name: 'ContactDataRequest')
|
131
138
|
ContactDataRequestList = Shapes::ListShape.new(name: 'ContactDataRequestList')
|
132
139
|
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
@@ -154,17 +161,22 @@ module Aws::Connect
|
|
154
161
|
ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
|
155
162
|
ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
|
156
163
|
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
164
|
+
ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
|
165
|
+
ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
|
166
|
+
ContactSearchSummaryQueueInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryQueueInfo')
|
157
167
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
158
168
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
159
169
|
ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
|
160
170
|
ContactTagKeys = Shapes::ListShape.new(name: 'ContactTagKeys')
|
161
171
|
ContactTagMap = Shapes::MapShape.new(name: 'ContactTagMap')
|
162
172
|
ContactTagValue = Shapes::StringShape.new(name: 'ContactTagValue')
|
173
|
+
Contacts = Shapes::ListShape.new(name: 'Contacts')
|
163
174
|
Content = Shapes::StringShape.new(name: 'Content')
|
164
175
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
165
176
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
166
177
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
167
178
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
179
|
+
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
168
180
|
CreateContactFlowModuleRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleRequest')
|
169
181
|
CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
|
170
182
|
CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
|
@@ -181,6 +193,7 @@ module Aws::Connect
|
|
181
193
|
CreateParticipantResponse = Shapes::StructureShape.new(name: 'CreateParticipantResponse')
|
182
194
|
CreatePersistentContactAssociationRequest = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationRequest')
|
183
195
|
CreatePersistentContactAssociationResponse = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationResponse')
|
196
|
+
CreatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'CreatePredefinedAttributeRequest')
|
184
197
|
CreatePromptRequest = Shapes::StructureShape.new(name: 'CreatePromptRequest')
|
185
198
|
CreatePromptResponse = Shapes::StructureShape.new(name: 'CreatePromptResponse')
|
186
199
|
CreateQueueRequest = Shapes::StructureShape.new(name: 'CreateQueueRequest')
|
@@ -238,6 +251,7 @@ module Aws::Connect
|
|
238
251
|
DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
|
239
252
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
240
253
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
254
|
+
DeletePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DeletePredefinedAttributeRequest')
|
241
255
|
DeletePromptRequest = Shapes::StructureShape.new(name: 'DeletePromptRequest')
|
242
256
|
DeleteQueueRequest = Shapes::StructureShape.new(name: 'DeleteQueueRequest')
|
243
257
|
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
@@ -279,6 +293,8 @@ module Aws::Connect
|
|
279
293
|
DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
|
280
294
|
DescribePhoneNumberRequest = Shapes::StructureShape.new(name: 'DescribePhoneNumberRequest')
|
281
295
|
DescribePhoneNumberResponse = Shapes::StructureShape.new(name: 'DescribePhoneNumberResponse')
|
296
|
+
DescribePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeRequest')
|
297
|
+
DescribePredefinedAttributeResponse = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeResponse')
|
282
298
|
DescribePromptRequest = Shapes::StructureShape.new(name: 'DescribePromptRequest')
|
283
299
|
DescribePromptResponse = Shapes::StructureShape.new(name: 'DescribePromptResponse')
|
284
300
|
DescribeQueueRequest = Shapes::StructureShape.new(name: 'DescribeQueueRequest')
|
@@ -329,6 +345,7 @@ module Aws::Connect
|
|
329
345
|
DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
|
330
346
|
DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
|
331
347
|
DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
|
348
|
+
DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
|
332
349
|
DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
|
333
350
|
DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
|
334
351
|
DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
|
@@ -336,11 +353,14 @@ module Aws::Connect
|
|
336
353
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
337
354
|
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
338
355
|
DistributionList = Shapes::ListShape.new(name: 'DistributionList')
|
356
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
339
357
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
340
358
|
Email = Shapes::StringShape.new(name: 'Email')
|
341
359
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
360
|
+
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
342
361
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
343
362
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
363
|
+
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
344
364
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
345
365
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
346
366
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
@@ -406,6 +426,11 @@ module Aws::Connect
|
|
406
426
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
407
427
|
FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
|
408
428
|
FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
|
429
|
+
FieldStringValue = Shapes::StringShape.new(name: 'FieldStringValue')
|
430
|
+
FieldValue = Shapes::StructureShape.new(name: 'FieldValue')
|
431
|
+
FieldValueId = Shapes::StringShape.new(name: 'FieldValueId')
|
432
|
+
FieldValueUnion = Shapes::StructureShape.new(name: 'FieldValueUnion')
|
433
|
+
FieldValues = Shapes::ListShape.new(name: 'FieldValues')
|
409
434
|
FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
|
410
435
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
411
436
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
@@ -442,6 +467,7 @@ module Aws::Connect
|
|
442
467
|
HierarchyGroup = Shapes::StructureShape.new(name: 'HierarchyGroup')
|
443
468
|
HierarchyGroupCondition = Shapes::StructureShape.new(name: 'HierarchyGroupCondition')
|
444
469
|
HierarchyGroupId = Shapes::StringShape.new(name: 'HierarchyGroupId')
|
470
|
+
HierarchyGroupIdList = Shapes::ListShape.new(name: 'HierarchyGroupIdList')
|
445
471
|
HierarchyGroupMatchType = Shapes::StringShape.new(name: 'HierarchyGroupMatchType')
|
446
472
|
HierarchyGroupName = Shapes::StringShape.new(name: 'HierarchyGroupName')
|
447
473
|
HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
|
@@ -483,6 +509,7 @@ module Aws::Connect
|
|
483
509
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
484
510
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
485
511
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
512
|
+
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
486
513
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
487
514
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
488
515
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -570,6 +597,8 @@ module Aws::Connect
|
|
570
597
|
ListPhoneNumbersSummaryList = Shapes::ListShape.new(name: 'ListPhoneNumbersSummaryList')
|
571
598
|
ListPhoneNumbersV2Request = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Request')
|
572
599
|
ListPhoneNumbersV2Response = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Response')
|
600
|
+
ListPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'ListPredefinedAttributesRequest')
|
601
|
+
ListPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'ListPredefinedAttributesResponse')
|
573
602
|
ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
|
574
603
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
575
604
|
ListQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsRequest')
|
@@ -606,6 +635,8 @@ module Aws::Connect
|
|
606
635
|
ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
|
607
636
|
ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
|
608
637
|
ListUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsResponse')
|
638
|
+
ListUserProficienciesRequest = Shapes::StructureShape.new(name: 'ListUserProficienciesRequest')
|
639
|
+
ListUserProficienciesResponse = Shapes::StructureShape.new(name: 'ListUserProficienciesResponse')
|
609
640
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
610
641
|
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
611
642
|
ListViewVersionsRequest = Shapes::StructureShape.new(name: 'ListViewVersionsRequest')
|
@@ -681,6 +712,8 @@ module Aws::Connect
|
|
681
712
|
ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
|
682
713
|
ParticipantTokenCredentials = Shapes::StructureShape.new(name: 'ParticipantTokenCredentials')
|
683
714
|
Password = Shapes::StringShape.new(name: 'Password')
|
715
|
+
PauseContactRequest = Shapes::StructureShape.new(name: 'PauseContactRequest')
|
716
|
+
PauseContactResponse = Shapes::StructureShape.new(name: 'PauseContactResponse')
|
684
717
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
685
718
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
686
719
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
@@ -700,11 +733,22 @@ module Aws::Connect
|
|
700
733
|
PhoneNumberWorkflowMessage = Shapes::StringShape.new(name: 'PhoneNumberWorkflowMessage')
|
701
734
|
PhoneNumberWorkflowStatus = Shapes::StringShape.new(name: 'PhoneNumberWorkflowStatus')
|
702
735
|
PhoneType = Shapes::StringShape.new(name: 'PhoneType')
|
736
|
+
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
737
|
+
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
738
|
+
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
739
|
+
PredefinedAttributeSearchCriteria = Shapes::StructureShape.new(name: 'PredefinedAttributeSearchCriteria')
|
740
|
+
PredefinedAttributeSearchSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchSummaryList')
|
741
|
+
PredefinedAttributeStringValue = Shapes::StringShape.new(name: 'PredefinedAttributeStringValue')
|
742
|
+
PredefinedAttributeStringValuesList = Shapes::ListShape.new(name: 'PredefinedAttributeStringValuesList')
|
743
|
+
PredefinedAttributeSummary = Shapes::StructureShape.new(name: 'PredefinedAttributeSummary')
|
744
|
+
PredefinedAttributeSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSummaryList')
|
745
|
+
PredefinedAttributeValues = Shapes::UnionShape.new(name: 'PredefinedAttributeValues')
|
703
746
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
704
747
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
705
748
|
ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
|
706
749
|
ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
|
707
750
|
Problems = Shapes::ListShape.new(name: 'Problems')
|
751
|
+
ProficiencyLevel = Shapes::FloatShape.new(name: 'ProficiencyLevel')
|
708
752
|
Prompt = Shapes::StructureShape.new(name: 'Prompt')
|
709
753
|
PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
|
710
754
|
PromptId = Shapes::StringShape.new(name: 'PromptId')
|
@@ -725,9 +769,11 @@ module Aws::Connect
|
|
725
769
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
726
770
|
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
727
771
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
772
|
+
QueueIdList = Shapes::ListShape.new(name: 'QueueIdList')
|
728
773
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
729
774
|
QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
|
730
775
|
QueueName = Shapes::StringShape.new(name: 'QueueName')
|
776
|
+
QueuePriority = Shapes::IntegerShape.new(name: 'QueuePriority')
|
731
777
|
QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
|
732
778
|
QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
|
733
779
|
QueueSearchConditionList = Shapes::ListShape.new(name: 'QueueSearchConditionList')
|
@@ -737,6 +783,7 @@ module Aws::Connect
|
|
737
783
|
QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
|
738
784
|
QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
|
739
785
|
QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
|
786
|
+
QueueTimeAdjustmentSeconds = Shapes::IntegerShape.new(name: 'QueueTimeAdjustmentSeconds')
|
740
787
|
QueueType = Shapes::StringShape.new(name: 'QueueType')
|
741
788
|
QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
|
742
789
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
@@ -820,6 +867,10 @@ module Aws::Connect
|
|
820
867
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
821
868
|
ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
|
822
869
|
ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
|
870
|
+
ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
|
871
|
+
ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
|
872
|
+
RoutingExpression = Shapes::StringShape.new(name: 'RoutingExpression')
|
873
|
+
RoutingExpressions = Shapes::ListShape.new(name: 'RoutingExpressions')
|
823
874
|
RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
|
824
875
|
RoutingProfileDescription = Shapes::StringShape.new(name: 'RoutingProfileDescription')
|
825
876
|
RoutingProfileId = Shapes::StringShape.new(name: 'RoutingProfileId')
|
@@ -852,8 +903,16 @@ module Aws::Connect
|
|
852
903
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
853
904
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
854
905
|
SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
|
906
|
+
SearchContactsMatchType = Shapes::StringShape.new(name: 'SearchContactsMatchType')
|
907
|
+
SearchContactsRequest = Shapes::StructureShape.new(name: 'SearchContactsRequest')
|
908
|
+
SearchContactsResponse = Shapes::StructureShape.new(name: 'SearchContactsResponse')
|
909
|
+
SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
|
910
|
+
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
911
|
+
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
855
912
|
SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
|
856
913
|
SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
|
914
|
+
SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
|
915
|
+
SearchPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesResponse')
|
857
916
|
SearchPromptsRequest = Shapes::StructureShape.new(name: 'SearchPromptsRequest')
|
858
917
|
SearchPromptsResponse = Shapes::StructureShape.new(name: 'SearchPromptsResponse')
|
859
918
|
SearchQueuesRequest = Shapes::StructureShape.new(name: 'SearchQueuesRequest')
|
@@ -866,10 +925,18 @@ module Aws::Connect
|
|
866
925
|
SearchRoutingProfilesResponse = Shapes::StructureShape.new(name: 'SearchRoutingProfilesResponse')
|
867
926
|
SearchSecurityProfilesRequest = Shapes::StructureShape.new(name: 'SearchSecurityProfilesRequest')
|
868
927
|
SearchSecurityProfilesResponse = Shapes::StructureShape.new(name: 'SearchSecurityProfilesResponse')
|
928
|
+
SearchText = Shapes::StringShape.new(name: 'SearchText')
|
929
|
+
SearchTextList = Shapes::ListShape.new(name: 'SearchTextList')
|
869
930
|
SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
|
870
931
|
SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
|
871
932
|
SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
|
872
933
|
SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
|
934
|
+
SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
|
935
|
+
SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
|
936
|
+
SearchableContactAttributeValueList = Shapes::ListShape.new(name: 'SearchableContactAttributeValueList')
|
937
|
+
SearchableContactAttributes = Shapes::StructureShape.new(name: 'SearchableContactAttributes')
|
938
|
+
SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
|
939
|
+
SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
|
873
940
|
SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
|
874
941
|
SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
|
875
942
|
SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
|
@@ -905,7 +972,9 @@ module Aws::Connect
|
|
905
972
|
SingleSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationCondition')
|
906
973
|
SingleSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationLabel')
|
907
974
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
975
|
+
Sort = Shapes::StructureShape.new(name: 'Sort')
|
908
976
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
977
|
+
SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
|
909
978
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
910
979
|
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
911
980
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
@@ -986,6 +1055,7 @@ module Aws::Connect
|
|
986
1055
|
TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
|
987
1056
|
TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
|
988
1057
|
TelephonyConfig = Shapes::StructureShape.new(name: 'TelephonyConfig')
|
1058
|
+
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
989
1059
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
990
1060
|
ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
|
991
1061
|
ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
|
@@ -995,6 +1065,9 @@ module Aws::Connect
|
|
995
1065
|
TimerEligibleParticipantRoles = Shapes::StringShape.new(name: 'TimerEligibleParticipantRoles')
|
996
1066
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
997
1067
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
1068
|
+
TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
|
1069
|
+
TotalPauseCount = Shapes::IntegerShape.new(name: 'TotalPauseCount')
|
1070
|
+
TotalPauseDurationInSeconds = Shapes::IntegerShape.new(name: 'TotalPauseDurationInSeconds')
|
998
1071
|
TrafficDistributionGroup = Shapes::StructureShape.new(name: 'TrafficDistributionGroup')
|
999
1072
|
TrafficDistributionGroupArn = Shapes::StringShape.new(name: 'TrafficDistributionGroupArn')
|
1000
1073
|
TrafficDistributionGroupId = Shapes::StringShape.new(name: 'TrafficDistributionGroupId')
|
@@ -1005,6 +1078,9 @@ module Aws::Connect
|
|
1005
1078
|
TrafficDistributionGroupUserSummary = Shapes::StructureShape.new(name: 'TrafficDistributionGroupUserSummary')
|
1006
1079
|
TrafficDistributionGroupUserSummaryList = Shapes::ListShape.new(name: 'TrafficDistributionGroupUserSummaryList')
|
1007
1080
|
TrafficType = Shapes::StringShape.new(name: 'TrafficType')
|
1081
|
+
Transcript = Shapes::StructureShape.new(name: 'Transcript')
|
1082
|
+
TranscriptCriteria = Shapes::StructureShape.new(name: 'TranscriptCriteria')
|
1083
|
+
TranscriptCriteriaList = Shapes::ListShape.new(name: 'TranscriptCriteriaList')
|
1008
1084
|
TransferContactRequest = Shapes::StructureShape.new(name: 'TransferContactRequest')
|
1009
1085
|
TransferContactResponse = Shapes::StructureShape.new(name: 'TransferContactResponse')
|
1010
1086
|
URI = Shapes::StringShape.new(name: 'URI')
|
@@ -1014,6 +1090,7 @@ module Aws::Connect
|
|
1014
1090
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
1015
1091
|
UpdateAgentStatusDescription = Shapes::StringShape.new(name: 'UpdateAgentStatusDescription')
|
1016
1092
|
UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
|
1093
|
+
UpdateCaseActionDefinition = Shapes::StructureShape.new(name: 'UpdateCaseActionDefinition')
|
1017
1094
|
UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
|
1018
1095
|
UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
|
1019
1096
|
UpdateContactEvaluationRequest = Shapes::StructureShape.new(name: 'UpdateContactEvaluationRequest')
|
@@ -1030,6 +1107,8 @@ module Aws::Connect
|
|
1030
1107
|
UpdateContactFlowNameResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowNameResponse')
|
1031
1108
|
UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
|
1032
1109
|
UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
|
1110
|
+
UpdateContactRoutingDataRequest = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataRequest')
|
1111
|
+
UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
|
1033
1112
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
1034
1113
|
UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
|
1035
1114
|
UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
|
@@ -1044,6 +1123,7 @@ module Aws::Connect
|
|
1044
1123
|
UpdatePhoneNumberMetadataRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberMetadataRequest')
|
1045
1124
|
UpdatePhoneNumberRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberRequest')
|
1046
1125
|
UpdatePhoneNumberResponse = Shapes::StructureShape.new(name: 'UpdatePhoneNumberResponse')
|
1126
|
+
UpdatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'UpdatePredefinedAttributeRequest')
|
1047
1127
|
UpdatePromptRequest = Shapes::StructureShape.new(name: 'UpdatePromptRequest')
|
1048
1128
|
UpdatePromptResponse = Shapes::StructureShape.new(name: 'UpdatePromptResponse')
|
1049
1129
|
UpdateQueueHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateQueueHoursOfOperationRequest')
|
@@ -1070,6 +1150,7 @@ module Aws::Connect
|
|
1070
1150
|
UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
|
1071
1151
|
UpdateUserIdentityInfoRequest = Shapes::StructureShape.new(name: 'UpdateUserIdentityInfoRequest')
|
1072
1152
|
UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
|
1153
|
+
UpdateUserProficienciesRequest = Shapes::StructureShape.new(name: 'UpdateUserProficienciesRequest')
|
1073
1154
|
UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
|
1074
1155
|
UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
|
1075
1156
|
UpdateViewContentRequest = Shapes::StructureShape.new(name: 'UpdateViewContentRequest')
|
@@ -1093,6 +1174,10 @@ module Aws::Connect
|
|
1093
1174
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
1094
1175
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
1095
1176
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
1177
|
+
UserProficiency = Shapes::StructureShape.new(name: 'UserProficiency')
|
1178
|
+
UserProficiencyDisassociate = Shapes::StructureShape.new(name: 'UserProficiencyDisassociate')
|
1179
|
+
UserProficiencyDisassociateList = Shapes::ListShape.new(name: 'UserProficiencyDisassociateList')
|
1180
|
+
UserProficiencyList = Shapes::ListShape.new(name: 'UserProficiencyList')
|
1096
1181
|
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
1097
1182
|
UserReference = Shapes::StructureShape.new(name: 'UserReference')
|
1098
1183
|
UserSearchConditionList = Shapes::ListShape.new(name: 'UserSearchConditionList')
|
@@ -1176,10 +1261,20 @@ module Aws::Connect
|
|
1176
1261
|
|
1177
1262
|
AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
|
1178
1263
|
|
1264
|
+
AgentHierarchyGroups.add_member(:l1_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L1Ids"))
|
1265
|
+
AgentHierarchyGroups.add_member(:l2_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L2Ids"))
|
1266
|
+
AgentHierarchyGroups.add_member(:l3_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L3Ids"))
|
1267
|
+
AgentHierarchyGroups.add_member(:l4_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L4Ids"))
|
1268
|
+
AgentHierarchyGroups.add_member(:l5_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L5Ids"))
|
1269
|
+
AgentHierarchyGroups.struct_class = Types::AgentHierarchyGroups
|
1270
|
+
|
1179
1271
|
AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
1180
1272
|
AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
|
1273
|
+
AgentInfo.add_member(:agent_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: AgentPauseDurationInSeconds, location_name: "AgentPauseDurationInSeconds"))
|
1181
1274
|
AgentInfo.struct_class = Types::AgentInfo
|
1182
1275
|
|
1276
|
+
AgentResourceIdList.member = Shapes::ShapeRef.new(shape: AgentResourceId)
|
1277
|
+
|
1183
1278
|
AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
|
1184
1279
|
AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
1185
1280
|
AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
|
@@ -1322,6 +1417,11 @@ module Aws::Connect
|
|
1322
1417
|
|
1323
1418
|
AssociateTrafficDistributionGroupUserResponse.struct_class = Types::AssociateTrafficDistributionGroupUserResponse
|
1324
1419
|
|
1420
|
+
AssociateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1421
|
+
AssociateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
1422
|
+
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
1423
|
+
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
1424
|
+
|
1325
1425
|
AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1326
1426
|
AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1327
1427
|
AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
@@ -1388,6 +1488,8 @@ module Aws::Connect
|
|
1388
1488
|
Campaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
1389
1489
|
Campaign.struct_class = Types::Campaign
|
1390
1490
|
|
1491
|
+
ChannelList.member = Shapes::ShapeRef.new(shape: Channel)
|
1492
|
+
|
1391
1493
|
ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
|
1392
1494
|
ChannelToCountMap.value = Shapes::ShapeRef.new(shape: IntegerCount)
|
1393
1495
|
|
@@ -1433,6 +1535,9 @@ module Aws::Connect
|
|
1433
1535
|
ClaimedPhoneNumberSummary.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SourcePhoneNumberArn"))
|
1434
1536
|
ClaimedPhoneNumberSummary.struct_class = Types::ClaimedPhoneNumberSummary
|
1435
1537
|
|
1538
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1539
|
+
ConflictException.struct_class = Types::ConflictException
|
1540
|
+
|
1436
1541
|
ConnectionData.add_member(:attendee, Shapes::ShapeRef.new(shape: Attendee, location_name: "Attendee"))
|
1437
1542
|
ConnectionData.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
|
1438
1543
|
ConnectionData.struct_class = Types::ConnectionData
|
@@ -1450,12 +1555,21 @@ module Aws::Connect
|
|
1450
1555
|
Contact.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
1451
1556
|
Contact.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
1452
1557
|
Contact.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdateTimestamp"))
|
1558
|
+
Contact.add_member(:last_paused_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastPausedTimestamp"))
|
1559
|
+
Contact.add_member(:last_resumed_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastResumedTimestamp"))
|
1560
|
+
Contact.add_member(:total_pause_count, Shapes::ShapeRef.new(shape: TotalPauseCount, location_name: "TotalPauseCount"))
|
1561
|
+
Contact.add_member(:total_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: TotalPauseDurationInSeconds, location_name: "TotalPauseDurationInSeconds"))
|
1453
1562
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1454
1563
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1455
1564
|
Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
|
1565
|
+
Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
1566
|
+
Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
1456
1567
|
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
1457
1568
|
Contact.struct_class = Types::Contact
|
1458
1569
|
|
1570
|
+
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
1571
|
+
ContactAnalysis.struct_class = Types::ContactAnalysis
|
1572
|
+
|
1459
1573
|
ContactDataRequest.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "SystemEndpoint"))
|
1460
1574
|
ContactDataRequest.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "CustomerEndpoint"))
|
1461
1575
|
ContactDataRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
@@ -1517,6 +1631,27 @@ module Aws::Connect
|
|
1517
1631
|
ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
|
1518
1632
|
ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
|
1519
1633
|
|
1634
|
+
ContactSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1635
|
+
ContactSearchSummary.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
|
1636
|
+
ContactSearchSummary.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
1637
|
+
ContactSearchSummary.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
|
1638
|
+
ContactSearchSummary.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
1639
|
+
ContactSearchSummary.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
1640
|
+
ContactSearchSummary.add_member(:queue_info, Shapes::ShapeRef.new(shape: ContactSearchSummaryQueueInfo, location_name: "QueueInfo"))
|
1641
|
+
ContactSearchSummary.add_member(:agent_info, Shapes::ShapeRef.new(shape: ContactSearchSummaryAgentInfo, location_name: "AgentInfo"))
|
1642
|
+
ContactSearchSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
1643
|
+
ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
1644
|
+
ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1645
|
+
ContactSearchSummary.struct_class = Types::ContactSearchSummary
|
1646
|
+
|
1647
|
+
ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
1648
|
+
ContactSearchSummaryAgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
|
1649
|
+
ContactSearchSummaryAgentInfo.struct_class = Types::ContactSearchSummaryAgentInfo
|
1650
|
+
|
1651
|
+
ContactSearchSummaryQueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
1652
|
+
ContactSearchSummaryQueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
|
1653
|
+
ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
|
1654
|
+
|
1520
1655
|
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
1521
1656
|
|
1522
1657
|
ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
|
@@ -1524,6 +1659,8 @@ module Aws::Connect
|
|
1524
1659
|
ContactTagMap.key = Shapes::ShapeRef.new(shape: ContactTagKey)
|
1525
1660
|
ContactTagMap.value = Shapes::ShapeRef.new(shape: ContactTagValue)
|
1526
1661
|
|
1662
|
+
Contacts.member = Shapes::ShapeRef.new(shape: ContactSearchSummary)
|
1663
|
+
|
1527
1664
|
ControlPlaneTagFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TagOrConditionList, location_name: "OrConditions"))
|
1528
1665
|
ControlPlaneTagFilter.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "AndConditions"))
|
1529
1666
|
ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
@@ -1541,6 +1678,10 @@ module Aws::Connect
|
|
1541
1678
|
CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
1542
1679
|
CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
|
1543
1680
|
|
1681
|
+
CreateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
1682
|
+
CreateCaseActionDefinition.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "TemplateId"))
|
1683
|
+
CreateCaseActionDefinition.struct_class = Types::CreateCaseActionDefinition
|
1684
|
+
|
1544
1685
|
CreateContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1545
1686
|
CreateContactFlowModuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, required: true, location_name: "Name"))
|
1546
1687
|
CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
@@ -1635,6 +1776,11 @@ module Aws::Connect
|
|
1635
1776
|
CreatePersistentContactAssociationResponse.add_member(:continued_from_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContinuedFromContactId"))
|
1636
1777
|
CreatePersistentContactAssociationResponse.struct_class = Types::CreatePersistentContactAssociationResponse
|
1637
1778
|
|
1779
|
+
CreatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1780
|
+
CreatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "Name"))
|
1781
|
+
CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, required: true, location_name: "Values"))
|
1782
|
+
CreatePredefinedAttributeRequest.struct_class = Types::CreatePredefinedAttributeRequest
|
1783
|
+
|
1638
1784
|
CreatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1639
1785
|
CreatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
1640
1786
|
CreatePromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "Description"))
|
@@ -1897,6 +2043,10 @@ module Aws::Connect
|
|
1897
2043
|
DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
1898
2044
|
DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
|
1899
2045
|
|
2046
|
+
DeletePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2047
|
+
DeletePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
|
2048
|
+
DeletePredefinedAttributeRequest.struct_class = Types::DeletePredefinedAttributeRequest
|
2049
|
+
|
1900
2050
|
DeletePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1901
2051
|
DeletePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
1902
2052
|
DeletePromptRequest.struct_class = Types::DeletePromptRequest
|
@@ -2045,6 +2195,13 @@ module Aws::Connect
|
|
2045
2195
|
DescribePhoneNumberResponse.add_member(:claimed_phone_number_summary, Shapes::ShapeRef.new(shape: ClaimedPhoneNumberSummary, location_name: "ClaimedPhoneNumberSummary"))
|
2046
2196
|
DescribePhoneNumberResponse.struct_class = Types::DescribePhoneNumberResponse
|
2047
2197
|
|
2198
|
+
DescribePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2199
|
+
DescribePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
|
2200
|
+
DescribePredefinedAttributeRequest.struct_class = Types::DescribePredefinedAttributeRequest
|
2201
|
+
|
2202
|
+
DescribePredefinedAttributeResponse.add_member(:predefined_attribute, Shapes::ShapeRef.new(shape: PredefinedAttribute, location_name: "PredefinedAttribute"))
|
2203
|
+
DescribePredefinedAttributeResponse.struct_class = Types::DescribePredefinedAttributeResponse
|
2204
|
+
|
2048
2205
|
DescribePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2049
2206
|
DescribePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
2050
2207
|
DescribePromptRequest.struct_class = Types::DescribePromptRequest
|
@@ -2133,6 +2290,7 @@ module Aws::Connect
|
|
2133
2290
|
Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
|
2134
2291
|
Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
2135
2292
|
Dimensions.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
|
2293
|
+
Dimensions.add_member(:routing_step_expression, Shapes::ShapeRef.new(shape: RoutingExpression, location_name: "RoutingStepExpression"))
|
2136
2294
|
Dimensions.struct_class = Types::Dimensions
|
2137
2295
|
|
2138
2296
|
DimensionsV2Map.key = Shapes::ShapeRef.new(shape: DimensionsV2Key)
|
@@ -2198,6 +2356,11 @@ module Aws::Connect
|
|
2198
2356
|
|
2199
2357
|
DisassociateTrafficDistributionGroupUserResponse.struct_class = Types::DisassociateTrafficDistributionGroupUserResponse
|
2200
2358
|
|
2359
|
+
DisassociateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2360
|
+
DisassociateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
2361
|
+
DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
|
2362
|
+
DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
|
2363
|
+
|
2201
2364
|
DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
|
2202
2365
|
DisconnectReason.struct_class = Types::DisconnectReason
|
2203
2366
|
|
@@ -2221,10 +2384,14 @@ module Aws::Connect
|
|
2221
2384
|
EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2222
2385
|
EmailReference.struct_class = Types::EmailReference
|
2223
2386
|
|
2387
|
+
EmptyFieldValue.struct_class = Types::EmptyFieldValue
|
2388
|
+
|
2224
2389
|
EncryptionConfig.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "EncryptionType"))
|
2225
2390
|
EncryptionConfig.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, required: true, location_name: "KeyId"))
|
2226
2391
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
2227
2392
|
|
2393
|
+
EndAssociatedTasksActionDefinition.struct_class = Types::EndAssociatedTasksActionDefinition
|
2394
|
+
|
2228
2395
|
Endpoint.add_member(:type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "Type"))
|
2229
2396
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2230
2397
|
Endpoint.struct_class = Types::Endpoint
|
@@ -2449,6 +2616,18 @@ module Aws::Connect
|
|
2449
2616
|
|
2450
2617
|
FailedRequestList.member = Shapes::ShapeRef.new(shape: FailedRequest)
|
2451
2618
|
|
2619
|
+
FieldValue.add_member(:id, Shapes::ShapeRef.new(shape: FieldValueId, required: true, location_name: "Id"))
|
2620
|
+
FieldValue.add_member(:value, Shapes::ShapeRef.new(shape: FieldValueUnion, required: true, location_name: "Value"))
|
2621
|
+
FieldValue.struct_class = Types::FieldValue
|
2622
|
+
|
2623
|
+
FieldValueUnion.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "BooleanValue"))
|
2624
|
+
FieldValueUnion.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "DoubleValue"))
|
2625
|
+
FieldValueUnion.add_member(:empty_value, Shapes::ShapeRef.new(shape: EmptyFieldValue, location_name: "EmptyValue"))
|
2626
|
+
FieldValueUnion.add_member(:string_value, Shapes::ShapeRef.new(shape: FieldStringValue, location_name: "StringValue"))
|
2627
|
+
FieldValueUnion.struct_class = Types::FieldValueUnion
|
2628
|
+
|
2629
|
+
FieldValues.member = Shapes::ShapeRef.new(shape: FieldValue)
|
2630
|
+
|
2452
2631
|
FilterV2.add_member(:filter_key, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "FilterKey"))
|
2453
2632
|
FilterV2.add_member(:filter_values, Shapes::ShapeRef.new(shape: FilterValueList, location_name: "FilterValues"))
|
2454
2633
|
FilterV2.struct_class = Types::FilterV2
|
@@ -2458,6 +2637,7 @@ module Aws::Connect
|
|
2458
2637
|
Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
|
2459
2638
|
Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
2460
2639
|
Filters.add_member(:routing_profiles, Shapes::ShapeRef.new(shape: RoutingProfiles, location_name: "RoutingProfiles"))
|
2640
|
+
Filters.add_member(:routing_step_expressions, Shapes::ShapeRef.new(shape: RoutingExpressions, location_name: "RoutingStepExpressions"))
|
2461
2641
|
Filters.struct_class = Types::Filters
|
2462
2642
|
|
2463
2643
|
FiltersV2List.member = Shapes::ShapeRef.new(shape: FilterV2)
|
@@ -2609,6 +2789,8 @@ module Aws::Connect
|
|
2609
2789
|
HierarchyGroupCondition.add_member(:hierarchy_group_match_type, Shapes::ShapeRef.new(shape: HierarchyGroupMatchType, location_name: "HierarchyGroupMatchType"))
|
2610
2790
|
HierarchyGroupCondition.struct_class = Types::HierarchyGroupCondition
|
2611
2791
|
|
2792
|
+
HierarchyGroupIdList.member = Shapes::ShapeRef.new(shape: HierarchyGroupId)
|
2793
|
+
|
2612
2794
|
HierarchyGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
|
2613
2795
|
HierarchyGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2614
2796
|
HierarchyGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, location_name: "Name"))
|
@@ -2737,6 +2919,8 @@ module Aws::Connect
|
|
2737
2919
|
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
2738
2920
|
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
2739
2921
|
|
2922
|
+
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
2923
|
+
|
2740
2924
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
2741
2925
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2742
2926
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -3062,6 +3246,15 @@ module Aws::Connect
|
|
3062
3246
|
ListPhoneNumbersV2Response.add_member(:list_phone_numbers_summary_list, Shapes::ShapeRef.new(shape: ListPhoneNumbersSummaryList, location_name: "ListPhoneNumbersSummaryList"))
|
3063
3247
|
ListPhoneNumbersV2Response.struct_class = Types::ListPhoneNumbersV2Response
|
3064
3248
|
|
3249
|
+
ListPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3250
|
+
ListPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3251
|
+
ListPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3252
|
+
ListPredefinedAttributesRequest.struct_class = Types::ListPredefinedAttributesRequest
|
3253
|
+
|
3254
|
+
ListPredefinedAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3255
|
+
ListPredefinedAttributesResponse.add_member(:predefined_attribute_summary_list, Shapes::ShapeRef.new(shape: PredefinedAttributeSummaryList, location_name: "PredefinedAttributeSummaryList"))
|
3256
|
+
ListPredefinedAttributesResponse.struct_class = Types::ListPredefinedAttributesResponse
|
3257
|
+
|
3065
3258
|
ListPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3066
3259
|
ListPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3067
3260
|
ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -3245,6 +3438,18 @@ module Aws::Connect
|
|
3245
3438
|
ListUserHierarchyGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3246
3439
|
ListUserHierarchyGroupsResponse.struct_class = Types::ListUserHierarchyGroupsResponse
|
3247
3440
|
|
3441
|
+
ListUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3442
|
+
ListUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
3443
|
+
ListUserProficienciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3444
|
+
ListUserProficienciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3445
|
+
ListUserProficienciesRequest.struct_class = Types::ListUserProficienciesRequest
|
3446
|
+
|
3447
|
+
ListUserProficienciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3448
|
+
ListUserProficienciesResponse.add_member(:user_proficiency_list, Shapes::ShapeRef.new(shape: UserProficiencyList, location_name: "UserProficiencyList"))
|
3449
|
+
ListUserProficienciesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3450
|
+
ListUserProficienciesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
3451
|
+
ListUserProficienciesResponse.struct_class = Types::ListUserProficienciesResponse
|
3452
|
+
|
3248
3453
|
ListUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3249
3454
|
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3250
3455
|
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -3404,6 +3609,13 @@ module Aws::Connect
|
|
3404
3609
|
ParticipantTokenCredentials.add_member(:expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "Expiry"))
|
3405
3610
|
ParticipantTokenCredentials.struct_class = Types::ParticipantTokenCredentials
|
3406
3611
|
|
3612
|
+
PauseContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
3613
|
+
PauseContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3614
|
+
PauseContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
3615
|
+
PauseContactRequest.struct_class = Types::PauseContactRequest
|
3616
|
+
|
3617
|
+
PauseContactResponse.struct_class = Types::PauseContactResponse
|
3618
|
+
|
3407
3619
|
PermissionsList.member = Shapes::ShapeRef.new(shape: SecurityProfilePermission)
|
3408
3620
|
|
3409
3621
|
PersistentChat.add_member(:rehydration_type, Shapes::ShapeRef.new(shape: RehydrationType, location_name: "RehydrationType"))
|
@@ -3430,6 +3642,36 @@ module Aws::Connect
|
|
3430
3642
|
|
3431
3643
|
PhoneNumberTypes.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
3432
3644
|
|
3645
|
+
PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
3646
|
+
PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
3647
|
+
PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3648
|
+
PredefinedAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
3649
|
+
PredefinedAttribute.struct_class = Types::PredefinedAttribute
|
3650
|
+
|
3651
|
+
PredefinedAttributeSearchConditionList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria)
|
3652
|
+
|
3653
|
+
PredefinedAttributeSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "OrConditions"))
|
3654
|
+
PredefinedAttributeSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "AndConditions"))
|
3655
|
+
PredefinedAttributeSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
3656
|
+
PredefinedAttributeSearchCriteria.struct_class = Types::PredefinedAttributeSearchCriteria
|
3657
|
+
|
3658
|
+
PredefinedAttributeSearchSummaryList.member = Shapes::ShapeRef.new(shape: PredefinedAttribute)
|
3659
|
+
|
3660
|
+
PredefinedAttributeStringValuesList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue)
|
3661
|
+
|
3662
|
+
PredefinedAttributeSummary.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
3663
|
+
PredefinedAttributeSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3664
|
+
PredefinedAttributeSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
3665
|
+
PredefinedAttributeSummary.struct_class = Types::PredefinedAttributeSummary
|
3666
|
+
|
3667
|
+
PredefinedAttributeSummaryList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSummary)
|
3668
|
+
|
3669
|
+
PredefinedAttributeValues.add_member(:string_list, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValuesList, location_name: "StringList"))
|
3670
|
+
PredefinedAttributeValues.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3671
|
+
PredefinedAttributeValues.add_member_subclass(:string_list, Types::PredefinedAttributeValues::StringList)
|
3672
|
+
PredefinedAttributeValues.add_member_subclass(:unknown, Types::PredefinedAttributeValues::Unknown)
|
3673
|
+
PredefinedAttributeValues.struct_class = Types::PredefinedAttributeValues
|
3674
|
+
|
3433
3675
|
ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
|
3434
3676
|
ProblemDetail.struct_class = Types::ProblemDetail
|
3435
3677
|
|
@@ -3496,6 +3738,8 @@ module Aws::Connect
|
|
3496
3738
|
Queue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
3497
3739
|
Queue.struct_class = Types::Queue
|
3498
3740
|
|
3741
|
+
QueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
3742
|
+
|
3499
3743
|
QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
3500
3744
|
QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
|
3501
3745
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -3754,6 +3998,15 @@ module Aws::Connect
|
|
3754
3998
|
|
3755
3999
|
ResumeContactRecordingResponse.struct_class = Types::ResumeContactRecordingResponse
|
3756
4000
|
|
4001
|
+
ResumeContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4002
|
+
ResumeContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4003
|
+
ResumeContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
4004
|
+
ResumeContactRequest.struct_class = Types::ResumeContactRequest
|
4005
|
+
|
4006
|
+
ResumeContactResponse.struct_class = Types::ResumeContactResponse
|
4007
|
+
|
4008
|
+
RoutingExpressions.member = Shapes::ShapeRef.new(shape: RoutingExpression)
|
4009
|
+
|
3757
4010
|
RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
3758
4011
|
RoutingProfile.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
|
3759
4012
|
RoutingProfile.add_member(:routing_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RoutingProfileArn"))
|
@@ -3838,6 +4091,9 @@ module Aws::Connect
|
|
3838
4091
|
RuleAction.add_member(:event_bridge_action, Shapes::ShapeRef.new(shape: EventBridgeActionDefinition, location_name: "EventBridgeAction"))
|
3839
4092
|
RuleAction.add_member(:assign_contact_category_action, Shapes::ShapeRef.new(shape: AssignContactCategoryActionDefinition, location_name: "AssignContactCategoryAction"))
|
3840
4093
|
RuleAction.add_member(:send_notification_action, Shapes::ShapeRef.new(shape: SendNotificationActionDefinition, location_name: "SendNotificationAction"))
|
4094
|
+
RuleAction.add_member(:create_case_action, Shapes::ShapeRef.new(shape: CreateCaseActionDefinition, location_name: "CreateCaseAction"))
|
4095
|
+
RuleAction.add_member(:update_case_action, Shapes::ShapeRef.new(shape: UpdateCaseActionDefinition, location_name: "UpdateCaseAction"))
|
4096
|
+
RuleAction.add_member(:end_associated_tasks_action, Shapes::ShapeRef.new(shape: EndAssociatedTasksActionDefinition, location_name: "EndAssociatedTasksAction"))
|
3841
4097
|
RuleAction.struct_class = Types::RuleAction
|
3842
4098
|
|
3843
4099
|
RuleActions.member = Shapes::ShapeRef.new(shape: RuleAction)
|
@@ -3876,6 +4132,33 @@ module Aws::Connect
|
|
3876
4132
|
SearchAvailablePhoneNumbersResponse.add_member(:available_numbers_list, Shapes::ShapeRef.new(shape: AvailableNumbersList, location_name: "AvailableNumbersList"))
|
3877
4133
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
3878
4134
|
|
4135
|
+
SearchContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4136
|
+
SearchContactsRequest.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, required: true, location_name: "TimeRange"))
|
4137
|
+
SearchContactsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SearchCriteria, location_name: "SearchCriteria"))
|
4138
|
+
SearchContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
4139
|
+
SearchContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
4140
|
+
SearchContactsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
|
4141
|
+
SearchContactsRequest.struct_class = Types::SearchContactsRequest
|
4142
|
+
|
4143
|
+
SearchContactsResponse.add_member(:contacts, Shapes::ShapeRef.new(shape: Contacts, required: true, location_name: "Contacts"))
|
4144
|
+
SearchContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
4145
|
+
SearchContactsResponse.add_member(:total_count, Shapes::ShapeRef.new(shape: TotalCount, location_name: "TotalCount"))
|
4146
|
+
SearchContactsResponse.struct_class = Types::SearchContactsResponse
|
4147
|
+
|
4148
|
+
SearchContactsTimeRange.add_member(:type, Shapes::ShapeRef.new(shape: SearchContactsTimeRangeType, required: true, location_name: "Type"))
|
4149
|
+
SearchContactsTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
4150
|
+
SearchContactsTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
4151
|
+
SearchContactsTimeRange.struct_class = Types::SearchContactsTimeRange
|
4152
|
+
|
4153
|
+
SearchCriteria.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
|
4154
|
+
SearchCriteria.add_member(:agent_hierarchy_groups, Shapes::ShapeRef.new(shape: AgentHierarchyGroups, location_name: "AgentHierarchyGroups"))
|
4155
|
+
SearchCriteria.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelList, location_name: "Channels"))
|
4156
|
+
SearchCriteria.add_member(:contact_analysis, Shapes::ShapeRef.new(shape: ContactAnalysis, location_name: "ContactAnalysis"))
|
4157
|
+
SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
|
4158
|
+
SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
|
4159
|
+
SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
|
4160
|
+
SearchCriteria.struct_class = Types::SearchCriteria
|
4161
|
+
|
3879
4162
|
SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3880
4163
|
SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3881
4164
|
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3888,6 +4171,17 @@ module Aws::Connect
|
|
3888
4171
|
SearchHoursOfOperationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
3889
4172
|
SearchHoursOfOperationsResponse.struct_class = Types::SearchHoursOfOperationsResponse
|
3890
4173
|
|
4174
|
+
SearchPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4175
|
+
SearchPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
4176
|
+
SearchPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
4177
|
+
SearchPredefinedAttributesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria, location_name: "SearchCriteria"))
|
4178
|
+
SearchPredefinedAttributesRequest.struct_class = Types::SearchPredefinedAttributesRequest
|
4179
|
+
|
4180
|
+
SearchPredefinedAttributesResponse.add_member(:predefined_attributes, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchSummaryList, location_name: "PredefinedAttributes"))
|
4181
|
+
SearchPredefinedAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
4182
|
+
SearchPredefinedAttributesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
4183
|
+
SearchPredefinedAttributesResponse.struct_class = Types::SearchPredefinedAttributesResponse
|
4184
|
+
|
3891
4185
|
SearchPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3892
4186
|
SearchPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3893
4187
|
SearchPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3959,6 +4253,8 @@ module Aws::Connect
|
|
3959
4253
|
SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
3960
4254
|
SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
|
3961
4255
|
|
4256
|
+
SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
|
4257
|
+
|
3962
4258
|
SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3963
4259
|
SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3964
4260
|
SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3983,6 +4279,18 @@ module Aws::Connect
|
|
3983
4279
|
SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
3984
4280
|
SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
|
3985
4281
|
|
4282
|
+
SearchableContactAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributeValue)
|
4283
|
+
|
4284
|
+
SearchableContactAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteriaList, required: true, location_name: "Criteria"))
|
4285
|
+
SearchableContactAttributes.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
|
4286
|
+
SearchableContactAttributes.struct_class = Types::SearchableContactAttributes
|
4287
|
+
|
4288
|
+
SearchableContactAttributesCriteria.add_member(:key, Shapes::ShapeRef.new(shape: SearchableContactAttributeKey, required: true, location_name: "Key"))
|
4289
|
+
SearchableContactAttributesCriteria.add_member(:values, Shapes::ShapeRef.new(shape: SearchableContactAttributeValueList, required: true, location_name: "Values"))
|
4290
|
+
SearchableContactAttributesCriteria.struct_class = Types::SearchableContactAttributesCriteria
|
4291
|
+
|
4292
|
+
SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
|
4293
|
+
|
3986
4294
|
SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
3987
4295
|
SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
|
3988
4296
|
SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
@@ -4076,6 +4384,10 @@ module Aws::Connect
|
|
4076
4384
|
SingleSelectQuestionRuleCategoryAutomation.add_member(:option_ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "OptionRefId"))
|
4077
4385
|
SingleSelectQuestionRuleCategoryAutomation.struct_class = Types::SingleSelectQuestionRuleCategoryAutomation
|
4078
4386
|
|
4387
|
+
Sort.add_member(:field_name, Shapes::ShapeRef.new(shape: SortableFieldName, required: true, location_name: "FieldName"))
|
4388
|
+
Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
|
4389
|
+
Sort.struct_class = Types::Sort
|
4390
|
+
|
4079
4391
|
StartChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4080
4392
|
StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4081
4393
|
StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -4122,6 +4434,10 @@ module Aws::Connect
|
|
4122
4434
|
StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
|
4123
4435
|
StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
|
4124
4436
|
|
4437
|
+
StartOutboundVoiceContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
4438
|
+
StartOutboundVoiceContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
4439
|
+
StartOutboundVoiceContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
4440
|
+
StartOutboundVoiceContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
4125
4441
|
StartOutboundVoiceContactRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
4126
4442
|
StartOutboundVoiceContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4127
4443
|
StartOutboundVoiceContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -4350,6 +4666,17 @@ module Aws::Connect
|
|
4350
4666
|
|
4351
4667
|
TrafficDistributionGroupUserSummaryList.member = Shapes::ShapeRef.new(shape: TrafficDistributionGroupUserSummary)
|
4352
4668
|
|
4669
|
+
Transcript.add_member(:criteria, Shapes::ShapeRef.new(shape: TranscriptCriteriaList, required: true, location_name: "Criteria"))
|
4670
|
+
Transcript.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
|
4671
|
+
Transcript.struct_class = Types::Transcript
|
4672
|
+
|
4673
|
+
TranscriptCriteria.add_member(:participant_role, Shapes::ShapeRef.new(shape: ParticipantRole, required: true, location_name: "ParticipantRole"))
|
4674
|
+
TranscriptCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
|
4675
|
+
TranscriptCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
|
4676
|
+
TranscriptCriteria.struct_class = Types::TranscriptCriteria
|
4677
|
+
|
4678
|
+
TranscriptCriteriaList.member = Shapes::ShapeRef.new(shape: TranscriptCriteria)
|
4679
|
+
|
4353
4680
|
TransferContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4354
4681
|
TransferContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4355
4682
|
TransferContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
@@ -4382,6 +4709,9 @@ module Aws::Connect
|
|
4382
4709
|
UpdateAgentStatusRequest.add_member(:reset_order_number, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetOrderNumber"))
|
4383
4710
|
UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
|
4384
4711
|
|
4712
|
+
UpdateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
4713
|
+
UpdateCaseActionDefinition.struct_class = Types::UpdateCaseActionDefinition
|
4714
|
+
|
4385
4715
|
UpdateContactAttributesRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
4386
4716
|
UpdateContactAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4387
4717
|
UpdateContactAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "Attributes"))
|
@@ -4448,6 +4778,14 @@ module Aws::Connect
|
|
4448
4778
|
|
4449
4779
|
UpdateContactResponse.struct_class = Types::UpdateContactResponse
|
4450
4780
|
|
4781
|
+
UpdateContactRoutingDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4782
|
+
UpdateContactRoutingDataRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
4783
|
+
UpdateContactRoutingDataRequest.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
4784
|
+
UpdateContactRoutingDataRequest.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
4785
|
+
UpdateContactRoutingDataRequest.struct_class = Types::UpdateContactRoutingDataRequest
|
4786
|
+
|
4787
|
+
UpdateContactRoutingDataResponse.struct_class = Types::UpdateContactRoutingDataResponse
|
4788
|
+
|
4451
4789
|
UpdateContactScheduleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4452
4790
|
UpdateContactScheduleRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4453
4791
|
UpdateContactScheduleRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
|
@@ -4518,6 +4856,11 @@ module Aws::Connect
|
|
4518
4856
|
UpdatePhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
4519
4857
|
UpdatePhoneNumberResponse.struct_class = Types::UpdatePhoneNumberResponse
|
4520
4858
|
|
4859
|
+
UpdatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4860
|
+
UpdatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
|
4861
|
+
UpdatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
4862
|
+
UpdatePredefinedAttributeRequest.struct_class = Types::UpdatePredefinedAttributeRequest
|
4863
|
+
|
4521
4864
|
UpdatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4522
4865
|
UpdatePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
4523
4866
|
UpdatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
@@ -4666,6 +5009,11 @@ module Aws::Connect
|
|
4666
5009
|
UpdateUserPhoneConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4667
5010
|
UpdateUserPhoneConfigRequest.struct_class = Types::UpdateUserPhoneConfigRequest
|
4668
5011
|
|
5012
|
+
UpdateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5013
|
+
UpdateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
5014
|
+
UpdateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
5015
|
+
UpdateUserProficienciesRequest.struct_class = Types::UpdateUserProficienciesRequest
|
5016
|
+
|
4669
5017
|
UpdateUserRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location_name: "RoutingProfileId"))
|
4670
5018
|
UpdateUserRoutingProfileRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
4671
5019
|
UpdateUserRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -4762,6 +5110,19 @@ module Aws::Connect
|
|
4762
5110
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
4763
5111
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
4764
5112
|
|
5113
|
+
UserProficiency.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
|
5114
|
+
UserProficiency.add_member(:attribute_value, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue, required: true, location_name: "AttributeValue"))
|
5115
|
+
UserProficiency.add_member(:level, Shapes::ShapeRef.new(shape: ProficiencyLevel, required: true, location_name: "Level"))
|
5116
|
+
UserProficiency.struct_class = Types::UserProficiency
|
5117
|
+
|
5118
|
+
UserProficiencyDisassociate.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
|
5119
|
+
UserProficiencyDisassociate.add_member(:attribute_value, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue, required: true, location_name: "AttributeValue"))
|
5120
|
+
UserProficiencyDisassociate.struct_class = Types::UserProficiencyDisassociate
|
5121
|
+
|
5122
|
+
UserProficiencyDisassociateList.member = Shapes::ShapeRef.new(shape: UserProficiencyDisassociate)
|
5123
|
+
|
5124
|
+
UserProficiencyList.member = Shapes::ShapeRef.new(shape: UserProficiency)
|
5125
|
+
|
4765
5126
|
UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
4766
5127
|
UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4767
5128
|
UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
|
@@ -5099,6 +5460,19 @@ module Aws::Connect
|
|
5099
5460
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5100
5461
|
end)
|
5101
5462
|
|
5463
|
+
api.add_operation(:associate_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
|
5464
|
+
o.name = "AssociateUserProficiencies"
|
5465
|
+
o.http_method = "POST"
|
5466
|
+
o.http_request_uri = "/users/{InstanceId}/{UserId}/associate-proficiencies"
|
5467
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateUserProficienciesRequest)
|
5468
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5469
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5470
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5472
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5473
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5474
|
+
end)
|
5475
|
+
|
5102
5476
|
api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
5103
5477
|
o.name = "BatchAssociateAnalyticsDataSet"
|
5104
5478
|
o.http_method = "PUT"
|
@@ -5298,6 +5672,21 @@ module Aws::Connect
|
|
5298
5672
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5299
5673
|
end)
|
5300
5674
|
|
5675
|
+
api.add_operation(:create_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
|
5676
|
+
o.name = "CreatePredefinedAttribute"
|
5677
|
+
o.http_method = "PUT"
|
5678
|
+
o.http_request_uri = "/predefined-attributes/{InstanceId}"
|
5679
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePredefinedAttributeRequest)
|
5680
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5681
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
5682
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5683
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5684
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
5685
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5686
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5687
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5688
|
+
end)
|
5689
|
+
|
5301
5690
|
api.add_operation(:create_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5302
5691
|
o.name = "CreatePrompt"
|
5303
5692
|
o.http_method = "PUT"
|
@@ -5611,6 +6000,20 @@ module Aws::Connect
|
|
5611
6000
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5612
6001
|
end)
|
5613
6002
|
|
6003
|
+
api.add_operation(:delete_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
|
6004
|
+
o.name = "DeletePredefinedAttribute"
|
6005
|
+
o.http_method = "DELETE"
|
6006
|
+
o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
|
6007
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePredefinedAttributeRequest)
|
6008
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6009
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
6010
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6011
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6012
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6013
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6014
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6015
|
+
end)
|
6016
|
+
|
5614
6017
|
api.add_operation(:delete_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5615
6018
|
o.name = "DeletePrompt"
|
5616
6019
|
o.http_method = "DELETE"
|
@@ -5943,6 +6346,19 @@ module Aws::Connect
|
|
5943
6346
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5944
6347
|
end)
|
5945
6348
|
|
6349
|
+
api.add_operation(:describe_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
|
6350
|
+
o.name = "DescribePredefinedAttribute"
|
6351
|
+
o.http_method = "GET"
|
6352
|
+
o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
|
6353
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePredefinedAttributeRequest)
|
6354
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePredefinedAttributeResponse)
|
6355
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6356
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6357
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6358
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6359
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6360
|
+
end)
|
6361
|
+
|
5946
6362
|
api.add_operation(:describe_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5947
6363
|
o.name = "DescribePrompt"
|
5948
6364
|
o.http_method = "GET"
|
@@ -6257,6 +6673,19 @@ module Aws::Connect
|
|
6257
6673
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6258
6674
|
end)
|
6259
6675
|
|
6676
|
+
api.add_operation(:disassociate_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
|
6677
|
+
o.name = "DisassociateUserProficiencies"
|
6678
|
+
o.http_method = "POST"
|
6679
|
+
o.http_request_uri = "/users/{InstanceId}/{UserId}/disassociate-proficiencies"
|
6680
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateUserProficienciesRequest)
|
6681
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6682
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6683
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6684
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6685
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6687
|
+
end)
|
6688
|
+
|
6260
6689
|
api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
|
6261
6690
|
o.name = "DismissUserContact"
|
6262
6691
|
o.http_method = "POST"
|
@@ -6823,6 +7252,25 @@ module Aws::Connect
|
|
6823
7252
|
)
|
6824
7253
|
end)
|
6825
7254
|
|
7255
|
+
api.add_operation(:list_predefined_attributes, Seahorse::Model::Operation.new.tap do |o|
|
7256
|
+
o.name = "ListPredefinedAttributes"
|
7257
|
+
o.http_method = "GET"
|
7258
|
+
o.http_request_uri = "/predefined-attributes/{InstanceId}"
|
7259
|
+
o.input = Shapes::ShapeRef.new(shape: ListPredefinedAttributesRequest)
|
7260
|
+
o.output = Shapes::ShapeRef.new(shape: ListPredefinedAttributesResponse)
|
7261
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7262
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7263
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7264
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7265
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7266
|
+
o[:pager] = Aws::Pager.new(
|
7267
|
+
limit_key: "max_results",
|
7268
|
+
tokens: {
|
7269
|
+
"next_token" => "next_token"
|
7270
|
+
}
|
7271
|
+
)
|
7272
|
+
end)
|
7273
|
+
|
6826
7274
|
api.add_operation(:list_prompts, Seahorse::Model::Operation.new.tap do |o|
|
6827
7275
|
o.name = "ListPrompts"
|
6828
7276
|
o.http_method = "GET"
|
@@ -7158,6 +7606,25 @@ module Aws::Connect
|
|
7158
7606
|
)
|
7159
7607
|
end)
|
7160
7608
|
|
7609
|
+
api.add_operation(:list_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
|
7610
|
+
o.name = "ListUserProficiencies"
|
7611
|
+
o.http_method = "GET"
|
7612
|
+
o.http_request_uri = "/users/{InstanceId}/{UserId}/proficiencies"
|
7613
|
+
o.input = Shapes::ShapeRef.new(shape: ListUserProficienciesRequest)
|
7614
|
+
o.output = Shapes::ShapeRef.new(shape: ListUserProficienciesResponse)
|
7615
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7616
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7617
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7618
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7619
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7620
|
+
o[:pager] = Aws::Pager.new(
|
7621
|
+
limit_key: "max_results",
|
7622
|
+
tokens: {
|
7623
|
+
"next_token" => "next_token"
|
7624
|
+
}
|
7625
|
+
)
|
7626
|
+
end)
|
7627
|
+
|
7161
7628
|
api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
|
7162
7629
|
o.name = "ListUsers"
|
7163
7630
|
o.http_method = "GET"
|
@@ -7232,6 +7699,22 @@ module Aws::Connect
|
|
7232
7699
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7233
7700
|
end)
|
7234
7701
|
|
7702
|
+
api.add_operation(:pause_contact, Seahorse::Model::Operation.new.tap do |o|
|
7703
|
+
o.name = "PauseContact"
|
7704
|
+
o.http_method = "POST"
|
7705
|
+
o.http_request_uri = "/contact/pause"
|
7706
|
+
o.input = Shapes::ShapeRef.new(shape: PauseContactRequest)
|
7707
|
+
o.output = Shapes::ShapeRef.new(shape: PauseContactResponse)
|
7708
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7710
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7711
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7713
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7714
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7715
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7716
|
+
end)
|
7717
|
+
|
7235
7718
|
api.add_operation(:put_user_status, Seahorse::Model::Operation.new.tap do |o|
|
7236
7719
|
o.name = "PutUserStatus"
|
7237
7720
|
o.http_method = "PUT"
|
@@ -7277,6 +7760,21 @@ module Aws::Connect
|
|
7277
7760
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7278
7761
|
end)
|
7279
7762
|
|
7763
|
+
api.add_operation(:resume_contact, Seahorse::Model::Operation.new.tap do |o|
|
7764
|
+
o.name = "ResumeContact"
|
7765
|
+
o.http_method = "POST"
|
7766
|
+
o.http_request_uri = "/contact/resume"
|
7767
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeContactRequest)
|
7768
|
+
o.output = Shapes::ShapeRef.new(shape: ResumeContactResponse)
|
7769
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7770
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7771
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7772
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7774
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7775
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7776
|
+
end)
|
7777
|
+
|
7280
7778
|
api.add_operation(:resume_contact_recording, Seahorse::Model::Operation.new.tap do |o|
|
7281
7779
|
o.name = "ResumeContactRecording"
|
7282
7780
|
o.http_method = "POST"
|
@@ -7306,6 +7804,25 @@ module Aws::Connect
|
|
7306
7804
|
)
|
7307
7805
|
end)
|
7308
7806
|
|
7807
|
+
api.add_operation(:search_contacts, Seahorse::Model::Operation.new.tap do |o|
|
7808
|
+
o.name = "SearchContacts"
|
7809
|
+
o.http_method = "POST"
|
7810
|
+
o.http_request_uri = "/search-contacts"
|
7811
|
+
o.input = Shapes::ShapeRef.new(shape: SearchContactsRequest)
|
7812
|
+
o.output = Shapes::ShapeRef.new(shape: SearchContactsResponse)
|
7813
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7814
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7815
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7816
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7817
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7818
|
+
o[:pager] = Aws::Pager.new(
|
7819
|
+
limit_key: "max_results",
|
7820
|
+
tokens: {
|
7821
|
+
"next_token" => "next_token"
|
7822
|
+
}
|
7823
|
+
)
|
7824
|
+
end)
|
7825
|
+
|
7309
7826
|
api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
7310
7827
|
o.name = "SearchHoursOfOperations"
|
7311
7828
|
o.http_method = "POST"
|
@@ -7325,6 +7842,25 @@ module Aws::Connect
|
|
7325
7842
|
)
|
7326
7843
|
end)
|
7327
7844
|
|
7845
|
+
api.add_operation(:search_predefined_attributes, Seahorse::Model::Operation.new.tap do |o|
|
7846
|
+
o.name = "SearchPredefinedAttributes"
|
7847
|
+
o.http_method = "POST"
|
7848
|
+
o.http_request_uri = "/search-predefined-attributes"
|
7849
|
+
o.input = Shapes::ShapeRef.new(shape: SearchPredefinedAttributesRequest)
|
7850
|
+
o.output = Shapes::ShapeRef.new(shape: SearchPredefinedAttributesResponse)
|
7851
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7852
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7854
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7855
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7856
|
+
o[:pager] = Aws::Pager.new(
|
7857
|
+
limit_key: "max_results",
|
7858
|
+
tokens: {
|
7859
|
+
"next_token" => "next_token"
|
7860
|
+
}
|
7861
|
+
)
|
7862
|
+
end)
|
7863
|
+
|
7328
7864
|
api.add_operation(:search_prompts, Seahorse::Model::Operation.new.tap do |o|
|
7329
7865
|
o.name = "SearchPrompts"
|
7330
7866
|
o.http_method = "POST"
|
@@ -7835,6 +8371,20 @@ module Aws::Connect
|
|
7835
8371
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7836
8372
|
end)
|
7837
8373
|
|
8374
|
+
api.add_operation(:update_contact_routing_data, Seahorse::Model::Operation.new.tap do |o|
|
8375
|
+
o.name = "UpdateContactRoutingData"
|
8376
|
+
o.http_method = "POST"
|
8377
|
+
o.http_request_uri = "/contacts/{InstanceId}/{ContactId}/routing-data"
|
8378
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContactRoutingDataRequest)
|
8379
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactRoutingDataResponse)
|
8380
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
8381
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8383
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8384
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8385
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8386
|
+
end)
|
8387
|
+
|
7838
8388
|
api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
|
7839
8389
|
o.name = "UpdateContactSchedule"
|
7840
8390
|
o.http_method = "POST"
|
@@ -7948,6 +8498,19 @@ module Aws::Connect
|
|
7948
8498
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7949
8499
|
end)
|
7950
8500
|
|
8501
|
+
api.add_operation(:update_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
|
8502
|
+
o.name = "UpdatePredefinedAttribute"
|
8503
|
+
o.http_method = "POST"
|
8504
|
+
o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
|
8505
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePredefinedAttributeRequest)
|
8506
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8507
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8508
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8509
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8510
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8511
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8512
|
+
end)
|
8513
|
+
|
7951
8514
|
api.add_operation(:update_prompt, Seahorse::Model::Operation.new.tap do |o|
|
7952
8515
|
o.name = "UpdatePrompt"
|
7953
8516
|
o.http_method = "POST"
|
@@ -8241,6 +8804,19 @@ module Aws::Connect
|
|
8241
8804
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8242
8805
|
end)
|
8243
8806
|
|
8807
|
+
api.add_operation(:update_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
|
8808
|
+
o.name = "UpdateUserProficiencies"
|
8809
|
+
o.http_method = "POST"
|
8810
|
+
o.http_request_uri = "/users/{InstanceId}/{UserId}/proficiencies"
|
8811
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUserProficienciesRequest)
|
8812
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8813
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8814
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8815
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8816
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8817
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8818
|
+
end)
|
8819
|
+
|
8244
8820
|
api.add_operation(:update_user_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
8245
8821
|
o.name = "UpdateUserRoutingProfile"
|
8246
8822
|
o.http_method = "POST"
|