@aws-sdk/client-network-firewall 3.303.0 → 3.307.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/NetworkFirewall.d.ts +1 -1
- package/dist-types/NetworkFirewallClient.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network F
|
|
|
36
36
|
perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
37
37
|
gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
38
38
|
with Suricata, a free, open source network analysis and threat detection engine.
|
|
39
|
-
Network Firewall supports Suricata version
|
|
39
|
+
Network Firewall supports Suricata version 6.0.9. For information about Suricata,
|
|
40
40
|
see the <a href="https://suricata.io/">Suricata website</a>.</p>
|
|
41
41
|
<p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
42
42
|
The following are just a few examples: </p>
|
|
@@ -89,6 +89,7 @@ exports.ThrottlingException = ThrottlingException;
|
|
|
89
89
|
exports.IPAddressType = {
|
|
90
90
|
DUALSTACK: "DUALSTACK",
|
|
91
91
|
IPV4: "IPV4",
|
|
92
|
+
IPV6: "IPV6",
|
|
92
93
|
};
|
|
93
94
|
class InsufficientCapacityException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
94
95
|
constructor(opts) {
|
|
@@ -65,7 +65,7 @@ import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
|
65
65
|
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
66
66
|
* gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
67
67
|
* with Suricata, a free, open source network analysis and threat detection engine.
|
|
68
|
-
* Network Firewall supports Suricata version
|
|
68
|
+
* Network Firewall supports Suricata version 6.0.9. For information about Suricata,
|
|
69
69
|
* see the <a href="https://suricata.io/">Suricata website</a>.</p>
|
|
70
70
|
* <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
71
71
|
* The following are just a few examples: </p>
|
|
@@ -206,7 +206,7 @@ export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClie
|
|
|
206
206
|
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
207
207
|
* gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
208
208
|
* with Suricata, a free, open source network analysis and threat detection engine.
|
|
209
|
-
* Network Firewall supports Suricata version
|
|
209
|
+
* Network Firewall supports Suricata version 6.0.9. For information about Suricata,
|
|
210
210
|
* see the <a href="https://suricata.io/">Suricata website</a>.</p>
|
|
211
211
|
* <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
212
212
|
* The following are just a few examples: </p>
|
|
@@ -38,7 +38,7 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
38
38
|
* SubnetMappings: [ // SubnetMappings // required
|
|
39
39
|
* { // SubnetMapping
|
|
40
40
|
* SubnetId: "STRING_VALUE", // required
|
|
41
|
-
* IPAddressType: "DUALSTACK" || "IPV4",
|
|
41
|
+
* IPAddressType: "DUALSTACK" || "IPV4" || "IPV6",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
44
44
|
* };
|
|
@@ -39,7 +39,7 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
39
39
|
* SubnetMappings: [ // SubnetMappings // required
|
|
40
40
|
* { // SubnetMapping
|
|
41
41
|
* SubnetId: "STRING_VALUE", // required
|
|
42
|
-
* IPAddressType: "DUALSTACK" || "IPV4",
|
|
42
|
+
* IPAddressType: "DUALSTACK" || "IPV4" || "IPV6",
|
|
43
43
|
* },
|
|
44
44
|
* ],
|
|
45
45
|
* DeleteProtection: true || false,
|
|
@@ -219,6 +219,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
219
219
|
export declare const IPAddressType: {
|
|
220
220
|
readonly DUALSTACK: "DUALSTACK";
|
|
221
221
|
readonly IPV4: "IPV4";
|
|
222
|
+
readonly IPV6: "IPV6";
|
|
222
223
|
};
|
|
223
224
|
/**
|
|
224
225
|
* @public
|
|
@@ -1313,7 +1314,7 @@ export interface RuleOption {
|
|
|
1313
1314
|
* <p>A single Suricata rules specification, for use in a stateful rule group.
|
|
1314
1315
|
* Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options.
|
|
1315
1316
|
* For information about the Suricata <code>Rules</code> format, see
|
|
1316
|
-
* <a href="https://suricata.readthedocs.
|
|
1317
|
+
* <a href="https://suricata.readthedocs.iorules/intro.html#">Rules Format</a>. </p>
|
|
1317
1318
|
*/
|
|
1318
1319
|
export interface StatefulRule {
|
|
1319
1320
|
/**
|
|
@@ -1582,7 +1583,7 @@ export interface RulesSource {
|
|
|
1582
1583
|
* <p>An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
|
1583
1584
|
* Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options.
|
|
1584
1585
|
* For information about the Suricata <code>Rules</code> format, see
|
|
1585
|
-
* <a href="https://suricata.readthedocs.
|
|
1586
|
+
* <a href="https://suricata.readthedocs.iorules/intro.html#">Rules Format</a>. </p>
|
|
1586
1587
|
*/
|
|
1587
1588
|
StatefulRules?: StatefulRule[];
|
|
1588
1589
|
/**
|
|
@@ -75,6 +75,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
75
75
|
export declare const IPAddressType: {
|
|
76
76
|
readonly DUALSTACK: "DUALSTACK";
|
|
77
77
|
readonly IPV4: "IPV4";
|
|
78
|
+
readonly IPV6: "IPV6";
|
|
78
79
|
};
|
|
79
80
|
export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType];
|
|
80
81
|
export interface SubnetMapping {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.307.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|