@aws-sdk/client-wafv2 3.128.0 → 3.137.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateWebACLCommand.js +2 -2
- package/dist-cjs/commands/CheckCapacityCommand.js +2 -2
- package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateWebACLCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebACLCommand.js +2 -2
- package/dist-cjs/commands/DescribeManagedRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DisassociateWebACLCommand.js +2 -2
- package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -2
- package/dist-cjs/commands/GetIPSetCommand.js +2 -2
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetManagedRuleSetCommand.js +2 -2
- package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRateBasedStatementManagedKeysCommand.js +2 -2
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/GetRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-cjs/commands/GetWebACLCommand.js +2 -2
- package/dist-cjs/commands/GetWebACLForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableManagedRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListManagedRuleSetsCommand.js +2 -2
- package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +2 -2
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesForWebACLCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebACLsCommand.js +2 -2
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutManagedRuleSetVersionsCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebACLCommand.js +2 -2
- package/dist-cjs/models/models_0.js +754 -1121
- package/dist-cjs/protocols/Aws_json1_1.js +5 -0
- package/dist-es/commands/AssociateWebACLCommand.js +3 -3
- package/dist-es/commands/CheckCapacityCommand.js +3 -3
- package/dist-es/commands/CreateIPSetCommand.js +3 -3
- package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/CreateWebACLCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +3 -3
- package/dist-es/commands/DeleteIPSetCommand.js +3 -3
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteWebACLCommand.js +3 -3
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +3 -3
- package/dist-es/commands/DisassociateWebACLCommand.js +3 -3
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +3 -3
- package/dist-es/commands/GetIPSetCommand.js +3 -3
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/GetManagedRuleSetCommand.js +3 -3
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +3 -3
- package/dist-es/commands/GetPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +3 -3
- package/dist-es/commands/GetRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/GetRuleGroupCommand.js +3 -3
- package/dist-es/commands/GetSampledRequestsCommand.js +3 -3
- package/dist-es/commands/GetWebACLCommand.js +3 -3
- package/dist-es/commands/GetWebACLForResourceCommand.js +3 -3
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +3 -3
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListIPSetsCommand.js +3 -3
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListManagedRuleSetsCommand.js +3 -3
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +3 -3
- package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListResourcesForWebACLCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebACLsCommand.js +3 -3
- package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +3 -3
- package/dist-es/commands/PutPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateIPSetCommand.js +3 -3
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +3 -3
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateWebACLCommand.js +3 -3
- package/dist-es/models/models_0.js +191 -744
- package/dist-es/protocols/Aws_json1_1.js +5 -1
- package/dist-types/WAFV2.d.ts +30 -15
- package/dist-types/WAFV2Client.d.ts +1 -1
- package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -5
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -2
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +2 -1
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +14 -3
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1002 -1299
- package/dist-types/ts3.4/models/models_0.d.ts +0 -76
- package/package.json +9 -9
|
@@ -3967,6 +3967,7 @@ const serializeAws_json1_1SizeConstraintStatement = (input, context) => {
|
|
|
3967
3967
|
const serializeAws_json1_1SqliMatchStatement = (input, context) => {
|
|
3968
3968
|
return {
|
|
3969
3969
|
...(input.FieldToMatch != null && { FieldToMatch: serializeAws_json1_1FieldToMatch(input.FieldToMatch, context) }),
|
|
3970
|
+
...(input.SensitivityLevel != null && { SensitivityLevel: input.SensitivityLevel }),
|
|
3970
3971
|
...(input.TextTransformations != null && {
|
|
3971
3972
|
TextTransformations: serializeAws_json1_1TextTransformations(input.TextTransformations, context),
|
|
3972
3973
|
}),
|
|
@@ -5378,6 +5379,7 @@ const deserializeAws_json1_1SizeConstraintStatement = (output, context) => {
|
|
|
5378
5379
|
const deserializeAws_json1_1SqliMatchStatement = (output, context) => {
|
|
5379
5380
|
return {
|
|
5380
5381
|
FieldToMatch: output.FieldToMatch != null ? deserializeAws_json1_1FieldToMatch(output.FieldToMatch, context) : undefined,
|
|
5382
|
+
SensitivityLevel: (0, smithy_client_1.expectString)(output.SensitivityLevel),
|
|
5381
5383
|
TextTransformations: output.TextTransformations != null
|
|
5382
5384
|
? deserializeAws_json1_1TextTransformations(output.TextTransformations, context)
|
|
5383
5385
|
: undefined,
|
|
@@ -5724,6 +5726,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
5724
5726
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
5725
5727
|
const sanitizeErrorCode = (rawValue) => {
|
|
5726
5728
|
let cleanValue = rawValue;
|
|
5729
|
+
if (typeof cleanValue === "number") {
|
|
5730
|
+
cleanValue = cleanValue.toString();
|
|
5731
|
+
}
|
|
5727
5732
|
if (cleanValue.indexOf(":") >= 0) {
|
|
5728
5733
|
cleanValue = cleanValue.split(":")[0];
|
|
5729
5734
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateWebACLRequestFilterSensitiveLog, AssociateWebACLResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateWebACLCommand, serializeAws_json1_1AssociateWebACLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateWebACLCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateWebACLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateWebACLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateWebACLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateWebACLResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CheckCapacityRequestFilterSensitiveLog, CheckCapacityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CheckCapacityCommand, serializeAws_json1_1CheckCapacityCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CheckCapacityCommand = (function (_super) {
|
|
7
7
|
__extends(CheckCapacityCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CheckCapacityCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CheckCapacityRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CheckCapacityResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateIPSetRequestFilterSensitiveLog, CreateIPSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateIPSetCommand, serializeAws_json1_1CreateIPSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateIPSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIPSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateIPSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateIPSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateIPSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRegexPatternSetRequestFilterSensitiveLog, CreateRegexPatternSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateRegexPatternSetCommand, serializeAws_json1_1CreateRegexPatternSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateRegexPatternSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRegexPatternSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRegexPatternSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRegexPatternSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRegexPatternSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRuleGroupRequestFilterSensitiveLog, CreateRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateRuleGroupCommand, serializeAws_json1_1CreateRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateWebACLRequestFilterSensitiveLog, CreateWebACLResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateWebACLCommand, serializeAws_json1_1CreateWebACLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateWebACLCommand = (function (_super) {
|
|
7
7
|
__extends(CreateWebACLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateWebACLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateWebACLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateWebACLResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFirewallManagerRuleGroupsRequestFilterSensitiveLog, DeleteFirewallManagerRuleGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand, serializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFirewallManagerRuleGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallManagerRuleGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallManagerRuleGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallManagerRuleGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallManagerRuleGroupsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteIPSetRequestFilterSensitiveLog, DeleteIPSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteIPSetCommand, serializeAws_json1_1DeleteIPSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteIPSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteIPSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteIPSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteIPSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteIPSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteLoggingConfigurationRequestFilterSensitiveLog, DeleteLoggingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteLoggingConfigurationCommand, serializeAws_json1_1DeleteLoggingConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteLoggingConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLoggingConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLoggingConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLoggingConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLoggingConfigurationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeletePermissionPolicyRequestFilterSensitiveLog, DeletePermissionPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeletePermissionPolicyCommand, serializeAws_json1_1DeletePermissionPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePermissionPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePermissionPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePermissionPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePermissionPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePermissionPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRegexPatternSetRequestFilterSensitiveLog, DeleteRegexPatternSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRegexPatternSetCommand, serializeAws_json1_1DeleteRegexPatternSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRegexPatternSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRegexPatternSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRegexPatternSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRegexPatternSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRegexPatternSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRuleGroupRequestFilterSensitiveLog, DeleteRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRuleGroupCommand, serializeAws_json1_1DeleteRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteWebACLRequestFilterSensitiveLog, DeleteWebACLResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteWebACLCommand, serializeAws_json1_1DeleteWebACLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteWebACLCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteWebACLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteWebACLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteWebACLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteWebACLResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeManagedRuleGroupRequestFilterSensitiveLog, DescribeManagedRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeManagedRuleGroupCommand, serializeAws_json1_1DescribeManagedRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeManagedRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeManagedRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeManagedRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeManagedRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeManagedRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateWebACLRequestFilterSensitiveLog, DisassociateWebACLResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateWebACLCommand, serializeAws_json1_1DisassociateWebACLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateWebACLCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateWebACLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateWebACLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateWebACLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateWebACLResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GenerateMobileSdkReleaseUrlRequestFilterSensitiveLog, GenerateMobileSdkReleaseUrlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GenerateMobileSdkReleaseUrlCommand, serializeAws_json1_1GenerateMobileSdkReleaseUrlCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GenerateMobileSdkReleaseUrlCommand = (function (_super) {
|
|
7
7
|
__extends(GenerateMobileSdkReleaseUrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GenerateMobileSdkReleaseUrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GenerateMobileSdkReleaseUrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GenerateMobileSdkReleaseUrlResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetIPSetRequestFilterSensitiveLog, GetIPSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetIPSetCommand, serializeAws_json1_1GetIPSetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetIPSetCommand = (function (_super) {
|
|
7
7
|
__extends(GetIPSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetIPSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetIPSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetIPSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLoggingConfigurationRequestFilterSensitiveLog, GetLoggingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetLoggingConfigurationCommand, serializeAws_json1_1GetLoggingConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetLoggingConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(GetLoggingConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLoggingConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLoggingConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLoggingConfigurationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetManagedRuleSetRequestFilterSensitiveLog, GetManagedRuleSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetManagedRuleSetCommand, serializeAws_json1_1GetManagedRuleSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetManagedRuleSetCommand = (function (_super) {
|
|
7
7
|
__extends(GetManagedRuleSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetManagedRuleSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetManagedRuleSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetManagedRuleSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMobileSdkReleaseRequestFilterSensitiveLog, GetMobileSdkReleaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetMobileSdkReleaseCommand, serializeAws_json1_1GetMobileSdkReleaseCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetMobileSdkReleaseCommand = (function (_super) {
|
|
7
7
|
__extends(GetMobileSdkReleaseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMobileSdkReleaseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMobileSdkReleaseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMobileSdkReleaseResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetPermissionPolicyRequestFilterSensitiveLog, GetPermissionPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetPermissionPolicyCommand, serializeAws_json1_1GetPermissionPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPermissionPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetPermissionPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPermissionPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPermissionPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPermissionPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRateBasedStatementManagedKeysRequestFilterSensitiveLog, GetRateBasedStatementManagedKeysResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRateBasedStatementManagedKeysCommand, serializeAws_json1_1GetRateBasedStatementManagedKeysCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRateBasedStatementManagedKeysCommand = (function (_super) {
|
|
7
7
|
__extends(GetRateBasedStatementManagedKeysCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRateBasedStatementManagedKeysCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRateBasedStatementManagedKeysRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRateBasedStatementManagedKeysResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRegexPatternSetRequestFilterSensitiveLog, GetRegexPatternSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRegexPatternSetCommand, serializeAws_json1_1GetRegexPatternSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRegexPatternSetCommand = (function (_super) {
|
|
7
7
|
__extends(GetRegexPatternSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRegexPatternSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRegexPatternSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRegexPatternSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRuleGroupRequestFilterSensitiveLog, GetRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRuleGroupCommand, serializeAws_json1_1GetRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSampledRequestsRequestFilterSensitiveLog, GetSampledRequestsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSampledRequestsCommand, serializeAws_json1_1GetSampledRequestsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSampledRequestsCommand = (function (_super) {
|
|
7
7
|
__extends(GetSampledRequestsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSampledRequestsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSampledRequestsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSampledRequestsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetWebACLRequestFilterSensitiveLog, GetWebACLResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetWebACLCommand, serializeAws_json1_1GetWebACLCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetWebACLCommand = (function (_super) {
|
|
7
7
|
__extends(GetWebACLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetWebACLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetWebACLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetWebACLResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetWebACLForResourceRequestFilterSensitiveLog, GetWebACLForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetWebACLForResourceCommand, serializeAws_json1_1GetWebACLForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetWebACLForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(GetWebACLForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetWebACLForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetWebACLForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetWebACLForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListAvailableManagedRuleGroupVersionsRequestFilterSensitiveLog, ListAvailableManagedRuleGroupVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand, serializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAvailableManagedRuleGroupVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAvailableManagedRuleGroupVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAvailableManagedRuleGroupVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAvailableManagedRuleGroupVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAvailableManagedRuleGroupVersionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|