aws-sdk-connect 1.185.0 → 1.186.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +788 -64
- data/lib/aws-sdk-connect/client_api.rb +542 -1
- data/lib/aws-sdk-connect/errors.rb +21 -0
- data/lib/aws-sdk-connect/types.rb +1070 -34
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +401 -45
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +405 -39
- metadata +2 -2
@@ -23,6 +23,7 @@ module Aws::Connect
|
|
23
23
|
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
24
24
|
ActivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'ActivateEvaluationFormRequest')
|
25
25
|
ActivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'ActivateEvaluationFormResponse')
|
26
|
+
AdditionalEmailRecipients = Shapes::StructureShape.new(name: 'AdditionalEmailRecipients')
|
26
27
|
AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
|
27
28
|
AgentAvailabilityTimer = Shapes::StringShape.new(name: 'AgentAvailabilityTimer')
|
28
29
|
AgentConfig = Shapes::StructureShape.new(name: 'AgentConfig')
|
@@ -92,12 +93,15 @@ module Aws::Connect
|
|
92
93
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
93
94
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
94
95
|
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
96
|
+
AssociatedContactSummary = Shapes::StructureShape.new(name: 'AssociatedContactSummary')
|
97
|
+
AssociatedContactSummaryList = Shapes::ListShape.new(name: 'AssociatedContactSummaryList')
|
95
98
|
AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
|
96
99
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
97
100
|
AttachedFile = Shapes::StructureShape.new(name: 'AttachedFile')
|
98
101
|
AttachedFileError = Shapes::StructureShape.new(name: 'AttachedFileError')
|
99
102
|
AttachedFileErrorsList = Shapes::ListShape.new(name: 'AttachedFileErrorsList')
|
100
103
|
AttachedFileInvalidRequestExceptionReason = Shapes::StringShape.new(name: 'AttachedFileInvalidRequestExceptionReason')
|
104
|
+
AttachedFileServiceQuotaExceededExceptionReason = Shapes::StringShape.new(name: 'AttachedFileServiceQuotaExceededExceptionReason')
|
101
105
|
AttachedFilesList = Shapes::ListShape.new(name: 'AttachedFilesList')
|
102
106
|
AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
|
103
107
|
AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
|
@@ -135,6 +139,7 @@ module Aws::Connect
|
|
135
139
|
BatchPutContactRequest = Shapes::StructureShape.new(name: 'BatchPutContactRequest')
|
136
140
|
BatchPutContactResponse = Shapes::StructureShape.new(name: 'BatchPutContactResponse')
|
137
141
|
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
142
|
+
Body = Shapes::StringShape.new(name: 'Body')
|
138
143
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
139
144
|
BotName = Shapes::StringShape.new(name: 'BotName')
|
140
145
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
@@ -167,6 +172,7 @@ module Aws::Connect
|
|
167
172
|
CompleteAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'CompleteAttachedFileUploadResponse')
|
168
173
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
169
174
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
175
|
+
ConditionalOperationFailedException = Shapes::StructureShape.new(name: 'ConditionalOperationFailedException')
|
170
176
|
Conditions = Shapes::ListShape.new(name: 'Conditions')
|
171
177
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
172
178
|
ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
|
@@ -213,6 +219,8 @@ module Aws::Connect
|
|
213
219
|
ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
|
214
220
|
ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
|
215
221
|
ContactSearchSummaryQueueInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryQueueInfo')
|
222
|
+
ContactSearchSummarySegmentAttributeValue = Shapes::StructureShape.new(name: 'ContactSearchSummarySegmentAttributeValue')
|
223
|
+
ContactSearchSummarySegmentAttributes = Shapes::MapShape.new(name: 'ContactSearchSummarySegmentAttributes')
|
216
224
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
217
225
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
218
226
|
ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
|
@@ -234,6 +242,10 @@ module Aws::Connect
|
|
234
242
|
CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
|
235
243
|
CreateContactFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowVersionRequest')
|
236
244
|
CreateContactFlowVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowVersionResponse')
|
245
|
+
CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
|
246
|
+
CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
|
247
|
+
CreateEmailAddressRequest = Shapes::StructureShape.new(name: 'CreateEmailAddressRequest')
|
248
|
+
CreateEmailAddressResponse = Shapes::StructureShape.new(name: 'CreateEmailAddressResponse')
|
237
249
|
CreateEvaluationFormRequest = Shapes::StructureShape.new(name: 'CreateEvaluationFormRequest')
|
238
250
|
CreateEvaluationFormResponse = Shapes::StructureShape.new(name: 'CreateEvaluationFormResponse')
|
239
251
|
CreateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'CreateHoursOfOperationRequest')
|
@@ -289,6 +301,7 @@ module Aws::Connect
|
|
289
301
|
CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
|
290
302
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
291
303
|
Customer = Shapes::StructureShape.new(name: 'Customer')
|
304
|
+
CustomerProfileAttributesSerialized = Shapes::StringShape.new(name: 'CustomerProfileAttributesSerialized')
|
292
305
|
CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
|
293
306
|
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
294
307
|
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
@@ -306,6 +319,8 @@ module Aws::Connect
|
|
306
319
|
DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
|
307
320
|
DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
|
308
321
|
DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
|
322
|
+
DeleteEmailAddressRequest = Shapes::StructureShape.new(name: 'DeleteEmailAddressRequest')
|
323
|
+
DeleteEmailAddressResponse = Shapes::StructureShape.new(name: 'DeleteEmailAddressResponse')
|
309
324
|
DeleteEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationFormRequest')
|
310
325
|
DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
|
311
326
|
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
@@ -342,6 +357,8 @@ module Aws::Connect
|
|
342
357
|
DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
|
343
358
|
DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
|
344
359
|
DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
|
360
|
+
DescribeEmailAddressRequest = Shapes::StructureShape.new(name: 'DescribeEmailAddressRequest')
|
361
|
+
DescribeEmailAddressResponse = Shapes::StructureShape.new(name: 'DescribeEmailAddressResponse')
|
345
362
|
DescribeEvaluationFormRequest = Shapes::StructureShape.new(name: 'DescribeEvaluationFormRequest')
|
346
363
|
DescribeEvaluationFormResponse = Shapes::StructureShape.new(name: 'DescribeEvaluationFormResponse')
|
347
364
|
DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
|
@@ -421,6 +438,26 @@ module Aws::Connect
|
|
421
438
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
422
439
|
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
423
440
|
Email = Shapes::StringShape.new(name: 'Email')
|
441
|
+
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
442
|
+
EmailAddressArn = Shapes::StringShape.new(name: 'EmailAddressArn')
|
443
|
+
EmailAddressDisplayName = Shapes::StringShape.new(name: 'EmailAddressDisplayName')
|
444
|
+
EmailAddressId = Shapes::StringShape.new(name: 'EmailAddressId')
|
445
|
+
EmailAddressInfo = Shapes::StructureShape.new(name: 'EmailAddressInfo')
|
446
|
+
EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
|
447
|
+
EmailAddressMetadata = Shapes::StructureShape.new(name: 'EmailAddressMetadata')
|
448
|
+
EmailAddressRecipientList = Shapes::ListShape.new(name: 'EmailAddressRecipientList')
|
449
|
+
EmailAddressSearchConditionList = Shapes::ListShape.new(name: 'EmailAddressSearchConditionList')
|
450
|
+
EmailAddressSearchCriteria = Shapes::StructureShape.new(name: 'EmailAddressSearchCriteria')
|
451
|
+
EmailAddressSearchFilter = Shapes::StructureShape.new(name: 'EmailAddressSearchFilter')
|
452
|
+
EmailAttachment = Shapes::StructureShape.new(name: 'EmailAttachment')
|
453
|
+
EmailAttachments = Shapes::ListShape.new(name: 'EmailAttachments')
|
454
|
+
EmailHeaderType = Shapes::StringShape.new(name: 'EmailHeaderType')
|
455
|
+
EmailHeaderValue = Shapes::StringShape.new(name: 'EmailHeaderValue')
|
456
|
+
EmailHeaders = Shapes::MapShape.new(name: 'EmailHeaders')
|
457
|
+
EmailMessageContentType = Shapes::StringShape.new(name: 'EmailMessageContentType')
|
458
|
+
EmailMessageReference = Shapes::StructureShape.new(name: 'EmailMessageReference')
|
459
|
+
EmailRecipient = Shapes::StructureShape.new(name: 'EmailRecipient')
|
460
|
+
EmailRecipientsList = Shapes::ListShape.new(name: 'EmailRecipientsList')
|
424
461
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
425
462
|
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
426
463
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
@@ -428,6 +465,8 @@ module Aws::Connect
|
|
428
465
|
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
429
466
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
430
467
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
468
|
+
EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
|
469
|
+
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
431
470
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
432
471
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
433
472
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
@@ -492,6 +531,7 @@ module Aws::Connect
|
|
492
531
|
EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
|
493
532
|
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
494
533
|
Expiry = Shapes::StructureShape.new(name: 'Expiry')
|
534
|
+
ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
|
495
535
|
Expression = Shapes::StructureShape.new(name: 'Expression')
|
496
536
|
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
497
537
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
@@ -592,8 +632,14 @@ module Aws::Connect
|
|
592
632
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
593
633
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
594
634
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
635
|
+
InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
|
595
636
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
637
|
+
InboundEmailContent = Shapes::StructureShape.new(name: 'InboundEmailContent')
|
638
|
+
InboundMessageSourceType = Shapes::StringShape.new(name: 'InboundMessageSourceType')
|
639
|
+
InboundRawMessage = Shapes::StructureShape.new(name: 'InboundRawMessage')
|
640
|
+
InboundSubject = Shapes::StringShape.new(name: 'InboundSubject')
|
596
641
|
Index = Shapes::IntegerShape.new(name: 'Index')
|
642
|
+
InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
|
597
643
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
598
644
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
599
645
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
@@ -647,6 +693,9 @@ module Aws::Connect
|
|
647
693
|
ListAnalyticsDataAssociationsResponse = Shapes::StructureShape.new(name: 'ListAnalyticsDataAssociationsResponse')
|
648
694
|
ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
|
649
695
|
ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
|
696
|
+
ListAssociatedContactsRequest = Shapes::StructureShape.new(name: 'ListAssociatedContactsRequest')
|
697
|
+
ListAssociatedContactsRequestMaxResults = Shapes::IntegerShape.new(name: 'ListAssociatedContactsRequestMaxResults')
|
698
|
+
ListAssociatedContactsResponse = Shapes::StructureShape.new(name: 'ListAssociatedContactsResponse')
|
650
699
|
ListAuthenticationProfilesRequest = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesRequest')
|
651
700
|
ListAuthenticationProfilesResponse = Shapes::StructureShape.new(name: 'ListAuthenticationProfilesResponse')
|
652
701
|
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
@@ -758,6 +807,8 @@ module Aws::Connect
|
|
758
807
|
MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
|
759
808
|
MeetingId = Shapes::StringShape.new(name: 'MeetingId')
|
760
809
|
Message = Shapes::StringShape.new(name: 'Message')
|
810
|
+
MessageTemplateId = Shapes::StringShape.new(name: 'MessageTemplateId')
|
811
|
+
MessageTemplateKnowledgeBaseId = Shapes::StringShape.new(name: 'MessageTemplateKnowledgeBaseId')
|
761
812
|
MetadataUrl = Shapes::StringShape.new(name: 'MetadataUrl')
|
762
813
|
MetricDataCollectionsV2 = Shapes::ListShape.new(name: 'MetricDataCollectionsV2')
|
763
814
|
MetricDataV2 = Shapes::StructureShape.new(name: 'MetricDataV2')
|
@@ -794,10 +845,17 @@ module Aws::Connect
|
|
794
845
|
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
795
846
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
796
847
|
OriginsList = Shapes::ListShape.new(name: 'OriginsList')
|
848
|
+
OutboundAdditionalRecipients = Shapes::StructureShape.new(name: 'OutboundAdditionalRecipients')
|
797
849
|
OutboundCallerConfig = Shapes::StructureShape.new(name: 'OutboundCallerConfig')
|
798
850
|
OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
|
799
851
|
OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
|
800
852
|
OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
|
853
|
+
OutboundEmailConfig = Shapes::StructureShape.new(name: 'OutboundEmailConfig')
|
854
|
+
OutboundEmailContent = Shapes::StructureShape.new(name: 'OutboundEmailContent')
|
855
|
+
OutboundMessageSourceType = Shapes::StringShape.new(name: 'OutboundMessageSourceType')
|
856
|
+
OutboundRawMessage = Shapes::StructureShape.new(name: 'OutboundRawMessage')
|
857
|
+
OutboundRequestId = Shapes::StringShape.new(name: 'OutboundRequestId')
|
858
|
+
OutboundSubject = Shapes::StringShape.new(name: 'OutboundSubject')
|
801
859
|
OutputTypeNotFoundException = Shapes::StructureShape.new(name: 'OutputTypeNotFoundException')
|
802
860
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
803
861
|
ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
|
@@ -840,6 +898,7 @@ module Aws::Connect
|
|
840
898
|
PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
|
841
899
|
PotentialAudioQualityIssues = Shapes::ListShape.new(name: 'PotentialAudioQualityIssues')
|
842
900
|
PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
|
901
|
+
PreSignedAttachmentUrl = Shapes::StringShape.new(name: 'PreSignedAttachmentUrl')
|
843
902
|
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
844
903
|
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
845
904
|
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
@@ -953,9 +1012,11 @@ module Aws::Connect
|
|
953
1012
|
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
954
1013
|
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
955
1014
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
1015
|
+
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
956
1016
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
957
1017
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
958
1018
|
ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
|
1019
|
+
ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
|
959
1020
|
ReferenceSummary = Shapes::UnionShape.new(name: 'ReferenceSummary')
|
960
1021
|
ReferenceSummaryList = Shapes::ListShape.new(name: 'ReferenceSummaryList')
|
961
1022
|
ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
|
@@ -1041,6 +1102,8 @@ module Aws::Connect
|
|
1041
1102
|
SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
|
1042
1103
|
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
1043
1104
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
1105
|
+
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
1106
|
+
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
1044
1107
|
SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
|
1045
1108
|
SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
|
1046
1109
|
SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
|
@@ -1072,6 +1135,12 @@ module Aws::Connect
|
|
1072
1135
|
SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
|
1073
1136
|
SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
|
1074
1137
|
SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
|
1138
|
+
SearchableSegmentAttributeKey = Shapes::StringShape.new(name: 'SearchableSegmentAttributeKey')
|
1139
|
+
SearchableSegmentAttributeValue = Shapes::StringShape.new(name: 'SearchableSegmentAttributeValue')
|
1140
|
+
SearchableSegmentAttributeValueList = Shapes::ListShape.new(name: 'SearchableSegmentAttributeValueList')
|
1141
|
+
SearchableSegmentAttributes = Shapes::StructureShape.new(name: 'SearchableSegmentAttributes')
|
1142
|
+
SearchableSegmentAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableSegmentAttributesCriteria')
|
1143
|
+
SearchableSegmentAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableSegmentAttributesCriteriaList')
|
1075
1144
|
SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
|
1076
1145
|
SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
|
1077
1146
|
SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
|
@@ -1097,7 +1166,10 @@ module Aws::Connect
|
|
1097
1166
|
SendChatIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendChatIntegrationEventRequest')
|
1098
1167
|
SendChatIntegrationEventResponse = Shapes::StructureShape.new(name: 'SendChatIntegrationEventResponse')
|
1099
1168
|
SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
|
1169
|
+
SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
|
1170
|
+
SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
|
1100
1171
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
1172
|
+
ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
1101
1173
|
SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
|
1102
1174
|
SignInDistribution = Shapes::StructureShape.new(name: 'SignInDistribution')
|
1103
1175
|
SignInDistributionList = Shapes::ListShape.new(name: 'SignInDistributionList')
|
@@ -1110,6 +1182,7 @@ module Aws::Connect
|
|
1110
1182
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1111
1183
|
SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
|
1112
1184
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
1185
|
+
SourceCampaign = Shapes::StructureShape.new(name: 'SourceCampaign')
|
1113
1186
|
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
1114
1187
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1115
1188
|
StartAttachedFileUploadRequest = Shapes::StructureShape.new(name: 'StartAttachedFileUploadRequest')
|
@@ -1122,8 +1195,12 @@ module Aws::Connect
|
|
1122
1195
|
StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
|
1123
1196
|
StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
|
1124
1197
|
StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
|
1198
|
+
StartEmailContactRequest = Shapes::StructureShape.new(name: 'StartEmailContactRequest')
|
1199
|
+
StartEmailContactResponse = Shapes::StructureShape.new(name: 'StartEmailContactResponse')
|
1125
1200
|
StartOutboundChatContactRequest = Shapes::StructureShape.new(name: 'StartOutboundChatContactRequest')
|
1126
1201
|
StartOutboundChatContactResponse = Shapes::StructureShape.new(name: 'StartOutboundChatContactResponse')
|
1202
|
+
StartOutboundEmailContactRequest = Shapes::StructureShape.new(name: 'StartOutboundEmailContactRequest')
|
1203
|
+
StartOutboundEmailContactResponse = Shapes::StructureShape.new(name: 'StartOutboundEmailContactResponse')
|
1127
1204
|
StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
|
1128
1205
|
StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
|
1129
1206
|
StartScreenSharingRequest = Shapes::StructureShape.new(name: 'StartScreenSharingRequest')
|
@@ -1199,7 +1276,9 @@ module Aws::Connect
|
|
1199
1276
|
TaskTemplateSingleSelectOption = Shapes::StringShape.new(name: 'TaskTemplateSingleSelectOption')
|
1200
1277
|
TaskTemplateStatus = Shapes::StringShape.new(name: 'TaskTemplateStatus')
|
1201
1278
|
TelephonyConfig = Shapes::StructureShape.new(name: 'TelephonyConfig')
|
1279
|
+
TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
|
1202
1280
|
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
1281
|
+
TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
|
1203
1282
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
1204
1283
|
ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
|
1205
1284
|
ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
|
@@ -1257,6 +1336,8 @@ module Aws::Connect
|
|
1257
1336
|
UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
|
1258
1337
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
1259
1338
|
UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
|
1339
|
+
UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
|
1340
|
+
UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
|
1260
1341
|
UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
|
1261
1342
|
UpdateEvaluationFormResponse = Shapes::StructureShape.new(name: 'UpdateEvaluationFormResponse')
|
1262
1343
|
UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
|
@@ -1276,6 +1357,7 @@ module Aws::Connect
|
|
1276
1357
|
UpdateQueueMaxContactsRequest = Shapes::StructureShape.new(name: 'UpdateQueueMaxContactsRequest')
|
1277
1358
|
UpdateQueueNameRequest = Shapes::StructureShape.new(name: 'UpdateQueueNameRequest')
|
1278
1359
|
UpdateQueueOutboundCallerConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundCallerConfigRequest')
|
1360
|
+
UpdateQueueOutboundEmailConfigRequest = Shapes::StructureShape.new(name: 'UpdateQueueOutboundEmailConfigRequest')
|
1279
1361
|
UpdateQueueStatusRequest = Shapes::StructureShape.new(name: 'UpdateQueueStatusRequest')
|
1280
1362
|
UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
|
1281
1363
|
UpdateQuickConnectDescription = Shapes::StringShape.new(name: 'UpdateQuickConnectDescription')
|
@@ -1326,6 +1408,7 @@ module Aws::Connect
|
|
1326
1408
|
UserIdList = Shapes::ListShape.new(name: 'UserIdList')
|
1327
1409
|
UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
|
1328
1410
|
UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
|
1411
|
+
UserInfo = Shapes::StructureShape.new(name: 'UserInfo')
|
1329
1412
|
UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
|
1330
1413
|
UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
|
1331
1414
|
UserProficiency = Shapes::StructureShape.new(name: 'UserProficiency')
|
@@ -1401,6 +1484,10 @@ module Aws::Connect
|
|
1401
1484
|
ActivateEvaluationFormResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
1402
1485
|
ActivateEvaluationFormResponse.struct_class = Types::ActivateEvaluationFormResponse
|
1403
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
|
+
|
1404
1491
|
AgentConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
|
1405
1492
|
AgentConfig.struct_class = Types::AgentConfig
|
1406
1493
|
|
@@ -1602,6 +1689,19 @@ module Aws::Connect
|
|
1602
1689
|
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
1603
1690
|
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
1604
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
|
+
|
1605
1705
|
AssociatedQueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
|
1606
1706
|
|
1607
1707
|
AttachedFile.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, required: true, location_name: "CreationTime"))
|
@@ -1628,6 +1728,7 @@ module Aws::Connect
|
|
1628
1728
|
AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1629
1729
|
AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1630
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"))
|
1631
1732
|
AttachmentReference.struct_class = Types::AttachmentReference
|
1632
1733
|
|
1633
1734
|
Attendee.add_member(:attendee_id, Shapes::ShapeRef.new(shape: AttendeeId, location_name: "AttendeeId"))
|
@@ -1804,6 +1905,9 @@ module Aws::Connect
|
|
1804
1905
|
Condition.add_member(:number_condition, Shapes::ShapeRef.new(shape: NumberCondition, location_name: "NumberCondition"))
|
1805
1906
|
Condition.struct_class = Types::Condition
|
1806
1907
|
|
1908
|
+
ConditionalOperationFailedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1909
|
+
ConditionalOperationFailedException.struct_class = Types::ConditionalOperationFailedException
|
1910
|
+
|
1807
1911
|
Conditions.member = Shapes::ShapeRef.new(shape: Condition)
|
1808
1912
|
|
1809
1913
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
@@ -1817,6 +1921,7 @@ module Aws::Connect
|
|
1817
1921
|
Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
|
1818
1922
|
Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
1819
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"))
|
1820
1925
|
Contact.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
|
1821
1926
|
Contact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
1822
1927
|
Contact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -1833,6 +1938,8 @@ module Aws::Connect
|
|
1833
1938
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1834
1939
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1835
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"))
|
1836
1943
|
Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
1837
1944
|
Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
1838
1945
|
Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
|
@@ -1844,6 +1951,7 @@ module Aws::Connect
|
|
1844
1951
|
Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
|
1845
1952
|
Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
|
1846
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"))
|
1847
1955
|
Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
1848
1956
|
Contact.struct_class = Types::Contact
|
1849
1957
|
|
@@ -1964,6 +2072,7 @@ module Aws::Connect
|
|
1964
2072
|
ContactSearchSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
1965
2073
|
ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
|
1966
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"))
|
1967
2076
|
ContactSearchSummary.struct_class = Types::ContactSearchSummary
|
1968
2077
|
|
1969
2078
|
ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
|
@@ -1974,6 +2083,12 @@ module Aws::Connect
|
|
1974
2083
|
ContactSearchSummaryQueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
|
1975
2084
|
ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
|
1976
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
|
+
|
1977
2092
|
ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
|
1978
2093
|
|
1979
2094
|
ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
|
@@ -2053,6 +2168,37 @@ module Aws::Connect
|
|
2053
2168
|
CreateContactFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
2054
2169
|
CreateContactFlowVersionResponse.struct_class = Types::CreateContactFlowVersionResponse
|
2055
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
|
+
|
2056
2202
|
CreateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2057
2203
|
CreateEvaluationFormRequest.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "Title"))
|
2058
2204
|
CreateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
@@ -2143,6 +2289,7 @@ module Aws::Connect
|
|
2143
2289
|
CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
|
2144
2290
|
CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
2145
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"))
|
2146
2293
|
CreateQueueRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
|
2147
2294
|
CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
2148
2295
|
CreateQueueRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, location_name: "QuickConnectIds"))
|
@@ -2211,6 +2358,7 @@ module Aws::Connect
|
|
2211
2358
|
CreateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
2212
2359
|
CreateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
2213
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"))
|
2214
2362
|
CreateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
2215
2363
|
CreateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
2216
2364
|
CreateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
@@ -2402,6 +2550,12 @@ module Aws::Connect
|
|
2402
2550
|
|
2403
2551
|
DeleteContactFlowResponse.struct_class = Types::DeleteContactFlowResponse
|
2404
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
|
+
|
2405
2559
|
DeleteEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2406
2560
|
DeleteEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2407
2561
|
DeleteEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
@@ -2535,6 +2689,20 @@ module Aws::Connect
|
|
2535
2689
|
DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
|
2536
2690
|
DescribeContactResponse.struct_class = Types::DescribeContactResponse
|
2537
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
|
+
|
2538
2706
|
DescribeEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2539
2707
|
DescribeEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2540
2708
|
DescribeEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
@@ -2775,6 +2943,50 @@ module Aws::Connect
|
|
2775
2943
|
DuplicateResourceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2776
2944
|
DuplicateResourceException.struct_class = Types::DuplicateResourceException
|
2777
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
|
+
|
2778
2990
|
EmailReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
2779
2991
|
EmailReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
2780
2992
|
EmailReference.struct_class = Types::EmailReference
|
@@ -2791,6 +3003,11 @@ module Aws::Connect
|
|
2791
3003
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2792
3004
|
Endpoint.struct_class = Types::Endpoint
|
2793
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
|
+
|
2794
3011
|
ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
2795
3012
|
ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
2796
3013
|
ErrorResult.struct_class = Types::ErrorResult
|
@@ -3179,6 +3396,7 @@ module Aws::Connect
|
|
3179
3396
|
GetTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, required: true, location_name: "Name"))
|
3180
3397
|
GetTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
3181
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"))
|
3182
3400
|
GetTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
3183
3401
|
GetTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
3184
3402
|
GetTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
@@ -3355,6 +3573,20 @@ module Aws::Connect
|
|
3355
3573
|
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
3356
3574
|
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
3357
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
|
+
|
3358
3590
|
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
3359
3591
|
|
3360
3592
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
@@ -3501,6 +3733,16 @@ module Aws::Connect
|
|
3501
3733
|
ListApprovedOriginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3502
3734
|
ListApprovedOriginsResponse.struct_class = Types::ListApprovedOriginsResponse
|
3503
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
|
+
|
3504
3746
|
ListAuthenticationProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3505
3747
|
ListAuthenticationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3506
3748
|
ListAuthenticationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -4046,6 +4288,9 @@ module Aws::Connect
|
|
4046
4288
|
|
4047
4289
|
OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
4048
4290
|
|
4291
|
+
OutboundAdditionalRecipients.add_member(:cc_email_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcEmailAddresses"))
|
4292
|
+
OutboundAdditionalRecipients.struct_class = Types::OutboundAdditionalRecipients
|
4293
|
+
|
4049
4294
|
OutboundCallerConfig.add_member(:outbound_caller_id_name, Shapes::ShapeRef.new(shape: OutboundCallerIdName, location_name: "OutboundCallerIdName"))
|
4050
4295
|
OutboundCallerConfig.add_member(:outbound_caller_id_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "OutboundCallerIdNumberId"))
|
4051
4296
|
OutboundCallerConfig.add_member(:outbound_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "OutboundFlowId"))
|
@@ -4054,6 +4299,19 @@ module Aws::Connect
|
|
4054
4299
|
OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
4055
4300
|
OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
|
4056
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
|
+
|
4057
4315
|
OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
4058
4316
|
OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
|
4059
4317
|
|
@@ -4214,6 +4472,7 @@ module Aws::Connect
|
|
4214
4472
|
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
4215
4473
|
Queue.add_member(:description, Shapes::ShapeRef.new(shape: QueueDescription, location_name: "Description"))
|
4216
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"))
|
4217
4476
|
Queue.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
4218
4477
|
Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
4219
4478
|
Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
|
@@ -4420,12 +4679,16 @@ module Aws::Connect
|
|
4420
4679
|
|
4421
4680
|
RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
|
4422
4681
|
|
4423
|
-
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue,
|
4682
|
+
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
4424
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"))
|
4425
4687
|
Reference.struct_class = Types::Reference
|
4426
4688
|
|
4427
4689
|
ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
|
4428
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"))
|
4429
4692
|
ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
|
4430
4693
|
ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
|
4431
4694
|
ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
|
@@ -4433,6 +4696,7 @@ module Aws::Connect
|
|
4433
4696
|
ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
4434
4697
|
ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
|
4435
4698
|
ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
|
4699
|
+
ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
|
4436
4700
|
ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
|
4437
4701
|
ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
|
4438
4702
|
ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
|
@@ -4715,8 +4979,21 @@ module Aws::Connect
|
|
4715
4979
|
SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
|
4716
4980
|
SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
|
4717
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"))
|
4718
4983
|
SearchCriteria.struct_class = Types::SearchCriteria
|
4719
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
|
+
|
4720
4997
|
SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4721
4998
|
SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
4722
4999
|
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -4861,6 +5138,18 @@ module Aws::Connect
|
|
4861
5138
|
|
4862
5139
|
SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
|
4863
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
|
+
|
4864
5153
|
SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
4865
5154
|
SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
|
4866
5155
|
SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
@@ -4937,9 +5226,28 @@ module Aws::Connect
|
|
4937
5226
|
SendNotificationActionDefinition.add_member(:recipient, Shapes::ShapeRef.new(shape: NotificationRecipientType, required: true, location_name: "Recipient"))
|
4938
5227
|
SendNotificationActionDefinition.struct_class = Types::SendNotificationActionDefinition
|
4939
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
|
+
|
4940
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"))
|
4941
5243
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
4942
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
|
+
|
4943
5251
|
SignInConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: SignInDistributionList, required: true, location_name: "Distributions"))
|
4944
5252
|
SignInConfig.struct_class = Types::SignInConfig
|
4945
5253
|
|
@@ -4960,6 +5268,10 @@ module Aws::Connect
|
|
4960
5268
|
Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
|
4961
5269
|
Sort.struct_class = Types::Sort
|
4962
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
|
+
|
4963
5275
|
StartAttachedFileUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4964
5276
|
StartAttachedFileUploadRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4965
5277
|
StartAttachedFileUploadRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
|
@@ -5025,6 +5337,25 @@ module Aws::Connect
|
|
5025
5337
|
StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
|
5026
5338
|
StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
|
5027
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
|
+
|
5028
5359
|
StartOutboundChatContactRequest.add_member(:source_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "SourceEndpoint"))
|
5029
5360
|
StartOutboundChatContactRequest.add_member(:destination_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "DestinationEndpoint"))
|
5030
5361
|
StartOutboundChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -5042,6 +5373,18 @@ module Aws::Connect
|
|
5042
5373
|
StartOutboundChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
5043
5374
|
StartOutboundChatContactResponse.struct_class = Types::StartOutboundChatContactResponse
|
5044
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
|
+
|
5045
5388
|
StartOutboundVoiceContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
5046
5389
|
StartOutboundVoiceContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5047
5390
|
StartOutboundVoiceContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
@@ -5080,6 +5423,7 @@ module Aws::Connect
|
|
5080
5423
|
StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
|
5081
5424
|
StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
5082
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"))
|
5083
5427
|
StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
|
5084
5428
|
|
5085
5429
|
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5250,6 +5594,15 @@ module Aws::Connect
|
|
5250
5594
|
TelephonyConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
|
5251
5595
|
TelephonyConfig.struct_class = Types::TelephonyConfig
|
5252
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
|
+
|
5253
5606
|
Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
|
5254
5607
|
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
|
5255
5608
|
Threshold.struct_class = Types::Threshold
|
@@ -5408,6 +5761,7 @@ module Aws::Connect
|
|
5408
5761
|
UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
5409
5762
|
UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5410
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"))
|
5411
5765
|
UpdateContactRequest.struct_class = Types::UpdateContactRequest
|
5412
5766
|
|
5413
5767
|
UpdateContactResponse.struct_class = Types::UpdateContactResponse
|
@@ -5428,6 +5782,17 @@ module Aws::Connect
|
|
5428
5782
|
|
5429
5783
|
UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
|
5430
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
|
+
|
5431
5796
|
UpdateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5432
5797
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
5433
5798
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
@@ -5528,6 +5893,11 @@ module Aws::Connect
|
|
5528
5893
|
UpdateQueueOutboundCallerConfigRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, required: true, location_name: "OutboundCallerConfig"))
|
5529
5894
|
UpdateQueueOutboundCallerConfigRequest.struct_class = Types::UpdateQueueOutboundCallerConfigRequest
|
5530
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
|
+
|
5531
5901
|
UpdateQueueStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5532
5902
|
UpdateQueueStatusRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
5533
5903
|
UpdateQueueStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "Status"))
|
@@ -5594,6 +5964,7 @@ module Aws::Connect
|
|
5594
5964
|
UpdateTaskTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
5595
5965
|
UpdateTaskTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
5596
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"))
|
5597
5968
|
UpdateTaskTemplateRequest.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
5598
5969
|
UpdateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
5599
5970
|
UpdateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
@@ -5606,6 +5977,7 @@ module Aws::Connect
|
|
5606
5977
|
UpdateTaskTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location_name: "Name"))
|
5607
5978
|
UpdateTaskTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TaskTemplateDescription, location_name: "Description"))
|
5608
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"))
|
5609
5981
|
UpdateTaskTemplateResponse.add_member(:constraints, Shapes::ShapeRef.new(shape: TaskTemplateConstraints, location_name: "Constraints"))
|
5610
5982
|
UpdateTaskTemplateResponse.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
5611
5983
|
UpdateTaskTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, location_name: "Fields"))
|
@@ -5758,6 +6130,9 @@ module Aws::Connect
|
|
5758
6130
|
UserIdentityInfoLite.add_member(:last_name, Shapes::ShapeRef.new(shape: AgentLastName, location_name: "LastName"))
|
5759
6131
|
UserIdentityInfoLite.struct_class = Types::UserIdentityInfoLite
|
5760
6132
|
|
6133
|
+
UserInfo.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
|
6134
|
+
UserInfo.struct_class = Types::UserInfo
|
6135
|
+
|
5761
6136
|
UserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
5762
6137
|
UserNotFoundException.struct_class = Types::UserNotFoundException
|
5763
6138
|
|
@@ -6243,6 +6618,23 @@ module Aws::Connect
|
|
6243
6618
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6244
6619
|
end)
|
6245
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
|
+
|
6246
6638
|
api.add_operation(:create_contact_flow, Seahorse::Model::Operation.new.tap do |o|
|
6247
6639
|
o.name = "CreateContactFlow"
|
6248
6640
|
o.http_method = "PUT"
|
@@ -6292,6 +6684,24 @@ module Aws::Connect
|
|
6292
6684
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6293
6685
|
end)
|
6294
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
|
+
|
6295
6705
|
api.add_operation(:create_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
6296
6706
|
o.name = "CreateEvaluationForm"
|
6297
6707
|
o.http_method = "PUT"
|
@@ -6666,6 +7076,21 @@ module Aws::Connect
|
|
6666
7076
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6667
7077
|
end)
|
6668
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
|
+
|
6669
7094
|
api.add_operation(:delete_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
6670
7095
|
o.name = "DeleteEvaluationForm"
|
6671
7096
|
o.http_method = "DELETE"
|
@@ -6999,6 +7424,20 @@ module Aws::Connect
|
|
6999
7424
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7000
7425
|
end)
|
7001
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
|
+
|
7002
7441
|
api.add_operation(:describe_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
7003
7442
|
o.name = "DescribeEvaluationForm"
|
7004
7443
|
o.http_method = "GET"
|
@@ -7660,6 +8099,19 @@ module Aws::Connect
|
|
7660
8099
|
)
|
7661
8100
|
end)
|
7662
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
|
+
|
7663
8115
|
api.add_operation(:list_authentication_profiles, Seahorse::Model::Operation.new.tap do |o|
|
7664
8116
|
o.name = "ListAuthenticationProfiles"
|
7665
8117
|
o.http_method = "GET"
|
@@ -8660,6 +9112,20 @@ module Aws::Connect
|
|
8660
9112
|
)
|
8661
9113
|
end)
|
8662
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
|
+
|
8663
9129
|
api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
8664
9130
|
o.name = "SearchHoursOfOperations"
|
8665
9131
|
o.http_method = "POST"
|
@@ -8882,6 +9348,21 @@ module Aws::Connect
|
|
8882
9348
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8883
9349
|
end)
|
8884
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
|
+
|
8885
9366
|
api.add_operation(:start_attached_file_upload, Seahorse::Model::Operation.new.tap do |o|
|
8886
9367
|
o.name = "StartAttachedFileUpload"
|
8887
9368
|
o.http_method = "PUT"
|
@@ -8948,6 +9429,21 @@ module Aws::Connect
|
|
8948
9429
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
8949
9430
|
end)
|
8950
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
|
+
|
8951
9447
|
api.add_operation(:start_outbound_chat_contact, Seahorse::Model::Operation.new.tap do |o|
|
8952
9448
|
o.name = "StartOutboundChatContact"
|
8953
9449
|
o.http_method = "PUT"
|
@@ -8963,6 +9459,21 @@ module Aws::Connect
|
|
8963
9459
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8964
9460
|
end)
|
8965
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
|
+
|
8966
9477
|
api.add_operation(:start_outbound_voice_contact, Seahorse::Model::Operation.new.tap do |o|
|
8967
9478
|
o.name = "StartOutboundVoiceContact"
|
8968
9479
|
o.http_method = "PUT"
|
@@ -9311,6 +9822,21 @@ module Aws::Connect
|
|
9311
9822
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9312
9823
|
end)
|
9313
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
|
+
|
9314
9840
|
api.add_operation(:update_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
9315
9841
|
o.name = "UpdateEvaluationForm"
|
9316
9842
|
o.http_method = "PUT"
|
@@ -9489,6 +10015,21 @@ module Aws::Connect
|
|
9489
10015
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9490
10016
|
end)
|
9491
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
|
+
|
9492
10033
|
api.add_operation(:update_queue_status, Seahorse::Model::Operation.new.tap do |o|
|
9493
10034
|
o.name = "UpdateQueueStatus"
|
9494
10035
|
o.http_method = "POST"
|