aws-sdk-connectcontactlens 1.41.0 → 1.42.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: 0060e94a09b8348d53f2da558cdcb25dbfce95bd5747c92786fcc11ce083e892
4
+ data.tar.gz: ca39614d5badd55dc5861fde2929dc4d32cbee8047d3f4574321ef8d530a38c9
5
5
  SHA512:
6
- metadata.gz: d0253dadf348990454fc15d21ade7557019f5a82d47b941f1174dcd94ae3b6a039aa102d1935cf9317ddad1c60aed045d27c7ede04a03b42e406609210328a17
7
- data.tar.gz: 83e536825bb30ec139f8342c4cae17551b57955c78bbf46009fc166be5e6b9ab56cf5245fddc4c6fa698284a6a59fe5432253ba0f66625ec2c062e282ed9f0a5
6
+ metadata.gz: 4536f6a16840194f713dcca6adf78d681c137ee9ec66571fb224d6ef07b6cd183473cfeb7f446e9df22b01e27a4aec91d3ff736e6f755c2639983376edf61b3e
7
+ data.tar.gz: afc73a8e9a8910ee15b42ce54ed91f6ff81db8d95e158657fdb3885483318912b9118bdd4c4c39b724d68f9edea01f78d71b0a18cc283d6d3eb4c62f45c552ca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-04-11)
5
+ ------------------
6
+
7
+ * Feature - Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
8
+
4
9
  1.41.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.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.42.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.42.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
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.42.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core