aws-sdk-cloudwatch 1.36.0 → 1.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- data/lib/aws-sdk-cloudwatch/client.rb +3 -3
- 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: 3d96c09cadafe396fb720864aa64f6b54d92402cee3fd8d484255fcd13ac1feb
|
4
|
+
data.tar.gz: 1db9067e4b964b1fb80e41a89c9f72f8c355801a33a3d9c859527b35761d3eae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a9464cf2b773c1aafc337deb3c84490bb954b5a1f6d34b2162e84ea36eac6239b4a9e3615efb07ce1ba8fd415ae7df99947ad2af34b0ef567a9054fdc834943
|
7
|
+
data.tar.gz: 9efce39cb670dee62514f72fec90a2f1039e7b739ae3d8e5c964caef0175d9de183860be2aa3c4aad9fbc0ac5d2d0f866f301c21b9d2a82e2e7c9899b9b9cf94
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::CloudWatch
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::CloudWatch
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -2945,7 +2945,7 @@ module Aws::CloudWatch
|
|
2945
2945
|
params: params,
|
2946
2946
|
config: config)
|
2947
2947
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
2948
|
-
context[:gem_version] = '1.
|
2948
|
+
context[:gem_version] = '1.37.0'
|
2949
2949
|
Seahorse::Client::Request.new(handlers, context)
|
2950
2950
|
end
|
2951
2951
|
|
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.37.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|