aws-sdk-osis 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: ba7f9793f5a71184327448744149ceea214dadaa405b0cf3df6aef24f3e2e3f4
4
- data.tar.gz: 7cc65062624552f8f6a64f38ea972e8483b06c826c8e1f5c2c624f397139058e
3
+ metadata.gz: 7f358d25f52833900eaaa35febeb19d56e5ee7c933bb561be7b3df35b4a470e3
4
+ data.tar.gz: e88953b519c7231c580bd52d34c3d2dbb7702a3a7631232171e70a4347c54346
5
5
  SHA512:
6
- metadata.gz: a0d37c9f71bf66ced96cd27444c6665eabd1a362b42bc7bdc1a76e7688535ece6d1cd94246e5923aff24c5ca38ddc47affe82fb76a4e840ff154abcf8f3431aa
7
- data.tar.gz: f00c58a4399144302d83b97283c790119a93e754672dd9f02c193966f32eab93726084c64e3349d673251b35bef9d79cca49538e46e5a388d26edb2e2a304ee5
6
+ metadata.gz: 25003cd341ab0c01de60f3e38c7d2848c4279eb054fcebac0ee46db71ea465967e7203c29f4aba6f95be2fff0e9a36ddb70647d907b003f948b23061c007f205
7
+ data.tar.gz: 718652d4830d72c0e3ccf4830cca5dbb3e2db92c468e581d9f5f6aa28bd96daa734a69ed7c93b2644175c417d868af6c15c136078bc4ad76f679f3d83c86056e
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::OSIS
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
@@ -1267,7 +1266,7 @@ module Aws::OSIS
1267
1266
  tracer: tracer
1268
1267
  )
1269
1268
  context[:gem_name] = 'aws-sdk-osis'
1270
- context[:gem_version] = '1.31.0'
1269
+ context[:gem_version] = '1.32.0'
1271
1270
  Seahorse::Client::Request.new(handlers, context)
1272
1271
  end
1273
1272
 
data/lib/aws-sdk-osis.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::OSIS
54
54
  autoload :EndpointProvider, 'aws-sdk-osis/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-osis/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-osis
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