aws-sdk-wafv2 1.48.0 → 1.50.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4531f8ed92204cae6ddb9366213f1b30c68deeda302adbadc229032135373637
4
- data.tar.gz: 970e1a5542a9e6d7f311dd69c01a604c9a3a2831f07d39ff1540c08850012d6d
3
+ metadata.gz: 0f50d03a9784488272a13fef4b960186472e865b74353d079722f7b4082c8c6d
4
+ data.tar.gz: 5d82c5f394ab7bb93cdf701c40cb239715f2b7f7ea160b4b009f9fdd9443211f
5
5
  SHA512:
6
- metadata.gz: 42f4c2f44c6fbed19ff483b0f455a653e9d2ca50eab5832aa503579386a24d2aa6949f8c4680d3d8b124e729e2fd79f441f89f0495434dfb25a3c10aed8abbce
7
- data.tar.gz: cd15da52802d7331e644bae2ab4cd09268edd0c3eaf3e5910c2829e46d30738c253115c6076710b3e2fee81fa4abea8dd629e8a5f1e5d58475a1f25a4043ea0e
6
+ metadata.gz: 92105dfc665cc575294f0892e8437e75198b70ca909a2109c4697bb1fa61b61f8c9160fc6161d1dc24819fc72ff509567e73791f022c87c60fcc4927d7ba6bd9
7
+ data.tar.gz: 1d97d3b7eee9715bb2d3bd399ee9384a16603a9f0fc23d74fc0ca2f231da82ef9a892a0048c0a38728af42923e750dd2afdc53b8d8d09d97e3682bf6b8b5769e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2023-02-23)
5
+ ------------------
6
+
7
+ * Feature - You can now associate an AWS WAF v2 web ACL with an AWS App Runner service.
8
+
9
+ 1.49.0 (2023-02-16)
10
+ ------------------
11
+
12
+ * Feature - Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.
13
+
4
14
  1.48.0 (2023-02-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.50.0
@@ -381,7 +381,7 @@ module Aws::WAFV2
381
381
  # Associates a web ACL with a regional application resource, to protect
382
382
  # the resource. A regional application can be an Application Load
383
383
  # Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL
384
- # API, or an Amazon Cognito user pool.
384
+ # API, a Amazon Cognito user pool, or an App Runner service.
385
385
  #
386
386
  # For Amazon CloudFront, don't use this call. Instead, use your
387
387
  # CloudFront distribution configuration. To associate a web ACL, in the
@@ -430,6 +430,10 @@ module Aws::WAFV2
430
430
  # * For an Amazon Cognito user pool:
431
431
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
432
432
  #
433
+ # * For an App Runner service:
434
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
435
+ # `
436
+ #
433
437
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
434
438
  #
435
439
  # @example Request syntax with placeholder values
@@ -464,7 +468,7 @@ module Aws::WAFV2
464
468
  # Specifies whether this is for an Amazon CloudFront distribution or for
465
469
  # a regional application. A regional application can be an Application
466
470
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
467
- # GraphQL API, or an Amazon Cognito user pool.
471
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
468
472
  #
469
473
  # To work with CloudFront, you must also specify the Region US East (N.
470
474
  # Virginia) as follows:
@@ -1195,7 +1199,7 @@ module Aws::WAFV2
1195
1199
  # Specifies whether this is for an Amazon CloudFront distribution or for
1196
1200
  # a regional application. A regional application can be an Application
1197
1201
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
1198
- # GraphQL API, or an Amazon Cognito user pool.
1202
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
1199
1203
  #
1200
1204
  # To work with CloudFront, you must also specify the Region US East (N.
1201
1205
  # Virginia) as follows:
@@ -1305,7 +1309,7 @@ module Aws::WAFV2
1305
1309
  # Specifies whether this is for an Amazon CloudFront distribution or for
1306
1310
  # a regional application. A regional application can be an Application
1307
1311
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
1308
- # GraphQL API, or an Amazon Cognito user pool.
1312
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
1309
1313
  #
1310
1314
  # To work with CloudFront, you must also specify the Region US East (N.
1311
1315
  # Virginia) as follows:
@@ -1380,7 +1384,7 @@ module Aws::WAFV2
1380
1384
  # Specifies whether this is for an Amazon CloudFront distribution or for
1381
1385
  # a regional application. A regional application can be an Application
1382
1386
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
1383
- # GraphQL API, or an Amazon Cognito user pool.
1387
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
1384
1388
  #
1385
1389
  # To work with CloudFront, you must also specify the Region US East (N.
1386
1390
  # Virginia) as follows:
@@ -2180,7 +2184,7 @@ module Aws::WAFV2
2180
2184
  # can associate a web ACL with one or more Amazon Web Services resources
2181
2185
  # to protect. The resources can be an Amazon CloudFront distribution, an
2182
2186
  # Amazon API Gateway REST API, an Application Load Balancer, an AppSync
2183
- # GraphQL API, or an Amazon Cognito user pool.
2187
+ # GraphQL API, Amazon Cognito user pool, or an App Runner service.
2184
2188
  #
2185
2189
  # @option params [required, String] :name
2186
2190
  # The name of the web ACL. You cannot change the name of a web ACL after
@@ -2190,7 +2194,7 @@ module Aws::WAFV2
2190
2194
  # Specifies whether this is for an Amazon CloudFront distribution or for
2191
2195
  # a regional application. A regional application can be an Application
2192
2196
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
2193
- # GraphQL API, or an Amazon Cognito user pool.
2197
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
2194
2198
  #
2195
2199
  # To work with CloudFront, you must also specify the Region US East (N.
2196
2200
  # Virginia) as follows:
@@ -3080,7 +3084,7 @@ module Aws::WAFV2
3080
3084
  # Specifies whether this is for an Amazon CloudFront distribution or for
3081
3085
  # a regional application. A regional application can be an Application
3082
3086
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3083
- # GraphQL API, or an Amazon Cognito user pool.
3087
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3084
3088
  #
3085
3089
  # To work with CloudFront, you must also specify the Region US East (N.
3086
3090
  # Virginia) as follows:
@@ -3185,7 +3189,7 @@ module Aws::WAFV2
3185
3189
  # Specifies whether this is for an Amazon CloudFront distribution or for
3186
3190
  # a regional application. A regional application can be an Application
3187
3191
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3188
- # GraphQL API, or an Amazon Cognito user pool.
3192
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3189
3193
  #
3190
3194
  # To work with CloudFront, you must also specify the Region US East (N.
3191
3195
  # Virginia) as follows:
@@ -3240,7 +3244,7 @@ module Aws::WAFV2
3240
3244
  # Specifies whether this is for an Amazon CloudFront distribution or for
3241
3245
  # a regional application. A regional application can be an Application
3242
3246
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3243
- # GraphQL API, or an Amazon Cognito user pool.
3247
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3244
3248
  #
3245
3249
  # To work with CloudFront, you must also specify the Region US East (N.
3246
3250
  # Virginia) as follows:
@@ -3324,7 +3328,7 @@ module Aws::WAFV2
3324
3328
  # Specifies whether this is for an Amazon CloudFront distribution or for
3325
3329
  # a regional application. A regional application can be an Application
3326
3330
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3327
- # GraphQL API, or an Amazon Cognito user pool.
3331
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3328
3332
  #
3329
3333
  # To work with CloudFront, you must also specify the Region US East (N.
3330
3334
  # Virginia) as follows:
@@ -3384,7 +3388,7 @@ module Aws::WAFV2
3384
3388
  # Specifies whether this is for an Amazon CloudFront distribution or for
3385
3389
  # a regional application. A regional application can be an Application
3386
3390
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3387
- # GraphQL API, or an Amazon Cognito user pool.
3391
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3388
3392
  #
3389
3393
  # To work with CloudFront, you must also specify the Region US East (N.
3390
3394
  # Virginia) as follows:
@@ -3461,7 +3465,7 @@ module Aws::WAFV2
3461
3465
  # existing web ACL association. A resource can have at most one web ACL
3462
3466
  # association. A regional application can be an Application Load
3463
3467
  # Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL
3464
- # API, or an Amazon Cognito user pool.
3468
+ # API, a Amazon Cognito user pool, or an App Runner service.
3465
3469
  #
3466
3470
  # For Amazon CloudFront, don't use this call. Instead, use your
3467
3471
  # CloudFront distribution configuration. To disassociate a web ACL,
@@ -3491,6 +3495,10 @@ module Aws::WAFV2
3491
3495
  # * For an Amazon Cognito user pool:
3492
3496
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
3493
3497
  #
3498
+ # * For an App Runner service:
3499
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
3500
+ # `
3501
+ #
3494
3502
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3495
3503
  #
3496
3504
  # @example Request syntax with placeholder values
@@ -3562,7 +3570,7 @@ module Aws::WAFV2
3562
3570
  # Specifies whether this is for an Amazon CloudFront distribution or for
3563
3571
  # a regional application. A regional application can be an Application
3564
3572
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3565
- # GraphQL API, or an Amazon Cognito user pool.
3573
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3566
3574
  #
3567
3575
  # To work with CloudFront, you must also specify the Region US East (N.
3568
3576
  # Virginia) as follows:
@@ -3694,7 +3702,7 @@ module Aws::WAFV2
3694
3702
  # Specifies whether this is for an Amazon CloudFront distribution or for
3695
3703
  # a regional application. A regional application can be an Application
3696
3704
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3697
- # GraphQL API, or an Amazon Cognito user pool.
3705
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3698
3706
  #
3699
3707
  # To work with CloudFront, you must also specify the Region US East (N.
3700
3708
  # Virginia) as follows:
@@ -3851,7 +3859,7 @@ module Aws::WAFV2
3851
3859
  # Specifies whether this is for an Amazon CloudFront distribution or for
3852
3860
  # a regional application. A regional application can be an Application
3853
3861
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3854
- # GraphQL API, or an Amazon Cognito user pool.
3862
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3855
3863
  #
3856
3864
  # To work with CloudFront, you must also specify the Region US East (N.
3857
3865
  # Virginia) as follows:
@@ -3924,7 +3932,7 @@ module Aws::WAFV2
3924
3932
  # Specifies whether this is for an Amazon CloudFront distribution or for
3925
3933
  # a regional application. A regional application can be an Application
3926
3934
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3927
- # GraphQL API, or an Amazon Cognito user pool.
3935
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3928
3936
  #
3929
3937
  # To work with CloudFront, you must also specify the Region US East (N.
3930
3938
  # Virginia) as follows:
@@ -3981,7 +3989,7 @@ module Aws::WAFV2
3981
3989
  # Specifies whether this is for an Amazon CloudFront distribution or for
3982
3990
  # a regional application. A regional application can be an Application
3983
3991
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
3984
- # GraphQL API, or an Amazon Cognito user pool.
3992
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
3985
3993
  #
3986
3994
  # To work with CloudFront, you must also specify the Region US East (N.
3987
3995
  # Virginia) as follows:
@@ -4337,7 +4345,7 @@ module Aws::WAFV2
4337
4345
  # Specifies whether this is for an Amazon CloudFront distribution or for
4338
4346
  # a regional application. A regional application can be an Application
4339
4347
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
4340
- # GraphQL API, or an Amazon Cognito user pool.
4348
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
4341
4349
  #
4342
4350
  # To work with CloudFront, you must also specify the Region US East (N.
4343
4351
  # Virginia) as follows:
@@ -4433,7 +4441,7 @@ module Aws::WAFV2
4433
4441
  # Specifies whether this is for an Amazon CloudFront distribution or for
4434
4442
  # a regional application. A regional application can be an Application
4435
4443
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
4436
- # GraphQL API, or an Amazon Cognito user pool.
4444
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
4437
4445
  #
4438
4446
  # To work with CloudFront, you must also specify the Region US East (N.
4439
4447
  # Virginia) as follows:
@@ -5334,6 +5342,10 @@ module Aws::WAFV2
5334
5342
  # * For an Amazon Cognito user pool:
5335
5343
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
5336
5344
  #
5345
+ # * For an App Runner service:
5346
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
5347
+ # `
5348
+ #
5337
5349
  # @return [Types::GetWebACLForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5338
5350
  #
5339
5351
  # * {Types::GetWebACLForResourceResponse#web_acl #web_acl} => Types::WebACL
@@ -6208,7 +6220,7 @@ module Aws::WAFV2
6208
6220
  # Specifies whether this is for an Amazon CloudFront distribution or for
6209
6221
  # a regional application. A regional application can be an Application
6210
6222
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6211
- # GraphQL API, or an Amazon Cognito user pool.
6223
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6212
6224
  #
6213
6225
  # To work with CloudFront, you must also specify the Region US East (N.
6214
6226
  # Virginia) as follows:
@@ -6273,7 +6285,7 @@ module Aws::WAFV2
6273
6285
  # Specifies whether this is for an Amazon CloudFront distribution or for
6274
6286
  # a regional application. A regional application can be an Application
6275
6287
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6276
- # GraphQL API, or an Amazon Cognito user pool.
6288
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6277
6289
  #
6278
6290
  # To work with CloudFront, you must also specify the Region US East (N.
6279
6291
  # Virginia) as follows:
@@ -6334,7 +6346,7 @@ module Aws::WAFV2
6334
6346
  # Specifies whether this is for an Amazon CloudFront distribution or for
6335
6347
  # a regional application. A regional application can be an Application
6336
6348
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6337
- # GraphQL API, or an Amazon Cognito user pool.
6349
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6338
6350
  #
6339
6351
  # To work with CloudFront, you must also specify the Region US East (N.
6340
6352
  # Virginia) as follows:
@@ -6395,7 +6407,7 @@ module Aws::WAFV2
6395
6407
  # Specifies whether this is for an Amazon CloudFront distribution or for
6396
6408
  # a regional application. A regional application can be an Application
6397
6409
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6398
- # GraphQL API, or an Amazon Cognito user pool.
6410
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6399
6411
  #
6400
6412
  # To work with CloudFront, you must also specify the Region US East (N.
6401
6413
  # Virginia) as follows:
@@ -6494,7 +6506,7 @@ module Aws::WAFV2
6494
6506
  # Specifies whether this is for an Amazon CloudFront distribution or for
6495
6507
  # a regional application. A regional application can be an Application
6496
6508
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6497
- # GraphQL API, or an Amazon Cognito user pool.
6509
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6498
6510
  #
6499
6511
  # To work with CloudFront, you must also specify the Region US East (N.
6500
6512
  # Virginia) as follows:
@@ -6615,7 +6627,7 @@ module Aws::WAFV2
6615
6627
  # Specifies whether this is for an Amazon CloudFront distribution or for
6616
6628
  # a regional application. A regional application can be an Application
6617
6629
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6618
- # GraphQL API, or an Amazon Cognito user pool.
6630
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6619
6631
  #
6620
6632
  # To work with CloudFront, you must also specify the Region US East (N.
6621
6633
  # Virginia) as follows:
@@ -6681,8 +6693,8 @@ module Aws::WAFV2
6681
6693
  # @option params [String] :resource_type
6682
6694
  # Used for web ACLs that are scoped for regional applications. A
6683
6695
  # regional application can be an Application Load Balancer (ALB), an
6684
- # Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon
6685
- # Cognito user pool.
6696
+ # Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito
6697
+ # user pool, or an App Runner service.
6686
6698
  #
6687
6699
  # <note markdown="1"> If you don't provide a resource type, the call uses the resource type
6688
6700
  # `APPLICATION_LOAD_BALANCER`.
@@ -6699,7 +6711,7 @@ module Aws::WAFV2
6699
6711
  #
6700
6712
  # resp = client.list_resources_for_web_acl({
6701
6713
  # web_acl_arn: "ResourceArn", # required
6702
- # resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL
6714
+ # resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL, APP_RUNNER_SERVICE
6703
6715
  # })
6704
6716
  #
6705
6717
  # @example Response structure
@@ -6723,7 +6735,7 @@ module Aws::WAFV2
6723
6735
  # Specifies whether this is for an Amazon CloudFront distribution or for
6724
6736
  # a regional application. A regional application can be an Application
6725
6737
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6726
- # GraphQL API, or an Amazon Cognito user pool.
6738
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6727
6739
  #
6728
6740
  # To work with CloudFront, you must also specify the Region US East (N.
6729
6741
  # Virginia) as follows:
@@ -6842,7 +6854,7 @@ module Aws::WAFV2
6842
6854
  # Specifies whether this is for an Amazon CloudFront distribution or for
6843
6855
  # a regional application. A regional application can be an Application
6844
6856
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
6845
- # GraphQL API, or an Amazon Cognito user pool.
6857
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
6846
6858
  #
6847
6859
  # To work with CloudFront, you must also specify the Region US East (N.
6848
6860
  # Virginia) as follows:
@@ -7119,7 +7131,7 @@ module Aws::WAFV2
7119
7131
  # Specifies whether this is for an Amazon CloudFront distribution or for
7120
7132
  # a regional application. A regional application can be an Application
7121
7133
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
7122
- # GraphQL API, or an Amazon Cognito user pool.
7134
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
7123
7135
  #
7124
7136
  # To work with CloudFront, you must also specify the Region US East (N.
7125
7137
  # Virginia) as follows:
@@ -7358,7 +7370,7 @@ module Aws::WAFV2
7358
7370
  # Specifies whether this is for an Amazon CloudFront distribution or for
7359
7371
  # a regional application. A regional application can be an Application
7360
7372
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
7361
- # GraphQL API, or an Amazon Cognito user pool.
7373
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
7362
7374
  #
7363
7375
  # To work with CloudFront, you must also specify the Region US East (N.
7364
7376
  # Virginia) as follows:
@@ -7483,7 +7495,7 @@ module Aws::WAFV2
7483
7495
  # Specifies whether this is for an Amazon CloudFront distribution or for
7484
7496
  # a regional application. A regional application can be an Application
7485
7497
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
7486
- # GraphQL API, or an Amazon Cognito user pool.
7498
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
7487
7499
  #
7488
7500
  # To work with CloudFront, you must also specify the Region US East (N.
7489
7501
  # Virginia) as follows:
@@ -7589,7 +7601,7 @@ module Aws::WAFV2
7589
7601
  # Specifies whether this is for an Amazon CloudFront distribution or for
7590
7602
  # a regional application. A regional application can be an Application
7591
7603
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
7592
- # GraphQL API, or an Amazon Cognito user pool.
7604
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
7593
7605
  #
7594
7606
  # To work with CloudFront, you must also specify the Region US East (N.
7595
7607
  # Virginia) as follows:
@@ -7695,7 +7707,7 @@ module Aws::WAFV2
7695
7707
  # Specifies whether this is for an Amazon CloudFront distribution or for
7696
7708
  # a regional application. A regional application can be an Application
7697
7709
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
7698
- # GraphQL API, or an Amazon Cognito user pool.
7710
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
7699
7711
  #
7700
7712
  # To work with CloudFront, you must also specify the Region US East (N.
7701
7713
  # Virginia) as follows:
@@ -8512,7 +8524,7 @@ module Aws::WAFV2
8512
8524
  # can associate a web ACL with one or more Amazon Web Services resources
8513
8525
  # to protect. The resources can be an Amazon CloudFront distribution, an
8514
8526
  # Amazon API Gateway REST API, an Application Load Balancer, an AppSync
8515
- # GraphQL API, or an Amazon Cognito user pool.
8527
+ # GraphQL API, Amazon Cognito user pool, or an App Runner service.
8516
8528
  #
8517
8529
  # @option params [required, String] :name
8518
8530
  # The name of the web ACL. You cannot change the name of a web ACL after
@@ -8522,7 +8534,7 @@ module Aws::WAFV2
8522
8534
  # Specifies whether this is for an Amazon CloudFront distribution or for
8523
8535
  # a regional application. A regional application can be an Application
8524
8536
  # Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync
8525
- # GraphQL API, or an Amazon Cognito user pool.
8537
+ # GraphQL API, a Amazon Cognito user pool, or an App Runner service.
8526
8538
  #
8527
8539
  # To work with CloudFront, you must also specify the Region US East (N.
8528
8540
  # Virginia) as follows:
@@ -9376,7 +9388,7 @@ module Aws::WAFV2
9376
9388
  params: params,
9377
9389
  config: config)
9378
9390
  context[:gem_name] = 'aws-sdk-wafv2'
9379
- context[:gem_version] = '1.48.0'
9391
+ context[:gem_version] = '1.50.0'
9380
9392
  Seahorse::Client::Request.new(handlers, context)
9381
9393
  end
9382
9394
 
@@ -194,6 +194,10 @@ module Aws::WAFV2
194
194
  #
195
195
  # * For an Amazon Cognito user pool:
196
196
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
197
+ #
198
+ # * For an App Runner service:
199
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
200
+ # `
197
201
  # @return [String]
198
202
  #
199
203
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation
@@ -592,7 +596,8 @@ module Aws::WAFV2
592
596
  # Specifies whether this is for an Amazon CloudFront distribution or
593
597
  # for a regional application. A regional application can be an
594
598
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
595
- # AppSync GraphQL API, or an Amazon Cognito user pool.
599
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
600
+ # service.
596
601
  #
597
602
  # To work with CloudFront, you must also specify the Region US East
598
603
  # (N. Virginia) as follows:
@@ -777,7 +782,8 @@ module Aws::WAFV2
777
782
  # Specifies whether this is for an Amazon CloudFront distribution or
778
783
  # for a regional application. A regional application can be an
779
784
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
780
- # AppSync GraphQL API, or an Amazon Cognito user pool.
785
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
786
+ # service.
781
787
  #
782
788
  # To work with CloudFront, you must also specify the Region US East
783
789
  # (N. Virginia) as follows:
@@ -883,7 +889,8 @@ module Aws::WAFV2
883
889
  # Specifies whether this is for an Amazon CloudFront distribution or
884
890
  # for a regional application. A regional application can be an
885
891
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
886
- # AppSync GraphQL API, or an Amazon Cognito user pool.
892
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
893
+ # service.
887
894
  #
888
895
  # To work with CloudFront, you must also specify the Region US East
889
896
  # (N. Virginia) as follows:
@@ -943,7 +950,8 @@ module Aws::WAFV2
943
950
  # Specifies whether this is for an Amazon CloudFront distribution or
944
951
  # for a regional application. A regional application can be an
945
952
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
946
- # AppSync GraphQL API, or an Amazon Cognito user pool.
953
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
954
+ # service.
947
955
  #
948
956
  # To work with CloudFront, you must also specify the Region US East
949
957
  # (N. Virginia) as follows:
@@ -1053,7 +1061,8 @@ module Aws::WAFV2
1053
1061
  # Specifies whether this is for an Amazon CloudFront distribution or
1054
1062
  # for a regional application. A regional application can be an
1055
1063
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1056
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1064
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1065
+ # service.
1057
1066
  #
1058
1067
  # To work with CloudFront, you must also specify the Region US East
1059
1068
  # (N. Virginia) as follows:
@@ -1403,7 +1412,8 @@ module Aws::WAFV2
1403
1412
  # Specifies whether this is for an Amazon CloudFront distribution or
1404
1413
  # for a regional application. A regional application can be an
1405
1414
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1406
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1415
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1416
+ # service.
1407
1417
  #
1408
1418
  # To work with CloudFront, you must also specify the Region US East
1409
1419
  # (N. Virginia) as follows:
@@ -1492,7 +1502,8 @@ module Aws::WAFV2
1492
1502
  # Specifies whether this is for an Amazon CloudFront distribution or
1493
1503
  # for a regional application. A regional application can be an
1494
1504
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1495
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1505
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1506
+ # service.
1496
1507
  #
1497
1508
  # To work with CloudFront, you must also specify the Region US East
1498
1509
  # (N. Virginia) as follows:
@@ -1545,7 +1556,8 @@ module Aws::WAFV2
1545
1556
  # Specifies whether this is for an Amazon CloudFront distribution or
1546
1557
  # for a regional application. A regional application can be an
1547
1558
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1548
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1559
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1560
+ # service.
1549
1561
  #
1550
1562
  # To work with CloudFront, you must also specify the Region US East
1551
1563
  # (N. Virginia) as follows:
@@ -1598,7 +1610,8 @@ module Aws::WAFV2
1598
1610
  # Specifies whether this is for an Amazon CloudFront distribution or
1599
1611
  # for a regional application. A regional application can be an
1600
1612
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1601
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1613
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1614
+ # service.
1602
1615
  #
1603
1616
  # To work with CloudFront, you must also specify the Region US East
1604
1617
  # (N. Virginia) as follows:
@@ -1656,7 +1669,8 @@ module Aws::WAFV2
1656
1669
  # Specifies whether this is for an Amazon CloudFront distribution or
1657
1670
  # for a regional application. A regional application can be an
1658
1671
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1659
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1672
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1673
+ # service.
1660
1674
  #
1661
1675
  # To work with CloudFront, you must also specify the Region US East
1662
1676
  # (N. Virginia) as follows:
@@ -1776,6 +1790,10 @@ module Aws::WAFV2
1776
1790
  #
1777
1791
  # * For an Amazon Cognito user pool:
1778
1792
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
1793
+ #
1794
+ # * For an App Runner service:
1795
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
1796
+ # `
1779
1797
  # @return [String]
1780
1798
  #
1781
1799
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DisassociateWebACLRequest AWS API Documentation
@@ -2225,7 +2243,8 @@ module Aws::WAFV2
2225
2243
  # Specifies whether this is for an Amazon CloudFront distribution or
2226
2244
  # for a regional application. A regional application can be an
2227
2245
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2228
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2246
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2247
+ # service.
2229
2248
  #
2230
2249
  # To work with CloudFront, you must also specify the Region US East
2231
2250
  # (N. Virginia) as follows:
@@ -2313,7 +2332,8 @@ module Aws::WAFV2
2313
2332
  # Specifies whether this is for an Amazon CloudFront distribution or
2314
2333
  # for a regional application. A regional application can be an
2315
2334
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2316
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2335
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2336
+ # service.
2317
2337
  #
2318
2338
  # To work with CloudFront, you must also specify the Region US East
2319
2339
  # (N. Virginia) as follows:
@@ -2425,7 +2445,8 @@ module Aws::WAFV2
2425
2445
  # Specifies whether this is for an Amazon CloudFront distribution or
2426
2446
  # for a regional application. A regional application can be an
2427
2447
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2428
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2448
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2449
+ # service.
2429
2450
  #
2430
2451
  # To work with CloudFront, you must also specify the Region US East
2431
2452
  # (N. Virginia) as follows:
@@ -2498,7 +2519,8 @@ module Aws::WAFV2
2498
2519
  # Specifies whether this is for an Amazon CloudFront distribution or
2499
2520
  # for a regional application. A regional application can be an
2500
2521
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2501
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2522
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2523
+ # service.
2502
2524
  #
2503
2525
  # To work with CloudFront, you must also specify the Region US East
2504
2526
  # (N. Virginia) as follows:
@@ -2558,7 +2580,8 @@ module Aws::WAFV2
2558
2580
  # Specifies whether this is for an Amazon CloudFront distribution or
2559
2581
  # for a regional application. A regional application can be an
2560
2582
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2561
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2583
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2584
+ # service.
2562
2585
  #
2563
2586
  # To work with CloudFront, you must also specify the Region US East
2564
2587
  # (N. Virginia) as follows:
@@ -2628,7 +2651,8 @@ module Aws::WAFV2
2628
2651
  # Specifies whether this is for an Amazon CloudFront distribution or
2629
2652
  # for a regional application. A regional application can be an
2630
2653
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2631
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2654
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2655
+ # service.
2632
2656
  #
2633
2657
  # To work with CloudFront, you must also specify the Region US East
2634
2658
  # (N. Virginia) as follows:
@@ -2718,6 +2742,10 @@ module Aws::WAFV2
2718
2742
  #
2719
2743
  # * For an Amazon Cognito user pool:
2720
2744
  # `arn:aws:cognito-idp:region:account-id:userpool/user-pool-id `
2745
+ #
2746
+ # * For an App Runner service:
2747
+ # `arn:aws:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id
2748
+ # `
2721
2749
  # @return [String]
2722
2750
  #
2723
2751
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLForResourceRequest AWS API Documentation
@@ -2750,7 +2778,8 @@ module Aws::WAFV2
2750
2778
  # Specifies whether this is for an Amazon CloudFront distribution or
2751
2779
  # for a regional application. A regional application can be an
2752
2780
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2753
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2781
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2782
+ # service.
2754
2783
  #
2755
2784
  # To work with CloudFront, you must also specify the Region US East
2756
2785
  # (N. Virginia) as follows:
@@ -3508,7 +3537,8 @@ module Aws::WAFV2
3508
3537
  # Specifies whether this is for an Amazon CloudFront distribution or
3509
3538
  # for a regional application. A regional application can be an
3510
3539
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3511
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3540
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3541
+ # service.
3512
3542
  #
3513
3543
  # To work with CloudFront, you must also specify the Region US East
3514
3544
  # (N. Virginia) as follows:
@@ -3577,7 +3607,8 @@ module Aws::WAFV2
3577
3607
  # Specifies whether this is for an Amazon CloudFront distribution or
3578
3608
  # for a regional application. A regional application can be an
3579
3609
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3580
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3610
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3611
+ # service.
3581
3612
  #
3582
3613
  # To work with CloudFront, you must also specify the Region US East
3583
3614
  # (N. Virginia) as follows:
@@ -3637,7 +3668,8 @@ module Aws::WAFV2
3637
3668
  # Specifies whether this is for an Amazon CloudFront distribution or
3638
3669
  # for a regional application. A regional application can be an
3639
3670
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3640
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3671
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3672
+ # service.
3641
3673
  #
3642
3674
  # To work with CloudFront, you must also specify the Region US East
3643
3675
  # (N. Virginia) as follows:
@@ -3699,7 +3731,8 @@ module Aws::WAFV2
3699
3731
  # Specifies whether this is for an Amazon CloudFront distribution or
3700
3732
  # for a regional application. A regional application can be an
3701
3733
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3702
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3734
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3735
+ # service.
3703
3736
  #
3704
3737
  # To work with CloudFront, you must also specify the Region US East
3705
3738
  # (N. Virginia) as follows:
@@ -3759,7 +3792,8 @@ module Aws::WAFV2
3759
3792
  # Specifies whether this is for an Amazon CloudFront distribution or
3760
3793
  # for a regional application. A regional application can be an
3761
3794
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3762
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3795
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3796
+ # service.
3763
3797
  #
3764
3798
  # To work with CloudFront, you must also specify the Region US East
3765
3799
  # (N. Virginia) as follows:
@@ -3870,7 +3904,8 @@ module Aws::WAFV2
3870
3904
  # Specifies whether this is for an Amazon CloudFront distribution or
3871
3905
  # for a regional application. A regional application can be an
3872
3906
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3873
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3907
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3908
+ # service.
3874
3909
  #
3875
3910
  # To work with CloudFront, you must also specify the Region US East
3876
3911
  # (N. Virginia) as follows:
@@ -3933,8 +3968,8 @@ module Aws::WAFV2
3933
3968
  # @!attribute [rw] resource_type
3934
3969
  # Used for web ACLs that are scoped for regional applications. A
3935
3970
  # regional application can be an Application Load Balancer (ALB), an
3936
- # Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon
3937
- # Cognito user pool.
3971
+ # Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon
3972
+ # Cognito user pool, or an App Runner service.
3938
3973
  #
3939
3974
  # <note markdown="1"> If you don't provide a resource type, the call uses the resource
3940
3975
  # type `APPLICATION_LOAD_BALANCER`.
@@ -3970,7 +4005,8 @@ module Aws::WAFV2
3970
4005
  # Specifies whether this is for an Amazon CloudFront distribution or
3971
4006
  # for a regional application. A regional application can be an
3972
4007
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3973
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4008
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4009
+ # service.
3974
4010
  #
3975
4011
  # To work with CloudFront, you must also specify the Region US East
3976
4012
  # (N. Virginia) as follows:
@@ -4080,7 +4116,8 @@ module Aws::WAFV2
4080
4116
  # Specifies whether this is for an Amazon CloudFront distribution or
4081
4117
  # for a regional application. A regional application can be an
4082
4118
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
4083
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4119
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4120
+ # service.
4084
4121
  #
4085
4122
  # To work with CloudFront, you must also specify the Region US East
4086
4123
  # (N. Virginia) as follows:
@@ -4195,7 +4232,7 @@ module Aws::WAFV2
4195
4232
  # @!attribute [rw] redacted_fields
4196
4233
  # The parts of the request that you want to keep out of the logs. For
4197
4234
  # example, if you redact the `SingleHeader` field, the `HEADER` field
4198
- # in the logs will be `xxx`.
4235
+ # in the logs will be `REDACTED`.
4199
4236
  #
4200
4237
  # <note markdown="1"> You can specify only the following fields for redaction: `UriPath`,
4201
4238
  # `QueryString`, `SingleHeader`, `Method`, and `JsonBody`.
@@ -4313,6 +4350,7 @@ module Aws::WAFV2
4313
4350
  # provide login request information to the rule group. For web ACLs
4314
4351
  # that protect CloudFront distributions, use this to also provide the
4315
4352
  # information about how your distribution responds to login requests.
4353
+ #
4316
4354
  # This configuration replaces the individual configuration fields in
4317
4355
  # `ManagedRuleGroupConfig` and provides additional feature
4318
4356
  # configuration.
@@ -4922,7 +4960,8 @@ module Aws::WAFV2
4922
4960
  # Specifies whether this is for an Amazon CloudFront distribution or
4923
4961
  # for a regional application. A regional application can be an
4924
4962
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
4925
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4963
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4964
+ # service.
4926
4965
  #
4927
4966
  # To work with CloudFront, you must also specify the Region US East
4928
4967
  # (N. Virginia) as follows:
@@ -5470,11 +5509,13 @@ module Aws::WAFV2
5470
5509
  # @return [Types::ResponseInspectionHeader]
5471
5510
  #
5472
5511
  # @!attribute [rw] body_contains
5473
- # Configures inspection of the response body.
5512
+ # Configures inspection of the response body. WAF can inspect the
5513
+ # first 65,536 bytes (64 KB) of the response body.
5474
5514
  # @return [Types::ResponseInspectionBodyContains]
5475
5515
  #
5476
5516
  # @!attribute [rw] json
5477
- # Configures inspection of the response JSON.
5517
+ # Configures inspection of the response JSON. WAF can inspect the
5518
+ # first 65,536 bytes (64 KB) of the response JSON.
5478
5519
  # @return [Types::ResponseInspectionJson]
5479
5520
  #
5480
5521
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ResponseInspection AWS API Documentation
@@ -5488,9 +5529,15 @@ module Aws::WAFV2
5488
5529
  include Aws::Structure
5489
5530
  end
5490
5531
 
5491
- # Configures inspection of the response body. This is part of the
5532
+ # Configures inspection of the response body. WAF can inspect the first
5533
+ # 65,536 bytes (64 KB) of the response body. This is part of the
5492
5534
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5493
5535
  #
5536
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5537
+ # CloudFront distributions.
5538
+ #
5539
+ # </note>
5540
+ #
5494
5541
  # @!attribute [rw] success_strings
5495
5542
  # Strings in the body of the response that indicate a successful login
5496
5543
  # attempt. To be counted as a successful login, the string can be
@@ -5522,6 +5569,11 @@ module Aws::WAFV2
5522
5569
  # Configures inspection of the response header. This is part of the
5523
5570
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5524
5571
  #
5572
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5573
+ # CloudFront distributions.
5574
+ #
5575
+ # </note>
5576
+ #
5525
5577
  # @!attribute [rw] name
5526
5578
  # The name of the header to match against. The name must be an exact
5527
5579
  # match, including case.
@@ -5558,9 +5610,15 @@ module Aws::WAFV2
5558
5610
  include Aws::Structure
5559
5611
  end
5560
5612
 
5561
- # Configures inspection of the response JSON. This is part of the
5613
+ # Configures inspection of the response JSON. WAF can inspect the first
5614
+ # 65,536 bytes (64 KB) of the response JSON. This is part of the
5562
5615
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5563
5616
  #
5617
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5618
+ # CloudFront distributions.
5619
+ #
5620
+ # </note>
5621
+ #
5564
5622
  # @!attribute [rw] identifier
5565
5623
  # The identifier for the value to match against in the JSON. The
5566
5624
  # identifier must be an exact match, including case.
@@ -5599,6 +5657,11 @@ module Aws::WAFV2
5599
5657
  # Configures inspection of the response status code. This is part of the
5600
5658
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5601
5659
  #
5660
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5661
+ # CloudFront distributions.
5662
+ #
5663
+ # </note>
5664
+ #
5602
5665
  # @!attribute [rw] success_codes
5603
5666
  # Status codes in the response that indicate a successful login
5604
5667
  # attempt. To be counted as a successful login, the response status
@@ -6830,7 +6893,8 @@ module Aws::WAFV2
6830
6893
  # Specifies whether this is for an Amazon CloudFront distribution or
6831
6894
  # for a regional application. A regional application can be an
6832
6895
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
6833
- # AppSync GraphQL API, or an Amazon Cognito user pool.
6896
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
6897
+ # service.
6834
6898
  #
6835
6899
  # To work with CloudFront, you must also specify the Region US East
6836
6900
  # (N. Virginia) as follows:
@@ -6948,7 +7012,8 @@ module Aws::WAFV2
6948
7012
  # Specifies whether this is for an Amazon CloudFront distribution or
6949
7013
  # for a regional application. A regional application can be an
6950
7014
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
6951
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7015
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7016
+ # service.
6952
7017
  #
6953
7018
  # To work with CloudFront, you must also specify the Region US East
6954
7019
  # (N. Virginia) as follows:
@@ -7046,7 +7111,8 @@ module Aws::WAFV2
7046
7111
  # Specifies whether this is for an Amazon CloudFront distribution or
7047
7112
  # for a regional application. A regional application can be an
7048
7113
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7049
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7114
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7115
+ # service.
7050
7116
  #
7051
7117
  # To work with CloudFront, you must also specify the Region US East
7052
7118
  # (N. Virginia) as follows:
@@ -7118,7 +7184,8 @@ module Aws::WAFV2
7118
7184
  # Specifies whether this is for an Amazon CloudFront distribution or
7119
7185
  # for a regional application. A regional application can be an
7120
7186
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7121
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7187
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7188
+ # service.
7122
7189
  #
7123
7190
  # To work with CloudFront, you must also specify the Region US East
7124
7191
  # (N. Virginia) as follows:
@@ -7222,7 +7289,8 @@ module Aws::WAFV2
7222
7289
  # Specifies whether this is for an Amazon CloudFront distribution or
7223
7290
  # for a regional application. A regional application can be an
7224
7291
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7225
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7292
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7293
+ # service.
7226
7294
  #
7227
7295
  # To work with CloudFront, you must also specify the Region US East
7228
7296
  # (N. Virginia) as follows:
@@ -7803,7 +7871,7 @@ module Aws::WAFV2
7803
7871
  # can associate a web ACL with one or more Amazon Web Services resources
7804
7872
  # to protect. The resources can be an Amazon CloudFront distribution, an
7805
7873
  # Amazon API Gateway REST API, an Application Load Balancer, an AppSync
7806
- # GraphQL API, or an Amazon Cognito user pool.
7874
+ # GraphQL API, Amazon Cognito user pool, or an App Runner service.
7807
7875
  #
7808
7876
  # @!attribute [rw] name
7809
7877
  # The name of the web ACL. You cannot change the name of a web ACL
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
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.48.0
4
+ version: 1.50.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: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core