aws-sdk-wafv2 1.86.0 → 1.87.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +13 -9
- 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: a9000e962a0054a547b3b098de60752e1f40d08dcee02f3959dc6d4823492506
|
4
|
+
data.tar.gz: 1e37bd0c1c01bf157487beb5d27a2debf82efb5d99d4dd7ec9178c61401200ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c50dd71e9d58922307950f2c003230bb7cd60f17e414e098e3cca30cf9edb75862233e73f5c7e0e41335189914bbdb989b54e642b083569b3fc9c762527d6d54
|
7
|
+
data.tar.gz: aaa46988041f1b43b4cfbdcbba1c31fe65c65859d70eec19688493f3d111e5b27def69fa8920614b6921bebd8bfbbd5f4a805376d43426c1b127a005b4f75938
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -9184,7 +9184,7 @@ module Aws::WAFV2
|
|
9184
9184
|
params: params,
|
9185
9185
|
config: config)
|
9186
9186
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9187
|
-
context[:gem_version] = '1.
|
9187
|
+
context[:gem_version] = '1.87.0'
|
9188
9188
|
Seahorse::Client::Request.new(handlers, context)
|
9189
9189
|
end
|
9190
9190
|
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
@@ -4084,6 +4084,13 @@ module Aws::WAFV2
|
|
4084
4084
|
# Example JSON: `"JsonBody": \{ "MatchPattern": \{ "All": \{\} \},
|
4085
4085
|
# "MatchScope": "ALL" \}`
|
4086
4086
|
#
|
4087
|
+
# For additional information about this request component option, see
|
4088
|
+
# [JSON body][1] in the *WAF Developer Guide*.
|
4089
|
+
#
|
4090
|
+
#
|
4091
|
+
#
|
4092
|
+
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body
|
4093
|
+
#
|
4087
4094
|
# @!attribute [rw] match_pattern
|
4088
4095
|
# The patterns to look for in the JSON body. WAF inspects the results
|
4089
4096
|
# of these pattern matches against the rule inspection criteria.
|
@@ -4118,19 +4125,16 @@ module Aws::WAFV2
|
|
4118
4125
|
# If you don't provide this setting, WAF parses and evaluates the
|
4119
4126
|
# content only up to the first parsing failure that it encounters.
|
4120
4127
|
#
|
4121
|
-
# WAF
|
4122
|
-
#
|
4123
|
-
#
|
4124
|
-
#
|
4128
|
+
# <note markdown="1"> WAF parsing doesn't fully validate the input JSON string, so
|
4129
|
+
# parsing can succeed even for invalid JSON. When parsing succeeds,
|
4130
|
+
# WAF doesn't apply the fallback behavior. For more information, see
|
4131
|
+
# [JSON body][1] in the *WAF Developer Guide*.
|
4125
4132
|
#
|
4126
|
-
#
|
4127
|
-
# value pairs:
|
4133
|
+
# </note>
|
4128
4134
|
#
|
4129
|
-
# * Missing comma: `\{"key1":"value1""key2":"value2"\}`
|
4130
4135
|
#
|
4131
|
-
# * Missing colon: `\{"key1":"value1","key2""value2"\}`
|
4132
4136
|
#
|
4133
|
-
#
|
4137
|
+
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body
|
4134
4138
|
# @return [String]
|
4135
4139
|
#
|
4136
4140
|
# @!attribute [rw] oversize_handling
|
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.87.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: 2024-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|