aws-sdk-wafv2 1.58.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: 3ab9b0eee53189e58a125e3c33835ac1f28a9dd22478167905660f7184c72041
4
- data.tar.gz: 6b05711b9529f49a7c4a980fd6df3bf2ab9696dbd8a375f98ed4cc80b8e98181
3
+ metadata.gz: e0f40f8aa6c46ce4f9cfa174c131c4f8d29cca86f47e0b243df060d6a517c2b9
4
+ data.tar.gz: c9a6ef990121f589f40830382db3a36a93275bb7eac415aa445d4ef2c0c7c2ca
5
5
  SHA512:
6
- metadata.gz: 41b5b3019ea45aaba727290dfe5ac95cd4479c6aed925c1be24826b1edd96e841b5a23b79f06cde9152bbcc0f3828d352280323a9d35c1d61df6c381011e2b37
7
- data.tar.gz: e50447a35d31ad25b4f39bcd3a3cb5337f20f77fdd7886134a36152aef7d4e6b4783c92e35bef1ec975e49fbc83e5363bdd2fae0f7c12868366f0856baa83768
6
+ metadata.gz: 39f1f1a9bf4eb115f48d953f3ea20eb32257d37859713350113c6fe403db5e099fd850da62f34d07d33eb499837cc8b498dacbce809a92216ab7889b31305b93
7
+ data.tar.gz: 004ce189ed3ea0a53704498e6c70793f96b1e53b8ca426a65c94fddf38071bbf26fb3a3a1a40f5cbc68c9075109488b0328c78048cc7a0d8f43bfc9193db77da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.59.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.58.0 (2023-05-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.60.0
@@ -275,6 +275,11 @@ module Aws::WAFV2
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -10197,7 +10202,7 @@ module Aws::WAFV2
10197
10202
  params: params,
10198
10203
  config: config)
10199
10204
  context[:gem_name] = 'aws-sdk-wafv2'
10200
- context[:gem_version] = '1.58.0'
10205
+ context[:gem_version] = '1.60.0'
10201
10206
  Seahorse::Client::Request.new(handlers, context)
10202
10207
  end
10203
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.58.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.58.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-30 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement