aws-sdk-workspacesthinclient 1.25.0 → 1.26.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: b1840ac324b5b0513ee08c5f24ae378f99d21025249ba7379b6981a838b7b5a5
4
- data.tar.gz: be4c3197331ec5075c06c8f27ba6009f089fe86b3c0177d47ba9a6dfabdde0d8
3
+ metadata.gz: cc9d1eeb16a5c83755563d119408fb4b42055b7b555ac6e70f106b0b724c1b50
4
+ data.tar.gz: 20c05ef34af24df5661cf11e5be0e7915a598512dbe00f1d154c10c562a9a3be
5
5
  SHA512:
6
- metadata.gz: 73ff3e8d1ddac61ffe5a4a560ed1c524006672ff4f2d66658ff5c0b1d1a7dae618f5c4d82de1d2baac24465d5882d92b9509098b1138797ad44eb85f36501a92
7
- data.tar.gz: 85eccbce4bb68485666371fdf61fd2f698001f61fdda01332426183702a993b27997374ac6a3e5306dc322a19daabadc95d9832f8969617e30fbbfa7482bbce4
6
+ metadata.gz: fefb792585f5cb2bedcd31f63abe5e015fe6134c5439e72fe800d382d98eb6cdf6cd92770d20f4c4f9f803486066b7a7d3d3133ff78dde78f84ac7460212a388
7
+ data.tar.gz: cffcc6f8514e410932e7f5989282604b7c0417a50114739596a680fac817dcc405182ee54409e1787acfc074cb37956b8b813f6d794c7f692738ed5835b5291a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -200,8 +200,7 @@ module Aws::WorkSpacesThinClient
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
@@ -1333,7 +1332,7 @@ module Aws::WorkSpacesThinClient
1333
1332
  tracer: tracer
1334
1333
  )
1335
1334
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1336
- context[:gem_version] = '1.25.0'
1335
+ context[:gem_version] = '1.26.0'
1337
1336
  Seahorse::Client::Request.new(handlers, context)
1338
1337
  end
1339
1338
 
@@ -54,7 +54,7 @@ module Aws::WorkSpacesThinClient
54
54
  autoload :EndpointProvider, 'aws-sdk-workspacesthinclient/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspacesthinclient/endpoints'
56
56
 
57
- GEM_VERSION = '1.25.0'
57
+ GEM_VERSION = '1.26.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-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services