@aws-sdk/client-network-firewall 3.131.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +441 -627
- package/dist-cjs/protocols/Aws_json1_0.js +83 -0
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +3 -3
- package/dist-es/commands/CreateFirewallCommand.js +3 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +3 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -3
- package/dist-es/commands/ListFirewallsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -3
- package/dist-es/models/models_0.js +111 -416
- package/dist-es/protocols/Aws_json1_0.js +76 -1
- package/dist-types/models/models_0.d.ts +494 -616
- package/dist-types/ts3.4/models/models_0.d.ts +248 -411
- package/package.json +6 -6
|
@@ -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,13 +289,43 @@ export interface Attachment {
|
|
|
343
289
|
*/
|
|
344
290
|
Status?: AttachmentStatus | string;
|
|
345
291
|
}
|
|
346
|
-
|
|
292
|
+
/**
|
|
293
|
+
* <p>General information about the IP set.</p>
|
|
294
|
+
*/
|
|
295
|
+
export interface IPSetMetadata {
|
|
347
296
|
/**
|
|
348
|
-
*
|
|
297
|
+
* <p>Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call <code>AvailableCIDRCount</code>.</p>
|
|
298
|
+
*/
|
|
299
|
+
ResolvedCIDRCount?: number;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
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>
|
|
303
|
+
*/
|
|
304
|
+
export interface CIDRSummary {
|
|
305
|
+
/**
|
|
306
|
+
* <p>The number of CIDR blocks available for use by the IP set references in a firewall.</p>
|
|
307
|
+
*/
|
|
308
|
+
AvailableCIDRCount?: number;
|
|
309
|
+
/**
|
|
310
|
+
* <p>The number of CIDR blocks used by the IP set references in a firewall.</p>
|
|
311
|
+
*/
|
|
312
|
+
UtilizedCIDRCount?: number;
|
|
313
|
+
/**
|
|
314
|
+
* <p>The list of the IP set references used by a firewall.</p>
|
|
349
315
|
*/
|
|
350
|
-
|
|
316
|
+
IPSetReferences?: Record<string, IPSetMetadata>;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* <p>The capacity usage summary of the resources used by the <a>ReferenceSets</a> in a firewall.</p>
|
|
320
|
+
*/
|
|
321
|
+
export interface CapacityUsageSummary {
|
|
322
|
+
/**
|
|
323
|
+
* <p>Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.</p>
|
|
324
|
+
*/
|
|
325
|
+
CIDRs?: CIDRSummary;
|
|
351
326
|
}
|
|
352
327
|
export declare enum ConfigurationSyncState {
|
|
328
|
+
CAPACITY_CONSTRAINED = "CAPACITY_CONSTRAINED",
|
|
353
329
|
IN_SYNC = "IN_SYNC",
|
|
354
330
|
PENDING = "PENDING"
|
|
355
331
|
}
|
|
@@ -370,12 +346,6 @@ export interface EncryptionConfiguration {
|
|
|
370
346
|
*/
|
|
371
347
|
Type: EncryptionType | string | undefined;
|
|
372
348
|
}
|
|
373
|
-
export declare namespace EncryptionConfiguration {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
378
|
-
}
|
|
379
349
|
/**
|
|
380
350
|
* <p>A key:value pair associated with an Amazon Web Services resource. The key:value pair can be anything you
|
|
381
351
|
* define. Typically, the tag key represents a category (such as "environment") and the tag
|
|
@@ -395,12 +365,6 @@ export interface Tag {
|
|
|
395
365
|
*/
|
|
396
366
|
Value: string | undefined;
|
|
397
367
|
}
|
|
398
|
-
export declare namespace Tag {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
403
|
-
}
|
|
404
368
|
export interface CreateFirewallRequest {
|
|
405
369
|
/**
|
|
406
370
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -453,12 +417,6 @@ export interface CreateFirewallRequest {
|
|
|
453
417
|
*/
|
|
454
418
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
455
419
|
}
|
|
456
|
-
export declare namespace CreateFirewallRequest {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
const filterSensitiveLog: (obj: CreateFirewallRequest) => any;
|
|
461
|
-
}
|
|
462
420
|
/**
|
|
463
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>
|
|
464
422
|
* <p>The status of the firewall, for example whether it's ready to filter network traffic,
|
|
@@ -525,18 +483,13 @@ export interface Firewall {
|
|
|
525
483
|
*/
|
|
526
484
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
527
485
|
}
|
|
528
|
-
export declare namespace Firewall {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
|
-
const filterSensitiveLog: (obj: Firewall) => any;
|
|
533
|
-
}
|
|
534
486
|
export declare enum FirewallStatusValue {
|
|
535
487
|
DELETING = "DELETING",
|
|
536
488
|
PROVISIONING = "PROVISIONING",
|
|
537
489
|
READY = "READY"
|
|
538
490
|
}
|
|
539
491
|
export declare enum PerObjectSyncStatus {
|
|
492
|
+
CAPACITY_CONSTRAINED = "CAPACITY_CONSTRAINED",
|
|
540
493
|
IN_SYNC = "IN_SYNC",
|
|
541
494
|
PENDING = "PENDING"
|
|
542
495
|
}
|
|
@@ -556,12 +509,6 @@ export interface PerObjectStatus {
|
|
|
556
509
|
*/
|
|
557
510
|
UpdateToken?: string;
|
|
558
511
|
}
|
|
559
|
-
export declare namespace PerObjectStatus {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
const filterSensitiveLog: (obj: PerObjectStatus) => any;
|
|
564
|
-
}
|
|
565
512
|
/**
|
|
566
513
|
* <p>The status of the firewall endpoint and firewall policy configuration for a single VPC
|
|
567
514
|
* subnet. </p>
|
|
@@ -595,12 +542,6 @@ export interface SyncState {
|
|
|
595
542
|
*/
|
|
596
543
|
Config?: Record<string, PerObjectStatus>;
|
|
597
544
|
}
|
|
598
|
-
export declare namespace SyncState {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
|
-
const filterSensitiveLog: (obj: SyncState) => any;
|
|
603
|
-
}
|
|
604
545
|
/**
|
|
605
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>
|
|
606
547
|
*/
|
|
@@ -635,12 +576,10 @@ export interface FirewallStatus {
|
|
|
635
576
|
* and configuration object. </p>
|
|
636
577
|
*/
|
|
637
578
|
SyncStates?: Record<string, SyncState>;
|
|
638
|
-
}
|
|
639
|
-
export declare namespace FirewallStatus {
|
|
640
579
|
/**
|
|
641
|
-
*
|
|
580
|
+
* <p>Describes the capacity usage of the resources contained in a firewall's reference sets. Network Firewall calclulates the capacity usage by taking an aggregated count of all of the resources used by all of the reference sets in a firewall.</p>
|
|
642
581
|
*/
|
|
643
|
-
|
|
582
|
+
CapacityUsageSummary?: CapacityUsageSummary;
|
|
644
583
|
}
|
|
645
584
|
export interface CreateFirewallResponse {
|
|
646
585
|
/**
|
|
@@ -652,12 +591,6 @@ export interface CreateFirewallResponse {
|
|
|
652
591
|
*/
|
|
653
592
|
FirewallStatus?: FirewallStatus;
|
|
654
593
|
}
|
|
655
|
-
export declare namespace CreateFirewallResponse {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
const filterSensitiveLog: (obj: CreateFirewallResponse) => any;
|
|
660
|
-
}
|
|
661
594
|
/**
|
|
662
595
|
* <p>Unable to perform the operation because doing so would violate a limit setting. </p>
|
|
663
596
|
*/
|
|
@@ -687,12 +620,6 @@ export interface StatefulEngineOptions {
|
|
|
687
620
|
*/
|
|
688
621
|
RuleOrder?: RuleOrder | string;
|
|
689
622
|
}
|
|
690
|
-
export declare namespace StatefulEngineOptions {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
const filterSensitiveLog: (obj: StatefulEngineOptions) => any;
|
|
695
|
-
}
|
|
696
623
|
export declare enum OverrideAction {
|
|
697
624
|
DROP_TO_ALERT = "DROP_TO_ALERT"
|
|
698
625
|
}
|
|
@@ -706,12 +633,6 @@ export interface StatefulRuleGroupOverride {
|
|
|
706
633
|
*/
|
|
707
634
|
Action?: OverrideAction | string;
|
|
708
635
|
}
|
|
709
|
-
export declare namespace StatefulRuleGroupOverride {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
|
-
const filterSensitiveLog: (obj: StatefulRuleGroupOverride) => any;
|
|
714
|
-
}
|
|
715
636
|
/**
|
|
716
637
|
* <p>Identifier for a single stateful rule group, used in a firewall policy to refer to a
|
|
717
638
|
* rule group. </p>
|
|
@@ -738,12 +659,6 @@ export interface StatefulRuleGroupReference {
|
|
|
738
659
|
*/
|
|
739
660
|
Override?: StatefulRuleGroupOverride;
|
|
740
661
|
}
|
|
741
|
-
export declare namespace StatefulRuleGroupReference {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
|
-
const filterSensitiveLog: (obj: StatefulRuleGroupReference) => any;
|
|
746
|
-
}
|
|
747
662
|
/**
|
|
748
663
|
* <p>An optional, non-standard action to use for stateless packet handling. You can define
|
|
749
664
|
* this in addition to the standard action that you must specify. </p>
|
|
@@ -777,12 +692,6 @@ export interface CustomAction {
|
|
|
777
692
|
*/
|
|
778
693
|
ActionDefinition: ActionDefinition | undefined;
|
|
779
694
|
}
|
|
780
|
-
export declare namespace CustomAction {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
|
-
const filterSensitiveLog: (obj: CustomAction) => any;
|
|
785
|
-
}
|
|
786
695
|
/**
|
|
787
696
|
* <p>Identifier for a single stateless rule group, used in a firewall policy to refer to the
|
|
788
697
|
* rule group. </p>
|
|
@@ -800,12 +709,6 @@ export interface StatelessRuleGroupReference {
|
|
|
800
709
|
*/
|
|
801
710
|
Priority: number | undefined;
|
|
802
711
|
}
|
|
803
|
-
export declare namespace StatelessRuleGroupReference {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
const filterSensitiveLog: (obj: StatelessRuleGroupReference) => any;
|
|
808
|
-
}
|
|
809
712
|
/**
|
|
810
713
|
* <p>The firewall policy defines the behavior of a firewall using a collection of stateless
|
|
811
714
|
* and stateful rule groups and other settings. You can use one firewall policy for multiple
|
|
@@ -884,12 +787,6 @@ export interface FirewallPolicy {
|
|
|
884
787
|
*/
|
|
885
788
|
StatefulEngineOptions?: StatefulEngineOptions;
|
|
886
789
|
}
|
|
887
|
-
export declare namespace FirewallPolicy {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
const filterSensitiveLog: (obj: FirewallPolicy) => any;
|
|
892
|
-
}
|
|
893
790
|
export interface CreateFirewallPolicyRequest {
|
|
894
791
|
/**
|
|
895
792
|
* <p>The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.</p>
|
|
@@ -921,12 +818,6 @@ export interface CreateFirewallPolicyRequest {
|
|
|
921
818
|
*/
|
|
922
819
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
923
820
|
}
|
|
924
|
-
export declare namespace CreateFirewallPolicyRequest {
|
|
925
|
-
/**
|
|
926
|
-
* @internal
|
|
927
|
-
*/
|
|
928
|
-
const filterSensitiveLog: (obj: CreateFirewallPolicyRequest) => any;
|
|
929
|
-
}
|
|
930
821
|
export declare enum ResourceStatus {
|
|
931
822
|
ACTIVE = "ACTIVE",
|
|
932
823
|
DELETING = "DELETING"
|
|
@@ -987,12 +878,6 @@ export interface FirewallPolicyResponse {
|
|
|
987
878
|
*/
|
|
988
879
|
LastModifiedTime?: Date;
|
|
989
880
|
}
|
|
990
|
-
export declare namespace FirewallPolicyResponse {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
const filterSensitiveLog: (obj: FirewallPolicyResponse) => any;
|
|
995
|
-
}
|
|
996
881
|
export interface CreateFirewallPolicyResponse {
|
|
997
882
|
/**
|
|
998
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>
|
|
@@ -1004,11 +889,26 @@ export interface CreateFirewallPolicyResponse {
|
|
|
1004
889
|
*/
|
|
1005
890
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
1006
891
|
}
|
|
1007
|
-
|
|
892
|
+
/**
|
|
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>
|
|
894
|
+
* <p>
|
|
895
|
+
* Network Firewall currently supports only <a href="https://docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html">Amazon VPC prefix lists</a> as IP set references.
|
|
896
|
+
* </p>
|
|
897
|
+
*/
|
|
898
|
+
export interface IPSetReference {
|
|
1008
899
|
/**
|
|
1009
|
-
*
|
|
900
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.</p>
|
|
901
|
+
*/
|
|
902
|
+
ReferenceArn?: string;
|
|
903
|
+
}
|
|
904
|
+
/**
|
|
905
|
+
* <p>Contains a set of IP set references.</p>
|
|
906
|
+
*/
|
|
907
|
+
export interface ReferenceSets {
|
|
908
|
+
/**
|
|
909
|
+
* <p>The list of IP set references.</p>
|
|
1010
910
|
*/
|
|
1011
|
-
|
|
911
|
+
IPSetReferences?: Record<string, IPSetReference>;
|
|
1012
912
|
}
|
|
1013
913
|
export declare enum GeneratedRulesType {
|
|
1014
914
|
ALLOWLIST = "ALLOWLIST",
|
|
@@ -1045,12 +945,6 @@ export interface RulesSourceList {
|
|
|
1045
945
|
*/
|
|
1046
946
|
GeneratedRulesType: GeneratedRulesType | string | undefined;
|
|
1047
947
|
}
|
|
1048
|
-
export declare namespace RulesSourceList {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
const filterSensitiveLog: (obj: RulesSourceList) => any;
|
|
1053
|
-
}
|
|
1054
948
|
export declare enum StatefulAction {
|
|
1055
949
|
ALERT = "ALERT",
|
|
1056
950
|
DROP = "DROP",
|
|
@@ -1147,12 +1041,6 @@ export interface Header {
|
|
|
1147
1041
|
*/
|
|
1148
1042
|
DestinationPort: string | undefined;
|
|
1149
1043
|
}
|
|
1150
|
-
export declare namespace Header {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
const filterSensitiveLog: (obj: Header) => any;
|
|
1155
|
-
}
|
|
1156
1044
|
/**
|
|
1157
1045
|
* <p>Additional settings for a stateful rule. This is part of the <a>StatefulRule</a> configuration.</p>
|
|
1158
1046
|
*/
|
|
@@ -1166,12 +1054,6 @@ export interface RuleOption {
|
|
|
1166
1054
|
*/
|
|
1167
1055
|
Settings?: string[];
|
|
1168
1056
|
}
|
|
1169
|
-
export declare namespace RuleOption {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: RuleOption) => any;
|
|
1174
|
-
}
|
|
1175
1057
|
/**
|
|
1176
1058
|
* <p>A single Suricata rules specification, for use in a stateful rule group.
|
|
1177
1059
|
* Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options.
|
|
@@ -1218,12 +1100,6 @@ export interface StatefulRule {
|
|
|
1218
1100
|
*/
|
|
1219
1101
|
RuleOptions: RuleOption[] | undefined;
|
|
1220
1102
|
}
|
|
1221
|
-
export declare namespace StatefulRule {
|
|
1222
|
-
/**
|
|
1223
|
-
* @internal
|
|
1224
|
-
*/
|
|
1225
|
-
const filterSensitiveLog: (obj: StatefulRule) => any;
|
|
1226
|
-
}
|
|
1227
1103
|
/**
|
|
1228
1104
|
* <p>A single port range specification. This is used for source and destination port ranges
|
|
1229
1105
|
* in the stateless rule <a>MatchAttributes</a>, <code>SourcePorts</code>, and
|
|
@@ -1241,12 +1117,6 @@ export interface PortRange {
|
|
|
1241
1117
|
*/
|
|
1242
1118
|
ToPort: number | undefined;
|
|
1243
1119
|
}
|
|
1244
|
-
export declare namespace PortRange {
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
1249
|
-
}
|
|
1250
1120
|
export declare enum TCPFlag {
|
|
1251
1121
|
ACK = "ACK",
|
|
1252
1122
|
CWR = "CWR",
|
|
@@ -1279,12 +1149,6 @@ export interface TCPFlagField {
|
|
|
1279
1149
|
*/
|
|
1280
1150
|
Masks?: (TCPFlag | string)[];
|
|
1281
1151
|
}
|
|
1282
|
-
export declare namespace TCPFlagField {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
const filterSensitiveLog: (obj: TCPFlagField) => any;
|
|
1287
|
-
}
|
|
1288
1152
|
/**
|
|
1289
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>
|
|
1290
1154
|
*/
|
|
@@ -1324,12 +1188,6 @@ export interface MatchAttributes {
|
|
|
1324
1188
|
*/
|
|
1325
1189
|
TCPFlags?: TCPFlagField[];
|
|
1326
1190
|
}
|
|
1327
|
-
export declare namespace MatchAttributes {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
|
-
const filterSensitiveLog: (obj: MatchAttributes) => any;
|
|
1332
|
-
}
|
|
1333
1191
|
/**
|
|
1334
1192
|
* <p>The inspection criteria and action for a single stateless rule. Network Firewall inspects each packet for the specified matching
|
|
1335
1193
|
* criteria. When a packet matches the criteria, Network Firewall performs the rule's actions on
|
|
@@ -1381,12 +1239,6 @@ export interface RuleDefinition {
|
|
|
1381
1239
|
*/
|
|
1382
1240
|
Actions: string[] | undefined;
|
|
1383
1241
|
}
|
|
1384
|
-
export declare namespace RuleDefinition {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
const filterSensitiveLog: (obj: RuleDefinition) => any;
|
|
1389
|
-
}
|
|
1390
1242
|
/**
|
|
1391
1243
|
* <p>A single stateless rule. This is used in <a>StatelessRulesAndCustomActions</a>.</p>
|
|
1392
1244
|
*/
|
|
@@ -1412,12 +1264,6 @@ export interface StatelessRule {
|
|
|
1412
1264
|
*/
|
|
1413
1265
|
Priority: number | undefined;
|
|
1414
1266
|
}
|
|
1415
|
-
export declare namespace StatelessRule {
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
*/
|
|
1419
|
-
const filterSensitiveLog: (obj: StatelessRule) => any;
|
|
1420
|
-
}
|
|
1421
1267
|
/**
|
|
1422
1268
|
* <p>Stateless inspection criteria. Each stateless rule group uses exactly one of these data
|
|
1423
1269
|
* types to define its stateless rules. </p>
|
|
@@ -1436,12 +1282,6 @@ export interface StatelessRulesAndCustomActions {
|
|
|
1436
1282
|
*/
|
|
1437
1283
|
CustomActions?: CustomAction[];
|
|
1438
1284
|
}
|
|
1439
|
-
export declare namespace StatelessRulesAndCustomActions {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
|
-
const filterSensitiveLog: (obj: StatelessRulesAndCustomActions) => any;
|
|
1444
|
-
}
|
|
1445
1285
|
/**
|
|
1446
1286
|
* <p>The stateless or stateful rules definitions for use in a single rule group. Each rule
|
|
1447
1287
|
* group requires a single <code>RulesSource</code>. You can use an instance of this for
|
|
@@ -1473,12 +1313,6 @@ export interface RulesSource {
|
|
|
1473
1313
|
*/
|
|
1474
1314
|
StatelessRulesAndCustomActions?: StatelessRulesAndCustomActions;
|
|
1475
1315
|
}
|
|
1476
|
-
export declare namespace RulesSource {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: RulesSource) => any;
|
|
1481
|
-
}
|
|
1482
1316
|
/**
|
|
1483
1317
|
* <p>A list of IP addresses and address ranges, in CIDR notation. This is part of a <a>RuleVariables</a>. </p>
|
|
1484
1318
|
*/
|
|
@@ -1490,12 +1324,6 @@ export interface IPSet {
|
|
|
1490
1324
|
*/
|
|
1491
1325
|
Definition: string[] | undefined;
|
|
1492
1326
|
}
|
|
1493
|
-
export declare namespace IPSet {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
const filterSensitiveLog: (obj: IPSet) => any;
|
|
1498
|
-
}
|
|
1499
1327
|
/**
|
|
1500
1328
|
* <p>A set of port ranges for use in the rules in a rule group. </p>
|
|
1501
1329
|
*/
|
|
@@ -1506,12 +1334,6 @@ export interface PortSet {
|
|
|
1506
1334
|
*/
|
|
1507
1335
|
Definition?: string[];
|
|
1508
1336
|
}
|
|
1509
|
-
export declare namespace PortSet {
|
|
1510
|
-
/**
|
|
1511
|
-
* @internal
|
|
1512
|
-
*/
|
|
1513
|
-
const filterSensitiveLog: (obj: PortSet) => any;
|
|
1514
|
-
}
|
|
1515
1337
|
/**
|
|
1516
1338
|
* <p>Settings that are available for use in the rules in the <a>RuleGroup</a>
|
|
1517
1339
|
* where this is defined. </p>
|
|
@@ -1526,12 +1348,6 @@ export interface RuleVariables {
|
|
|
1526
1348
|
*/
|
|
1527
1349
|
PortSets?: Record<string, PortSet>;
|
|
1528
1350
|
}
|
|
1529
|
-
export declare namespace RuleVariables {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
const filterSensitiveLog: (obj: RuleVariables) => any;
|
|
1534
|
-
}
|
|
1535
1351
|
/**
|
|
1536
1352
|
* <p>Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.</p>
|
|
1537
1353
|
*/
|
|
@@ -1545,12 +1361,6 @@ export interface StatefulRuleOptions {
|
|
|
1545
1361
|
*/
|
|
1546
1362
|
RuleOrder?: RuleOrder | string;
|
|
1547
1363
|
}
|
|
1548
|
-
export declare namespace StatefulRuleOptions {
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
const filterSensitiveLog: (obj: StatefulRuleOptions) => any;
|
|
1553
|
-
}
|
|
1554
1364
|
/**
|
|
1555
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>
|
|
1556
1366
|
* <p>Network Firewall uses a rule group to inspect and control network traffic.
|
|
@@ -1565,6 +1375,10 @@ export interface RuleGroup {
|
|
|
1565
1375
|
* these for stateful rule groups. </p>
|
|
1566
1376
|
*/
|
|
1567
1377
|
RuleVariables?: RuleVariables;
|
|
1378
|
+
/**
|
|
1379
|
+
* <p>The list of a rule group's reference sets.</p>
|
|
1380
|
+
*/
|
|
1381
|
+
ReferenceSets?: ReferenceSets;
|
|
1568
1382
|
/**
|
|
1569
1383
|
* <p>The stateful rules or stateless rules for the rule group. </p>
|
|
1570
1384
|
*/
|
|
@@ -1575,12 +1389,6 @@ export interface RuleGroup {
|
|
|
1575
1389
|
*/
|
|
1576
1390
|
StatefulRuleOptions?: StatefulRuleOptions;
|
|
1577
1391
|
}
|
|
1578
|
-
export declare namespace RuleGroup {
|
|
1579
|
-
/**
|
|
1580
|
-
* @internal
|
|
1581
|
-
*/
|
|
1582
|
-
const filterSensitiveLog: (obj: RuleGroup) => any;
|
|
1583
|
-
}
|
|
1584
1392
|
/**
|
|
1585
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>
|
|
1586
1394
|
*/
|
|
@@ -1594,12 +1402,6 @@ export interface SourceMetadata {
|
|
|
1594
1402
|
*/
|
|
1595
1403
|
SourceUpdateToken?: string;
|
|
1596
1404
|
}
|
|
1597
|
-
export declare namespace SourceMetadata {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: SourceMetadata) => any;
|
|
1602
|
-
}
|
|
1603
1405
|
export declare enum RuleGroupType {
|
|
1604
1406
|
STATEFUL = "STATEFUL",
|
|
1605
1407
|
STATELESS = "STATELESS"
|
|
@@ -1701,12 +1503,6 @@ export interface CreateRuleGroupRequest {
|
|
|
1701
1503
|
*/
|
|
1702
1504
|
SourceMetadata?: SourceMetadata;
|
|
1703
1505
|
}
|
|
1704
|
-
export declare namespace CreateRuleGroupRequest {
|
|
1705
|
-
/**
|
|
1706
|
-
* @internal
|
|
1707
|
-
*/
|
|
1708
|
-
const filterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
1709
|
-
}
|
|
1710
1506
|
/**
|
|
1711
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>
|
|
1712
1508
|
*/
|
|
@@ -1781,12 +1577,6 @@ export interface RuleGroupResponse {
|
|
|
1781
1577
|
*/
|
|
1782
1578
|
LastModifiedTime?: Date;
|
|
1783
1579
|
}
|
|
1784
|
-
export declare namespace RuleGroupResponse {
|
|
1785
|
-
/**
|
|
1786
|
-
* @internal
|
|
1787
|
-
*/
|
|
1788
|
-
const filterSensitiveLog: (obj: RuleGroupResponse) => any;
|
|
1789
|
-
}
|
|
1790
1580
|
export interface CreateRuleGroupResponse {
|
|
1791
1581
|
/**
|
|
1792
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>
|
|
@@ -1798,12 +1588,6 @@ export interface CreateRuleGroupResponse {
|
|
|
1798
1588
|
*/
|
|
1799
1589
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
1800
1590
|
}
|
|
1801
|
-
export declare namespace CreateRuleGroupResponse {
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
|
-
const filterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
1806
|
-
}
|
|
1807
1591
|
export interface DeleteFirewallRequest {
|
|
1808
1592
|
/**
|
|
1809
1593
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -1816,12 +1600,6 @@ export interface DeleteFirewallRequest {
|
|
|
1816
1600
|
*/
|
|
1817
1601
|
FirewallArn?: string;
|
|
1818
1602
|
}
|
|
1819
|
-
export declare namespace DeleteFirewallRequest {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
|
-
const filterSensitiveLog: (obj: DeleteFirewallRequest) => any;
|
|
1824
|
-
}
|
|
1825
1603
|
export interface DeleteFirewallResponse {
|
|
1826
1604
|
/**
|
|
1827
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>
|
|
@@ -1835,12 +1613,6 @@ export interface DeleteFirewallResponse {
|
|
|
1835
1613
|
*/
|
|
1836
1614
|
FirewallStatus?: FirewallStatus;
|
|
1837
1615
|
}
|
|
1838
|
-
export declare namespace DeleteFirewallResponse {
|
|
1839
|
-
/**
|
|
1840
|
-
* @internal
|
|
1841
|
-
*/
|
|
1842
|
-
const filterSensitiveLog: (obj: DeleteFirewallResponse) => any;
|
|
1843
|
-
}
|
|
1844
1616
|
/**
|
|
1845
1617
|
* <p>The operation you requested isn't supported by Network Firewall. </p>
|
|
1846
1618
|
*/
|
|
@@ -1865,12 +1637,6 @@ export interface DeleteFirewallPolicyRequest {
|
|
|
1865
1637
|
*/
|
|
1866
1638
|
FirewallPolicyArn?: string;
|
|
1867
1639
|
}
|
|
1868
|
-
export declare namespace DeleteFirewallPolicyRequest {
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
|
-
const filterSensitiveLog: (obj: DeleteFirewallPolicyRequest) => any;
|
|
1873
|
-
}
|
|
1874
1640
|
export interface DeleteFirewallPolicyResponse {
|
|
1875
1641
|
/**
|
|
1876
1642
|
* <p>The object containing the definition of the <a>FirewallPolicyResponse</a>
|
|
@@ -1878,32 +1644,14 @@ export interface DeleteFirewallPolicyResponse {
|
|
|
1878
1644
|
*/
|
|
1879
1645
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
1880
1646
|
}
|
|
1881
|
-
export declare namespace DeleteFirewallPolicyResponse {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
const filterSensitiveLog: (obj: DeleteFirewallPolicyResponse) => any;
|
|
1886
|
-
}
|
|
1887
1647
|
export interface DeleteResourcePolicyRequest {
|
|
1888
1648
|
/**
|
|
1889
1649
|
* <p>The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to delete. </p>
|
|
1890
1650
|
*/
|
|
1891
1651
|
ResourceArn: string | undefined;
|
|
1892
1652
|
}
|
|
1893
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
1894
|
-
/**
|
|
1895
|
-
* @internal
|
|
1896
|
-
*/
|
|
1897
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1898
|
-
}
|
|
1899
1653
|
export interface DeleteResourcePolicyResponse {
|
|
1900
1654
|
}
|
|
1901
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
1902
|
-
/**
|
|
1903
|
-
* @internal
|
|
1904
|
-
*/
|
|
1905
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1906
|
-
}
|
|
1907
1655
|
/**
|
|
1908
1656
|
* <p>The policy statement failed validation.</p>
|
|
1909
1657
|
*/
|
|
@@ -1936,24 +1684,12 @@ export interface DeleteRuleGroupRequest {
|
|
|
1936
1684
|
*/
|
|
1937
1685
|
Type?: RuleGroupType | string;
|
|
1938
1686
|
}
|
|
1939
|
-
export declare namespace DeleteRuleGroupRequest {
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
1944
|
-
}
|
|
1945
1687
|
export interface DeleteRuleGroupResponse {
|
|
1946
1688
|
/**
|
|
1947
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>
|
|
1948
1690
|
*/
|
|
1949
1691
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
1950
1692
|
}
|
|
1951
|
-
export declare namespace DeleteRuleGroupResponse {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
1956
|
-
}
|
|
1957
1693
|
export interface DescribeFirewallRequest {
|
|
1958
1694
|
/**
|
|
1959
1695
|
* <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
|
|
@@ -1966,12 +1702,6 @@ export interface DescribeFirewallRequest {
|
|
|
1966
1702
|
*/
|
|
1967
1703
|
FirewallArn?: string;
|
|
1968
1704
|
}
|
|
1969
|
-
export declare namespace DescribeFirewallRequest {
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
const filterSensitiveLog: (obj: DescribeFirewallRequest) => any;
|
|
1974
|
-
}
|
|
1975
1705
|
export interface DescribeFirewallResponse {
|
|
1976
1706
|
/**
|
|
1977
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>
|
|
@@ -1988,12 +1718,6 @@ export interface DescribeFirewallResponse {
|
|
|
1988
1718
|
*/
|
|
1989
1719
|
FirewallStatus?: FirewallStatus;
|
|
1990
1720
|
}
|
|
1991
|
-
export declare namespace DescribeFirewallResponse {
|
|
1992
|
-
/**
|
|
1993
|
-
* @internal
|
|
1994
|
-
*/
|
|
1995
|
-
const filterSensitiveLog: (obj: DescribeFirewallResponse) => any;
|
|
1996
|
-
}
|
|
1997
1721
|
export interface DescribeFirewallPolicyRequest {
|
|
1998
1722
|
/**
|
|
1999
1723
|
* <p>The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.</p>
|
|
@@ -2006,12 +1730,6 @@ export interface DescribeFirewallPolicyRequest {
|
|
|
2006
1730
|
*/
|
|
2007
1731
|
FirewallPolicyArn?: string;
|
|
2008
1732
|
}
|
|
2009
|
-
export declare namespace DescribeFirewallPolicyRequest {
|
|
2010
|
-
/**
|
|
2011
|
-
* @internal
|
|
2012
|
-
*/
|
|
2013
|
-
const filterSensitiveLog: (obj: DescribeFirewallPolicyRequest) => any;
|
|
2014
|
-
}
|
|
2015
1733
|
export interface DescribeFirewallPolicyResponse {
|
|
2016
1734
|
/**
|
|
2017
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>
|
|
@@ -2027,12 +1745,6 @@ export interface DescribeFirewallPolicyResponse {
|
|
|
2027
1745
|
*/
|
|
2028
1746
|
FirewallPolicy?: FirewallPolicy;
|
|
2029
1747
|
}
|
|
2030
|
-
export declare namespace DescribeFirewallPolicyResponse {
|
|
2031
|
-
/**
|
|
2032
|
-
* @internal
|
|
2033
|
-
*/
|
|
2034
|
-
const filterSensitiveLog: (obj: DescribeFirewallPolicyResponse) => any;
|
|
2035
|
-
}
|
|
2036
1748
|
export interface DescribeLoggingConfigurationRequest {
|
|
2037
1749
|
/**
|
|
2038
1750
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2045,12 +1757,6 @@ export interface DescribeLoggingConfigurationRequest {
|
|
|
2045
1757
|
*/
|
|
2046
1758
|
FirewallName?: string;
|
|
2047
1759
|
}
|
|
2048
|
-
export declare namespace DescribeLoggingConfigurationRequest {
|
|
2049
|
-
/**
|
|
2050
|
-
* @internal
|
|
2051
|
-
*/
|
|
2052
|
-
const filterSensitiveLog: (obj: DescribeLoggingConfigurationRequest) => any;
|
|
2053
|
-
}
|
|
2054
1760
|
export declare enum LogDestinationType {
|
|
2055
1761
|
CLOUDWATCH_LOGS = "CloudWatchLogs",
|
|
2056
1762
|
KINESIS_DATA_FIREHOSE = "KinesisDataFirehose",
|
|
@@ -2114,12 +1820,6 @@ export interface LogDestinationConfig {
|
|
|
2114
1820
|
*/
|
|
2115
1821
|
LogDestination: Record<string, string> | undefined;
|
|
2116
1822
|
}
|
|
2117
|
-
export declare namespace LogDestinationConfig {
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
const filterSensitiveLog: (obj: LogDestinationConfig) => any;
|
|
2122
|
-
}
|
|
2123
1823
|
/**
|
|
2124
1824
|
* <p>Defines how Network Firewall performs logging for a <a>Firewall</a>. </p>
|
|
2125
1825
|
*/
|
|
@@ -2130,12 +1830,6 @@ export interface LoggingConfiguration {
|
|
|
2130
1830
|
*/
|
|
2131
1831
|
LogDestinationConfigs: LogDestinationConfig[] | undefined;
|
|
2132
1832
|
}
|
|
2133
|
-
export declare namespace LoggingConfiguration {
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
2138
|
-
}
|
|
2139
1833
|
export interface DescribeLoggingConfigurationResponse {
|
|
2140
1834
|
/**
|
|
2141
1835
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2146,36 +1840,18 @@ export interface DescribeLoggingConfigurationResponse {
|
|
|
2146
1840
|
*/
|
|
2147
1841
|
LoggingConfiguration?: LoggingConfiguration;
|
|
2148
1842
|
}
|
|
2149
|
-
export declare namespace DescribeLoggingConfigurationResponse {
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
const filterSensitiveLog: (obj: DescribeLoggingConfigurationResponse) => any;
|
|
2154
|
-
}
|
|
2155
1843
|
export interface DescribeResourcePolicyRequest {
|
|
2156
1844
|
/**
|
|
2157
1845
|
* <p>The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve. </p>
|
|
2158
1846
|
*/
|
|
2159
1847
|
ResourceArn: string | undefined;
|
|
2160
1848
|
}
|
|
2161
|
-
export declare namespace DescribeResourcePolicyRequest {
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
2166
|
-
}
|
|
2167
1849
|
export interface DescribeResourcePolicyResponse {
|
|
2168
1850
|
/**
|
|
2169
1851
|
* <p>The IAM policy for the resource. </p>
|
|
2170
1852
|
*/
|
|
2171
1853
|
Policy?: string;
|
|
2172
1854
|
}
|
|
2173
|
-
export declare namespace DescribeResourcePolicyResponse {
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
2178
|
-
}
|
|
2179
1855
|
export interface DescribeRuleGroupRequest {
|
|
2180
1856
|
/**
|
|
2181
1857
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2196,12 +1872,6 @@ export interface DescribeRuleGroupRequest {
|
|
|
2196
1872
|
*/
|
|
2197
1873
|
Type?: RuleGroupType | string;
|
|
2198
1874
|
}
|
|
2199
|
-
export declare namespace DescribeRuleGroupRequest {
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupRequest) => any;
|
|
2204
|
-
}
|
|
2205
1875
|
export interface DescribeRuleGroupResponse {
|
|
2206
1876
|
/**
|
|
2207
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>
|
|
@@ -2222,12 +1892,6 @@ export interface DescribeRuleGroupResponse {
|
|
|
2222
1892
|
*/
|
|
2223
1893
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
2224
1894
|
}
|
|
2225
|
-
export declare namespace DescribeRuleGroupResponse {
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupResponse) => any;
|
|
2230
|
-
}
|
|
2231
1895
|
export interface DescribeRuleGroupMetadataRequest {
|
|
2232
1896
|
/**
|
|
2233
1897
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2248,12 +1912,6 @@ export interface DescribeRuleGroupMetadataRequest {
|
|
|
2248
1912
|
*/
|
|
2249
1913
|
Type?: RuleGroupType | string;
|
|
2250
1914
|
}
|
|
2251
|
-
export declare namespace DescribeRuleGroupMetadataRequest {
|
|
2252
|
-
/**
|
|
2253
|
-
* @internal
|
|
2254
|
-
*/
|
|
2255
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataRequest) => any;
|
|
2256
|
-
}
|
|
2257
1915
|
export interface DescribeRuleGroupMetadataResponse {
|
|
2258
1916
|
/**
|
|
2259
1917
|
* <p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p>
|
|
@@ -2295,12 +1953,6 @@ export interface DescribeRuleGroupMetadataResponse {
|
|
|
2295
1953
|
*/
|
|
2296
1954
|
LastModifiedTime?: Date;
|
|
2297
1955
|
}
|
|
2298
|
-
export declare namespace DescribeRuleGroupMetadataResponse {
|
|
2299
|
-
/**
|
|
2300
|
-
* @internal
|
|
2301
|
-
*/
|
|
2302
|
-
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataResponse) => any;
|
|
2303
|
-
}
|
|
2304
1956
|
export interface DisassociateSubnetsRequest {
|
|
2305
1957
|
/**
|
|
2306
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>
|
|
@@ -2323,12 +1975,6 @@ export interface DisassociateSubnetsRequest {
|
|
|
2323
1975
|
*/
|
|
2324
1976
|
SubnetIds: string[] | undefined;
|
|
2325
1977
|
}
|
|
2326
|
-
export declare namespace DisassociateSubnetsRequest {
|
|
2327
|
-
/**
|
|
2328
|
-
* @internal
|
|
2329
|
-
*/
|
|
2330
|
-
const filterSensitiveLog: (obj: DisassociateSubnetsRequest) => any;
|
|
2331
|
-
}
|
|
2332
1978
|
export interface DisassociateSubnetsResponse {
|
|
2333
1979
|
/**
|
|
2334
1980
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2349,12 +1995,6 @@ export interface DisassociateSubnetsResponse {
|
|
|
2349
1995
|
*/
|
|
2350
1996
|
UpdateToken?: string;
|
|
2351
1997
|
}
|
|
2352
|
-
export declare namespace DisassociateSubnetsResponse {
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
*/
|
|
2356
|
-
const filterSensitiveLog: (obj: DisassociateSubnetsResponse) => any;
|
|
2357
|
-
}
|
|
2358
1998
|
/**
|
|
2359
1999
|
* <p>High-level information about a firewall, returned by operations like create and
|
|
2360
2000
|
* describe. You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2370,12 +2010,6 @@ export interface FirewallMetadata {
|
|
|
2370
2010
|
*/
|
|
2371
2011
|
FirewallArn?: string;
|
|
2372
2012
|
}
|
|
2373
|
-
export declare namespace FirewallMetadata {
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
const filterSensitiveLog: (obj: FirewallMetadata) => any;
|
|
2378
|
-
}
|
|
2379
2013
|
/**
|
|
2380
2014
|
* <p>High-level information about a firewall policy, returned by operations like create and
|
|
2381
2015
|
* describe. You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2391,12 +2025,6 @@ export interface FirewallPolicyMetadata {
|
|
|
2391
2025
|
*/
|
|
2392
2026
|
Arn?: string;
|
|
2393
2027
|
}
|
|
2394
|
-
export declare namespace FirewallPolicyMetadata {
|
|
2395
|
-
/**
|
|
2396
|
-
* @internal
|
|
2397
|
-
*/
|
|
2398
|
-
const filterSensitiveLog: (obj: FirewallPolicyMetadata) => any;
|
|
2399
|
-
}
|
|
2400
2028
|
export interface ListFirewallPoliciesRequest {
|
|
2401
2029
|
/**
|
|
2402
2030
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2411,12 +2039,6 @@ export interface ListFirewallPoliciesRequest {
|
|
|
2411
2039
|
*/
|
|
2412
2040
|
MaxResults?: number;
|
|
2413
2041
|
}
|
|
2414
|
-
export declare namespace ListFirewallPoliciesRequest {
|
|
2415
|
-
/**
|
|
2416
|
-
* @internal
|
|
2417
|
-
*/
|
|
2418
|
-
const filterSensitiveLog: (obj: ListFirewallPoliciesRequest) => any;
|
|
2419
|
-
}
|
|
2420
2042
|
export interface ListFirewallPoliciesResponse {
|
|
2421
2043
|
/**
|
|
2422
2044
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2430,12 +2052,6 @@ export interface ListFirewallPoliciesResponse {
|
|
|
2430
2052
|
*/
|
|
2431
2053
|
FirewallPolicies?: FirewallPolicyMetadata[];
|
|
2432
2054
|
}
|
|
2433
|
-
export declare namespace ListFirewallPoliciesResponse {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
const filterSensitiveLog: (obj: ListFirewallPoliciesResponse) => any;
|
|
2438
|
-
}
|
|
2439
2055
|
export interface ListFirewallsRequest {
|
|
2440
2056
|
/**
|
|
2441
2057
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2455,12 +2071,6 @@ export interface ListFirewallsRequest {
|
|
|
2455
2071
|
*/
|
|
2456
2072
|
MaxResults?: number;
|
|
2457
2073
|
}
|
|
2458
|
-
export declare namespace ListFirewallsRequest {
|
|
2459
|
-
/**
|
|
2460
|
-
* @internal
|
|
2461
|
-
*/
|
|
2462
|
-
const filterSensitiveLog: (obj: ListFirewallsRequest) => any;
|
|
2463
|
-
}
|
|
2464
2074
|
export interface ListFirewallsResponse {
|
|
2465
2075
|
/**
|
|
2466
2076
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2475,12 +2085,6 @@ export interface ListFirewallsResponse {
|
|
|
2475
2085
|
*/
|
|
2476
2086
|
Firewalls?: FirewallMetadata[];
|
|
2477
2087
|
}
|
|
2478
|
-
export declare namespace ListFirewallsResponse {
|
|
2479
|
-
/**
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
2482
|
-
const filterSensitiveLog: (obj: ListFirewallsResponse) => any;
|
|
2483
|
-
}
|
|
2484
2088
|
export declare enum ResourceManagedType {
|
|
2485
2089
|
AWS_MANAGED_DOMAIN_LISTS = "AWS_MANAGED_DOMAIN_LISTS",
|
|
2486
2090
|
AWS_MANAGED_THREAT_SIGNATURES = "AWS_MANAGED_THREAT_SIGNATURES"
|
|
@@ -2517,12 +2121,6 @@ export interface ListRuleGroupsRequest {
|
|
|
2517
2121
|
*/
|
|
2518
2122
|
Type?: RuleGroupType | string;
|
|
2519
2123
|
}
|
|
2520
|
-
export declare namespace ListRuleGroupsRequest {
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
const filterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
2525
|
-
}
|
|
2526
2124
|
/**
|
|
2527
2125
|
* <p>High-level information about a rule group, returned by <a>ListRuleGroups</a>.
|
|
2528
2126
|
* You can use the information provided in the metadata to retrieve and manage a
|
|
@@ -2538,12 +2136,6 @@ export interface RuleGroupMetadata {
|
|
|
2538
2136
|
*/
|
|
2539
2137
|
Arn?: string;
|
|
2540
2138
|
}
|
|
2541
|
-
export declare namespace RuleGroupMetadata {
|
|
2542
|
-
/**
|
|
2543
|
-
* @internal
|
|
2544
|
-
*/
|
|
2545
|
-
const filterSensitiveLog: (obj: RuleGroupMetadata) => any;
|
|
2546
|
-
}
|
|
2547
2139
|
export interface ListRuleGroupsResponse {
|
|
2548
2140
|
/**
|
|
2549
2141
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2557,12 +2149,6 @@ export interface ListRuleGroupsResponse {
|
|
|
2557
2149
|
*/
|
|
2558
2150
|
RuleGroups?: RuleGroupMetadata[];
|
|
2559
2151
|
}
|
|
2560
|
-
export declare namespace ListRuleGroupsResponse {
|
|
2561
|
-
/**
|
|
2562
|
-
* @internal
|
|
2563
|
-
*/
|
|
2564
|
-
const filterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
2565
|
-
}
|
|
2566
2152
|
export interface ListTagsForResourceRequest {
|
|
2567
2153
|
/**
|
|
2568
2154
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2581,12 +2167,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2581
2167
|
*/
|
|
2582
2168
|
ResourceArn: string | undefined;
|
|
2583
2169
|
}
|
|
2584
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2589
|
-
}
|
|
2590
2170
|
export interface ListTagsForResourceResponse {
|
|
2591
2171
|
/**
|
|
2592
2172
|
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
|
|
@@ -2599,12 +2179,6 @@ export interface ListTagsForResourceResponse {
|
|
|
2599
2179
|
*/
|
|
2600
2180
|
Tags?: Tag[];
|
|
2601
2181
|
}
|
|
2602
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2603
|
-
/**
|
|
2604
|
-
* @internal
|
|
2605
|
-
*/
|
|
2606
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2607
|
-
}
|
|
2608
2182
|
/**
|
|
2609
2183
|
* <p>Unable to send logs to a configured logging destination. </p>
|
|
2610
2184
|
*/
|
|
@@ -2656,20 +2230,8 @@ export interface PutResourcePolicyRequest {
|
|
|
2656
2230
|
*/
|
|
2657
2231
|
Policy: string | undefined;
|
|
2658
2232
|
}
|
|
2659
|
-
export declare namespace PutResourcePolicyRequest {
|
|
2660
|
-
/**
|
|
2661
|
-
* @internal
|
|
2662
|
-
*/
|
|
2663
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2664
|
-
}
|
|
2665
2233
|
export interface PutResourcePolicyResponse {
|
|
2666
2234
|
}
|
|
2667
|
-
export declare namespace PutResourcePolicyResponse {
|
|
2668
|
-
/**
|
|
2669
|
-
* @internal
|
|
2670
|
-
*/
|
|
2671
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2672
|
-
}
|
|
2673
2235
|
export interface TagResourceRequest {
|
|
2674
2236
|
/**
|
|
2675
2237
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2680,20 +2242,8 @@ export interface TagResourceRequest {
|
|
|
2680
2242
|
*/
|
|
2681
2243
|
Tags: Tag[] | undefined;
|
|
2682
2244
|
}
|
|
2683
|
-
export declare namespace TagResourceRequest {
|
|
2684
|
-
/**
|
|
2685
|
-
* @internal
|
|
2686
|
-
*/
|
|
2687
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2688
|
-
}
|
|
2689
2245
|
export interface TagResourceResponse {
|
|
2690
2246
|
}
|
|
2691
|
-
export declare namespace TagResourceResponse {
|
|
2692
|
-
/**
|
|
2693
|
-
* @internal
|
|
2694
|
-
*/
|
|
2695
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2696
|
-
}
|
|
2697
2247
|
export interface UntagResourceRequest {
|
|
2698
2248
|
/**
|
|
2699
2249
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2704,20 +2254,8 @@ export interface UntagResourceRequest {
|
|
|
2704
2254
|
*/
|
|
2705
2255
|
TagKeys: string[] | undefined;
|
|
2706
2256
|
}
|
|
2707
|
-
export declare namespace UntagResourceRequest {
|
|
2708
|
-
/**
|
|
2709
|
-
* @internal
|
|
2710
|
-
*/
|
|
2711
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2712
|
-
}
|
|
2713
2257
|
export interface UntagResourceResponse {
|
|
2714
2258
|
}
|
|
2715
|
-
export declare namespace UntagResourceResponse {
|
|
2716
|
-
/**
|
|
2717
|
-
* @internal
|
|
2718
|
-
*/
|
|
2719
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2720
|
-
}
|
|
2721
2259
|
/**
|
|
2722
2260
|
* <p>Unable to change the resource because your account doesn't own it. </p>
|
|
2723
2261
|
*/
|
|
@@ -2754,12 +2292,6 @@ export interface UpdateFirewallDeleteProtectionRequest {
|
|
|
2754
2292
|
*/
|
|
2755
2293
|
DeleteProtection: boolean | undefined;
|
|
2756
2294
|
}
|
|
2757
|
-
export declare namespace UpdateFirewallDeleteProtectionRequest {
|
|
2758
|
-
/**
|
|
2759
|
-
* @internal
|
|
2760
|
-
*/
|
|
2761
|
-
const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionRequest) => any;
|
|
2762
|
-
}
|
|
2763
2295
|
export interface UpdateFirewallDeleteProtectionResponse {
|
|
2764
2296
|
/**
|
|
2765
2297
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2782,12 +2314,6 @@ export interface UpdateFirewallDeleteProtectionResponse {
|
|
|
2782
2314
|
*/
|
|
2783
2315
|
UpdateToken?: string;
|
|
2784
2316
|
}
|
|
2785
|
-
export declare namespace UpdateFirewallDeleteProtectionResponse {
|
|
2786
|
-
/**
|
|
2787
|
-
* @internal
|
|
2788
|
-
*/
|
|
2789
|
-
const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionResponse) => any;
|
|
2790
|
-
}
|
|
2791
2317
|
export interface UpdateFirewallDescriptionRequest {
|
|
2792
2318
|
/**
|
|
2793
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>
|
|
@@ -2811,12 +2337,6 @@ export interface UpdateFirewallDescriptionRequest {
|
|
|
2811
2337
|
*/
|
|
2812
2338
|
Description?: string;
|
|
2813
2339
|
}
|
|
2814
|
-
export declare namespace UpdateFirewallDescriptionRequest {
|
|
2815
|
-
/**
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
2818
|
-
const filterSensitiveLog: (obj: UpdateFirewallDescriptionRequest) => any;
|
|
2819
|
-
}
|
|
2820
2340
|
export interface UpdateFirewallDescriptionResponse {
|
|
2821
2341
|
/**
|
|
2822
2342
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2837,12 +2357,6 @@ export interface UpdateFirewallDescriptionResponse {
|
|
|
2837
2357
|
*/
|
|
2838
2358
|
UpdateToken?: string;
|
|
2839
2359
|
}
|
|
2840
|
-
export declare namespace UpdateFirewallDescriptionResponse {
|
|
2841
|
-
/**
|
|
2842
|
-
* @internal
|
|
2843
|
-
*/
|
|
2844
|
-
const filterSensitiveLog: (obj: UpdateFirewallDescriptionResponse) => any;
|
|
2845
|
-
}
|
|
2846
2360
|
export interface UpdateFirewallEncryptionConfigurationRequest {
|
|
2847
2361
|
/**
|
|
2848
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>
|
|
@@ -2863,12 +2377,6 @@ export interface UpdateFirewallEncryptionConfigurationRequest {
|
|
|
2863
2377
|
*/
|
|
2864
2378
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2865
2379
|
}
|
|
2866
|
-
export declare namespace UpdateFirewallEncryptionConfigurationRequest {
|
|
2867
|
-
/**
|
|
2868
|
-
* @internal
|
|
2869
|
-
*/
|
|
2870
|
-
const filterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationRequest) => any;
|
|
2871
|
-
}
|
|
2872
2380
|
export interface UpdateFirewallEncryptionConfigurationResponse {
|
|
2873
2381
|
/**
|
|
2874
2382
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -2889,12 +2397,6 @@ export interface UpdateFirewallEncryptionConfigurationResponse {
|
|
|
2889
2397
|
*/
|
|
2890
2398
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2891
2399
|
}
|
|
2892
|
-
export declare namespace UpdateFirewallEncryptionConfigurationResponse {
|
|
2893
|
-
/**
|
|
2894
|
-
* @internal
|
|
2895
|
-
*/
|
|
2896
|
-
const filterSensitiveLog: (obj: UpdateFirewallEncryptionConfigurationResponse) => any;
|
|
2897
|
-
}
|
|
2898
2400
|
export interface UpdateFirewallPolicyRequest {
|
|
2899
2401
|
/**
|
|
2900
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>
|
|
@@ -2933,12 +2435,6 @@ export interface UpdateFirewallPolicyRequest {
|
|
|
2933
2435
|
*/
|
|
2934
2436
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2935
2437
|
}
|
|
2936
|
-
export declare namespace UpdateFirewallPolicyRequest {
|
|
2937
|
-
/**
|
|
2938
|
-
* @internal
|
|
2939
|
-
*/
|
|
2940
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyRequest) => any;
|
|
2941
|
-
}
|
|
2942
2438
|
export interface UpdateFirewallPolicyResponse {
|
|
2943
2439
|
/**
|
|
2944
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>
|
|
@@ -2950,12 +2446,6 @@ export interface UpdateFirewallPolicyResponse {
|
|
|
2950
2446
|
*/
|
|
2951
2447
|
FirewallPolicyResponse: FirewallPolicyResponse | undefined;
|
|
2952
2448
|
}
|
|
2953
|
-
export declare namespace UpdateFirewallPolicyResponse {
|
|
2954
|
-
/**
|
|
2955
|
-
* @internal
|
|
2956
|
-
*/
|
|
2957
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyResponse) => any;
|
|
2958
|
-
}
|
|
2959
2449
|
export interface UpdateFirewallPolicyChangeProtectionRequest {
|
|
2960
2450
|
/**
|
|
2961
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>
|
|
@@ -2980,12 +2470,6 @@ export interface UpdateFirewallPolicyChangeProtectionRequest {
|
|
|
2980
2470
|
*/
|
|
2981
2471
|
FirewallPolicyChangeProtection: boolean | undefined;
|
|
2982
2472
|
}
|
|
2983
|
-
export declare namespace UpdateFirewallPolicyChangeProtectionRequest {
|
|
2984
|
-
/**
|
|
2985
|
-
* @internal
|
|
2986
|
-
*/
|
|
2987
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionRequest) => any;
|
|
2988
|
-
}
|
|
2989
2473
|
export interface UpdateFirewallPolicyChangeProtectionResponse {
|
|
2990
2474
|
/**
|
|
2991
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>
|
|
@@ -3008,12 +2492,6 @@ export interface UpdateFirewallPolicyChangeProtectionResponse {
|
|
|
3008
2492
|
*/
|
|
3009
2493
|
FirewallPolicyChangeProtection?: boolean;
|
|
3010
2494
|
}
|
|
3011
|
-
export declare namespace UpdateFirewallPolicyChangeProtectionResponse {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionResponse) => any;
|
|
3016
|
-
}
|
|
3017
2495
|
export interface UpdateLoggingConfigurationRequest {
|
|
3018
2496
|
/**
|
|
3019
2497
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -3031,12 +2509,6 @@ export interface UpdateLoggingConfigurationRequest {
|
|
|
3031
2509
|
*/
|
|
3032
2510
|
LoggingConfiguration?: LoggingConfiguration;
|
|
3033
2511
|
}
|
|
3034
|
-
export declare namespace UpdateLoggingConfigurationRequest {
|
|
3035
|
-
/**
|
|
3036
|
-
* @internal
|
|
3037
|
-
*/
|
|
3038
|
-
const filterSensitiveLog: (obj: UpdateLoggingConfigurationRequest) => any;
|
|
3039
|
-
}
|
|
3040
2512
|
export interface UpdateLoggingConfigurationResponse {
|
|
3041
2513
|
/**
|
|
3042
2514
|
* <p>The Amazon Resource Name (ARN) of the firewall.</p>
|
|
@@ -3051,12 +2523,6 @@ export interface UpdateLoggingConfigurationResponse {
|
|
|
3051
2523
|
*/
|
|
3052
2524
|
LoggingConfiguration?: LoggingConfiguration;
|
|
3053
2525
|
}
|
|
3054
|
-
export declare namespace UpdateLoggingConfigurationResponse {
|
|
3055
|
-
/**
|
|
3056
|
-
* @internal
|
|
3057
|
-
*/
|
|
3058
|
-
const filterSensitiveLog: (obj: UpdateLoggingConfigurationResponse) => any;
|
|
3059
|
-
}
|
|
3060
2526
|
export interface UpdateRuleGroupRequest {
|
|
3061
2527
|
/**
|
|
3062
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>
|
|
@@ -3120,12 +2586,6 @@ export interface UpdateRuleGroupRequest {
|
|
|
3120
2586
|
*/
|
|
3121
2587
|
SourceMetadata?: SourceMetadata;
|
|
3122
2588
|
}
|
|
3123
|
-
export declare namespace UpdateRuleGroupRequest {
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
3128
|
-
}
|
|
3129
2589
|
export interface UpdateRuleGroupResponse {
|
|
3130
2590
|
/**
|
|
3131
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>
|
|
@@ -3137,12 +2597,6 @@ export interface UpdateRuleGroupResponse {
|
|
|
3137
2597
|
*/
|
|
3138
2598
|
RuleGroupResponse: RuleGroupResponse | undefined;
|
|
3139
2599
|
}
|
|
3140
|
-
export declare namespace UpdateRuleGroupResponse {
|
|
3141
|
-
/**
|
|
3142
|
-
* @internal
|
|
3143
|
-
*/
|
|
3144
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
3145
|
-
}
|
|
3146
2600
|
export interface UpdateSubnetChangeProtectionRequest {
|
|
3147
2601
|
/**
|
|
3148
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>
|
|
@@ -3167,12 +2621,6 @@ export interface UpdateSubnetChangeProtectionRequest {
|
|
|
3167
2621
|
*/
|
|
3168
2622
|
SubnetChangeProtection: boolean | undefined;
|
|
3169
2623
|
}
|
|
3170
|
-
export declare namespace UpdateSubnetChangeProtectionRequest {
|
|
3171
|
-
/**
|
|
3172
|
-
* @internal
|
|
3173
|
-
*/
|
|
3174
|
-
const filterSensitiveLog: (obj: UpdateSubnetChangeProtectionRequest) => any;
|
|
3175
|
-
}
|
|
3176
2624
|
export interface UpdateSubnetChangeProtectionResponse {
|
|
3177
2625
|
/**
|
|
3178
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>
|
|
@@ -3195,9 +2643,439 @@ export interface UpdateSubnetChangeProtectionResponse {
|
|
|
3195
2643
|
*/
|
|
3196
2644
|
SubnetChangeProtection?: boolean;
|
|
3197
2645
|
}
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
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;
|