aws-sdk-wafv2 1.96.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32bdc0e98069ec51944a6f1b83ed696eb6cd192330921a39a8435e6909f9f501
4
- data.tar.gz: ce1bec56947b67b63c077d9558bb6a38eb7bc8025f27603e6e31986c1fc872b3
3
+ metadata.gz: 6c95e7811a0820cdc4828202a4d5dac7cd11128b5fd8be6bb6ab21ff1270220b
4
+ data.tar.gz: 9364e951eccbf6f7fbf5e8eb415afd1012cbf059307315e72e40f5817a45a222
5
5
  SHA512:
6
- metadata.gz: da830a520c51a74923a2bd961d7f4e39b8d6ac674514c04f4ff11b5a7ddeaf07c1868e21a4e43702d67790e0c05fce013bfda6fb2803c19cb684ea25b473cf59
7
- data.tar.gz: 69d570b88e801048792fb5968dd0e13847f2ded092471a1804bede1e49f568401a35490fccfa1759675676dc6f34887d83331578b1d8a11cc1e63832ed1aa880
6
+ metadata.gz: 46598b517004d3a09f6879fa2d7f3eaecc57b336f2e4d958f219825037156300d5f2e76c0408b45889f13477fbb04f1e7949d03de7a6d183007f9fb304fa0db3
7
+ data.tar.gz: 0221b16b9735b8c38811821bad65b9f99078b11d4fb8250f3beb2bb5522016541c2983f2e7cb20ca994885ed21e37a39b6aad5850809b53413db6d6a55143644
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.97.0 (2024-10-21)
10
+ ------------------
11
+
12
+ * Feature - Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.
13
+
4
14
  1.96.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.98.0
@@ -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": \{ "mywebsite.com",
2730
- # "myotherwebsite.com" \}`
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.
@@ -3706,12 +3706,12 @@ module Aws::WAFV2
3706
3706
  req.send_request(options)
3707
3707
  end
3708
3708
 
3709
- # Deletes all rule groups that are managed by Firewall Manager for the
3710
- # specified web ACL.
3711
- #
3712
- # You can only use this if `ManagedByFirewallManager` is false in the
3709
+ # Deletes all rule groups that are managed by Firewall Manager from the
3713
3710
  # specified WebACL.
3714
3711
  #
3712
+ # You can only use this if `ManagedByFirewallManager` and
3713
+ # `RetrofittedByFirewallManager` are both false in the web ACL.
3714
+ #
3715
3715
  # @option params [required, String] :web_acl_arn
3716
3716
  # The Amazon Resource Name (ARN) of the web ACL.
3717
3717
  #
@@ -3995,7 +3995,7 @@ module Aws::WAFV2
3995
3995
  # Deletes the specified WebACL.
3996
3996
  #
3997
3997
  # You can only use this if `ManagedByFirewallManager` is false in the
3998
- # specified WebACL.
3998
+ # web ACL.
3999
3999
  #
4000
4000
  # <note markdown="1"> Before deleting any web ACL, first disassociate it from all resources.
4001
4001
  #
@@ -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": \{ "mywebsite.com",
8280
- # "myotherwebsite.com" \}`
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.96.0'
9228
+ context[:gem_version] = '1.98.0'
9229
9229
  Seahorse::Client::Request.new(handlers, context)
9230
9230
  end
9231
9231
 
@@ -1686,6 +1686,7 @@ module Aws::WAFV2
1686
1686
  WebACL.add_member(:challenge_config, Shapes::ShapeRef.new(shape: ChallengeConfig, location_name: "ChallengeConfig"))
1687
1687
  WebACL.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
1688
1688
  WebACL.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
1689
+ WebACL.add_member(:retrofitted_by_firewall_manager, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetrofittedByFirewallManager"))
1689
1690
  WebACL.struct_class = Types::WebACL
1690
1691
 
1691
1692
  WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)
@@ -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 `\{ "form": \{
266
+ # For example, for the JSON payload `{ "form": {
267
267
  # "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2":
268
- # "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" \} \}`, the
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: ` \{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
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": \{ "IncludedCookies": [
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": \{ "MatchPattern": \{ "All": \{\} \},
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": \{ "IncludedCookies": [
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": \{ "mywebsite.com",
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 `\{ "form": \{ "email":
2338
- # "THE_EMAIL" \} \}`, the email field specification is
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": \{ "QueryString": \{\} \}`
2391
+ # ` "FieldToMatch": { "QueryString": {} }`
2393
2392
  #
2394
2393
  # Example JSON for a `Method` field to match specification:
2395
2394
  #
2396
- # ` "FieldToMatch": \{ "Method": \{ "Name": "DELETE" \} \}`
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": \{ "Name": "haystack" \}`
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": \{ "Name": "myArgument" \}`
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": \{ "ExcludedHeaders": [
3632
- # "KeyToExclude1", "KeyToExclude2" ] \}`
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": \{ "MatchPattern": \{ "All": \{\} \},
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": \{ "ExcludedHeaders": [
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": \{ "MatchPattern": \{ "All": \{\} \},
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*.
@@ -5163,6 +5162,16 @@ module Aws::WAFV2
5163
5162
  # Indicates whether the logging configuration was created by Firewall
5164
5163
  # Manager, as part of an WAF policy configuration. If true, only
5165
5164
  # Firewall Manager can modify or delete the configuration.
5165
+ #
5166
+ # The logging configuration can be created by Firewall Manager for use
5167
+ # with any web ACL that Firewall Manager is using for an WAF policy.
5168
+ # Web ACLs that Firewall Manager creates and uses have their
5169
+ # `ManagedByFirewallManager` property set to true. Web ACLs that were
5170
+ # created by a customer account and then retrofitted by Firewall
5171
+ # Manager for use by a policy have their
5172
+ # `RetrofittedByFirewallManager` property set to true. For either
5173
+ # case, any corresponding logging configuration will indicate
5174
+ # `ManagedByFirewallManager`.
5166
5175
  # @return [Boolean]
5167
5176
  #
5168
5177
  # @!attribute [rw] logging_filter
@@ -5846,7 +5855,7 @@ module Aws::WAFV2
5846
5855
  # This is used in the FieldToMatch specification for some web request
5847
5856
  # component types.
5848
5857
  #
5849
- # JSON specification: `"Method": \{\}`
5858
+ # JSON specification: `"Method": {}`
5850
5859
  #
5851
5860
  # @api private
5852
5861
  #
@@ -5901,7 +5910,7 @@ module Aws::WAFV2
5901
5910
  # This is used in the context of other settings, for example to specify
5902
5911
  # values for RuleAction and web ACL DefaultAction.
5903
5912
  #
5904
- # JSON specification: `"None": \{\}`
5913
+ # JSON specification: `"None": {}`
5905
5914
  #
5906
5915
  # @api private
5907
5916
  #
@@ -5999,8 +6008,8 @@ module Aws::WAFV2
5999
6008
  # Engineering Task Force (IETF) documentation [JavaScript Object
6000
6009
  # Notation (JSON) Pointer][1].
6001
6010
  #
6002
- # For example, for the JSON payload `\{ "form": \{ "password":
6003
- # "THE_PASSWORD" \} \}`, the password field specification is
6011
+ # For example, for the JSON payload `{ "form": { "password":
6012
+ # "THE_PASSWORD" } }`, the password field specification is
6004
6013
  # `/form/password`.
6005
6014
  #
6006
6015
  # * For form encoded payload types, use the HTML form names.
@@ -6037,9 +6046,9 @@ module Aws::WAFV2
6037
6046
  # Internet Engineering Task Force (IETF) documentation [JavaScript
6038
6047
  # Object Notation (JSON) Pointer][1].
6039
6048
  #
6040
- # For example, for the JSON payload `\{ "form": \{
6049
+ # For example, for the JSON payload `{ "form": {
6041
6050
  # "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
6042
- # "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" \} \}`, the phone
6051
+ # "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
6043
6052
  # number field identifiers are `/form/primaryphoneline1`,
6044
6053
  # `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
6045
6054
  #
@@ -6220,7 +6229,7 @@ module Aws::WAFV2
6220
6229
  # This is used in the FieldToMatch specification for some web request
6221
6230
  # component types.
6222
6231
  #
6223
- # JSON specification: `"QueryString": \{\}`
6232
+ # JSON specification: `"QueryString": {}`
6224
6233
  #
6225
6234
  # @api private
6226
6235
  #
@@ -6635,7 +6644,7 @@ module Aws::WAFV2
6635
6644
  # `RateBasedStatementCustomKey`. The JSON specification for using the
6636
6645
  # forwarded IP address doesn't explicitly use this data type.
6637
6646
  #
6638
- # JSON specification: `"ForwardedIP": \{\}`
6647
+ # JSON specification: `"ForwardedIP": {}`
6639
6648
  #
6640
6649
  # When you use this specification, you must also configure the forwarded
6641
6650
  # IP address in the rate-based statement's `ForwardedIPConfig`.
@@ -6651,7 +6660,7 @@ module Aws::WAFV2
6651
6660
  # aggregation instance. If you use just the HTTP method as your custom
6652
6661
  # key, then each method fully defines an aggregation instance.
6653
6662
  #
6654
- # JSON specification: `"RateLimitHTTPMethod": \{\}`
6663
+ # JSON specification: `"RateLimitHTTPMethod": {}`
6655
6664
  #
6656
6665
  # @api private
6657
6666
  #
@@ -6699,7 +6708,7 @@ module Aws::WAFV2
6699
6708
  # along with the IP address. To aggregate on only the IP address, in
6700
6709
  # your rate-based statement's `AggregateKeyType`, specify `IP`.
6701
6710
  #
6702
- # JSON specification: `"RateLimitIP": \{\}`
6711
+ # JSON specification: `"RateLimitIP": {}`
6703
6712
  #
6704
6713
  # @api private
6705
6714
  #
@@ -7027,8 +7036,8 @@ module Aws::WAFV2
7027
7036
  #
7028
7037
  # </note>
7029
7038
  #
7030
- # Example JSON: ` \{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
7031
- # "KB_32" \}`
7039
+ # Example JSON: ` { "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE":
7040
+ # "KB_32" }`
7032
7041
  #
7033
7042
  # For Application Load Balancer and AppSync, the limit is fixed at 8 KB
7034
7043
  # (8,192 bytes).
@@ -7084,8 +7093,8 @@ module Aws::WAFV2
7084
7093
  # Engineering Task Force (IETF) documentation [JavaScript Object
7085
7094
  # Notation (JSON) Pointer][1].
7086
7095
  #
7087
- # For example, for the JSON payload `\{ "form": \{ "username":
7088
- # "THE_USERNAME" \} \}`, the username field specification is
7096
+ # For example, for the JSON payload `{ "form": { "username":
7097
+ # "THE_USERNAME" } }`, the username field specification is
7089
7098
  # `/form/username`.
7090
7099
  #
7091
7100
  # * For form encoded payload types, use the HTML form names.
@@ -7109,8 +7118,8 @@ module Aws::WAFV2
7109
7118
  # Engineering Task Force (IETF) documentation [JavaScript Object
7110
7119
  # Notation (JSON) Pointer][1].
7111
7120
  #
7112
- # For example, for the JSON payload `\{ "form": \{ "password":
7113
- # "THE_PASSWORD" \} \}`, the password field specification is
7121
+ # For example, for the JSON payload `{ "form": { "password":
7122
+ # "THE_PASSWORD" } }`, the password field specification is
7114
7123
  # `/form/password`.
7115
7124
  #
7116
7125
  # * For form encoded payload types, use the HTML form names.
@@ -7160,8 +7169,8 @@ module Aws::WAFV2
7160
7169
  # Engineering Task Force (IETF) documentation [JavaScript Object
7161
7170
  # Notation (JSON) Pointer][1].
7162
7171
  #
7163
- # For example, for the JSON payload `\{ "form": \{ "username":
7164
- # "THE_USERNAME" \} \}`, the username field specification is
7172
+ # For example, for the JSON payload `{ "form": { "username":
7173
+ # "THE_USERNAME" } }`, the username field specification is
7165
7174
  # `/form/username`.
7166
7175
  #
7167
7176
  # * For form encoded payload types, use the HTML form names.
@@ -7185,8 +7194,8 @@ module Aws::WAFV2
7185
7194
  # Engineering Task Force (IETF) documentation [JavaScript Object
7186
7195
  # Notation (JSON) Pointer][1].
7187
7196
  #
7188
- # For example, for the JSON payload `\{ "form": \{ "password":
7189
- # "THE_PASSWORD" \} \}`, the password field specification is
7197
+ # For example, for the JSON payload `{ "form": { "password":
7198
+ # "THE_PASSWORD" } }`, the password field specification is
7190
7199
  # `/form/password`.
7191
7200
  #
7192
7201
  # * For form encoded payload types, use the HTML form names.
@@ -7210,9 +7219,8 @@ module Aws::WAFV2
7210
7219
  # Engineering Task Force (IETF) documentation [JavaScript Object
7211
7220
  # Notation (JSON) Pointer][1].
7212
7221
  #
7213
- # For example, for the JSON payload `\{ "form": \{ "email":
7214
- # "THE_EMAIL" \} \}`, the email field specification is
7215
- # `/form/email`.
7222
+ # For example, for the JSON payload `{ "form": { "email":
7223
+ # "THE_EMAIL" } }`, the email field specification is `/form/email`.
7216
7224
  #
7217
7225
  # * For form encoded payload types, use the HTML form names.
7218
7226
  #
@@ -7239,9 +7247,9 @@ module Aws::WAFV2
7239
7247
  # Internet Engineering Task Force (IETF) documentation [JavaScript
7240
7248
  # Object Notation (JSON) Pointer][1].
7241
7249
  #
7242
- # For example, for the JSON payload `\{ "form": \{
7250
+ # For example, for the JSON payload `{ "form": {
7243
7251
  # "primaryphoneline1": "THE_PHONE1", "primaryphoneline2":
7244
- # "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" \} \}`, the phone
7252
+ # "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } }`, the phone
7245
7253
  # number field identifiers are `/form/primaryphoneline1`,
7246
7254
  # `/form/primaryphoneline2`, and `/form/primaryphoneline3`.
7247
7255
  #
@@ -7272,9 +7280,9 @@ module Aws::WAFV2
7272
7280
  # Internet Engineering Task Force (IETF) documentation [JavaScript
7273
7281
  # Object Notation (JSON) Pointer][1].
7274
7282
  #
7275
- # For example, for the JSON payload `\{ "form": \{
7283
+ # For example, for the JSON payload `{ "form": {
7276
7284
  # "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2":
7277
- # "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" \} \}`, the
7285
+ # "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } }`, the
7278
7286
  # address field idenfiers are `/form/primaryaddressline1`,
7279
7287
  # `/form/primaryaddressline2`, and `/form/primaryaddressline3`.
7280
7288
  #
@@ -8069,7 +8077,7 @@ module Aws::WAFV2
8069
8077
  # This is used to indicate the web request component to inspect, in the
8070
8078
  # FieldToMatch specification.
8071
8079
  #
8072
- # Example JSON: `"SingleHeader": \{ "Name": "haystack" \}`
8080
+ # Example JSON: `"SingleHeader": { "Name": "haystack" }`
8073
8081
  #
8074
8082
  # @!attribute [rw] name
8075
8083
  # The name of the query header to inspect.
@@ -8089,7 +8097,7 @@ module Aws::WAFV2
8089
8097
  # This is used to indicate the web request component to inspect, in the
8090
8098
  # FieldToMatch specification.
8091
8099
  #
8092
- # Example JSON: `"SingleQueryArgument": \{ "Name": "myArgument" \}`
8100
+ # Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
8093
8101
  #
8094
8102
  # @!attribute [rw] name
8095
8103
  # The name of the query argument to inspect.
@@ -9197,8 +9205,8 @@ module Aws::WAFV2
9197
9205
  # accepts the resource's host domain plus all domains in the token
9198
9206
  # domain list, including their prefixed subdomains.
9199
9207
  #
9200
- # Example JSON: `"TokenDomains": \{ "mywebsite.com",
9201
- # "myotherwebsite.com" \}`
9208
+ # Example JSON: `"TokenDomains": { "mywebsite.com",
9209
+ # "myotherwebsite.com" }`
9202
9210
  #
9203
9211
  # Public suffixes aren't allowed. For example, you can't use
9204
9212
  # `gov.au` or `co.uk` as token domains.
@@ -9269,7 +9277,7 @@ module Aws::WAFV2
9269
9277
  # This is used in the FieldToMatch specification for some web request
9270
9278
  # component types.
9271
9279
  #
9272
- # JSON specification: `"UriPath": \{\}`
9280
+ # JSON specification: `"UriPath": {}`
9273
9281
  #
9274
9282
  # @api private
9275
9283
  #
@@ -9293,8 +9301,8 @@ module Aws::WAFV2
9293
9301
  # Engineering Task Force (IETF) documentation [JavaScript Object
9294
9302
  # Notation (JSON) Pointer][1].
9295
9303
  #
9296
- # For example, for the JSON payload `\{ "form": \{ "username":
9297
- # "THE_USERNAME" \} \}`, the username field specification is
9304
+ # For example, for the JSON payload `{ "form": { "username":
9305
+ # "THE_USERNAME" } }`, the username field specification is
9298
9306
  # `/form/username`.
9299
9307
  #
9300
9308
  # * For form encoded payload types, use the HTML form names.
@@ -9854,9 +9862,13 @@ module Aws::WAFV2
9854
9862
  # @return [Array<Types::FirewallManagerRuleGroup>]
9855
9863
  #
9856
9864
  # @!attribute [rw] managed_by_firewall_manager
9857
- # Indicates whether this web ACL is managed by Firewall Manager. If
9858
- # true, then only Firewall Manager can delete the web ACL or any
9859
- # Firewall Manager rule groups in the web ACL.
9865
+ # Indicates whether this web ACL was created by Firewall Manager and
9866
+ # is being managed by Firewall Manager. If true, then only Firewall
9867
+ # Manager can delete the web ACL or any Firewall Manager rule groups
9868
+ # in the web ACL. See also the properties
9869
+ # `RetrofittedByFirewallManager`,
9870
+ # `PreProcessFirewallManagerRuleGroups`, and
9871
+ # `PostProcessFirewallManagerRuleGroups`.
9860
9872
  # @return [Boolean]
9861
9873
  #
9862
9874
  # @!attribute [rw] label_namespace
@@ -9943,6 +9955,16 @@ module Aws::WAFV2
9943
9955
  # [1]: http://aws.amazon.com/waf/pricing/
9944
9956
  # @return [Types::AssociationConfig]
9945
9957
  #
9958
+ # @!attribute [rw] retrofitted_by_firewall_manager
9959
+ # Indicates whether this web ACL was created by a customer account and
9960
+ # then retrofitted by Firewall Manager. If true, then the web ACL is
9961
+ # currently being managed by a Firewall Manager WAF policy, and only
9962
+ # Firewall Manager can manage any Firewall Manager rule groups in the
9963
+ # web ACL. See also the properties `ManagedByFirewallManager`,
9964
+ # `PreProcessFirewallManagerRuleGroups`, and
9965
+ # `PostProcessFirewallManagerRuleGroups`.
9966
+ # @return [Boolean]
9967
+ #
9946
9968
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/WebACL AWS API Documentation
9947
9969
  #
9948
9970
  class WebACL < Struct.new(
@@ -9962,7 +9984,8 @@ module Aws::WAFV2
9962
9984
  :captcha_config,
9963
9985
  :challenge_config,
9964
9986
  :token_domains,
9965
- :association_config)
9987
+ :association_config,
9988
+ :retrofitted_by_firewall_manager)
9966
9989
  SENSITIVE = []
9967
9990
  include Aws::Structure
9968
9991
  end
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.96.0'
57
+ GEM_VERSION = '1.98.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1634,6 +1634,7 @@ module Aws::WAFV2
1634
1634
  attr_accessor challenge_config: Types::ChallengeConfig
1635
1635
  attr_accessor token_domains: ::Array[::String]
1636
1636
  attr_accessor association_config: Types::AssociationConfig
1637
+ attr_accessor retrofitted_by_firewall_manager: bool
1637
1638
  SENSITIVE: []
1638
1639
  end
1639
1640
 
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.96.0
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-10-18 00:00:00.000000000 Z
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