aws-sdk-wafregional 1.29.0 → 1.30.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: c2be401160b4bb5df4a048d71e899d86e0b17c678ebdc8ec16bfe0bc223d2334
4
- data.tar.gz: 3059a11d49bba21c18dd321e8f3e8be7aea864b06500764b55c0b897e6b77902
3
+ metadata.gz: 1c52347edd002e083c52b18b3acb7a9696a073311d4ffe033016febfa8cc2eb1
4
+ data.tar.gz: 36d630af8c38d4927e0473389b8c41ffe2bf466361a0199c11891d14452237d5
5
5
  SHA512:
6
- metadata.gz: 4f4e685075109f9382813f969735478f8e6ff7edcfe7f9162c8364b4b4f89c46222b3e121aabadc36ff0de4854efbc1b79a161622b54ece98c7f555216493b44
7
- data.tar.gz: a0654034a31d20197615dae248a991b127c5e8a969437a0d8eab50d97ad47cfc0cc07b9b7df0419bb9e75e73667bc946dc41488beabd64a80130727f020edbc2
6
+ metadata.gz: 16b2e3b38f8d3d1baa8b8b0c9cd49c7b697635c18d3bee0b9650243dee787c1872dc50e1d37644394b3aab6c33b07992fdf26e3bd121d75c7d86046984cbb760
7
+ data.tar.gz: 9f83e6f4dd8da1b1fb4a7a297b5b4869dfc8702320aaba34cae6b8e62d4569eefffbad30e885e007264ca3c0ba045b4d8e1765937b3cb3bc7d484663d50bc5cf
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-wafregional/customizations'
45
45
  # @service
46
46
  module Aws::WAFRegional
47
47
 
48
- GEM_VERSION = '1.29.0'
48
+ GEM_VERSION = '1.30.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::WAFRegional
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::WAFRegional
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
@@ -6854,7 +6854,7 @@ module Aws::WAFRegional
6854
6854
  params: params,
6855
6855
  config: config)
6856
6856
  context[:gem_name] = 'aws-sdk-wafregional'
6857
- context[:gem_version] = '1.29.0'
6857
+ context[:gem_version] = '1.30.0'
6858
6858
  Seahorse::Client::Request.new(handlers, context)
6859
6859
  end
6860
6860
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafregional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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