aws-sdk-amplifybackend 1.47.0 → 1.48.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: 8b5a05eada43896bb9f15e72c853c8f32019cc81eea399a8e1d351142f69bc09
4
- data.tar.gz: c3d71ca84079f18e8f9a5b5dfa067d471204e8a6782ee785a9edd78c05cc0918
3
+ metadata.gz: e5b3d3fec60a27282bfd20304ea508da4c33368087daba04e04c10f6badea039
4
+ data.tar.gz: 75bc3fd93adfe2eec302a6bd5d1cbf9b6eba47b37d69a9b575f125eb4bd6d8cd
5
5
  SHA512:
6
- metadata.gz: 70e81925e11b0d9b2674e98e50217249c7ca80731b9d50e440a4d53de54dc84e0fa862576ce7198344791c8ec85ce9c8b038800acc323c62973dd19b2d75e206
7
- data.tar.gz: f963aa42dbedb9d4f106b5e44b8c82ed5a77a3f2a41082ef127d86497adde1cc73d8d2dabe4b8530e393a103c78cd8b8bca7a429d5ea742d5ab955756411a6a9
6
+ metadata.gz: 3bdba7bb82deccfdee3444fca1d92ad147dfff9d6ab5fa9fa8a9cf89be21aa6203f53ecf124b700260a5c968bdc8296be368067e0473d3e4070ed3be05b98183
7
+ data.tar.gz: 904aa19f8da84fc6bfb17d3ff2ad772c68711cf2994a075d41b62baf8dc334ac0133f70c05b7b777a01e6828130ced8a19687837d5b2a04d54e2e0ca49e365d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -200,8 +200,7 @@ module Aws::AmplifyBackend
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
@@ -2168,7 +2167,7 @@ module Aws::AmplifyBackend
2168
2167
  tracer: tracer
2169
2168
  )
2170
2169
  context[:gem_name] = 'aws-sdk-amplifybackend'
2171
- context[:gem_version] = '1.47.0'
2170
+ context[:gem_version] = '1.48.0'
2172
2171
  Seahorse::Client::Request.new(handlers, context)
2173
2172
  end
2174
2173
 
@@ -54,7 +54,7 @@ module Aws::AmplifyBackend
54
54
  autoload :EndpointProvider, 'aws-sdk-amplifybackend/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplifybackend/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.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-amplifybackend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services