aws-sdk-snowball 1.85.0 → 1.86.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: b1385209cf84977173c5dd4280c1a3085a4161fb11aaeded23a5437bae243ffd
4
- data.tar.gz: b848df5932f60f0746ee85086107ddf3f752e497706475bfd3e678111ac2a726
3
+ metadata.gz: a42a2da9f269210a6254af5ea60bcdf712059a591e730177922fd925b69c7568
4
+ data.tar.gz: 5924839f4ff30abb052736f4388dfc6bb89e965fd2af156529b93ab2f5523e19
5
5
  SHA512:
6
- metadata.gz: 53fb16e68a873d6036f1a8b4a4a99d3e89038ad97275277cd9957ec5fdee6a1386d850ca6353be0239b58edd65e6b66fa0cac6428e26667cb7843d73f536183d
7
- data.tar.gz: 2cf351c02450a87e0693db7348162c6993de65a03a6a230c543f9efc5b3f7e70804244fb9ed4b275e2e2ca1326d3f1768b67f54ae86e5f567a4f448e912b72e9
6
+ metadata.gz: 885630b7920924efc791d87b34cda3042441185f774644b8e3162885960703ffd8ff10b459edb43aa04e387ae0546c9203614ac7da6d664b4f3019f43f3cfce7
7
+ data.tar.gz: 4c072155c4cfdb0fd5836498cfef02b25b11b6b9f57c79d80bb83a91bb2c628c63a507796f3bc734d7d6efd3c39fa47598f4c5dbc66dcb45874af3482c3c27d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.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.85.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -200,8 +200,7 @@ module Aws::Snowball
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
@@ -2968,7 +2967,7 @@ module Aws::Snowball
2968
2967
  tracer: tracer
2969
2968
  )
2970
2969
  context[:gem_name] = 'aws-sdk-snowball'
2971
- context[:gem_version] = '1.85.0'
2970
+ context[:gem_version] = '1.86.0'
2972
2971
  Seahorse::Client::Request.new(handlers, context)
2973
2972
  end
2974
2973
 
@@ -54,7 +54,7 @@ module Aws::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.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-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services