@aws-sdk/client-wafv2 3.48.0 → 3.52.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 +35 -0
- package/dist-cjs/WAFV2.js +45 -0
- package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +36 -0
- package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +36 -0
- package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +83 -4
- package/dist-cjs/protocols/Aws_json1_1.js +382 -2
- package/dist-es/WAFV2.js +45 -0
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +39 -0
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +39 -0
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +56 -0
- package/dist-es/protocols/Aws_json1_1.js +391 -1
- package/dist-types/WAFV2.d.ts +24 -0
- package/dist-types/WAFV2Client.d.ts +5 -2
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +36 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +36 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +36 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +224 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/WAFV2.d.ts +15 -0
- package/dist-types/ts3.4/WAFV2Client.d.ts +5 -2
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/package.json +40 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
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.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
package/dist-cjs/WAFV2.js
CHANGED
|
@@ -16,9 +16,11 @@ const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
|
|
|
16
16
|
const DeleteWebACLCommand_1 = require("./commands/DeleteWebACLCommand");
|
|
17
17
|
const DescribeManagedRuleGroupCommand_1 = require("./commands/DescribeManagedRuleGroupCommand");
|
|
18
18
|
const DisassociateWebACLCommand_1 = require("./commands/DisassociateWebACLCommand");
|
|
19
|
+
const GenerateMobileSdkReleaseUrlCommand_1 = require("./commands/GenerateMobileSdkReleaseUrlCommand");
|
|
19
20
|
const GetIPSetCommand_1 = require("./commands/GetIPSetCommand");
|
|
20
21
|
const GetLoggingConfigurationCommand_1 = require("./commands/GetLoggingConfigurationCommand");
|
|
21
22
|
const GetManagedRuleSetCommand_1 = require("./commands/GetManagedRuleSetCommand");
|
|
23
|
+
const GetMobileSdkReleaseCommand_1 = require("./commands/GetMobileSdkReleaseCommand");
|
|
22
24
|
const GetPermissionPolicyCommand_1 = require("./commands/GetPermissionPolicyCommand");
|
|
23
25
|
const GetRateBasedStatementManagedKeysCommand_1 = require("./commands/GetRateBasedStatementManagedKeysCommand");
|
|
24
26
|
const GetRegexPatternSetCommand_1 = require("./commands/GetRegexPatternSetCommand");
|
|
@@ -31,6 +33,7 @@ const ListAvailableManagedRuleGroupVersionsCommand_1 = require("./commands/ListA
|
|
|
31
33
|
const ListIPSetsCommand_1 = require("./commands/ListIPSetsCommand");
|
|
32
34
|
const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
|
|
33
35
|
const ListManagedRuleSetsCommand_1 = require("./commands/ListManagedRuleSetsCommand");
|
|
36
|
+
const ListMobileSdkReleasesCommand_1 = require("./commands/ListMobileSdkReleasesCommand");
|
|
34
37
|
const ListRegexPatternSetsCommand_1 = require("./commands/ListRegexPatternSetsCommand");
|
|
35
38
|
const ListResourcesForWebACLCommand_1 = require("./commands/ListResourcesForWebACLCommand");
|
|
36
39
|
const ListRuleGroupsCommand_1 = require("./commands/ListRuleGroupsCommand");
|
|
@@ -258,6 +261,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
258
261
|
return this.send(command, optionsOrCb);
|
|
259
262
|
}
|
|
260
263
|
}
|
|
264
|
+
generateMobileSdkReleaseUrl(args, optionsOrCb, cb) {
|
|
265
|
+
const command = new GenerateMobileSdkReleaseUrlCommand_1.GenerateMobileSdkReleaseUrlCommand(args);
|
|
266
|
+
if (typeof optionsOrCb === "function") {
|
|
267
|
+
this.send(command, optionsOrCb);
|
|
268
|
+
}
|
|
269
|
+
else if (typeof cb === "function") {
|
|
270
|
+
if (typeof optionsOrCb !== "object")
|
|
271
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
272
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
273
|
+
}
|
|
274
|
+
else {
|
|
275
|
+
return this.send(command, optionsOrCb);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
261
278
|
getIPSet(args, optionsOrCb, cb) {
|
|
262
279
|
const command = new GetIPSetCommand_1.GetIPSetCommand(args);
|
|
263
280
|
if (typeof optionsOrCb === "function") {
|
|
@@ -300,6 +317,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
300
317
|
return this.send(command, optionsOrCb);
|
|
301
318
|
}
|
|
302
319
|
}
|
|
320
|
+
getMobileSdkRelease(args, optionsOrCb, cb) {
|
|
321
|
+
const command = new GetMobileSdkReleaseCommand_1.GetMobileSdkReleaseCommand(args);
|
|
322
|
+
if (typeof optionsOrCb === "function") {
|
|
323
|
+
this.send(command, optionsOrCb);
|
|
324
|
+
}
|
|
325
|
+
else if (typeof cb === "function") {
|
|
326
|
+
if (typeof optionsOrCb !== "object")
|
|
327
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
+
}
|
|
330
|
+
else {
|
|
331
|
+
return this.send(command, optionsOrCb);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
303
334
|
getPermissionPolicy(args, optionsOrCb, cb) {
|
|
304
335
|
const command = new GetPermissionPolicyCommand_1.GetPermissionPolicyCommand(args);
|
|
305
336
|
if (typeof optionsOrCb === "function") {
|
|
@@ -468,6 +499,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
468
499
|
return this.send(command, optionsOrCb);
|
|
469
500
|
}
|
|
470
501
|
}
|
|
502
|
+
listMobileSdkReleases(args, optionsOrCb, cb) {
|
|
503
|
+
const command = new ListMobileSdkReleasesCommand_1.ListMobileSdkReleasesCommand(args);
|
|
504
|
+
if (typeof optionsOrCb === "function") {
|
|
505
|
+
this.send(command, optionsOrCb);
|
|
506
|
+
}
|
|
507
|
+
else if (typeof cb === "function") {
|
|
508
|
+
if (typeof optionsOrCb !== "object")
|
|
509
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
510
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
511
|
+
}
|
|
512
|
+
else {
|
|
513
|
+
return this.send(command, optionsOrCb);
|
|
514
|
+
}
|
|
515
|
+
}
|
|
471
516
|
listRegexPatternSets(args, optionsOrCb, cb) {
|
|
472
517
|
const command = new ListRegexPatternSetsCommand_1.ListRegexPatternSetsCommand(args);
|
|
473
518
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenerateMobileSdkReleaseUrlCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GenerateMobileSdkReleaseUrlCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "GenerateMobileSdkReleaseUrlCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GenerateMobileSdkReleaseUrlRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GenerateMobileSdkReleaseUrlResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1GenerateMobileSdkReleaseUrlCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1GenerateMobileSdkReleaseUrlCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetMobileSdkReleaseCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GetMobileSdkReleaseCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "GetMobileSdkReleaseCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetMobileSdkReleaseRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetMobileSdkReleaseResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1GetMobileSdkReleaseCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetMobileSdkReleaseCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListMobileSdkReleasesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ListMobileSdkReleasesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "ListMobileSdkReleasesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListMobileSdkReleasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListMobileSdkReleasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1ListMobileSdkReleasesCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1ListMobileSdkReleasesCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListMobileSdkReleasesCommand = ListMobileSdkReleasesCommand;
|
|
@@ -16,9 +16,11 @@ tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
|
|
|
16
16
|
tslib_1.__exportStar(require("./DeleteWebACLCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./DescribeManagedRuleGroupCommand"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./DisassociateWebACLCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GenerateMobileSdkReleaseUrlCommand"), exports);
|
|
19
20
|
tslib_1.__exportStar(require("./GetIPSetCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./GetLoggingConfigurationCommand"), exports);
|
|
21
22
|
tslib_1.__exportStar(require("./GetManagedRuleSetCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetMobileSdkReleaseCommand"), exports);
|
|
22
24
|
tslib_1.__exportStar(require("./GetPermissionPolicyCommand"), exports);
|
|
23
25
|
tslib_1.__exportStar(require("./GetRateBasedStatementManagedKeysCommand"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./GetRegexPatternSetCommand"), exports);
|
|
@@ -31,6 +33,7 @@ tslib_1.__exportStar(require("./ListAvailableManagedRuleGroupsCommand"), exports
|
|
|
31
33
|
tslib_1.__exportStar(require("./ListIPSetsCommand"), exports);
|
|
32
34
|
tslib_1.__exportStar(require("./ListLoggingConfigurationsCommand"), exports);
|
|
33
35
|
tslib_1.__exportStar(require("./ListManagedRuleSetsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListMobileSdkReleasesCommand"), exports);
|
|
34
37
|
tslib_1.__exportStar(require("./ListRegexPatternSetsCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./ListResourcesForWebACLCommand"), exports);
|
|
36
39
|
tslib_1.__exportStar(require("./ListRuleGroupsCommand"), exports);
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.CaptchaAction = exports.BlockAction = exports.CustomResponse = exports.ParameterExceptionField = exports.AssociateWebACLResponse = exports.AssociateWebACLRequest = 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.Body = exports.AllQueryArguments = exports.AllowAction = exports.CustomRequestHandling = exports.CustomHTTPHeader = exports.All = exports.ActionCondition = exports.ActionValue = void 0;
|
|
4
|
+
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.DeleteIPSetResponse = exports.DeleteIPSetRequest = exports.DeleteFirewallManagerRuleGroupsResponse = exports.DeleteFirewallManagerRuleGroupsRequest = exports.CreateWebACLResponse = exports.WebACLSummary = exports.DefaultAction = exports.CreateRuleGroupResponse = exports.RuleGroupSummary = exports.CustomResponseBody = exports.ResponseContentType = exports.CreateRegexPatternSetResponse = exports.RegexPatternSetSummary = exports.CreateRegexPatternSetRequest = exports.Regex = exports.CreateIPSetResponse = exports.IPSetSummary = exports.CreateIPSetRequest = exports.Tag = exports.IPAddressVersion = exports.CheckCapacityResponse = exports.Scope = exports.VisibilityConfig = exports.Label = exports.OverrideAction = exports.NoneAction = exports.CaptchaConfig = exports.ImmunityTimeProperty = exports.RuleAction = exports.CountAction = void 0;
|
|
5
|
+
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 = 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 = void 0;
|
|
6
|
+
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 = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutPermissionPolicyResponse = exports.PutPermissionPolicyRequest = exports.PutManagedRuleSetVersionsResponse = exports.PutManagedRuleSetVersionsRequest = exports.VersionToPublish = 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 = void 0;
|
|
7
|
+
exports.GetWebACLResponse = exports.GetWebACLForResourceResponse = exports.WebACL = void 0;
|
|
7
8
|
var ActionValue;
|
|
8
9
|
(function (ActionValue) {
|
|
9
10
|
ActionValue["ALLOW"] = "ALLOW";
|
|
@@ -462,6 +463,29 @@ var ExcludedRule;
|
|
|
462
463
|
...obj,
|
|
463
464
|
});
|
|
464
465
|
})(ExcludedRule = exports.ExcludedRule || (exports.ExcludedRule = {}));
|
|
466
|
+
var PasswordField;
|
|
467
|
+
(function (PasswordField) {
|
|
468
|
+
PasswordField.filterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
})(PasswordField = exports.PasswordField || (exports.PasswordField = {}));
|
|
472
|
+
var PayloadType;
|
|
473
|
+
(function (PayloadType) {
|
|
474
|
+
PayloadType["FORM_ENCODED"] = "FORM_ENCODED";
|
|
475
|
+
PayloadType["JSON"] = "JSON";
|
|
476
|
+
})(PayloadType = exports.PayloadType || (exports.PayloadType = {}));
|
|
477
|
+
var UsernameField;
|
|
478
|
+
(function (UsernameField) {
|
|
479
|
+
UsernameField.filterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
})(UsernameField = exports.UsernameField || (exports.UsernameField = {}));
|
|
483
|
+
var ManagedRuleGroupConfig;
|
|
484
|
+
(function (ManagedRuleGroupConfig) {
|
|
485
|
+
ManagedRuleGroupConfig.filterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
})(ManagedRuleGroupConfig = exports.ManagedRuleGroupConfig || (exports.ManagedRuleGroupConfig = {}));
|
|
465
489
|
var RateBasedStatementAggregateKeyType;
|
|
466
490
|
(function (RateBasedStatementAggregateKeyType) {
|
|
467
491
|
RateBasedStatementAggregateKeyType["FORWARDED_IP"] = "FORWARDED_IP";
|
|
@@ -555,12 +579,14 @@ var ParameterExceptionField;
|
|
|
555
579
|
ParameterExceptionField["LABEL_MATCH_STATEMENT"] = "LABEL_MATCH_STATEMENT";
|
|
556
580
|
ParameterExceptionField["LOGGING_FILTER"] = "LOGGING_FILTER";
|
|
557
581
|
ParameterExceptionField["LOG_DESTINATION"] = "LOG_DESTINATION";
|
|
582
|
+
ParameterExceptionField["MANAGED_RULE_GROUP_CONFIG"] = "MANAGED_RULE_GROUP_CONFIG";
|
|
558
583
|
ParameterExceptionField["MANAGED_RULE_SET"] = "MANAGED_RULE_SET";
|
|
559
584
|
ParameterExceptionField["MANAGED_RULE_SET_STATEMENT"] = "MANAGED_RULE_SET_STATEMENT";
|
|
560
585
|
ParameterExceptionField["METRIC_NAME"] = "METRIC_NAME";
|
|
561
586
|
ParameterExceptionField["NOT_STATEMENT"] = "NOT_STATEMENT";
|
|
562
587
|
ParameterExceptionField["OR_STATEMENT"] = "OR_STATEMENT";
|
|
563
588
|
ParameterExceptionField["OVERRIDE_ACTION"] = "OVERRIDE_ACTION";
|
|
589
|
+
ParameterExceptionField["PAYLOAD_TYPE"] = "PAYLOAD_TYPE";
|
|
564
590
|
ParameterExceptionField["POSITION"] = "POSITION";
|
|
565
591
|
ParameterExceptionField["RATE_BASED_STATEMENT"] = "RATE_BASED_STATEMENT";
|
|
566
592
|
ParameterExceptionField["REGEX_PATTERN_REFERENCE_STATEMENT"] = "REGEX_PATTERN_REFERENCE_STATEMENT";
|
|
@@ -876,6 +902,23 @@ var DisassociateWebACLResponse;
|
|
|
876
902
|
...obj,
|
|
877
903
|
});
|
|
878
904
|
})(DisassociateWebACLResponse = exports.DisassociateWebACLResponse || (exports.DisassociateWebACLResponse = {}));
|
|
905
|
+
var Platform;
|
|
906
|
+
(function (Platform) {
|
|
907
|
+
Platform["ANDROID"] = "ANDROID";
|
|
908
|
+
Platform["IOS"] = "IOS";
|
|
909
|
+
})(Platform = exports.Platform || (exports.Platform = {}));
|
|
910
|
+
var GenerateMobileSdkReleaseUrlRequest;
|
|
911
|
+
(function (GenerateMobileSdkReleaseUrlRequest) {
|
|
912
|
+
GenerateMobileSdkReleaseUrlRequest.filterSensitiveLog = (obj) => ({
|
|
913
|
+
...obj,
|
|
914
|
+
});
|
|
915
|
+
})(GenerateMobileSdkReleaseUrlRequest = exports.GenerateMobileSdkReleaseUrlRequest || (exports.GenerateMobileSdkReleaseUrlRequest = {}));
|
|
916
|
+
var GenerateMobileSdkReleaseUrlResponse;
|
|
917
|
+
(function (GenerateMobileSdkReleaseUrlResponse) {
|
|
918
|
+
GenerateMobileSdkReleaseUrlResponse.filterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
})(GenerateMobileSdkReleaseUrlResponse = exports.GenerateMobileSdkReleaseUrlResponse || (exports.GenerateMobileSdkReleaseUrlResponse = {}));
|
|
879
922
|
var GetIPSetRequest;
|
|
880
923
|
(function (GetIPSetRequest) {
|
|
881
924
|
GetIPSetRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -970,6 +1013,24 @@ var GetManagedRuleSetResponse;
|
|
|
970
1013
|
...obj,
|
|
971
1014
|
});
|
|
972
1015
|
})(GetManagedRuleSetResponse = exports.GetManagedRuleSetResponse || (exports.GetManagedRuleSetResponse = {}));
|
|
1016
|
+
var GetMobileSdkReleaseRequest;
|
|
1017
|
+
(function (GetMobileSdkReleaseRequest) {
|
|
1018
|
+
GetMobileSdkReleaseRequest.filterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
})(GetMobileSdkReleaseRequest = exports.GetMobileSdkReleaseRequest || (exports.GetMobileSdkReleaseRequest = {}));
|
|
1022
|
+
var MobileSdkRelease;
|
|
1023
|
+
(function (MobileSdkRelease) {
|
|
1024
|
+
MobileSdkRelease.filterSensitiveLog = (obj) => ({
|
|
1025
|
+
...obj,
|
|
1026
|
+
});
|
|
1027
|
+
})(MobileSdkRelease = exports.MobileSdkRelease || (exports.MobileSdkRelease = {}));
|
|
1028
|
+
var GetMobileSdkReleaseResponse;
|
|
1029
|
+
(function (GetMobileSdkReleaseResponse) {
|
|
1030
|
+
GetMobileSdkReleaseResponse.filterSensitiveLog = (obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
});
|
|
1033
|
+
})(GetMobileSdkReleaseResponse = exports.GetMobileSdkReleaseResponse || (exports.GetMobileSdkReleaseResponse = {}));
|
|
973
1034
|
var GetPermissionPolicyRequest;
|
|
974
1035
|
(function (GetPermissionPolicyRequest) {
|
|
975
1036
|
GetPermissionPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1161,6 +1222,24 @@ var ListManagedRuleSetsResponse;
|
|
|
1161
1222
|
...obj,
|
|
1162
1223
|
});
|
|
1163
1224
|
})(ListManagedRuleSetsResponse = exports.ListManagedRuleSetsResponse || (exports.ListManagedRuleSetsResponse = {}));
|
|
1225
|
+
var ListMobileSdkReleasesRequest;
|
|
1226
|
+
(function (ListMobileSdkReleasesRequest) {
|
|
1227
|
+
ListMobileSdkReleasesRequest.filterSensitiveLog = (obj) => ({
|
|
1228
|
+
...obj,
|
|
1229
|
+
});
|
|
1230
|
+
})(ListMobileSdkReleasesRequest = exports.ListMobileSdkReleasesRequest || (exports.ListMobileSdkReleasesRequest = {}));
|
|
1231
|
+
var ReleaseSummary;
|
|
1232
|
+
(function (ReleaseSummary) {
|
|
1233
|
+
ReleaseSummary.filterSensitiveLog = (obj) => ({
|
|
1234
|
+
...obj,
|
|
1235
|
+
});
|
|
1236
|
+
})(ReleaseSummary = exports.ReleaseSummary || (exports.ReleaseSummary = {}));
|
|
1237
|
+
var ListMobileSdkReleasesResponse;
|
|
1238
|
+
(function (ListMobileSdkReleasesResponse) {
|
|
1239
|
+
ListMobileSdkReleasesResponse.filterSensitiveLog = (obj) => ({
|
|
1240
|
+
...obj,
|
|
1241
|
+
});
|
|
1242
|
+
})(ListMobileSdkReleasesResponse = exports.ListMobileSdkReleasesResponse || (exports.ListMobileSdkReleasesResponse = {}));
|
|
1164
1243
|
var ListRegexPatternSetsRequest;
|
|
1165
1244
|
(function (ListRegexPatternSetsRequest) {
|
|
1166
1245
|
ListRegexPatternSetsRequest.filterSensitiveLog = (obj) => ({
|