@aws-sdk/client-network-firewall 3.42.0 → 3.47.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 +47 -0
- package/dist-cjs/NetworkFirewall.js +15 -0
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +30 -75
- package/dist-cjs/protocols/Aws_json1_0.js +166 -2
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/NetworkFirewall.js +15 -0
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +21 -48
- package/dist-es/protocols/Aws_json1_0.js +225 -59
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/NetworkFirewall.d.ts +13 -1
- package/dist-types/NetworkFirewallClient.d.ts +8 -3
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +38 -0
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +136 -85
- package/dist-types/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +5 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +6 -3
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -48
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
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.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
28
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
46
|
+
|
|
47
|
+
**Note:** Version bump only for package @aws-sdk/client-network-firewall
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
54
|
|
|
8
55
|
**Note:** Version bump only for package @aws-sdk/client-network-firewall
|
|
@@ -15,6 +15,7 @@ const DescribeFirewallPolicyCommand_1 = require("./commands/DescribeFirewallPoli
|
|
|
15
15
|
const DescribeLoggingConfigurationCommand_1 = require("./commands/DescribeLoggingConfigurationCommand");
|
|
16
16
|
const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
|
|
17
17
|
const DescribeRuleGroupCommand_1 = require("./commands/DescribeRuleGroupCommand");
|
|
18
|
+
const DescribeRuleGroupMetadataCommand_1 = require("./commands/DescribeRuleGroupMetadataCommand");
|
|
18
19
|
const DisassociateSubnetsCommand_1 = require("./commands/DisassociateSubnetsCommand");
|
|
19
20
|
const ListFirewallPoliciesCommand_1 = require("./commands/ListFirewallPoliciesCommand");
|
|
20
21
|
const ListFirewallsCommand_1 = require("./commands/ListFirewallsCommand");
|
|
@@ -228,6 +229,20 @@ class NetworkFirewall extends NetworkFirewallClient_1.NetworkFirewallClient {
|
|
|
228
229
|
return this.send(command, optionsOrCb);
|
|
229
230
|
}
|
|
230
231
|
}
|
|
232
|
+
describeRuleGroupMetadata(args, optionsOrCb, cb) {
|
|
233
|
+
const command = new DescribeRuleGroupMetadataCommand_1.DescribeRuleGroupMetadataCommand(args);
|
|
234
|
+
if (typeof optionsOrCb === "function") {
|
|
235
|
+
this.send(command, optionsOrCb);
|
|
236
|
+
}
|
|
237
|
+
else if (typeof cb === "function") {
|
|
238
|
+
if (typeof optionsOrCb !== "object")
|
|
239
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
240
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
return this.send(command, optionsOrCb);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
231
246
|
disassociateSubnets(args, optionsOrCb, cb) {
|
|
232
247
|
const command = new DisassociateSubnetsCommand_1.DisassociateSubnetsCommand(args);
|
|
233
248
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeRuleGroupMetadataCommand = 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_0_1 = require("../protocols/Aws_json1_0");
|
|
8
|
+
class DescribeRuleGroupMetadataCommand 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 = "NetworkFirewallClient";
|
|
18
|
+
const commandName = "DescribeRuleGroupMetadataCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeRuleGroupMetadataRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeRuleGroupMetadataResponse.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_0_1.serializeAws_json1_0DescribeRuleGroupMetadataCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_0_1.deserializeAws_json1_0DescribeRuleGroupMetadataCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeRuleGroupMetadataCommand = DescribeRuleGroupMetadataCommand;
|
|
@@ -15,6 +15,7 @@ tslib_1.__exportStar(require("./DescribeFirewallPolicyCommand"), exports);
|
|
|
15
15
|
tslib_1.__exportStar(require("./DescribeLoggingConfigurationCommand"), exports);
|
|
16
16
|
tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./DescribeRuleGroupCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DescribeRuleGroupMetadataCommand"), exports);
|
|
18
19
|
tslib_1.__exportStar(require("./DisassociateSubnetsCommand"), exports);
|
|
19
20
|
tslib_1.__exportStar(require("./ListFirewallPoliciesCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./ListFirewallsCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"ca-central-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "network-firewall.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "network-firewall-fips.ca-central-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-1": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "network-firewall.us-east-1.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "network-firewall-fips.us-east-1.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-east-2": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "network-firewall.us-east-2.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "network-firewall-fips.us-east-2.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-east-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "network-firewall.us-gov-east-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-gov-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "network-firewall.us-gov-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-1": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "network-firewall.us-west-1.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "network-firewall-fips.us-west-1.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -77,10 +53,6 @@ const regionHash = {
|
|
|
77
53
|
},
|
|
78
54
|
"us-west-2": {
|
|
79
55
|
variants: [
|
|
80
|
-
{
|
|
81
|
-
hostname: "network-firewall.us-west-2.amazonaws.com",
|
|
82
|
-
tags: [],
|
|
83
|
-
},
|
|
84
56
|
{
|
|
85
57
|
hostname: "network-firewall-fips.us-west-2.amazonaws.com",
|
|
86
58
|
tags: ["fips"],
|
|
@@ -99,6 +71,7 @@ const partitionHash = {
|
|
|
99
71
|
"ap-south-1",
|
|
100
72
|
"ap-southeast-1",
|
|
101
73
|
"ap-southeast-2",
|
|
74
|
+
"ap-southeast-3",
|
|
102
75
|
"ca-central-1",
|
|
103
76
|
"eu-central-1",
|
|
104
77
|
"eu-north-1",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ListRuleGroupsResponse = exports.RuleGroupMetadata = exports.ListRuleGroupsRequest = exports.ListFirewallsResponse = exports.ListFirewallsRequest = exports.ListFirewallPoliciesResponse = exports.ListFirewallPoliciesRequest = exports.FirewallPolicyMetadata = exports.FirewallMetadata = exports.DisassociateSubnetsResponse = exports.DisassociateSubnetsRequest = exports.DescribeRuleGroupResponse = exports.DescribeRuleGroupRequest = exports.DescribeResourcePolicyResponse = exports.DescribeResourcePolicyRequest = exports.DescribeLoggingConfigurationResponse = exports.LoggingConfiguration = exports.LogDestinationConfig = exports.LogType = exports.LogDestinationType = exports.DescribeLoggingConfigurationRequest = exports.DescribeFirewallPolicyResponse = exports.DescribeFirewallPolicyRequest = exports.DescribeFirewallResponse = exports.DescribeFirewallRequest = exports.DeleteRuleGroupResponse = exports.DeleteRuleGroupRequest = exports.
|
|
5
|
-
exports.UpdateSubnetChangeProtectionResponse = exports.UpdateSubnetChangeProtectionRequest = exports.UpdateRuleGroupResponse = exports.UpdateRuleGroupRequest = exports.UpdateLoggingConfigurationResponse = exports.UpdateLoggingConfigurationRequest = exports.UpdateFirewallPolicyChangeProtectionResponse = exports.UpdateFirewallPolicyChangeProtectionRequest = exports.UpdateFirewallPolicyResponse = exports.UpdateFirewallPolicyRequest = exports.UpdateFirewallDescriptionResponse = exports.UpdateFirewallDescriptionRequest = exports.UpdateFirewallDeleteProtectionResponse = exports.UpdateFirewallDeleteProtectionRequest = exports.
|
|
3
|
+
exports.RulesSource = exports.StatelessRulesAndCustomActions = exports.StatelessRule = exports.RuleDefinition = exports.MatchAttributes = exports.TCPFlagField = exports.TCPFlag = exports.PortRange = exports.StatefulRule = exports.RuleOption = exports.Header = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.RulesSourceList = exports.TargetType = exports.GeneratedRulesType = exports.CreateFirewallPolicyResponse = exports.FirewallPolicyResponse = exports.ResourceStatus = exports.CreateFirewallPolicyRequest = exports.FirewallPolicy = exports.StatelessRuleGroupReference = exports.CustomAction = exports.StatefulRuleGroupReference = exports.StatefulRuleGroupOverride = exports.OverrideAction = exports.StatefulEngineOptions = exports.RuleOrder = exports.CreateFirewallResponse = exports.FirewallStatus = exports.SyncState = exports.PerObjectStatus = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.Firewall = exports.CreateFirewallRequest = exports.Tag = exports.ConfigurationSyncState = exports.Attachment = exports.AttachmentStatus = exports.AssociateSubnetsResponse = exports.AssociateSubnetsRequest = exports.SubnetMapping = exports.AssociateFirewallPolicyResponse = exports.AssociateFirewallPolicyRequest = exports.Address = exports.ActionDefinition = exports.PublishMetricAction = exports.Dimension = void 0;
|
|
4
|
+
exports.TagResourceRequest = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListRuleGroupsResponse = exports.RuleGroupMetadata = exports.ListRuleGroupsRequest = exports.ResourceManagedStatus = exports.ListFirewallsResponse = exports.ListFirewallsRequest = exports.ListFirewallPoliciesResponse = exports.ListFirewallPoliciesRequest = exports.FirewallPolicyMetadata = exports.FirewallMetadata = exports.DisassociateSubnetsResponse = exports.DisassociateSubnetsRequest = exports.DescribeRuleGroupMetadataResponse = exports.DescribeRuleGroupMetadataRequest = exports.DescribeRuleGroupResponse = exports.DescribeRuleGroupRequest = exports.DescribeResourcePolicyResponse = exports.DescribeResourcePolicyRequest = exports.DescribeLoggingConfigurationResponse = exports.LoggingConfiguration = exports.LogDestinationConfig = exports.LogType = exports.LogDestinationType = exports.DescribeLoggingConfigurationRequest = exports.DescribeFirewallPolicyResponse = exports.DescribeFirewallPolicyRequest = exports.DescribeFirewallResponse = exports.DescribeFirewallRequest = exports.DeleteRuleGroupResponse = exports.DeleteRuleGroupRequest = exports.DeleteResourcePolicyResponse = exports.DeleteResourcePolicyRequest = exports.DeleteFirewallPolicyResponse = exports.DeleteFirewallPolicyRequest = exports.DeleteFirewallResponse = exports.DeleteFirewallRequest = exports.CreateRuleGroupResponse = exports.RuleGroupResponse = exports.CreateRuleGroupRequest = exports.RuleGroupType = exports.RuleGroup = exports.StatefulRuleOptions = exports.RuleVariables = exports.PortSet = exports.IPSet = void 0;
|
|
5
|
+
exports.UpdateSubnetChangeProtectionResponse = exports.UpdateSubnetChangeProtectionRequest = exports.UpdateRuleGroupResponse = exports.UpdateRuleGroupRequest = exports.UpdateLoggingConfigurationResponse = exports.UpdateLoggingConfigurationRequest = exports.UpdateFirewallPolicyChangeProtectionResponse = exports.UpdateFirewallPolicyChangeProtectionRequest = exports.UpdateFirewallPolicyResponse = exports.UpdateFirewallPolicyRequest = exports.UpdateFirewallDescriptionResponse = exports.UpdateFirewallDescriptionRequest = exports.UpdateFirewallDeleteProtectionResponse = exports.UpdateFirewallDeleteProtectionRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = void 0;
|
|
6
6
|
var Dimension;
|
|
7
7
|
(function (Dimension) {
|
|
8
8
|
Dimension.filterSensitiveLog = (obj) => ({
|
|
@@ -39,42 +39,6 @@ var AssociateFirewallPolicyResponse;
|
|
|
39
39
|
...obj,
|
|
40
40
|
});
|
|
41
41
|
})(AssociateFirewallPolicyResponse = exports.AssociateFirewallPolicyResponse || (exports.AssociateFirewallPolicyResponse = {}));
|
|
42
|
-
var InternalServerError;
|
|
43
|
-
(function (InternalServerError) {
|
|
44
|
-
InternalServerError.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
|
|
48
|
-
var InvalidOperationException;
|
|
49
|
-
(function (InvalidOperationException) {
|
|
50
|
-
InvalidOperationException.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(InvalidOperationException = exports.InvalidOperationException || (exports.InvalidOperationException = {}));
|
|
54
|
-
var InvalidRequestException;
|
|
55
|
-
(function (InvalidRequestException) {
|
|
56
|
-
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
57
|
-
...obj,
|
|
58
|
-
});
|
|
59
|
-
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
60
|
-
var InvalidTokenException;
|
|
61
|
-
(function (InvalidTokenException) {
|
|
62
|
-
InvalidTokenException.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
});
|
|
65
|
-
})(InvalidTokenException = exports.InvalidTokenException || (exports.InvalidTokenException = {}));
|
|
66
|
-
var ResourceNotFoundException;
|
|
67
|
-
(function (ResourceNotFoundException) {
|
|
68
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
69
|
-
...obj,
|
|
70
|
-
});
|
|
71
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
72
|
-
var ThrottlingException;
|
|
73
|
-
(function (ThrottlingException) {
|
|
74
|
-
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
75
|
-
...obj,
|
|
76
|
-
});
|
|
77
|
-
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
78
42
|
var SubnetMapping;
|
|
79
43
|
(function (SubnetMapping) {
|
|
80
44
|
SubnetMapping.filterSensitiveLog = (obj) => ({
|
|
@@ -93,12 +57,6 @@ var AssociateSubnetsResponse;
|
|
|
93
57
|
...obj,
|
|
94
58
|
});
|
|
95
59
|
})(AssociateSubnetsResponse = exports.AssociateSubnetsResponse || (exports.AssociateSubnetsResponse = {}));
|
|
96
|
-
var InsufficientCapacityException;
|
|
97
|
-
(function (InsufficientCapacityException) {
|
|
98
|
-
InsufficientCapacityException.filterSensitiveLog = (obj) => ({
|
|
99
|
-
...obj,
|
|
100
|
-
});
|
|
101
|
-
})(InsufficientCapacityException = exports.InsufficientCapacityException || (exports.InsufficientCapacityException = {}));
|
|
102
60
|
var AttachmentStatus;
|
|
103
61
|
(function (AttachmentStatus) {
|
|
104
62
|
AttachmentStatus["CREATING"] = "CREATING";
|
|
@@ -170,12 +128,6 @@ var CreateFirewallResponse;
|
|
|
170
128
|
...obj,
|
|
171
129
|
});
|
|
172
130
|
})(CreateFirewallResponse = exports.CreateFirewallResponse || (exports.CreateFirewallResponse = {}));
|
|
173
|
-
var LimitExceededException;
|
|
174
|
-
(function (LimitExceededException) {
|
|
175
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
179
131
|
var RuleOrder;
|
|
180
132
|
(function (RuleOrder) {
|
|
181
133
|
RuleOrder["DEFAULT_ACTION_ORDER"] = "DEFAULT_ACTION_ORDER";
|
|
@@ -187,6 +139,16 @@ var StatefulEngineOptions;
|
|
|
187
139
|
...obj,
|
|
188
140
|
});
|
|
189
141
|
})(StatefulEngineOptions = exports.StatefulEngineOptions || (exports.StatefulEngineOptions = {}));
|
|
142
|
+
var OverrideAction;
|
|
143
|
+
(function (OverrideAction) {
|
|
144
|
+
OverrideAction["DROP_TO_ALERT"] = "DROP_TO_ALERT";
|
|
145
|
+
})(OverrideAction = exports.OverrideAction || (exports.OverrideAction = {}));
|
|
146
|
+
var StatefulRuleGroupOverride;
|
|
147
|
+
(function (StatefulRuleGroupOverride) {
|
|
148
|
+
StatefulRuleGroupOverride.filterSensitiveLog = (obj) => ({
|
|
149
|
+
...obj,
|
|
150
|
+
});
|
|
151
|
+
})(StatefulRuleGroupOverride = exports.StatefulRuleGroupOverride || (exports.StatefulRuleGroupOverride = {}));
|
|
190
152
|
var StatefulRuleGroupReference;
|
|
191
153
|
(function (StatefulRuleGroupReference) {
|
|
192
154
|
StatefulRuleGroupReference.filterSensitiveLog = (obj) => ({
|
|
@@ -419,12 +381,6 @@ var DeleteFirewallResponse;
|
|
|
419
381
|
...obj,
|
|
420
382
|
});
|
|
421
383
|
})(DeleteFirewallResponse = exports.DeleteFirewallResponse || (exports.DeleteFirewallResponse = {}));
|
|
422
|
-
var UnsupportedOperationException;
|
|
423
|
-
(function (UnsupportedOperationException) {
|
|
424
|
-
UnsupportedOperationException.filterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
})(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
|
|
428
384
|
var DeleteFirewallPolicyRequest;
|
|
429
385
|
(function (DeleteFirewallPolicyRequest) {
|
|
430
386
|
DeleteFirewallPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -449,12 +405,6 @@ var DeleteResourcePolicyResponse;
|
|
|
449
405
|
...obj,
|
|
450
406
|
});
|
|
451
407
|
})(DeleteResourcePolicyResponse = exports.DeleteResourcePolicyResponse || (exports.DeleteResourcePolicyResponse = {}));
|
|
452
|
-
var InvalidResourcePolicyException;
|
|
453
|
-
(function (InvalidResourcePolicyException) {
|
|
454
|
-
InvalidResourcePolicyException.filterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
})(InvalidResourcePolicyException = exports.InvalidResourcePolicyException || (exports.InvalidResourcePolicyException = {}));
|
|
458
408
|
var DeleteRuleGroupRequest;
|
|
459
409
|
(function (DeleteRuleGroupRequest) {
|
|
460
410
|
DeleteRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -550,6 +500,18 @@ var DescribeRuleGroupResponse;
|
|
|
550
500
|
...obj,
|
|
551
501
|
});
|
|
552
502
|
})(DescribeRuleGroupResponse = exports.DescribeRuleGroupResponse || (exports.DescribeRuleGroupResponse = {}));
|
|
503
|
+
var DescribeRuleGroupMetadataRequest;
|
|
504
|
+
(function (DescribeRuleGroupMetadataRequest) {
|
|
505
|
+
DescribeRuleGroupMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
});
|
|
508
|
+
})(DescribeRuleGroupMetadataRequest = exports.DescribeRuleGroupMetadataRequest || (exports.DescribeRuleGroupMetadataRequest = {}));
|
|
509
|
+
var DescribeRuleGroupMetadataResponse;
|
|
510
|
+
(function (DescribeRuleGroupMetadataResponse) {
|
|
511
|
+
DescribeRuleGroupMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
})(DescribeRuleGroupMetadataResponse = exports.DescribeRuleGroupMetadataResponse || (exports.DescribeRuleGroupMetadataResponse = {}));
|
|
553
515
|
var DisassociateSubnetsRequest;
|
|
554
516
|
(function (DisassociateSubnetsRequest) {
|
|
555
517
|
DisassociateSubnetsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -598,6 +560,11 @@ var ListFirewallsResponse;
|
|
|
598
560
|
...obj,
|
|
599
561
|
});
|
|
600
562
|
})(ListFirewallsResponse = exports.ListFirewallsResponse || (exports.ListFirewallsResponse = {}));
|
|
563
|
+
var ResourceManagedStatus;
|
|
564
|
+
(function (ResourceManagedStatus) {
|
|
565
|
+
ResourceManagedStatus["ACCOUNT"] = "ACCOUNT";
|
|
566
|
+
ResourceManagedStatus["MANAGED"] = "MANAGED";
|
|
567
|
+
})(ResourceManagedStatus = exports.ResourceManagedStatus || (exports.ResourceManagedStatus = {}));
|
|
601
568
|
var ListRuleGroupsRequest;
|
|
602
569
|
(function (ListRuleGroupsRequest) {
|
|
603
570
|
ListRuleGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -628,12 +595,6 @@ var ListTagsForResourceResponse;
|
|
|
628
595
|
...obj,
|
|
629
596
|
});
|
|
630
597
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
631
|
-
var LogDestinationPermissionException;
|
|
632
|
-
(function (LogDestinationPermissionException) {
|
|
633
|
-
LogDestinationPermissionException.filterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
});
|
|
636
|
-
})(LogDestinationPermissionException = exports.LogDestinationPermissionException || (exports.LogDestinationPermissionException = {}));
|
|
637
598
|
var PutResourcePolicyRequest;
|
|
638
599
|
(function (PutResourcePolicyRequest) {
|
|
639
600
|
PutResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -670,12 +631,6 @@ var UntagResourceResponse;
|
|
|
670
631
|
...obj,
|
|
671
632
|
});
|
|
672
633
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
673
|
-
var ResourceOwnerCheckException;
|
|
674
|
-
(function (ResourceOwnerCheckException) {
|
|
675
|
-
ResourceOwnerCheckException.filterSensitiveLog = (obj) => ({
|
|
676
|
-
...obj,
|
|
677
|
-
});
|
|
678
|
-
})(ResourceOwnerCheckException = exports.ResourceOwnerCheckException || (exports.ResourceOwnerCheckException = {}));
|
|
679
634
|
var UpdateFirewallDeleteProtectionRequest;
|
|
680
635
|
(function (UpdateFirewallDeleteProtectionRequest) {
|
|
681
636
|
UpdateFirewallDeleteProtectionRequest.filterSensitiveLog = (obj) => ({
|