aws-sdk-cloudwatch 1.19.0 → 1.20.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
- data/lib/aws-sdk-cloudwatch/metric.rb +2 -2
- data/lib/aws-sdk-cloudwatch/types.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85138910aa036fa034aa34572f290f2208b373fb
|
4
|
+
data.tar.gz: 889bd557103209b3248c350c789b9deb32a52d90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e94df5a2a14dc75671974d4b6a03f8d8d89c0466ab3d2e2dc6fca9608b952da1ba3be8f12d4ef672675fbacc5e87bff1b478b3d1d51c8c80144420254cfb1447
|
7
|
+
data.tar.gz: 7a76fe677b1152aaa225de43927d3954a7f75b839bb55e32a831d59beacd4ed1eb20116b41f8f0c09ed9d5d1e9895ffdb6affb9f7f836482ce0f02c069afcd56
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
@@ -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
|
1559
|
-
#
|
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.
|
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
|
533
|
-
#
|
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
|
1916
|
-
#
|
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.
|
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-
|
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
|