aws-sdk-elasticbeanstalk 1.0.0.rc4 → 1.0.0.rc5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9e13df718897b2360274f8688474b261fd590db
4
- data.tar.gz: 057d5f2dda210ae726dc46c8300ca31caa7267a6
3
+ metadata.gz: 2ae9ea528638ed695d2a55d67d45edb6019e5903
4
+ data.tar.gz: ef2c9a7c69f8ee2c6162cd661f8c6ea41c5045bc
5
5
  SHA512:
6
- metadata.gz: 549654ff48eb82e2e78ca066056560d53782e47d9b65b4275fd7fabfa8366c53d1da9e5b2ae3e4b4c409b1ca1875a012cfaeea79e77d948bcc498555315c3f63
7
- data.tar.gz: 2462b1999ea73f6ffd73dda02d54b61c291533be090cc2443a316b01dfc9063e21d851e75bd04a9a583bd7d59ae03a9881bf3d81eb812e527573f06c0977af54
6
+ metadata.gz: 2f7f86162d2fe62a5ab3ed5c007250e7186a61aa86e4451e31bed1c5b82a406bf9ee9f1dc23fd1a3eec1e72fb57bb360c7751057544bed396667fc96557c3d6d
7
+ data.tar.gz: fa281e7cb544038139fcc70d43f647c6477256243f9c25ea18fbf6360b050233044ef3683e9aba8c734c65784cf8490013c12f7177912e964d78aafc7c24740b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
42
42
  # @service
43
43
  module Aws::ElasticBeanstalk
44
44
 
45
- GEM_VERSION = '1.0.0.rc4'
45
+ GEM_VERSION = '1.0.0.rc5'
46
46
 
47
47
  end
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
+ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
21
22
  require 'aws-sdk-core/plugins/signature_v4.rb'
22
23
  require 'aws-sdk-core/plugins/protocols/query.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::ElasticBeanstalk
45
46
  add_plugin(Aws::Plugins::ResponsePaging)
46
47
  add_plugin(Aws::Plugins::StubResponses)
47
48
  add_plugin(Aws::Plugins::IdempotencyToken)
49
+ add_plugin(Aws::Plugins::JsonvalueConverter)
48
50
  add_plugin(Aws::Plugins::SignatureV4)
49
51
  add_plugin(Aws::Plugins::Protocols::Query)
50
52
 
@@ -2872,7 +2874,7 @@ module Aws::ElasticBeanstalk
2872
2874
  params: params,
2873
2875
  config: config)
2874
2876
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
2875
- context[:gem_version] = '1.0.0.rc4'
2877
+ context[:gem_version] = '1.0.0.rc5'
2876
2878
  Seahorse::Client::Request.new(handlers, context)
2877
2879
  end
2878
2880
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc4
4
+ version: 1.0.0.rc5
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-03-07 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core