aws-sdk-workspaces 1.135.0 → 1.136.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: 2158f942b5f6421dc6a47ecc1315376fbebff49128c305ee1f9ac4049d47d975
4
- data.tar.gz: 20cbf635587a5a5d027d476250a903c01c354484a913264480e5252180610647
3
+ metadata.gz: 16507cf97e19b0f24dce7d2bb9a1f85332cbc70e7cc8591d5e6d6f46e1902894
4
+ data.tar.gz: 92c5b059bd416ee30a62ae63a543c04cde2557d3b3986391c4d8672dff3715d5
5
5
  SHA512:
6
- metadata.gz: ab4d765aa4c4d03cfa5e4a33d109f520a86966d0f675fa1d33259e44eaac421cf0fcacd5e932a35440a3bbfb4b7c2a07b31c4e0904c65838b4fc1bbfda157c7c
7
- data.tar.gz: 18278bbaae9b8c31dcf277ef0bc4cea781d899bd4cec227e1f621f8045cdc926332ce0e58dba2389127a7e8ec570a8e0ef0a3be3b41cc41eddb2a990c3cac8c3
6
+ metadata.gz: fd0786200560894cb31c7eb9b5dffc934d87ea6ec3b277fac03f4bb73b22fdf51a4c4fb89e3f2e9a60b6c30991a8c3db54bef6c1fa6c9df6c3dd0ae74bb0b428
7
+ data.tar.gz: 439d39d1e3e2417cef132eafab40dd683d5ee5ab34f706ef997553e4c0da07113f93167093852b67a4479bf172b38716000214ab39cd135fabe60f56c8056b4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.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.135.0 (2025-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.135.0
1
+ 1.136.0
@@ -200,8 +200,7 @@ module Aws::WorkSpaces
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
@@ -4874,7 +4873,7 @@ module Aws::WorkSpaces
4874
4873
  tracer: tracer
4875
4874
  )
4876
4875
  context[:gem_name] = 'aws-sdk-workspaces'
4877
- context[:gem_version] = '1.135.0'
4876
+ context[:gem_version] = '1.136.0'
4878
4877
  Seahorse::Client::Request.new(handlers, context)
4879
4878
  end
4880
4879
 
@@ -54,7 +54,7 @@ module Aws::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.135.0'
57
+ GEM_VERSION = '1.136.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-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.135.0
4
+ version: 1.136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services