aws-sdk-wafv2 1.97.0 → 1.98.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 +5 -5
- data/lib/aws-sdk-wafv2/types.rb +61 -63
- 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: 6c95e7811a0820cdc4828202a4d5dac7cd11128b5fd8be6bb6ab21ff1270220b
|
|
4
|
+
data.tar.gz: 9364e951eccbf6f7fbf5e8eb415afd1012cbf059307315e72e40f5817a45a222
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46598b517004d3a09f6879fa2d7f3eaecc57b336f2e4d958f219825037156300d5f2e76c0408b45889f13477fbb04f1e7949d03de7a6d183007f9fb304fa0db3
|
|
7
|
+
data.tar.gz: 0221b16b9735b8c38811821bad65b9f99078b11d4fb8250f3beb2bb5522016541c2983f2e7cb20ca994885ed21e37a39b6aad5850809b53413db6d6a55143644
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.98.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
|
@@ -2726,8 +2726,8 @@ module Aws::WAFV2
|
|
|
2726
2726
|
# accepts the resource's host domain plus all domains in the token
|
|
2727
2727
|
# domain list, including their prefixed subdomains.
|
|
2728
2728
|
#
|
|
2729
|
-
# Example JSON: `"TokenDomains":
|
|
2730
|
-
#
|
|
2729
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com", "myotherwebsite.com"
|
|
2730
|
+
# }`
|
|
2731
2731
|
#
|
|
2732
2732
|
# Public suffixes aren't allowed. For example, you can't use `gov.au`
|
|
2733
2733
|
# or `co.uk` as token domains.
|
|
@@ -8276,8 +8276,8 @@ module Aws::WAFV2
|
|
|
8276
8276
|
# accepts the resource's host domain plus all domains in the token
|
|
8277
8277
|
# domain list, including their prefixed subdomains.
|
|
8278
8278
|
#
|
|
8279
|
-
# Example JSON: `"TokenDomains":
|
|
8280
|
-
#
|
|
8279
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com", "myotherwebsite.com"
|
|
8280
|
+
# }`
|
|
8281
8281
|
#
|
|
8282
8282
|
# Public suffixes aren't allowed. For example, you can't use `gov.au`
|
|
8283
8283
|
# or `co.uk` as token domains.
|
|
@@ -9225,7 +9225,7 @@ module Aws::WAFV2
|
|
|
9225
9225
|
tracer: tracer
|
|
9226
9226
|
)
|
|
9227
9227
|
context[:gem_name] = 'aws-sdk-wafv2'
|
|
9228
|
-
context[:gem_version] = '1.
|
|
9228
|
+
context[:gem_version] = '1.98.0'
|
|
9229
9229
|
Seahorse::Client::Request.new(handlers, context)
|
|
9230
9230
|
end
|
|
9231
9231
|
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
|
@@ -263,9 +263,9 @@ module Aws::WAFV2
|
|
|
263
263
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
|
264
264
|
# Object Notation (JSON) Pointer][1].
|
|
265
265
|
#
|
|
266
|
-
# For example, for the JSON payload
|
|
266
|
+
# For example, for the JSON payload `{ "form": {
|
|
267
267
|
# "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2":
|
|
268
|
-
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3"
|
|
268
|
+
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } }`, the
|
|
269
269
|
# address field idenfiers are `/form/primaryaddressline1`,
|
|
270
270
|
# `/form/primaryaddressline2`, and `/form/primaryaddressline3`.
|
|
271
271
|
#
|
|
@@ -297,7 +297,7 @@ module Aws::WAFV2
|
|
|
297
297
|
# This is used in the FieldToMatch specification for some web request
|
|
298
298
|
# component types.
|
|
299
299
|
#
|
|
300
|
-
# JSON specification: `"All":
|
|
300
|
+
# JSON specification: `"All": {}`
|
|
301
301
|
#
|
|
302
302
|
# @api private
|
|
303
303
|
#
|
|
@@ -310,7 +310,7 @@ module Aws::WAFV2
|
|
|
310
310
|
# This is used in the FieldToMatch specification for some web request
|
|
311
311
|
# component types.
|
|
312
312
|
#
|
|
313
|
-
# JSON specification: `"AllQueryArguments":
|
|
313
|
+
# JSON specification: `"AllQueryArguments": {}`
|
|
314
314
|
#
|
|
315
315
|
# @api private
|
|
316
316
|
#
|
|
@@ -444,8 +444,8 @@ module Aws::WAFV2
|
|
|
444
444
|
#
|
|
445
445
|
# </note>
|
|
446
446
|
#
|
|
447
|
-
# Example JSON: `
|
|
448
|
-
# "KB_32"
|
|
447
|
+
# Example JSON: ` { "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
|
|
448
|
+
# "KB_32" }`
|
|
449
449
|
#
|
|
450
450
|
# For Application Load Balancer and AppSync, the limit is fixed at 8
|
|
451
451
|
# KB (8,192 bytes).
|
|
@@ -946,8 +946,8 @@ module Aws::WAFV2
|
|
|
946
946
|
# You must specify exactly one setting: either `All`, `IncludedCookies`,
|
|
947
947
|
# or `ExcludedCookies`.
|
|
948
948
|
#
|
|
949
|
-
# Example JSON: `"MatchPattern":
|
|
950
|
-
# "session-id-time", "session-id" ]
|
|
949
|
+
# Example JSON: `"MatchPattern": { "IncludedCookies": [
|
|
950
|
+
# "session-id-time", "session-id" ] }`
|
|
951
951
|
#
|
|
952
952
|
# @!attribute [rw] all
|
|
953
953
|
# Inspect all cookies.
|
|
@@ -980,8 +980,8 @@ module Aws::WAFV2
|
|
|
980
980
|
# This is used to indicate the web request component to inspect, in the
|
|
981
981
|
# FieldToMatch specification.
|
|
982
982
|
#
|
|
983
|
-
# Example JSON: `"Cookies":
|
|
984
|
-
# "MatchScope": "KEY", "OversizeHandling": "MATCH"
|
|
983
|
+
# Example JSON: `"Cookies": { "MatchPattern": { "All": {} },
|
|
984
|
+
# "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
|
985
985
|
#
|
|
986
986
|
# @!attribute [rw] match_pattern
|
|
987
987
|
# The filter to use to identify the subset of cookies to inspect in a
|
|
@@ -990,8 +990,8 @@ module Aws::WAFV2
|
|
|
990
990
|
# You must specify exactly one setting: either `All`,
|
|
991
991
|
# `IncludedCookies`, or `ExcludedCookies`.
|
|
992
992
|
#
|
|
993
|
-
# Example JSON: `"MatchPattern":
|
|
994
|
-
# "session-id-time", "session-id" ]
|
|
993
|
+
# Example JSON: `"MatchPattern": { "IncludedCookies": [
|
|
994
|
+
# "session-id-time", "session-id" ] }`
|
|
995
995
|
# @return [Types::CookieMatchPattern]
|
|
996
996
|
#
|
|
997
997
|
# @!attribute [rw] match_scope
|
|
@@ -1477,8 +1477,8 @@ module Aws::WAFV2
|
|
|
1477
1477
|
# accepts the resource's host domain plus all domains in the token
|
|
1478
1478
|
# domain list, including their prefixed subdomains.
|
|
1479
1479
|
#
|
|
1480
|
-
# Example JSON: `"TokenDomains":
|
|
1481
|
-
# "myotherwebsite.com"
|
|
1480
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com",
|
|
1481
|
+
# "myotherwebsite.com" }`
|
|
1482
1482
|
#
|
|
1483
1483
|
# Public suffixes aren't allowed. For example, you can't use
|
|
1484
1484
|
# `gov.au` or `co.uk` as token domains.
|
|
@@ -2334,9 +2334,8 @@ module Aws::WAFV2
|
|
|
2334
2334
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
2335
2335
|
# Notation (JSON) Pointer][1].
|
|
2336
2336
|
#
|
|
2337
|
-
# For example, for the JSON payload
|
|
2338
|
-
# "THE_EMAIL"
|
|
2339
|
-
# `/form/email`.
|
|
2337
|
+
# For example, for the JSON payload `{ "form": { "email":
|
|
2338
|
+
# "THE_EMAIL" } }`, the email field specification is `/form/email`.
|
|
2340
2339
|
#
|
|
2341
2340
|
# * For form encoded payload types, use the HTML form names.
|
|
2342
2341
|
#
|
|
@@ -2389,11 +2388,11 @@ module Aws::WAFV2
|
|
|
2389
2388
|
#
|
|
2390
2389
|
# Example JSON for a `QueryString` field to match:
|
|
2391
2390
|
#
|
|
2392
|
-
# ` "FieldToMatch":
|
|
2391
|
+
# ` "FieldToMatch": { "QueryString": {} }`
|
|
2393
2392
|
#
|
|
2394
2393
|
# Example JSON for a `Method` field to match specification:
|
|
2395
2394
|
#
|
|
2396
|
-
# ` "FieldToMatch":
|
|
2395
|
+
# ` "FieldToMatch": { "Method": { "Name": "DELETE" } }`
|
|
2397
2396
|
#
|
|
2398
2397
|
# * In a logging configuration, this is used in the `RedactedFields`
|
|
2399
2398
|
# property to specify a field to redact from the logging records. For
|
|
@@ -2418,7 +2417,7 @@ module Aws::WAFV2
|
|
|
2418
2417
|
# for example, `User-Agent` or `Referer`. This setting isn't case
|
|
2419
2418
|
# sensitive.
|
|
2420
2419
|
#
|
|
2421
|
-
# Example JSON: `"SingleHeader":
|
|
2420
|
+
# Example JSON: `"SingleHeader": { "Name": "haystack" }`
|
|
2422
2421
|
#
|
|
2423
2422
|
# Alternately, you can filter and inspect all headers with the
|
|
2424
2423
|
# `Headers` `FieldToMatch` setting.
|
|
@@ -2429,7 +2428,7 @@ module Aws::WAFV2
|
|
|
2429
2428
|
# argument to inspect, such as *UserName* or *SalesRegion*. The name
|
|
2430
2429
|
# can be up to 30 characters long and isn't case sensitive.
|
|
2431
2430
|
#
|
|
2432
|
-
# Example JSON: `"SingleQueryArgument":
|
|
2431
|
+
# Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
|
|
2433
2432
|
# @return [Types::SingleQueryArgument]
|
|
2434
2433
|
#
|
|
2435
2434
|
# @!attribute [rw] all_query_arguments
|
|
@@ -3628,8 +3627,8 @@ module Aws::WAFV2
|
|
|
3628
3627
|
# You must specify exactly one setting: either `All`, `IncludedHeaders`,
|
|
3629
3628
|
# or `ExcludedHeaders`.
|
|
3630
3629
|
#
|
|
3631
|
-
# Example JSON: `"MatchPattern":
|
|
3632
|
-
# "
|
|
3630
|
+
# Example JSON: `"MatchPattern": { "ExcludedHeaders": [ "KeyToExclude1",
|
|
3631
|
+
# "KeyToExclude2" ] }`
|
|
3633
3632
|
#
|
|
3634
3633
|
# @!attribute [rw] all
|
|
3635
3634
|
# Inspect all headers.
|
|
@@ -3699,8 +3698,8 @@ module Aws::WAFV2
|
|
|
3699
3698
|
# If you want to inspect just the value of a single header, use the
|
|
3700
3699
|
# `SingleHeader` `FieldToMatch` setting instead.
|
|
3701
3700
|
#
|
|
3702
|
-
# Example JSON: `"Headers":
|
|
3703
|
-
# "MatchScope": "KEY", "OversizeHandling": "MATCH"
|
|
3701
|
+
# Example JSON: `"Headers": { "MatchPattern": { "All": {} },
|
|
3702
|
+
# "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
|
3704
3703
|
#
|
|
3705
3704
|
# @!attribute [rw] match_pattern
|
|
3706
3705
|
# The filter to use to identify the subset of headers to inspect in a
|
|
@@ -3709,8 +3708,8 @@ module Aws::WAFV2
|
|
|
3709
3708
|
# You must specify exactly one setting: either `All`,
|
|
3710
3709
|
# `IncludedHeaders`, or `ExcludedHeaders`.
|
|
3711
3710
|
#
|
|
3712
|
-
# Example JSON: `"MatchPattern":
|
|
3713
|
-
# "KeyToExclude1", "KeyToExclude2" ]
|
|
3711
|
+
# Example JSON: `"MatchPattern": { "ExcludedHeaders": [
|
|
3712
|
+
# "KeyToExclude1", "KeyToExclude2" ] }`
|
|
3714
3713
|
# @return [Types::HeaderMatchPattern]
|
|
3715
3714
|
#
|
|
3716
3715
|
# @!attribute [rw] match_scope
|
|
@@ -4081,8 +4080,8 @@ module Aws::WAFV2
|
|
|
4081
4080
|
# inspects only the parts of the JSON that result from the matches that
|
|
4082
4081
|
# you indicate.
|
|
4083
4082
|
#
|
|
4084
|
-
# Example JSON: `"JsonBody":
|
|
4085
|
-
# "MatchScope": "ALL"
|
|
4083
|
+
# Example JSON: `"JsonBody": { "MatchPattern": { "All": {} },
|
|
4084
|
+
# "MatchScope": "ALL" }`
|
|
4086
4085
|
#
|
|
4087
4086
|
# For additional information about this request component option, see
|
|
4088
4087
|
# [JSON body][1] in the *WAF Developer Guide*.
|
|
@@ -5856,7 +5855,7 @@ module Aws::WAFV2
|
|
|
5856
5855
|
# This is used in the FieldToMatch specification for some web request
|
|
5857
5856
|
# component types.
|
|
5858
5857
|
#
|
|
5859
|
-
# JSON specification: `"Method":
|
|
5858
|
+
# JSON specification: `"Method": {}`
|
|
5860
5859
|
#
|
|
5861
5860
|
# @api private
|
|
5862
5861
|
#
|
|
@@ -5911,7 +5910,7 @@ module Aws::WAFV2
|
|
|
5911
5910
|
# This is used in the context of other settings, for example to specify
|
|
5912
5911
|
# values for RuleAction and web ACL DefaultAction.
|
|
5913
5912
|
#
|
|
5914
|
-
# JSON specification: `"None":
|
|
5913
|
+
# JSON specification: `"None": {}`
|
|
5915
5914
|
#
|
|
5916
5915
|
# @api private
|
|
5917
5916
|
#
|
|
@@ -6009,8 +6008,8 @@ module Aws::WAFV2
|
|
|
6009
6008
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
6010
6009
|
# Notation (JSON) Pointer][1].
|
|
6011
6010
|
#
|
|
6012
|
-
# For example, for the JSON payload
|
|
6013
|
-
# "THE_PASSWORD"
|
|
6011
|
+
# For example, for the JSON payload `{ "form": { "password":
|
|
6012
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
|
6014
6013
|
# `/form/password`.
|
|
6015
6014
|
#
|
|
6016
6015
|
# * For form encoded payload types, use the HTML form names.
|
|
@@ -6047,9 +6046,9 @@ module Aws::WAFV2
|
|
|
6047
6046
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
|
6048
6047
|
# Object Notation (JSON) Pointer][1].
|
|
6049
6048
|
#
|
|
6050
|
-
# For example, for the JSON payload
|
|
6049
|
+
# For example, for the JSON payload `{ "form": {
|
|
6051
6050
|
# "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
|
|
6052
|
-
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3"
|
|
6051
|
+
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
|
|
6053
6052
|
# number field identifiers are `/form/primaryphoneline1`,
|
|
6054
6053
|
# `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
|
|
6055
6054
|
#
|
|
@@ -6230,7 +6229,7 @@ module Aws::WAFV2
|
|
|
6230
6229
|
# This is used in the FieldToMatch specification for some web request
|
|
6231
6230
|
# component types.
|
|
6232
6231
|
#
|
|
6233
|
-
# JSON specification: `"QueryString":
|
|
6232
|
+
# JSON specification: `"QueryString": {}`
|
|
6234
6233
|
#
|
|
6235
6234
|
# @api private
|
|
6236
6235
|
#
|
|
@@ -6645,7 +6644,7 @@ module Aws::WAFV2
|
|
|
6645
6644
|
# `RateBasedStatementCustomKey`. The JSON specification for using the
|
|
6646
6645
|
# forwarded IP address doesn't explicitly use this data type.
|
|
6647
6646
|
#
|
|
6648
|
-
# JSON specification: `"ForwardedIP":
|
|
6647
|
+
# JSON specification: `"ForwardedIP": {}`
|
|
6649
6648
|
#
|
|
6650
6649
|
# When you use this specification, you must also configure the forwarded
|
|
6651
6650
|
# IP address in the rate-based statement's `ForwardedIPConfig`.
|
|
@@ -6661,7 +6660,7 @@ module Aws::WAFV2
|
|
|
6661
6660
|
# aggregation instance. If you use just the HTTP method as your custom
|
|
6662
6661
|
# key, then each method fully defines an aggregation instance.
|
|
6663
6662
|
#
|
|
6664
|
-
# JSON specification: `"RateLimitHTTPMethod":
|
|
6663
|
+
# JSON specification: `"RateLimitHTTPMethod": {}`
|
|
6665
6664
|
#
|
|
6666
6665
|
# @api private
|
|
6667
6666
|
#
|
|
@@ -6709,7 +6708,7 @@ module Aws::WAFV2
|
|
|
6709
6708
|
# along with the IP address. To aggregate on only the IP address, in
|
|
6710
6709
|
# your rate-based statement's `AggregateKeyType`, specify `IP`.
|
|
6711
6710
|
#
|
|
6712
|
-
# JSON specification: `"RateLimitIP":
|
|
6711
|
+
# JSON specification: `"RateLimitIP": {}`
|
|
6713
6712
|
#
|
|
6714
6713
|
# @api private
|
|
6715
6714
|
#
|
|
@@ -7037,8 +7036,8 @@ module Aws::WAFV2
|
|
|
7037
7036
|
#
|
|
7038
7037
|
# </note>
|
|
7039
7038
|
#
|
|
7040
|
-
# Example JSON: `
|
|
7041
|
-
# "KB_32"
|
|
7039
|
+
# Example JSON: ` { "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
|
|
7040
|
+
# "KB_32" }`
|
|
7042
7041
|
#
|
|
7043
7042
|
# For Application Load Balancer and AppSync, the limit is fixed at 8 KB
|
|
7044
7043
|
# (8,192 bytes).
|
|
@@ -7094,8 +7093,8 @@ module Aws::WAFV2
|
|
|
7094
7093
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
7095
7094
|
# Notation (JSON) Pointer][1].
|
|
7096
7095
|
#
|
|
7097
|
-
# For example, for the JSON payload
|
|
7098
|
-
# "THE_USERNAME"
|
|
7096
|
+
# For example, for the JSON payload `{ "form": { "username":
|
|
7097
|
+
# "THE_USERNAME" } }`, the username field specification is
|
|
7099
7098
|
# `/form/username`.
|
|
7100
7099
|
#
|
|
7101
7100
|
# * For form encoded payload types, use the HTML form names.
|
|
@@ -7119,8 +7118,8 @@ module Aws::WAFV2
|
|
|
7119
7118
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
7120
7119
|
# Notation (JSON) Pointer][1].
|
|
7121
7120
|
#
|
|
7122
|
-
# For example, for the JSON payload
|
|
7123
|
-
# "THE_PASSWORD"
|
|
7121
|
+
# For example, for the JSON payload `{ "form": { "password":
|
|
7122
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
|
7124
7123
|
# `/form/password`.
|
|
7125
7124
|
#
|
|
7126
7125
|
# * For form encoded payload types, use the HTML form names.
|
|
@@ -7170,8 +7169,8 @@ module Aws::WAFV2
|
|
|
7170
7169
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
7171
7170
|
# Notation (JSON) Pointer][1].
|
|
7172
7171
|
#
|
|
7173
|
-
# For example, for the JSON payload
|
|
7174
|
-
# "THE_USERNAME"
|
|
7172
|
+
# For example, for the JSON payload `{ "form": { "username":
|
|
7173
|
+
# "THE_USERNAME" } }`, the username field specification is
|
|
7175
7174
|
# `/form/username`.
|
|
7176
7175
|
#
|
|
7177
7176
|
# * For form encoded payload types, use the HTML form names.
|
|
@@ -7195,8 +7194,8 @@ module Aws::WAFV2
|
|
|
7195
7194
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
7196
7195
|
# Notation (JSON) Pointer][1].
|
|
7197
7196
|
#
|
|
7198
|
-
# For example, for the JSON payload
|
|
7199
|
-
# "THE_PASSWORD"
|
|
7197
|
+
# For example, for the JSON payload `{ "form": { "password":
|
|
7198
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
|
7200
7199
|
# `/form/password`.
|
|
7201
7200
|
#
|
|
7202
7201
|
# * For form encoded payload types, use the HTML form names.
|
|
@@ -7220,9 +7219,8 @@ module Aws::WAFV2
|
|
|
7220
7219
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
7221
7220
|
# Notation (JSON) Pointer][1].
|
|
7222
7221
|
#
|
|
7223
|
-
# For example, for the JSON payload
|
|
7224
|
-
# "THE_EMAIL"
|
|
7225
|
-
# `/form/email`.
|
|
7222
|
+
# For example, for the JSON payload `{ "form": { "email":
|
|
7223
|
+
# "THE_EMAIL" } }`, the email field specification is `/form/email`.
|
|
7226
7224
|
#
|
|
7227
7225
|
# * For form encoded payload types, use the HTML form names.
|
|
7228
7226
|
#
|
|
@@ -7249,9 +7247,9 @@ module Aws::WAFV2
|
|
|
7249
7247
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
|
7250
7248
|
# Object Notation (JSON) Pointer][1].
|
|
7251
7249
|
#
|
|
7252
|
-
# For example, for the JSON payload
|
|
7250
|
+
# For example, for the JSON payload `{ "form": {
|
|
7253
7251
|
# "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
|
|
7254
|
-
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3"
|
|
7252
|
+
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
|
|
7255
7253
|
# number field identifiers are `/form/primaryphoneline1`,
|
|
7256
7254
|
# `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
|
|
7257
7255
|
#
|
|
@@ -7282,9 +7280,9 @@ module Aws::WAFV2
|
|
|
7282
7280
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
|
7283
7281
|
# Object Notation (JSON) Pointer][1].
|
|
7284
7282
|
#
|
|
7285
|
-
# For example, for the JSON payload
|
|
7283
|
+
# For example, for the JSON payload `{ "form": {
|
|
7286
7284
|
# "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2":
|
|
7287
|
-
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3"
|
|
7285
|
+
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } }`, the
|
|
7288
7286
|
# address field idenfiers are `/form/primaryaddressline1`,
|
|
7289
7287
|
# `/form/primaryaddressline2`, and `/form/primaryaddressline3`.
|
|
7290
7288
|
#
|
|
@@ -8079,7 +8077,7 @@ module Aws::WAFV2
|
|
|
8079
8077
|
# This is used to indicate the web request component to inspect, in the
|
|
8080
8078
|
# FieldToMatch specification.
|
|
8081
8079
|
#
|
|
8082
|
-
# Example JSON: `"SingleHeader":
|
|
8080
|
+
# Example JSON: `"SingleHeader": { "Name": "haystack" }`
|
|
8083
8081
|
#
|
|
8084
8082
|
# @!attribute [rw] name
|
|
8085
8083
|
# The name of the query header to inspect.
|
|
@@ -8099,7 +8097,7 @@ module Aws::WAFV2
|
|
|
8099
8097
|
# This is used to indicate the web request component to inspect, in the
|
|
8100
8098
|
# FieldToMatch specification.
|
|
8101
8099
|
#
|
|
8102
|
-
# Example JSON: `"SingleQueryArgument":
|
|
8100
|
+
# Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
|
|
8103
8101
|
#
|
|
8104
8102
|
# @!attribute [rw] name
|
|
8105
8103
|
# The name of the query argument to inspect.
|
|
@@ -9207,8 +9205,8 @@ module Aws::WAFV2
|
|
|
9207
9205
|
# accepts the resource's host domain plus all domains in the token
|
|
9208
9206
|
# domain list, including their prefixed subdomains.
|
|
9209
9207
|
#
|
|
9210
|
-
# Example JSON: `"TokenDomains":
|
|
9211
|
-
# "myotherwebsite.com"
|
|
9208
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com",
|
|
9209
|
+
# "myotherwebsite.com" }`
|
|
9212
9210
|
#
|
|
9213
9211
|
# Public suffixes aren't allowed. For example, you can't use
|
|
9214
9212
|
# `gov.au` or `co.uk` as token domains.
|
|
@@ -9279,7 +9277,7 @@ module Aws::WAFV2
|
|
|
9279
9277
|
# This is used in the FieldToMatch specification for some web request
|
|
9280
9278
|
# component types.
|
|
9281
9279
|
#
|
|
9282
|
-
# JSON specification: `"UriPath":
|
|
9280
|
+
# JSON specification: `"UriPath": {}`
|
|
9283
9281
|
#
|
|
9284
9282
|
# @api private
|
|
9285
9283
|
#
|
|
@@ -9303,8 +9301,8 @@ module Aws::WAFV2
|
|
|
9303
9301
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
|
9304
9302
|
# Notation (JSON) Pointer][1].
|
|
9305
9303
|
#
|
|
9306
|
-
# For example, for the JSON payload
|
|
9307
|
-
# "THE_USERNAME"
|
|
9304
|
+
# For example, for the JSON payload `{ "form": { "username":
|
|
9305
|
+
# "THE_USERNAME" } }`, the username field specification is
|
|
9308
9306
|
# `/form/username`.
|
|
9309
9307
|
#
|
|
9310
9308
|
# * For form encoded payload types, use the HTML form names.
|
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.98.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-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|