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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d72cd5cb8f60758b7b45dc0461ef3a87eca47e6a
4
- data.tar.gz: 434bd1d76088df3cd5331799c6aae460a9726ef4
3
+ metadata.gz: 48d9aa663940824517dcdfdfa92aad12885b40b4
4
+ data.tar.gz: 3e5cf0dc65052892ac7bd9b3a33f2ab403c7e025
5
5
  SHA512:
6
- metadata.gz: f01e6e174e9f903caca4f23f49593e52d34270ddd00c146564ee5fc0b4354106fb4b10c65caea8343396347ad763704afdb252cf1e3ab81f324e9010469eb70e
7
- data.tar.gz: 55279b5e433403fe19a443debfaa22d76bf4768d816bf4f151efd01130e97df99748122c892f76f65f3ca310c14a9b36b09fc6a0dd1aed5dd9fa2f2fc0c23f93
6
+ metadata.gz: f4ffe66e229cf3a26b4894e9f164b53759348d33a08f06c436bc2d33b63765b6d2989db22da68a3e85c5af480fd2318f014d6c9439bfd0bc23bc0ab99c87e70d
7
+ data.tar.gz: 75ee0e804f85db0fc3f55ce3a83015846b5337fb747fe9c08aad2603defa7d857da3367f6a20245a9d6a9d632e613197e4aab4fa67f34ccf8d7baa459c693314
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -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.3.0'
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.3.0
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-08 00:00:00.000000000 Z
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