aws-sdk-wafv2 1.49.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: ac3cbfce22afd2c4426033d6bc73101ecc5712383d9c6f05eae64b7bc3441b1f
4
- data.tar.gz: f5876dc0b7e1e152f199ecf571b9c09244997c230729a3e7121810e8b2676170
3
+ metadata.gz: 0f50d03a9784488272a13fef4b960186472e865b74353d079722f7b4082c8c6d
4
+ data.tar.gz: 5d82c5f394ab7bb93cdf701c40cb239715f2b7f7ea160b4b009f9fdd9443211f
5
5
  SHA512:
6
- metadata.gz: b0b0bee48b57d787323db8fc2321b16f4dcc2d3541f02d524defbce9aab88d21b6d4e278d8a9f45297d377394fcc629a8bae98c9727c7c1d748e6c7dd3bc93c6
7
- data.tar.gz: 29dc882047dc7e50127391ad39887683dbac827aad6abdfb997f3c5df8c963d5ee63683f4a5186bd2059b28c282a5d4bd981f8290e6383a31f152963a0cc6f5f
6
+ metadata.gz: 92105dfc665cc575294f0892e8437e75198b70ca909a2109c4697bb1fa61b61f8c9160fc6161d1dc24819fc72ff509567e73791f022c87c60fcc4927d7ba6bd9
7
+ data.tar.gz: 1d97d3b7eee9715bb2d3bd399ee9384a16603a9f0fc23d74fc0ca2f231da82ef9a892a0048c0a38728af42923e750dd2afdc53b8d8d09d97e3682bf6b8b5769e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.49.0 (2023-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.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.49.0'
9391
+ context[:gem_version] = '1.50.0'
9380
9392
  Seahorse::Client::Request.new(handlers, context)
9381
9393
  end
9382
9394
 
@@ -43,14 +43,6 @@ module Aws::WAFV2
43
43
  # Amazon CloudFront distributions.
44
44
  #
45
45
  # </note>
46
- #
47
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1,
48
- # it's possible to configure response inspection through the APIs,
49
- # but ATP response inspection will not be enabled. You can only use
50
- # the response inspection capabilities of the ATP managed rule group
51
- # in web ACLs that protect CloudFront distributions.
52
- #
53
- # </note>
54
46
  # @return [Types::ResponseInspection]
55
47
  #
56
48
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AWSManagedRulesATPRuleSet AWS API Documentation
@@ -202,6 +194,10 @@ module Aws::WAFV2
202
194
  #
203
195
  # * For an Amazon Cognito user pool:
204
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
+ # `
205
201
  # @return [String]
206
202
  #
207
203
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation
@@ -600,7 +596,8 @@ module Aws::WAFV2
600
596
  # Specifies whether this is for an Amazon CloudFront distribution or
601
597
  # for a regional application. A regional application can be an
602
598
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
603
- # AppSync GraphQL API, or an Amazon Cognito user pool.
599
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
600
+ # service.
604
601
  #
605
602
  # To work with CloudFront, you must also specify the Region US East
606
603
  # (N. Virginia) as follows:
@@ -785,7 +782,8 @@ module Aws::WAFV2
785
782
  # Specifies whether this is for an Amazon CloudFront distribution or
786
783
  # for a regional application. A regional application can be an
787
784
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
788
- # AppSync GraphQL API, or an Amazon Cognito user pool.
785
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
786
+ # service.
789
787
  #
790
788
  # To work with CloudFront, you must also specify the Region US East
791
789
  # (N. Virginia) as follows:
@@ -891,7 +889,8 @@ module Aws::WAFV2
891
889
  # Specifies whether this is for an Amazon CloudFront distribution or
892
890
  # for a regional application. A regional application can be an
893
891
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
894
- # AppSync GraphQL API, or an Amazon Cognito user pool.
892
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
893
+ # service.
895
894
  #
896
895
  # To work with CloudFront, you must also specify the Region US East
897
896
  # (N. Virginia) as follows:
@@ -951,7 +950,8 @@ module Aws::WAFV2
951
950
  # Specifies whether this is for an Amazon CloudFront distribution or
952
951
  # for a regional application. A regional application can be an
953
952
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
954
- # AppSync GraphQL API, or an Amazon Cognito user pool.
953
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
954
+ # service.
955
955
  #
956
956
  # To work with CloudFront, you must also specify the Region US East
957
957
  # (N. Virginia) as follows:
@@ -1061,7 +1061,8 @@ module Aws::WAFV2
1061
1061
  # Specifies whether this is for an Amazon CloudFront distribution or
1062
1062
  # for a regional application. A regional application can be an
1063
1063
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1064
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1064
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1065
+ # service.
1065
1066
  #
1066
1067
  # To work with CloudFront, you must also specify the Region US East
1067
1068
  # (N. Virginia) as follows:
@@ -1411,7 +1412,8 @@ module Aws::WAFV2
1411
1412
  # Specifies whether this is for an Amazon CloudFront distribution or
1412
1413
  # for a regional application. A regional application can be an
1413
1414
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1414
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1415
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1416
+ # service.
1415
1417
  #
1416
1418
  # To work with CloudFront, you must also specify the Region US East
1417
1419
  # (N. Virginia) as follows:
@@ -1500,7 +1502,8 @@ module Aws::WAFV2
1500
1502
  # Specifies whether this is for an Amazon CloudFront distribution or
1501
1503
  # for a regional application. A regional application can be an
1502
1504
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1503
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1505
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1506
+ # service.
1504
1507
  #
1505
1508
  # To work with CloudFront, you must also specify the Region US East
1506
1509
  # (N. Virginia) as follows:
@@ -1553,7 +1556,8 @@ module Aws::WAFV2
1553
1556
  # Specifies whether this is for an Amazon CloudFront distribution or
1554
1557
  # for a regional application. A regional application can be an
1555
1558
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1556
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1559
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1560
+ # service.
1557
1561
  #
1558
1562
  # To work with CloudFront, you must also specify the Region US East
1559
1563
  # (N. Virginia) as follows:
@@ -1606,7 +1610,8 @@ module Aws::WAFV2
1606
1610
  # Specifies whether this is for an Amazon CloudFront distribution or
1607
1611
  # for a regional application. A regional application can be an
1608
1612
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1609
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1613
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1614
+ # service.
1610
1615
  #
1611
1616
  # To work with CloudFront, you must also specify the Region US East
1612
1617
  # (N. Virginia) as follows:
@@ -1664,7 +1669,8 @@ module Aws::WAFV2
1664
1669
  # Specifies whether this is for an Amazon CloudFront distribution or
1665
1670
  # for a regional application. A regional application can be an
1666
1671
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
1667
- # AppSync GraphQL API, or an Amazon Cognito user pool.
1672
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
1673
+ # service.
1668
1674
  #
1669
1675
  # To work with CloudFront, you must also specify the Region US East
1670
1676
  # (N. Virginia) as follows:
@@ -1784,6 +1790,10 @@ module Aws::WAFV2
1784
1790
  #
1785
1791
  # * For an Amazon Cognito user pool:
1786
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
+ # `
1787
1797
  # @return [String]
1788
1798
  #
1789
1799
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DisassociateWebACLRequest AWS API Documentation
@@ -2233,7 +2243,8 @@ module Aws::WAFV2
2233
2243
  # Specifies whether this is for an Amazon CloudFront distribution or
2234
2244
  # for a regional application. A regional application can be an
2235
2245
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2236
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2246
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2247
+ # service.
2237
2248
  #
2238
2249
  # To work with CloudFront, you must also specify the Region US East
2239
2250
  # (N. Virginia) as follows:
@@ -2321,7 +2332,8 @@ module Aws::WAFV2
2321
2332
  # Specifies whether this is for an Amazon CloudFront distribution or
2322
2333
  # for a regional application. A regional application can be an
2323
2334
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2324
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2335
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2336
+ # service.
2325
2337
  #
2326
2338
  # To work with CloudFront, you must also specify the Region US East
2327
2339
  # (N. Virginia) as follows:
@@ -2433,7 +2445,8 @@ module Aws::WAFV2
2433
2445
  # Specifies whether this is for an Amazon CloudFront distribution or
2434
2446
  # for a regional application. A regional application can be an
2435
2447
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2436
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2448
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2449
+ # service.
2437
2450
  #
2438
2451
  # To work with CloudFront, you must also specify the Region US East
2439
2452
  # (N. Virginia) as follows:
@@ -2506,7 +2519,8 @@ module Aws::WAFV2
2506
2519
  # Specifies whether this is for an Amazon CloudFront distribution or
2507
2520
  # for a regional application. A regional application can be an
2508
2521
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2509
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2522
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2523
+ # service.
2510
2524
  #
2511
2525
  # To work with CloudFront, you must also specify the Region US East
2512
2526
  # (N. Virginia) as follows:
@@ -2566,7 +2580,8 @@ module Aws::WAFV2
2566
2580
  # Specifies whether this is for an Amazon CloudFront distribution or
2567
2581
  # for a regional application. A regional application can be an
2568
2582
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2569
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2583
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2584
+ # service.
2570
2585
  #
2571
2586
  # To work with CloudFront, you must also specify the Region US East
2572
2587
  # (N. Virginia) as follows:
@@ -2636,7 +2651,8 @@ module Aws::WAFV2
2636
2651
  # Specifies whether this is for an Amazon CloudFront distribution or
2637
2652
  # for a regional application. A regional application can be an
2638
2653
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2639
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2654
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2655
+ # service.
2640
2656
  #
2641
2657
  # To work with CloudFront, you must also specify the Region US East
2642
2658
  # (N. Virginia) as follows:
@@ -2726,6 +2742,10 @@ module Aws::WAFV2
2726
2742
  #
2727
2743
  # * For an Amazon Cognito user pool:
2728
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
+ # `
2729
2749
  # @return [String]
2730
2750
  #
2731
2751
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLForResourceRequest AWS API Documentation
@@ -2758,7 +2778,8 @@ module Aws::WAFV2
2758
2778
  # Specifies whether this is for an Amazon CloudFront distribution or
2759
2779
  # for a regional application. A regional application can be an
2760
2780
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
2761
- # AppSync GraphQL API, or an Amazon Cognito user pool.
2781
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
2782
+ # service.
2762
2783
  #
2763
2784
  # To work with CloudFront, you must also specify the Region US East
2764
2785
  # (N. Virginia) as follows:
@@ -3516,7 +3537,8 @@ module Aws::WAFV2
3516
3537
  # Specifies whether this is for an Amazon CloudFront distribution or
3517
3538
  # for a regional application. A regional application can be an
3518
3539
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3519
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3540
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3541
+ # service.
3520
3542
  #
3521
3543
  # To work with CloudFront, you must also specify the Region US East
3522
3544
  # (N. Virginia) as follows:
@@ -3585,7 +3607,8 @@ module Aws::WAFV2
3585
3607
  # Specifies whether this is for an Amazon CloudFront distribution or
3586
3608
  # for a regional application. A regional application can be an
3587
3609
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3588
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3610
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3611
+ # service.
3589
3612
  #
3590
3613
  # To work with CloudFront, you must also specify the Region US East
3591
3614
  # (N. Virginia) as follows:
@@ -3645,7 +3668,8 @@ module Aws::WAFV2
3645
3668
  # Specifies whether this is for an Amazon CloudFront distribution or
3646
3669
  # for a regional application. A regional application can be an
3647
3670
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3648
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3671
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3672
+ # service.
3649
3673
  #
3650
3674
  # To work with CloudFront, you must also specify the Region US East
3651
3675
  # (N. Virginia) as follows:
@@ -3707,7 +3731,8 @@ module Aws::WAFV2
3707
3731
  # Specifies whether this is for an Amazon CloudFront distribution or
3708
3732
  # for a regional application. A regional application can be an
3709
3733
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3710
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3734
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3735
+ # service.
3711
3736
  #
3712
3737
  # To work with CloudFront, you must also specify the Region US East
3713
3738
  # (N. Virginia) as follows:
@@ -3767,7 +3792,8 @@ module Aws::WAFV2
3767
3792
  # Specifies whether this is for an Amazon CloudFront distribution or
3768
3793
  # for a regional application. A regional application can be an
3769
3794
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3770
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3795
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3796
+ # service.
3771
3797
  #
3772
3798
  # To work with CloudFront, you must also specify the Region US East
3773
3799
  # (N. Virginia) as follows:
@@ -3878,7 +3904,8 @@ module Aws::WAFV2
3878
3904
  # Specifies whether this is for an Amazon CloudFront distribution or
3879
3905
  # for a regional application. A regional application can be an
3880
3906
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3881
- # AppSync GraphQL API, or an Amazon Cognito user pool.
3907
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
3908
+ # service.
3882
3909
  #
3883
3910
  # To work with CloudFront, you must also specify the Region US East
3884
3911
  # (N. Virginia) as follows:
@@ -3941,8 +3968,8 @@ module Aws::WAFV2
3941
3968
  # @!attribute [rw] resource_type
3942
3969
  # Used for web ACLs that are scoped for regional applications. A
3943
3970
  # regional application can be an Application Load Balancer (ALB), an
3944
- # Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon
3945
- # Cognito user pool.
3971
+ # Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon
3972
+ # Cognito user pool, or an App Runner service.
3946
3973
  #
3947
3974
  # <note markdown="1"> If you don't provide a resource type, the call uses the resource
3948
3975
  # type `APPLICATION_LOAD_BALANCER`.
@@ -3978,7 +4005,8 @@ module Aws::WAFV2
3978
4005
  # Specifies whether this is for an Amazon CloudFront distribution or
3979
4006
  # for a regional application. A regional application can be an
3980
4007
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
3981
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4008
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4009
+ # service.
3982
4010
  #
3983
4011
  # To work with CloudFront, you must also specify the Region US East
3984
4012
  # (N. Virginia) as follows:
@@ -4088,7 +4116,8 @@ module Aws::WAFV2
4088
4116
  # Specifies whether this is for an Amazon CloudFront distribution or
4089
4117
  # for a regional application. A regional application can be an
4090
4118
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
4091
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4119
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4120
+ # service.
4092
4121
  #
4093
4122
  # To work with CloudFront, you must also specify the Region US East
4094
4123
  # (N. Virginia) as follows:
@@ -4203,7 +4232,7 @@ module Aws::WAFV2
4203
4232
  # @!attribute [rw] redacted_fields
4204
4233
  # The parts of the request that you want to keep out of the logs. For
4205
4234
  # example, if you redact the `SingleHeader` field, the `HEADER` field
4206
- # in the logs will be `xxx`.
4235
+ # in the logs will be `REDACTED`.
4207
4236
  #
4208
4237
  # <note markdown="1"> You can specify only the following fields for redaction: `UriPath`,
4209
4238
  # `QueryString`, `SingleHeader`, `Method`, and `JsonBody`.
@@ -4322,14 +4351,6 @@ module Aws::WAFV2
4322
4351
  # that protect CloudFront distributions, use this to also provide the
4323
4352
  # information about how your distribution responds to login requests.
4324
4353
  #
4325
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1,
4326
- # it's possible to configure response inspection through the APIs,
4327
- # but ATP response inspection will not be enabled. You can only use
4328
- # the response inspection capabilities of the ATP managed rule group
4329
- # in web ACLs that protect CloudFront distributions.
4330
- #
4331
- # </note>
4332
- #
4333
4354
  # This configuration replaces the individual configuration fields in
4334
4355
  # `ManagedRuleGroupConfig` and provides additional feature
4335
4356
  # configuration.
@@ -4939,7 +4960,8 @@ module Aws::WAFV2
4939
4960
  # Specifies whether this is for an Amazon CloudFront distribution or
4940
4961
  # for a regional application. A regional application can be an
4941
4962
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
4942
- # AppSync GraphQL API, or an Amazon Cognito user pool.
4963
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
4964
+ # service.
4943
4965
  #
4944
4966
  # To work with CloudFront, you must also specify the Region US East
4945
4967
  # (N. Virginia) as follows:
@@ -5470,14 +5492,6 @@ module Aws::WAFV2
5470
5492
  #
5471
5493
  # </note>
5472
5494
  #
5473
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5474
- # possible to configure response inspection through the APIs, but ATP
5475
- # response inspection will not be enabled. You can only use the response
5476
- # inspection capabilities of the ATP managed rule group in web ACLs that
5477
- # protect CloudFront distributions.
5478
- #
5479
- # </note>
5480
- #
5481
5495
  # This is part of the `AWSManagedRulesATPRuleSet` configuration in
5482
5496
  # `ManagedRuleGroupConfig`.
5483
5497
  #
@@ -5495,11 +5509,13 @@ module Aws::WAFV2
5495
5509
  # @return [Types::ResponseInspectionHeader]
5496
5510
  #
5497
5511
  # @!attribute [rw] body_contains
5498
- # 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.
5499
5514
  # @return [Types::ResponseInspectionBodyContains]
5500
5515
  #
5501
5516
  # @!attribute [rw] json
5502
- # 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.
5503
5519
  # @return [Types::ResponseInspectionJson]
5504
5520
  #
5505
5521
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ResponseInspection AWS API Documentation
@@ -5513,7 +5529,8 @@ module Aws::WAFV2
5513
5529
  include Aws::Structure
5514
5530
  end
5515
5531
 
5516
- # 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
5517
5534
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5518
5535
  #
5519
5536
  # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
@@ -5521,14 +5538,6 @@ module Aws::WAFV2
5521
5538
  #
5522
5539
  # </note>
5523
5540
  #
5524
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5525
- # possible to configure response inspection through the APIs, but ATP
5526
- # response inspection will not be enabled. You can only use the response
5527
- # inspection capabilities of the ATP managed rule group in web ACLs that
5528
- # protect CloudFront distributions.
5529
- #
5530
- # </note>
5531
- #
5532
5541
  # @!attribute [rw] success_strings
5533
5542
  # Strings in the body of the response that indicate a successful login
5534
5543
  # attempt. To be counted as a successful login, the string can be
@@ -5565,14 +5574,6 @@ module Aws::WAFV2
5565
5574
  #
5566
5575
  # </note>
5567
5576
  #
5568
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5569
- # possible to configure response inspection through the APIs, but ATP
5570
- # response inspection will not be enabled. You can only use the response
5571
- # inspection capabilities of the ATP managed rule group in web ACLs that
5572
- # protect CloudFront distributions.
5573
- #
5574
- # </note>
5575
- #
5576
5577
  # @!attribute [rw] name
5577
5578
  # The name of the header to match against. The name must be an exact
5578
5579
  # match, including case.
@@ -5609,7 +5610,8 @@ module Aws::WAFV2
5609
5610
  include Aws::Structure
5610
5611
  end
5611
5612
 
5612
- # 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
5613
5615
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5614
5616
  #
5615
5617
  # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
@@ -5617,14 +5619,6 @@ module Aws::WAFV2
5617
5619
  #
5618
5620
  # </note>
5619
5621
  #
5620
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5621
- # possible to configure response inspection through the APIs, but ATP
5622
- # response inspection will not be enabled. You can only use the response
5623
- # inspection capabilities of the ATP managed rule group in web ACLs that
5624
- # protect CloudFront distributions.
5625
- #
5626
- # </note>
5627
- #
5628
5622
  # @!attribute [rw] identifier
5629
5623
  # The identifier for the value to match against in the JSON. The
5630
5624
  # identifier must be an exact match, including case.
@@ -5668,14 +5662,6 @@ module Aws::WAFV2
5668
5662
  #
5669
5663
  # </note>
5670
5664
  #
5671
- # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5672
- # possible to configure response inspection through the APIs, but ATP
5673
- # response inspection will not be enabled. You can only use the response
5674
- # inspection capabilities of the ATP managed rule group in web ACLs that
5675
- # protect CloudFront distributions.
5676
- #
5677
- # </note>
5678
- #
5679
5665
  # @!attribute [rw] success_codes
5680
5666
  # Status codes in the response that indicate a successful login
5681
5667
  # attempt. To be counted as a successful login, the response status
@@ -6907,7 +6893,8 @@ module Aws::WAFV2
6907
6893
  # Specifies whether this is for an Amazon CloudFront distribution or
6908
6894
  # for a regional application. A regional application can be an
6909
6895
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
6910
- # AppSync GraphQL API, or an Amazon Cognito user pool.
6896
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
6897
+ # service.
6911
6898
  #
6912
6899
  # To work with CloudFront, you must also specify the Region US East
6913
6900
  # (N. Virginia) as follows:
@@ -7025,7 +7012,8 @@ module Aws::WAFV2
7025
7012
  # Specifies whether this is for an Amazon CloudFront distribution or
7026
7013
  # for a regional application. A regional application can be an
7027
7014
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7028
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7015
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7016
+ # service.
7029
7017
  #
7030
7018
  # To work with CloudFront, you must also specify the Region US East
7031
7019
  # (N. Virginia) as follows:
@@ -7123,7 +7111,8 @@ module Aws::WAFV2
7123
7111
  # Specifies whether this is for an Amazon CloudFront distribution or
7124
7112
  # for a regional application. A regional application can be an
7125
7113
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7126
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7114
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7115
+ # service.
7127
7116
  #
7128
7117
  # To work with CloudFront, you must also specify the Region US East
7129
7118
  # (N. Virginia) as follows:
@@ -7195,7 +7184,8 @@ module Aws::WAFV2
7195
7184
  # Specifies whether this is for an Amazon CloudFront distribution or
7196
7185
  # for a regional application. A regional application can be an
7197
7186
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7198
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7187
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7188
+ # service.
7199
7189
  #
7200
7190
  # To work with CloudFront, you must also specify the Region US East
7201
7191
  # (N. Virginia) as follows:
@@ -7299,7 +7289,8 @@ module Aws::WAFV2
7299
7289
  # Specifies whether this is for an Amazon CloudFront distribution or
7300
7290
  # for a regional application. A regional application can be an
7301
7291
  # Application Load Balancer (ALB), an Amazon API Gateway REST API, an
7302
- # AppSync GraphQL API, or an Amazon Cognito user pool.
7292
+ # AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner
7293
+ # service.
7303
7294
  #
7304
7295
  # To work with CloudFront, you must also specify the Region US East
7305
7296
  # (N. Virginia) as follows:
@@ -7880,7 +7871,7 @@ module Aws::WAFV2
7880
7871
  # can associate a web ACL with one or more Amazon Web Services resources
7881
7872
  # to protect. The resources can be an Amazon CloudFront distribution, an
7882
7873
  # Amazon API Gateway REST API, an Application Load Balancer, an AppSync
7883
- # GraphQL API, or an Amazon Cognito user pool.
7874
+ # GraphQL API, Amazon Cognito user pool, or an App Runner service.
7884
7875
  #
7885
7876
  # @!attribute [rw] name
7886
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.49.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.49.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-16 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