aws-sdk-waf 1.28.0 → 1.29.0

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
  SHA256:
3
- metadata.gz: 8f4fbc57efdf74652290f8250d3b9badb0f3c79d232c8895426f7d9944ffa517
4
- data.tar.gz: 90f5cf416af1f2d6048c70cfad7c61f20d1673088d6668898a155cac237b08ab
3
+ metadata.gz: 330d71a392dd305a537ba506ed4d4524828720e0ba1174da224a8e71c2dd00c8
4
+ data.tar.gz: e23919d45fd436ecc72d072ce69f1244f3a91f10e7fafd2f0201c275bff70e7a
5
5
  SHA512:
6
- metadata.gz: 20086a4ddd036461a7de82095966ae6c1e100b1fd03888b56f5af9954d02cc7c79480f3e59a7bcd17de37be3be40ec007678198cee37f83c1bd87cb624bf8805
7
- data.tar.gz: 1f85354c117c9ebaff7bb9fea819f6fcb9041984588e3d3d38345f637a76210b629416ad2c73b6b4a9d207d3d84f539168f82987b68911f819b6d6bf2c5d76e6
6
+ metadata.gz: 7a80247dc4c6f550ab502129c7220d9aaad6b1a8d2b0cb11448ffe1148dd63f69f89e346650dc35f93d249c84a58da3d6bdaccda33c312b97b03e8b9ee659f53
7
+ data.tar.gz: 8613c25c8517df33a9350e56306af8e963c1ec46e627a402d67e15cfce4ce6ba841c4ac0c704a7f6f7515a9be1fef44507dbea2001b257ed97da3b07898c910e
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-waf/customizations'
45
45
  # @service
46
46
  module Aws::WAF
47
47
 
48
- GEM_VERSION = '1.28.0'
48
+ GEM_VERSION = '1.29.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::WAF
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::WAF
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -6651,7 +6651,7 @@ module Aws::WAF
6651
6651
  params: params,
6652
6652
  config: config)
6653
6653
  context[:gem_name] = 'aws-sdk-waf'
6654
- context[:gem_version] = '1.28.0'
6654
+ context[:gem_version] = '1.29.0'
6655
6655
  Seahorse::Client::Request.new(handlers, context)
6656
6656
  end
6657
6657
 
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.28.0
4
+ version: 1.29.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: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core