@aws-sdk/client-network-firewall 3.135.0 → 3.142.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 +439 -657
- package/dist-cjs/protocols/Aws_json1_0.js +155 -320
- 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 +109 -436
- package/dist-es/protocols/Aws_json1_0.js +249 -321
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- 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,22 +98,6 @@ 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
|
-
export var IPSetMetadata;
|
|
142
|
-
(function (IPSetMetadata) {
|
|
143
|
-
IPSetMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(IPSetMetadata || (IPSetMetadata = {}));
|
|
145
|
-
export var CIDRSummary;
|
|
146
|
-
(function (CIDRSummary) {
|
|
147
|
-
CIDRSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(CIDRSummary || (CIDRSummary = {}));
|
|
149
|
-
export var CapacityUsageSummary;
|
|
150
|
-
(function (CapacityUsageSummary) {
|
|
151
|
-
CapacityUsageSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(CapacityUsageSummary || (CapacityUsageSummary = {}));
|
|
153
101
|
export var ConfigurationSyncState;
|
|
154
102
|
(function (ConfigurationSyncState) {
|
|
155
103
|
ConfigurationSyncState["CAPACITY_CONSTRAINED"] = "CAPACITY_CONSTRAINED";
|
|
@@ -161,22 +109,6 @@ export var EncryptionType;
|
|
|
161
109
|
EncryptionType["AWS_OWNED_KMS_KEY"] = "AWS_OWNED_KMS_KEY";
|
|
162
110
|
EncryptionType["CUSTOMER_KMS"] = "CUSTOMER_KMS";
|
|
163
111
|
})(EncryptionType || (EncryptionType = {}));
|
|
164
|
-
export var EncryptionConfiguration;
|
|
165
|
-
(function (EncryptionConfiguration) {
|
|
166
|
-
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
168
|
-
export var Tag;
|
|
169
|
-
(function (Tag) {
|
|
170
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(Tag || (Tag = {}));
|
|
172
|
-
export var CreateFirewallRequest;
|
|
173
|
-
(function (CreateFirewallRequest) {
|
|
174
|
-
CreateFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(CreateFirewallRequest || (CreateFirewallRequest = {}));
|
|
176
|
-
export var Firewall;
|
|
177
|
-
(function (Firewall) {
|
|
178
|
-
Firewall.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(Firewall || (Firewall = {}));
|
|
180
112
|
export var FirewallStatusValue;
|
|
181
113
|
(function (FirewallStatusValue) {
|
|
182
114
|
FirewallStatusValue["DELETING"] = "DELETING";
|
|
@@ -189,22 +121,6 @@ export var PerObjectSyncStatus;
|
|
|
189
121
|
PerObjectSyncStatus["IN_SYNC"] = "IN_SYNC";
|
|
190
122
|
PerObjectSyncStatus["PENDING"] = "PENDING";
|
|
191
123
|
})(PerObjectSyncStatus || (PerObjectSyncStatus = {}));
|
|
192
|
-
export var PerObjectStatus;
|
|
193
|
-
(function (PerObjectStatus) {
|
|
194
|
-
PerObjectStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(PerObjectStatus || (PerObjectStatus = {}));
|
|
196
|
-
export var SyncState;
|
|
197
|
-
(function (SyncState) {
|
|
198
|
-
SyncState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(SyncState || (SyncState = {}));
|
|
200
|
-
export var FirewallStatus;
|
|
201
|
-
(function (FirewallStatus) {
|
|
202
|
-
FirewallStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(FirewallStatus || (FirewallStatus = {}));
|
|
204
|
-
export var CreateFirewallResponse;
|
|
205
|
-
(function (CreateFirewallResponse) {
|
|
206
|
-
CreateFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(CreateFirewallResponse || (CreateFirewallResponse = {}));
|
|
208
124
|
var LimitExceededException = (function (_super) {
|
|
209
125
|
__extends(LimitExceededException, _super);
|
|
210
126
|
function LimitExceededException(opts) {
|
|
@@ -223,59 +139,15 @@ export var RuleOrder;
|
|
|
223
139
|
RuleOrder["DEFAULT_ACTION_ORDER"] = "DEFAULT_ACTION_ORDER";
|
|
224
140
|
RuleOrder["STRICT_ORDER"] = "STRICT_ORDER";
|
|
225
141
|
})(RuleOrder || (RuleOrder = {}));
|
|
226
|
-
export var StatefulEngineOptions;
|
|
227
|
-
(function (StatefulEngineOptions) {
|
|
228
|
-
StatefulEngineOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(StatefulEngineOptions || (StatefulEngineOptions = {}));
|
|
230
142
|
export var OverrideAction;
|
|
231
143
|
(function (OverrideAction) {
|
|
232
144
|
OverrideAction["DROP_TO_ALERT"] = "DROP_TO_ALERT";
|
|
233
145
|
})(OverrideAction || (OverrideAction = {}));
|
|
234
|
-
export var StatefulRuleGroupOverride;
|
|
235
|
-
(function (StatefulRuleGroupOverride) {
|
|
236
|
-
StatefulRuleGroupOverride.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(StatefulRuleGroupOverride || (StatefulRuleGroupOverride = {}));
|
|
238
|
-
export var StatefulRuleGroupReference;
|
|
239
|
-
(function (StatefulRuleGroupReference) {
|
|
240
|
-
StatefulRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(StatefulRuleGroupReference || (StatefulRuleGroupReference = {}));
|
|
242
|
-
export var CustomAction;
|
|
243
|
-
(function (CustomAction) {
|
|
244
|
-
CustomAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(CustomAction || (CustomAction = {}));
|
|
246
|
-
export var StatelessRuleGroupReference;
|
|
247
|
-
(function (StatelessRuleGroupReference) {
|
|
248
|
-
StatelessRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(StatelessRuleGroupReference || (StatelessRuleGroupReference = {}));
|
|
250
|
-
export var FirewallPolicy;
|
|
251
|
-
(function (FirewallPolicy) {
|
|
252
|
-
FirewallPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(FirewallPolicy || (FirewallPolicy = {}));
|
|
254
|
-
export var CreateFirewallPolicyRequest;
|
|
255
|
-
(function (CreateFirewallPolicyRequest) {
|
|
256
|
-
CreateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(CreateFirewallPolicyRequest || (CreateFirewallPolicyRequest = {}));
|
|
258
146
|
export var ResourceStatus;
|
|
259
147
|
(function (ResourceStatus) {
|
|
260
148
|
ResourceStatus["ACTIVE"] = "ACTIVE";
|
|
261
149
|
ResourceStatus["DELETING"] = "DELETING";
|
|
262
150
|
})(ResourceStatus || (ResourceStatus = {}));
|
|
263
|
-
export var FirewallPolicyResponse;
|
|
264
|
-
(function (FirewallPolicyResponse) {
|
|
265
|
-
FirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(FirewallPolicyResponse || (FirewallPolicyResponse = {}));
|
|
267
|
-
export var CreateFirewallPolicyResponse;
|
|
268
|
-
(function (CreateFirewallPolicyResponse) {
|
|
269
|
-
CreateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(CreateFirewallPolicyResponse || (CreateFirewallPolicyResponse = {}));
|
|
271
|
-
export var IPSetReference;
|
|
272
|
-
(function (IPSetReference) {
|
|
273
|
-
IPSetReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(IPSetReference || (IPSetReference = {}));
|
|
275
|
-
export var ReferenceSets;
|
|
276
|
-
(function (ReferenceSets) {
|
|
277
|
-
ReferenceSets.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(ReferenceSets || (ReferenceSets = {}));
|
|
279
151
|
export var GeneratedRulesType;
|
|
280
152
|
(function (GeneratedRulesType) {
|
|
281
153
|
GeneratedRulesType["ALLOWLIST"] = "ALLOWLIST";
|
|
@@ -286,10 +158,6 @@ export var TargetType;
|
|
|
286
158
|
TargetType["HTTP_HOST"] = "HTTP_HOST";
|
|
287
159
|
TargetType["TLS_SNI"] = "TLS_SNI";
|
|
288
160
|
})(TargetType || (TargetType = {}));
|
|
289
|
-
export var RulesSourceList;
|
|
290
|
-
(function (RulesSourceList) {
|
|
291
|
-
RulesSourceList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(RulesSourceList || (RulesSourceList = {}));
|
|
293
161
|
export var StatefulAction;
|
|
294
162
|
(function (StatefulAction) {
|
|
295
163
|
StatefulAction["ALERT"] = "ALERT";
|
|
@@ -323,22 +191,6 @@ export var StatefulRuleProtocol;
|
|
|
323
191
|
StatefulRuleProtocol["TLS"] = "TLS";
|
|
324
192
|
StatefulRuleProtocol["UDP"] = "UDP";
|
|
325
193
|
})(StatefulRuleProtocol || (StatefulRuleProtocol = {}));
|
|
326
|
-
export var Header;
|
|
327
|
-
(function (Header) {
|
|
328
|
-
Header.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(Header || (Header = {}));
|
|
330
|
-
export var RuleOption;
|
|
331
|
-
(function (RuleOption) {
|
|
332
|
-
RuleOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(RuleOption || (RuleOption = {}));
|
|
334
|
-
export var StatefulRule;
|
|
335
|
-
(function (StatefulRule) {
|
|
336
|
-
StatefulRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(StatefulRule || (StatefulRule = {}));
|
|
338
|
-
export var PortRange;
|
|
339
|
-
(function (PortRange) {
|
|
340
|
-
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(PortRange || (PortRange = {}));
|
|
342
194
|
export var TCPFlag;
|
|
343
195
|
(function (TCPFlag) {
|
|
344
196
|
TCPFlag["ACK"] = "ACK";
|
|
@@ -350,79 +202,11 @@ export var TCPFlag;
|
|
|
350
202
|
TCPFlag["SYN"] = "SYN";
|
|
351
203
|
TCPFlag["URG"] = "URG";
|
|
352
204
|
})(TCPFlag || (TCPFlag = {}));
|
|
353
|
-
export var TCPFlagField;
|
|
354
|
-
(function (TCPFlagField) {
|
|
355
|
-
TCPFlagField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(TCPFlagField || (TCPFlagField = {}));
|
|
357
|
-
export var MatchAttributes;
|
|
358
|
-
(function (MatchAttributes) {
|
|
359
|
-
MatchAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(MatchAttributes || (MatchAttributes = {}));
|
|
361
|
-
export var RuleDefinition;
|
|
362
|
-
(function (RuleDefinition) {
|
|
363
|
-
RuleDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(RuleDefinition || (RuleDefinition = {}));
|
|
365
|
-
export var StatelessRule;
|
|
366
|
-
(function (StatelessRule) {
|
|
367
|
-
StatelessRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(StatelessRule || (StatelessRule = {}));
|
|
369
|
-
export var StatelessRulesAndCustomActions;
|
|
370
|
-
(function (StatelessRulesAndCustomActions) {
|
|
371
|
-
StatelessRulesAndCustomActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(StatelessRulesAndCustomActions || (StatelessRulesAndCustomActions = {}));
|
|
373
|
-
export var RulesSource;
|
|
374
|
-
(function (RulesSource) {
|
|
375
|
-
RulesSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(RulesSource || (RulesSource = {}));
|
|
377
|
-
export var IPSet;
|
|
378
|
-
(function (IPSet) {
|
|
379
|
-
IPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(IPSet || (IPSet = {}));
|
|
381
|
-
export var PortSet;
|
|
382
|
-
(function (PortSet) {
|
|
383
|
-
PortSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(PortSet || (PortSet = {}));
|
|
385
|
-
export var RuleVariables;
|
|
386
|
-
(function (RuleVariables) {
|
|
387
|
-
RuleVariables.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(RuleVariables || (RuleVariables = {}));
|
|
389
|
-
export var StatefulRuleOptions;
|
|
390
|
-
(function (StatefulRuleOptions) {
|
|
391
|
-
StatefulRuleOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(StatefulRuleOptions || (StatefulRuleOptions = {}));
|
|
393
|
-
export var RuleGroup;
|
|
394
|
-
(function (RuleGroup) {
|
|
395
|
-
RuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(RuleGroup || (RuleGroup = {}));
|
|
397
|
-
export var SourceMetadata;
|
|
398
|
-
(function (SourceMetadata) {
|
|
399
|
-
SourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(SourceMetadata || (SourceMetadata = {}));
|
|
401
205
|
export var RuleGroupType;
|
|
402
206
|
(function (RuleGroupType) {
|
|
403
207
|
RuleGroupType["STATEFUL"] = "STATEFUL";
|
|
404
208
|
RuleGroupType["STATELESS"] = "STATELESS";
|
|
405
209
|
})(RuleGroupType || (RuleGroupType = {}));
|
|
406
|
-
export var CreateRuleGroupRequest;
|
|
407
|
-
(function (CreateRuleGroupRequest) {
|
|
408
|
-
CreateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(CreateRuleGroupRequest || (CreateRuleGroupRequest = {}));
|
|
410
|
-
export var RuleGroupResponse;
|
|
411
|
-
(function (RuleGroupResponse) {
|
|
412
|
-
RuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(RuleGroupResponse || (RuleGroupResponse = {}));
|
|
414
|
-
export var CreateRuleGroupResponse;
|
|
415
|
-
(function (CreateRuleGroupResponse) {
|
|
416
|
-
CreateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(CreateRuleGroupResponse || (CreateRuleGroupResponse = {}));
|
|
418
|
-
export var DeleteFirewallRequest;
|
|
419
|
-
(function (DeleteFirewallRequest) {
|
|
420
|
-
DeleteFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(DeleteFirewallRequest || (DeleteFirewallRequest = {}));
|
|
422
|
-
export var DeleteFirewallResponse;
|
|
423
|
-
(function (DeleteFirewallResponse) {
|
|
424
|
-
DeleteFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(DeleteFirewallResponse || (DeleteFirewallResponse = {}));
|
|
426
210
|
var UnsupportedOperationException = (function (_super) {
|
|
427
211
|
__extends(UnsupportedOperationException, _super);
|
|
428
212
|
function UnsupportedOperationException(opts) {
|
|
@@ -436,22 +220,6 @@ var UnsupportedOperationException = (function (_super) {
|
|
|
436
220
|
return UnsupportedOperationException;
|
|
437
221
|
}(__BaseException));
|
|
438
222
|
export { UnsupportedOperationException };
|
|
439
|
-
export var DeleteFirewallPolicyRequest;
|
|
440
|
-
(function (DeleteFirewallPolicyRequest) {
|
|
441
|
-
DeleteFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(DeleteFirewallPolicyRequest || (DeleteFirewallPolicyRequest = {}));
|
|
443
|
-
export var DeleteFirewallPolicyResponse;
|
|
444
|
-
(function (DeleteFirewallPolicyResponse) {
|
|
445
|
-
DeleteFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DeleteFirewallPolicyResponse || (DeleteFirewallPolicyResponse = {}));
|
|
447
|
-
export var DeleteResourcePolicyRequest;
|
|
448
|
-
(function (DeleteResourcePolicyRequest) {
|
|
449
|
-
DeleteResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(DeleteResourcePolicyRequest || (DeleteResourcePolicyRequest = {}));
|
|
451
|
-
export var DeleteResourcePolicyResponse;
|
|
452
|
-
(function (DeleteResourcePolicyResponse) {
|
|
453
|
-
DeleteResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(DeleteResourcePolicyResponse || (DeleteResourcePolicyResponse = {}));
|
|
455
223
|
var InvalidResourcePolicyException = (function (_super) {
|
|
456
224
|
__extends(InvalidResourcePolicyException, _super);
|
|
457
225
|
function InvalidResourcePolicyException(opts) {
|
|
@@ -465,34 +233,6 @@ var InvalidResourcePolicyException = (function (_super) {
|
|
|
465
233
|
return InvalidResourcePolicyException;
|
|
466
234
|
}(__BaseException));
|
|
467
235
|
export { InvalidResourcePolicyException };
|
|
468
|
-
export var DeleteRuleGroupRequest;
|
|
469
|
-
(function (DeleteRuleGroupRequest) {
|
|
470
|
-
DeleteRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(DeleteRuleGroupRequest || (DeleteRuleGroupRequest = {}));
|
|
472
|
-
export var DeleteRuleGroupResponse;
|
|
473
|
-
(function (DeleteRuleGroupResponse) {
|
|
474
|
-
DeleteRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(DeleteRuleGroupResponse || (DeleteRuleGroupResponse = {}));
|
|
476
|
-
export var DescribeFirewallRequest;
|
|
477
|
-
(function (DescribeFirewallRequest) {
|
|
478
|
-
DescribeFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
-
})(DescribeFirewallRequest || (DescribeFirewallRequest = {}));
|
|
480
|
-
export var DescribeFirewallResponse;
|
|
481
|
-
(function (DescribeFirewallResponse) {
|
|
482
|
-
DescribeFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
-
})(DescribeFirewallResponse || (DescribeFirewallResponse = {}));
|
|
484
|
-
export var DescribeFirewallPolicyRequest;
|
|
485
|
-
(function (DescribeFirewallPolicyRequest) {
|
|
486
|
-
DescribeFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
-
})(DescribeFirewallPolicyRequest || (DescribeFirewallPolicyRequest = {}));
|
|
488
|
-
export var DescribeFirewallPolicyResponse;
|
|
489
|
-
(function (DescribeFirewallPolicyResponse) {
|
|
490
|
-
DescribeFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
-
})(DescribeFirewallPolicyResponse || (DescribeFirewallPolicyResponse = {}));
|
|
492
|
-
export var DescribeLoggingConfigurationRequest;
|
|
493
|
-
(function (DescribeLoggingConfigurationRequest) {
|
|
494
|
-
DescribeLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(DescribeLoggingConfigurationRequest || (DescribeLoggingConfigurationRequest = {}));
|
|
496
236
|
export var LogDestinationType;
|
|
497
237
|
(function (LogDestinationType) {
|
|
498
238
|
LogDestinationType["CLOUDWATCH_LOGS"] = "CloudWatchLogs";
|
|
@@ -504,74 +244,6 @@ export var LogType;
|
|
|
504
244
|
LogType["ALERT"] = "ALERT";
|
|
505
245
|
LogType["FLOW"] = "FLOW";
|
|
506
246
|
})(LogType || (LogType = {}));
|
|
507
|
-
export var LogDestinationConfig;
|
|
508
|
-
(function (LogDestinationConfig) {
|
|
509
|
-
LogDestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(LogDestinationConfig || (LogDestinationConfig = {}));
|
|
511
|
-
export var LoggingConfiguration;
|
|
512
|
-
(function (LoggingConfiguration) {
|
|
513
|
-
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
515
|
-
export var DescribeLoggingConfigurationResponse;
|
|
516
|
-
(function (DescribeLoggingConfigurationResponse) {
|
|
517
|
-
DescribeLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(DescribeLoggingConfigurationResponse || (DescribeLoggingConfigurationResponse = {}));
|
|
519
|
-
export var DescribeResourcePolicyRequest;
|
|
520
|
-
(function (DescribeResourcePolicyRequest) {
|
|
521
|
-
DescribeResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(DescribeResourcePolicyRequest || (DescribeResourcePolicyRequest = {}));
|
|
523
|
-
export var DescribeResourcePolicyResponse;
|
|
524
|
-
(function (DescribeResourcePolicyResponse) {
|
|
525
|
-
DescribeResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(DescribeResourcePolicyResponse || (DescribeResourcePolicyResponse = {}));
|
|
527
|
-
export var DescribeRuleGroupRequest;
|
|
528
|
-
(function (DescribeRuleGroupRequest) {
|
|
529
|
-
DescribeRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(DescribeRuleGroupRequest || (DescribeRuleGroupRequest = {}));
|
|
531
|
-
export var DescribeRuleGroupResponse;
|
|
532
|
-
(function (DescribeRuleGroupResponse) {
|
|
533
|
-
DescribeRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(DescribeRuleGroupResponse || (DescribeRuleGroupResponse = {}));
|
|
535
|
-
export var DescribeRuleGroupMetadataRequest;
|
|
536
|
-
(function (DescribeRuleGroupMetadataRequest) {
|
|
537
|
-
DescribeRuleGroupMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(DescribeRuleGroupMetadataRequest || (DescribeRuleGroupMetadataRequest = {}));
|
|
539
|
-
export var DescribeRuleGroupMetadataResponse;
|
|
540
|
-
(function (DescribeRuleGroupMetadataResponse) {
|
|
541
|
-
DescribeRuleGroupMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(DescribeRuleGroupMetadataResponse || (DescribeRuleGroupMetadataResponse = {}));
|
|
543
|
-
export var DisassociateSubnetsRequest;
|
|
544
|
-
(function (DisassociateSubnetsRequest) {
|
|
545
|
-
DisassociateSubnetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(DisassociateSubnetsRequest || (DisassociateSubnetsRequest = {}));
|
|
547
|
-
export var DisassociateSubnetsResponse;
|
|
548
|
-
(function (DisassociateSubnetsResponse) {
|
|
549
|
-
DisassociateSubnetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(DisassociateSubnetsResponse || (DisassociateSubnetsResponse = {}));
|
|
551
|
-
export var FirewallMetadata;
|
|
552
|
-
(function (FirewallMetadata) {
|
|
553
|
-
FirewallMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(FirewallMetadata || (FirewallMetadata = {}));
|
|
555
|
-
export var FirewallPolicyMetadata;
|
|
556
|
-
(function (FirewallPolicyMetadata) {
|
|
557
|
-
FirewallPolicyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(FirewallPolicyMetadata || (FirewallPolicyMetadata = {}));
|
|
559
|
-
export var ListFirewallPoliciesRequest;
|
|
560
|
-
(function (ListFirewallPoliciesRequest) {
|
|
561
|
-
ListFirewallPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
})(ListFirewallPoliciesRequest || (ListFirewallPoliciesRequest = {}));
|
|
563
|
-
export var ListFirewallPoliciesResponse;
|
|
564
|
-
(function (ListFirewallPoliciesResponse) {
|
|
565
|
-
ListFirewallPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(ListFirewallPoliciesResponse || (ListFirewallPoliciesResponse = {}));
|
|
567
|
-
export var ListFirewallsRequest;
|
|
568
|
-
(function (ListFirewallsRequest) {
|
|
569
|
-
ListFirewallsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(ListFirewallsRequest || (ListFirewallsRequest = {}));
|
|
571
|
-
export var ListFirewallsResponse;
|
|
572
|
-
(function (ListFirewallsResponse) {
|
|
573
|
-
ListFirewallsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(ListFirewallsResponse || (ListFirewallsResponse = {}));
|
|
575
247
|
export var ResourceManagedType;
|
|
576
248
|
(function (ResourceManagedType) {
|
|
577
249
|
ResourceManagedType["AWS_MANAGED_DOMAIN_LISTS"] = "AWS_MANAGED_DOMAIN_LISTS";
|
|
@@ -582,26 +254,6 @@ export var ResourceManagedStatus;
|
|
|
582
254
|
ResourceManagedStatus["ACCOUNT"] = "ACCOUNT";
|
|
583
255
|
ResourceManagedStatus["MANAGED"] = "MANAGED";
|
|
584
256
|
})(ResourceManagedStatus || (ResourceManagedStatus = {}));
|
|
585
|
-
export var ListRuleGroupsRequest;
|
|
586
|
-
(function (ListRuleGroupsRequest) {
|
|
587
|
-
ListRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
-
})(ListRuleGroupsRequest || (ListRuleGroupsRequest = {}));
|
|
589
|
-
export var RuleGroupMetadata;
|
|
590
|
-
(function (RuleGroupMetadata) {
|
|
591
|
-
RuleGroupMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
-
})(RuleGroupMetadata || (RuleGroupMetadata = {}));
|
|
593
|
-
export var ListRuleGroupsResponse;
|
|
594
|
-
(function (ListRuleGroupsResponse) {
|
|
595
|
-
ListRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
-
})(ListRuleGroupsResponse || (ListRuleGroupsResponse = {}));
|
|
597
|
-
export var ListTagsForResourceRequest;
|
|
598
|
-
(function (ListTagsForResourceRequest) {
|
|
599
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
601
|
-
export var ListTagsForResourceResponse;
|
|
602
|
-
(function (ListTagsForResourceResponse) {
|
|
603
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
605
257
|
var LogDestinationPermissionException = (function (_super) {
|
|
606
258
|
__extends(LogDestinationPermissionException, _super);
|
|
607
259
|
function LogDestinationPermissionException(opts) {
|
|
@@ -615,30 +267,6 @@ var LogDestinationPermissionException = (function (_super) {
|
|
|
615
267
|
return LogDestinationPermissionException;
|
|
616
268
|
}(__BaseException));
|
|
617
269
|
export { LogDestinationPermissionException };
|
|
618
|
-
export var PutResourcePolicyRequest;
|
|
619
|
-
(function (PutResourcePolicyRequest) {
|
|
620
|
-
PutResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(PutResourcePolicyRequest || (PutResourcePolicyRequest = {}));
|
|
622
|
-
export var PutResourcePolicyResponse;
|
|
623
|
-
(function (PutResourcePolicyResponse) {
|
|
624
|
-
PutResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
-
})(PutResourcePolicyResponse || (PutResourcePolicyResponse = {}));
|
|
626
|
-
export var TagResourceRequest;
|
|
627
|
-
(function (TagResourceRequest) {
|
|
628
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
630
|
-
export var TagResourceResponse;
|
|
631
|
-
(function (TagResourceResponse) {
|
|
632
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
634
|
-
export var UntagResourceRequest;
|
|
635
|
-
(function (UntagResourceRequest) {
|
|
636
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
638
|
-
export var UntagResourceResponse;
|
|
639
|
-
(function (UntagResourceResponse) {
|
|
640
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
642
270
|
var ResourceOwnerCheckException = (function (_super) {
|
|
643
271
|
__extends(ResourceOwnerCheckException, _super);
|
|
644
272
|
function ResourceOwnerCheckException(opts) {
|
|
@@ -652,67 +280,112 @@ var ResourceOwnerCheckException = (function (_super) {
|
|
|
652
280
|
return ResourceOwnerCheckException;
|
|
653
281
|
}(__BaseException));
|
|
654
282
|
export { ResourceOwnerCheckException };
|
|
655
|
-
export var
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
export var
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
export var
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
export var
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
export var
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
export var
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
export var
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
export var
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
export var
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
export var
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
export var
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
export var
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
export var
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
export var
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
export var
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
export var
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
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)); };
|