aws-sdk-opsworks 1.0.0.rc3 → 1.0.0.rc4

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: ef33407cddfc868b9da2b55741b46da5d906def2
4
- data.tar.gz: 64a2a19cf4dec9b2e97da8482a787c818fe16c8c
3
+ metadata.gz: 22fc2fd932c107eb8cd005727a861ed38955d984
4
+ data.tar.gz: 7f1f3435294f7834dfed28104e20abf6243d4c7c
5
5
  SHA512:
6
- metadata.gz: 94c9d94151a82af6bf880198edd9f5a2a3c504d78776473647a4a7dda3d272c7dc21c52ce86d7c3e571272c468e2df8ff62bda734515bbf84a8fc3ccc4599805
7
- data.tar.gz: 13c6e7a9ed4869008358522625711cc72386f665225c56eae5102711767e8c5923723c262218e66c09e67058ab5d9800425cecee11b28ba51502bf2fa207ed4b
6
+ metadata.gz: d83b45688d24642f34c1c197a251a1ac69e0ac0b5766dd6785e802469e6998fe36e9f13158b852086ca03a432f2b8fca6d9328cd2527dea3e2a7022441af712c
7
+ data.tar.gz: 89252fc02774f9bf3bf7760a6b8b42742ac2e554f48dc16a77609adbcfa74b9f41875065b852752274c492d4bad36e93d7bebaee62f4feb5f3fb86730166c8cd
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworks/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorks
48
48
 
49
- GEM_VERSION = '1.0.0.rc2'
49
+ GEM_VERSION = '1.0.0.rc4'
50
50
 
51
51
  end
@@ -5238,7 +5238,7 @@ module Aws::OpsWorks
5238
5238
  params: params,
5239
5239
  config: config)
5240
5240
  context[:gem_name] = 'aws-sdk-opsworks'
5241
- context[:gem_version] = '1.0.0.rc2'
5241
+ context[:gem_version] = '1.0.0.rc4'
5242
5242
  Seahorse::Client::Request.new(handlers, context)
5243
5243
  end
5244
5244
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc3
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services