aws-sdk-marketplacemetering 1.79.0 → 1.80.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: a1048a4d86c0b6dbf4da0334fcc50570bc228a4b15035966ed4dea0849aec150
4
- data.tar.gz: d06c35ab56d36b82ccba887178494963f8b98265184d69d1dcb27e33546d25ec
3
+ metadata.gz: 444d868de37c16c11630141837f97b01d890f1eae8f347892d26f37327771b2e
4
+ data.tar.gz: 7e522a50ecbae523008499b10983c4f79f874e0b50ba3a183b63b0a0d07c28e3
5
5
  SHA512:
6
- metadata.gz: fc160d4a955000f1299e254348f82607c0eb96a1fd48323819db69800a9e9432c1744ecfba6e4e5976a06c85fb0a29247ff79dc833e7b8d68b085172f950a3a7
7
- data.tar.gz: 2c41a71b49fb3a32133596122b2c2268a6164e68e478363cd74f45e4c8fa93c480771866ea7f769a5ed3aadfaa9de4df26459ccf7df7bc179a46b93eb651ef9b
6
+ metadata.gz: f0205faa73074c9c3081586523419f76815da0eaf9a93271dc5019647a4fc48c169f4c843503398d936a9cccfb3d60cfa4344b6fca489c1c9564e6d279adc251
7
+ data.tar.gz: 2a08a3bda529b79d99cba5d752ae90ddc5ff6494883ade6ef4189d0492ff782024ec539f0f73fc133d4339fc38514b0b487575afd9292642908846aeebef9db1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -200,8 +200,7 @@ module Aws::MarketplaceMetering
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
@@ -858,7 +857,7 @@ module Aws::MarketplaceMetering
858
857
  tracer: tracer
859
858
  )
860
859
  context[:gem_name] = 'aws-sdk-marketplacemetering'
861
- context[:gem_version] = '1.79.0'
860
+ context[:gem_version] = '1.80.0'
862
861
  Seahorse::Client::Request.new(handlers, context)
863
862
  end
864
863
 
@@ -54,7 +54,7 @@ module Aws::MarketplaceMetering
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacemetering/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacemetering/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.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-marketplacemetering
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services