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 +4 -4
- data/lib/aws-sdk-wafregional.rb +1 -1
- data/lib/aws-sdk-wafregional/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c52347edd002e083c52b18b3acb7a9696a073311d4ffe033016febfa8cc2eb1
|
4
|
+
data.tar.gz: 36d630af8c38d4927e0473389b8c41ffe2bf466361a0199c11891d14452237d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16b2e3b38f8d3d1baa8b8b0c9cd49c7b697635c18d3bee0b9650243dee787c1872dc50e1d37644394b3aab6c33b07992fdf26e3bd121d75c7d86046984cbb760
|
7
|
+
data.tar.gz: 9f83e6f4dd8da1b1fb4a7a297b5b4869dfc8702320aaba34cae6b8e62d4569eefffbad30e885e007264ca3c0ba045b4d8e1765937b3cb3bc7d484663d50bc5cf
|
data/lib/aws-sdk-wafregional.rb
CHANGED
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|