aws-sdk-connect 1.260.0 → 1.262.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 +294 -4
- data/lib/aws-sdk-connect/client_api.rb +171 -0
- data/lib/aws-sdk-connect/types.rb +474 -0
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +88 -2
- data/sig/types.rbs +118 -3
- 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')
|
|
@@ -354,6 +358,7 @@ module Aws::Connect
|
|
|
354
358
|
ContactTagValue = Shapes::StringShape.new(name: 'ContactTagValue')
|
|
355
359
|
Contacts = Shapes::ListShape.new(name: 'Contacts')
|
|
356
360
|
Content = Shapes::StringShape.new(name: 'Content')
|
|
361
|
+
ContentAttributes = Shapes::StructureShape.new(name: 'ContentAttributes')
|
|
357
362
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
|
358
363
|
ControlPlaneAttributeFilter = Shapes::StructureShape.new(name: 'ControlPlaneAttributeFilter')
|
|
359
364
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
|
@@ -361,6 +366,8 @@ module Aws::Connect
|
|
|
361
366
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
|
362
367
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
|
363
368
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
|
369
|
+
CreateAttachedFileRequest = Shapes::StructureShape.new(name: 'CreateAttachedFileRequest')
|
|
370
|
+
CreateAttachedFileResponse = Shapes::StructureShape.new(name: 'CreateAttachedFileResponse')
|
|
364
371
|
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
|
365
372
|
CreateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasRequest')
|
|
366
373
|
CreateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasResponse')
|
|
@@ -451,6 +458,7 @@ module Aws::Connect
|
|
|
451
458
|
CustomerId = Shapes::StringShape.new(name: 'CustomerId')
|
|
452
459
|
CustomerIdNonEmpty = Shapes::StringShape.new(name: 'CustomerIdNonEmpty')
|
|
453
460
|
CustomerProfileAttributesSerialized = Shapes::StringShape.new(name: 'CustomerProfileAttributesSerialized')
|
|
461
|
+
CustomerProfileId = Shapes::StringShape.new(name: 'CustomerProfileId')
|
|
454
462
|
CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
|
|
455
463
|
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
|
456
464
|
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
|
@@ -716,6 +724,8 @@ module Aws::Connect
|
|
|
716
724
|
EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
|
|
717
725
|
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
|
718
726
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
|
727
|
+
Entities = Shapes::ListShape.new(name: 'Entities')
|
|
728
|
+
Entity = Shapes::StringShape.new(name: 'Entity')
|
|
719
729
|
EntityArn = Shapes::StringShape.new(name: 'EntityArn')
|
|
720
730
|
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
|
721
731
|
EpochMilliseconds = Shapes::IntegerShape.new(name: 'EpochMilliseconds')
|
|
@@ -898,6 +908,7 @@ module Aws::Connect
|
|
|
898
908
|
FileIdList = Shapes::ListShape.new(name: 'FileIdList')
|
|
899
909
|
FileName = Shapes::StringShape.new(name: 'FileName')
|
|
900
910
|
FileSizeInBytes = Shapes::IntegerShape.new(name: 'FileSizeInBytes')
|
|
911
|
+
FileSourceUri = Shapes::StringShape.new(name: 'FileSourceUri')
|
|
901
912
|
FileStatusType = Shapes::StringShape.new(name: 'FileStatusType')
|
|
902
913
|
FileUseCaseType = Shapes::StringShape.new(name: 'FileUseCaseType')
|
|
903
914
|
FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
|
|
@@ -1073,6 +1084,8 @@ module Aws::Connect
|
|
|
1073
1084
|
KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
|
|
1074
1085
|
KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
|
|
1075
1086
|
KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
|
|
1087
|
+
LanguageConfiguration = Shapes::StructureShape.new(name: 'LanguageConfiguration')
|
|
1088
|
+
LanguageLocale = Shapes::StringShape.new(name: 'LanguageLocale')
|
|
1076
1089
|
LargeNextToken = Shapes::StringShape.new(name: 'LargeNextToken')
|
|
1077
1090
|
LengthBoundary = Shapes::IntegerShape.new(name: 'LengthBoundary')
|
|
1078
1091
|
LexBot = Shapes::StructureShape.new(name: 'LexBot')
|
|
@@ -1229,6 +1242,7 @@ module Aws::Connect
|
|
|
1229
1242
|
LocaleCode = Shapes::StringShape.new(name: 'LocaleCode')
|
|
1230
1243
|
LocalizedString = Shapes::StringShape.new(name: 'LocalizedString')
|
|
1231
1244
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
1245
|
+
MaskMode = Shapes::StringShape.new(name: 'MaskMode')
|
|
1232
1246
|
MatchCriteria = Shapes::StructureShape.new(name: 'MatchCriteria')
|
|
1233
1247
|
MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
|
|
1234
1248
|
MaxResult100 = Shapes::IntegerShape.new(name: 'MaxResult100')
|
|
@@ -1308,6 +1322,7 @@ module Aws::Connect
|
|
|
1308
1322
|
NotificationSource = Shapes::StringShape.new(name: 'NotificationSource')
|
|
1309
1323
|
NotificationStatus = Shapes::StringShape.new(name: 'NotificationStatus')
|
|
1310
1324
|
NotificationSummaryList = Shapes::ListShape.new(name: 'NotificationSummaryList')
|
|
1325
|
+
NotificationType = Shapes::StringShape.new(name: 'NotificationType')
|
|
1311
1326
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
|
1312
1327
|
NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
|
|
1313
1328
|
NullableProficiencyLevel = Shapes::FloatShape.new(name: 'NullableProficiencyLevel')
|
|
@@ -1383,6 +1398,7 @@ module Aws::Connect
|
|
|
1383
1398
|
PersistentConnection = Shapes::BooleanShape.new(name: 'PersistentConnection')
|
|
1384
1399
|
PersistentConnectionConfig = Shapes::StructureShape.new(name: 'PersistentConnectionConfig')
|
|
1385
1400
|
PersistentConnectionConfigs = Shapes::ListShape.new(name: 'PersistentConnectionConfigs')
|
|
1401
|
+
PersonalizeDomainName = Shapes::StringShape.new(name: 'PersonalizeDomainName')
|
|
1386
1402
|
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
|
1387
1403
|
PhoneNumberConfig = Shapes::StructureShape.new(name: 'PhoneNumberConfig')
|
|
1388
1404
|
PhoneNumberConfigs = Shapes::ListShape.new(name: 'PhoneNumberConfigs')
|
|
@@ -1403,6 +1419,7 @@ module Aws::Connect
|
|
|
1403
1419
|
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
|
1404
1420
|
PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
|
|
1405
1421
|
PointValue = Shapes::IntegerShape.new(name: 'PointValue')
|
|
1422
|
+
Policy = Shapes::StringShape.new(name: 'Policy')
|
|
1406
1423
|
PositiveAndNegativeDouble = Shapes::FloatShape.new(name: 'PositiveAndNegativeDouble')
|
|
1407
1424
|
PositiveDouble = Shapes::FloatShape.new(name: 'PositiveDouble')
|
|
1408
1425
|
PostAcceptPreviewTimeoutDurationInSeconds = Shapes::IntegerShape.new(name: 'PostAcceptPreviewTimeoutDurationInSeconds')
|
|
@@ -1547,6 +1564,11 @@ module Aws::Connect
|
|
|
1547
1564
|
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
|
1548
1565
|
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
|
1549
1566
|
RecipientList = Shapes::ListShape.new(name: 'RecipientList')
|
|
1567
|
+
RecommenderConfig = Shapes::StructureShape.new(name: 'RecommenderConfig')
|
|
1568
|
+
RecommenderContext = Shapes::MapShape.new(name: 'RecommenderContext')
|
|
1569
|
+
RecommenderContextKey = Shapes::StringShape.new(name: 'RecommenderContextKey')
|
|
1570
|
+
RecommenderContextValue = Shapes::StringShape.new(name: 'RecommenderContextValue')
|
|
1571
|
+
RecommenderName = Shapes::StringShape.new(name: 'RecommenderName')
|
|
1550
1572
|
RecordIds = Shapes::ListShape.new(name: 'RecordIds')
|
|
1551
1573
|
RecordPrimaryValue = Shapes::StructureShape.new(name: 'RecordPrimaryValue')
|
|
1552
1574
|
RecordingDeletionReason = Shapes::StringShape.new(name: 'RecordingDeletionReason')
|
|
@@ -1557,6 +1579,7 @@ module Aws::Connect
|
|
|
1557
1579
|
RecurrenceConfig = Shapes::StructureShape.new(name: 'RecurrenceConfig')
|
|
1558
1580
|
RecurrenceFrequency = Shapes::StringShape.new(name: 'RecurrenceFrequency')
|
|
1559
1581
|
RecurrencePattern = Shapes::StructureShape.new(name: 'RecurrencePattern')
|
|
1582
|
+
RedactionConfiguration = Shapes::StructureShape.new(name: 'RedactionConfiguration')
|
|
1560
1583
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
|
1561
1584
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
|
1562
1585
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
|
@@ -1639,6 +1662,7 @@ module Aws::Connect
|
|
|
1639
1662
|
RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
|
|
1640
1663
|
RuleSummaryList = Shapes::ListShape.new(name: 'RuleSummaryList')
|
|
1641
1664
|
RuleTriggerEventSource = Shapes::StructureShape.new(name: 'RuleTriggerEventSource')
|
|
1665
|
+
RulesConfiguration = Shapes::StructureShape.new(name: 'RulesConfiguration')
|
|
1642
1666
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
|
1643
1667
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
1644
1668
|
ScreenShareCapability = Shapes::StringShape.new(name: 'ScreenShareCapability')
|
|
@@ -1755,7 +1779,10 @@ module Aws::Connect
|
|
|
1755
1779
|
SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
|
|
1756
1780
|
SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
|
|
1757
1781
|
SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
|
|
1782
|
+
SendOutboundWebNotificationRequest = Shapes::StructureShape.new(name: 'SendOutboundWebNotificationRequest')
|
|
1783
|
+
SendOutboundWebNotificationResponse = Shapes::StructureShape.new(name: 'SendOutboundWebNotificationResponse')
|
|
1758
1784
|
SensitivePhoneNumber = Shapes::StringShape.new(name: 'SensitivePhoneNumber')
|
|
1785
|
+
SentimentConfiguration = Shapes::StructureShape.new(name: 'SentimentConfiguration')
|
|
1759
1786
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
1760
1787
|
ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
|
1761
1788
|
SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
|
|
@@ -1782,6 +1809,8 @@ module Aws::Connect
|
|
|
1782
1809
|
StartAttachedFileUploadResponse = Shapes::StructureShape.new(name: 'StartAttachedFileUploadResponse')
|
|
1783
1810
|
StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
|
|
1784
1811
|
StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
|
|
1812
|
+
StartContactConversationalAnalyticsJobRequest = Shapes::StructureShape.new(name: 'StartContactConversationalAnalyticsJobRequest')
|
|
1813
|
+
StartContactConversationalAnalyticsJobResponse = Shapes::StructureShape.new(name: 'StartContactConversationalAnalyticsJobResponse')
|
|
1785
1814
|
StartContactEvaluationRequest = Shapes::StructureShape.new(name: 'StartContactEvaluationRequest')
|
|
1786
1815
|
StartContactEvaluationResponse = Shapes::StructureShape.new(name: 'StartContactEvaluationResponse')
|
|
1787
1816
|
StartContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StartContactMediaProcessingRequest')
|
|
@@ -1840,6 +1869,9 @@ module Aws::Connect
|
|
|
1840
1869
|
SuccessfulBatchAssociationSummaryList = Shapes::ListShape.new(name: 'SuccessfulBatchAssociationSummaryList')
|
|
1841
1870
|
SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
|
|
1842
1871
|
SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
|
|
1872
|
+
SummaryConfiguration = Shapes::StructureShape.new(name: 'SummaryConfiguration')
|
|
1873
|
+
SummaryMode = Shapes::StringShape.new(name: 'SummaryMode')
|
|
1874
|
+
SummaryModes = Shapes::ListShape.new(name: 'SummaryModes')
|
|
1843
1875
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
|
1844
1876
|
SupportedMessagingContentTypes = Shapes::ListShape.new(name: 'SupportedMessagingContentTypes')
|
|
1845
1877
|
SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
|
|
@@ -2105,6 +2137,7 @@ module Aws::Connect
|
|
|
2105
2137
|
View = Shapes::StructureShape.new(name: 'View')
|
|
2106
2138
|
ViewAction = Shapes::StringShape.new(name: 'ViewAction')
|
|
2107
2139
|
ViewActions = Shapes::ListShape.new(name: 'ViewActions')
|
|
2140
|
+
ViewArn = Shapes::StringShape.new(name: 'ViewArn')
|
|
2108
2141
|
ViewContent = Shapes::StructureShape.new(name: 'ViewContent')
|
|
2109
2142
|
ViewContentSha256 = Shapes::StringShape.new(name: 'ViewContentSha256')
|
|
2110
2143
|
ViewDescription = Shapes::StringShape.new(name: 'ViewDescription')
|
|
@@ -2145,8 +2178,14 @@ module Aws::Connect
|
|
|
2145
2178
|
VoiceEnhancementMode = Shapes::StringShape.new(name: 'VoiceEnhancementMode')
|
|
2146
2179
|
VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
|
|
2147
2180
|
VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
|
|
2181
|
+
WebBrowserId = Shapes::StringShape.new(name: 'WebBrowserId')
|
|
2182
|
+
WebNotificationContent = Shapes::StructureShape.new(name: 'WebNotificationContent')
|
|
2183
|
+
WebNotificationSource = Shapes::StructureShape.new(name: 'WebNotificationSource')
|
|
2184
|
+
WebSessionId = Shapes::StringShape.new(name: 'WebSessionId')
|
|
2148
2185
|
WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
|
|
2149
2186
|
WeekdayOccurrenceList = Shapes::ListShape.new(name: 'WeekdayOccurrenceList')
|
|
2187
|
+
WidgetDestination = Shapes::StructureShape.new(name: 'WidgetDestination')
|
|
2188
|
+
WidgetId = Shapes::StringShape.new(name: 'WidgetId')
|
|
2150
2189
|
WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
|
|
2151
2190
|
Workspace = Shapes::StructureShape.new(name: 'Workspace')
|
|
2152
2191
|
WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
|
|
@@ -2359,6 +2398,13 @@ module Aws::Connect
|
|
|
2359
2398
|
|
|
2360
2399
|
AllowedUserActions.member = Shapes::ShapeRef.new(shape: AllowedUserAction)
|
|
2361
2400
|
|
|
2401
|
+
AnalyticsConfiguration.add_member(:language_configuration, Shapes::ShapeRef.new(shape: LanguageConfiguration, required: true, location_name: "LanguageConfiguration"))
|
|
2402
|
+
AnalyticsConfiguration.add_member(:redaction_configuration, Shapes::ShapeRef.new(shape: RedactionConfiguration, required: true, location_name: "RedactionConfiguration"))
|
|
2403
|
+
AnalyticsConfiguration.add_member(:sentiment_configuration, Shapes::ShapeRef.new(shape: SentimentConfiguration, required: true, location_name: "SentimentConfiguration"))
|
|
2404
|
+
AnalyticsConfiguration.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, required: true, location_name: "SummaryConfiguration"))
|
|
2405
|
+
AnalyticsConfiguration.add_member(:rules_configuration, Shapes::ShapeRef.new(shape: RulesConfiguration, required: true, location_name: "RulesConfiguration"))
|
|
2406
|
+
AnalyticsConfiguration.struct_class = Types::AnalyticsConfiguration
|
|
2407
|
+
|
|
2362
2408
|
AnalyticsDataAssociationResult.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, location_name: "DataSetId"))
|
|
2363
2409
|
AnalyticsDataAssociationResult.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
|
2364
2410
|
AnalyticsDataAssociationResult.add_member(:resource_share_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceShareId"))
|
|
@@ -2374,6 +2420,8 @@ module Aws::Connect
|
|
|
2374
2420
|
|
|
2375
2421
|
AnalyticsDataSetsResults.member = Shapes::ShapeRef.new(shape: AnalyticsDataSetsResult)
|
|
2376
2422
|
|
|
2423
|
+
AnalyticsModes.member = Shapes::ShapeRef.new(shape: AnalyticsMode)
|
|
2424
|
+
|
|
2377
2425
|
AnswerMachineDetectionConfig.add_member(:enable_answer_machine_detection, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAnswerMachineDetection"))
|
|
2378
2426
|
AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
|
|
2379
2427
|
AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
|
|
@@ -3240,6 +3288,9 @@ module Aws::Connect
|
|
|
3240
3288
|
|
|
3241
3289
|
Contacts.member = Shapes::ShapeRef.new(shape: ContactSearchSummary)
|
|
3242
3290
|
|
|
3291
|
+
ContentAttributes.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
|
|
3292
|
+
ContentAttributes.struct_class = Types::ContentAttributes
|
|
3293
|
+
|
|
3243
3294
|
ControlPlaneAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: CommonAttributeOrConditionList, location_name: "OrConditions"))
|
|
3244
3295
|
ControlPlaneAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: CommonAttributeAndCondition, location_name: "AndCondition"))
|
|
3245
3296
|
ControlPlaneAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
|
@@ -3268,6 +3319,20 @@ module Aws::Connect
|
|
|
3268
3319
|
CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
|
|
3269
3320
|
CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
|
|
3270
3321
|
|
|
3322
|
+
CreateAttachedFileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
3323
|
+
CreateAttachedFileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3324
|
+
CreateAttachedFileRequest.add_member(:file_use_case_type, Shapes::ShapeRef.new(shape: FileUseCaseType, required: true, location_name: "FileUseCaseType"))
|
|
3325
|
+
CreateAttachedFileRequest.add_member(:file_source_uri, Shapes::ShapeRef.new(shape: FileSourceUri, required: true, location_name: "FileSourceUri"))
|
|
3326
|
+
CreateAttachedFileRequest.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "associatedResourceArn"))
|
|
3327
|
+
CreateAttachedFileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3328
|
+
CreateAttachedFileRequest.struct_class = Types::CreateAttachedFileRequest
|
|
3329
|
+
|
|
3330
|
+
CreateAttachedFileResponse.add_member(:file_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FileArn"))
|
|
3331
|
+
CreateAttachedFileResponse.add_member(:file_id, Shapes::ShapeRef.new(shape: FileId, location_name: "FileId"))
|
|
3332
|
+
CreateAttachedFileResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "CreationTime"))
|
|
3333
|
+
CreateAttachedFileResponse.add_member(:file_status, Shapes::ShapeRef.new(shape: FileStatusType, location_name: "FileStatus"))
|
|
3334
|
+
CreateAttachedFileResponse.struct_class = Types::CreateAttachedFileResponse
|
|
3335
|
+
|
|
3271
3336
|
CreateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
|
3272
3337
|
CreateCaseActionDefinition.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "TemplateId"))
|
|
3273
3338
|
CreateCaseActionDefinition.struct_class = Types::CreateCaseActionDefinition
|
|
@@ -4644,6 +4709,8 @@ module Aws::Connect
|
|
|
4644
4709
|
EndpointInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: EndpointDisplayName, location_name: "DisplayName"))
|
|
4645
4710
|
EndpointInfo.struct_class = Types::EndpointInfo
|
|
4646
4711
|
|
|
4712
|
+
Entities.member = Shapes::ShapeRef.new(shape: Entity)
|
|
4713
|
+
|
|
4647
4714
|
ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
|
4648
4715
|
ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
|
4649
4716
|
ErrorResult.struct_class = Types::ErrorResult
|
|
@@ -5815,6 +5882,9 @@ module Aws::Connect
|
|
|
5815
5882
|
KinesisVideoStreamConfig.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, required: true, location_name: "EncryptionConfig"))
|
|
5816
5883
|
KinesisVideoStreamConfig.struct_class = Types::KinesisVideoStreamConfig
|
|
5817
5884
|
|
|
5885
|
+
LanguageConfiguration.add_member(:language_locale, Shapes::ShapeRef.new(shape: LanguageLocale, location_name: "LanguageLocale"))
|
|
5886
|
+
LanguageConfiguration.struct_class = Types::LanguageConfiguration
|
|
5887
|
+
|
|
5818
5888
|
LexBot.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location_name: "Name"))
|
|
5819
5889
|
LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location_name: "LexRegion"))
|
|
5820
5890
|
LexBot.struct_class = Types::LexBot
|
|
@@ -7281,6 +7351,14 @@ module Aws::Connect
|
|
|
7281
7351
|
|
|
7282
7352
|
RecipientList.member = Shapes::ShapeRef.new(shape: ARN)
|
|
7283
7353
|
|
|
7354
|
+
RecommenderConfig.add_member(:domain_name, Shapes::ShapeRef.new(shape: PersonalizeDomainName, required: true, location_name: "DomainName"))
|
|
7355
|
+
RecommenderConfig.add_member(:recommender_name, Shapes::ShapeRef.new(shape: RecommenderName, required: true, location_name: "RecommenderName"))
|
|
7356
|
+
RecommenderConfig.add_member(:context, Shapes::ShapeRef.new(shape: RecommenderContext, location_name: "Context"))
|
|
7357
|
+
RecommenderConfig.struct_class = Types::RecommenderConfig
|
|
7358
|
+
|
|
7359
|
+
RecommenderContext.key = Shapes::ShapeRef.new(shape: RecommenderContextKey)
|
|
7360
|
+
RecommenderContext.value = Shapes::ShapeRef.new(shape: RecommenderContextValue)
|
|
7361
|
+
|
|
7284
7362
|
RecordIds.member = Shapes::ShapeRef.new(shape: DataTableId)
|
|
7285
7363
|
|
|
7286
7364
|
RecordPrimaryValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
|
|
@@ -7314,6 +7392,12 @@ module Aws::Connect
|
|
|
7314
7392
|
RecurrencePattern.add_member(:by_weekday_occurrence, Shapes::ShapeRef.new(shape: WeekdayOccurrenceList, location_name: "ByWeekdayOccurrence", metadata: {"box" => true}))
|
|
7315
7393
|
RecurrencePattern.struct_class = Types::RecurrencePattern
|
|
7316
7394
|
|
|
7395
|
+
RedactionConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, required: true, location_name: "Behavior"))
|
|
7396
|
+
RedactionConfiguration.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
|
7397
|
+
RedactionConfiguration.add_member(:entities, Shapes::ShapeRef.new(shape: Entities, location_name: "Entities"))
|
|
7398
|
+
RedactionConfiguration.add_member(:mask_mode, Shapes::ShapeRef.new(shape: MaskMode, location_name: "MaskMode"))
|
|
7399
|
+
RedactionConfiguration.struct_class = Types::RedactionConfiguration
|
|
7400
|
+
|
|
7317
7401
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
|
7318
7402
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
|
7319
7403
|
Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
|
@@ -7560,6 +7644,9 @@ module Aws::Connect
|
|
|
7560
7644
|
RuleTriggerEventSource.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
|
7561
7645
|
RuleTriggerEventSource.struct_class = Types::RuleTriggerEventSource
|
|
7562
7646
|
|
|
7647
|
+
RulesConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, location_name: "Behavior"))
|
|
7648
|
+
RulesConfiguration.struct_class = Types::RulesConfiguration
|
|
7649
|
+
|
|
7563
7650
|
S3Config.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
|
7564
7651
|
S3Config.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "BucketPrefix"))
|
|
7565
7652
|
S3Config.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
|
@@ -8056,6 +8143,21 @@ module Aws::Connect
|
|
|
8056
8143
|
|
|
8057
8144
|
SendOutboundEmailResponse.struct_class = Types::SendOutboundEmailResponse
|
|
8058
8145
|
|
|
8146
|
+
SendOutboundWebNotificationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8147
|
+
SendOutboundWebNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
8148
|
+
SendOutboundWebNotificationRequest.add_member(:browser_id, Shapes::ShapeRef.new(shape: WebBrowserId, required: true, location_name: "BrowserId"))
|
|
8149
|
+
SendOutboundWebNotificationRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: WebSessionId, required: true, location_name: "SessionId"))
|
|
8150
|
+
SendOutboundWebNotificationRequest.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ExpiresAt"))
|
|
8151
|
+
SendOutboundWebNotificationRequest.add_member(:source, Shapes::ShapeRef.new(shape: WebNotificationSource, required: true, location_name: "Source"))
|
|
8152
|
+
SendOutboundWebNotificationRequest.add_member(:destination, Shapes::ShapeRef.new(shape: WidgetDestination, required: true, location_name: "Destination"))
|
|
8153
|
+
SendOutboundWebNotificationRequest.add_member(:content, Shapes::ShapeRef.new(shape: WebNotificationContent, required: true, location_name: "Content"))
|
|
8154
|
+
SendOutboundWebNotificationRequest.struct_class = Types::SendOutboundWebNotificationRequest
|
|
8155
|
+
|
|
8156
|
+
SendOutboundWebNotificationResponse.struct_class = Types::SendOutboundWebNotificationResponse
|
|
8157
|
+
|
|
8158
|
+
SentimentConfiguration.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, required: true, location_name: "Behavior"))
|
|
8159
|
+
SentimentConfiguration.struct_class = Types::SentimentConfiguration
|
|
8160
|
+
|
|
8059
8161
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
8060
8162
|
ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, location_name: "Reason"))
|
|
8061
8163
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
@@ -8133,6 +8235,17 @@ module Aws::Connect
|
|
|
8133
8235
|
StartChatContactResponse.add_member(:continued_from_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContinuedFromContactId"))
|
|
8134
8236
|
StartChatContactResponse.struct_class = Types::StartChatContactResponse
|
|
8135
8237
|
|
|
8238
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8239
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
|
8240
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:analytics_modes, Shapes::ShapeRef.new(shape: AnalyticsModes, required: true, location_name: "AnalyticsModes"))
|
|
8241
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfiguration, required: true, location_name: "AnalyticsConfiguration"))
|
|
8242
|
+
StartContactConversationalAnalyticsJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
|
8243
|
+
StartContactConversationalAnalyticsJobRequest.struct_class = Types::StartContactConversationalAnalyticsJobRequest
|
|
8244
|
+
|
|
8245
|
+
StartContactConversationalAnalyticsJobResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
8246
|
+
StartContactConversationalAnalyticsJobResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
8247
|
+
StartContactConversationalAnalyticsJobResponse.struct_class = Types::StartContactConversationalAnalyticsJobResponse
|
|
8248
|
+
|
|
8136
8249
|
StartContactEvaluationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8137
8250
|
StartContactEvaluationRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
8138
8251
|
StartContactEvaluationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
@@ -8389,6 +8502,11 @@ module Aws::Connect
|
|
|
8389
8502
|
|
|
8390
8503
|
SuccessfulRequestList.member = Shapes::ShapeRef.new(shape: SuccessfulRequest)
|
|
8391
8504
|
|
|
8505
|
+
SummaryConfiguration.add_member(:summary_modes, Shapes::ShapeRef.new(shape: SummaryModes, required: true, location_name: "SummaryModes"))
|
|
8506
|
+
SummaryConfiguration.struct_class = Types::SummaryConfiguration
|
|
8507
|
+
|
|
8508
|
+
SummaryModes.member = Shapes::ShapeRef.new(shape: SummaryMode)
|
|
8509
|
+
|
|
8392
8510
|
SupportedMessagingContentTypes.member = Shapes::ShapeRef.new(shape: SupportedMessagingContentType)
|
|
8393
8511
|
|
|
8394
8512
|
SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
@@ -9469,8 +9587,20 @@ module Aws::Connect
|
|
|
9469
9587
|
VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
|
|
9470
9588
|
VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
|
|
9471
9589
|
|
|
9590
|
+
WebNotificationContent.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "Type"))
|
|
9591
|
+
WebNotificationContent.add_member(:view_arn, Shapes::ShapeRef.new(shape: ViewArn, location_name: "ViewArn"))
|
|
9592
|
+
WebNotificationContent.add_member(:attributes, Shapes::ShapeRef.new(shape: ContentAttributes, location_name: "Attributes"))
|
|
9593
|
+
WebNotificationContent.struct_class = Types::WebNotificationContent
|
|
9594
|
+
|
|
9595
|
+
WebNotificationSource.add_member(:source_campaign, Shapes::ShapeRef.new(shape: SourceCampaign, required: true, location_name: "SourceCampaign"))
|
|
9596
|
+
WebNotificationSource.struct_class = Types::WebNotificationSource
|
|
9597
|
+
|
|
9472
9598
|
WeekdayOccurrenceList.member = Shapes::ShapeRef.new(shape: WeekdayOccurrenceInteger)
|
|
9473
9599
|
|
|
9600
|
+
WidgetDestination.add_member(:widget_id, Shapes::ShapeRef.new(shape: WidgetId, required: true, location_name: "WidgetId"))
|
|
9601
|
+
WidgetDestination.add_member(:profile_id, Shapes::ShapeRef.new(shape: CustomerProfileId, required: true, location_name: "ProfileId"))
|
|
9602
|
+
WidgetDestination.struct_class = Types::WidgetDestination
|
|
9603
|
+
|
|
9474
9604
|
WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
|
|
9475
9605
|
WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
|
|
9476
9606
|
WisdomInfo.struct_class = Types::WisdomInfo
|
|
@@ -10061,6 +10191,20 @@ module Aws::Connect
|
|
|
10061
10191
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10062
10192
|
end)
|
|
10063
10193
|
|
|
10194
|
+
api.add_operation(:create_attached_file, Seahorse::Model::Operation.new.tap do |o|
|
|
10195
|
+
o.name = "CreateAttachedFile"
|
|
10196
|
+
o.http_method = "PUT"
|
|
10197
|
+
o.http_request_uri = "/attached-files/{InstanceId}/files"
|
|
10198
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAttachedFileRequest)
|
|
10199
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAttachedFileResponse)
|
|
10200
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10202
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10203
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
10205
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
10206
|
+
end)
|
|
10207
|
+
|
|
10064
10208
|
api.add_operation(:create_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
10065
10209
|
o.name = "CreateContact"
|
|
10066
10210
|
o.http_method = "PUT"
|
|
@@ -13957,6 +14101,19 @@ module Aws::Connect
|
|
|
13957
14101
|
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
13958
14102
|
end)
|
|
13959
14103
|
|
|
14104
|
+
api.add_operation(:send_outbound_web_notification, Seahorse::Model::Operation.new.tap do |o|
|
|
14105
|
+
o.name = "SendOutboundWebNotification"
|
|
14106
|
+
o.http_method = "POST"
|
|
14107
|
+
o.http_request_uri = "/instance/{InstanceId}/outbound-web-notification"
|
|
14108
|
+
o.input = Shapes::ShapeRef.new(shape: SendOutboundWebNotificationRequest)
|
|
14109
|
+
o.output = Shapes::ShapeRef.new(shape: SendOutboundWebNotificationResponse)
|
|
14110
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
14111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
14112
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14113
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14114
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14115
|
+
end)
|
|
14116
|
+
|
|
13960
14117
|
api.add_operation(:start_attached_file_upload, Seahorse::Model::Operation.new.tap do |o|
|
|
13961
14118
|
o.name = "StartAttachedFileUpload"
|
|
13962
14119
|
o.http_method = "PUT"
|
|
@@ -13984,6 +14141,20 @@ module Aws::Connect
|
|
|
13984
14141
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
13985
14142
|
end)
|
|
13986
14143
|
|
|
14144
|
+
api.add_operation(:start_contact_conversational_analytics_job, Seahorse::Model::Operation.new.tap do |o|
|
|
14145
|
+
o.name = "StartContactConversationalAnalyticsJob"
|
|
14146
|
+
o.http_method = "POST"
|
|
14147
|
+
o.http_request_uri = "/contact/start-conversational-analytics-job/{InstanceId}/{ContactId}"
|
|
14148
|
+
o.input = Shapes::ShapeRef.new(shape: StartContactConversationalAnalyticsJobRequest)
|
|
14149
|
+
o.output = Shapes::ShapeRef.new(shape: StartContactConversationalAnalyticsJobResponse)
|
|
14150
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14151
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
14152
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
14153
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
14154
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14156
|
+
end)
|
|
14157
|
+
|
|
13987
14158
|
api.add_operation(:start_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
|
13988
14159
|
o.name = "StartContactEvaluation"
|
|
13989
14160
|
o.http_method = "PUT"
|