aws-sdk-cloudwatch 1.82.0 → 1.83.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-cloudwatch/client.rb +1 -1
- data/lib/aws-sdk-cloudwatch/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-cloudwatch.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: 0d4e522341d375827b47ae1435426e7a489ff3cb71ea3031624d9a3ea69bffe0
|
4
|
+
data.tar.gz: 56caa2842783bdf2209ad20886dbf694d79f1c7ae9e2cdf93ee4ab0fbb163cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e0f12bdaa80bb68ebab372422a8cf51f79a7df517fc33a16f392ed2f6e171f89ecce1a6fa7ceb8bef65cb14e11d0e466d254cbf5a67cc1190ba935655ee736b
|
7
|
+
data.tar.gz: b3498f8c80fd3697cf17b1c21f7083cca2efecb2d515dbfedefe40afb0eec6014dc312bc5e2417eae548a98dc14381ffa92191861e5d2a8873927b0fb5bff4d3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.83.0
|
@@ -3983,7 +3983,7 @@ module Aws::CloudWatch
|
|
3983
3983
|
params: params,
|
3984
3984
|
config: config)
|
3985
3985
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
3986
|
-
context[:gem_version] = '1.
|
3986
|
+
context[:gem_version] = '1.83.0'
|
3987
3987
|
Seahorse::Client::Request.new(handlers, context)
|
3988
3988
|
end
|
3989
3989
|
|
@@ -25,16 +25,17 @@ module Aws::CloudWatch
|
|
25
25
|
# @api private
|
26
26
|
class Handler < Seahorse::Client::Handler
|
27
27
|
def call(context)
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
29
28
|
unless context[:discovered_endpoint]
|
30
29
|
params = parameters_for_operation(context)
|
31
30
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
31
|
|
33
32
|
context.http_request.endpoint = endpoint.url
|
34
33
|
apply_endpoint_headers(context, endpoint.headers)
|
34
|
+
|
35
|
+
context[:endpoint_params] = params
|
36
|
+
context[:endpoint_properties] = endpoint.properties
|
35
37
|
end
|
36
38
|
|
37
|
-
context[:endpoint_params] = params
|
38
39
|
context[:auth_scheme] =
|
39
40
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
40
41
|
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.83.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-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|