aws-sdk-wafv2 1.97.0 → 1.99.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +5 -6
- data/lib/aws-sdk-wafv2/types.rb +61 -68
- 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: b9196587999825eda777cbbde55e94a78395e6a93cb0f14a61e5b08a2c2a65c3
|
4
|
+
data.tar.gz: efbdb0af6f9f6a50a27fa3c41af03df6c4cac65fc4b54b6789820d372830e859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f60376c119e34ae3cbe52b086c5d61bb4259fe2ba1e8dedc4cd9f3e7a403ec00c628d92c1e56315a566bf23d1a85d5e703937df8501042e71c71b62d1ca40404
|
7
|
+
data.tar.gz: f33fc2c0f57f478e6f0d4d72127fcb39dc4955866a4fa70409d21b58517cb4397df61f202b2b3c6080ca402f493a0300e18416d3be0a684d7db57661948d35af
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.99.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.98.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.97.0 (2024-10-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.99.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.
|
@@ -4008,7 +4008,6 @@ module Aws::WAFV2
|
|
4008
4008
|
# `ListDistributionsByWebACLId`. For information, see
|
4009
4009
|
# [ListDistributionsByWebACLId][1] in the *Amazon CloudFront API
|
4010
4010
|
# Reference*.
|
4011
|
-
#
|
4012
4011
|
# * To disassociate a resource from a web ACL, use the following calls:
|
4013
4012
|
#
|
4014
4013
|
# * For regional resources, call DisassociateWebACL.
|
@@ -8276,8 +8275,8 @@ module Aws::WAFV2
|
|
8276
8275
|
# accepts the resource's host domain plus all domains in the token
|
8277
8276
|
# domain list, including their prefixed subdomains.
|
8278
8277
|
#
|
8279
|
-
# Example JSON: `"TokenDomains":
|
8280
|
-
#
|
8278
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com", "myotherwebsite.com"
|
8279
|
+
# }`
|
8281
8280
|
#
|
8282
8281
|
# Public suffixes aren't allowed. For example, you can't use `gov.au`
|
8283
8282
|
# or `co.uk` as token domains.
|
@@ -9225,7 +9224,7 @@ module Aws::WAFV2
|
|
9225
9224
|
tracer: tracer
|
9226
9225
|
)
|
9227
9226
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9228
|
-
context[:gem_version] = '1.
|
9227
|
+
context[:gem_version] = '1.99.0'
|
9229
9228
|
Seahorse::Client::Request.new(handlers, context)
|
9230
9229
|
end
|
9231
9230
|
|
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).
|
@@ -788,7 +788,6 @@ module Aws::WAFV2
|
|
788
788
|
# * If the request contains an `Accept` header with a value of
|
789
789
|
# `text/html`, the response includes a JavaScript page interstitial
|
790
790
|
# with a challenge script.
|
791
|
-
#
|
792
791
|
# Challenges run silent browser interrogations in the background, and
|
793
792
|
# don't generally affect the end user experience.
|
794
793
|
#
|
@@ -946,8 +945,8 @@ module Aws::WAFV2
|
|
946
945
|
# You must specify exactly one setting: either `All`, `IncludedCookies`,
|
947
946
|
# or `ExcludedCookies`.
|
948
947
|
#
|
949
|
-
# Example JSON: `"MatchPattern":
|
950
|
-
# "session-id-time", "session-id" ]
|
948
|
+
# Example JSON: `"MatchPattern": { "IncludedCookies": [
|
949
|
+
# "session-id-time", "session-id" ] }`
|
951
950
|
#
|
952
951
|
# @!attribute [rw] all
|
953
952
|
# Inspect all cookies.
|
@@ -980,8 +979,8 @@ module Aws::WAFV2
|
|
980
979
|
# This is used to indicate the web request component to inspect, in the
|
981
980
|
# FieldToMatch specification.
|
982
981
|
#
|
983
|
-
# Example JSON: `"Cookies":
|
984
|
-
# "MatchScope": "KEY", "OversizeHandling": "MATCH"
|
982
|
+
# Example JSON: `"Cookies": { "MatchPattern": { "All": {} },
|
983
|
+
# "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
985
984
|
#
|
986
985
|
# @!attribute [rw] match_pattern
|
987
986
|
# The filter to use to identify the subset of cookies to inspect in a
|
@@ -990,8 +989,8 @@ module Aws::WAFV2
|
|
990
989
|
# You must specify exactly one setting: either `All`,
|
991
990
|
# `IncludedCookies`, or `ExcludedCookies`.
|
992
991
|
#
|
993
|
-
# Example JSON: `"MatchPattern":
|
994
|
-
# "session-id-time", "session-id" ]
|
992
|
+
# Example JSON: `"MatchPattern": { "IncludedCookies": [
|
993
|
+
# "session-id-time", "session-id" ] }`
|
995
994
|
# @return [Types::CookieMatchPattern]
|
996
995
|
#
|
997
996
|
# @!attribute [rw] match_scope
|
@@ -1477,8 +1476,8 @@ module Aws::WAFV2
|
|
1477
1476
|
# accepts the resource's host domain plus all domains in the token
|
1478
1477
|
# domain list, including their prefixed subdomains.
|
1479
1478
|
#
|
1480
|
-
# Example JSON: `"TokenDomains":
|
1481
|
-
# "myotherwebsite.com"
|
1479
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com",
|
1480
|
+
# "myotherwebsite.com" }`
|
1482
1481
|
#
|
1483
1482
|
# Public suffixes aren't allowed. For example, you can't use
|
1484
1483
|
# `gov.au` or `co.uk` as token domains.
|
@@ -2334,9 +2333,8 @@ module Aws::WAFV2
|
|
2334
2333
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
2335
2334
|
# Notation (JSON) Pointer][1].
|
2336
2335
|
#
|
2337
|
-
# For example, for the JSON payload
|
2338
|
-
# "THE_EMAIL"
|
2339
|
-
# `/form/email`.
|
2336
|
+
# For example, for the JSON payload `{ "form": { "email":
|
2337
|
+
# "THE_EMAIL" } }`, the email field specification is `/form/email`.
|
2340
2338
|
#
|
2341
2339
|
# * For form encoded payload types, use the HTML form names.
|
2342
2340
|
#
|
@@ -2389,11 +2387,11 @@ module Aws::WAFV2
|
|
2389
2387
|
#
|
2390
2388
|
# Example JSON for a `QueryString` field to match:
|
2391
2389
|
#
|
2392
|
-
# ` "FieldToMatch":
|
2390
|
+
# ` "FieldToMatch": { "QueryString": {} }`
|
2393
2391
|
#
|
2394
2392
|
# Example JSON for a `Method` field to match specification:
|
2395
2393
|
#
|
2396
|
-
# ` "FieldToMatch":
|
2394
|
+
# ` "FieldToMatch": { "Method": { "Name": "DELETE" } }`
|
2397
2395
|
#
|
2398
2396
|
# * In a logging configuration, this is used in the `RedactedFields`
|
2399
2397
|
# property to specify a field to redact from the logging records. For
|
@@ -2418,7 +2416,7 @@ module Aws::WAFV2
|
|
2418
2416
|
# for example, `User-Agent` or `Referer`. This setting isn't case
|
2419
2417
|
# sensitive.
|
2420
2418
|
#
|
2421
|
-
# Example JSON: `"SingleHeader":
|
2419
|
+
# Example JSON: `"SingleHeader": { "Name": "haystack" }`
|
2422
2420
|
#
|
2423
2421
|
# Alternately, you can filter and inspect all headers with the
|
2424
2422
|
# `Headers` `FieldToMatch` setting.
|
@@ -2429,7 +2427,7 @@ module Aws::WAFV2
|
|
2429
2427
|
# argument to inspect, such as *UserName* or *SalesRegion*. The name
|
2430
2428
|
# can be up to 30 characters long and isn't case sensitive.
|
2431
2429
|
#
|
2432
|
-
# Example JSON: `"SingleQueryArgument":
|
2430
|
+
# Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
|
2433
2431
|
# @return [Types::SingleQueryArgument]
|
2434
2432
|
#
|
2435
2433
|
# @!attribute [rw] all_query_arguments
|
@@ -3628,8 +3626,8 @@ module Aws::WAFV2
|
|
3628
3626
|
# You must specify exactly one setting: either `All`, `IncludedHeaders`,
|
3629
3627
|
# or `ExcludedHeaders`.
|
3630
3628
|
#
|
3631
|
-
# Example JSON: `"MatchPattern":
|
3632
|
-
# "
|
3629
|
+
# Example JSON: `"MatchPattern": { "ExcludedHeaders": [ "KeyToExclude1",
|
3630
|
+
# "KeyToExclude2" ] }`
|
3633
3631
|
#
|
3634
3632
|
# @!attribute [rw] all
|
3635
3633
|
# Inspect all headers.
|
@@ -3699,8 +3697,8 @@ module Aws::WAFV2
|
|
3699
3697
|
# If you want to inspect just the value of a single header, use the
|
3700
3698
|
# `SingleHeader` `FieldToMatch` setting instead.
|
3701
3699
|
#
|
3702
|
-
# Example JSON: `"Headers":
|
3703
|
-
# "MatchScope": "KEY", "OversizeHandling": "MATCH"
|
3700
|
+
# Example JSON: `"Headers": { "MatchPattern": { "All": {} },
|
3701
|
+
# "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
3704
3702
|
#
|
3705
3703
|
# @!attribute [rw] match_pattern
|
3706
3704
|
# The filter to use to identify the subset of headers to inspect in a
|
@@ -3709,8 +3707,8 @@ module Aws::WAFV2
|
|
3709
3707
|
# You must specify exactly one setting: either `All`,
|
3710
3708
|
# `IncludedHeaders`, or `ExcludedHeaders`.
|
3711
3709
|
#
|
3712
|
-
# Example JSON: `"MatchPattern":
|
3713
|
-
# "KeyToExclude1", "KeyToExclude2" ]
|
3710
|
+
# Example JSON: `"MatchPattern": { "ExcludedHeaders": [
|
3711
|
+
# "KeyToExclude1", "KeyToExclude2" ] }`
|
3714
3712
|
# @return [Types::HeaderMatchPattern]
|
3715
3713
|
#
|
3716
3714
|
# @!attribute [rw] match_scope
|
@@ -4081,8 +4079,8 @@ module Aws::WAFV2
|
|
4081
4079
|
# inspects only the parts of the JSON that result from the matches that
|
4082
4080
|
# you indicate.
|
4083
4081
|
#
|
4084
|
-
# Example JSON: `"JsonBody":
|
4085
|
-
# "MatchScope": "ALL"
|
4082
|
+
# Example JSON: `"JsonBody": { "MatchPattern": { "All": {} },
|
4083
|
+
# "MatchScope": "ALL" }`
|
4086
4084
|
#
|
4087
4085
|
# For additional information about this request component option, see
|
4088
4086
|
# [JSON body][1] in the *WAF Developer Guide*.
|
@@ -5856,7 +5854,7 @@ module Aws::WAFV2
|
|
5856
5854
|
# This is used in the FieldToMatch specification for some web request
|
5857
5855
|
# component types.
|
5858
5856
|
#
|
5859
|
-
# JSON specification: `"Method":
|
5857
|
+
# JSON specification: `"Method": {}`
|
5860
5858
|
#
|
5861
5859
|
# @api private
|
5862
5860
|
#
|
@@ -5911,7 +5909,7 @@ module Aws::WAFV2
|
|
5911
5909
|
# This is used in the context of other settings, for example to specify
|
5912
5910
|
# values for RuleAction and web ACL DefaultAction.
|
5913
5911
|
#
|
5914
|
-
# JSON specification: `"None":
|
5912
|
+
# JSON specification: `"None": {}`
|
5915
5913
|
#
|
5916
5914
|
# @api private
|
5917
5915
|
#
|
@@ -6009,8 +6007,8 @@ module Aws::WAFV2
|
|
6009
6007
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
6010
6008
|
# Notation (JSON) Pointer][1].
|
6011
6009
|
#
|
6012
|
-
# For example, for the JSON payload
|
6013
|
-
# "THE_PASSWORD"
|
6010
|
+
# For example, for the JSON payload `{ "form": { "password":
|
6011
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
6014
6012
|
# `/form/password`.
|
6015
6013
|
#
|
6016
6014
|
# * For form encoded payload types, use the HTML form names.
|
@@ -6047,9 +6045,9 @@ module Aws::WAFV2
|
|
6047
6045
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
6048
6046
|
# Object Notation (JSON) Pointer][1].
|
6049
6047
|
#
|
6050
|
-
# For example, for the JSON payload
|
6048
|
+
# For example, for the JSON payload `{ "form": {
|
6051
6049
|
# "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
|
6052
|
-
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3"
|
6050
|
+
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
|
6053
6051
|
# number field identifiers are `/form/primaryphoneline1`,
|
6054
6052
|
# `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
|
6055
6053
|
#
|
@@ -6230,7 +6228,7 @@ module Aws::WAFV2
|
|
6230
6228
|
# This is used in the FieldToMatch specification for some web request
|
6231
6229
|
# component types.
|
6232
6230
|
#
|
6233
|
-
# JSON specification: `"QueryString":
|
6231
|
+
# JSON specification: `"QueryString": {}`
|
6234
6232
|
#
|
6235
6233
|
# @api private
|
6236
6234
|
#
|
@@ -6279,7 +6277,6 @@ module Aws::WAFV2
|
|
6279
6277
|
# * IP address 10.1.1.1: count 3
|
6280
6278
|
#
|
6281
6279
|
# * IP address 127.0.0.0: count 1
|
6282
|
-
#
|
6283
6280
|
# * If the aggregation criteria is HTTP method, then each individual
|
6284
6281
|
# HTTP method is an aggregation instance. The aggregation instances
|
6285
6282
|
# and request counts for our example would be the following:
|
@@ -6287,7 +6284,6 @@ module Aws::WAFV2
|
|
6287
6284
|
# * HTTP method POST: count 2
|
6288
6285
|
#
|
6289
6286
|
# * HTTP method GET: count 2
|
6290
|
-
#
|
6291
6287
|
# * If the aggregation criteria is IP address and HTTP method, then each
|
6292
6288
|
# IP address and each HTTP method would contribute to the combined
|
6293
6289
|
# aggregation instance. The aggregation instances and request counts
|
@@ -6645,7 +6641,7 @@ module Aws::WAFV2
|
|
6645
6641
|
# `RateBasedStatementCustomKey`. The JSON specification for using the
|
6646
6642
|
# forwarded IP address doesn't explicitly use this data type.
|
6647
6643
|
#
|
6648
|
-
# JSON specification: `"ForwardedIP":
|
6644
|
+
# JSON specification: `"ForwardedIP": {}`
|
6649
6645
|
#
|
6650
6646
|
# When you use this specification, you must also configure the forwarded
|
6651
6647
|
# IP address in the rate-based statement's `ForwardedIPConfig`.
|
@@ -6661,7 +6657,7 @@ module Aws::WAFV2
|
|
6661
6657
|
# aggregation instance. If you use just the HTTP method as your custom
|
6662
6658
|
# key, then each method fully defines an aggregation instance.
|
6663
6659
|
#
|
6664
|
-
# JSON specification: `"RateLimitHTTPMethod":
|
6660
|
+
# JSON specification: `"RateLimitHTTPMethod": {}`
|
6665
6661
|
#
|
6666
6662
|
# @api private
|
6667
6663
|
#
|
@@ -6709,7 +6705,7 @@ module Aws::WAFV2
|
|
6709
6705
|
# along with the IP address. To aggregate on only the IP address, in
|
6710
6706
|
# your rate-based statement's `AggregateKeyType`, specify `IP`.
|
6711
6707
|
#
|
6712
|
-
# JSON specification: `"RateLimitIP":
|
6708
|
+
# JSON specification: `"RateLimitIP": {}`
|
6713
6709
|
#
|
6714
6710
|
# @api private
|
6715
6711
|
#
|
@@ -7037,8 +7033,8 @@ module Aws::WAFV2
|
|
7037
7033
|
#
|
7038
7034
|
# </note>
|
7039
7035
|
#
|
7040
|
-
# Example JSON: `
|
7041
|
-
# "KB_32"
|
7036
|
+
# Example JSON: ` { "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
|
7037
|
+
# "KB_32" }`
|
7042
7038
|
#
|
7043
7039
|
# For Application Load Balancer and AppSync, the limit is fixed at 8 KB
|
7044
7040
|
# (8,192 bytes).
|
@@ -7094,8 +7090,8 @@ module Aws::WAFV2
|
|
7094
7090
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
7095
7091
|
# Notation (JSON) Pointer][1].
|
7096
7092
|
#
|
7097
|
-
# For example, for the JSON payload
|
7098
|
-
# "THE_USERNAME"
|
7093
|
+
# For example, for the JSON payload `{ "form": { "username":
|
7094
|
+
# "THE_USERNAME" } }`, the username field specification is
|
7099
7095
|
# `/form/username`.
|
7100
7096
|
#
|
7101
7097
|
# * For form encoded payload types, use the HTML form names.
|
@@ -7119,8 +7115,8 @@ module Aws::WAFV2
|
|
7119
7115
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
7120
7116
|
# Notation (JSON) Pointer][1].
|
7121
7117
|
#
|
7122
|
-
# For example, for the JSON payload
|
7123
|
-
# "THE_PASSWORD"
|
7118
|
+
# For example, for the JSON payload `{ "form": { "password":
|
7119
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
7124
7120
|
# `/form/password`.
|
7125
7121
|
#
|
7126
7122
|
# * For form encoded payload types, use the HTML form names.
|
@@ -7170,8 +7166,8 @@ module Aws::WAFV2
|
|
7170
7166
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
7171
7167
|
# Notation (JSON) Pointer][1].
|
7172
7168
|
#
|
7173
|
-
# For example, for the JSON payload
|
7174
|
-
# "THE_USERNAME"
|
7169
|
+
# For example, for the JSON payload `{ "form": { "username":
|
7170
|
+
# "THE_USERNAME" } }`, the username field specification is
|
7175
7171
|
# `/form/username`.
|
7176
7172
|
#
|
7177
7173
|
# * For form encoded payload types, use the HTML form names.
|
@@ -7195,8 +7191,8 @@ module Aws::WAFV2
|
|
7195
7191
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
7196
7192
|
# Notation (JSON) Pointer][1].
|
7197
7193
|
#
|
7198
|
-
# For example, for the JSON payload
|
7199
|
-
# "THE_PASSWORD"
|
7194
|
+
# For example, for the JSON payload `{ "form": { "password":
|
7195
|
+
# "THE_PASSWORD" } }`, the password field specification is
|
7200
7196
|
# `/form/password`.
|
7201
7197
|
#
|
7202
7198
|
# * For form encoded payload types, use the HTML form names.
|
@@ -7220,9 +7216,8 @@ module Aws::WAFV2
|
|
7220
7216
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
7221
7217
|
# Notation (JSON) Pointer][1].
|
7222
7218
|
#
|
7223
|
-
# For example, for the JSON payload
|
7224
|
-
# "THE_EMAIL"
|
7225
|
-
# `/form/email`.
|
7219
|
+
# For example, for the JSON payload `{ "form": { "email":
|
7220
|
+
# "THE_EMAIL" } }`, the email field specification is `/form/email`.
|
7226
7221
|
#
|
7227
7222
|
# * For form encoded payload types, use the HTML form names.
|
7228
7223
|
#
|
@@ -7249,9 +7244,9 @@ module Aws::WAFV2
|
|
7249
7244
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
7250
7245
|
# Object Notation (JSON) Pointer][1].
|
7251
7246
|
#
|
7252
|
-
# For example, for the JSON payload
|
7247
|
+
# For example, for the JSON payload `{ "form": {
|
7253
7248
|
# "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
|
7254
|
-
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3"
|
7249
|
+
# "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
|
7255
7250
|
# number field identifiers are `/form/primaryphoneline1`,
|
7256
7251
|
# `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
|
7257
7252
|
#
|
@@ -7282,9 +7277,9 @@ module Aws::WAFV2
|
|
7282
7277
|
# Internet Engineering Task Force (IETF) documentation [JavaScript
|
7283
7278
|
# Object Notation (JSON) Pointer][1].
|
7284
7279
|
#
|
7285
|
-
# For example, for the JSON payload
|
7280
|
+
# For example, for the JSON payload `{ "form": {
|
7286
7281
|
# "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2":
|
7287
|
-
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3"
|
7282
|
+
# "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } }`, the
|
7288
7283
|
# address field idenfiers are `/form/primaryaddressline1`,
|
7289
7284
|
# `/form/primaryaddressline2`, and `/form/primaryaddressline3`.
|
7290
7285
|
#
|
@@ -8079,7 +8074,7 @@ module Aws::WAFV2
|
|
8079
8074
|
# This is used to indicate the web request component to inspect, in the
|
8080
8075
|
# FieldToMatch specification.
|
8081
8076
|
#
|
8082
|
-
# Example JSON: `"SingleHeader":
|
8077
|
+
# Example JSON: `"SingleHeader": { "Name": "haystack" }`
|
8083
8078
|
#
|
8084
8079
|
# @!attribute [rw] name
|
8085
8080
|
# The name of the query header to inspect.
|
@@ -8099,7 +8094,7 @@ module Aws::WAFV2
|
|
8099
8094
|
# This is used to indicate the web request component to inspect, in the
|
8100
8095
|
# FieldToMatch specification.
|
8101
8096
|
#
|
8102
|
-
# Example JSON: `"SingleQueryArgument":
|
8097
|
+
# Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
|
8103
8098
|
#
|
8104
8099
|
# @!attribute [rw] name
|
8105
8100
|
# The name of the query argument to inspect.
|
@@ -8385,7 +8380,6 @@ module Aws::WAFV2
|
|
8385
8380
|
# * IP address 10.1.1.1: count 3
|
8386
8381
|
#
|
8387
8382
|
# * IP address 127.0.0.0: count 1
|
8388
|
-
#
|
8389
8383
|
# * If the aggregation criteria is HTTP method, then each individual
|
8390
8384
|
# HTTP method is an aggregation instance. The aggregation instances
|
8391
8385
|
# and request counts for our example would be the following:
|
@@ -8393,7 +8387,6 @@ module Aws::WAFV2
|
|
8393
8387
|
# * HTTP method POST: count 2
|
8394
8388
|
#
|
8395
8389
|
# * HTTP method GET: count 2
|
8396
|
-
#
|
8397
8390
|
# * If the aggregation criteria is IP address and HTTP method, then
|
8398
8391
|
# each IP address and each HTTP method would contribute to the
|
8399
8392
|
# combined aggregation instance. The aggregation instances and
|
@@ -9207,8 +9200,8 @@ module Aws::WAFV2
|
|
9207
9200
|
# accepts the resource's host domain plus all domains in the token
|
9208
9201
|
# domain list, including their prefixed subdomains.
|
9209
9202
|
#
|
9210
|
-
# Example JSON: `"TokenDomains":
|
9211
|
-
# "myotherwebsite.com"
|
9203
|
+
# Example JSON: `"TokenDomains": { "mywebsite.com",
|
9204
|
+
# "myotherwebsite.com" }`
|
9212
9205
|
#
|
9213
9206
|
# Public suffixes aren't allowed. For example, you can't use
|
9214
9207
|
# `gov.au` or `co.uk` as token domains.
|
@@ -9279,7 +9272,7 @@ module Aws::WAFV2
|
|
9279
9272
|
# This is used in the FieldToMatch specification for some web request
|
9280
9273
|
# component types.
|
9281
9274
|
#
|
9282
|
-
# JSON specification: `"UriPath":
|
9275
|
+
# JSON specification: `"UriPath": {}`
|
9283
9276
|
#
|
9284
9277
|
# @api private
|
9285
9278
|
#
|
@@ -9303,8 +9296,8 @@ module Aws::WAFV2
|
|
9303
9296
|
# Engineering Task Force (IETF) documentation [JavaScript Object
|
9304
9297
|
# Notation (JSON) Pointer][1].
|
9305
9298
|
#
|
9306
|
-
# For example, for the JSON payload
|
9307
|
-
# "THE_USERNAME"
|
9299
|
+
# For example, for the JSON payload `{ "form": { "username":
|
9300
|
+
# "THE_USERNAME" } }`, the username field specification is
|
9308
9301
|
# `/form/username`.
|
9309
9302
|
#
|
9310
9303
|
# * 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.99.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|