aws-sdk-connect 1.142.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +906 -34
- data/lib/aws-sdk-connect/client_api.rb +630 -0
- data/lib/aws-sdk-connect/endpoints.rb +224 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +32 -0
- data/lib/aws-sdk-connect/types.rb +1333 -48
- 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,13 +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')
|
169
|
+
ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
|
170
|
+
ContactTagKeys = Shapes::ListShape.new(name: 'ContactTagKeys')
|
171
|
+
ContactTagMap = Shapes::MapShape.new(name: 'ContactTagMap')
|
172
|
+
ContactTagValue = Shapes::StringShape.new(name: 'ContactTagValue')
|
173
|
+
Contacts = Shapes::ListShape.new(name: 'Contacts')
|
159
174
|
Content = Shapes::StringShape.new(name: 'Content')
|
160
175
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
161
176
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
162
177
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
163
178
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
179
|
+
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
164
180
|
CreateContactFlowModuleRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleRequest')
|
165
181
|
CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
|
166
182
|
CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
|
@@ -177,6 +193,7 @@ module Aws::Connect
|
|
177
193
|
CreateParticipantResponse = Shapes::StructureShape.new(name: 'CreateParticipantResponse')
|
178
194
|
CreatePersistentContactAssociationRequest = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationRequest')
|
179
195
|
CreatePersistentContactAssociationResponse = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationResponse')
|
196
|
+
CreatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'CreatePredefinedAttributeRequest')
|
180
197
|
CreatePromptRequest = Shapes::StructureShape.new(name: 'CreatePromptRequest')
|
181
198
|
CreatePromptResponse = Shapes::StructureShape.new(name: 'CreatePromptResponse')
|
182
199
|
CreateQueueRequest = Shapes::StructureShape.new(name: 'CreateQueueRequest')
|
@@ -234,6 +251,7 @@ module Aws::Connect
|
|
234
251
|
DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
|
235
252
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
236
253
|
DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
|
254
|
+
DeletePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DeletePredefinedAttributeRequest')
|
237
255
|
DeletePromptRequest = Shapes::StructureShape.new(name: 'DeletePromptRequest')
|
238
256
|
DeleteQueueRequest = Shapes::StructureShape.new(name: 'DeleteQueueRequest')
|
239
257
|
DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
|
@@ -275,6 +293,8 @@ module Aws::Connect
|
|
275
293
|
DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
|
276
294
|
DescribePhoneNumberRequest = Shapes::StructureShape.new(name: 'DescribePhoneNumberRequest')
|
277
295
|
DescribePhoneNumberResponse = Shapes::StructureShape.new(name: 'DescribePhoneNumberResponse')
|
296
|
+
DescribePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeRequest')
|
297
|
+
DescribePredefinedAttributeResponse = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeResponse')
|
278
298
|
DescribePromptRequest = Shapes::StructureShape.new(name: 'DescribePromptRequest')
|
279
299
|
DescribePromptResponse = Shapes::StructureShape.new(name: 'DescribePromptResponse')
|
280
300
|
DescribeQueueRequest = Shapes::StructureShape.new(name: 'DescribeQueueRequest')
|
@@ -325,6 +345,7 @@ module Aws::Connect
|
|
325
345
|
DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
|
326
346
|
DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
|
327
347
|
DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
|
348
|
+
DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
|
328
349
|
DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
|
329
350
|
DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
|
330
351
|
DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
|
@@ -332,11 +353,14 @@ module Aws::Connect
|
|
332
353
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
333
354
|
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
334
355
|
DistributionList = Shapes::ListShape.new(name: 'DistributionList')
|
356
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
335
357
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
336
358
|
Email = Shapes::StringShape.new(name: 'Email')
|
337
359
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
360
|
+
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
338
361
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
339
362
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
363
|
+
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
340
364
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
341
365
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
342
366
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
@@ -402,6 +426,11 @@ module Aws::Connect
|
|
402
426
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
403
427
|
FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
|
404
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')
|
405
434
|
FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
|
406
435
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
407
436
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
@@ -438,6 +467,7 @@ module Aws::Connect
|
|
438
467
|
HierarchyGroup = Shapes::StructureShape.new(name: 'HierarchyGroup')
|
439
468
|
HierarchyGroupCondition = Shapes::StructureShape.new(name: 'HierarchyGroupCondition')
|
440
469
|
HierarchyGroupId = Shapes::StringShape.new(name: 'HierarchyGroupId')
|
470
|
+
HierarchyGroupIdList = Shapes::ListShape.new(name: 'HierarchyGroupIdList')
|
441
471
|
HierarchyGroupMatchType = Shapes::StringShape.new(name: 'HierarchyGroupMatchType')
|
442
472
|
HierarchyGroupName = Shapes::StringShape.new(name: 'HierarchyGroupName')
|
443
473
|
HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
|
@@ -479,6 +509,7 @@ module Aws::Connect
|
|
479
509
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
480
510
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
481
511
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
512
|
+
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
482
513
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
483
514
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
484
515
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -566,6 +597,8 @@ module Aws::Connect
|
|
566
597
|
ListPhoneNumbersSummaryList = Shapes::ListShape.new(name: 'ListPhoneNumbersSummaryList')
|
567
598
|
ListPhoneNumbersV2Request = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Request')
|
568
599
|
ListPhoneNumbersV2Response = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Response')
|
600
|
+
ListPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'ListPredefinedAttributesRequest')
|
601
|
+
ListPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'ListPredefinedAttributesResponse')
|
569
602
|
ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
|
570
603
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
571
604
|
ListQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsRequest')
|
@@ -602,6 +635,8 @@ module Aws::Connect
|
|
602
635
|
ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
|
603
636
|
ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
|
604
637
|
ListUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsResponse')
|
638
|
+
ListUserProficienciesRequest = Shapes::StructureShape.new(name: 'ListUserProficienciesRequest')
|
639
|
+
ListUserProficienciesResponse = Shapes::StructureShape.new(name: 'ListUserProficienciesResponse')
|
605
640
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
606
641
|
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
607
642
|
ListViewVersionsRequest = Shapes::StructureShape.new(name: 'ListViewVersionsRequest')
|
@@ -677,6 +712,8 @@ module Aws::Connect
|
|
677
712
|
ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
|
678
713
|
ParticipantTokenCredentials = Shapes::StructureShape.new(name: 'ParticipantTokenCredentials')
|
679
714
|
Password = Shapes::StringShape.new(name: 'Password')
|
715
|
+
PauseContactRequest = Shapes::StructureShape.new(name: 'PauseContactRequest')
|
716
|
+
PauseContactResponse = Shapes::StructureShape.new(name: 'PauseContactResponse')
|
680
717
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
681
718
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
682
719
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
@@ -696,11 +733,22 @@ module Aws::Connect
|
|
696
733
|
PhoneNumberWorkflowMessage = Shapes::StringShape.new(name: 'PhoneNumberWorkflowMessage')
|
697
734
|
PhoneNumberWorkflowStatus = Shapes::StringShape.new(name: 'PhoneNumberWorkflowStatus')
|
698
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')
|
699
746
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
700
747
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
701
748
|
ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
|
702
749
|
ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
|
703
750
|
Problems = Shapes::ListShape.new(name: 'Problems')
|
751
|
+
ProficiencyLevel = Shapes::FloatShape.new(name: 'ProficiencyLevel')
|
704
752
|
Prompt = Shapes::StructureShape.new(name: 'Prompt')
|
705
753
|
PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
|
706
754
|
PromptId = Shapes::StringShape.new(name: 'PromptId')
|
@@ -721,9 +769,11 @@ module Aws::Connect
|
|
721
769
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
722
770
|
QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
|
723
771
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
772
|
+
QueueIdList = Shapes::ListShape.new(name: 'QueueIdList')
|
724
773
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
725
774
|
QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
|
726
775
|
QueueName = Shapes::StringShape.new(name: 'QueueName')
|
776
|
+
QueuePriority = Shapes::IntegerShape.new(name: 'QueuePriority')
|
727
777
|
QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
|
728
778
|
QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
|
729
779
|
QueueSearchConditionList = Shapes::ListShape.new(name: 'QueueSearchConditionList')
|
@@ -733,6 +783,7 @@ module Aws::Connect
|
|
733
783
|
QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
|
734
784
|
QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
|
735
785
|
QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
|
786
|
+
QueueTimeAdjustmentSeconds = Shapes::IntegerShape.new(name: 'QueueTimeAdjustmentSeconds')
|
736
787
|
QueueType = Shapes::StringShape.new(name: 'QueueType')
|
737
788
|
QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
|
738
789
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
@@ -816,6 +867,10 @@ module Aws::Connect
|
|
816
867
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
817
868
|
ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
|
818
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')
|
819
874
|
RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
|
820
875
|
RoutingProfileDescription = Shapes::StringShape.new(name: 'RoutingProfileDescription')
|
821
876
|
RoutingProfileId = Shapes::StringShape.new(name: 'RoutingProfileId')
|
@@ -848,8 +903,16 @@ module Aws::Connect
|
|
848
903
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
849
904
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
850
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')
|
851
912
|
SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
|
852
913
|
SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
|
914
|
+
SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
|
915
|
+
SearchPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesResponse')
|
853
916
|
SearchPromptsRequest = Shapes::StructureShape.new(name: 'SearchPromptsRequest')
|
854
917
|
SearchPromptsResponse = Shapes::StructureShape.new(name: 'SearchPromptsResponse')
|
855
918
|
SearchQueuesRequest = Shapes::StructureShape.new(name: 'SearchQueuesRequest')
|
@@ -862,10 +925,18 @@ module Aws::Connect
|
|
862
925
|
SearchRoutingProfilesResponse = Shapes::StructureShape.new(name: 'SearchRoutingProfilesResponse')
|
863
926
|
SearchSecurityProfilesRequest = Shapes::StructureShape.new(name: 'SearchSecurityProfilesRequest')
|
864
927
|
SearchSecurityProfilesResponse = Shapes::StructureShape.new(name: 'SearchSecurityProfilesResponse')
|
928
|
+
SearchText = Shapes::StringShape.new(name: 'SearchText')
|
929
|
+
SearchTextList = Shapes::ListShape.new(name: 'SearchTextList')
|
865
930
|
SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
|
866
931
|
SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
|
867
932
|
SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
|
868
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')
|
869
940
|
SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
|
870
941
|
SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
|
871
942
|
SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
|
@@ -901,7 +972,9 @@ module Aws::Connect
|
|
901
972
|
SingleSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationCondition')
|
902
973
|
SingleSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationLabel')
|
903
974
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
975
|
+
Sort = Shapes::StructureShape.new(name: 'Sort')
|
904
976
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
977
|
+
SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
|
905
978
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
906
979
|
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
907
980
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
@@ -944,6 +1017,8 @@ module Aws::Connect
|
|
944
1017
|
SuspendContactRecordingResponse = Shapes::StructureShape.new(name: 'SuspendContactRecordingResponse')
|
945
1018
|
TagAndConditionList = Shapes::ListShape.new(name: 'TagAndConditionList')
|
946
1019
|
TagCondition = Shapes::StructureShape.new(name: 'TagCondition')
|
1020
|
+
TagContactRequest = Shapes::StructureShape.new(name: 'TagContactRequest')
|
1021
|
+
TagContactResponse = Shapes::StructureShape.new(name: 'TagContactResponse')
|
947
1022
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
948
1023
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
949
1024
|
TagKeyString = Shapes::StringShape.new(name: 'TagKeyString')
|
@@ -980,6 +1055,7 @@ module Aws::Connect
|
|
980
1055
|
TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
|
981
1056
|
TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
|
982
1057
|
TelephonyConfig = Shapes::StructureShape.new(name: 'TelephonyConfig')
|
1058
|
+
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
983
1059
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
984
1060
|
ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
|
985
1061
|
ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
|
@@ -989,6 +1065,9 @@ module Aws::Connect
|
|
989
1065
|
TimerEligibleParticipantRoles = Shapes::StringShape.new(name: 'TimerEligibleParticipantRoles')
|
990
1066
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
991
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')
|
992
1071
|
TrafficDistributionGroup = Shapes::StructureShape.new(name: 'TrafficDistributionGroup')
|
993
1072
|
TrafficDistributionGroupArn = Shapes::StringShape.new(name: 'TrafficDistributionGroupArn')
|
994
1073
|
TrafficDistributionGroupId = Shapes::StringShape.new(name: 'TrafficDistributionGroupId')
|
@@ -999,13 +1078,19 @@ module Aws::Connect
|
|
999
1078
|
TrafficDistributionGroupUserSummary = Shapes::StructureShape.new(name: 'TrafficDistributionGroupUserSummary')
|
1000
1079
|
TrafficDistributionGroupUserSummaryList = Shapes::ListShape.new(name: 'TrafficDistributionGroupUserSummaryList')
|
1001
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')
|
1002
1084
|
TransferContactRequest = Shapes::StructureShape.new(name: 'TransferContactRequest')
|
1003
1085
|
TransferContactResponse = Shapes::StructureShape.new(name: 'TransferContactResponse')
|
1004
1086
|
URI = Shapes::StringShape.new(name: 'URI')
|
1005
1087
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
1088
|
+
UntagContactRequest = Shapes::StructureShape.new(name: 'UntagContactRequest')
|
1089
|
+
UntagContactResponse = Shapes::StructureShape.new(name: 'UntagContactResponse')
|
1006
1090
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
1007
1091
|
UpdateAgentStatusDescription = Shapes::StringShape.new(name: 'UpdateAgentStatusDescription')
|
1008
1092
|
UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
|
1093
|
+
UpdateCaseActionDefinition = Shapes::StructureShape.new(name: 'UpdateCaseActionDefinition')
|
1009
1094
|
UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
|
1010
1095
|
UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
|
1011
1096
|
UpdateContactEvaluationRequest = Shapes::StructureShape.new(name: 'UpdateContactEvaluationRequest')
|
@@ -1022,6 +1107,8 @@ module Aws::Connect
|
|
1022
1107
|
UpdateContactFlowNameResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowNameResponse')
|
1023
1108
|
UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
|
1024
1109
|
UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
|
1110
|
+
UpdateContactRoutingDataRequest = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataRequest')
|
1111
|
+
UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
|
1025
1112
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
1026
1113
|
UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
|
1027
1114
|
UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
|
@@ -1036,6 +1123,7 @@ module Aws::Connect
|
|
1036
1123
|
UpdatePhoneNumberMetadataRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberMetadataRequest')
|
1037
1124
|
UpdatePhoneNumberRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberRequest')
|
1038
1125
|
UpdatePhoneNumberResponse = Shapes::StructureShape.new(name: 'UpdatePhoneNumberResponse')
|
1126
|
+
UpdatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'UpdatePredefinedAttributeRequest')
|
1039
1127
|
UpdatePromptRequest = Shapes::StructureShape.new(name: 'UpdatePromptRequest')
|
1040
1128
|
UpdatePromptResponse = Shapes::StructureShape.new(name: 'UpdatePromptResponse')
|
1041
1129
|
UpdateQueueHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateQueueHoursOfOperationRequest')
|
@@ -1062,6 +1150,7 @@ module Aws::Connect
|
|
1062
1150
|
UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
|
1063
1151
|
UpdateUserIdentityInfoRequest = Shapes::StructureShape.new(name: 'UpdateUserIdentityInfoRequest')
|
1064
1152
|
UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
|
1153
|
+
UpdateUserProficienciesRequest = Shapes::StructureShape.new(name: 'UpdateUserProficienciesRequest')
|
1065
1154
|
UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
|
1066
1155
|
UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
|
1067
1156
|
UpdateViewContentRequest = Shapes::StructureShape.new(name: 'UpdateViewContentRequest')
|
@@ -1085,6 +1174,10 @@ module Aws::Connect
|
|
1085
1174
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
1086
1175
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
1087
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')
|
1088
1181
|
UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
|
1089
1182
|
UserReference = Shapes::StructureShape.new(name: 'UserReference')
|
1090
1183
|
UserSearchConditionList = Shapes::ListShape.new(name: 'UserSearchConditionList')
|
@@ -1168,10 +1261,20 @@ module Aws::Connect
|
|
1168
1261
|
|
1169
1262
|
AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
|
1170
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
|
+
|
1171
1271
|
AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
1172
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"))
|
1173
1274
|
AgentInfo.struct_class = Types::AgentInfo
|
1174
1275
|
|
1276
|
+
AgentResourceIdList.member = Shapes::ShapeRef.new(shape: AgentResourceId)
|
1277
|
+
|
1175
1278
|
AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
|
1176
1279
|
AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
1177
1280
|
AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
|
@@ -1314,6 +1417,11 @@ module Aws::Connect
|
|
1314
1417
|
|
1315
1418
|
AssociateTrafficDistributionGroupUserResponse.struct_class = Types::AssociateTrafficDistributionGroupUserResponse
|
1316
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
|
+
|
1317
1425
|
AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1318
1426
|
AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1319
1427
|
AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
@@ -1380,6 +1488,8 @@ module Aws::Connect
|
|
1380
1488
|
Campaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
1381
1489
|
Campaign.struct_class = Types::Campaign
|
1382
1490
|
|
1491
|
+
ChannelList.member = Shapes::ShapeRef.new(shape: Channel)
|
1492
|
+
|
1383
1493
|
ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
|
1384
1494
|
ChannelToCountMap.value = Shapes::ShapeRef.new(shape: IntegerCount)
|
1385
1495
|
|
@@ -1425,6 +1535,9 @@ module Aws::Connect
|
|
1425
1535
|
ClaimedPhoneNumberSummary.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SourcePhoneNumberArn"))
|
1426
1536
|
ClaimedPhoneNumberSummary.struct_class = Types::ClaimedPhoneNumberSummary
|
1427
1537
|
|
1538
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1539
|
+
ConflictException.struct_class = Types::ConflictException
|
1540
|
+
|
1428
1541
|
ConnectionData.add_member(:attendee, Shapes::ShapeRef.new(shape: Attendee, location_name: "Attendee"))
|
1429
1542
|
ConnectionData.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
|
1430
1543
|
ConnectionData.struct_class = Types::ConnectionData
|
@@ -1442,11 +1555,21 @@ module Aws::Connect
|
|
1442
1555
|
Contact.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
1443
1556
|
Contact.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
1444
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"))
|
1445
1562
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1446
1563
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1447
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"))
|
1567
|
+
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
1448
1568
|
Contact.struct_class = Types::Contact
|
1449
1569
|
|
1570
|
+
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
1571
|
+
ContactAnalysis.struct_class = Types::ContactAnalysis
|
1572
|
+
|
1450
1573
|
ContactDataRequest.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "SystemEndpoint"))
|
1451
1574
|
ContactDataRequest.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "CustomerEndpoint"))
|
1452
1575
|
ContactDataRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
@@ -1508,8 +1631,36 @@ module Aws::Connect
|
|
1508
1631
|
ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
|
1509
1632
|
ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
|
1510
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
|
+
|
1511
1655
|
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
1512
1656
|
|
1657
|
+
ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
|
1658
|
+
|
1659
|
+
ContactTagMap.key = Shapes::ShapeRef.new(shape: ContactTagKey)
|
1660
|
+
ContactTagMap.value = Shapes::ShapeRef.new(shape: ContactTagValue)
|
1661
|
+
|
1662
|
+
Contacts.member = Shapes::ShapeRef.new(shape: ContactSearchSummary)
|
1663
|
+
|
1513
1664
|
ControlPlaneTagFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TagOrConditionList, location_name: "OrConditions"))
|
1514
1665
|
ControlPlaneTagFilter.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "AndConditions"))
|
1515
1666
|
ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
@@ -1527,6 +1678,10 @@ module Aws::Connect
|
|
1527
1678
|
CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
1528
1679
|
CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
|
1529
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
|
+
|
1530
1685
|
CreateContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1531
1686
|
CreateContactFlowModuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, required: true, location_name: "Name"))
|
1532
1687
|
CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
@@ -1621,6 +1776,11 @@ module Aws::Connect
|
|
1621
1776
|
CreatePersistentContactAssociationResponse.add_member(:continued_from_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContinuedFromContactId"))
|
1622
1777
|
CreatePersistentContactAssociationResponse.struct_class = Types::CreatePersistentContactAssociationResponse
|
1623
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
|
+
|
1624
1784
|
CreatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1625
1785
|
CreatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
1626
1786
|
CreatePromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "Description"))
|
@@ -1883,6 +2043,10 @@ module Aws::Connect
|
|
1883
2043
|
DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
1884
2044
|
DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
|
1885
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
|
+
|
1886
2050
|
DeletePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1887
2051
|
DeletePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
1888
2052
|
DeletePromptRequest.struct_class = Types::DeletePromptRequest
|
@@ -2031,6 +2195,13 @@ module Aws::Connect
|
|
2031
2195
|
DescribePhoneNumberResponse.add_member(:claimed_phone_number_summary, Shapes::ShapeRef.new(shape: ClaimedPhoneNumberSummary, location_name: "ClaimedPhoneNumberSummary"))
|
2032
2196
|
DescribePhoneNumberResponse.struct_class = Types::DescribePhoneNumberResponse
|
2033
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
|
+
|
2034
2205
|
DescribePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2035
2206
|
DescribePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
2036
2207
|
DescribePromptRequest.struct_class = Types::DescribePromptRequest
|
@@ -2119,6 +2290,7 @@ module Aws::Connect
|
|
2119
2290
|
Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
|
2120
2291
|
Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
2121
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"))
|
2122
2294
|
Dimensions.struct_class = Types::Dimensions
|
2123
2295
|
|
2124
2296
|
DimensionsV2Map.key = Shapes::ShapeRef.new(shape: DimensionsV2Key)
|
@@ -2184,6 +2356,11 @@ module Aws::Connect
|
|
2184
2356
|
|
2185
2357
|
DisassociateTrafficDistributionGroupUserResponse.struct_class = Types::DisassociateTrafficDistributionGroupUserResponse
|
2186
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
|
+
|
2187
2364
|
DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
|
2188
2365
|
DisconnectReason.struct_class = Types::DisconnectReason
|
2189
2366
|
|
@@ -2207,10 +2384,14 @@ module Aws::Connect
|
|
2207
2384
|
EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2208
2385
|
EmailReference.struct_class = Types::EmailReference
|
2209
2386
|
|
2387
|
+
EmptyFieldValue.struct_class = Types::EmptyFieldValue
|
2388
|
+
|
2210
2389
|
EncryptionConfig.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "EncryptionType"))
|
2211
2390
|
EncryptionConfig.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, required: true, location_name: "KeyId"))
|
2212
2391
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
2213
2392
|
|
2393
|
+
EndAssociatedTasksActionDefinition.struct_class = Types::EndAssociatedTasksActionDefinition
|
2394
|
+
|
2214
2395
|
Endpoint.add_member(:type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "Type"))
|
2215
2396
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2216
2397
|
Endpoint.struct_class = Types::Endpoint
|
@@ -2435,6 +2616,18 @@ module Aws::Connect
|
|
2435
2616
|
|
2436
2617
|
FailedRequestList.member = Shapes::ShapeRef.new(shape: FailedRequest)
|
2437
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
|
+
|
2438
2631
|
FilterV2.add_member(:filter_key, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "FilterKey"))
|
2439
2632
|
FilterV2.add_member(:filter_values, Shapes::ShapeRef.new(shape: FilterValueList, location_name: "FilterValues"))
|
2440
2633
|
FilterV2.struct_class = Types::FilterV2
|
@@ -2444,6 +2637,7 @@ module Aws::Connect
|
|
2444
2637
|
Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
|
2445
2638
|
Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
2446
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"))
|
2447
2641
|
Filters.struct_class = Types::Filters
|
2448
2642
|
|
2449
2643
|
FiltersV2List.member = Shapes::ShapeRef.new(shape: FilterV2)
|
@@ -2595,6 +2789,8 @@ module Aws::Connect
|
|
2595
2789
|
HierarchyGroupCondition.add_member(:hierarchy_group_match_type, Shapes::ShapeRef.new(shape: HierarchyGroupMatchType, location_name: "HierarchyGroupMatchType"))
|
2596
2790
|
HierarchyGroupCondition.struct_class = Types::HierarchyGroupCondition
|
2597
2791
|
|
2792
|
+
HierarchyGroupIdList.member = Shapes::ShapeRef.new(shape: HierarchyGroupId)
|
2793
|
+
|
2598
2794
|
HierarchyGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
|
2599
2795
|
HierarchyGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2600
2796
|
HierarchyGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, location_name: "Name"))
|
@@ -2723,6 +2919,8 @@ module Aws::Connect
|
|
2723
2919
|
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
2724
2920
|
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
2725
2921
|
|
2922
|
+
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
2923
|
+
|
2726
2924
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
2727
2925
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2728
2926
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -3048,6 +3246,15 @@ module Aws::Connect
|
|
3048
3246
|
ListPhoneNumbersV2Response.add_member(:list_phone_numbers_summary_list, Shapes::ShapeRef.new(shape: ListPhoneNumbersSummaryList, location_name: "ListPhoneNumbersSummaryList"))
|
3049
3247
|
ListPhoneNumbersV2Response.struct_class = Types::ListPhoneNumbersV2Response
|
3050
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
|
+
|
3051
3258
|
ListPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3052
3259
|
ListPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3053
3260
|
ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -3231,6 +3438,18 @@ module Aws::Connect
|
|
3231
3438
|
ListUserHierarchyGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3232
3439
|
ListUserHierarchyGroupsResponse.struct_class = Types::ListUserHierarchyGroupsResponse
|
3233
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
|
+
|
3234
3453
|
ListUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3235
3454
|
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3236
3455
|
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -3390,6 +3609,13 @@ module Aws::Connect
|
|
3390
3609
|
ParticipantTokenCredentials.add_member(:expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "Expiry"))
|
3391
3610
|
ParticipantTokenCredentials.struct_class = Types::ParticipantTokenCredentials
|
3392
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
|
+
|
3393
3619
|
PermissionsList.member = Shapes::ShapeRef.new(shape: SecurityProfilePermission)
|
3394
3620
|
|
3395
3621
|
PersistentChat.add_member(:rehydration_type, Shapes::ShapeRef.new(shape: RehydrationType, location_name: "RehydrationType"))
|
@@ -3416,6 +3642,36 @@ module Aws::Connect
|
|
3416
3642
|
|
3417
3643
|
PhoneNumberTypes.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
3418
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
|
+
|
3419
3675
|
ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
|
3420
3676
|
ProblemDetail.struct_class = Types::ProblemDetail
|
3421
3677
|
|
@@ -3482,6 +3738,8 @@ module Aws::Connect
|
|
3482
3738
|
Queue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
3483
3739
|
Queue.struct_class = Types::Queue
|
3484
3740
|
|
3741
|
+
QueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
3742
|
+
|
3485
3743
|
QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
|
3486
3744
|
QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
|
3487
3745
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -3740,6 +3998,15 @@ module Aws::Connect
|
|
3740
3998
|
|
3741
3999
|
ResumeContactRecordingResponse.struct_class = Types::ResumeContactRecordingResponse
|
3742
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
|
+
|
3743
4010
|
RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
3744
4011
|
RoutingProfile.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
|
3745
4012
|
RoutingProfile.add_member(:routing_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RoutingProfileArn"))
|
@@ -3824,6 +4091,9 @@ module Aws::Connect
|
|
3824
4091
|
RuleAction.add_member(:event_bridge_action, Shapes::ShapeRef.new(shape: EventBridgeActionDefinition, location_name: "EventBridgeAction"))
|
3825
4092
|
RuleAction.add_member(:assign_contact_category_action, Shapes::ShapeRef.new(shape: AssignContactCategoryActionDefinition, location_name: "AssignContactCategoryAction"))
|
3826
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"))
|
3827
4097
|
RuleAction.struct_class = Types::RuleAction
|
3828
4098
|
|
3829
4099
|
RuleActions.member = Shapes::ShapeRef.new(shape: RuleAction)
|
@@ -3862,6 +4132,33 @@ module Aws::Connect
|
|
3862
4132
|
SearchAvailablePhoneNumbersResponse.add_member(:available_numbers_list, Shapes::ShapeRef.new(shape: AvailableNumbersList, location_name: "AvailableNumbersList"))
|
3863
4133
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
3864
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
|
+
|
3865
4162
|
SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3866
4163
|
SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3867
4164
|
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3874,6 +4171,17 @@ module Aws::Connect
|
|
3874
4171
|
SearchHoursOfOperationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
3875
4172
|
SearchHoursOfOperationsResponse.struct_class = Types::SearchHoursOfOperationsResponse
|
3876
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
|
+
|
3877
4185
|
SearchPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3878
4186
|
SearchPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3879
4187
|
SearchPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3945,6 +4253,8 @@ module Aws::Connect
|
|
3945
4253
|
SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
3946
4254
|
SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
|
3947
4255
|
|
4256
|
+
SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
|
4257
|
+
|
3948
4258
|
SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3949
4259
|
SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3950
4260
|
SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3969,6 +4279,18 @@ module Aws::Connect
|
|
3969
4279
|
SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
3970
4280
|
SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
|
3971
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
|
+
|
3972
4294
|
SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
3973
4295
|
SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
|
3974
4296
|
SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
@@ -4062,6 +4384,10 @@ module Aws::Connect
|
|
4062
4384
|
SingleSelectQuestionRuleCategoryAutomation.add_member(:option_ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "OptionRefId"))
|
4063
4385
|
SingleSelectQuestionRuleCategoryAutomation.struct_class = Types::SingleSelectQuestionRuleCategoryAutomation
|
4064
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
|
+
|
4065
4391
|
StartChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4066
4392
|
StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4067
4393
|
StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -4108,6 +4434,10 @@ module Aws::Connect
|
|
4108
4434
|
StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
|
4109
4435
|
StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
|
4110
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"))
|
4111
4441
|
StartOutboundVoiceContactRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
4112
4442
|
StartOutboundVoiceContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4113
4443
|
StartOutboundVoiceContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -4218,6 +4548,13 @@ module Aws::Connect
|
|
4218
4548
|
TagCondition.add_member(:tag_value, Shapes::ShapeRef.new(shape: String, location_name: "TagValue"))
|
4219
4549
|
TagCondition.struct_class = Types::TagCondition
|
4220
4550
|
|
4551
|
+
TagContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4552
|
+
TagContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4553
|
+
TagContactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, required: true, location_name: "Tags"))
|
4554
|
+
TagContactRequest.struct_class = Types::TagContactRequest
|
4555
|
+
|
4556
|
+
TagContactResponse.struct_class = Types::TagContactResponse
|
4557
|
+
|
4221
4558
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
4222
4559
|
|
4223
4560
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -4329,6 +4666,17 @@ module Aws::Connect
|
|
4329
4666
|
|
4330
4667
|
TrafficDistributionGroupUserSummaryList.member = Shapes::ShapeRef.new(shape: TrafficDistributionGroupUserSummary)
|
4331
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
|
+
|
4332
4680
|
TransferContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4333
4681
|
TransferContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4334
4682
|
TransferContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
@@ -4341,6 +4689,13 @@ module Aws::Connect
|
|
4341
4689
|
TransferContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
4342
4690
|
TransferContactResponse.struct_class = Types::TransferContactResponse
|
4343
4691
|
|
4692
|
+
UntagContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
4693
|
+
UntagContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4694
|
+
UntagContactRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: ContactTagKeys, required: true, location: "querystring", location_name: "TagKeys"))
|
4695
|
+
UntagContactRequest.struct_class = Types::UntagContactRequest
|
4696
|
+
|
4697
|
+
UntagContactResponse.struct_class = Types::UntagContactResponse
|
4698
|
+
|
4344
4699
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
4345
4700
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
4346
4701
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -4354,6 +4709,9 @@ module Aws::Connect
|
|
4354
4709
|
UpdateAgentStatusRequest.add_member(:reset_order_number, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetOrderNumber"))
|
4355
4710
|
UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
|
4356
4711
|
|
4712
|
+
UpdateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
4713
|
+
UpdateCaseActionDefinition.struct_class = Types::UpdateCaseActionDefinition
|
4714
|
+
|
4357
4715
|
UpdateContactAttributesRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
4358
4716
|
UpdateContactAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4359
4717
|
UpdateContactAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "Attributes"))
|
@@ -4420,6 +4778,14 @@ module Aws::Connect
|
|
4420
4778
|
|
4421
4779
|
UpdateContactResponse.struct_class = Types::UpdateContactResponse
|
4422
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
|
+
|
4423
4789
|
UpdateContactScheduleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4424
4790
|
UpdateContactScheduleRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4425
4791
|
UpdateContactScheduleRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
|
@@ -4490,6 +4856,11 @@ module Aws::Connect
|
|
4490
4856
|
UpdatePhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
4491
4857
|
UpdatePhoneNumberResponse.struct_class = Types::UpdatePhoneNumberResponse
|
4492
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
|
+
|
4493
4864
|
UpdatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4494
4865
|
UpdatePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
|
4495
4866
|
UpdatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
@@ -4638,6 +5009,11 @@ module Aws::Connect
|
|
4638
5009
|
UpdateUserPhoneConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4639
5010
|
UpdateUserPhoneConfigRequest.struct_class = Types::UpdateUserPhoneConfigRequest
|
4640
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
|
+
|
4641
5017
|
UpdateUserRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location_name: "RoutingProfileId"))
|
4642
5018
|
UpdateUserRoutingProfileRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
4643
5019
|
UpdateUserRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -4734,6 +5110,19 @@ module Aws::Connect
|
|
4734
5110
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
4735
5111
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
4736
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
|
+
|
4737
5126
|
UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
4738
5127
|
UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4739
5128
|
UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
|
@@ -5071,6 +5460,19 @@ module Aws::Connect
|
|
5071
5460
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5072
5461
|
end)
|
5073
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
|
+
|
5074
5476
|
api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
5075
5477
|
o.name = "BatchAssociateAnalyticsDataSet"
|
5076
5478
|
o.http_method = "PUT"
|
@@ -5270,6 +5672,21 @@ module Aws::Connect
|
|
5270
5672
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5271
5673
|
end)
|
5272
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
|
+
|
5273
5690
|
api.add_operation(:create_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5274
5691
|
o.name = "CreatePrompt"
|
5275
5692
|
o.http_method = "PUT"
|
@@ -5583,6 +6000,20 @@ module Aws::Connect
|
|
5583
6000
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5584
6001
|
end)
|
5585
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
|
+
|
5586
6017
|
api.add_operation(:delete_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5587
6018
|
o.name = "DeletePrompt"
|
5588
6019
|
o.http_method = "DELETE"
|
@@ -5915,6 +6346,19 @@ module Aws::Connect
|
|
5915
6346
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5916
6347
|
end)
|
5917
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
|
+
|
5918
6362
|
api.add_operation(:describe_prompt, Seahorse::Model::Operation.new.tap do |o|
|
5919
6363
|
o.name = "DescribePrompt"
|
5920
6364
|
o.http_method = "GET"
|
@@ -6229,6 +6673,19 @@ module Aws::Connect
|
|
6229
6673
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6230
6674
|
end)
|
6231
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
|
+
|
6232
6689
|
api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
|
6233
6690
|
o.name = "DismissUserContact"
|
6234
6691
|
o.http_method = "POST"
|
@@ -6795,6 +7252,25 @@ module Aws::Connect
|
|
6795
7252
|
)
|
6796
7253
|
end)
|
6797
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
|
+
|
6798
7274
|
api.add_operation(:list_prompts, Seahorse::Model::Operation.new.tap do |o|
|
6799
7275
|
o.name = "ListPrompts"
|
6800
7276
|
o.http_method = "GET"
|
@@ -7130,6 +7606,25 @@ module Aws::Connect
|
|
7130
7606
|
)
|
7131
7607
|
end)
|
7132
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
|
+
|
7133
7628
|
api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
|
7134
7629
|
o.name = "ListUsers"
|
7135
7630
|
o.http_method = "GET"
|
@@ -7204,6 +7699,22 @@ module Aws::Connect
|
|
7204
7699
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7205
7700
|
end)
|
7206
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
|
+
|
7207
7718
|
api.add_operation(:put_user_status, Seahorse::Model::Operation.new.tap do |o|
|
7208
7719
|
o.name = "PutUserStatus"
|
7209
7720
|
o.http_method = "PUT"
|
@@ -7249,6 +7760,21 @@ module Aws::Connect
|
|
7249
7760
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7250
7761
|
end)
|
7251
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
|
+
|
7252
7778
|
api.add_operation(:resume_contact_recording, Seahorse::Model::Operation.new.tap do |o|
|
7253
7779
|
o.name = "ResumeContactRecording"
|
7254
7780
|
o.http_method = "POST"
|
@@ -7278,6 +7804,25 @@ module Aws::Connect
|
|
7278
7804
|
)
|
7279
7805
|
end)
|
7280
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
|
+
|
7281
7826
|
api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
7282
7827
|
o.name = "SearchHoursOfOperations"
|
7283
7828
|
o.http_method = "POST"
|
@@ -7297,6 +7842,25 @@ module Aws::Connect
|
|
7297
7842
|
)
|
7298
7843
|
end)
|
7299
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
|
+
|
7300
7864
|
api.add_operation(:search_prompts, Seahorse::Model::Operation.new.tap do |o|
|
7301
7865
|
o.name = "SearchPrompts"
|
7302
7866
|
o.http_method = "POST"
|
@@ -7616,6 +8180,19 @@ module Aws::Connect
|
|
7616
8180
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7617
8181
|
end)
|
7618
8182
|
|
8183
|
+
api.add_operation(:tag_contact, Seahorse::Model::Operation.new.tap do |o|
|
8184
|
+
o.name = "TagContact"
|
8185
|
+
o.http_method = "POST"
|
8186
|
+
o.http_request_uri = "/contact/tags"
|
8187
|
+
o.input = Shapes::ShapeRef.new(shape: TagContactRequest)
|
8188
|
+
o.output = Shapes::ShapeRef.new(shape: TagContactResponse)
|
8189
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8190
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8191
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8192
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8193
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8194
|
+
end)
|
8195
|
+
|
7619
8196
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
7620
8197
|
o.name = "TagResource"
|
7621
8198
|
o.http_method = "POST"
|
@@ -7644,6 +8221,19 @@ module Aws::Connect
|
|
7644
8221
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7645
8222
|
end)
|
7646
8223
|
|
8224
|
+
api.add_operation(:untag_contact, Seahorse::Model::Operation.new.tap do |o|
|
8225
|
+
o.name = "UntagContact"
|
8226
|
+
o.http_method = "DELETE"
|
8227
|
+
o.http_request_uri = "/contact/tags/{InstanceId}/{ContactId}"
|
8228
|
+
o.input = Shapes::ShapeRef.new(shape: UntagContactRequest)
|
8229
|
+
o.output = Shapes::ShapeRef.new(shape: UntagContactResponse)
|
8230
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8231
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8232
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8233
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8234
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8235
|
+
end)
|
8236
|
+
|
7647
8237
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
7648
8238
|
o.name = "UntagResource"
|
7649
8239
|
o.http_method = "DELETE"
|
@@ -7781,6 +8371,20 @@ module Aws::Connect
|
|
7781
8371
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7782
8372
|
end)
|
7783
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
|
+
|
7784
8388
|
api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
|
7785
8389
|
o.name = "UpdateContactSchedule"
|
7786
8390
|
o.http_method = "POST"
|
@@ -7894,6 +8498,19 @@ module Aws::Connect
|
|
7894
8498
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7895
8499
|
end)
|
7896
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
|
+
|
7897
8514
|
api.add_operation(:update_prompt, Seahorse::Model::Operation.new.tap do |o|
|
7898
8515
|
o.name = "UpdatePrompt"
|
7899
8516
|
o.http_method = "POST"
|
@@ -8187,6 +8804,19 @@ module Aws::Connect
|
|
8187
8804
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8188
8805
|
end)
|
8189
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
|
+
|
8190
8820
|
api.add_operation(:update_user_routing_profile, Seahorse::Model::Operation.new.tap do |o|
|
8191
8821
|
o.name = "UpdateUserRoutingProfile"
|
8192
8822
|
o.http_method = "POST"
|