aws-sdk-marketplacecatalog 1.58.0 → 1.59.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: f6352c8e5de7a5d3b006f1ab3ca25fd3296053c179eda5b8f8bcec14f7445bd6
4
- data.tar.gz: f476496377c13147b4312292638afe810366b63d6470e8486ba16aa9b05e318f
3
+ metadata.gz: 752b2beb8c94d4347907ca974eb273a2cb2cd8027216cceb07b08c06dfa3f421
4
+ data.tar.gz: 741166d3b51c1195c956bcecb9cf46efcf80c30ff16e63da4a10fac4dab12d0c
5
5
  SHA512:
6
- metadata.gz: d4b24c72f3e1f12cc86041fef5cc3254809bf6912945600b52aab73c9e766c8e51e6fe684f1f4c4aecbe2e6c8efe136cec1482339b86f1d7fa8fe02542038985
7
- data.tar.gz: 7e91da50485d01168e8ea0594e34f8006aa729330fa6477c052a6d1b45be75e01fef2dd33b98c4401f1bc013687653faf45427d5f79072b95bd02417c88b2ce2
6
+ metadata.gz: b9c1515ddbe0c4ff213c2ccc0ab4a0ddbe01684f18625ad93525eaaab159353884fb66a23b63cff114bc3a690b970b7bbf979856e1c2c65b791ed99af058f2ef
7
+ data.tar.gz: 3d7d4a046b857240510c588e1d6e6b838fc3c46e3d99940d1d4e75492537bfce1acf44f4fecb04aacfdbf1994b1e4728e00d7c0b1009372d22fd8888c4b953c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -200,8 +200,7 @@ module Aws::MarketplaceCatalog
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
@@ -1371,7 +1370,7 @@ module Aws::MarketplaceCatalog
1371
1370
  tracer: tracer
1372
1371
  )
1373
1372
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
1374
- context[:gem_version] = '1.58.0'
1373
+ context[:gem_version] = '1.59.0'
1375
1374
  Seahorse::Client::Request.new(handlers, context)
1376
1375
  end
1377
1376
 
@@ -54,7 +54,7 @@ module Aws::MarketplaceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services