aws-sdk-connect 1.107.0 → 1.108.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: 444223b5d39a321ff31a2efbc974cd6ffcffb6e5a77ccb11dc5bb38927143e53
4
- data.tar.gz: 2be4f75b8e4909898cedba569fdf6f74eec879b7e63ed7febbd2e841653d9b2d
3
+ metadata.gz: 6a24131d0174ba570cc19d46d342f3d514bab63fea08a41179772aa7c11c8726
4
+ data.tar.gz: 7d172c9912de591e8bd6535642e780a05558a6ea8d4a746d5e2a88180a3203d4
5
5
  SHA512:
6
- metadata.gz: e603d52a92780bd0d02c3278ec63c49fdee38eefddda29a913763225e642a824daca40b13d3fb291adec772a7d0fb163401ceffb1a5190a02a75fcd9b9979187
7
- data.tar.gz: ff1143ff2dfe5b8813f805d5b31b8d9cb2a6829d2b369dd04089801182ddf64b4f2fe30a1c51c8bb859482490449ebd2e071035b4d4dbaae46f60f1cbb0ebab3
6
+ metadata.gz: 6cf2e004c7edf126fd79f6a7966346f9b86d537f3fb692584a67cea0eba3ea5bb90ad9d00489823912003faef8bf489946d76750093433aca34cef402d6399d7
7
+ data.tar.gz: 1feb887a874939e432a62cf43d7d6dcabd9f6e5fb1e409d7671bd3a3267f2ebb9294ab3800999876edb4e0437f7dd25d8a909175b40b9f58dad8118d6301c25f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2023-05-24)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect Evaluation Capabilities: validation improvements
8
+
4
9
  1.107.0 (2023-05-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -1199,7 +1199,7 @@ module Aws::Connect
1199
1199
  # title: "EvaluationFormSectionTitle", # required
1200
1200
  # ref_id: "ReferenceId", # required
1201
1201
  # instructions: "EvaluationFormQuestionInstructions",
1202
- # items: {
1202
+ # items: { # required
1203
1203
  # # recursive EvaluationFormItemsList
1204
1204
  # },
1205
1205
  # weight: 1.0,
@@ -10567,7 +10567,7 @@ module Aws::Connect
10567
10567
  # title: "EvaluationFormSectionTitle", # required
10568
10568
  # ref_id: "ReferenceId", # required
10569
10569
  # instructions: "EvaluationFormQuestionInstructions",
10570
- # items: {
10570
+ # items: { # required
10571
10571
  # # recursive EvaluationFormItemsList
10572
10572
  # },
10573
10573
  # weight: 1.0,
@@ -12111,7 +12111,7 @@ module Aws::Connect
12111
12111
  params: params,
12112
12112
  config: config)
12113
12113
  context[:gem_name] = 'aws-sdk-connect'
12114
- context[:gem_version] = '1.107.0'
12114
+ context[:gem_version] = '1.108.0'
12115
12115
  Seahorse::Client::Request.new(handlers, context)
12116
12116
  end
12117
12117
 
@@ -1899,7 +1899,7 @@ module Aws::Connect
1899
1899
  EvaluationFormSection.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormSectionTitle, required: true, location_name: "Title"))
1900
1900
  EvaluationFormSection.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
1901
1901
  EvaluationFormSection.add_member(:instructions, Shapes::ShapeRef.new(shape: EvaluationFormQuestionInstructions, location_name: "Instructions"))
1902
- EvaluationFormSection.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, location_name: "Items"))
1902
+ EvaluationFormSection.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
1903
1903
  EvaluationFormSection.add_member(:weight, Shapes::ShapeRef.new(shape: EvaluationFormItemWeight, location_name: "Weight"))
1904
1904
  EvaluationFormSection.struct_class = Types::EvaluationFormSection
1905
1905
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.107.0'
55
+ GEM_VERSION = '1.108.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core