aws-sdk-connect 1.184.0 → 1.186.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -204,6 +210,8 @@ module Aws::Connect
204
210
  ContactFlowSummaryList = Shapes::ListShape.new(name: 'ContactFlowSummaryList')
205
211
  ContactFlowType = Shapes::StringShape.new(name: 'ContactFlowType')
206
212
  ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
213
+ ContactFlowVersionSummary = Shapes::StructureShape.new(name: 'ContactFlowVersionSummary')
214
+ ContactFlowVersionSummaryList = Shapes::ListShape.new(name: 'ContactFlowVersionSummaryList')
207
215
  ContactId = Shapes::StringShape.new(name: 'ContactId')
208
216
  ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
209
217
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
@@ -211,6 +219,8 @@ module Aws::Connect
211
219
  ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
212
220
  ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
213
221
  ContactSearchSummaryQueueInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryQueueInfo')
222
+ ContactSearchSummarySegmentAttributeValue = Shapes::StructureShape.new(name: 'ContactSearchSummarySegmentAttributeValue')
223
+ ContactSearchSummarySegmentAttributes = Shapes::MapShape.new(name: 'ContactSearchSummarySegmentAttributes')
214
224
  ContactState = Shapes::StringShape.new(name: 'ContactState')
215
225
  ContactStates = Shapes::ListShape.new(name: 'ContactStates')
216
226
  ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
@@ -230,6 +240,12 @@ module Aws::Connect
230
240
  CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
231
241
  CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
232
242
  CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
243
+ CreateContactFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowVersionRequest')
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')
233
249
  CreateEvaluationFormRequest = Shapes::StructureShape.new(name: 'CreateEvaluationFormRequest')
234
250
  CreateEvaluationFormResponse = Shapes::StructureShape.new(name: 'CreateEvaluationFormResponse')
235
251
  CreateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'CreateHoursOfOperationRequest')
@@ -285,6 +301,7 @@ module Aws::Connect
285
301
  CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
286
302
  CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
287
303
  Customer = Shapes::StructureShape.new(name: 'Customer')
304
+ CustomerProfileAttributesSerialized = Shapes::StringShape.new(name: 'CustomerProfileAttributesSerialized')
288
305
  CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
289
306
  CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
290
307
  DataSetId = Shapes::StringShape.new(name: 'DataSetId')
@@ -302,6 +319,8 @@ module Aws::Connect
302
319
  DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
303
320
  DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
304
321
  DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
322
+ DeleteEmailAddressRequest = Shapes::StructureShape.new(name: 'DeleteEmailAddressRequest')
323
+ DeleteEmailAddressResponse = Shapes::StructureShape.new(name: 'DeleteEmailAddressResponse')
305
324
  DeleteEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationFormRequest')
306
325
  DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
307
326
  DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
@@ -338,6 +357,8 @@ module Aws::Connect
338
357
  DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
339
358
  DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
340
359
  DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
360
+ DescribeEmailAddressRequest = Shapes::StructureShape.new(name: 'DescribeEmailAddressRequest')
361
+ DescribeEmailAddressResponse = Shapes::StructureShape.new(name: 'DescribeEmailAddressResponse')
341
362
  DescribeEvaluationFormRequest = Shapes::StructureShape.new(name: 'DescribeEvaluationFormRequest')
342
363
  DescribeEvaluationFormResponse = Shapes::StructureShape.new(name: 'DescribeEvaluationFormResponse')
343
364
  DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
@@ -417,6 +438,26 @@ module Aws::Connect
417
438
  DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
418
439
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
419
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')
420
461
  EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
421
462
  EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
422
463
  EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
@@ -424,6 +465,8 @@ module Aws::Connect
424
465
  EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
425
466
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
426
467
  EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
468
+ EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
469
+ EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
427
470
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
428
471
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
429
472
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -488,6 +531,7 @@ module Aws::Connect
488
531
  EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
489
532
  EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
490
533
  Expiry = Shapes::StructureShape.new(name: 'Expiry')
534
+ ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
491
535
  Expression = Shapes::StructureShape.new(name: 'Expression')
492
536
  Expressions = Shapes::ListShape.new(name: 'Expressions')
493
537
  FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
@@ -511,6 +555,7 @@ module Aws::Connect
511
555
  FlowAssociationResourceType = Shapes::StringShape.new(name: 'FlowAssociationResourceType')
512
556
  FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
513
557
  FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
558
+ FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
514
559
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
515
560
  FunctionArnsList = Shapes::ListShape.new(name: 'FunctionArnsList')
516
561
  GetAttachedFileRequest = Shapes::StructureShape.new(name: 'GetAttachedFileRequest')
@@ -587,8 +632,14 @@ module Aws::Connect
587
632
  IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
588
633
  ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
589
634
  ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
635
+ InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
590
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')
591
641
  Index = Shapes::IntegerShape.new(name: 'Index')
642
+ InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
592
643
  InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
593
644
  Instance = Shapes::StructureShape.new(name: 'Instance')
594
645
  InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
@@ -642,6 +693,9 @@ module Aws::Connect
642
693
  ListAnalyticsDataAssociationsResponse = Shapes::StructureShape.new(name: 'ListAnalyticsDataAssociationsResponse')
643
694
  ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
644
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')
645
699
  ListAuthenticationProfilesRequest = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesRequest')
646
700
  ListAuthenticationProfilesResponse = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesResponse')
647
701
  ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
@@ -651,6 +705,8 @@ module Aws::Connect
651
705
  ListContactEvaluationsResponse = Shapes::StructureShape.new(name: 'ListContactEvaluationsResponse')
652
706
  ListContactFlowModulesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModulesRequest')
653
707
  ListContactFlowModulesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModulesResponse')
708
+ ListContactFlowVersionsRequest = Shapes::StructureShape.new(name: 'ListContactFlowVersionsRequest')
709
+ ListContactFlowVersionsResponse = Shapes::StructureShape.new(name: 'ListContactFlowVersionsResponse')
654
710
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
655
711
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
656
712
  ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
@@ -751,6 +807,8 @@ module Aws::Connect
751
807
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
752
808
  MeetingId = Shapes::StringShape.new(name: 'MeetingId')
753
809
  Message = Shapes::StringShape.new(name: 'Message')
810
+ MessageTemplateId = Shapes::StringShape.new(name: 'MessageTemplateId')
811
+ MessageTemplateKnowledgeBaseId = Shapes::StringShape.new(name: 'MessageTemplateKnowledgeBaseId')
754
812
  MetadataUrl = Shapes::StringShape.new(name: 'MetadataUrl')
755
813
  MetricDataCollectionsV2 = Shapes::ListShape.new(name: 'MetricDataCollectionsV2')
756
814
  MetricDataV2 = Shapes::StructureShape.new(name: 'MetricDataV2')
@@ -787,10 +845,17 @@ module Aws::Connect
787
845
  OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
788
846
  Origin = Shapes::StringShape.new(name: 'Origin')
789
847
  OriginsList = Shapes::ListShape.new(name: 'OriginsList')
848
+ OutboundAdditionalRecipients = Shapes::StructureShape.new(name: 'OutboundAdditionalRecipients')
790
849
  OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
791
850
  OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
792
851
  OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
793
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')
794
859
  OutputTypeNotFoundException = Shapes::StructureShape.new(name: 'OutputTypeNotFoundException')
795
860
  PEM = Shapes::StringShape.new(name: 'PEM')
796
861
  ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
@@ -833,6 +898,7 @@ module Aws::Connect
833
898
  PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
834
899
  PotentialAudioQualityIssues = Shapes::ListShape.new(name: 'PotentialAudioQualityIssues')
835
900
  PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
901
+ PreSignedAttachmentUrl = Shapes::StringShape.new(name: 'PreSignedAttachmentUrl')
836
902
  PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
837
903
  PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
838
904
  PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
@@ -946,9 +1012,11 @@ module Aws::Connect
946
1012
  RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
947
1013
  RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
948
1014
  Reference = Shapes::StructureShape.new(name: 'Reference')
1015
+ ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
949
1016
  ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
950
1017
  ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
951
1018
  ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
1019
+ ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
952
1020
  ReferenceSummary = Shapes::UnionShape.new(name: 'ReferenceSummary')
953
1021
  ReferenceSummaryList = Shapes::ListShape.new(name: 'ReferenceSummaryList')
954
1022
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
@@ -976,6 +1044,7 @@ module Aws::Connect
976
1044
  ResourceTagsSearchCriteria = Shapes::StructureShape.new(name: 'ResourceTagsSearchCriteria')
977
1045
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
978
1046
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
1047
+ ResourceVersion = Shapes::IntegerShape.new(name: 'ResourceVersion')
979
1048
  ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
980
1049
  ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
981
1050
  ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
@@ -1033,6 +1102,8 @@ module Aws::Connect
1033
1102
  SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
1034
1103
  SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
1035
1104
  SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
1105
+ SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
1106
+ SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
1036
1107
  SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
1037
1108
  SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
1038
1109
  SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
@@ -1064,6 +1135,12 @@ module Aws::Connect
1064
1135
  SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
1065
1136
  SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
1066
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')
1067
1144
  SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
1068
1145
  SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
1069
1146
  SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
@@ -1089,7 +1166,10 @@ module Aws::Connect
1089
1166
  SendChatIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendChatIntegrationEventRequest')
1090
1167
  SendChatIntegrationEventResponse = Shapes::StructureShape.new(name: 'SendChatIntegrationEventResponse')
1091
1168
  SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
1169
+ SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
1170
+ SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
1092
1171
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
1172
+ ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
1093
1173
  SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
1094
1174
  SignInDistribution = Shapes::StructureShape.new(name: 'SignInDistribution')
1095
1175
  SignInDistributionList = Shapes::ListShape.new(name: 'SignInDistributionList')
@@ -1102,6 +1182,7 @@ module Aws::Connect
1102
1182
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
1103
1183
  SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
1104
1184
  SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
1185
+ SourceCampaign = Shapes::StructureShape.new(name: 'SourceCampaign')
1105
1186
  SourceId = Shapes::StringShape.new(name: 'SourceId')
1106
1187
  SourceType = Shapes::StringShape.new(name: 'SourceType')
1107
1188
  StartAttachedFileUploadRequest = Shapes::StructureShape.new(name: 'StartAttachedFileUploadRequest')
@@ -1114,8 +1195,12 @@ module Aws::Connect
1114
1195
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
1115
1196
  StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
1116
1197
  StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
1198
+ StartEmailContactRequest = Shapes::StructureShape.new(name: 'StartEmailContactRequest')
1199
+ StartEmailContactResponse = Shapes::StructureShape.new(name: 'StartEmailContactResponse')
1117
1200
  StartOutboundChatContactRequest = Shapes::StructureShape.new(name: 'StartOutboundChatContactRequest')
1118
1201
  StartOutboundChatContactResponse = Shapes::StructureShape.new(name: 'StartOutboundChatContactResponse')
1202
+ StartOutboundEmailContactRequest = Shapes::StructureShape.new(name: 'StartOutboundEmailContactRequest')
1203
+ StartOutboundEmailContactResponse = Shapes::StructureShape.new(name: 'StartOutboundEmailContactResponse')
1119
1204
  StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
1120
1205
  StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
1121
1206
  StartScreenSharingRequest = Shapes::StructureShape.new(name: 'StartScreenSharingRequest')
@@ -1191,7 +1276,9 @@ module Aws::Connect
1191
1276
  TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
1192
1277
  TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
1193
1278
  TelephonyConfig = Shapes::StructureShape.new(name: 'TelephonyConfig')
1279
+ TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
1194
1280
  TemplateId = Shapes::StringShape.new(name: 'TemplateId')
1281
+ TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
1195
1282
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
1196
1283
  ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
1197
1284
  ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
@@ -1249,6 +1336,8 @@ module Aws::Connect
1249
1336
  UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
1250
1337
  UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
1251
1338
  UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
1339
+ UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
1340
+ UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
1252
1341
  UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
1253
1342
  UpdateEvaluationFormResponse = Shapes::StructureShape.new(name: 'UpdateEvaluationFormResponse')
1254
1343
  UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
@@ -1268,6 +1357,7 @@ module Aws::Connect
1268
1357
  UpdateQueueMaxContactsRequest = Shapes::StructureShape.new(name: 'UpdateQueueMaxContactsRequest')
1269
1358
  UpdateQueueNameRequest = Shapes::StructureShape.new(name: 'UpdateQueueNameRequest')
1270
1359
  UpdateQueueOutboundCallerConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundCallerConfigRequest')
1360
+ UpdateQueueOutboundEmailConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundEmailConfigRequest')
1271
1361
  UpdateQueueStatusRequest = Shapes::StructureShape.new(name: 'UpdateQueueStatusRequest')
1272
1362
  UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
1273
1363
  UpdateQuickConnectDescription = Shapes::StringShape.new(name: 'UpdateQuickConnectDescription')
@@ -1318,6 +1408,7 @@ module Aws::Connect
1318
1408
  UserIdList = Shapes::ListShape.new(name: 'UserIdList')
1319
1409
  UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
1320
1410
  UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
1411
+ UserInfo = Shapes::StructureShape.new(name: 'UserInfo')
1321
1412
  UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
1322
1413
  UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
1323
1414
  UserProficiency = Shapes::StructureShape.new(name: 'UserProficiency')
@@ -1393,6 +1484,10 @@ module Aws::Connect
1393
1484
  ActivateEvaluationFormResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
1394
1485
  ActivateEvaluationFormResponse.struct_class = Types::ActivateEvaluationFormResponse
1395
1486
 
1487
+ AdditionalEmailRecipients.add_member(:to_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "ToList"))
1488
+ AdditionalEmailRecipients.add_member(:cc_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "CcList"))
1489
+ AdditionalEmailRecipients.struct_class = Types::AdditionalEmailRecipients
1490
+
1396
1491
  AgentConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
1397
1492
  AgentConfig.struct_class = Types::AgentConfig
1398
1493
 
@@ -1594,6 +1689,19 @@ module Aws::Connect
1594
1689
  AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
1595
1690
  AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
1596
1691
 
1692
+ AssociatedContactSummary.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
1693
+ AssociatedContactSummary.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
1694
+ AssociatedContactSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiationTimestamp"))
1695
+ AssociatedContactSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DisconnectTimestamp"))
1696
+ AssociatedContactSummary.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
1697
+ AssociatedContactSummary.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
1698
+ AssociatedContactSummary.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
1699
+ AssociatedContactSummary.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
1700
+ AssociatedContactSummary.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
1701
+ AssociatedContactSummary.struct_class = Types::AssociatedContactSummary
1702
+
1703
+ AssociatedContactSummaryList.member = Shapes::ShapeRef.new(shape: AssociatedContactSummary)
1704
+
1597
1705
  AssociatedQueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
1598
1706
 
1599
1707
  AttachedFile.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, required: true, location_name: "CreationTime"))
@@ -1620,6 +1728,7 @@ module Aws::Connect
1620
1728
  AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
1621
1729
  AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
1622
1730
  AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
1731
+ AttachmentReference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
1623
1732
  AttachmentReference.struct_class = Types::AttachmentReference
1624
1733
 
1625
1734
  Attendee.add_member(:attendee_id, Shapes::ShapeRef.new(shape: AttendeeId, location_name: "AttendeeId"))
@@ -1796,6 +1905,9 @@ module Aws::Connect
1796
1905
  Condition.add_member(:number_condition, Shapes::ShapeRef.new(shape: NumberCondition, location_name: "NumberCondition"))
1797
1906
  Condition.struct_class = Types::Condition
1798
1907
 
1908
+ ConditionalOperationFailedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1909
+ ConditionalOperationFailedException.struct_class = Types::ConditionalOperationFailedException
1910
+
1799
1911
  Conditions.member = Shapes::ShapeRef.new(shape: Condition)
1800
1912
 
1801
1913
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
@@ -1809,6 +1921,7 @@ module Aws::Connect
1809
1921
  Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
1810
1922
  Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
1811
1923
  Contact.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
1924
+ Contact.add_member(:contact_association_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactAssociationId"))
1812
1925
  Contact.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
1813
1926
  Contact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1814
1927
  Contact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -1825,6 +1938,8 @@ module Aws::Connect
1825
1938
  Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
1826
1939
  Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
1827
1940
  Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
1941
+ Contact.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "CustomerEndpoint"))
1942
+ Contact.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "SystemEndpoint"))
1828
1943
  Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
1829
1944
  Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
1830
1945
  Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
@@ -1836,6 +1951,7 @@ module Aws::Connect
1836
1951
  Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
1837
1952
  Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
1838
1953
  Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
1954
+ Contact.add_member(:additional_email_recipients, Shapes::ShapeRef.new(shape: AdditionalEmailRecipients, location_name: "AdditionalEmailRecipients"))
1839
1955
  Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
1840
1956
  Contact.struct_class = Types::Contact
1841
1957
 
@@ -1864,6 +1980,12 @@ module Aws::Connect
1864
1980
  ContactFlow.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1865
1981
  ContactFlow.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, location_name: "Content"))
1866
1982
  ContactFlow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1983
+ ContactFlow.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
1984
+ ContactFlow.add_member(:flow_content_sha_256, Shapes::ShapeRef.new(shape: FlowContentSha256, location_name: "FlowContentSha256"))
1985
+ ContactFlow.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
1986
+ ContactFlow.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "VersionDescription"))
1987
+ ContactFlow.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1988
+ ContactFlow.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
1867
1989
  ContactFlow.struct_class = Types::ContactFlow
1868
1990
 
1869
1991
  ContactFlowModule.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
@@ -1926,6 +2048,13 @@ module Aws::Connect
1926
2048
 
1927
2049
  ContactFlowTypes.member = Shapes::ShapeRef.new(shape: ContactFlowType)
1928
2050
 
2051
+ ContactFlowVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2052
+ ContactFlowVersionSummary.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "VersionDescription"))
2053
+ ContactFlowVersionSummary.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
2054
+ ContactFlowVersionSummary.struct_class = Types::ContactFlowVersionSummary
2055
+
2056
+ ContactFlowVersionSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowVersionSummary)
2057
+
1929
2058
  ContactNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1930
2059
  ContactNotFoundException.struct_class = Types::ContactNotFoundException
1931
2060
 
@@ -1943,6 +2072,7 @@ module Aws::Connect
1943
2072
  ContactSearchSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
1944
2073
  ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
1945
2074
  ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
2075
+ ContactSearchSummary.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributes, location_name: "SegmentAttributes"))
1946
2076
  ContactSearchSummary.struct_class = Types::ContactSearchSummary
1947
2077
 
1948
2078
  ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
@@ -1953,6 +2083,12 @@ module Aws::Connect
1953
2083
  ContactSearchSummaryQueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
1954
2084
  ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
1955
2085
 
2086
+ ContactSearchSummarySegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
2087
+ ContactSearchSummarySegmentAttributeValue.struct_class = Types::ContactSearchSummarySegmentAttributeValue
2088
+
2089
+ ContactSearchSummarySegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
2090
+ ContactSearchSummarySegmentAttributes.value = Shapes::ShapeRef.new(shape: ContactSearchSummarySegmentAttributeValue)
2091
+
1956
2092
  ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
1957
2093
 
1958
2094
  ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
@@ -2017,8 +2153,52 @@ module Aws::Connect
2017
2153
 
2018
2154
  CreateContactFlowResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
2019
2155
  CreateContactFlowResponse.add_member(:contact_flow_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowArn"))
2156
+ CreateContactFlowResponse.add_member(:flow_content_sha_256, Shapes::ShapeRef.new(shape: FlowContentSha256, location_name: "FlowContentSha256"))
2020
2157
  CreateContactFlowResponse.struct_class = Types::CreateContactFlowResponse
2021
2158
 
2159
+ CreateContactFlowVersionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2160
+ CreateContactFlowVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
2161
+ CreateContactFlowVersionRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowId"))
2162
+ CreateContactFlowVersionRequest.add_member(:flow_content_sha_256, Shapes::ShapeRef.new(shape: FlowContentSha256, location_name: "FlowContentSha256"))
2163
+ CreateContactFlowVersionRequest.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2164
+ CreateContactFlowVersionRequest.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2165
+ CreateContactFlowVersionRequest.struct_class = Types::CreateContactFlowVersionRequest
2166
+
2167
+ CreateContactFlowVersionResponse.add_member(:contact_flow_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowArn"))
2168
+ CreateContactFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
2169
+ CreateContactFlowVersionResponse.struct_class = Types::CreateContactFlowVersionResponse
2170
+
2171
+ CreateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
2172
+ CreateContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
2173
+ CreateContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
2174
+ CreateContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
2175
+ CreateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
2176
+ CreateContactRequest.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
2177
+ CreateContactRequest.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, required: true, location_name: "InitiationMethod"))
2178
+ CreateContactRequest.add_member(:expiry_duration_in_minutes, Shapes::ShapeRef.new(shape: ExpiryDurationInMinutes, location_name: "ExpiryDurationInMinutes"))
2179
+ CreateContactRequest.add_member(:user_info, Shapes::ShapeRef.new(shape: UserInfo, location_name: "UserInfo"))
2180
+ CreateContactRequest.add_member(:initiate_as, Shapes::ShapeRef.new(shape: InitiateAs, location_name: "InitiateAs"))
2181
+ CreateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
2182
+ CreateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2183
+ CreateContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
2184
+ CreateContactRequest.struct_class = Types::CreateContactRequest
2185
+
2186
+ CreateContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
2187
+ CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
2188
+ CreateContactResponse.struct_class = Types::CreateContactResponse
2189
+
2190
+ CreateEmailAddressRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2191
+ CreateEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2192
+ CreateEmailAddressRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
2193
+ CreateEmailAddressRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
2194
+ CreateEmailAddressRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2195
+ CreateEmailAddressRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
2196
+ CreateEmailAddressRequest.struct_class = Types::CreateEmailAddressRequest
2197
+
2198
+ CreateEmailAddressResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
2199
+ CreateEmailAddressResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
2200
+ CreateEmailAddressResponse.struct_class = Types::CreateEmailAddressResponse
2201
+
2022
2202
  CreateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2023
2203
  CreateEvaluationFormRequest.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "Title"))
2024
2204
  CreateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
@@ -2109,6 +2289,7 @@ module Aws::Connect
2109
2289
  CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
2110
2290
  CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
2111
2291
  CreateQueueRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
2292
+ CreateQueueRequest.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
2112
2293
  CreateQueueRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
2113
2294
  CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
2114
2295
  CreateQueueRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, location_name: "QuickConnectIds"))
@@ -2177,6 +2358,7 @@ module Aws::Connect
2177
2358
  CreateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
2178
2359
  CreateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
2179
2360
  CreateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
2361
+ CreateTaskTemplateRequest.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
2180
2362
  CreateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
2181
2363
  CreateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
2182
2364
  CreateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
@@ -2368,6 +2550,12 @@ module Aws::Connect
2368
2550
 
2369
2551
  DeleteContactFlowResponse.struct_class = Types::DeleteContactFlowResponse
2370
2552
 
2553
+ DeleteEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2554
+ DeleteEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
2555
+ DeleteEmailAddressRequest.struct_class = Types::DeleteEmailAddressRequest
2556
+
2557
+ DeleteEmailAddressResponse.struct_class = Types::DeleteEmailAddressResponse
2558
+
2371
2559
  DeleteEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2372
2560
  DeleteEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
2373
2561
  DeleteEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
@@ -2501,6 +2689,20 @@ module Aws::Connect
2501
2689
  DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
2502
2690
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
2503
2691
 
2692
+ DescribeEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2693
+ DescribeEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
2694
+ DescribeEmailAddressRequest.struct_class = Types::DescribeEmailAddressRequest
2695
+
2696
+ DescribeEmailAddressResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
2697
+ DescribeEmailAddressResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
2698
+ DescribeEmailAddressResponse.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
2699
+ DescribeEmailAddressResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
2700
+ DescribeEmailAddressResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2701
+ DescribeEmailAddressResponse.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "CreateTimestamp"))
2702
+ DescribeEmailAddressResponse.add_member(:modified_timestamp, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "ModifiedTimestamp"))
2703
+ DescribeEmailAddressResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2704
+ DescribeEmailAddressResponse.struct_class = Types::DescribeEmailAddressResponse
2705
+
2504
2706
  DescribeEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2505
2707
  DescribeEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
2506
2708
  DescribeEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
@@ -2741,6 +2943,50 @@ module Aws::Connect
2741
2943
  DuplicateResourceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
2742
2944
  DuplicateResourceException.struct_class = Types::DuplicateResourceException
2743
2945
 
2946
+ EmailAddressInfo.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
2947
+ EmailAddressInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
2948
+ EmailAddressInfo.struct_class = Types::EmailAddressInfo
2949
+
2950
+ EmailAddressList.member = Shapes::ShapeRef.new(shape: EmailAddressMetadata)
2951
+
2952
+ EmailAddressMetadata.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
2953
+ EmailAddressMetadata.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
2954
+ EmailAddressMetadata.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
2955
+ EmailAddressMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2956
+ EmailAddressMetadata.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
2957
+ EmailAddressMetadata.struct_class = Types::EmailAddressMetadata
2958
+
2959
+ EmailAddressRecipientList.member = Shapes::ShapeRef.new(shape: EmailAddressInfo)
2960
+
2961
+ EmailAddressSearchConditionList.member = Shapes::ShapeRef.new(shape: EmailAddressSearchCriteria)
2962
+
2963
+ EmailAddressSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: EmailAddressSearchConditionList, location_name: "OrConditions"))
2964
+ EmailAddressSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: EmailAddressSearchConditionList, location_name: "AndConditions"))
2965
+ EmailAddressSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
2966
+ EmailAddressSearchCriteria.struct_class = Types::EmailAddressSearchCriteria
2967
+
2968
+ EmailAddressSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
2969
+ EmailAddressSearchFilter.struct_class = Types::EmailAddressSearchFilter
2970
+
2971
+ EmailAttachment.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
2972
+ EmailAttachment.add_member(:s3_url, Shapes::ShapeRef.new(shape: PreSignedAttachmentUrl, required: true, location_name: "S3Url"))
2973
+ EmailAttachment.struct_class = Types::EmailAttachment
2974
+
2975
+ EmailAttachments.member = Shapes::ShapeRef.new(shape: EmailAttachment)
2976
+
2977
+ EmailHeaders.key = Shapes::ShapeRef.new(shape: EmailHeaderType)
2978
+ EmailHeaders.value = Shapes::ShapeRef.new(shape: EmailHeaderValue)
2979
+
2980
+ EmailMessageReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
2981
+ EmailMessageReference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
2982
+ EmailMessageReference.struct_class = Types::EmailMessageReference
2983
+
2984
+ EmailRecipient.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
2985
+ EmailRecipient.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
2986
+ EmailRecipient.struct_class = Types::EmailRecipient
2987
+
2988
+ EmailRecipientsList.member = Shapes::ShapeRef.new(shape: EmailRecipient)
2989
+
2744
2990
  EmailReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
2745
2991
  EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
2746
2992
  EmailReference.struct_class = Types::EmailReference
@@ -2757,6 +3003,11 @@ module Aws::Connect
2757
3003
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
2758
3004
  Endpoint.struct_class = Types::Endpoint
2759
3005
 
3006
+ EndpointInfo.add_member(:type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "Type"))
3007
+ EndpointInfo.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
3008
+ EndpointInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
3009
+ EndpointInfo.struct_class = Types::EndpointInfo
3010
+
2760
3011
  ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
2761
3012
  ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
2762
3013
  ErrorResult.struct_class = Types::ErrorResult
@@ -3145,6 +3396,7 @@ module Aws::Connect
3145
3396
  GetTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
3146
3397
  GetTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
3147
3398
  GetTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
3399
+ GetTaskTemplateResponse.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
3148
3400
  GetTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
3149
3401
  GetTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
3150
3402
  GetTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
@@ -3321,6 +3573,20 @@ module Aws::Connect
3321
3573
  ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
3322
3574
  ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
3323
3575
 
3576
+ InboundAdditionalRecipients.add_member(:to_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "ToAddresses"))
3577
+ InboundAdditionalRecipients.add_member(:cc_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcAddresses"))
3578
+ InboundAdditionalRecipients.struct_class = Types::InboundAdditionalRecipients
3579
+
3580
+ InboundEmailContent.add_member(:message_source_type, Shapes::ShapeRef.new(shape: InboundMessageSourceType, required: true, location_name: "MessageSourceType"))
3581
+ InboundEmailContent.add_member(:raw_message, Shapes::ShapeRef.new(shape: InboundRawMessage, location_name: "RawMessage"))
3582
+ InboundEmailContent.struct_class = Types::InboundEmailContent
3583
+
3584
+ InboundRawMessage.add_member(:subject, Shapes::ShapeRef.new(shape: InboundSubject, required: true, location_name: "Subject"))
3585
+ InboundRawMessage.add_member(:body, Shapes::ShapeRef.new(shape: Body, required: true, location_name: "Body"))
3586
+ InboundRawMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: EmailMessageContentType, required: true, location_name: "ContentType"))
3587
+ InboundRawMessage.add_member(:headers, Shapes::ShapeRef.new(shape: EmailHeaders, location_name: "Headers"))
3588
+ InboundRawMessage.struct_class = Types::InboundRawMessage
3589
+
3324
3590
  InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
3325
3591
 
3326
3592
  Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
@@ -3467,6 +3733,16 @@ module Aws::Connect
3467
3733
  ListApprovedOriginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3468
3734
  ListApprovedOriginsResponse.struct_class = Types::ListApprovedOriginsResponse
3469
3735
 
3736
+ ListAssociatedContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3737
+ ListAssociatedContactsRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "querystring", location_name: "contactId"))
3738
+ ListAssociatedContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssociatedContactsRequestMaxResults, location: "querystring", location_name: "maxResults"))
3739
+ ListAssociatedContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3740
+ ListAssociatedContactsRequest.struct_class = Types::ListAssociatedContactsRequest
3741
+
3742
+ ListAssociatedContactsResponse.add_member(:contact_summary_list, Shapes::ShapeRef.new(shape: AssociatedContactSummaryList, location_name: "ContactSummaryList"))
3743
+ ListAssociatedContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3744
+ ListAssociatedContactsResponse.struct_class = Types::ListAssociatedContactsResponse
3745
+
3470
3746
  ListAuthenticationProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3471
3747
  ListAuthenticationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
3472
3748
  ListAuthenticationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -3509,6 +3785,16 @@ module Aws::Connect
3509
3785
  ListContactFlowModulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3510
3786
  ListContactFlowModulesResponse.struct_class = Types::ListContactFlowModulesResponse
3511
3787
 
3788
+ ListContactFlowVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3789
+ ListContactFlowVersionsRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowId"))
3790
+ ListContactFlowVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3791
+ ListContactFlowVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
3792
+ ListContactFlowVersionsRequest.struct_class = Types::ListContactFlowVersionsRequest
3793
+
3794
+ ListContactFlowVersionsResponse.add_member(:contact_flow_version_summary_list, Shapes::ShapeRef.new(shape: ContactFlowVersionSummaryList, location_name: "ContactFlowVersionSummaryList"))
3795
+ ListContactFlowVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3796
+ ListContactFlowVersionsResponse.struct_class = Types::ListContactFlowVersionsResponse
3797
+
3512
3798
  ListContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3513
3799
  ListContactFlowsRequest.add_member(:contact_flow_types, Shapes::ShapeRef.new(shape: ContactFlowTypes, location: "querystring", location_name: "contactFlowTypes"))
3514
3800
  ListContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -4002,6 +4288,9 @@ module Aws::Connect
4002
4288
 
4003
4289
  OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
4004
4290
 
4291
+ OutboundAdditionalRecipients.add_member(:cc_email_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcEmailAddresses"))
4292
+ OutboundAdditionalRecipients.struct_class = Types::OutboundAdditionalRecipients
4293
+
4005
4294
  OutboundCallerConfig.add_member(:outbound_caller_id_name, Shapes::ShapeRef.new(shape: OutboundCallerIdName, location_name: "OutboundCallerIdName"))
4006
4295
  OutboundCallerConfig.add_member(:outbound_caller_id_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "OutboundCallerIdNumberId"))
4007
4296
  OutboundCallerConfig.add_member(:outbound_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "OutboundFlowId"))
@@ -4010,6 +4299,19 @@ module Aws::Connect
4010
4299
  OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
4011
4300
  OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
4012
4301
 
4302
+ OutboundEmailConfig.add_member(:outbound_email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "OutboundEmailAddressId"))
4303
+ OutboundEmailConfig.struct_class = Types::OutboundEmailConfig
4304
+
4305
+ OutboundEmailContent.add_member(:message_source_type, Shapes::ShapeRef.new(shape: OutboundMessageSourceType, required: true, location_name: "MessageSourceType"))
4306
+ OutboundEmailContent.add_member(:templated_message_config, Shapes::ShapeRef.new(shape: TemplatedMessageConfig, location_name: "TemplatedMessageConfig"))
4307
+ OutboundEmailContent.add_member(:raw_message, Shapes::ShapeRef.new(shape: OutboundRawMessage, location_name: "RawMessage"))
4308
+ OutboundEmailContent.struct_class = Types::OutboundEmailContent
4309
+
4310
+ OutboundRawMessage.add_member(:subject, Shapes::ShapeRef.new(shape: OutboundSubject, required: true, location_name: "Subject"))
4311
+ OutboundRawMessage.add_member(:body, Shapes::ShapeRef.new(shape: Body, required: true, location_name: "Body"))
4312
+ OutboundRawMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: EmailMessageContentType, required: true, location_name: "ContentType"))
4313
+ OutboundRawMessage.struct_class = Types::OutboundRawMessage
4314
+
4013
4315
  OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
4014
4316
  OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
4015
4317
 
@@ -4170,6 +4472,7 @@ module Aws::Connect
4170
4472
  Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
4171
4473
  Queue.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
4172
4474
  Queue.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
4475
+ Queue.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
4173
4476
  Queue.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
4174
4477
  Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
4175
4478
  Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
@@ -4376,12 +4679,16 @@ module Aws::Connect
4376
4679
 
4377
4680
  RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
4378
4681
 
4379
- Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
4682
+ Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
4380
4683
  Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
4684
+ Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
4685
+ Reference.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "Arn"))
4686
+ Reference.add_member(:status_reason, Shapes::ShapeRef.new(shape: ReferenceStatusReason, location_name: "StatusReason"))
4381
4687
  Reference.struct_class = Types::Reference
4382
4688
 
4383
4689
  ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
4384
4690
  ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
4691
+ ReferenceSummary.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessage"))
4385
4692
  ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
4386
4693
  ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
4387
4694
  ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
@@ -4389,6 +4696,7 @@ module Aws::Connect
4389
4696
  ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4390
4697
  ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
4391
4698
  ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
4699
+ ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
4392
4700
  ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
4393
4701
  ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
4394
4702
  ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
@@ -4671,8 +4979,21 @@ module Aws::Connect
4671
4979
  SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
4672
4980
  SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
4673
4981
  SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
4982
+ SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
4674
4983
  SearchCriteria.struct_class = Types::SearchCriteria
4675
4984
 
4985
+ SearchEmailAddressesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4986
+ SearchEmailAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
4987
+ SearchEmailAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
4988
+ SearchEmailAddressesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: EmailAddressSearchCriteria, location_name: "SearchCriteria"))
4989
+ SearchEmailAddressesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: EmailAddressSearchFilter, location_name: "SearchFilter"))
4990
+ SearchEmailAddressesRequest.struct_class = Types::SearchEmailAddressesRequest
4991
+
4992
+ SearchEmailAddressesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4993
+ SearchEmailAddressesResponse.add_member(:email_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "EmailAddresses"))
4994
+ SearchEmailAddressesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
4995
+ SearchEmailAddressesResponse.struct_class = Types::SearchEmailAddressesResponse
4996
+
4676
4997
  SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4677
4998
  SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
4678
4999
  SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -4817,6 +5138,18 @@ module Aws::Connect
4817
5138
 
4818
5139
  SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
4819
5140
 
5141
+ SearchableSegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValue)
5142
+
5143
+ SearchableSegmentAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteriaList, required: true, location_name: "Criteria"))
5144
+ SearchableSegmentAttributes.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
5145
+ SearchableSegmentAttributes.struct_class = Types::SearchableSegmentAttributes
5146
+
5147
+ SearchableSegmentAttributesCriteria.add_member(:key, Shapes::ShapeRef.new(shape: SearchableSegmentAttributeKey, required: true, location_name: "Key"))
5148
+ SearchableSegmentAttributesCriteria.add_member(:values, Shapes::ShapeRef.new(shape: SearchableSegmentAttributeValueList, required: true, location_name: "Values"))
5149
+ SearchableSegmentAttributesCriteria.struct_class = Types::SearchableSegmentAttributesCriteria
5150
+
5151
+ SearchableSegmentAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableSegmentAttributesCriteria)
5152
+
4820
5153
  SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
4821
5154
  SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
4822
5155
  SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
@@ -4893,9 +5226,28 @@ module Aws::Connect
4893
5226
  SendNotificationActionDefinition.add_member(:recipient, Shapes::ShapeRef.new(shape: NotificationRecipientType, required: true, location_name: "Recipient"))
4894
5227
  SendNotificationActionDefinition.struct_class = Types::SendNotificationActionDefinition
4895
5228
 
5229
+ SendOutboundEmailRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5230
+ SendOutboundEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "FromEmailAddress"))
5231
+ SendOutboundEmailRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "DestinationEmailAddress"))
5232
+ SendOutboundEmailRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: OutboundAdditionalRecipients, location_name: "AdditionalRecipients"))
5233
+ SendOutboundEmailRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
5234
+ SendOutboundEmailRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, required: true, location_name: "TrafficType"))
5235
+ SendOutboundEmailRequest.add_member(:source_campaign, Shapes::ShapeRef.new(shape: SourceCampaign, location_name: "SourceCampaign"))
5236
+ SendOutboundEmailRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5237
+ SendOutboundEmailRequest.struct_class = Types::SendOutboundEmailRequest
5238
+
5239
+ SendOutboundEmailResponse.struct_class = Types::SendOutboundEmailResponse
5240
+
4896
5241
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
5242
+ ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, location_name: "Reason"))
4897
5243
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
4898
5244
 
5245
+ ServiceQuotaExceededExceptionReason.add_member(:attached_file_service_quota_exceeded_exception_reason, Shapes::ShapeRef.new(shape: AttachedFileServiceQuotaExceededExceptionReason, location_name: "AttachedFileServiceQuotaExceededExceptionReason"))
5246
+ ServiceQuotaExceededExceptionReason.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
5247
+ ServiceQuotaExceededExceptionReason.add_member_subclass(:attached_file_service_quota_exceeded_exception_reason, Types::ServiceQuotaExceededExceptionReason::AttachedFileServiceQuotaExceededExceptionReason)
5248
+ ServiceQuotaExceededExceptionReason.add_member_subclass(:unknown, Types::ServiceQuotaExceededExceptionReason::Unknown)
5249
+ ServiceQuotaExceededExceptionReason.struct_class = Types::ServiceQuotaExceededExceptionReason
5250
+
4899
5251
  SignInConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: SignInDistributionList, required: true, location_name: "Distributions"))
4900
5252
  SignInConfig.struct_class = Types::SignInConfig
4901
5253
 
@@ -4916,6 +5268,10 @@ module Aws::Connect
4916
5268
  Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
4917
5269
  Sort.struct_class = Types::Sort
4918
5270
 
5271
+ SourceCampaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
5272
+ SourceCampaign.add_member(:outbound_request_id, Shapes::ShapeRef.new(shape: OutboundRequestId, location_name: "OutboundRequestId"))
5273
+ SourceCampaign.struct_class = Types::SourceCampaign
5274
+
4919
5275
  StartAttachedFileUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
4920
5276
  StartAttachedFileUploadRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4921
5277
  StartAttachedFileUploadRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
@@ -4981,6 +5337,25 @@ module Aws::Connect
4981
5337
  StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
4982
5338
  StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
4983
5339
 
5340
+ StartEmailContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5341
+ StartEmailContactRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "FromEmailAddress"))
5342
+ StartEmailContactRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "DestinationEmailAddress"))
5343
+ StartEmailContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
5344
+ StartEmailContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
5345
+ StartEmailContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
5346
+ StartEmailContactRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: InboundEmailContent, required: true, location_name: "EmailMessage"))
5347
+ StartEmailContactRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: InboundAdditionalRecipients, location_name: "AdditionalRecipients"))
5348
+ StartEmailContactRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: EmailAttachments, location_name: "Attachments"))
5349
+ StartEmailContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
5350
+ StartEmailContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
5351
+ StartEmailContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
5352
+ StartEmailContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
5353
+ StartEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5354
+ StartEmailContactRequest.struct_class = Types::StartEmailContactRequest
5355
+
5356
+ StartEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
5357
+ StartEmailContactResponse.struct_class = Types::StartEmailContactResponse
5358
+
4984
5359
  StartOutboundChatContactRequest.add_member(:source_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "SourceEndpoint"))
4985
5360
  StartOutboundChatContactRequest.add_member(:destination_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "DestinationEndpoint"))
4986
5361
  StartOutboundChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -4998,6 +5373,18 @@ module Aws::Connect
4998
5373
  StartOutboundChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
4999
5374
  StartOutboundChatContactResponse.struct_class = Types::StartOutboundChatContactResponse
5000
5375
 
5376
+ StartOutboundEmailContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5377
+ StartOutboundEmailContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
5378
+ StartOutboundEmailContactRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, location_name: "FromEmailAddress"))
5379
+ StartOutboundEmailContactRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "DestinationEmailAddress"))
5380
+ StartOutboundEmailContactRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: OutboundAdditionalRecipients, location_name: "AdditionalRecipients"))
5381
+ StartOutboundEmailContactRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
5382
+ StartOutboundEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5383
+ StartOutboundEmailContactRequest.struct_class = Types::StartOutboundEmailContactRequest
5384
+
5385
+ StartOutboundEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
5386
+ StartOutboundEmailContactResponse.struct_class = Types::StartOutboundEmailContactResponse
5387
+
5001
5388
  StartOutboundVoiceContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
5002
5389
  StartOutboundVoiceContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
5003
5390
  StartOutboundVoiceContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
@@ -5036,6 +5423,7 @@ module Aws::Connect
5036
5423
  StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
5037
5424
  StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
5038
5425
  StartTaskContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
5426
+ StartTaskContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
5039
5427
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
5040
5428
 
5041
5429
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -5206,6 +5594,15 @@ module Aws::Connect
5206
5594
  TelephonyConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
5207
5595
  TelephonyConfig.struct_class = Types::TelephonyConfig
5208
5596
 
5597
+ TemplateAttributes.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "CustomAttributes"))
5598
+ TemplateAttributes.add_member(:customer_profile_attributes, Shapes::ShapeRef.new(shape: CustomerProfileAttributesSerialized, location_name: "CustomerProfileAttributes"))
5599
+ TemplateAttributes.struct_class = Types::TemplateAttributes
5600
+
5601
+ TemplatedMessageConfig.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: MessageTemplateKnowledgeBaseId, required: true, location_name: "KnowledgeBaseId"))
5602
+ TemplatedMessageConfig.add_member(:message_template_id, Shapes::ShapeRef.new(shape: MessageTemplateId, required: true, location_name: "MessageTemplateId"))
5603
+ TemplatedMessageConfig.add_member(:template_attributes, Shapes::ShapeRef.new(shape: TemplateAttributes, required: true, location_name: "TemplateAttributes"))
5604
+ TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
5605
+
5209
5606
  Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
5210
5607
  Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
5211
5608
  Threshold.struct_class = Types::Threshold
@@ -5364,6 +5761,7 @@ module Aws::Connect
5364
5761
  UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
5365
5762
  UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
5366
5763
  UpdateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
5764
+ UpdateContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
5367
5765
  UpdateContactRequest.struct_class = Types::UpdateContactRequest
5368
5766
 
5369
5767
  UpdateContactResponse.struct_class = Types::UpdateContactResponse
@@ -5384,6 +5782,17 @@ module Aws::Connect
5384
5782
 
5385
5783
  UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
5386
5784
 
5785
+ UpdateEmailAddressMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5786
+ UpdateEmailAddressMetadataRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
5787
+ UpdateEmailAddressMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
5788
+ UpdateEmailAddressMetadataRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: EmailAddressDisplayName, location_name: "DisplayName"))
5789
+ UpdateEmailAddressMetadataRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
5790
+ UpdateEmailAddressMetadataRequest.struct_class = Types::UpdateEmailAddressMetadataRequest
5791
+
5792
+ UpdateEmailAddressMetadataResponse.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, location_name: "EmailAddressId"))
5793
+ UpdateEmailAddressMetadataResponse.add_member(:email_address_arn, Shapes::ShapeRef.new(shape: EmailAddressArn, location_name: "EmailAddressArn"))
5794
+ UpdateEmailAddressMetadataResponse.struct_class = Types::UpdateEmailAddressMetadataResponse
5795
+
5387
5796
  UpdateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5388
5797
  UpdateEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
5389
5798
  UpdateEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
@@ -5484,6 +5893,11 @@ module Aws::Connect
5484
5893
  UpdateQueueOutboundCallerConfigRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, required: true, location_name: "OutboundCallerConfig"))
5485
5894
  UpdateQueueOutboundCallerConfigRequest.struct_class = Types::UpdateQueueOutboundCallerConfigRequest
5486
5895
 
5896
+ UpdateQueueOutboundEmailConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5897
+ UpdateQueueOutboundEmailConfigRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
5898
+ UpdateQueueOutboundEmailConfigRequest.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, required: true, location_name: "OutboundEmailConfig"))
5899
+ UpdateQueueOutboundEmailConfigRequest.struct_class = Types::UpdateQueueOutboundEmailConfigRequest
5900
+
5487
5901
  UpdateQueueStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5488
5902
  UpdateQueueStatusRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
5489
5903
  UpdateQueueStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "Status"))
@@ -5550,6 +5964,7 @@ module Aws::Connect
5550
5964
  UpdateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
5551
5965
  UpdateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
5552
5966
  UpdateTaskTemplateRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
5967
+ UpdateTaskTemplateRequest.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
5553
5968
  UpdateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
5554
5969
  UpdateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
5555
5970
  UpdateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
@@ -5562,6 +5977,7 @@ module Aws::Connect
5562
5977
  UpdateTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
5563
5978
  UpdateTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
5564
5979
  UpdateTaskTemplateResponse.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "ContactFlowId"))
5980
+ UpdateTaskTemplateResponse.add_member(:self_assign_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "SelfAssignFlowId"))
5565
5981
  UpdateTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
5566
5982
  UpdateTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
5567
5983
  UpdateTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
@@ -5714,6 +6130,9 @@ module Aws::Connect
5714
6130
  UserIdentityInfoLite.add_member(:last_name, Shapes::ShapeRef.new(shape: AgentLastName, location_name: "LastName"))
5715
6131
  UserIdentityInfoLite.struct_class = Types::UserIdentityInfoLite
5716
6132
 
6133
+ UserInfo.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
6134
+ UserInfo.struct_class = Types::UserInfo
6135
+
5717
6136
  UserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
5718
6137
  UserNotFoundException.struct_class = Types::UserNotFoundException
5719
6138
 
@@ -6199,6 +6618,23 @@ module Aws::Connect
6199
6618
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6200
6619
  end)
6201
6620
 
6621
+ api.add_operation(:create_contact, Seahorse::Model::Operation.new.tap do |o|
6622
+ o.name = "CreateContact"
6623
+ o.http_method = "PUT"
6624
+ o.http_request_uri = "/contact/create-contact"
6625
+ o.input = Shapes::ShapeRef.new(shape: CreateContactRequest)
6626
+ o.output = Shapes::ShapeRef.new(shape: CreateContactResponse)
6627
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6628
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6629
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6630
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
6631
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6633
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
6634
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6635
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
6636
+ end)
6637
+
6202
6638
  api.add_operation(:create_contact_flow, Seahorse::Model::Operation.new.tap do |o|
6203
6639
  o.name = "CreateContactFlow"
6204
6640
  o.http_method = "PUT"
@@ -6233,6 +6669,39 @@ module Aws::Connect
6233
6669
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6234
6670
  end)
6235
6671
 
6672
+ api.add_operation(:create_contact_flow_version, Seahorse::Model::Operation.new.tap do |o|
6673
+ o.name = "CreateContactFlowVersion"
6674
+ o.http_method = "PUT"
6675
+ o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/version"
6676
+ o.input = Shapes::ShapeRef.new(shape: CreateContactFlowVersionRequest)
6677
+ o.output = Shapes::ShapeRef.new(shape: CreateContactFlowVersionResponse)
6678
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6679
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6680
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6681
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
6682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
6683
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6684
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6685
+ end)
6686
+
6687
+ api.add_operation(:create_email_address, Seahorse::Model::Operation.new.tap do |o|
6688
+ o.name = "CreateEmailAddress"
6689
+ o.http_method = "PUT"
6690
+ o.http_request_uri = "/email-addresses/{InstanceId}"
6691
+ o.input = Shapes::ShapeRef.new(shape: CreateEmailAddressRequest)
6692
+ o.output = Shapes::ShapeRef.new(shape: CreateEmailAddressResponse)
6693
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
6694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6695
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
6696
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6697
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6698
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6699
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6700
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
6701
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
6702
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
6703
+ end)
6704
+
6236
6705
  api.add_operation(:create_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
6237
6706
  o.name = "CreateEvaluationForm"
6238
6707
  o.http_method = "PUT"
@@ -6607,6 +7076,21 @@ module Aws::Connect
6607
7076
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6608
7077
  end)
6609
7078
 
7079
+ api.add_operation(:delete_email_address, Seahorse::Model::Operation.new.tap do |o|
7080
+ o.name = "DeleteEmailAddress"
7081
+ o.http_method = "DELETE"
7082
+ o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
7083
+ o.input = Shapes::ShapeRef.new(shape: DeleteEmailAddressRequest)
7084
+ o.output = Shapes::ShapeRef.new(shape: DeleteEmailAddressResponse)
7085
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7086
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7087
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7088
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
7089
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
7090
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7091
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
7092
+ end)
7093
+
6610
7094
  api.add_operation(:delete_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
6611
7095
  o.name = "DeleteEvaluationForm"
6612
7096
  o.http_method = "DELETE"
@@ -6940,6 +7424,20 @@ module Aws::Connect
6940
7424
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6941
7425
  end)
6942
7426
 
7427
+ api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
7428
+ o.name = "DescribeEmailAddress"
7429
+ o.http_method = "GET"
7430
+ o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
7431
+ o.input = Shapes::ShapeRef.new(shape: DescribeEmailAddressRequest)
7432
+ o.output = Shapes::ShapeRef.new(shape: DescribeEmailAddressResponse)
7433
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7434
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7435
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7436
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
7437
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
7438
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7439
+ end)
7440
+
6943
7441
  api.add_operation(:describe_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
6944
7442
  o.name = "DescribeEvaluationForm"
6945
7443
  o.http_method = "GET"
@@ -7601,6 +8099,19 @@ module Aws::Connect
7601
8099
  )
7602
8100
  end)
7603
8101
 
8102
+ api.add_operation(:list_associated_contacts, Seahorse::Model::Operation.new.tap do |o|
8103
+ o.name = "ListAssociatedContacts"
8104
+ o.http_method = "GET"
8105
+ o.http_request_uri = "/contact/associated/{InstanceId}"
8106
+ o.input = Shapes::ShapeRef.new(shape: ListAssociatedContactsRequest)
8107
+ o.output = Shapes::ShapeRef.new(shape: ListAssociatedContactsResponse)
8108
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8109
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8111
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8112
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8113
+ end)
8114
+
7604
8115
  api.add_operation(:list_authentication_profiles, Seahorse::Model::Operation.new.tap do |o|
7605
8116
  o.name = "ListAuthenticationProfiles"
7606
8117
  o.http_method = "GET"
@@ -7675,6 +8186,26 @@ module Aws::Connect
7675
8186
  )
7676
8187
  end)
7677
8188
 
8189
+ api.add_operation(:list_contact_flow_versions, Seahorse::Model::Operation.new.tap do |o|
8190
+ o.name = "ListContactFlowVersions"
8191
+ o.http_method = "GET"
8192
+ o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/versions"
8193
+ o.input = Shapes::ShapeRef.new(shape: ListContactFlowVersionsRequest)
8194
+ o.output = Shapes::ShapeRef.new(shape: ListContactFlowVersionsResponse)
8195
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8196
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8197
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8198
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8199
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8200
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8201
+ o[:pager] = Aws::Pager.new(
8202
+ limit_key: "max_results",
8203
+ tokens: {
8204
+ "next_token" => "next_token"
8205
+ }
8206
+ )
8207
+ end)
8208
+
7678
8209
  api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
7679
8210
  o.name = "ListContactFlows"
7680
8211
  o.http_method = "GET"
@@ -8581,6 +9112,20 @@ module Aws::Connect
8581
9112
  )
8582
9113
  end)
8583
9114
 
9115
+ api.add_operation(:search_email_addresses, Seahorse::Model::Operation.new.tap do |o|
9116
+ o.name = "SearchEmailAddresses"
9117
+ o.http_method = "POST"
9118
+ o.http_request_uri = "/search-email-addresses"
9119
+ o.input = Shapes::ShapeRef.new(shape: SearchEmailAddressesRequest)
9120
+ o.output = Shapes::ShapeRef.new(shape: SearchEmailAddressesResponse)
9121
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9123
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9124
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9125
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9127
+ end)
9128
+
8584
9129
  api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
8585
9130
  o.name = "SearchHoursOfOperations"
8586
9131
  o.http_method = "POST"
@@ -8803,6 +9348,21 @@ module Aws::Connect
8803
9348
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8804
9349
  end)
8805
9350
 
9351
+ api.add_operation(:send_outbound_email, Seahorse::Model::Operation.new.tap do |o|
9352
+ o.name = "SendOutboundEmail"
9353
+ o.http_method = "PUT"
9354
+ o.http_request_uri = "/instance/{InstanceId}/outbound-email"
9355
+ o.input = Shapes::ShapeRef.new(shape: SendOutboundEmailRequest)
9356
+ o.output = Shapes::ShapeRef.new(shape: SendOutboundEmailResponse)
9357
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9358
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9359
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9360
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9361
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9362
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9363
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9364
+ end)
9365
+
8806
9366
  api.add_operation(:start_attached_file_upload, Seahorse::Model::Operation.new.tap do |o|
8807
9367
  o.name = "StartAttachedFileUpload"
8808
9368
  o.http_method = "PUT"
@@ -8869,6 +9429,21 @@ module Aws::Connect
8869
9429
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
8870
9430
  end)
8871
9431
 
9432
+ api.add_operation(:start_email_contact, Seahorse::Model::Operation.new.tap do |o|
9433
+ o.name = "StartEmailContact"
9434
+ o.http_method = "PUT"
9435
+ o.http_request_uri = "/contact/email"
9436
+ o.input = Shapes::ShapeRef.new(shape: StartEmailContactRequest)
9437
+ o.output = Shapes::ShapeRef.new(shape: StartEmailContactResponse)
9438
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9439
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9440
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9441
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9442
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9443
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9444
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9445
+ end)
9446
+
8872
9447
  api.add_operation(:start_outbound_chat_contact, Seahorse::Model::Operation.new.tap do |o|
8873
9448
  o.name = "StartOutboundChatContact"
8874
9449
  o.http_method = "PUT"
@@ -8884,6 +9459,21 @@ module Aws::Connect
8884
9459
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8885
9460
  end)
8886
9461
 
9462
+ api.add_operation(:start_outbound_email_contact, Seahorse::Model::Operation.new.tap do |o|
9463
+ o.name = "StartOutboundEmailContact"
9464
+ o.http_method = "PUT"
9465
+ o.http_request_uri = "/contact/outbound-email"
9466
+ o.input = Shapes::ShapeRef.new(shape: StartOutboundEmailContactRequest)
9467
+ o.output = Shapes::ShapeRef.new(shape: StartOutboundEmailContactResponse)
9468
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9469
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9470
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9471
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9472
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9473
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9474
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9475
+ end)
9476
+
8887
9477
  api.add_operation(:start_outbound_voice_contact, Seahorse::Model::Operation.new.tap do |o|
8888
9478
  o.name = "StartOutboundVoiceContact"
8889
9479
  o.http_method = "PUT"
@@ -9232,6 +9822,21 @@ module Aws::Connect
9232
9822
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9233
9823
  end)
9234
9824
 
9825
+ api.add_operation(:update_email_address_metadata, Seahorse::Model::Operation.new.tap do |o|
9826
+ o.name = "UpdateEmailAddressMetadata"
9827
+ o.http_method = "POST"
9828
+ o.http_request_uri = "/email-addresses/{InstanceId}/{EmailAddressId}"
9829
+ o.input = Shapes::ShapeRef.new(shape: UpdateEmailAddressMetadataRequest)
9830
+ o.output = Shapes::ShapeRef.new(shape: UpdateEmailAddressMetadataResponse)
9831
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9832
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9833
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9834
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9835
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9836
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9837
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9838
+ end)
9839
+
9235
9840
  api.add_operation(:update_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
9236
9841
  o.name = "UpdateEvaluationForm"
9237
9842
  o.http_method = "PUT"
@@ -9410,6 +10015,21 @@ module Aws::Connect
9410
10015
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9411
10016
  end)
9412
10017
 
10018
+ api.add_operation(:update_queue_outbound_email_config, Seahorse::Model::Operation.new.tap do |o|
10019
+ o.name = "UpdateQueueOutboundEmailConfig"
10020
+ o.http_method = "POST"
10021
+ o.http_request_uri = "/queues/{InstanceId}/{QueueId}/outbound-email-config"
10022
+ o.input = Shapes::ShapeRef.new(shape: UpdateQueueOutboundEmailConfigRequest)
10023
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10024
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10025
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10026
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10027
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10029
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10030
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
10031
+ end)
10032
+
9413
10033
  api.add_operation(:update_queue_status, Seahorse::Model::Operation.new.tap do |o|
9414
10034
  o.name = "UpdateQueueStatus"
9415
10035
  o.http_method = "POST"