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
data/sig/types.rbs
CHANGED
|
@@ -198,6 +198,15 @@ module Aws::Connect
|
|
|
198
198
|
SENSITIVE: []
|
|
199
199
|
end
|
|
200
200
|
|
|
201
|
+
class AnalyticsConfiguration
|
|
202
|
+
attr_accessor language_configuration: Types::LanguageConfiguration
|
|
203
|
+
attr_accessor redaction_configuration: Types::RedactionConfiguration
|
|
204
|
+
attr_accessor sentiment_configuration: Types::SentimentConfiguration
|
|
205
|
+
attr_accessor summary_configuration: Types::SummaryConfiguration
|
|
206
|
+
attr_accessor rules_configuration: Types::RulesConfiguration
|
|
207
|
+
SENSITIVE: []
|
|
208
|
+
end
|
|
209
|
+
|
|
201
210
|
class AnalyticsDataAssociationResult
|
|
202
211
|
attr_accessor data_set_id: ::String
|
|
203
212
|
attr_accessor target_account_id: ::String
|
|
@@ -442,7 +451,7 @@ module Aws::Connect
|
|
|
442
451
|
attr_accessor file_size_in_bytes: ::Integer
|
|
443
452
|
attr_accessor file_status: ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
|
444
453
|
attr_accessor created_by: Types::CreatedByInfo
|
|
445
|
-
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT")
|
|
454
|
+
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT" | "VOICE_RECORDING")
|
|
446
455
|
attr_accessor associated_resource_arn: ::String
|
|
447
456
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
448
457
|
SENSITIVE: []
|
|
@@ -1229,6 +1238,11 @@ module Aws::Connect
|
|
|
1229
1238
|
SENSITIVE: []
|
|
1230
1239
|
end
|
|
1231
1240
|
|
|
1241
|
+
class ContentAttributes
|
|
1242
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
|
1243
|
+
SENSITIVE: []
|
|
1244
|
+
end
|
|
1245
|
+
|
|
1232
1246
|
class ControlPlaneAttributeFilter
|
|
1233
1247
|
attr_accessor or_conditions: ::Array[Types::CommonAttributeAndCondition]
|
|
1234
1248
|
attr_accessor and_condition: Types::CommonAttributeAndCondition
|
|
@@ -1267,6 +1281,24 @@ module Aws::Connect
|
|
|
1267
1281
|
SENSITIVE: []
|
|
1268
1282
|
end
|
|
1269
1283
|
|
|
1284
|
+
class CreateAttachedFileRequest
|
|
1285
|
+
attr_accessor client_token: ::String
|
|
1286
|
+
attr_accessor instance_id: ::String
|
|
1287
|
+
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT" | "VOICE_RECORDING")
|
|
1288
|
+
attr_accessor file_source_uri: ::String
|
|
1289
|
+
attr_accessor associated_resource_arn: ::String
|
|
1290
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1291
|
+
SENSITIVE: []
|
|
1292
|
+
end
|
|
1293
|
+
|
|
1294
|
+
class CreateAttachedFileResponse
|
|
1295
|
+
attr_accessor file_arn: ::String
|
|
1296
|
+
attr_accessor file_id: ::String
|
|
1297
|
+
attr_accessor creation_time: ::String
|
|
1298
|
+
attr_accessor file_status: ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
|
1299
|
+
SENSITIVE: []
|
|
1300
|
+
end
|
|
1301
|
+
|
|
1270
1302
|
class CreateCaseActionDefinition
|
|
1271
1303
|
attr_accessor fields: ::Array[Types::FieldValue]
|
|
1272
1304
|
attr_accessor template_id: ::String
|
|
@@ -3912,7 +3944,7 @@ module Aws::Connect
|
|
|
3912
3944
|
attr_accessor file_name: ::String
|
|
3913
3945
|
attr_accessor file_size_in_bytes: ::Integer
|
|
3914
3946
|
attr_accessor associated_resource_arn: ::String
|
|
3915
|
-
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT")
|
|
3947
|
+
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT" | "VOICE_RECORDING")
|
|
3916
3948
|
attr_accessor created_by: Types::CreatedByInfo
|
|
3917
3949
|
attr_accessor download_url_metadata: Types::DownloadUrlMetadata
|
|
3918
3950
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -4543,6 +4575,11 @@ module Aws::Connect
|
|
|
4543
4575
|
SENSITIVE: []
|
|
4544
4576
|
end
|
|
4545
4577
|
|
|
4578
|
+
class LanguageConfiguration
|
|
4579
|
+
attr_accessor language_locale: ::String
|
|
4580
|
+
SENSITIVE: []
|
|
4581
|
+
end
|
|
4582
|
+
|
|
4546
4583
|
class LexBot
|
|
4547
4584
|
attr_accessor name: ::String
|
|
4548
4585
|
attr_accessor lex_region: ::String
|
|
@@ -6410,6 +6447,13 @@ module Aws::Connect
|
|
|
6410
6447
|
end
|
|
6411
6448
|
end
|
|
6412
6449
|
|
|
6450
|
+
class RecommenderConfig
|
|
6451
|
+
attr_accessor domain_name: ::String
|
|
6452
|
+
attr_accessor recommender_name: ::String
|
|
6453
|
+
attr_accessor context: ::Hash[::String, ::String]
|
|
6454
|
+
SENSITIVE: []
|
|
6455
|
+
end
|
|
6456
|
+
|
|
6413
6457
|
class RecordPrimaryValue
|
|
6414
6458
|
attr_accessor record_id: ::String
|
|
6415
6459
|
attr_accessor primary_values: ::Array[Types::PrimaryValueResponse]
|
|
@@ -6447,6 +6491,14 @@ module Aws::Connect
|
|
|
6447
6491
|
SENSITIVE: []
|
|
6448
6492
|
end
|
|
6449
6493
|
|
|
6494
|
+
class RedactionConfiguration
|
|
6495
|
+
attr_accessor behavior: ("Enable" | "Disable")
|
|
6496
|
+
attr_accessor policy: ("None" | "RedactedOnly" | "RedactedAndOriginal")
|
|
6497
|
+
attr_accessor entities: ::Array[::String]
|
|
6498
|
+
attr_accessor mask_mode: ("PII" | "EntityType")
|
|
6499
|
+
SENSITIVE: []
|
|
6500
|
+
end
|
|
6501
|
+
|
|
6450
6502
|
class Reference
|
|
6451
6503
|
attr_accessor value: ::String
|
|
6452
6504
|
attr_accessor type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "EMAIL_MESSAGE_REDACTED")
|
|
@@ -6735,6 +6787,11 @@ module Aws::Connect
|
|
|
6735
6787
|
SENSITIVE: []
|
|
6736
6788
|
end
|
|
6737
6789
|
|
|
6790
|
+
class RulesConfiguration
|
|
6791
|
+
attr_accessor behavior: ("Enable" | "Disable")
|
|
6792
|
+
SENSITIVE: []
|
|
6793
|
+
end
|
|
6794
|
+
|
|
6738
6795
|
class S3Config
|
|
6739
6796
|
attr_accessor bucket_name: ::String
|
|
6740
6797
|
attr_accessor bucket_prefix: ::String
|
|
@@ -7350,6 +7407,26 @@ module Aws::Connect
|
|
|
7350
7407
|
class SendOutboundEmailResponse < Aws::EmptyStructure
|
|
7351
7408
|
end
|
|
7352
7409
|
|
|
7410
|
+
class SendOutboundWebNotificationRequest
|
|
7411
|
+
attr_accessor instance_id: ::String
|
|
7412
|
+
attr_accessor client_token: ::String
|
|
7413
|
+
attr_accessor browser_id: ::String
|
|
7414
|
+
attr_accessor session_id: ::String
|
|
7415
|
+
attr_accessor expires_at: ::Time
|
|
7416
|
+
attr_accessor source: Types::WebNotificationSource
|
|
7417
|
+
attr_accessor destination: Types::WidgetDestination
|
|
7418
|
+
attr_accessor content: Types::WebNotificationContent
|
|
7419
|
+
SENSITIVE: []
|
|
7420
|
+
end
|
|
7421
|
+
|
|
7422
|
+
class SendOutboundWebNotificationResponse < Aws::EmptyStructure
|
|
7423
|
+
end
|
|
7424
|
+
|
|
7425
|
+
class SentimentConfiguration
|
|
7426
|
+
attr_accessor behavior: ("Enable" | "Disable")
|
|
7427
|
+
SENSITIVE: []
|
|
7428
|
+
end
|
|
7429
|
+
|
|
7353
7430
|
class ServiceQuotaExceededException
|
|
7354
7431
|
attr_accessor message: ::String
|
|
7355
7432
|
attr_accessor reason: Types::ServiceQuotaExceededExceptionReason
|
|
@@ -7403,7 +7480,7 @@ module Aws::Connect
|
|
|
7403
7480
|
attr_accessor file_name: ::String
|
|
7404
7481
|
attr_accessor file_size_in_bytes: ::Integer
|
|
7405
7482
|
attr_accessor url_expiry_in_seconds: ::Integer
|
|
7406
|
-
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT")
|
|
7483
|
+
attr_accessor file_use_case_type: ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT" | "VOICE_RECORDING")
|
|
7407
7484
|
attr_accessor associated_resource_arn: ::String
|
|
7408
7485
|
attr_accessor created_by: Types::CreatedByInfo
|
|
7409
7486
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -7446,6 +7523,21 @@ module Aws::Connect
|
|
|
7446
7523
|
SENSITIVE: []
|
|
7447
7524
|
end
|
|
7448
7525
|
|
|
7526
|
+
class StartContactConversationalAnalyticsJobRequest
|
|
7527
|
+
attr_accessor instance_id: ::String
|
|
7528
|
+
attr_accessor contact_id: ::String
|
|
7529
|
+
attr_accessor analytics_modes: ::Array[("PostContact" | "RealTime" | "ContactLens" | "AutomatedInteraction")]
|
|
7530
|
+
attr_accessor analytics_configuration: Types::AnalyticsConfiguration
|
|
7531
|
+
attr_accessor client_token: ::String
|
|
7532
|
+
SENSITIVE: []
|
|
7533
|
+
end
|
|
7534
|
+
|
|
7535
|
+
class StartContactConversationalAnalyticsJobResponse
|
|
7536
|
+
attr_accessor instance_id: ::String
|
|
7537
|
+
attr_accessor contact_id: ::String
|
|
7538
|
+
SENSITIVE: []
|
|
7539
|
+
end
|
|
7540
|
+
|
|
7449
7541
|
class StartContactEvaluationRequest
|
|
7450
7542
|
attr_accessor instance_id: ::String
|
|
7451
7543
|
attr_accessor contact_id: ::String
|
|
@@ -7774,6 +7866,11 @@ module Aws::Connect
|
|
|
7774
7866
|
SENSITIVE: []
|
|
7775
7867
|
end
|
|
7776
7868
|
|
|
7869
|
+
class SummaryConfiguration
|
|
7870
|
+
attr_accessor summary_modes: ::Array[("PostContact" | "AutomatedInteraction" | "ContactChain")]
|
|
7871
|
+
SENSITIVE: []
|
|
7872
|
+
end
|
|
7873
|
+
|
|
7777
7874
|
class SuspendContactRecordingRequest
|
|
7778
7875
|
attr_accessor instance_id: ::String
|
|
7779
7876
|
attr_accessor contact_id: ::String
|
|
@@ -9092,6 +9189,24 @@ module Aws::Connect
|
|
|
9092
9189
|
SENSITIVE: []
|
|
9093
9190
|
end
|
|
9094
9191
|
|
|
9192
|
+
class WebNotificationContent
|
|
9193
|
+
attr_accessor type: ("WIDGET_VIEW" | "WIDGET_ACTION")
|
|
9194
|
+
attr_accessor view_arn: ::String
|
|
9195
|
+
attr_accessor attributes: Types::ContentAttributes
|
|
9196
|
+
SENSITIVE: []
|
|
9197
|
+
end
|
|
9198
|
+
|
|
9199
|
+
class WebNotificationSource
|
|
9200
|
+
attr_accessor source_campaign: Types::SourceCampaign
|
|
9201
|
+
SENSITIVE: []
|
|
9202
|
+
end
|
|
9203
|
+
|
|
9204
|
+
class WidgetDestination
|
|
9205
|
+
attr_accessor widget_id: ::String
|
|
9206
|
+
attr_accessor profile_id: ::String
|
|
9207
|
+
SENSITIVE: []
|
|
9208
|
+
end
|
|
9209
|
+
|
|
9095
9210
|
class WisdomInfo
|
|
9096
9211
|
attr_accessor session_arn: ::String
|
|
9097
9212
|
attr_accessor ai_agents: ::Array[Types::AiAgentInfo]
|