@aws-sdk/client-fms 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateAdminAccountCommand.js +1 -1
  4. package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAppsListCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteNotificationChannelCommand.js +1 -1
  7. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteProtocolsListCommand.js +1 -1
  9. package/dist-cjs/commands/DisassociateAdminAccountCommand.js +1 -1
  10. package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +2 -2
  11. package/dist-cjs/commands/GetAdminAccountCommand.js +2 -2
  12. package/dist-cjs/commands/GetAppsListCommand.js +2 -2
  13. package/dist-cjs/commands/GetComplianceDetailCommand.js +2 -2
  14. package/dist-cjs/commands/GetNotificationChannelCommand.js +2 -2
  15. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetProtectionStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetProtocolsListCommand.js +2 -2
  18. package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +2 -2
  19. package/dist-cjs/commands/GetViolationDetailsCommand.js +2 -2
  20. package/dist-cjs/commands/ListAppsListsCommand.js +2 -2
  21. package/dist-cjs/commands/ListComplianceStatusCommand.js +2 -2
  22. package/dist-cjs/commands/ListMemberAccountsCommand.js +2 -2
  23. package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
  24. package/dist-cjs/commands/ListProtocolsListsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +2 -2
  27. package/dist-cjs/commands/PutAppsListCommand.js +2 -2
  28. package/dist-cjs/commands/PutNotificationChannelCommand.js +1 -1
  29. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  30. package/dist-cjs/commands/PutProtocolsListCommand.js +2 -2
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  33. package/dist-cjs/models/models_0.js +471 -705
  34. package/dist-cjs/protocols/Aws_json1_1.js +150 -261
  35. package/dist-es/commands/AssociateAdminAccountCommand.js +2 -2
  36. package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +3 -3
  37. package/dist-es/commands/DeleteAppsListCommand.js +2 -2
  38. package/dist-es/commands/DeleteNotificationChannelCommand.js +2 -2
  39. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  40. package/dist-es/commands/DeleteProtocolsListCommand.js +2 -2
  41. package/dist-es/commands/DisassociateAdminAccountCommand.js +2 -2
  42. package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +3 -3
  43. package/dist-es/commands/GetAdminAccountCommand.js +3 -3
  44. package/dist-es/commands/GetAppsListCommand.js +3 -3
  45. package/dist-es/commands/GetComplianceDetailCommand.js +3 -3
  46. package/dist-es/commands/GetNotificationChannelCommand.js +3 -3
  47. package/dist-es/commands/GetPolicyCommand.js +3 -3
  48. package/dist-es/commands/GetProtectionStatusCommand.js +3 -3
  49. package/dist-es/commands/GetProtocolsListCommand.js +3 -3
  50. package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +3 -3
  51. package/dist-es/commands/GetViolationDetailsCommand.js +3 -3
  52. package/dist-es/commands/ListAppsListsCommand.js +3 -3
  53. package/dist-es/commands/ListComplianceStatusCommand.js +3 -3
  54. package/dist-es/commands/ListMemberAccountsCommand.js +3 -3
  55. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  56. package/dist-es/commands/ListProtocolsListsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +3 -3
  59. package/dist-es/commands/PutAppsListCommand.js +3 -3
  60. package/dist-es/commands/PutNotificationChannelCommand.js +2 -2
  61. package/dist-es/commands/PutPolicyCommand.js +3 -3
  62. package/dist-es/commands/PutProtocolsListCommand.js +3 -3
  63. package/dist-es/commands/TagResourceCommand.js +3 -3
  64. package/dist-es/commands/UntagResourceCommand.js +3 -3
  65. package/dist-es/models/models_0.js +117 -468
  66. package/dist-es/protocols/Aws_json1_1.js +241 -262
  67. package/dist-types/models/models_0.d.ts +468 -702
  68. package/dist-types/ts3.4/models/models_0.d.ts +234 -468
  69. package/package.json +6 -6
@@ -20,12 +20,6 @@ export interface ActionTarget {
20
20
  */
21
21
  Description?: string;
22
22
  }
23
- export declare namespace ActionTarget {
24
- /**
25
- * @internal
26
- */
27
- const filterSensitiveLog: (obj: ActionTarget) => any;
28
- }
29
23
  /**
30
24
  * <p>An individual Firewall Manager application.</p>
31
25
  */
@@ -43,12 +37,6 @@ export interface App {
43
37
  */
44
38
  Port: number | undefined;
45
39
  }
46
- export declare namespace App {
47
- /**
48
- * @internal
49
- */
50
- const filterSensitiveLog: (obj: App) => any;
51
- }
52
40
  /**
53
41
  * <p>An Firewall Manager applications list.</p>
54
42
  */
@@ -84,12 +72,6 @@ export interface AppsListData {
84
72
  */
85
73
  PreviousAppsList?: Record<string, App[]>;
86
74
  }
87
- export declare namespace AppsListData {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: AppsListData) => any;
92
- }
93
75
  /**
94
76
  * <p>Details of the Firewall Manager applications list.</p>
95
77
  */
@@ -111,12 +93,6 @@ export interface AppsListDataSummary {
111
93
  */
112
94
  AppsList?: App[];
113
95
  }
114
- export declare namespace AppsListDataSummary {
115
- /**
116
- * @internal
117
- */
118
- const filterSensitiveLog: (obj: AppsListDataSummary) => any;
119
- }
120
96
  export interface AssociateAdminAccountRequest {
121
97
  /**
122
98
  * <p>The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager
@@ -126,12 +102,6 @@ export interface AssociateAdminAccountRequest {
126
102
  */
127
103
  AdminAccount: string | undefined;
128
104
  }
129
- export declare namespace AssociateAdminAccountRequest {
130
- /**
131
- * @internal
132
- */
133
- const filterSensitiveLog: (obj: AssociateAdminAccountRequest) => any;
134
- }
135
105
  /**
136
106
  * <p>The operation failed because of a system problem, even though the request was valid. Retry
137
107
  * your request.</p>
@@ -209,12 +179,6 @@ export interface AssociateThirdPartyFirewallRequest {
209
179
  */
210
180
  ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
211
181
  }
212
- export declare namespace AssociateThirdPartyFirewallRequest {
213
- /**
214
- * @internal
215
- */
216
- const filterSensitiveLog: (obj: AssociateThirdPartyFirewallRequest) => any;
217
- }
218
182
  export declare enum ThirdPartyFirewallAssociationStatus {
219
183
  NOT_EXIST = "NOT_EXIST",
220
184
  OFFBOARDING = "OFFBOARDING",
@@ -250,12 +214,6 @@ export interface AssociateThirdPartyFirewallResponse {
250
214
  */
251
215
  ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus | string;
252
216
  }
253
- export declare namespace AssociateThirdPartyFirewallResponse {
254
- /**
255
- * @internal
256
- */
257
- const filterSensitiveLog: (obj: AssociateThirdPartyFirewallResponse) => any;
258
- }
259
217
  /**
260
218
  * <p>Violation detail for network interfaces associated with an EC2 instance.</p>
261
219
  */
@@ -269,12 +227,6 @@ export interface AwsEc2NetworkInterfaceViolation {
269
227
  */
270
228
  ViolatingSecurityGroups?: string[];
271
229
  }
272
- export declare namespace AwsEc2NetworkInterfaceViolation {
273
- /**
274
- * @internal
275
- */
276
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfaceViolation) => any;
277
- }
278
230
  /**
279
231
  * <p>Violation detail for an EC2 instance resource.</p>
280
232
  */
@@ -288,12 +240,6 @@ export interface AwsEc2InstanceViolation {
288
240
  */
289
241
  AwsEc2NetworkInterfaceViolations?: AwsEc2NetworkInterfaceViolation[];
290
242
  }
291
- export declare namespace AwsEc2InstanceViolation {
292
- /**
293
- * @internal
294
- */
295
- const filterSensitiveLog: (obj: AwsEc2InstanceViolation) => any;
296
- }
297
243
  export interface DeleteAppsListRequest {
298
244
  /**
299
245
  * <p>The ID of the applications list that you want to delete. You can retrieve this ID from
@@ -301,20 +247,8 @@ export interface DeleteAppsListRequest {
301
247
  */
302
248
  ListId: string | undefined;
303
249
  }
304
- export declare namespace DeleteAppsListRequest {
305
- /**
306
- * @internal
307
- */
308
- const filterSensitiveLog: (obj: DeleteAppsListRequest) => any;
309
- }
310
250
  export interface DeleteNotificationChannelRequest {
311
251
  }
312
- export declare namespace DeleteNotificationChannelRequest {
313
- /**
314
- * @internal
315
- */
316
- const filterSensitiveLog: (obj: DeleteNotificationChannelRequest) => any;
317
- }
318
252
  export interface DeletePolicyRequest {
319
253
  /**
320
254
  * <p>The ID of the policy that you want to delete. You can retrieve this ID from
@@ -355,12 +289,6 @@ export interface DeletePolicyRequest {
355
289
  */
356
290
  DeleteAllPolicyResources?: boolean;
357
291
  }
358
- export declare namespace DeletePolicyRequest {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
363
- }
364
292
  export interface DeleteProtocolsListRequest {
365
293
  /**
366
294
  * <p>The ID of the protocols list that you want to delete. You can retrieve this ID from
@@ -368,52 +296,22 @@ export interface DeleteProtocolsListRequest {
368
296
  */
369
297
  ListId: string | undefined;
370
298
  }
371
- export declare namespace DeleteProtocolsListRequest {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: DeleteProtocolsListRequest) => any;
376
- }
377
299
  export interface DisassociateAdminAccountRequest {
378
300
  }
379
- export declare namespace DisassociateAdminAccountRequest {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: DisassociateAdminAccountRequest) => any;
384
- }
385
301
  export interface DisassociateThirdPartyFirewallRequest {
386
302
  /**
387
303
  * <p>The name of the third-party firewall vendor.</p>
388
304
  */
389
305
  ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
390
306
  }
391
- export declare namespace DisassociateThirdPartyFirewallRequest {
392
- /**
393
- * @internal
394
- */
395
- const filterSensitiveLog: (obj: DisassociateThirdPartyFirewallRequest) => any;
396
- }
397
307
  export interface DisassociateThirdPartyFirewallResponse {
398
308
  /**
399
309
  * <p>The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.</p>
400
310
  */
401
311
  ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus | string;
402
312
  }
403
- export declare namespace DisassociateThirdPartyFirewallResponse {
404
- /**
405
- * @internal
406
- */
407
- const filterSensitiveLog: (obj: DisassociateThirdPartyFirewallResponse) => any;
408
- }
409
313
  export interface GetAdminAccountRequest {
410
314
  }
411
- export declare namespace GetAdminAccountRequest {
412
- /**
413
- * @internal
414
- */
415
- const filterSensitiveLog: (obj: GetAdminAccountRequest) => any;
416
- }
417
315
  export interface GetAdminAccountResponse {
418
316
  /**
419
317
  * <p>The Amazon Web Services account that is set as the Firewall Manager administrator.</p>
@@ -425,12 +323,6 @@ export interface GetAdminAccountResponse {
425
323
  */
426
324
  RoleStatus?: AccountRoleStatus | string;
427
325
  }
428
- export declare namespace GetAdminAccountResponse {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: GetAdminAccountResponse) => any;
433
- }
434
326
  export interface GetAppsListRequest {
435
327
  /**
436
328
  * <p>The ID of the Firewall Manager applications list that you want the details for.</p>
@@ -441,12 +333,6 @@ export interface GetAppsListRequest {
441
333
  */
442
334
  DefaultList?: boolean;
443
335
  }
444
- export declare namespace GetAppsListRequest {
445
- /**
446
- * @internal
447
- */
448
- const filterSensitiveLog: (obj: GetAppsListRequest) => any;
449
- }
450
336
  export interface GetAppsListResponse {
451
337
  /**
452
338
  * <p>Information about the specified Firewall Manager applications list.</p>
@@ -457,12 +343,6 @@ export interface GetAppsListResponse {
457
343
  */
458
344
  AppsListArn?: string;
459
345
  }
460
- export declare namespace GetAppsListResponse {
461
- /**
462
- * @internal
463
- */
464
- const filterSensitiveLog: (obj: GetAppsListResponse) => any;
465
- }
466
346
  export interface GetComplianceDetailRequest {
467
347
  /**
468
348
  * <p>The ID of the policy that you want to get the details for. <code>PolicyId</code> is
@@ -474,12 +354,6 @@ export interface GetComplianceDetailRequest {
474
354
  */
475
355
  MemberAccount: string | undefined;
476
356
  }
477
- export declare namespace GetComplianceDetailRequest {
478
- /**
479
- * @internal
480
- */
481
- const filterSensitiveLog: (obj: GetComplianceDetailRequest) => any;
482
- }
483
357
  export declare enum DependentServiceName {
484
358
  AWSConfig = "AWSCONFIG",
485
359
  AWSShieldAdvanced = "AWSSHIELD_ADVANCED",
@@ -540,12 +414,6 @@ export interface ComplianceViolator {
540
414
  */
541
415
  Metadata?: Record<string, string>;
542
416
  }
543
- export declare namespace ComplianceViolator {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: ComplianceViolator) => any;
548
- }
549
417
  /**
550
418
  * <p>Describes
551
419
  * the noncompliant resources in a member account for a specific Firewall Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are
@@ -585,12 +453,6 @@ export interface PolicyComplianceDetail {
585
453
  */
586
454
  IssueInfoMap?: Record<string, string>;
587
455
  }
588
- export declare namespace PolicyComplianceDetail {
589
- /**
590
- * @internal
591
- */
592
- const filterSensitiveLog: (obj: PolicyComplianceDetail) => any;
593
- }
594
456
  export interface GetComplianceDetailResponse {
595
457
  /**
596
458
  * <p>Information about the resources and the policy that you specified in the
@@ -598,20 +460,8 @@ export interface GetComplianceDetailResponse {
598
460
  */
599
461
  PolicyComplianceDetail?: PolicyComplianceDetail;
600
462
  }
601
- export declare namespace GetComplianceDetailResponse {
602
- /**
603
- * @internal
604
- */
605
- const filterSensitiveLog: (obj: GetComplianceDetailResponse) => any;
606
- }
607
463
  export interface GetNotificationChannelRequest {
608
464
  }
609
- export declare namespace GetNotificationChannelRequest {
610
- /**
611
- * @internal
612
- */
613
- const filterSensitiveLog: (obj: GetNotificationChannelRequest) => any;
614
- }
615
465
  export interface GetNotificationChannelResponse {
616
466
  /**
617
467
  * <p>The SNS topic that records Firewall Manager activity. </p>
@@ -622,24 +472,12 @@ export interface GetNotificationChannelResponse {
622
472
  */
623
473
  SnsRoleName?: string;
624
474
  }
625
- export declare namespace GetNotificationChannelResponse {
626
- /**
627
- * @internal
628
- */
629
- const filterSensitiveLog: (obj: GetNotificationChannelResponse) => any;
630
- }
631
475
  export interface GetPolicyRequest {
632
476
  /**
633
477
  * <p>The ID of the Firewall Manager policy that you want the details for.</p>
634
478
  */
635
479
  PolicyId: string | undefined;
636
480
  }
637
- export declare namespace GetPolicyRequest {
638
- /**
639
- * @internal
640
- */
641
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
642
- }
643
481
  export declare enum CustomerPolicyScopeIdType {
644
482
  ACCOUNT = "ACCOUNT",
645
483
  ORG_UNIT = "ORG_UNIT"
@@ -663,12 +501,6 @@ export interface ResourceTag {
663
501
  */
664
502
  Value?: string;
665
503
  }
666
- export declare namespace ResourceTag {
667
- /**
668
- * @internal
669
- */
670
- const filterSensitiveLog: (obj: ResourceTag) => any;
671
- }
672
504
  export declare enum FirewallDeploymentModel {
673
505
  CENTRALIZED = "CENTRALIZED",
674
506
  DISTRIBUTED = "DISTRIBUTED"
@@ -686,12 +518,6 @@ export interface NetworkFirewallPolicy {
686
518
  */
687
519
  FirewallDeploymentModel?: FirewallDeploymentModel | string;
688
520
  }
689
- export declare namespace NetworkFirewallPolicy {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: NetworkFirewallPolicy) => any;
694
- }
695
521
  /**
696
522
  * <p>Configures the deployment model for the third-party firewall.</p>
697
523
  */
@@ -701,12 +527,6 @@ export interface ThirdPartyFirewallPolicy {
701
527
  */
702
528
  FirewallDeploymentModel?: FirewallDeploymentModel | string;
703
529
  }
704
- export declare namespace ThirdPartyFirewallPolicy {
705
- /**
706
- * @internal
707
- */
708
- const filterSensitiveLog: (obj: ThirdPartyFirewallPolicy) => any;
709
- }
710
530
  /**
711
531
  * <p>Contains the Network Firewall firewall policy options to configure the policy's deployment model and third-party firewall policy settings.</p>
712
532
  */
@@ -720,12 +540,6 @@ export interface PolicyOption {
720
540
  */
721
541
  ThirdPartyFirewallPolicy?: ThirdPartyFirewallPolicy;
722
542
  }
723
- export declare namespace PolicyOption {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: PolicyOption) => any;
728
- }
729
543
  export declare enum SecurityServiceType {
730
544
  DNS_FIREWALL = "DNS_FIREWALL",
731
545
  NETWORK_FIREWALL = "NETWORK_FIREWALL",
@@ -960,12 +774,6 @@ export interface SecurityServicePolicyData {
960
774
  */
961
775
  PolicyOption?: PolicyOption;
962
776
  }
963
- export declare namespace SecurityServicePolicyData {
964
- /**
965
- * @internal
966
- */
967
- const filterSensitiveLog: (obj: SecurityServicePolicyData) => any;
968
- }
969
777
  /**
970
778
  * <p>An Firewall Manager policy.</p>
971
779
  */
@@ -1080,12 +888,6 @@ export interface Policy {
1080
888
  */
1081
889
  ExcludeMap?: Record<string, string[]>;
1082
890
  }
1083
- export declare namespace Policy {
1084
- /**
1085
- * @internal
1086
- */
1087
- const filterSensitiveLog: (obj: Policy) => any;
1088
- }
1089
891
  export interface GetPolicyResponse {
1090
892
  /**
1091
893
  * <p>Information about the specified Firewall Manager policy.</p>
@@ -1096,12 +898,6 @@ export interface GetPolicyResponse {
1096
898
  */
1097
899
  PolicyArn?: string;
1098
900
  }
1099
- export declare namespace GetPolicyResponse {
1100
- /**
1101
- * @internal
1102
- */
1103
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
1104
- }
1105
901
  /**
1106
902
  * <p>The value of the <code>Type</code> parameter is invalid.</p>
1107
903
  */
@@ -1150,12 +946,6 @@ export interface GetProtectionStatusRequest {
1150
946
  */
1151
947
  MaxResults?: number;
1152
948
  }
1153
- export declare namespace GetProtectionStatusRequest {
1154
- /**
1155
- * @internal
1156
- */
1157
- const filterSensitiveLog: (obj: GetProtectionStatusRequest) => any;
1158
- }
1159
949
  export interface GetProtectionStatusResponse {
1160
950
  /**
1161
951
  * <p>The ID of the Firewall Manager administrator account for this policy.</p>
@@ -1200,12 +990,6 @@ export interface GetProtectionStatusResponse {
1200
990
  */
1201
991
  NextToken?: string;
1202
992
  }
1203
- export declare namespace GetProtectionStatusResponse {
1204
- /**
1205
- * @internal
1206
- */
1207
- const filterSensitiveLog: (obj: GetProtectionStatusResponse) => any;
1208
- }
1209
993
  export interface GetProtocolsListRequest {
1210
994
  /**
1211
995
  * <p>The ID of the Firewall Manager protocols list that you want the details for.</p>
@@ -1216,12 +1000,6 @@ export interface GetProtocolsListRequest {
1216
1000
  */
1217
1001
  DefaultList?: boolean;
1218
1002
  }
1219
- export declare namespace GetProtocolsListRequest {
1220
- /**
1221
- * @internal
1222
- */
1223
- const filterSensitiveLog: (obj: GetProtocolsListRequest) => any;
1224
- }
1225
1003
  /**
1226
1004
  * <p>An Firewall Manager protocols list.</p>
1227
1005
  */
@@ -1257,12 +1035,6 @@ export interface ProtocolsListData {
1257
1035
  */
1258
1036
  PreviousProtocolsList?: Record<string, string[]>;
1259
1037
  }
1260
- export declare namespace ProtocolsListData {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: ProtocolsListData) => any;
1265
- }
1266
1038
  export interface GetProtocolsListResponse {
1267
1039
  /**
1268
1040
  * <p>Information about the specified Firewall Manager protocols list.</p>
@@ -1273,24 +1045,12 @@ export interface GetProtocolsListResponse {
1273
1045
  */
1274
1046
  ProtocolsListArn?: string;
1275
1047
  }
1276
- export declare namespace GetProtocolsListResponse {
1277
- /**
1278
- * @internal
1279
- */
1280
- const filterSensitiveLog: (obj: GetProtocolsListResponse) => any;
1281
- }
1282
1048
  export interface GetThirdPartyFirewallAssociationStatusRequest {
1283
1049
  /**
1284
1050
  * <p>The name of the third-party firewall vendor.</p>
1285
1051
  */
1286
1052
  ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
1287
1053
  }
1288
- export declare namespace GetThirdPartyFirewallAssociationStatusRequest {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusRequest) => any;
1293
- }
1294
1054
  export declare enum MarketplaceSubscriptionOnboardingStatus {
1295
1055
  COMPLETE = "COMPLETE",
1296
1056
  NOT_COMPLETE = "NOT_COMPLETE",
@@ -1342,12 +1102,6 @@ export interface GetThirdPartyFirewallAssociationStatusResponse {
1342
1102
  */
1343
1103
  MarketplaceOnboardingStatus?: MarketplaceSubscriptionOnboardingStatus | string;
1344
1104
  }
1345
- export declare namespace GetThirdPartyFirewallAssociationStatusResponse {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusResponse) => any;
1350
- }
1351
1105
  export interface GetViolationDetailsRequest {
1352
1106
  /**
1353
1107
  * <p>The ID of the Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.</p>
@@ -1373,12 +1127,6 @@ export interface GetViolationDetailsRequest {
1373
1127
  */
1374
1128
  ResourceType: string | undefined;
1375
1129
  }
1376
- export declare namespace GetViolationDetailsRequest {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: GetViolationDetailsRequest) => any;
1381
- }
1382
1130
  /**
1383
1131
  * <p>A collection of key:value pairs associated with an Amazon Web Services resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each Amazon Web Services resource. </p>
1384
1132
  */
@@ -1392,12 +1140,6 @@ export interface Tag {
1392
1140
  */
1393
1141
  Value: string | undefined;
1394
1142
  }
1395
- export declare namespace Tag {
1396
- /**
1397
- * @internal
1398
- */
1399
- const filterSensitiveLog: (obj: Tag) => any;
1400
- }
1401
1143
  /**
1402
1144
  * <p>The reference rule that partially matches the <code>ViolationTarget</code> rule and violation reason.</p>
1403
1145
  */
@@ -1411,12 +1153,6 @@ export interface PartialMatch {
1411
1153
  */
1412
1154
  TargetViolationReasons?: string[];
1413
1155
  }
1414
- export declare namespace PartialMatch {
1415
- /**
1416
- * @internal
1417
- */
1418
- const filterSensitiveLog: (obj: PartialMatch) => any;
1419
- }
1420
1156
  export declare enum RemediationActionType {
1421
1157
  Modify = "MODIFY",
1422
1158
  Remove = "REMOVE"
@@ -1450,12 +1186,6 @@ export interface SecurityGroupRuleDescription {
1450
1186
  */
1451
1187
  ToPort?: number;
1452
1188
  }
1453
- export declare namespace SecurityGroupRuleDescription {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
1458
- }
1459
1189
  /**
1460
1190
  * <p>Remediation option for the rule specified in the <code>ViolationTarget</code>.</p>
1461
1191
  */
@@ -1477,12 +1207,6 @@ export interface SecurityGroupRemediationAction {
1477
1207
  */
1478
1208
  IsDefaultAction?: boolean;
1479
1209
  }
1480
- export declare namespace SecurityGroupRemediationAction {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: SecurityGroupRemediationAction) => any;
1485
- }
1486
1210
  /**
1487
1211
  * <p>Violation detail for the rule violation in a security group when compared to the primary security group of the Firewall Manager policy.</p>
1488
1212
  */
@@ -1504,12 +1228,6 @@ export interface AwsVPCSecurityGroupViolation {
1504
1228
  */
1505
1229
  PossibleSecurityGroupRemediationActions?: SecurityGroupRemediationAction[];
1506
1230
  }
1507
- export declare namespace AwsVPCSecurityGroupViolation {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: AwsVPCSecurityGroupViolation) => any;
1512
- }
1513
1231
  /**
1514
1232
  * <p>A DNS Firewall rule group that Firewall Manager
1515
1233
  * tried to associate with a VPC is already associated with the VPC and can't be associated again. </p>
@@ -1524,12 +1242,6 @@ export interface DnsDuplicateRuleGroupViolation {
1524
1242
  */
1525
1243
  ViolationTargetDescription?: string;
1526
1244
  }
1527
- export declare namespace DnsDuplicateRuleGroupViolation {
1528
- /**
1529
- * @internal
1530
- */
1531
- const filterSensitiveLog: (obj: DnsDuplicateRuleGroupViolation) => any;
1532
- }
1533
1245
  /**
1534
1246
  * <p>The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit. </p>
1535
1247
  */
@@ -1547,12 +1259,6 @@ export interface DnsRuleGroupLimitExceededViolation {
1547
1259
  */
1548
1260
  NumberOfRuleGroupsAlreadyAssociated?: number;
1549
1261
  }
1550
- export declare namespace DnsRuleGroupLimitExceededViolation {
1551
- /**
1552
- * @internal
1553
- */
1554
- const filterSensitiveLog: (obj: DnsRuleGroupLimitExceededViolation) => any;
1555
- }
1556
1262
  /**
1557
1263
  * <p>A rule group that Firewall Manager
1558
1264
  * tried to associate with a VPC has the same priority as a rule group that's already associated. </p>
@@ -1581,12 +1287,6 @@ export interface DnsRuleGroupPriorityConflictViolation {
1581
1287
  */
1582
1288
  UnavailablePriorities?: number[];
1583
1289
  }
1584
- export declare namespace DnsRuleGroupPriorityConflictViolation {
1585
- /**
1586
- * @internal
1587
- */
1588
- const filterSensitiveLog: (obj: DnsRuleGroupPriorityConflictViolation) => any;
1589
- }
1590
1290
  /**
1591
1291
  * <p>Contains details about the firewall subnet that violates the policy scope.</p>
1592
1292
  */
@@ -1612,12 +1312,6 @@ export interface FirewallSubnetIsOutOfScopeViolation {
1612
1312
  */
1613
1313
  VpcEndpointId?: string;
1614
1314
  }
1615
- export declare namespace FirewallSubnetIsOutOfScopeViolation {
1616
- /**
1617
- * @internal
1618
- */
1619
- const filterSensitiveLog: (obj: FirewallSubnetIsOutOfScopeViolation) => any;
1620
- }
1621
1315
  /**
1622
1316
  * <p>The violation details for a firewall subnet's VPC endpoint that's deleted or missing.</p>
1623
1317
  */
@@ -1639,12 +1333,6 @@ export interface FirewallSubnetMissingVPCEndpointViolation {
1639
1333
  */
1640
1334
  SubnetAvailabilityZoneId?: string;
1641
1335
  }
1642
- export declare namespace FirewallSubnetMissingVPCEndpointViolation {
1643
- /**
1644
- * @internal
1645
- */
1646
- const filterSensitiveLog: (obj: FirewallSubnetMissingVPCEndpointViolation) => any;
1647
- }
1648
1336
  export declare enum DestinationType {
1649
1337
  IPV4 = "IPV4",
1650
1338
  IPV6 = "IPV6",
@@ -1683,12 +1371,6 @@ export interface Route {
1683
1371
  */
1684
1372
  Target?: string;
1685
1373
  }
1686
- export declare namespace Route {
1687
- /**
1688
- * @internal
1689
- */
1690
- const filterSensitiveLog: (obj: Route) => any;
1691
- }
1692
1374
  /**
1693
1375
  * <p>Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.</p>
1694
1376
  */
@@ -1710,12 +1392,6 @@ export interface NetworkFirewallBlackHoleRouteDetectedViolation {
1710
1392
  */
1711
1393
  ViolatingRoutes?: Route[];
1712
1394
  }
1713
- export declare namespace NetworkFirewallBlackHoleRouteDetectedViolation {
1714
- /**
1715
- * @internal
1716
- */
1717
- const filterSensitiveLog: (obj: NetworkFirewallBlackHoleRouteDetectedViolation) => any;
1718
- }
1719
1395
  /**
1720
1396
  * <p>Information about the expected route in the route table.</p>
1721
1397
  */
@@ -1745,12 +1421,6 @@ export interface ExpectedRoute {
1745
1421
  */
1746
1422
  RouteTableId?: string;
1747
1423
  }
1748
- export declare namespace ExpectedRoute {
1749
- /**
1750
- * @internal
1751
- */
1752
- const filterSensitiveLog: (obj: ExpectedRoute) => any;
1753
- }
1754
1424
  /**
1755
1425
  * <p>Violation detail for the subnet for which internet traffic that hasn't been inspected.</p>
1756
1426
  */
@@ -1816,12 +1486,6 @@ export interface NetworkFirewallInternetTrafficNotInspectedViolation {
1816
1486
  */
1817
1487
  VpcId?: string;
1818
1488
  }
1819
- export declare namespace NetworkFirewallInternetTrafficNotInspectedViolation {
1820
- /**
1821
- * @internal
1822
- */
1823
- const filterSensitiveLog: (obj: NetworkFirewallInternetTrafficNotInspectedViolation) => any;
1824
- }
1825
1489
  /**
1826
1490
  * <p>Violation detail for the improperly configured subnet route. It's possible there is a missing route table route,
1827
1491
  * or a configuration that causes traffic to cross an Availability Zone boundary.</p>
@@ -1892,12 +1556,6 @@ export interface NetworkFirewallInvalidRouteConfigurationViolation {
1892
1556
  */
1893
1557
  VpcId?: string;
1894
1558
  }
1895
- export declare namespace NetworkFirewallInvalidRouteConfigurationViolation {
1896
- /**
1897
- * @internal
1898
- */
1899
- const filterSensitiveLog: (obj: NetworkFirewallInvalidRouteConfigurationViolation) => any;
1900
- }
1901
1559
  /**
1902
1560
  * <p>Violation detail for an expected route missing in Network Firewall.</p>
1903
1561
  */
@@ -1915,12 +1573,6 @@ export interface NetworkFirewallMissingExpectedRoutesViolation {
1915
1573
  */
1916
1574
  VpcId?: string;
1917
1575
  }
1918
- export declare namespace NetworkFirewallMissingExpectedRoutesViolation {
1919
- /**
1920
- * @internal
1921
- */
1922
- const filterSensitiveLog: (obj: NetworkFirewallMissingExpectedRoutesViolation) => any;
1923
- }
1924
1576
  /**
1925
1577
  * <p>Violation detail for Network Firewall for a subnet that's not associated to the expected
1926
1578
  * Firewall Manager managed route table.</p>
@@ -1947,12 +1599,6 @@ export interface NetworkFirewallMissingExpectedRTViolation {
1947
1599
  */
1948
1600
  ExpectedRouteTable?: string;
1949
1601
  }
1950
- export declare namespace NetworkFirewallMissingExpectedRTViolation {
1951
- /**
1952
- * @internal
1953
- */
1954
- const filterSensitiveLog: (obj: NetworkFirewallMissingExpectedRTViolation) => any;
1955
- }
1956
1602
  /**
1957
1603
  * <p>Violation detail for Network Firewall for a subnet that doesn't have a
1958
1604
  * Firewall Manager managed firewall in its VPC. </p>
@@ -1975,12 +1621,6 @@ export interface NetworkFirewallMissingFirewallViolation {
1975
1621
  */
1976
1622
  TargetViolationReason?: string;
1977
1623
  }
1978
- export declare namespace NetworkFirewallMissingFirewallViolation {
1979
- /**
1980
- * @internal
1981
- */
1982
- const filterSensitiveLog: (obj: NetworkFirewallMissingFirewallViolation) => any;
1983
- }
1984
1624
  /**
1985
1625
  * <p>Violation detail for Network Firewall for an Availability Zone that's
1986
1626
  * missing the expected Firewall Manager managed subnet.</p>
@@ -2003,12 +1643,6 @@ export interface NetworkFirewallMissingSubnetViolation {
2003
1643
  */
2004
1644
  TargetViolationReason?: string;
2005
1645
  }
2006
- export declare namespace NetworkFirewallMissingSubnetViolation {
2007
- /**
2008
- * @internal
2009
- */
2010
- const filterSensitiveLog: (obj: NetworkFirewallMissingSubnetViolation) => any;
2011
- }
2012
1646
  export declare enum RuleOrder {
2013
1647
  DEFAULT_ACTION_ORDER = "DEFAULT_ACTION_ORDER",
2014
1648
  STRICT_ORDER = "STRICT_ORDER"
@@ -2025,12 +1659,6 @@ export interface StatefulEngineOptions {
2025
1659
  */
2026
1660
  RuleOrder?: RuleOrder | string;
2027
1661
  }
2028
- export declare namespace StatefulEngineOptions {
2029
- /**
2030
- * @internal
2031
- */
2032
- const filterSensitiveLog: (obj: StatefulEngineOptions) => any;
2033
- }
2034
1662
  /**
2035
1663
  * <p>Network Firewall stateful rule group, used in a <a>NetworkFirewallPolicyDescription</a>. </p>
2036
1664
  */
@@ -2058,12 +1686,6 @@ export interface StatefulRuleGroup {
2058
1686
  */
2059
1687
  Priority?: number;
2060
1688
  }
2061
- export declare namespace StatefulRuleGroup {
2062
- /**
2063
- * @internal
2064
- */
2065
- const filterSensitiveLog: (obj: StatefulRuleGroup) => any;
2066
- }
2067
1689
  /**
2068
1690
  * <p>Network Firewall stateless rule group, used in a <a>NetworkFirewallPolicyDescription</a>. </p>
2069
1691
  */
@@ -2081,12 +1703,6 @@ export interface StatelessRuleGroup {
2081
1703
  */
2082
1704
  Priority?: number;
2083
1705
  }
2084
- export declare namespace StatelessRuleGroup {
2085
- /**
2086
- * @internal
2087
- */
2088
- const filterSensitiveLog: (obj: StatelessRuleGroup) => any;
2089
- }
2090
1706
  /**
2091
1707
  * <p>The definition of the Network Firewall firewall policy.</p>
2092
1708
  */
@@ -2140,12 +1756,6 @@ export interface NetworkFirewallPolicyDescription {
2140
1756
  */
2141
1757
  StatefulEngineOptions?: StatefulEngineOptions;
2142
1758
  }
2143
- export declare namespace NetworkFirewallPolicyDescription {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: NetworkFirewallPolicyDescription) => any;
2148
- }
2149
1759
  /**
2150
1760
  * <p>Violation detail for Network Firewall for a firewall policy that has a different
2151
1761
  * <a>NetworkFirewallPolicyDescription</a> than is required by the Firewall Manager policy. </p>
@@ -2164,12 +1774,6 @@ export interface NetworkFirewallPolicyModifiedViolation {
2164
1774
  */
2165
1775
  ExpectedPolicyDescription?: NetworkFirewallPolicyDescription;
2166
1776
  }
2167
- export declare namespace NetworkFirewallPolicyModifiedViolation {
2168
- /**
2169
- * @internal
2170
- */
2171
- const filterSensitiveLog: (obj: NetworkFirewallPolicyModifiedViolation) => any;
2172
- }
2173
1777
  /**
2174
1778
  * <p>Violation detail for an unexpected route that's present in a route table.</p>
2175
1779
  */
@@ -2195,12 +1799,6 @@ export interface NetworkFirewallUnexpectedFirewallRoutesViolation {
2195
1799
  */
2196
1800
  VpcId?: string;
2197
1801
  }
2198
- export declare namespace NetworkFirewallUnexpectedFirewallRoutesViolation {
2199
- /**
2200
- * @internal
2201
- */
2202
- const filterSensitiveLog: (obj: NetworkFirewallUnexpectedFirewallRoutesViolation) => any;
2203
- }
2204
1802
  /**
2205
1803
  * <p>Violation detail for an unexpected gateway route that’s present in a route table.</p>
2206
1804
  */
@@ -2222,12 +1820,6 @@ export interface NetworkFirewallUnexpectedGatewayRoutesViolation {
2222
1820
  */
2223
1821
  VpcId?: string;
2224
1822
  }
2225
- export declare namespace NetworkFirewallUnexpectedGatewayRoutesViolation {
2226
- /**
2227
- * @internal
2228
- */
2229
- const filterSensitiveLog: (obj: NetworkFirewallUnexpectedGatewayRoutesViolation) => any;
2230
- }
2231
1823
  /**
2232
1824
  * <p>The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.</p>
2233
1825
  */
@@ -2249,12 +1841,6 @@ export interface EC2AssociateRouteTableAction {
2249
1841
  */
2250
1842
  GatewayId?: ActionTarget;
2251
1843
  }
2252
- export declare namespace EC2AssociateRouteTableAction {
2253
- /**
2254
- * @internal
2255
- */
2256
- const filterSensitiveLog: (obj: EC2AssociateRouteTableAction) => any;
2257
- }
2258
1844
  /**
2259
1845
  * <p>An action that copies the EC2 route table for use in remediation.</p>
2260
1846
  */
@@ -2272,12 +1858,6 @@ export interface EC2CopyRouteTableAction {
2272
1858
  */
2273
1859
  RouteTableId: ActionTarget | undefined;
2274
1860
  }
2275
- export declare namespace EC2CopyRouteTableAction {
2276
- /**
2277
- * @internal
2278
- */
2279
- const filterSensitiveLog: (obj: EC2CopyRouteTableAction) => any;
2280
- }
2281
1861
  /**
2282
1862
  * <p>Information about the CreateRoute action in Amazon EC2.</p>
2283
1863
  */
@@ -2311,12 +1891,6 @@ export interface EC2CreateRouteAction {
2311
1891
  */
2312
1892
  RouteTableId: ActionTarget | undefined;
2313
1893
  }
2314
- export declare namespace EC2CreateRouteAction {
2315
- /**
2316
- * @internal
2317
- */
2318
- const filterSensitiveLog: (obj: EC2CreateRouteAction) => any;
2319
- }
2320
1894
  /**
2321
1895
  * <p>Information about the CreateRouteTable action in Amazon EC2.</p>
2322
1896
  */
@@ -2330,12 +1904,6 @@ export interface EC2CreateRouteTableAction {
2330
1904
  */
2331
1905
  VpcId: ActionTarget | undefined;
2332
1906
  }
2333
- export declare namespace EC2CreateRouteTableAction {
2334
- /**
2335
- * @internal
2336
- */
2337
- const filterSensitiveLog: (obj: EC2CreateRouteTableAction) => any;
2338
- }
2339
1907
  /**
2340
1908
  * <p>Information about the DeleteRoute action in Amazon EC2.</p>
2341
1909
  */
@@ -2361,12 +1929,6 @@ export interface EC2DeleteRouteAction {
2361
1929
  */
2362
1930
  RouteTableId: ActionTarget | undefined;
2363
1931
  }
2364
- export declare namespace EC2DeleteRouteAction {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: EC2DeleteRouteAction) => any;
2369
- }
2370
1932
  /**
2371
1933
  * <p>Information about the ReplaceRoute action in Amazon EC2.</p>
2372
1934
  */
@@ -2396,12 +1958,6 @@ export interface EC2ReplaceRouteAction {
2396
1958
  */
2397
1959
  RouteTableId: ActionTarget | undefined;
2398
1960
  }
2399
- export declare namespace EC2ReplaceRouteAction {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: EC2ReplaceRouteAction) => any;
2404
- }
2405
1961
  /**
2406
1962
  * <p>Information about the ReplaceRouteTableAssociation action in Amazon EC2.</p>
2407
1963
  */
@@ -2419,12 +1975,6 @@ export interface EC2ReplaceRouteTableAssociationAction {
2419
1975
  */
2420
1976
  RouteTableId: ActionTarget | undefined;
2421
1977
  }
2422
- export declare namespace EC2ReplaceRouteTableAssociationAction {
2423
- /**
2424
- * @internal
2425
- */
2426
- const filterSensitiveLog: (obj: EC2ReplaceRouteTableAssociationAction) => any;
2427
- }
2428
1978
  /**
2429
1979
  * <p>Contains information about the actions that you can take to remediate scope violations
2430
1980
  * caused by your policy's <code>FirewallCreationConfig</code>.
@@ -2442,12 +1992,6 @@ export interface FMSPolicyUpdateFirewallCreationConfigAction {
2442
1992
  */
2443
1993
  FirewallCreationConfig?: string;
2444
1994
  }
2445
- export declare namespace FMSPolicyUpdateFirewallCreationConfigAction {
2446
- /**
2447
- * @internal
2448
- */
2449
- const filterSensitiveLog: (obj: FMSPolicyUpdateFirewallCreationConfigAction) => any;
2450
- }
2451
1995
  /**
2452
1996
  * <p>Information about an individual action you can take to remediate a violation.</p>
2453
1997
  */
@@ -2489,12 +2033,6 @@ export interface RemediationAction {
2489
2033
  */
2490
2034
  FMSPolicyUpdateFirewallCreationConfigAction?: FMSPolicyUpdateFirewallCreationConfigAction;
2491
2035
  }
2492
- export declare namespace RemediationAction {
2493
- /**
2494
- * @internal
2495
- */
2496
- const filterSensitiveLog: (obj: RemediationAction) => any;
2497
- }
2498
2036
  /**
2499
2037
  * <p>An ordered list of actions you can take to remediate a violation.</p>
2500
2038
  */
@@ -2508,12 +2046,6 @@ export interface RemediationActionWithOrder {
2508
2046
  */
2509
2047
  Order?: number;
2510
2048
  }
2511
- export declare namespace RemediationActionWithOrder {
2512
- /**
2513
- * @internal
2514
- */
2515
- const filterSensitiveLog: (obj: RemediationActionWithOrder) => any;
2516
- }
2517
2049
  /**
2518
2050
  * <p>A list of remediation actions.</p>
2519
2051
  */
@@ -2531,12 +2063,6 @@ export interface PossibleRemediationAction {
2531
2063
  */
2532
2064
  IsDefaultAction?: boolean;
2533
2065
  }
2534
- export declare namespace PossibleRemediationAction {
2535
- /**
2536
- * @internal
2537
- */
2538
- const filterSensitiveLog: (obj: PossibleRemediationAction) => any;
2539
- }
2540
2066
  /**
2541
2067
  * <p>A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.</p>
2542
2068
  */
@@ -2550,12 +2076,6 @@ export interface PossibleRemediationActions {
2550
2076
  */
2551
2077
  Actions?: PossibleRemediationAction[];
2552
2078
  }
2553
- export declare namespace PossibleRemediationActions {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: PossibleRemediationActions) => any;
2558
- }
2559
2079
  /**
2560
2080
  * <p>Contains details about the route endpoint that violates the policy scope.</p>
2561
2081
  */
@@ -2609,12 +2129,6 @@ export interface RouteHasOutOfScopeEndpointViolation {
2609
2129
  */
2610
2130
  InternetGatewayRoutes?: Route[];
2611
2131
  }
2612
- export declare namespace RouteHasOutOfScopeEndpointViolation {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: RouteHasOutOfScopeEndpointViolation) => any;
2617
- }
2618
2132
  /**
2619
2133
  * <p>The violation details for a third-party firewall that's not associated with an Firewall Manager managed route table.</p>
2620
2134
  */
@@ -2640,12 +2154,6 @@ export interface ThirdPartyFirewallMissingExpectedRouteTableViolation {
2640
2154
  */
2641
2155
  ExpectedRouteTable?: string;
2642
2156
  }
2643
- export declare namespace ThirdPartyFirewallMissingExpectedRouteTableViolation {
2644
- /**
2645
- * @internal
2646
- */
2647
- const filterSensitiveLog: (obj: ThirdPartyFirewallMissingExpectedRouteTableViolation) => any;
2648
- }
2649
2157
  /**
2650
2158
  * <p>The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.</p>
2651
2159
  */
@@ -2667,12 +2175,6 @@ export interface ThirdPartyFirewallMissingFirewallViolation {
2667
2175
  */
2668
2176
  TargetViolationReason?: string;
2669
2177
  }
2670
- export declare namespace ThirdPartyFirewallMissingFirewallViolation {
2671
- /**
2672
- * @internal
2673
- */
2674
- const filterSensitiveLog: (obj: ThirdPartyFirewallMissingFirewallViolation) => any;
2675
- }
2676
2178
  /**
2677
2179
  * <p>The violation details for a third-party firewall for an Availability Zone that's missing the Firewall Manager managed subnet.</p>
2678
2180
  */
@@ -2694,12 +2196,6 @@ export interface ThirdPartyFirewallMissingSubnetViolation {
2694
2196
  */
2695
2197
  TargetViolationReason?: string;
2696
2198
  }
2697
- export declare namespace ThirdPartyFirewallMissingSubnetViolation {
2698
- /**
2699
- * @internal
2700
- */
2701
- const filterSensitiveLog: (obj: ThirdPartyFirewallMissingSubnetViolation) => any;
2702
- }
2703
2199
  /**
2704
2200
  * <p>Violation detail based on resource type.</p>
2705
2201
  */
@@ -2805,12 +2301,6 @@ export interface ResourceViolation {
2805
2301
  */
2806
2302
  FirewallSubnetMissingVPCEndpointViolation?: FirewallSubnetMissingVPCEndpointViolation;
2807
2303
  }
2808
- export declare namespace ResourceViolation {
2809
- /**
2810
- * @internal
2811
- */
2812
- const filterSensitiveLog: (obj: ResourceViolation) => any;
2813
- }
2814
2304
  /**
2815
2305
  * <p>Violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.</p>
2816
2306
  */
@@ -2844,24 +2334,12 @@ export interface ViolationDetail {
2844
2334
  */
2845
2335
  ResourceDescription?: string;
2846
2336
  }
2847
- export declare namespace ViolationDetail {
2848
- /**
2849
- * @internal
2850
- */
2851
- const filterSensitiveLog: (obj: ViolationDetail) => any;
2852
- }
2853
2337
  export interface GetViolationDetailsResponse {
2854
2338
  /**
2855
2339
  * <p>Violation detail for a resource.</p>
2856
2340
  */
2857
2341
  ViolationDetail?: ViolationDetail;
2858
2342
  }
2859
- export declare namespace GetViolationDetailsResponse {
2860
- /**
2861
- * @internal
2862
- */
2863
- const filterSensitiveLog: (obj: GetViolationDetailsResponse) => any;
2864
- }
2865
2343
  export interface ListAppsListsRequest {
2866
2344
  /**
2867
2345
  * <p>Specifies whether the lists to retrieve are default lists owned by Firewall Manager.</p>
@@ -2881,12 +2359,6 @@ export interface ListAppsListsRequest {
2881
2359
  */
2882
2360
  MaxResults: number | undefined;
2883
2361
  }
2884
- export declare namespace ListAppsListsRequest {
2885
- /**
2886
- * @internal
2887
- */
2888
- const filterSensitiveLog: (obj: ListAppsListsRequest) => any;
2889
- }
2890
2362
  export interface ListAppsListsResponse {
2891
2363
  /**
2892
2364
  * <p>An array of <code>AppsListDataSummary</code> objects.</p>
@@ -2898,12 +2370,6 @@ export interface ListAppsListsResponse {
2898
2370
  */
2899
2371
  NextToken?: string;
2900
2372
  }
2901
- export declare namespace ListAppsListsResponse {
2902
- /**
2903
- * @internal
2904
- */
2905
- const filterSensitiveLog: (obj: ListAppsListsResponse) => any;
2906
- }
2907
2373
  export interface ListComplianceStatusRequest {
2908
2374
  /**
2909
2375
  * <p>The ID of the Firewall Manager policy that you want the details for.</p>
@@ -2928,12 +2394,6 @@ export interface ListComplianceStatusRequest {
2928
2394
  */
2929
2395
  MaxResults?: number;
2930
2396
  }
2931
- export declare namespace ListComplianceStatusRequest {
2932
- /**
2933
- * @internal
2934
- */
2935
- const filterSensitiveLog: (obj: ListComplianceStatusRequest) => any;
2936
- }
2937
2397
  export declare enum PolicyComplianceStatusType {
2938
2398
  Compliant = "COMPLIANT",
2939
2399
  NonCompliant = "NON_COMPLIANT"
@@ -2961,12 +2421,6 @@ export interface EvaluationResult {
2961
2421
  */
2962
2422
  EvaluationLimitExceeded?: boolean;
2963
2423
  }
2964
- export declare namespace EvaluationResult {
2965
- /**
2966
- * @internal
2967
- */
2968
- const filterSensitiveLog: (obj: EvaluationResult) => any;
2969
- }
2970
2424
  /**
2971
2425
  * <p>Indicates whether the account is compliant with the specified policy. An account is
2972
2426
  * considered noncompliant if it includes resources that are not protected by the policy, for
@@ -3004,12 +2458,6 @@ export interface PolicyComplianceStatus {
3004
2458
  */
3005
2459
  IssueInfoMap?: Record<string, string>;
3006
2460
  }
3007
- export declare namespace PolicyComplianceStatus {
3008
- /**
3009
- * @internal
3010
- */
3011
- const filterSensitiveLog: (obj: PolicyComplianceStatus) => any;
3012
- }
3013
2461
  export interface ListComplianceStatusResponse {
3014
2462
  /**
3015
2463
  * <p>An array of <code>PolicyComplianceStatus</code> objects.</p>
@@ -3025,12 +2473,6 @@ export interface ListComplianceStatusResponse {
3025
2473
  */
3026
2474
  NextToken?: string;
3027
2475
  }
3028
- export declare namespace ListComplianceStatusResponse {
3029
- /**
3030
- * @internal
3031
- */
3032
- const filterSensitiveLog: (obj: ListComplianceStatusResponse) => any;
3033
- }
3034
2476
  export interface ListMemberAccountsRequest {
3035
2477
  /**
3036
2478
  * <p>If you specify a value for <code>MaxResults</code> and you have more account IDs than the
@@ -3049,12 +2491,6 @@ export interface ListMemberAccountsRequest {
3049
2491
  */
3050
2492
  MaxResults?: number;
3051
2493
  }
3052
- export declare namespace ListMemberAccountsRequest {
3053
- /**
3054
- * @internal
3055
- */
3056
- const filterSensitiveLog: (obj: ListMemberAccountsRequest) => any;
3057
- }
3058
2494
  export interface ListMemberAccountsResponse {
3059
2495
  /**
3060
2496
  * <p>An array of account IDs.</p>
@@ -3069,12 +2505,6 @@ export interface ListMemberAccountsResponse {
3069
2505
  */
3070
2506
  NextToken?: string;
3071
2507
  }
3072
- export declare namespace ListMemberAccountsResponse {
3073
- /**
3074
- * @internal
3075
- */
3076
- const filterSensitiveLog: (obj: ListMemberAccountsResponse) => any;
3077
- }
3078
2508
  export interface ListPoliciesRequest {
3079
2509
  /**
3080
2510
  * <p>If you specify a value for <code>MaxResults</code> and you have more
@@ -3094,12 +2524,6 @@ export interface ListPoliciesRequest {
3094
2524
  */
3095
2525
  MaxResults?: number;
3096
2526
  }
3097
- export declare namespace ListPoliciesRequest {
3098
- /**
3099
- * @internal
3100
- */
3101
- const filterSensitiveLog: (obj: ListPoliciesRequest) => any;
3102
- }
3103
2527
  /**
3104
2528
  * <p>Details of the Firewall Manager policy. </p>
3105
2529
  */
@@ -3148,12 +2572,6 @@ export interface PolicySummary {
3148
2572
  */
3149
2573
  DeleteUnusedFMManagedResources?: boolean;
3150
2574
  }
3151
- export declare namespace PolicySummary {
3152
- /**
3153
- * @internal
3154
- */
3155
- const filterSensitiveLog: (obj: PolicySummary) => any;
3156
- }
3157
2575
  export interface ListPoliciesResponse {
3158
2576
  /**
3159
2577
  * <p>An array of <code>PolicySummary</code> objects.</p>
@@ -3168,12 +2586,6 @@ export interface ListPoliciesResponse {
3168
2586
  */
3169
2587
  NextToken?: string;
3170
2588
  }
3171
- export declare namespace ListPoliciesResponse {
3172
- /**
3173
- * @internal
3174
- */
3175
- const filterSensitiveLog: (obj: ListPoliciesResponse) => any;
3176
- }
3177
2589
  export interface ListProtocolsListsRequest {
3178
2590
  /**
3179
2591
  * <p>Specifies whether the lists to retrieve are default lists owned by Firewall Manager.</p>
@@ -3193,12 +2605,6 @@ export interface ListProtocolsListsRequest {
3193
2605
  */
3194
2606
  MaxResults: number | undefined;
3195
2607
  }
3196
- export declare namespace ListProtocolsListsRequest {
3197
- /**
3198
- * @internal
3199
- */
3200
- const filterSensitiveLog: (obj: ListProtocolsListsRequest) => any;
3201
- }
3202
2608
  /**
3203
2609
  * <p>Details of the Firewall Manager protocols list.</p>
3204
2610
  */
@@ -3220,12 +2626,6 @@ export interface ProtocolsListDataSummary {
3220
2626
  */
3221
2627
  ProtocolsList?: string[];
3222
2628
  }
3223
- export declare namespace ProtocolsListDataSummary {
3224
- /**
3225
- * @internal
3226
- */
3227
- const filterSensitiveLog: (obj: ProtocolsListDataSummary) => any;
3228
- }
3229
2629
  export interface ListProtocolsListsResponse {
3230
2630
  /**
3231
2631
  * <p>An array of <code>ProtocolsListDataSummary</code> objects.</p>
@@ -3237,36 +2637,18 @@ export interface ListProtocolsListsResponse {
3237
2637
  */
3238
2638
  NextToken?: string;
3239
2639
  }
3240
- export declare namespace ListProtocolsListsResponse {
3241
- /**
3242
- * @internal
3243
- */
3244
- const filterSensitiveLog: (obj: ListProtocolsListsResponse) => any;
3245
- }
3246
2640
  export interface ListTagsForResourceRequest {
3247
2641
  /**
3248
2642
  * <p>The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>
3249
2643
  */
3250
2644
  ResourceArn: string | undefined;
3251
2645
  }
3252
- export declare namespace ListTagsForResourceRequest {
3253
- /**
3254
- * @internal
3255
- */
3256
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3257
- }
3258
2646
  export interface ListTagsForResourceResponse {
3259
2647
  /**
3260
2648
  * <p>The tags associated with the resource.</p>
3261
2649
  */
3262
2650
  TagList?: Tag[];
3263
2651
  }
3264
- export declare namespace ListTagsForResourceResponse {
3265
- /**
3266
- * @internal
3267
- */
3268
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3269
- }
3270
2652
  export interface ListThirdPartyFirewallFirewallPoliciesRequest {
3271
2653
  /**
3272
2654
  * <p>The name of the third-party firewall vendor.</p>
@@ -3290,12 +2672,6 @@ export interface ListThirdPartyFirewallFirewallPoliciesRequest {
3290
2672
  */
3291
2673
  MaxResults: number | undefined;
3292
2674
  }
3293
- export declare namespace ListThirdPartyFirewallFirewallPoliciesRequest {
3294
- /**
3295
- * @internal
3296
- */
3297
- const filterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesRequest) => any;
3298
- }
3299
2675
  /**
3300
2676
  * <p>Configures the third-party firewall's firewall policy.</p>
3301
2677
  */
@@ -3309,12 +2685,6 @@ export interface ThirdPartyFirewallFirewallPolicy {
3309
2685
  */
3310
2686
  FirewallPolicyName?: string;
3311
2687
  }
3312
- export declare namespace ThirdPartyFirewallFirewallPolicy {
3313
- /**
3314
- * @internal
3315
- */
3316
- const filterSensitiveLog: (obj: ThirdPartyFirewallFirewallPolicy) => any;
3317
- }
3318
2688
  export interface ListThirdPartyFirewallFirewallPoliciesResponse {
3319
2689
  /**
3320
2690
  * <p>A list that contains one <code>ThirdPartyFirewallFirewallPolicies</code> element for each third-party firewall policies that the specified
@@ -3326,12 +2696,6 @@ export interface ListThirdPartyFirewallFirewallPoliciesResponse {
3326
2696
  */
3327
2697
  NextToken?: string;
3328
2698
  }
3329
- export declare namespace ListThirdPartyFirewallFirewallPoliciesResponse {
3330
- /**
3331
- * @internal
3332
- */
3333
- const filterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesResponse) => any;
3334
- }
3335
2699
  export interface PutAppsListRequest {
3336
2700
  /**
3337
2701
  * <p>The details of the Firewall Manager applications list to be created.</p>
@@ -3342,12 +2706,6 @@ export interface PutAppsListRequest {
3342
2706
  */
3343
2707
  TagList?: Tag[];
3344
2708
  }
3345
- export declare namespace PutAppsListRequest {
3346
- /**
3347
- * @internal
3348
- */
3349
- const filterSensitiveLog: (obj: PutAppsListRequest) => any;
3350
- }
3351
2709
  export interface PutAppsListResponse {
3352
2710
  /**
3353
2711
  * <p>The details of the Firewall Manager applications list.</p>
@@ -3358,12 +2716,6 @@ export interface PutAppsListResponse {
3358
2716
  */
3359
2717
  AppsListArn?: string;
3360
2718
  }
3361
- export declare namespace PutAppsListResponse {
3362
- /**
3363
- * @internal
3364
- */
3365
- const filterSensitiveLog: (obj: PutAppsListResponse) => any;
3366
- }
3367
2719
  export interface PutNotificationChannelRequest {
3368
2720
  /**
3369
2721
  * <p>The Amazon Resource Name (ARN) of the SNS topic that collects notifications from
@@ -3376,12 +2728,6 @@ export interface PutNotificationChannelRequest {
3376
2728
  */
3377
2729
  SnsRoleName: string | undefined;
3378
2730
  }
3379
- export declare namespace PutNotificationChannelRequest {
3380
- /**
3381
- * @internal
3382
- */
3383
- const filterSensitiveLog: (obj: PutNotificationChannelRequest) => any;
3384
- }
3385
2731
  export interface PutPolicyRequest {
3386
2732
  /**
3387
2733
  * <p>The details of the Firewall Manager policy to be created.</p>
@@ -3392,12 +2738,6 @@ export interface PutPolicyRequest {
3392
2738
  */
3393
2739
  TagList?: Tag[];
3394
2740
  }
3395
- export declare namespace PutPolicyRequest {
3396
- /**
3397
- * @internal
3398
- */
3399
- const filterSensitiveLog: (obj: PutPolicyRequest) => any;
3400
- }
3401
2741
  export interface PutPolicyResponse {
3402
2742
  /**
3403
2743
  * <p>The details of the Firewall Manager policy.</p>
@@ -3408,12 +2748,6 @@ export interface PutPolicyResponse {
3408
2748
  */
3409
2749
  PolicyArn?: string;
3410
2750
  }
3411
- export declare namespace PutPolicyResponse {
3412
- /**
3413
- * @internal
3414
- */
3415
- const filterSensitiveLog: (obj: PutPolicyResponse) => any;
3416
- }
3417
2751
  export interface PutProtocolsListRequest {
3418
2752
  /**
3419
2753
  * <p>The details of the Firewall Manager protocols list to be created.</p>
@@ -3424,12 +2758,6 @@ export interface PutProtocolsListRequest {
3424
2758
  */
3425
2759
  TagList?: Tag[];
3426
2760
  }
3427
- export declare namespace PutProtocolsListRequest {
3428
- /**
3429
- * @internal
3430
- */
3431
- const filterSensitiveLog: (obj: PutProtocolsListRequest) => any;
3432
- }
3433
2761
  export interface PutProtocolsListResponse {
3434
2762
  /**
3435
2763
  * <p>The details of the Firewall Manager protocols list.</p>
@@ -3440,12 +2768,6 @@ export interface PutProtocolsListResponse {
3440
2768
  */
3441
2769
  ProtocolsListArn?: string;
3442
2770
  }
3443
- export declare namespace PutProtocolsListResponse {
3444
- /**
3445
- * @internal
3446
- */
3447
- const filterSensitiveLog: (obj: PutProtocolsListResponse) => any;
3448
- }
3449
2771
  export interface TagResourceRequest {
3450
2772
  /**
3451
2773
  * <p>The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>
@@ -3456,20 +2778,8 @@ export interface TagResourceRequest {
3456
2778
  */
3457
2779
  TagList: Tag[] | undefined;
3458
2780
  }
3459
- export declare namespace TagResourceRequest {
3460
- /**
3461
- * @internal
3462
- */
3463
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3464
- }
3465
2781
  export interface TagResourceResponse {
3466
2782
  }
3467
- export declare namespace TagResourceResponse {
3468
- /**
3469
- * @internal
3470
- */
3471
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3472
- }
3473
2783
  export interface UntagResourceRequest {
3474
2784
  /**
3475
2785
  * <p>The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>
@@ -3480,17 +2790,473 @@ export interface UntagResourceRequest {
3480
2790
  */
3481
2791
  TagKeys: string[] | undefined;
3482
2792
  }
3483
- export declare namespace UntagResourceRequest {
3484
- /**
3485
- * @internal
3486
- */
3487
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3488
- }
3489
2793
  export interface UntagResourceResponse {
3490
2794
  }
3491
- export declare namespace UntagResourceResponse {
3492
- /**
3493
- * @internal
3494
- */
3495
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3496
- }
2795
+ /**
2796
+ * @internal
2797
+ */
2798
+ export declare const ActionTargetFilterSensitiveLog: (obj: ActionTarget) => any;
2799
+ /**
2800
+ * @internal
2801
+ */
2802
+ export declare const AppFilterSensitiveLog: (obj: App) => any;
2803
+ /**
2804
+ * @internal
2805
+ */
2806
+ export declare const AppsListDataFilterSensitiveLog: (obj: AppsListData) => any;
2807
+ /**
2808
+ * @internal
2809
+ */
2810
+ export declare const AppsListDataSummaryFilterSensitiveLog: (obj: AppsListDataSummary) => any;
2811
+ /**
2812
+ * @internal
2813
+ */
2814
+ export declare const AssociateAdminAccountRequestFilterSensitiveLog: (obj: AssociateAdminAccountRequest) => any;
2815
+ /**
2816
+ * @internal
2817
+ */
2818
+ export declare const AssociateThirdPartyFirewallRequestFilterSensitiveLog: (obj: AssociateThirdPartyFirewallRequest) => any;
2819
+ /**
2820
+ * @internal
2821
+ */
2822
+ export declare const AssociateThirdPartyFirewallResponseFilterSensitiveLog: (obj: AssociateThirdPartyFirewallResponse) => any;
2823
+ /**
2824
+ * @internal
2825
+ */
2826
+ export declare const AwsEc2NetworkInterfaceViolationFilterSensitiveLog: (obj: AwsEc2NetworkInterfaceViolation) => any;
2827
+ /**
2828
+ * @internal
2829
+ */
2830
+ export declare const AwsEc2InstanceViolationFilterSensitiveLog: (obj: AwsEc2InstanceViolation) => any;
2831
+ /**
2832
+ * @internal
2833
+ */
2834
+ export declare const DeleteAppsListRequestFilterSensitiveLog: (obj: DeleteAppsListRequest) => any;
2835
+ /**
2836
+ * @internal
2837
+ */
2838
+ export declare const DeleteNotificationChannelRequestFilterSensitiveLog: (obj: DeleteNotificationChannelRequest) => any;
2839
+ /**
2840
+ * @internal
2841
+ */
2842
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
2843
+ /**
2844
+ * @internal
2845
+ */
2846
+ export declare const DeleteProtocolsListRequestFilterSensitiveLog: (obj: DeleteProtocolsListRequest) => any;
2847
+ /**
2848
+ * @internal
2849
+ */
2850
+ export declare const DisassociateAdminAccountRequestFilterSensitiveLog: (obj: DisassociateAdminAccountRequest) => any;
2851
+ /**
2852
+ * @internal
2853
+ */
2854
+ export declare const DisassociateThirdPartyFirewallRequestFilterSensitiveLog: (obj: DisassociateThirdPartyFirewallRequest) => any;
2855
+ /**
2856
+ * @internal
2857
+ */
2858
+ export declare const DisassociateThirdPartyFirewallResponseFilterSensitiveLog: (obj: DisassociateThirdPartyFirewallResponse) => any;
2859
+ /**
2860
+ * @internal
2861
+ */
2862
+ export declare const GetAdminAccountRequestFilterSensitiveLog: (obj: GetAdminAccountRequest) => any;
2863
+ /**
2864
+ * @internal
2865
+ */
2866
+ export declare const GetAdminAccountResponseFilterSensitiveLog: (obj: GetAdminAccountResponse) => any;
2867
+ /**
2868
+ * @internal
2869
+ */
2870
+ export declare const GetAppsListRequestFilterSensitiveLog: (obj: GetAppsListRequest) => any;
2871
+ /**
2872
+ * @internal
2873
+ */
2874
+ export declare const GetAppsListResponseFilterSensitiveLog: (obj: GetAppsListResponse) => any;
2875
+ /**
2876
+ * @internal
2877
+ */
2878
+ export declare const GetComplianceDetailRequestFilterSensitiveLog: (obj: GetComplianceDetailRequest) => any;
2879
+ /**
2880
+ * @internal
2881
+ */
2882
+ export declare const ComplianceViolatorFilterSensitiveLog: (obj: ComplianceViolator) => any;
2883
+ /**
2884
+ * @internal
2885
+ */
2886
+ export declare const PolicyComplianceDetailFilterSensitiveLog: (obj: PolicyComplianceDetail) => any;
2887
+ /**
2888
+ * @internal
2889
+ */
2890
+ export declare const GetComplianceDetailResponseFilterSensitiveLog: (obj: GetComplianceDetailResponse) => any;
2891
+ /**
2892
+ * @internal
2893
+ */
2894
+ export declare const GetNotificationChannelRequestFilterSensitiveLog: (obj: GetNotificationChannelRequest) => any;
2895
+ /**
2896
+ * @internal
2897
+ */
2898
+ export declare const GetNotificationChannelResponseFilterSensitiveLog: (obj: GetNotificationChannelResponse) => any;
2899
+ /**
2900
+ * @internal
2901
+ */
2902
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
2903
+ /**
2904
+ * @internal
2905
+ */
2906
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
2907
+ /**
2908
+ * @internal
2909
+ */
2910
+ export declare const NetworkFirewallPolicyFilterSensitiveLog: (obj: NetworkFirewallPolicy) => any;
2911
+ /**
2912
+ * @internal
2913
+ */
2914
+ export declare const ThirdPartyFirewallPolicyFilterSensitiveLog: (obj: ThirdPartyFirewallPolicy) => any;
2915
+ /**
2916
+ * @internal
2917
+ */
2918
+ export declare const PolicyOptionFilterSensitiveLog: (obj: PolicyOption) => any;
2919
+ /**
2920
+ * @internal
2921
+ */
2922
+ export declare const SecurityServicePolicyDataFilterSensitiveLog: (obj: SecurityServicePolicyData) => any;
2923
+ /**
2924
+ * @internal
2925
+ */
2926
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
2927
+ /**
2928
+ * @internal
2929
+ */
2930
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
2931
+ /**
2932
+ * @internal
2933
+ */
2934
+ export declare const GetProtectionStatusRequestFilterSensitiveLog: (obj: GetProtectionStatusRequest) => any;
2935
+ /**
2936
+ * @internal
2937
+ */
2938
+ export declare const GetProtectionStatusResponseFilterSensitiveLog: (obj: GetProtectionStatusResponse) => any;
2939
+ /**
2940
+ * @internal
2941
+ */
2942
+ export declare const GetProtocolsListRequestFilterSensitiveLog: (obj: GetProtocolsListRequest) => any;
2943
+ /**
2944
+ * @internal
2945
+ */
2946
+ export declare const ProtocolsListDataFilterSensitiveLog: (obj: ProtocolsListData) => any;
2947
+ /**
2948
+ * @internal
2949
+ */
2950
+ export declare const GetProtocolsListResponseFilterSensitiveLog: (obj: GetProtocolsListResponse) => any;
2951
+ /**
2952
+ * @internal
2953
+ */
2954
+ export declare const GetThirdPartyFirewallAssociationStatusRequestFilterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusRequest) => any;
2955
+ /**
2956
+ * @internal
2957
+ */
2958
+ export declare const GetThirdPartyFirewallAssociationStatusResponseFilterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusResponse) => any;
2959
+ /**
2960
+ * @internal
2961
+ */
2962
+ export declare const GetViolationDetailsRequestFilterSensitiveLog: (obj: GetViolationDetailsRequest) => any;
2963
+ /**
2964
+ * @internal
2965
+ */
2966
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2967
+ /**
2968
+ * @internal
2969
+ */
2970
+ export declare const PartialMatchFilterSensitiveLog: (obj: PartialMatch) => any;
2971
+ /**
2972
+ * @internal
2973
+ */
2974
+ export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
2975
+ /**
2976
+ * @internal
2977
+ */
2978
+ export declare const SecurityGroupRemediationActionFilterSensitiveLog: (obj: SecurityGroupRemediationAction) => any;
2979
+ /**
2980
+ * @internal
2981
+ */
2982
+ export declare const AwsVPCSecurityGroupViolationFilterSensitiveLog: (obj: AwsVPCSecurityGroupViolation) => any;
2983
+ /**
2984
+ * @internal
2985
+ */
2986
+ export declare const DnsDuplicateRuleGroupViolationFilterSensitiveLog: (obj: DnsDuplicateRuleGroupViolation) => any;
2987
+ /**
2988
+ * @internal
2989
+ */
2990
+ export declare const DnsRuleGroupLimitExceededViolationFilterSensitiveLog: (obj: DnsRuleGroupLimitExceededViolation) => any;
2991
+ /**
2992
+ * @internal
2993
+ */
2994
+ export declare const DnsRuleGroupPriorityConflictViolationFilterSensitiveLog: (obj: DnsRuleGroupPriorityConflictViolation) => any;
2995
+ /**
2996
+ * @internal
2997
+ */
2998
+ export declare const FirewallSubnetIsOutOfScopeViolationFilterSensitiveLog: (obj: FirewallSubnetIsOutOfScopeViolation) => any;
2999
+ /**
3000
+ * @internal
3001
+ */
3002
+ export declare const FirewallSubnetMissingVPCEndpointViolationFilterSensitiveLog: (obj: FirewallSubnetMissingVPCEndpointViolation) => any;
3003
+ /**
3004
+ * @internal
3005
+ */
3006
+ export declare const RouteFilterSensitiveLog: (obj: Route) => any;
3007
+ /**
3008
+ * @internal
3009
+ */
3010
+ export declare const NetworkFirewallBlackHoleRouteDetectedViolationFilterSensitiveLog: (obj: NetworkFirewallBlackHoleRouteDetectedViolation) => any;
3011
+ /**
3012
+ * @internal
3013
+ */
3014
+ export declare const ExpectedRouteFilterSensitiveLog: (obj: ExpectedRoute) => any;
3015
+ /**
3016
+ * @internal
3017
+ */
3018
+ export declare const NetworkFirewallInternetTrafficNotInspectedViolationFilterSensitiveLog: (obj: NetworkFirewallInternetTrafficNotInspectedViolation) => any;
3019
+ /**
3020
+ * @internal
3021
+ */
3022
+ export declare const NetworkFirewallInvalidRouteConfigurationViolationFilterSensitiveLog: (obj: NetworkFirewallInvalidRouteConfigurationViolation) => any;
3023
+ /**
3024
+ * @internal
3025
+ */
3026
+ export declare const NetworkFirewallMissingExpectedRoutesViolationFilterSensitiveLog: (obj: NetworkFirewallMissingExpectedRoutesViolation) => any;
3027
+ /**
3028
+ * @internal
3029
+ */
3030
+ export declare const NetworkFirewallMissingExpectedRTViolationFilterSensitiveLog: (obj: NetworkFirewallMissingExpectedRTViolation) => any;
3031
+ /**
3032
+ * @internal
3033
+ */
3034
+ export declare const NetworkFirewallMissingFirewallViolationFilterSensitiveLog: (obj: NetworkFirewallMissingFirewallViolation) => any;
3035
+ /**
3036
+ * @internal
3037
+ */
3038
+ export declare const NetworkFirewallMissingSubnetViolationFilterSensitiveLog: (obj: NetworkFirewallMissingSubnetViolation) => any;
3039
+ /**
3040
+ * @internal
3041
+ */
3042
+ export declare const StatefulEngineOptionsFilterSensitiveLog: (obj: StatefulEngineOptions) => any;
3043
+ /**
3044
+ * @internal
3045
+ */
3046
+ export declare const StatefulRuleGroupFilterSensitiveLog: (obj: StatefulRuleGroup) => any;
3047
+ /**
3048
+ * @internal
3049
+ */
3050
+ export declare const StatelessRuleGroupFilterSensitiveLog: (obj: StatelessRuleGroup) => any;
3051
+ /**
3052
+ * @internal
3053
+ */
3054
+ export declare const NetworkFirewallPolicyDescriptionFilterSensitiveLog: (obj: NetworkFirewallPolicyDescription) => any;
3055
+ /**
3056
+ * @internal
3057
+ */
3058
+ export declare const NetworkFirewallPolicyModifiedViolationFilterSensitiveLog: (obj: NetworkFirewallPolicyModifiedViolation) => any;
3059
+ /**
3060
+ * @internal
3061
+ */
3062
+ export declare const NetworkFirewallUnexpectedFirewallRoutesViolationFilterSensitiveLog: (obj: NetworkFirewallUnexpectedFirewallRoutesViolation) => any;
3063
+ /**
3064
+ * @internal
3065
+ */
3066
+ export declare const NetworkFirewallUnexpectedGatewayRoutesViolationFilterSensitiveLog: (obj: NetworkFirewallUnexpectedGatewayRoutesViolation) => any;
3067
+ /**
3068
+ * @internal
3069
+ */
3070
+ export declare const EC2AssociateRouteTableActionFilterSensitiveLog: (obj: EC2AssociateRouteTableAction) => any;
3071
+ /**
3072
+ * @internal
3073
+ */
3074
+ export declare const EC2CopyRouteTableActionFilterSensitiveLog: (obj: EC2CopyRouteTableAction) => any;
3075
+ /**
3076
+ * @internal
3077
+ */
3078
+ export declare const EC2CreateRouteActionFilterSensitiveLog: (obj: EC2CreateRouteAction) => any;
3079
+ /**
3080
+ * @internal
3081
+ */
3082
+ export declare const EC2CreateRouteTableActionFilterSensitiveLog: (obj: EC2CreateRouteTableAction) => any;
3083
+ /**
3084
+ * @internal
3085
+ */
3086
+ export declare const EC2DeleteRouteActionFilterSensitiveLog: (obj: EC2DeleteRouteAction) => any;
3087
+ /**
3088
+ * @internal
3089
+ */
3090
+ export declare const EC2ReplaceRouteActionFilterSensitiveLog: (obj: EC2ReplaceRouteAction) => any;
3091
+ /**
3092
+ * @internal
3093
+ */
3094
+ export declare const EC2ReplaceRouteTableAssociationActionFilterSensitiveLog: (obj: EC2ReplaceRouteTableAssociationAction) => any;
3095
+ /**
3096
+ * @internal
3097
+ */
3098
+ export declare const FMSPolicyUpdateFirewallCreationConfigActionFilterSensitiveLog: (obj: FMSPolicyUpdateFirewallCreationConfigAction) => any;
3099
+ /**
3100
+ * @internal
3101
+ */
3102
+ export declare const RemediationActionFilterSensitiveLog: (obj: RemediationAction) => any;
3103
+ /**
3104
+ * @internal
3105
+ */
3106
+ export declare const RemediationActionWithOrderFilterSensitiveLog: (obj: RemediationActionWithOrder) => any;
3107
+ /**
3108
+ * @internal
3109
+ */
3110
+ export declare const PossibleRemediationActionFilterSensitiveLog: (obj: PossibleRemediationAction) => any;
3111
+ /**
3112
+ * @internal
3113
+ */
3114
+ export declare const PossibleRemediationActionsFilterSensitiveLog: (obj: PossibleRemediationActions) => any;
3115
+ /**
3116
+ * @internal
3117
+ */
3118
+ export declare const RouteHasOutOfScopeEndpointViolationFilterSensitiveLog: (obj: RouteHasOutOfScopeEndpointViolation) => any;
3119
+ /**
3120
+ * @internal
3121
+ */
3122
+ export declare const ThirdPartyFirewallMissingExpectedRouteTableViolationFilterSensitiveLog: (obj: ThirdPartyFirewallMissingExpectedRouteTableViolation) => any;
3123
+ /**
3124
+ * @internal
3125
+ */
3126
+ export declare const ThirdPartyFirewallMissingFirewallViolationFilterSensitiveLog: (obj: ThirdPartyFirewallMissingFirewallViolation) => any;
3127
+ /**
3128
+ * @internal
3129
+ */
3130
+ export declare const ThirdPartyFirewallMissingSubnetViolationFilterSensitiveLog: (obj: ThirdPartyFirewallMissingSubnetViolation) => any;
3131
+ /**
3132
+ * @internal
3133
+ */
3134
+ export declare const ResourceViolationFilterSensitiveLog: (obj: ResourceViolation) => any;
3135
+ /**
3136
+ * @internal
3137
+ */
3138
+ export declare const ViolationDetailFilterSensitiveLog: (obj: ViolationDetail) => any;
3139
+ /**
3140
+ * @internal
3141
+ */
3142
+ export declare const GetViolationDetailsResponseFilterSensitiveLog: (obj: GetViolationDetailsResponse) => any;
3143
+ /**
3144
+ * @internal
3145
+ */
3146
+ export declare const ListAppsListsRequestFilterSensitiveLog: (obj: ListAppsListsRequest) => any;
3147
+ /**
3148
+ * @internal
3149
+ */
3150
+ export declare const ListAppsListsResponseFilterSensitiveLog: (obj: ListAppsListsResponse) => any;
3151
+ /**
3152
+ * @internal
3153
+ */
3154
+ export declare const ListComplianceStatusRequestFilterSensitiveLog: (obj: ListComplianceStatusRequest) => any;
3155
+ /**
3156
+ * @internal
3157
+ */
3158
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
3159
+ /**
3160
+ * @internal
3161
+ */
3162
+ export declare const PolicyComplianceStatusFilterSensitiveLog: (obj: PolicyComplianceStatus) => any;
3163
+ /**
3164
+ * @internal
3165
+ */
3166
+ export declare const ListComplianceStatusResponseFilterSensitiveLog: (obj: ListComplianceStatusResponse) => any;
3167
+ /**
3168
+ * @internal
3169
+ */
3170
+ export declare const ListMemberAccountsRequestFilterSensitiveLog: (obj: ListMemberAccountsRequest) => any;
3171
+ /**
3172
+ * @internal
3173
+ */
3174
+ export declare const ListMemberAccountsResponseFilterSensitiveLog: (obj: ListMemberAccountsResponse) => any;
3175
+ /**
3176
+ * @internal
3177
+ */
3178
+ export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
3179
+ /**
3180
+ * @internal
3181
+ */
3182
+ export declare const PolicySummaryFilterSensitiveLog: (obj: PolicySummary) => any;
3183
+ /**
3184
+ * @internal
3185
+ */
3186
+ export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
3187
+ /**
3188
+ * @internal
3189
+ */
3190
+ export declare const ListProtocolsListsRequestFilterSensitiveLog: (obj: ListProtocolsListsRequest) => any;
3191
+ /**
3192
+ * @internal
3193
+ */
3194
+ export declare const ProtocolsListDataSummaryFilterSensitiveLog: (obj: ProtocolsListDataSummary) => any;
3195
+ /**
3196
+ * @internal
3197
+ */
3198
+ export declare const ListProtocolsListsResponseFilterSensitiveLog: (obj: ListProtocolsListsResponse) => any;
3199
+ /**
3200
+ * @internal
3201
+ */
3202
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3203
+ /**
3204
+ * @internal
3205
+ */
3206
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3207
+ /**
3208
+ * @internal
3209
+ */
3210
+ export declare const ListThirdPartyFirewallFirewallPoliciesRequestFilterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesRequest) => any;
3211
+ /**
3212
+ * @internal
3213
+ */
3214
+ export declare const ThirdPartyFirewallFirewallPolicyFilterSensitiveLog: (obj: ThirdPartyFirewallFirewallPolicy) => any;
3215
+ /**
3216
+ * @internal
3217
+ */
3218
+ export declare const ListThirdPartyFirewallFirewallPoliciesResponseFilterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesResponse) => any;
3219
+ /**
3220
+ * @internal
3221
+ */
3222
+ export declare const PutAppsListRequestFilterSensitiveLog: (obj: PutAppsListRequest) => any;
3223
+ /**
3224
+ * @internal
3225
+ */
3226
+ export declare const PutAppsListResponseFilterSensitiveLog: (obj: PutAppsListResponse) => any;
3227
+ /**
3228
+ * @internal
3229
+ */
3230
+ export declare const PutNotificationChannelRequestFilterSensitiveLog: (obj: PutNotificationChannelRequest) => any;
3231
+ /**
3232
+ * @internal
3233
+ */
3234
+ export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
3235
+ /**
3236
+ * @internal
3237
+ */
3238
+ export declare const PutPolicyResponseFilterSensitiveLog: (obj: PutPolicyResponse) => any;
3239
+ /**
3240
+ * @internal
3241
+ */
3242
+ export declare const PutProtocolsListRequestFilterSensitiveLog: (obj: PutProtocolsListRequest) => any;
3243
+ /**
3244
+ * @internal
3245
+ */
3246
+ export declare const PutProtocolsListResponseFilterSensitiveLog: (obj: PutProtocolsListResponse) => any;
3247
+ /**
3248
+ * @internal
3249
+ */
3250
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3251
+ /**
3252
+ * @internal
3253
+ */
3254
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3255
+ /**
3256
+ * @internal
3257
+ */
3258
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3259
+ /**
3260
+ * @internal
3261
+ */
3262
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;