aws-sdk-connectcontactlens 1.43.0 → 1.45.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: 447c6c9943c315cf1c43cd4a280e4c132208437f200f1af77931a395f67157b9
4
- data.tar.gz: d98f8cd042298c4faef2c39df7917020f976fac8a4a2259e70a3d0914ee55d75
3
+ metadata.gz: 8660cb7c73d4d0dbd87fc88c9a0a327c40b8288a09a72c5def8b6537c53b97c3
4
+ data.tar.gz: d5da27bda6ac07153d4516b823b9c01270885044b519773183be264bb20aa836
5
5
  SHA512:
6
- metadata.gz: ef0342a5d0ba714b1c3bd01a3a12d4786eb31c42ffee79196ff35ffd9eea1ee8b5625127cd89a2327ce33223a6639652b7868ffa920c31a6852c1f70cae26da8
7
- data.tar.gz: 75fff5b8b53a0cda5996a3e4703590057498c52ceb64eef65bfca110a65540263c18ebd7bae1462d97d7c66b0e8a7ec0858c042f97d788965fce55484dc139c7
6
+ metadata.gz: b5ea7fa763fbec81f3752ceb404bac29f11a16c2b25c982980f6cd780372d9a4e0dbafd74eb2446a50817e190e002304b7849ee34b7836c1c8056d5e68fb7e3d
7
+ data.tar.gz: 7914544cbd616e69b8ef4e6844a20cd006c813adcacc2efa28c40c7944387d71de3a5425b9fa1d3f62bb9a7229d0ecd74daabd56d197bb8e097e9c3e9a4dbac0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.44.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.43.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.45.0
@@ -200,8 +200,7 @@ module Aws::ConnectContactLens
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -553,7 +552,7 @@ module Aws::ConnectContactLens
553
552
  tracer: tracer
554
553
  )
555
554
  context[:gem_name] = 'aws-sdk-connectcontactlens'
556
- context[:gem_version] = '1.43.0'
555
+ context[:gem_version] = '1.45.0'
557
556
  Seahorse::Client::Request.new(handlers, context)
558
557
  end
559
558
 
@@ -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.43.0'
57
+ GEM_VERSION = '1.45.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcontactlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="