aws-sdk-cloudwatch 1.0.0 → 1.1.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: 107afd1d898acdb9f2bc95670c276228ef252bdb
4
- data.tar.gz: fcd79d090be9cd667d21c31b59b82299c37ec9d3
3
+ metadata.gz: f5ad96e6f40e11b5d0c3ac8ee265062d86016a4e
4
+ data.tar.gz: 3e566eb6c5b91db87fd791d10cee75cc1dd4b1d6
5
5
  SHA512:
6
- metadata.gz: 2904004008df9adc66b1292e0266ea3f2890765b88a6c2ee3afc6f8130ef229d9fe9e7b059992b28cf5bb2eda140c866ab97ed384af2b5886df56616e815ed0d
7
- data.tar.gz: 8ae52134c0f5a23c4732d920b4a87cf88bc1b260ca53c0abe4659c77a6268478a5d4998cef5d35a645aea866d0c3db521997c6bd92d8e6f4b3ce1babc14134c0
6
+ metadata.gz: 97a0a0abb744e4a242cfe59696c50c0856f82a48ca3d23413dd9b049809bdc235d6e3d88c28c0be038fef895770a828aca870b8a650196c2c30839240a194cde
7
+ data.tar.gz: 0dde929b2df8d15b2000bb6dde09fc8d976070ad5996ba69e3b6e7177311206c900124bfec7ca2a8542871d8f4488800f03ec00e3c9c86766bc1ac6ee816c1d2
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.0.0'
48
+ GEM_VERSION = '1.1.0'
49
49
 
50
50
  end
@@ -409,9 +409,7 @@ module Aws::CloudWatch
409
409
  params = Aws::Util.copy_hash(options)
410
410
  params[:alarm_names] ||= []
411
411
  batch.each do |item|
412
- params[:alarm_names] << {
413
- name: item.name
414
- }
412
+ params[:alarm_names] << item.name
415
413
  end
416
414
  batch[0].client.delete_alarms(params)
417
415
  end
@@ -425,9 +423,7 @@ module Aws::CloudWatch
425
423
  params = Aws::Util.copy_hash(options)
426
424
  params[:alarm_names] ||= []
427
425
  batch.each do |item|
428
- params[:alarm_names] << {
429
- name: item.name
430
- }
426
+ params[:alarm_names] << item.name
431
427
  end
432
428
  batch[0].client.disable_alarm_actions(params)
433
429
  end
@@ -441,9 +437,7 @@ module Aws::CloudWatch
441
437
  params = Aws::Util.copy_hash(options)
442
438
  params[:alarm_names] ||= []
443
439
  batch.each do |item|
444
- params[:alarm_names] << {
445
- name: item.name
446
- }
440
+ params[:alarm_names] << item.name
447
441
  end
448
442
  batch[0].client.enable_alarm_actions(params)
449
443
  end
@@ -1261,7 +1261,7 @@ module Aws::CloudWatch
1261
1261
  params: params,
1262
1262
  config: config)
1263
1263
  context[:gem_name] = 'aws-sdk-cloudwatch'
1264
- context[:gem_version] = '1.0.0'
1264
+ context[:gem_version] = '1.1.0'
1265
1265
  Seahorse::Client::Request.new(handlers, context)
1266
1266
  end
1267
1267
 
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.0.0
4
+ version: 1.1.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-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,9 @@ files:
59
59
  homepage: http://github.com/aws/aws-sdk-ruby
60
60
  licenses:
61
61
  - Apache-2.0
62
- metadata: {}
62
+ metadata:
63
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch
64
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch/CHANGELOG.md
63
65
  post_install_message:
64
66
  rdoc_options: []
65
67
  require_paths: