@aws-sdk/client-wafv2 3.319.0 → 3.323.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 +2 -2
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/WAFV2.d.ts +2 -2
- package/dist-types/WAFV2Client.d.ts +2 -2
- package/dist-types/commands/AssociateWebACLCommand.d.ts +1 -1
- package/dist-types/commands/CreateAPIKeyCommand.d.ts +4 -4
- package/dist-types/commands/CreateWebACLCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +1 -1
- package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +3 -0
- package/dist-types/commands/ListAPIKeysCommand.d.ts +3 -0
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebACLCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +58 -39
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +4 -4
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, Amazon Cognito user pool,
|
|
29
|
+
GraphQL API, Amazon Cognito user pool, App Runner service, or Amazon Web Services Verified Access instance. 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, an Amazon Cognito user pool,
|
|
42
|
+
A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
43
43
|
</li>
|
|
44
44
|
<li>
|
|
45
45
|
<p>For Amazon CloudFront applications, you must use the API endpoint listed for
|
|
@@ -676,6 +676,7 @@ exports.ResourceType = {
|
|
|
676
676
|
APPSYNC: "APPSYNC",
|
|
677
677
|
APP_RUNNER_SERVICE: "APP_RUNNER_SERVICE",
|
|
678
678
|
COGNITIO_USER_POOL: "COGNITO_USER_POOL",
|
|
679
|
+
VERIFIED_ACCESS_INSTANCE: "VERIFIED_ACCESS_INSTANCE",
|
|
679
680
|
};
|
|
680
681
|
class WAFLogDestinationPermissionIssueException extends WAFV2ServiceException_1.WAFV2ServiceException {
|
|
681
682
|
constructor(opts) {
|
|
@@ -658,6 +658,7 @@ export const ResourceType = {
|
|
|
658
658
|
APPSYNC: "APPSYNC",
|
|
659
659
|
APP_RUNNER_SERVICE: "APP_RUNNER_SERVICE",
|
|
660
660
|
COGNITIO_USER_POOL: "COGNITO_USER_POOL",
|
|
661
|
+
VERIFIED_ACCESS_INSTANCE: "VERIFIED_ACCESS_INSTANCE",
|
|
661
662
|
};
|
|
662
663
|
export class WAFLogDestinationPermissionIssueException extends __BaseException {
|
|
663
664
|
constructor(opts) {
|
package/dist-types/WAFV2.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ export interface WAFV2 {
|
|
|
377
377
|
* </note>
|
|
378
378
|
* <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
|
|
379
379
|
* requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
|
|
380
|
-
* GraphQL API, Amazon Cognito user pool,
|
|
380
|
+
* GraphQL API, Amazon Cognito user pool, App Runner service, or Amazon Web Services Verified Access instance. WAF also lets you control access to your content,
|
|
381
381
|
* to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
|
|
382
382
|
* you specify, such as the IP addresses that requests originate from or the values of query
|
|
383
383
|
* strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
|
|
@@ -390,7 +390,7 @@ export interface WAFV2 {
|
|
|
390
390
|
* <ul>
|
|
391
391
|
* <li>
|
|
392
392
|
* <p>For regional applications, you can use any of the endpoints in the list.
|
|
393
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool,
|
|
393
|
+
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
394
394
|
* </li>
|
|
395
395
|
* <li>
|
|
396
396
|
* <p>For Amazon CloudFront applications, you must use the API endpoint listed for
|
|
@@ -210,7 +210,7 @@ export interface WAFV2ClientResolvedConfig extends WAFV2ClientResolvedConfigType
|
|
|
210
210
|
* </note>
|
|
211
211
|
* <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
|
|
212
212
|
* requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
|
|
213
|
-
* GraphQL API, Amazon Cognito user pool,
|
|
213
|
+
* GraphQL API, Amazon Cognito user pool, App Runner service, or Amazon Web Services Verified Access instance. WAF also lets you control access to your content,
|
|
214
214
|
* to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
|
|
215
215
|
* you specify, such as the IP addresses that requests originate from or the values of query
|
|
216
216
|
* strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
|
|
@@ -223,7 +223,7 @@ export interface WAFV2ClientResolvedConfig extends WAFV2ClientResolvedConfigType
|
|
|
223
223
|
* <ul>
|
|
224
224
|
* <li>
|
|
225
225
|
* <p>For regional applications, you can use any of the endpoints in the list.
|
|
226
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool,
|
|
226
|
+
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
227
227
|
* </li>
|
|
228
228
|
* <li>
|
|
229
229
|
* <p>For Amazon CloudFront applications, you must use the API endpoint listed for
|
|
@@ -20,7 +20,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Associates a web ACL with a regional application resource, to protect the resource.
|
|
23
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool,
|
|
23
|
+
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
24
24
|
* <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
|
|
25
25
|
* associate a web ACL, in the CloudFront call <code>UpdateDistribution</code>, set the web ACL ID
|
|
26
26
|
* 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> in the <i>Amazon CloudFront Developer Guide</i>. </p>
|
|
@@ -19,11 +19,11 @@ export interface CreateAPIKeyCommandOutput extends CreateAPIKeyResponse, __Metad
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Creates an API key
|
|
23
|
-
*
|
|
22
|
+
* <p>Creates an API key that contains a set of token domains.</p>
|
|
23
|
+
* <p>API keys are required for the integration of the CAPTCHA API in your JavaScript client applications.
|
|
24
|
+
* The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users.
|
|
24
25
|
* For more information about the CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
25
|
-
* <p>
|
|
26
|
-
* You can use a single key for up to 5 domains. After you generate a key, you can copy it for use in your JavaScript
|
|
26
|
+
* <p>You can use a single key for up to 5 domains. After you generate a key, you can copy it for use in your JavaScript
|
|
27
27
|
* integration. </p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -20,7 +20,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates a <a>WebACL</a> per the specifications provided.</p>
|
|
23
|
-
* <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, an Amazon Cognito user pool,
|
|
23
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
26
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Disassociates the specified regional application resource from any existing web ACL
|
|
23
|
-
* 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, an Amazon Cognito user pool,
|
|
23
|
+
* 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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
24
24
|
* <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
|
|
25
25
|
* disassociate a web ACL, provide an empty web ACL ID in the CloudFront call
|
|
26
26
|
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a> in the <i>Amazon CloudFront API Reference</i>. </p>
|
|
@@ -20,6 +20,9 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Returns your API key in decrypted form. Use this to check the token domains that you have defined for the key. </p>
|
|
23
|
+
* <p>API keys are required for the integration of the CAPTCHA API in your JavaScript client applications.
|
|
24
|
+
* The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users.
|
|
25
|
+
* For more information about the CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -20,6 +20,9 @@ export interface ListAPIKeysCommandOutput extends ListAPIKeysResponse, __Metadat
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Retrieves a list of the API keys that you've defined for the specified scope. </p>
|
|
23
|
+
* <p>API keys are required for the integration of the CAPTCHA API in your JavaScript client applications.
|
|
24
|
+
* The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users.
|
|
25
|
+
* For more information about the CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -30,7 +30,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
|
|
|
30
30
|
* const client = new WAFV2Client(config);
|
|
31
31
|
* const input = { // ListResourcesForWebACLRequest
|
|
32
32
|
* WebACLArn: "STRING_VALUE", // required
|
|
33
|
-
* ResourceType: "APPLICATION_LOAD_BALANCER" || "API_GATEWAY" || "APPSYNC" || "COGNITO_USER_POOL" || "APP_RUNNER_SERVICE",
|
|
33
|
+
* ResourceType: "APPLICATION_LOAD_BALANCER" || "API_GATEWAY" || "APPSYNC" || "COGNITO_USER_POOL" || "APP_RUNNER_SERVICE" || "VERIFIED_ACCESS_INSTANCE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListResourcesForWebACLCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
@@ -38,7 +38,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
38
38
|
* </ol>
|
|
39
39
|
* </note>
|
|
40
40
|
* <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>
|
|
41
|
-
* <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, an Amazon Cognito user pool,
|
|
41
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
42
42
|
* @example
|
|
43
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
44
|
* ```javascript
|
|
@@ -2141,6 +2141,9 @@ export interface XssMatchStatement {
|
|
|
2141
2141
|
/**
|
|
2142
2142
|
* @public
|
|
2143
2143
|
* <p>Information for a single API key. </p>
|
|
2144
|
+
* <p>API keys are required for the integration of the CAPTCHA API in your JavaScript client applications.
|
|
2145
|
+
* The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users.
|
|
2146
|
+
* For more information about the CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
2144
2147
|
*/
|
|
2145
2148
|
export interface APIKeySummary {
|
|
2146
2149
|
/**
|
|
@@ -2149,7 +2152,6 @@ export interface APIKeySummary {
|
|
|
2149
2152
|
TokenDomains?: string[];
|
|
2150
2153
|
/**
|
|
2151
2154
|
* <p>The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration. </p>
|
|
2152
|
-
* <p>For information about how to use this in your CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
2153
2155
|
*/
|
|
2154
2156
|
APIKey?: string;
|
|
2155
2157
|
/**
|
|
@@ -2210,6 +2212,11 @@ export interface AssociateWebACLRequest {
|
|
|
2210
2212
|
* </code>
|
|
2211
2213
|
* </p>
|
|
2212
2214
|
* </li>
|
|
2215
|
+
* <li>
|
|
2216
|
+
* <p>For an Amazon Web Services Verified Access instance: <code>arn:<i>partition</i>:ec2:<i>region</i>:<i>account-id</i>:verified-access-instance/<i>instance-id</i>
|
|
2217
|
+
* </code>
|
|
2218
|
+
* </p>
|
|
2219
|
+
* </li>
|
|
2213
2220
|
* </ul>
|
|
2214
2221
|
*/
|
|
2215
2222
|
ResourceArn: string | undefined;
|
|
@@ -2637,7 +2644,7 @@ export declare class WAFSubscriptionNotFoundException extends __BaseException {
|
|
|
2637
2644
|
*/
|
|
2638
2645
|
export interface CreateAPIKeyRequest {
|
|
2639
2646
|
/**
|
|
2640
|
-
* <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, an Amazon Cognito user pool,
|
|
2647
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
2641
2648
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
2642
2649
|
* <ul>
|
|
2643
2650
|
* <li>
|
|
@@ -2651,6 +2658,9 @@ export interface CreateAPIKeyRequest {
|
|
|
2651
2658
|
Scope: Scope | string | undefined;
|
|
2652
2659
|
/**
|
|
2653
2660
|
* <p>The client application domains that you want to use this API key for. </p>
|
|
2661
|
+
* <p>Example JSON: <code>"TokenDomains": ["abc.com", "store.abc.com"]</code>
|
|
2662
|
+
* </p>
|
|
2663
|
+
* <p>Public suffixes aren't allowed. For example, you can't use <code>usa.gov</code> or <code>co.uk</code> as token domains.</p>
|
|
2654
2664
|
*/
|
|
2655
2665
|
TokenDomains: string[] | undefined;
|
|
2656
2666
|
}
|
|
@@ -2660,7 +2670,6 @@ export interface CreateAPIKeyRequest {
|
|
|
2660
2670
|
export interface CreateAPIKeyResponse {
|
|
2661
2671
|
/**
|
|
2662
2672
|
* <p>The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration. </p>
|
|
2663
|
-
* <p>For information about how to use this in your CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
2664
2673
|
*/
|
|
2665
2674
|
APIKey?: string;
|
|
2666
2675
|
}
|
|
@@ -2711,7 +2720,7 @@ export interface CreateIPSetRequest {
|
|
|
2711
2720
|
*/
|
|
2712
2721
|
Name: string | undefined;
|
|
2713
2722
|
/**
|
|
2714
|
-
* <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, an Amazon Cognito user pool,
|
|
2723
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
2715
2724
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
2716
2725
|
* <ul>
|
|
2717
2726
|
* <li>
|
|
@@ -2885,7 +2894,7 @@ export interface CreateRegexPatternSetRequest {
|
|
|
2885
2894
|
*/
|
|
2886
2895
|
Name: string | undefined;
|
|
2887
2896
|
/**
|
|
2888
|
-
* <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, an Amazon Cognito user pool,
|
|
2897
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
2889
2898
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
2890
2899
|
* <ul>
|
|
2891
2900
|
* <li>
|
|
@@ -3119,7 +3128,7 @@ export interface DeleteIPSetRequest {
|
|
|
3119
3128
|
*/
|
|
3120
3129
|
Name: string | undefined;
|
|
3121
3130
|
/**
|
|
3122
|
-
* <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, an Amazon Cognito user pool,
|
|
3131
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3123
3132
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3124
3133
|
* <ul>
|
|
3125
3134
|
* <li>
|
|
@@ -3198,7 +3207,7 @@ export interface DeleteRegexPatternSetRequest {
|
|
|
3198
3207
|
*/
|
|
3199
3208
|
Name: string | undefined;
|
|
3200
3209
|
/**
|
|
3201
|
-
* <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, an Amazon Cognito user pool,
|
|
3210
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3202
3211
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3203
3212
|
* <ul>
|
|
3204
3213
|
* <li>
|
|
@@ -3233,7 +3242,7 @@ export interface DeleteRuleGroupRequest {
|
|
|
3233
3242
|
*/
|
|
3234
3243
|
Name: string | undefined;
|
|
3235
3244
|
/**
|
|
3236
|
-
* <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, an Amazon Cognito user pool,
|
|
3245
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3237
3246
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3238
3247
|
* <ul>
|
|
3239
3248
|
* <li>
|
|
@@ -3268,7 +3277,7 @@ export interface DeleteWebACLRequest {
|
|
|
3268
3277
|
*/
|
|
3269
3278
|
Name: string | undefined;
|
|
3270
3279
|
/**
|
|
3271
|
-
* <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, an Amazon Cognito user pool,
|
|
3280
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3272
3281
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3273
3282
|
* <ul>
|
|
3274
3283
|
* <li>
|
|
@@ -3307,7 +3316,7 @@ export interface DescribeManagedRuleGroupRequest {
|
|
|
3307
3316
|
*/
|
|
3308
3317
|
Name: string | undefined;
|
|
3309
3318
|
/**
|
|
3310
|
-
* <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, an Amazon Cognito user pool,
|
|
3319
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3311
3320
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3312
3321
|
* <ul>
|
|
3313
3322
|
* <li>
|
|
@@ -3453,6 +3462,11 @@ export interface DisassociateWebACLRequest {
|
|
|
3453
3462
|
* </code>
|
|
3454
3463
|
* </p>
|
|
3455
3464
|
* </li>
|
|
3465
|
+
* <li>
|
|
3466
|
+
* <p>For an Amazon Web Services Verified Access instance: <code>arn:<i>partition</i>:ec2:<i>region</i>:<i>account-id</i>:verified-access-instance/<i>instance-id</i>
|
|
3467
|
+
* </code>
|
|
3468
|
+
* </p>
|
|
3469
|
+
* </li>
|
|
3456
3470
|
* </ul>
|
|
3457
3471
|
*/
|
|
3458
3472
|
ResourceArn: string | undefined;
|
|
@@ -3502,7 +3516,7 @@ export interface GenerateMobileSdkReleaseUrlResponse {
|
|
|
3502
3516
|
*/
|
|
3503
3517
|
export interface GetDecryptedAPIKeyRequest {
|
|
3504
3518
|
/**
|
|
3505
|
-
* <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, an Amazon Cognito user pool,
|
|
3519
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3506
3520
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3507
3521
|
* <ul>
|
|
3508
3522
|
* <li>
|
|
@@ -3541,7 +3555,7 @@ export interface GetIPSetRequest {
|
|
|
3541
3555
|
*/
|
|
3542
3556
|
Name: string | undefined;
|
|
3543
3557
|
/**
|
|
3544
|
-
* <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, an Amazon Cognito user pool,
|
|
3558
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3545
3559
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3546
3560
|
* <ul>
|
|
3547
3561
|
* <li>
|
|
@@ -3827,7 +3841,7 @@ export interface GetManagedRuleSetRequest {
|
|
|
3827
3841
|
*/
|
|
3828
3842
|
Name: string | undefined;
|
|
3829
3843
|
/**
|
|
3830
|
-
* <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, an Amazon Cognito user pool,
|
|
3844
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
3831
3845
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
3832
3846
|
* <ul>
|
|
3833
3847
|
* <li>
|
|
@@ -4028,7 +4042,7 @@ export interface GetPermissionPolicyResponse {
|
|
|
4028
4042
|
*/
|
|
4029
4043
|
export interface GetRateBasedStatementManagedKeysRequest {
|
|
4030
4044
|
/**
|
|
4031
|
-
* <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, an Amazon Cognito user pool,
|
|
4045
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4032
4046
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4033
4047
|
* <ul>
|
|
4034
4048
|
* <li>
|
|
@@ -4096,7 +4110,7 @@ export interface GetRegexPatternSetRequest {
|
|
|
4096
4110
|
*/
|
|
4097
4111
|
Name: string | undefined;
|
|
4098
4112
|
/**
|
|
4099
|
-
* <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, an Amazon Cognito user pool,
|
|
4113
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4100
4114
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4101
4115
|
* <ul>
|
|
4102
4116
|
* <li>
|
|
@@ -4163,7 +4177,7 @@ export interface GetRuleGroupRequest {
|
|
|
4163
4177
|
*/
|
|
4164
4178
|
Name?: string;
|
|
4165
4179
|
/**
|
|
4166
|
-
* <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, an Amazon Cognito user pool,
|
|
4180
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4167
4181
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4168
4182
|
* <ul>
|
|
4169
4183
|
* <li>
|
|
@@ -4234,7 +4248,7 @@ export interface GetSampledRequestsRequest {
|
|
|
4234
4248
|
*/
|
|
4235
4249
|
RuleMetricName: string | undefined;
|
|
4236
4250
|
/**
|
|
4237
|
-
* <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, an Amazon Cognito user pool,
|
|
4251
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4238
4252
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4239
4253
|
* <ul>
|
|
4240
4254
|
* <li>
|
|
@@ -4485,7 +4499,7 @@ export interface GetWebACLRequest {
|
|
|
4485
4499
|
*/
|
|
4486
4500
|
Name: string | undefined;
|
|
4487
4501
|
/**
|
|
4488
|
-
* <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, an Amazon Cognito user pool,
|
|
4502
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4489
4503
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4490
4504
|
* <ul>
|
|
4491
4505
|
* <li>
|
|
@@ -4535,6 +4549,11 @@ export interface GetWebACLForResourceRequest {
|
|
|
4535
4549
|
* </code>
|
|
4536
4550
|
* </p>
|
|
4537
4551
|
* </li>
|
|
4552
|
+
* <li>
|
|
4553
|
+
* <p>For an Amazon Web Services Verified Access instance: <code>arn:<i>partition</i>:ec2:<i>region</i>:<i>account-id</i>:verified-access-instance/<i>instance-id</i>
|
|
4554
|
+
* </code>
|
|
4555
|
+
* </p>
|
|
4556
|
+
* </li>
|
|
4538
4557
|
* </ul>
|
|
4539
4558
|
*/
|
|
4540
4559
|
ResourceArn: string | undefined;
|
|
@@ -4544,7 +4563,7 @@ export interface GetWebACLForResourceRequest {
|
|
|
4544
4563
|
*/
|
|
4545
4564
|
export interface ListAPIKeysRequest {
|
|
4546
4565
|
/**
|
|
4547
|
-
* <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, an Amazon Cognito user pool,
|
|
4566
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4548
4567
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4549
4568
|
* <ul>
|
|
4550
4569
|
* <li>
|
|
@@ -4585,7 +4604,6 @@ export interface ListAPIKeysResponse {
|
|
|
4585
4604
|
APIKeySummaries?: APIKeySummary[];
|
|
4586
4605
|
/**
|
|
4587
4606
|
* <p>The CAPTCHA application integration URL, for use in your JavaScript implementation. </p>
|
|
4588
|
-
* <p>For information about how to use this in your CAPTCHA JavaScript integration, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
|
|
4589
4607
|
*/
|
|
4590
4608
|
ApplicationIntegrationURL?: string;
|
|
4591
4609
|
}
|
|
@@ -4594,7 +4612,7 @@ export interface ListAPIKeysResponse {
|
|
|
4594
4612
|
*/
|
|
4595
4613
|
export interface ListAvailableManagedRuleGroupsRequest {
|
|
4596
4614
|
/**
|
|
4597
|
-
* <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, an Amazon Cognito user pool,
|
|
4615
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4598
4616
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4599
4617
|
* <ul>
|
|
4600
4618
|
* <li>
|
|
@@ -4670,7 +4688,7 @@ export interface ListAvailableManagedRuleGroupVersionsRequest {
|
|
|
4670
4688
|
*/
|
|
4671
4689
|
Name: string | undefined;
|
|
4672
4690
|
/**
|
|
4673
|
-
* <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, an Amazon Cognito user pool,
|
|
4691
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4674
4692
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4675
4693
|
* <ul>
|
|
4676
4694
|
* <li>
|
|
@@ -4734,7 +4752,7 @@ export interface ListAvailableManagedRuleGroupVersionsResponse {
|
|
|
4734
4752
|
*/
|
|
4735
4753
|
export interface ListIPSetsRequest {
|
|
4736
4754
|
/**
|
|
4737
|
-
* <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, an Amazon Cognito user pool,
|
|
4755
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4738
4756
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4739
4757
|
* <ul>
|
|
4740
4758
|
* <li>
|
|
@@ -4779,7 +4797,7 @@ export interface ListIPSetsResponse {
|
|
|
4779
4797
|
*/
|
|
4780
4798
|
export interface ListLoggingConfigurationsRequest {
|
|
4781
4799
|
/**
|
|
4782
|
-
* <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, an Amazon Cognito user pool,
|
|
4800
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4783
4801
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4784
4802
|
* <ul>
|
|
4785
4803
|
* <li>
|
|
@@ -4824,7 +4842,7 @@ export interface ListLoggingConfigurationsResponse {
|
|
|
4824
4842
|
*/
|
|
4825
4843
|
export interface ListManagedRuleSetsRequest {
|
|
4826
4844
|
/**
|
|
4827
|
-
* <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, an Amazon Cognito user pool,
|
|
4845
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4828
4846
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4829
4847
|
* <ul>
|
|
4830
4848
|
* <li>
|
|
@@ -4967,7 +4985,7 @@ export interface ListMobileSdkReleasesResponse {
|
|
|
4967
4985
|
*/
|
|
4968
4986
|
export interface ListRegexPatternSetsRequest {
|
|
4969
4987
|
/**
|
|
4970
|
-
* <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, an Amazon Cognito user pool,
|
|
4988
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
4971
4989
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
4972
4990
|
* <ul>
|
|
4973
4991
|
* <li>
|
|
@@ -5017,6 +5035,7 @@ export declare const ResourceType: {
|
|
|
5017
5035
|
readonly APPSYNC: "APPSYNC";
|
|
5018
5036
|
readonly APP_RUNNER_SERVICE: "APP_RUNNER_SERVICE";
|
|
5019
5037
|
readonly COGNITIO_USER_POOL: "COGNITO_USER_POOL";
|
|
5038
|
+
readonly VERIFIED_ACCESS_INSTANCE: "VERIFIED_ACCESS_INSTANCE";
|
|
5020
5039
|
};
|
|
5021
5040
|
/**
|
|
5022
5041
|
* @public
|
|
@@ -5032,7 +5051,7 @@ export interface ListResourcesForWebACLRequest {
|
|
|
5032
5051
|
WebACLArn: string | undefined;
|
|
5033
5052
|
/**
|
|
5034
5053
|
* <p>Used for web ACLs that are scoped for regional applications.
|
|
5035
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool,
|
|
5054
|
+
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5036
5055
|
* <note>
|
|
5037
5056
|
* <p>If you don't provide a resource type, the call uses the resource type <code>APPLICATION_LOAD_BALANCER</code>. </p>
|
|
5038
5057
|
* </note>
|
|
@@ -5055,7 +5074,7 @@ export interface ListResourcesForWebACLResponse {
|
|
|
5055
5074
|
*/
|
|
5056
5075
|
export interface ListRuleGroupsRequest {
|
|
5057
5076
|
/**
|
|
5058
|
-
* <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, an Amazon Cognito user pool,
|
|
5077
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5059
5078
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5060
5079
|
* <ul>
|
|
5061
5080
|
* <li>
|
|
@@ -5159,7 +5178,7 @@ export interface ListTagsForResourceResponse {
|
|
|
5159
5178
|
*/
|
|
5160
5179
|
export interface ListWebACLsRequest {
|
|
5161
5180
|
/**
|
|
5162
|
-
* <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, an Amazon Cognito user pool,
|
|
5181
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5163
5182
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5164
5183
|
* <ul>
|
|
5165
5184
|
* <li>
|
|
@@ -5282,7 +5301,7 @@ export interface PutManagedRuleSetVersionsRequest {
|
|
|
5282
5301
|
*/
|
|
5283
5302
|
Name: string | undefined;
|
|
5284
5303
|
/**
|
|
5285
|
-
* <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, an Amazon Cognito user pool,
|
|
5304
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5286
5305
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5287
5306
|
* <ul>
|
|
5288
5307
|
* <li>
|
|
@@ -5445,7 +5464,7 @@ export interface UpdateIPSetRequest {
|
|
|
5445
5464
|
*/
|
|
5446
5465
|
Name: string | undefined;
|
|
5447
5466
|
/**
|
|
5448
|
-
* <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, an Amazon Cognito user pool,
|
|
5467
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5449
5468
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5450
5469
|
* <ul>
|
|
5451
5470
|
* <li>
|
|
@@ -5528,7 +5547,7 @@ export interface UpdateManagedRuleSetVersionExpiryDateRequest {
|
|
|
5528
5547
|
*/
|
|
5529
5548
|
Name: string | undefined;
|
|
5530
5549
|
/**
|
|
5531
|
-
* <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, an Amazon Cognito user pool,
|
|
5550
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5532
5551
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5533
5552
|
* <ul>
|
|
5534
5553
|
* <li>
|
|
@@ -5586,7 +5605,7 @@ export interface UpdateRegexPatternSetRequest {
|
|
|
5586
5605
|
*/
|
|
5587
5606
|
Name: string | undefined;
|
|
5588
5607
|
/**
|
|
5589
|
-
* <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, an Amazon Cognito user pool,
|
|
5608
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
5590
5609
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
5591
5610
|
* <ul>
|
|
5592
5611
|
* <li>
|
|
@@ -6029,7 +6048,7 @@ export interface FirewallManagerRuleGroup {
|
|
|
6029
6048
|
*/
|
|
6030
6049
|
export interface CheckCapacityRequest {
|
|
6031
6050
|
/**
|
|
6032
|
-
* <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, an Amazon Cognito user pool,
|
|
6051
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6033
6052
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
6034
6053
|
* <ul>
|
|
6035
6054
|
* <li>
|
|
@@ -6056,7 +6075,7 @@ export interface CreateRuleGroupRequest {
|
|
|
6056
6075
|
*/
|
|
6057
6076
|
Name: string | undefined;
|
|
6058
6077
|
/**
|
|
6059
|
-
* <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, an Amazon Cognito user pool,
|
|
6078
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6060
6079
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
6061
6080
|
* <ul>
|
|
6062
6081
|
* <li>
|
|
@@ -6121,7 +6140,7 @@ export interface CreateWebACLRequest {
|
|
|
6121
6140
|
*/
|
|
6122
6141
|
Name: string | undefined;
|
|
6123
6142
|
/**
|
|
6124
|
-
* <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, an Amazon Cognito user pool,
|
|
6143
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6125
6144
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
6126
6145
|
* <ul>
|
|
6127
6146
|
* <li>
|
|
@@ -6282,7 +6301,7 @@ export interface UpdateRuleGroupRequest {
|
|
|
6282
6301
|
*/
|
|
6283
6302
|
Name: string | undefined;
|
|
6284
6303
|
/**
|
|
6285
|
-
* <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, an Amazon Cognito user pool,
|
|
6304
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6286
6305
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
6287
6306
|
* <ul>
|
|
6288
6307
|
* <li>
|
|
@@ -6336,7 +6355,7 @@ export interface UpdateWebACLRequest {
|
|
|
6336
6355
|
*/
|
|
6337
6356
|
Name: string | undefined;
|
|
6338
6357
|
/**
|
|
6339
|
-
* <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, an Amazon Cognito user pool,
|
|
6358
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6340
6359
|
* <p>To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: </p>
|
|
6341
6360
|
* <ul>
|
|
6342
6361
|
* <li>
|
|
@@ -6424,7 +6443,7 @@ export interface GetRuleGroupResponse {
|
|
|
6424
6443
|
}
|
|
6425
6444
|
/**
|
|
6426
6445
|
* @public
|
|
6427
|
-
* <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, an Amazon Cognito user pool,
|
|
6446
|
+
* <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, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
|
|
6428
6447
|
*/
|
|
6429
6448
|
export interface WebACL {
|
|
6430
6449
|
/**
|
|
@@ -1341,6 +1341,7 @@ export declare const ResourceType: {
|
|
|
1341
1341
|
readonly APPSYNC: "APPSYNC";
|
|
1342
1342
|
readonly APP_RUNNER_SERVICE: "APP_RUNNER_SERVICE";
|
|
1343
1343
|
readonly COGNITIO_USER_POOL: "COGNITO_USER_POOL";
|
|
1344
|
+
readonly VERIFIED_ACCESS_INSTANCE: "VERIFIED_ACCESS_INSTANCE";
|
|
1344
1345
|
};
|
|
1345
1346
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1346
1347
|
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.
|
|
4
|
+
"version": "3.323.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.321.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.321.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.316.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|