@aws-sdk/client-network-firewall 3.131.0 → 3.141.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +441 -627
- package/dist-cjs/protocols/Aws_json1_0.js +83 -0
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +3 -3
- package/dist-es/commands/CreateFirewallCommand.js +3 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +3 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -3
- package/dist-es/commands/ListFirewallsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -3
- package/dist-es/models/models_0.js +111 -416
- package/dist-es/protocols/Aws_json1_0.js +76 -1
- package/dist-types/models/models_0.d.ts +494 -616
- package/dist-types/ts3.4/models/models_0.d.ts +248 -411
- package/package.json +6 -6
|
@@ -1,29 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { NetworkFirewallServiceException as __BaseException } from "./NetworkFirewallServiceException";
|
|
3
|
-
export var Dimension;
|
|
4
|
-
(function (Dimension) {
|
|
5
|
-
Dimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(Dimension || (Dimension = {}));
|
|
7
|
-
export var PublishMetricAction;
|
|
8
|
-
(function (PublishMetricAction) {
|
|
9
|
-
PublishMetricAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(PublishMetricAction || (PublishMetricAction = {}));
|
|
11
|
-
export var ActionDefinition;
|
|
12
|
-
(function (ActionDefinition) {
|
|
13
|
-
ActionDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(ActionDefinition || (ActionDefinition = {}));
|
|
15
|
-
export var Address;
|
|
16
|
-
(function (Address) {
|
|
17
|
-
Address.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(Address || (Address = {}));
|
|
19
|
-
export var AssociateFirewallPolicyRequest;
|
|
20
|
-
(function (AssociateFirewallPolicyRequest) {
|
|
21
|
-
AssociateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(AssociateFirewallPolicyRequest || (AssociateFirewallPolicyRequest = {}));
|
|
23
|
-
export var AssociateFirewallPolicyResponse;
|
|
24
|
-
(function (AssociateFirewallPolicyResponse) {
|
|
25
|
-
AssociateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(AssociateFirewallPolicyResponse || (AssociateFirewallPolicyResponse = {}));
|
|
27
3
|
var InternalServerError = (function (_super) {
|
|
28
4
|
__extends(InternalServerError, _super);
|
|
29
5
|
function InternalServerError(opts) {
|
|
@@ -102,18 +78,6 @@ var ThrottlingException = (function (_super) {
|
|
|
102
78
|
return ThrottlingException;
|
|
103
79
|
}(__BaseException));
|
|
104
80
|
export { ThrottlingException };
|
|
105
|
-
export var SubnetMapping;
|
|
106
|
-
(function (SubnetMapping) {
|
|
107
|
-
SubnetMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(SubnetMapping || (SubnetMapping = {}));
|
|
109
|
-
export var AssociateSubnetsRequest;
|
|
110
|
-
(function (AssociateSubnetsRequest) {
|
|
111
|
-
AssociateSubnetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
-
})(AssociateSubnetsRequest || (AssociateSubnetsRequest = {}));
|
|
113
|
-
export var AssociateSubnetsResponse;
|
|
114
|
-
(function (AssociateSubnetsResponse) {
|
|
115
|
-
AssociateSubnetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(AssociateSubnetsResponse || (AssociateSubnetsResponse = {}));
|
|
117
81
|
var InsufficientCapacityException = (function (_super) {
|
|
118
82
|
__extends(InsufficientCapacityException, _super);
|
|
119
83
|
function InsufficientCapacityException(opts) {
|
|
@@ -134,12 +98,9 @@ export var AttachmentStatus;
|
|
|
134
98
|
AttachmentStatus["READY"] = "READY";
|
|
135
99
|
AttachmentStatus["SCALING"] = "SCALING";
|
|
136
100
|
})(AttachmentStatus || (AttachmentStatus = {}));
|
|
137
|
-
export var Attachment;
|
|
138
|
-
(function (Attachment) {
|
|
139
|
-
Attachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(Attachment || (Attachment = {}));
|
|
141
101
|
export var ConfigurationSyncState;
|
|
142
102
|
(function (ConfigurationSyncState) {
|
|
103
|
+
ConfigurationSyncState["CAPACITY_CONSTRAINED"] = "CAPACITY_CONSTRAINED";
|
|
143
104
|
ConfigurationSyncState["IN_SYNC"] = "IN_SYNC";
|
|
144
105
|
ConfigurationSyncState["PENDING"] = "PENDING";
|
|
145
106
|
})(ConfigurationSyncState || (ConfigurationSyncState = {}));
|
|
@@ -148,22 +109,6 @@ export var EncryptionType;
|
|
|
148
109
|
EncryptionType["AWS_OWNED_KMS_KEY"] = "AWS_OWNED_KMS_KEY";
|
|
149
110
|
EncryptionType["CUSTOMER_KMS"] = "CUSTOMER_KMS";
|
|
150
111
|
})(EncryptionType || (EncryptionType = {}));
|
|
151
|
-
export var EncryptionConfiguration;
|
|
152
|
-
(function (EncryptionConfiguration) {
|
|
153
|
-
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
155
|
-
export var Tag;
|
|
156
|
-
(function (Tag) {
|
|
157
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(Tag || (Tag = {}));
|
|
159
|
-
export var CreateFirewallRequest;
|
|
160
|
-
(function (CreateFirewallRequest) {
|
|
161
|
-
CreateFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
-
})(CreateFirewallRequest || (CreateFirewallRequest = {}));
|
|
163
|
-
export var Firewall;
|
|
164
|
-
(function (Firewall) {
|
|
165
|
-
Firewall.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(Firewall || (Firewall = {}));
|
|
167
112
|
export var FirewallStatusValue;
|
|
168
113
|
(function (FirewallStatusValue) {
|
|
169
114
|
FirewallStatusValue["DELETING"] = "DELETING";
|
|
@@ -172,25 +117,10 @@ export var FirewallStatusValue;
|
|
|
172
117
|
})(FirewallStatusValue || (FirewallStatusValue = {}));
|
|
173
118
|
export var PerObjectSyncStatus;
|
|
174
119
|
(function (PerObjectSyncStatus) {
|
|
120
|
+
PerObjectSyncStatus["CAPACITY_CONSTRAINED"] = "CAPACITY_CONSTRAINED";
|
|
175
121
|
PerObjectSyncStatus["IN_SYNC"] = "IN_SYNC";
|
|
176
122
|
PerObjectSyncStatus["PENDING"] = "PENDING";
|
|
177
123
|
})(PerObjectSyncStatus || (PerObjectSyncStatus = {}));
|
|
178
|
-
export var PerObjectStatus;
|
|
179
|
-
(function (PerObjectStatus) {
|
|
180
|
-
PerObjectStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(PerObjectStatus || (PerObjectStatus = {}));
|
|
182
|
-
export var SyncState;
|
|
183
|
-
(function (SyncState) {
|
|
184
|
-
SyncState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(SyncState || (SyncState = {}));
|
|
186
|
-
export var FirewallStatus;
|
|
187
|
-
(function (FirewallStatus) {
|
|
188
|
-
FirewallStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(FirewallStatus || (FirewallStatus = {}));
|
|
190
|
-
export var CreateFirewallResponse;
|
|
191
|
-
(function (CreateFirewallResponse) {
|
|
192
|
-
CreateFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(CreateFirewallResponse || (CreateFirewallResponse = {}));
|
|
194
124
|
var LimitExceededException = (function (_super) {
|
|
195
125
|
__extends(LimitExceededException, _super);
|
|
196
126
|
function LimitExceededException(opts) {
|
|
@@ -209,51 +139,15 @@ export var RuleOrder;
|
|
|
209
139
|
RuleOrder["DEFAULT_ACTION_ORDER"] = "DEFAULT_ACTION_ORDER";
|
|
210
140
|
RuleOrder["STRICT_ORDER"] = "STRICT_ORDER";
|
|
211
141
|
})(RuleOrder || (RuleOrder = {}));
|
|
212
|
-
export var StatefulEngineOptions;
|
|
213
|
-
(function (StatefulEngineOptions) {
|
|
214
|
-
StatefulEngineOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(StatefulEngineOptions || (StatefulEngineOptions = {}));
|
|
216
142
|
export var OverrideAction;
|
|
217
143
|
(function (OverrideAction) {
|
|
218
144
|
OverrideAction["DROP_TO_ALERT"] = "DROP_TO_ALERT";
|
|
219
145
|
})(OverrideAction || (OverrideAction = {}));
|
|
220
|
-
export var StatefulRuleGroupOverride;
|
|
221
|
-
(function (StatefulRuleGroupOverride) {
|
|
222
|
-
StatefulRuleGroupOverride.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(StatefulRuleGroupOverride || (StatefulRuleGroupOverride = {}));
|
|
224
|
-
export var StatefulRuleGroupReference;
|
|
225
|
-
(function (StatefulRuleGroupReference) {
|
|
226
|
-
StatefulRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(StatefulRuleGroupReference || (StatefulRuleGroupReference = {}));
|
|
228
|
-
export var CustomAction;
|
|
229
|
-
(function (CustomAction) {
|
|
230
|
-
CustomAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(CustomAction || (CustomAction = {}));
|
|
232
|
-
export var StatelessRuleGroupReference;
|
|
233
|
-
(function (StatelessRuleGroupReference) {
|
|
234
|
-
StatelessRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(StatelessRuleGroupReference || (StatelessRuleGroupReference = {}));
|
|
236
|
-
export var FirewallPolicy;
|
|
237
|
-
(function (FirewallPolicy) {
|
|
238
|
-
FirewallPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
-
})(FirewallPolicy || (FirewallPolicy = {}));
|
|
240
|
-
export var CreateFirewallPolicyRequest;
|
|
241
|
-
(function (CreateFirewallPolicyRequest) {
|
|
242
|
-
CreateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(CreateFirewallPolicyRequest || (CreateFirewallPolicyRequest = {}));
|
|
244
146
|
export var ResourceStatus;
|
|
245
147
|
(function (ResourceStatus) {
|
|
246
148
|
ResourceStatus["ACTIVE"] = "ACTIVE";
|
|
247
149
|
ResourceStatus["DELETING"] = "DELETING";
|
|
248
150
|
})(ResourceStatus || (ResourceStatus = {}));
|
|
249
|
-
export var FirewallPolicyResponse;
|
|
250
|
-
(function (FirewallPolicyResponse) {
|
|
251
|
-
FirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(FirewallPolicyResponse || (FirewallPolicyResponse = {}));
|
|
253
|
-
export var CreateFirewallPolicyResponse;
|
|
254
|
-
(function (CreateFirewallPolicyResponse) {
|
|
255
|
-
CreateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(CreateFirewallPolicyResponse || (CreateFirewallPolicyResponse = {}));
|
|
257
151
|
export var GeneratedRulesType;
|
|
258
152
|
(function (GeneratedRulesType) {
|
|
259
153
|
GeneratedRulesType["ALLOWLIST"] = "ALLOWLIST";
|
|
@@ -264,10 +158,6 @@ export var TargetType;
|
|
|
264
158
|
TargetType["HTTP_HOST"] = "HTTP_HOST";
|
|
265
159
|
TargetType["TLS_SNI"] = "TLS_SNI";
|
|
266
160
|
})(TargetType || (TargetType = {}));
|
|
267
|
-
export var RulesSourceList;
|
|
268
|
-
(function (RulesSourceList) {
|
|
269
|
-
RulesSourceList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(RulesSourceList || (RulesSourceList = {}));
|
|
271
161
|
export var StatefulAction;
|
|
272
162
|
(function (StatefulAction) {
|
|
273
163
|
StatefulAction["ALERT"] = "ALERT";
|
|
@@ -301,22 +191,6 @@ export var StatefulRuleProtocol;
|
|
|
301
191
|
StatefulRuleProtocol["TLS"] = "TLS";
|
|
302
192
|
StatefulRuleProtocol["UDP"] = "UDP";
|
|
303
193
|
})(StatefulRuleProtocol || (StatefulRuleProtocol = {}));
|
|
304
|
-
export var Header;
|
|
305
|
-
(function (Header) {
|
|
306
|
-
Header.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(Header || (Header = {}));
|
|
308
|
-
export var RuleOption;
|
|
309
|
-
(function (RuleOption) {
|
|
310
|
-
RuleOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(RuleOption || (RuleOption = {}));
|
|
312
|
-
export var StatefulRule;
|
|
313
|
-
(function (StatefulRule) {
|
|
314
|
-
StatefulRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(StatefulRule || (StatefulRule = {}));
|
|
316
|
-
export var PortRange;
|
|
317
|
-
(function (PortRange) {
|
|
318
|
-
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(PortRange || (PortRange = {}));
|
|
320
194
|
export var TCPFlag;
|
|
321
195
|
(function (TCPFlag) {
|
|
322
196
|
TCPFlag["ACK"] = "ACK";
|
|
@@ -328,79 +202,11 @@ export var TCPFlag;
|
|
|
328
202
|
TCPFlag["SYN"] = "SYN";
|
|
329
203
|
TCPFlag["URG"] = "URG";
|
|
330
204
|
})(TCPFlag || (TCPFlag = {}));
|
|
331
|
-
export var TCPFlagField;
|
|
332
|
-
(function (TCPFlagField) {
|
|
333
|
-
TCPFlagField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(TCPFlagField || (TCPFlagField = {}));
|
|
335
|
-
export var MatchAttributes;
|
|
336
|
-
(function (MatchAttributes) {
|
|
337
|
-
MatchAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(MatchAttributes || (MatchAttributes = {}));
|
|
339
|
-
export var RuleDefinition;
|
|
340
|
-
(function (RuleDefinition) {
|
|
341
|
-
RuleDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(RuleDefinition || (RuleDefinition = {}));
|
|
343
|
-
export var StatelessRule;
|
|
344
|
-
(function (StatelessRule) {
|
|
345
|
-
StatelessRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(StatelessRule || (StatelessRule = {}));
|
|
347
|
-
export var StatelessRulesAndCustomActions;
|
|
348
|
-
(function (StatelessRulesAndCustomActions) {
|
|
349
|
-
StatelessRulesAndCustomActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(StatelessRulesAndCustomActions || (StatelessRulesAndCustomActions = {}));
|
|
351
|
-
export var RulesSource;
|
|
352
|
-
(function (RulesSource) {
|
|
353
|
-
RulesSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(RulesSource || (RulesSource = {}));
|
|
355
|
-
export var IPSet;
|
|
356
|
-
(function (IPSet) {
|
|
357
|
-
IPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
-
})(IPSet || (IPSet = {}));
|
|
359
|
-
export var PortSet;
|
|
360
|
-
(function (PortSet) {
|
|
361
|
-
PortSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
-
})(PortSet || (PortSet = {}));
|
|
363
|
-
export var RuleVariables;
|
|
364
|
-
(function (RuleVariables) {
|
|
365
|
-
RuleVariables.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
-
})(RuleVariables || (RuleVariables = {}));
|
|
367
|
-
export var StatefulRuleOptions;
|
|
368
|
-
(function (StatefulRuleOptions) {
|
|
369
|
-
StatefulRuleOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(StatefulRuleOptions || (StatefulRuleOptions = {}));
|
|
371
|
-
export var RuleGroup;
|
|
372
|
-
(function (RuleGroup) {
|
|
373
|
-
RuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(RuleGroup || (RuleGroup = {}));
|
|
375
|
-
export var SourceMetadata;
|
|
376
|
-
(function (SourceMetadata) {
|
|
377
|
-
SourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(SourceMetadata || (SourceMetadata = {}));
|
|
379
205
|
export var RuleGroupType;
|
|
380
206
|
(function (RuleGroupType) {
|
|
381
207
|
RuleGroupType["STATEFUL"] = "STATEFUL";
|
|
382
208
|
RuleGroupType["STATELESS"] = "STATELESS";
|
|
383
209
|
})(RuleGroupType || (RuleGroupType = {}));
|
|
384
|
-
export var CreateRuleGroupRequest;
|
|
385
|
-
(function (CreateRuleGroupRequest) {
|
|
386
|
-
CreateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
-
})(CreateRuleGroupRequest || (CreateRuleGroupRequest = {}));
|
|
388
|
-
export var RuleGroupResponse;
|
|
389
|
-
(function (RuleGroupResponse) {
|
|
390
|
-
RuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(RuleGroupResponse || (RuleGroupResponse = {}));
|
|
392
|
-
export var CreateRuleGroupResponse;
|
|
393
|
-
(function (CreateRuleGroupResponse) {
|
|
394
|
-
CreateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
-
})(CreateRuleGroupResponse || (CreateRuleGroupResponse = {}));
|
|
396
|
-
export var DeleteFirewallRequest;
|
|
397
|
-
(function (DeleteFirewallRequest) {
|
|
398
|
-
DeleteFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(DeleteFirewallRequest || (DeleteFirewallRequest = {}));
|
|
400
|
-
export var DeleteFirewallResponse;
|
|
401
|
-
(function (DeleteFirewallResponse) {
|
|
402
|
-
DeleteFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(DeleteFirewallResponse || (DeleteFirewallResponse = {}));
|
|
404
210
|
var UnsupportedOperationException = (function (_super) {
|
|
405
211
|
__extends(UnsupportedOperationException, _super);
|
|
406
212
|
function UnsupportedOperationException(opts) {
|
|
@@ -414,22 +220,6 @@ var UnsupportedOperationException = (function (_super) {
|
|
|
414
220
|
return UnsupportedOperationException;
|
|
415
221
|
}(__BaseException));
|
|
416
222
|
export { UnsupportedOperationException };
|
|
417
|
-
export var DeleteFirewallPolicyRequest;
|
|
418
|
-
(function (DeleteFirewallPolicyRequest) {
|
|
419
|
-
DeleteFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(DeleteFirewallPolicyRequest || (DeleteFirewallPolicyRequest = {}));
|
|
421
|
-
export var DeleteFirewallPolicyResponse;
|
|
422
|
-
(function (DeleteFirewallPolicyResponse) {
|
|
423
|
-
DeleteFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(DeleteFirewallPolicyResponse || (DeleteFirewallPolicyResponse = {}));
|
|
425
|
-
export var DeleteResourcePolicyRequest;
|
|
426
|
-
(function (DeleteResourcePolicyRequest) {
|
|
427
|
-
DeleteResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(DeleteResourcePolicyRequest || (DeleteResourcePolicyRequest = {}));
|
|
429
|
-
export var DeleteResourcePolicyResponse;
|
|
430
|
-
(function (DeleteResourcePolicyResponse) {
|
|
431
|
-
DeleteResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(DeleteResourcePolicyResponse || (DeleteResourcePolicyResponse = {}));
|
|
433
223
|
var InvalidResourcePolicyException = (function (_super) {
|
|
434
224
|
__extends(InvalidResourcePolicyException, _super);
|
|
435
225
|
function InvalidResourcePolicyException(opts) {
|
|
@@ -443,34 +233,6 @@ var InvalidResourcePolicyException = (function (_super) {
|
|
|
443
233
|
return InvalidResourcePolicyException;
|
|
444
234
|
}(__BaseException));
|
|
445
235
|
export { InvalidResourcePolicyException };
|
|
446
|
-
export var DeleteRuleGroupRequest;
|
|
447
|
-
(function (DeleteRuleGroupRequest) {
|
|
448
|
-
DeleteRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(DeleteRuleGroupRequest || (DeleteRuleGroupRequest = {}));
|
|
450
|
-
export var DeleteRuleGroupResponse;
|
|
451
|
-
(function (DeleteRuleGroupResponse) {
|
|
452
|
-
DeleteRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(DeleteRuleGroupResponse || (DeleteRuleGroupResponse = {}));
|
|
454
|
-
export var DescribeFirewallRequest;
|
|
455
|
-
(function (DescribeFirewallRequest) {
|
|
456
|
-
DescribeFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(DescribeFirewallRequest || (DescribeFirewallRequest = {}));
|
|
458
|
-
export var DescribeFirewallResponse;
|
|
459
|
-
(function (DescribeFirewallResponse) {
|
|
460
|
-
DescribeFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(DescribeFirewallResponse || (DescribeFirewallResponse = {}));
|
|
462
|
-
export var DescribeFirewallPolicyRequest;
|
|
463
|
-
(function (DescribeFirewallPolicyRequest) {
|
|
464
|
-
DescribeFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(DescribeFirewallPolicyRequest || (DescribeFirewallPolicyRequest = {}));
|
|
466
|
-
export var DescribeFirewallPolicyResponse;
|
|
467
|
-
(function (DescribeFirewallPolicyResponse) {
|
|
468
|
-
DescribeFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(DescribeFirewallPolicyResponse || (DescribeFirewallPolicyResponse = {}));
|
|
470
|
-
export var DescribeLoggingConfigurationRequest;
|
|
471
|
-
(function (DescribeLoggingConfigurationRequest) {
|
|
472
|
-
DescribeLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(DescribeLoggingConfigurationRequest || (DescribeLoggingConfigurationRequest = {}));
|
|
474
236
|
export var LogDestinationType;
|
|
475
237
|
(function (LogDestinationType) {
|
|
476
238
|
LogDestinationType["CLOUDWATCH_LOGS"] = "CloudWatchLogs";
|
|
@@ -482,74 +244,6 @@ export var LogType;
|
|
|
482
244
|
LogType["ALERT"] = "ALERT";
|
|
483
245
|
LogType["FLOW"] = "FLOW";
|
|
484
246
|
})(LogType || (LogType = {}));
|
|
485
|
-
export var LogDestinationConfig;
|
|
486
|
-
(function (LogDestinationConfig) {
|
|
487
|
-
LogDestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(LogDestinationConfig || (LogDestinationConfig = {}));
|
|
489
|
-
export var LoggingConfiguration;
|
|
490
|
-
(function (LoggingConfiguration) {
|
|
491
|
-
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
493
|
-
export var DescribeLoggingConfigurationResponse;
|
|
494
|
-
(function (DescribeLoggingConfigurationResponse) {
|
|
495
|
-
DescribeLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(DescribeLoggingConfigurationResponse || (DescribeLoggingConfigurationResponse = {}));
|
|
497
|
-
export var DescribeResourcePolicyRequest;
|
|
498
|
-
(function (DescribeResourcePolicyRequest) {
|
|
499
|
-
DescribeResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(DescribeResourcePolicyRequest || (DescribeResourcePolicyRequest = {}));
|
|
501
|
-
export var DescribeResourcePolicyResponse;
|
|
502
|
-
(function (DescribeResourcePolicyResponse) {
|
|
503
|
-
DescribeResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(DescribeResourcePolicyResponse || (DescribeResourcePolicyResponse = {}));
|
|
505
|
-
export var DescribeRuleGroupRequest;
|
|
506
|
-
(function (DescribeRuleGroupRequest) {
|
|
507
|
-
DescribeRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(DescribeRuleGroupRequest || (DescribeRuleGroupRequest = {}));
|
|
509
|
-
export var DescribeRuleGroupResponse;
|
|
510
|
-
(function (DescribeRuleGroupResponse) {
|
|
511
|
-
DescribeRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(DescribeRuleGroupResponse || (DescribeRuleGroupResponse = {}));
|
|
513
|
-
export var DescribeRuleGroupMetadataRequest;
|
|
514
|
-
(function (DescribeRuleGroupMetadataRequest) {
|
|
515
|
-
DescribeRuleGroupMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
-
})(DescribeRuleGroupMetadataRequest || (DescribeRuleGroupMetadataRequest = {}));
|
|
517
|
-
export var DescribeRuleGroupMetadataResponse;
|
|
518
|
-
(function (DescribeRuleGroupMetadataResponse) {
|
|
519
|
-
DescribeRuleGroupMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
-
})(DescribeRuleGroupMetadataResponse || (DescribeRuleGroupMetadataResponse = {}));
|
|
521
|
-
export var DisassociateSubnetsRequest;
|
|
522
|
-
(function (DisassociateSubnetsRequest) {
|
|
523
|
-
DisassociateSubnetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(DisassociateSubnetsRequest || (DisassociateSubnetsRequest = {}));
|
|
525
|
-
export var DisassociateSubnetsResponse;
|
|
526
|
-
(function (DisassociateSubnetsResponse) {
|
|
527
|
-
DisassociateSubnetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
-
})(DisassociateSubnetsResponse || (DisassociateSubnetsResponse = {}));
|
|
529
|
-
export var FirewallMetadata;
|
|
530
|
-
(function (FirewallMetadata) {
|
|
531
|
-
FirewallMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(FirewallMetadata || (FirewallMetadata = {}));
|
|
533
|
-
export var FirewallPolicyMetadata;
|
|
534
|
-
(function (FirewallPolicyMetadata) {
|
|
535
|
-
FirewallPolicyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(FirewallPolicyMetadata || (FirewallPolicyMetadata = {}));
|
|
537
|
-
export var ListFirewallPoliciesRequest;
|
|
538
|
-
(function (ListFirewallPoliciesRequest) {
|
|
539
|
-
ListFirewallPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(ListFirewallPoliciesRequest || (ListFirewallPoliciesRequest = {}));
|
|
541
|
-
export var ListFirewallPoliciesResponse;
|
|
542
|
-
(function (ListFirewallPoliciesResponse) {
|
|
543
|
-
ListFirewallPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(ListFirewallPoliciesResponse || (ListFirewallPoliciesResponse = {}));
|
|
545
|
-
export var ListFirewallsRequest;
|
|
546
|
-
(function (ListFirewallsRequest) {
|
|
547
|
-
ListFirewallsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(ListFirewallsRequest || (ListFirewallsRequest = {}));
|
|
549
|
-
export var ListFirewallsResponse;
|
|
550
|
-
(function (ListFirewallsResponse) {
|
|
551
|
-
ListFirewallsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(ListFirewallsResponse || (ListFirewallsResponse = {}));
|
|
553
247
|
export var ResourceManagedType;
|
|
554
248
|
(function (ResourceManagedType) {
|
|
555
249
|
ResourceManagedType["AWS_MANAGED_DOMAIN_LISTS"] = "AWS_MANAGED_DOMAIN_LISTS";
|
|
@@ -560,26 +254,6 @@ export var ResourceManagedStatus;
|
|
|
560
254
|
ResourceManagedStatus["ACCOUNT"] = "ACCOUNT";
|
|
561
255
|
ResourceManagedStatus["MANAGED"] = "MANAGED";
|
|
562
256
|
})(ResourceManagedStatus || (ResourceManagedStatus = {}));
|
|
563
|
-
export var ListRuleGroupsRequest;
|
|
564
|
-
(function (ListRuleGroupsRequest) {
|
|
565
|
-
ListRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(ListRuleGroupsRequest || (ListRuleGroupsRequest = {}));
|
|
567
|
-
export var RuleGroupMetadata;
|
|
568
|
-
(function (RuleGroupMetadata) {
|
|
569
|
-
RuleGroupMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(RuleGroupMetadata || (RuleGroupMetadata = {}));
|
|
571
|
-
export var ListRuleGroupsResponse;
|
|
572
|
-
(function (ListRuleGroupsResponse) {
|
|
573
|
-
ListRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(ListRuleGroupsResponse || (ListRuleGroupsResponse = {}));
|
|
575
|
-
export var ListTagsForResourceRequest;
|
|
576
|
-
(function (ListTagsForResourceRequest) {
|
|
577
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
579
|
-
export var ListTagsForResourceResponse;
|
|
580
|
-
(function (ListTagsForResourceResponse) {
|
|
581
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
583
257
|
var LogDestinationPermissionException = (function (_super) {
|
|
584
258
|
__extends(LogDestinationPermissionException, _super);
|
|
585
259
|
function LogDestinationPermissionException(opts) {
|
|
@@ -593,30 +267,6 @@ var LogDestinationPermissionException = (function (_super) {
|
|
|
593
267
|
return LogDestinationPermissionException;
|
|
594
268
|
}(__BaseException));
|
|
595
269
|
export { LogDestinationPermissionException };
|
|
596
|
-
export var PutResourcePolicyRequest;
|
|
597
|
-
(function (PutResourcePolicyRequest) {
|
|
598
|
-
PutResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(PutResourcePolicyRequest || (PutResourcePolicyRequest = {}));
|
|
600
|
-
export var PutResourcePolicyResponse;
|
|
601
|
-
(function (PutResourcePolicyResponse) {
|
|
602
|
-
PutResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
-
})(PutResourcePolicyResponse || (PutResourcePolicyResponse = {}));
|
|
604
|
-
export var TagResourceRequest;
|
|
605
|
-
(function (TagResourceRequest) {
|
|
606
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
608
|
-
export var TagResourceResponse;
|
|
609
|
-
(function (TagResourceResponse) {
|
|
610
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
612
|
-
export var UntagResourceRequest;
|
|
613
|
-
(function (UntagResourceRequest) {
|
|
614
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
616
|
-
export var UntagResourceResponse;
|
|
617
|
-
(function (UntagResourceResponse) {
|
|
618
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
620
270
|
var ResourceOwnerCheckException = (function (_super) {
|
|
621
271
|
__extends(ResourceOwnerCheckException, _super);
|
|
622
272
|
function ResourceOwnerCheckException(opts) {
|
|
@@ -630,67 +280,112 @@ var ResourceOwnerCheckException = (function (_super) {
|
|
|
630
280
|
return ResourceOwnerCheckException;
|
|
631
281
|
}(__BaseException));
|
|
632
282
|
export { ResourceOwnerCheckException };
|
|
633
|
-
export var
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
export var
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
export var
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
export var
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
export var
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
export var
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
export var
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
export var
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
export var
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
export var
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
export var
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
export var
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
export var
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
export var
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
export var
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
export var
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
283
|
+
export var DimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var PublishMetricActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var ActionDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var AddressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var AssociateFirewallPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var AssociateFirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var SubnetMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var AssociateSubnetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var AssociateSubnetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var AttachmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var IPSetMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var CIDRSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var CapacityUsageSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var EncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var CreateFirewallRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var FirewallFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var PerObjectStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var SyncStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var FirewallStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var CreateFirewallResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var StatefulEngineOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var StatefulRuleGroupOverrideFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var StatefulRuleGroupReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var CustomActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var StatelessRuleGroupReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var FirewallPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var CreateFirewallPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var FirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var CreateFirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var IPSetReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var ReferenceSetsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var RulesSourceListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var HeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var RuleOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var StatefulRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var PortRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var TCPFlagFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var MatchAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var RuleDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var StatelessRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var StatelessRulesAndCustomActionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var RulesSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var IPSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var PortSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var RuleVariablesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var StatefulRuleOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var RuleGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var SourceMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var CreateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var RuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var CreateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var DeleteFirewallRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var DeleteFirewallResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var DeleteFirewallPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var DeleteFirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DeleteResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DeleteResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var DeleteRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var DeleteRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var DescribeFirewallRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var DescribeFirewallResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var DescribeFirewallPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var DescribeFirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var DescribeLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var LogDestinationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var LoggingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var DescribeLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var DescribeResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var DescribeResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var DescribeRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var DescribeRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var DescribeRuleGroupMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var DescribeRuleGroupMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var DisassociateSubnetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var DisassociateSubnetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var FirewallMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var FirewallPolicyMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var ListFirewallPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var ListFirewallPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var ListFirewallsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var ListFirewallsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var ListRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var RuleGroupMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var ListRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var PutResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var PutResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var UpdateFirewallDeleteProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var UpdateFirewallDeleteProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var UpdateFirewallDescriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var UpdateFirewallDescriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var UpdateFirewallEncryptionConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var UpdateFirewallEncryptionConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var UpdateFirewallPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var UpdateFirewallPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var UpdateFirewallPolicyChangeProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var UpdateFirewallPolicyChangeProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var UpdateLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var UpdateLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var UpdateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var UpdateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var UpdateSubnetChangeProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var UpdateSubnetChangeProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|