aws-sdk-prometheusservice 1.41.0 → 1.42.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 +1 -3
- data/lib/aws-sdk-prometheusservice.rb +3 -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: dfa8850519d81fc48742c734710166c2594d3bcb8e285e7fc5b3bd4816584c74
|
4
|
+
data.tar.gz: aae5be28700da187b12aac4ef699f857f58ecd1cf25e3c846f0ab8cd58516cd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19676ff083199676453fb6d53bd559b8503685b6d76d573a901008b6b6829db652051ffd14c18a485cef1146822c655422bfeda2d058e5f094d4b7415ebb2e99
|
7
|
+
data.tar.gz: 425e6dcfa4678d923d49d8350d0f957f69a932540091f73c740a39a45e6dc28378e31e99a0833d0fe9fcb8586b364c3cf4364b7eea315aa3b13074155555ba73
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:prometheusservice)
|
40
|
-
|
41
39
|
module Aws::PrometheusService
|
42
40
|
# An API client for PrometheusService. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1708,7 +1706,7 @@ module Aws::PrometheusService
|
|
1708
1706
|
tracer: tracer
|
1709
1707
|
)
|
1710
1708
|
context[:gem_name] = 'aws-sdk-prometheusservice'
|
1711
|
-
context[:gem_version] = '1.
|
1709
|
+
context[:gem_version] = '1.42.0'
|
1712
1710
|
Seahorse::Client::Request.new(handlers, context)
|
1713
1711
|
end
|
1714
1712
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:prometheusservice)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Prometheus Service. This module is available in the
|
15
17
|
# `aws-sdk-prometheusservice` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::PrometheusService
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-prometheusservice/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-prometheusservice/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.42.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
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.42.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: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|