aws-sdk-connect 1.248.0 → 1.249.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: 1664e20c5bea727b8760c107351cced39ae3c3e9bed63d18b23f4b317d76ee20
4
+ data.tar.gz: 5df4af6d92d9844f8b858e7748be3d30dd4b383161cfa3c08fb09627152e4d01
5
5
  SHA512:
6
- metadata.gz: 4f1bf84f12fe4e73bf0f309775fe6553bcf693421218967927fd97d45887498163f691c8b698d0101ff3e293383f66b187cb8fd3dd93da1fc1f290e1e2efa92b
7
- data.tar.gz: 0d558f71eb1a84466a2cfab68b2336ef76a836ad65dd6b2af6c06c740d4294a4a3c03763cd31c22c59ef144ae4fda40ea065e2d0a0fc2f17008be3a3238e5a8a
6
+ metadata.gz: dc7b9ec213ea175f5ea9fe1607de3de1b0d83add056aaf2b3cca0c87d3940c1bb2c396b2b7c56352ab710e9d922accd695a64ce4dfaf10319db125eda4172e51
7
+ data.tar.gz: c79f9d3a1a1cc81bba1da03aeca3b819396724f631774b29ae669d31a1fcc287ad1f6bc85312f4034739a9faefb5f8b7e1e57d24294ef7d8a6df4d84a958ca19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.249.0 (2026-04-02)
5
+ ------------------
6
+
7
+ * Feature - Include CUSTOMER to evaluation target and participant role. Support Korean, Japanese and Simplified Chinese in evaluation forms.
8
+
4
9
  1.248.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.248.0
1
+ 1.249.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
  #
@@ -7735,7 +7735,7 @@ module Aws::Connect
7735
7735
  # resp.evaluation.metadata.review.review_request_comments[0].comment #=> String
7736
7736
  # resp.evaluation.metadata.review.review_request_comments[0].created_time #=> Time
7737
7737
  # 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"
7738
+ # resp.evaluation.metadata.contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
7739
7739
  # resp.evaluation.metadata.contact_participant.contact_participant_id #=> String
7740
7740
  # resp.evaluation.metadata.sampling_job_id #=> String
7741
7741
  # resp.evaluation.answers #=> Hash
@@ -7851,8 +7851,8 @@ module Aws::Connect
7851
7851
  # resp.evaluation_form.scoring_strategy.mode #=> String, one of "QUESTION_ONLY", "SECTION_ONLY"
7852
7852
  # resp.evaluation_form.scoring_strategy.status #=> String, one of "ENABLED", "DISABLED"
7853
7853
  # 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"
7854
+ # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
7855
+ # 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
7856
  # resp.evaluation_form.review_configuration.review_notification_recipients #=> Array
7857
7857
  # resp.evaluation_form.review_configuration.review_notification_recipients[0].type #=> String, one of "USER_ID"
7858
7858
  # resp.evaluation_form.review_configuration.review_notification_recipients[0].value.user_id #=> String
@@ -8324,8 +8324,8 @@ module Aws::Connect
8324
8324
  # resp.evaluation_form.review_configuration.eligibility_days #=> Integer
8325
8325
  # resp.evaluation_form.tags #=> Hash
8326
8326
  # 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"
8327
+ # resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
8328
+ # 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
8329
  #
8330
8330
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeEvaluationForm AWS API Documentation
8331
8331
  #
@@ -14952,7 +14952,7 @@ module Aws::Connect
14952
14952
  # resp.evaluation_summary_list[0].evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
14953
14953
  # resp.evaluation_summary_list[0].created_time #=> Time
14954
14954
  # 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"
14955
+ # resp.evaluation_summary_list[0].contact_participant.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
14956
14956
  # resp.evaluation_summary_list[0].contact_participant.contact_participant_id #=> String
14957
14957
  # resp.next_token #=> String
14958
14958
  #
@@ -19331,7 +19331,7 @@ module Aws::Connect
19331
19331
  # resp.evaluation_search_summary_list[0].metadata.acknowledger_comment #=> String
19332
19332
  # resp.evaluation_search_summary_list[0].metadata.sampling_job_id #=> String
19333
19333
  # 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"
19334
+ # resp.evaluation_search_summary_list[0].metadata.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
19335
19335
  # resp.evaluation_search_summary_list[0].metadata.contact_participant_id #=> String
19336
19336
  # resp.evaluation_search_summary_list[0].status #=> String, one of "DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW"
19337
19337
  # resp.evaluation_search_summary_list[0].evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
@@ -20183,8 +20183,8 @@ module Aws::Connect
20183
20183
  # resp.evaluation_form_search_summary_list[0].latest_version #=> Integer
20184
20184
  # resp.evaluation_form_search_summary_list[0].active_version #=> Integer
20185
20185
  # 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"
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", "ja-JP", "ko-KR", "zh-CN"
20187
+ # resp.evaluation_form_search_summary_list[0].contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
20188
20188
  # resp.evaluation_form_search_summary_list[0].tags #=> Hash
20189
20189
  # resp.evaluation_form_search_summary_list[0].tags["TagKey"] #=> String
20190
20190
  # resp.next_token #=> String
@@ -26113,10 +26113,10 @@ module Aws::Connect
26113
26113
  # as_draft: false,
26114
26114
  # client_token: "ClientToken",
26115
26115
  # target_configuration: {
26116
- # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED
26116
+ # contact_interaction_type: "AGENT", # required, accepts AGENT, AUTOMATED, CUSTOMER
26117
26117
  # },
26118
26118
  # language_configuration: {
26119
- # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR
26119
+ # form_language: "de-DE", # accepts de-DE, en-US, es-ES, fr-FR, it-IT, pt-BR, ja-JP, ko-KR, zh-CN
26120
26120
  # },
26121
26121
  # })
26122
26122
  #
@@ -27914,6 +27914,13 @@ module Aws::Connect
27914
27914
  # [Update telephony traffic distribution across Amazon Web Services
27915
27915
  # Regions ][2] in the *Amazon Connect Administrator Guide*.
27916
27916
  #
27917
+ # **Important things to know**
27918
+ #
27919
+ # * Invoke the UpdateTrafficDistribution API in the region that should
27920
+ # handle traffic.
27921
+ #
27922
+ # ^
27923
+ #
27917
27924
  #
27918
27925
  #
27919
27926
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html
@@ -28841,7 +28848,7 @@ module Aws::Connect
28841
28848
  tracer: tracer
28842
28849
  )
28843
28850
  context[:gem_name] = 'aws-sdk-connect'
28844
- context[:gem_version] = '1.248.0'
28851
+ context[:gem_version] = '1.249.0'
28845
28852
  Seahorse::Client::Request.new(handlers, context)
28846
28853
  end
28847
28854
 
@@ -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.249.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
@@ -3130,7 +3130,7 @@ module Aws::Connect
3130
3130
  end
3131
3131
 
3132
3132
  class EvaluationContactParticipant
3133
- attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
3133
+ attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT" | "CUSTOMER")
3134
3134
  attr_accessor contact_participant_id: ::String
3135
3135
  SENSITIVE: []
3136
3136
  end
@@ -3238,7 +3238,7 @@ module Aws::Connect
3238
3238
  end
3239
3239
 
3240
3240
  class EvaluationFormLanguageConfiguration
3241
- attr_accessor form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR")
3241
+ attr_accessor form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")
3242
3242
  SENSITIVE: []
3243
3243
  end
3244
3244
 
@@ -3377,8 +3377,8 @@ module Aws::Connect
3377
3377
  attr_accessor latest_version: ::Integer
3378
3378
  attr_accessor active_version: ::Integer
3379
3379
  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")
3380
+ attr_accessor evaluation_form_language: ("de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN")
3381
+ attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
3382
3382
  attr_accessor tags: ::Hash[::String, ::String]
3383
3383
  SENSITIVE: []
3384
3384
  end
@@ -3442,7 +3442,7 @@ module Aws::Connect
3442
3442
  end
3443
3443
 
3444
3444
  class EvaluationFormTargetConfiguration
3445
- attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED")
3445
+ attr_accessor contact_interaction_type: ("AGENT" | "AUTOMATED" | "CUSTOMER")
3446
3446
  SENSITIVE: []
3447
3447
  end
3448
3448
 
@@ -3586,7 +3586,7 @@ module Aws::Connect
3586
3586
  attr_accessor acknowledger_comment: ::String
3587
3587
  attr_accessor sampling_job_id: ::String
3588
3588
  attr_accessor review_id: ::String
3589
- attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT")
3589
+ attr_accessor contact_participant_role: ("AGENT" | "SYSTEM" | "CUSTOM_BOT" | "CUSTOMER")
3590
3590
  attr_accessor contact_participant_id: ::String
3591
3591
  SENSITIVE: []
3592
3592
  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.249.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services