aws-sdk-amplify 1.83.0 → 1.84.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: fe231ee739e1b7ce368bddf89d20953b641d4160f158e29114268d5278cbd6f1
4
- data.tar.gz: e6d05b95bdb3a5d7cc2824290298bb976c77cafd48d64af6b0499540c854f415
3
+ metadata.gz: 4a3f3aa48828be44659879e22ca64b0776852e5ab6d75e1120ba3c240ca28d19
4
+ data.tar.gz: e95f17db5d9b0d9a0d6a2c893899e71459bea9753caef9b5e12295964a650387
5
5
  SHA512:
6
- metadata.gz: b67f3ef89b93793f709a5438e62104c8ad4c7812e3d98bec6512079899f70e5e5901fc06baf987dd68b9f58a604bd2d59871e7d90b21fde9df455f2092a2e6f2
7
- data.tar.gz: 53c5c014f0a24f4187ecace71e2bc00bf121fef50794628907b46f2d8edbaeed9c4320f4ab7429e7d189edeb8ae2eea8fd788a78b2300585096b2ddc6fe1e3ad
6
+ metadata.gz: 0e34fe642d79eb05dff4e6231f4f2f39a3fb538677a06cde286bb02a6a277170b5b1faa2eccc70b7eefc17b19048553f8a65852a6b72f9c1ea044a58ba7abddc
7
+ data.tar.gz: 4572aef0a2207261bc1bf0a72d038ec9a7f95c52a34e57ce8da9a474252c680816b2c166ff50b9739acc47b4ba3d482e8a8a34a76b774ea8d46d70d5460d96db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.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.83.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -200,8 +200,7 @@ module Aws::Amplify
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
@@ -3133,7 +3132,7 @@ module Aws::Amplify
3133
3132
  tracer: tracer
3134
3133
  )
3135
3134
  context[:gem_name] = 'aws-sdk-amplify'
3136
- context[:gem_version] = '1.83.0'
3135
+ context[:gem_version] = '1.84.0'
3137
3136
  Seahorse::Client::Request.new(handlers, context)
3138
3137
  end
3139
3138
 
@@ -54,7 +54,7 @@ module Aws::Amplify
54
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplify/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.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-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services