@aws-sdk/client-network-firewall 3.490.0 → 3.496.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/NetworkFirewall.js +1 -83
- package/dist-cjs/NetworkFirewallClient.js +1 -43
- package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/AssociateSubnetsCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeFirewallCommand.js +1 -28
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +1 -28
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallsCommand.js +1 -28
- package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -39
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3453 -11
- package/dist-cjs/models/NetworkFirewallServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -300
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListFirewallPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRuleGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2207
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NetworkFirewallServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class NetworkFirewallServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, NetworkFirewallServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.NetworkFirewallServiceException = NetworkFirewallServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,300 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourceOwnerCheckException = exports.LogDestinationPermissionException = exports.ResourceManagedStatus = exports.ResourceManagedType = exports.LogType = exports.LogDestinationType = exports.InvalidResourcePolicyException = exports.UnsupportedOperationException = exports.RuleGroupType = exports.TCPFlag = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.TargetType = exports.GeneratedRulesType = exports.ResourceStatus = exports.OverrideAction = exports.StreamExceptionPolicy = exports.RuleOrder = exports.LimitExceededException = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.EncryptionType = exports.ConfigurationSyncState = exports.RevocationCheckAction = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.IPAddressType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = exports.IdentifiedType = void 0;
|
|
4
|
-
const NetworkFirewallServiceException_1 = require("./NetworkFirewallServiceException");
|
|
5
|
-
exports.IdentifiedType = {
|
|
6
|
-
STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS",
|
|
7
|
-
STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY",
|
|
8
|
-
};
|
|
9
|
-
class InternalServerError extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
10
|
-
constructor(opts) {
|
|
11
|
-
super({
|
|
12
|
-
name: "InternalServerError",
|
|
13
|
-
$fault: "server",
|
|
14
|
-
...opts,
|
|
15
|
-
});
|
|
16
|
-
this.name = "InternalServerError";
|
|
17
|
-
this.$fault = "server";
|
|
18
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
19
|
-
this.Message = opts.Message;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.InternalServerError = InternalServerError;
|
|
23
|
-
class InvalidOperationException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "InvalidOperationException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
this.name = "InvalidOperationException";
|
|
31
|
-
this.$fault = "client";
|
|
32
|
-
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
33
|
-
this.Message = opts.Message;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
exports.InvalidOperationException = InvalidOperationException;
|
|
37
|
-
class InvalidRequestException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
38
|
-
constructor(opts) {
|
|
39
|
-
super({
|
|
40
|
-
name: "InvalidRequestException",
|
|
41
|
-
$fault: "client",
|
|
42
|
-
...opts,
|
|
43
|
-
});
|
|
44
|
-
this.name = "InvalidRequestException";
|
|
45
|
-
this.$fault = "client";
|
|
46
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
47
|
-
this.Message = opts.Message;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
51
|
-
class InvalidTokenException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
52
|
-
constructor(opts) {
|
|
53
|
-
super({
|
|
54
|
-
name: "InvalidTokenException",
|
|
55
|
-
$fault: "client",
|
|
56
|
-
...opts,
|
|
57
|
-
});
|
|
58
|
-
this.name = "InvalidTokenException";
|
|
59
|
-
this.$fault = "client";
|
|
60
|
-
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
61
|
-
this.Message = opts.Message;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.InvalidTokenException = InvalidTokenException;
|
|
65
|
-
class ResourceNotFoundException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
66
|
-
constructor(opts) {
|
|
67
|
-
super({
|
|
68
|
-
name: "ResourceNotFoundException",
|
|
69
|
-
$fault: "client",
|
|
70
|
-
...opts,
|
|
71
|
-
});
|
|
72
|
-
this.name = "ResourceNotFoundException";
|
|
73
|
-
this.$fault = "client";
|
|
74
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
75
|
-
this.Message = opts.Message;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
79
|
-
class ThrottlingException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
80
|
-
constructor(opts) {
|
|
81
|
-
super({
|
|
82
|
-
name: "ThrottlingException",
|
|
83
|
-
$fault: "client",
|
|
84
|
-
...opts,
|
|
85
|
-
});
|
|
86
|
-
this.name = "ThrottlingException";
|
|
87
|
-
this.$fault = "client";
|
|
88
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
89
|
-
this.Message = opts.Message;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
exports.ThrottlingException = ThrottlingException;
|
|
93
|
-
exports.IPAddressType = {
|
|
94
|
-
DUALSTACK: "DUALSTACK",
|
|
95
|
-
IPV4: "IPV4",
|
|
96
|
-
IPV6: "IPV6",
|
|
97
|
-
};
|
|
98
|
-
class InsufficientCapacityException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
99
|
-
constructor(opts) {
|
|
100
|
-
super({
|
|
101
|
-
name: "InsufficientCapacityException",
|
|
102
|
-
$fault: "server",
|
|
103
|
-
...opts,
|
|
104
|
-
});
|
|
105
|
-
this.name = "InsufficientCapacityException";
|
|
106
|
-
this.$fault = "server";
|
|
107
|
-
Object.setPrototypeOf(this, InsufficientCapacityException.prototype);
|
|
108
|
-
this.Message = opts.Message;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
exports.InsufficientCapacityException = InsufficientCapacityException;
|
|
112
|
-
exports.AttachmentStatus = {
|
|
113
|
-
CREATING: "CREATING",
|
|
114
|
-
DELETING: "DELETING",
|
|
115
|
-
ERROR: "ERROR",
|
|
116
|
-
FAILED: "FAILED",
|
|
117
|
-
READY: "READY",
|
|
118
|
-
SCALING: "SCALING",
|
|
119
|
-
};
|
|
120
|
-
exports.RevocationCheckAction = {
|
|
121
|
-
DROP: "DROP",
|
|
122
|
-
PASS: "PASS",
|
|
123
|
-
REJECT: "REJECT",
|
|
124
|
-
};
|
|
125
|
-
exports.ConfigurationSyncState = {
|
|
126
|
-
CAPACITY_CONSTRAINED: "CAPACITY_CONSTRAINED",
|
|
127
|
-
IN_SYNC: "IN_SYNC",
|
|
128
|
-
PENDING: "PENDING",
|
|
129
|
-
};
|
|
130
|
-
exports.EncryptionType = {
|
|
131
|
-
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
132
|
-
CUSTOMER_KMS: "CUSTOMER_KMS",
|
|
133
|
-
};
|
|
134
|
-
exports.FirewallStatusValue = {
|
|
135
|
-
DELETING: "DELETING",
|
|
136
|
-
PROVISIONING: "PROVISIONING",
|
|
137
|
-
READY: "READY",
|
|
138
|
-
};
|
|
139
|
-
exports.PerObjectSyncStatus = {
|
|
140
|
-
CAPACITY_CONSTRAINED: "CAPACITY_CONSTRAINED",
|
|
141
|
-
IN_SYNC: "IN_SYNC",
|
|
142
|
-
PENDING: "PENDING",
|
|
143
|
-
};
|
|
144
|
-
class LimitExceededException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
145
|
-
constructor(opts) {
|
|
146
|
-
super({
|
|
147
|
-
name: "LimitExceededException",
|
|
148
|
-
$fault: "client",
|
|
149
|
-
...opts,
|
|
150
|
-
});
|
|
151
|
-
this.name = "LimitExceededException";
|
|
152
|
-
this.$fault = "client";
|
|
153
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
154
|
-
this.Message = opts.Message;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
exports.LimitExceededException = LimitExceededException;
|
|
158
|
-
exports.RuleOrder = {
|
|
159
|
-
DEFAULT_ACTION_ORDER: "DEFAULT_ACTION_ORDER",
|
|
160
|
-
STRICT_ORDER: "STRICT_ORDER",
|
|
161
|
-
};
|
|
162
|
-
exports.StreamExceptionPolicy = {
|
|
163
|
-
CONTINUE: "CONTINUE",
|
|
164
|
-
DROP: "DROP",
|
|
165
|
-
REJECT: "REJECT",
|
|
166
|
-
};
|
|
167
|
-
exports.OverrideAction = {
|
|
168
|
-
DROP_TO_ALERT: "DROP_TO_ALERT",
|
|
169
|
-
};
|
|
170
|
-
exports.ResourceStatus = {
|
|
171
|
-
ACTIVE: "ACTIVE",
|
|
172
|
-
DELETING: "DELETING",
|
|
173
|
-
ERROR: "ERROR",
|
|
174
|
-
};
|
|
175
|
-
exports.GeneratedRulesType = {
|
|
176
|
-
ALLOWLIST: "ALLOWLIST",
|
|
177
|
-
DENYLIST: "DENYLIST",
|
|
178
|
-
};
|
|
179
|
-
exports.TargetType = {
|
|
180
|
-
HTTP_HOST: "HTTP_HOST",
|
|
181
|
-
TLS_SNI: "TLS_SNI",
|
|
182
|
-
};
|
|
183
|
-
exports.StatefulAction = {
|
|
184
|
-
ALERT: "ALERT",
|
|
185
|
-
DROP: "DROP",
|
|
186
|
-
PASS: "PASS",
|
|
187
|
-
REJECT: "REJECT",
|
|
188
|
-
};
|
|
189
|
-
exports.StatefulRuleDirection = {
|
|
190
|
-
ANY: "ANY",
|
|
191
|
-
FORWARD: "FORWARD",
|
|
192
|
-
};
|
|
193
|
-
exports.StatefulRuleProtocol = {
|
|
194
|
-
ANY: "IP",
|
|
195
|
-
DCERPC: "DCERPC",
|
|
196
|
-
DHCP: "DHCP",
|
|
197
|
-
DNS: "DNS",
|
|
198
|
-
FTP: "FTP",
|
|
199
|
-
HTTP: "HTTP",
|
|
200
|
-
ICMP: "ICMP",
|
|
201
|
-
IKEV2: "IKEV2",
|
|
202
|
-
IMAP: "IMAP",
|
|
203
|
-
KRB5: "KRB5",
|
|
204
|
-
MSN: "MSN",
|
|
205
|
-
NTP: "NTP",
|
|
206
|
-
SMB: "SMB",
|
|
207
|
-
SMTP: "SMTP",
|
|
208
|
-
SSH: "SSH",
|
|
209
|
-
TCP: "TCP",
|
|
210
|
-
TFTP: "TFTP",
|
|
211
|
-
TLS: "TLS",
|
|
212
|
-
UDP: "UDP",
|
|
213
|
-
};
|
|
214
|
-
exports.TCPFlag = {
|
|
215
|
-
ACK: "ACK",
|
|
216
|
-
CWR: "CWR",
|
|
217
|
-
ECE: "ECE",
|
|
218
|
-
FIN: "FIN",
|
|
219
|
-
PSH: "PSH",
|
|
220
|
-
RST: "RST",
|
|
221
|
-
SYN: "SYN",
|
|
222
|
-
URG: "URG",
|
|
223
|
-
};
|
|
224
|
-
exports.RuleGroupType = {
|
|
225
|
-
STATEFUL: "STATEFUL",
|
|
226
|
-
STATELESS: "STATELESS",
|
|
227
|
-
};
|
|
228
|
-
class UnsupportedOperationException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
229
|
-
constructor(opts) {
|
|
230
|
-
super({
|
|
231
|
-
name: "UnsupportedOperationException",
|
|
232
|
-
$fault: "client",
|
|
233
|
-
...opts,
|
|
234
|
-
});
|
|
235
|
-
this.name = "UnsupportedOperationException";
|
|
236
|
-
this.$fault = "client";
|
|
237
|
-
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
238
|
-
this.Message = opts.Message;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
242
|
-
class InvalidResourcePolicyException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
243
|
-
constructor(opts) {
|
|
244
|
-
super({
|
|
245
|
-
name: "InvalidResourcePolicyException",
|
|
246
|
-
$fault: "client",
|
|
247
|
-
...opts,
|
|
248
|
-
});
|
|
249
|
-
this.name = "InvalidResourcePolicyException";
|
|
250
|
-
this.$fault = "client";
|
|
251
|
-
Object.setPrototypeOf(this, InvalidResourcePolicyException.prototype);
|
|
252
|
-
this.Message = opts.Message;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
exports.InvalidResourcePolicyException = InvalidResourcePolicyException;
|
|
256
|
-
exports.LogDestinationType = {
|
|
257
|
-
CLOUDWATCH_LOGS: "CloudWatchLogs",
|
|
258
|
-
KINESIS_DATA_FIREHOSE: "KinesisDataFirehose",
|
|
259
|
-
S3: "S3",
|
|
260
|
-
};
|
|
261
|
-
exports.LogType = {
|
|
262
|
-
ALERT: "ALERT",
|
|
263
|
-
FLOW: "FLOW",
|
|
264
|
-
};
|
|
265
|
-
exports.ResourceManagedType = {
|
|
266
|
-
AWS_MANAGED_DOMAIN_LISTS: "AWS_MANAGED_DOMAIN_LISTS",
|
|
267
|
-
AWS_MANAGED_THREAT_SIGNATURES: "AWS_MANAGED_THREAT_SIGNATURES",
|
|
268
|
-
};
|
|
269
|
-
exports.ResourceManagedStatus = {
|
|
270
|
-
ACCOUNT: "ACCOUNT",
|
|
271
|
-
MANAGED: "MANAGED",
|
|
272
|
-
};
|
|
273
|
-
class LogDestinationPermissionException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
274
|
-
constructor(opts) {
|
|
275
|
-
super({
|
|
276
|
-
name: "LogDestinationPermissionException",
|
|
277
|
-
$fault: "client",
|
|
278
|
-
...opts,
|
|
279
|
-
});
|
|
280
|
-
this.name = "LogDestinationPermissionException";
|
|
281
|
-
this.$fault = "client";
|
|
282
|
-
Object.setPrototypeOf(this, LogDestinationPermissionException.prototype);
|
|
283
|
-
this.Message = opts.Message;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
exports.LogDestinationPermissionException = LogDestinationPermissionException;
|
|
287
|
-
class ResourceOwnerCheckException extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
288
|
-
constructor(opts) {
|
|
289
|
-
super({
|
|
290
|
-
name: "ResourceOwnerCheckException",
|
|
291
|
-
$fault: "client",
|
|
292
|
-
...opts,
|
|
293
|
-
});
|
|
294
|
-
this.name = "ResourceOwnerCheckException";
|
|
295
|
-
this.$fault = "client";
|
|
296
|
-
Object.setPrototypeOf(this, ResourceOwnerCheckException.prototype);
|
|
297
|
-
this.Message = opts.Message;
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
exports.ResourceOwnerCheckException = ResourceOwnerCheckException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallPolicies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallPoliciesCommand_1 = require("../commands/ListFirewallPoliciesCommand");
|
|
6
|
-
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
7
|
-
exports.paginateListFirewallPolicies = (0, core_1.createPaginator)(NetworkFirewallClient_1.NetworkFirewallClient, ListFirewallPoliciesCommand_1.ListFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewalls = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallsCommand_1 = require("../commands/ListFirewallsCommand");
|
|
6
|
-
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
7
|
-
exports.paginateListFirewalls = (0, core_1.createPaginator)(NetworkFirewallClient_1.NetworkFirewallClient, ListFirewallsCommand_1.ListFirewallsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRuleGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRuleGroupsCommand_1 = require("../commands/ListRuleGroupsCommand");
|
|
6
|
-
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
7
|
-
exports.paginateListRuleGroups = (0, core_1.createPaginator)(NetworkFirewallClient_1.NetworkFirewallClient, ListRuleGroupsCommand_1.ListRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTLSInspectionConfigurations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTLSInspectionConfigurationsCommand_1 = require("../commands/ListTLSInspectionConfigurationsCommand");
|
|
6
|
-
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
7
|
-
exports.paginateListTLSInspectionConfigurations = (0, core_1.createPaginator)(NetworkFirewallClient_1.NetworkFirewallClient, ListTLSInspectionConfigurationsCommand_1.ListTLSInspectionConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(NetworkFirewallClient_1.NetworkFirewallClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListFirewallPoliciesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListFirewallsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListRuleGroupsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListTLSInspectionConfigurationsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|