aws-sdk-connect 1.185.0 → 1.187.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1196 -103
- data/lib/aws-sdk-connect/client_api.rb +549 -2
- data/lib/aws-sdk-connect/errors.rb +21 -0
- data/lib/aws-sdk-connect/types.rb +1726 -199
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +415 -47
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +407 -40
- metadata +2 -2
@@ -23,6 +23,7 @@ module Aws::Connect
|
|
23
23
|
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
24
24
|
ActivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'ActivateEvaluationFormRequest')
|
25
25
|
ActivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'ActivateEvaluationFormResponse')
|
26
|
+
AdditionalEmailRecipients = Shapes::StructureShape.new(name: 'AdditionalEmailRecipients')
|
26
27
|
AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
|
27
28
|
AgentAvailabilityTimer = Shapes::StringShape.new(name: 'AgentAvailabilityTimer')
|
28
29
|
AgentConfig = Shapes::StructureShape.new(name: 'AgentConfig')
|
@@ -92,12 +93,15 @@ module Aws::Connect
|
|
92
93
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
93
94
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
94
95
|
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
96
|
+
AssociatedContactSummary = Shapes::StructureShape.new(name: 'AssociatedContactSummary')
|
97
|
+
AssociatedContactSummaryList = Shapes::ListShape.new(name: 'AssociatedContactSummaryList')
|
95
98
|
AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
|
96
99
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
97
100
|
AttachedFile = Shapes::StructureShape.new(name: 'AttachedFile')
|
98
101
|
AttachedFileError = Shapes::StructureShape.new(name: 'AttachedFileError')
|
99
102
|
AttachedFileErrorsList = Shapes::ListShape.new(name: 'AttachedFileErrorsList')
|
100
103
|
AttachedFileInvalidRequestExceptionReason = Shapes::StringShape.new(name: 'AttachedFileInvalidRequestExceptionReason')
|
104
|
+
AttachedFileServiceQuotaExceededExceptionReason = Shapes::StringShape.new(name: 'AttachedFileServiceQuotaExceededExceptionReason')
|
101
105
|
AttachedFilesList = Shapes::ListShape.new(name: 'AttachedFilesList')
|
102
106
|
AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
|
103
107
|
AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
|
@@ -135,6 +139,7 @@ module Aws::Connect
|
|
135
139
|
BatchPutContactRequest = Shapes::StructureShape.new(name: 'BatchPutContactRequest')
|
136
140
|
BatchPutContactResponse = Shapes::StructureShape.new(name: 'BatchPutContactResponse')
|
137
141
|
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
142
|
+
Body = Shapes::StringShape.new(name: 'Body')
|
138
143
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
139
144
|
BotName = Shapes::StringShape.new(name: 'BotName')
|
140
145
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
@@ -167,6 +172,7 @@ module Aws::Connect
|
|
167
172
|
CompleteAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadResponse')
|
168
173
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
169
174
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
175
|
+
ConditionalOperationFailedException = Shapes::StructureShape.new(name: 'ConditionalOperationFailedException')
|
170
176
|
Conditions = Shapes::ListShape.new(name: 'Conditions')
|
171
177
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
172
178
|
ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
|
@@ -213,6 +219,8 @@ module Aws::Connect
|
|
213
219
|
ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
|
214
220
|
ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
|
215
221
|
ContactSearchSummaryQueueInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryQueueInfo')
|
222
|
+
ContactSearchSummarySegmentAttributeValue = Shapes::StructureShape.new(name: 'ContactSearchSummarySegmentAttributeValue')
|
223
|
+
ContactSearchSummarySegmentAttributes = Shapes::MapShape.new(name: 'ContactSearchSummarySegmentAttributes')
|
216
224
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
217
225
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
218
226
|
ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
|
@@ -234,6 +242,10 @@ module Aws::Connect
|
|
234
242
|
CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
|
235
243
|
CreateContactFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowVersionRequest')
|
236
244
|
CreateContactFlowVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowVersionResponse')
|
245
|
+
CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
|
246
|
+
CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
|
247
|
+
CreateEmailAddressRequest = Shapes::StructureShape.new(name: 'CreateEmailAddressRequest')
|
248
|
+
CreateEmailAddressResponse = Shapes::StructureShape.new(name: 'CreateEmailAddressResponse')
|
237
249
|
CreateEvaluationFormRequest = Shapes::StructureShape.new(name: 'CreateEvaluationFormRequest')
|
238
250
|
CreateEvaluationFormResponse = Shapes::StructureShape.new(name: 'CreateEvaluationFormResponse')
|
239
251
|
CreateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'CreateHoursOfOperationRequest')
|
@@ -289,6 +301,7 @@ module Aws::Connect
|
|
289
301
|
CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
|
290
302
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
291
303
|
Customer = Shapes::StructureShape.new(name: 'Customer')
|
304
|
+
CustomerProfileAttributesSerialized = Shapes::StringShape.new(name: 'CustomerProfileAttributesSerialized')
|
292
305
|
CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
|
293
306
|
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
294
307
|
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
@@ -306,6 +319,8 @@ module Aws::Connect
|
|
306
319
|
DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
|
307
320
|
DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
|
308
321
|
DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
|
322
|
+
DeleteEmailAddressRequest = Shapes::StructureShape.new(name: 'DeleteEmailAddressRequest')
|
323
|
+
DeleteEmailAddressResponse = Shapes::StructureShape.new(name: 'DeleteEmailAddressResponse')
|
309
324
|
DeleteEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationFormRequest')
|
310
325
|
DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
|
311
326
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
@@ -342,6 +357,8 @@ module Aws::Connect
|
|
342
357
|
DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
|
343
358
|
DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
|
344
359
|
DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
|
360
|
+
DescribeEmailAddressRequest = Shapes::StructureShape.new(name: 'DescribeEmailAddressRequest')
|
361
|
+
DescribeEmailAddressResponse = Shapes::StructureShape.new(name: 'DescribeEmailAddressResponse')
|
345
362
|
DescribeEvaluationFormRequest = Shapes::StructureShape.new(name: 'DescribeEvaluationFormRequest')
|
346
363
|
DescribeEvaluationFormResponse = Shapes::StructureShape.new(name: 'DescribeEvaluationFormResponse')
|
347
364
|
DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
|
@@ -421,6 +438,26 @@ module Aws::Connect
|
|
421
438
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
422
439
|
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
423
440
|
Email = Shapes::StringShape.new(name: 'Email')
|
441
|
+
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
442
|
+
EmailAddressArn = Shapes::StringShape.new(name: 'EmailAddressArn')
|
443
|
+
EmailAddressDisplayName = Shapes::StringShape.new(name: 'EmailAddressDisplayName')
|
444
|
+
EmailAddressId = Shapes::StringShape.new(name: 'EmailAddressId')
|
445
|
+
EmailAddressInfo = Shapes::StructureShape.new(name: 'EmailAddressInfo')
|
446
|
+
EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
|
447
|
+
EmailAddressMetadata = Shapes::StructureShape.new(name: 'EmailAddressMetadata')
|
448
|
+
EmailAddressRecipientList = Shapes::ListShape.new(name: 'EmailAddressRecipientList')
|
449
|
+
EmailAddressSearchConditionList = Shapes::ListShape.new(name: 'EmailAddressSearchConditionList')
|
450
|
+
EmailAddressSearchCriteria = Shapes::StructureShape.new(name: 'EmailAddressSearchCriteria')
|
451
|
+
EmailAddressSearchFilter = Shapes::StructureShape.new(name: 'EmailAddressSearchFilter')
|
452
|
+
EmailAttachment = Shapes::StructureShape.new(name: 'EmailAttachment')
|
453
|
+
EmailAttachments = Shapes::ListShape.new(name: 'EmailAttachments')
|
454
|
+
EmailHeaderType = Shapes::StringShape.new(name: 'EmailHeaderType')
|
455
|
+
EmailHeaderValue = Shapes::StringShape.new(name: 'EmailHeaderValue')
|
456
|
+
EmailHeaders = Shapes::MapShape.new(name: 'EmailHeaders')
|
457
|
+
EmailMessageContentType = Shapes::StringShape.new(name: 'EmailMessageContentType')
|
458
|
+
EmailMessageReference = Shapes::StructureShape.new(name: 'EmailMessageReference')
|
459
|
+
EmailRecipient = Shapes::StructureShape.new(name: 'EmailRecipient')
|
460
|
+
EmailRecipientsList = Shapes::ListShape.new(name: 'EmailRecipientsList')
|
424
461
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
425
462
|
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
426
463
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
@@ -428,6 +465,8 @@ module Aws::Connect
|
|
428
465
|
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
429
466
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
430
467
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
468
|
+
EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
|
469
|
+
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
431
470
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
432
471
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
433
472
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
@@ -492,6 +531,7 @@ module Aws::Connect
|
|
492
531
|
EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
|
493
532
|
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
494
533
|
Expiry = Shapes::StructureShape.new(name: 'Expiry')
|
534
|
+
ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
|
495
535
|
Expression = Shapes::StructureShape.new(name: 'Expression')
|
496
536
|
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
497
537
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
@@ -592,8 +632,14 @@ module Aws::Connect
|
|
592
632
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
593
633
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
594
634
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
635
|
+
InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
|
595
636
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
637
|
+
InboundEmailContent = Shapes::StructureShape.new(name: 'InboundEmailContent')
|
638
|
+
InboundMessageSourceType = Shapes::StringShape.new(name: 'InboundMessageSourceType')
|
639
|
+
InboundRawMessage = Shapes::StructureShape.new(name: 'InboundRawMessage')
|
640
|
+
InboundSubject = Shapes::StringShape.new(name: 'InboundSubject')
|
596
641
|
Index = Shapes::IntegerShape.new(name: 'Index')
|
642
|
+
InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
|
597
643
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
598
644
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
599
645
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
@@ -647,6 +693,9 @@ module Aws::Connect
|
|
647
693
|
ListAnalyticsDataAssociationsResponse = Shapes::StructureShape.new(name: 'ListAnalyticsDataAssociationsResponse')
|
648
694
|
ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
|
649
695
|
ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
|
696
|
+
ListAssociatedContactsRequest = Shapes::StructureShape.new(name: 'ListAssociatedContactsRequest')
|
697
|
+
ListAssociatedContactsRequestMaxResults = Shapes::IntegerShape.new(name: 'ListAssociatedContactsRequestMaxResults')
|
698
|
+
ListAssociatedContactsResponse = Shapes::StructureShape.new(name: 'ListAssociatedContactsResponse')
|
650
699
|
ListAuthenticationProfilesRequest = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesRequest')
|
651
700
|
ListAuthenticationProfilesResponse = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesResponse')
|
652
701
|
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
@@ -758,6 +807,8 @@ module Aws::Connect
|
|
758
807
|
MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
|
759
808
|
MeetingId = Shapes::StringShape.new(name: 'MeetingId')
|
760
809
|
Message = Shapes::StringShape.new(name: 'Message')
|
810
|
+
MessageTemplateId = Shapes::StringShape.new(name: 'MessageTemplateId')
|
811
|
+
MessageTemplateKnowledgeBaseId = Shapes::StringShape.new(name: 'MessageTemplateKnowledgeBaseId')
|
761
812
|
MetadataUrl = Shapes::StringShape.new(name: 'MetadataUrl')
|
762
813
|
MetricDataCollectionsV2 = Shapes::ListShape.new(name: 'MetricDataCollectionsV2')
|
763
814
|
MetricDataV2 = Shapes::StructureShape.new(name: 'MetricDataV2')
|
@@ -794,10 +845,17 @@ module Aws::Connect
|
|
794
845
|
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
795
846
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
796
847
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
848
|
+
OutboundAdditionalRecipients = Shapes::StructureShape.new(name: 'OutboundAdditionalRecipients')
|
797
849
|
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
798
850
|
OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
|
799
851
|
OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
|
800
852
|
OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
|
853
|
+
OutboundEmailConfig = Shapes::StructureShape.new(name: 'OutboundEmailConfig')
|
854
|
+
OutboundEmailContent = Shapes::StructureShape.new(name: 'OutboundEmailContent')
|
855
|
+
OutboundMessageSourceType = Shapes::StringShape.new(name: 'OutboundMessageSourceType')
|
856
|
+
OutboundRawMessage = Shapes::StructureShape.new(name: 'OutboundRawMessage')
|
857
|
+
OutboundRequestId = Shapes::StringShape.new(name: 'OutboundRequestId')
|
858
|
+
OutboundSubject = Shapes::StringShape.new(name: 'OutboundSubject')
|
801
859
|
OutputTypeNotFoundException = Shapes::StructureShape.new(name: 'OutputTypeNotFoundException')
|
802
860
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
803
861
|
ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
|
@@ -840,6 +898,7 @@ module Aws::Connect
|
|
840
898
|
PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
|
841
899
|
PotentialAudioQualityIssues = Shapes::ListShape.new(name: 'PotentialAudioQualityIssues')
|
842
900
|
PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
|
901
|
+
PreSignedAttachmentUrl = Shapes::StringShape.new(name: 'PreSignedAttachmentUrl')
|
843
902
|
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
844
903
|
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
845
904
|
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
@@ -953,9 +1012,11 @@ module Aws::Connect
|
|
953
1012
|
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
954
1013
|
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
955
1014
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
1015
|
+
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
956
1016
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
957
1017
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
958
1018
|
ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
|
1019
|
+
ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
|
959
1020
|
ReferenceSummary = Shapes::UnionShape.new(name: 'ReferenceSummary')
|
960
1021
|
ReferenceSummaryList = Shapes::ListShape.new(name: 'ReferenceSummaryList')
|
961
1022
|
ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
|
@@ -1041,6 +1102,8 @@ module Aws::Connect
|
|
1041
1102
|
SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
|
1042
1103
|
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
1043
1104
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
1105
|
+
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
1106
|
+
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
1044
1107
|
SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
|
1045
1108
|
SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
|
1046
1109
|
SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
|
@@ -1072,6 +1135,12 @@ module Aws::Connect
|
|
1072
1135
|
SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
|
1073
1136
|
SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
|
1074
1137
|
SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
|
1138
|
+
SearchableSegmentAttributeKey = Shapes::StringShape.new(name: 'SearchableSegmentAttributeKey')
|
1139
|
+
SearchableSegmentAttributeValue = Shapes::StringShape.new(name: 'SearchableSegmentAttributeValue')
|
1140
|
+
SearchableSegmentAttributeValueList = Shapes::ListShape.new(name: 'SearchableSegmentAttributeValueList')
|
1141
|
+
SearchableSegmentAttributes = Shapes::StructureShape.new(name: 'SearchableSegmentAttributes')
|
1142
|
+
SearchableSegmentAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableSegmentAttributesCriteria')
|
1143
|
+
SearchableSegmentAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableSegmentAttributesCriteriaList')
|
1075
1144
|
SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
|
1076
1145
|
SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
|
1077
1146
|
SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
|
@@ -1092,12 +1161,17 @@ module Aws::Connect
|
|
1092
1161
|
SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
|
1093
1162
|
SegmentAttributeName = Shapes::StringShape.new(name: 'SegmentAttributeName')
|
1094
1163
|
SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
|
1164
|
+
SegmentAttributeValueInteger = Shapes::IntegerShape.new(name: 'SegmentAttributeValueInteger')
|
1165
|
+
SegmentAttributeValueMap = Shapes::MapShape.new(name: 'SegmentAttributeValueMap')
|
1095
1166
|
SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
|
1096
1167
|
SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
|
1097
1168
|
SendChatIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendChatIntegrationEventRequest')
|
1098
1169
|
SendChatIntegrationEventResponse = Shapes::StructureShape.new(name: 'SendChatIntegrationEventResponse')
|
1099
1170
|
SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
|
1171
|
+
SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
|
1172
|
+
SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
|
1100
1173
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
1174
|
+
ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
1101
1175
|
SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
|
1102
1176
|
SignInDistribution = Shapes::StructureShape.new(name: 'SignInDistribution')
|
1103
1177
|
SignInDistributionList = Shapes::ListShape.new(name: 'SignInDistributionList')
|
@@ -1110,6 +1184,7 @@ module Aws::Connect
|
|
1110
1184
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1111
1185
|
SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
|
1112
1186
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
1187
|
+
SourceCampaign = Shapes::StructureShape.new(name: 'SourceCampaign')
|
1113
1188
|
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
1114
1189
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1115
1190
|
StartAttachedFileUploadRequest = Shapes::StructureShape.new(name: 'StartAttachedFileUploadRequest')
|
@@ -1122,8 +1197,12 @@ module Aws::Connect
|
|
1122
1197
|
StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
|
1123
1198
|
StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
|
1124
1199
|
StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
|
1200
|
+
StartEmailContactRequest = Shapes::StructureShape.new(name: 'StartEmailContactRequest')
|
1201
|
+
StartEmailContactResponse = Shapes::StructureShape.new(name: 'StartEmailContactResponse')
|
1125
1202
|
StartOutboundChatContactRequest = Shapes::StructureShape.new(name: 'StartOutboundChatContactRequest')
|
1126
1203
|
StartOutboundChatContactResponse = Shapes::StructureShape.new(name: 'StartOutboundChatContactResponse')
|
1204
|
+
StartOutboundEmailContactRequest = Shapes::StructureShape.new(name: 'StartOutboundEmailContactRequest')
|
1205
|
+
StartOutboundEmailContactResponse = Shapes::StructureShape.new(name: 'StartOutboundEmailContactResponse')
|
1127
1206
|
StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
|
1128
1207
|
StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
|
1129
1208
|
StartScreenSharingRequest = Shapes::StructureShape.new(name: 'StartScreenSharingRequest')
|
@@ -1199,7 +1278,9 @@ module Aws::Connect
|
|
1199
1278
|
TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
|
1200
1279
|
TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
|
1201
1280
|
TelephonyConfig = Shapes::StructureShape.new(name: 'TelephonyConfig')
|
1281
|
+
TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
|
1202
1282
|
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
1283
|
+
TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
|
1203
1284
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
1204
1285
|
ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
|
1205
1286
|
ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
|
@@ -1257,6 +1338,8 @@ module Aws::Connect
|
|
1257
1338
|
UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
|
1258
1339
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
1259
1340
|
UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
|
1341
|
+
UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
|
1342
|
+
UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
|
1260
1343
|
UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
|
1261
1344
|
UpdateEvaluationFormResponse = Shapes::StructureShape.new(name: 'UpdateEvaluationFormResponse')
|
1262
1345
|
UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
|
@@ -1276,6 +1359,7 @@ module Aws::Connect
|
|
1276
1359
|
UpdateQueueMaxContactsRequest = Shapes::StructureShape.new(name: 'UpdateQueueMaxContactsRequest')
|
1277
1360
|
UpdateQueueNameRequest = Shapes::StructureShape.new(name: 'UpdateQueueNameRequest')
|
1278
1361
|
UpdateQueueOutboundCallerConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundCallerConfigRequest')
|
1362
|
+
UpdateQueueOutboundEmailConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundEmailConfigRequest')
|
1279
1363
|
UpdateQueueStatusRequest = Shapes::StructureShape.new(name: 'UpdateQueueStatusRequest')
|
1280
1364
|
UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
|
1281
1365
|
UpdateQuickConnectDescription = Shapes::StringShape.new(name: 'UpdateQuickConnectDescription')
|
@@ -1326,6 +1410,7 @@ module Aws::Connect
|
|
1326
1410
|
UserIdList = Shapes::ListShape.new(name: 'UserIdList')
|
1327
1411
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
1328
1412
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
1413
|
+
UserInfo = Shapes::StructureShape.new(name: 'UserInfo')
|
1329
1414
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
1330
1415
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
1331
1416
|
UserProficiency = Shapes::StructureShape.new(name: 'UserProficiency')
|
@@ -1401,6 +1486,10 @@ module Aws::Connect
|
|
1401
1486
|
ActivateEvaluationFormResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
1402
1487
|
ActivateEvaluationFormResponse.struct_class = Types::ActivateEvaluationFormResponse
|
1403
1488
|
|
1489
|
+
AdditionalEmailRecipients.add_member(:to_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "ToList"))
|
1490
|
+
AdditionalEmailRecipients.add_member(:cc_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "CcList"))
|
1491
|
+
AdditionalEmailRecipients.struct_class = Types::AdditionalEmailRecipients
|
1492
|
+
|
1404
1493
|
AgentConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
|
1405
1494
|
AgentConfig.struct_class = Types::AgentConfig
|
1406
1495
|
|
@@ -1602,6 +1691,19 @@ module Aws::Connect
|
|
1602
1691
|
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
1603
1692
|
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
1604
1693
|
|
1694
|
+
AssociatedContactSummary.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
1695
|
+
AssociatedContactSummary.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
1696
|
+
AssociatedContactSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiationTimestamp"))
|
1697
|
+
AssociatedContactSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DisconnectTimestamp"))
|
1698
|
+
AssociatedContactSummary.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
1699
|
+
AssociatedContactSummary.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
|
1700
|
+
AssociatedContactSummary.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1701
|
+
AssociatedContactSummary.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
1702
|
+
AssociatedContactSummary.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
|
1703
|
+
AssociatedContactSummary.struct_class = Types::AssociatedContactSummary
|
1704
|
+
|
1705
|
+
AssociatedContactSummaryList.member = Shapes::ShapeRef.new(shape: AssociatedContactSummary)
|
1706
|
+
|
1605
1707
|
AssociatedQueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
1606
1708
|
|
1607
1709
|
AttachedFile.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, required: true, location_name: "CreationTime"))
|
@@ -1628,6 +1730,7 @@ module Aws::Connect
|
|
1628
1730
|
AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1629
1731
|
AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1630
1732
|
AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
1733
|
+
AttachmentReference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
|
1631
1734
|
AttachmentReference.struct_class = Types::AttachmentReference
|
1632
1735
|
|
1633
1736
|
Attendee.add_member(:attendee_id, Shapes::ShapeRef.new(shape: AttendeeId, location_name: "AttendeeId"))
|
@@ -1804,6 +1907,9 @@ module Aws::Connect
|
|
1804
1907
|
Condition.add_member(:number_condition, Shapes::ShapeRef.new(shape: NumberCondition, location_name: "NumberCondition"))
|
1805
1908
|
Condition.struct_class = Types::Condition
|
1806
1909
|
|
1910
|
+
ConditionalOperationFailedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1911
|
+
ConditionalOperationFailedException.struct_class = Types::ConditionalOperationFailedException
|
1912
|
+
|
1807
1913
|
Conditions.member = Shapes::ShapeRef.new(shape: Condition)
|
1808
1914
|
|
1809
1915
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
@@ -1817,6 +1923,7 @@ module Aws::Connect
|
|
1817
1923
|
Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
|
1818
1924
|
Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
1819
1925
|
Contact.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
|
1926
|
+
Contact.add_member(:contact_association_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactAssociationId"))
|
1820
1927
|
Contact.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
1821
1928
|
Contact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
1822
1929
|
Contact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -1833,6 +1940,8 @@ module Aws::Connect
|
|
1833
1940
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1834
1941
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1835
1942
|
Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
|
1943
|
+
Contact.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "CustomerEndpoint"))
|
1944
|
+
Contact.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "SystemEndpoint"))
|
1836
1945
|
Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
1837
1946
|
Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
1838
1947
|
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
@@ -1844,6 +1953,7 @@ module Aws::Connect
|
|
1844
1953
|
Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
|
1845
1954
|
Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
|
1846
1955
|
Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
|
1956
|
+
Contact.add_member(:additional_email_recipients, Shapes::ShapeRef.new(shape: AdditionalEmailRecipients, location_name: "AdditionalEmailRecipients"))
|
1847
1957
|
Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
1848
1958
|
Contact.struct_class = Types::Contact
|
1849
1959
|
|
@@ -1872,7 +1982,6 @@ module Aws::Connect
|
|
1872
1982
|
ContactFlow.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
|
1873
1983
|
ContactFlow.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, location_name: "Content"))
|
1874
1984
|
ContactFlow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1875
|
-
ContactFlow.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
1876
1985
|
ContactFlow.add_member(:flow_content_sha_256, Shapes::ShapeRef.new(shape: FlowContentSha256, location_name: "FlowContentSha256"))
|
1877
1986
|
ContactFlow.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
1878
1987
|
ContactFlow.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "VersionDescription"))
|
@@ -1964,6 +2073,7 @@ module Aws::Connect
|
|
1964
2073
|
ContactSearchSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
1965
2074
|
ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
1966
2075
|
ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
2076
|
+
ContactSearchSummary.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributes, location_name: "SegmentAttributes"))
|
1967
2077
|
ContactSearchSummary.struct_class = Types::ContactSearchSummary
|
1968
2078
|
|
1969
2079
|
ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
@@ -1974,6 +2084,12 @@ module Aws::Connect
|
|
1974
2084
|
ContactSearchSummaryQueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
|
1975
2085
|
ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
|
1976
2086
|
|
2087
|
+
ContactSearchSummarySegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
|
2088
|
+
ContactSearchSummarySegmentAttributeValue.struct_class = Types::ContactSearchSummarySegmentAttributeValue
|
2089
|
+
|
2090
|
+
ContactSearchSummarySegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
2091
|
+
ContactSearchSummarySegmentAttributes.value = Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributeValue)
|
2092
|
+
|
1977
2093
|
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
1978
2094
|
|
1979
2095
|
ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
|
@@ -2053,6 +2169,37 @@ module Aws::Connect
|
|
2053
2169
|
CreateContactFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
2054
2170
|
CreateContactFlowVersionResponse.struct_class = Types::CreateContactFlowVersionResponse
|
2055
2171
|
|
2172
|
+
CreateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2173
|
+
CreateContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2174
|
+
CreateContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
2175
|
+
CreateContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
2176
|
+
CreateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
2177
|
+
CreateContactRequest.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
|
2178
|
+
CreateContactRequest.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, required: true, location_name: "InitiationMethod"))
|
2179
|
+
CreateContactRequest.add_member(:expiry_duration_in_minutes, Shapes::ShapeRef.new(shape: ExpiryDurationInMinutes, location_name: "ExpiryDurationInMinutes"))
|
2180
|
+
CreateContactRequest.add_member(:user_info, Shapes::ShapeRef.new(shape: UserInfo, location_name: "UserInfo"))
|
2181
|
+
CreateContactRequest.add_member(:initiate_as, Shapes::ShapeRef.new(shape: InitiateAs, location_name: "InitiateAs"))
|
2182
|
+
CreateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
2183
|
+
CreateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2184
|
+
CreateContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
2185
|
+
CreateContactRequest.struct_class = Types::CreateContactRequest
|
2186
|
+
|
2187
|
+
CreateContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
2188
|
+
CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
2189
|
+
CreateContactResponse.struct_class = Types::CreateContactResponse
|
2190
|
+
|
2191
|
+
CreateEmailAddressRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2192
|
+
CreateEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2193
|
+
CreateEmailAddressRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
|
2194
|
+
CreateEmailAddressRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
2195
|
+
CreateEmailAddressRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2196
|
+
CreateEmailAddressRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
2197
|
+
CreateEmailAddressRequest.struct_class = Types::CreateEmailAddressRequest
|
2198
|
+
|
2199
|
+
CreateEmailAddressResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
|
2200
|
+
CreateEmailAddressResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
|
2201
|
+
CreateEmailAddressResponse.struct_class = Types::CreateEmailAddressResponse
|
2202
|
+
|
2056
2203
|
CreateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2057
2204
|
CreateEvaluationFormRequest.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "Title"))
|
2058
2205
|
CreateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
@@ -2143,6 +2290,7 @@ module Aws::Connect
|
|
2143
2290
|
CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
2144
2291
|
CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
2145
2292
|
CreateQueueRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
2293
|
+
CreateQueueRequest.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
|
2146
2294
|
CreateQueueRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
|
2147
2295
|
CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
2148
2296
|
CreateQueueRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, location_name: "QuickConnectIds"))
|
@@ -2211,6 +2359,7 @@ module Aws::Connect
|
|
2211
2359
|
CreateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
2212
2360
|
CreateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
2213
2361
|
CreateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
2362
|
+
CreateTaskTemplateRequest.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
|
2214
2363
|
CreateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
2215
2364
|
CreateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
2216
2365
|
CreateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
@@ -2402,6 +2551,12 @@ module Aws::Connect
|
|
2402
2551
|
|
2403
2552
|
DeleteContactFlowResponse.struct_class = Types::DeleteContactFlowResponse
|
2404
2553
|
|
2554
|
+
DeleteEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2555
|
+
DeleteEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
2556
|
+
DeleteEmailAddressRequest.struct_class = Types::DeleteEmailAddressRequest
|
2557
|
+
|
2558
|
+
DeleteEmailAddressResponse.struct_class = Types::DeleteEmailAddressResponse
|
2559
|
+
|
2405
2560
|
DeleteEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2406
2561
|
DeleteEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2407
2562
|
DeleteEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
@@ -2535,6 +2690,20 @@ module Aws::Connect
|
|
2535
2690
|
DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
|
2536
2691
|
DescribeContactResponse.struct_class = Types::DescribeContactResponse
|
2537
2692
|
|
2693
|
+
DescribeEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2694
|
+
DescribeEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
2695
|
+
DescribeEmailAddressRequest.struct_class = Types::DescribeEmailAddressRequest
|
2696
|
+
|
2697
|
+
DescribeEmailAddressResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
|
2698
|
+
DescribeEmailAddressResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
|
2699
|
+
DescribeEmailAddressResponse.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
|
2700
|
+
DescribeEmailAddressResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
2701
|
+
DescribeEmailAddressResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2702
|
+
DescribeEmailAddressResponse.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "CreateTimestamp"))
|
2703
|
+
DescribeEmailAddressResponse.add_member(:modified_timestamp, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "ModifiedTimestamp"))
|
2704
|
+
DescribeEmailAddressResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2705
|
+
DescribeEmailAddressResponse.struct_class = Types::DescribeEmailAddressResponse
|
2706
|
+
|
2538
2707
|
DescribeEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2539
2708
|
DescribeEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2540
2709
|
DescribeEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
@@ -2775,6 +2944,50 @@ module Aws::Connect
|
|
2775
2944
|
DuplicateResourceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2776
2945
|
DuplicateResourceException.struct_class = Types::DuplicateResourceException
|
2777
2946
|
|
2947
|
+
EmailAddressInfo.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
|
2948
|
+
EmailAddressInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
2949
|
+
EmailAddressInfo.struct_class = Types::EmailAddressInfo
|
2950
|
+
|
2951
|
+
EmailAddressList.member = Shapes::ShapeRef.new(shape: EmailAddressMetadata)
|
2952
|
+
|
2953
|
+
EmailAddressMetadata.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
|
2954
|
+
EmailAddressMetadata.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
|
2955
|
+
EmailAddressMetadata.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
|
2956
|
+
EmailAddressMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2957
|
+
EmailAddressMetadata.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
2958
|
+
EmailAddressMetadata.struct_class = Types::EmailAddressMetadata
|
2959
|
+
|
2960
|
+
EmailAddressRecipientList.member = Shapes::ShapeRef.new(shape: EmailAddressInfo)
|
2961
|
+
|
2962
|
+
EmailAddressSearchConditionList.member = Shapes::ShapeRef.new(shape: EmailAddressSearchCriteria)
|
2963
|
+
|
2964
|
+
EmailAddressSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: EmailAddressSearchConditionList, location_name: "OrConditions"))
|
2965
|
+
EmailAddressSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: EmailAddressSearchConditionList, location_name: "AndConditions"))
|
2966
|
+
EmailAddressSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
2967
|
+
EmailAddressSearchCriteria.struct_class = Types::EmailAddressSearchCriteria
|
2968
|
+
|
2969
|
+
EmailAddressSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
|
2970
|
+
EmailAddressSearchFilter.struct_class = Types::EmailAddressSearchFilter
|
2971
|
+
|
2972
|
+
EmailAttachment.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
|
2973
|
+
EmailAttachment.add_member(:s3_url, Shapes::ShapeRef.new(shape: PreSignedAttachmentUrl, required: true, location_name: "S3Url"))
|
2974
|
+
EmailAttachment.struct_class = Types::EmailAttachment
|
2975
|
+
|
2976
|
+
EmailAttachments.member = Shapes::ShapeRef.new(shape: EmailAttachment)
|
2977
|
+
|
2978
|
+
EmailHeaders.key = Shapes::ShapeRef.new(shape: EmailHeaderType)
|
2979
|
+
EmailHeaders.value = Shapes::ShapeRef.new(shape: EmailHeaderValue)
|
2980
|
+
|
2981
|
+
EmailMessageReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
2982
|
+
EmailMessageReference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
|
2983
|
+
EmailMessageReference.struct_class = Types::EmailMessageReference
|
2984
|
+
|
2985
|
+
EmailRecipient.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2986
|
+
EmailRecipient.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
|
2987
|
+
EmailRecipient.struct_class = Types::EmailRecipient
|
2988
|
+
|
2989
|
+
EmailRecipientsList.member = Shapes::ShapeRef.new(shape: EmailRecipient)
|
2990
|
+
|
2778
2991
|
EmailReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
2779
2992
|
EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2780
2993
|
EmailReference.struct_class = Types::EmailReference
|
@@ -2791,6 +3004,11 @@ module Aws::Connect
|
|
2791
3004
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2792
3005
|
Endpoint.struct_class = Types::Endpoint
|
2793
3006
|
|
3007
|
+
EndpointInfo.add_member(:type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "Type"))
|
3008
|
+
EndpointInfo.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
3009
|
+
EndpointInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
|
3010
|
+
EndpointInfo.struct_class = Types::EndpointInfo
|
3011
|
+
|
2794
3012
|
ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
2795
3013
|
ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
2796
3014
|
ErrorResult.struct_class = Types::ErrorResult
|
@@ -3179,6 +3397,7 @@ module Aws::Connect
|
|
3179
3397
|
GetTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
3180
3398
|
GetTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
3181
3399
|
GetTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
3400
|
+
GetTaskTemplateResponse.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
|
3182
3401
|
GetTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
3183
3402
|
GetTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
3184
3403
|
GetTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
@@ -3355,6 +3574,20 @@ module Aws::Connect
|
|
3355
3574
|
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
3356
3575
|
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
3357
3576
|
|
3577
|
+
InboundAdditionalRecipients.add_member(:to_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "ToAddresses"))
|
3578
|
+
InboundAdditionalRecipients.add_member(:cc_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcAddresses"))
|
3579
|
+
InboundAdditionalRecipients.struct_class = Types::InboundAdditionalRecipients
|
3580
|
+
|
3581
|
+
InboundEmailContent.add_member(:message_source_type, Shapes::ShapeRef.new(shape: InboundMessageSourceType, required: true, location_name: "MessageSourceType"))
|
3582
|
+
InboundEmailContent.add_member(:raw_message, Shapes::ShapeRef.new(shape: InboundRawMessage, location_name: "RawMessage"))
|
3583
|
+
InboundEmailContent.struct_class = Types::InboundEmailContent
|
3584
|
+
|
3585
|
+
InboundRawMessage.add_member(:subject, Shapes::ShapeRef.new(shape: InboundSubject, required: true, location_name: "Subject"))
|
3586
|
+
InboundRawMessage.add_member(:body, Shapes::ShapeRef.new(shape: Body, required: true, location_name: "Body"))
|
3587
|
+
InboundRawMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: EmailMessageContentType, required: true, location_name: "ContentType"))
|
3588
|
+
InboundRawMessage.add_member(:headers, Shapes::ShapeRef.new(shape: EmailHeaders, location_name: "Headers"))
|
3589
|
+
InboundRawMessage.struct_class = Types::InboundRawMessage
|
3590
|
+
|
3358
3591
|
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
3359
3592
|
|
3360
3593
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
@@ -3501,6 +3734,16 @@ module Aws::Connect
|
|
3501
3734
|
ListApprovedOriginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3502
3735
|
ListApprovedOriginsResponse.struct_class = Types::ListApprovedOriginsResponse
|
3503
3736
|
|
3737
|
+
ListAssociatedContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3738
|
+
ListAssociatedContactsRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "querystring", location_name: "contactId"))
|
3739
|
+
ListAssociatedContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssociatedContactsRequestMaxResults, location: "querystring", location_name: "maxResults"))
|
3740
|
+
ListAssociatedContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3741
|
+
ListAssociatedContactsRequest.struct_class = Types::ListAssociatedContactsRequest
|
3742
|
+
|
3743
|
+
ListAssociatedContactsResponse.add_member(:contact_summary_list, Shapes::ShapeRef.new(shape: AssociatedContactSummaryList, location_name: "ContactSummaryList"))
|
3744
|
+
ListAssociatedContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3745
|
+
ListAssociatedContactsResponse.struct_class = Types::ListAssociatedContactsResponse
|
3746
|
+
|
3504
3747
|
ListAuthenticationProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3505
3748
|
ListAuthenticationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3506
3749
|
ListAuthenticationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -4046,6 +4289,9 @@ module Aws::Connect
|
|
4046
4289
|
|
4047
4290
|
OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
4048
4291
|
|
4292
|
+
OutboundAdditionalRecipients.add_member(:cc_email_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcEmailAddresses"))
|
4293
|
+
OutboundAdditionalRecipients.struct_class = Types::OutboundAdditionalRecipients
|
4294
|
+
|
4049
4295
|
OutboundCallerConfig.add_member(:outbound_caller_id_name, Shapes::ShapeRef.new(shape: OutboundCallerIdName, location_name: "OutboundCallerIdName"))
|
4050
4296
|
OutboundCallerConfig.add_member(:outbound_caller_id_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "OutboundCallerIdNumberId"))
|
4051
4297
|
OutboundCallerConfig.add_member(:outbound_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "OutboundFlowId"))
|
@@ -4054,6 +4300,19 @@ module Aws::Connect
|
|
4054
4300
|
OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
4055
4301
|
OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
|
4056
4302
|
|
4303
|
+
OutboundEmailConfig.add_member(:outbound_email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "OutboundEmailAddressId"))
|
4304
|
+
OutboundEmailConfig.struct_class = Types::OutboundEmailConfig
|
4305
|
+
|
4306
|
+
OutboundEmailContent.add_member(:message_source_type, Shapes::ShapeRef.new(shape: OutboundMessageSourceType, required: true, location_name: "MessageSourceType"))
|
4307
|
+
OutboundEmailContent.add_member(:templated_message_config, Shapes::ShapeRef.new(shape: TemplatedMessageConfig, location_name: "TemplatedMessageConfig"))
|
4308
|
+
OutboundEmailContent.add_member(:raw_message, Shapes::ShapeRef.new(shape: OutboundRawMessage, location_name: "RawMessage"))
|
4309
|
+
OutboundEmailContent.struct_class = Types::OutboundEmailContent
|
4310
|
+
|
4311
|
+
OutboundRawMessage.add_member(:subject, Shapes::ShapeRef.new(shape: OutboundSubject, required: true, location_name: "Subject"))
|
4312
|
+
OutboundRawMessage.add_member(:body, Shapes::ShapeRef.new(shape: Body, required: true, location_name: "Body"))
|
4313
|
+
OutboundRawMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: EmailMessageContentType, required: true, location_name: "ContentType"))
|
4314
|
+
OutboundRawMessage.struct_class = Types::OutboundRawMessage
|
4315
|
+
|
4057
4316
|
OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
4058
4317
|
OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
|
4059
4318
|
|
@@ -4214,6 +4473,7 @@ module Aws::Connect
|
|
4214
4473
|
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
4215
4474
|
Queue.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
4216
4475
|
Queue.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
4476
|
+
Queue.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
|
4217
4477
|
Queue.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
4218
4478
|
Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
4219
4479
|
Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
|
@@ -4420,12 +4680,16 @@ module Aws::Connect
|
|
4420
4680
|
|
4421
4681
|
RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
|
4422
4682
|
|
4423
|
-
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue,
|
4683
|
+
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
4424
4684
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
4685
|
+
Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
4686
|
+
Reference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
|
4687
|
+
Reference.add_member(:status_reason, Shapes::ShapeRef.new(shape: ReferenceStatusReason, location_name: "StatusReason"))
|
4425
4688
|
Reference.struct_class = Types::Reference
|
4426
4689
|
|
4427
4690
|
ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
|
4428
4691
|
ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
|
4692
|
+
ReferenceSummary.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessage"))
|
4429
4693
|
ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
|
4430
4694
|
ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
|
4431
4695
|
ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
|
@@ -4433,6 +4697,7 @@ module Aws::Connect
|
|
4433
4697
|
ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
4434
4698
|
ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
|
4435
4699
|
ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
|
4700
|
+
ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
|
4436
4701
|
ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
|
4437
4702
|
ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
|
4438
4703
|
ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
|
@@ -4715,8 +4980,21 @@ module Aws::Connect
|
|
4715
4980
|
SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
|
4716
4981
|
SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
|
4717
4982
|
SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
|
4983
|
+
SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
|
4718
4984
|
SearchCriteria.struct_class = Types::SearchCriteria
|
4719
4985
|
|
4986
|
+
SearchEmailAddressesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4987
|
+
SearchEmailAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
4988
|
+
SearchEmailAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
4989
|
+
SearchEmailAddressesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: EmailAddressSearchCriteria, location_name: "SearchCriteria"))
|
4990
|
+
SearchEmailAddressesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: EmailAddressSearchFilter, location_name: "SearchFilter"))
|
4991
|
+
SearchEmailAddressesRequest.struct_class = Types::SearchEmailAddressesRequest
|
4992
|
+
|
4993
|
+
SearchEmailAddressesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4994
|
+
SearchEmailAddressesResponse.add_member(:email_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "EmailAddresses"))
|
4995
|
+
SearchEmailAddressesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
4996
|
+
SearchEmailAddressesResponse.struct_class = Types::SearchEmailAddressesResponse
|
4997
|
+
|
4720
4998
|
SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4721
4999
|
SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
4722
5000
|
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -4861,6 +5139,18 @@ module Aws::Connect
|
|
4861
5139
|
|
4862
5140
|
SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
|
4863
5141
|
|
5142
|
+
SearchableSegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValue)
|
5143
|
+
|
5144
|
+
SearchableSegmentAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteriaList, required: true, location_name: "Criteria"))
|
5145
|
+
SearchableSegmentAttributes.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
|
5146
|
+
SearchableSegmentAttributes.struct_class = Types::SearchableSegmentAttributes
|
5147
|
+
|
5148
|
+
SearchableSegmentAttributesCriteria.add_member(:key, Shapes::ShapeRef.new(shape: SearchableSegmentAttributeKey, required: true, location_name: "Key"))
|
5149
|
+
SearchableSegmentAttributesCriteria.add_member(:values, Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValueList, required: true, location_name: "Values"))
|
5150
|
+
SearchableSegmentAttributesCriteria.struct_class = Types::SearchableSegmentAttributesCriteria
|
5151
|
+
|
5152
|
+
SearchableSegmentAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteria)
|
5153
|
+
|
4864
5154
|
SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
4865
5155
|
SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
|
4866
5156
|
SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
@@ -4914,8 +5204,13 @@ module Aws::Connect
|
|
4914
5204
|
SecurityProfilesSearchSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchSummary)
|
4915
5205
|
|
4916
5206
|
SegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
|
5207
|
+
SegmentAttributeValue.add_member(:value_map, Shapes::ShapeRef.new(shape: SegmentAttributeValueMap, location_name: "ValueMap"))
|
5208
|
+
SegmentAttributeValue.add_member(:value_integer, Shapes::ShapeRef.new(shape: SegmentAttributeValueInteger, location_name: "ValueInteger"))
|
4917
5209
|
SegmentAttributeValue.struct_class = Types::SegmentAttributeValue
|
4918
5210
|
|
5211
|
+
SegmentAttributeValueMap.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
5212
|
+
SegmentAttributeValueMap.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
5213
|
+
|
4919
5214
|
SegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
4920
5215
|
SegmentAttributes.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
4921
5216
|
|
@@ -4937,9 +5232,28 @@ module Aws::Connect
|
|
4937
5232
|
SendNotificationActionDefinition.add_member(:recipient, Shapes::ShapeRef.new(shape: NotificationRecipientType, required: true, location_name: "Recipient"))
|
4938
5233
|
SendNotificationActionDefinition.struct_class = Types::SendNotificationActionDefinition
|
4939
5234
|
|
5235
|
+
SendOutboundEmailRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5236
|
+
SendOutboundEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "FromEmailAddress"))
|
5237
|
+
SendOutboundEmailRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "DestinationEmailAddress"))
|
5238
|
+
SendOutboundEmailRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: OutboundAdditionalRecipients, location_name: "AdditionalRecipients"))
|
5239
|
+
SendOutboundEmailRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
|
5240
|
+
SendOutboundEmailRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, required: true, location_name: "TrafficType"))
|
5241
|
+
SendOutboundEmailRequest.add_member(:source_campaign, Shapes::ShapeRef.new(shape: SourceCampaign, location_name: "SourceCampaign"))
|
5242
|
+
SendOutboundEmailRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5243
|
+
SendOutboundEmailRequest.struct_class = Types::SendOutboundEmailRequest
|
5244
|
+
|
5245
|
+
SendOutboundEmailResponse.struct_class = Types::SendOutboundEmailResponse
|
5246
|
+
|
4940
5247
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
5248
|
+
ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, location_name: "Reason"))
|
4941
5249
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
4942
5250
|
|
5251
|
+
ServiceQuotaExceededExceptionReason.add_member(:attached_file_service_quota_exceeded_exception_reason, Shapes::ShapeRef.new(shape: AttachedFileServiceQuotaExceededExceptionReason, location_name: "AttachedFileServiceQuotaExceededExceptionReason"))
|
5252
|
+
ServiceQuotaExceededExceptionReason.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
5253
|
+
ServiceQuotaExceededExceptionReason.add_member_subclass(:attached_file_service_quota_exceeded_exception_reason, Types::ServiceQuotaExceededExceptionReason::AttachedFileServiceQuotaExceededExceptionReason)
|
5254
|
+
ServiceQuotaExceededExceptionReason.add_member_subclass(:unknown, Types::ServiceQuotaExceededExceptionReason::Unknown)
|
5255
|
+
ServiceQuotaExceededExceptionReason.struct_class = Types::ServiceQuotaExceededExceptionReason
|
5256
|
+
|
4943
5257
|
SignInConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: SignInDistributionList, required: true, location_name: "Distributions"))
|
4944
5258
|
SignInConfig.struct_class = Types::SignInConfig
|
4945
5259
|
|
@@ -4960,6 +5274,10 @@ module Aws::Connect
|
|
4960
5274
|
Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
|
4961
5275
|
Sort.struct_class = Types::Sort
|
4962
5276
|
|
5277
|
+
SourceCampaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
5278
|
+
SourceCampaign.add_member(:outbound_request_id, Shapes::ShapeRef.new(shape: OutboundRequestId, location_name: "OutboundRequestId"))
|
5279
|
+
SourceCampaign.struct_class = Types::SourceCampaign
|
5280
|
+
|
4963
5281
|
StartAttachedFileUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4964
5282
|
StartAttachedFileUploadRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4965
5283
|
StartAttachedFileUploadRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
|
@@ -5025,6 +5343,25 @@ module Aws::Connect
|
|
5025
5343
|
StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
|
5026
5344
|
StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
|
5027
5345
|
|
5346
|
+
StartEmailContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5347
|
+
StartEmailContactRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "FromEmailAddress"))
|
5348
|
+
StartEmailContactRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "DestinationEmailAddress"))
|
5349
|
+
StartEmailContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5350
|
+
StartEmailContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
5351
|
+
StartEmailContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
5352
|
+
StartEmailContactRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: InboundEmailContent, required: true, location_name: "EmailMessage"))
|
5353
|
+
StartEmailContactRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: InboundAdditionalRecipients, location_name: "AdditionalRecipients"))
|
5354
|
+
StartEmailContactRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: EmailAttachments, location_name: "Attachments"))
|
5355
|
+
StartEmailContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
5356
|
+
StartEmailContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
5357
|
+
StartEmailContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
5358
|
+
StartEmailContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
5359
|
+
StartEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5360
|
+
StartEmailContactRequest.struct_class = Types::StartEmailContactRequest
|
5361
|
+
|
5362
|
+
StartEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
5363
|
+
StartEmailContactResponse.struct_class = Types::StartEmailContactResponse
|
5364
|
+
|
5028
5365
|
StartOutboundChatContactRequest.add_member(:source_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "SourceEndpoint"))
|
5029
5366
|
StartOutboundChatContactRequest.add_member(:destination_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "DestinationEndpoint"))
|
5030
5367
|
StartOutboundChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -5042,6 +5379,18 @@ module Aws::Connect
|
|
5042
5379
|
StartOutboundChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
5043
5380
|
StartOutboundChatContactResponse.struct_class = Types::StartOutboundChatContactResponse
|
5044
5381
|
|
5382
|
+
StartOutboundEmailContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5383
|
+
StartOutboundEmailContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
5384
|
+
StartOutboundEmailContactRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, location_name: "FromEmailAddress"))
|
5385
|
+
StartOutboundEmailContactRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "DestinationEmailAddress"))
|
5386
|
+
StartOutboundEmailContactRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: OutboundAdditionalRecipients, location_name: "AdditionalRecipients"))
|
5387
|
+
StartOutboundEmailContactRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
|
5388
|
+
StartOutboundEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5389
|
+
StartOutboundEmailContactRequest.struct_class = Types::StartOutboundEmailContactRequest
|
5390
|
+
|
5391
|
+
StartOutboundEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
5392
|
+
StartOutboundEmailContactResponse.struct_class = Types::StartOutboundEmailContactResponse
|
5393
|
+
|
5045
5394
|
StartOutboundVoiceContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
5046
5395
|
StartOutboundVoiceContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5047
5396
|
StartOutboundVoiceContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
@@ -5080,6 +5429,7 @@ module Aws::Connect
|
|
5080
5429
|
StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
|
5081
5430
|
StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
5082
5431
|
StartTaskContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
5432
|
+
StartTaskContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
5083
5433
|
StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
|
5084
5434
|
|
5085
5435
|
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5250,6 +5600,15 @@ module Aws::Connect
|
|
5250
5600
|
TelephonyConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
|
5251
5601
|
TelephonyConfig.struct_class = Types::TelephonyConfig
|
5252
5602
|
|
5603
|
+
TemplateAttributes.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "CustomAttributes"))
|
5604
|
+
TemplateAttributes.add_member(:customer_profile_attributes, Shapes::ShapeRef.new(shape: CustomerProfileAttributesSerialized, location_name: "CustomerProfileAttributes"))
|
5605
|
+
TemplateAttributes.struct_class = Types::TemplateAttributes
|
5606
|
+
|
5607
|
+
TemplatedMessageConfig.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: MessageTemplateKnowledgeBaseId, required: true, location_name: "KnowledgeBaseId"))
|
5608
|
+
TemplatedMessageConfig.add_member(:message_template_id, Shapes::ShapeRef.new(shape: MessageTemplateId, required: true, location_name: "MessageTemplateId"))
|
5609
|
+
TemplatedMessageConfig.add_member(:template_attributes, Shapes::ShapeRef.new(shape: TemplateAttributes, required: true, location_name: "TemplateAttributes"))
|
5610
|
+
TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
|
5611
|
+
|
5253
5612
|
Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
|
5254
5613
|
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
|
5255
5614
|
Threshold.struct_class = Types::Threshold
|
@@ -5408,6 +5767,7 @@ module Aws::Connect
|
|
5408
5767
|
UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
5409
5768
|
UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5410
5769
|
UpdateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
5770
|
+
UpdateContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
5411
5771
|
UpdateContactRequest.struct_class = Types::UpdateContactRequest
|
5412
5772
|
|
5413
5773
|
UpdateContactResponse.struct_class = Types::UpdateContactResponse
|
@@ -5428,6 +5788,17 @@ module Aws::Connect
|
|
5428
5788
|
|
5429
5789
|
UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
|
5430
5790
|
|
5791
|
+
UpdateEmailAddressMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5792
|
+
UpdateEmailAddressMetadataRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
5793
|
+
UpdateEmailAddressMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5794
|
+
UpdateEmailAddressMetadataRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
|
5795
|
+
UpdateEmailAddressMetadataRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
5796
|
+
UpdateEmailAddressMetadataRequest.struct_class = Types::UpdateEmailAddressMetadataRequest
|
5797
|
+
|
5798
|
+
UpdateEmailAddressMetadataResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
|
5799
|
+
UpdateEmailAddressMetadataResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
|
5800
|
+
UpdateEmailAddressMetadataResponse.struct_class = Types::UpdateEmailAddressMetadataResponse
|
5801
|
+
|
5431
5802
|
UpdateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5432
5803
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
5433
5804
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
@@ -5528,6 +5899,11 @@ module Aws::Connect
|
|
5528
5899
|
UpdateQueueOutboundCallerConfigRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, required: true, location_name: "OutboundCallerConfig"))
|
5529
5900
|
UpdateQueueOutboundCallerConfigRequest.struct_class = Types::UpdateQueueOutboundCallerConfigRequest
|
5530
5901
|
|
5902
|
+
UpdateQueueOutboundEmailConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5903
|
+
UpdateQueueOutboundEmailConfigRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
5904
|
+
UpdateQueueOutboundEmailConfigRequest.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, required: true, location_name: "OutboundEmailConfig"))
|
5905
|
+
UpdateQueueOutboundEmailConfigRequest.struct_class = Types::UpdateQueueOutboundEmailConfigRequest
|
5906
|
+
|
5531
5907
|
UpdateQueueStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5532
5908
|
UpdateQueueStatusRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
5533
5909
|
UpdateQueueStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "Status"))
|
@@ -5594,6 +5970,7 @@ module Aws::Connect
|
|
5594
5970
|
UpdateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
5595
5971
|
UpdateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
5596
5972
|
UpdateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
5973
|
+
UpdateTaskTemplateRequest.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
|
5597
5974
|
UpdateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
5598
5975
|
UpdateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
5599
5976
|
UpdateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
@@ -5606,6 +5983,7 @@ module Aws::Connect
|
|
5606
5983
|
UpdateTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
5607
5984
|
UpdateTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
5608
5985
|
UpdateTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
|
5986
|
+
UpdateTaskTemplateResponse.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
|
5609
5987
|
UpdateTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
5610
5988
|
UpdateTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
5611
5989
|
UpdateTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
@@ -5758,6 +6136,9 @@ module Aws::Connect
|
|
5758
6136
|
UserIdentityInfoLite.add_member(:last_name, Shapes::ShapeRef.new(shape: AgentLastName, location_name: "LastName"))
|
5759
6137
|
UserIdentityInfoLite.struct_class = Types::UserIdentityInfoLite
|
5760
6138
|
|
6139
|
+
UserInfo.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
|
6140
|
+
UserInfo.struct_class = Types::UserInfo
|
6141
|
+
|
5761
6142
|
UserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
5762
6143
|
UserNotFoundException.struct_class = Types::UserNotFoundException
|
5763
6144
|
|
@@ -6243,6 +6624,23 @@ module Aws::Connect
|
|
6243
6624
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6244
6625
|
end)
|
6245
6626
|
|
6627
|
+
api.add_operation(:create_contact, Seahorse::Model::Operation.new.tap do |o|
|
6628
|
+
o.name = "CreateContact"
|
6629
|
+
o.http_method = "PUT"
|
6630
|
+
o.http_request_uri = "/contact/create-contact"
|
6631
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactRequest)
|
6632
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactResponse)
|
6633
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6634
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6635
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6636
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6637
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6638
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6639
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
6640
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6641
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
6642
|
+
end)
|
6643
|
+
|
6246
6644
|
api.add_operation(:create_contact_flow, Seahorse::Model::Operation.new.tap do |o|
|
6247
6645
|
o.name = "CreateContactFlow"
|
6248
6646
|
o.http_method = "PUT"
|
@@ -6292,6 +6690,24 @@ module Aws::Connect
|
|
6292
6690
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6293
6691
|
end)
|
6294
6692
|
|
6693
|
+
api.add_operation(:create_email_address, Seahorse::Model::Operation.new.tap do |o|
|
6694
|
+
o.name = "CreateEmailAddress"
|
6695
|
+
o.http_method = "PUT"
|
6696
|
+
o.http_request_uri = "/email-addresses/{InstanceId}"
|
6697
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEmailAddressRequest)
|
6698
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEmailAddressResponse)
|
6699
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6700
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6701
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
6702
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6703
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6704
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6705
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6706
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
6707
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
6708
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
6709
|
+
end)
|
6710
|
+
|
6295
6711
|
api.add_operation(:create_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
6296
6712
|
o.name = "CreateEvaluationForm"
|
6297
6713
|
o.http_method = "PUT"
|
@@ -6666,6 +7082,21 @@ module Aws::Connect
|
|
6666
7082
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6667
7083
|
end)
|
6668
7084
|
|
7085
|
+
api.add_operation(:delete_email_address, Seahorse::Model::Operation.new.tap do |o|
|
7086
|
+
o.name = "DeleteEmailAddress"
|
7087
|
+
o.http_method = "DELETE"
|
7088
|
+
o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
|
7089
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEmailAddressRequest)
|
7090
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEmailAddressResponse)
|
7091
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7092
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7093
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7094
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7095
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7096
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7097
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7098
|
+
end)
|
7099
|
+
|
6669
7100
|
api.add_operation(:delete_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
6670
7101
|
o.name = "DeleteEvaluationForm"
|
6671
7102
|
o.http_method = "DELETE"
|
@@ -6999,6 +7430,20 @@ module Aws::Connect
|
|
6999
7430
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7000
7431
|
end)
|
7001
7432
|
|
7433
|
+
api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
|
7434
|
+
o.name = "DescribeEmailAddress"
|
7435
|
+
o.http_method = "GET"
|
7436
|
+
o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
|
7437
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEmailAddressRequest)
|
7438
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEmailAddressResponse)
|
7439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7440
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7441
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7442
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7443
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7444
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7445
|
+
end)
|
7446
|
+
|
7002
7447
|
api.add_operation(:describe_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
7003
7448
|
o.name = "DescribeEvaluationForm"
|
7004
7449
|
o.http_method = "GET"
|
@@ -7660,6 +8105,19 @@ module Aws::Connect
|
|
7660
8105
|
)
|
7661
8106
|
end)
|
7662
8107
|
|
8108
|
+
api.add_operation(:list_associated_contacts, Seahorse::Model::Operation.new.tap do |o|
|
8109
|
+
o.name = "ListAssociatedContacts"
|
8110
|
+
o.http_method = "GET"
|
8111
|
+
o.http_request_uri = "/contact/associated/{InstanceId}"
|
8112
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssociatedContactsRequest)
|
8113
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssociatedContactsResponse)
|
8114
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8115
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8116
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
8117
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8118
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8119
|
+
end)
|
8120
|
+
|
7663
8121
|
api.add_operation(:list_authentication_profiles, Seahorse::Model::Operation.new.tap do |o|
|
7664
8122
|
o.name = "ListAuthenticationProfiles"
|
7665
8123
|
o.http_method = "GET"
|
@@ -8660,6 +9118,20 @@ module Aws::Connect
|
|
8660
9118
|
)
|
8661
9119
|
end)
|
8662
9120
|
|
9121
|
+
api.add_operation(:search_email_addresses, Seahorse::Model::Operation.new.tap do |o|
|
9122
|
+
o.name = "SearchEmailAddresses"
|
9123
|
+
o.http_method = "POST"
|
9124
|
+
o.http_request_uri = "/search-email-addresses"
|
9125
|
+
o.input = Shapes::ShapeRef.new(shape: SearchEmailAddressesRequest)
|
9126
|
+
o.output = Shapes::ShapeRef.new(shape: SearchEmailAddressesResponse)
|
9127
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9128
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9129
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9130
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
9131
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9132
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9133
|
+
end)
|
9134
|
+
|
8663
9135
|
api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
8664
9136
|
o.name = "SearchHoursOfOperations"
|
8665
9137
|
o.http_method = "POST"
|
@@ -8882,6 +9354,21 @@ module Aws::Connect
|
|
8882
9354
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8883
9355
|
end)
|
8884
9356
|
|
9357
|
+
api.add_operation(:send_outbound_email, Seahorse::Model::Operation.new.tap do |o|
|
9358
|
+
o.name = "SendOutboundEmail"
|
9359
|
+
o.http_method = "PUT"
|
9360
|
+
o.http_request_uri = "/instance/{InstanceId}/outbound-email"
|
9361
|
+
o.input = Shapes::ShapeRef.new(shape: SendOutboundEmailRequest)
|
9362
|
+
o.output = Shapes::ShapeRef.new(shape: SendOutboundEmailResponse)
|
9363
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9364
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
9365
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9367
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9368
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9369
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
9370
|
+
end)
|
9371
|
+
|
8885
9372
|
api.add_operation(:start_attached_file_upload, Seahorse::Model::Operation.new.tap do |o|
|
8886
9373
|
o.name = "StartAttachedFileUpload"
|
8887
9374
|
o.http_method = "PUT"
|
@@ -8948,6 +9435,21 @@ module Aws::Connect
|
|
8948
9435
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
8949
9436
|
end)
|
8950
9437
|
|
9438
|
+
api.add_operation(:start_email_contact, Seahorse::Model::Operation.new.tap do |o|
|
9439
|
+
o.name = "StartEmailContact"
|
9440
|
+
o.http_method = "PUT"
|
9441
|
+
o.http_request_uri = "/contact/email"
|
9442
|
+
o.input = Shapes::ShapeRef.new(shape: StartEmailContactRequest)
|
9443
|
+
o.output = Shapes::ShapeRef.new(shape: StartEmailContactResponse)
|
9444
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9445
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
9446
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9447
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9448
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9450
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
9451
|
+
end)
|
9452
|
+
|
8951
9453
|
api.add_operation(:start_outbound_chat_contact, Seahorse::Model::Operation.new.tap do |o|
|
8952
9454
|
o.name = "StartOutboundChatContact"
|
8953
9455
|
o.http_method = "PUT"
|
@@ -8963,6 +9465,21 @@ module Aws::Connect
|
|
8963
9465
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8964
9466
|
end)
|
8965
9467
|
|
9468
|
+
api.add_operation(:start_outbound_email_contact, Seahorse::Model::Operation.new.tap do |o|
|
9469
|
+
o.name = "StartOutboundEmailContact"
|
9470
|
+
o.http_method = "PUT"
|
9471
|
+
o.http_request_uri = "/contact/outbound-email"
|
9472
|
+
o.input = Shapes::ShapeRef.new(shape: StartOutboundEmailContactRequest)
|
9473
|
+
o.output = Shapes::ShapeRef.new(shape: StartOutboundEmailContactResponse)
|
9474
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9475
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
9476
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9477
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9478
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9479
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9480
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
9481
|
+
end)
|
9482
|
+
|
8966
9483
|
api.add_operation(:start_outbound_voice_contact, Seahorse::Model::Operation.new.tap do |o|
|
8967
9484
|
o.name = "StartOutboundVoiceContact"
|
8968
9485
|
o.http_method = "PUT"
|
@@ -9311,6 +9828,21 @@ module Aws::Connect
|
|
9311
9828
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9312
9829
|
end)
|
9313
9830
|
|
9831
|
+
api.add_operation(:update_email_address_metadata, Seahorse::Model::Operation.new.tap do |o|
|
9832
|
+
o.name = "UpdateEmailAddressMetadata"
|
9833
|
+
o.http_method = "POST"
|
9834
|
+
o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
|
9835
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEmailAddressMetadataRequest)
|
9836
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEmailAddressMetadataResponse)
|
9837
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9839
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9840
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9841
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
9842
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9843
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
9844
|
+
end)
|
9845
|
+
|
9314
9846
|
api.add_operation(:update_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
9315
9847
|
o.name = "UpdateEvaluationForm"
|
9316
9848
|
o.http_method = "PUT"
|
@@ -9489,6 +10021,21 @@ module Aws::Connect
|
|
9489
10021
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9490
10022
|
end)
|
9491
10023
|
|
10024
|
+
api.add_operation(:update_queue_outbound_email_config, Seahorse::Model::Operation.new.tap do |o|
|
10025
|
+
o.name = "UpdateQueueOutboundEmailConfig"
|
10026
|
+
o.http_method = "POST"
|
10027
|
+
o.http_request_uri = "/queues/{InstanceId}/{QueueId}/outbound-email-config"
|
10028
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueOutboundEmailConfigRequest)
|
10029
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
10030
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
10031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
10032
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10033
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10034
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10035
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10036
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
10037
|
+
end)
|
10038
|
+
|
9492
10039
|
api.add_operation(:update_queue_status, Seahorse::Model::Operation.new.tap do |o|
|
9493
10040
|
o.name = "UpdateQueueStatus"
|
9494
10041
|
o.http_method = "POST"
|