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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96124d6e3e2f1319f589d44607121a13fa2575bf8ea9dda30b4ea663444e3ebf
4
- data.tar.gz: d2ed3dcca958176afe7cbe5caec4cb3a11a6ef251b3954b0c48fedd74138c534
3
+ metadata.gz: 3d96c09cadafe396fb720864aa64f6b54d92402cee3fd8d484255fcd13ac1feb
4
+ data.tar.gz: 1db9067e4b964b1fb80e41a89c9f72f8c355801a33a3d9c859527b35761d3eae
5
5
  SHA512:
6
- metadata.gz: 76ca9e3c8d7dca2a9a9db2223f83ffcf6573721b3117cfe082a30c4b017a38f485391363dccb6a5c7537486d29bfe0e1859a145709516a2903fdffaeaf6f40a9
7
- data.tar.gz: f3203ba7fbaa2dfc12d25976efe8be0a9629f437395286f857963dfcd19db19b2bcc5b2ee9aa0f66d438544cba264bdc862d5f031f3a0cc90a2be2a5f7ee33c1
6
+ metadata.gz: 5a9464cf2b773c1aafc337deb3c84490bb954b5a1f6d34b2162e84ea36eac6239b4a9e3615efb07ce1ba8fd415ae7df99947ad2af34b0ef567a9054fdc834943
7
+ data.tar.gz: 9efce39cb670dee62514f72fec90a2f1039e7b739ae3d8e5c964caef0175d9de183860be2aa3c4aad9fbc0ac5d2d0f866f301c21b9d2a82e2e7c9899b9b9cf94
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
49
49
  # @service
50
50
  module Aws::CloudWatch
51
51
 
52
- GEM_VERSION = '1.36.0'
52
+ GEM_VERSION = '1.37.0'
53
53
 
54
54
  end
@@ -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 search for in the following locations:
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 avalid HTTP(S) URI.
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.36.0'
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.36.0
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-04-20 00:00:00.000000000 Z
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