aws-sdk-wafv2 1.136.0 → 1.137.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e286850eb920bebcb839ae24dae593d01e0623cf96a876ae29316b67e6b47d3
4
- data.tar.gz: 0f109135d37c5ee7def636e2e3cae56af92924a5a3a44f9ba9ba99bf973f7ab8
3
+ metadata.gz: 49314ff4e8c4fea857d36d09e5746ae2248318140839b69446ed987e21afa352
4
+ data.tar.gz: 3f758618dfa28e603c9d8eb3d9f0e6b7da8fcb5f6732b05b087333d096eba5e6
5
5
  SHA512:
6
- metadata.gz: 71afd5f524032c6e6873dbb1d07237fd7c5ba3ccb3e6632fa606bff594f52fef2ce749e22160e377751c085f6142c06a43a2d1086074890592dd6b78a2cda3a5
7
- data.tar.gz: 00cb7f003b5e3defee09d7900a1db7ac651a0fce3b300a8fa236ed84a28827093690eeb511760d132c87d20f1ec66e295198d1bdf27f1e0d7561e076e53a1a88
6
+ metadata.gz: 22789867600557a13338606b0657de0a5c67e2065e5d322c2eb8ed36f771b45bba7b43d0ff56b0cc5e0862a9ebd2a3cc60d9cd68c2cd4a24ee8a3c84734fb10d
7
+ data.tar.gz: '09ca3a2aa64d82c3e05afc9ff0144afe9aff2d81d5f9f7f963720cd747062906dc279f0473f95f116bfb69eef9f206c3c420fc082ba1557e624bb8930d504e74'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2026-08-21)
5
+ ------------------
6
+
7
+ * Feature - DataProtectionConfig field Key Documentation Update
8
+
4
9
  1.136.0 (2026-08-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -8394,7 +8394,7 @@ module Aws::WAFV2
8394
8394
  tracer: tracer
8395
8395
  )
8396
8396
  context[:gem_name] = 'aws-sdk-wafv2'
8397
- context[:gem_version] = '1.136.0'
8397
+ context[:gem_version] = '1.137.0'
8398
8398
  Seahorse::Client::Request.new(handlers, context)
8399
8399
  end
8400
8400
 
@@ -3171,9 +3171,17 @@ module Aws::WAFV2
3171
3171
  # @return [String]
3172
3172
  #
3173
3173
  # @!attribute [rw] field_keys
3174
- # Specifies the keys to protect for the specified field type. If you
3175
- # don't specify any key, then all keys for the field type are
3176
- # protected.
3174
+ # Specifies the keys to protect for the specified field type.
3175
+ #
3176
+ # Required for `SINGLE_HEADER`, `SINGLE_COOKIE`, and
3177
+ # `SINGLE_QUERY_ARGUMENT`: provide a non-empty array naming the
3178
+ # specific headers, cookies, or query arguments to protect. There is
3179
+ # no option to protect all keys of these field types, so enumerate
3180
+ # each key you intend to protect.
3181
+ #
3182
+ # Must be omitted for `QUERY_STRING` and `BODY`: the entire component
3183
+ # is protected and these field types take no keys. Supplying
3184
+ # `FieldKeys` for them is rejected.
3177
3185
  # @return [Array<String>]
3178
3186
  #
3179
3187
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/FieldToProtect AWS API Documentation
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAFV2
54
54
  autoload :EndpointProvider, 'aws-sdk-wafv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.136.0'
57
+ GEM_VERSION = '1.137.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services