aws-sdk-prometheusservice 1.50.0 → 1.51.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: d06c2584ca27ca42e251903ce98b882d235a5be4b9ee1995b45582709d3c8c87
4
- data.tar.gz: c29990185d01a4a4a9d4af6ab7ed34a761071c8284848146848dc84d9980def4
3
+ metadata.gz: ca181efc2d506c2de0ea30cb4f1303bfb0d3bc45b8ff30771fe937800cb74d40
4
+ data.tar.gz: 46512757a431d43d07857bf07e170016f5ff26349f86bc1eef4bfa28f6d7510e
5
5
  SHA512:
6
- metadata.gz: b1e8edf5d78249d47814b2b536abf61f6a7d32c379f6cc0b7700c85622db2a2eadb61bbf79ab2e7a0a3900ded8d20d65422cef1d7a53e75a8d6ed2e502ada648
7
- data.tar.gz: bb894d72f574f02fcb8ad93575baf68bcd866bac769b2c36a46bc89516c13872cecf4794dda796a6e5e5c2891c35e9ff1db98bc4172311bb86dcff83792b65a7
6
+ metadata.gz: 94ddf5d1d5e4fd9dab5a5d9d2eaec0b3a303057f716a90f774a1c9478a72079ed1e555c23eeae152e4803846bc7f52636e7e01f81b9a7b6f1a9eb94470d3cc73
7
+ data.tar.gz: 576ab4471c185f8c23ab01fbf069039745c6392c0282fe86fcef604a5187d95aec5bfad3b14418aade19efe110343b948bab402d11e8e870597296cd681c118b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -200,8 +200,7 @@ module Aws::PrometheusService
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
@@ -1938,7 +1937,7 @@ module Aws::PrometheusService
1938
1937
  tracer: tracer
1939
1938
  )
1940
1939
  context[:gem_name] = 'aws-sdk-prometheusservice'
1941
- context[:gem_version] = '1.50.0'
1940
+ context[:gem_version] = '1.51.0'
1942
1941
  Seahorse::Client::Request.new(handlers, context)
1943
1942
  end
1944
1943
 
@@ -55,7 +55,7 @@ module Aws::PrometheusService
55
55
  autoload :EndpointProvider, 'aws-sdk-prometheusservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-prometheusservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.50.0'
58
+ GEM_VERSION = '1.51.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-prometheusservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services