aws-sdk-connect 1.259.0 → 1.261.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +529 -11
- data/lib/aws-sdk-connect/client_api.rb +261 -0
- data/lib/aws-sdk-connect/types.rb +770 -23
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +105 -11
- data/sig/params.rbs +80 -6
- data/sig/types.rbs +192 -4
- metadata +1 -1
|
@@ -88,10 +88,13 @@ module Aws::Connect
|
|
|
88
88
|
AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
|
|
89
89
|
AllowedUserAction = Shapes::StringShape.new(name: 'AllowedUserAction')
|
|
90
90
|
AllowedUserActions = Shapes::ListShape.new(name: 'AllowedUserActions')
|
|
91
|
+
AnalyticsConfiguration = Shapes::StructureShape.new(name: 'AnalyticsConfiguration')
|
|
91
92
|
AnalyticsDataAssociationResult = Shapes::StructureShape.new(name: 'AnalyticsDataAssociationResult')
|
|
92
93
|
AnalyticsDataAssociationResults = Shapes::ListShape.new(name: 'AnalyticsDataAssociationResults')
|
|
93
94
|
AnalyticsDataSetsResult = Shapes::StructureShape.new(name: 'AnalyticsDataSetsResult')
|
|
94
95
|
AnalyticsDataSetsResults = Shapes::ListShape.new(name: 'AnalyticsDataSetsResults')
|
|
96
|
+
AnalyticsMode = Shapes::StringShape.new(name: 'AnalyticsMode')
|
|
97
|
+
AnalyticsModes = Shapes::ListShape.new(name: 'AnalyticsModes')
|
|
95
98
|
AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
|
|
96
99
|
AnsweringMachineDetectionStatus = Shapes::StringShape.new(name: 'AnsweringMachineDetectionStatus')
|
|
97
100
|
Application = Shapes::StructureShape.new(name: 'Application')
|
|
@@ -217,6 +220,7 @@ module Aws::Connect
|
|
|
217
220
|
BatchUpdateDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueResponse')
|
|
218
221
|
BatchUpdateDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueSuccessResult')
|
|
219
222
|
BatchUpdateDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchUpdateDataTableValueSuccessResultList')
|
|
223
|
+
Behavior = Shapes::StringShape.new(name: 'Behavior')
|
|
220
224
|
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
|
221
225
|
Body = Shapes::StringShape.new(name: 'Body')
|
|
222
226
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -274,6 +278,14 @@ module Aws::Connect
|
|
|
274
278
|
ContactDetailName = Shapes::StringShape.new(name: 'ContactDetailName')
|
|
275
279
|
ContactDetails = Shapes::StructureShape.new(name: 'ContactDetails')
|
|
276
280
|
ContactEvaluation = Shapes::StructureShape.new(name: 'ContactEvaluation')
|
|
281
|
+
ContactEvaluationAttributeAndCondition = Shapes::StructureShape.new(name: 'ContactEvaluationAttributeAndCondition')
|
|
282
|
+
ContactEvaluationAttributeComparisonType = Shapes::StringShape.new(name: 'ContactEvaluationAttributeComparisonType')
|
|
283
|
+
ContactEvaluationAttributeCondition = Shapes::StructureShape.new(name: 'ContactEvaluationAttributeCondition')
|
|
284
|
+
ContactEvaluationAttributeConditionList = Shapes::ListShape.new(name: 'ContactEvaluationAttributeConditionList')
|
|
285
|
+
ContactEvaluationAttributeFilter = Shapes::StructureShape.new(name: 'ContactEvaluationAttributeFilter')
|
|
286
|
+
ContactEvaluationAttributeKey = Shapes::StringShape.new(name: 'ContactEvaluationAttributeKey')
|
|
287
|
+
ContactEvaluationAttributeOrConditionList = Shapes::ListShape.new(name: 'ContactEvaluationAttributeOrConditionList')
|
|
288
|
+
ContactEvaluationAttributeValue = Shapes::StructureShape.new(name: 'ContactEvaluationAttributeValue')
|
|
277
289
|
ContactEvaluations = Shapes::MapShape.new(name: 'ContactEvaluations')
|
|
278
290
|
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
|
279
291
|
ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
|
|
@@ -353,6 +365,8 @@ module Aws::Connect
|
|
|
353
365
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
|
354
366
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
|
355
367
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
|
368
|
+
CreateAttachedFileRequest = Shapes::StructureShape.new(name: 'CreateAttachedFileRequest')
|
|
369
|
+
CreateAttachedFileResponse = Shapes::StructureShape.new(name: 'CreateAttachedFileResponse')
|
|
356
370
|
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
|
357
371
|
CreateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasRequest')
|
|
358
372
|
CreateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasResponse')
|
|
@@ -708,6 +722,8 @@ module Aws::Connect
|
|
|
708
722
|
EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
|
|
709
723
|
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
|
710
724
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
|
725
|
+
Entities = Shapes::ListShape.new(name: 'Entities')
|
|
726
|
+
Entity = Shapes::StringShape.new(name: 'Entity')
|
|
711
727
|
EntityArn = Shapes::StringShape.new(name: 'EntityArn')
|
|
712
728
|
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
|
713
729
|
EpochMilliseconds = Shapes::IntegerShape.new(name: 'EpochMilliseconds')
|
|
@@ -774,9 +790,12 @@ module Aws::Connect
|
|
|
774
790
|
EvaluationFormQuestionAutomationAnswerSource = Shapes::StructureShape.new(name: 'EvaluationFormQuestionAutomationAnswerSource')
|
|
775
791
|
EvaluationFormQuestionAutomationAnswerSourceType = Shapes::StringShape.new(name: 'EvaluationFormQuestionAutomationAnswerSourceType')
|
|
776
792
|
EvaluationFormQuestionInstructions = Shapes::StringShape.new(name: 'EvaluationFormQuestionInstructions')
|
|
793
|
+
EvaluationFormQuestionScoringConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormQuestionScoringConfiguration')
|
|
777
794
|
EvaluationFormQuestionTitle = Shapes::StringShape.new(name: 'EvaluationFormQuestionTitle')
|
|
778
795
|
EvaluationFormQuestionType = Shapes::StringShape.new(name: 'EvaluationFormQuestionType')
|
|
779
796
|
EvaluationFormQuestionTypeProperties = Shapes::UnionShape.new(name: 'EvaluationFormQuestionTypeProperties')
|
|
797
|
+
EvaluationFormScoreThreshold = Shapes::StructureShape.new(name: 'EvaluationFormScoreThreshold')
|
|
798
|
+
EvaluationFormScoreThresholdList = Shapes::ListShape.new(name: 'EvaluationFormScoreThresholdList')
|
|
780
799
|
EvaluationFormScoringMode = Shapes::StringShape.new(name: 'EvaluationFormScoringMode')
|
|
781
800
|
EvaluationFormScoringStatus = Shapes::StringShape.new(name: 'EvaluationFormScoringStatus')
|
|
782
801
|
EvaluationFormScoringStrategy = Shapes::StructureShape.new(name: 'EvaluationFormScoringStrategy')
|
|
@@ -801,6 +820,17 @@ module Aws::Connect
|
|
|
801
820
|
EvaluationFormTextQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionAutomation')
|
|
802
821
|
EvaluationFormTextQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionProperties')
|
|
803
822
|
EvaluationFormTitle = Shapes::StringShape.new(name: 'EvaluationFormTitle')
|
|
823
|
+
EvaluationFormValidationFailureReason = Shapes::StringShape.new(name: 'EvaluationFormValidationFailureReason')
|
|
824
|
+
EvaluationFormValidationFinding = Shapes::StructureShape.new(name: 'EvaluationFormValidationFinding')
|
|
825
|
+
EvaluationFormValidationFindingDescription = Shapes::StringShape.new(name: 'EvaluationFormValidationFindingDescription')
|
|
826
|
+
EvaluationFormValidationFindingItem = Shapes::StructureShape.new(name: 'EvaluationFormValidationFindingItem')
|
|
827
|
+
EvaluationFormValidationFindingItemList = Shapes::ListShape.new(name: 'EvaluationFormValidationFindingItemList')
|
|
828
|
+
EvaluationFormValidationFindingItemProperty = Shapes::StringShape.new(name: 'EvaluationFormValidationFindingItemProperty')
|
|
829
|
+
EvaluationFormValidationFindingList = Shapes::ListShape.new(name: 'EvaluationFormValidationFindingList')
|
|
830
|
+
EvaluationFormValidationFindingSeverity = Shapes::StringShape.new(name: 'EvaluationFormValidationFindingSeverity')
|
|
831
|
+
EvaluationFormValidationFindingSuggestion = Shapes::StringShape.new(name: 'EvaluationFormValidationFindingSuggestion')
|
|
832
|
+
EvaluationFormValidationIssueCode = Shapes::StringShape.new(name: 'EvaluationFormValidationIssueCode')
|
|
833
|
+
EvaluationFormValidationStatus = Shapes::StringShape.new(name: 'EvaluationFormValidationStatus')
|
|
804
834
|
EvaluationFormVersionIsLocked = Shapes::BooleanShape.new(name: 'EvaluationFormVersionIsLocked')
|
|
805
835
|
EvaluationFormVersionStatus = Shapes::StringShape.new(name: 'EvaluationFormVersionStatus')
|
|
806
836
|
EvaluationFormVersionSummary = Shapes::StructureShape.new(name: 'EvaluationFormVersionSummary')
|
|
@@ -876,6 +906,7 @@ module Aws::Connect
|
|
|
876
906
|
FileIdList = Shapes::ListShape.new(name: 'FileIdList')
|
|
877
907
|
FileName = Shapes::StringShape.new(name: 'FileName')
|
|
878
908
|
FileSizeInBytes = Shapes::IntegerShape.new(name: 'FileSizeInBytes')
|
|
909
|
+
FileSourceUri = Shapes::StringShape.new(name: 'FileSourceUri')
|
|
879
910
|
FileStatusType = Shapes::StringShape.new(name: 'FileStatusType')
|
|
880
911
|
FileUseCaseType = Shapes::StringShape.new(name: 'FileUseCaseType')
|
|
881
912
|
FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
|
|
@@ -911,6 +942,8 @@ module Aws::Connect
|
|
|
911
942
|
GetCurrentUserDataResponse = Shapes::StructureShape.new(name: 'GetCurrentUserDataResponse')
|
|
912
943
|
GetEffectiveHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'GetEffectiveHoursOfOperationsRequest')
|
|
913
944
|
GetEffectiveHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'GetEffectiveHoursOfOperationsResponse')
|
|
945
|
+
GetEvaluationFormValidationRequest = Shapes::StructureShape.new(name: 'GetEvaluationFormValidationRequest')
|
|
946
|
+
GetEvaluationFormValidationResponse = Shapes::StructureShape.new(name: 'GetEvaluationFormValidationResponse')
|
|
914
947
|
GetFederationTokenRequest = Shapes::StructureShape.new(name: 'GetFederationTokenRequest')
|
|
915
948
|
GetFederationTokenResponse = Shapes::StructureShape.new(name: 'GetFederationTokenResponse')
|
|
916
949
|
GetFlowAssociationRequest = Shapes::StructureShape.new(name: 'GetFlowAssociationRequest')
|
|
@@ -1049,6 +1082,8 @@ module Aws::Connect
|
|
|
1049
1082
|
KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
|
|
1050
1083
|
KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
|
|
1051
1084
|
KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
|
|
1085
|
+
LanguageConfiguration = Shapes::StructureShape.new(name: 'LanguageConfiguration')
|
|
1086
|
+
LanguageLocale = Shapes::StringShape.new(name: 'LanguageLocale')
|
|
1052
1087
|
LargeNextToken = Shapes::StringShape.new(name: 'LargeNextToken')
|
|
1053
1088
|
LengthBoundary = Shapes::IntegerShape.new(name: 'LengthBoundary')
|
|
1054
1089
|
LexBot = Shapes::StructureShape.new(name: 'LexBot')
|
|
@@ -1205,6 +1240,7 @@ module Aws::Connect
|
|
|
1205
1240
|
LocaleCode = Shapes::StringShape.new(name: 'LocaleCode')
|
|
1206
1241
|
LocalizedString = Shapes::StringShape.new(name: 'LocalizedString')
|
|
1207
1242
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
1243
|
+
MaskMode = Shapes::StringShape.new(name: 'MaskMode')
|
|
1208
1244
|
MatchCriteria = Shapes::StructureShape.new(name: 'MatchCriteria')
|
|
1209
1245
|
MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
|
|
1210
1246
|
MaxResult100 = Shapes::IntegerShape.new(name: 'MaxResult100')
|
|
@@ -1352,6 +1388,7 @@ module Aws::Connect
|
|
|
1352
1388
|
PauseContactRequest = Shapes::StructureShape.new(name: 'PauseContactRequest')
|
|
1353
1389
|
PauseContactResponse = Shapes::StructureShape.new(name: 'PauseContactResponse')
|
|
1354
1390
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
|
1391
|
+
PerformanceCategoryName = Shapes::StringShape.new(name: 'PerformanceCategoryName')
|
|
1355
1392
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
|
1356
1393
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
|
1357
1394
|
PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
|
|
@@ -1377,6 +1414,8 @@ module Aws::Connect
|
|
|
1377
1414
|
PhoneType = Shapes::StringShape.new(name: 'PhoneType')
|
|
1378
1415
|
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
|
1379
1416
|
PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
|
|
1417
|
+
PointValue = Shapes::IntegerShape.new(name: 'PointValue')
|
|
1418
|
+
Policy = Shapes::StringShape.new(name: 'Policy')
|
|
1380
1419
|
PositiveAndNegativeDouble = Shapes::FloatShape.new(name: 'PositiveAndNegativeDouble')
|
|
1381
1420
|
PositiveDouble = Shapes::FloatShape.new(name: 'PositiveDouble')
|
|
1382
1421
|
PostAcceptPreviewTimeoutDurationInSeconds = Shapes::IntegerShape.new(name: 'PostAcceptPreviewTimeoutDurationInSeconds')
|
|
@@ -1436,6 +1475,8 @@ module Aws::Connect
|
|
|
1436
1475
|
PutUserStatusRequest = Shapes::StructureShape.new(name: 'PutUserStatusRequest')
|
|
1437
1476
|
PutUserStatusResponse = Shapes::StructureShape.new(name: 'PutUserStatusResponse')
|
|
1438
1477
|
QualityMetrics = Shapes::StructureShape.new(name: 'QualityMetrics')
|
|
1478
|
+
QuestionOptionPointsConfiguration = Shapes::StructureShape.new(name: 'QuestionOptionPointsConfiguration')
|
|
1479
|
+
QuestionPointsConfiguration = Shapes::StructureShape.new(name: 'QuestionPointsConfiguration')
|
|
1439
1480
|
QuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'QuestionRuleCategoryAutomationCondition')
|
|
1440
1481
|
QuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'QuestionRuleCategoryAutomationLabel')
|
|
1441
1482
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
|
@@ -1529,6 +1570,7 @@ module Aws::Connect
|
|
|
1529
1570
|
RecurrenceConfig = Shapes::StructureShape.new(name: 'RecurrenceConfig')
|
|
1530
1571
|
RecurrenceFrequency = Shapes::StringShape.new(name: 'RecurrenceFrequency')
|
|
1531
1572
|
RecurrencePattern = Shapes::StructureShape.new(name: 'RecurrencePattern')
|
|
1573
|
+
RedactionConfiguration = Shapes::StructureShape.new(name: 'RedactionConfiguration')
|
|
1532
1574
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
|
1533
1575
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
|
1534
1576
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
|
@@ -1611,6 +1653,7 @@ module Aws::Connect
|
|
|
1611
1653
|
RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
|
|
1612
1654
|
RuleSummaryList = Shapes::ListShape.new(name: 'RuleSummaryList')
|
|
1613
1655
|
RuleTriggerEventSource = Shapes::StructureShape.new(name: 'RuleTriggerEventSource')
|
|
1656
|
+
RulesConfiguration = Shapes::StructureShape.new(name: 'RulesConfiguration')
|
|
1614
1657
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
|
1615
1658
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
1616
1659
|
ScreenShareCapability = Shapes::StringShape.new(name: 'ScreenShareCapability')
|
|
@@ -1728,6 +1771,7 @@ module Aws::Connect
|
|
|
1728
1771
|
SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
|
|
1729
1772
|
SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
|
|
1730
1773
|
SensitivePhoneNumber = Shapes::StringShape.new(name: 'SensitivePhoneNumber')
|
|
1774
|
+
SentimentConfiguration = Shapes::StructureShape.new(name: 'SentimentConfiguration')
|
|
1731
1775
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
1732
1776
|
ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
|
1733
1777
|
SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
|
|
@@ -1754,6 +1798,8 @@ module Aws::Connect
|
|
|
1754
1798
|
StartAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'StartAttachedFileUploadResponse')
|
|
1755
1799
|
StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
|
|
1756
1800
|
StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
|
|
1801
|
+
StartContactConversationalAnalyticsJobRequest = Shapes::StructureShape.new(name: 'StartContactConversationalAnalyticsJobRequest')
|
|
1802
|
+
StartContactConversationalAnalyticsJobResponse = Shapes::StructureShape.new(name: 'StartContactConversationalAnalyticsJobResponse')
|
|
1757
1803
|
StartContactEvaluationRequest = Shapes::StructureShape.new(name: 'StartContactEvaluationRequest')
|
|
1758
1804
|
StartContactEvaluationResponse = Shapes::StructureShape.new(name: 'StartContactEvaluationResponse')
|
|
1759
1805
|
StartContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StartContactMediaProcessingRequest')
|
|
@@ -1764,6 +1810,8 @@ module Aws::Connect
|
|
|
1764
1810
|
StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
|
|
1765
1811
|
StartEmailContactRequest = Shapes::StructureShape.new(name: 'StartEmailContactRequest')
|
|
1766
1812
|
StartEmailContactResponse = Shapes::StructureShape.new(name: 'StartEmailContactResponse')
|
|
1813
|
+
StartEvaluationFormValidationRequest = Shapes::StructureShape.new(name: 'StartEvaluationFormValidationRequest')
|
|
1814
|
+
StartEvaluationFormValidationResponse = Shapes::StructureShape.new(name: 'StartEvaluationFormValidationResponse')
|
|
1767
1815
|
StartOutboundChatContactRequest = Shapes::StructureShape.new(name: 'StartOutboundChatContactRequest')
|
|
1768
1816
|
StartOutboundChatContactResponse = Shapes::StructureShape.new(name: 'StartOutboundChatContactResponse')
|
|
1769
1817
|
StartOutboundEmailContactRequest = Shapes::StructureShape.new(name: 'StartOutboundEmailContactRequest')
|
|
@@ -1810,6 +1858,9 @@ module Aws::Connect
|
|
|
1810
1858
|
SuccessfulBatchAssociationSummaryList = Shapes::ListShape.new(name: 'SuccessfulBatchAssociationSummaryList')
|
|
1811
1859
|
SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
|
|
1812
1860
|
SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
|
|
1861
|
+
SummaryConfiguration = Shapes::StructureShape.new(name: 'SummaryConfiguration')
|
|
1862
|
+
SummaryMode = Shapes::StringShape.new(name: 'SummaryMode')
|
|
1863
|
+
SummaryModes = Shapes::ListShape.new(name: 'SummaryModes')
|
|
1813
1864
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
|
1814
1865
|
SupportedMessagingContentTypes = Shapes::ListShape.new(name: 'SupportedMessagingContentTypes')
|
|
1815
1866
|
SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
|
|
@@ -2329,6 +2380,13 @@ module Aws::Connect
|
|
|
2329
2380
|
|
|
2330
2381
|
AllowedUserActions.member = Shapes::ShapeRef.new(shape: AllowedUserAction)
|
|
2331
2382
|
|
|
2383
|
+
AnalyticsConfiguration.add_member(:language_configuration, Shapes::ShapeRef.new(shape: LanguageConfiguration, required: true, location_name: "LanguageConfiguration"))
|
|
2384
|
+
AnalyticsConfiguration.add_member(:redaction_configuration, Shapes::ShapeRef.new(shape: RedactionConfiguration, required: true, location_name: "RedactionConfiguration"))
|
|
2385
|
+
AnalyticsConfiguration.add_member(:sentiment_configuration, Shapes::ShapeRef.new(shape: SentimentConfiguration, required: true, location_name: "SentimentConfiguration"))
|
|
2386
|
+
AnalyticsConfiguration.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, required: true, location_name: "SummaryConfiguration"))
|
|
2387
|
+
AnalyticsConfiguration.add_member(:rules_configuration, Shapes::ShapeRef.new(shape: RulesConfiguration, required: true, location_name: "RulesConfiguration"))
|
|
2388
|
+
AnalyticsConfiguration.struct_class = Types::AnalyticsConfiguration
|
|
2389
|
+
|
|
2332
2390
|
AnalyticsDataAssociationResult.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, location_name: "DataSetId"))
|
|
2333
2391
|
AnalyticsDataAssociationResult.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
|
2334
2392
|
AnalyticsDataAssociationResult.add_member(:resource_share_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceShareId"))
|
|
@@ -2344,6 +2402,8 @@ module Aws::Connect
|
|
|
2344
2402
|
|
|
2345
2403
|
AnalyticsDataSetsResults.member = Shapes::ShapeRef.new(shape: AnalyticsDataSetsResult)
|
|
2346
2404
|
|
|
2405
|
+
AnalyticsModes.member = Shapes::ShapeRef.new(shape: AnalyticsMode)
|
|
2406
|
+
|
|
2347
2407
|
AnswerMachineDetectionConfig.add_member(:enable_answer_machine_detection, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAnswerMachineDetection"))
|
|
2348
2408
|
AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
|
|
2349
2409
|
AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
|
|
@@ -2976,6 +3036,28 @@ module Aws::Connect
|
|
|
2976
3036
|
ContactEvaluation.add_member(:export_location, Shapes::ShapeRef.new(shape: ExportLocation, location_name: "ExportLocation"))
|
|
2977
3037
|
ContactEvaluation.struct_class = Types::ContactEvaluation
|
|
2978
3038
|
|
|
3039
|
+
ContactEvaluationAttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
|
|
3040
|
+
ContactEvaluationAttributeAndCondition.add_member(:attribute_conditions, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeConditionList, location_name: "AttributeConditions"))
|
|
3041
|
+
ContactEvaluationAttributeAndCondition.struct_class = Types::ContactEvaluationAttributeAndCondition
|
|
3042
|
+
|
|
3043
|
+
ContactEvaluationAttributeCondition.add_member(:attribute_key, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeKey, location_name: "AttributeKey"))
|
|
3044
|
+
ContactEvaluationAttributeCondition.add_member(:attribute_value, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeValue, location_name: "AttributeValue"))
|
|
3045
|
+
ContactEvaluationAttributeCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeComparisonType, location_name: "ComparisonType"))
|
|
3046
|
+
ContactEvaluationAttributeCondition.struct_class = Types::ContactEvaluationAttributeCondition
|
|
3047
|
+
|
|
3048
|
+
ContactEvaluationAttributeConditionList.member = Shapes::ShapeRef.new(shape: ContactEvaluationAttributeCondition)
|
|
3049
|
+
|
|
3050
|
+
ContactEvaluationAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeOrConditionList, location_name: "OrConditions"))
|
|
3051
|
+
ContactEvaluationAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeAndCondition, location_name: "AndCondition"))
|
|
3052
|
+
ContactEvaluationAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
|
3053
|
+
ContactEvaluationAttributeFilter.add_member(:contact_evaluation_attribute_condition, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeCondition, location_name: "ContactEvaluationAttributeCondition"))
|
|
3054
|
+
ContactEvaluationAttributeFilter.struct_class = Types::ContactEvaluationAttributeFilter
|
|
3055
|
+
|
|
3056
|
+
ContactEvaluationAttributeOrConditionList.member = Shapes::ShapeRef.new(shape: ContactEvaluationAttributeAndCondition)
|
|
3057
|
+
|
|
3058
|
+
ContactEvaluationAttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "StringValue"))
|
|
3059
|
+
ContactEvaluationAttributeValue.struct_class = Types::ContactEvaluationAttributeValue
|
|
3060
|
+
|
|
2979
3061
|
ContactEvaluations.key = Shapes::ShapeRef.new(shape: EvaluationId)
|
|
2980
3062
|
ContactEvaluations.value = Shapes::ShapeRef.new(shape: ContactEvaluation)
|
|
2981
3063
|
|
|
@@ -3216,6 +3298,20 @@ module Aws::Connect
|
|
|
3216
3298
|
CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
|
3217
3299
|
CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
|
|
3218
3300
|
|
|
3301
|
+
CreateAttachedFileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
3302
|
+
CreateAttachedFileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3303
|
+
CreateAttachedFileRequest.add_member(:file_use_case_type, Shapes::ShapeRef.new(shape: FileUseCaseType, required: true, location_name: "FileUseCaseType"))
|
|
3304
|
+
CreateAttachedFileRequest.add_member(:file_source_uri, Shapes::ShapeRef.new(shape: FileSourceUri, required: true, location_name: "FileSourceUri"))
|
|
3305
|
+
CreateAttachedFileRequest.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "associatedResourceArn"))
|
|
3306
|
+
CreateAttachedFileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3307
|
+
CreateAttachedFileRequest.struct_class = Types::CreateAttachedFileRequest
|
|
3308
|
+
|
|
3309
|
+
CreateAttachedFileResponse.add_member(:file_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FileArn"))
|
|
3310
|
+
CreateAttachedFileResponse.add_member(:file_id, Shapes::ShapeRef.new(shape: FileId, location_name: "FileId"))
|
|
3311
|
+
CreateAttachedFileResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "CreationTime"))
|
|
3312
|
+
CreateAttachedFileResponse.add_member(:file_status, Shapes::ShapeRef.new(shape: FileStatusType, location_name: "FileStatus"))
|
|
3313
|
+
CreateAttachedFileResponse.struct_class = Types::CreateAttachedFileResponse
|
|
3314
|
+
|
|
3219
3315
|
CreateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
|
3220
3316
|
CreateCaseActionDefinition.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "TemplateId"))
|
|
3221
3317
|
CreateCaseActionDefinition.struct_class = Types::CreateCaseActionDefinition
|
|
@@ -4592,6 +4688,8 @@ module Aws::Connect
|
|
|
4592
4688
|
EndpointInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
|
|
4593
4689
|
EndpointInfo.struct_class = Types::EndpointInfo
|
|
4594
4690
|
|
|
4691
|
+
Entities.member = Shapes::ShapeRef.new(shape: Entity)
|
|
4692
|
+
|
|
4595
4693
|
ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
|
4596
4694
|
ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
|
4597
4695
|
ErrorResult.struct_class = Types::ErrorResult
|
|
@@ -4695,6 +4793,8 @@ module Aws::Connect
|
|
|
4695
4793
|
EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
4696
4794
|
EvaluationForm.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
|
|
4697
4795
|
EvaluationForm.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
|
|
4796
|
+
EvaluationForm.add_member(:latest_validation_status, Shapes::ShapeRef.new(shape: EvaluationFormValidationStatus, location_name: "LatestValidationStatus"))
|
|
4797
|
+
EvaluationForm.add_member(:last_validation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastValidationTime"))
|
|
4698
4798
|
EvaluationForm.struct_class = Types::EvaluationForm
|
|
4699
4799
|
|
|
4700
4800
|
EvaluationFormAutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
@@ -4775,6 +4875,10 @@ module Aws::Connect
|
|
|
4775
4875
|
|
|
4776
4876
|
EvaluationFormMultiSelectQuestionOption.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
|
|
4777
4877
|
EvaluationFormMultiSelectQuestionOption.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionText, required: true, location_name: "Text"))
|
|
4878
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAnswerScore, location_name: "Score"))
|
|
4879
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
4880
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:automatic_fail_configuration, Shapes::ShapeRef.new(shape: AutomaticFailConfiguration, location_name: "AutomaticFailConfiguration"))
|
|
4881
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:points_configuration, Shapes::ShapeRef.new(shape: QuestionOptionPointsConfiguration, location_name: "PointsConfiguration"))
|
|
4778
4882
|
EvaluationFormMultiSelectQuestionOption.struct_class = Types::EvaluationFormMultiSelectQuestionOption
|
|
4779
4883
|
|
|
4780
4884
|
EvaluationFormMultiSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOption)
|
|
@@ -4797,6 +4901,7 @@ module Aws::Connect
|
|
|
4797
4901
|
EvaluationFormNumericQuestionOption.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAnswerScore, location_name: "Score"))
|
|
4798
4902
|
EvaluationFormNumericQuestionOption.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
4799
4903
|
EvaluationFormNumericQuestionOption.add_member(:automatic_fail_configuration, Shapes::ShapeRef.new(shape: AutomaticFailConfiguration, location_name: "AutomaticFailConfiguration"))
|
|
4904
|
+
EvaluationFormNumericQuestionOption.add_member(:points_configuration, Shapes::ShapeRef.new(shape: QuestionOptionPointsConfiguration, location_name: "PointsConfiguration"))
|
|
4800
4905
|
EvaluationFormNumericQuestionOption.struct_class = Types::EvaluationFormNumericQuestionOption
|
|
4801
4906
|
|
|
4802
4907
|
EvaluationFormNumericQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionOption)
|
|
@@ -4815,11 +4920,17 @@ module Aws::Connect
|
|
|
4815
4920
|
EvaluationFormQuestion.add_member(:question_type_properties, Shapes::ShapeRef.new(shape: EvaluationFormQuestionTypeProperties, location_name: "QuestionTypeProperties"))
|
|
4816
4921
|
EvaluationFormQuestion.add_member(:enablement, Shapes::ShapeRef.new(shape: EvaluationFormItemEnablementConfiguration, location_name: "Enablement"))
|
|
4817
4922
|
EvaluationFormQuestion.add_member(:weight, Shapes::ShapeRef.new(shape: EvaluationFormItemWeight, location_name: "Weight"))
|
|
4923
|
+
EvaluationFormQuestion.add_member(:scoring_configuration, Shapes::ShapeRef.new(shape: EvaluationFormQuestionScoringConfiguration, location_name: "ScoringConfiguration"))
|
|
4818
4924
|
EvaluationFormQuestion.struct_class = Types::EvaluationFormQuestion
|
|
4819
4925
|
|
|
4820
4926
|
EvaluationFormQuestionAutomationAnswerSource.add_member(:source_type, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSourceType, required: true, location_name: "SourceType"))
|
|
4821
4927
|
EvaluationFormQuestionAutomationAnswerSource.struct_class = Types::EvaluationFormQuestionAutomationAnswerSource
|
|
4822
4928
|
|
|
4929
|
+
EvaluationFormQuestionScoringConfiguration.add_member(:points_configuration, Shapes::ShapeRef.new(shape: QuestionPointsConfiguration, location_name: "PointsConfiguration"))
|
|
4930
|
+
EvaluationFormQuestionScoringConfiguration.add_member(:is_excluded_from_scoring, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsExcludedFromScoring"))
|
|
4931
|
+
EvaluationFormQuestionScoringConfiguration.add_member(:score_thresholds, Shapes::ShapeRef.new(shape: EvaluationFormScoreThresholdList, location_name: "ScoreThresholds"))
|
|
4932
|
+
EvaluationFormQuestionScoringConfiguration.struct_class = Types::EvaluationFormQuestionScoringConfiguration
|
|
4933
|
+
|
|
4823
4934
|
EvaluationFormQuestionTypeProperties.add_member(:numeric, Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionProperties, location_name: "Numeric"))
|
|
4824
4935
|
EvaluationFormQuestionTypeProperties.add_member(:single_select, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionProperties, location_name: "SingleSelect"))
|
|
4825
4936
|
EvaluationFormQuestionTypeProperties.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionProperties, location_name: "Text"))
|
|
@@ -4832,8 +4943,16 @@ module Aws::Connect
|
|
|
4832
4943
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:unknown, Types::EvaluationFormQuestionTypeProperties::Unknown)
|
|
4833
4944
|
EvaluationFormQuestionTypeProperties.struct_class = Types::EvaluationFormQuestionTypeProperties
|
|
4834
4945
|
|
|
4946
|
+
EvaluationFormScoreThreshold.add_member(:performance_category, Shapes::ShapeRef.new(shape: PerformanceCategoryName, required: true, location_name: "PerformanceCategory"))
|
|
4947
|
+
EvaluationFormScoreThreshold.add_member(:min_score_percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "MinScorePercentage"))
|
|
4948
|
+
EvaluationFormScoreThreshold.add_member(:max_score_percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "MaxScorePercentage"))
|
|
4949
|
+
EvaluationFormScoreThreshold.struct_class = Types::EvaluationFormScoreThreshold
|
|
4950
|
+
|
|
4951
|
+
EvaluationFormScoreThresholdList.member = Shapes::ShapeRef.new(shape: EvaluationFormScoreThreshold)
|
|
4952
|
+
|
|
4835
4953
|
EvaluationFormScoringStrategy.add_member(:mode, Shapes::ShapeRef.new(shape: EvaluationFormScoringMode, required: true, location_name: "Mode"))
|
|
4836
4954
|
EvaluationFormScoringStrategy.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationFormScoringStatus, required: true, location_name: "Status"))
|
|
4955
|
+
EvaluationFormScoringStrategy.add_member(:score_thresholds, Shapes::ShapeRef.new(shape: EvaluationFormScoreThresholdList, location_name: "ScoreThresholds"))
|
|
4837
4956
|
EvaluationFormScoringStrategy.struct_class = Types::EvaluationFormScoringStrategy
|
|
4838
4957
|
|
|
4839
4958
|
EvaluationFormSearchConditionList.member = Shapes::ShapeRef.new(shape: EvaluationFormSearchCriteria)
|
|
@@ -4875,6 +4994,8 @@ module Aws::Connect
|
|
|
4875
4994
|
EvaluationFormSection.add_member(:instructions, Shapes::ShapeRef.new(shape: EvaluationFormQuestionInstructions, location_name: "Instructions"))
|
|
4876
4995
|
EvaluationFormSection.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
4877
4996
|
EvaluationFormSection.add_member(:weight, Shapes::ShapeRef.new(shape: EvaluationFormItemWeight, location_name: "Weight"))
|
|
4997
|
+
EvaluationFormSection.add_member(:is_excluded_from_scoring, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsExcludedFromScoring"))
|
|
4998
|
+
EvaluationFormSection.add_member(:score_thresholds, Shapes::ShapeRef.new(shape: EvaluationFormScoreThresholdList, location_name: "ScoreThresholds"))
|
|
4878
4999
|
EvaluationFormSection.struct_class = Types::EvaluationFormSection
|
|
4879
5000
|
|
|
4880
5001
|
EvaluationFormSingleSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionAutomationOptionList, location_name: "Options"))
|
|
@@ -4895,6 +5016,7 @@ module Aws::Connect
|
|
|
4895
5016
|
EvaluationFormSingleSelectQuestionOption.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAnswerScore, location_name: "Score"))
|
|
4896
5017
|
EvaluationFormSingleSelectQuestionOption.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
4897
5018
|
EvaluationFormSingleSelectQuestionOption.add_member(:automatic_fail_configuration, Shapes::ShapeRef.new(shape: AutomaticFailConfiguration, location_name: "AutomaticFailConfiguration"))
|
|
5019
|
+
EvaluationFormSingleSelectQuestionOption.add_member(:points_configuration, Shapes::ShapeRef.new(shape: QuestionOptionPointsConfiguration, location_name: "PointsConfiguration"))
|
|
4898
5020
|
EvaluationFormSingleSelectQuestionOption.struct_class = Types::EvaluationFormSingleSelectQuestionOption
|
|
4899
5021
|
|
|
4900
5022
|
EvaluationFormSingleSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionOption)
|
|
@@ -4928,6 +5050,21 @@ module Aws::Connect
|
|
|
4928
5050
|
EvaluationFormTextQuestionProperties.add_member(:automation, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionAutomation, location_name: "Automation"))
|
|
4929
5051
|
EvaluationFormTextQuestionProperties.struct_class = Types::EvaluationFormTextQuestionProperties
|
|
4930
5052
|
|
|
5053
|
+
EvaluationFormValidationFinding.add_member(:issue_code, Shapes::ShapeRef.new(shape: EvaluationFormValidationIssueCode, required: true, location_name: "IssueCode"))
|
|
5054
|
+
EvaluationFormValidationFinding.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingItemList, location_name: "Items"))
|
|
5055
|
+
EvaluationFormValidationFinding.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingDescription, required: true, location_name: "Description"))
|
|
5056
|
+
EvaluationFormValidationFinding.add_member(:suggestion, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingSuggestion, location_name: "Suggestion"))
|
|
5057
|
+
EvaluationFormValidationFinding.add_member(:severity, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingSeverity, required: true, location_name: "Severity"))
|
|
5058
|
+
EvaluationFormValidationFinding.struct_class = Types::EvaluationFormValidationFinding
|
|
5059
|
+
|
|
5060
|
+
EvaluationFormValidationFindingItem.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, location_name: "RefId"))
|
|
5061
|
+
EvaluationFormValidationFindingItem.add_member(:property, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingItemProperty, location_name: "Property"))
|
|
5062
|
+
EvaluationFormValidationFindingItem.struct_class = Types::EvaluationFormValidationFindingItem
|
|
5063
|
+
|
|
5064
|
+
EvaluationFormValidationFindingItemList.member = Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingItem)
|
|
5065
|
+
|
|
5066
|
+
EvaluationFormValidationFindingList.member = Shapes::ShapeRef.new(shape: EvaluationFormValidationFinding)
|
|
5067
|
+
|
|
4931
5068
|
EvaluationFormVersionSummary.add_member(:evaluation_form_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationFormArn"))
|
|
4932
5069
|
EvaluationFormVersionSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
4933
5070
|
EvaluationFormVersionSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
@@ -5006,6 +5143,9 @@ module Aws::Connect
|
|
|
5006
5143
|
EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
|
|
5007
5144
|
EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
5008
5145
|
EvaluationScore.add_member(:applied_weight, Shapes::ShapeRef.new(shape: Double, location_name: "AppliedWeight"))
|
|
5146
|
+
EvaluationScore.add_member(:earned_points, Shapes::ShapeRef.new(shape: Integer, location_name: "EarnedPoints"))
|
|
5147
|
+
EvaluationScore.add_member(:max_base_point, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxBasePoint"))
|
|
5148
|
+
EvaluationScore.add_member(:performance_category, Shapes::ShapeRef.new(shape: PerformanceCategoryName, location_name: "PerformanceCategory"))
|
|
5009
5149
|
EvaluationScore.struct_class = Types::EvaluationScore
|
|
5010
5150
|
|
|
5011
5151
|
EvaluationScoresMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
@@ -5023,6 +5163,7 @@ module Aws::Connect
|
|
|
5023
5163
|
EvaluationSearchCriteria.struct_class = Types::EvaluationSearchCriteria
|
|
5024
5164
|
|
|
5025
5165
|
EvaluationSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
5166
|
+
EvaluationSearchFilter.add_member(:contact_evaluation_attribute_filter, Shapes::ShapeRef.new(shape: ContactEvaluationAttributeFilter, location_name: "ContactEvaluationAttributeFilter"))
|
|
5026
5167
|
EvaluationSearchFilter.struct_class = Types::EvaluationSearchFilter
|
|
5027
5168
|
|
|
5028
5169
|
EvaluationSearchMetadata.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
@@ -5041,6 +5182,9 @@ module Aws::Connect
|
|
|
5041
5182
|
EvaluationSearchMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
|
|
5042
5183
|
EvaluationSearchMetadata.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
|
|
5043
5184
|
EvaluationSearchMetadata.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
|
|
5185
|
+
EvaluationSearchMetadata.add_member(:earned_points, Shapes::ShapeRef.new(shape: Integer, location_name: "EarnedPoints", metadata: {"box" => true}))
|
|
5186
|
+
EvaluationSearchMetadata.add_member(:max_base_point, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxBasePoint", metadata: {"box" => true}))
|
|
5187
|
+
EvaluationSearchMetadata.add_member(:performance_category, Shapes::ShapeRef.new(shape: PerformanceCategoryName, location_name: "PerformanceCategory"))
|
|
5044
5188
|
EvaluationSearchMetadata.struct_class = Types::EvaluationSearchMetadata
|
|
5045
5189
|
|
|
5046
5190
|
EvaluationSearchSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
@@ -5271,6 +5415,19 @@ module Aws::Connect
|
|
|
5271
5415
|
GetEffectiveHoursOfOperationsResponse.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
|
|
5272
5416
|
GetEffectiveHoursOfOperationsResponse.struct_class = Types::GetEffectiveHoursOfOperationsResponse
|
|
5273
5417
|
|
|
5418
|
+
GetEvaluationFormValidationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5419
|
+
GetEvaluationFormValidationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
|
5420
|
+
GetEvaluationFormValidationRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box" => true}))
|
|
5421
|
+
GetEvaluationFormValidationRequest.struct_class = Types::GetEvaluationFormValidationRequest
|
|
5422
|
+
|
|
5423
|
+
GetEvaluationFormValidationResponse.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationFormValidationStatus, required: true, location_name: "Status"))
|
|
5424
|
+
GetEvaluationFormValidationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: EvaluationFormValidationFailureReason, location_name: "FailureReason"))
|
|
5425
|
+
GetEvaluationFormValidationResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
5426
|
+
GetEvaluationFormValidationResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
5427
|
+
GetEvaluationFormValidationResponse.add_member(:started_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartedTime"))
|
|
5428
|
+
GetEvaluationFormValidationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: EvaluationFormValidationFindingList, location_name: "Findings"))
|
|
5429
|
+
GetEvaluationFormValidationResponse.struct_class = Types::GetEvaluationFormValidationResponse
|
|
5430
|
+
|
|
5274
5431
|
GetFederationTokenRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5275
5432
|
GetFederationTokenRequest.struct_class = Types::GetFederationTokenRequest
|
|
5276
5433
|
|
|
@@ -5704,6 +5861,9 @@ module Aws::Connect
|
|
|
5704
5861
|
KinesisVideoStreamConfig.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, required: true, location_name: "EncryptionConfig"))
|
|
5705
5862
|
KinesisVideoStreamConfig.struct_class = Types::KinesisVideoStreamConfig
|
|
5706
5863
|
|
|
5864
|
+
LanguageConfiguration.add_member(:language_locale, Shapes::ShapeRef.new(shape: LanguageLocale, location_name: "LanguageLocale"))
|
|
5865
|
+
LanguageConfiguration.struct_class = Types::LanguageConfiguration
|
|
5866
|
+
|
|
5707
5867
|
LexBot.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location_name: "Name"))
|
|
5708
5868
|
LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location_name: "LexRegion"))
|
|
5709
5869
|
LexBot.struct_class = Types::LexBot
|
|
@@ -6932,6 +7092,15 @@ module Aws::Connect
|
|
|
6932
7092
|
QualityMetrics.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerQualityMetrics, location_name: "Customer"))
|
|
6933
7093
|
QualityMetrics.struct_class = Types::QualityMetrics
|
|
6934
7094
|
|
|
7095
|
+
QuestionOptionPointsConfiguration.add_member(:point_value, Shapes::ShapeRef.new(shape: PointValue, required: true, location_name: "PointValue"))
|
|
7096
|
+
QuestionOptionPointsConfiguration.add_member(:is_bonus, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsBonus"))
|
|
7097
|
+
QuestionOptionPointsConfiguration.struct_class = Types::QuestionOptionPointsConfiguration
|
|
7098
|
+
|
|
7099
|
+
QuestionPointsConfiguration.add_member(:max_point_value, Shapes::ShapeRef.new(shape: PointValue, location_name: "MaxPointValue"))
|
|
7100
|
+
QuestionPointsConfiguration.add_member(:min_point_value, Shapes::ShapeRef.new(shape: PointValue, location_name: "MinPointValue"))
|
|
7101
|
+
QuestionPointsConfiguration.add_member(:is_bonus, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsBonus"))
|
|
7102
|
+
QuestionPointsConfiguration.struct_class = Types::QuestionPointsConfiguration
|
|
7103
|
+
|
|
6935
7104
|
Queue.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
|
|
6936
7105
|
Queue.add_member(:queue_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QueueArn"))
|
|
6937
7106
|
Queue.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
|
@@ -7194,6 +7363,12 @@ module Aws::Connect
|
|
|
7194
7363
|
RecurrencePattern.add_member(:by_weekday_occurrence, Shapes::ShapeRef.new(shape: WeekdayOccurrenceList, location_name: "ByWeekdayOccurrence", metadata: {"box" => true}))
|
|
7195
7364
|
RecurrencePattern.struct_class = Types::RecurrencePattern
|
|
7196
7365
|
|
|
7366
|
+
RedactionConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, required: true, location_name: "Behavior"))
|
|
7367
|
+
RedactionConfiguration.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
|
7368
|
+
RedactionConfiguration.add_member(:entities, Shapes::ShapeRef.new(shape: Entities, location_name: "Entities"))
|
|
7369
|
+
RedactionConfiguration.add_member(:mask_mode, Shapes::ShapeRef.new(shape: MaskMode, location_name: "MaskMode"))
|
|
7370
|
+
RedactionConfiguration.struct_class = Types::RedactionConfiguration
|
|
7371
|
+
|
|
7197
7372
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
|
7198
7373
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
|
7199
7374
|
Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
|
@@ -7440,6 +7615,9 @@ module Aws::Connect
|
|
|
7440
7615
|
RuleTriggerEventSource.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
|
7441
7616
|
RuleTriggerEventSource.struct_class = Types::RuleTriggerEventSource
|
|
7442
7617
|
|
|
7618
|
+
RulesConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, location_name: "Behavior"))
|
|
7619
|
+
RulesConfiguration.struct_class = Types::RulesConfiguration
|
|
7620
|
+
|
|
7443
7621
|
S3Config.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
|
7444
7622
|
S3Config.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "BucketPrefix"))
|
|
7445
7623
|
S3Config.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
|
@@ -7936,6 +8114,9 @@ module Aws::Connect
|
|
|
7936
8114
|
|
|
7937
8115
|
SendOutboundEmailResponse.struct_class = Types::SendOutboundEmailResponse
|
|
7938
8116
|
|
|
8117
|
+
SentimentConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, required: true, location_name: "Behavior"))
|
|
8118
|
+
SentimentConfiguration.struct_class = Types::SentimentConfiguration
|
|
8119
|
+
|
|
7939
8120
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
7940
8121
|
ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, location_name: "Reason"))
|
|
7941
8122
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
@@ -8013,6 +8194,17 @@ module Aws::Connect
|
|
|
8013
8194
|
StartChatContactResponse.add_member(:continued_from_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContinuedFromContactId"))
|
|
8014
8195
|
StartChatContactResponse.struct_class = Types::StartChatContactResponse
|
|
8015
8196
|
|
|
8197
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8198
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
|
8199
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:analytics_modes, Shapes::ShapeRef.new(shape: AnalyticsModes, required: true, location_name: "AnalyticsModes"))
|
|
8200
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfiguration, required: true, location_name: "AnalyticsConfiguration"))
|
|
8201
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
|
8202
|
+
StartContactConversationalAnalyticsJobRequest.struct_class = Types::StartContactConversationalAnalyticsJobRequest
|
|
8203
|
+
|
|
8204
|
+
StartContactConversationalAnalyticsJobResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
8205
|
+
StartContactConversationalAnalyticsJobResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
8206
|
+
StartContactConversationalAnalyticsJobResponse.struct_class = Types::StartContactConversationalAnalyticsJobResponse
|
|
8207
|
+
|
|
8016
8208
|
StartContactEvaluationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8017
8209
|
StartContactEvaluationRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
8018
8210
|
StartContactEvaluationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
@@ -8069,6 +8261,16 @@ module Aws::Connect
|
|
|
8069
8261
|
StartEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
8070
8262
|
StartEmailContactResponse.struct_class = Types::StartEmailContactResponse
|
|
8071
8263
|
|
|
8264
|
+
StartEvaluationFormValidationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8265
|
+
StartEvaluationFormValidationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
|
8266
|
+
StartEvaluationFormValidationRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
8267
|
+
StartEvaluationFormValidationRequest.struct_class = Types::StartEvaluationFormValidationRequest
|
|
8268
|
+
|
|
8269
|
+
StartEvaluationFormValidationResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
8270
|
+
StartEvaluationFormValidationResponse.add_member(:evaluation_form_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationFormArn"))
|
|
8271
|
+
StartEvaluationFormValidationResponse.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
8272
|
+
StartEvaluationFormValidationResponse.struct_class = Types::StartEvaluationFormValidationResponse
|
|
8273
|
+
|
|
8072
8274
|
StartOutboundChatContactRequest.add_member(:source_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "SourceEndpoint"))
|
|
8073
8275
|
StartOutboundChatContactRequest.add_member(:destination_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "DestinationEndpoint"))
|
|
8074
8276
|
StartOutboundChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
@@ -8259,6 +8461,11 @@ module Aws::Connect
|
|
|
8259
8461
|
|
|
8260
8462
|
SuccessfulRequestList.member = Shapes::ShapeRef.new(shape: SuccessfulRequest)
|
|
8261
8463
|
|
|
8464
|
+
SummaryConfiguration.add_member(:summary_modes, Shapes::ShapeRef.new(shape: SummaryModes, required: true, location_name: "SummaryModes"))
|
|
8465
|
+
SummaryConfiguration.struct_class = Types::SummaryConfiguration
|
|
8466
|
+
|
|
8467
|
+
SummaryModes.member = Shapes::ShapeRef.new(shape: SummaryMode)
|
|
8468
|
+
|
|
8262
8469
|
SupportedMessagingContentTypes.member = Shapes::ShapeRef.new(shape: SupportedMessagingContentType)
|
|
8263
8470
|
|
|
8264
8471
|
SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
@@ -9931,6 +10138,20 @@ module Aws::Connect
|
|
|
9931
10138
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9932
10139
|
end)
|
|
9933
10140
|
|
|
10141
|
+
api.add_operation(:create_attached_file, Seahorse::Model::Operation.new.tap do |o|
|
|
10142
|
+
o.name = "CreateAttachedFile"
|
|
10143
|
+
o.http_method = "PUT"
|
|
10144
|
+
o.http_request_uri = "/attached-files/{InstanceId}/files"
|
|
10145
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAttachedFileRequest)
|
|
10146
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAttachedFileResponse)
|
|
10147
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10148
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10149
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10150
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
10152
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
10153
|
+
end)
|
|
10154
|
+
|
|
9934
10155
|
api.add_operation(:create_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
9935
10156
|
o.name = "CreateContact"
|
|
9936
10157
|
o.http_method = "PUT"
|
|
@@ -11804,6 +12025,18 @@ module Aws::Connect
|
|
|
11804
12025
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11805
12026
|
end)
|
|
11806
12027
|
|
|
12028
|
+
api.add_operation(:get_evaluation_form_validation, Seahorse::Model::Operation.new.tap do |o|
|
|
12029
|
+
o.name = "GetEvaluationFormValidation"
|
|
12030
|
+
o.http_method = "GET"
|
|
12031
|
+
o.http_request_uri = "/evaluation-forms/{InstanceId}/{EvaluationFormId}/validation-results"
|
|
12032
|
+
o.input = Shapes::ShapeRef.new(shape: GetEvaluationFormValidationRequest)
|
|
12033
|
+
o.output = Shapes::ShapeRef.new(shape: GetEvaluationFormValidationResponse)
|
|
12034
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12035
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12036
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12037
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12038
|
+
end)
|
|
12039
|
+
|
|
11807
12040
|
api.add_operation(:get_federation_token, Seahorse::Model::Operation.new.tap do |o|
|
|
11808
12041
|
o.name = "GetFederationToken"
|
|
11809
12042
|
o.http_method = "GET"
|
|
@@ -13842,6 +14075,20 @@ module Aws::Connect
|
|
|
13842
14075
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
13843
14076
|
end)
|
|
13844
14077
|
|
|
14078
|
+
api.add_operation(:start_contact_conversational_analytics_job, Seahorse::Model::Operation.new.tap do |o|
|
|
14079
|
+
o.name = "StartContactConversationalAnalyticsJob"
|
|
14080
|
+
o.http_method = "POST"
|
|
14081
|
+
o.http_request_uri = "/contact/start-conversational-analytics-job/{InstanceId}/{ContactId}"
|
|
14082
|
+
o.input = Shapes::ShapeRef.new(shape: StartContactConversationalAnalyticsJobRequest)
|
|
14083
|
+
o.output = Shapes::ShapeRef.new(shape: StartContactConversationalAnalyticsJobResponse)
|
|
14084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14085
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
14086
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
14087
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
14088
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14089
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14090
|
+
end)
|
|
14091
|
+
|
|
13845
14092
|
api.add_operation(:start_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
|
13846
14093
|
o.name = "StartContactEvaluation"
|
|
13847
14094
|
o.http_method = "PUT"
|
|
@@ -13912,6 +14159,20 @@ module Aws::Connect
|
|
|
13912
14159
|
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
13913
14160
|
end)
|
|
13914
14161
|
|
|
14162
|
+
api.add_operation(:start_evaluation_form_validation, Seahorse::Model::Operation.new.tap do |o|
|
|
14163
|
+
o.name = "StartEvaluationFormValidation"
|
|
14164
|
+
o.http_method = "POST"
|
|
14165
|
+
o.http_request_uri = "/evaluation-forms/{InstanceId}/{EvaluationFormId}/validate"
|
|
14166
|
+
o.input = Shapes::ShapeRef.new(shape: StartEvaluationFormValidationRequest)
|
|
14167
|
+
o.output = Shapes::ShapeRef.new(shape: StartEvaluationFormValidationResponse)
|
|
14168
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
14169
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14170
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14171
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
14172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
14173
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
14174
|
+
end)
|
|
14175
|
+
|
|
13915
14176
|
api.add_operation(:start_outbound_chat_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
13916
14177
|
o.name = "StartOutboundChatContact"
|
|
13917
14178
|
o.http_method = "PUT"
|