@aws-sdk/client-wafv2 3.305.0 → 3.306.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 +1 -1
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/protocols/Aws_json1_1.js +0 -47
- package/dist-es/models/models_0.js +0 -10
- package/dist-es/protocols/Aws_json1_1.js +0 -47
- package/dist-types/WAFV2.d.ts +11 -13
- package/dist-types/WAFV2Client.d.ts +1 -1
- package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -2
- package/dist-types/commands/CheckCapacityCommand.d.ts +2 -2
- package/dist-types/commands/CreateWebACLCommand.d.ts +1 -8
- package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -4
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -2
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebACLCommand.d.ts +1 -8
- package/dist-types/models/models_0.d.ts +136 -239
- package/dist-types/ts3.4/models/models_0.d.ts +0 -23
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -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,
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WAFInvalidPermissionPolicyException = exports.WAFServiceLinkedRoleErrorException = exports.WAFLogDestinationPermissionIssueException = exports.ResourceType = exports.FailureReason = exports.FilterRequirement = exports.FilterBehavior = exports.Platform = exports.WAFAssociatedItemException = exports.WAFConfigurationWarningException = exports.ResponseContentType = exports.WAFTagOperationInternalErrorException = exports.WAFTagOperationException = exports.WAFOptimisticLockException = exports.WAFDuplicateItemException = exports.IPAddressVersion = exports.WAFSubscriptionNotFoundException = exports.WAFLimitsExceededException = exports.WAFInvalidResourceException = exports.WAFExpiredManagedRuleGroupVersionException = exports.Scope = exports.
|
|
3
|
+
exports.WAFInvalidPermissionPolicyException = exports.WAFServiceLinkedRoleErrorException = exports.WAFLogDestinationPermissionIssueException = exports.ResourceType = exports.FailureReason = exports.FilterRequirement = exports.FilterBehavior = exports.Platform = exports.WAFAssociatedItemException = exports.WAFConfigurationWarningException = exports.ResponseContentType = exports.WAFTagOperationInternalErrorException = exports.WAFTagOperationException = exports.WAFOptimisticLockException = exports.WAFDuplicateItemException = exports.IPAddressVersion = exports.WAFSubscriptionNotFoundException = exports.WAFLimitsExceededException = exports.WAFInvalidResourceException = exports.WAFExpiredManagedRuleGroupVersionException = exports.Scope = exports.WAFUnavailableEntityException = exports.WAFNonexistentItemException = exports.WAFInvalidParameterException = exports.ParameterExceptionField = exports.WAFInvalidOperationException = exports.WAFInternalErrorException = exports.SensitivityLevel = exports.ComparisonOperator = exports.RateBasedStatementAggregateKeyType = exports.InspectionLevel = exports.PayloadType = exports.LabelMatchScope = exports.ForwardedIPPosition = exports.FallbackBehavior = exports.CountryCode = exports.TextTransformationType = exports.PositionalConstraint = exports.JsonMatchScope = exports.BodyParsingFallbackBehavior = exports.MapMatchScope = exports.OversizeHandling = exports.ActionValue = void 0;
|
|
4
4
|
const WAFV2ServiceException_1 = require("./WAFV2ServiceException");
|
|
5
5
|
exports.ActionValue = {
|
|
6
6
|
ALLOW: "ALLOW",
|
|
@@ -349,9 +349,6 @@ exports.SensitivityLevel = {
|
|
|
349
349
|
HIGH: "HIGH",
|
|
350
350
|
LOW: "LOW",
|
|
351
351
|
};
|
|
352
|
-
exports.AssociatedResourceType = {
|
|
353
|
-
CLOUDFRONT: "CLOUDFRONT",
|
|
354
|
-
};
|
|
355
352
|
class WAFInternalErrorException extends WAFV2ServiceException_1.WAFV2ServiceException {
|
|
356
353
|
constructor(opts) {
|
|
357
354
|
super({
|
|
@@ -383,7 +380,6 @@ exports.WAFInvalidOperationException = WAFInvalidOperationException;
|
|
|
383
380
|
exports.ParameterExceptionField = {
|
|
384
381
|
AND_STATEMENT: "AND_STATEMENT",
|
|
385
382
|
ASSOCIABLE_RESOURCE: "ASSOCIABLE_RESOURCE",
|
|
386
|
-
ASSOCIATED_RESOURCE_TYPE: "ASSOCIATED_RESOURCE_TYPE",
|
|
387
383
|
ATP_RULE_SET_RESPONSE_INSPECTION: "ATP_RULE_SET_RESPONSE_INSPECTION",
|
|
388
384
|
BODY_PARSING_FALLBACK_BEHAVIOR: "BODY_PARSING_FALLBACK_BEHAVIOR",
|
|
389
385
|
BYTE_MATCH_STATEMENT: "BYTE_MATCH_STATEMENT",
|
|
@@ -493,12 +489,6 @@ class WAFUnavailableEntityException extends WAFV2ServiceException_1.WAFV2Service
|
|
|
493
489
|
}
|
|
494
490
|
}
|
|
495
491
|
exports.WAFUnavailableEntityException = WAFUnavailableEntityException;
|
|
496
|
-
exports.SizeInspectionLimit = {
|
|
497
|
-
KB_16: "KB_16",
|
|
498
|
-
KB_32: "KB_32",
|
|
499
|
-
KB_48: "KB_48",
|
|
500
|
-
KB_64: "KB_64",
|
|
501
|
-
};
|
|
502
492
|
exports.Scope = {
|
|
503
493
|
CLOUDFRONT: "CLOUDFRONT",
|
|
504
494
|
REGIONAL: "REGIONAL",
|
|
@@ -2963,11 +2963,6 @@ const serializeAws_json1_1AssociateWebACLRequest = (input, context) => {
|
|
|
2963
2963
|
...(input.WebACLArn != null && { WebACLArn: input.WebACLArn }),
|
|
2964
2964
|
};
|
|
2965
2965
|
};
|
|
2966
|
-
const serializeAws_json1_1AssociationConfig = (input, context) => {
|
|
2967
|
-
return {
|
|
2968
|
-
...(input.RequestBody != null && { RequestBody: serializeAws_json1_1RequestBody(input.RequestBody, context) }),
|
|
2969
|
-
};
|
|
2970
|
-
};
|
|
2971
2966
|
const serializeAws_json1_1AWSManagedRulesATPRuleSet = (input, context) => {
|
|
2972
2967
|
return {
|
|
2973
2968
|
...(input.LoginPath != null && { LoginPath: input.LoginPath }),
|
|
@@ -3137,9 +3132,6 @@ const serializeAws_json1_1CreateRuleGroupRequest = (input, context) => {
|
|
|
3137
3132
|
};
|
|
3138
3133
|
const serializeAws_json1_1CreateWebACLRequest = (input, context) => {
|
|
3139
3134
|
return {
|
|
3140
|
-
...(input.AssociationConfig != null && {
|
|
3141
|
-
AssociationConfig: serializeAws_json1_1AssociationConfig(input.AssociationConfig, context),
|
|
3142
|
-
}),
|
|
3143
3135
|
...(input.CaptchaConfig != null && {
|
|
3144
3136
|
CaptchaConfig: serializeAws_json1_1CaptchaConfig(input.CaptchaConfig, context),
|
|
3145
3137
|
}),
|
|
@@ -3769,20 +3761,6 @@ const serializeAws_json1_1RegularExpressionList = (input, context) => {
|
|
|
3769
3761
|
return serializeAws_json1_1Regex(entry, context);
|
|
3770
3762
|
});
|
|
3771
3763
|
};
|
|
3772
|
-
const serializeAws_json1_1RequestBody = (input, context) => {
|
|
3773
|
-
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
3774
|
-
if (value === null) {
|
|
3775
|
-
return acc;
|
|
3776
|
-
}
|
|
3777
|
-
acc[key] = serializeAws_json1_1RequestBodyAssociatedResourceTypeConfig(value, context);
|
|
3778
|
-
return acc;
|
|
3779
|
-
}, {});
|
|
3780
|
-
};
|
|
3781
|
-
const serializeAws_json1_1RequestBodyAssociatedResourceTypeConfig = (input, context) => {
|
|
3782
|
-
return {
|
|
3783
|
-
...(input.DefaultSizeInspectionLimit != null && { DefaultSizeInspectionLimit: input.DefaultSizeInspectionLimit }),
|
|
3784
|
-
};
|
|
3785
|
-
};
|
|
3786
3764
|
const serializeAws_json1_1RequestInspection = (input, context) => {
|
|
3787
3765
|
return {
|
|
3788
3766
|
...(input.PasswordField != null && {
|
|
@@ -4152,9 +4130,6 @@ const serializeAws_json1_1UpdateRuleGroupRequest = (input, context) => {
|
|
|
4152
4130
|
};
|
|
4153
4131
|
const serializeAws_json1_1UpdateWebACLRequest = (input, context) => {
|
|
4154
4132
|
return {
|
|
4155
|
-
...(input.AssociationConfig != null && {
|
|
4156
|
-
AssociationConfig: serializeAws_json1_1AssociationConfig(input.AssociationConfig, context),
|
|
4157
|
-
}),
|
|
4158
4133
|
...(input.CaptchaConfig != null && {
|
|
4159
4134
|
CaptchaConfig: serializeAws_json1_1CaptchaConfig(input.CaptchaConfig, context),
|
|
4160
4135
|
}),
|
|
@@ -4243,11 +4218,6 @@ const deserializeAws_json1_1AndStatement = (output, context) => {
|
|
|
4243
4218
|
const deserializeAws_json1_1AssociateWebACLResponse = (output, context) => {
|
|
4244
4219
|
return {};
|
|
4245
4220
|
};
|
|
4246
|
-
const deserializeAws_json1_1AssociationConfig = (output, context) => {
|
|
4247
|
-
return {
|
|
4248
|
-
RequestBody: output.RequestBody != null ? deserializeAws_json1_1RequestBody(output.RequestBody, context) : undefined,
|
|
4249
|
-
};
|
|
4250
|
-
};
|
|
4251
4221
|
const deserializeAws_json1_1AWSManagedRulesATPRuleSet = (output, context) => {
|
|
4252
4222
|
return {
|
|
4253
4223
|
LoginPath: (0, smithy_client_1.expectString)(output.LoginPath),
|
|
@@ -5288,20 +5258,6 @@ const deserializeAws_json1_1ReleaseSummary = (output, context) => {
|
|
|
5288
5258
|
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp))) : undefined,
|
|
5289
5259
|
};
|
|
5290
5260
|
};
|
|
5291
|
-
const deserializeAws_json1_1RequestBody = (output, context) => {
|
|
5292
|
-
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
5293
|
-
if (value === null) {
|
|
5294
|
-
return acc;
|
|
5295
|
-
}
|
|
5296
|
-
acc[key] = deserializeAws_json1_1RequestBodyAssociatedResourceTypeConfig(value, context);
|
|
5297
|
-
return acc;
|
|
5298
|
-
}, {});
|
|
5299
|
-
};
|
|
5300
|
-
const deserializeAws_json1_1RequestBodyAssociatedResourceTypeConfig = (output, context) => {
|
|
5301
|
-
return {
|
|
5302
|
-
DefaultSizeInspectionLimit: (0, smithy_client_1.expectString)(output.DefaultSizeInspectionLimit),
|
|
5303
|
-
};
|
|
5304
|
-
};
|
|
5305
5261
|
const deserializeAws_json1_1RequestInspection = (output, context) => {
|
|
5306
5262
|
return {
|
|
5307
5263
|
PasswordField: output.PasswordField != null ? deserializeAws_json1_1PasswordField(output.PasswordField, context) : undefined,
|
|
@@ -5901,9 +5857,6 @@ const deserializeAws_json1_1WAFUnavailableEntityException = (output, context) =>
|
|
|
5901
5857
|
const deserializeAws_json1_1WebACL = (output, context) => {
|
|
5902
5858
|
return {
|
|
5903
5859
|
ARN: (0, smithy_client_1.expectString)(output.ARN),
|
|
5904
|
-
AssociationConfig: output.AssociationConfig != null
|
|
5905
|
-
? deserializeAws_json1_1AssociationConfig(output.AssociationConfig, context)
|
|
5906
|
-
: undefined,
|
|
5907
5860
|
Capacity: (0, smithy_client_1.expectLong)(output.Capacity),
|
|
5908
5861
|
CaptchaConfig: output.CaptchaConfig != null ? deserializeAws_json1_1CaptchaConfig(output.CaptchaConfig, context) : undefined,
|
|
5909
5862
|
ChallengeConfig: output.ChallengeConfig != null
|
|
@@ -346,9 +346,6 @@ export const SensitivityLevel = {
|
|
|
346
346
|
HIGH: "HIGH",
|
|
347
347
|
LOW: "LOW",
|
|
348
348
|
};
|
|
349
|
-
export const AssociatedResourceType = {
|
|
350
|
-
CLOUDFRONT: "CLOUDFRONT",
|
|
351
|
-
};
|
|
352
349
|
export class WAFInternalErrorException extends __BaseException {
|
|
353
350
|
constructor(opts) {
|
|
354
351
|
super({
|
|
@@ -378,7 +375,6 @@ export class WAFInvalidOperationException extends __BaseException {
|
|
|
378
375
|
export const ParameterExceptionField = {
|
|
379
376
|
AND_STATEMENT: "AND_STATEMENT",
|
|
380
377
|
ASSOCIABLE_RESOURCE: "ASSOCIABLE_RESOURCE",
|
|
381
|
-
ASSOCIATED_RESOURCE_TYPE: "ASSOCIATED_RESOURCE_TYPE",
|
|
382
378
|
ATP_RULE_SET_RESPONSE_INSPECTION: "ATP_RULE_SET_RESPONSE_INSPECTION",
|
|
383
379
|
BODY_PARSING_FALLBACK_BEHAVIOR: "BODY_PARSING_FALLBACK_BEHAVIOR",
|
|
384
380
|
BYTE_MATCH_STATEMENT: "BYTE_MATCH_STATEMENT",
|
|
@@ -485,12 +481,6 @@ export class WAFUnavailableEntityException extends __BaseException {
|
|
|
485
481
|
this.Message = opts.Message;
|
|
486
482
|
}
|
|
487
483
|
}
|
|
488
|
-
export const SizeInspectionLimit = {
|
|
489
|
-
KB_16: "KB_16",
|
|
490
|
-
KB_32: "KB_32",
|
|
491
|
-
KB_48: "KB_48",
|
|
492
|
-
KB_64: "KB_64",
|
|
493
|
-
};
|
|
494
484
|
export const Scope = {
|
|
495
485
|
CLOUDFRONT: "CLOUDFRONT",
|
|
496
486
|
REGIONAL: "REGIONAL",
|
|
@@ -2863,11 +2863,6 @@ const serializeAws_json1_1AssociateWebACLRequest = (input, context) => {
|
|
|
2863
2863
|
...(input.WebACLArn != null && { WebACLArn: input.WebACLArn }),
|
|
2864
2864
|
};
|
|
2865
2865
|
};
|
|
2866
|
-
const serializeAws_json1_1AssociationConfig = (input, context) => {
|
|
2867
|
-
return {
|
|
2868
|
-
...(input.RequestBody != null && { RequestBody: serializeAws_json1_1RequestBody(input.RequestBody, context) }),
|
|
2869
|
-
};
|
|
2870
|
-
};
|
|
2871
2866
|
const serializeAws_json1_1AWSManagedRulesATPRuleSet = (input, context) => {
|
|
2872
2867
|
return {
|
|
2873
2868
|
...(input.LoginPath != null && { LoginPath: input.LoginPath }),
|
|
@@ -3037,9 +3032,6 @@ const serializeAws_json1_1CreateRuleGroupRequest = (input, context) => {
|
|
|
3037
3032
|
};
|
|
3038
3033
|
const serializeAws_json1_1CreateWebACLRequest = (input, context) => {
|
|
3039
3034
|
return {
|
|
3040
|
-
...(input.AssociationConfig != null && {
|
|
3041
|
-
AssociationConfig: serializeAws_json1_1AssociationConfig(input.AssociationConfig, context),
|
|
3042
|
-
}),
|
|
3043
3035
|
...(input.CaptchaConfig != null && {
|
|
3044
3036
|
CaptchaConfig: serializeAws_json1_1CaptchaConfig(input.CaptchaConfig, context),
|
|
3045
3037
|
}),
|
|
@@ -3669,20 +3661,6 @@ const serializeAws_json1_1RegularExpressionList = (input, context) => {
|
|
|
3669
3661
|
return serializeAws_json1_1Regex(entry, context);
|
|
3670
3662
|
});
|
|
3671
3663
|
};
|
|
3672
|
-
const serializeAws_json1_1RequestBody = (input, context) => {
|
|
3673
|
-
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
3674
|
-
if (value === null) {
|
|
3675
|
-
return acc;
|
|
3676
|
-
}
|
|
3677
|
-
acc[key] = serializeAws_json1_1RequestBodyAssociatedResourceTypeConfig(value, context);
|
|
3678
|
-
return acc;
|
|
3679
|
-
}, {});
|
|
3680
|
-
};
|
|
3681
|
-
const serializeAws_json1_1RequestBodyAssociatedResourceTypeConfig = (input, context) => {
|
|
3682
|
-
return {
|
|
3683
|
-
...(input.DefaultSizeInspectionLimit != null && { DefaultSizeInspectionLimit: input.DefaultSizeInspectionLimit }),
|
|
3684
|
-
};
|
|
3685
|
-
};
|
|
3686
3664
|
const serializeAws_json1_1RequestInspection = (input, context) => {
|
|
3687
3665
|
return {
|
|
3688
3666
|
...(input.PasswordField != null && {
|
|
@@ -4052,9 +4030,6 @@ const serializeAws_json1_1UpdateRuleGroupRequest = (input, context) => {
|
|
|
4052
4030
|
};
|
|
4053
4031
|
const serializeAws_json1_1UpdateWebACLRequest = (input, context) => {
|
|
4054
4032
|
return {
|
|
4055
|
-
...(input.AssociationConfig != null && {
|
|
4056
|
-
AssociationConfig: serializeAws_json1_1AssociationConfig(input.AssociationConfig, context),
|
|
4057
|
-
}),
|
|
4058
4033
|
...(input.CaptchaConfig != null && {
|
|
4059
4034
|
CaptchaConfig: serializeAws_json1_1CaptchaConfig(input.CaptchaConfig, context),
|
|
4060
4035
|
}),
|
|
@@ -4143,11 +4118,6 @@ const deserializeAws_json1_1AndStatement = (output, context) => {
|
|
|
4143
4118
|
const deserializeAws_json1_1AssociateWebACLResponse = (output, context) => {
|
|
4144
4119
|
return {};
|
|
4145
4120
|
};
|
|
4146
|
-
const deserializeAws_json1_1AssociationConfig = (output, context) => {
|
|
4147
|
-
return {
|
|
4148
|
-
RequestBody: output.RequestBody != null ? deserializeAws_json1_1RequestBody(output.RequestBody, context) : undefined,
|
|
4149
|
-
};
|
|
4150
|
-
};
|
|
4151
4121
|
const deserializeAws_json1_1AWSManagedRulesATPRuleSet = (output, context) => {
|
|
4152
4122
|
return {
|
|
4153
4123
|
LoginPath: __expectString(output.LoginPath),
|
|
@@ -5188,20 +5158,6 @@ const deserializeAws_json1_1ReleaseSummary = (output, context) => {
|
|
|
5188
5158
|
Timestamp: output.Timestamp != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Timestamp))) : undefined,
|
|
5189
5159
|
};
|
|
5190
5160
|
};
|
|
5191
|
-
const deserializeAws_json1_1RequestBody = (output, context) => {
|
|
5192
|
-
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
5193
|
-
if (value === null) {
|
|
5194
|
-
return acc;
|
|
5195
|
-
}
|
|
5196
|
-
acc[key] = deserializeAws_json1_1RequestBodyAssociatedResourceTypeConfig(value, context);
|
|
5197
|
-
return acc;
|
|
5198
|
-
}, {});
|
|
5199
|
-
};
|
|
5200
|
-
const deserializeAws_json1_1RequestBodyAssociatedResourceTypeConfig = (output, context) => {
|
|
5201
|
-
return {
|
|
5202
|
-
DefaultSizeInspectionLimit: __expectString(output.DefaultSizeInspectionLimit),
|
|
5203
|
-
};
|
|
5204
|
-
};
|
|
5205
5161
|
const deserializeAws_json1_1RequestInspection = (output, context) => {
|
|
5206
5162
|
return {
|
|
5207
5163
|
PasswordField: output.PasswordField != null ? deserializeAws_json1_1PasswordField(output.PasswordField, context) : undefined,
|
|
@@ -5801,9 +5757,6 @@ const deserializeAws_json1_1WAFUnavailableEntityException = (output, context) =>
|
|
|
5801
5757
|
const deserializeAws_json1_1WebACL = (output, context) => {
|
|
5802
5758
|
return {
|
|
5803
5759
|
ARN: __expectString(output.ARN),
|
|
5804
|
-
AssociationConfig: output.AssociationConfig != null
|
|
5805
|
-
? deserializeAws_json1_1AssociationConfig(output.AssociationConfig, context)
|
|
5806
|
-
: undefined,
|
|
5807
5760
|
Capacity: __expectLong(output.Capacity),
|
|
5808
5761
|
CaptchaConfig: output.CaptchaConfig != null ? deserializeAws_json1_1CaptchaConfig(output.CaptchaConfig, context) : undefined,
|
|
5809
5762
|
ChallengeConfig: output.ChallengeConfig != null
|
package/dist-types/WAFV2.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ import { WAFV2Client } from "./WAFV2Client";
|
|
|
79
79
|
* <ul>
|
|
80
80
|
* <li>
|
|
81
81
|
* <p>For regional applications, you can use any of the endpoints in the list.
|
|
82
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API,
|
|
82
|
+
* 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>
|
|
83
83
|
* </li>
|
|
84
84
|
* <li>
|
|
85
85
|
* <p>For Amazon CloudFront applications, you must use the API endpoint listed for
|
|
@@ -113,10 +113,10 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
113
113
|
/**
|
|
114
114
|
* @public
|
|
115
115
|
* <p>Associates a web ACL with a regional application resource, to protect the resource.
|
|
116
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API,
|
|
116
|
+
* 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>
|
|
117
117
|
* <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
|
|
118
118
|
* associate a web ACL, in the CloudFront call <code>UpdateDistribution</code>, set the web ACL ID
|
|
119
|
-
* 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
|
|
119
|
+
* 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>
|
|
120
120
|
* <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>
|
|
121
121
|
*/
|
|
122
122
|
associateWebACL(args: AssociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWebACLCommandOutput>;
|
|
@@ -134,8 +134,8 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
134
134
|
* Simple rules that cost little to run use fewer WCUs than more complex rules
|
|
135
135
|
* that use more processing power.
|
|
136
136
|
* Rule group capacity is fixed at creation, which helps users plan their
|
|
137
|
-
* web ACL WCU usage when they use a rule group.
|
|
138
|
-
*
|
|
137
|
+
* web ACL WCU usage when they use a rule group.
|
|
138
|
+
* The WCU limit for web ACLs is 1,500. </p>
|
|
139
139
|
*/
|
|
140
140
|
checkCapacity(args: CheckCapacityCommandInput, options?: __HttpHandlerOptions): Promise<CheckCapacityCommandOutput>;
|
|
141
141
|
checkCapacity(args: CheckCapacityCommandInput, cb: (err: any, data?: CheckCapacityCommandOutput) => void): void;
|
|
@@ -169,7 +169,7 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
169
169
|
/**
|
|
170
170
|
* @public
|
|
171
171
|
* <p>Creates a <a>WebACL</a> per the specifications provided.</p>
|
|
172
|
-
* <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,
|
|
172
|
+
* <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>
|
|
173
173
|
*/
|
|
174
174
|
createWebACL(args: CreateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebACLCommandOutput>;
|
|
175
175
|
createWebACL(args: CreateWebACLCommandInput, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
|
|
@@ -236,8 +236,7 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
236
236
|
* </li>
|
|
237
237
|
* <li>
|
|
238
238
|
* <p>For Amazon CloudFront distributions, use the CloudFront call
|
|
239
|
-
* <code>ListDistributionsByWebACLId</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByWebACLId.html">ListDistributionsByWebACLId</a>
|
|
240
|
-
* in the <i>Amazon CloudFront API Reference</i>. </p>
|
|
239
|
+
* <code>ListDistributionsByWebACLId</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByWebACLId.html">ListDistributionsByWebACLId</a>.</p>
|
|
241
240
|
* </li>
|
|
242
241
|
* </ul>
|
|
243
242
|
* </li>
|
|
@@ -249,8 +248,7 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
249
248
|
* </li>
|
|
250
249
|
* <li>
|
|
251
250
|
* <p>For Amazon CloudFront distributions, provide an empty web ACL ID in the CloudFront call
|
|
252
|
-
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>
|
|
253
|
-
* in the <i>Amazon CloudFront API Reference</i>. </p>
|
|
251
|
+
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
|
|
254
252
|
* </li>
|
|
255
253
|
* </ul>
|
|
256
254
|
* </li>
|
|
@@ -271,10 +269,10 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
271
269
|
/**
|
|
272
270
|
* @public
|
|
273
271
|
* <p>Disassociates the specified regional application resource from any existing web ACL
|
|
274
|
-
* 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,
|
|
272
|
+
* 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>
|
|
275
273
|
* <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
|
|
276
274
|
* disassociate a web ACL, provide an empty web ACL ID in the CloudFront call
|
|
277
|
-
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a
|
|
275
|
+
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
|
|
278
276
|
*/
|
|
279
277
|
disassociateWebACL(args: DisassociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWebACLCommandOutput>;
|
|
280
278
|
disassociateWebACL(args: DisassociateWebACLCommandInput, cb: (err: any, data?: DisassociateWebACLCommandOutput) => void): void;
|
|
@@ -715,7 +713,7 @@ export declare class WAFV2 extends WAFV2Client {
|
|
|
715
713
|
* </ol>
|
|
716
714
|
* </note>
|
|
717
715
|
* <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>
|
|
718
|
-
* <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,
|
|
716
|
+
* <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>
|
|
719
717
|
*/
|
|
720
718
|
updateWebACL(args: UpdateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebACLCommandOutput>;
|
|
721
719
|
updateWebACL(args: UpdateWebACLCommandInput, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
|
|
@@ -220,7 +220,7 @@ export interface WAFV2ClientResolvedConfig extends WAFV2ClientResolvedConfigType
|
|
|
220
220
|
* <ul>
|
|
221
221
|
* <li>
|
|
222
222
|
* <p>For regional applications, you can use any of the endpoints in the list.
|
|
223
|
-
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API,
|
|
223
|
+
* 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>
|
|
224
224
|
* </li>
|
|
225
225
|
* <li>
|
|
226
226
|
* <p>For Amazon CloudFront applications, you must use the API endpoint listed for
|
|
@@ -20,10 +20,10 @@ 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,
|
|
23
|
+
* 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>
|
|
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
|
-
* 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
|
|
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>.</p>
|
|
27
27
|
* <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>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -29,8 +29,8 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
29
29
|
* Simple rules that cost little to run use fewer WCUs than more complex rules
|
|
30
30
|
* that use more processing power.
|
|
31
31
|
* Rule group capacity is fixed at creation, which helps users plan their
|
|
32
|
-
* web ACL WCU usage when they use a rule group.
|
|
33
|
-
*
|
|
32
|
+
* web ACL WCU usage when they use a rule group.
|
|
33
|
+
* The WCU limit for web ACLs is 1,500. </p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -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,
|
|
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, Amazon Cognito user pool, or an App Runner service. </p>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
26
|
* ```javascript
|
|
@@ -786,13 +786,6 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
786
786
|
* TokenDomains: [ // TokenDomains
|
|
787
787
|
* "STRING_VALUE",
|
|
788
788
|
* ],
|
|
789
|
-
* AssociationConfig: { // AssociationConfig
|
|
790
|
-
* RequestBody: { // RequestBody
|
|
791
|
-
* "<keys>": { // RequestBodyAssociatedResourceTypeConfig
|
|
792
|
-
* DefaultSizeInspectionLimit: "KB_16" || "KB_32" || "KB_48" || "KB_64", // required
|
|
793
|
-
* },
|
|
794
|
-
* },
|
|
795
|
-
* },
|
|
796
789
|
* };
|
|
797
790
|
* const command = new CreateWebACLCommand(input);
|
|
798
791
|
* const response = await client.send(command);
|
|
@@ -34,8 +34,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
|
|
|
34
34
|
* </li>
|
|
35
35
|
* <li>
|
|
36
36
|
* <p>For Amazon CloudFront distributions, use the CloudFront call
|
|
37
|
-
* <code>ListDistributionsByWebACLId</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByWebACLId.html">ListDistributionsByWebACLId</a>
|
|
38
|
-
* in the <i>Amazon CloudFront API Reference</i>. </p>
|
|
37
|
+
* <code>ListDistributionsByWebACLId</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByWebACLId.html">ListDistributionsByWebACLId</a>.</p>
|
|
39
38
|
* </li>
|
|
40
39
|
* </ul>
|
|
41
40
|
* </li>
|
|
@@ -47,8 +46,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
|
|
|
47
46
|
* </li>
|
|
48
47
|
* <li>
|
|
49
48
|
* <p>For Amazon CloudFront distributions, provide an empty web ACL ID in the CloudFront call
|
|
50
|
-
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>
|
|
51
|
-
* in the <i>Amazon CloudFront API Reference</i>. </p>
|
|
49
|
+
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
|
|
52
50
|
* </li>
|
|
53
51
|
* </ul>
|
|
54
52
|
* </li>
|
|
@@ -20,10 +20,10 @@ 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,
|
|
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, a Amazon Cognito user pool, or an App Runner service. </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
|
-
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a
|
|
26
|
+
* <code>UpdateDistribution</code>. For information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -86,7 +86,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
|
|
|
86
86
|
* <p>The policy specifications must conform to the following:</p>
|
|
87
87
|
* <ul>
|
|
88
88
|
* <li>
|
|
89
|
-
* <p>The policy must be composed using IAM Policy version 2012-10-17.</p>
|
|
89
|
+
* <p>The policy must be composed using IAM Policy version 2012-10-17 or version 2015-01-01.</p>
|
|
90
90
|
* </li>
|
|
91
91
|
* <li>
|
|
92
92
|
* <p>The policy must include specifications for <code>Effect</code>, <code>Action</code>, and <code>Principal</code>.</p>
|
|
@@ -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,
|
|
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, Amazon Cognito user pool, or an App Runner service. </p>
|
|
42
42
|
* @example
|
|
43
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
44
|
* ```javascript
|
|
@@ -800,13 +800,6 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
800
800
|
* TokenDomains: [ // TokenDomains
|
|
801
801
|
* "STRING_VALUE",
|
|
802
802
|
* ],
|
|
803
|
-
* AssociationConfig: { // AssociationConfig
|
|
804
|
-
* RequestBody: { // RequestBody
|
|
805
|
-
* "<keys>": { // RequestBodyAssociatedResourceTypeConfig
|
|
806
|
-
* DefaultSizeInspectionLimit: "KB_16" || "KB_32" || "KB_48" || "KB_64", // required
|
|
807
|
-
* },
|
|
808
|
-
* },
|
|
809
|
-
* },
|
|
810
803
|
* };
|
|
811
804
|
* const command = new UpdateWebACLCommand(input);
|
|
812
805
|
* const response = await client.send(command);
|