aws-sdk-connectcontactlens 1.41.0 → 1.43.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: 527e21c7ae0e24632c6017b3009c7fb2a2012aa66e9f6c78617175221f4daa0b
4
- data.tar.gz: d0161a19151cc0cc5c7b42cb58ce77f8e0d9e6a7e6042a0da056b3f7ce047216
3
+ metadata.gz: 447c6c9943c315cf1c43cd4a280e4c132208437f200f1af77931a395f67157b9
4
+ data.tar.gz: d98f8cd042298c4faef2c39df7917020f976fac8a4a2259e70a3d0914ee55d75
5
5
  SHA512:
6
- metadata.gz: d0253dadf348990454fc15d21ade7557019f5a82d47b941f1174dcd94ae3b6a039aa102d1935cf9317ddad1c60aed045d27c7ede04a03b42e406609210328a17
7
- data.tar.gz: 83e536825bb30ec139f8342c4cae17551b57955c78bbf46009fc166be5e6b9ab56cf5245fddc4c6fa698284a6a59fe5432253ba0f66625ec2c062e282ed9f0a5
6
+ metadata.gz: ef0342a5d0ba714b1c3bd01a3a12d4786eb31c42ffee79196ff35ffd9eea1ee8b5625127cd89a2327ce33223a6639652b7868ffa920c31a6852c1f70cae26da8
7
+ data.tar.gz: 75fff5b8b53a0cda5996a3e4703590057498c52ceb64eef65bfca110a65540263c18ebd7bae1462d97d7c66b0e8a7ec0858c042f97d788965fce55484dc139c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2025-04-11)
10
+ ------------------
11
+
12
+ * Feature - Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
13
+
4
14
  1.41.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.0
@@ -553,7 +553,7 @@ module Aws::ConnectContactLens
553
553
  tracer: tracer
554
554
  )
555
555
  context[:gem_name] = 'aws-sdk-connectcontactlens'
556
- context[:gem_version] = '1.41.0'
556
+ context[:gem_version] = '1.43.0'
557
557
  Seahorse::Client::Request.new(handlers, context)
558
558
  end
559
559
 
@@ -121,7 +121,7 @@ module Aws::ConnectContactLens
121
121
  Transcript.add_member(:content, Shapes::ShapeRef.new(shape: TranscriptContent, required: true, location_name: "Content"))
122
122
  Transcript.add_member(:begin_offset_millis, Shapes::ShapeRef.new(shape: OffsetMillis, required: true, location_name: "BeginOffsetMillis"))
123
123
  Transcript.add_member(:end_offset_millis, Shapes::ShapeRef.new(shape: OffsetMillis, required: true, location_name: "EndOffsetMillis"))
124
- Transcript.add_member(:sentiment, Shapes::ShapeRef.new(shape: SentimentValue, required: true, location_name: "Sentiment"))
124
+ Transcript.add_member(:sentiment, Shapes::ShapeRef.new(shape: SentimentValue, location_name: "Sentiment"))
125
125
  Transcript.add_member(:issues_detected, Shapes::ShapeRef.new(shape: IssuesDetected, location_name: "IssuesDetected"))
126
126
  Transcript.struct_class = Types::Transcript
127
127
 
@@ -54,7 +54,7 @@ module Aws::ConnectContactLens
54
54
  autoload :EndpointProvider, 'aws-sdk-connectcontactlens/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectcontactlens/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.43.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcontactlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectcontactlens
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectcontactlens/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Connect Contact Lens
99
96
  test_files: []