aws-sdk-cloudwatch 1.37.0 → 1.38.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: 3d96c09cadafe396fb720864aa64f6b54d92402cee3fd8d484255fcd13ac1feb
4
- data.tar.gz: 1db9067e4b964b1fb80e41a89c9f72f8c355801a33a3d9c859527b35761d3eae
3
+ metadata.gz: d8eba7875acb25028fa366e64b02a2ba6726566e8904808b6d1ce2543e820a5c
4
+ data.tar.gz: 62386addd91c088a25ce9f5ed0d12e05f782e57a7eee987c2b1036477aa1e3fe
5
5
  SHA512:
6
- metadata.gz: 5a9464cf2b773c1aafc337deb3c84490bb954b5a1f6d34b2162e84ea36eac6239b4a9e3615efb07ce1ba8fd415ae7df99947ad2af34b0ef567a9054fdc834943
7
- data.tar.gz: 9efce39cb670dee62514f72fec90a2f1039e7b739ae3d8e5c964caef0175d9de183860be2aa3c4aad9fbc0ac5d2d0f866f301c21b9d2a82e2e7c9899b9b9cf94
6
+ metadata.gz: 6b8c503f9e5ba75f28e9b480442c26c7b810accc9a99ee5cf55b97521971d878c97f2b1d92f48f8001c43218e7d6e046068d12fce4537a89b53b607c7ee49db6
7
+ data.tar.gz: 45a3c71136ff2257399f99b5e79fb1918a591523807508d44ca50ac9ae04f64676fec73a2e37bddecfad930b1f6451d76f683eb9cbf10049dab5223e044ccc70
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
49
49
  # @service
50
50
  module Aws::CloudWatch
51
51
 
52
- GEM_VERSION = '1.37.0'
52
+ GEM_VERSION = '1.38.0'
53
53
 
54
54
  end
@@ -176,7 +176,7 @@ module Aws::CloudWatch
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -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.37.0'
2948
+ context[:gem_version] = '1.38.0'
2949
2949
  Seahorse::Client::Request.new(handlers, context)
2950
2950
  end
2951
2951
 
@@ -586,7 +586,7 @@ module Aws::CloudWatch
586
586
  namespace: @namespace,
587
587
  metric_name: @name
588
588
  )
589
- resp = @client.put_metric_alarm(options)
589
+ @client.put_metric_alarm(options)
590
590
  Alarm.new(
591
591
  name: options[:alarm_name],
592
592
  client: @client
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.37.0
4
+ version: 1.38.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core