aws-sdk-connectparticipant 1.62.0 → 1.64.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: f7f5bdadd9e6e3aa25ce3f16fdba43a8a4744dd6eeb08c23b63defc2deef6571
4
- data.tar.gz: 2f0a2ccaae32cc3ee7f733e35f941b11e4efb5e0a34298568ba16287e9b15766
3
+ metadata.gz: a43c58a38e924ac4f95e77d675d8be811ae38b7af0aef8452cd23c5f360b631c
4
+ data.tar.gz: bb2f5eec1c962523832987d18b7531014af5e022aab044c1cc1212c4687aa124
5
5
  SHA512:
6
- metadata.gz: 4c4c21250a20ac8d3a4531a1f07c9c33a5677779147d291fe8eb83a54f5194c19a28552ef2522452729036e4d6104c87294fdbe395625cbc07578a45d2defc32
7
- data.tar.gz: 55376d0d6c68e0134b74653025711d268cba52ff062812b051189fde019c1e7840cb4d46872ab1c654047ff54b7e3672dc459db8694494beee4749e0d7cd62ab
6
+ metadata.gz: 1a1fed43ad717110902b5d375b19127632c941c35584c239165bfe823b3932c553e36e541ba3e09a6f035952d8875f53df831d7d5b69332f57ef09e601b6237e
7
+ data.tar.gz: 1741da9690d3f632e9536582a22ef79c59bb4c7038f7c96dff9bb99218fd86bb1e8d88ae62a817d71d88375d44f0ad443d8ca08df9e5e9e8d653ac0b847a57fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.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.62.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -200,8 +200,7 @@ module Aws::ConnectParticipant
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
@@ -1271,7 +1270,7 @@ module Aws::ConnectParticipant
1271
1270
  tracer: tracer
1272
1271
  )
1273
1272
  context[:gem_name] = 'aws-sdk-connectparticipant'
1274
- context[:gem_version] = '1.62.0'
1273
+ context[:gem_version] = '1.64.0'
1275
1274
  Seahorse::Client::Request.new(handlers, context)
1276
1275
  end
1277
1276
 
@@ -54,7 +54,7 @@ module Aws::ConnectParticipant
54
54
  autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.64.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-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.64.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
  - - ">="