aws-sdk-waf 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: 09bdc675c619ff21f9ae7d1a1a344229237a4a37
4
- data.tar.gz: e81e0965ab18588f5df9d932a6751e68617f517b
3
+ metadata.gz: 394e985995ff2241d3bf5b50ea181995e5803e38
4
+ data.tar.gz: 54c867773fb1ab007b91500c1dc9aa1bb3dc43e9
5
5
  SHA512:
6
- metadata.gz: ba27e42d3415f06aceea1cc388619c76a8e82279a94bfcf84b647d8c5f87383c3ec41df8434da577b12d1a716e9f5c11282020d3897ac98cad6d1a07e34149c4
7
- data.tar.gz: 2e9d53f1024b21bac282406685864e9c456e1f9cfb2bb4d62fbe445898c554a281227181bce4b18f6ae425655c3fad35235869b2ef79d1240a053a3a91ab3994
6
+ metadata.gz: 1373c02e9aa23b4f62732fd7c6903033bd803fb6407860638b436eff7eb7a22155b2475e30d0c9eae175abd0c9316960d18a573be4913a80901c4fa77a3961a4
7
+ data.tar.gz: 9e0bc23447c3cf3026d5c9cd54857eec2b479486088d37c2a0147ce230e960c607284299b0cc2c4cd37f62fb8220af5d69a0f4fddb1584f0cf58ea3e1bd94deb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-waf/customizations'
42
42
  # @service
43
43
  module Aws::WAF
44
44
 
45
- GEM_VERSION = '1.0.0.rc3'
45
+ GEM_VERSION = '1.0.0.rc4'
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/json_rpc.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::WAF
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::JsonRpc)
50
52
 
@@ -2465,7 +2467,7 @@ module Aws::WAF
2465
2467
  params: params,
2466
2468
  config: config)
2467
2469
  context[:gem_name] = 'aws-sdk-waf'
2468
- context[:gem_version] = '1.0.0.rc3'
2470
+ context[:gem_version] = '1.0.0.rc4'
2469
2471
  Seahorse::Client::Request.new(handlers, context)
2470
2472
  end
2471
2473
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
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
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