aws-sdk-arczonalshift 1.32.0 → 1.33.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: e8c66c0a2613c9259858c8a36f91a43d43eae2fa8e3dd62dc6b55a723340bb6d
4
- data.tar.gz: 47651ff9d7a33a8f59314d8d11438cb24753aec37e29a54c1029300e8d4013a8
3
+ metadata.gz: 7a8c68d4ed9fcefe6abd618453d78d808b96b65bc466ab71bb020c64173838b9
4
+ data.tar.gz: 0b0e7ac6b3db6c89401997966ee6311093eba3be63414a0385a97f153d0272ce
5
5
  SHA512:
6
- metadata.gz: 4646be95e3dd38812b0c9f62410df6df9d8d5800a5fe1e946bd81292fdcf0d63214a9d051fac541af4d38257fe8c5d73d6f0c72afcf558dde72ddbafc5ce909e
7
- data.tar.gz: e1f3d499a1727b519e9515265542ad2f93e3e34ea0377f1da9111ee602f0d195a3157aaa6110c12fe6202725b30f41fb6c2f4fc85c0366c69ca7db1975dc269a
6
+ metadata.gz: 2ab8409e1a4fed3f5529f0b73d39d9f7dadb158a4f288ab4e7a1ac3a3f80f602a2c2ffb13f6ca618808357a20ba5fe07c31ee819772cd369e0c9dfeaef1ae034
7
+ data.tar.gz: 38daaaa693bb83b1227f20c7b0722cf2d8c5b44322d6327f5679c013994a066c0fc75cd529fb10e6b725a229be98b8466bb75296342ad15f632c9a2e62b65970
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -200,8 +200,7 @@ module Aws::ARCZonalShift
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
@@ -1351,7 +1350,7 @@ module Aws::ARCZonalShift
1351
1350
  tracer: tracer
1352
1351
  )
1353
1352
  context[:gem_name] = 'aws-sdk-arczonalshift'
1354
- context[:gem_version] = '1.32.0'
1353
+ context[:gem_version] = '1.33.0'
1355
1354
  Seahorse::Client::Request.new(handlers, context)
1356
1355
  end
1357
1356
 
@@ -54,7 +54,7 @@ module Aws::ARCZonalShift
54
54
  autoload :EndpointProvider, 'aws-sdk-arczonalshift/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-arczonalshift/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.33.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-arczonalshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services