@aws-sdk/client-wafv2 3.80.0 → 3.85.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/CHANGELOG.md +30 -0
- package/README.md +2 -0
- package/dist-cjs/models/models_0.js +60 -5
- package/dist-cjs/protocols/Aws_json1_1.js +173 -2
- package/dist-es/models/models_0.js +46 -0
- package/dist-es/protocols/Aws_json1_1.js +262 -109
- package/dist-types/WAFV2.d.ts +43 -3
- package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +30 -1
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -1
- package/dist-types/models/models_0.d.ts +307 -55
- package/dist-types/ts3.4/models/models_0.d.ts +70 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.81.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.80.0...v3.81.0) (2022-04-29)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **client-wafv2:** You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body. ([5bea879](https://github.com/aws/aws-sdk-js-v3/commit/5bea87975d7b9ae9371a6e958956ef9efbd30f10))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.80.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.79.0...v3.80.0) (2022-04-28)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.GetWebACLResponse = exports.GetWebACLForResourceResponse = exports.WebACL = exports.GetRuleGroupResponse = exports.UpdateWebACLRequest = exports.UpdateRuleGroupRequest = exports.RuleGroup = exports.CreateWebACLRequest = exports.CreateRuleGroupRequest = exports.CheckCapacityRequest = exports.FirewallManagerRuleGroup = exports.FirewallManagerStatement = exports.OrStatement = exports.AndStatement = exports.Rule = exports.RateBasedStatement = exports.NotStatement = exports.ManagedRuleGroupStatement = exports.Statement = exports.UpdateWebACLResponse = void 0;
|
|
3
|
+
exports.XssMatchStatement = exports.SqliMatchStatement = exports.SizeConstraintStatement = exports.ComparisonOperator = exports.RuleGroupReferenceStatement = exports.RegexPatternSetReferenceStatement = exports.RegexMatchStatement = exports.RateBasedStatementAggregateKeyType = exports.ManagedRuleGroupConfig = exports.UsernameField = exports.PayloadType = exports.PasswordField = exports.ExcludedRule = exports.LabelMatchStatement = exports.LabelMatchScope = exports.IPSetReferenceStatement = exports.IPSetForwardedIPConfig = exports.ForwardedIPPosition = exports.GeoMatchStatement = exports.ForwardedIPConfig = exports.FallbackBehavior = exports.CountryCode = exports.ByteMatchStatement = exports.TextTransformation = exports.TextTransformationType = exports.PositionalConstraint = exports.FieldToMatch = exports.UriPath = exports.SingleQueryArgument = exports.SingleHeader = exports.QueryString = exports.Method = exports.JsonBody = exports.JsonMatchScope = exports.JsonMatchPattern = exports.BodyParsingFallbackBehavior = exports.Headers = exports.HeaderMatchPattern = exports.Cookies = exports.MapMatchScope = exports.CookieMatchPattern = exports.Body = exports.OversizeHandling = exports.AllQueryArguments = exports.AllowAction = exports.CustomRequestHandling = exports.CustomHTTPHeader = exports.All = exports.ActionCondition = exports.ActionValue = void 0;
|
|
4
|
+
exports.DeleteIPSetResponse = exports.DeleteIPSetRequest = exports.DeleteFirewallManagerRuleGroupsResponse = exports.DeleteFirewallManagerRuleGroupsRequest = exports.WAFConfigurationWarningException = exports.CreateWebACLResponse = exports.WebACLSummary = exports.DefaultAction = exports.CreateRuleGroupResponse = exports.RuleGroupSummary = exports.CustomResponseBody = exports.ResponseContentType = exports.CreateRegexPatternSetResponse = exports.RegexPatternSetSummary = exports.CreateRegexPatternSetRequest = exports.Regex = exports.WAFTagOperationInternalErrorException = exports.WAFTagOperationException = exports.WAFOptimisticLockException = exports.WAFDuplicateItemException = exports.CreateIPSetResponse = exports.IPSetSummary = exports.CreateIPSetRequest = exports.Tag = exports.IPAddressVersion = exports.WAFSubscriptionNotFoundException = exports.WAFLimitsExceededException = exports.WAFInvalidResourceException = exports.WAFExpiredManagedRuleGroupVersionException = exports.CheckCapacityResponse = exports.Scope = exports.VisibilityConfig = exports.Label = exports.OverrideAction = exports.NoneAction = exports.CaptchaConfig = exports.ImmunityTimeProperty = exports.RuleAction = exports.CountAction = exports.CaptchaAction = exports.BlockAction = exports.CustomResponse = exports.WAFUnavailableEntityException = exports.WAFNonexistentItemException = exports.WAFInvalidParameterException = exports.ParameterExceptionField = exports.WAFInvalidOperationException = exports.WAFInternalErrorException = exports.AssociateWebACLResponse = exports.AssociateWebACLRequest = void 0;
|
|
5
|
+
exports.GetSampledRequestsRequest = exports.TimeWindow = exports.GetRuleGroupRequest = exports.GetRegexPatternSetResponse = exports.RegexPatternSet = exports.GetRegexPatternSetRequest = exports.GetRateBasedStatementManagedKeysResponse = exports.RateBasedStatementManagedKeysIPSet = exports.GetRateBasedStatementManagedKeysRequest = exports.GetPermissionPolicyResponse = exports.GetPermissionPolicyRequest = exports.GetMobileSdkReleaseResponse = exports.MobileSdkRelease = exports.GetMobileSdkReleaseRequest = exports.GetManagedRuleSetResponse = exports.ManagedRuleSet = exports.ManagedRuleSetVersion = exports.GetManagedRuleSetRequest = exports.GetLoggingConfigurationResponse = exports.LoggingConfiguration = exports.LoggingFilter = exports.Filter = exports.FilterRequirement = exports.Condition = exports.LabelNameCondition = exports.FilterBehavior = exports.GetLoggingConfigurationRequest = exports.GetIPSetResponse = exports.IPSet = exports.GetIPSetRequest = exports.GenerateMobileSdkReleaseUrlResponse = exports.GenerateMobileSdkReleaseUrlRequest = exports.Platform = exports.DisassociateWebACLResponse = exports.DisassociateWebACLRequest = exports.DescribeManagedRuleGroupResponse = exports.RuleSummary = exports.LabelSummary = exports.DescribeManagedRuleGroupRequest = exports.DeleteWebACLResponse = exports.DeleteWebACLRequest = exports.DeleteRuleGroupResponse = exports.DeleteRuleGroupRequest = exports.DeleteRegexPatternSetResponse = exports.DeleteRegexPatternSetRequest = exports.DeletePermissionPolicyResponse = exports.DeletePermissionPolicyRequest = exports.DeleteLoggingConfigurationResponse = exports.DeleteLoggingConfigurationRequest = exports.WAFAssociatedItemException = void 0;
|
|
6
|
+
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.WAFInvalidPermissionPolicyException = exports.PutPermissionPolicyResponse = exports.PutPermissionPolicyRequest = exports.PutManagedRuleSetVersionsResponse = exports.PutManagedRuleSetVersionsRequest = exports.VersionToPublish = exports.WAFServiceLinkedRoleErrorException = exports.WAFLogDestinationPermissionIssueException = exports.PutLoggingConfigurationResponse = exports.PutLoggingConfigurationRequest = exports.ListWebACLsResponse = exports.ListWebACLsRequest = exports.ListTagsForResourceResponse = exports.TagInfoForResource = exports.ListTagsForResourceRequest = exports.ListRuleGroupsResponse = exports.ListRuleGroupsRequest = exports.ListResourcesForWebACLResponse = exports.ListResourcesForWebACLRequest = exports.ResourceType = exports.ListRegexPatternSetsResponse = exports.ListRegexPatternSetsRequest = exports.ListMobileSdkReleasesResponse = exports.ReleaseSummary = exports.ListMobileSdkReleasesRequest = exports.ListManagedRuleSetsResponse = exports.ManagedRuleSetSummary = exports.ListManagedRuleSetsRequest = exports.ListLoggingConfigurationsResponse = exports.ListLoggingConfigurationsRequest = exports.ListIPSetsResponse = exports.ListIPSetsRequest = exports.ListAvailableManagedRuleGroupVersionsResponse = exports.ManagedRuleGroupVersion = exports.ListAvailableManagedRuleGroupVersionsRequest = exports.ListAvailableManagedRuleGroupsResponse = exports.ManagedRuleGroupSummary = exports.ListAvailableManagedRuleGroupsRequest = exports.GetWebACLForResourceRequest = exports.GetWebACLRequest = exports.GetSampledRequestsResponse = exports.SampledHTTPRequest = exports.HTTPRequest = exports.HTTPHeader = exports.CaptchaResponse = exports.FailureReason = void 0;
|
|
7
|
+
exports.GetWebACLResponse = exports.GetWebACLForResourceResponse = exports.WebACL = exports.GetRuleGroupResponse = exports.UpdateWebACLRequest = exports.UpdateRuleGroupRequest = exports.RuleGroup = exports.CreateWebACLRequest = exports.CreateRuleGroupRequest = exports.CheckCapacityRequest = exports.FirewallManagerRuleGroup = exports.FirewallManagerStatement = exports.OrStatement = exports.AndStatement = exports.Rule = exports.RateBasedStatement = exports.NotStatement = exports.ManagedRuleGroupStatement = exports.Statement = exports.UpdateWebACLResponse = exports.UpdateRuleGroupResponse = exports.UpdateRegexPatternSetResponse = exports.UpdateRegexPatternSetRequest = exports.UpdateManagedRuleSetVersionExpiryDateResponse = exports.UpdateManagedRuleSetVersionExpiryDateRequest = exports.UpdateIPSetResponse = exports.UpdateIPSetRequest = void 0;
|
|
8
8
|
const WAFV2ServiceException_1 = require("./WAFV2ServiceException");
|
|
9
9
|
var ActionValue;
|
|
10
10
|
(function (ActionValue) {
|
|
@@ -50,12 +50,48 @@ var AllQueryArguments;
|
|
|
50
50
|
...obj,
|
|
51
51
|
});
|
|
52
52
|
})(AllQueryArguments = exports.AllQueryArguments || (exports.AllQueryArguments = {}));
|
|
53
|
+
var OversizeHandling;
|
|
54
|
+
(function (OversizeHandling) {
|
|
55
|
+
OversizeHandling["CONTINUE"] = "CONTINUE";
|
|
56
|
+
OversizeHandling["MATCH"] = "MATCH";
|
|
57
|
+
OversizeHandling["NO_MATCH"] = "NO_MATCH";
|
|
58
|
+
})(OversizeHandling = exports.OversizeHandling || (exports.OversizeHandling = {}));
|
|
53
59
|
var Body;
|
|
54
60
|
(function (Body) {
|
|
55
61
|
Body.filterSensitiveLog = (obj) => ({
|
|
56
62
|
...obj,
|
|
57
63
|
});
|
|
58
64
|
})(Body = exports.Body || (exports.Body = {}));
|
|
65
|
+
var CookieMatchPattern;
|
|
66
|
+
(function (CookieMatchPattern) {
|
|
67
|
+
CookieMatchPattern.filterSensitiveLog = (obj) => ({
|
|
68
|
+
...obj,
|
|
69
|
+
});
|
|
70
|
+
})(CookieMatchPattern = exports.CookieMatchPattern || (exports.CookieMatchPattern = {}));
|
|
71
|
+
var MapMatchScope;
|
|
72
|
+
(function (MapMatchScope) {
|
|
73
|
+
MapMatchScope["ALL"] = "ALL";
|
|
74
|
+
MapMatchScope["KEY"] = "KEY";
|
|
75
|
+
MapMatchScope["VALUE"] = "VALUE";
|
|
76
|
+
})(MapMatchScope = exports.MapMatchScope || (exports.MapMatchScope = {}));
|
|
77
|
+
var Cookies;
|
|
78
|
+
(function (Cookies) {
|
|
79
|
+
Cookies.filterSensitiveLog = (obj) => ({
|
|
80
|
+
...obj,
|
|
81
|
+
});
|
|
82
|
+
})(Cookies = exports.Cookies || (exports.Cookies = {}));
|
|
83
|
+
var HeaderMatchPattern;
|
|
84
|
+
(function (HeaderMatchPattern) {
|
|
85
|
+
HeaderMatchPattern.filterSensitiveLog = (obj) => ({
|
|
86
|
+
...obj,
|
|
87
|
+
});
|
|
88
|
+
})(HeaderMatchPattern = exports.HeaderMatchPattern || (exports.HeaderMatchPattern = {}));
|
|
89
|
+
var Headers;
|
|
90
|
+
(function (Headers) {
|
|
91
|
+
Headers.filterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
});
|
|
94
|
+
})(Headers = exports.Headers || (exports.Headers = {}));
|
|
59
95
|
var BodyParsingFallbackBehavior;
|
|
60
96
|
(function (BodyParsingFallbackBehavior) {
|
|
61
97
|
BodyParsingFallbackBehavior["EVALUATE_AS_STRING"] = "EVALUATE_AS_STRING";
|
|
@@ -406,6 +442,7 @@ var CountryCode;
|
|
|
406
442
|
CountryCode["VU"] = "VU";
|
|
407
443
|
CountryCode["WF"] = "WF";
|
|
408
444
|
CountryCode["WS"] = "WS";
|
|
445
|
+
CountryCode["XK"] = "XK";
|
|
409
446
|
CountryCode["YE"] = "YE";
|
|
410
447
|
CountryCode["YT"] = "YT";
|
|
411
448
|
CountryCode["ZA"] = "ZA";
|
|
@@ -584,6 +621,7 @@ var ParameterExceptionField;
|
|
|
584
621
|
ParameterExceptionField["BODY_PARSING_FALLBACK_BEHAVIOR"] = "BODY_PARSING_FALLBACK_BEHAVIOR";
|
|
585
622
|
ParameterExceptionField["BYTE_MATCH_STATEMENT"] = "BYTE_MATCH_STATEMENT";
|
|
586
623
|
ParameterExceptionField["CHANGE_PROPAGATION_STATUS"] = "CHANGE_PROPAGATION_STATUS";
|
|
624
|
+
ParameterExceptionField["COOKIE_MATCH_PATTERN"] = "COOKIE_MATCH_PATTERN";
|
|
587
625
|
ParameterExceptionField["CUSTOM_REQUEST_HANDLING"] = "CUSTOM_REQUEST_HANDLING";
|
|
588
626
|
ParameterExceptionField["CUSTOM_RESPONSE"] = "CUSTOM_RESPONSE";
|
|
589
627
|
ParameterExceptionField["CUSTOM_RESPONSE_BODY"] = "CUSTOM_RESPONSE_BODY";
|
|
@@ -597,6 +635,7 @@ var ParameterExceptionField;
|
|
|
597
635
|
ParameterExceptionField["FIREWALL_MANAGER_STATEMENT"] = "FIREWALL_MANAGER_STATEMENT";
|
|
598
636
|
ParameterExceptionField["FORWARDED_IP_CONFIG"] = "FORWARDED_IP_CONFIG";
|
|
599
637
|
ParameterExceptionField["GEO_MATCH_STATEMENT"] = "GEO_MATCH_STATEMENT";
|
|
638
|
+
ParameterExceptionField["HEADER_MATCH_PATTERN"] = "HEADER_MATCH_PATTERN";
|
|
600
639
|
ParameterExceptionField["HEADER_NAME"] = "HEADER_NAME";
|
|
601
640
|
ParameterExceptionField["IP_ADDRESS"] = "IP_ADDRESS";
|
|
602
641
|
ParameterExceptionField["IP_ADDRESS_VERSION"] = "IP_ADDRESS_VERSION";
|
|
@@ -611,10 +650,12 @@ var ParameterExceptionField;
|
|
|
611
650
|
ParameterExceptionField["MANAGED_RULE_GROUP_CONFIG"] = "MANAGED_RULE_GROUP_CONFIG";
|
|
612
651
|
ParameterExceptionField["MANAGED_RULE_SET"] = "MANAGED_RULE_SET";
|
|
613
652
|
ParameterExceptionField["MANAGED_RULE_SET_STATEMENT"] = "MANAGED_RULE_SET_STATEMENT";
|
|
653
|
+
ParameterExceptionField["MAP_MATCH_SCOPE"] = "MAP_MATCH_SCOPE";
|
|
614
654
|
ParameterExceptionField["METRIC_NAME"] = "METRIC_NAME";
|
|
615
655
|
ParameterExceptionField["NOT_STATEMENT"] = "NOT_STATEMENT";
|
|
616
656
|
ParameterExceptionField["OR_STATEMENT"] = "OR_STATEMENT";
|
|
617
657
|
ParameterExceptionField["OVERRIDE_ACTION"] = "OVERRIDE_ACTION";
|
|
658
|
+
ParameterExceptionField["OVERSIZE_HANDLING"] = "OVERSIZE_HANDLING";
|
|
618
659
|
ParameterExceptionField["PAYLOAD_TYPE"] = "PAYLOAD_TYPE";
|
|
619
660
|
ParameterExceptionField["POSITION"] = "POSITION";
|
|
620
661
|
ParameterExceptionField["RATE_BASED_STATEMENT"] = "RATE_BASED_STATEMENT";
|
|
@@ -967,6 +1008,20 @@ var CreateWebACLResponse;
|
|
|
967
1008
|
...obj,
|
|
968
1009
|
});
|
|
969
1010
|
})(CreateWebACLResponse = exports.CreateWebACLResponse || (exports.CreateWebACLResponse = {}));
|
|
1011
|
+
class WAFConfigurationWarningException extends WAFV2ServiceException_1.WAFV2ServiceException {
|
|
1012
|
+
constructor(opts) {
|
|
1013
|
+
super({
|
|
1014
|
+
name: "WAFConfigurationWarningException",
|
|
1015
|
+
$fault: "client",
|
|
1016
|
+
...opts,
|
|
1017
|
+
});
|
|
1018
|
+
this.name = "WAFConfigurationWarningException";
|
|
1019
|
+
this.$fault = "client";
|
|
1020
|
+
Object.setPrototypeOf(this, WAFConfigurationWarningException.prototype);
|
|
1021
|
+
this.Message = opts.Message;
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
exports.WAFConfigurationWarningException = WAFConfigurationWarningException;
|
|
970
1025
|
var DeleteFirewallManagerRuleGroupsRequest;
|
|
971
1026
|
(function (DeleteFirewallManagerRuleGroupsRequest) {
|
|
972
1027
|
DeleteFirewallManagerRuleGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -794,6 +794,9 @@ const deserializeAws_json1_1CreateWebACLCommandError = async (output, context) =
|
|
|
794
794
|
let errorCode = "UnknownError";
|
|
795
795
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
796
796
|
switch (errorCode) {
|
|
797
|
+
case "WAFConfigurationWarningException":
|
|
798
|
+
case "com.amazonaws.wafv2#WAFConfigurationWarningException":
|
|
799
|
+
throw await deserializeAws_json1_1WAFConfigurationWarningExceptionResponse(parsedOutput, context);
|
|
797
800
|
case "WAFDuplicateItemException":
|
|
798
801
|
case "com.amazonaws.wafv2#WAFDuplicateItemException":
|
|
799
802
|
throw await deserializeAws_json1_1WAFDuplicateItemExceptionResponse(parsedOutput, context);
|
|
@@ -2750,6 +2753,9 @@ const deserializeAws_json1_1UpdateRuleGroupCommandError = async (output, context
|
|
|
2750
2753
|
let errorCode = "UnknownError";
|
|
2751
2754
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2752
2755
|
switch (errorCode) {
|
|
2756
|
+
case "WAFConfigurationWarningException":
|
|
2757
|
+
case "com.amazonaws.wafv2#WAFConfigurationWarningException":
|
|
2758
|
+
throw await deserializeAws_json1_1WAFConfigurationWarningExceptionResponse(parsedOutput, context);
|
|
2753
2759
|
case "WAFDuplicateItemException":
|
|
2754
2760
|
case "com.amazonaws.wafv2#WAFDuplicateItemException":
|
|
2755
2761
|
throw await deserializeAws_json1_1WAFDuplicateItemExceptionResponse(parsedOutput, context);
|
|
@@ -2810,6 +2816,9 @@ const deserializeAws_json1_1UpdateWebACLCommandError = async (output, context) =
|
|
|
2810
2816
|
let errorCode = "UnknownError";
|
|
2811
2817
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2812
2818
|
switch (errorCode) {
|
|
2819
|
+
case "WAFConfigurationWarningException":
|
|
2820
|
+
case "com.amazonaws.wafv2#WAFConfigurationWarningException":
|
|
2821
|
+
throw await deserializeAws_json1_1WAFConfigurationWarningExceptionResponse(parsedOutput, context);
|
|
2813
2822
|
case "WAFDuplicateItemException":
|
|
2814
2823
|
case "com.amazonaws.wafv2#WAFDuplicateItemException":
|
|
2815
2824
|
throw await deserializeAws_json1_1WAFDuplicateItemExceptionResponse(parsedOutput, context);
|
|
@@ -2862,6 +2871,15 @@ const deserializeAws_json1_1WAFAssociatedItemExceptionResponse = async (parsedOu
|
|
|
2862
2871
|
});
|
|
2863
2872
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2864
2873
|
};
|
|
2874
|
+
const deserializeAws_json1_1WAFConfigurationWarningExceptionResponse = async (parsedOutput, context) => {
|
|
2875
|
+
const body = parsedOutput.body;
|
|
2876
|
+
const deserialized = deserializeAws_json1_1WAFConfigurationWarningException(body, context);
|
|
2877
|
+
const exception = new models_0_1.WAFConfigurationWarningException({
|
|
2878
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2879
|
+
...deserialized,
|
|
2880
|
+
});
|
|
2881
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2882
|
+
};
|
|
2865
2883
|
const deserializeAws_json1_1WAFDuplicateItemExceptionResponse = async (parsedOutput, context) => {
|
|
2866
2884
|
const body = parsedOutput.body;
|
|
2867
2885
|
const deserialized = deserializeAws_json1_1WAFDuplicateItemException(body, context);
|
|
@@ -3046,7 +3064,10 @@ const serializeAws_json1_1BlockAction = (input, context) => {
|
|
|
3046
3064
|
};
|
|
3047
3065
|
};
|
|
3048
3066
|
const serializeAws_json1_1Body = (input, context) => {
|
|
3049
|
-
return {
|
|
3067
|
+
return {
|
|
3068
|
+
...(input.OversizeHandling !== undefined &&
|
|
3069
|
+
input.OversizeHandling !== null && { OversizeHandling: input.OversizeHandling }),
|
|
3070
|
+
};
|
|
3050
3071
|
};
|
|
3051
3072
|
const serializeAws_json1_1ByteMatchStatement = (input, context) => {
|
|
3052
3073
|
return {
|
|
@@ -3107,6 +3128,40 @@ const serializeAws_json1_1Conditions = (input, context) => {
|
|
|
3107
3128
|
return serializeAws_json1_1Condition(entry, context);
|
|
3108
3129
|
});
|
|
3109
3130
|
};
|
|
3131
|
+
const serializeAws_json1_1CookieMatchPattern = (input, context) => {
|
|
3132
|
+
return {
|
|
3133
|
+
...(input.All !== undefined && input.All !== null && { All: serializeAws_json1_1All(input.All, context) }),
|
|
3134
|
+
...(input.ExcludedCookies !== undefined &&
|
|
3135
|
+
input.ExcludedCookies !== null && {
|
|
3136
|
+
ExcludedCookies: serializeAws_json1_1CookieNames(input.ExcludedCookies, context),
|
|
3137
|
+
}),
|
|
3138
|
+
...(input.IncludedCookies !== undefined &&
|
|
3139
|
+
input.IncludedCookies !== null && {
|
|
3140
|
+
IncludedCookies: serializeAws_json1_1CookieNames(input.IncludedCookies, context),
|
|
3141
|
+
}),
|
|
3142
|
+
};
|
|
3143
|
+
};
|
|
3144
|
+
const serializeAws_json1_1CookieNames = (input, context) => {
|
|
3145
|
+
return input
|
|
3146
|
+
.filter((e) => e != null)
|
|
3147
|
+
.map((entry) => {
|
|
3148
|
+
if (entry === null) {
|
|
3149
|
+
return null;
|
|
3150
|
+
}
|
|
3151
|
+
return entry;
|
|
3152
|
+
});
|
|
3153
|
+
};
|
|
3154
|
+
const serializeAws_json1_1Cookies = (input, context) => {
|
|
3155
|
+
return {
|
|
3156
|
+
...(input.MatchPattern !== undefined &&
|
|
3157
|
+
input.MatchPattern !== null && {
|
|
3158
|
+
MatchPattern: serializeAws_json1_1CookieMatchPattern(input.MatchPattern, context),
|
|
3159
|
+
}),
|
|
3160
|
+
...(input.MatchScope !== undefined && input.MatchScope !== null && { MatchScope: input.MatchScope }),
|
|
3161
|
+
...(input.OversizeHandling !== undefined &&
|
|
3162
|
+
input.OversizeHandling !== null && { OversizeHandling: input.OversizeHandling }),
|
|
3163
|
+
};
|
|
3164
|
+
};
|
|
3110
3165
|
const serializeAws_json1_1CountAction = (input, context) => {
|
|
3111
3166
|
return {
|
|
3112
3167
|
...(input.CustomRequestHandling !== undefined &&
|
|
@@ -3338,6 +3393,10 @@ const serializeAws_json1_1FieldToMatch = (input, context) => {
|
|
|
3338
3393
|
AllQueryArguments: serializeAws_json1_1AllQueryArguments(input.AllQueryArguments, context),
|
|
3339
3394
|
}),
|
|
3340
3395
|
...(input.Body !== undefined && input.Body !== null && { Body: serializeAws_json1_1Body(input.Body, context) }),
|
|
3396
|
+
...(input.Cookies !== undefined &&
|
|
3397
|
+
input.Cookies !== null && { Cookies: serializeAws_json1_1Cookies(input.Cookies, context) }),
|
|
3398
|
+
...(input.Headers !== undefined &&
|
|
3399
|
+
input.Headers !== null && { Headers: serializeAws_json1_1Headers(input.Headers, context) }),
|
|
3341
3400
|
...(input.JsonBody !== undefined &&
|
|
3342
3401
|
input.JsonBody !== null && { JsonBody: serializeAws_json1_1JsonBody(input.JsonBody, context) }),
|
|
3343
3402
|
...(input.Method !== undefined &&
|
|
@@ -3475,6 +3534,40 @@ const serializeAws_json1_1GetWebACLRequest = (input, context) => {
|
|
|
3475
3534
|
...(input.Scope !== undefined && input.Scope !== null && { Scope: input.Scope }),
|
|
3476
3535
|
};
|
|
3477
3536
|
};
|
|
3537
|
+
const serializeAws_json1_1HeaderMatchPattern = (input, context) => {
|
|
3538
|
+
return {
|
|
3539
|
+
...(input.All !== undefined && input.All !== null && { All: serializeAws_json1_1All(input.All, context) }),
|
|
3540
|
+
...(input.ExcludedHeaders !== undefined &&
|
|
3541
|
+
input.ExcludedHeaders !== null && {
|
|
3542
|
+
ExcludedHeaders: serializeAws_json1_1HeaderNames(input.ExcludedHeaders, context),
|
|
3543
|
+
}),
|
|
3544
|
+
...(input.IncludedHeaders !== undefined &&
|
|
3545
|
+
input.IncludedHeaders !== null && {
|
|
3546
|
+
IncludedHeaders: serializeAws_json1_1HeaderNames(input.IncludedHeaders, context),
|
|
3547
|
+
}),
|
|
3548
|
+
};
|
|
3549
|
+
};
|
|
3550
|
+
const serializeAws_json1_1HeaderNames = (input, context) => {
|
|
3551
|
+
return input
|
|
3552
|
+
.filter((e) => e != null)
|
|
3553
|
+
.map((entry) => {
|
|
3554
|
+
if (entry === null) {
|
|
3555
|
+
return null;
|
|
3556
|
+
}
|
|
3557
|
+
return entry;
|
|
3558
|
+
});
|
|
3559
|
+
};
|
|
3560
|
+
const serializeAws_json1_1Headers = (input, context) => {
|
|
3561
|
+
return {
|
|
3562
|
+
...(input.MatchPattern !== undefined &&
|
|
3563
|
+
input.MatchPattern !== null && {
|
|
3564
|
+
MatchPattern: serializeAws_json1_1HeaderMatchPattern(input.MatchPattern, context),
|
|
3565
|
+
}),
|
|
3566
|
+
...(input.MatchScope !== undefined && input.MatchScope !== null && { MatchScope: input.MatchScope }),
|
|
3567
|
+
...(input.OversizeHandling !== undefined &&
|
|
3568
|
+
input.OversizeHandling !== null && { OversizeHandling: input.OversizeHandling }),
|
|
3569
|
+
};
|
|
3570
|
+
};
|
|
3478
3571
|
const serializeAws_json1_1ImmunityTimeProperty = (input, context) => {
|
|
3479
3572
|
return {
|
|
3480
3573
|
...(input.ImmunityTime !== undefined && input.ImmunityTime !== null && { ImmunityTime: input.ImmunityTime }),
|
|
@@ -3516,6 +3609,8 @@ const serializeAws_json1_1JsonBody = (input, context) => {
|
|
|
3516
3609
|
MatchPattern: serializeAws_json1_1JsonMatchPattern(input.MatchPattern, context),
|
|
3517
3610
|
}),
|
|
3518
3611
|
...(input.MatchScope !== undefined && input.MatchScope !== null && { MatchScope: input.MatchScope }),
|
|
3612
|
+
...(input.OversizeHandling !== undefined &&
|
|
3613
|
+
input.OversizeHandling !== null && { OversizeHandling: input.OversizeHandling }),
|
|
3519
3614
|
};
|
|
3520
3615
|
};
|
|
3521
3616
|
const serializeAws_json1_1JsonMatchPattern = (input, context) => {
|
|
@@ -4228,7 +4323,9 @@ const deserializeAws_json1_1BlockAction = (output, context) => {
|
|
|
4228
4323
|
};
|
|
4229
4324
|
};
|
|
4230
4325
|
const deserializeAws_json1_1Body = (output, context) => {
|
|
4231
|
-
return {
|
|
4326
|
+
return {
|
|
4327
|
+
OversizeHandling: (0, smithy_client_1.expectString)(output.OversizeHandling),
|
|
4328
|
+
};
|
|
4232
4329
|
};
|
|
4233
4330
|
const deserializeAws_json1_1ByteMatchStatement = (output, context) => {
|
|
4234
4331
|
return {
|
|
@@ -4291,6 +4388,37 @@ const deserializeAws_json1_1Conditions = (output, context) => {
|
|
|
4291
4388
|
});
|
|
4292
4389
|
return retVal;
|
|
4293
4390
|
};
|
|
4391
|
+
const deserializeAws_json1_1CookieMatchPattern = (output, context) => {
|
|
4392
|
+
return {
|
|
4393
|
+
All: output.All !== undefined && output.All !== null ? deserializeAws_json1_1All(output.All, context) : undefined,
|
|
4394
|
+
ExcludedCookies: output.ExcludedCookies !== undefined && output.ExcludedCookies !== null
|
|
4395
|
+
? deserializeAws_json1_1CookieNames(output.ExcludedCookies, context)
|
|
4396
|
+
: undefined,
|
|
4397
|
+
IncludedCookies: output.IncludedCookies !== undefined && output.IncludedCookies !== null
|
|
4398
|
+
? deserializeAws_json1_1CookieNames(output.IncludedCookies, context)
|
|
4399
|
+
: undefined,
|
|
4400
|
+
};
|
|
4401
|
+
};
|
|
4402
|
+
const deserializeAws_json1_1CookieNames = (output, context) => {
|
|
4403
|
+
const retVal = (output || [])
|
|
4404
|
+
.filter((e) => e != null)
|
|
4405
|
+
.map((entry) => {
|
|
4406
|
+
if (entry === null) {
|
|
4407
|
+
return null;
|
|
4408
|
+
}
|
|
4409
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4410
|
+
});
|
|
4411
|
+
return retVal;
|
|
4412
|
+
};
|
|
4413
|
+
const deserializeAws_json1_1Cookies = (output, context) => {
|
|
4414
|
+
return {
|
|
4415
|
+
MatchPattern: output.MatchPattern !== undefined && output.MatchPattern !== null
|
|
4416
|
+
? deserializeAws_json1_1CookieMatchPattern(output.MatchPattern, context)
|
|
4417
|
+
: undefined,
|
|
4418
|
+
MatchScope: (0, smithy_client_1.expectString)(output.MatchScope),
|
|
4419
|
+
OversizeHandling: (0, smithy_client_1.expectString)(output.OversizeHandling),
|
|
4420
|
+
};
|
|
4421
|
+
};
|
|
4294
4422
|
const deserializeAws_json1_1CountAction = (output, context) => {
|
|
4295
4423
|
return {
|
|
4296
4424
|
CustomRequestHandling: output.CustomRequestHandling !== undefined && output.CustomRequestHandling !== null
|
|
@@ -4462,6 +4590,12 @@ const deserializeAws_json1_1FieldToMatch = (output, context) => {
|
|
|
4462
4590
|
? deserializeAws_json1_1AllQueryArguments(output.AllQueryArguments, context)
|
|
4463
4591
|
: undefined,
|
|
4464
4592
|
Body: output.Body !== undefined && output.Body !== null ? deserializeAws_json1_1Body(output.Body, context) : undefined,
|
|
4593
|
+
Cookies: output.Cookies !== undefined && output.Cookies !== null
|
|
4594
|
+
? deserializeAws_json1_1Cookies(output.Cookies, context)
|
|
4595
|
+
: undefined,
|
|
4596
|
+
Headers: output.Headers !== undefined && output.Headers !== null
|
|
4597
|
+
? deserializeAws_json1_1Headers(output.Headers, context)
|
|
4598
|
+
: undefined,
|
|
4465
4599
|
JsonBody: output.JsonBody !== undefined && output.JsonBody !== null
|
|
4466
4600
|
? deserializeAws_json1_1JsonBody(output.JsonBody, context)
|
|
4467
4601
|
: undefined,
|
|
@@ -4647,6 +4781,37 @@ const deserializeAws_json1_1GetWebACLResponse = (output, context) => {
|
|
|
4647
4781
|
: undefined,
|
|
4648
4782
|
};
|
|
4649
4783
|
};
|
|
4784
|
+
const deserializeAws_json1_1HeaderMatchPattern = (output, context) => {
|
|
4785
|
+
return {
|
|
4786
|
+
All: output.All !== undefined && output.All !== null ? deserializeAws_json1_1All(output.All, context) : undefined,
|
|
4787
|
+
ExcludedHeaders: output.ExcludedHeaders !== undefined && output.ExcludedHeaders !== null
|
|
4788
|
+
? deserializeAws_json1_1HeaderNames(output.ExcludedHeaders, context)
|
|
4789
|
+
: undefined,
|
|
4790
|
+
IncludedHeaders: output.IncludedHeaders !== undefined && output.IncludedHeaders !== null
|
|
4791
|
+
? deserializeAws_json1_1HeaderNames(output.IncludedHeaders, context)
|
|
4792
|
+
: undefined,
|
|
4793
|
+
};
|
|
4794
|
+
};
|
|
4795
|
+
const deserializeAws_json1_1HeaderNames = (output, context) => {
|
|
4796
|
+
const retVal = (output || [])
|
|
4797
|
+
.filter((e) => e != null)
|
|
4798
|
+
.map((entry) => {
|
|
4799
|
+
if (entry === null) {
|
|
4800
|
+
return null;
|
|
4801
|
+
}
|
|
4802
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4803
|
+
});
|
|
4804
|
+
return retVal;
|
|
4805
|
+
};
|
|
4806
|
+
const deserializeAws_json1_1Headers = (output, context) => {
|
|
4807
|
+
return {
|
|
4808
|
+
MatchPattern: output.MatchPattern !== undefined && output.MatchPattern !== null
|
|
4809
|
+
? deserializeAws_json1_1HeaderMatchPattern(output.MatchPattern, context)
|
|
4810
|
+
: undefined,
|
|
4811
|
+
MatchScope: (0, smithy_client_1.expectString)(output.MatchScope),
|
|
4812
|
+
OversizeHandling: (0, smithy_client_1.expectString)(output.OversizeHandling),
|
|
4813
|
+
};
|
|
4814
|
+
};
|
|
4650
4815
|
const deserializeAws_json1_1HTTPHeader = (output, context) => {
|
|
4651
4816
|
return {
|
|
4652
4817
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
@@ -4746,6 +4911,7 @@ const deserializeAws_json1_1JsonBody = (output, context) => {
|
|
|
4746
4911
|
? deserializeAws_json1_1JsonMatchPattern(output.MatchPattern, context)
|
|
4747
4912
|
: undefined,
|
|
4748
4913
|
MatchScope: (0, smithy_client_1.expectString)(output.MatchScope),
|
|
4914
|
+
OversizeHandling: (0, smithy_client_1.expectString)(output.OversizeHandling),
|
|
4749
4915
|
};
|
|
4750
4916
|
};
|
|
4751
4917
|
const deserializeAws_json1_1JsonMatchPattern = (output, context) => {
|
|
@@ -5632,6 +5798,11 @@ const deserializeAws_json1_1WAFAssociatedItemException = (output, context) => {
|
|
|
5632
5798
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
5633
5799
|
};
|
|
5634
5800
|
};
|
|
5801
|
+
const deserializeAws_json1_1WAFConfigurationWarningException = (output, context) => {
|
|
5802
|
+
return {
|
|
5803
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
5804
|
+
};
|
|
5805
|
+
};
|
|
5635
5806
|
const deserializeAws_json1_1WAFDuplicateItemException = (output, context) => {
|
|
5636
5807
|
return {
|
|
5637
5808
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
@@ -32,10 +32,38 @@ export var AllQueryArguments;
|
|
|
32
32
|
(function (AllQueryArguments) {
|
|
33
33
|
AllQueryArguments.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
34
|
})(AllQueryArguments || (AllQueryArguments = {}));
|
|
35
|
+
export var OversizeHandling;
|
|
36
|
+
(function (OversizeHandling) {
|
|
37
|
+
OversizeHandling["CONTINUE"] = "CONTINUE";
|
|
38
|
+
OversizeHandling["MATCH"] = "MATCH";
|
|
39
|
+
OversizeHandling["NO_MATCH"] = "NO_MATCH";
|
|
40
|
+
})(OversizeHandling || (OversizeHandling = {}));
|
|
35
41
|
export var Body;
|
|
36
42
|
(function (Body) {
|
|
37
43
|
Body.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
44
|
})(Body || (Body = {}));
|
|
45
|
+
export var CookieMatchPattern;
|
|
46
|
+
(function (CookieMatchPattern) {
|
|
47
|
+
CookieMatchPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
+
})(CookieMatchPattern || (CookieMatchPattern = {}));
|
|
49
|
+
export var MapMatchScope;
|
|
50
|
+
(function (MapMatchScope) {
|
|
51
|
+
MapMatchScope["ALL"] = "ALL";
|
|
52
|
+
MapMatchScope["KEY"] = "KEY";
|
|
53
|
+
MapMatchScope["VALUE"] = "VALUE";
|
|
54
|
+
})(MapMatchScope || (MapMatchScope = {}));
|
|
55
|
+
export var Cookies;
|
|
56
|
+
(function (Cookies) {
|
|
57
|
+
Cookies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(Cookies || (Cookies = {}));
|
|
59
|
+
export var HeaderMatchPattern;
|
|
60
|
+
(function (HeaderMatchPattern) {
|
|
61
|
+
HeaderMatchPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(HeaderMatchPattern || (HeaderMatchPattern = {}));
|
|
63
|
+
export var Headers;
|
|
64
|
+
(function (Headers) {
|
|
65
|
+
Headers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(Headers || (Headers = {}));
|
|
39
67
|
export var BodyParsingFallbackBehavior;
|
|
40
68
|
(function (BodyParsingFallbackBehavior) {
|
|
41
69
|
BodyParsingFallbackBehavior["EVALUATE_AS_STRING"] = "EVALUATE_AS_STRING";
|
|
@@ -366,6 +394,7 @@ export var CountryCode;
|
|
|
366
394
|
CountryCode["VU"] = "VU";
|
|
367
395
|
CountryCode["WF"] = "WF";
|
|
368
396
|
CountryCode["WS"] = "WS";
|
|
397
|
+
CountryCode["XK"] = "XK";
|
|
369
398
|
CountryCode["YE"] = "YE";
|
|
370
399
|
CountryCode["YT"] = "YT";
|
|
371
400
|
CountryCode["ZA"] = "ZA";
|
|
@@ -508,6 +537,7 @@ export var ParameterExceptionField;
|
|
|
508
537
|
ParameterExceptionField["BODY_PARSING_FALLBACK_BEHAVIOR"] = "BODY_PARSING_FALLBACK_BEHAVIOR";
|
|
509
538
|
ParameterExceptionField["BYTE_MATCH_STATEMENT"] = "BYTE_MATCH_STATEMENT";
|
|
510
539
|
ParameterExceptionField["CHANGE_PROPAGATION_STATUS"] = "CHANGE_PROPAGATION_STATUS";
|
|
540
|
+
ParameterExceptionField["COOKIE_MATCH_PATTERN"] = "COOKIE_MATCH_PATTERN";
|
|
511
541
|
ParameterExceptionField["CUSTOM_REQUEST_HANDLING"] = "CUSTOM_REQUEST_HANDLING";
|
|
512
542
|
ParameterExceptionField["CUSTOM_RESPONSE"] = "CUSTOM_RESPONSE";
|
|
513
543
|
ParameterExceptionField["CUSTOM_RESPONSE_BODY"] = "CUSTOM_RESPONSE_BODY";
|
|
@@ -521,6 +551,7 @@ export var ParameterExceptionField;
|
|
|
521
551
|
ParameterExceptionField["FIREWALL_MANAGER_STATEMENT"] = "FIREWALL_MANAGER_STATEMENT";
|
|
522
552
|
ParameterExceptionField["FORWARDED_IP_CONFIG"] = "FORWARDED_IP_CONFIG";
|
|
523
553
|
ParameterExceptionField["GEO_MATCH_STATEMENT"] = "GEO_MATCH_STATEMENT";
|
|
554
|
+
ParameterExceptionField["HEADER_MATCH_PATTERN"] = "HEADER_MATCH_PATTERN";
|
|
524
555
|
ParameterExceptionField["HEADER_NAME"] = "HEADER_NAME";
|
|
525
556
|
ParameterExceptionField["IP_ADDRESS"] = "IP_ADDRESS";
|
|
526
557
|
ParameterExceptionField["IP_ADDRESS_VERSION"] = "IP_ADDRESS_VERSION";
|
|
@@ -535,10 +566,12 @@ export var ParameterExceptionField;
|
|
|
535
566
|
ParameterExceptionField["MANAGED_RULE_GROUP_CONFIG"] = "MANAGED_RULE_GROUP_CONFIG";
|
|
536
567
|
ParameterExceptionField["MANAGED_RULE_SET"] = "MANAGED_RULE_SET";
|
|
537
568
|
ParameterExceptionField["MANAGED_RULE_SET_STATEMENT"] = "MANAGED_RULE_SET_STATEMENT";
|
|
569
|
+
ParameterExceptionField["MAP_MATCH_SCOPE"] = "MAP_MATCH_SCOPE";
|
|
538
570
|
ParameterExceptionField["METRIC_NAME"] = "METRIC_NAME";
|
|
539
571
|
ParameterExceptionField["NOT_STATEMENT"] = "NOT_STATEMENT";
|
|
540
572
|
ParameterExceptionField["OR_STATEMENT"] = "OR_STATEMENT";
|
|
541
573
|
ParameterExceptionField["OVERRIDE_ACTION"] = "OVERRIDE_ACTION";
|
|
574
|
+
ParameterExceptionField["OVERSIZE_HANDLING"] = "OVERSIZE_HANDLING";
|
|
542
575
|
ParameterExceptionField["PAYLOAD_TYPE"] = "PAYLOAD_TYPE";
|
|
543
576
|
ParameterExceptionField["POSITION"] = "POSITION";
|
|
544
577
|
ParameterExceptionField["RATE_BASED_STATEMENT"] = "RATE_BASED_STATEMENT";
|
|
@@ -828,6 +861,19 @@ export var CreateWebACLResponse;
|
|
|
828
861
|
(function (CreateWebACLResponse) {
|
|
829
862
|
CreateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
863
|
})(CreateWebACLResponse || (CreateWebACLResponse = {}));
|
|
864
|
+
var WAFConfigurationWarningException = (function (_super) {
|
|
865
|
+
__extends(WAFConfigurationWarningException, _super);
|
|
866
|
+
function WAFConfigurationWarningException(opts) {
|
|
867
|
+
var _this = _super.call(this, __assign({ name: "WAFConfigurationWarningException", $fault: "client" }, opts)) || this;
|
|
868
|
+
_this.name = "WAFConfigurationWarningException";
|
|
869
|
+
_this.$fault = "client";
|
|
870
|
+
Object.setPrototypeOf(_this, WAFConfigurationWarningException.prototype);
|
|
871
|
+
_this.Message = opts.Message;
|
|
872
|
+
return _this;
|
|
873
|
+
}
|
|
874
|
+
return WAFConfigurationWarningException;
|
|
875
|
+
}(__BaseException));
|
|
876
|
+
export { WAFConfigurationWarningException };
|
|
831
877
|
export var DeleteFirewallManagerRuleGroupsRequest;
|
|
832
878
|
(function (DeleteFirewallManagerRuleGroupsRequest) {
|
|
833
879
|
DeleteFirewallManagerRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|