aws-sdk-wafv2 1.3.0 → 1.4.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
- SHA1:
3
- metadata.gz: 4982a5fd073f9fefccdc7736d83f6f21f481f556
4
- data.tar.gz: 708114f6fdabd60c9256d2b92d624559badc6120
2
+ SHA256:
3
+ metadata.gz: e4eed6b3ef96995e76fd6f35860187b5317cff3cfd3b736d53bcf9d5909302af
4
+ data.tar.gz: d48e73e050afe20d41152b55c09c3aeeb76fdc6c3ea08f70a7ecf5b270fbbe4b
5
5
  SHA512:
6
- metadata.gz: 6b908d182531bd51065dc5b8c391302e80b8d749016781f071440ed3de6dcedd7ba60879d8348e93fb9b2bef5c68bca8271cffbe54381fd7057e9424e50925b6
7
- data.tar.gz: 497e8a123bc9ffd49eca018830bf19ef83da8ccc1de6a54eb44db59ba591ef04c8a6d3ea0e22d95179aa6de5d70358a42121500d4020b2371ce0d959bc90b73f
6
+ metadata.gz: 43aacdcb5ba5fe0d6cf719f4e207314004e353abad238131754c26e016a461950de3611e897f478e85ef086f180e005d06f144fa6c352a5018de1f9ef25468e3
7
+ data.tar.gz: 81b95836d73eeb70d2136405ef4719257e6c411cda9cd594b721b2c7f8915bf98e616d24c5fed5071a535f4857c709c8c1c71f04e9453c94c5334c96b58bbc7a
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-wafv2/customizations'
45
45
  # @service
46
46
  module Aws::WAFV2
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::WAFV2
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::WAFV2
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
@@ -4371,7 +4371,7 @@ module Aws::WAFV2
4371
4371
  params: params,
4372
4372
  config: config)
4373
4373
  context[:gem_name] = 'aws-sdk-wafv2'
4374
- context[:gem_version] = '1.3.0'
4374
+ context[:gem_version] = '1.4.0'
4375
4375
  Seahorse::Client::Request.new(handlers, context)
4376
4376
  end
4377
4377
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-03-31 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - WAFV2