@aws-sdk/client-wafv2 3.276.0 → 3.278.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapt
26
26
  </note>
27
27
  <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
28
28
  requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
29
- GraphQL API, or Amazon Cognito user pool. WAF also lets you control access to your content,
29
+ GraphQL API, Amazon Cognito user pool, or App Runner service. WAF also lets you control access to your content,
30
30
  to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
31
31
  you specify, such as the IP addresses that requests originate from or the values of query
32
32
  strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
@@ -39,7 +39,7 @@ Guide</a>.</p>
39
39
  <ul>
40
40
  <li>
41
41
  <p>For regional applications, you can use any of the endpoints in the list.
42
- A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
42
+ A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
43
43
  </li>
44
44
  <li>
45
45
  <p>For Amazon CloudFront applications, you must use the API endpoint listed for
@@ -693,6 +693,7 @@ var ResourceType;
693
693
  ResourceType["API_GATEWAY"] = "API_GATEWAY";
694
694
  ResourceType["APPLICATION_LOAD_BALANCER"] = "APPLICATION_LOAD_BALANCER";
695
695
  ResourceType["APPSYNC"] = "APPSYNC";
696
+ ResourceType["APP_RUNNER_SERVICE"] = "APP_RUNNER_SERVICE";
696
697
  ResourceType["COGNITIO_USER_POOL"] = "COGNITO_USER_POOL";
697
698
  })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
698
699
  class WAFLogDestinationPermissionIssueException extends WAFV2ServiceException_1.WAFV2ServiceException {
@@ -671,6 +671,7 @@ export var ResourceType;
671
671
  ResourceType["API_GATEWAY"] = "API_GATEWAY";
672
672
  ResourceType["APPLICATION_LOAD_BALANCER"] = "APPLICATION_LOAD_BALANCER";
673
673
  ResourceType["APPSYNC"] = "APPSYNC";
674
+ ResourceType["APP_RUNNER_SERVICE"] = "APP_RUNNER_SERVICE";
674
675
  ResourceType["COGNITIO_USER_POOL"] = "COGNITO_USER_POOL";
675
676
  })(ResourceType || (ResourceType = {}));
676
677
  export class WAFLogDestinationPermissionIssueException extends __BaseException {
@@ -65,7 +65,7 @@ import { WAFV2Client } from "./WAFV2Client";
65
65
  * </note>
66
66
  * <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
67
67
  * requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
68
- * GraphQL API, or Amazon Cognito user pool. WAF also lets you control access to your content,
68
+ * GraphQL API, Amazon Cognito user pool, or App Runner service. WAF also lets you control access to your content,
69
69
  * to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
70
70
  * you specify, such as the IP addresses that requests originate from or the values of query
71
71
  * strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
@@ -78,7 +78,7 @@ import { WAFV2Client } from "./WAFV2Client";
78
78
  * <ul>
79
79
  * <li>
80
80
  * <p>For regional applications, you can use any of the endpoints in the list.
81
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
81
+ * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
82
82
  * </li>
83
83
  * <li>
84
84
  * <p>For Amazon CloudFront applications, you must use the API endpoint listed for
@@ -111,7 +111,7 @@ import { WAFV2Client } from "./WAFV2Client";
111
111
  export declare class WAFV2 extends WAFV2Client {
112
112
  /**
113
113
  * <p>Associates a web ACL with a regional application resource, to protect the resource.
114
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
114
+ * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
115
115
  * <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
116
116
  * associate a web ACL, in the CloudFront call <code>UpdateDistribution</code>, set the web ACL ID
117
117
  * to the Amazon Resource Name (ARN) of the web ACL. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
@@ -162,7 +162,7 @@ export declare class WAFV2 extends WAFV2Client {
162
162
  createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
163
163
  /**
164
164
  * <p>Creates a <a>WebACL</a> per the specifications provided.</p>
165
- * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
165
+ * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
166
166
  */
167
167
  createWebACL(args: CreateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebACLCommandOutput>;
168
168
  createWebACL(args: CreateWebACLCommandInput, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
@@ -253,7 +253,7 @@ export declare class WAFV2 extends WAFV2Client {
253
253
  describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void): void;
254
254
  /**
255
255
  * <p>Disassociates the specified regional application resource from any existing web ACL
256
- * association. A resource can have at most one web ACL association. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
256
+ * association. A resource can have at most one web ACL association. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
257
257
  * <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
258
258
  * disassociate a web ACL, provide an empty web ACL ID in the CloudFront call
259
259
  * <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
@@ -664,7 +664,7 @@ export declare class WAFV2 extends WAFV2Client {
664
664
  * </ol>
665
665
  * </note>
666
666
  * <p>When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.</p>
667
- * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
667
+ * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
668
668
  */
669
669
  updateWebACL(args: UpdateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebACLCommandOutput>;
670
670
  updateWebACL(args: UpdateWebACLCommandInput, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
@@ -187,7 +187,7 @@ export interface WAFV2ClientResolvedConfig extends WAFV2ClientResolvedConfigType
187
187
  * </note>
188
188
  * <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
189
189
  * requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
190
- * GraphQL API, or Amazon Cognito user pool. WAF also lets you control access to your content,
190
+ * GraphQL API, Amazon Cognito user pool, or App Runner service. WAF also lets you control access to your content,
191
191
  * to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
192
192
  * you specify, such as the IP addresses that requests originate from or the values of query
193
193
  * strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
@@ -200,7 +200,7 @@ export interface WAFV2ClientResolvedConfig extends WAFV2ClientResolvedConfigType
200
200
  * <ul>
201
201
  * <li>
202
202
  * <p>For regional applications, you can use any of the endpoints in the list.
203
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
203
+ * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
204
204
  * </li>
205
205
  * <li>
206
206
  * <p>For Amazon CloudFront applications, you must use the API endpoint listed for
@@ -9,7 +9,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
9
9
  }
10
10
  /**
11
11
  * <p>Associates a web ACL with a regional application resource, to protect the resource.
12
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
12
+ * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
13
13
  * <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
14
14
  * associate a web ACL, in the CloudFront call <code>UpdateDistribution</code>, set the web ACL ID
15
15
  * to the Amazon Resource Name (ARN) of the web ACL. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
@@ -9,7 +9,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
9
9
  }
10
10
  /**
11
11
  * <p>Creates a <a>WebACL</a> per the specifications provided.</p>
12
- * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
12
+ * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -9,7 +9,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
9
9
  }
10
10
  /**
11
11
  * <p>Disassociates the specified regional application resource from any existing web ACL
12
- * association. A resource can have at most one web ACL association. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
12
+ * association. A resource can have at most one web ACL association. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
13
13
  * <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
14
14
  * disassociate a web ACL, provide an empty web ACL ID in the CloudFront call
15
15
  * <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
@@ -27,7 +27,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
27
27
  * </ol>
28
28
  * </note>
29
29
  * <p>When you make changes to web ACLs or web ACL components, like rules and rule groups, WAF propagates the changes everywhere that the web ACL and its components are stored and used. Your changes are applied within seconds, but there might be a brief period of inconsistency when the changes have arrived in some places and not in others. So, for example, if you change a rule action setting, the action might be the old action in one area and the new action in another area. Or if you add an IP address to an IP set used in a blocking rule, the new address might briefly be blocked in one area while still allowed in another. This temporary inconsistency can occur when you first associate a web ACL with an Amazon Web Services resource and when you change a web ACL that is already associated with a resource. Generally, any inconsistencies of this type last only a few seconds.</p>
30
- * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
30
+ * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -1396,13 +1396,10 @@ export interface RequestInspection {
1396
1396
  PasswordField: PasswordField | undefined;
1397
1397
  }
1398
1398
  /**
1399
- * <p>Configures inspection of the response body. This is part of the <code>ResponseInspection</code> configuration for <code>AWSManagedRulesATPRuleSet</code>. </p>
1399
+ * <p>Configures inspection of the response body. WAF can inspect the first 65,536 bytes (64 KB) of the response body. This is part of the <code>ResponseInspection</code> configuration for <code>AWSManagedRulesATPRuleSet</code>. </p>
1400
1400
  * <note>
1401
1401
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1402
1402
  * </note>
1403
- * <note>
1404
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1405
- * </note>
1406
1403
  */
1407
1404
  export interface ResponseInspectionBodyContains {
1408
1405
  /**
@@ -1423,9 +1420,6 @@ export interface ResponseInspectionBodyContains {
1423
1420
  * <note>
1424
1421
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1425
1422
  * </note>
1426
- * <note>
1427
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1428
- * </note>
1429
1423
  */
1430
1424
  export interface ResponseInspectionHeader {
1431
1425
  /**
@@ -1448,13 +1442,10 @@ export interface ResponseInspectionHeader {
1448
1442
  FailureValues: string[] | undefined;
1449
1443
  }
1450
1444
  /**
1451
- * <p>Configures inspection of the response JSON. This is part of the <code>ResponseInspection</code> configuration for <code>AWSManagedRulesATPRuleSet</code>. </p>
1445
+ * <p>Configures inspection of the response JSON. WAF can inspect the first 65,536 bytes (64 KB) of the response JSON. This is part of the <code>ResponseInspection</code> configuration for <code>AWSManagedRulesATPRuleSet</code>. </p>
1452
1446
  * <note>
1453
1447
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1454
1448
  * </note>
1455
- * <note>
1456
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1457
- * </note>
1458
1449
  */
1459
1450
  export interface ResponseInspectionJson {
1460
1451
  /**
@@ -1481,9 +1472,6 @@ export interface ResponseInspectionJson {
1481
1472
  * <note>
1482
1473
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1483
1474
  * </note>
1484
- * <note>
1485
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1486
- * </note>
1487
1475
  */
1488
1476
  export interface ResponseInspectionStatusCode {
1489
1477
  /**
@@ -1506,9 +1494,6 @@ export interface ResponseInspectionStatusCode {
1506
1494
  * <note>
1507
1495
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1508
1496
  * </note>
1509
- * <note>
1510
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1511
- * </note>
1512
1497
  * <p>This is part of the <code>AWSManagedRulesATPRuleSet</code> configuration in <code>ManagedRuleGroupConfig</code>.</p>
1513
1498
  * <p>Enable login response inspection by configuring exactly one component of the response to inspect. You can't configure more than one. If you don't configure any of the response inspection options, response inspection is disabled. </p>
1514
1499
  */
@@ -1522,11 +1507,11 @@ export interface ResponseInspection {
1522
1507
  */
1523
1508
  Header?: ResponseInspectionHeader;
1524
1509
  /**
1525
- * <p>Configures inspection of the response body. </p>
1510
+ * <p>Configures inspection of the response body. WAF can inspect the first 65,536 bytes (64 KB) of the response body. </p>
1526
1511
  */
1527
1512
  BodyContains?: ResponseInspectionBodyContains;
1528
1513
  /**
1529
- * <p>Configures inspection of the response JSON. </p>
1514
+ * <p>Configures inspection of the response JSON. WAF can inspect the first 65,536 bytes (64 KB) of the response JSON. </p>
1530
1515
  */
1531
1516
  Json?: ResponseInspectionJson;
1532
1517
  }
@@ -1552,9 +1537,6 @@ export interface AWSManagedRulesATPRuleSet {
1552
1537
  * <note>
1553
1538
  * <p>Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.</p>
1554
1539
  * </note>
1555
- * <note>
1556
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1557
- * </note>
1558
1540
  */
1559
1541
  ResponseInspection?: ResponseInspection;
1560
1542
  }
@@ -1628,9 +1610,6 @@ export interface ManagedRuleGroupConfig {
1628
1610
  * <p>Additional configuration for using the account takeover prevention (ATP) managed rule group, <code>AWSManagedRulesATPRuleSet</code>.
1629
1611
  * Use this to provide login request information to the rule group. For web ACLs that protect CloudFront distributions, use this to also provide
1630
1612
  * the information about how your distribution responds to login requests. </p>
1631
- * <note>
1632
- * <p>For regional web ACLs in Region US East (N. Virginia) us-east-1, it's possible to configure response inspection through the APIs, but ATP response inspection will not be enabled. You can only use the response inspection capabilities of the ATP managed rule group in web ACLs that protect CloudFront distributions.</p>
1633
- * </note>
1634
1613
  * <p>This configuration replaces the individual configuration fields in <code>ManagedRuleGroupConfig</code> and provides additional feature configuration. </p>
1635
1614
  * <p>For information
1636
1615
  * about using the ATP managed rule group, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-atp.html">WAF Fraud Control account takeover prevention (ATP) rule group</a>
@@ -1994,6 +1973,11 @@ export interface AssociateWebACLRequest {
1994
1973
  * </code>
1995
1974
  * </p>
1996
1975
  * </li>
1976
+ * <li>
1977
+ * <p>For an App Runner service: <code>arn:aws:apprunner:<i>region</i>:<i>account-id</i>:service/<i>apprunner-service-name</i>/<i>apprunner-service-id</i>
1978
+ * </code>
1979
+ * </p>
1980
+ * </li>
1997
1981
  * </ul>
1998
1982
  */
1999
1983
  ResourceArn: string | undefined;
@@ -2365,7 +2349,7 @@ export interface CreateIPSetRequest {
2365
2349
  */
2366
2350
  Name: string | undefined;
2367
2351
  /**
2368
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2352
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2369
2353
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2370
2354
  * <ul>
2371
2355
  * <li>
@@ -2527,7 +2511,7 @@ export interface CreateRegexPatternSetRequest {
2527
2511
  */
2528
2512
  Name: string | undefined;
2529
2513
  /**
2530
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2514
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2531
2515
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2532
2516
  * <ul>
2533
2517
  * <li>
@@ -2729,7 +2713,7 @@ export interface DeleteIPSetRequest {
2729
2713
  */
2730
2714
  Name: string | undefined;
2731
2715
  /**
2732
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2716
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2733
2717
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2734
2718
  * <ul>
2735
2719
  * <li>
@@ -2789,7 +2773,7 @@ export interface DeleteRegexPatternSetRequest {
2789
2773
  */
2790
2774
  Name: string | undefined;
2791
2775
  /**
2792
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2776
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2793
2777
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2794
2778
  * <ul>
2795
2779
  * <li>
@@ -2818,7 +2802,7 @@ export interface DeleteRuleGroupRequest {
2818
2802
  */
2819
2803
  Name: string | undefined;
2820
2804
  /**
2821
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2805
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2822
2806
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2823
2807
  * <ul>
2824
2808
  * <li>
@@ -2847,7 +2831,7 @@ export interface DeleteWebACLRequest {
2847
2831
  */
2848
2832
  Name: string | undefined;
2849
2833
  /**
2850
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2834
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2851
2835
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2852
2836
  * <ul>
2853
2837
  * <li>
@@ -2880,7 +2864,7 @@ export interface DescribeManagedRuleGroupRequest {
2880
2864
  */
2881
2865
  Name: string | undefined;
2882
2866
  /**
2883
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
2867
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
2884
2868
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
2885
2869
  * <ul>
2886
2870
  * <li>
@@ -3010,6 +2994,11 @@ export interface DisassociateWebACLRequest {
3010
2994
  * </code>
3011
2995
  * </p>
3012
2996
  * </li>
2997
+ * <li>
2998
+ * <p>For an App Runner service: <code>arn:aws:apprunner:<i>region</i>:<i>account-id</i>:service/<i>apprunner-service-name</i>/<i>apprunner-service-id</i>
2999
+ * </code>
3000
+ * </p>
3001
+ * </li>
3013
3002
  * </ul>
3014
3003
  */
3015
3004
  ResourceArn: string | undefined;
@@ -3043,7 +3032,7 @@ export interface GetIPSetRequest {
3043
3032
  */
3044
3033
  Name: string | undefined;
3045
3034
  /**
3046
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3035
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3047
3036
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3048
3037
  * <ul>
3049
3038
  * <li>
@@ -3261,7 +3250,7 @@ export interface LoggingConfiguration {
3261
3250
  /**
3262
3251
  * <p>The parts of the request that you want to keep out of the logs. For example, if you
3263
3252
  * redact the <code>SingleHeader</code> field, the <code>HEADER</code> field in the logs will
3264
- * be <code>xxx</code>. </p>
3253
+ * be <code>REDACTED</code>. </p>
3265
3254
  * <note>
3266
3255
  * <p>You can specify only the following fields for redaction: <code>UriPath</code>,
3267
3256
  * <code>QueryString</code>, <code>SingleHeader</code>, <code>Method</code>, and
@@ -3295,7 +3284,7 @@ export interface GetManagedRuleSetRequest {
3295
3284
  */
3296
3285
  Name: string | undefined;
3297
3286
  /**
3298
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3287
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3299
3288
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3300
3289
  * <ul>
3301
3290
  * <li>
@@ -3475,7 +3464,7 @@ export interface GetPermissionPolicyResponse {
3475
3464
  }
3476
3465
  export interface GetRateBasedStatementManagedKeysRequest {
3477
3466
  /**
3478
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3467
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3479
3468
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3480
3469
  * <ul>
3481
3470
  * <li>
@@ -3536,7 +3525,7 @@ export interface GetRegexPatternSetRequest {
3536
3525
  */
3537
3526
  Name: string | undefined;
3538
3527
  /**
3539
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3528
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3540
3529
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3541
3530
  * <ul>
3542
3531
  * <li>
@@ -3596,7 +3585,7 @@ export interface GetRuleGroupRequest {
3596
3585
  */
3597
3586
  Name?: string;
3598
3587
  /**
3599
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3588
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3600
3589
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3601
3590
  * <ul>
3602
3591
  * <li>
@@ -3663,7 +3652,7 @@ export interface GetSampledRequestsRequest {
3663
3652
  */
3664
3653
  RuleMetricName: string | undefined;
3665
3654
  /**
3666
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3655
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3667
3656
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3668
3657
  * <ul>
3669
3658
  * <li>
@@ -3895,7 +3884,7 @@ export interface GetWebACLRequest {
3895
3884
  */
3896
3885
  Name: string | undefined;
3897
3886
  /**
3898
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3887
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3899
3888
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3900
3889
  * <ul>
3901
3890
  * <li>
@@ -3937,13 +3926,18 @@ export interface GetWebACLForResourceRequest {
3937
3926
  * </code>
3938
3927
  * </p>
3939
3928
  * </li>
3929
+ * <li>
3930
+ * <p>For an App Runner service: <code>arn:aws:apprunner:<i>region</i>:<i>account-id</i>:service/<i>apprunner-service-name</i>/<i>apprunner-service-id</i>
3931
+ * </code>
3932
+ * </p>
3933
+ * </li>
3940
3934
  * </ul>
3941
3935
  */
3942
3936
  ResourceArn: string | undefined;
3943
3937
  }
3944
3938
  export interface ListAvailableManagedRuleGroupsRequest {
3945
3939
  /**
3946
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
3940
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
3947
3941
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
3948
3942
  * <ul>
3949
3943
  * <li>
@@ -4012,7 +4006,7 @@ export interface ListAvailableManagedRuleGroupVersionsRequest {
4012
4006
  */
4013
4007
  Name: string | undefined;
4014
4008
  /**
4015
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4009
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4016
4010
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4017
4011
  * <ul>
4018
4012
  * <li>
@@ -4069,7 +4063,7 @@ export interface ListAvailableManagedRuleGroupVersionsResponse {
4069
4063
  }
4070
4064
  export interface ListIPSetsRequest {
4071
4065
  /**
4072
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4066
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4073
4067
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4074
4068
  * <ul>
4075
4069
  * <li>
@@ -4109,7 +4103,7 @@ export interface ListIPSetsResponse {
4109
4103
  }
4110
4104
  export interface ListLoggingConfigurationsRequest {
4111
4105
  /**
4112
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4106
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4113
4107
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4114
4108
  * <ul>
4115
4109
  * <li>
@@ -4148,7 +4142,7 @@ export interface ListLoggingConfigurationsResponse {
4148
4142
  }
4149
4143
  export interface ListManagedRuleSetsRequest {
4150
4144
  /**
4151
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4145
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4152
4146
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4153
4147
  * <ul>
4154
4148
  * <li>
@@ -4277,7 +4271,7 @@ export interface ListMobileSdkReleasesResponse {
4277
4271
  }
4278
4272
  export interface ListRegexPatternSetsRequest {
4279
4273
  /**
4280
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4274
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4281
4275
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4282
4276
  * <ul>
4283
4277
  * <li>
@@ -4318,6 +4312,7 @@ export declare enum ResourceType {
4318
4312
  API_GATEWAY = "API_GATEWAY",
4319
4313
  APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER",
4320
4314
  APPSYNC = "APPSYNC",
4315
+ APP_RUNNER_SERVICE = "APP_RUNNER_SERVICE",
4321
4316
  COGNITIO_USER_POOL = "COGNITO_USER_POOL"
4322
4317
  }
4323
4318
  export interface ListResourcesForWebACLRequest {
@@ -4327,7 +4322,7 @@ export interface ListResourcesForWebACLRequest {
4327
4322
  WebACLArn: string | undefined;
4328
4323
  /**
4329
4324
  * <p>Used for web ACLs that are scoped for regional applications.
4330
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4325
+ * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4331
4326
  * <note>
4332
4327
  * <p>If you don't provide a resource type, the call uses the resource type <code>APPLICATION_LOAD_BALANCER</code>. </p>
4333
4328
  * </note>
@@ -4344,7 +4339,7 @@ export interface ListResourcesForWebACLResponse {
4344
4339
  }
4345
4340
  export interface ListRuleGroupsRequest {
4346
4341
  /**
4347
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4342
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4348
4343
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4349
4344
  * <ul>
4350
4345
  * <li>
@@ -4435,7 +4430,7 @@ export interface ListTagsForResourceResponse {
4435
4430
  }
4436
4431
  export interface ListWebACLsRequest {
4437
4432
  /**
4438
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4433
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4439
4434
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4440
4435
  * <ul>
4441
4436
  * <li>
@@ -4543,7 +4538,7 @@ export interface PutManagedRuleSetVersionsRequest {
4543
4538
  */
4544
4539
  Name: string | undefined;
4545
4540
  /**
4546
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4541
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4547
4542
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4548
4543
  * <ul>
4549
4544
  * <li>
@@ -4681,7 +4676,7 @@ export interface UpdateIPSetRequest {
4681
4676
  */
4682
4677
  Name: string | undefined;
4683
4678
  /**
4684
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4679
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4685
4680
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4686
4681
  * <ul>
4687
4682
  * <li>
@@ -4758,7 +4753,7 @@ export interface UpdateManagedRuleSetVersionExpiryDateRequest {
4758
4753
  */
4759
4754
  Name: string | undefined;
4760
4755
  /**
4761
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4756
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4762
4757
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4763
4758
  * <ul>
4764
4759
  * <li>
@@ -4810,7 +4805,7 @@ export interface UpdateRegexPatternSetRequest {
4810
4805
  */
4811
4806
  Name: string | undefined;
4812
4807
  /**
4813
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
4808
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
4814
4809
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
4815
4810
  * <ul>
4816
4811
  * <li>
@@ -5238,7 +5233,7 @@ export interface FirewallManagerRuleGroup {
5238
5233
  }
5239
5234
  export interface CheckCapacityRequest {
5240
5235
  /**
5241
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5236
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
5242
5237
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
5243
5238
  * <ul>
5244
5239
  * <li>
@@ -5262,7 +5257,7 @@ export interface CreateRuleGroupRequest {
5262
5257
  */
5263
5258
  Name: string | undefined;
5264
5259
  /**
5265
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5260
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
5266
5261
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
5267
5262
  * <ul>
5268
5263
  * <li>
@@ -5323,7 +5318,7 @@ export interface CreateWebACLRequest {
5323
5318
  */
5324
5319
  Name: string | undefined;
5325
5320
  /**
5326
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5321
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
5327
5322
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
5328
5323
  * <ul>
5329
5324
  * <li>
@@ -5470,7 +5465,7 @@ export interface UpdateRuleGroupRequest {
5470
5465
  */
5471
5466
  Name: string | undefined;
5472
5467
  /**
5473
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5468
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
5474
5469
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
5475
5470
  * <ul>
5476
5471
  * <li>
@@ -5520,7 +5515,7 @@ export interface UpdateWebACLRequest {
5520
5515
  */
5521
5516
  Name: string | undefined;
5522
5517
  /**
5523
- * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5518
+ * <p>Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
5524
5519
  * <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
5525
5520
  * <ul>
5526
5521
  * <li>
@@ -5595,7 +5590,7 @@ export interface GetRuleGroupResponse {
5595
5590
  LockToken?: string;
5596
5591
  }
5597
5592
  /**
5598
- * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>
5593
+ * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
5599
5594
  */
5600
5595
  export interface WebACL {
5601
5596
  /**
@@ -1247,6 +1247,7 @@ export declare enum ResourceType {
1247
1247
  API_GATEWAY = "API_GATEWAY",
1248
1248
  APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER",
1249
1249
  APPSYNC = "APPSYNC",
1250
+ APP_RUNNER_SERVICE = "APP_RUNNER_SERVICE",
1250
1251
  COGNITIO_USER_POOL = "COGNITO_USER_POOL",
1251
1252
  }
1252
1253
  export interface ListResourcesForWebACLRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.276.0",
4
+ "version": "3.278.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,15 +20,15 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.276.0",
23
+ "@aws-sdk/client-sts": "3.278.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.272.0",
25
+ "@aws-sdk/credential-provider-node": "3.278.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
29
  "@aws-sdk/middleware-content-length": "3.272.0",
30
30
  "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.272.0",
31
+ "@aws-sdk/middleware-host-header": "3.278.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
34
  "@aws-sdk/middleware-retry": "3.272.0",