aws-sdk-connectparticipant 1.62.0 → 1.63.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: 6ff7010efb769691dc432124b132e5c7ed8593226985c2634be661b552177844
4
+ data.tar.gz: 8f18abdfcaa3f5c5baddaea407050b12eccc8c064b2e9b7aa7e1ac186d46c22b
5
5
  SHA512:
6
- metadata.gz: 4c4c21250a20ac8d3a4531a1f07c9c33a5677779147d291fe8eb83a54f5194c19a28552ef2522452729036e4d6104c87294fdbe395625cbc07578a45d2defc32
7
- data.tar.gz: 55376d0d6c68e0134b74653025711d268cba52ff062812b051189fde019c1e7840cb4d46872ab1c654047ff54b7e3672dc459db8694494beee4749e0d7cd62ab
6
+ metadata.gz: ceb00248f10a85cb225d4c26792e8dc8fa2fcf46e549d636f48b7d65acbecf451003c9f8d300adc1b17b8e76214b06b60f0282f2103be001a71f0cb5119ccb41
7
+ data.tar.gz: '0612283ed7b2f3fad5c5efdb7b4805a76054061183dbfe952020781a27ac8d4eb90a29b59e3c9ce78fe65237315965da72aef5ca85741cbdf3a4a6bcc6176be3'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.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.63.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.63.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.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services