aws-sdk-wafv2 1.59.0 → 1.60.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +1 -1
- data/lib/aws-sdk-wafv2/types.rb +4 -2
- data/lib/aws-sdk-wafv2.rb +1 -1
- 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: e0f40f8aa6c46ce4f9cfa174c131c4f8d29cca86f47e0b243df060d6a517c2b9
|
|
4
|
+
data.tar.gz: c9a6ef990121f589f40830382db3a36a93275bb7eac415aa445d4ef2c0c7c2ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39f1f1a9bf4eb115f48d953f3ea20eb32257d37859713350113c6fe403db5e099fd850da62f34d07d33eb499837cc8b498dacbce809a92216ab7889b31305b93
|
|
7
|
+
data.tar.gz: 004ce189ed3ea0a53704498e6c70793f96b1e53b8ca426a65c94fddf38071bbf26fb3a3a1a40f5cbc68c9075109488b0328c78048cc7a0d8f43bfc9193db77da
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
|
@@ -10202,7 +10202,7 @@ module Aws::WAFV2
|
|
|
10202
10202
|
params: params,
|
|
10203
10203
|
config: config)
|
|
10204
10204
|
context[:gem_name] = 'aws-sdk-wafv2'
|
|
10205
|
-
context[:gem_version] = '1.
|
|
10205
|
+
context[:gem_version] = '1.60.0'
|
|
10206
10206
|
Seahorse::Client::Request.new(handlers, context)
|
|
10207
10207
|
end
|
|
10208
10208
|
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
|
@@ -2123,7 +2123,8 @@ module Aws::WAFV2
|
|
|
2123
2123
|
# ordered as they appear in the web request that WAF receives for
|
|
2124
2124
|
# inspection. WAF generates the string and then uses that as the field
|
|
2125
2125
|
# to match component in its inspection. WAF separates the header names
|
|
2126
|
-
# in the string using
|
|
2126
|
+
# in the string using colons and no added spaces, for example
|
|
2127
|
+
# `Host:User-Agent:Accept:Authorization:Referer`.
|
|
2127
2128
|
#
|
|
2128
2129
|
# Matches against the header order string are case insensitive.
|
|
2129
2130
|
# @return [Types::HeaderOrder]
|
|
@@ -3193,7 +3194,8 @@ module Aws::WAFV2
|
|
|
3193
3194
|
# ordered as they appear in the web request that WAF receives for
|
|
3194
3195
|
# inspection. WAF generates the string and then uses that as the field
|
|
3195
3196
|
# to match component in its inspection. WAF separates the header names
|
|
3196
|
-
# in the string using
|
|
3197
|
+
# in the string using colons and no added spaces, for example
|
|
3198
|
+
# `Host:User-Agent:Accept:Authorization:Referer`.
|
|
3197
3199
|
#
|
|
3198
3200
|
# Matches against the header order string are case insensitive.
|
|
3199
3201
|
#
|
data/lib/aws-sdk-wafv2.rb
CHANGED
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.
|
|
4
|
+
version: 1.60.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: 2023-
|
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|