aws-sdk-cloudwatch 1.19.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15abef35d8e74e7afd41770ac9908a1f53ebd3ae
4
- data.tar.gz: fde65ccd562e843c079b0e46aaaecda724ac8bcc
3
+ metadata.gz: 85138910aa036fa034aa34572f290f2208b373fb
4
+ data.tar.gz: 889bd557103209b3248c350c789b9deb32a52d90
5
5
  SHA512:
6
- metadata.gz: b38ac6fe5959474ecba1d42a7010292d31faaee5d06ed2796edd289a7683be257bea401f4f9271ec93d72f8b8fc2352f52ace747a8564d4328a5181b7465cb48
7
- data.tar.gz: c86aabcd38fa32d82699f411e73a805f479d924c95b431efef9bd47d4b67431c221e12ff9d052665d16fbaaac1c3c19d8a5d8cbc0c01043445e94396798729c9
6
+ metadata.gz: e94df5a2a14dc75671974d4b6a03f8d8d89c0466ab3d2e2dc6fca9608b952da1ba3be8f12d4ef672675fbacc5e87bff1b478b3d1d51c8c80144420254cfb1447
7
+ data.tar.gz: 7a76fe677b1152aaa225de43927d3954a7f75b839bb55e32a831d59beacd4ed1eb20116b41f8f0c09ed9d5d1e9895ffdb6affb9f7f836482ce0f02c069afcd56
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -1555,8 +1555,8 @@ module Aws::CloudWatch
1555
1555
  # math expression as part of the `Metrics` array.
1556
1556
  #
1557
1557
  # @option params [Array<Types::Tag>] :tags
1558
- # A list of key-value pairs to associate with the alarm or dashboard.
1559
- # You can associate as many as 50 tags with an alarm.
1558
+ # A list of key-value pairs to associate with the alarm. You can
1559
+ # associate as many as 50 tags with an alarm.
1560
1560
  #
1561
1561
  # Tags can help you organize and categorize your resources. You can also
1562
1562
  # use them to scope user permissions, by granting a user permission to
@@ -1873,7 +1873,7 @@ module Aws::CloudWatch
1873
1873
  params: params,
1874
1874
  config: config)
1875
1875
  context[:gem_name] = 'aws-sdk-cloudwatch'
1876
- context[:gem_version] = '1.19.0'
1876
+ context[:gem_version] = '1.20.0'
1877
1877
  Seahorse::Client::Request.new(handlers, context)
1878
1878
  end
1879
1879
 
@@ -529,8 +529,8 @@ module Aws::CloudWatch
529
529
  # operation. Instead, you retrieve the metrics you are using in your
530
530
  # math expression as part of the `Metrics` array.
531
531
  # @option options [Array<Types::Tag>] :tags
532
- # A list of key-value pairs to associate with the alarm or dashboard.
533
- # You can associate as many as 50 tags with an alarm.
532
+ # A list of key-value pairs to associate with the alarm. You can
533
+ # associate as many as 50 tags with an alarm.
534
534
  #
535
535
  # Tags can help you organize and categorize your resources. You can also
536
536
  # use them to scope user permissions, by granting a user permission to
@@ -1912,8 +1912,8 @@ module Aws::CloudWatch
1912
1912
  # @return [Array<Types::MetricDataQuery>]
1913
1913
  #
1914
1914
  # @!attribute [rw] tags
1915
- # A list of key-value pairs to associate with the alarm or dashboard.
1916
- # You can associate as many as 50 tags with an alarm.
1915
+ # A list of key-value pairs to associate with the alarm. You can
1916
+ # associate as many as 50 tags with an alarm.
1917
1917
  #
1918
1918
  # Tags can help you organize and categorize your resources. You can
1919
1919
  # also use them to scope user permissions, by granting a user
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.19.0
4
+ version: 1.20.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: 2019-03-29 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core