aws-sdk-connect 1.240.0 → 1.241.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb921746c184c54810fdf1b42c004e30a5091bf9aa9fcfff393744f6af7b3835
4
- data.tar.gz: 45a033801fa115a9e99a1c87f5614316c207b2e13abdd660242432f7dece03f9
3
+ metadata.gz: d6bb3c3806af4dec9bf434ee8d918b742a98a8cfbb0dfcd902bdca21af60035a
4
+ data.tar.gz: f283abcc541297a8b9ffd36d333e673a92ca20d0b2767f9cde0fa4bbbed0e487
5
5
  SHA512:
6
- metadata.gz: cd20724d5defc9ad17ea08b22f7b4360d7636959451d63d396d2dfa9d56f57dd7352b77349efc40fe9a2f658f4565d33984e9bc89efca5254dcc5eeee5ad9e22
7
- data.tar.gz: 5ecc45bf9ceb2806ebf01df00df0d5579bbf2ecb62be8ff754b5829c54337c4dee9bdb9e24d0e2c4169d7e92a38f767c9c8254d35476d77b10218ed2714c940e
6
+ metadata.gz: 729924505cc82a35c0d4cf4f08a2c2ebe66db505e6f3a6f38502191852146ca2ee00eae0af70c9802a306ae1339e9fe10b443b7d550a50321caf088a9053ce06
7
+ data.tar.gz: 96009b32ccaa384f3aac55ae5c0c19933228a8ea46ed693ab2047f82cd4a4718b894a85e9a55599a8bf5fe0be138759baeacecf513250cbd1598e75d3792aeb3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.241.0 (2026-02-10)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect now supports per-channel auto-accept and After Contact Work (ACW) timeouts. Configure agents with auto-accept and ACW timeout settings for chat, tasks, emails, and callbacks. Use the new UpdateUserConfig API to manage these settings.
8
+
4
9
  1.240.0 (2026-01-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.240.0
1
+ 1.241.0
@@ -5154,6 +5154,27 @@ module Aws::Connect
5154
5154
  # required if you are using Amazon Connect or SAML for identity
5155
5155
  # management.
5156
5156
  #
5157
+ # <note markdown="1"> Fields in `PhoneConfig` cannot be set simultaneously with their
5158
+ # corresponding channel-specific configuration parameters. Specifically:
5159
+ #
5160
+ # * `PhoneConfig.AutoAccept` conflicts with `AutoAcceptConfigs`
5161
+ #
5162
+ # * `PhoneConfig.AfterContactWorkTimeLimit` conflicts with
5163
+ # `AfterContactWorkConfigs`
5164
+ #
5165
+ # * `PhoneConfig.PhoneType` and `PhoneConfig.PhoneNumber` conflict with
5166
+ # `PhoneNumberConfigs`
5167
+ #
5168
+ # * `PhoneConfig.PersistentConnection` conflicts with
5169
+ # `PersistentConnectionConfigs`
5170
+ #
5171
+ # We recommend using channel-specific parameters such as
5172
+ # `AutoAcceptConfigs`, `AfterContactWorkConfigs`, `PhoneNumberConfigs`,
5173
+ # `PersistentConnectionConfigs`, and `VoiceEnhancementConfigs` for
5174
+ # per-channel configuration.
5175
+ #
5176
+ # </note>
5177
+ #
5157
5178
  # For information about how to create users using the Amazon Connect
5158
5179
  # admin website, see [Add Users][2] in the *Amazon Connect Administrator
5159
5180
  # Guide*.
@@ -5185,8 +5206,12 @@ module Aws::Connect
5185
5206
  # @option params [Types::UserIdentityInfo] :identity_info
5186
5207
  # The information about the identity of the user.
5187
5208
  #
5188
- # @option params [required, Types::UserPhoneConfig] :phone_config
5189
- # The phone settings for the user.
5209
+ # @option params [Types::UserPhoneConfig] :phone_config
5210
+ # The phone settings for the user. This parameter is optional. If not
5211
+ # provided, the user can be configured using channel-specific parameters
5212
+ # such as `AutoAcceptConfigs`, `AfterContactWorkConfigs`,
5213
+ # `PhoneNumberConfigs`, `PersistentConnectionConfigs`, and
5214
+ # `VoiceEnhancementConfigs`.
5190
5215
  #
5191
5216
  # @option params [String] :directory_user_id
5192
5217
  # The identifier of the user account in the directory used for identity
@@ -5218,6 +5243,23 @@ module Aws::Connect
5218
5243
  #
5219
5244
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
5220
5245
  #
5246
+ # @option params [Array<Types::AutoAcceptConfig>] :auto_accept_configs
5247
+ # The list of auto-accept configuration settings for each channel.
5248
+ #
5249
+ # @option params [Array<Types::AfterContactWorkConfigPerChannel>] :after_contact_work_configs
5250
+ # The list of after contact work (ACW) timeout configuration settings
5251
+ # for each channel.
5252
+ #
5253
+ # @option params [Array<Types::PhoneNumberConfig>] :phone_number_configs
5254
+ # The list of phone number configuration settings for each channel.
5255
+ #
5256
+ # @option params [Array<Types::PersistentConnectionConfig>] :persistent_connection_configs
5257
+ # The list of persistent connection configuration settings for each
5258
+ # channel.
5259
+ #
5260
+ # @option params [Array<Types::VoiceEnhancementConfig>] :voice_enhancement_configs
5261
+ # The list of voice enhancement configuration settings for each channel.
5262
+ #
5221
5263
  # @option params [Hash<String,String>] :tags
5222
5264
  # The tags used to organize, track, or control access for this resource.
5223
5265
  # For example, \{ "Tags": \{"key1":"value1", "key2":"value2"}
@@ -5240,11 +5282,11 @@ module Aws::Connect
5240
5282
  # secondary_email: "Email",
5241
5283
  # mobile: "PhoneNumber",
5242
5284
  # },
5243
- # phone_config: { # required
5244
- # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
5285
+ # phone_config: {
5286
+ # phone_type: "SOFT_PHONE", # accepts SOFT_PHONE, DESK_PHONE
5245
5287
  # auto_accept: false,
5246
5288
  # after_contact_work_time_limit: 1,
5247
- # desk_phone_number: "PhoneNumber",
5289
+ # desk_phone_number: "SensitivePhoneNumber",
5248
5290
  # persistent_connection: false,
5249
5291
  # },
5250
5292
  # directory_user_id: "DirectoryUserId",
@@ -5252,6 +5294,43 @@ module Aws::Connect
5252
5294
  # routing_profile_id: "RoutingProfileId", # required
5253
5295
  # hierarchy_group_id: "HierarchyGroupId",
5254
5296
  # instance_id: "InstanceId", # required
5297
+ # auto_accept_configs: [
5298
+ # {
5299
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5300
+ # auto_accept: false, # required
5301
+ # agent_first_callback_auto_accept: false,
5302
+ # },
5303
+ # ],
5304
+ # after_contact_work_configs: [
5305
+ # {
5306
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5307
+ # after_contact_work_config: { # required
5308
+ # after_contact_work_time_limit: 1,
5309
+ # },
5310
+ # agent_first_callback_after_contact_work_config: {
5311
+ # after_contact_work_time_limit: 1,
5312
+ # },
5313
+ # },
5314
+ # ],
5315
+ # phone_number_configs: [
5316
+ # {
5317
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5318
+ # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
5319
+ # phone_number: "SensitivePhoneNumber",
5320
+ # },
5321
+ # ],
5322
+ # persistent_connection_configs: [
5323
+ # {
5324
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5325
+ # persistent_connection: false, # required
5326
+ # },
5327
+ # ],
5328
+ # voice_enhancement_configs: [
5329
+ # {
5330
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
5331
+ # voice_enhancement_mode: "VOICE_ISOLATION", # required, accepts VOICE_ISOLATION, NOISE_SUPPRESSION, NONE
5332
+ # },
5333
+ # ],
5255
5334
  # tags: {
5256
5335
  # "TagKey" => "TagValue",
5257
5336
  # },
@@ -8952,6 +9031,24 @@ module Aws::Connect
8952
9031
  # resp.user.hierarchy_group_id #=> String
8953
9032
  # resp.user.tags #=> Hash
8954
9033
  # resp.user.tags["TagKey"] #=> String
9034
+ # resp.user.auto_accept_configs #=> Array
9035
+ # resp.user.auto_accept_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9036
+ # resp.user.auto_accept_configs[0].auto_accept #=> Boolean
9037
+ # resp.user.auto_accept_configs[0].agent_first_callback_auto_accept #=> Boolean
9038
+ # resp.user.after_contact_work_configs #=> Array
9039
+ # resp.user.after_contact_work_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9040
+ # resp.user.after_contact_work_configs[0].after_contact_work_config.after_contact_work_time_limit #=> Integer
9041
+ # resp.user.after_contact_work_configs[0].agent_first_callback_after_contact_work_config.after_contact_work_time_limit #=> Integer
9042
+ # resp.user.phone_number_configs #=> Array
9043
+ # resp.user.phone_number_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9044
+ # resp.user.phone_number_configs[0].phone_type #=> String, one of "SOFT_PHONE", "DESK_PHONE"
9045
+ # resp.user.phone_number_configs[0].phone_number #=> String
9046
+ # resp.user.persistent_connection_configs #=> Array
9047
+ # resp.user.persistent_connection_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9048
+ # resp.user.persistent_connection_configs[0].persistent_connection #=> Boolean
9049
+ # resp.user.voice_enhancement_configs #=> Array
9050
+ # resp.user.voice_enhancement_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
9051
+ # resp.user.voice_enhancement_configs[0].voice_enhancement_mode #=> String, one of "VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE"
8955
9052
  # resp.user.last_modified_time #=> Time
8956
9053
  # resp.user.last_modified_region #=> String
8957
9054
  #
@@ -20989,6 +21086,24 @@ module Aws::Connect
20989
21086
  # resp.users[0].tags #=> Hash
20990
21087
  # resp.users[0].tags["TagKey"] #=> String
20991
21088
  # resp.users[0].username #=> String
21089
+ # resp.users[0].auto_accept_configs #=> Array
21090
+ # resp.users[0].auto_accept_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
21091
+ # resp.users[0].auto_accept_configs[0].auto_accept #=> Boolean
21092
+ # resp.users[0].auto_accept_configs[0].agent_first_callback_auto_accept #=> Boolean
21093
+ # resp.users[0].after_contact_work_configs #=> Array
21094
+ # resp.users[0].after_contact_work_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
21095
+ # resp.users[0].after_contact_work_configs[0].after_contact_work_config.after_contact_work_time_limit #=> Integer
21096
+ # resp.users[0].after_contact_work_configs[0].agent_first_callback_after_contact_work_config.after_contact_work_time_limit #=> Integer
21097
+ # resp.users[0].phone_number_configs #=> Array
21098
+ # resp.users[0].phone_number_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
21099
+ # resp.users[0].phone_number_configs[0].phone_type #=> String, one of "SOFT_PHONE", "DESK_PHONE"
21100
+ # resp.users[0].phone_number_configs[0].phone_number #=> String
21101
+ # resp.users[0].persistent_connection_configs #=> Array
21102
+ # resp.users[0].persistent_connection_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
21103
+ # resp.users[0].persistent_connection_configs[0].persistent_connection #=> Boolean
21104
+ # resp.users[0].voice_enhancement_configs #=> Array
21105
+ # resp.users[0].voice_enhancement_configs[0].channel #=> String, one of "VOICE", "CHAT", "TASK", "EMAIL"
21106
+ # resp.users[0].voice_enhancement_configs[0].voice_enhancement_mode #=> String, one of "VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE"
20992
21107
  # resp.next_token #=> String
20993
21108
  # resp.approximate_total_count #=> Integer
20994
21109
  #
@@ -27181,6 +27296,107 @@ module Aws::Connect
27181
27296
  req.send_request(options)
27182
27297
  end
27183
27298
 
27299
+ # Updates the configuration settings for the specified user, including
27300
+ # per-channel auto-accept and after contact work (ACW) timeout settings.
27301
+ #
27302
+ # <note markdown="1"> This operation replaces the UpdateUserPhoneConfig API. While
27303
+ # UpdateUserPhoneConfig applies the same ACW timeout to all channels,
27304
+ # UpdateUserConfig allows you to set different auto-accept and ACW
27305
+ # timeout values for each channel type.
27306
+ #
27307
+ # </note>
27308
+ #
27309
+ # @option params [Array<Types::AutoAcceptConfig>] :auto_accept_configs
27310
+ # The list of auto-accept configuration settings for each channel. When
27311
+ # auto-accept is enabled for a channel, available agents are
27312
+ # automatically connected to contacts from that channel without needing
27313
+ # to manually accept. Auto-accept connects agents to contacts in less
27314
+ # than one second.
27315
+ #
27316
+ # @option params [Array<Types::AfterContactWorkConfigPerChannel>] :after_contact_work_configs
27317
+ # The list of after contact work (ACW) timeout configuration settings
27318
+ # for each channel. ACW timeout specifies how many seconds agents have
27319
+ # for after contact work, such as entering notes about the contact. The
27320
+ # minimum setting is 1 second, and the maximum is 2,000,000 seconds (24
27321
+ # days). Enter 0 for an indefinite amount of time, meaning agents must
27322
+ # manually choose to end ACW.
27323
+ #
27324
+ # @option params [Array<Types::PhoneNumberConfig>] :phone_number_configs
27325
+ # The list of phone number configuration settings for each channel.
27326
+ #
27327
+ # @option params [Array<Types::PersistentConnectionConfig>] :persistent_connection_configs
27328
+ # The list of persistent connection configuration settings for each
27329
+ # channel.
27330
+ #
27331
+ # @option params [Array<Types::VoiceEnhancementConfig>] :voice_enhancement_configs
27332
+ # The list of voice enhancement configuration settings for each channel.
27333
+ #
27334
+ # @option params [required, String] :user_id
27335
+ # The identifier of the user account.
27336
+ #
27337
+ # @option params [required, String] :instance_id
27338
+ # The identifier of the Amazon Connect instance. You can [find the
27339
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
27340
+ #
27341
+ #
27342
+ #
27343
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
27344
+ #
27345
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
27346
+ #
27347
+ # @example Request syntax with placeholder values
27348
+ #
27349
+ # resp = client.update_user_config({
27350
+ # auto_accept_configs: [
27351
+ # {
27352
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
27353
+ # auto_accept: false, # required
27354
+ # agent_first_callback_auto_accept: false,
27355
+ # },
27356
+ # ],
27357
+ # after_contact_work_configs: [
27358
+ # {
27359
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
27360
+ # after_contact_work_config: { # required
27361
+ # after_contact_work_time_limit: 1,
27362
+ # },
27363
+ # agent_first_callback_after_contact_work_config: {
27364
+ # after_contact_work_time_limit: 1,
27365
+ # },
27366
+ # },
27367
+ # ],
27368
+ # phone_number_configs: [
27369
+ # {
27370
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
27371
+ # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
27372
+ # phone_number: "SensitivePhoneNumber",
27373
+ # },
27374
+ # ],
27375
+ # persistent_connection_configs: [
27376
+ # {
27377
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
27378
+ # persistent_connection: false, # required
27379
+ # },
27380
+ # ],
27381
+ # voice_enhancement_configs: [
27382
+ # {
27383
+ # channel: "VOICE", # required, accepts VOICE, CHAT, TASK, EMAIL
27384
+ # voice_enhancement_mode: "VOICE_ISOLATION", # required, accepts VOICE_ISOLATION, NOISE_SUPPRESSION, NONE
27385
+ # },
27386
+ # ],
27387
+ # user_id: "UserId", # required
27388
+ # instance_id: "InstanceId", # required
27389
+ # })
27390
+ #
27391
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserConfig AWS API Documentation
27392
+ #
27393
+ # @overload update_user_config(params = {})
27394
+ # @param [Hash] params ({})
27395
+ def update_user_config(params = {}, options = {})
27396
+ req = build_request(:update_user_config, params)
27397
+ req.send_request(options)
27398
+ end
27399
+
27184
27400
  # Assigns the specified hierarchy group to the specified user.
27185
27401
  #
27186
27402
  # @option params [String] :hierarchy_group_id
@@ -27354,6 +27570,19 @@ module Aws::Connect
27354
27570
 
27355
27571
  # Updates the phone configuration settings for the specified user.
27356
27572
  #
27573
+ # <note markdown="1"> We recommend using the [UpdateUserConfig][1] API, which supports
27574
+ # additional functionality that is not available in the
27575
+ # UpdateUserPhoneConfig API, such as voice enhancement settings and
27576
+ # per-channel configuration for auto-accept and After Contact Work (ACW)
27577
+ # timeouts. In comparison, the UpdateUserPhoneConfig API will always set
27578
+ # the same ACW timeouts to all channels the user handles.
27579
+ #
27580
+ # </note>
27581
+ #
27582
+ #
27583
+ #
27584
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateUserConfig.html
27585
+ #
27357
27586
  # @option params [required, Types::UserPhoneConfig] :phone_config
27358
27587
  # Information about phone configuration settings for the user.
27359
27588
  #
@@ -27374,10 +27603,10 @@ module Aws::Connect
27374
27603
  #
27375
27604
  # resp = client.update_user_phone_config({
27376
27605
  # phone_config: { # required
27377
- # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
27606
+ # phone_type: "SOFT_PHONE", # accepts SOFT_PHONE, DESK_PHONE
27378
27607
  # auto_accept: false,
27379
27608
  # after_contact_work_time_limit: 1,
27380
- # desk_phone_number: "PhoneNumber",
27609
+ # desk_phone_number: "SensitivePhoneNumber",
27381
27610
  # persistent_connection: false,
27382
27611
  # },
27383
27612
  # user_id: "UserId", # required
@@ -27877,7 +28106,7 @@ module Aws::Connect
27877
28106
  tracer: tracer
27878
28107
  )
27879
28108
  context[:gem_name] = 'aws-sdk-connect'
27880
- context[:gem_version] = '1.240.0'
28109
+ context[:gem_version] = '1.241.0'
27881
28110
  Seahorse::Client::Request.new(handlers, context)
27882
28111
  end
27883
28112
 
@@ -27,12 +27,16 @@ module Aws::Connect
27
27
  ActiveRegion = Shapes::StringShape.new(name: 'ActiveRegion')
28
28
  ActiveRegionList = Shapes::ListShape.new(name: 'ActiveRegionList')
29
29
  AdditionalEmailRecipients = Shapes::StructureShape.new(name: 'AdditionalEmailRecipients')
30
+ AfterContactWorkConfig = Shapes::StructureShape.new(name: 'AfterContactWorkConfig')
31
+ AfterContactWorkConfigPerChannel = Shapes::StructureShape.new(name: 'AfterContactWorkConfigPerChannel')
32
+ AfterContactWorkConfigs = Shapes::ListShape.new(name: 'AfterContactWorkConfigs')
30
33
  AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
31
34
  AgentAvailabilityTimer = Shapes::StringShape.new(name: 'AgentAvailabilityTimer')
32
35
  AgentConfig = Shapes::StructureShape.new(name: 'AgentConfig')
33
36
  AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
34
37
  AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
35
38
  AgentFirst = Shapes::StructureShape.new(name: 'AgentFirst')
39
+ AgentFirstCallbackAutoAccept = Shapes::BooleanShape.new(name: 'AgentFirstCallbackAutoAccept')
36
40
  AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
37
41
  AgentHierarchyGroup = Shapes::StructureShape.new(name: 'AgentHierarchyGroup')
38
42
  AgentHierarchyGroups = Shapes::StructureShape.new(name: 'AgentHierarchyGroups')
@@ -158,6 +162,8 @@ module Aws::Connect
158
162
  AuthenticationProfileSummaryList = Shapes::ListShape.new(name: 'AuthenticationProfileSummaryList')
159
163
  AuthorizationCode = Shapes::StringShape.new(name: 'AuthorizationCode')
160
164
  AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
165
+ AutoAcceptConfig = Shapes::StructureShape.new(name: 'AutoAcceptConfig')
166
+ AutoAcceptConfigs = Shapes::ListShape.new(name: 'AutoAcceptConfigs')
161
167
  AutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'AutoEvaluationConfiguration')
162
168
  AutoEvaluationDetails = Shapes::StructureShape.new(name: 'AutoEvaluationDetails')
163
169
  AutoEvaluationStatus = Shapes::StringShape.new(name: 'AutoEvaluationStatus')
@@ -1294,7 +1300,11 @@ module Aws::Connect
1294
1300
  PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
1295
1301
  PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
1296
1302
  PersistentConnection = Shapes::BooleanShape.new(name: 'PersistentConnection')
1303
+ PersistentConnectionConfig = Shapes::StructureShape.new(name: 'PersistentConnectionConfig')
1304
+ PersistentConnectionConfigs = Shapes::ListShape.new(name: 'PersistentConnectionConfigs')
1297
1305
  PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
1306
+ PhoneNumberConfig = Shapes::StructureShape.new(name: 'PhoneNumberConfig')
1307
+ PhoneNumberConfigs = Shapes::ListShape.new(name: 'PhoneNumberConfigs')
1298
1308
  PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
1299
1309
  PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
1300
1310
  PhoneNumberDescription = Shapes::StringShape.new(name: 'PhoneNumberDescription')
@@ -1658,6 +1668,7 @@ module Aws::Connect
1658
1668
  SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
1659
1669
  SendOutboundEmailRequest = Shapes::StructureShape.new(name: 'SendOutboundEmailRequest')
1660
1670
  SendOutboundEmailResponse = Shapes::StructureShape.new(name: 'SendOutboundEmailResponse')
1671
+ SensitivePhoneNumber = Shapes::StringShape.new(name: 'SensitivePhoneNumber')
1661
1672
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
1662
1673
  ServiceQuotaExceededExceptionReason = Shapes::UnionShape.new(name: 'ServiceQuotaExceededExceptionReason')
1663
1674
  SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
@@ -1923,6 +1934,7 @@ module Aws::Connect
1923
1934
  UpdateTestCaseResponse = Shapes::StructureShape.new(name: 'UpdateTestCaseResponse')
1924
1935
  UpdateTrafficDistributionRequest = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionRequest')
1925
1936
  UpdateTrafficDistributionResponse = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionResponse')
1937
+ UpdateUserConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserConfigRequest')
1926
1938
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
1927
1939
  UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
1928
1940
  UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
@@ -2031,6 +2043,9 @@ module Aws::Connect
2031
2043
  VocabularySummary = Shapes::StructureShape.new(name: 'VocabularySummary')
2032
2044
  VocabularySummaryList = Shapes::ListShape.new(name: 'VocabularySummaryList')
2033
2045
  VoiceCallEntryPointParameters = Shapes::StructureShape.new(name: 'VoiceCallEntryPointParameters')
2046
+ VoiceEnhancementConfig = Shapes::StructureShape.new(name: 'VoiceEnhancementConfig')
2047
+ VoiceEnhancementConfigs = Shapes::ListShape.new(name: 'VoiceEnhancementConfigs')
2048
+ VoiceEnhancementMode = Shapes::StringShape.new(name: 'VoiceEnhancementMode')
2034
2049
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
2035
2050
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
2036
2051
  WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
@@ -2094,6 +2109,16 @@ module Aws::Connect
2094
2109
  AdditionalEmailRecipients.add_member(:cc_list, Shapes::ShapeRef.new(shape: EmailRecipientsList, location_name: "CcList"))
2095
2110
  AdditionalEmailRecipients.struct_class = Types::AdditionalEmailRecipients
2096
2111
 
2112
+ AfterContactWorkConfig.add_member(:after_contact_work_time_limit, Shapes::ShapeRef.new(shape: AfterContactWorkTimeLimit, location_name: "AfterContactWorkTimeLimit"))
2113
+ AfterContactWorkConfig.struct_class = Types::AfterContactWorkConfig
2114
+
2115
+ AfterContactWorkConfigPerChannel.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
2116
+ AfterContactWorkConfigPerChannel.add_member(:after_contact_work_config, Shapes::ShapeRef.new(shape: AfterContactWorkConfig, required: true, location_name: "AfterContactWorkConfig"))
2117
+ AfterContactWorkConfigPerChannel.add_member(:agent_first_callback_after_contact_work_config, Shapes::ShapeRef.new(shape: AfterContactWorkConfig, location_name: "AgentFirstCallbackAfterContactWorkConfig"))
2118
+ AfterContactWorkConfigPerChannel.struct_class = Types::AfterContactWorkConfigPerChannel
2119
+
2120
+ AfterContactWorkConfigs.member = Shapes::ShapeRef.new(shape: AfterContactWorkConfigPerChannel)
2121
+
2097
2122
  AgentConfig.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "Distributions"))
2098
2123
  AgentConfig.struct_class = Types::AgentConfig
2099
2124
 
@@ -2489,6 +2514,13 @@ module Aws::Connect
2489
2514
 
2490
2515
  AuthenticationProfileSummaryList.member = Shapes::ShapeRef.new(shape: AuthenticationProfileSummary)
2491
2516
 
2517
+ AutoAcceptConfig.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
2518
+ AutoAcceptConfig.add_member(:auto_accept, Shapes::ShapeRef.new(shape: AutoAccept, required: true, location_name: "AutoAccept"))
2519
+ AutoAcceptConfig.add_member(:agent_first_callback_auto_accept, Shapes::ShapeRef.new(shape: AgentFirstCallbackAutoAccept, location_name: "AgentFirstCallbackAutoAccept"))
2520
+ AutoAcceptConfig.struct_class = Types::AutoAcceptConfig
2521
+
2522
+ AutoAcceptConfigs.member = Shapes::ShapeRef.new(shape: AutoAcceptConfig)
2523
+
2492
2524
  AutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
2493
2525
  AutoEvaluationConfiguration.struct_class = Types::AutoEvaluationConfiguration
2494
2526
 
@@ -3453,12 +3485,17 @@ module Aws::Connect
3453
3485
  CreateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, required: true, location_name: "Username"))
3454
3486
  CreateUserRequest.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
3455
3487
  CreateUserRequest.add_member(:identity_info, Shapes::ShapeRef.new(shape: UserIdentityInfo, location_name: "IdentityInfo"))
3456
- CreateUserRequest.add_member(:phone_config, Shapes::ShapeRef.new(shape: UserPhoneConfig, required: true, location_name: "PhoneConfig"))
3488
+ CreateUserRequest.add_member(:phone_config, Shapes::ShapeRef.new(shape: UserPhoneConfig, location_name: "PhoneConfig"))
3457
3489
  CreateUserRequest.add_member(:directory_user_id, Shapes::ShapeRef.new(shape: DirectoryUserId, location_name: "DirectoryUserId"))
3458
3490
  CreateUserRequest.add_member(:security_profile_ids, Shapes::ShapeRef.new(shape: SecurityProfileIds, required: true, location_name: "SecurityProfileIds"))
3459
3491
  CreateUserRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location_name: "RoutingProfileId"))
3460
3492
  CreateUserRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "HierarchyGroupId"))
3461
3493
  CreateUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3494
+ CreateUserRequest.add_member(:auto_accept_configs, Shapes::ShapeRef.new(shape: AutoAcceptConfigs, location_name: "AutoAcceptConfigs"))
3495
+ CreateUserRequest.add_member(:after_contact_work_configs, Shapes::ShapeRef.new(shape: AfterContactWorkConfigs, location_name: "AfterContactWorkConfigs"))
3496
+ CreateUserRequest.add_member(:phone_number_configs, Shapes::ShapeRef.new(shape: PhoneNumberConfigs, location_name: "PhoneNumberConfigs"))
3497
+ CreateUserRequest.add_member(:persistent_connection_configs, Shapes::ShapeRef.new(shape: PersistentConnectionConfigs, location_name: "PersistentConnectionConfigs"))
3498
+ CreateUserRequest.add_member(:voice_enhancement_configs, Shapes::ShapeRef.new(shape: VoiceEnhancementConfigs, location_name: "VoiceEnhancementConfigs"))
3462
3499
  CreateUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3463
3500
  CreateUserRequest.struct_class = Types::CreateUserRequest
3464
3501
 
@@ -6467,6 +6504,19 @@ module Aws::Connect
6467
6504
  PersistentChat.add_member(:source_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "SourceContactId"))
6468
6505
  PersistentChat.struct_class = Types::PersistentChat
6469
6506
 
6507
+ PersistentConnectionConfig.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
6508
+ PersistentConnectionConfig.add_member(:persistent_connection, Shapes::ShapeRef.new(shape: PersistentConnection, required: true, location_name: "PersistentConnection", metadata: {"box" => true}))
6509
+ PersistentConnectionConfig.struct_class = Types::PersistentConnectionConfig
6510
+
6511
+ PersistentConnectionConfigs.member = Shapes::ShapeRef.new(shape: PersistentConnectionConfig)
6512
+
6513
+ PhoneNumberConfig.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
6514
+ PhoneNumberConfig.add_member(:phone_type, Shapes::ShapeRef.new(shape: PhoneType, required: true, location_name: "PhoneType"))
6515
+ PhoneNumberConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: SensitivePhoneNumber, location_name: "PhoneNumber"))
6516
+ PhoneNumberConfig.struct_class = Types::PhoneNumberConfig
6517
+
6518
+ PhoneNumberConfigs.member = Shapes::ShapeRef.new(shape: PhoneNumberConfig)
6519
+
6470
6520
  PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
6471
6521
 
6472
6522
  PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
@@ -8585,6 +8635,15 @@ module Aws::Connect
8585
8635
 
8586
8636
  UpdateTrafficDistributionResponse.struct_class = Types::UpdateTrafficDistributionResponse
8587
8637
 
8638
+ UpdateUserConfigRequest.add_member(:auto_accept_configs, Shapes::ShapeRef.new(shape: AutoAcceptConfigs, location_name: "AutoAcceptConfigs"))
8639
+ UpdateUserConfigRequest.add_member(:after_contact_work_configs, Shapes::ShapeRef.new(shape: AfterContactWorkConfigs, location_name: "AfterContactWorkConfigs"))
8640
+ UpdateUserConfigRequest.add_member(:phone_number_configs, Shapes::ShapeRef.new(shape: PhoneNumberConfigs, location_name: "PhoneNumberConfigs"))
8641
+ UpdateUserConfigRequest.add_member(:persistent_connection_configs, Shapes::ShapeRef.new(shape: PersistentConnectionConfigs, location_name: "PersistentConnectionConfigs"))
8642
+ UpdateUserConfigRequest.add_member(:voice_enhancement_configs, Shapes::ShapeRef.new(shape: VoiceEnhancementConfigs, location_name: "VoiceEnhancementConfigs"))
8643
+ UpdateUserConfigRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
8644
+ UpdateUserConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8645
+ UpdateUserConfigRequest.struct_class = Types::UpdateUserConfigRequest
8646
+
8588
8647
  UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
8589
8648
  UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
8590
8649
  UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -8704,6 +8763,11 @@ module Aws::Connect
8704
8763
  User.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
8705
8764
  User.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "HierarchyGroupId"))
8706
8765
  User.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8766
+ User.add_member(:auto_accept_configs, Shapes::ShapeRef.new(shape: AutoAcceptConfigs, location_name: "AutoAcceptConfigs"))
8767
+ User.add_member(:after_contact_work_configs, Shapes::ShapeRef.new(shape: AfterContactWorkConfigs, location_name: "AfterContactWorkConfigs"))
8768
+ User.add_member(:phone_number_configs, Shapes::ShapeRef.new(shape: PhoneNumberConfigs, location_name: "PhoneNumberConfigs"))
8769
+ User.add_member(:persistent_connection_configs, Shapes::ShapeRef.new(shape: PersistentConnectionConfigs, location_name: "PersistentConnectionConfigs"))
8770
+ User.add_member(:voice_enhancement_configs, Shapes::ShapeRef.new(shape: VoiceEnhancementConfigs, location_name: "VoiceEnhancementConfigs"))
8707
8771
  User.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8708
8772
  User.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8709
8773
  User.struct_class = Types::User
@@ -8761,10 +8825,10 @@ module Aws::Connect
8761
8825
  UserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
8762
8826
  UserNotFoundException.struct_class = Types::UserNotFoundException
8763
8827
 
8764
- UserPhoneConfig.add_member(:phone_type, Shapes::ShapeRef.new(shape: PhoneType, required: true, location_name: "PhoneType"))
8828
+ UserPhoneConfig.add_member(:phone_type, Shapes::ShapeRef.new(shape: PhoneType, location_name: "PhoneType"))
8765
8829
  UserPhoneConfig.add_member(:auto_accept, Shapes::ShapeRef.new(shape: AutoAccept, location_name: "AutoAccept"))
8766
8830
  UserPhoneConfig.add_member(:after_contact_work_time_limit, Shapes::ShapeRef.new(shape: AfterContactWorkTimeLimit, location_name: "AfterContactWorkTimeLimit"))
8767
- UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
8831
+ UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: SensitivePhoneNumber, location_name: "DeskPhoneNumber"))
8768
8832
  UserPhoneConfig.add_member(:persistent_connection, Shapes::ShapeRef.new(shape: PersistentConnection, location_name: "PersistentConnection", metadata: {"box" => true}))
8769
8833
  UserPhoneConfig.struct_class = Types::UserPhoneConfig
8770
8834
 
@@ -8812,6 +8876,11 @@ module Aws::Connect
8812
8876
  UserSearchSummary.add_member(:security_profile_ids, Shapes::ShapeRef.new(shape: SecurityProfileIds, location_name: "SecurityProfileIds"))
8813
8877
  UserSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8814
8878
  UserSearchSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
8879
+ UserSearchSummary.add_member(:auto_accept_configs, Shapes::ShapeRef.new(shape: AutoAcceptConfigs, location_name: "AutoAcceptConfigs"))
8880
+ UserSearchSummary.add_member(:after_contact_work_configs, Shapes::ShapeRef.new(shape: AfterContactWorkConfigs, location_name: "AfterContactWorkConfigs"))
8881
+ UserSearchSummary.add_member(:phone_number_configs, Shapes::ShapeRef.new(shape: PhoneNumberConfigs, location_name: "PhoneNumberConfigs"))
8882
+ UserSearchSummary.add_member(:persistent_connection_configs, Shapes::ShapeRef.new(shape: PersistentConnectionConfigs, location_name: "PersistentConnectionConfigs"))
8883
+ UserSearchSummary.add_member(:voice_enhancement_configs, Shapes::ShapeRef.new(shape: VoiceEnhancementConfigs, location_name: "VoiceEnhancementConfigs"))
8815
8884
  UserSearchSummary.struct_class = Types::UserSearchSummary
8816
8885
 
8817
8886
  UserSearchSummaryList.member = Shapes::ShapeRef.new(shape: UserSearchSummary)
@@ -8939,6 +9008,12 @@ module Aws::Connect
8939
9008
  VoiceCallEntryPointParameters.add_member(:flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "FlowId"))
8940
9009
  VoiceCallEntryPointParameters.struct_class = Types::VoiceCallEntryPointParameters
8941
9010
 
9011
+ VoiceEnhancementConfig.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "Channel"))
9012
+ VoiceEnhancementConfig.add_member(:voice_enhancement_mode, Shapes::ShapeRef.new(shape: VoiceEnhancementMode, required: true, location_name: "VoiceEnhancementMode"))
9013
+ VoiceEnhancementConfig.struct_class = Types::VoiceEnhancementConfig
9014
+
9015
+ VoiceEnhancementConfigs.member = Shapes::ShapeRef.new(shape: VoiceEnhancementConfig)
9016
+
8942
9017
  VoiceRecordingConfiguration.add_member(:voice_recording_track, Shapes::ShapeRef.new(shape: VoiceRecordingTrack, location_name: "VoiceRecordingTrack"))
8943
9018
  VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
8944
9019
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
@@ -14264,6 +14339,20 @@ module Aws::Connect
14264
14339
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
14265
14340
  end)
14266
14341
 
14342
+ api.add_operation(:update_user_config, Seahorse::Model::Operation.new.tap do |o|
14343
+ o.name = "UpdateUserConfig"
14344
+ o.http_method = "POST"
14345
+ o.http_request_uri = "/users/{InstanceId}/{UserId}/config"
14346
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserConfigRequest)
14347
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
14348
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
14349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
14350
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
14351
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
14352
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
14353
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
14354
+ end)
14355
+
14267
14356
  api.add_operation(:update_user_hierarchy, Seahorse::Model::Operation.new.tap do |o|
14268
14357
  o.name = "UpdateUserHierarchy"
14269
14358
  o.http_method = "POST"
@@ -107,6 +107,48 @@ module Aws::Connect
107
107
  include Aws::Structure
108
108
  end
109
109
 
110
+ # Configuration settings for after contact work (ACW) timeout.
111
+ #
112
+ # @!attribute [rw] after_contact_work_time_limit
113
+ # The ACW timeout duration in seconds. Minimum: 1 second. Maximum:
114
+ # 2,000,000 seconds (24 days). Enter 0 for indefinite ACW time.
115
+ # @return [Integer]
116
+ #
117
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AfterContactWorkConfig AWS API Documentation
118
+ #
119
+ class AfterContactWorkConfig < Struct.new(
120
+ :after_contact_work_time_limit)
121
+ SENSITIVE = []
122
+ include Aws::Structure
123
+ end
124
+
125
+ # Configuration settings for after contact work (ACW) timeout for a
126
+ # specific channel.
127
+ #
128
+ # @!attribute [rw] channel
129
+ # The channel for this ACW timeout configuration. Valid values: VOICE,
130
+ # CHAT, TASK, EMAIL.
131
+ # @return [String]
132
+ #
133
+ # @!attribute [rw] after_contact_work_config
134
+ # The ACW timeout settings for this channel.
135
+ # @return [Types::AfterContactWorkConfig]
136
+ #
137
+ # @!attribute [rw] agent_first_callback_after_contact_work_config
138
+ # The ACW timeout settings for agent-first callbacks. This setting
139
+ # only applies to the VOICE channel.
140
+ # @return [Types::AfterContactWorkConfig]
141
+ #
142
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AfterContactWorkConfigPerChannel AWS API Documentation
143
+ #
144
+ class AfterContactWorkConfigPerChannel < Struct.new(
145
+ :channel,
146
+ :after_contact_work_config,
147
+ :agent_first_callback_after_contact_work_config)
148
+ SENSITIVE = []
149
+ include Aws::Structure
150
+ end
151
+
110
152
  # The distribution of agents between the instance and its replica(s).
111
153
  #
112
154
  # @!attribute [rw] distributions
@@ -2021,6 +2063,34 @@ module Aws::Connect
2021
2063
  include Aws::Structure
2022
2064
  end
2023
2065
 
2066
+ # Configuration settings for auto-accept for a specific channel.
2067
+ #
2068
+ # @!attribute [rw] channel
2069
+ # The channel for this auto-accept configuration. Valid values: VOICE,
2070
+ # CHAT, TASK, EMAIL.
2071
+ # @return [String]
2072
+ #
2073
+ # @!attribute [rw] auto_accept
2074
+ # Indicates whether auto-accept is enabled for this channel. When
2075
+ # enabled, available agents are automatically connected to contacts
2076
+ # from this channel.
2077
+ # @return [Boolean]
2078
+ #
2079
+ # @!attribute [rw] agent_first_callback_auto_accept
2080
+ # Indicates whether auto-accept is enabled for agent-first callbacks.
2081
+ # This setting only applies to the VOICE channel.
2082
+ # @return [Boolean]
2083
+ #
2084
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AutoAcceptConfig AWS API Documentation
2085
+ #
2086
+ class AutoAcceptConfig < Struct.new(
2087
+ :channel,
2088
+ :auto_accept,
2089
+ :agent_first_callback_auto_accept)
2090
+ SENSITIVE = []
2091
+ include Aws::Structure
2092
+ end
2093
+
2024
2094
  # Configuration information about automated evaluations.
2025
2095
  #
2026
2096
  # @!attribute [rw] enabled
@@ -7114,7 +7184,11 @@ module Aws::Connect
7114
7184
  # @return [Types::UserIdentityInfo]
7115
7185
  #
7116
7186
  # @!attribute [rw] phone_config
7117
- # The phone settings for the user.
7187
+ # The phone settings for the user. This parameter is optional. If not
7188
+ # provided, the user can be configured using channel-specific
7189
+ # parameters such as `AutoAcceptConfigs`, `AfterContactWorkConfigs`,
7190
+ # `PhoneNumberConfigs`, `PersistentConnectionConfigs`, and
7191
+ # `VoiceEnhancementConfigs`.
7118
7192
  # @return [Types::UserPhoneConfig]
7119
7193
  #
7120
7194
  # @!attribute [rw] directory_user_id
@@ -7153,6 +7227,29 @@ module Aws::Connect
7153
7227
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
7154
7228
  # @return [String]
7155
7229
  #
7230
+ # @!attribute [rw] auto_accept_configs
7231
+ # The list of auto-accept configuration settings for each channel.
7232
+ # @return [Array<Types::AutoAcceptConfig>]
7233
+ #
7234
+ # @!attribute [rw] after_contact_work_configs
7235
+ # The list of after contact work (ACW) timeout configuration settings
7236
+ # for each channel.
7237
+ # @return [Array<Types::AfterContactWorkConfigPerChannel>]
7238
+ #
7239
+ # @!attribute [rw] phone_number_configs
7240
+ # The list of phone number configuration settings for each channel.
7241
+ # @return [Array<Types::PhoneNumberConfig>]
7242
+ #
7243
+ # @!attribute [rw] persistent_connection_configs
7244
+ # The list of persistent connection configuration settings for each
7245
+ # channel.
7246
+ # @return [Array<Types::PersistentConnectionConfig>]
7247
+ #
7248
+ # @!attribute [rw] voice_enhancement_configs
7249
+ # The list of voice enhancement configuration settings for each
7250
+ # channel.
7251
+ # @return [Array<Types::VoiceEnhancementConfig>]
7252
+ #
7156
7253
  # @!attribute [rw] tags
7157
7254
  # The tags used to organize, track, or control access for this
7158
7255
  # resource. For example, \{ "Tags": \{"key1":"value1",
@@ -7171,6 +7268,11 @@ module Aws::Connect
7171
7268
  :routing_profile_id,
7172
7269
  :hierarchy_group_id,
7173
7270
  :instance_id,
7271
+ :auto_accept_configs,
7272
+ :after_contact_work_configs,
7273
+ :phone_number_configs,
7274
+ :persistent_connection_configs,
7275
+ :voice_enhancement_configs,
7174
7276
  :tags)
7175
7277
  SENSITIVE = [:password]
7176
7278
  include Aws::Structure
@@ -24402,6 +24504,54 @@ module Aws::Connect
24402
24504
  include Aws::Structure
24403
24505
  end
24404
24506
 
24507
+ # Configuration settings for persistent connection for a specific
24508
+ # channel.
24509
+ #
24510
+ # @!attribute [rw] channel
24511
+ # Configuration settings for persistent connection. **Only `VOICE` is
24512
+ # supported for this data type.**
24513
+ # @return [String]
24514
+ #
24515
+ # @!attribute [rw] persistent_connection
24516
+ # Indicates whether persistent connection is enabled. When enabled,
24517
+ # the agent's connection is maintained after a call ends, enabling
24518
+ # subsequent calls to connect faster.
24519
+ # @return [Boolean]
24520
+ #
24521
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/PersistentConnectionConfig AWS API Documentation
24522
+ #
24523
+ class PersistentConnectionConfig < Struct.new(
24524
+ :channel,
24525
+ :persistent_connection)
24526
+ SENSITIVE = []
24527
+ include Aws::Structure
24528
+ end
24529
+
24530
+ # Configuration settings for phone type and phone number.
24531
+ #
24532
+ # @!attribute [rw] channel
24533
+ # The channel for this phone number configuration. **Only `VOICE` is
24534
+ # supported for this data type.**
24535
+ # @return [String]
24536
+ #
24537
+ # @!attribute [rw] phone_type
24538
+ # The phone type. Valid values: SOFT\_PHONE, DESK\_PHONE.
24539
+ # @return [String]
24540
+ #
24541
+ # @!attribute [rw] phone_number
24542
+ # The phone number for the user's desk phone.
24543
+ # @return [String]
24544
+ #
24545
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/PhoneNumberConfig AWS API Documentation
24546
+ #
24547
+ class PhoneNumberConfig < Struct.new(
24548
+ :channel,
24549
+ :phone_type,
24550
+ :phone_number)
24551
+ SENSITIVE = [:phone_number]
24552
+ include Aws::Structure
24553
+ end
24554
+
24405
24555
  # Contains information about a phone number for a quick connect.
24406
24556
  #
24407
24557
  # @!attribute [rw] phone_number
@@ -35069,6 +35219,64 @@ module Aws::Connect
35069
35219
  #
35070
35220
  class UpdateTrafficDistributionResponse < Aws::EmptyStructure; end
35071
35221
 
35222
+ # @!attribute [rw] auto_accept_configs
35223
+ # The list of auto-accept configuration settings for each channel.
35224
+ # When auto-accept is enabled for a channel, available agents are
35225
+ # automatically connected to contacts from that channel without
35226
+ # needing to manually accept. Auto-accept connects agents to contacts
35227
+ # in less than one second.
35228
+ # @return [Array<Types::AutoAcceptConfig>]
35229
+ #
35230
+ # @!attribute [rw] after_contact_work_configs
35231
+ # The list of after contact work (ACW) timeout configuration settings
35232
+ # for each channel. ACW timeout specifies how many seconds agents have
35233
+ # for after contact work, such as entering notes about the contact.
35234
+ # The minimum setting is 1 second, and the maximum is 2,000,000
35235
+ # seconds (24 days). Enter 0 for an indefinite amount of time, meaning
35236
+ # agents must manually choose to end ACW.
35237
+ # @return [Array<Types::AfterContactWorkConfigPerChannel>]
35238
+ #
35239
+ # @!attribute [rw] phone_number_configs
35240
+ # The list of phone number configuration settings for each channel.
35241
+ # @return [Array<Types::PhoneNumberConfig>]
35242
+ #
35243
+ # @!attribute [rw] persistent_connection_configs
35244
+ # The list of persistent connection configuration settings for each
35245
+ # channel.
35246
+ # @return [Array<Types::PersistentConnectionConfig>]
35247
+ #
35248
+ # @!attribute [rw] voice_enhancement_configs
35249
+ # The list of voice enhancement configuration settings for each
35250
+ # channel.
35251
+ # @return [Array<Types::VoiceEnhancementConfig>]
35252
+ #
35253
+ # @!attribute [rw] user_id
35254
+ # The identifier of the user account.
35255
+ # @return [String]
35256
+ #
35257
+ # @!attribute [rw] instance_id
35258
+ # The identifier of the Amazon Connect instance. You can [find the
35259
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
35260
+ #
35261
+ #
35262
+ #
35263
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
35264
+ # @return [String]
35265
+ #
35266
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserConfigRequest AWS API Documentation
35267
+ #
35268
+ class UpdateUserConfigRequest < Struct.new(
35269
+ :auto_accept_configs,
35270
+ :after_contact_work_configs,
35271
+ :phone_number_configs,
35272
+ :persistent_connection_configs,
35273
+ :voice_enhancement_configs,
35274
+ :user_id,
35275
+ :instance_id)
35276
+ SENSITIVE = []
35277
+ include Aws::Structure
35278
+ end
35279
+
35072
35280
  # @!attribute [rw] name
35073
35281
  # The name of the hierarchy group. Must not be more than 100
35074
35282
  # characters.
@@ -35631,6 +35839,29 @@ module Aws::Connect
35631
35839
  # The tags.
35632
35840
  # @return [Hash<String,String>]
35633
35841
  #
35842
+ # @!attribute [rw] auto_accept_configs
35843
+ # The list of auto-accept configuration settings for each channel.
35844
+ # @return [Array<Types::AutoAcceptConfig>]
35845
+ #
35846
+ # @!attribute [rw] after_contact_work_configs
35847
+ # The list of after contact work (ACW) timeout configuration settings
35848
+ # for each channel.
35849
+ # @return [Array<Types::AfterContactWorkConfigPerChannel>]
35850
+ #
35851
+ # @!attribute [rw] phone_number_configs
35852
+ # The list of phone number configuration settings for each channel.
35853
+ # @return [Array<Types::PhoneNumberConfig>]
35854
+ #
35855
+ # @!attribute [rw] persistent_connection_configs
35856
+ # The list of persistent connection configuration settings for each
35857
+ # channel.
35858
+ # @return [Array<Types::PersistentConnectionConfig>]
35859
+ #
35860
+ # @!attribute [rw] voice_enhancement_configs
35861
+ # The list of voice enhancement configuration settings for each
35862
+ # channel.
35863
+ # @return [Array<Types::VoiceEnhancementConfig>]
35864
+ #
35634
35865
  # @!attribute [rw] last_modified_time
35635
35866
  # The timestamp when this resource was last modified.
35636
35867
  # @return [Time]
@@ -35653,6 +35884,11 @@ module Aws::Connect
35653
35884
  :routing_profile_id,
35654
35885
  :hierarchy_group_id,
35655
35886
  :tags,
35887
+ :auto_accept_configs,
35888
+ :after_contact_work_configs,
35889
+ :phone_number_configs,
35890
+ :persistent_connection_configs,
35891
+ :voice_enhancement_configs,
35656
35892
  :last_modified_time,
35657
35893
  :last_modified_region)
35658
35894
  SENSITIVE = []
@@ -35963,7 +36199,7 @@ module Aws::Connect
35963
36199
  :after_contact_work_time_limit,
35964
36200
  :desk_phone_number,
35965
36201
  :persistent_connection)
35966
- SENSITIVE = []
36202
+ SENSITIVE = [:desk_phone_number]
35967
36203
  include Aws::Structure
35968
36204
  end
35969
36205
 
@@ -36191,6 +36427,29 @@ module Aws::Connect
36191
36427
  # The name of the user.
36192
36428
  # @return [String]
36193
36429
  #
36430
+ # @!attribute [rw] auto_accept_configs
36431
+ # The list of auto-accept configuration settings for each channel.
36432
+ # @return [Array<Types::AutoAcceptConfig>]
36433
+ #
36434
+ # @!attribute [rw] after_contact_work_configs
36435
+ # The list of after contact work (ACW) timeout configuration settings
36436
+ # for each channel.
36437
+ # @return [Array<Types::AfterContactWorkConfigPerChannel>]
36438
+ #
36439
+ # @!attribute [rw] phone_number_configs
36440
+ # The list of phone number configuration settings for each channel.
36441
+ # @return [Array<Types::PhoneNumberConfig>]
36442
+ #
36443
+ # @!attribute [rw] persistent_connection_configs
36444
+ # The list of persistent connection configuration settings for each
36445
+ # channel.
36446
+ # @return [Array<Types::PersistentConnectionConfig>]
36447
+ #
36448
+ # @!attribute [rw] voice_enhancement_configs
36449
+ # The list of voice enhancement configuration settings for each
36450
+ # channel.
36451
+ # @return [Array<Types::VoiceEnhancementConfig>]
36452
+ #
36194
36453
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserSearchSummary AWS API Documentation
36195
36454
  #
36196
36455
  class UserSearchSummary < Struct.new(
@@ -36203,7 +36462,12 @@ module Aws::Connect
36203
36462
  :routing_profile_id,
36204
36463
  :security_profile_ids,
36205
36464
  :tags,
36206
- :username)
36465
+ :username,
36466
+ :auto_accept_configs,
36467
+ :after_contact_work_configs,
36468
+ :phone_number_configs,
36469
+ :persistent_connection_configs,
36470
+ :voice_enhancement_configs)
36207
36471
  SENSITIVE = []
36208
36472
  include Aws::Structure
36209
36473
  end
@@ -36775,6 +37039,26 @@ module Aws::Connect
36775
37039
  include Aws::Structure
36776
37040
  end
36777
37041
 
37042
+ # Configuration settings for voice enhancement.
37043
+ #
37044
+ # @!attribute [rw] channel
37045
+ # The channel for this voice enhancement configuration. **Only `VOICE`
37046
+ # is supported for this data type.**
37047
+ # @return [String]
37048
+ #
37049
+ # @!attribute [rw] voice_enhancement_mode
37050
+ # The voice enhancement mode.
37051
+ # @return [String]
37052
+ #
37053
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/VoiceEnhancementConfig AWS API Documentation
37054
+ #
37055
+ class VoiceEnhancementConfig < Struct.new(
37056
+ :channel,
37057
+ :voice_enhancement_mode)
37058
+ SENSITIVE = []
37059
+ include Aws::Structure
37060
+ end
37061
+
36778
37062
  # Contains information about the recording configuration settings.
36779
37063
  #
36780
37064
  # @!attribute [rw] voice_recording_track
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.240.0'
57
+ GEM_VERSION = '1.241.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1535,8 +1535,8 @@ module Aws
1535
1535
  secondary_email: ::String?,
1536
1536
  mobile: ::String?
1537
1537
  },
1538
- phone_config: {
1539
- phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
1538
+ ?phone_config: {
1539
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE")?,
1540
1540
  auto_accept: bool?,
1541
1541
  after_contact_work_time_limit: ::Integer?,
1542
1542
  desk_phone_number: ::String?,
@@ -1547,6 +1547,43 @@ module Aws
1547
1547
  routing_profile_id: ::String,
1548
1548
  ?hierarchy_group_id: ::String,
1549
1549
  instance_id: ::String,
1550
+ ?auto_accept_configs: Array[
1551
+ {
1552
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1553
+ auto_accept: bool,
1554
+ agent_first_callback_auto_accept: bool?
1555
+ },
1556
+ ],
1557
+ ?after_contact_work_configs: Array[
1558
+ {
1559
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1560
+ after_contact_work_config: {
1561
+ after_contact_work_time_limit: ::Integer?
1562
+ },
1563
+ agent_first_callback_after_contact_work_config: {
1564
+ after_contact_work_time_limit: ::Integer?
1565
+ }?
1566
+ },
1567
+ ],
1568
+ ?phone_number_configs: Array[
1569
+ {
1570
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1571
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
1572
+ phone_number: ::String?
1573
+ },
1574
+ ],
1575
+ ?persistent_connection_configs: Array[
1576
+ {
1577
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1578
+ persistent_connection: bool
1579
+ },
1580
+ ],
1581
+ ?voice_enhancement_configs: Array[
1582
+ {
1583
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
1584
+ voice_enhancement_mode: ("VOICE_ISOLATION" | "NOISE_SUPPRESSION" | "NONE")
1585
+ },
1586
+ ],
1550
1587
  ?tags: Hash[::String, ::String]
1551
1588
  ) -> _CreateUserResponseSuccess
1552
1589
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
@@ -7117,6 +7154,50 @@ module Aws
7117
7154
  ) -> _UpdateTrafficDistributionResponseSuccess
7118
7155
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrafficDistributionResponseSuccess
7119
7156
 
7157
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_config-instance_method
7158
+ def update_user_config: (
7159
+ ?auto_accept_configs: Array[
7160
+ {
7161
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
7162
+ auto_accept: bool,
7163
+ agent_first_callback_auto_accept: bool?
7164
+ },
7165
+ ],
7166
+ ?after_contact_work_configs: Array[
7167
+ {
7168
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
7169
+ after_contact_work_config: {
7170
+ after_contact_work_time_limit: ::Integer?
7171
+ },
7172
+ agent_first_callback_after_contact_work_config: {
7173
+ after_contact_work_time_limit: ::Integer?
7174
+ }?
7175
+ },
7176
+ ],
7177
+ ?phone_number_configs: Array[
7178
+ {
7179
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
7180
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
7181
+ phone_number: ::String?
7182
+ },
7183
+ ],
7184
+ ?persistent_connection_configs: Array[
7185
+ {
7186
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
7187
+ persistent_connection: bool
7188
+ },
7189
+ ],
7190
+ ?voice_enhancement_configs: Array[
7191
+ {
7192
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
7193
+ voice_enhancement_mode: ("VOICE_ISOLATION" | "NOISE_SUPPRESSION" | "NONE")
7194
+ },
7195
+ ],
7196
+ user_id: ::String,
7197
+ instance_id: ::String
7198
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
7199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
7200
+
7120
7201
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_hierarchy-instance_method
7121
7202
  def update_user_hierarchy: (
7122
7203
  ?hierarchy_group_id: ::String,
@@ -7173,7 +7254,7 @@ module Aws
7173
7254
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_phone_config-instance_method
7174
7255
  def update_user_phone_config: (
7175
7256
  phone_config: {
7176
- phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
7257
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE")?,
7177
7258
  auto_accept: bool?,
7178
7259
  after_contact_work_time_limit: ::Integer?,
7179
7260
  desk_phone_number: ::String?,
data/sig/types.rbs CHANGED
@@ -38,6 +38,18 @@ module Aws::Connect
38
38
  SENSITIVE: []
39
39
  end
40
40
 
41
+ class AfterContactWorkConfig
42
+ attr_accessor after_contact_work_time_limit: ::Integer
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class AfterContactWorkConfigPerChannel
47
+ attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
48
+ attr_accessor after_contact_work_config: Types::AfterContactWorkConfig
49
+ attr_accessor agent_first_callback_after_contact_work_config: Types::AfterContactWorkConfig
50
+ SENSITIVE: []
51
+ end
52
+
41
53
  class AgentConfig
42
54
  attr_accessor distributions: ::Array[Types::Distribution]
43
55
  SENSITIVE: []
@@ -491,6 +503,13 @@ module Aws::Connect
491
503
  SENSITIVE: []
492
504
  end
493
505
 
506
+ class AutoAcceptConfig
507
+ attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
508
+ attr_accessor auto_accept: bool
509
+ attr_accessor agent_first_callback_auto_accept: bool
510
+ SENSITIVE: []
511
+ end
512
+
494
513
  class AutoEvaluationConfiguration
495
514
  attr_accessor enabled: bool
496
515
  SENSITIVE: []
@@ -1673,6 +1692,11 @@ module Aws::Connect
1673
1692
  attr_accessor routing_profile_id: ::String
1674
1693
  attr_accessor hierarchy_group_id: ::String
1675
1694
  attr_accessor instance_id: ::String
1695
+ attr_accessor auto_accept_configs: ::Array[Types::AutoAcceptConfig]
1696
+ attr_accessor after_contact_work_configs: ::Array[Types::AfterContactWorkConfigPerChannel]
1697
+ attr_accessor phone_number_configs: ::Array[Types::PhoneNumberConfig]
1698
+ attr_accessor persistent_connection_configs: ::Array[Types::PersistentConnectionConfig]
1699
+ attr_accessor voice_enhancement_configs: ::Array[Types::VoiceEnhancementConfig]
1676
1700
  attr_accessor tags: ::Hash[::String, ::String]
1677
1701
  SENSITIVE: [:password]
1678
1702
  end
@@ -5610,6 +5634,19 @@ module Aws::Connect
5610
5634
  SENSITIVE: []
5611
5635
  end
5612
5636
 
5637
+ class PersistentConnectionConfig
5638
+ attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
5639
+ attr_accessor persistent_connection: bool
5640
+ SENSITIVE: []
5641
+ end
5642
+
5643
+ class PhoneNumberConfig
5644
+ attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
5645
+ attr_accessor phone_type: ("SOFT_PHONE" | "DESK_PHONE")
5646
+ attr_accessor phone_number: ::String
5647
+ SENSITIVE: [:phone_number]
5648
+ end
5649
+
5613
5650
  class PhoneNumberQuickConnectConfig
5614
5651
  attr_accessor phone_number: ::String
5615
5652
  SENSITIVE: []
@@ -8187,6 +8224,17 @@ module Aws::Connect
8187
8224
  class UpdateTrafficDistributionResponse < Aws::EmptyStructure
8188
8225
  end
8189
8226
 
8227
+ class UpdateUserConfigRequest
8228
+ attr_accessor auto_accept_configs: ::Array[Types::AutoAcceptConfig]
8229
+ attr_accessor after_contact_work_configs: ::Array[Types::AfterContactWorkConfigPerChannel]
8230
+ attr_accessor phone_number_configs: ::Array[Types::PhoneNumberConfig]
8231
+ attr_accessor persistent_connection_configs: ::Array[Types::PersistentConnectionConfig]
8232
+ attr_accessor voice_enhancement_configs: ::Array[Types::VoiceEnhancementConfig]
8233
+ attr_accessor user_id: ::String
8234
+ attr_accessor instance_id: ::String
8235
+ SENSITIVE: []
8236
+ end
8237
+
8190
8238
  class UpdateUserHierarchyGroupNameRequest
8191
8239
  attr_accessor name: ::String
8192
8240
  attr_accessor hierarchy_group_id: ::String
@@ -8343,6 +8391,11 @@ module Aws::Connect
8343
8391
  attr_accessor routing_profile_id: ::String
8344
8392
  attr_accessor hierarchy_group_id: ::String
8345
8393
  attr_accessor tags: ::Hash[::String, ::String]
8394
+ attr_accessor auto_accept_configs: ::Array[Types::AutoAcceptConfig]
8395
+ attr_accessor after_contact_work_configs: ::Array[Types::AfterContactWorkConfigPerChannel]
8396
+ attr_accessor phone_number_configs: ::Array[Types::PhoneNumberConfig]
8397
+ attr_accessor persistent_connection_configs: ::Array[Types::PersistentConnectionConfig]
8398
+ attr_accessor voice_enhancement_configs: ::Array[Types::VoiceEnhancementConfig]
8346
8399
  attr_accessor last_modified_time: ::Time
8347
8400
  attr_accessor last_modified_region: ::String
8348
8401
  SENSITIVE: []
@@ -8413,7 +8466,7 @@ module Aws::Connect
8413
8466
  attr_accessor after_contact_work_time_limit: ::Integer
8414
8467
  attr_accessor desk_phone_number: ::String
8415
8468
  attr_accessor persistent_connection: bool
8416
- SENSITIVE: []
8469
+ SENSITIVE: [:desk_phone_number]
8417
8470
  end
8418
8471
 
8419
8472
  class UserProficiency
@@ -8467,6 +8520,11 @@ module Aws::Connect
8467
8520
  attr_accessor security_profile_ids: ::Array[::String]
8468
8521
  attr_accessor tags: ::Hash[::String, ::String]
8469
8522
  attr_accessor username: ::String
8523
+ attr_accessor auto_accept_configs: ::Array[Types::AutoAcceptConfig]
8524
+ attr_accessor after_contact_work_configs: ::Array[Types::AfterContactWorkConfigPerChannel]
8525
+ attr_accessor phone_number_configs: ::Array[Types::PhoneNumberConfig]
8526
+ attr_accessor persistent_connection_configs: ::Array[Types::PersistentConnectionConfig]
8527
+ attr_accessor voice_enhancement_configs: ::Array[Types::VoiceEnhancementConfig]
8470
8528
  SENSITIVE: []
8471
8529
  end
8472
8530
 
@@ -8596,6 +8654,12 @@ module Aws::Connect
8596
8654
  SENSITIVE: []
8597
8655
  end
8598
8656
 
8657
+ class VoiceEnhancementConfig
8658
+ attr_accessor channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
8659
+ attr_accessor voice_enhancement_mode: ("VOICE_ISOLATION" | "NOISE_SUPPRESSION" | "NONE")
8660
+ SENSITIVE: []
8661
+ end
8662
+
8599
8663
  class VoiceRecordingConfiguration
8600
8664
  attr_accessor voice_recording_track: ("FROM_AGENT" | "TO_AGENT" | "ALL")
8601
8665
  attr_accessor ivr_recording_track: ("ALL")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.240.0
4
+ version: 1.241.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services