aws-sdk-workspacesweb 1.41.0 → 1.42.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: e9cb2231f06bfaf90825ba5224c4b95a3676d1f52ac659d9a4321e088cdb2169
4
- data.tar.gz: 4201a61584d453c8b546b613a0f1132d24272257f028ad2274cf28d901a616ce
3
+ metadata.gz: 0aadb167be07513fe46a42f46fd9cd8df334d43a7b1a45c253e9ad2e69a0584b
4
+ data.tar.gz: 3bf19776c65d469ec67c570962a292f3ff390c1a08daea909cb4f8e1d2b4c88e
5
5
  SHA512:
6
- metadata.gz: c57658978b263c40e3ef6df1f11139fe7440bf3b73ab2b37fc777f7d77d3b53edfa8b8e90e0e002a1d60575cd85ff36333e2a1a6d93aa773c1da8a8819428626
7
- data.tar.gz: 43df774451a8db1d6668ca52983a8daa29b2ab804edd71d90b64d787b1b1a90a5b1bc9906c7148edf766be2723c75e137d17faee93c9986afa85db135c8c64c3
6
+ metadata.gz: ee3a1591025ef5e9a099c5a709026abbba7ae70d744765314e9ead774393445bd6456817fadf74410335d440c8886c6440776ecbf7b5a9f1aeef290801d0cef6
7
+ data.tar.gz: 5ee9b79c4c0ad4ed1bc5dc24652ed0eb758437bfb563bf076a8e3467d5661a241f4074bf74b5c3ce2e42e0268f8fa9ffaa889a2c61ba12cdda787ac562b6efe9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -200,8 +200,7 @@ module Aws::WorkSpacesWeb
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
@@ -3674,7 +3673,7 @@ module Aws::WorkSpacesWeb
3674
3673
  tracer: tracer
3675
3674
  )
3676
3675
  context[:gem_name] = 'aws-sdk-workspacesweb'
3677
- context[:gem_version] = '1.41.0'
3676
+ context[:gem_version] = '1.42.0'
3678
3677
  Seahorse::Client::Request.new(handlers, context)
3679
3678
  end
3680
3679
 
@@ -54,7 +54,7 @@ module Aws::WorkSpacesWeb
54
54
  autoload :EndpointProvider, 'aws-sdk-workspacesweb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspacesweb/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.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-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services