aws-sdk-connect 1.248.0 → 1.250.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: 8f580bb937e839cc2211674b176991eb4931f01224fbf56eb7f7d63e3e5506d6
4
- data.tar.gz: 59f1b8f0892d6ae8151d1c95a05f0bd935713fa6619a2e92036bee3fa85d74f6
3
+ metadata.gz: d4bc41b55e39dbcdb037927accd609b074685951c4b07e11b7e34af31aa5146d
4
+ data.tar.gz: 064521e4140e7b32afea9667774f92436a415e3f225a424e9f6318cef8817154
5
5
  SHA512:
6
- metadata.gz: 4f1bf84f12fe4e73bf0f309775fe6553bcf693421218967927fd97d45887498163f691c8b698d0101ff3e293383f66b187cb8fd3dd93da1fc1f290e1e2efa92b
7
- data.tar.gz: 0d558f71eb1a84466a2cfab68b2336ef76a836ad65dd6b2af6c06c740d4294a4a3c03763cd31c22c59ef144ae4fda40ea065e2d0a0fc2f17008be3a3238e5a8a
6
+ metadata.gz: e687946fe4691abb0af3968484f11c3e63f36c5846f1a20ffe5810efa66e30c6a168e7a16b40f413f3ff1b1487a1eed2c6fce89c618909fcbb689b37da37c409
7
+ data.tar.gz: eb5c71fb800fda2e0a7fbe9bbc13b631b9590c9e85a7dec42140ed2842646cf6b3df127783c917d0153f2856b6ea6ceeaaeb6e6a96ce43180016357bde981e33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.250.0 (2026-04-07)
5
+ ------------------
6
+
7
+ * Feature - The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api.
8
+
9
+ 1.249.0 (2026-04-02)
10
+ ------------------
11
+
12
+ * Feature - Include CUSTOMER to evaluation target and participant role. Support Korean, Japanese and Simplified Chinese in evaluation forms.
13
+
4
14
  1.248.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.248.0
1
+ 1.250.0
@@ -3509,10 +3509,10 @@ module Aws::Connect
3509
3509
  # eligibility_days: 1,
3510
3510
  # },
3511
3511
  # target_configuration: {
3512
- # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED
3512
+ # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED, CUSTOMER
3513
3513
  # },
3514
3514
  # language_configuration: {
3515
- # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR
3515
+ # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR, ja-JP, ko-KR, zh-CN
3516
3516
  # },
3517
3517
  # })
3518
3518
  #
@@ -7523,6 +7523,7 @@ module Aws::Connect
7523
7523
  # resp.contact.agent_info.state_transitions[0].state #=> String, one of "INITIAL", "CONNECTED", "DISCONNECTED", "MISSED"
7524
7524
  # resp.contact.agent_info.state_transitions[0].state_start_timestamp #=> Time
7525
7525
  # resp.contact.agent_info.state_transitions[0].state_end_timestamp #=> Time
7526
+ # resp.contact.agent_info.voice_enhancement_mode #=> String, one of "VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE"
7526
7527
  # resp.contact.initiation_timestamp #=> Time
7527
7528
  # resp.contact.disconnect_timestamp #=> Time
7528
7529
  # resp.contact.last_update_timestamp #=> Time
@@ -7735,7 +7736,7 @@ module Aws::Connect
7735
7736
  # resp.evaluation.metadata.review.review_request_comments[0].comment #=> String
7736
7737
  # resp.evaluation.metadata.review.review_request_comments[0].created_time #=> Time
7737
7738
  # resp.evaluation.metadata.review.review_request_comments[0].created_by #=> String
7738
- # resp.evaluation.metadata.contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT"
7739
+ # resp.evaluation.metadata.contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
7739
7740
  # resp.evaluation.metadata.contact_participant.contact_participant_id #=> String
7740
7741
  # resp.evaluation.metadata.sampling_job_id #=> String
7741
7742
  # resp.evaluation.answers #=> Hash
@@ -7851,8 +7852,8 @@ module Aws::Connect
7851
7852
  # resp.evaluation_form.scoring_strategy.mode #=> String, one of "QUESTION_ONLY", "SECTION_ONLY"
7852
7853
  # resp.evaluation_form.scoring_strategy.status #=> String, one of "ENABLED", "DISABLED"
7853
7854
  # resp.evaluation_form.auto_evaluation_configuration.enabled #=> Boolean
7854
- # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED"
7855
- # resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR"
7855
+ # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
7856
+ # resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
7856
7857
  # resp.evaluation_form.review_configuration.review_notification_recipients #=> Array
7857
7858
  # resp.evaluation_form.review_configuration.review_notification_recipients[0].type #=> String, one of "USER_ID"
7858
7859
  # resp.evaluation_form.review_configuration.review_notification_recipients[0].value.user_id #=> String
@@ -8324,8 +8325,8 @@ module Aws::Connect
8324
8325
  # resp.evaluation_form.review_configuration.eligibility_days #=> Integer
8325
8326
  # resp.evaluation_form.tags #=> Hash
8326
8327
  # resp.evaluation_form.tags["TagKey"] #=> String
8327
- # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED"
8328
- # resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR"
8328
+ # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
8329
+ # resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
8329
8330
  #
8330
8331
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeEvaluationForm AWS API Documentation
8331
8332
  #
@@ -14952,7 +14953,7 @@ module Aws::Connect
14952
14953
  # resp.evaluation_summary_list[0].evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
14953
14954
  # resp.evaluation_summary_list[0].created_time #=> Time
14954
14955
  # resp.evaluation_summary_list[0].last_modified_time #=> Time
14955
- # resp.evaluation_summary_list[0].contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT"
14956
+ # resp.evaluation_summary_list[0].contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
14956
14957
  # resp.evaluation_summary_list[0].contact_participant.contact_participant_id #=> String
14957
14958
  # resp.next_token #=> String
14958
14959
  #
@@ -19331,7 +19332,7 @@ module Aws::Connect
19331
19332
  # resp.evaluation_search_summary_list[0].metadata.acknowledger_comment #=> String
19332
19333
  # resp.evaluation_search_summary_list[0].metadata.sampling_job_id #=> String
19333
19334
  # resp.evaluation_search_summary_list[0].metadata.review_id #=> String
19334
- # resp.evaluation_search_summary_list[0].metadata.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT"
19335
+ # resp.evaluation_search_summary_list[0].metadata.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
19335
19336
  # resp.evaluation_search_summary_list[0].metadata.contact_participant_id #=> String
19336
19337
  # resp.evaluation_search_summary_list[0].status #=> String, one of "DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW"
19337
19338
  # resp.evaluation_search_summary_list[0].evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
@@ -20183,8 +20184,8 @@ module Aws::Connect
20183
20184
  # resp.evaluation_form_search_summary_list[0].latest_version #=> Integer
20184
20185
  # resp.evaluation_form_search_summary_list[0].active_version #=> Integer
20185
20186
  # resp.evaluation_form_search_summary_list[0].auto_evaluation_enabled #=> Boolean
20186
- # resp.evaluation_form_search_summary_list[0].evaluation_form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR"
20187
- # resp.evaluation_form_search_summary_list[0].contact_interaction_type #=> String, one of "AGENT", "AUTOMATED"
20187
+ # resp.evaluation_form_search_summary_list[0].evaluation_form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
20188
+ # resp.evaluation_form_search_summary_list[0].contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
20188
20189
  # resp.evaluation_form_search_summary_list[0].tags #=> Hash
20189
20190
  # resp.evaluation_form_search_summary_list[0].tags["TagKey"] #=> String
20190
20191
  # resp.next_token #=> String
@@ -26113,10 +26114,10 @@ module Aws::Connect
26113
26114
  # as_draft: false,
26114
26115
  # client_token: "ClientToken",
26115
26116
  # target_configuration: {
26116
- # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED
26117
+ # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED, CUSTOMER
26117
26118
  # },
26118
26119
  # language_configuration: {
26119
- # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR
26120
+ # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR, ja-JP, ko-KR, zh-CN
26120
26121
  # },
26121
26122
  # })
26122
26123
  #
@@ -27914,6 +27915,13 @@ module Aws::Connect
27914
27915
  # [Update telephony traffic distribution across Amazon Web Services
27915
27916
  # Regions ][2] in the *Amazon Connect Administrator Guide*.
27916
27917
  #
27918
+ # **Important things to know**
27919
+ #
27920
+ # * Invoke the UpdateTrafficDistribution API in the region that should
27921
+ # handle traffic.
27922
+ #
27923
+ # ^
27924
+ #
27917
27925
  #
27918
27926
  #
27919
27927
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html
@@ -28841,7 +28849,7 @@ module Aws::Connect
28841
28849
  tracer: tracer
28842
28850
  )
28843
28851
  context[:gem_name] = 'aws-sdk-connect'
28844
- context[:gem_version] = '1.248.0'
28852
+ context[:gem_version] = '1.250.0'
28845
28853
  Seahorse::Client::Request.new(handlers, context)
28846
28854
  end
28847
28855
 
@@ -2205,6 +2205,7 @@ module Aws::Connect
2205
2205
  AgentInfo.add_member(:after_contact_work_end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "AfterContactWorkEndTimestamp"))
2206
2206
  AgentInfo.add_member(:agent_initiated_hold_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "AgentInitiatedHoldDuration"))
2207
2207
  AgentInfo.add_member(:state_transitions, Shapes::ShapeRef.new(shape: StateTransitions, location_name: "StateTransitions"))
2208
+ AgentInfo.add_member(:voice_enhancement_mode, Shapes::ShapeRef.new(shape: VoiceEnhancementMode, location_name: "VoiceEnhancementMode"))
2208
2209
  AgentInfo.struct_class = Types::AgentInfo
2209
2210
 
2210
2211
  AgentQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
@@ -360,6 +360,13 @@ module Aws::Connect
360
360
  # List of `StateTransition` for a supervisor.
361
361
  # @return [Array<Types::StateTransition>]
362
362
  #
363
+ # @!attribute [rw] voice_enhancement_mode
364
+ # The voice enhancement mode used by the agent as the call is ending.
365
+ # Valid values: VOICE\_ISOLATION \| NOISE\_SUPPRESSION \| NONE. A
366
+ # value of null indicates this mode has not yet been set for this
367
+ # user.
368
+ # @return [String]
369
+ #
363
370
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentInfo AWS API Documentation
364
371
  #
365
372
  class AgentInfo < Struct.new(
@@ -375,7 +382,8 @@ module Aws::Connect
375
382
  :after_contact_work_start_timestamp,
376
383
  :after_contact_work_end_timestamp,
377
384
  :agent_initiated_hold_duration,
378
- :state_transitions)
385
+ :state_transitions,
386
+ :voice_enhancement_mode)
379
387
  SENSITIVE = []
380
388
  include Aws::Structure
381
389
  end
@@ -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.248.0'
57
+ GEM_VERSION = '1.250.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -968,10 +968,10 @@ module Aws
968
968
  eligibility_days: ::Integer?
969
969
  },
970
970
  ?target_configuration: {
971
- contact_interaction_type: ("AGENT" | "AUTOMATED")
971
+ contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
972
972
  },
973
973
  ?language_configuration: {
974
- form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")?
974
+ form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")?
975
975
  }
976
976
  ) -> _CreateEvaluationFormResponseSuccess
977
977
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEvaluationFormResponseSuccess
@@ -6709,10 +6709,10 @@ module Aws
6709
6709
  ?as_draft: bool,
6710
6710
  ?client_token: ::String,
6711
6711
  ?target_configuration: {
6712
- contact_interaction_type: ("AGENT" | "AUTOMATED")
6712
+ contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
6713
6713
  },
6714
6714
  ?language_configuration: {
6715
- form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")?
6715
+ form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")?
6716
6716
  }
6717
6717
  ) -> _UpdateEvaluationFormResponseSuccess
6718
6718
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEvaluationFormResponseSuccess
data/sig/types.rbs CHANGED
@@ -99,6 +99,7 @@ module Aws::Connect
99
99
  attr_accessor after_contact_work_end_timestamp: ::Time
100
100
  attr_accessor agent_initiated_hold_duration: ::Integer
101
101
  attr_accessor state_transitions: ::Array[Types::StateTransition]
102
+ attr_accessor voice_enhancement_mode: ("VOICE_ISOLATION" | "NOISE_SUPPRESSION" | "NONE")
102
103
  SENSITIVE: []
103
104
  end
104
105
 
@@ -3130,7 +3131,7 @@ module Aws::Connect
3130
3131
  end
3131
3132
 
3132
3133
  class EvaluationContactParticipant
3133
- attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
3134
+ attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT" | "CUSTOMER")
3134
3135
  attr_accessor contact_participant_id: ::String
3135
3136
  SENSITIVE: []
3136
3137
  end
@@ -3238,7 +3239,7 @@ module Aws::Connect
3238
3239
  end
3239
3240
 
3240
3241
  class EvaluationFormLanguageConfiguration
3241
- attr_accessor form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")
3242
+ attr_accessor form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")
3242
3243
  SENSITIVE: []
3243
3244
  end
3244
3245
 
@@ -3377,8 +3378,8 @@ module Aws::Connect
3377
3378
  attr_accessor latest_version: ::Integer
3378
3379
  attr_accessor active_version: ::Integer
3379
3380
  attr_accessor auto_evaluation_enabled: bool
3380
- attr_accessor evaluation_form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")
3381
- attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED")
3381
+ attr_accessor evaluation_form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")
3382
+ attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
3382
3383
  attr_accessor tags: ::Hash[::String, ::String]
3383
3384
  SENSITIVE: []
3384
3385
  end
@@ -3442,7 +3443,7 @@ module Aws::Connect
3442
3443
  end
3443
3444
 
3444
3445
  class EvaluationFormTargetConfiguration
3445
- attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED")
3446
+ attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
3446
3447
  SENSITIVE: []
3447
3448
  end
3448
3449
 
@@ -3586,7 +3587,7 @@ module Aws::Connect
3586
3587
  attr_accessor acknowledger_comment: ::String
3587
3588
  attr_accessor sampling_job_id: ::String
3588
3589
  attr_accessor review_id: ::String
3589
- attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
3590
+ attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT" | "CUSTOMER")
3590
3591
  attr_accessor contact_participant_id: ::String
3591
3592
  SENSITIVE: []
3592
3593
  end
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.248.0
4
+ version: 1.250.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services