@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
|
@@ -16,12 +16,6 @@ export interface Dimension {
|
|
|
16
16
|
*/
|
|
17
17
|
Value: string | undefined;
|
|
18
18
|
}
|
|
19
|
-
export declare namespace Dimension {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
const filterSensitiveLog: (obj: Dimension) => any;
|
|
24
|
-
}
|
|
25
19
|
/**
|
|
26
20
|
* <p>Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the
|
|
27
21
|
* matching packet. This setting defines a CloudWatch dimension value to be published.</p>
|
|
@@ -32,12 +26,6 @@ export interface PublishMetricAction {
|
|
|
32
26
|
*/
|
|
33
27
|
Dimensions: Dimension[] | undefined;
|
|
34
28
|
}
|
|
35
|
-
export declare namespace PublishMetricAction {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: PublishMetricAction) => any;
|
|
40
|
-
}
|
|
41
29
|
/**
|
|
42
30
|
* <p>A custom action to use in stateless rule actions settings. This is used in <a>CustomAction</a>.</p>
|
|
43
31
|
*/
|
|
@@ -52,12 +40,6 @@ export interface ActionDefinition {
|
|
|
52
40
|
*/
|
|
53
41
|
PublishMetricAction?: PublishMetricAction;
|
|
54
42
|
}
|
|
55
|
-
export declare namespace ActionDefinition {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
const filterSensitiveLog: (obj: ActionDefinition) => any;
|
|
60
|
-
}
|
|
61
43
|
/**
|
|
62
44
|
* <p>A single IP address specification. This is used in the <a>MatchAttributes</a>
|
|
63
45
|
* source and destination specifications.</p>
|
|
@@ -79,12 +61,6 @@ export interface Address {
|
|
|
79
61
|
*/
|
|
80
62
|
AddressDefinition: string | undefined;
|
|
81
63
|
}
|
|
82
|
-
export declare namespace Address {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: Address) => any;
|
|
87
|
-
}
|
|
88
64
|
export interface AssociateFirewallPolicyRequest {
|
|
89
65
|
/**
|
|
90
66
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -107,12 +83,6 @@ export interface AssociateFirewallPolicyRequest {
|
|
|
107
83
|
*/
|
|
108
84
|
FirewallPolicyArn: string | undefined;
|
|
109
85
|
}
|
|
110
|
-
export declare namespace AssociateFirewallPolicyRequest {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: AssociateFirewallPolicyRequest) => any;
|
|
115
|
-
}
|
|
116
86
|
export interface AssociateFirewallPolicyResponse {
|
|
117
87
|
/**
|
|
118
88
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -133,12 +103,6 @@ export interface AssociateFirewallPolicyResponse {
|
|
|
133
103
|
*/
|
|
134
104
|
UpdateToken?: string;
|
|
135
105
|
}
|
|
136
|
-
export declare namespace AssociateFirewallPolicyResponse {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
const filterSensitiveLog: (obj: AssociateFirewallPolicyResponse) => any;
|
|
141
|
-
}
|
|
142
106
|
/**
|
|
143
107
|
* <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
|
|
144
108
|
* system problem. Retry your request. </p>
|
|
@@ -238,12 +202,6 @@ export interface SubnetMapping {
|
|
|
238
202
|
*/
|
|
239
203
|
SubnetId: string | undefined;
|
|
240
204
|
}
|
|
241
|
-
export declare namespace SubnetMapping {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
const filterSensitiveLog: (obj: SubnetMapping) => any;
|
|
246
|
-
}
|
|
247
205
|
export interface AssociateSubnetsRequest {
|
|
248
206
|
/**
|
|
249
207
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -266,12 +224,6 @@ export interface AssociateSubnetsRequest {
|
|
|
266
224
|
*/
|
|
267
225
|
SubnetMappings: SubnetMapping[] | undefined;
|
|
268
226
|
}
|
|
269
|
-
export declare namespace AssociateSubnetsRequest {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
const filterSensitiveLog: (obj: AssociateSubnetsRequest) => any;
|
|
274
|
-
}
|
|
275
227
|
export interface AssociateSubnetsResponse {
|
|
276
228
|
/**
|
|
277
229
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -292,12 +244,6 @@ export interface AssociateSubnetsResponse {
|
|
|
292
244
|
*/
|
|
293
245
|
UpdateToken?: string;
|
|
294
246
|
}
|
|
295
|
-
export declare namespace AssociateSubnetsResponse {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
const filterSensitiveLog: (obj: AssociateSubnetsResponse) => any;
|
|
300
|
-
}
|
|
301
247
|
/**
|
|
302
248
|
* <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
|
|
303
249
|
* request later. </p>
|
|
@@ -343,12 +289,6 @@ export interface Attachment {
|
|
|
343
289
|
*/
|
|
344
290
|
Status?: AttachmentStatus | string;
|
|
345
291
|
}
|
|
346
|
-
export declare namespace Attachment {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
const filterSensitiveLog: (obj: Attachment) => any;
|
|
351
|
-
}
|
|
352
292
|
/**
|
|
353
293
|
* <p>General information about the IP set.</p>
|
|
354
294
|
*/
|
|
@@ -358,12 +298,6 @@ export interface IPSetMetadata {
|
|
|
358
298
|
*/
|
|
359
299
|
ResolvedCIDRCount?: number;
|
|
360
300
|
}
|
|
361
|
-
export declare namespace IPSetMetadata {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
const filterSensitiveLog: (obj: IPSetMetadata) => any;
|
|
366
|
-
}
|
|
367
301
|
/**
|
|
368
302
|
* <p>Summarizes the CIDR blocks used by the IP set references in a firewall. Network Firewall calculates the number of CIDRs by taking an aggregated count of all CIDRs used by the IP sets you are referencing.</p>
|
|
369
303
|
*/
|
|
@@ -381,12 +315,6 @@ export interface CIDRSummary {
|
|
|
381
315
|
*/
|
|
382
316
|
IPSetReferences?: Record<string, IPSetMetadata>;
|
|
383
317
|
}
|
|
384
|
-
export declare namespace CIDRSummary {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
const filterSensitiveLog: (obj: CIDRSummary) => any;
|
|
389
|
-
}
|
|
390
318
|
/**
|
|
391
319
|
* <p>The capacity usage summary of the resources used by the <a>ReferenceSets</a> in a firewall.</p>
|
|
392
320
|
*/
|
|
@@ -396,12 +324,6 @@ export interface CapacityUsageSummary {
|
|
|
396
324
|
*/
|
|
397
325
|
CIDRs?: CIDRSummary;
|
|
398
326
|
}
|
|
399
|
-
export declare namespace CapacityUsageSummary {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
|
-
const filterSensitiveLog: (obj: CapacityUsageSummary) => any;
|
|
404
|
-
}
|
|
405
327
|
export declare enum ConfigurationSyncState {
|
|
406
328
|
CAPACITY_CONSTRAINED = "CAPACITY_CONSTRAINED",
|
|
407
329
|
IN_SYNC = "IN_SYNC",
|
|
@@ -424,12 +346,6 @@ export interface EncryptionConfiguration {
|
|
|
424
346
|
*/
|
|
425
347
|
Type: EncryptionType | string | undefined;
|
|
426
348
|
}
|
|
427
|
-
export declare namespace EncryptionConfiguration {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
432
|
-
}
|
|
433
349
|
/**
|
|
434
350
|
* <p>A key:value pair associated with an Amazon Web Services resource. The key:value pair can be anything you
|
|
435
351
|
* define. Typically, the tag key represents a category (such as "environment") and the tag
|
|
@@ -449,12 +365,6 @@ export interface Tag {
|
|
|
449
365
|
*/
|
|
450
366
|
Value: string | undefined;
|
|
451
367
|
}
|
|
452
|
-
export declare namespace Tag {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
457
|
-
}
|
|
458
368
|
export interface CreateFirewallRequest {
|
|
459
369
|
/**
|
|
460
370
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -507,12 +417,6 @@ export interface CreateFirewallRequest {
|
|
|
507
417
|
*/
|
|
508
418
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
509
419
|
}
|
|
510
|
-
export declare namespace CreateFirewallRequest {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: CreateFirewallRequest) => any;
|
|
515
|
-
}
|
|
516
420
|
/**
|
|
517
421
|
* <p>The firewall defines the configuration settings for an Network Firewall firewall. These settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. </p>
|
|
518
422
|
* <p>The status of the firewall, for example whether it's ready to filter network traffic,
|
|
@@ -579,12 +483,6 @@ export interface Firewall {
|
|
|
579
483
|
*/
|
|
580
484
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
581
485
|
}
|
|
582
|
-
export declare namespace Firewall {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: Firewall) => any;
|
|
587
|
-
}
|
|
588
486
|
export declare enum FirewallStatusValue {
|
|
589
487
|
DELETING = "DELETING",
|
|
590
488
|
PROVISIONING = "PROVISIONING",
|
|
@@ -611,12 +509,6 @@ export interface PerObjectStatus {
|
|
|
611
509
|
*/
|
|
612
510
|
UpdateToken?: string;
|
|
613
511
|
}
|
|
614
|
-
export declare namespace PerObjectStatus {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
const filterSensitiveLog: (obj: PerObjectStatus) => any;
|
|
619
|
-
}
|
|
620
512
|
/**
|
|
621
513
|
* <p>The status of the firewall endpoint and firewall policy configuration for a single VPC
|
|
622
514
|
* subnet. </p>
|
|
@@ -650,12 +542,6 @@ export interface SyncState {
|
|
|
650
542
|
*/
|
|
651
543
|
Config?: Record<string, PerObjectStatus>;
|
|
652
544
|
}
|
|
653
|
-
export declare namespace SyncState {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
|
-
const filterSensitiveLog: (obj: SyncState) => any;
|
|
658
|
-
}
|
|
659
545
|
/**
|
|
660
546
|
* <p>Detailed information about the current status of a <a>Firewall</a>. You can retrieve this for a firewall by calling <a>DescribeFirewall</a> and providing the firewall name and ARN.</p>
|
|
661
547
|
*/
|
|
@@ -695,12 +581,6 @@ export interface FirewallStatus {
|
|
|
695
581
|
*/
|
|
696
582
|
CapacityUsageSummary?: CapacityUsageSummary;
|
|
697
583
|
}
|
|
698
|
-
export declare namespace FirewallStatus {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
|
-
const filterSensitiveLog: (obj: FirewallStatus) => any;
|
|
703
|
-
}
|
|
704
584
|
export interface CreateFirewallResponse {
|
|
705
585
|
/**
|
|
706
586
|
* <p>The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints. </p>
|
|
@@ -711,12 +591,6 @@ export interface CreateFirewallResponse {
|
|
|
711
591
|
*/
|
|
712
592
|
FirewallStatus?: FirewallStatus;
|
|
713
593
|
}
|
|
714
|
-
export declare namespace CreateFirewallResponse {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
|
-
const filterSensitiveLog: (obj: CreateFirewallResponse) => any;
|
|
719
|
-
}
|
|
720
594
|
/**
|
|
721
595
|
* <p>Unable to perform the operation because doing so would violate a limit setting. </p>
|
|
722
596
|
*/
|
|
@@ -746,12 +620,6 @@ export interface StatefulEngineOptions {
|
|
|
746
620
|
*/
|
|
747
621
|
RuleOrder?: RuleOrder | string;
|
|
748
622
|
}
|
|
749
|
-
export declare namespace StatefulEngineOptions {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
const filterSensitiveLog: (obj: StatefulEngineOptions) => any;
|
|
754
|
-
}
|
|
755
623
|
export declare enum OverrideAction {
|
|
756
624
|
DROP_TO_ALERT = "DROP_TO_ALERT"
|
|
757
625
|
}
|
|
@@ -765,12 +633,6 @@ export interface StatefulRuleGroupOverride {
|
|
|
765
633
|
*/
|
|
766
634
|
Action?: OverrideAction | string;
|
|
767
635
|
}
|
|
768
|
-
export declare namespace StatefulRuleGroupOverride {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
|
-
const filterSensitiveLog: (obj: StatefulRuleGroupOverride) => any;
|
|
773
|
-
}
|
|
774
636
|
/**
|
|
775
637
|
* <p>Identifier for a single stateful rule group, used in a firewall policy to refer to a
|
|
776
638
|
* rule group. </p>
|
|
@@ -797,12 +659,6 @@ export interface StatefulRuleGroupReference {
|
|
|
797
659
|
*/
|
|
798
660
|
Override?: StatefulRuleGroupOverride;
|
|
799
661
|
}
|
|
800
|
-
export declare namespace StatefulRuleGroupReference {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: StatefulRuleGroupReference) => any;
|
|
805
|
-
}
|
|
806
662
|
/**
|
|
807
663
|
* <p>An optional, non-standard action to use for stateless packet handling. You can define
|
|
808
664
|
* this in addition to the standard action that you must specify. </p>
|
|
@@ -836,12 +692,6 @@ export interface CustomAction {
|
|
|
836
692
|
*/
|
|
837
693
|
ActionDefinition: ActionDefinition | undefined;
|
|
838
694
|
}
|
|
839
|
-
export declare namespace CustomAction {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
const filterSensitiveLog: (obj: CustomAction) => any;
|
|
844
|
-
}
|
|
845
695
|
/**
|
|
846
696
|
* <p>Identifier for a single stateless rule group, used in a firewall policy to refer to the
|
|
847
697
|
* rule group. </p>
|
|
@@ -859,12 +709,6 @@ export interface StatelessRuleGroupReference {
|
|
|
859
709
|
*/
|
|
860
710
|
Priority: number | undefined;
|
|
861
711
|
}
|
|
862
|
-
export declare namespace StatelessRuleGroupReference {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
const filterSensitiveLog: (obj: StatelessRuleGroupReference) => any;
|
|
867
|
-
}
|
|
868
712
|
/**
|
|
869
713
|
* <p>The firewall policy defines the behavior of a firewall using a collection of stateless
|
|
870
714
|
* and stateful rule groups and other settings. You can use one firewall policy for multiple
|
|
@@ -943,12 +787,6 @@ export interface FirewallPolicy {
|
|
|
943
787
|
*/
|
|
944
788
|
StatefulEngineOptions?: StatefulEngineOptions;
|
|
945
789
|
}
|
|
946
|
-
export declare namespace FirewallPolicy {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: FirewallPolicy) => any;
|
|
951
|
-
}
|
|
952
790
|
export interface CreateFirewallPolicyRequest {
|
|
953
791
|
/**
|
|
954
792
|
* <p>The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.</p>
|
|
@@ -980,12 +818,6 @@ export interface CreateFirewallPolicyRequest {
|
|
|
980
818
|
*/
|
|
981
819
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
982
820
|
}
|
|
983
|
-
export declare namespace CreateFirewallPolicyRequest {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: CreateFirewallPolicyRequest) => any;
|
|
988
|
-
}
|
|
989
821
|
export declare enum ResourceStatus {
|
|
990
822
|
ACTIVE = "ACTIVE",
|
|
991
823
|
DELETING = "DELETING"
|
|
@@ -1046,12 +878,6 @@ export interface FirewallPolicyResponse {
|
|
|
1046
878
|
*/
|
|
1047
879
|
LastModifiedTime?: Date;
|
|
1048
880
|
}
|
|
1049
|
-
export declare namespace FirewallPolicyResponse {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: FirewallPolicyResponse) => any;
|
|
1054
|
-
}
|
|
1055
881
|
export interface CreateFirewallPolicyResponse {
|
|
1056
882
|
/**
|
|
1057
883
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request. </p>
|
|
@@ -1063,12 +889,6 @@ export interface CreateFirewallPolicyResponse {
|
|
|
1063
889
|
*/
|
|
1064
890
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
1065
891
|
}
|
|
1066
|
-
export declare namespace CreateFirewallPolicyResponse {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
const filterSensitiveLog: (obj: CreateFirewallPolicyResponse) => any;
|
|
1071
|
-
}
|
|
1072
892
|
/**
|
|
1073
893
|
* <p>Configures one or more IP set references for a Suricata-compatible rule group. This is used in <a>CreateRuleGroup</a> or <a>UpdateRuleGroup</a>. An IP set reference is a rule variable that references a resource that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the IP set you are referencing in your rule, Network Firewall automatically updates the rule's content with the changes. For more information about IP set references in Network Firewall, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/rule-groups-ip-set-references">Using IP set references</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
1074
894
|
* <p>
|
|
@@ -1081,12 +901,6 @@ export interface IPSetReference {
|
|
|
1081
901
|
*/
|
|
1082
902
|
ReferenceArn?: string;
|
|
1083
903
|
}
|
|
1084
|
-
export declare namespace IPSetReference {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
const filterSensitiveLog: (obj: IPSetReference) => any;
|
|
1089
|
-
}
|
|
1090
904
|
/**
|
|
1091
905
|
* <p>Contains a set of IP set references.</p>
|
|
1092
906
|
*/
|
|
@@ -1096,12 +910,6 @@ export interface ReferenceSets {
|
|
|
1096
910
|
*/
|
|
1097
911
|
IPSetReferences?: Record<string, IPSetReference>;
|
|
1098
912
|
}
|
|
1099
|
-
export declare namespace ReferenceSets {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
|
-
const filterSensitiveLog: (obj: ReferenceSets) => any;
|
|
1104
|
-
}
|
|
1105
913
|
export declare enum GeneratedRulesType {
|
|
1106
914
|
ALLOWLIST = "ALLOWLIST",
|
|
1107
915
|
DENYLIST = "DENYLIST"
|
|
@@ -1137,12 +945,6 @@ export interface RulesSourceList {
|
|
|
1137
945
|
*/
|
|
1138
946
|
GeneratedRulesType: GeneratedRulesType | string | undefined;
|
|
1139
947
|
}
|
|
1140
|
-
export declare namespace RulesSourceList {
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
const filterSensitiveLog: (obj: RulesSourceList) => any;
|
|
1145
|
-
}
|
|
1146
948
|
export declare enum StatefulAction {
|
|
1147
949
|
ALERT = "ALERT",
|
|
1148
950
|
DROP = "DROP",
|
|
@@ -1239,12 +1041,6 @@ export interface Header {
|
|
|
1239
1041
|
*/
|
|
1240
1042
|
DestinationPort: string | undefined;
|
|
1241
1043
|
}
|
|
1242
|
-
export declare namespace Header {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
const filterSensitiveLog: (obj: Header) => any;
|
|
1247
|
-
}
|
|
1248
1044
|
/**
|
|
1249
1045
|
* <p>Additional settings for a stateful rule. This is part of the <a>StatefulRule</a> configuration.</p>
|
|
1250
1046
|
*/
|
|
@@ -1258,12 +1054,6 @@ export interface RuleOption {
|
|
|
1258
1054
|
*/
|
|
1259
1055
|
Settings?: string[];
|
|
1260
1056
|
}
|
|
1261
|
-
export declare namespace RuleOption {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
|
-
const filterSensitiveLog: (obj: RuleOption) => any;
|
|
1266
|
-
}
|
|
1267
1057
|
/**
|
|
1268
1058
|
* <p>A single Suricata rules specification, for use in a stateful rule group.
|
|
1269
1059
|
* Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options.
|
|
@@ -1310,12 +1100,6 @@ export interface StatefulRule {
|
|
|
1310
1100
|
*/
|
|
1311
1101
|
RuleOptions: RuleOption[] | undefined;
|
|
1312
1102
|
}
|
|
1313
|
-
export declare namespace StatefulRule {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
const filterSensitiveLog: (obj: StatefulRule) => any;
|
|
1318
|
-
}
|
|
1319
1103
|
/**
|
|
1320
1104
|
* <p>A single port range specification. This is used for source and destination port ranges
|
|
1321
1105
|
* in the stateless rule <a>MatchAttributes</a>, <code>SourcePorts</code>, and
|
|
@@ -1333,12 +1117,6 @@ export interface PortRange {
|
|
|
1333
1117
|
*/
|
|
1334
1118
|
ToPort: number | undefined;
|
|
1335
1119
|
}
|
|
1336
|
-
export declare namespace PortRange {
|
|
1337
|
-
/**
|
|
1338
|
-
* @internal
|
|
1339
|
-
*/
|
|
1340
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
1341
|
-
}
|
|
1342
1120
|
export declare enum TCPFlag {
|
|
1343
1121
|
ACK = "ACK",
|
|
1344
1122
|
CWR = "CWR",
|
|
@@ -1371,12 +1149,6 @@ export interface TCPFlagField {
|
|
|
1371
1149
|
*/
|
|
1372
1150
|
Masks?: (TCPFlag | string)[];
|
|
1373
1151
|
}
|
|
1374
|
-
export declare namespace TCPFlagField {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
const filterSensitiveLog: (obj: TCPFlagField) => any;
|
|
1379
|
-
}
|
|
1380
1152
|
/**
|
|
1381
1153
|
* <p>Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection. Each match attributes set can include one or more items such as IP address, CIDR range, port number, protocol, and TCP flags. </p>
|
|
1382
1154
|
*/
|
|
@@ -1416,12 +1188,6 @@ export interface MatchAttributes {
|
|
|
1416
1188
|
*/
|
|
1417
1189
|
TCPFlags?: TCPFlagField[];
|
|
1418
1190
|
}
|
|
1419
|
-
export declare namespace MatchAttributes {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
|
-
const filterSensitiveLog: (obj: MatchAttributes) => any;
|
|
1424
|
-
}
|
|
1425
1191
|
/**
|
|
1426
1192
|
* <p>The inspection criteria and action for a single stateless rule. Network Firewall inspects each packet for the specified matching
|
|
1427
1193
|
* criteria. When a packet matches the criteria, Network Firewall performs the rule's actions on
|
|
@@ -1473,12 +1239,6 @@ export interface RuleDefinition {
|
|
|
1473
1239
|
*/
|
|
1474
1240
|
Actions: string[] | undefined;
|
|
1475
1241
|
}
|
|
1476
|
-
export declare namespace RuleDefinition {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: RuleDefinition) => any;
|
|
1481
|
-
}
|
|
1482
1242
|
/**
|
|
1483
1243
|
* <p>A single stateless rule. This is used in <a>StatelessRulesAndCustomActions</a>.</p>
|
|
1484
1244
|
*/
|
|
@@ -1504,12 +1264,6 @@ export interface StatelessRule {
|
|
|
1504
1264
|
*/
|
|
1505
1265
|
Priority: number | undefined;
|
|
1506
1266
|
}
|
|
1507
|
-
export declare namespace StatelessRule {
|
|
1508
|
-
/**
|
|
1509
|
-
* @internal
|
|
1510
|
-
*/
|
|
1511
|
-
const filterSensitiveLog: (obj: StatelessRule) => any;
|
|
1512
|
-
}
|
|
1513
1267
|
/**
|
|
1514
1268
|
* <p>Stateless inspection criteria. Each stateless rule group uses exactly one of these data
|
|
1515
1269
|
* types to define its stateless rules. </p>
|
|
@@ -1528,12 +1282,6 @@ export interface StatelessRulesAndCustomActions {
|
|
|
1528
1282
|
*/
|
|
1529
1283
|
CustomActions?: CustomAction[];
|
|
1530
1284
|
}
|
|
1531
|
-
export declare namespace StatelessRulesAndCustomActions {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
const filterSensitiveLog: (obj: StatelessRulesAndCustomActions) => any;
|
|
1536
|
-
}
|
|
1537
1285
|
/**
|
|
1538
1286
|
* <p>The stateless or stateful rules definitions for use in a single rule group. Each rule
|
|
1539
1287
|
* group requires a single <code>RulesSource</code>. You can use an instance of this for
|
|
@@ -1565,12 +1313,6 @@ export interface RulesSource {
|
|
|
1565
1313
|
*/
|
|
1566
1314
|
StatelessRulesAndCustomActions?: StatelessRulesAndCustomActions;
|
|
1567
1315
|
}
|
|
1568
|
-
export declare namespace RulesSource {
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
const filterSensitiveLog: (obj: RulesSource) => any;
|
|
1573
|
-
}
|
|
1574
1316
|
/**
|
|
1575
1317
|
* <p>A list of IP addresses and address ranges, in CIDR notation. This is part of a <a>RuleVariables</a>. </p>
|
|
1576
1318
|
*/
|
|
@@ -1582,12 +1324,6 @@ export interface IPSet {
|
|
|
1582
1324
|
*/
|
|
1583
1325
|
Definition: string[] | undefined;
|
|
1584
1326
|
}
|
|
1585
|
-
export declare namespace IPSet {
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
|
-
const filterSensitiveLog: (obj: IPSet) => any;
|
|
1590
|
-
}
|
|
1591
1327
|
/**
|
|
1592
1328
|
* <p>A set of port ranges for use in the rules in a rule group. </p>
|
|
1593
1329
|
*/
|
|
@@ -1598,12 +1334,6 @@ export interface PortSet {
|
|
|
1598
1334
|
*/
|
|
1599
1335
|
Definition?: string[];
|
|
1600
1336
|
}
|
|
1601
|
-
export declare namespace PortSet {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: PortSet) => any;
|
|
1606
|
-
}
|
|
1607
1337
|
/**
|
|
1608
1338
|
* <p>Settings that are available for use in the rules in the <a>RuleGroup</a>
|
|
1609
1339
|
* where this is defined. </p>
|
|
@@ -1618,12 +1348,6 @@ export interface RuleVariables {
|
|
|
1618
1348
|
*/
|
|
1619
1349
|
PortSets?: Record<string, PortSet>;
|
|
1620
1350
|
}
|
|
1621
|
-
export declare namespace RuleVariables {
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
|
-
const filterSensitiveLog: (obj: RuleVariables) => any;
|
|
1626
|
-
}
|
|
1627
1351
|
/**
|
|
1628
1352
|
* <p>Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.</p>
|
|
1629
1353
|
*/
|
|
@@ -1637,12 +1361,6 @@ export interface StatefulRuleOptions {
|
|
|
1637
1361
|
*/
|
|
1638
1362
|
RuleOrder?: RuleOrder | string;
|
|
1639
1363
|
}
|
|
1640
|
-
export declare namespace StatefulRuleOptions {
|
|
1641
|
-
/**
|
|
1642
|
-
* @internal
|
|
1643
|
-
*/
|
|
1644
|
-
const filterSensitiveLog: (obj: StatefulRuleOptions) => any;
|
|
1645
|
-
}
|
|
1646
1364
|
/**
|
|
1647
1365
|
* <p>The object that defines the rules in a rule group. This, along with <a>RuleGroupResponse</a>, define the rule group. You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>. </p>
|
|
1648
1366
|
* <p>Network Firewall uses a rule group to inspect and control network traffic.
|
|
@@ -1671,12 +1389,6 @@ export interface RuleGroup {
|
|
|
1671
1389
|
*/
|
|
1672
1390
|
StatefulRuleOptions?: StatefulRuleOptions;
|
|
1673
1391
|
}
|
|
1674
|
-
export declare namespace RuleGroup {
|
|
1675
|
-
/**
|
|
1676
|
-
* @internal
|
|
1677
|
-
*/
|
|
1678
|
-
const filterSensitiveLog: (obj: RuleGroup) => any;
|
|
1679
|
-
}
|
|
1680
1392
|
/**
|
|
1681
1393
|
* <p>High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling <a href="https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html">DescribeRuleGroup</a>.</p>
|
|
1682
1394
|
*/
|
|
@@ -1690,12 +1402,6 @@ export interface SourceMetadata {
|
|
|
1690
1402
|
*/
|
|
1691
1403
|
SourceUpdateToken?: string;
|
|
1692
1404
|
}
|
|
1693
|
-
export declare namespace SourceMetadata {
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
|
-
const filterSensitiveLog: (obj: SourceMetadata) => any;
|
|
1698
|
-
}
|
|
1699
1405
|
export declare enum RuleGroupType {
|
|
1700
1406
|
STATEFUL = "STATEFUL",
|
|
1701
1407
|
STATELESS = "STATELESS"
|
|
@@ -1797,12 +1503,6 @@ export interface CreateRuleGroupRequest {
|
|
|
1797
1503
|
*/
|
|
1798
1504
|
SourceMetadata?: SourceMetadata;
|
|
1799
1505
|
}
|
|
1800
|
-
export declare namespace CreateRuleGroupRequest {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
const filterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
1805
|
-
}
|
|
1806
1506
|
/**
|
|
1807
1507
|
* <p>The high-level properties of a rule group. This, along with the <a>RuleGroup</a>, define the rule group. You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>. </p>
|
|
1808
1508
|
*/
|
|
@@ -1877,12 +1577,6 @@ export interface RuleGroupResponse {
|
|
|
1877
1577
|
*/
|
|
1878
1578
|
LastModifiedTime?: Date;
|
|
1879
1579
|
}
|
|
1880
|
-
export declare namespace RuleGroupResponse {
|
|
1881
|
-
/**
|
|
1882
|
-
* @internal
|
|
1883
|
-
*/
|
|
1884
|
-
const filterSensitiveLog: (obj: RuleGroupResponse) => any;
|
|
1885
|
-
}
|
|
1886
1580
|
export interface CreateRuleGroupResponse {
|
|
1887
1581
|
/**
|
|
1888
1582
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request. </p>
|
|
@@ -1894,12 +1588,6 @@ export interface CreateRuleGroupResponse {
|
|
|
1894
1588
|
*/
|
|
1895
1589
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
1896
1590
|
}
|
|
1897
|
-
export declare namespace CreateRuleGroupResponse {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
|
-
const filterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
1902
|
-
}
|
|
1903
1591
|
export interface DeleteFirewallRequest {
|
|
1904
1592
|
/**
|
|
1905
1593
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -1912,12 +1600,6 @@ export interface DeleteFirewallRequest {
|
|
|
1912
1600
|
*/
|
|
1913
1601
|
FirewallArn?: string;
|
|
1914
1602
|
}
|
|
1915
|
-
export declare namespace DeleteFirewallRequest {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: DeleteFirewallRequest) => any;
|
|
1920
|
-
}
|
|
1921
1603
|
export interface DeleteFirewallResponse {
|
|
1922
1604
|
/**
|
|
1923
1605
|
* <p>The firewall defines the configuration settings for an Network Firewall firewall. These settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. </p>
|
|
@@ -1931,12 +1613,6 @@ export interface DeleteFirewallResponse {
|
|
|
1931
1613
|
*/
|
|
1932
1614
|
FirewallStatus?: FirewallStatus;
|
|
1933
1615
|
}
|
|
1934
|
-
export declare namespace DeleteFirewallResponse {
|
|
1935
|
-
/**
|
|
1936
|
-
* @internal
|
|
1937
|
-
*/
|
|
1938
|
-
const filterSensitiveLog: (obj: DeleteFirewallResponse) => any;
|
|
1939
|
-
}
|
|
1940
1616
|
/**
|
|
1941
1617
|
* <p>The operation you requested isn't supported by Network Firewall. </p>
|
|
1942
1618
|
*/
|
|
@@ -1961,12 +1637,6 @@ export interface DeleteFirewallPolicyRequest {
|
|
|
1961
1637
|
*/
|
|
1962
1638
|
FirewallPolicyArn?: string;
|
|
1963
1639
|
}
|
|
1964
|
-
export declare namespace DeleteFirewallPolicyRequest {
|
|
1965
|
-
/**
|
|
1966
|
-
* @internal
|
|
1967
|
-
*/
|
|
1968
|
-
const filterSensitiveLog: (obj: DeleteFirewallPolicyRequest) => any;
|
|
1969
|
-
}
|
|
1970
1640
|
export interface DeleteFirewallPolicyResponse {
|
|
1971
1641
|
/**
|
|
1972
1642
|
* <p>The object containing the definition of the <a>FirewallPolicyResponse</a>
|
|
@@ -1974,32 +1644,14 @@ export interface DeleteFirewallPolicyResponse {
|
|
|
1974
1644
|
*/
|
|
1975
1645
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
1976
1646
|
}
|
|
1977
|
-
export declare namespace DeleteFirewallPolicyResponse {
|
|
1978
|
-
/**
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1981
|
-
const filterSensitiveLog: (obj: DeleteFirewallPolicyResponse) => any;
|
|
1982
|
-
}
|
|
1983
1647
|
export interface DeleteResourcePolicyRequest {
|
|
1984
1648
|
/**
|
|
1985
1649
|
* <p>The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to delete. </p>
|
|
1986
1650
|
*/
|
|
1987
1651
|
ResourceArn: string | undefined;
|
|
1988
1652
|
}
|
|
1989
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
1990
|
-
/**
|
|
1991
|
-
* @internal
|
|
1992
|
-
*/
|
|
1993
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1994
|
-
}
|
|
1995
1653
|
export interface DeleteResourcePolicyResponse {
|
|
1996
1654
|
}
|
|
1997
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2002
|
-
}
|
|
2003
1655
|
/**
|
|
2004
1656
|
* <p>The policy statement failed validation.</p>
|
|
2005
1657
|
*/
|
|
@@ -2032,24 +1684,12 @@ export interface DeleteRuleGroupRequest {
|
|
|
2032
1684
|
*/
|
|
2033
1685
|
Type?: RuleGroupType | string;
|
|
2034
1686
|
}
|
|
2035
|
-
export declare namespace DeleteRuleGroupRequest {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
2040
|
-
}
|
|
2041
1687
|
export interface DeleteRuleGroupResponse {
|
|
2042
1688
|
/**
|
|
2043
1689
|
* <p>The high-level properties of a rule group. This, along with the <a>RuleGroup</a>, define the rule group. You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>. </p>
|
|
2044
1690
|
*/
|
|
2045
1691
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
2046
1692
|
}
|
|
2047
|
-
export declare namespace DeleteRuleGroupResponse {
|
|
2048
|
-
/**
|
|
2049
|
-
* @internal
|
|
2050
|
-
*/
|
|
2051
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
2052
|
-
}
|
|
2053
1693
|
export interface DescribeFirewallRequest {
|
|
2054
1694
|
/**
|
|
2055
1695
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -2062,12 +1702,6 @@ export interface DescribeFirewallRequest {
|
|
|
2062
1702
|
*/
|
|
2063
1703
|
FirewallArn?: string;
|
|
2064
1704
|
}
|
|
2065
|
-
export declare namespace DescribeFirewallRequest {
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
const filterSensitiveLog: (obj: DescribeFirewallRequest) => any;
|
|
2070
|
-
}
|
|
2071
1705
|
export interface DescribeFirewallResponse {
|
|
2072
1706
|
/**
|
|
2073
1707
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -2084,12 +1718,6 @@ export interface DescribeFirewallResponse {
|
|
|
2084
1718
|
*/
|
|
2085
1719
|
FirewallStatus?: FirewallStatus;
|
|
2086
1720
|
}
|
|
2087
|
-
export declare namespace DescribeFirewallResponse {
|
|
2088
|
-
/**
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
2091
|
-
const filterSensitiveLog: (obj: DescribeFirewallResponse) => any;
|
|
2092
|
-
}
|
|
2093
1721
|
export interface DescribeFirewallPolicyRequest {
|
|
2094
1722
|
/**
|
|
2095
1723
|
* <p>The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.</p>
|
|
@@ -2102,12 +1730,6 @@ export interface DescribeFirewallPolicyRequest {
|
|
|
2102
1730
|
*/
|
|
2103
1731
|
FirewallPolicyArn?: string;
|
|
2104
1732
|
}
|
|
2105
|
-
export declare namespace DescribeFirewallPolicyRequest {
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
const filterSensitiveLog: (obj: DescribeFirewallPolicyRequest) => any;
|
|
2110
|
-
}
|
|
2111
1733
|
export interface DescribeFirewallPolicyResponse {
|
|
2112
1734
|
/**
|
|
2113
1735
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request. </p>
|
|
@@ -2123,12 +1745,6 @@ export interface DescribeFirewallPolicyResponse {
|
|
|
2123
1745
|
*/
|
|
2124
1746
|
FirewallPolicy?: FirewallPolicy;
|
|
2125
1747
|
}
|
|
2126
|
-
export declare namespace DescribeFirewallPolicyResponse {
|
|
2127
|
-
/**
|
|
2128
|
-
* @internal
|
|
2129
|
-
*/
|
|
2130
|
-
const filterSensitiveLog: (obj: DescribeFirewallPolicyResponse) => any;
|
|
2131
|
-
}
|
|
2132
1748
|
export interface DescribeLoggingConfigurationRequest {
|
|
2133
1749
|
/**
|
|
2134
1750
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2141,12 +1757,6 @@ export interface DescribeLoggingConfigurationRequest {
|
|
|
2141
1757
|
*/
|
|
2142
1758
|
FirewallName?: string;
|
|
2143
1759
|
}
|
|
2144
|
-
export declare namespace DescribeLoggingConfigurationRequest {
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
const filterSensitiveLog: (obj: DescribeLoggingConfigurationRequest) => any;
|
|
2149
|
-
}
|
|
2150
1760
|
export declare enum LogDestinationType {
|
|
2151
1761
|
CLOUDWATCH_LOGS = "CloudWatchLogs",
|
|
2152
1762
|
KINESIS_DATA_FIREHOSE = "KinesisDataFirehose",
|
|
@@ -2210,12 +1820,6 @@ export interface LogDestinationConfig {
|
|
|
2210
1820
|
*/
|
|
2211
1821
|
LogDestination: Record<string, string> | undefined;
|
|
2212
1822
|
}
|
|
2213
|
-
export declare namespace LogDestinationConfig {
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
const filterSensitiveLog: (obj: LogDestinationConfig) => any;
|
|
2218
|
-
}
|
|
2219
1823
|
/**
|
|
2220
1824
|
* <p>Defines how Network Firewall performs logging for a <a>Firewall</a>. </p>
|
|
2221
1825
|
*/
|
|
@@ -2226,12 +1830,6 @@ export interface LoggingConfiguration {
|
|
|
2226
1830
|
*/
|
|
2227
1831
|
LogDestinationConfigs: LogDestinationConfig[] | undefined;
|
|
2228
1832
|
}
|
|
2229
|
-
export declare namespace LoggingConfiguration {
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
2234
|
-
}
|
|
2235
1833
|
export interface DescribeLoggingConfigurationResponse {
|
|
2236
1834
|
/**
|
|
2237
1835
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2242,36 +1840,18 @@ export interface DescribeLoggingConfigurationResponse {
|
|
|
2242
1840
|
*/
|
|
2243
1841
|
LoggingConfiguration?: LoggingConfiguration;
|
|
2244
1842
|
}
|
|
2245
|
-
export declare namespace DescribeLoggingConfigurationResponse {
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
const filterSensitiveLog: (obj: DescribeLoggingConfigurationResponse) => any;
|
|
2250
|
-
}
|
|
2251
1843
|
export interface DescribeResourcePolicyRequest {
|
|
2252
1844
|
/**
|
|
2253
1845
|
* <p>The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve. </p>
|
|
2254
1846
|
*/
|
|
2255
1847
|
ResourceArn: string | undefined;
|
|
2256
1848
|
}
|
|
2257
|
-
export declare namespace DescribeResourcePolicyRequest {
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
2262
|
-
}
|
|
2263
1849
|
export interface DescribeResourcePolicyResponse {
|
|
2264
1850
|
/**
|
|
2265
1851
|
* <p>The IAM policy for the resource. </p>
|
|
2266
1852
|
*/
|
|
2267
1853
|
Policy?: string;
|
|
2268
1854
|
}
|
|
2269
|
-
export declare namespace DescribeResourcePolicyResponse {
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
2274
|
-
}
|
|
2275
1855
|
export interface DescribeRuleGroupRequest {
|
|
2276
1856
|
/**
|
|
2277
1857
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2292,12 +1872,6 @@ export interface DescribeRuleGroupRequest {
|
|
|
2292
1872
|
*/
|
|
2293
1873
|
Type?: RuleGroupType | string;
|
|
2294
1874
|
}
|
|
2295
|
-
export declare namespace DescribeRuleGroupRequest {
|
|
2296
|
-
/**
|
|
2297
|
-
* @internal
|
|
2298
|
-
*/
|
|
2299
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupRequest) => any;
|
|
2300
|
-
}
|
|
2301
1875
|
export interface DescribeRuleGroupResponse {
|
|
2302
1876
|
/**
|
|
2303
1877
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request. </p>
|
|
@@ -2318,12 +1892,6 @@ export interface DescribeRuleGroupResponse {
|
|
|
2318
1892
|
*/
|
|
2319
1893
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
2320
1894
|
}
|
|
2321
|
-
export declare namespace DescribeRuleGroupResponse {
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupResponse) => any;
|
|
2326
|
-
}
|
|
2327
1895
|
export interface DescribeRuleGroupMetadataRequest {
|
|
2328
1896
|
/**
|
|
2329
1897
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2344,12 +1912,6 @@ export interface DescribeRuleGroupMetadataRequest {
|
|
|
2344
1912
|
*/
|
|
2345
1913
|
Type?: RuleGroupType | string;
|
|
2346
1914
|
}
|
|
2347
|
-
export declare namespace DescribeRuleGroupMetadataRequest {
|
|
2348
|
-
/**
|
|
2349
|
-
* @internal
|
|
2350
|
-
*/
|
|
2351
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataRequest) => any;
|
|
2352
|
-
}
|
|
2353
1915
|
export interface DescribeRuleGroupMetadataResponse {
|
|
2354
1916
|
/**
|
|
2355
1917
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2391,12 +1953,6 @@ export interface DescribeRuleGroupMetadataResponse {
|
|
|
2391
1953
|
*/
|
|
2392
1954
|
LastModifiedTime?: Date;
|
|
2393
1955
|
}
|
|
2394
|
-
export declare namespace DescribeRuleGroupMetadataResponse {
|
|
2395
|
-
/**
|
|
2396
|
-
* @internal
|
|
2397
|
-
*/
|
|
2398
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataResponse) => any;
|
|
2399
|
-
}
|
|
2400
1956
|
export interface DisassociateSubnetsRequest {
|
|
2401
1957
|
/**
|
|
2402
1958
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -2419,12 +1975,6 @@ export interface DisassociateSubnetsRequest {
|
|
|
2419
1975
|
*/
|
|
2420
1976
|
SubnetIds: string[] | undefined;
|
|
2421
1977
|
}
|
|
2422
|
-
export declare namespace DisassociateSubnetsRequest {
|
|
2423
|
-
/**
|
|
2424
|
-
* @internal
|
|
2425
|
-
*/
|
|
2426
|
-
const filterSensitiveLog: (obj: DisassociateSubnetsRequest) => any;
|
|
2427
|
-
}
|
|
2428
1978
|
export interface DisassociateSubnetsResponse {
|
|
2429
1979
|
/**
|
|
2430
1980
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2445,12 +1995,6 @@ export interface DisassociateSubnetsResponse {
|
|
|
2445
1995
|
*/
|
|
2446
1996
|
UpdateToken?: string;
|
|
2447
1997
|
}
|
|
2448
|
-
export declare namespace DisassociateSubnetsResponse {
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
const filterSensitiveLog: (obj: DisassociateSubnetsResponse) => any;
|
|
2453
|
-
}
|
|
2454
1998
|
/**
|
|
2455
1999
|
* <p>High-level information about a firewall, returned by operations like create and
|
|
2456
2000
|
* describe. You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2466,12 +2010,6 @@ export interface FirewallMetadata {
|
|
|
2466
2010
|
*/
|
|
2467
2011
|
FirewallArn?: string;
|
|
2468
2012
|
}
|
|
2469
|
-
export declare namespace FirewallMetadata {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: FirewallMetadata) => any;
|
|
2474
|
-
}
|
|
2475
2013
|
/**
|
|
2476
2014
|
* <p>High-level information about a firewall policy, returned by operations like create and
|
|
2477
2015
|
* describe. You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2487,12 +2025,6 @@ export interface FirewallPolicyMetadata {
|
|
|
2487
2025
|
*/
|
|
2488
2026
|
Arn?: string;
|
|
2489
2027
|
}
|
|
2490
|
-
export declare namespace FirewallPolicyMetadata {
|
|
2491
|
-
/**
|
|
2492
|
-
* @internal
|
|
2493
|
-
*/
|
|
2494
|
-
const filterSensitiveLog: (obj: FirewallPolicyMetadata) => any;
|
|
2495
|
-
}
|
|
2496
2028
|
export interface ListFirewallPoliciesRequest {
|
|
2497
2029
|
/**
|
|
2498
2030
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2507,12 +2039,6 @@ export interface ListFirewallPoliciesRequest {
|
|
|
2507
2039
|
*/
|
|
2508
2040
|
MaxResults?: number;
|
|
2509
2041
|
}
|
|
2510
|
-
export declare namespace ListFirewallPoliciesRequest {
|
|
2511
|
-
/**
|
|
2512
|
-
* @internal
|
|
2513
|
-
*/
|
|
2514
|
-
const filterSensitiveLog: (obj: ListFirewallPoliciesRequest) => any;
|
|
2515
|
-
}
|
|
2516
2042
|
export interface ListFirewallPoliciesResponse {
|
|
2517
2043
|
/**
|
|
2518
2044
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2526,12 +2052,6 @@ export interface ListFirewallPoliciesResponse {
|
|
|
2526
2052
|
*/
|
|
2527
2053
|
FirewallPolicies?: FirewallPolicyMetadata[];
|
|
2528
2054
|
}
|
|
2529
|
-
export declare namespace ListFirewallPoliciesResponse {
|
|
2530
|
-
/**
|
|
2531
|
-
* @internal
|
|
2532
|
-
*/
|
|
2533
|
-
const filterSensitiveLog: (obj: ListFirewallPoliciesResponse) => any;
|
|
2534
|
-
}
|
|
2535
2055
|
export interface ListFirewallsRequest {
|
|
2536
2056
|
/**
|
|
2537
2057
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2551,12 +2071,6 @@ export interface ListFirewallsRequest {
|
|
|
2551
2071
|
*/
|
|
2552
2072
|
MaxResults?: number;
|
|
2553
2073
|
}
|
|
2554
|
-
export declare namespace ListFirewallsRequest {
|
|
2555
|
-
/**
|
|
2556
|
-
* @internal
|
|
2557
|
-
*/
|
|
2558
|
-
const filterSensitiveLog: (obj: ListFirewallsRequest) => any;
|
|
2559
|
-
}
|
|
2560
2074
|
export interface ListFirewallsResponse {
|
|
2561
2075
|
/**
|
|
2562
2076
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2571,12 +2085,6 @@ export interface ListFirewallsResponse {
|
|
|
2571
2085
|
*/
|
|
2572
2086
|
Firewalls?: FirewallMetadata[];
|
|
2573
2087
|
}
|
|
2574
|
-
export declare namespace ListFirewallsResponse {
|
|
2575
|
-
/**
|
|
2576
|
-
* @internal
|
|
2577
|
-
*/
|
|
2578
|
-
const filterSensitiveLog: (obj: ListFirewallsResponse) => any;
|
|
2579
|
-
}
|
|
2580
2088
|
export declare enum ResourceManagedType {
|
|
2581
2089
|
AWS_MANAGED_DOMAIN_LISTS = "AWS_MANAGED_DOMAIN_LISTS",
|
|
2582
2090
|
AWS_MANAGED_THREAT_SIGNATURES = "AWS_MANAGED_THREAT_SIGNATURES"
|
|
@@ -2613,12 +2121,6 @@ export interface ListRuleGroupsRequest {
|
|
|
2613
2121
|
*/
|
|
2614
2122
|
Type?: RuleGroupType | string;
|
|
2615
2123
|
}
|
|
2616
|
-
export declare namespace ListRuleGroupsRequest {
|
|
2617
|
-
/**
|
|
2618
|
-
* @internal
|
|
2619
|
-
*/
|
|
2620
|
-
const filterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
2621
|
-
}
|
|
2622
2124
|
/**
|
|
2623
2125
|
* <p>High-level information about a rule group, returned by <a>ListRuleGroups</a>.
|
|
2624
2126
|
* You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2634,12 +2136,6 @@ export interface RuleGroupMetadata {
|
|
|
2634
2136
|
*/
|
|
2635
2137
|
Arn?: string;
|
|
2636
2138
|
}
|
|
2637
|
-
export declare namespace RuleGroupMetadata {
|
|
2638
|
-
/**
|
|
2639
|
-
* @internal
|
|
2640
|
-
*/
|
|
2641
|
-
const filterSensitiveLog: (obj: RuleGroupMetadata) => any;
|
|
2642
|
-
}
|
|
2643
2139
|
export interface ListRuleGroupsResponse {
|
|
2644
2140
|
/**
|
|
2645
2141
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2653,12 +2149,6 @@ export interface ListRuleGroupsResponse {
|
|
|
2653
2149
|
*/
|
|
2654
2150
|
RuleGroups?: RuleGroupMetadata[];
|
|
2655
2151
|
}
|
|
2656
|
-
export declare namespace ListRuleGroupsResponse {
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
const filterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
2661
|
-
}
|
|
2662
2152
|
export interface ListTagsForResourceRequest {
|
|
2663
2153
|
/**
|
|
2664
2154
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2677,12 +2167,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2677
2167
|
*/
|
|
2678
2168
|
ResourceArn: string | undefined;
|
|
2679
2169
|
}
|
|
2680
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2681
|
-
/**
|
|
2682
|
-
* @internal
|
|
2683
|
-
*/
|
|
2684
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2685
|
-
}
|
|
2686
2170
|
export interface ListTagsForResourceResponse {
|
|
2687
2171
|
/**
|
|
2688
2172
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2695,12 +2179,6 @@ export interface ListTagsForResourceResponse {
|
|
|
2695
2179
|
*/
|
|
2696
2180
|
Tags?: Tag[];
|
|
2697
2181
|
}
|
|
2698
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2699
|
-
/**
|
|
2700
|
-
* @internal
|
|
2701
|
-
*/
|
|
2702
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2703
|
-
}
|
|
2704
2182
|
/**
|
|
2705
2183
|
* <p>Unable to send logs to a configured logging destination. </p>
|
|
2706
2184
|
*/
|
|
@@ -2752,20 +2230,8 @@ export interface PutResourcePolicyRequest {
|
|
|
2752
2230
|
*/
|
|
2753
2231
|
Policy: string | undefined;
|
|
2754
2232
|
}
|
|
2755
|
-
export declare namespace PutResourcePolicyRequest {
|
|
2756
|
-
/**
|
|
2757
|
-
* @internal
|
|
2758
|
-
*/
|
|
2759
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2760
|
-
}
|
|
2761
2233
|
export interface PutResourcePolicyResponse {
|
|
2762
2234
|
}
|
|
2763
|
-
export declare namespace PutResourcePolicyResponse {
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2768
|
-
}
|
|
2769
2235
|
export interface TagResourceRequest {
|
|
2770
2236
|
/**
|
|
2771
2237
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2776,20 +2242,8 @@ export interface TagResourceRequest {
|
|
|
2776
2242
|
*/
|
|
2777
2243
|
Tags: Tag[] | undefined;
|
|
2778
2244
|
}
|
|
2779
|
-
export declare namespace TagResourceRequest {
|
|
2780
|
-
/**
|
|
2781
|
-
* @internal
|
|
2782
|
-
*/
|
|
2783
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2784
|
-
}
|
|
2785
2245
|
export interface TagResourceResponse {
|
|
2786
2246
|
}
|
|
2787
|
-
export declare namespace TagResourceResponse {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2792
|
-
}
|
|
2793
2247
|
export interface UntagResourceRequest {
|
|
2794
2248
|
/**
|
|
2795
2249
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2800,20 +2254,8 @@ export interface UntagResourceRequest {
|
|
|
2800
2254
|
*/
|
|
2801
2255
|
TagKeys: string[] | undefined;
|
|
2802
2256
|
}
|
|
2803
|
-
export declare namespace UntagResourceRequest {
|
|
2804
|
-
/**
|
|
2805
|
-
* @internal
|
|
2806
|
-
*/
|
|
2807
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2808
|
-
}
|
|
2809
2257
|
export interface UntagResourceResponse {
|
|
2810
2258
|
}
|
|
2811
|
-
export declare namespace UntagResourceResponse {
|
|
2812
|
-
/**
|
|
2813
|
-
* @internal
|
|
2814
|
-
*/
|
|
2815
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2816
|
-
}
|
|
2817
2259
|
/**
|
|
2818
2260
|
* <p>Unable to change the resource because your account doesn't own it. </p>
|
|
2819
2261
|
*/
|
|
@@ -2850,12 +2292,6 @@ export interface UpdateFirewallDeleteProtectionRequest {
|
|
|
2850
2292
|
*/
|
|
2851
2293
|
DeleteProtection: boolean | undefined;
|
|
2852
2294
|
}
|
|
2853
|
-
export declare namespace UpdateFirewallDeleteProtectionRequest {
|
|
2854
|
-
/**
|
|
2855
|
-
* @internal
|
|
2856
|
-
*/
|
|
2857
|
-
const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionRequest) => any;
|
|
2858
|
-
}
|
|
2859
2295
|
export interface UpdateFirewallDeleteProtectionResponse {
|
|
2860
2296
|
/**
|
|
2861
2297
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2878,12 +2314,6 @@ export interface UpdateFirewallDeleteProtectionResponse {
|
|
|
2878
2314
|
*/
|
|
2879
2315
|
UpdateToken?: string;
|
|
2880
2316
|
}
|
|
2881
|
-
export declare namespace UpdateFirewallDeleteProtectionResponse {
|
|
2882
|
-
/**
|
|
2883
|
-
* @internal
|
|
2884
|
-
*/
|
|
2885
|
-
const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionResponse) => any;
|
|
2886
|
-
}
|
|
2887
2317
|
export interface UpdateFirewallDescriptionRequest {
|
|
2888
2318
|
/**
|
|
2889
2319
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -2907,12 +2337,6 @@ export interface UpdateFirewallDescriptionRequest {
|
|
|
2907
2337
|
*/
|
|
2908
2338
|
Description?: string;
|
|
2909
2339
|
}
|
|
2910
|
-
export declare namespace UpdateFirewallDescriptionRequest {
|
|
2911
|
-
/**
|
|
2912
|
-
* @internal
|
|
2913
|
-
*/
|
|
2914
|
-
const filterSensitiveLog: (obj: UpdateFirewallDescriptionRequest) => any;
|
|
2915
|
-
}
|
|
2916
2340
|
export interface UpdateFirewallDescriptionResponse {
|
|
2917
2341
|
/**
|
|
2918
2342
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2933,12 +2357,6 @@ export interface UpdateFirewallDescriptionResponse {
|
|
|
2933
2357
|
*/
|
|
2934
2358
|
UpdateToken?: string;
|
|
2935
2359
|
}
|
|
2936
|
-
export declare namespace UpdateFirewallDescriptionResponse {
|
|
2937
|
-
/**
|
|
2938
|
-
* @internal
|
|
2939
|
-
*/
|
|
2940
|
-
const filterSensitiveLog: (obj: UpdateFirewallDescriptionResponse) => any;
|
|
2941
|
-
}
|
|
2942
2360
|
export interface UpdateFirewallEncryptionConfigurationRequest {
|
|
2943
2361
|
/**
|
|
2944
2362
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -2959,12 +2377,6 @@ export interface UpdateFirewallEncryptionConfigurationRequest {
|
|
|
2959
2377
|
*/
|
|
2960
2378
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2961
2379
|
}
|
|
2962
|
-
export declare namespace UpdateFirewallEncryptionConfigurationRequest {
|
|
2963
|
-
/**
|
|
2964
|
-
* @internal
|
|
2965
|
-
*/
|
|
2966
|
-
const filterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationRequest) => any;
|
|
2967
|
-
}
|
|
2968
2380
|
export interface UpdateFirewallEncryptionConfigurationResponse {
|
|
2969
2381
|
/**
|
|
2970
2382
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2985,12 +2397,6 @@ export interface UpdateFirewallEncryptionConfigurationResponse {
|
|
|
2985
2397
|
*/
|
|
2986
2398
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2987
2399
|
}
|
|
2988
|
-
export declare namespace UpdateFirewallEncryptionConfigurationResponse {
|
|
2989
|
-
/**
|
|
2990
|
-
* @internal
|
|
2991
|
-
*/
|
|
2992
|
-
const filterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationResponse) => any;
|
|
2993
|
-
}
|
|
2994
2400
|
export interface UpdateFirewallPolicyRequest {
|
|
2995
2401
|
/**
|
|
2996
2402
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request. </p>
|
|
@@ -3029,12 +2435,6 @@ export interface UpdateFirewallPolicyRequest {
|
|
|
3029
2435
|
*/
|
|
3030
2436
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
3031
2437
|
}
|
|
3032
|
-
export declare namespace UpdateFirewallPolicyRequest {
|
|
3033
|
-
/**
|
|
3034
|
-
* @internal
|
|
3035
|
-
*/
|
|
3036
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyRequest) => any;
|
|
3037
|
-
}
|
|
3038
2438
|
export interface UpdateFirewallPolicyResponse {
|
|
3039
2439
|
/**
|
|
3040
2440
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request. </p>
|
|
@@ -3046,12 +2446,6 @@ export interface UpdateFirewallPolicyResponse {
|
|
|
3046
2446
|
*/
|
|
3047
2447
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
3048
2448
|
}
|
|
3049
|
-
export declare namespace UpdateFirewallPolicyResponse {
|
|
3050
|
-
/**
|
|
3051
|
-
* @internal
|
|
3052
|
-
*/
|
|
3053
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyResponse) => any;
|
|
3054
|
-
}
|
|
3055
2449
|
export interface UpdateFirewallPolicyChangeProtectionRequest {
|
|
3056
2450
|
/**
|
|
3057
2451
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -3076,12 +2470,6 @@ export interface UpdateFirewallPolicyChangeProtectionRequest {
|
|
|
3076
2470
|
*/
|
|
3077
2471
|
FirewallPolicyChangeProtection: boolean | undefined;
|
|
3078
2472
|
}
|
|
3079
|
-
export declare namespace UpdateFirewallPolicyChangeProtectionRequest {
|
|
3080
|
-
/**
|
|
3081
|
-
* @internal
|
|
3082
|
-
*/
|
|
3083
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionRequest) => any;
|
|
3084
|
-
}
|
|
3085
2473
|
export interface UpdateFirewallPolicyChangeProtectionResponse {
|
|
3086
2474
|
/**
|
|
3087
2475
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -3104,12 +2492,6 @@ export interface UpdateFirewallPolicyChangeProtectionResponse {
|
|
|
3104
2492
|
*/
|
|
3105
2493
|
FirewallPolicyChangeProtection?: boolean;
|
|
3106
2494
|
}
|
|
3107
|
-
export declare namespace UpdateFirewallPolicyChangeProtectionResponse {
|
|
3108
|
-
/**
|
|
3109
|
-
* @internal
|
|
3110
|
-
*/
|
|
3111
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionResponse) => any;
|
|
3112
|
-
}
|
|
3113
2495
|
export interface UpdateLoggingConfigurationRequest {
|
|
3114
2496
|
/**
|
|
3115
2497
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -3127,12 +2509,6 @@ export interface UpdateLoggingConfigurationRequest {
|
|
|
3127
2509
|
*/
|
|
3128
2510
|
LoggingConfiguration?: LoggingConfiguration;
|
|
3129
2511
|
}
|
|
3130
|
-
export declare namespace UpdateLoggingConfigurationRequest {
|
|
3131
|
-
/**
|
|
3132
|
-
* @internal
|
|
3133
|
-
*/
|
|
3134
|
-
const filterSensitiveLog: (obj: UpdateLoggingConfigurationRequest) => any;
|
|
3135
|
-
}
|
|
3136
2512
|
export interface UpdateLoggingConfigurationResponse {
|
|
3137
2513
|
/**
|
|
3138
2514
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -3147,12 +2523,6 @@ export interface UpdateLoggingConfigurationResponse {
|
|
|
3147
2523
|
*/
|
|
3148
2524
|
LoggingConfiguration?: LoggingConfiguration;
|
|
3149
2525
|
}
|
|
3150
|
-
export declare namespace UpdateLoggingConfigurationResponse {
|
|
3151
|
-
/**
|
|
3152
|
-
* @internal
|
|
3153
|
-
*/
|
|
3154
|
-
const filterSensitiveLog: (obj: UpdateLoggingConfigurationResponse) => any;
|
|
3155
|
-
}
|
|
3156
2526
|
export interface UpdateRuleGroupRequest {
|
|
3157
2527
|
/**
|
|
3158
2528
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request. </p>
|
|
@@ -3216,12 +2586,6 @@ export interface UpdateRuleGroupRequest {
|
|
|
3216
2586
|
*/
|
|
3217
2587
|
SourceMetadata?: SourceMetadata;
|
|
3218
2588
|
}
|
|
3219
|
-
export declare namespace UpdateRuleGroupRequest {
|
|
3220
|
-
/**
|
|
3221
|
-
* @internal
|
|
3222
|
-
*/
|
|
3223
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
3224
|
-
}
|
|
3225
2589
|
export interface UpdateRuleGroupResponse {
|
|
3226
2590
|
/**
|
|
3227
2591
|
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request. </p>
|
|
@@ -3233,12 +2597,6 @@ export interface UpdateRuleGroupResponse {
|
|
|
3233
2597
|
*/
|
|
3234
2598
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
3235
2599
|
}
|
|
3236
|
-
export declare namespace UpdateRuleGroupResponse {
|
|
3237
|
-
/**
|
|
3238
|
-
* @internal
|
|
3239
|
-
*/
|
|
3240
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
3241
|
-
}
|
|
3242
2600
|
export interface UpdateSubnetChangeProtectionRequest {
|
|
3243
2601
|
/**
|
|
3244
2602
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -3263,12 +2621,6 @@ export interface UpdateSubnetChangeProtectionRequest {
|
|
|
3263
2621
|
*/
|
|
3264
2622
|
SubnetChangeProtection: boolean | undefined;
|
|
3265
2623
|
}
|
|
3266
|
-
export declare namespace UpdateSubnetChangeProtectionRequest {
|
|
3267
|
-
/**
|
|
3268
|
-
* @internal
|
|
3269
|
-
*/
|
|
3270
|
-
const filterSensitiveLog: (obj: UpdateSubnetChangeProtectionRequest) => any;
|
|
3271
|
-
}
|
|
3272
2624
|
export interface UpdateSubnetChangeProtectionResponse {
|
|
3273
2625
|
/**
|
|
3274
2626
|
* <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request. </p>
|
|
@@ -3291,9 +2643,439 @@ export interface UpdateSubnetChangeProtectionResponse {
|
|
|
3291
2643
|
*/
|
|
3292
2644
|
SubnetChangeProtection?: boolean;
|
|
3293
2645
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
2646
|
+
/**
|
|
2647
|
+
* @internal
|
|
2648
|
+
*/
|
|
2649
|
+
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
2650
|
+
/**
|
|
2651
|
+
* @internal
|
|
2652
|
+
*/
|
|
2653
|
+
export declare const PublishMetricActionFilterSensitiveLog: (obj: PublishMetricAction) => any;
|
|
2654
|
+
/**
|
|
2655
|
+
* @internal
|
|
2656
|
+
*/
|
|
2657
|
+
export declare const ActionDefinitionFilterSensitiveLog: (obj: ActionDefinition) => any;
|
|
2658
|
+
/**
|
|
2659
|
+
* @internal
|
|
2660
|
+
*/
|
|
2661
|
+
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
2662
|
+
/**
|
|
2663
|
+
* @internal
|
|
2664
|
+
*/
|
|
2665
|
+
export declare const AssociateFirewallPolicyRequestFilterSensitiveLog: (obj: AssociateFirewallPolicyRequest) => any;
|
|
2666
|
+
/**
|
|
2667
|
+
* @internal
|
|
2668
|
+
*/
|
|
2669
|
+
export declare const AssociateFirewallPolicyResponseFilterSensitiveLog: (obj: AssociateFirewallPolicyResponse) => any;
|
|
2670
|
+
/**
|
|
2671
|
+
* @internal
|
|
2672
|
+
*/
|
|
2673
|
+
export declare const SubnetMappingFilterSensitiveLog: (obj: SubnetMapping) => any;
|
|
2674
|
+
/**
|
|
2675
|
+
* @internal
|
|
2676
|
+
*/
|
|
2677
|
+
export declare const AssociateSubnetsRequestFilterSensitiveLog: (obj: AssociateSubnetsRequest) => any;
|
|
2678
|
+
/**
|
|
2679
|
+
* @internal
|
|
2680
|
+
*/
|
|
2681
|
+
export declare const AssociateSubnetsResponseFilterSensitiveLog: (obj: AssociateSubnetsResponse) => any;
|
|
2682
|
+
/**
|
|
2683
|
+
* @internal
|
|
2684
|
+
*/
|
|
2685
|
+
export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
|
|
2686
|
+
/**
|
|
2687
|
+
* @internal
|
|
2688
|
+
*/
|
|
2689
|
+
export declare const IPSetMetadataFilterSensitiveLog: (obj: IPSetMetadata) => any;
|
|
2690
|
+
/**
|
|
2691
|
+
* @internal
|
|
2692
|
+
*/
|
|
2693
|
+
export declare const CIDRSummaryFilterSensitiveLog: (obj: CIDRSummary) => any;
|
|
2694
|
+
/**
|
|
2695
|
+
* @internal
|
|
2696
|
+
*/
|
|
2697
|
+
export declare const CapacityUsageSummaryFilterSensitiveLog: (obj: CapacityUsageSummary) => any;
|
|
2698
|
+
/**
|
|
2699
|
+
* @internal
|
|
2700
|
+
*/
|
|
2701
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
2702
|
+
/**
|
|
2703
|
+
* @internal
|
|
2704
|
+
*/
|
|
2705
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2706
|
+
/**
|
|
2707
|
+
* @internal
|
|
2708
|
+
*/
|
|
2709
|
+
export declare const CreateFirewallRequestFilterSensitiveLog: (obj: CreateFirewallRequest) => any;
|
|
2710
|
+
/**
|
|
2711
|
+
* @internal
|
|
2712
|
+
*/
|
|
2713
|
+
export declare const FirewallFilterSensitiveLog: (obj: Firewall) => any;
|
|
2714
|
+
/**
|
|
2715
|
+
* @internal
|
|
2716
|
+
*/
|
|
2717
|
+
export declare const PerObjectStatusFilterSensitiveLog: (obj: PerObjectStatus) => any;
|
|
2718
|
+
/**
|
|
2719
|
+
* @internal
|
|
2720
|
+
*/
|
|
2721
|
+
export declare const SyncStateFilterSensitiveLog: (obj: SyncState) => any;
|
|
2722
|
+
/**
|
|
2723
|
+
* @internal
|
|
2724
|
+
*/
|
|
2725
|
+
export declare const FirewallStatusFilterSensitiveLog: (obj: FirewallStatus) => any;
|
|
2726
|
+
/**
|
|
2727
|
+
* @internal
|
|
2728
|
+
*/
|
|
2729
|
+
export declare const CreateFirewallResponseFilterSensitiveLog: (obj: CreateFirewallResponse) => any;
|
|
2730
|
+
/**
|
|
2731
|
+
* @internal
|
|
2732
|
+
*/
|
|
2733
|
+
export declare const StatefulEngineOptionsFilterSensitiveLog: (obj: StatefulEngineOptions) => any;
|
|
2734
|
+
/**
|
|
2735
|
+
* @internal
|
|
2736
|
+
*/
|
|
2737
|
+
export declare const StatefulRuleGroupOverrideFilterSensitiveLog: (obj: StatefulRuleGroupOverride) => any;
|
|
2738
|
+
/**
|
|
2739
|
+
* @internal
|
|
2740
|
+
*/
|
|
2741
|
+
export declare const StatefulRuleGroupReferenceFilterSensitiveLog: (obj: StatefulRuleGroupReference) => any;
|
|
2742
|
+
/**
|
|
2743
|
+
* @internal
|
|
2744
|
+
*/
|
|
2745
|
+
export declare const CustomActionFilterSensitiveLog: (obj: CustomAction) => any;
|
|
2746
|
+
/**
|
|
2747
|
+
* @internal
|
|
2748
|
+
*/
|
|
2749
|
+
export declare const StatelessRuleGroupReferenceFilterSensitiveLog: (obj: StatelessRuleGroupReference) => any;
|
|
2750
|
+
/**
|
|
2751
|
+
* @internal
|
|
2752
|
+
*/
|
|
2753
|
+
export declare const FirewallPolicyFilterSensitiveLog: (obj: FirewallPolicy) => any;
|
|
2754
|
+
/**
|
|
2755
|
+
* @internal
|
|
2756
|
+
*/
|
|
2757
|
+
export declare const CreateFirewallPolicyRequestFilterSensitiveLog: (obj: CreateFirewallPolicyRequest) => any;
|
|
2758
|
+
/**
|
|
2759
|
+
* @internal
|
|
2760
|
+
*/
|
|
2761
|
+
export declare const FirewallPolicyResponseFilterSensitiveLog: (obj: FirewallPolicyResponse) => any;
|
|
2762
|
+
/**
|
|
2763
|
+
* @internal
|
|
2764
|
+
*/
|
|
2765
|
+
export declare const CreateFirewallPolicyResponseFilterSensitiveLog: (obj: CreateFirewallPolicyResponse) => any;
|
|
2766
|
+
/**
|
|
2767
|
+
* @internal
|
|
2768
|
+
*/
|
|
2769
|
+
export declare const IPSetReferenceFilterSensitiveLog: (obj: IPSetReference) => any;
|
|
2770
|
+
/**
|
|
2771
|
+
* @internal
|
|
2772
|
+
*/
|
|
2773
|
+
export declare const ReferenceSetsFilterSensitiveLog: (obj: ReferenceSets) => any;
|
|
2774
|
+
/**
|
|
2775
|
+
* @internal
|
|
2776
|
+
*/
|
|
2777
|
+
export declare const RulesSourceListFilterSensitiveLog: (obj: RulesSourceList) => any;
|
|
2778
|
+
/**
|
|
2779
|
+
* @internal
|
|
2780
|
+
*/
|
|
2781
|
+
export declare const HeaderFilterSensitiveLog: (obj: Header) => any;
|
|
2782
|
+
/**
|
|
2783
|
+
* @internal
|
|
2784
|
+
*/
|
|
2785
|
+
export declare const RuleOptionFilterSensitiveLog: (obj: RuleOption) => any;
|
|
2786
|
+
/**
|
|
2787
|
+
* @internal
|
|
2788
|
+
*/
|
|
2789
|
+
export declare const StatefulRuleFilterSensitiveLog: (obj: StatefulRule) => any;
|
|
2790
|
+
/**
|
|
2791
|
+
* @internal
|
|
2792
|
+
*/
|
|
2793
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
2794
|
+
/**
|
|
2795
|
+
* @internal
|
|
2796
|
+
*/
|
|
2797
|
+
export declare const TCPFlagFieldFilterSensitiveLog: (obj: TCPFlagField) => any;
|
|
2798
|
+
/**
|
|
2799
|
+
* @internal
|
|
2800
|
+
*/
|
|
2801
|
+
export declare const MatchAttributesFilterSensitiveLog: (obj: MatchAttributes) => any;
|
|
2802
|
+
/**
|
|
2803
|
+
* @internal
|
|
2804
|
+
*/
|
|
2805
|
+
export declare const RuleDefinitionFilterSensitiveLog: (obj: RuleDefinition) => any;
|
|
2806
|
+
/**
|
|
2807
|
+
* @internal
|
|
2808
|
+
*/
|
|
2809
|
+
export declare const StatelessRuleFilterSensitiveLog: (obj: StatelessRule) => any;
|
|
2810
|
+
/**
|
|
2811
|
+
* @internal
|
|
2812
|
+
*/
|
|
2813
|
+
export declare const StatelessRulesAndCustomActionsFilterSensitiveLog: (obj: StatelessRulesAndCustomActions) => any;
|
|
2814
|
+
/**
|
|
2815
|
+
* @internal
|
|
2816
|
+
*/
|
|
2817
|
+
export declare const RulesSourceFilterSensitiveLog: (obj: RulesSource) => any;
|
|
2818
|
+
/**
|
|
2819
|
+
* @internal
|
|
2820
|
+
*/
|
|
2821
|
+
export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
|
|
2822
|
+
/**
|
|
2823
|
+
* @internal
|
|
2824
|
+
*/
|
|
2825
|
+
export declare const PortSetFilterSensitiveLog: (obj: PortSet) => any;
|
|
2826
|
+
/**
|
|
2827
|
+
* @internal
|
|
2828
|
+
*/
|
|
2829
|
+
export declare const RuleVariablesFilterSensitiveLog: (obj: RuleVariables) => any;
|
|
2830
|
+
/**
|
|
2831
|
+
* @internal
|
|
2832
|
+
*/
|
|
2833
|
+
export declare const StatefulRuleOptionsFilterSensitiveLog: (obj: StatefulRuleOptions) => any;
|
|
2834
|
+
/**
|
|
2835
|
+
* @internal
|
|
2836
|
+
*/
|
|
2837
|
+
export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
|
|
2838
|
+
/**
|
|
2839
|
+
* @internal
|
|
2840
|
+
*/
|
|
2841
|
+
export declare const SourceMetadataFilterSensitiveLog: (obj: SourceMetadata) => any;
|
|
2842
|
+
/**
|
|
2843
|
+
* @internal
|
|
2844
|
+
*/
|
|
2845
|
+
export declare const CreateRuleGroupRequestFilterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
2846
|
+
/**
|
|
2847
|
+
* @internal
|
|
2848
|
+
*/
|
|
2849
|
+
export declare const RuleGroupResponseFilterSensitiveLog: (obj: RuleGroupResponse) => any;
|
|
2850
|
+
/**
|
|
2851
|
+
* @internal
|
|
2852
|
+
*/
|
|
2853
|
+
export declare const CreateRuleGroupResponseFilterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
2854
|
+
/**
|
|
2855
|
+
* @internal
|
|
2856
|
+
*/
|
|
2857
|
+
export declare const DeleteFirewallRequestFilterSensitiveLog: (obj: DeleteFirewallRequest) => any;
|
|
2858
|
+
/**
|
|
2859
|
+
* @internal
|
|
2860
|
+
*/
|
|
2861
|
+
export declare const DeleteFirewallResponseFilterSensitiveLog: (obj: DeleteFirewallResponse) => any;
|
|
2862
|
+
/**
|
|
2863
|
+
* @internal
|
|
2864
|
+
*/
|
|
2865
|
+
export declare const DeleteFirewallPolicyRequestFilterSensitiveLog: (obj: DeleteFirewallPolicyRequest) => any;
|
|
2866
|
+
/**
|
|
2867
|
+
* @internal
|
|
2868
|
+
*/
|
|
2869
|
+
export declare const DeleteFirewallPolicyResponseFilterSensitiveLog: (obj: DeleteFirewallPolicyResponse) => any;
|
|
2870
|
+
/**
|
|
2871
|
+
* @internal
|
|
2872
|
+
*/
|
|
2873
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
2874
|
+
/**
|
|
2875
|
+
* @internal
|
|
2876
|
+
*/
|
|
2877
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2878
|
+
/**
|
|
2879
|
+
* @internal
|
|
2880
|
+
*/
|
|
2881
|
+
export declare const DeleteRuleGroupRequestFilterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
2882
|
+
/**
|
|
2883
|
+
* @internal
|
|
2884
|
+
*/
|
|
2885
|
+
export declare const DeleteRuleGroupResponseFilterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
2886
|
+
/**
|
|
2887
|
+
* @internal
|
|
2888
|
+
*/
|
|
2889
|
+
export declare const DescribeFirewallRequestFilterSensitiveLog: (obj: DescribeFirewallRequest) => any;
|
|
2890
|
+
/**
|
|
2891
|
+
* @internal
|
|
2892
|
+
*/
|
|
2893
|
+
export declare const DescribeFirewallResponseFilterSensitiveLog: (obj: DescribeFirewallResponse) => any;
|
|
2894
|
+
/**
|
|
2895
|
+
* @internal
|
|
2896
|
+
*/
|
|
2897
|
+
export declare const DescribeFirewallPolicyRequestFilterSensitiveLog: (obj: DescribeFirewallPolicyRequest) => any;
|
|
2898
|
+
/**
|
|
2899
|
+
* @internal
|
|
2900
|
+
*/
|
|
2901
|
+
export declare const DescribeFirewallPolicyResponseFilterSensitiveLog: (obj: DescribeFirewallPolicyResponse) => any;
|
|
2902
|
+
/**
|
|
2903
|
+
* @internal
|
|
2904
|
+
*/
|
|
2905
|
+
export declare const DescribeLoggingConfigurationRequestFilterSensitiveLog: (obj: DescribeLoggingConfigurationRequest) => any;
|
|
2906
|
+
/**
|
|
2907
|
+
* @internal
|
|
2908
|
+
*/
|
|
2909
|
+
export declare const LogDestinationConfigFilterSensitiveLog: (obj: LogDestinationConfig) => any;
|
|
2910
|
+
/**
|
|
2911
|
+
* @internal
|
|
2912
|
+
*/
|
|
2913
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
2914
|
+
/**
|
|
2915
|
+
* @internal
|
|
2916
|
+
*/
|
|
2917
|
+
export declare const DescribeLoggingConfigurationResponseFilterSensitiveLog: (obj: DescribeLoggingConfigurationResponse) => any;
|
|
2918
|
+
/**
|
|
2919
|
+
* @internal
|
|
2920
|
+
*/
|
|
2921
|
+
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
2922
|
+
/**
|
|
2923
|
+
* @internal
|
|
2924
|
+
*/
|
|
2925
|
+
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
2926
|
+
/**
|
|
2927
|
+
* @internal
|
|
2928
|
+
*/
|
|
2929
|
+
export declare const DescribeRuleGroupRequestFilterSensitiveLog: (obj: DescribeRuleGroupRequest) => any;
|
|
2930
|
+
/**
|
|
2931
|
+
* @internal
|
|
2932
|
+
*/
|
|
2933
|
+
export declare const DescribeRuleGroupResponseFilterSensitiveLog: (obj: DescribeRuleGroupResponse) => any;
|
|
2934
|
+
/**
|
|
2935
|
+
* @internal
|
|
2936
|
+
*/
|
|
2937
|
+
export declare const DescribeRuleGroupMetadataRequestFilterSensitiveLog: (obj: DescribeRuleGroupMetadataRequest) => any;
|
|
2938
|
+
/**
|
|
2939
|
+
* @internal
|
|
2940
|
+
*/
|
|
2941
|
+
export declare const DescribeRuleGroupMetadataResponseFilterSensitiveLog: (obj: DescribeRuleGroupMetadataResponse) => any;
|
|
2942
|
+
/**
|
|
2943
|
+
* @internal
|
|
2944
|
+
*/
|
|
2945
|
+
export declare const DisassociateSubnetsRequestFilterSensitiveLog: (obj: DisassociateSubnetsRequest) => any;
|
|
2946
|
+
/**
|
|
2947
|
+
* @internal
|
|
2948
|
+
*/
|
|
2949
|
+
export declare const DisassociateSubnetsResponseFilterSensitiveLog: (obj: DisassociateSubnetsResponse) => any;
|
|
2950
|
+
/**
|
|
2951
|
+
* @internal
|
|
2952
|
+
*/
|
|
2953
|
+
export declare const FirewallMetadataFilterSensitiveLog: (obj: FirewallMetadata) => any;
|
|
2954
|
+
/**
|
|
2955
|
+
* @internal
|
|
2956
|
+
*/
|
|
2957
|
+
export declare const FirewallPolicyMetadataFilterSensitiveLog: (obj: FirewallPolicyMetadata) => any;
|
|
2958
|
+
/**
|
|
2959
|
+
* @internal
|
|
2960
|
+
*/
|
|
2961
|
+
export declare const ListFirewallPoliciesRequestFilterSensitiveLog: (obj: ListFirewallPoliciesRequest) => any;
|
|
2962
|
+
/**
|
|
2963
|
+
* @internal
|
|
2964
|
+
*/
|
|
2965
|
+
export declare const ListFirewallPoliciesResponseFilterSensitiveLog: (obj: ListFirewallPoliciesResponse) => any;
|
|
2966
|
+
/**
|
|
2967
|
+
* @internal
|
|
2968
|
+
*/
|
|
2969
|
+
export declare const ListFirewallsRequestFilterSensitiveLog: (obj: ListFirewallsRequest) => any;
|
|
2970
|
+
/**
|
|
2971
|
+
* @internal
|
|
2972
|
+
*/
|
|
2973
|
+
export declare const ListFirewallsResponseFilterSensitiveLog: (obj: ListFirewallsResponse) => any;
|
|
2974
|
+
/**
|
|
2975
|
+
* @internal
|
|
2976
|
+
*/
|
|
2977
|
+
export declare const ListRuleGroupsRequestFilterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
2978
|
+
/**
|
|
2979
|
+
* @internal
|
|
2980
|
+
*/
|
|
2981
|
+
export declare const RuleGroupMetadataFilterSensitiveLog: (obj: RuleGroupMetadata) => any;
|
|
2982
|
+
/**
|
|
2983
|
+
* @internal
|
|
2984
|
+
*/
|
|
2985
|
+
export declare const ListRuleGroupsResponseFilterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
2986
|
+
/**
|
|
2987
|
+
* @internal
|
|
2988
|
+
*/
|
|
2989
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2990
|
+
/**
|
|
2991
|
+
* @internal
|
|
2992
|
+
*/
|
|
2993
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2994
|
+
/**
|
|
2995
|
+
* @internal
|
|
2996
|
+
*/
|
|
2997
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2998
|
+
/**
|
|
2999
|
+
* @internal
|
|
3000
|
+
*/
|
|
3001
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
3002
|
+
/**
|
|
3003
|
+
* @internal
|
|
3004
|
+
*/
|
|
3005
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3006
|
+
/**
|
|
3007
|
+
* @internal
|
|
3008
|
+
*/
|
|
3009
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3010
|
+
/**
|
|
3011
|
+
* @internal
|
|
3012
|
+
*/
|
|
3013
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3014
|
+
/**
|
|
3015
|
+
* @internal
|
|
3016
|
+
*/
|
|
3017
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3018
|
+
/**
|
|
3019
|
+
* @internal
|
|
3020
|
+
*/
|
|
3021
|
+
export declare const UpdateFirewallDeleteProtectionRequestFilterSensitiveLog: (obj: UpdateFirewallDeleteProtectionRequest) => any;
|
|
3022
|
+
/**
|
|
3023
|
+
* @internal
|
|
3024
|
+
*/
|
|
3025
|
+
export declare const UpdateFirewallDeleteProtectionResponseFilterSensitiveLog: (obj: UpdateFirewallDeleteProtectionResponse) => any;
|
|
3026
|
+
/**
|
|
3027
|
+
* @internal
|
|
3028
|
+
*/
|
|
3029
|
+
export declare const UpdateFirewallDescriptionRequestFilterSensitiveLog: (obj: UpdateFirewallDescriptionRequest) => any;
|
|
3030
|
+
/**
|
|
3031
|
+
* @internal
|
|
3032
|
+
*/
|
|
3033
|
+
export declare const UpdateFirewallDescriptionResponseFilterSensitiveLog: (obj: UpdateFirewallDescriptionResponse) => any;
|
|
3034
|
+
/**
|
|
3035
|
+
* @internal
|
|
3036
|
+
*/
|
|
3037
|
+
export declare const UpdateFirewallEncryptionConfigurationRequestFilterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationRequest) => any;
|
|
3038
|
+
/**
|
|
3039
|
+
* @internal
|
|
3040
|
+
*/
|
|
3041
|
+
export declare const UpdateFirewallEncryptionConfigurationResponseFilterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationResponse) => any;
|
|
3042
|
+
/**
|
|
3043
|
+
* @internal
|
|
3044
|
+
*/
|
|
3045
|
+
export declare const UpdateFirewallPolicyRequestFilterSensitiveLog: (obj: UpdateFirewallPolicyRequest) => any;
|
|
3046
|
+
/**
|
|
3047
|
+
* @internal
|
|
3048
|
+
*/
|
|
3049
|
+
export declare const UpdateFirewallPolicyResponseFilterSensitiveLog: (obj: UpdateFirewallPolicyResponse) => any;
|
|
3050
|
+
/**
|
|
3051
|
+
* @internal
|
|
3052
|
+
*/
|
|
3053
|
+
export declare const UpdateFirewallPolicyChangeProtectionRequestFilterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionRequest) => any;
|
|
3054
|
+
/**
|
|
3055
|
+
* @internal
|
|
3056
|
+
*/
|
|
3057
|
+
export declare const UpdateFirewallPolicyChangeProtectionResponseFilterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionResponse) => any;
|
|
3058
|
+
/**
|
|
3059
|
+
* @internal
|
|
3060
|
+
*/
|
|
3061
|
+
export declare const UpdateLoggingConfigurationRequestFilterSensitiveLog: (obj: UpdateLoggingConfigurationRequest) => any;
|
|
3062
|
+
/**
|
|
3063
|
+
* @internal
|
|
3064
|
+
*/
|
|
3065
|
+
export declare const UpdateLoggingConfigurationResponseFilterSensitiveLog: (obj: UpdateLoggingConfigurationResponse) => any;
|
|
3066
|
+
/**
|
|
3067
|
+
* @internal
|
|
3068
|
+
*/
|
|
3069
|
+
export declare const UpdateRuleGroupRequestFilterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
3070
|
+
/**
|
|
3071
|
+
* @internal
|
|
3072
|
+
*/
|
|
3073
|
+
export declare const UpdateRuleGroupResponseFilterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
3074
|
+
/**
|
|
3075
|
+
* @internal
|
|
3076
|
+
*/
|
|
3077
|
+
export declare const UpdateSubnetChangeProtectionRequestFilterSensitiveLog: (obj: UpdateSubnetChangeProtectionRequest) => any;
|
|
3078
|
+
/**
|
|
3079
|
+
* @internal
|
|
3080
|
+
*/
|
|
3081
|
+
export declare const UpdateSubnetChangeProtectionResponseFilterSensitiveLog: (obj: UpdateSubnetChangeProtectionResponse) => any;
|