@aws-sdk/client-network-firewall 3.1033.0 → 3.1035.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/dist-cjs/index.js +1 -0
- package/dist-cjs/schemas/schemas_0.js +3 -2
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +1 -1
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -92,6 +92,7 @@ const _CRG = "CreateRuleGroup";
|
|
|
92
92
|
const _CRGR = "CreateRuleGroupRequest";
|
|
93
93
|
const _CRGRr = "CreateRuleGroupResponse";
|
|
94
94
|
const _CS = "CertificateSerial";
|
|
95
|
+
const _CSDC = "ConsumedStatefulDomainCapacity";
|
|
95
96
|
const _CSRC = "ConsumedStatelessRuleCapacity";
|
|
96
97
|
const _CSRCo = "ConsumedStatefulRuleCapacity";
|
|
97
98
|
const _CSSS = "ConfigurationSyncStateSummary";
|
|
@@ -1227,8 +1228,8 @@ exports.FirewallPolicyMetadata$ = [3, n0, _FPM,
|
|
|
1227
1228
|
];
|
|
1228
1229
|
exports.FirewallPolicyResponse$ = [3, n0, _FPR,
|
|
1229
1230
|
0,
|
|
1230
|
-
[_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _NOA, _EC, _LMT],
|
|
1231
|
-
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, () => exports.EncryptionConfiguration$, 4], 3
|
|
1231
|
+
[_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
|
|
1232
|
+
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, 1, () => exports.EncryptionConfiguration$, 4], 3
|
|
1232
1233
|
];
|
|
1233
1234
|
exports.FirewallStatus$ = [3, n0, _FS,
|
|
1234
1235
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -83,6 +83,7 @@ const _CRG = "CreateRuleGroup";
|
|
|
83
83
|
const _CRGR = "CreateRuleGroupRequest";
|
|
84
84
|
const _CRGRr = "CreateRuleGroupResponse";
|
|
85
85
|
const _CS = "CertificateSerial";
|
|
86
|
+
const _CSDC = "ConsumedStatefulDomainCapacity";
|
|
86
87
|
const _CSRC = "ConsumedStatelessRuleCapacity";
|
|
87
88
|
const _CSRCo = "ConsumedStatefulRuleCapacity";
|
|
88
89
|
const _CSSS = "ConfigurationSyncStateSummary";
|
|
@@ -1218,8 +1219,8 @@ export var FirewallPolicyMetadata$ = [3, n0, _FPM,
|
|
|
1218
1219
|
];
|
|
1219
1220
|
export var FirewallPolicyResponse$ = [3, n0, _FPR,
|
|
1220
1221
|
0,
|
|
1221
|
-
[_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _NOA, _EC, _LMT],
|
|
1222
|
-
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
|
|
1222
|
+
[_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
|
|
1223
|
+
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
|
|
1223
1224
|
];
|
|
1224
1225
|
export var FirewallStatus$ = [3, n0, _FS,
|
|
1225
1226
|
0,
|
|
@@ -131,6 +131,7 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
131
131
|
* // ],
|
|
132
132
|
* // ConsumedStatelessRuleCapacity: Number("int"),
|
|
133
133
|
* // ConsumedStatefulRuleCapacity: Number("int"),
|
|
134
|
+
* // ConsumedStatefulDomainCapacity: Number("int"),
|
|
134
135
|
* // NumberOfAssociations: Number("int"),
|
|
135
136
|
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
136
137
|
* // KeyId: "STRING_VALUE",
|
|
@@ -166,7 +166,7 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
166
166
|
* },
|
|
167
167
|
* },
|
|
168
168
|
* Rules: "STRING_VALUE",
|
|
169
|
-
* Type: "STATELESS" || "STATEFUL", // required
|
|
169
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN", // required
|
|
170
170
|
* Description: "STRING_VALUE",
|
|
171
171
|
* Capacity: Number("int"), // required
|
|
172
172
|
* Tags: [ // TagList
|
|
@@ -200,7 +200,7 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
200
200
|
* // RuleGroupName: "STRING_VALUE", // required
|
|
201
201
|
* // RuleGroupId: "STRING_VALUE", // required
|
|
202
202
|
* // Description: "STRING_VALUE",
|
|
203
|
-
* // Type: "STATELESS" || "STATEFUL",
|
|
203
|
+
* // Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
204
204
|
* // Capacity: Number("int"),
|
|
205
205
|
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
206
206
|
* // Tags: [ // TagList
|
|
@@ -57,6 +57,7 @@ declare const DeleteFirewallPolicyCommand_base: {
|
|
|
57
57
|
* // ],
|
|
58
58
|
* // ConsumedStatelessRuleCapacity: Number("int"),
|
|
59
59
|
* // ConsumedStatefulRuleCapacity: Number("int"),
|
|
60
|
+
* // ConsumedStatefulDomainCapacity: Number("int"),
|
|
60
61
|
* // NumberOfAssociations: Number("int"),
|
|
61
62
|
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
62
63
|
* // KeyId: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
39
39
|
* const input = { // DeleteRuleGroupRequest
|
|
40
40
|
* RuleGroupName: "STRING_VALUE",
|
|
41
41
|
* RuleGroupArn: "STRING_VALUE",
|
|
42
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
42
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteRuleGroupCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -49,7 +49,7 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
49
49
|
* // RuleGroupName: "STRING_VALUE", // required
|
|
50
50
|
* // RuleGroupId: "STRING_VALUE", // required
|
|
51
51
|
* // Description: "STRING_VALUE",
|
|
52
|
-
* // Type: "STATELESS" || "STATEFUL",
|
|
52
|
+
* // Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
53
53
|
* // Capacity: Number("int"),
|
|
54
54
|
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
55
55
|
* // Tags: [ // TagList
|
|
@@ -58,6 +58,7 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
58
58
|
* // ],
|
|
59
59
|
* // ConsumedStatelessRuleCapacity: Number("int"),
|
|
60
60
|
* // ConsumedStatefulRuleCapacity: Number("int"),
|
|
61
|
+
* // ConsumedStatefulDomainCapacity: Number("int"),
|
|
61
62
|
* // NumberOfAssociations: Number("int"),
|
|
62
63
|
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
63
64
|
* // KeyId: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const DescribeRuleGroupCommand_base: {
|
|
|
39
39
|
* const input = { // DescribeRuleGroupRequest
|
|
40
40
|
* RuleGroupName: "STRING_VALUE",
|
|
41
41
|
* RuleGroupArn: "STRING_VALUE",
|
|
42
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
42
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
43
43
|
* AnalyzeRuleGroup: true || false,
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DescribeRuleGroupCommand(input);
|
|
@@ -175,7 +175,7 @@ declare const DescribeRuleGroupCommand_base: {
|
|
|
175
175
|
* // RuleGroupName: "STRING_VALUE", // required
|
|
176
176
|
* // RuleGroupId: "STRING_VALUE", // required
|
|
177
177
|
* // Description: "STRING_VALUE",
|
|
178
|
-
* // Type: "STATELESS" || "STATEFUL",
|
|
178
|
+
* // Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
179
179
|
* // Capacity: Number("int"),
|
|
180
180
|
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
181
181
|
* // Tags: [ // TagList
|
|
@@ -42,7 +42,7 @@ declare const DescribeRuleGroupMetadataCommand_base: {
|
|
|
42
42
|
* const input = { // DescribeRuleGroupMetadataRequest
|
|
43
43
|
* RuleGroupName: "STRING_VALUE",
|
|
44
44
|
* RuleGroupArn: "STRING_VALUE",
|
|
45
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
45
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DescribeRuleGroupMetadataCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
@@ -50,7 +50,7 @@ declare const DescribeRuleGroupMetadataCommand_base: {
|
|
|
50
50
|
* // RuleGroupArn: "STRING_VALUE", // required
|
|
51
51
|
* // RuleGroupName: "STRING_VALUE", // required
|
|
52
52
|
* // Description: "STRING_VALUE",
|
|
53
|
-
* // Type: "STATELESS" || "STATEFUL",
|
|
53
|
+
* // Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
54
54
|
* // Capacity: Number("int"),
|
|
55
55
|
* // StatefulRuleOptions: { // StatefulRuleOptions
|
|
56
56
|
* // RuleOrder: "DEFAULT_ACTION_ORDER" || "STRICT_ORDER",
|
|
@@ -41,7 +41,7 @@ declare const DescribeRuleGroupSummaryCommand_base: {
|
|
|
41
41
|
* const input = { // DescribeRuleGroupSummaryRequest
|
|
42
42
|
* RuleGroupName: "STRING_VALUE",
|
|
43
43
|
* RuleGroupArn: "STRING_VALUE",
|
|
44
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
44
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DescribeRuleGroupSummaryCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
@@ -44,7 +44,7 @@ declare const ListRuleGroupsCommand_base: {
|
|
|
44
44
|
* Scope: "MANAGED" || "ACCOUNT",
|
|
45
45
|
* ManagedType: "AWS_MANAGED_THREAT_SIGNATURES" || "AWS_MANAGED_DOMAIN_LISTS" || "ACTIVE_THREAT_DEFENSE" || "PARTNER_MANAGED",
|
|
46
46
|
* SubscriptionStatus: "NOT_SUBSCRIBED" || "SUBSCRIBED",
|
|
47
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
47
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
48
48
|
* };
|
|
49
49
|
* const command = new ListRuleGroupsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
@@ -124,6 +124,7 @@ declare const UpdateFirewallPolicyCommand_base: {
|
|
|
124
124
|
* // ],
|
|
125
125
|
* // ConsumedStatelessRuleCapacity: Number("int"),
|
|
126
126
|
* // ConsumedStatefulRuleCapacity: Number("int"),
|
|
127
|
+
* // ConsumedStatefulDomainCapacity: Number("int"),
|
|
127
128
|
* // NumberOfAssociations: Number("int"),
|
|
128
129
|
* // EncryptionConfiguration: { // EncryptionConfiguration
|
|
129
130
|
* // KeyId: "STRING_VALUE",
|
|
@@ -170,7 +170,7 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
170
170
|
* },
|
|
171
171
|
* },
|
|
172
172
|
* Rules: "STRING_VALUE",
|
|
173
|
-
* Type: "STATELESS" || "STATEFUL",
|
|
173
|
+
* Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
174
174
|
* Description: "STRING_VALUE",
|
|
175
175
|
* DryRun: true || false,
|
|
176
176
|
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
@@ -197,7 +197,7 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
197
197
|
* // RuleGroupName: "STRING_VALUE", // required
|
|
198
198
|
* // RuleGroupId: "STRING_VALUE", // required
|
|
199
199
|
* // Description: "STRING_VALUE",
|
|
200
|
-
* // Type: "STATELESS" || "STATEFUL",
|
|
200
|
+
* // Type: "STATELESS" || "STATEFUL" || "STATEFUL_DOMAIN",
|
|
201
201
|
* // Capacity: Number("int"),
|
|
202
202
|
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
203
203
|
* // Tags: [ // TagList
|
|
@@ -371,6 +371,7 @@ export type SummaryRuleOption = (typeof SummaryRuleOption)[keyof typeof SummaryR
|
|
|
371
371
|
*/
|
|
372
372
|
export declare const RuleGroupType: {
|
|
373
373
|
readonly STATEFUL: "STATEFUL";
|
|
374
|
+
readonly STATEFUL_DOMAIN: "STATEFUL_DOMAIN";
|
|
374
375
|
readonly STATELESS: "STATELESS";
|
|
375
376
|
};
|
|
376
377
|
/**
|
|
@@ -1661,6 +1661,11 @@ export interface FirewallPolicyResponse {
|
|
|
1661
1661
|
* @public
|
|
1662
1662
|
*/
|
|
1663
1663
|
ConsumedStatefulRuleCapacity?: number | undefined;
|
|
1664
|
+
/**
|
|
1665
|
+
* <p>The total number of domain name specifications across all domain list rule groups in the firewall policy that use the <code>stateful-domain-rulegroup</code> resource type.</p>
|
|
1666
|
+
* @public
|
|
1667
|
+
*/
|
|
1668
|
+
ConsumedStatefulDomainCapacity?: number | undefined;
|
|
1664
1669
|
/**
|
|
1665
1670
|
* <p>The number of firewalls that are associated with this firewall policy.</p>
|
|
1666
1671
|
* @public
|
|
@@ -206,6 +206,7 @@ export type SummaryRuleOption =
|
|
|
206
206
|
(typeof SummaryRuleOption)[keyof typeof SummaryRuleOption];
|
|
207
207
|
export declare const RuleGroupType: {
|
|
208
208
|
readonly STATEFUL: "STATEFUL";
|
|
209
|
+
readonly STATEFUL_DOMAIN: "STATEFUL_DOMAIN";
|
|
209
210
|
readonly STATELESS: "STATELESS";
|
|
210
211
|
};
|
|
211
212
|
export type RuleGroupType = (typeof RuleGroupType)[keyof typeof RuleGroupType];
|
|
@@ -322,6 +322,7 @@ export interface FirewallPolicyResponse {
|
|
|
322
322
|
Tags?: Tag[] | undefined;
|
|
323
323
|
ConsumedStatelessRuleCapacity?: number | undefined;
|
|
324
324
|
ConsumedStatefulRuleCapacity?: number | undefined;
|
|
325
|
+
ConsumedStatefulDomainCapacity?: number | undefined;
|
|
325
326
|
NumberOfAssociations?: number | undefined;
|
|
326
327
|
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
327
328
|
LastModifiedTime?: Date | undefined;
|
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.1035.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.35",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.34",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.20",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
36
|
+
"@smithy/core": "^3.23.16",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
38
38
|
"@smithy/hash-node": "^4.2.14",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.31",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.4",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.19",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.14",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.6.0",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.12",
|
|
49
49
|
"@smithy/types": "^4.14.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.14",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.48",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.53",
|
|
56
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
58
|
+
"@smithy/util-retry": "^4.3.3",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|