@aws-sdk/client-network-firewall 3.47.1 → 3.50.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.
Files changed (50) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/NetworkFirewall.d.ts +0 -155
  4. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +0 -103
  5. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +0 -30
  36. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  37. package/dist-types/ts3.4/index.d.ts +0 -5
  38. package/dist-types/ts3.4/models/index.d.ts +0 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +0 -1400
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  41. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +0 -4
  42. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +0 -4
  44. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +0 -5
  46. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -92
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,1400 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface Dimension {
4
-
5
- Value: string | undefined;
6
- }
7
- export declare namespace Dimension {
8
-
9
- const filterSensitiveLog: (obj: Dimension) => any;
10
- }
11
-
12
- export interface PublishMetricAction {
13
-
14
- Dimensions: Dimension[] | undefined;
15
- }
16
- export declare namespace PublishMetricAction {
17
-
18
- const filterSensitiveLog: (obj: PublishMetricAction) => any;
19
- }
20
-
21
- export interface ActionDefinition {
22
-
23
- PublishMetricAction?: PublishMetricAction;
24
- }
25
- export declare namespace ActionDefinition {
26
-
27
- const filterSensitiveLog: (obj: ActionDefinition) => any;
28
- }
29
-
30
- export interface Address {
31
-
32
- AddressDefinition: string | undefined;
33
- }
34
- export declare namespace Address {
35
-
36
- const filterSensitiveLog: (obj: Address) => any;
37
- }
38
- export interface AssociateFirewallPolicyRequest {
39
-
40
- UpdateToken?: string;
41
-
42
- FirewallArn?: string;
43
-
44
- FirewallName?: string;
45
-
46
- FirewallPolicyArn: string | undefined;
47
- }
48
- export declare namespace AssociateFirewallPolicyRequest {
49
-
50
- const filterSensitiveLog: (obj: AssociateFirewallPolicyRequest) => any;
51
- }
52
- export interface AssociateFirewallPolicyResponse {
53
-
54
- FirewallArn?: string;
55
-
56
- FirewallName?: string;
57
-
58
- FirewallPolicyArn?: string;
59
-
60
- UpdateToken?: string;
61
- }
62
- export declare namespace AssociateFirewallPolicyResponse {
63
-
64
- const filterSensitiveLog: (obj: AssociateFirewallPolicyResponse) => any;
65
- }
66
-
67
- export interface InternalServerError extends __SmithyException, $MetadataBearer {
68
- name: "InternalServerError";
69
- $fault: "server";
70
- Message?: string;
71
- }
72
-
73
- export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
74
- name: "InvalidOperationException";
75
- $fault: "client";
76
- Message?: string;
77
- }
78
-
79
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
80
- name: "InvalidRequestException";
81
- $fault: "client";
82
- Message?: string;
83
- }
84
-
85
- export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
86
- name: "InvalidTokenException";
87
- $fault: "client";
88
- Message?: string;
89
- }
90
-
91
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
92
- name: "ResourceNotFoundException";
93
- $fault: "client";
94
- Message?: string;
95
- }
96
-
97
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
98
- name: "ThrottlingException";
99
- $fault: "client";
100
- Message?: string;
101
- }
102
-
103
- export interface SubnetMapping {
104
-
105
- SubnetId: string | undefined;
106
- }
107
- export declare namespace SubnetMapping {
108
-
109
- const filterSensitiveLog: (obj: SubnetMapping) => any;
110
- }
111
- export interface AssociateSubnetsRequest {
112
-
113
- UpdateToken?: string;
114
-
115
- FirewallArn?: string;
116
-
117
- FirewallName?: string;
118
-
119
- SubnetMappings: SubnetMapping[] | undefined;
120
- }
121
- export declare namespace AssociateSubnetsRequest {
122
-
123
- const filterSensitiveLog: (obj: AssociateSubnetsRequest) => any;
124
- }
125
- export interface AssociateSubnetsResponse {
126
-
127
- FirewallArn?: string;
128
-
129
- FirewallName?: string;
130
-
131
- SubnetMappings?: SubnetMapping[];
132
-
133
- UpdateToken?: string;
134
- }
135
- export declare namespace AssociateSubnetsResponse {
136
-
137
- const filterSensitiveLog: (obj: AssociateSubnetsResponse) => any;
138
- }
139
-
140
- export interface InsufficientCapacityException extends __SmithyException, $MetadataBearer {
141
- name: "InsufficientCapacityException";
142
- $fault: "server";
143
- Message?: string;
144
- }
145
- export declare enum AttachmentStatus {
146
- CREATING = "CREATING",
147
- DELETING = "DELETING",
148
- READY = "READY",
149
- SCALING = "SCALING"
150
- }
151
-
152
- export interface Attachment {
153
-
154
- SubnetId?: string;
155
-
156
- EndpointId?: string;
157
-
158
- Status?: AttachmentStatus | string;
159
- }
160
- export declare namespace Attachment {
161
-
162
- const filterSensitiveLog: (obj: Attachment) => any;
163
- }
164
- export declare enum ConfigurationSyncState {
165
- IN_SYNC = "IN_SYNC",
166
- PENDING = "PENDING"
167
- }
168
-
169
- export interface Tag {
170
-
171
- Key: string | undefined;
172
-
173
- Value: string | undefined;
174
- }
175
- export declare namespace Tag {
176
-
177
- const filterSensitiveLog: (obj: Tag) => any;
178
- }
179
- export interface CreateFirewallRequest {
180
-
181
- FirewallName: string | undefined;
182
-
183
- FirewallPolicyArn: string | undefined;
184
-
185
- VpcId: string | undefined;
186
-
187
- SubnetMappings: SubnetMapping[] | undefined;
188
-
189
- DeleteProtection?: boolean;
190
-
191
- SubnetChangeProtection?: boolean;
192
-
193
- FirewallPolicyChangeProtection?: boolean;
194
-
195
- Description?: string;
196
-
197
- Tags?: Tag[];
198
- }
199
- export declare namespace CreateFirewallRequest {
200
-
201
- const filterSensitiveLog: (obj: CreateFirewallRequest) => any;
202
- }
203
-
204
- export interface Firewall {
205
-
206
- FirewallName?: string;
207
-
208
- FirewallArn?: string;
209
-
210
- FirewallPolicyArn: string | undefined;
211
-
212
- VpcId: string | undefined;
213
-
214
- SubnetMappings: SubnetMapping[] | undefined;
215
-
216
- DeleteProtection?: boolean;
217
-
218
- SubnetChangeProtection?: boolean;
219
-
220
- FirewallPolicyChangeProtection?: boolean;
221
-
222
- Description?: string;
223
-
224
- FirewallId: string | undefined;
225
-
226
- Tags?: Tag[];
227
- }
228
- export declare namespace Firewall {
229
-
230
- const filterSensitiveLog: (obj: Firewall) => any;
231
- }
232
- export declare enum FirewallStatusValue {
233
- DELETING = "DELETING",
234
- PROVISIONING = "PROVISIONING",
235
- READY = "READY"
236
- }
237
- export declare enum PerObjectSyncStatus {
238
- IN_SYNC = "IN_SYNC",
239
- PENDING = "PENDING"
240
- }
241
-
242
- export interface PerObjectStatus {
243
-
244
- SyncStatus?: PerObjectSyncStatus | string;
245
-
246
- UpdateToken?: string;
247
- }
248
- export declare namespace PerObjectStatus {
249
-
250
- const filterSensitiveLog: (obj: PerObjectStatus) => any;
251
- }
252
-
253
- export interface SyncState {
254
-
255
- Attachment?: Attachment;
256
-
257
- Config?: {
258
- [key: string]: PerObjectStatus;
259
- };
260
- }
261
- export declare namespace SyncState {
262
-
263
- const filterSensitiveLog: (obj: SyncState) => any;
264
- }
265
-
266
- export interface FirewallStatus {
267
-
268
- Status: FirewallStatusValue | string | undefined;
269
-
270
- ConfigurationSyncStateSummary: ConfigurationSyncState | string | undefined;
271
-
272
- SyncStates?: {
273
- [key: string]: SyncState;
274
- };
275
- }
276
- export declare namespace FirewallStatus {
277
-
278
- const filterSensitiveLog: (obj: FirewallStatus) => any;
279
- }
280
- export interface CreateFirewallResponse {
281
-
282
- Firewall?: Firewall;
283
-
284
- FirewallStatus?: FirewallStatus;
285
- }
286
- export declare namespace CreateFirewallResponse {
287
-
288
- const filterSensitiveLog: (obj: CreateFirewallResponse) => any;
289
- }
290
-
291
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
292
- name: "LimitExceededException";
293
- $fault: "client";
294
- Message?: string;
295
- }
296
- export declare enum RuleOrder {
297
- DEFAULT_ACTION_ORDER = "DEFAULT_ACTION_ORDER",
298
- STRICT_ORDER = "STRICT_ORDER"
299
- }
300
-
301
- export interface StatefulEngineOptions {
302
-
303
- RuleOrder?: RuleOrder | string;
304
- }
305
- export declare namespace StatefulEngineOptions {
306
-
307
- const filterSensitiveLog: (obj: StatefulEngineOptions) => any;
308
- }
309
- export declare enum OverrideAction {
310
- DROP_TO_ALERT = "DROP_TO_ALERT"
311
- }
312
-
313
- export interface StatefulRuleGroupOverride {
314
-
315
- Action?: OverrideAction | string;
316
- }
317
- export declare namespace StatefulRuleGroupOverride {
318
-
319
- const filterSensitiveLog: (obj: StatefulRuleGroupOverride) => any;
320
- }
321
-
322
- export interface StatefulRuleGroupReference {
323
-
324
- ResourceArn: string | undefined;
325
-
326
- Priority?: number;
327
-
328
- Override?: StatefulRuleGroupOverride;
329
- }
330
- export declare namespace StatefulRuleGroupReference {
331
-
332
- const filterSensitiveLog: (obj: StatefulRuleGroupReference) => any;
333
- }
334
-
335
- export interface CustomAction {
336
-
337
- ActionName: string | undefined;
338
-
339
- ActionDefinition: ActionDefinition | undefined;
340
- }
341
- export declare namespace CustomAction {
342
-
343
- const filterSensitiveLog: (obj: CustomAction) => any;
344
- }
345
-
346
- export interface StatelessRuleGroupReference {
347
-
348
- ResourceArn: string | undefined;
349
-
350
- Priority: number | undefined;
351
- }
352
- export declare namespace StatelessRuleGroupReference {
353
-
354
- const filterSensitiveLog: (obj: StatelessRuleGroupReference) => any;
355
- }
356
-
357
- export interface FirewallPolicy {
358
-
359
- StatelessRuleGroupReferences?: StatelessRuleGroupReference[];
360
-
361
- StatelessDefaultActions: string[] | undefined;
362
-
363
- StatelessFragmentDefaultActions: string[] | undefined;
364
-
365
- StatelessCustomActions?: CustomAction[];
366
-
367
- StatefulRuleGroupReferences?: StatefulRuleGroupReference[];
368
-
369
- StatefulDefaultActions?: string[];
370
-
371
- StatefulEngineOptions?: StatefulEngineOptions;
372
- }
373
- export declare namespace FirewallPolicy {
374
-
375
- const filterSensitiveLog: (obj: FirewallPolicy) => any;
376
- }
377
- export interface CreateFirewallPolicyRequest {
378
-
379
- FirewallPolicyName: string | undefined;
380
-
381
- FirewallPolicy: FirewallPolicy | undefined;
382
-
383
- Description?: string;
384
-
385
- Tags?: Tag[];
386
-
387
- DryRun?: boolean;
388
- }
389
- export declare namespace CreateFirewallPolicyRequest {
390
-
391
- const filterSensitiveLog: (obj: CreateFirewallPolicyRequest) => any;
392
- }
393
- export declare enum ResourceStatus {
394
- ACTIVE = "ACTIVE",
395
- DELETING = "DELETING"
396
- }
397
-
398
- export interface FirewallPolicyResponse {
399
-
400
- FirewallPolicyName: string | undefined;
401
-
402
- FirewallPolicyArn: string | undefined;
403
-
404
- FirewallPolicyId: string | undefined;
405
-
406
- Description?: string;
407
-
408
- FirewallPolicyStatus?: ResourceStatus | string;
409
-
410
- Tags?: Tag[];
411
-
412
- ConsumedStatelessRuleCapacity?: number;
413
-
414
- ConsumedStatefulRuleCapacity?: number;
415
-
416
- NumberOfAssociations?: number;
417
- }
418
- export declare namespace FirewallPolicyResponse {
419
-
420
- const filterSensitiveLog: (obj: FirewallPolicyResponse) => any;
421
- }
422
- export interface CreateFirewallPolicyResponse {
423
-
424
- UpdateToken: string | undefined;
425
-
426
- FirewallPolicyResponse: FirewallPolicyResponse | undefined;
427
- }
428
- export declare namespace CreateFirewallPolicyResponse {
429
-
430
- const filterSensitiveLog: (obj: CreateFirewallPolicyResponse) => any;
431
- }
432
- export declare enum GeneratedRulesType {
433
- ALLOWLIST = "ALLOWLIST",
434
- DENYLIST = "DENYLIST"
435
- }
436
- export declare enum TargetType {
437
- HTTP_HOST = "HTTP_HOST",
438
- TLS_SNI = "TLS_SNI"
439
- }
440
-
441
- export interface RulesSourceList {
442
-
443
- Targets: string[] | undefined;
444
-
445
- TargetTypes: (TargetType | string)[] | undefined;
446
-
447
- GeneratedRulesType: GeneratedRulesType | string | undefined;
448
- }
449
- export declare namespace RulesSourceList {
450
-
451
- const filterSensitiveLog: (obj: RulesSourceList) => any;
452
- }
453
- export declare enum StatefulAction {
454
- ALERT = "ALERT",
455
- DROP = "DROP",
456
- PASS = "PASS"
457
- }
458
- export declare enum StatefulRuleDirection {
459
- ANY = "ANY",
460
- FORWARD = "FORWARD"
461
- }
462
- export declare enum StatefulRuleProtocol {
463
- ANY = "IP",
464
- DCERPC = "DCERPC",
465
- DHCP = "DHCP",
466
- DNS = "DNS",
467
- FTP = "FTP",
468
- HTTP = "HTTP",
469
- ICMP = "ICMP",
470
- IKEV2 = "IKEV2",
471
- IMAP = "IMAP",
472
- KRB5 = "KRB5",
473
- MSN = "MSN",
474
- NTP = "NTP",
475
- SMB = "SMB",
476
- SMTP = "SMTP",
477
- SSH = "SSH",
478
- TCP = "TCP",
479
- TFTP = "TFTP",
480
- TLS = "TLS",
481
- UDP = "UDP"
482
- }
483
-
484
- export interface Header {
485
-
486
- Protocol: StatefulRuleProtocol | string | undefined;
487
-
488
- Source: string | undefined;
489
-
490
- SourcePort: string | undefined;
491
-
492
- Direction: StatefulRuleDirection | string | undefined;
493
-
494
- Destination: string | undefined;
495
-
496
- DestinationPort: string | undefined;
497
- }
498
- export declare namespace Header {
499
-
500
- const filterSensitiveLog: (obj: Header) => any;
501
- }
502
-
503
- export interface RuleOption {
504
-
505
- Keyword: string | undefined;
506
-
507
- Settings?: string[];
508
- }
509
- export declare namespace RuleOption {
510
-
511
- const filterSensitiveLog: (obj: RuleOption) => any;
512
- }
513
-
514
- export interface StatefulRule {
515
-
516
- Action: StatefulAction | string | undefined;
517
-
518
- Header: Header | undefined;
519
-
520
- RuleOptions: RuleOption[] | undefined;
521
- }
522
- export declare namespace StatefulRule {
523
-
524
- const filterSensitiveLog: (obj: StatefulRule) => any;
525
- }
526
-
527
- export interface PortRange {
528
-
529
- FromPort: number | undefined;
530
-
531
- ToPort: number | undefined;
532
- }
533
- export declare namespace PortRange {
534
-
535
- const filterSensitiveLog: (obj: PortRange) => any;
536
- }
537
- export declare enum TCPFlag {
538
- ACK = "ACK",
539
- CWR = "CWR",
540
- ECE = "ECE",
541
- FIN = "FIN",
542
- PSH = "PSH",
543
- RST = "RST",
544
- SYN = "SYN",
545
- URG = "URG"
546
- }
547
-
548
- export interface TCPFlagField {
549
-
550
- Flags: (TCPFlag | string)[] | undefined;
551
-
552
- Masks?: (TCPFlag | string)[];
553
- }
554
- export declare namespace TCPFlagField {
555
-
556
- const filterSensitiveLog: (obj: TCPFlagField) => any;
557
- }
558
-
559
- export interface MatchAttributes {
560
-
561
- Sources?: Address[];
562
-
563
- Destinations?: Address[];
564
-
565
- SourcePorts?: PortRange[];
566
-
567
- DestinationPorts?: PortRange[];
568
-
569
- Protocols?: number[];
570
-
571
- TCPFlags?: TCPFlagField[];
572
- }
573
- export declare namespace MatchAttributes {
574
-
575
- const filterSensitiveLog: (obj: MatchAttributes) => any;
576
- }
577
-
578
- export interface RuleDefinition {
579
-
580
- MatchAttributes: MatchAttributes | undefined;
581
-
582
- Actions: string[] | undefined;
583
- }
584
- export declare namespace RuleDefinition {
585
-
586
- const filterSensitiveLog: (obj: RuleDefinition) => any;
587
- }
588
-
589
- export interface StatelessRule {
590
-
591
- RuleDefinition: RuleDefinition | undefined;
592
-
593
- Priority: number | undefined;
594
- }
595
- export declare namespace StatelessRule {
596
-
597
- const filterSensitiveLog: (obj: StatelessRule) => any;
598
- }
599
-
600
- export interface StatelessRulesAndCustomActions {
601
-
602
- StatelessRules: StatelessRule[] | undefined;
603
-
604
- CustomActions?: CustomAction[];
605
- }
606
- export declare namespace StatelessRulesAndCustomActions {
607
-
608
- const filterSensitiveLog: (obj: StatelessRulesAndCustomActions) => any;
609
- }
610
-
611
- export interface RulesSource {
612
-
613
- RulesString?: string;
614
-
615
- RulesSourceList?: RulesSourceList;
616
-
617
- StatefulRules?: StatefulRule[];
618
-
619
- StatelessRulesAndCustomActions?: StatelessRulesAndCustomActions;
620
- }
621
- export declare namespace RulesSource {
622
-
623
- const filterSensitiveLog: (obj: RulesSource) => any;
624
- }
625
-
626
- export interface IPSet {
627
-
628
- Definition: string[] | undefined;
629
- }
630
- export declare namespace IPSet {
631
-
632
- const filterSensitiveLog: (obj: IPSet) => any;
633
- }
634
-
635
- export interface PortSet {
636
-
637
- Definition?: string[];
638
- }
639
- export declare namespace PortSet {
640
-
641
- const filterSensitiveLog: (obj: PortSet) => any;
642
- }
643
-
644
- export interface RuleVariables {
645
-
646
- IPSets?: {
647
- [key: string]: IPSet;
648
- };
649
-
650
- PortSets?: {
651
- [key: string]: PortSet;
652
- };
653
- }
654
- export declare namespace RuleVariables {
655
-
656
- const filterSensitiveLog: (obj: RuleVariables) => any;
657
- }
658
-
659
- export interface StatefulRuleOptions {
660
-
661
- RuleOrder?: RuleOrder | string;
662
- }
663
- export declare namespace StatefulRuleOptions {
664
-
665
- const filterSensitiveLog: (obj: StatefulRuleOptions) => any;
666
- }
667
-
668
- export interface RuleGroup {
669
-
670
- RuleVariables?: RuleVariables;
671
-
672
- RulesSource: RulesSource | undefined;
673
-
674
- StatefulRuleOptions?: StatefulRuleOptions;
675
- }
676
- export declare namespace RuleGroup {
677
-
678
- const filterSensitiveLog: (obj: RuleGroup) => any;
679
- }
680
- export declare enum RuleGroupType {
681
- STATEFUL = "STATEFUL",
682
- STATELESS = "STATELESS"
683
- }
684
- export interface CreateRuleGroupRequest {
685
-
686
- RuleGroupName: string | undefined;
687
-
688
- RuleGroup?: RuleGroup;
689
-
690
- Rules?: string;
691
-
692
- Type: RuleGroupType | string | undefined;
693
-
694
- Description?: string;
695
-
696
- Capacity: number | undefined;
697
-
698
- Tags?: Tag[];
699
-
700
- DryRun?: boolean;
701
- }
702
- export declare namespace CreateRuleGroupRequest {
703
-
704
- const filterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
705
- }
706
-
707
- export interface RuleGroupResponse {
708
-
709
- RuleGroupArn: string | undefined;
710
-
711
- RuleGroupName: string | undefined;
712
-
713
- RuleGroupId: string | undefined;
714
-
715
- Description?: string;
716
-
717
- Type?: RuleGroupType | string;
718
-
719
- Capacity?: number;
720
-
721
- RuleGroupStatus?: ResourceStatus | string;
722
-
723
- Tags?: Tag[];
724
-
725
- ConsumedCapacity?: number;
726
-
727
- NumberOfAssociations?: number;
728
- }
729
- export declare namespace RuleGroupResponse {
730
-
731
- const filterSensitiveLog: (obj: RuleGroupResponse) => any;
732
- }
733
- export interface CreateRuleGroupResponse {
734
-
735
- UpdateToken: string | undefined;
736
-
737
- RuleGroupResponse: RuleGroupResponse | undefined;
738
- }
739
- export declare namespace CreateRuleGroupResponse {
740
-
741
- const filterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
742
- }
743
- export interface DeleteFirewallRequest {
744
-
745
- FirewallName?: string;
746
-
747
- FirewallArn?: string;
748
- }
749
- export declare namespace DeleteFirewallRequest {
750
-
751
- const filterSensitiveLog: (obj: DeleteFirewallRequest) => any;
752
- }
753
- export interface DeleteFirewallResponse {
754
-
755
- Firewall?: Firewall;
756
-
757
- FirewallStatus?: FirewallStatus;
758
- }
759
- export declare namespace DeleteFirewallResponse {
760
-
761
- const filterSensitiveLog: (obj: DeleteFirewallResponse) => any;
762
- }
763
-
764
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
765
- name: "UnsupportedOperationException";
766
- $fault: "client";
767
- Message?: string;
768
- }
769
- export interface DeleteFirewallPolicyRequest {
770
-
771
- FirewallPolicyName?: string;
772
-
773
- FirewallPolicyArn?: string;
774
- }
775
- export declare namespace DeleteFirewallPolicyRequest {
776
-
777
- const filterSensitiveLog: (obj: DeleteFirewallPolicyRequest) => any;
778
- }
779
- export interface DeleteFirewallPolicyResponse {
780
-
781
- FirewallPolicyResponse: FirewallPolicyResponse | undefined;
782
- }
783
- export declare namespace DeleteFirewallPolicyResponse {
784
-
785
- const filterSensitiveLog: (obj: DeleteFirewallPolicyResponse) => any;
786
- }
787
- export interface DeleteResourcePolicyRequest {
788
-
789
- ResourceArn: string | undefined;
790
- }
791
- export declare namespace DeleteResourcePolicyRequest {
792
-
793
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
794
- }
795
- export interface DeleteResourcePolicyResponse {
796
- }
797
- export declare namespace DeleteResourcePolicyResponse {
798
-
799
- const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
800
- }
801
-
802
- export interface InvalidResourcePolicyException extends __SmithyException, $MetadataBearer {
803
- name: "InvalidResourcePolicyException";
804
- $fault: "client";
805
- Message?: string;
806
- }
807
- export interface DeleteRuleGroupRequest {
808
-
809
- RuleGroupName?: string;
810
-
811
- RuleGroupArn?: string;
812
-
813
- Type?: RuleGroupType | string;
814
- }
815
- export declare namespace DeleteRuleGroupRequest {
816
-
817
- const filterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
818
- }
819
- export interface DeleteRuleGroupResponse {
820
-
821
- RuleGroupResponse: RuleGroupResponse | undefined;
822
- }
823
- export declare namespace DeleteRuleGroupResponse {
824
-
825
- const filterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
826
- }
827
- export interface DescribeFirewallRequest {
828
-
829
- FirewallName?: string;
830
-
831
- FirewallArn?: string;
832
- }
833
- export declare namespace DescribeFirewallRequest {
834
-
835
- const filterSensitiveLog: (obj: DescribeFirewallRequest) => any;
836
- }
837
- export interface DescribeFirewallResponse {
838
-
839
- UpdateToken?: string;
840
-
841
- Firewall?: Firewall;
842
-
843
- FirewallStatus?: FirewallStatus;
844
- }
845
- export declare namespace DescribeFirewallResponse {
846
-
847
- const filterSensitiveLog: (obj: DescribeFirewallResponse) => any;
848
- }
849
- export interface DescribeFirewallPolicyRequest {
850
-
851
- FirewallPolicyName?: string;
852
-
853
- FirewallPolicyArn?: string;
854
- }
855
- export declare namespace DescribeFirewallPolicyRequest {
856
-
857
- const filterSensitiveLog: (obj: DescribeFirewallPolicyRequest) => any;
858
- }
859
- export interface DescribeFirewallPolicyResponse {
860
-
861
- UpdateToken: string | undefined;
862
-
863
- FirewallPolicyResponse: FirewallPolicyResponse | undefined;
864
-
865
- FirewallPolicy?: FirewallPolicy;
866
- }
867
- export declare namespace DescribeFirewallPolicyResponse {
868
-
869
- const filterSensitiveLog: (obj: DescribeFirewallPolicyResponse) => any;
870
- }
871
- export interface DescribeLoggingConfigurationRequest {
872
-
873
- FirewallArn?: string;
874
-
875
- FirewallName?: string;
876
- }
877
- export declare namespace DescribeLoggingConfigurationRequest {
878
-
879
- const filterSensitiveLog: (obj: DescribeLoggingConfigurationRequest) => any;
880
- }
881
- export declare enum LogDestinationType {
882
- CLOUDWATCH_LOGS = "CloudWatchLogs",
883
- KINESIS_DATA_FIREHOSE = "KinesisDataFirehose",
884
- S3 = "S3"
885
- }
886
- export declare enum LogType {
887
- ALERT = "ALERT",
888
- FLOW = "FLOW"
889
- }
890
-
891
- export interface LogDestinationConfig {
892
-
893
- LogType: LogType | string | undefined;
894
-
895
- LogDestinationType: LogDestinationType | string | undefined;
896
-
897
- LogDestination: {
898
- [key: string]: string;
899
- } | undefined;
900
- }
901
- export declare namespace LogDestinationConfig {
902
-
903
- const filterSensitiveLog: (obj: LogDestinationConfig) => any;
904
- }
905
-
906
- export interface LoggingConfiguration {
907
-
908
- LogDestinationConfigs: LogDestinationConfig[] | undefined;
909
- }
910
- export declare namespace LoggingConfiguration {
911
-
912
- const filterSensitiveLog: (obj: LoggingConfiguration) => any;
913
- }
914
- export interface DescribeLoggingConfigurationResponse {
915
-
916
- FirewallArn?: string;
917
-
918
- LoggingConfiguration?: LoggingConfiguration;
919
- }
920
- export declare namespace DescribeLoggingConfigurationResponse {
921
-
922
- const filterSensitiveLog: (obj: DescribeLoggingConfigurationResponse) => any;
923
- }
924
- export interface DescribeResourcePolicyRequest {
925
-
926
- ResourceArn: string | undefined;
927
- }
928
- export declare namespace DescribeResourcePolicyRequest {
929
-
930
- const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
931
- }
932
- export interface DescribeResourcePolicyResponse {
933
-
934
- Policy?: string;
935
- }
936
- export declare namespace DescribeResourcePolicyResponse {
937
-
938
- const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
939
- }
940
- export interface DescribeRuleGroupRequest {
941
-
942
- RuleGroupName?: string;
943
-
944
- RuleGroupArn?: string;
945
-
946
- Type?: RuleGroupType | string;
947
- }
948
- export declare namespace DescribeRuleGroupRequest {
949
-
950
- const filterSensitiveLog: (obj: DescribeRuleGroupRequest) => any;
951
- }
952
- export interface DescribeRuleGroupResponse {
953
-
954
- UpdateToken: string | undefined;
955
-
956
- RuleGroup?: RuleGroup;
957
-
958
- RuleGroupResponse: RuleGroupResponse | undefined;
959
- }
960
- export declare namespace DescribeRuleGroupResponse {
961
-
962
- const filterSensitiveLog: (obj: DescribeRuleGroupResponse) => any;
963
- }
964
- export interface DescribeRuleGroupMetadataRequest {
965
-
966
- RuleGroupName?: string;
967
-
968
- RuleGroupArn?: string;
969
-
970
- Type?: RuleGroupType | string;
971
- }
972
- export declare namespace DescribeRuleGroupMetadataRequest {
973
-
974
- const filterSensitiveLog: (obj: DescribeRuleGroupMetadataRequest) => any;
975
- }
976
- export interface DescribeRuleGroupMetadataResponse {
977
-
978
- RuleGroupArn: string | undefined;
979
-
980
- RuleGroupName: string | undefined;
981
-
982
- Description?: string;
983
-
984
- Type?: RuleGroupType | string;
985
-
986
- Capacity?: number;
987
-
988
- StatefulRuleOptions?: StatefulRuleOptions;
989
- }
990
- export declare namespace DescribeRuleGroupMetadataResponse {
991
-
992
- const filterSensitiveLog: (obj: DescribeRuleGroupMetadataResponse) => any;
993
- }
994
- export interface DisassociateSubnetsRequest {
995
-
996
- UpdateToken?: string;
997
-
998
- FirewallArn?: string;
999
-
1000
- FirewallName?: string;
1001
-
1002
- SubnetIds: string[] | undefined;
1003
- }
1004
- export declare namespace DisassociateSubnetsRequest {
1005
-
1006
- const filterSensitiveLog: (obj: DisassociateSubnetsRequest) => any;
1007
- }
1008
- export interface DisassociateSubnetsResponse {
1009
-
1010
- FirewallArn?: string;
1011
-
1012
- FirewallName?: string;
1013
-
1014
- SubnetMappings?: SubnetMapping[];
1015
-
1016
- UpdateToken?: string;
1017
- }
1018
- export declare namespace DisassociateSubnetsResponse {
1019
-
1020
- const filterSensitiveLog: (obj: DisassociateSubnetsResponse) => any;
1021
- }
1022
-
1023
- export interface FirewallMetadata {
1024
-
1025
- FirewallName?: string;
1026
-
1027
- FirewallArn?: string;
1028
- }
1029
- export declare namespace FirewallMetadata {
1030
-
1031
- const filterSensitiveLog: (obj: FirewallMetadata) => any;
1032
- }
1033
-
1034
- export interface FirewallPolicyMetadata {
1035
-
1036
- Name?: string;
1037
-
1038
- Arn?: string;
1039
- }
1040
- export declare namespace FirewallPolicyMetadata {
1041
-
1042
- const filterSensitiveLog: (obj: FirewallPolicyMetadata) => any;
1043
- }
1044
- export interface ListFirewallPoliciesRequest {
1045
-
1046
- NextToken?: string;
1047
-
1048
- MaxResults?: number;
1049
- }
1050
- export declare namespace ListFirewallPoliciesRequest {
1051
-
1052
- const filterSensitiveLog: (obj: ListFirewallPoliciesRequest) => any;
1053
- }
1054
- export interface ListFirewallPoliciesResponse {
1055
-
1056
- NextToken?: string;
1057
-
1058
- FirewallPolicies?: FirewallPolicyMetadata[];
1059
- }
1060
- export declare namespace ListFirewallPoliciesResponse {
1061
-
1062
- const filterSensitiveLog: (obj: ListFirewallPoliciesResponse) => any;
1063
- }
1064
- export interface ListFirewallsRequest {
1065
-
1066
- NextToken?: string;
1067
-
1068
- VpcIds?: string[];
1069
-
1070
- MaxResults?: number;
1071
- }
1072
- export declare namespace ListFirewallsRequest {
1073
-
1074
- const filterSensitiveLog: (obj: ListFirewallsRequest) => any;
1075
- }
1076
- export interface ListFirewallsResponse {
1077
-
1078
- NextToken?: string;
1079
-
1080
- Firewalls?: FirewallMetadata[];
1081
- }
1082
- export declare namespace ListFirewallsResponse {
1083
-
1084
- const filterSensitiveLog: (obj: ListFirewallsResponse) => any;
1085
- }
1086
- export declare enum ResourceManagedStatus {
1087
- ACCOUNT = "ACCOUNT",
1088
- MANAGED = "MANAGED"
1089
- }
1090
- export interface ListRuleGroupsRequest {
1091
-
1092
- NextToken?: string;
1093
-
1094
- MaxResults?: number;
1095
-
1096
- Scope?: ResourceManagedStatus | string;
1097
- }
1098
- export declare namespace ListRuleGroupsRequest {
1099
-
1100
- const filterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
1101
- }
1102
-
1103
- export interface RuleGroupMetadata {
1104
-
1105
- Name?: string;
1106
-
1107
- Arn?: string;
1108
- }
1109
- export declare namespace RuleGroupMetadata {
1110
-
1111
- const filterSensitiveLog: (obj: RuleGroupMetadata) => any;
1112
- }
1113
- export interface ListRuleGroupsResponse {
1114
-
1115
- NextToken?: string;
1116
-
1117
- RuleGroups?: RuleGroupMetadata[];
1118
- }
1119
- export declare namespace ListRuleGroupsResponse {
1120
-
1121
- const filterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
1122
- }
1123
- export interface ListTagsForResourceRequest {
1124
-
1125
- NextToken?: string;
1126
-
1127
- MaxResults?: number;
1128
-
1129
- ResourceArn: string | undefined;
1130
- }
1131
- export declare namespace ListTagsForResourceRequest {
1132
-
1133
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1134
- }
1135
- export interface ListTagsForResourceResponse {
1136
-
1137
- NextToken?: string;
1138
-
1139
- Tags?: Tag[];
1140
- }
1141
- export declare namespace ListTagsForResourceResponse {
1142
-
1143
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1144
- }
1145
-
1146
- export interface LogDestinationPermissionException extends __SmithyException, $MetadataBearer {
1147
- name: "LogDestinationPermissionException";
1148
- $fault: "client";
1149
- Message?: string;
1150
- }
1151
- export interface PutResourcePolicyRequest {
1152
-
1153
- ResourceArn: string | undefined;
1154
-
1155
- Policy: string | undefined;
1156
- }
1157
- export declare namespace PutResourcePolicyRequest {
1158
-
1159
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
1160
- }
1161
- export interface PutResourcePolicyResponse {
1162
- }
1163
- export declare namespace PutResourcePolicyResponse {
1164
-
1165
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
1166
- }
1167
- export interface TagResourceRequest {
1168
-
1169
- ResourceArn: string | undefined;
1170
-
1171
- Tags: Tag[] | undefined;
1172
- }
1173
- export declare namespace TagResourceRequest {
1174
-
1175
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1176
- }
1177
- export interface TagResourceResponse {
1178
- }
1179
- export declare namespace TagResourceResponse {
1180
-
1181
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1182
- }
1183
- export interface UntagResourceRequest {
1184
-
1185
- ResourceArn: string | undefined;
1186
-
1187
- TagKeys: string[] | undefined;
1188
- }
1189
- export declare namespace UntagResourceRequest {
1190
-
1191
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1192
- }
1193
- export interface UntagResourceResponse {
1194
- }
1195
- export declare namespace UntagResourceResponse {
1196
-
1197
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1198
- }
1199
-
1200
- export interface ResourceOwnerCheckException extends __SmithyException, $MetadataBearer {
1201
- name: "ResourceOwnerCheckException";
1202
- $fault: "client";
1203
- Message?: string;
1204
- }
1205
- export interface UpdateFirewallDeleteProtectionRequest {
1206
-
1207
- UpdateToken?: string;
1208
-
1209
- FirewallArn?: string;
1210
-
1211
- FirewallName?: string;
1212
-
1213
- DeleteProtection: boolean | undefined;
1214
- }
1215
- export declare namespace UpdateFirewallDeleteProtectionRequest {
1216
-
1217
- const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionRequest) => any;
1218
- }
1219
- export interface UpdateFirewallDeleteProtectionResponse {
1220
-
1221
- FirewallArn?: string;
1222
-
1223
- FirewallName?: string;
1224
-
1225
- DeleteProtection?: boolean;
1226
-
1227
- UpdateToken?: string;
1228
- }
1229
- export declare namespace UpdateFirewallDeleteProtectionResponse {
1230
-
1231
- const filterSensitiveLog: (obj: UpdateFirewallDeleteProtectionResponse) => any;
1232
- }
1233
- export interface UpdateFirewallDescriptionRequest {
1234
-
1235
- UpdateToken?: string;
1236
-
1237
- FirewallArn?: string;
1238
-
1239
- FirewallName?: string;
1240
-
1241
- Description?: string;
1242
- }
1243
- export declare namespace UpdateFirewallDescriptionRequest {
1244
-
1245
- const filterSensitiveLog: (obj: UpdateFirewallDescriptionRequest) => any;
1246
- }
1247
- export interface UpdateFirewallDescriptionResponse {
1248
-
1249
- FirewallArn?: string;
1250
-
1251
- FirewallName?: string;
1252
-
1253
- Description?: string;
1254
-
1255
- UpdateToken?: string;
1256
- }
1257
- export declare namespace UpdateFirewallDescriptionResponse {
1258
-
1259
- const filterSensitiveLog: (obj: UpdateFirewallDescriptionResponse) => any;
1260
- }
1261
- export interface UpdateFirewallPolicyRequest {
1262
-
1263
- UpdateToken: string | undefined;
1264
-
1265
- FirewallPolicyArn?: string;
1266
-
1267
- FirewallPolicyName?: string;
1268
-
1269
- FirewallPolicy: FirewallPolicy | undefined;
1270
-
1271
- Description?: string;
1272
-
1273
- DryRun?: boolean;
1274
- }
1275
- export declare namespace UpdateFirewallPolicyRequest {
1276
-
1277
- const filterSensitiveLog: (obj: UpdateFirewallPolicyRequest) => any;
1278
- }
1279
- export interface UpdateFirewallPolicyResponse {
1280
-
1281
- UpdateToken: string | undefined;
1282
-
1283
- FirewallPolicyResponse: FirewallPolicyResponse | undefined;
1284
- }
1285
- export declare namespace UpdateFirewallPolicyResponse {
1286
-
1287
- const filterSensitiveLog: (obj: UpdateFirewallPolicyResponse) => any;
1288
- }
1289
- export interface UpdateFirewallPolicyChangeProtectionRequest {
1290
-
1291
- UpdateToken?: string;
1292
-
1293
- FirewallArn?: string;
1294
-
1295
- FirewallName?: string;
1296
-
1297
- FirewallPolicyChangeProtection: boolean | undefined;
1298
- }
1299
- export declare namespace UpdateFirewallPolicyChangeProtectionRequest {
1300
-
1301
- const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionRequest) => any;
1302
- }
1303
- export interface UpdateFirewallPolicyChangeProtectionResponse {
1304
-
1305
- UpdateToken?: string;
1306
-
1307
- FirewallArn?: string;
1308
-
1309
- FirewallName?: string;
1310
-
1311
- FirewallPolicyChangeProtection?: boolean;
1312
- }
1313
- export declare namespace UpdateFirewallPolicyChangeProtectionResponse {
1314
-
1315
- const filterSensitiveLog: (obj: UpdateFirewallPolicyChangeProtectionResponse) => any;
1316
- }
1317
- export interface UpdateLoggingConfigurationRequest {
1318
-
1319
- FirewallArn?: string;
1320
-
1321
- FirewallName?: string;
1322
-
1323
- LoggingConfiguration?: LoggingConfiguration;
1324
- }
1325
- export declare namespace UpdateLoggingConfigurationRequest {
1326
-
1327
- const filterSensitiveLog: (obj: UpdateLoggingConfigurationRequest) => any;
1328
- }
1329
- export interface UpdateLoggingConfigurationResponse {
1330
-
1331
- FirewallArn?: string;
1332
-
1333
- FirewallName?: string;
1334
-
1335
- LoggingConfiguration?: LoggingConfiguration;
1336
- }
1337
- export declare namespace UpdateLoggingConfigurationResponse {
1338
-
1339
- const filterSensitiveLog: (obj: UpdateLoggingConfigurationResponse) => any;
1340
- }
1341
- export interface UpdateRuleGroupRequest {
1342
-
1343
- UpdateToken: string | undefined;
1344
-
1345
- RuleGroupArn?: string;
1346
-
1347
- RuleGroupName?: string;
1348
-
1349
- RuleGroup?: RuleGroup;
1350
-
1351
- Rules?: string;
1352
-
1353
- Type?: RuleGroupType | string;
1354
-
1355
- Description?: string;
1356
-
1357
- DryRun?: boolean;
1358
- }
1359
- export declare namespace UpdateRuleGroupRequest {
1360
-
1361
- const filterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
1362
- }
1363
- export interface UpdateRuleGroupResponse {
1364
-
1365
- UpdateToken: string | undefined;
1366
-
1367
- RuleGroupResponse: RuleGroupResponse | undefined;
1368
- }
1369
- export declare namespace UpdateRuleGroupResponse {
1370
-
1371
- const filterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
1372
- }
1373
- export interface UpdateSubnetChangeProtectionRequest {
1374
-
1375
- UpdateToken?: string;
1376
-
1377
- FirewallArn?: string;
1378
-
1379
- FirewallName?: string;
1380
-
1381
- SubnetChangeProtection: boolean | undefined;
1382
- }
1383
- export declare namespace UpdateSubnetChangeProtectionRequest {
1384
-
1385
- const filterSensitiveLog: (obj: UpdateSubnetChangeProtectionRequest) => any;
1386
- }
1387
- export interface UpdateSubnetChangeProtectionResponse {
1388
-
1389
- UpdateToken?: string;
1390
-
1391
- FirewallArn?: string;
1392
-
1393
- FirewallName?: string;
1394
-
1395
- SubnetChangeProtection?: boolean;
1396
- }
1397
- export declare namespace UpdateSubnetChangeProtectionResponse {
1398
-
1399
- const filterSensitiveLog: (obj: UpdateSubnetChangeProtectionResponse) => any;
1400
- }