aws-sdk-prometheusservice 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-prometheusservice/client.rb +5 -1
- data/lib/aws-sdk-prometheusservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b598d1ee21a98f496b8d3b6af2ffa8673500d10a7fbb406bd0b406da7a2d8dd
|
4
|
+
data.tar.gz: 362f4e97ad771cd03441cccd09c5314e66c91c94e5bce928488f1786f1a7dd74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6324be7644e4200ea6123ebf34e70f1b0cfde8412e7b9090ccc1d1b29f037a9074de19a5ba1abc664fd15f73271a7d48657404feedd57a267ec2c75cced56f1
|
7
|
+
data.tar.gz: 497009a5535e325e5a86b3b2399fdddfa453d365723cf30d08172e018d040b20d590e33cc82efdc4f0b29d9df195ca981b9a2484b4a88aca3496a2e187ac38ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -216,6 +216,10 @@ module Aws::PrometheusService
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -1219,7 +1223,7 @@ module Aws::PrometheusService
|
|
1219
1223
|
params: params,
|
1220
1224
|
config: config)
|
1221
1225
|
context[:gem_name] = 'aws-sdk-prometheusservice'
|
1222
|
-
context[:gem_version] = '1.
|
1226
|
+
context[:gem_version] = '1.23.0'
|
1223
1227
|
Seahorse::Client::Request.new(handlers, context)
|
1224
1228
|
end
|
1225
1229
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-prometheusservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|