aws-sdk-serverlessapplicationrepository 1.75.0 → 1.76.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: 3fb64f2be8225a07bceab142e98f1a486bc5a12ab87defb42545013f47548346
4
- data.tar.gz: 24a54926ae72b55ef11f2f96e9f9325cabca0c40554b44188a586cd2d713728a
3
+ metadata.gz: c64cc574ad0e823ee69522db8bd6bf7c307af2bf02cb9244b975b36ca872add5
4
+ data.tar.gz: 61bd211943c05bb6c7ea610520b37dcdbd5a64a101ba85536ad0affa05d6ee51
5
5
  SHA512:
6
- metadata.gz: 7f637e356c330c1793c3a34e366a9d052695b7e47b209eae61b2ead2856ced7dd931ad395b4b07f80df6f7d187d9093f55a632a0fdae785023f94de7178e3da8
7
- data.tar.gz: 7dd46b18865431d20221941c11a372901f30840ca1968477627de9567dcc102b469f3addc669d12c5bc0b1853970d875ed391a33cc963bbcb3d3a7aa47d03f2d
6
+ metadata.gz: cd80d35ac2e2a66fe1616024a3e9db0b28522368c6eed8c323ab62c2dbd172f87c31d92e4c30690bc6bc72381a7fe36b2ca143d8625698f1153ae58f39c93de9
7
+ data.tar.gz: c1b47c1c082a118b42ed9a4a81c975c1a0133228103caf8788c7f173295b95717c04f028e0fd62f599a7a5a0b0fcdbcaf91607b891f835f6ac6f23621a5971ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -200,8 +200,7 @@ module Aws::ServerlessApplicationRepository
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
@@ -1286,7 +1285,7 @@ module Aws::ServerlessApplicationRepository
1286
1285
  tracer: tracer
1287
1286
  )
1288
1287
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1289
- context[:gem_version] = '1.75.0'
1288
+ context[:gem_version] = '1.76.0'
1290
1289
  Seahorse::Client::Request.new(handlers, context)
1291
1290
  end
1292
1291
 
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
54
54
  autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.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-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services