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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-prometheusservice/client.rb +2 -3
- data/lib/aws-sdk-prometheusservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca181efc2d506c2de0ea30cb4f1303bfb0d3bc45b8ff30771fe937800cb74d40
|
4
|
+
data.tar.gz: 46512757a431d43d07857bf07e170016f5ff26349f86bc1eef4bfa28f6d7510e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94ddf5d1d5e4fd9dab5a5d9d2eaec0b3a303057f716a90f774a1c9478a72079ed1e555c23eeae152e4803846bc7f52636e7e01f81b9a7b6f1a9eb94470d3cc73
|
7
|
+
data.tar.gz: 576ab4471c185f8c23ab01fbf069039745c6392c0282fe86fcef604a5187d95aec5bfad3b14418aade19efe110343b948bab402d11e8e870597296cd681c118b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
1940
|
+
context[:gem_version] = '1.51.0'
|
1942
1941
|
Seahorse::Client::Request.new(handlers, context)
|
1943
1942
|
end
|
1944
1943
|
|