aws-sdk-wafv2 1.59.0 → 1.60.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: ff4db058cd8b3c9afd7e3d396d166927bb2955fdef66834780cafe1da35104b3
4
- data.tar.gz: 774d2c55f88c551720a78ea36c8f0046ed58d1249fe31e6a9ec907a5e11ded85
3
+ metadata.gz: e0f40f8aa6c46ce4f9cfa174c131c4f8d29cca86f47e0b243df060d6a517c2b9
4
+ data.tar.gz: c9a6ef990121f589f40830382db3a36a93275bb7eac415aa445d4ef2c0c7c2ca
5
5
  SHA512:
6
- metadata.gz: f83c5295cb312b0d9c453a283a1ed4cef0418d4bbf294d0f637b15dc09bab47480a5786479b09bade274ce1e91f47f6b60194203bc2745cfb7c79600b4568052
7
- data.tar.gz: e20321eb388be06a8f832fa3625e3f7469488540428c815b963de32f4b406991437481d2a86a867c673df88bf0259e4b7b100abc85b1afc57d274f4d05aa315d
6
+ metadata.gz: 39f1f1a9bf4eb115f48d953f3ea20eb32257d37859713350113c6fe403db5e099fd850da62f34d07d33eb499837cc8b498dacbce809a92216ab7889b31305b93
7
+ data.tar.gz: 004ce189ed3ea0a53704498e6c70793f96b1e53b8ca426a65c94fddf38071bbf26fb3a3a1a40f5cbc68c9075109488b0328c78048cc7a0d8f43bfc9193db77da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2023-06-01)
5
+ ------------------
6
+
7
+ * Feature - Corrected the information for the header order FieldToMatch setting
8
+
4
9
  1.59.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -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.59.0'
10205
+ context[:gem_version] = '1.60.0'
10206
10206
  Seahorse::Client::Request.new(handlers, context)
10207
10207
  end
10208
10208
 
@@ -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 commas and no added spaces.
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 commas and no added spaces.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.59.0'
55
+ GEM_VERSION = '1.60.0'
56
56
 
57
57
  end
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.59.0
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-05-31 00:00:00.000000000 Z
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