@aws-sdk/client-securityhub 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDisableStandardsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchEnableStandardsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchImportFindingsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchUpdateFindingsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateActionTargetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFindingAggregatorCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInsightCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  13. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteActionTargetCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeActionTargetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeHubCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeProductsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStandardsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +2 -2
  25. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +2 -2
  26. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  27. package/dist-cjs/commands/DisableSecurityHubCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  29. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  30. package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
  31. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +2 -2
  32. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  33. package/dist-cjs/commands/EnableSecurityHubCommand.js +2 -2
  34. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  35. package/dist-cjs/commands/GetEnabledStandardsCommand.js +2 -2
  36. package/dist-cjs/commands/GetFindingAggregatorCommand.js +2 -2
  37. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  38. package/dist-cjs/commands/GetInsightResultsCommand.js +2 -2
  39. package/dist-cjs/commands/GetInsightsCommand.js +2 -2
  40. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  41. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  42. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  43. package/dist-cjs/commands/InviteMembersCommand.js +2 -2
  44. package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +2 -2
  45. package/dist-cjs/commands/ListFindingAggregatorsCommand.js +2 -2
  46. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  47. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  48. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  50. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  51. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateActionTargetCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateInsightCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateStandardsControlCommand.js +2 -2
  59. package/dist-cjs/models/models_0.js +1170 -1752
  60. package/dist-cjs/models/models_1.js +1114 -1668
  61. package/dist-cjs/models/models_2.js +73 -109
  62. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
  63. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  64. package/dist-es/commands/BatchDisableStandardsCommand.js +3 -3
  65. package/dist-es/commands/BatchEnableStandardsCommand.js +3 -3
  66. package/dist-es/commands/BatchImportFindingsCommand.js +3 -3
  67. package/dist-es/commands/BatchUpdateFindingsCommand.js +3 -3
  68. package/dist-es/commands/CreateActionTargetCommand.js +3 -3
  69. package/dist-es/commands/CreateFindingAggregatorCommand.js +3 -3
  70. package/dist-es/commands/CreateInsightCommand.js +3 -3
  71. package/dist-es/commands/CreateMembersCommand.js +3 -3
  72. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  73. package/dist-es/commands/DeleteActionTargetCommand.js +3 -3
  74. package/dist-es/commands/DeleteFindingAggregatorCommand.js +3 -3
  75. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  76. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  77. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  78. package/dist-es/commands/DescribeActionTargetsCommand.js +3 -3
  79. package/dist-es/commands/DescribeHubCommand.js +3 -3
  80. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  81. package/dist-es/commands/DescribeProductsCommand.js +3 -3
  82. package/dist-es/commands/DescribeStandardsCommand.js +3 -3
  83. package/dist-es/commands/DescribeStandardsControlsCommand.js +3 -3
  84. package/dist-es/commands/DisableImportFindingsForProductCommand.js +3 -3
  85. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  86. package/dist-es/commands/DisableSecurityHubCommand.js +3 -3
  87. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  88. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  89. package/dist-es/commands/DisassociateMembersCommand.js +3 -3
  90. package/dist-es/commands/EnableImportFindingsForProductCommand.js +3 -3
  91. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  92. package/dist-es/commands/EnableSecurityHubCommand.js +3 -3
  93. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  94. package/dist-es/commands/GetEnabledStandardsCommand.js +3 -3
  95. package/dist-es/commands/GetFindingAggregatorCommand.js +3 -3
  96. package/dist-es/commands/GetFindingsCommand.js +3 -3
  97. package/dist-es/commands/GetInsightResultsCommand.js +3 -3
  98. package/dist-es/commands/GetInsightsCommand.js +3 -3
  99. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  100. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  101. package/dist-es/commands/GetMembersCommand.js +3 -3
  102. package/dist-es/commands/InviteMembersCommand.js +3 -3
  103. package/dist-es/commands/ListEnabledProductsForImportCommand.js +3 -3
  104. package/dist-es/commands/ListFindingAggregatorsCommand.js +3 -3
  105. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  106. package/dist-es/commands/ListMembersCommand.js +3 -3
  107. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  108. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  109. package/dist-es/commands/TagResourceCommand.js +3 -3
  110. package/dist-es/commands/UntagResourceCommand.js +3 -3
  111. package/dist-es/commands/UpdateActionTargetCommand.js +3 -3
  112. package/dist-es/commands/UpdateFindingAggregatorCommand.js +3 -3
  113. package/dist-es/commands/UpdateFindingsCommand.js +3 -3
  114. package/dist-es/commands/UpdateInsightCommand.js +3 -3
  115. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  116. package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +3 -3
  117. package/dist-es/commands/UpdateStandardsControlCommand.js +3 -3
  118. package/dist-es/models/models_0.js +291 -1164
  119. package/dist-es/models/models_1.js +277 -1108
  120. package/dist-es/models/models_2.js +18 -72
  121. package/dist-types/models/models_0.d.ts +1164 -1746
  122. package/dist-types/models/models_1.d.ts +1182 -1677
  123. package/dist-types/models/models_2.d.ts +72 -108
  124. package/dist-types/ts3.4/models/models_0.d.ts +582 -1164
  125. package/dist-types/ts3.4/models/models_1.d.ts +554 -1108
  126. package/dist-types/ts3.4/models/models_2.d.ts +36 -72
  127. package/package.json +7 -7
@@ -6,10 +6,6 @@ export interface RuleGroupVariablesPortSetsDetails {
6
6
 
7
7
  Definition?: string[];
8
8
  }
9
- export declare namespace RuleGroupVariablesPortSetsDetails {
10
-
11
- const filterSensitiveLog: (obj: RuleGroupVariablesPortSetsDetails) => any;
12
- }
13
9
 
14
10
  export interface RuleGroupVariables {
15
11
 
@@ -17,10 +13,6 @@ export interface RuleGroupVariables {
17
13
 
18
14
  PortSets?: RuleGroupVariablesPortSetsDetails;
19
15
  }
20
- export declare namespace RuleGroupVariables {
21
-
22
- const filterSensitiveLog: (obj: RuleGroupVariables) => any;
23
- }
24
16
 
25
17
  export interface RuleGroupDetails {
26
18
 
@@ -28,10 +20,6 @@ export interface RuleGroupDetails {
28
20
 
29
21
  RulesSource?: RuleGroupSource;
30
22
  }
31
- export declare namespace RuleGroupDetails {
32
-
33
- const filterSensitiveLog: (obj: RuleGroupDetails) => any;
34
- }
35
23
 
36
24
  export interface AwsNetworkFirewallRuleGroupDetails {
37
25
 
@@ -49,10 +37,6 @@ export interface AwsNetworkFirewallRuleGroupDetails {
49
37
 
50
38
  Type?: string;
51
39
  }
52
- export declare namespace AwsNetworkFirewallRuleGroupDetails {
53
-
54
- const filterSensitiveLog: (obj: AwsNetworkFirewallRuleGroupDetails) => any;
55
- }
56
40
 
57
41
  export interface AwsOpenSearchServiceDomainMasterUserOptionsDetails {
58
42
 
@@ -62,10 +46,6 @@ export interface AwsOpenSearchServiceDomainMasterUserOptionsDetails {
62
46
 
63
47
  MasterUserPassword?: string;
64
48
  }
65
- export declare namespace AwsOpenSearchServiceDomainMasterUserOptionsDetails {
66
-
67
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainMasterUserOptionsDetails) => any;
68
- }
69
49
 
70
50
  export interface AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails {
71
51
 
@@ -75,19 +55,11 @@ export interface AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails {
75
55
 
76
56
  MasterUserOptions?: AwsOpenSearchServiceDomainMasterUserOptionsDetails;
77
57
  }
78
- export declare namespace AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails {
79
-
80
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails) => any;
81
- }
82
58
 
83
59
  export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
84
60
 
85
61
  AvailabilityZoneCount?: number;
86
62
  }
87
- export declare namespace AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
88
-
89
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
90
- }
91
63
 
92
64
  export interface AwsOpenSearchServiceDomainClusterConfigDetails {
93
65
 
@@ -111,10 +83,6 @@ export interface AwsOpenSearchServiceDomainClusterConfigDetails {
111
83
 
112
84
  DedicatedMasterType?: string;
113
85
  }
114
- export declare namespace AwsOpenSearchServiceDomainClusterConfigDetails {
115
-
116
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
117
- }
118
86
 
119
87
  export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
120
88
 
@@ -128,10 +96,6 @@ export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
128
96
 
129
97
  TLSSecurityPolicy?: string;
130
98
  }
131
- export declare namespace AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
132
-
133
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
134
- }
135
99
 
136
100
  export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
137
101
 
@@ -139,10 +103,6 @@ export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
139
103
 
140
104
  KmsKeyId?: string;
141
105
  }
142
- export declare namespace AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
143
-
144
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
145
- }
146
106
 
147
107
  export interface AwsOpenSearchServiceDomainLogPublishingOption {
148
108
 
@@ -150,10 +110,6 @@ export interface AwsOpenSearchServiceDomainLogPublishingOption {
150
110
 
151
111
  Enabled?: boolean;
152
112
  }
153
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOption {
154
-
155
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
156
- }
157
113
 
158
114
  export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
159
115
 
@@ -163,19 +119,11 @@ export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
163
119
 
164
120
  AuditLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
165
121
  }
166
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
167
-
168
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
169
- }
170
122
 
171
123
  export interface AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
172
124
 
173
125
  Enabled?: boolean;
174
126
  }
175
- export declare namespace AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
176
-
177
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
178
- }
179
127
 
180
128
  export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
181
129
 
@@ -195,10 +143,6 @@ export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
195
143
 
196
144
  OptionalDeployment?: boolean;
197
145
  }
198
- export declare namespace AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
199
-
200
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
201
- }
202
146
 
203
147
  export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
204
148
 
@@ -206,10 +150,6 @@ export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
206
150
 
207
151
  SubnetIds?: string[];
208
152
  }
209
- export declare namespace AwsOpenSearchServiceDomainVpcOptionsDetails {
210
-
211
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
212
- }
213
153
 
214
154
  export interface AwsOpenSearchServiceDomainDetails {
215
155
 
@@ -243,10 +183,6 @@ export interface AwsOpenSearchServiceDomainDetails {
243
183
 
244
184
  AdvancedSecurityOptions?: AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails;
245
185
  }
246
- export declare namespace AwsOpenSearchServiceDomainDetails {
247
-
248
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
249
- }
250
186
 
251
187
  export interface AwsRdsDbClusterAssociatedRole {
252
188
 
@@ -254,10 +190,6 @@ export interface AwsRdsDbClusterAssociatedRole {
254
190
 
255
191
  Status?: string;
256
192
  }
257
- export declare namespace AwsRdsDbClusterAssociatedRole {
258
-
259
- const filterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
260
- }
261
193
 
262
194
  export interface AwsRdsDbClusterMember {
263
195
 
@@ -269,10 +201,6 @@ export interface AwsRdsDbClusterMember {
269
201
 
270
202
  DbClusterParameterGroupStatus?: string;
271
203
  }
272
- export declare namespace AwsRdsDbClusterMember {
273
-
274
- const filterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
275
- }
276
204
 
277
205
  export interface AwsRdsDbClusterOptionGroupMembership {
278
206
 
@@ -280,10 +208,6 @@ export interface AwsRdsDbClusterOptionGroupMembership {
280
208
 
281
209
  Status?: string;
282
210
  }
283
- export declare namespace AwsRdsDbClusterOptionGroupMembership {
284
-
285
- const filterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
286
- }
287
211
 
288
212
  export interface AwsRdsDbDomainMembership {
289
213
 
@@ -295,10 +219,6 @@ export interface AwsRdsDbDomainMembership {
295
219
 
296
220
  IamRoleName?: string;
297
221
  }
298
- export declare namespace AwsRdsDbDomainMembership {
299
-
300
- const filterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
301
- }
302
222
 
303
223
  export interface AwsRdsDbInstanceVpcSecurityGroup {
304
224
 
@@ -306,10 +226,6 @@ export interface AwsRdsDbInstanceVpcSecurityGroup {
306
226
 
307
227
  Status?: string;
308
228
  }
309
- export declare namespace AwsRdsDbInstanceVpcSecurityGroup {
310
-
311
- const filterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
312
- }
313
229
 
314
230
  export interface AwsRdsDbClusterDetails {
315
231
 
@@ -387,10 +303,6 @@ export interface AwsRdsDbClusterDetails {
387
303
 
388
304
  IamDatabaseAuthenticationEnabled?: boolean;
389
305
  }
390
- export declare namespace AwsRdsDbClusterDetails {
391
-
392
- const filterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
393
- }
394
306
 
395
307
  export interface AwsRdsDbClusterSnapshotDetails {
396
308
 
@@ -430,10 +342,6 @@ export interface AwsRdsDbClusterSnapshotDetails {
430
342
 
431
343
  IamDatabaseAuthenticationEnabled?: boolean;
432
344
  }
433
- export declare namespace AwsRdsDbClusterSnapshotDetails {
434
-
435
- const filterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
436
- }
437
345
 
438
346
  export interface AwsRdsDbInstanceAssociatedRole {
439
347
 
@@ -443,10 +351,6 @@ export interface AwsRdsDbInstanceAssociatedRole {
443
351
 
444
352
  Status?: string;
445
353
  }
446
- export declare namespace AwsRdsDbInstanceAssociatedRole {
447
-
448
- const filterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
449
- }
450
354
 
451
355
  export interface AwsRdsDbParameterGroup {
452
356
 
@@ -454,19 +358,11 @@ export interface AwsRdsDbParameterGroup {
454
358
 
455
359
  ParameterApplyStatus?: string;
456
360
  }
457
- export declare namespace AwsRdsDbParameterGroup {
458
-
459
- const filterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
460
- }
461
361
 
462
362
  export interface AwsRdsDbSubnetGroupSubnetAvailabilityZone {
463
363
 
464
364
  Name?: string;
465
365
  }
466
- export declare namespace AwsRdsDbSubnetGroupSubnetAvailabilityZone {
467
-
468
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
469
- }
470
366
 
471
367
  export interface AwsRdsDbSubnetGroupSubnet {
472
368
 
@@ -476,10 +372,6 @@ export interface AwsRdsDbSubnetGroupSubnet {
476
372
 
477
373
  SubnetStatus?: string;
478
374
  }
479
- export declare namespace AwsRdsDbSubnetGroupSubnet {
480
-
481
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
482
- }
483
375
 
484
376
  export interface AwsRdsDbSubnetGroup {
485
377
 
@@ -495,10 +387,6 @@ export interface AwsRdsDbSubnetGroup {
495
387
 
496
388
  DbSubnetGroupArn?: string;
497
389
  }
498
- export declare namespace AwsRdsDbSubnetGroup {
499
-
500
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
501
- }
502
390
 
503
391
  export interface AwsRdsDbInstanceEndpoint {
504
392
 
@@ -508,10 +396,6 @@ export interface AwsRdsDbInstanceEndpoint {
508
396
 
509
397
  HostedZoneId?: string;
510
398
  }
511
- export declare namespace AwsRdsDbInstanceEndpoint {
512
-
513
- const filterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
514
- }
515
399
 
516
400
  export interface AwsRdsDbOptionGroupMembership {
517
401
 
@@ -519,10 +403,6 @@ export interface AwsRdsDbOptionGroupMembership {
519
403
 
520
404
  Status?: string;
521
405
  }
522
- export declare namespace AwsRdsDbOptionGroupMembership {
523
-
524
- const filterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
525
- }
526
406
 
527
407
  export interface AwsRdsPendingCloudWatchLogsExports {
528
408
 
@@ -530,10 +410,6 @@ export interface AwsRdsPendingCloudWatchLogsExports {
530
410
 
531
411
  LogTypesToDisable?: string[];
532
412
  }
533
- export declare namespace AwsRdsPendingCloudWatchLogsExports {
534
-
535
- const filterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
536
- }
537
413
 
538
414
  export interface AwsRdsDbProcessorFeature {
539
415
 
@@ -541,10 +417,6 @@ export interface AwsRdsDbProcessorFeature {
541
417
 
542
418
  Value?: string;
543
419
  }
544
- export declare namespace AwsRdsDbProcessorFeature {
545
-
546
- const filterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
547
- }
548
420
 
549
421
  export interface AwsRdsDbPendingModifiedValues {
550
422
 
@@ -578,10 +450,6 @@ export interface AwsRdsDbPendingModifiedValues {
578
450
 
579
451
  ProcessorFeatures?: AwsRdsDbProcessorFeature[];
580
452
  }
581
- export declare namespace AwsRdsDbPendingModifiedValues {
582
-
583
- const filterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
584
- }
585
453
 
586
454
  export interface AwsRdsDbStatusInfo {
587
455
 
@@ -593,10 +461,6 @@ export interface AwsRdsDbStatusInfo {
593
461
 
594
462
  Message?: string;
595
463
  }
596
- export declare namespace AwsRdsDbStatusInfo {
597
-
598
- const filterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
599
- }
600
464
 
601
465
  export interface AwsRdsDbInstanceDetails {
602
466
 
@@ -714,10 +578,6 @@ export interface AwsRdsDbInstanceDetails {
714
578
 
715
579
  MaxAllocatedStorage?: number;
716
580
  }
717
- export declare namespace AwsRdsDbInstanceDetails {
718
-
719
- const filterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
720
- }
721
581
 
722
582
  export interface AwsRdsDbSecurityGroupEc2SecurityGroup {
723
583
 
@@ -729,10 +589,6 @@ export interface AwsRdsDbSecurityGroupEc2SecurityGroup {
729
589
 
730
590
  Status?: string;
731
591
  }
732
- export declare namespace AwsRdsDbSecurityGroupEc2SecurityGroup {
733
-
734
- const filterSensitiveLog: (obj: AwsRdsDbSecurityGroupEc2SecurityGroup) => any;
735
- }
736
592
 
737
593
  export interface AwsRdsDbSecurityGroupIpRange {
738
594
 
@@ -740,10 +596,6 @@ export interface AwsRdsDbSecurityGroupIpRange {
740
596
 
741
597
  Status?: string;
742
598
  }
743
- export declare namespace AwsRdsDbSecurityGroupIpRange {
744
-
745
- const filterSensitiveLog: (obj: AwsRdsDbSecurityGroupIpRange) => any;
746
- }
747
599
 
748
600
  export interface AwsRdsDbSecurityGroupDetails {
749
601
 
@@ -761,10 +613,6 @@ export interface AwsRdsDbSecurityGroupDetails {
761
613
 
762
614
  VpcId?: string;
763
615
  }
764
- export declare namespace AwsRdsDbSecurityGroupDetails {
765
-
766
- const filterSensitiveLog: (obj: AwsRdsDbSecurityGroupDetails) => any;
767
- }
768
616
 
769
617
  export interface AwsRdsDbSnapshotDetails {
770
618
 
@@ -822,10 +670,6 @@ export interface AwsRdsDbSnapshotDetails {
822
670
 
823
671
  DbiResourceId?: string;
824
672
  }
825
- export declare namespace AwsRdsDbSnapshotDetails {
826
-
827
- const filterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
828
- }
829
673
 
830
674
  export interface AwsRdsEventSubscriptionDetails {
831
675
 
@@ -849,10 +693,6 @@ export interface AwsRdsEventSubscriptionDetails {
849
693
 
850
694
  SubscriptionCreationTime?: string;
851
695
  }
852
- export declare namespace AwsRdsEventSubscriptionDetails {
853
-
854
- const filterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
855
- }
856
696
 
857
697
  export interface AwsRedshiftClusterClusterNode {
858
698
 
@@ -862,10 +702,6 @@ export interface AwsRedshiftClusterClusterNode {
862
702
 
863
703
  PublicIpAddress?: string;
864
704
  }
865
- export declare namespace AwsRedshiftClusterClusterNode {
866
-
867
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
868
- }
869
705
 
870
706
  export interface AwsRedshiftClusterClusterParameterStatus {
871
707
 
@@ -875,10 +711,6 @@ export interface AwsRedshiftClusterClusterParameterStatus {
875
711
 
876
712
  ParameterApplyErrorDescription?: string;
877
713
  }
878
- export declare namespace AwsRedshiftClusterClusterParameterStatus {
879
-
880
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
881
- }
882
714
 
883
715
  export interface AwsRedshiftClusterClusterParameterGroup {
884
716
 
@@ -888,10 +720,6 @@ export interface AwsRedshiftClusterClusterParameterGroup {
888
720
 
889
721
  ParameterGroupName?: string;
890
722
  }
891
- export declare namespace AwsRedshiftClusterClusterParameterGroup {
892
-
893
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
894
- }
895
723
 
896
724
  export interface AwsRedshiftClusterClusterSecurityGroup {
897
725
 
@@ -899,10 +727,6 @@ export interface AwsRedshiftClusterClusterSecurityGroup {
899
727
 
900
728
  Status?: string;
901
729
  }
902
- export declare namespace AwsRedshiftClusterClusterSecurityGroup {
903
-
904
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
905
- }
906
730
 
907
731
  export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
908
732
 
@@ -914,10 +738,6 @@ export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
914
738
 
915
739
  SnapshotCopyGrantName?: string;
916
740
  }
917
- export declare namespace AwsRedshiftClusterClusterSnapshotCopyStatus {
918
-
919
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
920
- }
921
741
 
922
742
  export interface AwsRedshiftClusterDeferredMaintenanceWindow {
923
743
 
@@ -927,10 +747,6 @@ export interface AwsRedshiftClusterDeferredMaintenanceWindow {
927
747
 
928
748
  DeferMaintenanceStartTime?: string;
929
749
  }
930
- export declare namespace AwsRedshiftClusterDeferredMaintenanceWindow {
931
-
932
- const filterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
933
- }
934
750
 
935
751
  export interface AwsRedshiftClusterElasticIpStatus {
936
752
 
@@ -938,10 +754,6 @@ export interface AwsRedshiftClusterElasticIpStatus {
938
754
 
939
755
  Status?: string;
940
756
  }
941
- export declare namespace AwsRedshiftClusterElasticIpStatus {
942
-
943
- const filterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
944
- }
945
757
 
946
758
  export interface AwsRedshiftClusterEndpoint {
947
759
 
@@ -949,10 +761,6 @@ export interface AwsRedshiftClusterEndpoint {
949
761
 
950
762
  Port?: number;
951
763
  }
952
- export declare namespace AwsRedshiftClusterEndpoint {
953
-
954
- const filterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
955
- }
956
764
 
957
765
  export interface AwsRedshiftClusterHsmStatus {
958
766
 
@@ -962,10 +770,6 @@ export interface AwsRedshiftClusterHsmStatus {
962
770
 
963
771
  Status?: string;
964
772
  }
965
- export declare namespace AwsRedshiftClusterHsmStatus {
966
-
967
- const filterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
968
- }
969
773
 
970
774
  export interface AwsRedshiftClusterIamRole {
971
775
 
@@ -973,10 +777,6 @@ export interface AwsRedshiftClusterIamRole {
973
777
 
974
778
  IamRoleArn?: string;
975
779
  }
976
- export declare namespace AwsRedshiftClusterIamRole {
977
-
978
- const filterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
979
- }
980
780
 
981
781
  export interface AwsRedshiftClusterLoggingStatus {
982
782
 
@@ -992,10 +792,6 @@ export interface AwsRedshiftClusterLoggingStatus {
992
792
 
993
793
  S3KeyPrefix?: string;
994
794
  }
995
- export declare namespace AwsRedshiftClusterLoggingStatus {
996
-
997
- const filterSensitiveLog: (obj: AwsRedshiftClusterLoggingStatus) => any;
998
- }
999
795
 
1000
796
  export interface AwsRedshiftClusterPendingModifiedValues {
1001
797
 
@@ -1021,10 +817,6 @@ export interface AwsRedshiftClusterPendingModifiedValues {
1021
817
 
1022
818
  PubliclyAccessible?: boolean;
1023
819
  }
1024
- export declare namespace AwsRedshiftClusterPendingModifiedValues {
1025
-
1026
- const filterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
1027
- }
1028
820
 
1029
821
  export interface AwsRedshiftClusterResizeInfo {
1030
822
 
@@ -1032,10 +824,6 @@ export interface AwsRedshiftClusterResizeInfo {
1032
824
 
1033
825
  ResizeType?: string;
1034
826
  }
1035
- export declare namespace AwsRedshiftClusterResizeInfo {
1036
-
1037
- const filterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
1038
- }
1039
827
 
1040
828
  export interface AwsRedshiftClusterRestoreStatus {
1041
829
 
@@ -1051,10 +839,6 @@ export interface AwsRedshiftClusterRestoreStatus {
1051
839
 
1052
840
  Status?: string;
1053
841
  }
1054
- export declare namespace AwsRedshiftClusterRestoreStatus {
1055
-
1056
- const filterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
1057
- }
1058
842
 
1059
843
  export interface AwsRedshiftClusterVpcSecurityGroup {
1060
844
 
@@ -1062,10 +846,6 @@ export interface AwsRedshiftClusterVpcSecurityGroup {
1062
846
 
1063
847
  VpcSecurityGroupId?: string;
1064
848
  }
1065
- export declare namespace AwsRedshiftClusterVpcSecurityGroup {
1066
-
1067
- const filterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
1068
- }
1069
849
 
1070
850
  export interface AwsRedshiftClusterDetails {
1071
851
 
@@ -1157,10 +937,6 @@ export interface AwsRedshiftClusterDetails {
1157
937
 
1158
938
  LoggingStatus?: AwsRedshiftClusterLoggingStatus;
1159
939
  }
1160
- export declare namespace AwsRedshiftClusterDetails {
1161
-
1162
- const filterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
1163
- }
1164
940
 
1165
941
  export interface AwsS3AccountPublicAccessBlockDetails {
1166
942
 
@@ -1172,19 +948,11 @@ export interface AwsS3AccountPublicAccessBlockDetails {
1172
948
 
1173
949
  RestrictPublicBuckets?: boolean;
1174
950
  }
1175
- export declare namespace AwsS3AccountPublicAccessBlockDetails {
1176
-
1177
- const filterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
1178
- }
1179
951
 
1180
952
  export interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
1181
953
 
1182
954
  DaysAfterInitiation?: number;
1183
955
  }
1184
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
1185
-
1186
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
1187
- }
1188
956
 
1189
957
  export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
1190
958
 
@@ -1192,10 +960,6 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOper
1192
960
 
1193
961
  Value?: string;
1194
962
  }
1195
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
1196
-
1197
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
1198
- }
1199
963
 
1200
964
  export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
1201
965
 
@@ -1205,10 +969,6 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOper
1205
969
 
1206
970
  Type?: string;
1207
971
  }
1208
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
1209
-
1210
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
1211
- }
1212
972
 
1213
973
  export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
1214
974
 
@@ -1216,10 +976,6 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagD
1216
976
 
1217
977
  Value?: string;
1218
978
  }
1219
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
1220
-
1221
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
1222
- }
1223
979
 
1224
980
  export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
1225
981
 
@@ -1231,19 +987,11 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDeta
1231
987
 
1232
988
  Type?: string;
1233
989
  }
1234
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
1235
-
1236
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
1237
- }
1238
990
 
1239
991
  export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
1240
992
 
1241
993
  Predicate?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails;
1242
994
  }
1243
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
1244
-
1245
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
1246
- }
1247
995
 
1248
996
  export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
1249
997
 
@@ -1251,10 +999,6 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTr
1251
999
 
1252
1000
  StorageClass?: string;
1253
1001
  }
1254
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
1255
-
1256
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
1257
- }
1258
1002
 
1259
1003
  export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
1260
1004
 
@@ -1264,10 +1008,6 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails
1264
1008
 
1265
1009
  StorageClass?: string;
1266
1010
  }
1267
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
1268
-
1269
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
1270
- }
1271
1011
 
1272
1012
  export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
1273
1013
 
@@ -1293,19 +1033,11 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
1293
1033
 
1294
1034
  Transitions?: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails[];
1295
1035
  }
1296
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesDetails {
1297
-
1298
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
1299
- }
1300
1036
 
1301
1037
  export interface AwsS3BucketBucketLifecycleConfigurationDetails {
1302
1038
 
1303
1039
  Rules?: AwsS3BucketBucketLifecycleConfigurationRulesDetails[];
1304
1040
  }
1305
- export declare namespace AwsS3BucketBucketLifecycleConfigurationDetails {
1306
-
1307
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
1308
- }
1309
1041
 
1310
1042
  export interface AwsS3BucketBucketVersioningConfiguration {
1311
1043
 
@@ -1313,10 +1045,6 @@ export interface AwsS3BucketBucketVersioningConfiguration {
1313
1045
 
1314
1046
  Status?: string;
1315
1047
  }
1316
- export declare namespace AwsS3BucketBucketVersioningConfiguration {
1317
-
1318
- const filterSensitiveLog: (obj: AwsS3BucketBucketVersioningConfiguration) => any;
1319
- }
1320
1048
 
1321
1049
  export interface AwsS3BucketLoggingConfiguration {
1322
1050
 
@@ -1324,10 +1052,6 @@ export interface AwsS3BucketLoggingConfiguration {
1324
1052
 
1325
1053
  LogFilePrefix?: string;
1326
1054
  }
1327
- export declare namespace AwsS3BucketLoggingConfiguration {
1328
-
1329
- const filterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
1330
- }
1331
1055
  export declare enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
1332
1056
  PREFIX = "Prefix",
1333
1057
  SUFFIX = "Suffix"
@@ -1339,28 +1063,16 @@ export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
1339
1063
 
1340
1064
  Value?: string;
1341
1065
  }
1342
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
1343
-
1344
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
1345
- }
1346
1066
 
1347
1067
  export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
1348
1068
 
1349
1069
  FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
1350
1070
  }
1351
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
1352
-
1353
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
1354
- }
1355
1071
 
1356
1072
  export interface AwsS3BucketNotificationConfigurationFilter {
1357
1073
 
1358
1074
  S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
1359
1075
  }
1360
- export declare namespace AwsS3BucketNotificationConfigurationFilter {
1361
-
1362
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
1363
- }
1364
1076
 
1365
1077
  export interface AwsS3BucketNotificationConfigurationDetail {
1366
1078
 
@@ -1372,19 +1084,11 @@ export interface AwsS3BucketNotificationConfigurationDetail {
1372
1084
 
1373
1085
  Type?: string;
1374
1086
  }
1375
- export declare namespace AwsS3BucketNotificationConfigurationDetail {
1376
-
1377
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationDetail) => any;
1378
- }
1379
1087
 
1380
1088
  export interface AwsS3BucketNotificationConfiguration {
1381
1089
 
1382
1090
  Configurations?: AwsS3BucketNotificationConfigurationDetail[];
1383
1091
  }
1384
- export declare namespace AwsS3BucketNotificationConfiguration {
1385
-
1386
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfiguration) => any;
1387
- }
1388
1092
 
1389
1093
  export interface AwsS3BucketWebsiteConfigurationRedirectTo {
1390
1094
 
@@ -1392,10 +1096,6 @@ export interface AwsS3BucketWebsiteConfigurationRedirectTo {
1392
1096
 
1393
1097
  Protocol?: string;
1394
1098
  }
1395
- export declare namespace AwsS3BucketWebsiteConfigurationRedirectTo {
1396
-
1397
- const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRedirectTo) => any;
1398
- }
1399
1099
 
1400
1100
  export interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
1401
1101
 
@@ -1403,10 +1103,6 @@ export interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
1403
1103
 
1404
1104
  KeyPrefixEquals?: string;
1405
1105
  }
1406
- export declare namespace AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
1407
-
1408
- const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleCondition) => any;
1409
- }
1410
1106
 
1411
1107
  export interface AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
1412
1108
 
@@ -1420,10 +1116,6 @@ export interface AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
1420
1116
 
1421
1117
  ReplaceKeyWith?: string;
1422
1118
  }
1423
- export declare namespace AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
1424
-
1425
- const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect) => any;
1426
- }
1427
1119
 
1428
1120
  export interface AwsS3BucketWebsiteConfigurationRoutingRule {
1429
1121
 
@@ -1431,10 +1123,6 @@ export interface AwsS3BucketWebsiteConfigurationRoutingRule {
1431
1123
 
1432
1124
  Redirect?: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect;
1433
1125
  }
1434
- export declare namespace AwsS3BucketWebsiteConfigurationRoutingRule {
1435
-
1436
- const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRule) => any;
1437
- }
1438
1126
 
1439
1127
  export interface AwsS3BucketWebsiteConfiguration {
1440
1128
 
@@ -1446,10 +1134,6 @@ export interface AwsS3BucketWebsiteConfiguration {
1446
1134
 
1447
1135
  RoutingRules?: AwsS3BucketWebsiteConfigurationRoutingRule[];
1448
1136
  }
1449
- export declare namespace AwsS3BucketWebsiteConfiguration {
1450
-
1451
- const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfiguration) => any;
1452
- }
1453
1137
 
1454
1138
  export interface AwsS3BucketServerSideEncryptionByDefault {
1455
1139
 
@@ -1457,28 +1141,16 @@ export interface AwsS3BucketServerSideEncryptionByDefault {
1457
1141
 
1458
1142
  KMSMasterKeyID?: string;
1459
1143
  }
1460
- export declare namespace AwsS3BucketServerSideEncryptionByDefault {
1461
-
1462
- const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionByDefault) => any;
1463
- }
1464
1144
 
1465
1145
  export interface AwsS3BucketServerSideEncryptionRule {
1466
1146
 
1467
1147
  ApplyServerSideEncryptionByDefault?: AwsS3BucketServerSideEncryptionByDefault;
1468
1148
  }
1469
- export declare namespace AwsS3BucketServerSideEncryptionRule {
1470
-
1471
- const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionRule) => any;
1472
- }
1473
1149
 
1474
1150
  export interface AwsS3BucketServerSideEncryptionConfiguration {
1475
1151
 
1476
1152
  Rules?: AwsS3BucketServerSideEncryptionRule[];
1477
1153
  }
1478
- export declare namespace AwsS3BucketServerSideEncryptionConfiguration {
1479
-
1480
- const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionConfiguration) => any;
1481
- }
1482
1154
 
1483
1155
  export interface AwsS3BucketDetails {
1484
1156
 
@@ -1506,10 +1178,6 @@ export interface AwsS3BucketDetails {
1506
1178
 
1507
1179
  BucketVersioningConfiguration?: AwsS3BucketBucketVersioningConfiguration;
1508
1180
  }
1509
- export declare namespace AwsS3BucketDetails {
1510
-
1511
- const filterSensitiveLog: (obj: AwsS3BucketDetails) => any;
1512
- }
1513
1181
 
1514
1182
  export interface AwsS3ObjectDetails {
1515
1183
 
@@ -1525,19 +1193,11 @@ export interface AwsS3ObjectDetails {
1525
1193
 
1526
1194
  SSEKMSKeyId?: string;
1527
1195
  }
1528
- export declare namespace AwsS3ObjectDetails {
1529
-
1530
- const filterSensitiveLog: (obj: AwsS3ObjectDetails) => any;
1531
- }
1532
1196
 
1533
1197
  export interface AwsSecretsManagerSecretRotationRules {
1534
1198
 
1535
1199
  AutomaticallyAfterDays?: number;
1536
1200
  }
1537
- export declare namespace AwsSecretsManagerSecretRotationRules {
1538
-
1539
- const filterSensitiveLog: (obj: AwsSecretsManagerSecretRotationRules) => any;
1540
- }
1541
1201
 
1542
1202
  export interface AwsSecretsManagerSecretDetails {
1543
1203
 
@@ -1557,10 +1217,6 @@ export interface AwsSecretsManagerSecretDetails {
1557
1217
 
1558
1218
  Description?: string;
1559
1219
  }
1560
- export declare namespace AwsSecretsManagerSecretDetails {
1561
-
1562
- const filterSensitiveLog: (obj: AwsSecretsManagerSecretDetails) => any;
1563
- }
1564
1220
  export declare enum ComplianceStatus {
1565
1221
  FAILED = "FAILED",
1566
1222
  NOT_AVAILABLE = "NOT_AVAILABLE",
@@ -1574,10 +1230,6 @@ export interface StatusReason {
1574
1230
 
1575
1231
  Description?: string;
1576
1232
  }
1577
- export declare namespace StatusReason {
1578
-
1579
- const filterSensitiveLog: (obj: StatusReason) => any;
1580
- }
1581
1233
 
1582
1234
  export interface Compliance {
1583
1235
 
@@ -1587,10 +1239,6 @@ export interface Compliance {
1587
1239
 
1588
1240
  StatusReasons?: StatusReason[];
1589
1241
  }
1590
- export declare namespace Compliance {
1591
-
1592
- const filterSensitiveLog: (obj: Compliance) => any;
1593
- }
1594
1242
 
1595
1243
  export interface RelatedFinding {
1596
1244
 
@@ -1598,10 +1246,6 @@ export interface RelatedFinding {
1598
1246
 
1599
1247
  Id: string | undefined;
1600
1248
  }
1601
- export declare namespace RelatedFinding {
1602
-
1603
- const filterSensitiveLog: (obj: RelatedFinding) => any;
1604
- }
1605
1249
  export declare enum SeverityLabel {
1606
1250
  CRITICAL = "CRITICAL",
1607
1251
  HIGH = "HIGH",
@@ -1616,10 +1260,6 @@ export interface FindingProviderSeverity {
1616
1260
 
1617
1261
  Original?: string;
1618
1262
  }
1619
- export declare namespace FindingProviderSeverity {
1620
-
1621
- const filterSensitiveLog: (obj: FindingProviderSeverity) => any;
1622
- }
1623
1263
 
1624
1264
  export interface FindingProviderFields {
1625
1265
 
@@ -1633,10 +1273,6 @@ export interface FindingProviderFields {
1633
1273
 
1634
1274
  Types?: string[];
1635
1275
  }
1636
- export declare namespace FindingProviderFields {
1637
-
1638
- const filterSensitiveLog: (obj: FindingProviderFields) => any;
1639
- }
1640
1276
  export declare enum MalwareState {
1641
1277
  OBSERVED = "OBSERVED",
1642
1278
  REMOVAL_FAILED = "REMOVAL_FAILED",
@@ -1670,10 +1306,6 @@ export interface Malware {
1670
1306
 
1671
1307
  State?: MalwareState | string;
1672
1308
  }
1673
- export declare namespace Malware {
1674
-
1675
- const filterSensitiveLog: (obj: Malware) => any;
1676
- }
1677
1309
  export declare enum NetworkDirection {
1678
1310
  IN = "IN",
1679
1311
  OUT = "OUT"
@@ -1685,10 +1317,6 @@ export interface PortRange {
1685
1317
 
1686
1318
  End?: number;
1687
1319
  }
1688
- export declare namespace PortRange {
1689
-
1690
- const filterSensitiveLog: (obj: PortRange) => any;
1691
- }
1692
1320
 
1693
1321
  export interface Network {
1694
1322
 
@@ -1716,10 +1344,6 @@ export interface Network {
1716
1344
 
1717
1345
  DestinationDomain?: string;
1718
1346
  }
1719
- export declare namespace Network {
1720
-
1721
- const filterSensitiveLog: (obj: Network) => any;
1722
- }
1723
1347
 
1724
1348
  export interface NetworkPathComponentDetails {
1725
1349
 
@@ -1727,10 +1351,6 @@ export interface NetworkPathComponentDetails {
1727
1351
 
1728
1352
  PortRanges?: PortRange[];
1729
1353
  }
1730
- export declare namespace NetworkPathComponentDetails {
1731
-
1732
- const filterSensitiveLog: (obj: NetworkPathComponentDetails) => any;
1733
- }
1734
1354
 
1735
1355
  export interface NetworkHeader {
1736
1356
 
@@ -1740,10 +1360,6 @@ export interface NetworkHeader {
1740
1360
 
1741
1361
  Source?: NetworkPathComponentDetails;
1742
1362
  }
1743
- export declare namespace NetworkHeader {
1744
-
1745
- const filterSensitiveLog: (obj: NetworkHeader) => any;
1746
- }
1747
1363
 
1748
1364
  export interface NetworkPathComponent {
1749
1365
 
@@ -1755,10 +1371,6 @@ export interface NetworkPathComponent {
1755
1371
 
1756
1372
  Ingress?: NetworkHeader;
1757
1373
  }
1758
- export declare namespace NetworkPathComponent {
1759
-
1760
- const filterSensitiveLog: (obj: NetworkPathComponent) => any;
1761
- }
1762
1374
 
1763
1375
  export interface Note {
1764
1376
 
@@ -1768,10 +1380,6 @@ export interface Note {
1768
1380
 
1769
1381
  UpdatedAt: string | undefined;
1770
1382
  }
1771
- export declare namespace Note {
1772
-
1773
- const filterSensitiveLog: (obj: Note) => any;
1774
- }
1775
1383
 
1776
1384
  export interface PatchSummary {
1777
1385
 
@@ -1797,10 +1405,6 @@ export interface PatchSummary {
1797
1405
 
1798
1406
  Operation?: string;
1799
1407
  }
1800
- export declare namespace PatchSummary {
1801
-
1802
- const filterSensitiveLog: (obj: PatchSummary) => any;
1803
- }
1804
1408
 
1805
1409
  export interface ProcessDetails {
1806
1410
 
@@ -1816,10 +1420,6 @@ export interface ProcessDetails {
1816
1420
 
1817
1421
  TerminatedAt?: string;
1818
1422
  }
1819
- export declare namespace ProcessDetails {
1820
-
1821
- const filterSensitiveLog: (obj: ProcessDetails) => any;
1822
- }
1823
1423
  export declare enum RecordState {
1824
1424
  ACTIVE = "ACTIVE",
1825
1425
  ARCHIVED = "ARCHIVED"
@@ -1831,19 +1431,11 @@ export interface Recommendation {
1831
1431
 
1832
1432
  Url?: string;
1833
1433
  }
1834
- export declare namespace Recommendation {
1835
-
1836
- const filterSensitiveLog: (obj: Recommendation) => any;
1837
- }
1838
1434
 
1839
1435
  export interface Remediation {
1840
1436
 
1841
1437
  Recommendation?: Recommendation;
1842
1438
  }
1843
- export declare namespace Remediation {
1844
-
1845
- const filterSensitiveLog: (obj: Remediation) => any;
1846
- }
1847
1439
 
1848
1440
  export interface Cell {
1849
1441
 
@@ -1855,10 +1447,6 @@ export interface Cell {
1855
1447
 
1856
1448
  CellReference?: string;
1857
1449
  }
1858
- export declare namespace Cell {
1859
-
1860
- const filterSensitiveLog: (obj: Cell) => any;
1861
- }
1862
1450
 
1863
1451
  export interface Range {
1864
1452
 
@@ -1868,10 +1456,6 @@ export interface Range {
1868
1456
 
1869
1457
  StartColumn?: number;
1870
1458
  }
1871
- export declare namespace Range {
1872
-
1873
- const filterSensitiveLog: (obj: Range) => any;
1874
- }
1875
1459
 
1876
1460
  export interface Page {
1877
1461
 
@@ -1881,10 +1465,6 @@ export interface Page {
1881
1465
 
1882
1466
  OffsetRange?: Range;
1883
1467
  }
1884
- export declare namespace Page {
1885
-
1886
- const filterSensitiveLog: (obj: Page) => any;
1887
- }
1888
1468
 
1889
1469
  export interface _Record {
1890
1470
 
@@ -1892,10 +1472,6 @@ export interface _Record {
1892
1472
 
1893
1473
  RecordIndex?: number;
1894
1474
  }
1895
- export declare namespace _Record {
1896
-
1897
- const filterSensitiveLog: (obj: _Record) => any;
1898
- }
1899
1475
 
1900
1476
  export interface Occurrences {
1901
1477
 
@@ -1909,10 +1485,6 @@ export interface Occurrences {
1909
1485
 
1910
1486
  Cells?: Cell[];
1911
1487
  }
1912
- export declare namespace Occurrences {
1913
-
1914
- const filterSensitiveLog: (obj: Occurrences) => any;
1915
- }
1916
1488
 
1917
1489
  export interface CustomDataIdentifiersDetections {
1918
1490
 
@@ -1924,10 +1496,6 @@ export interface CustomDataIdentifiersDetections {
1924
1496
 
1925
1497
  Occurrences?: Occurrences;
1926
1498
  }
1927
- export declare namespace CustomDataIdentifiersDetections {
1928
-
1929
- const filterSensitiveLog: (obj: CustomDataIdentifiersDetections) => any;
1930
- }
1931
1499
 
1932
1500
  export interface CustomDataIdentifiersResult {
1933
1501
 
@@ -1935,10 +1503,6 @@ export interface CustomDataIdentifiersResult {
1935
1503
 
1936
1504
  TotalCount?: number;
1937
1505
  }
1938
- export declare namespace CustomDataIdentifiersResult {
1939
-
1940
- const filterSensitiveLog: (obj: CustomDataIdentifiersResult) => any;
1941
- }
1942
1506
 
1943
1507
  export interface SensitiveDataDetections {
1944
1508
 
@@ -1948,10 +1512,6 @@ export interface SensitiveDataDetections {
1948
1512
 
1949
1513
  Occurrences?: Occurrences;
1950
1514
  }
1951
- export declare namespace SensitiveDataDetections {
1952
-
1953
- const filterSensitiveLog: (obj: SensitiveDataDetections) => any;
1954
- }
1955
1515
 
1956
1516
  export interface SensitiveDataResult {
1957
1517
 
@@ -1961,10 +1521,6 @@ export interface SensitiveDataResult {
1961
1521
 
1962
1522
  TotalCount?: number;
1963
1523
  }
1964
- export declare namespace SensitiveDataResult {
1965
-
1966
- const filterSensitiveLog: (obj: SensitiveDataResult) => any;
1967
- }
1968
1524
 
1969
1525
  export interface ClassificationStatus {
1970
1526
 
@@ -1972,10 +1528,6 @@ export interface ClassificationStatus {
1972
1528
 
1973
1529
  Reason?: string;
1974
1530
  }
1975
- export declare namespace ClassificationStatus {
1976
-
1977
- const filterSensitiveLog: (obj: ClassificationStatus) => any;
1978
- }
1979
1531
 
1980
1532
  export interface ClassificationResult {
1981
1533
 
@@ -1991,10 +1543,6 @@ export interface ClassificationResult {
1991
1543
 
1992
1544
  CustomDataIdentifiers?: CustomDataIdentifiersResult;
1993
1545
  }
1994
- export declare namespace ClassificationResult {
1995
-
1996
- const filterSensitiveLog: (obj: ClassificationResult) => any;
1997
- }
1998
1546
 
1999
1547
  export interface DataClassificationDetails {
2000
1548
 
@@ -2002,10 +1550,6 @@ export interface DataClassificationDetails {
2002
1550
 
2003
1551
  Result?: ClassificationResult;
2004
1552
  }
2005
- export declare namespace DataClassificationDetails {
2006
-
2007
- const filterSensitiveLog: (obj: DataClassificationDetails) => any;
2008
- }
2009
1553
 
2010
1554
  export interface AwsSnsTopicSubscription {
2011
1555
 
@@ -2013,10 +1557,6 @@ export interface AwsSnsTopicSubscription {
2013
1557
 
2014
1558
  Protocol?: string;
2015
1559
  }
2016
- export declare namespace AwsSnsTopicSubscription {
2017
-
2018
- const filterSensitiveLog: (obj: AwsSnsTopicSubscription) => any;
2019
- }
2020
1560
 
2021
1561
  export interface AwsSnsTopicDetails {
2022
1562
 
@@ -2042,10 +1582,6 @@ export interface AwsSnsTopicDetails {
2042
1582
 
2043
1583
  HttpFailureFeedbackRoleArn?: string;
2044
1584
  }
2045
- export declare namespace AwsSnsTopicDetails {
2046
-
2047
- const filterSensitiveLog: (obj: AwsSnsTopicDetails) => any;
2048
- }
2049
1585
 
2050
1586
  export interface AwsSqsQueueDetails {
2051
1587
 
@@ -2057,10 +1593,6 @@ export interface AwsSqsQueueDetails {
2057
1593
 
2058
1594
  DeadLetterTargetArn?: string;
2059
1595
  }
2060
- export declare namespace AwsSqsQueueDetails {
2061
-
2062
- const filterSensitiveLog: (obj: AwsSqsQueueDetails) => any;
2063
- }
2064
1596
 
2065
1597
  export interface AwsSsmComplianceSummary {
2066
1598
 
@@ -2100,28 +1632,16 @@ export interface AwsSsmComplianceSummary {
2100
1632
 
2101
1633
  PatchGroup?: string;
2102
1634
  }
2103
- export declare namespace AwsSsmComplianceSummary {
2104
-
2105
- const filterSensitiveLog: (obj: AwsSsmComplianceSummary) => any;
2106
- }
2107
1635
 
2108
1636
  export interface AwsSsmPatch {
2109
1637
 
2110
1638
  ComplianceSummary?: AwsSsmComplianceSummary;
2111
1639
  }
2112
- export declare namespace AwsSsmPatch {
2113
-
2114
- const filterSensitiveLog: (obj: AwsSsmPatch) => any;
2115
- }
2116
1640
 
2117
1641
  export interface AwsSsmPatchComplianceDetails {
2118
1642
 
2119
1643
  Patch?: AwsSsmPatch;
2120
1644
  }
2121
- export declare namespace AwsSsmPatchComplianceDetails {
2122
-
2123
- const filterSensitiveLog: (obj: AwsSsmPatchComplianceDetails) => any;
2124
- }
2125
1645
 
2126
1646
  export interface AwsWafRateBasedRuleMatchPredicate {
2127
1647
 
@@ -2131,10 +1651,6 @@ export interface AwsWafRateBasedRuleMatchPredicate {
2131
1651
 
2132
1652
  Type?: string;
2133
1653
  }
2134
- export declare namespace AwsWafRateBasedRuleMatchPredicate {
2135
-
2136
- const filterSensitiveLog: (obj: AwsWafRateBasedRuleMatchPredicate) => any;
2137
- }
2138
1654
 
2139
1655
  export interface AwsWafRateBasedRuleDetails {
2140
1656
 
@@ -2150,10 +1666,6 @@ export interface AwsWafRateBasedRuleDetails {
2150
1666
 
2151
1667
  MatchPredicates?: AwsWafRateBasedRuleMatchPredicate[];
2152
1668
  }
2153
- export declare namespace AwsWafRateBasedRuleDetails {
2154
-
2155
- const filterSensitiveLog: (obj: AwsWafRateBasedRuleDetails) => any;
2156
- }
2157
1669
 
2158
1670
  export interface AwsWafRegionalRateBasedRuleMatchPredicate {
2159
1671
 
@@ -2163,10 +1675,6 @@ export interface AwsWafRegionalRateBasedRuleMatchPredicate {
2163
1675
 
2164
1676
  Type?: string;
2165
1677
  }
2166
- export declare namespace AwsWafRegionalRateBasedRuleMatchPredicate {
2167
-
2168
- const filterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleMatchPredicate) => any;
2169
- }
2170
1678
 
2171
1679
  export interface AwsWafRegionalRateBasedRuleDetails {
2172
1680
 
@@ -2182,10 +1690,6 @@ export interface AwsWafRegionalRateBasedRuleDetails {
2182
1690
 
2183
1691
  MatchPredicates?: AwsWafRegionalRateBasedRuleMatchPredicate[];
2184
1692
  }
2185
- export declare namespace AwsWafRegionalRateBasedRuleDetails {
2186
-
2187
- const filterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleDetails) => any;
2188
- }
2189
1693
 
2190
1694
  export interface AwsWafRegionalRulePredicateListDetails {
2191
1695
 
@@ -2195,10 +1699,6 @@ export interface AwsWafRegionalRulePredicateListDetails {
2195
1699
 
2196
1700
  Type?: string;
2197
1701
  }
2198
- export declare namespace AwsWafRegionalRulePredicateListDetails {
2199
-
2200
- const filterSensitiveLog: (obj: AwsWafRegionalRulePredicateListDetails) => any;
2201
- }
2202
1702
 
2203
1703
  export interface AwsWafRegionalRuleDetails {
2204
1704
 
@@ -2210,19 +1710,11 @@ export interface AwsWafRegionalRuleDetails {
2210
1710
 
2211
1711
  RuleId?: string;
2212
1712
  }
2213
- export declare namespace AwsWafRegionalRuleDetails {
2214
-
2215
- const filterSensitiveLog: (obj: AwsWafRegionalRuleDetails) => any;
2216
- }
2217
1713
 
2218
1714
  export interface AwsWafRegionalRuleGroupRulesActionDetails {
2219
1715
 
2220
1716
  Type?: string;
2221
1717
  }
2222
- export declare namespace AwsWafRegionalRuleGroupRulesActionDetails {
2223
-
2224
- const filterSensitiveLog: (obj: AwsWafRegionalRuleGroupRulesActionDetails) => any;
2225
- }
2226
1718
 
2227
1719
  export interface AwsWafRegionalRuleGroupRulesDetails {
2228
1720
 
@@ -2234,10 +1726,6 @@ export interface AwsWafRegionalRuleGroupRulesDetails {
2234
1726
 
2235
1727
  Type?: string;
2236
1728
  }
2237
- export declare namespace AwsWafRegionalRuleGroupRulesDetails {
2238
-
2239
- const filterSensitiveLog: (obj: AwsWafRegionalRuleGroupRulesDetails) => any;
2240
- }
2241
1729
 
2242
1730
  export interface AwsWafRegionalRuleGroupDetails {
2243
1731
 
@@ -2249,28 +1737,16 @@ export interface AwsWafRegionalRuleGroupDetails {
2249
1737
 
2250
1738
  Rules?: AwsWafRegionalRuleGroupRulesDetails[];
2251
1739
  }
2252
- export declare namespace AwsWafRegionalRuleGroupDetails {
2253
-
2254
- const filterSensitiveLog: (obj: AwsWafRegionalRuleGroupDetails) => any;
2255
- }
2256
1740
 
2257
1741
  export interface AwsWafRegionalWebAclRulesListActionDetails {
2258
1742
 
2259
1743
  Type?: string;
2260
1744
  }
2261
- export declare namespace AwsWafRegionalWebAclRulesListActionDetails {
2262
-
2263
- const filterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListActionDetails) => any;
2264
- }
2265
1745
 
2266
1746
  export interface AwsWafRegionalWebAclRulesListOverrideActionDetails {
2267
1747
 
2268
1748
  Type?: string;
2269
1749
  }
2270
- export declare namespace AwsWafRegionalWebAclRulesListOverrideActionDetails {
2271
-
2272
- const filterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListOverrideActionDetails) => any;
2273
- }
2274
1750
 
2275
1751
  export interface AwsWafRegionalWebAclRulesListDetails {
2276
1752
 
@@ -2284,10 +1760,6 @@ export interface AwsWafRegionalWebAclRulesListDetails {
2284
1760
 
2285
1761
  Type?: string;
2286
1762
  }
2287
- export declare namespace AwsWafRegionalWebAclRulesListDetails {
2288
-
2289
- const filterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListDetails) => any;
2290
- }
2291
1763
 
2292
1764
  export interface AwsWafRegionalWebAclDetails {
2293
1765
 
@@ -2301,10 +1773,6 @@ export interface AwsWafRegionalWebAclDetails {
2301
1773
 
2302
1774
  WebAclId?: string;
2303
1775
  }
2304
- export declare namespace AwsWafRegionalWebAclDetails {
2305
-
2306
- const filterSensitiveLog: (obj: AwsWafRegionalWebAclDetails) => any;
2307
- }
2308
1776
 
2309
1777
  export interface AwsWafRulePredicateListDetails {
2310
1778
 
@@ -2314,10 +1782,6 @@ export interface AwsWafRulePredicateListDetails {
2314
1782
 
2315
1783
  Type?: string;
2316
1784
  }
2317
- export declare namespace AwsWafRulePredicateListDetails {
2318
-
2319
- const filterSensitiveLog: (obj: AwsWafRulePredicateListDetails) => any;
2320
- }
2321
1785
 
2322
1786
  export interface AwsWafRuleDetails {
2323
1787
 
@@ -2329,19 +1793,11 @@ export interface AwsWafRuleDetails {
2329
1793
 
2330
1794
  RuleId?: string;
2331
1795
  }
2332
- export declare namespace AwsWafRuleDetails {
2333
-
2334
- const filterSensitiveLog: (obj: AwsWafRuleDetails) => any;
2335
- }
2336
1796
 
2337
1797
  export interface AwsWafRuleGroupRulesActionDetails {
2338
1798
 
2339
1799
  Type?: string;
2340
1800
  }
2341
- export declare namespace AwsWafRuleGroupRulesActionDetails {
2342
-
2343
- const filterSensitiveLog: (obj: AwsWafRuleGroupRulesActionDetails) => any;
2344
- }
2345
1801
 
2346
1802
  export interface AwsWafRuleGroupRulesDetails {
2347
1803
 
@@ -2353,10 +1809,6 @@ export interface AwsWafRuleGroupRulesDetails {
2353
1809
 
2354
1810
  Type?: string;
2355
1811
  }
2356
- export declare namespace AwsWafRuleGroupRulesDetails {
2357
-
2358
- const filterSensitiveLog: (obj: AwsWafRuleGroupRulesDetails) => any;
2359
- }
2360
1812
 
2361
1813
  export interface AwsWafRuleGroupDetails {
2362
1814
 
@@ -2368,37 +1820,21 @@ export interface AwsWafRuleGroupDetails {
2368
1820
 
2369
1821
  Rules?: AwsWafRuleGroupRulesDetails[];
2370
1822
  }
2371
- export declare namespace AwsWafRuleGroupDetails {
2372
-
2373
- const filterSensitiveLog: (obj: AwsWafRuleGroupDetails) => any;
2374
- }
2375
1823
 
2376
1824
  export interface WafAction {
2377
1825
 
2378
1826
  Type?: string;
2379
1827
  }
2380
- export declare namespace WafAction {
2381
-
2382
- const filterSensitiveLog: (obj: WafAction) => any;
2383
- }
2384
1828
 
2385
1829
  export interface WafExcludedRule {
2386
1830
 
2387
1831
  RuleId?: string;
2388
1832
  }
2389
- export declare namespace WafExcludedRule {
2390
-
2391
- const filterSensitiveLog: (obj: WafExcludedRule) => any;
2392
- }
2393
1833
 
2394
1834
  export interface WafOverrideAction {
2395
1835
 
2396
1836
  Type?: string;
2397
1837
  }
2398
- export declare namespace WafOverrideAction {
2399
-
2400
- const filterSensitiveLog: (obj: WafOverrideAction) => any;
2401
- }
2402
1838
 
2403
1839
  export interface AwsWafWebAclRule {
2404
1840
 
@@ -2414,10 +1850,6 @@ export interface AwsWafWebAclRule {
2414
1850
 
2415
1851
  Type?: string;
2416
1852
  }
2417
- export declare namespace AwsWafWebAclRule {
2418
-
2419
- const filterSensitiveLog: (obj: AwsWafWebAclRule) => any;
2420
- }
2421
1853
 
2422
1854
  export interface AwsWafWebAclDetails {
2423
1855
 
@@ -2429,10 +1861,6 @@ export interface AwsWafWebAclDetails {
2429
1861
 
2430
1862
  WebAclId?: string;
2431
1863
  }
2432
- export declare namespace AwsWafWebAclDetails {
2433
-
2434
- const filterSensitiveLog: (obj: AwsWafWebAclDetails) => any;
2435
- }
2436
1864
 
2437
1865
  export interface AwsXrayEncryptionConfigDetails {
2438
1866
 
@@ -2442,10 +1870,6 @@ export interface AwsXrayEncryptionConfigDetails {
2442
1870
 
2443
1871
  Type?: string;
2444
1872
  }
2445
- export declare namespace AwsXrayEncryptionConfigDetails {
2446
-
2447
- const filterSensitiveLog: (obj: AwsXrayEncryptionConfigDetails) => any;
2448
- }
2449
1873
 
2450
1874
  export interface VolumeMount {
2451
1875
 
@@ -2453,10 +1877,6 @@ export interface VolumeMount {
2453
1877
 
2454
1878
  MountPath?: string;
2455
1879
  }
2456
- export declare namespace VolumeMount {
2457
-
2458
- const filterSensitiveLog: (obj: VolumeMount) => any;
2459
- }
2460
1880
 
2461
1881
  export interface ContainerDetails {
2462
1882
 
@@ -2474,10 +1894,6 @@ export interface ContainerDetails {
2474
1894
 
2475
1895
  Privileged?: boolean;
2476
1896
  }
2477
- export declare namespace ContainerDetails {
2478
-
2479
- const filterSensitiveLog: (obj: ContainerDetails) => any;
2480
- }
2481
1897
 
2482
1898
  export interface ResourceDetails {
2483
1899
 
@@ -2633,10 +2049,6 @@ export interface ResourceDetails {
2633
2049
 
2634
2050
  AwsEcsTask?: AwsEcsTaskDetails;
2635
2051
  }
2636
- export declare namespace ResourceDetails {
2637
-
2638
- const filterSensitiveLog: (obj: ResourceDetails) => any;
2639
- }
2640
2052
  export declare enum Partition {
2641
2053
  AWS = "aws",
2642
2054
  AWS_CN = "aws-cn",
@@ -2661,10 +2073,6 @@ export interface Resource {
2661
2073
 
2662
2074
  Details?: ResourceDetails;
2663
2075
  }
2664
- export declare namespace Resource {
2665
-
2666
- const filterSensitiveLog: (obj: Resource) => any;
2667
- }
2668
2076
 
2669
2077
  export interface Severity {
2670
2078
 
@@ -2676,10 +2084,6 @@ export interface Severity {
2676
2084
 
2677
2085
  Original?: string;
2678
2086
  }
2679
- export declare namespace Severity {
2680
-
2681
- const filterSensitiveLog: (obj: Severity) => any;
2682
- }
2683
2087
  export declare enum ThreatIntelIndicatorCategory {
2684
2088
  BACKDOOR = "BACKDOOR",
2685
2089
  CARD_STEALER = "CARD_STEALER",
@@ -2716,10 +2120,6 @@ export interface ThreatIntelIndicator {
2716
2120
 
2717
2121
  SourceUrl?: string;
2718
2122
  }
2719
- export declare namespace ThreatIntelIndicator {
2720
-
2721
- const filterSensitiveLog: (obj: ThreatIntelIndicator) => any;
2722
- }
2723
2123
 
2724
2124
  export interface FilePaths {
2725
2125
 
@@ -2731,10 +2131,6 @@ export interface FilePaths {
2731
2131
 
2732
2132
  Hash?: string;
2733
2133
  }
2734
- export declare namespace FilePaths {
2735
-
2736
- const filterSensitiveLog: (obj: FilePaths) => any;
2737
- }
2738
2134
 
2739
2135
  export interface Threat {
2740
2136
 
@@ -2746,10 +2142,6 @@ export interface Threat {
2746
2142
 
2747
2143
  FilePaths?: FilePaths[];
2748
2144
  }
2749
- export declare namespace Threat {
2750
-
2751
- const filterSensitiveLog: (obj: Threat) => any;
2752
- }
2753
2145
  export declare enum VerificationState {
2754
2146
  BENIGN_POSITIVE = "BENIGN_POSITIVE",
2755
2147
  FALSE_POSITIVE = "FALSE_POSITIVE",
@@ -2769,10 +2161,6 @@ export interface Cvss {
2769
2161
 
2770
2162
  Adjustments?: Adjustment[];
2771
2163
  }
2772
- export declare namespace Cvss {
2773
-
2774
- const filterSensitiveLog: (obj: Cvss) => any;
2775
- }
2776
2164
 
2777
2165
  export interface VulnerabilityVendor {
2778
2166
 
@@ -2786,10 +2174,6 @@ export interface VulnerabilityVendor {
2786
2174
 
2787
2175
  VendorUpdatedAt?: string;
2788
2176
  }
2789
- export declare namespace VulnerabilityVendor {
2790
-
2791
- const filterSensitiveLog: (obj: VulnerabilityVendor) => any;
2792
- }
2793
2177
 
2794
2178
  export interface SoftwarePackage {
2795
2179
 
@@ -2807,10 +2191,6 @@ export interface SoftwarePackage {
2807
2191
 
2808
2192
  FilePath?: string;
2809
2193
  }
2810
- export declare namespace SoftwarePackage {
2811
-
2812
- const filterSensitiveLog: (obj: SoftwarePackage) => any;
2813
- }
2814
2194
 
2815
2195
  export interface Vulnerability {
2816
2196
 
@@ -2826,10 +2206,6 @@ export interface Vulnerability {
2826
2206
 
2827
2207
  ReferenceUrls?: string[];
2828
2208
  }
2829
- export declare namespace Vulnerability {
2830
-
2831
- const filterSensitiveLog: (obj: Vulnerability) => any;
2832
- }
2833
2209
  export declare enum WorkflowStatus {
2834
2210
  NEW = "NEW",
2835
2211
  NOTIFIED = "NOTIFIED",
@@ -2841,10 +2217,6 @@ export interface Workflow {
2841
2217
 
2842
2218
  Status?: WorkflowStatus | string;
2843
2219
  }
2844
- export declare namespace Workflow {
2845
-
2846
- const filterSensitiveLog: (obj: Workflow) => any;
2847
- }
2848
2220
  export declare enum WorkflowState {
2849
2221
  ASSIGNED = "ASSIGNED",
2850
2222
  DEFERRED = "DEFERRED",
@@ -2937,10 +2309,6 @@ export interface AwsSecurityFinding {
2937
2309
 
2938
2310
  Sample?: boolean;
2939
2311
  }
2940
- export declare namespace AwsSecurityFinding {
2941
-
2942
- const filterSensitiveLog: (obj: AwsSecurityFinding) => any;
2943
- }
2944
2312
  export declare enum StringFilterComparison {
2945
2313
  EQUALS = "EQUALS",
2946
2314
  NOT_EQUALS = "NOT_EQUALS",
@@ -2954,10 +2322,6 @@ export interface StringFilter {
2954
2322
 
2955
2323
  Comparison?: StringFilterComparison | string;
2956
2324
  }
2957
- export declare namespace StringFilter {
2958
-
2959
- const filterSensitiveLog: (obj: StringFilter) => any;
2960
- }
2961
2325
 
2962
2326
  export interface NumberFilter {
2963
2327
 
@@ -2967,10 +2331,6 @@ export interface NumberFilter {
2967
2331
 
2968
2332
  Eq?: number;
2969
2333
  }
2970
- export declare namespace NumberFilter {
2971
-
2972
- const filterSensitiveLog: (obj: NumberFilter) => any;
2973
- }
2974
2334
  export declare enum DateRangeUnit {
2975
2335
  DAYS = "DAYS"
2976
2336
  }
@@ -2981,10 +2341,6 @@ export interface DateRange {
2981
2341
 
2982
2342
  Unit?: DateRangeUnit | string;
2983
2343
  }
2984
- export declare namespace DateRange {
2985
-
2986
- const filterSensitiveLog: (obj: DateRange) => any;
2987
- }
2988
2344
 
2989
2345
  export interface DateFilter {
2990
2346
 
@@ -2994,28 +2350,16 @@ export interface DateFilter {
2994
2350
 
2995
2351
  DateRange?: DateRange;
2996
2352
  }
2997
- export declare namespace DateFilter {
2998
-
2999
- const filterSensitiveLog: (obj: DateFilter) => any;
3000
- }
3001
2353
 
3002
2354
  export interface KeywordFilter {
3003
2355
 
3004
2356
  Value?: string;
3005
2357
  }
3006
- export declare namespace KeywordFilter {
3007
-
3008
- const filterSensitiveLog: (obj: KeywordFilter) => any;
3009
- }
3010
2358
 
3011
2359
  export interface IpFilter {
3012
2360
 
3013
2361
  Cidr?: string;
3014
2362
  }
3015
- export declare namespace IpFilter {
3016
-
3017
- const filterSensitiveLog: (obj: IpFilter) => any;
3018
- }
3019
2363
  export declare enum MapFilterComparison {
3020
2364
  EQUALS = "EQUALS",
3021
2365
  NOT_EQUALS = "NOT_EQUALS"
@@ -3029,19 +2373,11 @@ export interface MapFilter {
3029
2373
 
3030
2374
  Comparison?: MapFilterComparison | string;
3031
2375
  }
3032
- export declare namespace MapFilter {
3033
-
3034
- const filterSensitiveLog: (obj: MapFilter) => any;
3035
- }
3036
2376
 
3037
2377
  export interface BooleanFilter {
3038
2378
 
3039
2379
  Value?: boolean;
3040
2380
  }
3041
- export declare namespace BooleanFilter {
3042
-
3043
- const filterSensitiveLog: (obj: BooleanFilter) => any;
3044
- }
3045
2381
 
3046
2382
  export interface AwsSecurityFindingFilters {
3047
2383
 
@@ -3235,10 +2571,6 @@ export interface AwsSecurityFindingFilters {
3235
2571
 
3236
2572
  Sample?: BooleanFilter[];
3237
2573
  }
3238
- export declare namespace AwsSecurityFindingFilters {
3239
-
3240
- const filterSensitiveLog: (obj: AwsSecurityFindingFilters) => any;
3241
- }
3242
2574
 
3243
2575
  export interface AwsSecurityFindingIdentifier {
3244
2576
 
@@ -3246,18 +2578,10 @@ export interface AwsSecurityFindingIdentifier {
3246
2578
 
3247
2579
  ProductArn: string | undefined;
3248
2580
  }
3249
- export declare namespace AwsSecurityFindingIdentifier {
3250
-
3251
- const filterSensitiveLog: (obj: AwsSecurityFindingIdentifier) => any;
3252
- }
3253
2581
  export interface BatchDisableStandardsRequest {
3254
2582
 
3255
2583
  StandardsSubscriptionArns: string[] | undefined;
3256
2584
  }
3257
- export declare namespace BatchDisableStandardsRequest {
3258
-
3259
- const filterSensitiveLog: (obj: BatchDisableStandardsRequest) => any;
3260
- }
3261
2585
  export declare enum StandardsStatus {
3262
2586
  DELETING = "DELETING",
3263
2587
  FAILED = "FAILED",
@@ -3274,10 +2598,6 @@ export interface StandardsStatusReason {
3274
2598
 
3275
2599
  StatusReasonCode: StatusReasonCode | string | undefined;
3276
2600
  }
3277
- export declare namespace StandardsStatusReason {
3278
-
3279
- const filterSensitiveLog: (obj: StandardsStatusReason) => any;
3280
- }
3281
2601
 
3282
2602
  export interface StandardsSubscription {
3283
2603
 
@@ -3291,18 +2611,10 @@ export interface StandardsSubscription {
3291
2611
 
3292
2612
  StandardsStatusReason?: StandardsStatusReason;
3293
2613
  }
3294
- export declare namespace StandardsSubscription {
3295
-
3296
- const filterSensitiveLog: (obj: StandardsSubscription) => any;
3297
- }
3298
2614
  export interface BatchDisableStandardsResponse {
3299
2615
 
3300
2616
  StandardsSubscriptions?: StandardsSubscription[];
3301
2617
  }
3302
- export declare namespace BatchDisableStandardsResponse {
3303
-
3304
- const filterSensitiveLog: (obj: BatchDisableStandardsResponse) => any;
3305
- }
3306
2618
 
3307
2619
  export interface StandardsSubscriptionRequest {
3308
2620
 
@@ -3310,34 +2622,18 @@ export interface StandardsSubscriptionRequest {
3310
2622
 
3311
2623
  StandardsInput?: Record<string, string>;
3312
2624
  }
3313
- export declare namespace StandardsSubscriptionRequest {
3314
-
3315
- const filterSensitiveLog: (obj: StandardsSubscriptionRequest) => any;
3316
- }
3317
2625
  export interface BatchEnableStandardsRequest {
3318
2626
 
3319
2627
  StandardsSubscriptionRequests: StandardsSubscriptionRequest[] | undefined;
3320
2628
  }
3321
- export declare namespace BatchEnableStandardsRequest {
3322
-
3323
- const filterSensitiveLog: (obj: BatchEnableStandardsRequest) => any;
3324
- }
3325
2629
  export interface BatchEnableStandardsResponse {
3326
2630
 
3327
2631
  StandardsSubscriptions?: StandardsSubscription[];
3328
2632
  }
3329
- export declare namespace BatchEnableStandardsResponse {
3330
-
3331
- const filterSensitiveLog: (obj: BatchEnableStandardsResponse) => any;
3332
- }
3333
2633
  export interface BatchImportFindingsRequest {
3334
2634
 
3335
2635
  Findings: AwsSecurityFinding[] | undefined;
3336
2636
  }
3337
- export declare namespace BatchImportFindingsRequest {
3338
-
3339
- const filterSensitiveLog: (obj: BatchImportFindingsRequest) => any;
3340
- }
3341
2637
 
3342
2638
  export interface ImportFindingsError {
3343
2639
 
@@ -3347,10 +2643,6 @@ export interface ImportFindingsError {
3347
2643
 
3348
2644
  ErrorMessage: string | undefined;
3349
2645
  }
3350
- export declare namespace ImportFindingsError {
3351
-
3352
- const filterSensitiveLog: (obj: ImportFindingsError) => any;
3353
- }
3354
2646
  export interface BatchImportFindingsResponse {
3355
2647
 
3356
2648
  FailedCount: number | undefined;
@@ -3359,10 +2651,6 @@ export interface BatchImportFindingsResponse {
3359
2651
 
3360
2652
  FailedFindings?: ImportFindingsError[];
3361
2653
  }
3362
- export declare namespace BatchImportFindingsResponse {
3363
-
3364
- const filterSensitiveLog: (obj: BatchImportFindingsResponse) => any;
3365
- }
3366
2654
 
3367
2655
  export interface NoteUpdate {
3368
2656
 
@@ -3370,10 +2658,6 @@ export interface NoteUpdate {
3370
2658
 
3371
2659
  UpdatedBy: string | undefined;
3372
2660
  }
3373
- export declare namespace NoteUpdate {
3374
-
3375
- const filterSensitiveLog: (obj: NoteUpdate) => any;
3376
- }
3377
2661
 
3378
2662
  export interface SeverityUpdate {
3379
2663
 
@@ -3383,19 +2667,11 @@ export interface SeverityUpdate {
3383
2667
 
3384
2668
  Label?: SeverityLabel | string;
3385
2669
  }
3386
- export declare namespace SeverityUpdate {
3387
-
3388
- const filterSensitiveLog: (obj: SeverityUpdate) => any;
3389
- }
3390
2670
 
3391
2671
  export interface WorkflowUpdate {
3392
2672
 
3393
2673
  Status?: WorkflowStatus | string;
3394
2674
  }
3395
- export declare namespace WorkflowUpdate {
3396
-
3397
- const filterSensitiveLog: (obj: WorkflowUpdate) => any;
3398
- }
3399
2675
  export interface BatchUpdateFindingsRequest {
3400
2676
 
3401
2677
  FindingIdentifiers: AwsSecurityFindingIdentifier[] | undefined;
@@ -3418,10 +2694,6 @@ export interface BatchUpdateFindingsRequest {
3418
2694
 
3419
2695
  RelatedFindings?: RelatedFinding[];
3420
2696
  }
3421
- export declare namespace BatchUpdateFindingsRequest {
3422
-
3423
- const filterSensitiveLog: (obj: BatchUpdateFindingsRequest) => any;
3424
- }
3425
2697
 
3426
2698
  export interface BatchUpdateFindingsUnprocessedFinding {
3427
2699
 
@@ -3431,20 +2703,12 @@ export interface BatchUpdateFindingsUnprocessedFinding {
3431
2703
 
3432
2704
  ErrorMessage: string | undefined;
3433
2705
  }
3434
- export declare namespace BatchUpdateFindingsUnprocessedFinding {
3435
-
3436
- const filterSensitiveLog: (obj: BatchUpdateFindingsUnprocessedFinding) => any;
3437
- }
3438
2706
  export interface BatchUpdateFindingsResponse {
3439
2707
 
3440
2708
  ProcessedFindings: AwsSecurityFindingIdentifier[] | undefined;
3441
2709
 
3442
2710
  UnprocessedFindings: BatchUpdateFindingsUnprocessedFinding[] | undefined;
3443
2711
  }
3444
- export declare namespace BatchUpdateFindingsResponse {
3445
-
3446
- const filterSensitiveLog: (obj: BatchUpdateFindingsResponse) => any;
3447
- }
3448
2712
  export declare enum ControlStatus {
3449
2713
  DISABLED = "DISABLED",
3450
2714
  ENABLED = "ENABLED"
@@ -3457,18 +2721,10 @@ export interface CreateActionTargetRequest {
3457
2721
 
3458
2722
  Id: string | undefined;
3459
2723
  }
3460
- export declare namespace CreateActionTargetRequest {
3461
-
3462
- const filterSensitiveLog: (obj: CreateActionTargetRequest) => any;
3463
- }
3464
2724
  export interface CreateActionTargetResponse {
3465
2725
 
3466
2726
  ActionTargetArn: string | undefined;
3467
2727
  }
3468
- export declare namespace CreateActionTargetResponse {
3469
-
3470
- const filterSensitiveLog: (obj: CreateActionTargetResponse) => any;
3471
- }
3472
2728
 
3473
2729
  export declare class ResourceConflictException extends __BaseException {
3474
2730
  readonly name: "ResourceConflictException";
@@ -3484,10 +2740,6 @@ export interface CreateFindingAggregatorRequest {
3484
2740
 
3485
2741
  Regions?: string[];
3486
2742
  }
3487
- export declare namespace CreateFindingAggregatorRequest {
3488
-
3489
- const filterSensitiveLog: (obj: CreateFindingAggregatorRequest) => any;
3490
- }
3491
2743
  export interface CreateFindingAggregatorResponse {
3492
2744
 
3493
2745
  FindingAggregatorArn?: string;
@@ -3498,10 +2750,6 @@ export interface CreateFindingAggregatorResponse {
3498
2750
 
3499
2751
  Regions?: string[];
3500
2752
  }
3501
- export declare namespace CreateFindingAggregatorResponse {
3502
-
3503
- const filterSensitiveLog: (obj: CreateFindingAggregatorResponse) => any;
3504
- }
3505
2753
  export interface CreateInsightRequest {
3506
2754
 
3507
2755
  Name: string | undefined;
@@ -3510,26 +2758,14 @@ export interface CreateInsightRequest {
3510
2758
 
3511
2759
  GroupByAttribute: string | undefined;
3512
2760
  }
3513
- export declare namespace CreateInsightRequest {
3514
-
3515
- const filterSensitiveLog: (obj: CreateInsightRequest) => any;
3516
- }
3517
2761
  export interface CreateInsightResponse {
3518
2762
 
3519
2763
  InsightArn: string | undefined;
3520
2764
  }
3521
- export declare namespace CreateInsightResponse {
3522
-
3523
- const filterSensitiveLog: (obj: CreateInsightResponse) => any;
3524
- }
3525
2765
  export interface CreateMembersRequest {
3526
2766
 
3527
2767
  AccountDetails: AccountDetails[] | undefined;
3528
2768
  }
3529
- export declare namespace CreateMembersRequest {
3530
-
3531
- const filterSensitiveLog: (obj: CreateMembersRequest) => any;
3532
- }
3533
2769
 
3534
2770
  export interface Result {
3535
2771
 
@@ -3537,112 +2773,56 @@ export interface Result {
3537
2773
 
3538
2774
  ProcessingResult?: string;
3539
2775
  }
3540
- export declare namespace Result {
3541
-
3542
- const filterSensitiveLog: (obj: Result) => any;
3543
- }
3544
2776
  export interface CreateMembersResponse {
3545
2777
 
3546
2778
  UnprocessedAccounts?: Result[];
3547
2779
  }
3548
- export declare namespace CreateMembersResponse {
3549
-
3550
- const filterSensitiveLog: (obj: CreateMembersResponse) => any;
3551
- }
3552
2780
  export interface DeclineInvitationsRequest {
3553
2781
 
3554
2782
  AccountIds: string[] | undefined;
3555
2783
  }
3556
- export declare namespace DeclineInvitationsRequest {
3557
-
3558
- const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
3559
- }
3560
2784
  export interface DeclineInvitationsResponse {
3561
2785
 
3562
2786
  UnprocessedAccounts?: Result[];
3563
2787
  }
3564
- export declare namespace DeclineInvitationsResponse {
3565
-
3566
- const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
3567
- }
3568
2788
  export interface DeleteActionTargetRequest {
3569
2789
 
3570
2790
  ActionTargetArn: string | undefined;
3571
2791
  }
3572
- export declare namespace DeleteActionTargetRequest {
3573
-
3574
- const filterSensitiveLog: (obj: DeleteActionTargetRequest) => any;
3575
- }
3576
2792
  export interface DeleteActionTargetResponse {
3577
2793
 
3578
2794
  ActionTargetArn: string | undefined;
3579
2795
  }
3580
- export declare namespace DeleteActionTargetResponse {
3581
-
3582
- const filterSensitiveLog: (obj: DeleteActionTargetResponse) => any;
3583
- }
3584
2796
  export interface DeleteFindingAggregatorRequest {
3585
2797
 
3586
2798
  FindingAggregatorArn: string | undefined;
3587
2799
  }
3588
- export declare namespace DeleteFindingAggregatorRequest {
3589
-
3590
- const filterSensitiveLog: (obj: DeleteFindingAggregatorRequest) => any;
3591
- }
3592
2800
  export interface DeleteFindingAggregatorResponse {
3593
2801
  }
3594
- export declare namespace DeleteFindingAggregatorResponse {
3595
-
3596
- const filterSensitiveLog: (obj: DeleteFindingAggregatorResponse) => any;
3597
- }
3598
2802
  export interface DeleteInsightRequest {
3599
2803
 
3600
2804
  InsightArn: string | undefined;
3601
2805
  }
3602
- export declare namespace DeleteInsightRequest {
3603
-
3604
- const filterSensitiveLog: (obj: DeleteInsightRequest) => any;
3605
- }
3606
2806
  export interface DeleteInsightResponse {
3607
2807
 
3608
2808
  InsightArn: string | undefined;
3609
2809
  }
3610
- export declare namespace DeleteInsightResponse {
3611
-
3612
- const filterSensitiveLog: (obj: DeleteInsightResponse) => any;
3613
- }
3614
2810
  export interface DeleteInvitationsRequest {
3615
2811
 
3616
2812
  AccountIds: string[] | undefined;
3617
2813
  }
3618
- export declare namespace DeleteInvitationsRequest {
3619
-
3620
- const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
3621
- }
3622
2814
  export interface DeleteInvitationsResponse {
3623
2815
 
3624
2816
  UnprocessedAccounts?: Result[];
3625
2817
  }
3626
- export declare namespace DeleteInvitationsResponse {
3627
-
3628
- const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
3629
- }
3630
2818
  export interface DeleteMembersRequest {
3631
2819
 
3632
2820
  AccountIds: string[] | undefined;
3633
2821
  }
3634
- export declare namespace DeleteMembersRequest {
3635
-
3636
- const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
3637
- }
3638
2822
  export interface DeleteMembersResponse {
3639
2823
 
3640
2824
  UnprocessedAccounts?: Result[];
3641
2825
  }
3642
- export declare namespace DeleteMembersResponse {
3643
-
3644
- const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
3645
- }
3646
2826
  export interface DescribeActionTargetsRequest {
3647
2827
 
3648
2828
  ActionTargetArns?: string[];
@@ -3651,28 +2831,16 @@ export interface DescribeActionTargetsRequest {
3651
2831
 
3652
2832
  MaxResults?: number;
3653
2833
  }
3654
- export declare namespace DescribeActionTargetsRequest {
3655
-
3656
- const filterSensitiveLog: (obj: DescribeActionTargetsRequest) => any;
3657
- }
3658
2834
  export interface DescribeActionTargetsResponse {
3659
2835
 
3660
2836
  ActionTargets: ActionTarget[] | undefined;
3661
2837
 
3662
2838
  NextToken?: string;
3663
2839
  }
3664
- export declare namespace DescribeActionTargetsResponse {
3665
-
3666
- const filterSensitiveLog: (obj: DescribeActionTargetsResponse) => any;
3667
- }
3668
2840
  export interface DescribeHubRequest {
3669
2841
 
3670
2842
  HubArn?: string;
3671
2843
  }
3672
- export declare namespace DescribeHubRequest {
3673
-
3674
- const filterSensitiveLog: (obj: DescribeHubRequest) => any;
3675
- }
3676
2844
  export interface DescribeHubResponse {
3677
2845
 
3678
2846
  HubArn?: string;
@@ -3681,16 +2849,8 @@ export interface DescribeHubResponse {
3681
2849
 
3682
2850
  AutoEnableControls?: boolean;
3683
2851
  }
3684
- export declare namespace DescribeHubResponse {
3685
-
3686
- const filterSensitiveLog: (obj: DescribeHubResponse) => any;
3687
- }
3688
2852
  export interface DescribeOrganizationConfigurationRequest {
3689
2853
  }
3690
- export declare namespace DescribeOrganizationConfigurationRequest {
3691
-
3692
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
3693
- }
3694
2854
  export interface DescribeOrganizationConfigurationResponse {
3695
2855
 
3696
2856
  AutoEnable?: boolean;
@@ -3699,10 +2859,6 @@ export interface DescribeOrganizationConfigurationResponse {
3699
2859
 
3700
2860
  AutoEnableStandards?: AutoEnableStandards | string;
3701
2861
  }
3702
- export declare namespace DescribeOrganizationConfigurationResponse {
3703
-
3704
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
3705
- }
3706
2862
  export interface DescribeProductsRequest {
3707
2863
 
3708
2864
  NextToken?: string;
@@ -3711,10 +2867,6 @@ export interface DescribeProductsRequest {
3711
2867
 
3712
2868
  ProductArn?: string;
3713
2869
  }
3714
- export declare namespace DescribeProductsRequest {
3715
-
3716
- const filterSensitiveLog: (obj: DescribeProductsRequest) => any;
3717
- }
3718
2870
  export declare enum IntegrationType {
3719
2871
  RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
3720
2872
  SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
@@ -3741,30 +2893,18 @@ export interface Product {
3741
2893
 
3742
2894
  ProductSubscriptionResourcePolicy?: string;
3743
2895
  }
3744
- export declare namespace Product {
3745
-
3746
- const filterSensitiveLog: (obj: Product) => any;
3747
- }
3748
2896
  export interface DescribeProductsResponse {
3749
2897
 
3750
2898
  Products: Product[] | undefined;
3751
2899
 
3752
2900
  NextToken?: string;
3753
2901
  }
3754
- export declare namespace DescribeProductsResponse {
3755
-
3756
- const filterSensitiveLog: (obj: DescribeProductsResponse) => any;
3757
- }
3758
2902
  export interface DescribeStandardsRequest {
3759
2903
 
3760
2904
  NextToken?: string;
3761
2905
 
3762
2906
  MaxResults?: number;
3763
2907
  }
3764
- export declare namespace DescribeStandardsRequest {
3765
-
3766
- const filterSensitiveLog: (obj: DescribeStandardsRequest) => any;
3767
- }
3768
2908
 
3769
2909
  export interface Standard {
3770
2910
 
@@ -3776,20 +2916,12 @@ export interface Standard {
3776
2916
 
3777
2917
  EnabledByDefault?: boolean;
3778
2918
  }
3779
- export declare namespace Standard {
3780
-
3781
- const filterSensitiveLog: (obj: Standard) => any;
3782
- }
3783
2919
  export interface DescribeStandardsResponse {
3784
2920
 
3785
2921
  Standards?: Standard[];
3786
2922
 
3787
2923
  NextToken?: string;
3788
2924
  }
3789
- export declare namespace DescribeStandardsResponse {
3790
-
3791
- const filterSensitiveLog: (obj: DescribeStandardsResponse) => any;
3792
- }
3793
2925
  export interface DescribeStandardsControlsRequest {
3794
2926
 
3795
2927
  StandardsSubscriptionArn: string | undefined;
@@ -3798,10 +2930,6 @@ export interface DescribeStandardsControlsRequest {
3798
2930
 
3799
2931
  MaxResults?: number;
3800
2932
  }
3801
- export declare namespace DescribeStandardsControlsRequest {
3802
-
3803
- const filterSensitiveLog: (obj: DescribeStandardsControlsRequest) => any;
3804
- }
3805
2933
  export declare enum SeverityRating {
3806
2934
  CRITICAL = "CRITICAL",
3807
2935
  HIGH = "HIGH",
@@ -3831,159 +2959,71 @@ export interface StandardsControl {
3831
2959
 
3832
2960
  RelatedRequirements?: string[];
3833
2961
  }
3834
- export declare namespace StandardsControl {
3835
-
3836
- const filterSensitiveLog: (obj: StandardsControl) => any;
3837
- }
3838
2962
  export interface DescribeStandardsControlsResponse {
3839
2963
 
3840
2964
  Controls?: StandardsControl[];
3841
2965
 
3842
2966
  NextToken?: string;
3843
2967
  }
3844
- export declare namespace DescribeStandardsControlsResponse {
3845
-
3846
- const filterSensitiveLog: (obj: DescribeStandardsControlsResponse) => any;
3847
- }
3848
2968
  export interface DisableImportFindingsForProductRequest {
3849
2969
 
3850
2970
  ProductSubscriptionArn: string | undefined;
3851
2971
  }
3852
- export declare namespace DisableImportFindingsForProductRequest {
3853
-
3854
- const filterSensitiveLog: (obj: DisableImportFindingsForProductRequest) => any;
3855
- }
3856
2972
  export interface DisableImportFindingsForProductResponse {
3857
2973
  }
3858
- export declare namespace DisableImportFindingsForProductResponse {
3859
-
3860
- const filterSensitiveLog: (obj: DisableImportFindingsForProductResponse) => any;
3861
- }
3862
2974
  export interface DisableOrganizationAdminAccountRequest {
3863
2975
 
3864
2976
  AdminAccountId: string | undefined;
3865
2977
  }
3866
- export declare namespace DisableOrganizationAdminAccountRequest {
3867
-
3868
- const filterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
3869
- }
3870
2978
  export interface DisableOrganizationAdminAccountResponse {
3871
2979
  }
3872
- export declare namespace DisableOrganizationAdminAccountResponse {
3873
-
3874
- const filterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
3875
- }
3876
2980
  export interface DisableSecurityHubRequest {
3877
2981
  }
3878
- export declare namespace DisableSecurityHubRequest {
3879
-
3880
- const filterSensitiveLog: (obj: DisableSecurityHubRequest) => any;
3881
- }
3882
2982
  export interface DisableSecurityHubResponse {
3883
2983
  }
3884
- export declare namespace DisableSecurityHubResponse {
3885
-
3886
- const filterSensitiveLog: (obj: DisableSecurityHubResponse) => any;
3887
- }
3888
2984
  export interface DisassociateFromAdministratorAccountRequest {
3889
2985
  }
3890
- export declare namespace DisassociateFromAdministratorAccountRequest {
3891
-
3892
- const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
3893
- }
3894
2986
  export interface DisassociateFromAdministratorAccountResponse {
3895
2987
  }
3896
- export declare namespace DisassociateFromAdministratorAccountResponse {
3897
-
3898
- const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
3899
- }
3900
2988
  export interface DisassociateFromMasterAccountRequest {
3901
2989
  }
3902
- export declare namespace DisassociateFromMasterAccountRequest {
3903
-
3904
- const filterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
3905
- }
3906
2990
  export interface DisassociateFromMasterAccountResponse {
3907
2991
  }
3908
- export declare namespace DisassociateFromMasterAccountResponse {
3909
-
3910
- const filterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
3911
- }
3912
2992
  export interface DisassociateMembersRequest {
3913
2993
 
3914
2994
  AccountIds: string[] | undefined;
3915
2995
  }
3916
- export declare namespace DisassociateMembersRequest {
3917
-
3918
- const filterSensitiveLog: (obj: DisassociateMembersRequest) => any;
3919
- }
3920
2996
  export interface DisassociateMembersResponse {
3921
2997
  }
3922
- export declare namespace DisassociateMembersResponse {
3923
-
3924
- const filterSensitiveLog: (obj: DisassociateMembersResponse) => any;
3925
- }
3926
2998
  export interface EnableImportFindingsForProductRequest {
3927
2999
 
3928
3000
  ProductArn: string | undefined;
3929
3001
  }
3930
- export declare namespace EnableImportFindingsForProductRequest {
3931
-
3932
- const filterSensitiveLog: (obj: EnableImportFindingsForProductRequest) => any;
3933
- }
3934
3002
  export interface EnableImportFindingsForProductResponse {
3935
3003
 
3936
3004
  ProductSubscriptionArn?: string;
3937
3005
  }
3938
- export declare namespace EnableImportFindingsForProductResponse {
3939
-
3940
- const filterSensitiveLog: (obj: EnableImportFindingsForProductResponse) => any;
3941
- }
3942
3006
  export interface EnableOrganizationAdminAccountRequest {
3943
3007
 
3944
3008
  AdminAccountId: string | undefined;
3945
3009
  }
3946
- export declare namespace EnableOrganizationAdminAccountRequest {
3947
-
3948
- const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
3949
- }
3950
3010
  export interface EnableOrganizationAdminAccountResponse {
3951
3011
  }
3952
- export declare namespace EnableOrganizationAdminAccountResponse {
3953
-
3954
- const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
3955
- }
3956
3012
  export interface EnableSecurityHubRequest {
3957
3013
 
3958
3014
  Tags?: Record<string, string>;
3959
3015
 
3960
3016
  EnableDefaultStandards?: boolean;
3961
3017
  }
3962
- export declare namespace EnableSecurityHubRequest {
3963
-
3964
- const filterSensitiveLog: (obj: EnableSecurityHubRequest) => any;
3965
- }
3966
3018
  export interface EnableSecurityHubResponse {
3967
3019
  }
3968
- export declare namespace EnableSecurityHubResponse {
3969
-
3970
- const filterSensitiveLog: (obj: EnableSecurityHubResponse) => any;
3971
- }
3972
3020
 
3973
3021
  export interface FindingAggregator {
3974
3022
 
3975
3023
  FindingAggregatorArn?: string;
3976
3024
  }
3977
- export declare namespace FindingAggregator {
3978
-
3979
- const filterSensitiveLog: (obj: FindingAggregator) => any;
3980
- }
3981
3025
  export interface GetAdministratorAccountRequest {
3982
3026
  }
3983
- export declare namespace GetAdministratorAccountRequest {
3984
-
3985
- const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
3986
- }
3987
3027
 
3988
3028
  export interface Invitation {
3989
3029
 
@@ -3995,18 +3035,10 @@ export interface Invitation {
3995
3035
 
3996
3036
  MemberStatus?: string;
3997
3037
  }
3998
- export declare namespace Invitation {
3999
-
4000
- const filterSensitiveLog: (obj: Invitation) => any;
4001
- }
4002
3038
  export interface GetAdministratorAccountResponse {
4003
3039
 
4004
3040
  Administrator?: Invitation;
4005
3041
  }
4006
- export declare namespace GetAdministratorAccountResponse {
4007
-
4008
- const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
4009
- }
4010
3042
  export interface GetEnabledStandardsRequest {
4011
3043
 
4012
3044
  StandardsSubscriptionArns?: string[];
@@ -4015,28 +3047,16 @@ export interface GetEnabledStandardsRequest {
4015
3047
 
4016
3048
  MaxResults?: number;
4017
3049
  }
4018
- export declare namespace GetEnabledStandardsRequest {
4019
-
4020
- const filterSensitiveLog: (obj: GetEnabledStandardsRequest) => any;
4021
- }
4022
3050
  export interface GetEnabledStandardsResponse {
4023
3051
 
4024
3052
  StandardsSubscriptions?: StandardsSubscription[];
4025
3053
 
4026
3054
  NextToken?: string;
4027
3055
  }
4028
- export declare namespace GetEnabledStandardsResponse {
4029
-
4030
- const filterSensitiveLog: (obj: GetEnabledStandardsResponse) => any;
4031
- }
4032
3056
  export interface GetFindingAggregatorRequest {
4033
3057
 
4034
3058
  FindingAggregatorArn: string | undefined;
4035
3059
  }
4036
- export declare namespace GetFindingAggregatorRequest {
4037
-
4038
- const filterSensitiveLog: (obj: GetFindingAggregatorRequest) => any;
4039
- }
4040
3060
  export interface GetFindingAggregatorResponse {
4041
3061
 
4042
3062
  FindingAggregatorArn?: string;
@@ -4047,10 +3067,6 @@ export interface GetFindingAggregatorResponse {
4047
3067
 
4048
3068
  Regions?: string[];
4049
3069
  }
4050
- export declare namespace GetFindingAggregatorResponse {
4051
-
4052
- const filterSensitiveLog: (obj: GetFindingAggregatorResponse) => any;
4053
- }
4054
3070
  export declare enum SortOrder {
4055
3071
  ASCENDING = "asc",
4056
3072
  DESCENDING = "desc"
@@ -4062,10 +3078,6 @@ export interface SortCriterion {
4062
3078
 
4063
3079
  SortOrder?: SortOrder | string;
4064
3080
  }
4065
- export declare namespace SortCriterion {
4066
-
4067
- const filterSensitiveLog: (obj: SortCriterion) => any;
4068
- }
4069
3081
  export interface GetFindingsRequest {
4070
3082
 
4071
3083
  Filters?: AwsSecurityFindingFilters;
@@ -4076,28 +3088,16 @@ export interface GetFindingsRequest {
4076
3088
 
4077
3089
  MaxResults?: number;
4078
3090
  }
4079
- export declare namespace GetFindingsRequest {
4080
-
4081
- const filterSensitiveLog: (obj: GetFindingsRequest) => any;
4082
- }
4083
3091
  export interface GetFindingsResponse {
4084
3092
 
4085
3093
  Findings: AwsSecurityFinding[] | undefined;
4086
3094
 
4087
3095
  NextToken?: string;
4088
3096
  }
4089
- export declare namespace GetFindingsResponse {
4090
-
4091
- const filterSensitiveLog: (obj: GetFindingsResponse) => any;
4092
- }
4093
3097
  export interface GetInsightResultsRequest {
4094
3098
 
4095
3099
  InsightArn: string | undefined;
4096
3100
  }
4097
- export declare namespace GetInsightResultsRequest {
4098
-
4099
- const filterSensitiveLog: (obj: GetInsightResultsRequest) => any;
4100
- }
4101
3101
 
4102
3102
  export interface InsightResultValue {
4103
3103
 
@@ -4105,10 +3105,6 @@ export interface InsightResultValue {
4105
3105
 
4106
3106
  Count: number | undefined;
4107
3107
  }
4108
- export declare namespace InsightResultValue {
4109
-
4110
- const filterSensitiveLog: (obj: InsightResultValue) => any;
4111
- }
4112
3108
 
4113
3109
  export interface InsightResults {
4114
3110
 
@@ -4118,18 +3114,10 @@ export interface InsightResults {
4118
3114
 
4119
3115
  ResultValues: InsightResultValue[] | undefined;
4120
3116
  }
4121
- export declare namespace InsightResults {
4122
-
4123
- const filterSensitiveLog: (obj: InsightResults) => any;
4124
- }
4125
3117
  export interface GetInsightResultsResponse {
4126
3118
 
4127
3119
  InsightResults: InsightResults | undefined;
4128
3120
  }
4129
- export declare namespace GetInsightResultsResponse {
4130
-
4131
- const filterSensitiveLog: (obj: GetInsightResultsResponse) => any;
4132
- }
4133
3121
  export interface GetInsightsRequest {
4134
3122
 
4135
3123
  InsightArns?: string[];
@@ -4138,10 +3126,6 @@ export interface GetInsightsRequest {
4138
3126
 
4139
3127
  MaxResults?: number;
4140
3128
  }
4141
- export declare namespace GetInsightsRequest {
4142
-
4143
- const filterSensitiveLog: (obj: GetInsightsRequest) => any;
4144
- }
4145
3129
 
4146
3130
  export interface Insight {
4147
3131
 
@@ -4153,56 +3137,28 @@ export interface Insight {
4153
3137
 
4154
3138
  GroupByAttribute: string | undefined;
4155
3139
  }
4156
- export declare namespace Insight {
4157
-
4158
- const filterSensitiveLog: (obj: Insight) => any;
4159
- }
4160
3140
  export interface GetInsightsResponse {
4161
3141
 
4162
3142
  Insights: Insight[] | undefined;
4163
3143
 
4164
3144
  NextToken?: string;
4165
3145
  }
4166
- export declare namespace GetInsightsResponse {
4167
-
4168
- const filterSensitiveLog: (obj: GetInsightsResponse) => any;
4169
- }
4170
3146
  export interface GetInvitationsCountRequest {
4171
3147
  }
4172
- export declare namespace GetInvitationsCountRequest {
4173
-
4174
- const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
4175
- }
4176
3148
  export interface GetInvitationsCountResponse {
4177
3149
 
4178
3150
  InvitationsCount?: number;
4179
3151
  }
4180
- export declare namespace GetInvitationsCountResponse {
4181
-
4182
- const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
4183
- }
4184
3152
  export interface GetMasterAccountRequest {
4185
3153
  }
4186
- export declare namespace GetMasterAccountRequest {
4187
-
4188
- const filterSensitiveLog: (obj: GetMasterAccountRequest) => any;
4189
- }
4190
3154
  export interface GetMasterAccountResponse {
4191
3155
 
4192
3156
  Master?: Invitation;
4193
3157
  }
4194
- export declare namespace GetMasterAccountResponse {
4195
-
4196
- const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
4197
- }
4198
3158
  export interface GetMembersRequest {
4199
3159
 
4200
3160
  AccountIds: string[] | undefined;
4201
3161
  }
4202
- export declare namespace GetMembersRequest {
4203
-
4204
- const filterSensitiveLog: (obj: GetMembersRequest) => any;
4205
- }
4206
3162
 
4207
3163
  export interface Member {
4208
3164
 
@@ -4220,96 +3176,56 @@ export interface Member {
4220
3176
 
4221
3177
  UpdatedAt?: Date;
4222
3178
  }
4223
- export declare namespace Member {
4224
-
4225
- const filterSensitiveLog: (obj: Member) => any;
4226
- }
4227
3179
  export interface GetMembersResponse {
4228
3180
 
4229
3181
  Members?: Member[];
4230
3182
 
4231
3183
  UnprocessedAccounts?: Result[];
4232
3184
  }
4233
- export declare namespace GetMembersResponse {
4234
-
4235
- const filterSensitiveLog: (obj: GetMembersResponse) => any;
4236
- }
4237
3185
  export interface InviteMembersRequest {
4238
3186
 
4239
3187
  AccountIds: string[] | undefined;
4240
3188
  }
4241
- export declare namespace InviteMembersRequest {
4242
-
4243
- const filterSensitiveLog: (obj: InviteMembersRequest) => any;
4244
- }
4245
3189
  export interface InviteMembersResponse {
4246
3190
 
4247
3191
  UnprocessedAccounts?: Result[];
4248
3192
  }
4249
- export declare namespace InviteMembersResponse {
4250
-
4251
- const filterSensitiveLog: (obj: InviteMembersResponse) => any;
4252
- }
4253
3193
  export interface ListEnabledProductsForImportRequest {
4254
3194
 
4255
3195
  NextToken?: string;
4256
3196
 
4257
3197
  MaxResults?: number;
4258
3198
  }
4259
- export declare namespace ListEnabledProductsForImportRequest {
4260
-
4261
- const filterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
4262
- }
4263
3199
  export interface ListEnabledProductsForImportResponse {
4264
3200
 
4265
3201
  ProductSubscriptions?: string[];
4266
3202
 
4267
3203
  NextToken?: string;
4268
3204
  }
4269
- export declare namespace ListEnabledProductsForImportResponse {
4270
-
4271
- const filterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
4272
- }
4273
3205
  export interface ListFindingAggregatorsRequest {
4274
3206
 
4275
3207
  NextToken?: string;
4276
3208
 
4277
3209
  MaxResults?: number;
4278
3210
  }
4279
- export declare namespace ListFindingAggregatorsRequest {
4280
-
4281
- const filterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
4282
- }
4283
3211
  export interface ListFindingAggregatorsResponse {
4284
3212
 
4285
3213
  FindingAggregators?: FindingAggregator[];
4286
3214
 
4287
3215
  NextToken?: string;
4288
3216
  }
4289
- export declare namespace ListFindingAggregatorsResponse {
4290
-
4291
- const filterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
4292
- }
4293
3217
  export interface ListInvitationsRequest {
4294
3218
 
4295
3219
  MaxResults?: number;
4296
3220
 
4297
3221
  NextToken?: string;
4298
3222
  }
4299
- export declare namespace ListInvitationsRequest {
4300
-
4301
- const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
4302
- }
4303
3223
  export interface ListInvitationsResponse {
4304
3224
 
4305
3225
  Invitations?: Invitation[];
4306
3226
 
4307
3227
  NextToken?: string;
4308
3228
  }
4309
- export declare namespace ListInvitationsResponse {
4310
-
4311
- const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
4312
- }
4313
3229
  export interface ListMembersRequest {
4314
3230
 
4315
3231
  OnlyAssociated?: boolean;
@@ -4318,53 +3234,583 @@ export interface ListMembersRequest {
4318
3234
 
4319
3235
  NextToken?: string;
4320
3236
  }
4321
- export declare namespace ListMembersRequest {
4322
-
4323
- const filterSensitiveLog: (obj: ListMembersRequest) => any;
4324
- }
4325
3237
  export interface ListMembersResponse {
4326
3238
 
4327
3239
  Members?: Member[];
4328
3240
 
4329
3241
  NextToken?: string;
4330
3242
  }
4331
- export declare namespace ListMembersResponse {
4332
-
4333
- const filterSensitiveLog: (obj: ListMembersResponse) => any;
4334
- }
4335
3243
  export interface ListOrganizationAdminAccountsRequest {
4336
3244
 
4337
3245
  MaxResults?: number;
4338
3246
 
4339
3247
  NextToken?: string;
4340
3248
  }
4341
- export declare namespace ListOrganizationAdminAccountsRequest {
4342
-
4343
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
4344
- }
4345
3249
  export interface ListOrganizationAdminAccountsResponse {
4346
3250
 
4347
3251
  AdminAccounts?: AdminAccount[];
4348
3252
 
4349
3253
  NextToken?: string;
4350
3254
  }
4351
- export declare namespace ListOrganizationAdminAccountsResponse {
4352
-
4353
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
4354
- }
4355
3255
  export interface ListTagsForResourceRequest {
4356
3256
 
4357
3257
  ResourceArn: string | undefined;
4358
3258
  }
4359
- export declare namespace ListTagsForResourceRequest {
4360
-
4361
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4362
- }
4363
3259
  export interface ListTagsForResourceResponse {
4364
3260
 
4365
3261
  Tags?: Record<string, string>;
4366
3262
  }
4367
- export declare namespace ListTagsForResourceResponse {
4368
-
4369
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4370
- }
3263
+
3264
+ export declare const RuleGroupVariablesPortSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesPortSetsDetails) => any;
3265
+
3266
+ export declare const RuleGroupVariablesFilterSensitiveLog: (obj: RuleGroupVariables) => any;
3267
+
3268
+ export declare const RuleGroupDetailsFilterSensitiveLog: (obj: RuleGroupDetails) => any;
3269
+
3270
+ export declare const AwsNetworkFirewallRuleGroupDetailsFilterSensitiveLog: (obj: AwsNetworkFirewallRuleGroupDetails) => any;
3271
+
3272
+ export declare const AwsOpenSearchServiceDomainMasterUserOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainMasterUserOptionsDetails) => any;
3273
+
3274
+ export declare const AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails) => any;
3275
+
3276
+ export declare const AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
3277
+
3278
+ export declare const AwsOpenSearchServiceDomainClusterConfigDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
3279
+
3280
+ export declare const AwsOpenSearchServiceDomainDomainEndpointOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
3281
+
3282
+ export declare const AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
3283
+
3284
+ export declare const AwsOpenSearchServiceDomainLogPublishingOptionFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
3285
+
3286
+ export declare const AwsOpenSearchServiceDomainLogPublishingOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
3287
+
3288
+ export declare const AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
3289
+
3290
+ export declare const AwsOpenSearchServiceDomainServiceSoftwareOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
3291
+
3292
+ export declare const AwsOpenSearchServiceDomainVpcOptionsDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
3293
+
3294
+ export declare const AwsOpenSearchServiceDomainDetailsFilterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
3295
+
3296
+ export declare const AwsRdsDbClusterAssociatedRoleFilterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
3297
+
3298
+ export declare const AwsRdsDbClusterMemberFilterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
3299
+
3300
+ export declare const AwsRdsDbClusterOptionGroupMembershipFilterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
3301
+
3302
+ export declare const AwsRdsDbDomainMembershipFilterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
3303
+
3304
+ export declare const AwsRdsDbInstanceVpcSecurityGroupFilterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
3305
+
3306
+ export declare const AwsRdsDbClusterDetailsFilterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
3307
+
3308
+ export declare const AwsRdsDbClusterSnapshotDetailsFilterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
3309
+
3310
+ export declare const AwsRdsDbInstanceAssociatedRoleFilterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
3311
+
3312
+ export declare const AwsRdsDbParameterGroupFilterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
3313
+
3314
+ export declare const AwsRdsDbSubnetGroupSubnetAvailabilityZoneFilterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
3315
+
3316
+ export declare const AwsRdsDbSubnetGroupSubnetFilterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
3317
+
3318
+ export declare const AwsRdsDbSubnetGroupFilterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
3319
+
3320
+ export declare const AwsRdsDbInstanceEndpointFilterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
3321
+
3322
+ export declare const AwsRdsDbOptionGroupMembershipFilterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
3323
+
3324
+ export declare const AwsRdsPendingCloudWatchLogsExportsFilterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
3325
+
3326
+ export declare const AwsRdsDbProcessorFeatureFilterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
3327
+
3328
+ export declare const AwsRdsDbPendingModifiedValuesFilterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
3329
+
3330
+ export declare const AwsRdsDbStatusInfoFilterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
3331
+
3332
+ export declare const AwsRdsDbInstanceDetailsFilterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
3333
+
3334
+ export declare const AwsRdsDbSecurityGroupEc2SecurityGroupFilterSensitiveLog: (obj: AwsRdsDbSecurityGroupEc2SecurityGroup) => any;
3335
+
3336
+ export declare const AwsRdsDbSecurityGroupIpRangeFilterSensitiveLog: (obj: AwsRdsDbSecurityGroupIpRange) => any;
3337
+
3338
+ export declare const AwsRdsDbSecurityGroupDetailsFilterSensitiveLog: (obj: AwsRdsDbSecurityGroupDetails) => any;
3339
+
3340
+ export declare const AwsRdsDbSnapshotDetailsFilterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
3341
+
3342
+ export declare const AwsRdsEventSubscriptionDetailsFilterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
3343
+
3344
+ export declare const AwsRedshiftClusterClusterNodeFilterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
3345
+
3346
+ export declare const AwsRedshiftClusterClusterParameterStatusFilterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
3347
+
3348
+ export declare const AwsRedshiftClusterClusterParameterGroupFilterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
3349
+
3350
+ export declare const AwsRedshiftClusterClusterSecurityGroupFilterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
3351
+
3352
+ export declare const AwsRedshiftClusterClusterSnapshotCopyStatusFilterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
3353
+
3354
+ export declare const AwsRedshiftClusterDeferredMaintenanceWindowFilterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
3355
+
3356
+ export declare const AwsRedshiftClusterElasticIpStatusFilterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
3357
+
3358
+ export declare const AwsRedshiftClusterEndpointFilterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
3359
+
3360
+ export declare const AwsRedshiftClusterHsmStatusFilterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
3361
+
3362
+ export declare const AwsRedshiftClusterIamRoleFilterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
3363
+
3364
+ export declare const AwsRedshiftClusterLoggingStatusFilterSensitiveLog: (obj: AwsRedshiftClusterLoggingStatus) => any;
3365
+
3366
+ export declare const AwsRedshiftClusterPendingModifiedValuesFilterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
3367
+
3368
+ export declare const AwsRedshiftClusterResizeInfoFilterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
3369
+
3370
+ export declare const AwsRedshiftClusterRestoreStatusFilterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
3371
+
3372
+ export declare const AwsRedshiftClusterVpcSecurityGroupFilterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
3373
+
3374
+ export declare const AwsRedshiftClusterDetailsFilterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
3375
+
3376
+ export declare const AwsS3AccountPublicAccessBlockDetailsFilterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
3377
+
3378
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
3379
+
3380
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
3381
+
3382
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
3383
+
3384
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
3385
+
3386
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
3387
+
3388
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesFilterDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
3389
+
3390
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
3391
+
3392
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
3393
+
3394
+ export declare const AwsS3BucketBucketLifecycleConfigurationRulesDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
3395
+
3396
+ export declare const AwsS3BucketBucketLifecycleConfigurationDetailsFilterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
3397
+
3398
+ export declare const AwsS3BucketBucketVersioningConfigurationFilterSensitiveLog: (obj: AwsS3BucketBucketVersioningConfiguration) => any;
3399
+
3400
+ export declare const AwsS3BucketLoggingConfigurationFilterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
3401
+
3402
+ export declare const AwsS3BucketNotificationConfigurationS3KeyFilterRuleFilterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
3403
+
3404
+ export declare const AwsS3BucketNotificationConfigurationS3KeyFilterFilterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
3405
+
3406
+ export declare const AwsS3BucketNotificationConfigurationFilterFilterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
3407
+
3408
+ export declare const AwsS3BucketNotificationConfigurationDetailFilterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationDetail) => any;
3409
+
3410
+ export declare const AwsS3BucketNotificationConfigurationFilterSensitiveLog: (obj: AwsS3BucketNotificationConfiguration) => any;
3411
+
3412
+ export declare const AwsS3BucketWebsiteConfigurationRedirectToFilterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRedirectTo) => any;
3413
+
3414
+ export declare const AwsS3BucketWebsiteConfigurationRoutingRuleConditionFilterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleCondition) => any;
3415
+
3416
+ export declare const AwsS3BucketWebsiteConfigurationRoutingRuleRedirectFilterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect) => any;
3417
+
3418
+ export declare const AwsS3BucketWebsiteConfigurationRoutingRuleFilterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRule) => any;
3419
+
3420
+ export declare const AwsS3BucketWebsiteConfigurationFilterSensitiveLog: (obj: AwsS3BucketWebsiteConfiguration) => any;
3421
+
3422
+ export declare const AwsS3BucketServerSideEncryptionByDefaultFilterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionByDefault) => any;
3423
+
3424
+ export declare const AwsS3BucketServerSideEncryptionRuleFilterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionRule) => any;
3425
+
3426
+ export declare const AwsS3BucketServerSideEncryptionConfigurationFilterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionConfiguration) => any;
3427
+
3428
+ export declare const AwsS3BucketDetailsFilterSensitiveLog: (obj: AwsS3BucketDetails) => any;
3429
+
3430
+ export declare const AwsS3ObjectDetailsFilterSensitiveLog: (obj: AwsS3ObjectDetails) => any;
3431
+
3432
+ export declare const AwsSecretsManagerSecretRotationRulesFilterSensitiveLog: (obj: AwsSecretsManagerSecretRotationRules) => any;
3433
+
3434
+ export declare const AwsSecretsManagerSecretDetailsFilterSensitiveLog: (obj: AwsSecretsManagerSecretDetails) => any;
3435
+
3436
+ export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
3437
+
3438
+ export declare const ComplianceFilterSensitiveLog: (obj: Compliance) => any;
3439
+
3440
+ export declare const RelatedFindingFilterSensitiveLog: (obj: RelatedFinding) => any;
3441
+
3442
+ export declare const FindingProviderSeverityFilterSensitiveLog: (obj: FindingProviderSeverity) => any;
3443
+
3444
+ export declare const FindingProviderFieldsFilterSensitiveLog: (obj: FindingProviderFields) => any;
3445
+
3446
+ export declare const MalwareFilterSensitiveLog: (obj: Malware) => any;
3447
+
3448
+ export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
3449
+
3450
+ export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
3451
+
3452
+ export declare const NetworkPathComponentDetailsFilterSensitiveLog: (obj: NetworkPathComponentDetails) => any;
3453
+
3454
+ export declare const NetworkHeaderFilterSensitiveLog: (obj: NetworkHeader) => any;
3455
+
3456
+ export declare const NetworkPathComponentFilterSensitiveLog: (obj: NetworkPathComponent) => any;
3457
+
3458
+ export declare const NoteFilterSensitiveLog: (obj: Note) => any;
3459
+
3460
+ export declare const PatchSummaryFilterSensitiveLog: (obj: PatchSummary) => any;
3461
+
3462
+ export declare const ProcessDetailsFilterSensitiveLog: (obj: ProcessDetails) => any;
3463
+
3464
+ export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
3465
+
3466
+ export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
3467
+
3468
+ export declare const CellFilterSensitiveLog: (obj: Cell) => any;
3469
+
3470
+ export declare const RangeFilterSensitiveLog: (obj: Range) => any;
3471
+
3472
+ export declare const PageFilterSensitiveLog: (obj: Page) => any;
3473
+
3474
+ export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
3475
+
3476
+ export declare const OccurrencesFilterSensitiveLog: (obj: Occurrences) => any;
3477
+
3478
+ export declare const CustomDataIdentifiersDetectionsFilterSensitiveLog: (obj: CustomDataIdentifiersDetections) => any;
3479
+
3480
+ export declare const CustomDataIdentifiersResultFilterSensitiveLog: (obj: CustomDataIdentifiersResult) => any;
3481
+
3482
+ export declare const SensitiveDataDetectionsFilterSensitiveLog: (obj: SensitiveDataDetections) => any;
3483
+
3484
+ export declare const SensitiveDataResultFilterSensitiveLog: (obj: SensitiveDataResult) => any;
3485
+
3486
+ export declare const ClassificationStatusFilterSensitiveLog: (obj: ClassificationStatus) => any;
3487
+
3488
+ export declare const ClassificationResultFilterSensitiveLog: (obj: ClassificationResult) => any;
3489
+
3490
+ export declare const DataClassificationDetailsFilterSensitiveLog: (obj: DataClassificationDetails) => any;
3491
+
3492
+ export declare const AwsSnsTopicSubscriptionFilterSensitiveLog: (obj: AwsSnsTopicSubscription) => any;
3493
+
3494
+ export declare const AwsSnsTopicDetailsFilterSensitiveLog: (obj: AwsSnsTopicDetails) => any;
3495
+
3496
+ export declare const AwsSqsQueueDetailsFilterSensitiveLog: (obj: AwsSqsQueueDetails) => any;
3497
+
3498
+ export declare const AwsSsmComplianceSummaryFilterSensitiveLog: (obj: AwsSsmComplianceSummary) => any;
3499
+
3500
+ export declare const AwsSsmPatchFilterSensitiveLog: (obj: AwsSsmPatch) => any;
3501
+
3502
+ export declare const AwsSsmPatchComplianceDetailsFilterSensitiveLog: (obj: AwsSsmPatchComplianceDetails) => any;
3503
+
3504
+ export declare const AwsWafRateBasedRuleMatchPredicateFilterSensitiveLog: (obj: AwsWafRateBasedRuleMatchPredicate) => any;
3505
+
3506
+ export declare const AwsWafRateBasedRuleDetailsFilterSensitiveLog: (obj: AwsWafRateBasedRuleDetails) => any;
3507
+
3508
+ export declare const AwsWafRegionalRateBasedRuleMatchPredicateFilterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleMatchPredicate) => any;
3509
+
3510
+ export declare const AwsWafRegionalRateBasedRuleDetailsFilterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleDetails) => any;
3511
+
3512
+ export declare const AwsWafRegionalRulePredicateListDetailsFilterSensitiveLog: (obj: AwsWafRegionalRulePredicateListDetails) => any;
3513
+
3514
+ export declare const AwsWafRegionalRuleDetailsFilterSensitiveLog: (obj: AwsWafRegionalRuleDetails) => any;
3515
+
3516
+ export declare const AwsWafRegionalRuleGroupRulesActionDetailsFilterSensitiveLog: (obj: AwsWafRegionalRuleGroupRulesActionDetails) => any;
3517
+
3518
+ export declare const AwsWafRegionalRuleGroupRulesDetailsFilterSensitiveLog: (obj: AwsWafRegionalRuleGroupRulesDetails) => any;
3519
+
3520
+ export declare const AwsWafRegionalRuleGroupDetailsFilterSensitiveLog: (obj: AwsWafRegionalRuleGroupDetails) => any;
3521
+
3522
+ export declare const AwsWafRegionalWebAclRulesListActionDetailsFilterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListActionDetails) => any;
3523
+
3524
+ export declare const AwsWafRegionalWebAclRulesListOverrideActionDetailsFilterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListOverrideActionDetails) => any;
3525
+
3526
+ export declare const AwsWafRegionalWebAclRulesListDetailsFilterSensitiveLog: (obj: AwsWafRegionalWebAclRulesListDetails) => any;
3527
+
3528
+ export declare const AwsWafRegionalWebAclDetailsFilterSensitiveLog: (obj: AwsWafRegionalWebAclDetails) => any;
3529
+
3530
+ export declare const AwsWafRulePredicateListDetailsFilterSensitiveLog: (obj: AwsWafRulePredicateListDetails) => any;
3531
+
3532
+ export declare const AwsWafRuleDetailsFilterSensitiveLog: (obj: AwsWafRuleDetails) => any;
3533
+
3534
+ export declare const AwsWafRuleGroupRulesActionDetailsFilterSensitiveLog: (obj: AwsWafRuleGroupRulesActionDetails) => any;
3535
+
3536
+ export declare const AwsWafRuleGroupRulesDetailsFilterSensitiveLog: (obj: AwsWafRuleGroupRulesDetails) => any;
3537
+
3538
+ export declare const AwsWafRuleGroupDetailsFilterSensitiveLog: (obj: AwsWafRuleGroupDetails) => any;
3539
+
3540
+ export declare const WafActionFilterSensitiveLog: (obj: WafAction) => any;
3541
+
3542
+ export declare const WafExcludedRuleFilterSensitiveLog: (obj: WafExcludedRule) => any;
3543
+
3544
+ export declare const WafOverrideActionFilterSensitiveLog: (obj: WafOverrideAction) => any;
3545
+
3546
+ export declare const AwsWafWebAclRuleFilterSensitiveLog: (obj: AwsWafWebAclRule) => any;
3547
+
3548
+ export declare const AwsWafWebAclDetailsFilterSensitiveLog: (obj: AwsWafWebAclDetails) => any;
3549
+
3550
+ export declare const AwsXrayEncryptionConfigDetailsFilterSensitiveLog: (obj: AwsXrayEncryptionConfigDetails) => any;
3551
+
3552
+ export declare const VolumeMountFilterSensitiveLog: (obj: VolumeMount) => any;
3553
+
3554
+ export declare const ContainerDetailsFilterSensitiveLog: (obj: ContainerDetails) => any;
3555
+
3556
+ export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
3557
+
3558
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
3559
+
3560
+ export declare const SeverityFilterSensitiveLog: (obj: Severity) => any;
3561
+
3562
+ export declare const ThreatIntelIndicatorFilterSensitiveLog: (obj: ThreatIntelIndicator) => any;
3563
+
3564
+ export declare const FilePathsFilterSensitiveLog: (obj: FilePaths) => any;
3565
+
3566
+ export declare const ThreatFilterSensitiveLog: (obj: Threat) => any;
3567
+
3568
+ export declare const CvssFilterSensitiveLog: (obj: Cvss) => any;
3569
+
3570
+ export declare const VulnerabilityVendorFilterSensitiveLog: (obj: VulnerabilityVendor) => any;
3571
+
3572
+ export declare const SoftwarePackageFilterSensitiveLog: (obj: SoftwarePackage) => any;
3573
+
3574
+ export declare const VulnerabilityFilterSensitiveLog: (obj: Vulnerability) => any;
3575
+
3576
+ export declare const WorkflowFilterSensitiveLog: (obj: Workflow) => any;
3577
+
3578
+ export declare const AwsSecurityFindingFilterSensitiveLog: (obj: AwsSecurityFinding) => any;
3579
+
3580
+ export declare const StringFilterFilterSensitiveLog: (obj: StringFilter) => any;
3581
+
3582
+ export declare const NumberFilterFilterSensitiveLog: (obj: NumberFilter) => any;
3583
+
3584
+ export declare const DateRangeFilterSensitiveLog: (obj: DateRange) => any;
3585
+
3586
+ export declare const DateFilterFilterSensitiveLog: (obj: DateFilter) => any;
3587
+
3588
+ export declare const KeywordFilterFilterSensitiveLog: (obj: KeywordFilter) => any;
3589
+
3590
+ export declare const IpFilterFilterSensitiveLog: (obj: IpFilter) => any;
3591
+
3592
+ export declare const MapFilterFilterSensitiveLog: (obj: MapFilter) => any;
3593
+
3594
+ export declare const BooleanFilterFilterSensitiveLog: (obj: BooleanFilter) => any;
3595
+
3596
+ export declare const AwsSecurityFindingFiltersFilterSensitiveLog: (obj: AwsSecurityFindingFilters) => any;
3597
+
3598
+ export declare const AwsSecurityFindingIdentifierFilterSensitiveLog: (obj: AwsSecurityFindingIdentifier) => any;
3599
+
3600
+ export declare const BatchDisableStandardsRequestFilterSensitiveLog: (obj: BatchDisableStandardsRequest) => any;
3601
+
3602
+ export declare const StandardsStatusReasonFilterSensitiveLog: (obj: StandardsStatusReason) => any;
3603
+
3604
+ export declare const StandardsSubscriptionFilterSensitiveLog: (obj: StandardsSubscription) => any;
3605
+
3606
+ export declare const BatchDisableStandardsResponseFilterSensitiveLog: (obj: BatchDisableStandardsResponse) => any;
3607
+
3608
+ export declare const StandardsSubscriptionRequestFilterSensitiveLog: (obj: StandardsSubscriptionRequest) => any;
3609
+
3610
+ export declare const BatchEnableStandardsRequestFilterSensitiveLog: (obj: BatchEnableStandardsRequest) => any;
3611
+
3612
+ export declare const BatchEnableStandardsResponseFilterSensitiveLog: (obj: BatchEnableStandardsResponse) => any;
3613
+
3614
+ export declare const BatchImportFindingsRequestFilterSensitiveLog: (obj: BatchImportFindingsRequest) => any;
3615
+
3616
+ export declare const ImportFindingsErrorFilterSensitiveLog: (obj: ImportFindingsError) => any;
3617
+
3618
+ export declare const BatchImportFindingsResponseFilterSensitiveLog: (obj: BatchImportFindingsResponse) => any;
3619
+
3620
+ export declare const NoteUpdateFilterSensitiveLog: (obj: NoteUpdate) => any;
3621
+
3622
+ export declare const SeverityUpdateFilterSensitiveLog: (obj: SeverityUpdate) => any;
3623
+
3624
+ export declare const WorkflowUpdateFilterSensitiveLog: (obj: WorkflowUpdate) => any;
3625
+
3626
+ export declare const BatchUpdateFindingsRequestFilterSensitiveLog: (obj: BatchUpdateFindingsRequest) => any;
3627
+
3628
+ export declare const BatchUpdateFindingsUnprocessedFindingFilterSensitiveLog: (obj: BatchUpdateFindingsUnprocessedFinding) => any;
3629
+
3630
+ export declare const BatchUpdateFindingsResponseFilterSensitiveLog: (obj: BatchUpdateFindingsResponse) => any;
3631
+
3632
+ export declare const CreateActionTargetRequestFilterSensitiveLog: (obj: CreateActionTargetRequest) => any;
3633
+
3634
+ export declare const CreateActionTargetResponseFilterSensitiveLog: (obj: CreateActionTargetResponse) => any;
3635
+
3636
+ export declare const CreateFindingAggregatorRequestFilterSensitiveLog: (obj: CreateFindingAggregatorRequest) => any;
3637
+
3638
+ export declare const CreateFindingAggregatorResponseFilterSensitiveLog: (obj: CreateFindingAggregatorResponse) => any;
3639
+
3640
+ export declare const CreateInsightRequestFilterSensitiveLog: (obj: CreateInsightRequest) => any;
3641
+
3642
+ export declare const CreateInsightResponseFilterSensitiveLog: (obj: CreateInsightResponse) => any;
3643
+
3644
+ export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
3645
+
3646
+ export declare const ResultFilterSensitiveLog: (obj: Result) => any;
3647
+
3648
+ export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
3649
+
3650
+ export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
3651
+
3652
+ export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
3653
+
3654
+ export declare const DeleteActionTargetRequestFilterSensitiveLog: (obj: DeleteActionTargetRequest) => any;
3655
+
3656
+ export declare const DeleteActionTargetResponseFilterSensitiveLog: (obj: DeleteActionTargetResponse) => any;
3657
+
3658
+ export declare const DeleteFindingAggregatorRequestFilterSensitiveLog: (obj: DeleteFindingAggregatorRequest) => any;
3659
+
3660
+ export declare const DeleteFindingAggregatorResponseFilterSensitiveLog: (obj: DeleteFindingAggregatorResponse) => any;
3661
+
3662
+ export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
3663
+
3664
+ export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
3665
+
3666
+ export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
3667
+
3668
+ export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
3669
+
3670
+ export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
3671
+
3672
+ export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
3673
+
3674
+ export declare const DescribeActionTargetsRequestFilterSensitiveLog: (obj: DescribeActionTargetsRequest) => any;
3675
+
3676
+ export declare const DescribeActionTargetsResponseFilterSensitiveLog: (obj: DescribeActionTargetsResponse) => any;
3677
+
3678
+ export declare const DescribeHubRequestFilterSensitiveLog: (obj: DescribeHubRequest) => any;
3679
+
3680
+ export declare const DescribeHubResponseFilterSensitiveLog: (obj: DescribeHubResponse) => any;
3681
+
3682
+ export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
3683
+
3684
+ export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
3685
+
3686
+ export declare const DescribeProductsRequestFilterSensitiveLog: (obj: DescribeProductsRequest) => any;
3687
+
3688
+ export declare const ProductFilterSensitiveLog: (obj: Product) => any;
3689
+
3690
+ export declare const DescribeProductsResponseFilterSensitiveLog: (obj: DescribeProductsResponse) => any;
3691
+
3692
+ export declare const DescribeStandardsRequestFilterSensitiveLog: (obj: DescribeStandardsRequest) => any;
3693
+
3694
+ export declare const StandardFilterSensitiveLog: (obj: Standard) => any;
3695
+
3696
+ export declare const DescribeStandardsResponseFilterSensitiveLog: (obj: DescribeStandardsResponse) => any;
3697
+
3698
+ export declare const DescribeStandardsControlsRequestFilterSensitiveLog: (obj: DescribeStandardsControlsRequest) => any;
3699
+
3700
+ export declare const StandardsControlFilterSensitiveLog: (obj: StandardsControl) => any;
3701
+
3702
+ export declare const DescribeStandardsControlsResponseFilterSensitiveLog: (obj: DescribeStandardsControlsResponse) => any;
3703
+
3704
+ export declare const DisableImportFindingsForProductRequestFilterSensitiveLog: (obj: DisableImportFindingsForProductRequest) => any;
3705
+
3706
+ export declare const DisableImportFindingsForProductResponseFilterSensitiveLog: (obj: DisableImportFindingsForProductResponse) => any;
3707
+
3708
+ export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
3709
+
3710
+ export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
3711
+
3712
+ export declare const DisableSecurityHubRequestFilterSensitiveLog: (obj: DisableSecurityHubRequest) => any;
3713
+
3714
+ export declare const DisableSecurityHubResponseFilterSensitiveLog: (obj: DisableSecurityHubResponse) => any;
3715
+
3716
+ export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
3717
+
3718
+ export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
3719
+
3720
+ export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
3721
+
3722
+ export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
3723
+
3724
+ export declare const DisassociateMembersRequestFilterSensitiveLog: (obj: DisassociateMembersRequest) => any;
3725
+
3726
+ export declare const DisassociateMembersResponseFilterSensitiveLog: (obj: DisassociateMembersResponse) => any;
3727
+
3728
+ export declare const EnableImportFindingsForProductRequestFilterSensitiveLog: (obj: EnableImportFindingsForProductRequest) => any;
3729
+
3730
+ export declare const EnableImportFindingsForProductResponseFilterSensitiveLog: (obj: EnableImportFindingsForProductResponse) => any;
3731
+
3732
+ export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
3733
+
3734
+ export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
3735
+
3736
+ export declare const EnableSecurityHubRequestFilterSensitiveLog: (obj: EnableSecurityHubRequest) => any;
3737
+
3738
+ export declare const EnableSecurityHubResponseFilterSensitiveLog: (obj: EnableSecurityHubResponse) => any;
3739
+
3740
+ export declare const FindingAggregatorFilterSensitiveLog: (obj: FindingAggregator) => any;
3741
+
3742
+ export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
3743
+
3744
+ export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
3745
+
3746
+ export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
3747
+
3748
+ export declare const GetEnabledStandardsRequestFilterSensitiveLog: (obj: GetEnabledStandardsRequest) => any;
3749
+
3750
+ export declare const GetEnabledStandardsResponseFilterSensitiveLog: (obj: GetEnabledStandardsResponse) => any;
3751
+
3752
+ export declare const GetFindingAggregatorRequestFilterSensitiveLog: (obj: GetFindingAggregatorRequest) => any;
3753
+
3754
+ export declare const GetFindingAggregatorResponseFilterSensitiveLog: (obj: GetFindingAggregatorResponse) => any;
3755
+
3756
+ export declare const SortCriterionFilterSensitiveLog: (obj: SortCriterion) => any;
3757
+
3758
+ export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
3759
+
3760
+ export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
3761
+
3762
+ export declare const GetInsightResultsRequestFilterSensitiveLog: (obj: GetInsightResultsRequest) => any;
3763
+
3764
+ export declare const InsightResultValueFilterSensitiveLog: (obj: InsightResultValue) => any;
3765
+
3766
+ export declare const InsightResultsFilterSensitiveLog: (obj: InsightResults) => any;
3767
+
3768
+ export declare const GetInsightResultsResponseFilterSensitiveLog: (obj: GetInsightResultsResponse) => any;
3769
+
3770
+ export declare const GetInsightsRequestFilterSensitiveLog: (obj: GetInsightsRequest) => any;
3771
+
3772
+ export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
3773
+
3774
+ export declare const GetInsightsResponseFilterSensitiveLog: (obj: GetInsightsResponse) => any;
3775
+
3776
+ export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
3777
+
3778
+ export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
3779
+
3780
+ export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
3781
+
3782
+ export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
3783
+
3784
+ export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
3785
+
3786
+ export declare const MemberFilterSensitiveLog: (obj: Member) => any;
3787
+
3788
+ export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
3789
+
3790
+ export declare const InviteMembersRequestFilterSensitiveLog: (obj: InviteMembersRequest) => any;
3791
+
3792
+ export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
3793
+
3794
+ export declare const ListEnabledProductsForImportRequestFilterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
3795
+
3796
+ export declare const ListEnabledProductsForImportResponseFilterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
3797
+
3798
+ export declare const ListFindingAggregatorsRequestFilterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
3799
+
3800
+ export declare const ListFindingAggregatorsResponseFilterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
3801
+
3802
+ export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
3803
+
3804
+ export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
3805
+
3806
+ export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
3807
+
3808
+ export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
3809
+
3810
+ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
3811
+
3812
+ export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
3813
+
3814
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3815
+
3816
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;