aws-sdk-simspaceweaver 1.31.0 → 1.32.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: d330026c654a136fe94c775976320c73f3b136811368c9305ac8c39550baacc6
4
- data.tar.gz: ee977b973e9c9b6968cc653c988e3813092956848734afc94ef6be58f3404733
3
+ metadata.gz: f801233eb30aa667671718210efb0ad1964dab1d7fbdd856d45c12bae6014245
4
+ data.tar.gz: cfedfad584825a608754f0c5d7f897c56eceb9261d66d1b33809bcae588a6039
5
5
  SHA512:
6
- metadata.gz: ef9d97c4af447d11720f83c2dbfefd9e212bbc37ed2f9f362eac35b6930bb2dbcb12ebf82a0900f770e3a69384570908f21369973b274c270c33aa19bb372b1c
7
- data.tar.gz: 043e7195a6198c64958ae491e4c9c297755ed33c1ee00cb3ac7b397ac9fef5db85693794bd864277530f54e97fd60493c2c1e0463d73ce0253a9c46e9ca948da
6
+ metadata.gz: 074ed34ad073c34b648e983f44778a38a9c8f6599e094a870b460aa39c635bda8d208ebda40169ce03a965739972699d65ae973ea958b3d0295e47a45fbb77d4
7
+ data.tar.gz: 750769e6432c17b3a79f133ae56d896032dcfa2c4ba2ca41ee24035a387d00d017a7a5b13d0d6d726d66675c03f677ce4ac534c614aeb6c8beebf6562af8b0d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -200,8 +200,7 @@ module Aws::SimSpaceWeaver
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
@@ -1239,7 +1238,7 @@ module Aws::SimSpaceWeaver
1239
1238
  tracer: tracer
1240
1239
  )
1241
1240
  context[:gem_name] = 'aws-sdk-simspaceweaver'
1242
- context[:gem_version] = '1.31.0'
1241
+ context[:gem_version] = '1.32.0'
1243
1242
  Seahorse::Client::Request.new(handlers, context)
1244
1243
  end
1245
1244
 
@@ -54,7 +54,7 @@ module Aws::SimSpaceWeaver
54
54
  autoload :EndpointProvider, 'aws-sdk-simspaceweaver/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-simspaceweaver/endpoints'
56
56
 
57
- GEM_VERSION = '1.31.0'
57
+ GEM_VERSION = '1.32.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-simspaceweaver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services