aws-sdk-cloudwatch 1.3.0 → 1.4.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 +4 -4
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- data/lib/aws-sdk-cloudwatch/client.rb +3 -1
- 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: 48d9aa663940824517dcdfdfa92aad12885b40b4
|
|
4
|
+
data.tar.gz: 3e5cf0dc65052892ac7bd9b3a33f2ab403c7e025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4ffe66e229cf3a26b4894e9f164b53759348d33a08f06c436bc2d33b63765b6d2989db22da68a3e85c5af480fd2318f014d6c9439bfd0bc23bc0ab99c87e70d
|
|
7
|
+
data.tar.gz: 75ee0e804f85db0fc3f55ce3a83015846b5337fb747fe9c08aad2603defa7d857da3367f6a20245a9d6a9d632e613197e4aab4fa67f34ccf8d7baa459c693314
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
|
@@ -901,6 +901,8 @@ module Aws::CloudWatch
|
|
|
901
901
|
# If you are an IAM user, you must have Amazon EC2 permissions for some
|
|
902
902
|
# operations:
|
|
903
903
|
#
|
|
904
|
+
# * `iam:CreateServiceLinkedRole` for all alarms with EC2 actions
|
|
905
|
+
#
|
|
904
906
|
# * `ec2:DescribeInstanceStatus` and `ec2:DescribeInstances` for all
|
|
905
907
|
# alarms on EC2 instance status metrics
|
|
906
908
|
#
|
|
@@ -1282,7 +1284,7 @@ module Aws::CloudWatch
|
|
|
1282
1284
|
params: params,
|
|
1283
1285
|
config: config)
|
|
1284
1286
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
1285
|
-
context[:gem_version] = '1.
|
|
1287
|
+
context[:gem_version] = '1.4.0'
|
|
1286
1288
|
Seahorse::Client::Request.new(handlers, context)
|
|
1287
1289
|
end
|
|
1288
1290
|
|
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.4.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: 2017-12-
|
|
11
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|