@aws-sdk/client-securityhub 3.50.0 → 3.51.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 (85) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SecurityHub.d.ts +285 -0
  3. package/dist-types/ts3.4/SecurityHubClient.d.ts +129 -0
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -0
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  62. package/dist-types/ts3.4/index.d.ts +5 -0
  63. package/dist-types/ts3.4/models/index.d.ts +2 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +4641 -0
  65. package/dist-types/ts3.4/models/models_1.d.ts +3667 -0
  66. package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  74. package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +170 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  85. package/package.json +8 -8
@@ -0,0 +1,3667 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ import { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsCertificateManagerCertificateDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, AwsNetworkFirewallRuleGroupDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbDomainMembership, AwsRdsDbInstanceAssociatedRole, AwsRdsDbInstanceEndpoint, AwsRdsDbInstanceVpcSecurityGroup, AwsRdsDbOptionGroupMembership, AwsRdsDbParameterGroup, AwsRdsDbSubnetGroup, AwsRdsPendingCloudWatchLogsExports } from "./models_0";
3
+
4
+ export interface AwsRdsDbProcessorFeature {
5
+
6
+ Name?: string;
7
+
8
+ Value?: string;
9
+ }
10
+ export declare namespace AwsRdsDbProcessorFeature {
11
+
12
+ const filterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
13
+ }
14
+
15
+ export interface AwsRdsDbPendingModifiedValues {
16
+
17
+ DbInstanceClass?: string;
18
+
19
+ AllocatedStorage?: number;
20
+
21
+ MasterUserPassword?: string;
22
+
23
+ Port?: number;
24
+
25
+ BackupRetentionPeriod?: number;
26
+
27
+ MultiAZ?: boolean;
28
+
29
+ EngineVersion?: string;
30
+
31
+ LicenseModel?: string;
32
+
33
+ Iops?: number;
34
+
35
+ DbInstanceIdentifier?: string;
36
+
37
+ StorageType?: string;
38
+
39
+ CaCertificateIdentifier?: string;
40
+
41
+ DbSubnetGroupName?: string;
42
+
43
+ PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports;
44
+
45
+ ProcessorFeatures?: AwsRdsDbProcessorFeature[];
46
+ }
47
+ export declare namespace AwsRdsDbPendingModifiedValues {
48
+
49
+ const filterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
50
+ }
51
+
52
+ export interface AwsRdsDbStatusInfo {
53
+
54
+ StatusType?: string;
55
+
56
+ Normal?: boolean;
57
+
58
+ Status?: string;
59
+
60
+ Message?: string;
61
+ }
62
+ export declare namespace AwsRdsDbStatusInfo {
63
+
64
+ const filterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
65
+ }
66
+
67
+ export interface AwsRdsDbInstanceDetails {
68
+
69
+ AssociatedRoles?: AwsRdsDbInstanceAssociatedRole[];
70
+
71
+ CACertificateIdentifier?: string;
72
+
73
+ DBClusterIdentifier?: string;
74
+
75
+ DBInstanceIdentifier?: string;
76
+
77
+ DBInstanceClass?: string;
78
+
79
+ DbInstancePort?: number;
80
+
81
+ DbiResourceId?: string;
82
+
83
+ DBName?: string;
84
+
85
+ DeletionProtection?: boolean;
86
+
87
+ Endpoint?: AwsRdsDbInstanceEndpoint;
88
+
89
+ Engine?: string;
90
+
91
+ EngineVersion?: string;
92
+
93
+ IAMDatabaseAuthenticationEnabled?: boolean;
94
+
95
+ InstanceCreateTime?: string;
96
+
97
+ KmsKeyId?: string;
98
+
99
+ PubliclyAccessible?: boolean;
100
+
101
+ StorageEncrypted?: boolean;
102
+
103
+ TdeCredentialArn?: string;
104
+
105
+ VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
106
+
107
+ MultiAz?: boolean;
108
+
109
+ EnhancedMonitoringResourceArn?: string;
110
+
111
+ DbInstanceStatus?: string;
112
+
113
+ MasterUsername?: string;
114
+
115
+ AllocatedStorage?: number;
116
+
117
+ PreferredBackupWindow?: string;
118
+
119
+ BackupRetentionPeriod?: number;
120
+
121
+ DbSecurityGroups?: string[];
122
+
123
+ DbParameterGroups?: AwsRdsDbParameterGroup[];
124
+
125
+ AvailabilityZone?: string;
126
+
127
+ DbSubnetGroup?: AwsRdsDbSubnetGroup;
128
+
129
+ PreferredMaintenanceWindow?: string;
130
+
131
+ PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
132
+
133
+ LatestRestorableTime?: string;
134
+
135
+ AutoMinorVersionUpgrade?: boolean;
136
+
137
+ ReadReplicaSourceDBInstanceIdentifier?: string;
138
+
139
+ ReadReplicaDBInstanceIdentifiers?: string[];
140
+
141
+ ReadReplicaDBClusterIdentifiers?: string[];
142
+
143
+ LicenseModel?: string;
144
+
145
+ Iops?: number;
146
+
147
+ OptionGroupMemberships?: AwsRdsDbOptionGroupMembership[];
148
+
149
+ CharacterSetName?: string;
150
+
151
+ SecondaryAvailabilityZone?: string;
152
+
153
+ StatusInfos?: AwsRdsDbStatusInfo[];
154
+
155
+ StorageType?: string;
156
+
157
+ DomainMemberships?: AwsRdsDbDomainMembership[];
158
+
159
+ CopyTagsToSnapshot?: boolean;
160
+
161
+ MonitoringInterval?: number;
162
+
163
+ MonitoringRoleArn?: string;
164
+
165
+ PromotionTier?: number;
166
+
167
+ Timezone?: string;
168
+
169
+ PerformanceInsightsEnabled?: boolean;
170
+
171
+ PerformanceInsightsKmsKeyId?: string;
172
+
173
+ PerformanceInsightsRetentionPeriod?: number;
174
+
175
+ EnabledCloudWatchLogsExports?: string[];
176
+
177
+ ProcessorFeatures?: AwsRdsDbProcessorFeature[];
178
+
179
+ ListenerEndpoint?: AwsRdsDbInstanceEndpoint;
180
+
181
+ MaxAllocatedStorage?: number;
182
+ }
183
+ export declare namespace AwsRdsDbInstanceDetails {
184
+
185
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
186
+ }
187
+
188
+ export interface AwsRdsDbSnapshotDetails {
189
+
190
+ DbSnapshotIdentifier?: string;
191
+
192
+ DbInstanceIdentifier?: string;
193
+
194
+ SnapshotCreateTime?: string;
195
+
196
+ Engine?: string;
197
+
198
+ AllocatedStorage?: number;
199
+
200
+ Status?: string;
201
+
202
+ Port?: number;
203
+
204
+ AvailabilityZone?: string;
205
+
206
+ VpcId?: string;
207
+
208
+ InstanceCreateTime?: string;
209
+
210
+ MasterUsername?: string;
211
+
212
+ EngineVersion?: string;
213
+
214
+ LicenseModel?: string;
215
+
216
+ SnapshotType?: string;
217
+
218
+ Iops?: number;
219
+
220
+ OptionGroupName?: string;
221
+
222
+ PercentProgress?: number;
223
+
224
+ SourceRegion?: string;
225
+
226
+ SourceDbSnapshotIdentifier?: string;
227
+
228
+ StorageType?: string;
229
+
230
+ TdeCredentialArn?: string;
231
+
232
+ Encrypted?: boolean;
233
+
234
+ KmsKeyId?: string;
235
+
236
+ Timezone?: string;
237
+
238
+ IamDatabaseAuthenticationEnabled?: boolean;
239
+
240
+ ProcessorFeatures?: AwsRdsDbProcessorFeature[];
241
+
242
+ DbiResourceId?: string;
243
+ }
244
+ export declare namespace AwsRdsDbSnapshotDetails {
245
+
246
+ const filterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
247
+ }
248
+
249
+ export interface AwsRdsEventSubscriptionDetails {
250
+
251
+ CustSubscriptionId?: string;
252
+
253
+ CustomerAwsId?: string;
254
+
255
+ Enabled?: boolean;
256
+
257
+ EventCategoriesList?: string[];
258
+
259
+ EventSubscriptionArn?: string;
260
+
261
+ SnsTopicArn?: string;
262
+
263
+ SourceIdsList?: string[];
264
+
265
+ SourceType?: string;
266
+
267
+ Status?: string;
268
+
269
+ SubscriptionCreationTime?: string;
270
+ }
271
+ export declare namespace AwsRdsEventSubscriptionDetails {
272
+
273
+ const filterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
274
+ }
275
+
276
+ export interface AwsRedshiftClusterClusterNode {
277
+
278
+ NodeRole?: string;
279
+
280
+ PrivateIpAddress?: string;
281
+
282
+ PublicIpAddress?: string;
283
+ }
284
+ export declare namespace AwsRedshiftClusterClusterNode {
285
+
286
+ const filterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
287
+ }
288
+
289
+ export interface AwsRedshiftClusterClusterParameterStatus {
290
+
291
+ ParameterName?: string;
292
+
293
+ ParameterApplyStatus?: string;
294
+
295
+ ParameterApplyErrorDescription?: string;
296
+ }
297
+ export declare namespace AwsRedshiftClusterClusterParameterStatus {
298
+
299
+ const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
300
+ }
301
+
302
+ export interface AwsRedshiftClusterClusterParameterGroup {
303
+
304
+ ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[];
305
+
306
+ ParameterApplyStatus?: string;
307
+
308
+ ParameterGroupName?: string;
309
+ }
310
+ export declare namespace AwsRedshiftClusterClusterParameterGroup {
311
+
312
+ const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
313
+ }
314
+
315
+ export interface AwsRedshiftClusterClusterSecurityGroup {
316
+
317
+ ClusterSecurityGroupName?: string;
318
+
319
+ Status?: string;
320
+ }
321
+ export declare namespace AwsRedshiftClusterClusterSecurityGroup {
322
+
323
+ const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
324
+ }
325
+
326
+ export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
327
+
328
+ DestinationRegion?: string;
329
+
330
+ ManualSnapshotRetentionPeriod?: number;
331
+
332
+ RetentionPeriod?: number;
333
+
334
+ SnapshotCopyGrantName?: string;
335
+ }
336
+ export declare namespace AwsRedshiftClusterClusterSnapshotCopyStatus {
337
+
338
+ const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
339
+ }
340
+
341
+ export interface AwsRedshiftClusterDeferredMaintenanceWindow {
342
+
343
+ DeferMaintenanceEndTime?: string;
344
+
345
+ DeferMaintenanceIdentifier?: string;
346
+
347
+ DeferMaintenanceStartTime?: string;
348
+ }
349
+ export declare namespace AwsRedshiftClusterDeferredMaintenanceWindow {
350
+
351
+ const filterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
352
+ }
353
+
354
+ export interface AwsRedshiftClusterElasticIpStatus {
355
+
356
+ ElasticIp?: string;
357
+
358
+ Status?: string;
359
+ }
360
+ export declare namespace AwsRedshiftClusterElasticIpStatus {
361
+
362
+ const filterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
363
+ }
364
+
365
+ export interface AwsRedshiftClusterEndpoint {
366
+
367
+ Address?: string;
368
+
369
+ Port?: number;
370
+ }
371
+ export declare namespace AwsRedshiftClusterEndpoint {
372
+
373
+ const filterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
374
+ }
375
+
376
+ export interface AwsRedshiftClusterHsmStatus {
377
+
378
+ HsmClientCertificateIdentifier?: string;
379
+
380
+ HsmConfigurationIdentifier?: string;
381
+
382
+ Status?: string;
383
+ }
384
+ export declare namespace AwsRedshiftClusterHsmStatus {
385
+
386
+ const filterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
387
+ }
388
+
389
+ export interface AwsRedshiftClusterIamRole {
390
+
391
+ ApplyStatus?: string;
392
+
393
+ IamRoleArn?: string;
394
+ }
395
+ export declare namespace AwsRedshiftClusterIamRole {
396
+
397
+ const filterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
398
+ }
399
+
400
+ export interface AwsRedshiftClusterPendingModifiedValues {
401
+
402
+ AutomatedSnapshotRetentionPeriod?: number;
403
+
404
+ ClusterIdentifier?: string;
405
+
406
+ ClusterType?: string;
407
+
408
+ ClusterVersion?: string;
409
+
410
+ EncryptionType?: string;
411
+
412
+ EnhancedVpcRouting?: boolean;
413
+
414
+ MaintenanceTrackName?: string;
415
+
416
+ MasterUserPassword?: string;
417
+
418
+ NodeType?: string;
419
+
420
+ NumberOfNodes?: number;
421
+
422
+ PubliclyAccessible?: boolean;
423
+ }
424
+ export declare namespace AwsRedshiftClusterPendingModifiedValues {
425
+
426
+ const filterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
427
+ }
428
+
429
+ export interface AwsRedshiftClusterResizeInfo {
430
+
431
+ AllowCancelResize?: boolean;
432
+
433
+ ResizeType?: string;
434
+ }
435
+ export declare namespace AwsRedshiftClusterResizeInfo {
436
+
437
+ const filterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
438
+ }
439
+
440
+ export interface AwsRedshiftClusterRestoreStatus {
441
+
442
+ CurrentRestoreRateInMegaBytesPerSecond?: number;
443
+
444
+ ElapsedTimeInSeconds?: number;
445
+
446
+ EstimatedTimeToCompletionInSeconds?: number;
447
+
448
+ ProgressInMegaBytes?: number;
449
+
450
+ SnapshotSizeInMegaBytes?: number;
451
+
452
+ Status?: string;
453
+ }
454
+ export declare namespace AwsRedshiftClusterRestoreStatus {
455
+
456
+ const filterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
457
+ }
458
+
459
+ export interface AwsRedshiftClusterVpcSecurityGroup {
460
+
461
+ Status?: string;
462
+
463
+ VpcSecurityGroupId?: string;
464
+ }
465
+ export declare namespace AwsRedshiftClusterVpcSecurityGroup {
466
+
467
+ const filterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
468
+ }
469
+
470
+ export interface AwsRedshiftClusterDetails {
471
+
472
+ AllowVersionUpgrade?: boolean;
473
+
474
+ AutomatedSnapshotRetentionPeriod?: number;
475
+
476
+ AvailabilityZone?: string;
477
+
478
+ ClusterAvailabilityStatus?: string;
479
+
480
+ ClusterCreateTime?: string;
481
+
482
+ ClusterIdentifier?: string;
483
+
484
+ ClusterNodes?: AwsRedshiftClusterClusterNode[];
485
+
486
+ ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[];
487
+
488
+ ClusterPublicKey?: string;
489
+
490
+ ClusterRevisionNumber?: string;
491
+
492
+ ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[];
493
+
494
+ ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus;
495
+
496
+ ClusterStatus?: string;
497
+
498
+ ClusterSubnetGroupName?: string;
499
+
500
+ ClusterVersion?: string;
501
+
502
+ DBName?: string;
503
+
504
+ DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[];
505
+
506
+ ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus;
507
+
508
+ ElasticResizeNumberOfNodeOptions?: string;
509
+
510
+ Encrypted?: boolean;
511
+
512
+ Endpoint?: AwsRedshiftClusterEndpoint;
513
+
514
+ EnhancedVpcRouting?: boolean;
515
+
516
+ ExpectedNextSnapshotScheduleTime?: string;
517
+
518
+ ExpectedNextSnapshotScheduleTimeStatus?: string;
519
+
520
+ HsmStatus?: AwsRedshiftClusterHsmStatus;
521
+
522
+ IamRoles?: AwsRedshiftClusterIamRole[];
523
+
524
+ KmsKeyId?: string;
525
+
526
+ MaintenanceTrackName?: string;
527
+
528
+ ManualSnapshotRetentionPeriod?: number;
529
+
530
+ MasterUsername?: string;
531
+
532
+ NextMaintenanceWindowStartTime?: string;
533
+
534
+ NodeType?: string;
535
+
536
+ NumberOfNodes?: number;
537
+
538
+ PendingActions?: string[];
539
+
540
+ PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues;
541
+
542
+ PreferredMaintenanceWindow?: string;
543
+
544
+ PubliclyAccessible?: boolean;
545
+
546
+ ResizeInfo?: AwsRedshiftClusterResizeInfo;
547
+
548
+ RestoreStatus?: AwsRedshiftClusterRestoreStatus;
549
+
550
+ SnapshotScheduleIdentifier?: string;
551
+
552
+ SnapshotScheduleState?: string;
553
+
554
+ VpcId?: string;
555
+
556
+ VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[];
557
+ }
558
+ export declare namespace AwsRedshiftClusterDetails {
559
+
560
+ const filterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
561
+ }
562
+
563
+ export interface AwsS3AccountPublicAccessBlockDetails {
564
+
565
+ BlockPublicAcls?: boolean;
566
+
567
+ BlockPublicPolicy?: boolean;
568
+
569
+ IgnorePublicAcls?: boolean;
570
+
571
+ RestrictPublicBuckets?: boolean;
572
+ }
573
+ export declare namespace AwsS3AccountPublicAccessBlockDetails {
574
+
575
+ const filterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
576
+ }
577
+
578
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
579
+
580
+ DaysAfterInitiation?: number;
581
+ }
582
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
583
+
584
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
585
+ }
586
+
587
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
588
+
589
+ Key?: string;
590
+
591
+ Value?: string;
592
+ }
593
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
594
+
595
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
596
+ }
597
+
598
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
599
+
600
+ Prefix?: string;
601
+
602
+ Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails;
603
+
604
+ Type?: string;
605
+ }
606
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
607
+
608
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
609
+ }
610
+
611
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
612
+
613
+ Key?: string;
614
+
615
+ Value?: string;
616
+ }
617
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
618
+
619
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
620
+ }
621
+
622
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
623
+
624
+ Operands?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails[];
625
+
626
+ Prefix?: string;
627
+
628
+ Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails;
629
+
630
+ Type?: string;
631
+ }
632
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
633
+
634
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
635
+ }
636
+
637
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
638
+
639
+ Predicate?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails;
640
+ }
641
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
642
+
643
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
644
+ }
645
+
646
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
647
+
648
+ Days?: number;
649
+
650
+ StorageClass?: string;
651
+ }
652
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
653
+
654
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
655
+ }
656
+
657
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
658
+
659
+ Date?: string;
660
+
661
+ Days?: number;
662
+
663
+ StorageClass?: string;
664
+ }
665
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
666
+
667
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
668
+ }
669
+
670
+ export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
671
+
672
+ AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
673
+
674
+ ExpirationDate?: string;
675
+
676
+ ExpirationInDays?: number;
677
+
678
+ ExpiredObjectDeleteMarker?: boolean;
679
+
680
+ Filter?: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails;
681
+
682
+ ID?: string;
683
+
684
+ NoncurrentVersionExpirationInDays?: number;
685
+
686
+ NoncurrentVersionTransitions?: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
687
+
688
+ Prefix?: string;
689
+
690
+ Status?: string;
691
+
692
+ Transitions?: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails[];
693
+ }
694
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesDetails {
695
+
696
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
697
+ }
698
+
699
+ export interface AwsS3BucketBucketLifecycleConfigurationDetails {
700
+
701
+ Rules?: AwsS3BucketBucketLifecycleConfigurationRulesDetails[];
702
+ }
703
+ export declare namespace AwsS3BucketBucketLifecycleConfigurationDetails {
704
+
705
+ const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
706
+ }
707
+
708
+ export interface AwsS3BucketBucketVersioningConfiguration {
709
+
710
+ IsMfaDeleteEnabled?: boolean;
711
+
712
+ Status?: string;
713
+ }
714
+ export declare namespace AwsS3BucketBucketVersioningConfiguration {
715
+
716
+ const filterSensitiveLog: (obj: AwsS3BucketBucketVersioningConfiguration) => any;
717
+ }
718
+
719
+ export interface AwsS3BucketLoggingConfiguration {
720
+
721
+ DestinationBucketName?: string;
722
+
723
+ LogFilePrefix?: string;
724
+ }
725
+ export declare namespace AwsS3BucketLoggingConfiguration {
726
+
727
+ const filterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
728
+ }
729
+ export declare enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
730
+ PREFIX = "Prefix",
731
+ SUFFIX = "Suffix"
732
+ }
733
+
734
+ export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
735
+
736
+ Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName | string;
737
+
738
+ Value?: string;
739
+ }
740
+ export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
741
+
742
+ const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
743
+ }
744
+
745
+ export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
746
+
747
+ FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
748
+ }
749
+ export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
750
+
751
+ const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
752
+ }
753
+
754
+ export interface AwsS3BucketNotificationConfigurationFilter {
755
+
756
+ S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
757
+ }
758
+ export declare namespace AwsS3BucketNotificationConfigurationFilter {
759
+
760
+ const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
761
+ }
762
+
763
+ export interface AwsS3BucketNotificationConfigurationDetail {
764
+
765
+ Events?: string[];
766
+
767
+ Filter?: AwsS3BucketNotificationConfigurationFilter;
768
+
769
+ Destination?: string;
770
+
771
+ Type?: string;
772
+ }
773
+ export declare namespace AwsS3BucketNotificationConfigurationDetail {
774
+
775
+ const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationDetail) => any;
776
+ }
777
+
778
+ export interface AwsS3BucketNotificationConfiguration {
779
+
780
+ Configurations?: AwsS3BucketNotificationConfigurationDetail[];
781
+ }
782
+ export declare namespace AwsS3BucketNotificationConfiguration {
783
+
784
+ const filterSensitiveLog: (obj: AwsS3BucketNotificationConfiguration) => any;
785
+ }
786
+
787
+ export interface AwsS3BucketWebsiteConfigurationRedirectTo {
788
+
789
+ Hostname?: string;
790
+
791
+ Protocol?: string;
792
+ }
793
+ export declare namespace AwsS3BucketWebsiteConfigurationRedirectTo {
794
+
795
+ const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRedirectTo) => any;
796
+ }
797
+
798
+ export interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
799
+
800
+ HttpErrorCodeReturnedEquals?: string;
801
+
802
+ KeyPrefixEquals?: string;
803
+ }
804
+ export declare namespace AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
805
+
806
+ const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleCondition) => any;
807
+ }
808
+
809
+ export interface AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
810
+
811
+ Hostname?: string;
812
+
813
+ HttpRedirectCode?: string;
814
+
815
+ Protocol?: string;
816
+
817
+ ReplaceKeyPrefixWith?: string;
818
+
819
+ ReplaceKeyWith?: string;
820
+ }
821
+ export declare namespace AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
822
+
823
+ const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect) => any;
824
+ }
825
+
826
+ export interface AwsS3BucketWebsiteConfigurationRoutingRule {
827
+
828
+ Condition?: AwsS3BucketWebsiteConfigurationRoutingRuleCondition;
829
+
830
+ Redirect?: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect;
831
+ }
832
+ export declare namespace AwsS3BucketWebsiteConfigurationRoutingRule {
833
+
834
+ const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfigurationRoutingRule) => any;
835
+ }
836
+
837
+ export interface AwsS3BucketWebsiteConfiguration {
838
+
839
+ ErrorDocument?: string;
840
+
841
+ IndexDocumentSuffix?: string;
842
+
843
+ RedirectAllRequestsTo?: AwsS3BucketWebsiteConfigurationRedirectTo;
844
+
845
+ RoutingRules?: AwsS3BucketWebsiteConfigurationRoutingRule[];
846
+ }
847
+ export declare namespace AwsS3BucketWebsiteConfiguration {
848
+
849
+ const filterSensitiveLog: (obj: AwsS3BucketWebsiteConfiguration) => any;
850
+ }
851
+
852
+ export interface AwsS3BucketServerSideEncryptionByDefault {
853
+
854
+ SSEAlgorithm?: string;
855
+
856
+ KMSMasterKeyID?: string;
857
+ }
858
+ export declare namespace AwsS3BucketServerSideEncryptionByDefault {
859
+
860
+ const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionByDefault) => any;
861
+ }
862
+
863
+ export interface AwsS3BucketServerSideEncryptionRule {
864
+
865
+ ApplyServerSideEncryptionByDefault?: AwsS3BucketServerSideEncryptionByDefault;
866
+ }
867
+ export declare namespace AwsS3BucketServerSideEncryptionRule {
868
+
869
+ const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionRule) => any;
870
+ }
871
+
872
+ export interface AwsS3BucketServerSideEncryptionConfiguration {
873
+
874
+ Rules?: AwsS3BucketServerSideEncryptionRule[];
875
+ }
876
+ export declare namespace AwsS3BucketServerSideEncryptionConfiguration {
877
+
878
+ const filterSensitiveLog: (obj: AwsS3BucketServerSideEncryptionConfiguration) => any;
879
+ }
880
+
881
+ export interface AwsS3BucketDetails {
882
+
883
+ OwnerId?: string;
884
+
885
+ OwnerName?: string;
886
+
887
+ OwnerAccountId?: string;
888
+
889
+ CreatedAt?: string;
890
+
891
+ ServerSideEncryptionConfiguration?: AwsS3BucketServerSideEncryptionConfiguration;
892
+
893
+ BucketLifecycleConfiguration?: AwsS3BucketBucketLifecycleConfigurationDetails;
894
+
895
+ PublicAccessBlockConfiguration?: AwsS3AccountPublicAccessBlockDetails;
896
+
897
+ AccessControlList?: string;
898
+
899
+ BucketLoggingConfiguration?: AwsS3BucketLoggingConfiguration;
900
+
901
+ BucketWebsiteConfiguration?: AwsS3BucketWebsiteConfiguration;
902
+
903
+ BucketNotificationConfiguration?: AwsS3BucketNotificationConfiguration;
904
+
905
+ BucketVersioningConfiguration?: AwsS3BucketBucketVersioningConfiguration;
906
+ }
907
+ export declare namespace AwsS3BucketDetails {
908
+
909
+ const filterSensitiveLog: (obj: AwsS3BucketDetails) => any;
910
+ }
911
+
912
+ export interface AwsS3ObjectDetails {
913
+
914
+ LastModified?: string;
915
+
916
+ ETag?: string;
917
+
918
+ VersionId?: string;
919
+
920
+ ContentType?: string;
921
+
922
+ ServerSideEncryption?: string;
923
+
924
+ SSEKMSKeyId?: string;
925
+ }
926
+ export declare namespace AwsS3ObjectDetails {
927
+
928
+ const filterSensitiveLog: (obj: AwsS3ObjectDetails) => any;
929
+ }
930
+
931
+ export interface AwsSecretsManagerSecretRotationRules {
932
+
933
+ AutomaticallyAfterDays?: number;
934
+ }
935
+ export declare namespace AwsSecretsManagerSecretRotationRules {
936
+
937
+ const filterSensitiveLog: (obj: AwsSecretsManagerSecretRotationRules) => any;
938
+ }
939
+
940
+ export interface AwsSecretsManagerSecretDetails {
941
+
942
+ RotationRules?: AwsSecretsManagerSecretRotationRules;
943
+
944
+ RotationOccurredWithinFrequency?: boolean;
945
+
946
+ KmsKeyId?: string;
947
+
948
+ RotationEnabled?: boolean;
949
+
950
+ RotationLambdaArn?: string;
951
+
952
+ Deleted?: boolean;
953
+
954
+ Name?: string;
955
+
956
+ Description?: string;
957
+ }
958
+ export declare namespace AwsSecretsManagerSecretDetails {
959
+
960
+ const filterSensitiveLog: (obj: AwsSecretsManagerSecretDetails) => any;
961
+ }
962
+ export declare enum ComplianceStatus {
963
+ FAILED = "FAILED",
964
+ NOT_AVAILABLE = "NOT_AVAILABLE",
965
+ PASSED = "PASSED",
966
+ WARNING = "WARNING"
967
+ }
968
+
969
+ export interface StatusReason {
970
+
971
+ ReasonCode: string | undefined;
972
+
973
+ Description?: string;
974
+ }
975
+ export declare namespace StatusReason {
976
+
977
+ const filterSensitiveLog: (obj: StatusReason) => any;
978
+ }
979
+
980
+ export interface Compliance {
981
+
982
+ Status?: ComplianceStatus | string;
983
+
984
+ RelatedRequirements?: string[];
985
+
986
+ StatusReasons?: StatusReason[];
987
+ }
988
+ export declare namespace Compliance {
989
+
990
+ const filterSensitiveLog: (obj: Compliance) => any;
991
+ }
992
+
993
+ export interface RelatedFinding {
994
+
995
+ ProductArn: string | undefined;
996
+
997
+ Id: string | undefined;
998
+ }
999
+ export declare namespace RelatedFinding {
1000
+
1001
+ const filterSensitiveLog: (obj: RelatedFinding) => any;
1002
+ }
1003
+ export declare enum SeverityLabel {
1004
+ CRITICAL = "CRITICAL",
1005
+ HIGH = "HIGH",
1006
+ INFORMATIONAL = "INFORMATIONAL",
1007
+ LOW = "LOW",
1008
+ MEDIUM = "MEDIUM"
1009
+ }
1010
+
1011
+ export interface FindingProviderSeverity {
1012
+
1013
+ Label?: SeverityLabel | string;
1014
+
1015
+ Original?: string;
1016
+ }
1017
+ export declare namespace FindingProviderSeverity {
1018
+
1019
+ const filterSensitiveLog: (obj: FindingProviderSeverity) => any;
1020
+ }
1021
+
1022
+ export interface FindingProviderFields {
1023
+
1024
+ Confidence?: number;
1025
+
1026
+ Criticality?: number;
1027
+
1028
+ RelatedFindings?: RelatedFinding[];
1029
+
1030
+ Severity?: FindingProviderSeverity;
1031
+
1032
+ Types?: string[];
1033
+ }
1034
+ export declare namespace FindingProviderFields {
1035
+
1036
+ const filterSensitiveLog: (obj: FindingProviderFields) => any;
1037
+ }
1038
+ export declare enum MalwareState {
1039
+ OBSERVED = "OBSERVED",
1040
+ REMOVAL_FAILED = "REMOVAL_FAILED",
1041
+ REMOVED = "REMOVED"
1042
+ }
1043
+ export declare enum MalwareType {
1044
+ ADWARE = "ADWARE",
1045
+ BLENDED_THREAT = "BLENDED_THREAT",
1046
+ BOTNET_AGENT = "BOTNET_AGENT",
1047
+ COIN_MINER = "COIN_MINER",
1048
+ EXPLOIT_KIT = "EXPLOIT_KIT",
1049
+ KEYLOGGER = "KEYLOGGER",
1050
+ MACRO = "MACRO",
1051
+ POTENTIALLY_UNWANTED = "POTENTIALLY_UNWANTED",
1052
+ RANSOMWARE = "RANSOMWARE",
1053
+ REMOTE_ACCESS = "REMOTE_ACCESS",
1054
+ ROOTKIT = "ROOTKIT",
1055
+ SPYWARE = "SPYWARE",
1056
+ TROJAN = "TROJAN",
1057
+ VIRUS = "VIRUS",
1058
+ WORM = "WORM"
1059
+ }
1060
+
1061
+ export interface Malware {
1062
+
1063
+ Name: string | undefined;
1064
+
1065
+ Type?: MalwareType | string;
1066
+
1067
+ Path?: string;
1068
+
1069
+ State?: MalwareState | string;
1070
+ }
1071
+ export declare namespace Malware {
1072
+
1073
+ const filterSensitiveLog: (obj: Malware) => any;
1074
+ }
1075
+ export declare enum NetworkDirection {
1076
+ IN = "IN",
1077
+ OUT = "OUT"
1078
+ }
1079
+
1080
+ export interface PortRange {
1081
+
1082
+ Begin?: number;
1083
+
1084
+ End?: number;
1085
+ }
1086
+ export declare namespace PortRange {
1087
+
1088
+ const filterSensitiveLog: (obj: PortRange) => any;
1089
+ }
1090
+
1091
+ export interface Network {
1092
+
1093
+ Direction?: NetworkDirection | string;
1094
+
1095
+ Protocol?: string;
1096
+
1097
+ OpenPortRange?: PortRange;
1098
+
1099
+ SourceIpV4?: string;
1100
+
1101
+ SourceIpV6?: string;
1102
+
1103
+ SourcePort?: number;
1104
+
1105
+ SourceDomain?: string;
1106
+
1107
+ SourceMac?: string;
1108
+
1109
+ DestinationIpV4?: string;
1110
+
1111
+ DestinationIpV6?: string;
1112
+
1113
+ DestinationPort?: number;
1114
+
1115
+ DestinationDomain?: string;
1116
+ }
1117
+ export declare namespace Network {
1118
+
1119
+ const filterSensitiveLog: (obj: Network) => any;
1120
+ }
1121
+
1122
+ export interface NetworkPathComponentDetails {
1123
+
1124
+ Address?: string[];
1125
+
1126
+ PortRanges?: PortRange[];
1127
+ }
1128
+ export declare namespace NetworkPathComponentDetails {
1129
+
1130
+ const filterSensitiveLog: (obj: NetworkPathComponentDetails) => any;
1131
+ }
1132
+
1133
+ export interface NetworkHeader {
1134
+
1135
+ Protocol?: string;
1136
+
1137
+ Destination?: NetworkPathComponentDetails;
1138
+
1139
+ Source?: NetworkPathComponentDetails;
1140
+ }
1141
+ export declare namespace NetworkHeader {
1142
+
1143
+ const filterSensitiveLog: (obj: NetworkHeader) => any;
1144
+ }
1145
+
1146
+ export interface NetworkPathComponent {
1147
+
1148
+ ComponentId?: string;
1149
+
1150
+ ComponentType?: string;
1151
+
1152
+ Egress?: NetworkHeader;
1153
+
1154
+ Ingress?: NetworkHeader;
1155
+ }
1156
+ export declare namespace NetworkPathComponent {
1157
+
1158
+ const filterSensitiveLog: (obj: NetworkPathComponent) => any;
1159
+ }
1160
+
1161
+ export interface Note {
1162
+
1163
+ Text: string | undefined;
1164
+
1165
+ UpdatedBy: string | undefined;
1166
+
1167
+ UpdatedAt: string | undefined;
1168
+ }
1169
+ export declare namespace Note {
1170
+
1171
+ const filterSensitiveLog: (obj: Note) => any;
1172
+ }
1173
+
1174
+ export interface PatchSummary {
1175
+
1176
+ Id: string | undefined;
1177
+
1178
+ InstalledCount?: number;
1179
+
1180
+ MissingCount?: number;
1181
+
1182
+ FailedCount?: number;
1183
+
1184
+ InstalledOtherCount?: number;
1185
+
1186
+ InstalledRejectedCount?: number;
1187
+
1188
+ InstalledPendingReboot?: number;
1189
+
1190
+ OperationStartTime?: string;
1191
+
1192
+ OperationEndTime?: string;
1193
+
1194
+ RebootOption?: string;
1195
+
1196
+ Operation?: string;
1197
+ }
1198
+ export declare namespace PatchSummary {
1199
+
1200
+ const filterSensitiveLog: (obj: PatchSummary) => any;
1201
+ }
1202
+
1203
+ export interface ProcessDetails {
1204
+
1205
+ Name?: string;
1206
+
1207
+ Path?: string;
1208
+
1209
+ Pid?: number;
1210
+
1211
+ ParentPid?: number;
1212
+
1213
+ LaunchedAt?: string;
1214
+
1215
+ TerminatedAt?: string;
1216
+ }
1217
+ export declare namespace ProcessDetails {
1218
+
1219
+ const filterSensitiveLog: (obj: ProcessDetails) => any;
1220
+ }
1221
+ export declare enum RecordState {
1222
+ ACTIVE = "ACTIVE",
1223
+ ARCHIVED = "ARCHIVED"
1224
+ }
1225
+
1226
+ export interface Recommendation {
1227
+
1228
+ Text?: string;
1229
+
1230
+ Url?: string;
1231
+ }
1232
+ export declare namespace Recommendation {
1233
+
1234
+ const filterSensitiveLog: (obj: Recommendation) => any;
1235
+ }
1236
+
1237
+ export interface Remediation {
1238
+
1239
+ Recommendation?: Recommendation;
1240
+ }
1241
+ export declare namespace Remediation {
1242
+
1243
+ const filterSensitiveLog: (obj: Remediation) => any;
1244
+ }
1245
+
1246
+ export interface Cell {
1247
+
1248
+ Column?: number;
1249
+
1250
+ Row?: number;
1251
+
1252
+ ColumnName?: string;
1253
+
1254
+ CellReference?: string;
1255
+ }
1256
+ export declare namespace Cell {
1257
+
1258
+ const filterSensitiveLog: (obj: Cell) => any;
1259
+ }
1260
+
1261
+ export interface Range {
1262
+
1263
+ Start?: number;
1264
+
1265
+ End?: number;
1266
+
1267
+ StartColumn?: number;
1268
+ }
1269
+ export declare namespace Range {
1270
+
1271
+ const filterSensitiveLog: (obj: Range) => any;
1272
+ }
1273
+
1274
+ export interface Page {
1275
+
1276
+ PageNumber?: number;
1277
+
1278
+ LineRange?: Range;
1279
+
1280
+ OffsetRange?: Range;
1281
+ }
1282
+ export declare namespace Page {
1283
+
1284
+ const filterSensitiveLog: (obj: Page) => any;
1285
+ }
1286
+
1287
+ export interface _Record {
1288
+
1289
+ JsonPath?: string;
1290
+
1291
+ RecordIndex?: number;
1292
+ }
1293
+ export declare namespace _Record {
1294
+
1295
+ const filterSensitiveLog: (obj: _Record) => any;
1296
+ }
1297
+
1298
+ export interface Occurrences {
1299
+
1300
+ LineRanges?: Range[];
1301
+
1302
+ OffsetRanges?: Range[];
1303
+
1304
+ Pages?: Page[];
1305
+
1306
+ Records?: _Record[];
1307
+
1308
+ Cells?: Cell[];
1309
+ }
1310
+ export declare namespace Occurrences {
1311
+
1312
+ const filterSensitiveLog: (obj: Occurrences) => any;
1313
+ }
1314
+
1315
+ export interface CustomDataIdentifiersDetections {
1316
+
1317
+ Count?: number;
1318
+
1319
+ Arn?: string;
1320
+
1321
+ Name?: string;
1322
+
1323
+ Occurrences?: Occurrences;
1324
+ }
1325
+ export declare namespace CustomDataIdentifiersDetections {
1326
+
1327
+ const filterSensitiveLog: (obj: CustomDataIdentifiersDetections) => any;
1328
+ }
1329
+
1330
+ export interface CustomDataIdentifiersResult {
1331
+
1332
+ Detections?: CustomDataIdentifiersDetections[];
1333
+
1334
+ TotalCount?: number;
1335
+ }
1336
+ export declare namespace CustomDataIdentifiersResult {
1337
+
1338
+ const filterSensitiveLog: (obj: CustomDataIdentifiersResult) => any;
1339
+ }
1340
+
1341
+ export interface SensitiveDataDetections {
1342
+
1343
+ Count?: number;
1344
+
1345
+ Type?: string;
1346
+
1347
+ Occurrences?: Occurrences;
1348
+ }
1349
+ export declare namespace SensitiveDataDetections {
1350
+
1351
+ const filterSensitiveLog: (obj: SensitiveDataDetections) => any;
1352
+ }
1353
+
1354
+ export interface SensitiveDataResult {
1355
+
1356
+ Category?: string;
1357
+
1358
+ Detections?: SensitiveDataDetections[];
1359
+
1360
+ TotalCount?: number;
1361
+ }
1362
+ export declare namespace SensitiveDataResult {
1363
+
1364
+ const filterSensitiveLog: (obj: SensitiveDataResult) => any;
1365
+ }
1366
+
1367
+ export interface ClassificationStatus {
1368
+
1369
+ Code?: string;
1370
+
1371
+ Reason?: string;
1372
+ }
1373
+ export declare namespace ClassificationStatus {
1374
+
1375
+ const filterSensitiveLog: (obj: ClassificationStatus) => any;
1376
+ }
1377
+
1378
+ export interface ClassificationResult {
1379
+
1380
+ MimeType?: string;
1381
+
1382
+ SizeClassified?: number;
1383
+
1384
+ AdditionalOccurrences?: boolean;
1385
+
1386
+ Status?: ClassificationStatus;
1387
+
1388
+ SensitiveData?: SensitiveDataResult[];
1389
+
1390
+ CustomDataIdentifiers?: CustomDataIdentifiersResult;
1391
+ }
1392
+ export declare namespace ClassificationResult {
1393
+
1394
+ const filterSensitiveLog: (obj: ClassificationResult) => any;
1395
+ }
1396
+
1397
+ export interface DataClassificationDetails {
1398
+
1399
+ DetailedResultsLocation?: string;
1400
+
1401
+ Result?: ClassificationResult;
1402
+ }
1403
+ export declare namespace DataClassificationDetails {
1404
+
1405
+ const filterSensitiveLog: (obj: DataClassificationDetails) => any;
1406
+ }
1407
+
1408
+ export interface AwsSnsTopicSubscription {
1409
+
1410
+ Endpoint?: string;
1411
+
1412
+ Protocol?: string;
1413
+ }
1414
+ export declare namespace AwsSnsTopicSubscription {
1415
+
1416
+ const filterSensitiveLog: (obj: AwsSnsTopicSubscription) => any;
1417
+ }
1418
+
1419
+ export interface AwsSnsTopicDetails {
1420
+
1421
+ KmsMasterKeyId?: string;
1422
+
1423
+ Subscription?: AwsSnsTopicSubscription[];
1424
+
1425
+ TopicName?: string;
1426
+
1427
+ Owner?: string;
1428
+ }
1429
+ export declare namespace AwsSnsTopicDetails {
1430
+
1431
+ const filterSensitiveLog: (obj: AwsSnsTopicDetails) => any;
1432
+ }
1433
+
1434
+ export interface AwsSqsQueueDetails {
1435
+
1436
+ KmsDataKeyReusePeriodSeconds?: number;
1437
+
1438
+ KmsMasterKeyId?: string;
1439
+
1440
+ QueueName?: string;
1441
+
1442
+ DeadLetterTargetArn?: string;
1443
+ }
1444
+ export declare namespace AwsSqsQueueDetails {
1445
+
1446
+ const filterSensitiveLog: (obj: AwsSqsQueueDetails) => any;
1447
+ }
1448
+
1449
+ export interface AwsSsmComplianceSummary {
1450
+
1451
+ Status?: string;
1452
+
1453
+ CompliantCriticalCount?: number;
1454
+
1455
+ CompliantHighCount?: number;
1456
+
1457
+ CompliantMediumCount?: number;
1458
+
1459
+ ExecutionType?: string;
1460
+
1461
+ NonCompliantCriticalCount?: number;
1462
+
1463
+ CompliantInformationalCount?: number;
1464
+
1465
+ NonCompliantInformationalCount?: number;
1466
+
1467
+ CompliantUnspecifiedCount?: number;
1468
+
1469
+ NonCompliantLowCount?: number;
1470
+
1471
+ NonCompliantHighCount?: number;
1472
+
1473
+ CompliantLowCount?: number;
1474
+
1475
+ ComplianceType?: string;
1476
+
1477
+ PatchBaselineId?: string;
1478
+
1479
+ OverallSeverity?: string;
1480
+
1481
+ NonCompliantMediumCount?: number;
1482
+
1483
+ NonCompliantUnspecifiedCount?: number;
1484
+
1485
+ PatchGroup?: string;
1486
+ }
1487
+ export declare namespace AwsSsmComplianceSummary {
1488
+
1489
+ const filterSensitiveLog: (obj: AwsSsmComplianceSummary) => any;
1490
+ }
1491
+
1492
+ export interface AwsSsmPatch {
1493
+
1494
+ ComplianceSummary?: AwsSsmComplianceSummary;
1495
+ }
1496
+ export declare namespace AwsSsmPatch {
1497
+
1498
+ const filterSensitiveLog: (obj: AwsSsmPatch) => any;
1499
+ }
1500
+
1501
+ export interface AwsSsmPatchComplianceDetails {
1502
+
1503
+ Patch?: AwsSsmPatch;
1504
+ }
1505
+ export declare namespace AwsSsmPatchComplianceDetails {
1506
+
1507
+ const filterSensitiveLog: (obj: AwsSsmPatchComplianceDetails) => any;
1508
+ }
1509
+
1510
+ export interface AwsWafRateBasedRuleMatchPredicate {
1511
+
1512
+ DataId?: string;
1513
+
1514
+ Negated?: boolean;
1515
+
1516
+ Type?: string;
1517
+ }
1518
+ export declare namespace AwsWafRateBasedRuleMatchPredicate {
1519
+
1520
+ const filterSensitiveLog: (obj: AwsWafRateBasedRuleMatchPredicate) => any;
1521
+ }
1522
+
1523
+ export interface AwsWafRateBasedRuleDetails {
1524
+
1525
+ MetricName?: string;
1526
+
1527
+ Name?: string;
1528
+
1529
+ RateKey?: string;
1530
+
1531
+ RateLimit?: number;
1532
+
1533
+ RuleId?: string;
1534
+
1535
+ MatchPredicates?: AwsWafRateBasedRuleMatchPredicate[];
1536
+ }
1537
+ export declare namespace AwsWafRateBasedRuleDetails {
1538
+
1539
+ const filterSensitiveLog: (obj: AwsWafRateBasedRuleDetails) => any;
1540
+ }
1541
+
1542
+ export interface AwsWafRegionalRateBasedRuleMatchPredicate {
1543
+
1544
+ DataId?: string;
1545
+
1546
+ Negated?: boolean;
1547
+
1548
+ Type?: string;
1549
+ }
1550
+ export declare namespace AwsWafRegionalRateBasedRuleMatchPredicate {
1551
+
1552
+ const filterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleMatchPredicate) => any;
1553
+ }
1554
+
1555
+ export interface AwsWafRegionalRateBasedRuleDetails {
1556
+
1557
+ MetricName?: string;
1558
+
1559
+ Name?: string;
1560
+
1561
+ RateKey?: string;
1562
+
1563
+ RateLimit?: number;
1564
+
1565
+ RuleId?: string;
1566
+
1567
+ MatchPredicates?: AwsWafRegionalRateBasedRuleMatchPredicate[];
1568
+ }
1569
+ export declare namespace AwsWafRegionalRateBasedRuleDetails {
1570
+
1571
+ const filterSensitiveLog: (obj: AwsWafRegionalRateBasedRuleDetails) => any;
1572
+ }
1573
+
1574
+ export interface WafAction {
1575
+
1576
+ Type?: string;
1577
+ }
1578
+ export declare namespace WafAction {
1579
+
1580
+ const filterSensitiveLog: (obj: WafAction) => any;
1581
+ }
1582
+
1583
+ export interface WafExcludedRule {
1584
+
1585
+ RuleId?: string;
1586
+ }
1587
+ export declare namespace WafExcludedRule {
1588
+
1589
+ const filterSensitiveLog: (obj: WafExcludedRule) => any;
1590
+ }
1591
+
1592
+ export interface WafOverrideAction {
1593
+
1594
+ Type?: string;
1595
+ }
1596
+ export declare namespace WafOverrideAction {
1597
+
1598
+ const filterSensitiveLog: (obj: WafOverrideAction) => any;
1599
+ }
1600
+
1601
+ export interface AwsWafWebAclRule {
1602
+
1603
+ Action?: WafAction;
1604
+
1605
+ ExcludedRules?: WafExcludedRule[];
1606
+
1607
+ OverrideAction?: WafOverrideAction;
1608
+
1609
+ Priority?: number;
1610
+
1611
+ RuleId?: string;
1612
+
1613
+ Type?: string;
1614
+ }
1615
+ export declare namespace AwsWafWebAclRule {
1616
+
1617
+ const filterSensitiveLog: (obj: AwsWafWebAclRule) => any;
1618
+ }
1619
+
1620
+ export interface AwsWafWebAclDetails {
1621
+
1622
+ Name?: string;
1623
+
1624
+ DefaultAction?: string;
1625
+
1626
+ Rules?: AwsWafWebAclRule[];
1627
+
1628
+ WebAclId?: string;
1629
+ }
1630
+ export declare namespace AwsWafWebAclDetails {
1631
+
1632
+ const filterSensitiveLog: (obj: AwsWafWebAclDetails) => any;
1633
+ }
1634
+
1635
+ export interface AwsXrayEncryptionConfigDetails {
1636
+
1637
+ KeyId?: string;
1638
+
1639
+ Status?: string;
1640
+
1641
+ Type?: string;
1642
+ }
1643
+ export declare namespace AwsXrayEncryptionConfigDetails {
1644
+
1645
+ const filterSensitiveLog: (obj: AwsXrayEncryptionConfigDetails) => any;
1646
+ }
1647
+
1648
+ export interface ContainerDetails {
1649
+
1650
+ Name?: string;
1651
+
1652
+ ImageId?: string;
1653
+
1654
+ ImageName?: string;
1655
+
1656
+ LaunchedAt?: string;
1657
+ }
1658
+ export declare namespace ContainerDetails {
1659
+
1660
+ const filterSensitiveLog: (obj: ContainerDetails) => any;
1661
+ }
1662
+
1663
+ export interface ResourceDetails {
1664
+
1665
+ AwsAutoScalingAutoScalingGroup?: AwsAutoScalingAutoScalingGroupDetails;
1666
+
1667
+ AwsCodeBuildProject?: AwsCodeBuildProjectDetails;
1668
+
1669
+ AwsCloudFrontDistribution?: AwsCloudFrontDistributionDetails;
1670
+
1671
+ AwsEc2Instance?: AwsEc2InstanceDetails;
1672
+
1673
+ AwsEc2NetworkInterface?: AwsEc2NetworkInterfaceDetails;
1674
+
1675
+ AwsEc2SecurityGroup?: AwsEc2SecurityGroupDetails;
1676
+
1677
+ AwsEc2Volume?: AwsEc2VolumeDetails;
1678
+
1679
+ AwsEc2Vpc?: AwsEc2VpcDetails;
1680
+
1681
+ AwsEc2Eip?: AwsEc2EipDetails;
1682
+
1683
+ AwsEc2Subnet?: AwsEc2SubnetDetails;
1684
+
1685
+ AwsEc2NetworkAcl?: AwsEc2NetworkAclDetails;
1686
+
1687
+ AwsElbv2LoadBalancer?: AwsElbv2LoadBalancerDetails;
1688
+
1689
+ AwsElasticBeanstalkEnvironment?: AwsElasticBeanstalkEnvironmentDetails;
1690
+
1691
+ AwsElasticsearchDomain?: AwsElasticsearchDomainDetails;
1692
+
1693
+ AwsS3Bucket?: AwsS3BucketDetails;
1694
+
1695
+ AwsS3AccountPublicAccessBlock?: AwsS3AccountPublicAccessBlockDetails;
1696
+
1697
+ AwsS3Object?: AwsS3ObjectDetails;
1698
+
1699
+ AwsSecretsManagerSecret?: AwsSecretsManagerSecretDetails;
1700
+
1701
+ AwsIamAccessKey?: AwsIamAccessKeyDetails;
1702
+
1703
+ AwsIamUser?: AwsIamUserDetails;
1704
+
1705
+ AwsIamPolicy?: AwsIamPolicyDetails;
1706
+
1707
+ AwsApiGatewayV2Stage?: AwsApiGatewayV2StageDetails;
1708
+
1709
+ AwsApiGatewayV2Api?: AwsApiGatewayV2ApiDetails;
1710
+
1711
+ AwsDynamoDbTable?: AwsDynamoDbTableDetails;
1712
+
1713
+ AwsApiGatewayStage?: AwsApiGatewayStageDetails;
1714
+
1715
+ AwsApiGatewayRestApi?: AwsApiGatewayRestApiDetails;
1716
+
1717
+ AwsCloudTrailTrail?: AwsCloudTrailTrailDetails;
1718
+
1719
+ AwsSsmPatchCompliance?: AwsSsmPatchComplianceDetails;
1720
+
1721
+ AwsCertificateManagerCertificate?: AwsCertificateManagerCertificateDetails;
1722
+
1723
+ AwsRedshiftCluster?: AwsRedshiftClusterDetails;
1724
+
1725
+ AwsElbLoadBalancer?: AwsElbLoadBalancerDetails;
1726
+
1727
+ AwsIamGroup?: AwsIamGroupDetails;
1728
+
1729
+ AwsIamRole?: AwsIamRoleDetails;
1730
+
1731
+ AwsKmsKey?: AwsKmsKeyDetails;
1732
+
1733
+ AwsLambdaFunction?: AwsLambdaFunctionDetails;
1734
+
1735
+ AwsLambdaLayerVersion?: AwsLambdaLayerVersionDetails;
1736
+
1737
+ AwsRdsDbInstance?: AwsRdsDbInstanceDetails;
1738
+
1739
+ AwsSnsTopic?: AwsSnsTopicDetails;
1740
+
1741
+ AwsSqsQueue?: AwsSqsQueueDetails;
1742
+
1743
+ AwsWafWebAcl?: AwsWafWebAclDetails;
1744
+
1745
+ AwsRdsDbSnapshot?: AwsRdsDbSnapshotDetails;
1746
+
1747
+ AwsRdsDbClusterSnapshot?: AwsRdsDbClusterSnapshotDetails;
1748
+
1749
+ AwsRdsDbCluster?: AwsRdsDbClusterDetails;
1750
+
1751
+ AwsEcsCluster?: AwsEcsClusterDetails;
1752
+
1753
+ AwsEcsTaskDefinition?: AwsEcsTaskDefinitionDetails;
1754
+
1755
+ Container?: ContainerDetails;
1756
+
1757
+ Other?: {
1758
+ [key: string]: string;
1759
+ };
1760
+
1761
+ AwsRdsEventSubscription?: AwsRdsEventSubscriptionDetails;
1762
+
1763
+ AwsEcsService?: AwsEcsServiceDetails;
1764
+
1765
+ AwsAutoScalingLaunchConfiguration?: AwsAutoScalingLaunchConfigurationDetails;
1766
+
1767
+ AwsEc2VpnConnection?: AwsEc2VpnConnectionDetails;
1768
+
1769
+ AwsEcrContainerImage?: AwsEcrContainerImageDetails;
1770
+
1771
+ AwsOpenSearchServiceDomain?: AwsOpenSearchServiceDomainDetails;
1772
+
1773
+ AwsEc2VpcEndpointService?: AwsEc2VpcEndpointServiceDetails;
1774
+
1775
+ AwsXrayEncryptionConfig?: AwsXrayEncryptionConfigDetails;
1776
+
1777
+ AwsWafRateBasedRule?: AwsWafRateBasedRuleDetails;
1778
+
1779
+ AwsWafRegionalRateBasedRule?: AwsWafRegionalRateBasedRuleDetails;
1780
+
1781
+ AwsEcrRepository?: AwsEcrRepositoryDetails;
1782
+
1783
+ AwsEksCluster?: AwsEksClusterDetails;
1784
+
1785
+ AwsNetworkFirewallFirewallPolicy?: AwsNetworkFirewallFirewallPolicyDetails;
1786
+
1787
+ AwsNetworkFirewallFirewall?: AwsNetworkFirewallFirewallDetails;
1788
+
1789
+ AwsNetworkFirewallRuleGroup?: AwsNetworkFirewallRuleGroupDetails;
1790
+ }
1791
+ export declare namespace ResourceDetails {
1792
+
1793
+ const filterSensitiveLog: (obj: ResourceDetails) => any;
1794
+ }
1795
+ export declare enum Partition {
1796
+ AWS = "aws",
1797
+ AWS_CN = "aws-cn",
1798
+ AWS_US_GOV = "aws-us-gov"
1799
+ }
1800
+
1801
+ export interface Resource {
1802
+
1803
+ Type: string | undefined;
1804
+
1805
+ Id: string | undefined;
1806
+
1807
+ Partition?: Partition | string;
1808
+
1809
+ Region?: string;
1810
+
1811
+ ResourceRole?: string;
1812
+
1813
+ Tags?: {
1814
+ [key: string]: string;
1815
+ };
1816
+
1817
+ DataClassification?: DataClassificationDetails;
1818
+
1819
+ Details?: ResourceDetails;
1820
+ }
1821
+ export declare namespace Resource {
1822
+
1823
+ const filterSensitiveLog: (obj: Resource) => any;
1824
+ }
1825
+
1826
+ export interface Severity {
1827
+
1828
+ Product?: number;
1829
+
1830
+ Label?: SeverityLabel | string;
1831
+
1832
+ Normalized?: number;
1833
+
1834
+ Original?: string;
1835
+ }
1836
+ export declare namespace Severity {
1837
+
1838
+ const filterSensitiveLog: (obj: Severity) => any;
1839
+ }
1840
+ export declare enum ThreatIntelIndicatorCategory {
1841
+ BACKDOOR = "BACKDOOR",
1842
+ CARD_STEALER = "CARD_STEALER",
1843
+ COMMAND_AND_CONTROL = "COMMAND_AND_CONTROL",
1844
+ DROP_SITE = "DROP_SITE",
1845
+ EXPLOIT_SITE = "EXPLOIT_SITE",
1846
+ KEYLOGGER = "KEYLOGGER"
1847
+ }
1848
+ export declare enum ThreatIntelIndicatorType {
1849
+ DOMAIN = "DOMAIN",
1850
+ EMAIL_ADDRESS = "EMAIL_ADDRESS",
1851
+ HASH_MD5 = "HASH_MD5",
1852
+ HASH_SHA1 = "HASH_SHA1",
1853
+ HASH_SHA256 = "HASH_SHA256",
1854
+ HASH_SHA512 = "HASH_SHA512",
1855
+ IPV4_ADDRESS = "IPV4_ADDRESS",
1856
+ IPV6_ADDRESS = "IPV6_ADDRESS",
1857
+ MUTEX = "MUTEX",
1858
+ PROCESS = "PROCESS",
1859
+ URL = "URL"
1860
+ }
1861
+
1862
+ export interface ThreatIntelIndicator {
1863
+
1864
+ Type?: ThreatIntelIndicatorType | string;
1865
+
1866
+ Value?: string;
1867
+
1868
+ Category?: ThreatIntelIndicatorCategory | string;
1869
+
1870
+ LastObservedAt?: string;
1871
+
1872
+ Source?: string;
1873
+
1874
+ SourceUrl?: string;
1875
+ }
1876
+ export declare namespace ThreatIntelIndicator {
1877
+
1878
+ const filterSensitiveLog: (obj: ThreatIntelIndicator) => any;
1879
+ }
1880
+ export declare enum VerificationState {
1881
+ BENIGN_POSITIVE = "BENIGN_POSITIVE",
1882
+ FALSE_POSITIVE = "FALSE_POSITIVE",
1883
+ TRUE_POSITIVE = "TRUE_POSITIVE",
1884
+ UNKNOWN = "UNKNOWN"
1885
+ }
1886
+
1887
+ export interface Cvss {
1888
+
1889
+ Version?: string;
1890
+
1891
+ BaseScore?: number;
1892
+
1893
+ BaseVector?: string;
1894
+
1895
+ Source?: string;
1896
+
1897
+ Adjustments?: Adjustment[];
1898
+ }
1899
+ export declare namespace Cvss {
1900
+
1901
+ const filterSensitiveLog: (obj: Cvss) => any;
1902
+ }
1903
+
1904
+ export interface VulnerabilityVendor {
1905
+
1906
+ Name: string | undefined;
1907
+
1908
+ Url?: string;
1909
+
1910
+ VendorSeverity?: string;
1911
+
1912
+ VendorCreatedAt?: string;
1913
+
1914
+ VendorUpdatedAt?: string;
1915
+ }
1916
+ export declare namespace VulnerabilityVendor {
1917
+
1918
+ const filterSensitiveLog: (obj: VulnerabilityVendor) => any;
1919
+ }
1920
+
1921
+ export interface SoftwarePackage {
1922
+
1923
+ Name?: string;
1924
+
1925
+ Version?: string;
1926
+
1927
+ Epoch?: string;
1928
+
1929
+ Release?: string;
1930
+
1931
+ Architecture?: string;
1932
+
1933
+ PackageManager?: string;
1934
+
1935
+ FilePath?: string;
1936
+ }
1937
+ export declare namespace SoftwarePackage {
1938
+
1939
+ const filterSensitiveLog: (obj: SoftwarePackage) => any;
1940
+ }
1941
+
1942
+ export interface Vulnerability {
1943
+
1944
+ Id: string | undefined;
1945
+
1946
+ VulnerablePackages?: SoftwarePackage[];
1947
+
1948
+ Cvss?: Cvss[];
1949
+
1950
+ RelatedVulnerabilities?: string[];
1951
+
1952
+ Vendor?: VulnerabilityVendor;
1953
+
1954
+ ReferenceUrls?: string[];
1955
+ }
1956
+ export declare namespace Vulnerability {
1957
+
1958
+ const filterSensitiveLog: (obj: Vulnerability) => any;
1959
+ }
1960
+ export declare enum WorkflowStatus {
1961
+ NEW = "NEW",
1962
+ NOTIFIED = "NOTIFIED",
1963
+ RESOLVED = "RESOLVED",
1964
+ SUPPRESSED = "SUPPRESSED"
1965
+ }
1966
+
1967
+ export interface Workflow {
1968
+
1969
+ Status?: WorkflowStatus | string;
1970
+ }
1971
+ export declare namespace Workflow {
1972
+
1973
+ const filterSensitiveLog: (obj: Workflow) => any;
1974
+ }
1975
+ export declare enum WorkflowState {
1976
+ ASSIGNED = "ASSIGNED",
1977
+ DEFERRED = "DEFERRED",
1978
+ IN_PROGRESS = "IN_PROGRESS",
1979
+ NEW = "NEW",
1980
+ RESOLVED = "RESOLVED"
1981
+ }
1982
+
1983
+ export interface AwsSecurityFinding {
1984
+
1985
+ SchemaVersion: string | undefined;
1986
+
1987
+ Id: string | undefined;
1988
+
1989
+ ProductArn: string | undefined;
1990
+
1991
+ ProductName?: string;
1992
+
1993
+ CompanyName?: string;
1994
+
1995
+ Region?: string;
1996
+
1997
+ GeneratorId: string | undefined;
1998
+
1999
+ AwsAccountId: string | undefined;
2000
+
2001
+ Types?: string[];
2002
+
2003
+ FirstObservedAt?: string;
2004
+
2005
+ LastObservedAt?: string;
2006
+
2007
+ CreatedAt: string | undefined;
2008
+
2009
+ UpdatedAt: string | undefined;
2010
+
2011
+ Severity?: Severity;
2012
+
2013
+ Confidence?: number;
2014
+
2015
+ Criticality?: number;
2016
+
2017
+ Title: string | undefined;
2018
+
2019
+ Description: string | undefined;
2020
+
2021
+ Remediation?: Remediation;
2022
+
2023
+ SourceUrl?: string;
2024
+
2025
+ ProductFields?: {
2026
+ [key: string]: string;
2027
+ };
2028
+
2029
+ UserDefinedFields?: {
2030
+ [key: string]: string;
2031
+ };
2032
+
2033
+ Malware?: Malware[];
2034
+
2035
+ Network?: Network;
2036
+
2037
+ NetworkPath?: NetworkPathComponent[];
2038
+
2039
+ Process?: ProcessDetails;
2040
+
2041
+ ThreatIntelIndicators?: ThreatIntelIndicator[];
2042
+
2043
+ Resources: Resource[] | undefined;
2044
+
2045
+ Compliance?: Compliance;
2046
+
2047
+ VerificationState?: VerificationState | string;
2048
+
2049
+ WorkflowState?: WorkflowState | string;
2050
+
2051
+ Workflow?: Workflow;
2052
+
2053
+ RecordState?: RecordState | string;
2054
+
2055
+ RelatedFindings?: RelatedFinding[];
2056
+
2057
+ Note?: Note;
2058
+
2059
+ Vulnerabilities?: Vulnerability[];
2060
+
2061
+ PatchSummary?: PatchSummary;
2062
+
2063
+ Action?: Action;
2064
+
2065
+ FindingProviderFields?: FindingProviderFields;
2066
+
2067
+ Sample?: boolean;
2068
+ }
2069
+ export declare namespace AwsSecurityFinding {
2070
+
2071
+ const filterSensitiveLog: (obj: AwsSecurityFinding) => any;
2072
+ }
2073
+ export declare enum StringFilterComparison {
2074
+ EQUALS = "EQUALS",
2075
+ NOT_EQUALS = "NOT_EQUALS",
2076
+ PREFIX = "PREFIX",
2077
+ PREFIX_NOT_EQUALS = "PREFIX_NOT_EQUALS"
2078
+ }
2079
+
2080
+ export interface StringFilter {
2081
+
2082
+ Value?: string;
2083
+
2084
+ Comparison?: StringFilterComparison | string;
2085
+ }
2086
+ export declare namespace StringFilter {
2087
+
2088
+ const filterSensitiveLog: (obj: StringFilter) => any;
2089
+ }
2090
+
2091
+ export interface NumberFilter {
2092
+
2093
+ Gte?: number;
2094
+
2095
+ Lte?: number;
2096
+
2097
+ Eq?: number;
2098
+ }
2099
+ export declare namespace NumberFilter {
2100
+
2101
+ const filterSensitiveLog: (obj: NumberFilter) => any;
2102
+ }
2103
+ export declare enum DateRangeUnit {
2104
+ DAYS = "DAYS"
2105
+ }
2106
+
2107
+ export interface DateRange {
2108
+
2109
+ Value?: number;
2110
+
2111
+ Unit?: DateRangeUnit | string;
2112
+ }
2113
+ export declare namespace DateRange {
2114
+
2115
+ const filterSensitiveLog: (obj: DateRange) => any;
2116
+ }
2117
+
2118
+ export interface DateFilter {
2119
+
2120
+ Start?: string;
2121
+
2122
+ End?: string;
2123
+
2124
+ DateRange?: DateRange;
2125
+ }
2126
+ export declare namespace DateFilter {
2127
+
2128
+ const filterSensitiveLog: (obj: DateFilter) => any;
2129
+ }
2130
+
2131
+ export interface KeywordFilter {
2132
+
2133
+ Value?: string;
2134
+ }
2135
+ export declare namespace KeywordFilter {
2136
+
2137
+ const filterSensitiveLog: (obj: KeywordFilter) => any;
2138
+ }
2139
+
2140
+ export interface IpFilter {
2141
+
2142
+ Cidr?: string;
2143
+ }
2144
+ export declare namespace IpFilter {
2145
+
2146
+ const filterSensitiveLog: (obj: IpFilter) => any;
2147
+ }
2148
+ export declare enum MapFilterComparison {
2149
+ EQUALS = "EQUALS",
2150
+ NOT_EQUALS = "NOT_EQUALS"
2151
+ }
2152
+
2153
+ export interface MapFilter {
2154
+
2155
+ Key?: string;
2156
+
2157
+ Value?: string;
2158
+
2159
+ Comparison?: MapFilterComparison | string;
2160
+ }
2161
+ export declare namespace MapFilter {
2162
+
2163
+ const filterSensitiveLog: (obj: MapFilter) => any;
2164
+ }
2165
+
2166
+ export interface BooleanFilter {
2167
+
2168
+ Value?: boolean;
2169
+ }
2170
+ export declare namespace BooleanFilter {
2171
+
2172
+ const filterSensitiveLog: (obj: BooleanFilter) => any;
2173
+ }
2174
+
2175
+ export interface AwsSecurityFindingFilters {
2176
+
2177
+ ProductArn?: StringFilter[];
2178
+
2179
+ AwsAccountId?: StringFilter[];
2180
+
2181
+ Id?: StringFilter[];
2182
+
2183
+ GeneratorId?: StringFilter[];
2184
+
2185
+ Region?: StringFilter[];
2186
+
2187
+ Type?: StringFilter[];
2188
+
2189
+ FirstObservedAt?: DateFilter[];
2190
+
2191
+ LastObservedAt?: DateFilter[];
2192
+
2193
+ CreatedAt?: DateFilter[];
2194
+
2195
+ UpdatedAt?: DateFilter[];
2196
+
2197
+ SeverityProduct?: NumberFilter[];
2198
+
2199
+ SeverityNormalized?: NumberFilter[];
2200
+
2201
+ SeverityLabel?: StringFilter[];
2202
+
2203
+ Confidence?: NumberFilter[];
2204
+
2205
+ Criticality?: NumberFilter[];
2206
+
2207
+ Title?: StringFilter[];
2208
+
2209
+ Description?: StringFilter[];
2210
+
2211
+ RecommendationText?: StringFilter[];
2212
+
2213
+ SourceUrl?: StringFilter[];
2214
+
2215
+ ProductFields?: MapFilter[];
2216
+
2217
+ ProductName?: StringFilter[];
2218
+
2219
+ CompanyName?: StringFilter[];
2220
+
2221
+ UserDefinedFields?: MapFilter[];
2222
+
2223
+ MalwareName?: StringFilter[];
2224
+
2225
+ MalwareType?: StringFilter[];
2226
+
2227
+ MalwarePath?: StringFilter[];
2228
+
2229
+ MalwareState?: StringFilter[];
2230
+
2231
+ NetworkDirection?: StringFilter[];
2232
+
2233
+ NetworkProtocol?: StringFilter[];
2234
+
2235
+ NetworkSourceIpV4?: IpFilter[];
2236
+
2237
+ NetworkSourceIpV6?: IpFilter[];
2238
+
2239
+ NetworkSourcePort?: NumberFilter[];
2240
+
2241
+ NetworkSourceDomain?: StringFilter[];
2242
+
2243
+ NetworkSourceMac?: StringFilter[];
2244
+
2245
+ NetworkDestinationIpV4?: IpFilter[];
2246
+
2247
+ NetworkDestinationIpV6?: IpFilter[];
2248
+
2249
+ NetworkDestinationPort?: NumberFilter[];
2250
+
2251
+ NetworkDestinationDomain?: StringFilter[];
2252
+
2253
+ ProcessName?: StringFilter[];
2254
+
2255
+ ProcessPath?: StringFilter[];
2256
+
2257
+ ProcessPid?: NumberFilter[];
2258
+
2259
+ ProcessParentPid?: NumberFilter[];
2260
+
2261
+ ProcessLaunchedAt?: DateFilter[];
2262
+
2263
+ ProcessTerminatedAt?: DateFilter[];
2264
+
2265
+ ThreatIntelIndicatorType?: StringFilter[];
2266
+
2267
+ ThreatIntelIndicatorValue?: StringFilter[];
2268
+
2269
+ ThreatIntelIndicatorCategory?: StringFilter[];
2270
+
2271
+ ThreatIntelIndicatorLastObservedAt?: DateFilter[];
2272
+
2273
+ ThreatIntelIndicatorSource?: StringFilter[];
2274
+
2275
+ ThreatIntelIndicatorSourceUrl?: StringFilter[];
2276
+
2277
+ ResourceType?: StringFilter[];
2278
+
2279
+ ResourceId?: StringFilter[];
2280
+
2281
+ ResourcePartition?: StringFilter[];
2282
+
2283
+ ResourceRegion?: StringFilter[];
2284
+
2285
+ ResourceTags?: MapFilter[];
2286
+
2287
+ ResourceAwsEc2InstanceType?: StringFilter[];
2288
+
2289
+ ResourceAwsEc2InstanceImageId?: StringFilter[];
2290
+
2291
+ ResourceAwsEc2InstanceIpV4Addresses?: IpFilter[];
2292
+
2293
+ ResourceAwsEc2InstanceIpV6Addresses?: IpFilter[];
2294
+
2295
+ ResourceAwsEc2InstanceKeyName?: StringFilter[];
2296
+
2297
+ ResourceAwsEc2InstanceIamInstanceProfileArn?: StringFilter[];
2298
+
2299
+ ResourceAwsEc2InstanceVpcId?: StringFilter[];
2300
+
2301
+ ResourceAwsEc2InstanceSubnetId?: StringFilter[];
2302
+
2303
+ ResourceAwsEc2InstanceLaunchedAt?: DateFilter[];
2304
+
2305
+ ResourceAwsS3BucketOwnerId?: StringFilter[];
2306
+
2307
+ ResourceAwsS3BucketOwnerName?: StringFilter[];
2308
+
2309
+ ResourceAwsIamAccessKeyUserName?: StringFilter[];
2310
+
2311
+ ResourceAwsIamAccessKeyPrincipalName?: StringFilter[];
2312
+
2313
+ ResourceAwsIamAccessKeyStatus?: StringFilter[];
2314
+
2315
+ ResourceAwsIamAccessKeyCreatedAt?: DateFilter[];
2316
+
2317
+ ResourceAwsIamUserUserName?: StringFilter[];
2318
+
2319
+ ResourceContainerName?: StringFilter[];
2320
+
2321
+ ResourceContainerImageId?: StringFilter[];
2322
+
2323
+ ResourceContainerImageName?: StringFilter[];
2324
+
2325
+ ResourceContainerLaunchedAt?: DateFilter[];
2326
+
2327
+ ResourceDetailsOther?: MapFilter[];
2328
+
2329
+ ComplianceStatus?: StringFilter[];
2330
+
2331
+ VerificationState?: StringFilter[];
2332
+
2333
+ WorkflowState?: StringFilter[];
2334
+
2335
+ WorkflowStatus?: StringFilter[];
2336
+
2337
+ RecordState?: StringFilter[];
2338
+
2339
+ RelatedFindingsProductArn?: StringFilter[];
2340
+
2341
+ RelatedFindingsId?: StringFilter[];
2342
+
2343
+ NoteText?: StringFilter[];
2344
+
2345
+ NoteUpdatedAt?: DateFilter[];
2346
+
2347
+ NoteUpdatedBy?: StringFilter[];
2348
+
2349
+ Keyword?: KeywordFilter[];
2350
+
2351
+ FindingProviderFieldsConfidence?: NumberFilter[];
2352
+
2353
+ FindingProviderFieldsCriticality?: NumberFilter[];
2354
+
2355
+ FindingProviderFieldsRelatedFindingsId?: StringFilter[];
2356
+
2357
+ FindingProviderFieldsRelatedFindingsProductArn?: StringFilter[];
2358
+
2359
+ FindingProviderFieldsSeverityLabel?: StringFilter[];
2360
+
2361
+ FindingProviderFieldsSeverityOriginal?: StringFilter[];
2362
+
2363
+ FindingProviderFieldsTypes?: StringFilter[];
2364
+
2365
+ Sample?: BooleanFilter[];
2366
+ }
2367
+ export declare namespace AwsSecurityFindingFilters {
2368
+
2369
+ const filterSensitiveLog: (obj: AwsSecurityFindingFilters) => any;
2370
+ }
2371
+
2372
+ export interface AwsSecurityFindingIdentifier {
2373
+
2374
+ Id: string | undefined;
2375
+
2376
+ ProductArn: string | undefined;
2377
+ }
2378
+ export declare namespace AwsSecurityFindingIdentifier {
2379
+
2380
+ const filterSensitiveLog: (obj: AwsSecurityFindingIdentifier) => any;
2381
+ }
2382
+ export interface BatchDisableStandardsRequest {
2383
+
2384
+ StandardsSubscriptionArns: string[] | undefined;
2385
+ }
2386
+ export declare namespace BatchDisableStandardsRequest {
2387
+
2388
+ const filterSensitiveLog: (obj: BatchDisableStandardsRequest) => any;
2389
+ }
2390
+ export declare enum StandardsStatus {
2391
+ DELETING = "DELETING",
2392
+ FAILED = "FAILED",
2393
+ INCOMPLETE = "INCOMPLETE",
2394
+ PENDING = "PENDING",
2395
+ READY = "READY"
2396
+ }
2397
+ export declare enum StatusReasonCode {
2398
+ INTERNAL_ERROR = "INTERNAL_ERROR",
2399
+ NO_AVAILABLE_CONFIGURATION_RECORDER = "NO_AVAILABLE_CONFIGURATION_RECORDER"
2400
+ }
2401
+
2402
+ export interface StandardsStatusReason {
2403
+
2404
+ StatusReasonCode: StatusReasonCode | string | undefined;
2405
+ }
2406
+ export declare namespace StandardsStatusReason {
2407
+
2408
+ const filterSensitiveLog: (obj: StandardsStatusReason) => any;
2409
+ }
2410
+
2411
+ export interface StandardsSubscription {
2412
+
2413
+ StandardsSubscriptionArn: string | undefined;
2414
+
2415
+ StandardsArn: string | undefined;
2416
+
2417
+ StandardsInput: {
2418
+ [key: string]: string;
2419
+ } | undefined;
2420
+
2421
+ StandardsStatus: StandardsStatus | string | undefined;
2422
+
2423
+ StandardsStatusReason?: StandardsStatusReason;
2424
+ }
2425
+ export declare namespace StandardsSubscription {
2426
+
2427
+ const filterSensitiveLog: (obj: StandardsSubscription) => any;
2428
+ }
2429
+ export interface BatchDisableStandardsResponse {
2430
+
2431
+ StandardsSubscriptions?: StandardsSubscription[];
2432
+ }
2433
+ export declare namespace BatchDisableStandardsResponse {
2434
+
2435
+ const filterSensitiveLog: (obj: BatchDisableStandardsResponse) => any;
2436
+ }
2437
+
2438
+ export interface StandardsSubscriptionRequest {
2439
+
2440
+ StandardsArn: string | undefined;
2441
+
2442
+ StandardsInput?: {
2443
+ [key: string]: string;
2444
+ };
2445
+ }
2446
+ export declare namespace StandardsSubscriptionRequest {
2447
+
2448
+ const filterSensitiveLog: (obj: StandardsSubscriptionRequest) => any;
2449
+ }
2450
+ export interface BatchEnableStandardsRequest {
2451
+
2452
+ StandardsSubscriptionRequests: StandardsSubscriptionRequest[] | undefined;
2453
+ }
2454
+ export declare namespace BatchEnableStandardsRequest {
2455
+
2456
+ const filterSensitiveLog: (obj: BatchEnableStandardsRequest) => any;
2457
+ }
2458
+ export interface BatchEnableStandardsResponse {
2459
+
2460
+ StandardsSubscriptions?: StandardsSubscription[];
2461
+ }
2462
+ export declare namespace BatchEnableStandardsResponse {
2463
+
2464
+ const filterSensitiveLog: (obj: BatchEnableStandardsResponse) => any;
2465
+ }
2466
+ export interface BatchImportFindingsRequest {
2467
+
2468
+ Findings: AwsSecurityFinding[] | undefined;
2469
+ }
2470
+ export declare namespace BatchImportFindingsRequest {
2471
+
2472
+ const filterSensitiveLog: (obj: BatchImportFindingsRequest) => any;
2473
+ }
2474
+
2475
+ export interface ImportFindingsError {
2476
+
2477
+ Id: string | undefined;
2478
+
2479
+ ErrorCode: string | undefined;
2480
+
2481
+ ErrorMessage: string | undefined;
2482
+ }
2483
+ export declare namespace ImportFindingsError {
2484
+
2485
+ const filterSensitiveLog: (obj: ImportFindingsError) => any;
2486
+ }
2487
+ export interface BatchImportFindingsResponse {
2488
+
2489
+ FailedCount: number | undefined;
2490
+
2491
+ SuccessCount: number | undefined;
2492
+
2493
+ FailedFindings?: ImportFindingsError[];
2494
+ }
2495
+ export declare namespace BatchImportFindingsResponse {
2496
+
2497
+ const filterSensitiveLog: (obj: BatchImportFindingsResponse) => any;
2498
+ }
2499
+
2500
+ export interface NoteUpdate {
2501
+
2502
+ Text: string | undefined;
2503
+
2504
+ UpdatedBy: string | undefined;
2505
+ }
2506
+ export declare namespace NoteUpdate {
2507
+
2508
+ const filterSensitiveLog: (obj: NoteUpdate) => any;
2509
+ }
2510
+
2511
+ export interface SeverityUpdate {
2512
+
2513
+ Normalized?: number;
2514
+
2515
+ Product?: number;
2516
+
2517
+ Label?: SeverityLabel | string;
2518
+ }
2519
+ export declare namespace SeverityUpdate {
2520
+
2521
+ const filterSensitiveLog: (obj: SeverityUpdate) => any;
2522
+ }
2523
+
2524
+ export interface WorkflowUpdate {
2525
+
2526
+ Status?: WorkflowStatus | string;
2527
+ }
2528
+ export declare namespace WorkflowUpdate {
2529
+
2530
+ const filterSensitiveLog: (obj: WorkflowUpdate) => any;
2531
+ }
2532
+ export interface BatchUpdateFindingsRequest {
2533
+
2534
+ FindingIdentifiers: AwsSecurityFindingIdentifier[] | undefined;
2535
+
2536
+ Note?: NoteUpdate;
2537
+
2538
+ Severity?: SeverityUpdate;
2539
+
2540
+ VerificationState?: VerificationState | string;
2541
+
2542
+ Confidence?: number;
2543
+
2544
+ Criticality?: number;
2545
+
2546
+ Types?: string[];
2547
+
2548
+ UserDefinedFields?: {
2549
+ [key: string]: string;
2550
+ };
2551
+
2552
+ Workflow?: WorkflowUpdate;
2553
+
2554
+ RelatedFindings?: RelatedFinding[];
2555
+ }
2556
+ export declare namespace BatchUpdateFindingsRequest {
2557
+
2558
+ const filterSensitiveLog: (obj: BatchUpdateFindingsRequest) => any;
2559
+ }
2560
+
2561
+ export interface BatchUpdateFindingsUnprocessedFinding {
2562
+
2563
+ FindingIdentifier: AwsSecurityFindingIdentifier | undefined;
2564
+
2565
+ ErrorCode: string | undefined;
2566
+
2567
+ ErrorMessage: string | undefined;
2568
+ }
2569
+ export declare namespace BatchUpdateFindingsUnprocessedFinding {
2570
+
2571
+ const filterSensitiveLog: (obj: BatchUpdateFindingsUnprocessedFinding) => any;
2572
+ }
2573
+ export interface BatchUpdateFindingsResponse {
2574
+
2575
+ ProcessedFindings: AwsSecurityFindingIdentifier[] | undefined;
2576
+
2577
+ UnprocessedFindings: BatchUpdateFindingsUnprocessedFinding[] | undefined;
2578
+ }
2579
+ export declare namespace BatchUpdateFindingsResponse {
2580
+
2581
+ const filterSensitiveLog: (obj: BatchUpdateFindingsResponse) => any;
2582
+ }
2583
+ export declare enum ControlStatus {
2584
+ DISABLED = "DISABLED",
2585
+ ENABLED = "ENABLED"
2586
+ }
2587
+ export interface CreateActionTargetRequest {
2588
+
2589
+ Name: string | undefined;
2590
+
2591
+ Description: string | undefined;
2592
+
2593
+ Id: string | undefined;
2594
+ }
2595
+ export declare namespace CreateActionTargetRequest {
2596
+
2597
+ const filterSensitiveLog: (obj: CreateActionTargetRequest) => any;
2598
+ }
2599
+ export interface CreateActionTargetResponse {
2600
+
2601
+ ActionTargetArn: string | undefined;
2602
+ }
2603
+ export declare namespace CreateActionTargetResponse {
2604
+
2605
+ const filterSensitiveLog: (obj: CreateActionTargetResponse) => any;
2606
+ }
2607
+
2608
+ export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
2609
+ name: "ResourceConflictException";
2610
+ $fault: "client";
2611
+ Message?: string;
2612
+ Code?: string;
2613
+ }
2614
+ export interface CreateFindingAggregatorRequest {
2615
+
2616
+ RegionLinkingMode: string | undefined;
2617
+
2618
+ Regions?: string[];
2619
+ }
2620
+ export declare namespace CreateFindingAggregatorRequest {
2621
+
2622
+ const filterSensitiveLog: (obj: CreateFindingAggregatorRequest) => any;
2623
+ }
2624
+ export interface CreateFindingAggregatorResponse {
2625
+
2626
+ FindingAggregatorArn?: string;
2627
+
2628
+ FindingAggregationRegion?: string;
2629
+
2630
+ RegionLinkingMode?: string;
2631
+
2632
+ Regions?: string[];
2633
+ }
2634
+ export declare namespace CreateFindingAggregatorResponse {
2635
+
2636
+ const filterSensitiveLog: (obj: CreateFindingAggregatorResponse) => any;
2637
+ }
2638
+ export interface CreateInsightRequest {
2639
+
2640
+ Name: string | undefined;
2641
+
2642
+ Filters: AwsSecurityFindingFilters | undefined;
2643
+
2644
+ GroupByAttribute: string | undefined;
2645
+ }
2646
+ export declare namespace CreateInsightRequest {
2647
+
2648
+ const filterSensitiveLog: (obj: CreateInsightRequest) => any;
2649
+ }
2650
+ export interface CreateInsightResponse {
2651
+
2652
+ InsightArn: string | undefined;
2653
+ }
2654
+ export declare namespace CreateInsightResponse {
2655
+
2656
+ const filterSensitiveLog: (obj: CreateInsightResponse) => any;
2657
+ }
2658
+ export interface CreateMembersRequest {
2659
+
2660
+ AccountDetails: AccountDetails[] | undefined;
2661
+ }
2662
+ export declare namespace CreateMembersRequest {
2663
+
2664
+ const filterSensitiveLog: (obj: CreateMembersRequest) => any;
2665
+ }
2666
+
2667
+ export interface Result {
2668
+
2669
+ AccountId?: string;
2670
+
2671
+ ProcessingResult?: string;
2672
+ }
2673
+ export declare namespace Result {
2674
+
2675
+ const filterSensitiveLog: (obj: Result) => any;
2676
+ }
2677
+ export interface CreateMembersResponse {
2678
+
2679
+ UnprocessedAccounts?: Result[];
2680
+ }
2681
+ export declare namespace CreateMembersResponse {
2682
+
2683
+ const filterSensitiveLog: (obj: CreateMembersResponse) => any;
2684
+ }
2685
+ export interface DeclineInvitationsRequest {
2686
+
2687
+ AccountIds: string[] | undefined;
2688
+ }
2689
+ export declare namespace DeclineInvitationsRequest {
2690
+
2691
+ const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
2692
+ }
2693
+ export interface DeclineInvitationsResponse {
2694
+
2695
+ UnprocessedAccounts?: Result[];
2696
+ }
2697
+ export declare namespace DeclineInvitationsResponse {
2698
+
2699
+ const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
2700
+ }
2701
+ export interface DeleteActionTargetRequest {
2702
+
2703
+ ActionTargetArn: string | undefined;
2704
+ }
2705
+ export declare namespace DeleteActionTargetRequest {
2706
+
2707
+ const filterSensitiveLog: (obj: DeleteActionTargetRequest) => any;
2708
+ }
2709
+ export interface DeleteActionTargetResponse {
2710
+
2711
+ ActionTargetArn: string | undefined;
2712
+ }
2713
+ export declare namespace DeleteActionTargetResponse {
2714
+
2715
+ const filterSensitiveLog: (obj: DeleteActionTargetResponse) => any;
2716
+ }
2717
+ export interface DeleteFindingAggregatorRequest {
2718
+
2719
+ FindingAggregatorArn: string | undefined;
2720
+ }
2721
+ export declare namespace DeleteFindingAggregatorRequest {
2722
+
2723
+ const filterSensitiveLog: (obj: DeleteFindingAggregatorRequest) => any;
2724
+ }
2725
+ export interface DeleteFindingAggregatorResponse {
2726
+ }
2727
+ export declare namespace DeleteFindingAggregatorResponse {
2728
+
2729
+ const filterSensitiveLog: (obj: DeleteFindingAggregatorResponse) => any;
2730
+ }
2731
+ export interface DeleteInsightRequest {
2732
+
2733
+ InsightArn: string | undefined;
2734
+ }
2735
+ export declare namespace DeleteInsightRequest {
2736
+
2737
+ const filterSensitiveLog: (obj: DeleteInsightRequest) => any;
2738
+ }
2739
+ export interface DeleteInsightResponse {
2740
+
2741
+ InsightArn: string | undefined;
2742
+ }
2743
+ export declare namespace DeleteInsightResponse {
2744
+
2745
+ const filterSensitiveLog: (obj: DeleteInsightResponse) => any;
2746
+ }
2747
+ export interface DeleteInvitationsRequest {
2748
+
2749
+ AccountIds: string[] | undefined;
2750
+ }
2751
+ export declare namespace DeleteInvitationsRequest {
2752
+
2753
+ const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
2754
+ }
2755
+ export interface DeleteInvitationsResponse {
2756
+
2757
+ UnprocessedAccounts?: Result[];
2758
+ }
2759
+ export declare namespace DeleteInvitationsResponse {
2760
+
2761
+ const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
2762
+ }
2763
+ export interface DeleteMembersRequest {
2764
+
2765
+ AccountIds: string[] | undefined;
2766
+ }
2767
+ export declare namespace DeleteMembersRequest {
2768
+
2769
+ const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
2770
+ }
2771
+ export interface DeleteMembersResponse {
2772
+
2773
+ UnprocessedAccounts?: Result[];
2774
+ }
2775
+ export declare namespace DeleteMembersResponse {
2776
+
2777
+ const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
2778
+ }
2779
+ export interface DescribeActionTargetsRequest {
2780
+
2781
+ ActionTargetArns?: string[];
2782
+
2783
+ NextToken?: string;
2784
+
2785
+ MaxResults?: number;
2786
+ }
2787
+ export declare namespace DescribeActionTargetsRequest {
2788
+
2789
+ const filterSensitiveLog: (obj: DescribeActionTargetsRequest) => any;
2790
+ }
2791
+ export interface DescribeActionTargetsResponse {
2792
+
2793
+ ActionTargets: ActionTarget[] | undefined;
2794
+
2795
+ NextToken?: string;
2796
+ }
2797
+ export declare namespace DescribeActionTargetsResponse {
2798
+
2799
+ const filterSensitiveLog: (obj: DescribeActionTargetsResponse) => any;
2800
+ }
2801
+ export interface DescribeHubRequest {
2802
+
2803
+ HubArn?: string;
2804
+ }
2805
+ export declare namespace DescribeHubRequest {
2806
+
2807
+ const filterSensitiveLog: (obj: DescribeHubRequest) => any;
2808
+ }
2809
+ export interface DescribeHubResponse {
2810
+
2811
+ HubArn?: string;
2812
+
2813
+ SubscribedAt?: string;
2814
+
2815
+ AutoEnableControls?: boolean;
2816
+ }
2817
+ export declare namespace DescribeHubResponse {
2818
+
2819
+ const filterSensitiveLog: (obj: DescribeHubResponse) => any;
2820
+ }
2821
+ export interface DescribeOrganizationConfigurationRequest {
2822
+ }
2823
+ export declare namespace DescribeOrganizationConfigurationRequest {
2824
+
2825
+ const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
2826
+ }
2827
+ export interface DescribeOrganizationConfigurationResponse {
2828
+
2829
+ AutoEnable?: boolean;
2830
+
2831
+ MemberAccountLimitReached?: boolean;
2832
+ }
2833
+ export declare namespace DescribeOrganizationConfigurationResponse {
2834
+
2835
+ const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
2836
+ }
2837
+ export interface DescribeProductsRequest {
2838
+
2839
+ NextToken?: string;
2840
+
2841
+ MaxResults?: number;
2842
+
2843
+ ProductArn?: string;
2844
+ }
2845
+ export declare namespace DescribeProductsRequest {
2846
+
2847
+ const filterSensitiveLog: (obj: DescribeProductsRequest) => any;
2848
+ }
2849
+ export declare enum IntegrationType {
2850
+ RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
2851
+ SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
2852
+ UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB"
2853
+ }
2854
+
2855
+ export interface Product {
2856
+
2857
+ ProductArn: string | undefined;
2858
+
2859
+ ProductName?: string;
2860
+
2861
+ CompanyName?: string;
2862
+
2863
+ Description?: string;
2864
+
2865
+ Categories?: string[];
2866
+
2867
+ IntegrationTypes?: (IntegrationType | string)[];
2868
+
2869
+ MarketplaceUrl?: string;
2870
+
2871
+ ActivationUrl?: string;
2872
+
2873
+ ProductSubscriptionResourcePolicy?: string;
2874
+ }
2875
+ export declare namespace Product {
2876
+
2877
+ const filterSensitiveLog: (obj: Product) => any;
2878
+ }
2879
+ export interface DescribeProductsResponse {
2880
+
2881
+ Products: Product[] | undefined;
2882
+
2883
+ NextToken?: string;
2884
+ }
2885
+ export declare namespace DescribeProductsResponse {
2886
+
2887
+ const filterSensitiveLog: (obj: DescribeProductsResponse) => any;
2888
+ }
2889
+ export interface DescribeStandardsRequest {
2890
+
2891
+ NextToken?: string;
2892
+
2893
+ MaxResults?: number;
2894
+ }
2895
+ export declare namespace DescribeStandardsRequest {
2896
+
2897
+ const filterSensitiveLog: (obj: DescribeStandardsRequest) => any;
2898
+ }
2899
+
2900
+ export interface Standard {
2901
+
2902
+ StandardsArn?: string;
2903
+
2904
+ Name?: string;
2905
+
2906
+ Description?: string;
2907
+
2908
+ EnabledByDefault?: boolean;
2909
+ }
2910
+ export declare namespace Standard {
2911
+
2912
+ const filterSensitiveLog: (obj: Standard) => any;
2913
+ }
2914
+ export interface DescribeStandardsResponse {
2915
+
2916
+ Standards?: Standard[];
2917
+
2918
+ NextToken?: string;
2919
+ }
2920
+ export declare namespace DescribeStandardsResponse {
2921
+
2922
+ const filterSensitiveLog: (obj: DescribeStandardsResponse) => any;
2923
+ }
2924
+ export interface DescribeStandardsControlsRequest {
2925
+
2926
+ StandardsSubscriptionArn: string | undefined;
2927
+
2928
+ NextToken?: string;
2929
+
2930
+ MaxResults?: number;
2931
+ }
2932
+ export declare namespace DescribeStandardsControlsRequest {
2933
+
2934
+ const filterSensitiveLog: (obj: DescribeStandardsControlsRequest) => any;
2935
+ }
2936
+ export declare enum SeverityRating {
2937
+ CRITICAL = "CRITICAL",
2938
+ HIGH = "HIGH",
2939
+ LOW = "LOW",
2940
+ MEDIUM = "MEDIUM"
2941
+ }
2942
+
2943
+ export interface StandardsControl {
2944
+
2945
+ StandardsControlArn?: string;
2946
+
2947
+ ControlStatus?: ControlStatus | string;
2948
+
2949
+ DisabledReason?: string;
2950
+
2951
+ ControlStatusUpdatedAt?: Date;
2952
+
2953
+ ControlId?: string;
2954
+
2955
+ Title?: string;
2956
+
2957
+ Description?: string;
2958
+
2959
+ RemediationUrl?: string;
2960
+
2961
+ SeverityRating?: SeverityRating | string;
2962
+
2963
+ RelatedRequirements?: string[];
2964
+ }
2965
+ export declare namespace StandardsControl {
2966
+
2967
+ const filterSensitiveLog: (obj: StandardsControl) => any;
2968
+ }
2969
+ export interface DescribeStandardsControlsResponse {
2970
+
2971
+ Controls?: StandardsControl[];
2972
+
2973
+ NextToken?: string;
2974
+ }
2975
+ export declare namespace DescribeStandardsControlsResponse {
2976
+
2977
+ const filterSensitiveLog: (obj: DescribeStandardsControlsResponse) => any;
2978
+ }
2979
+ export interface DisableImportFindingsForProductRequest {
2980
+
2981
+ ProductSubscriptionArn: string | undefined;
2982
+ }
2983
+ export declare namespace DisableImportFindingsForProductRequest {
2984
+
2985
+ const filterSensitiveLog: (obj: DisableImportFindingsForProductRequest) => any;
2986
+ }
2987
+ export interface DisableImportFindingsForProductResponse {
2988
+ }
2989
+ export declare namespace DisableImportFindingsForProductResponse {
2990
+
2991
+ const filterSensitiveLog: (obj: DisableImportFindingsForProductResponse) => any;
2992
+ }
2993
+ export interface DisableOrganizationAdminAccountRequest {
2994
+
2995
+ AdminAccountId: string | undefined;
2996
+ }
2997
+ export declare namespace DisableOrganizationAdminAccountRequest {
2998
+
2999
+ const filterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
3000
+ }
3001
+ export interface DisableOrganizationAdminAccountResponse {
3002
+ }
3003
+ export declare namespace DisableOrganizationAdminAccountResponse {
3004
+
3005
+ const filterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
3006
+ }
3007
+ export interface DisableSecurityHubRequest {
3008
+ }
3009
+ export declare namespace DisableSecurityHubRequest {
3010
+
3011
+ const filterSensitiveLog: (obj: DisableSecurityHubRequest) => any;
3012
+ }
3013
+ export interface DisableSecurityHubResponse {
3014
+ }
3015
+ export declare namespace DisableSecurityHubResponse {
3016
+
3017
+ const filterSensitiveLog: (obj: DisableSecurityHubResponse) => any;
3018
+ }
3019
+ export interface DisassociateFromAdministratorAccountRequest {
3020
+ }
3021
+ export declare namespace DisassociateFromAdministratorAccountRequest {
3022
+
3023
+ const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
3024
+ }
3025
+ export interface DisassociateFromAdministratorAccountResponse {
3026
+ }
3027
+ export declare namespace DisassociateFromAdministratorAccountResponse {
3028
+
3029
+ const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
3030
+ }
3031
+ export interface DisassociateFromMasterAccountRequest {
3032
+ }
3033
+ export declare namespace DisassociateFromMasterAccountRequest {
3034
+
3035
+ const filterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
3036
+ }
3037
+ export interface DisassociateFromMasterAccountResponse {
3038
+ }
3039
+ export declare namespace DisassociateFromMasterAccountResponse {
3040
+
3041
+ const filterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
3042
+ }
3043
+ export interface DisassociateMembersRequest {
3044
+
3045
+ AccountIds: string[] | undefined;
3046
+ }
3047
+ export declare namespace DisassociateMembersRequest {
3048
+
3049
+ const filterSensitiveLog: (obj: DisassociateMembersRequest) => any;
3050
+ }
3051
+ export interface DisassociateMembersResponse {
3052
+ }
3053
+ export declare namespace DisassociateMembersResponse {
3054
+
3055
+ const filterSensitiveLog: (obj: DisassociateMembersResponse) => any;
3056
+ }
3057
+ export interface EnableImportFindingsForProductRequest {
3058
+
3059
+ ProductArn: string | undefined;
3060
+ }
3061
+ export declare namespace EnableImportFindingsForProductRequest {
3062
+
3063
+ const filterSensitiveLog: (obj: EnableImportFindingsForProductRequest) => any;
3064
+ }
3065
+ export interface EnableImportFindingsForProductResponse {
3066
+
3067
+ ProductSubscriptionArn?: string;
3068
+ }
3069
+ export declare namespace EnableImportFindingsForProductResponse {
3070
+
3071
+ const filterSensitiveLog: (obj: EnableImportFindingsForProductResponse) => any;
3072
+ }
3073
+ export interface EnableOrganizationAdminAccountRequest {
3074
+
3075
+ AdminAccountId: string | undefined;
3076
+ }
3077
+ export declare namespace EnableOrganizationAdminAccountRequest {
3078
+
3079
+ const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
3080
+ }
3081
+ export interface EnableOrganizationAdminAccountResponse {
3082
+ }
3083
+ export declare namespace EnableOrganizationAdminAccountResponse {
3084
+
3085
+ const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
3086
+ }
3087
+ export interface EnableSecurityHubRequest {
3088
+
3089
+ Tags?: {
3090
+ [key: string]: string;
3091
+ };
3092
+
3093
+ EnableDefaultStandards?: boolean;
3094
+ }
3095
+ export declare namespace EnableSecurityHubRequest {
3096
+
3097
+ const filterSensitiveLog: (obj: EnableSecurityHubRequest) => any;
3098
+ }
3099
+ export interface EnableSecurityHubResponse {
3100
+ }
3101
+ export declare namespace EnableSecurityHubResponse {
3102
+
3103
+ const filterSensitiveLog: (obj: EnableSecurityHubResponse) => any;
3104
+ }
3105
+
3106
+ export interface FindingAggregator {
3107
+
3108
+ FindingAggregatorArn?: string;
3109
+ }
3110
+ export declare namespace FindingAggregator {
3111
+
3112
+ const filterSensitiveLog: (obj: FindingAggregator) => any;
3113
+ }
3114
+ export interface GetAdministratorAccountRequest {
3115
+ }
3116
+ export declare namespace GetAdministratorAccountRequest {
3117
+
3118
+ const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
3119
+ }
3120
+
3121
+ export interface Invitation {
3122
+
3123
+ AccountId?: string;
3124
+
3125
+ InvitationId?: string;
3126
+
3127
+ InvitedAt?: Date;
3128
+
3129
+ MemberStatus?: string;
3130
+ }
3131
+ export declare namespace Invitation {
3132
+
3133
+ const filterSensitiveLog: (obj: Invitation) => any;
3134
+ }
3135
+ export interface GetAdministratorAccountResponse {
3136
+
3137
+ Administrator?: Invitation;
3138
+ }
3139
+ export declare namespace GetAdministratorAccountResponse {
3140
+
3141
+ const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
3142
+ }
3143
+ export interface GetEnabledStandardsRequest {
3144
+
3145
+ StandardsSubscriptionArns?: string[];
3146
+
3147
+ NextToken?: string;
3148
+
3149
+ MaxResults?: number;
3150
+ }
3151
+ export declare namespace GetEnabledStandardsRequest {
3152
+
3153
+ const filterSensitiveLog: (obj: GetEnabledStandardsRequest) => any;
3154
+ }
3155
+ export interface GetEnabledStandardsResponse {
3156
+
3157
+ StandardsSubscriptions?: StandardsSubscription[];
3158
+
3159
+ NextToken?: string;
3160
+ }
3161
+ export declare namespace GetEnabledStandardsResponse {
3162
+
3163
+ const filterSensitiveLog: (obj: GetEnabledStandardsResponse) => any;
3164
+ }
3165
+ export interface GetFindingAggregatorRequest {
3166
+
3167
+ FindingAggregatorArn: string | undefined;
3168
+ }
3169
+ export declare namespace GetFindingAggregatorRequest {
3170
+
3171
+ const filterSensitiveLog: (obj: GetFindingAggregatorRequest) => any;
3172
+ }
3173
+ export interface GetFindingAggregatorResponse {
3174
+
3175
+ FindingAggregatorArn?: string;
3176
+
3177
+ FindingAggregationRegion?: string;
3178
+
3179
+ RegionLinkingMode?: string;
3180
+
3181
+ Regions?: string[];
3182
+ }
3183
+ export declare namespace GetFindingAggregatorResponse {
3184
+
3185
+ const filterSensitiveLog: (obj: GetFindingAggregatorResponse) => any;
3186
+ }
3187
+ export declare enum SortOrder {
3188
+ ASCENDING = "asc",
3189
+ DESCENDING = "desc"
3190
+ }
3191
+
3192
+ export interface SortCriterion {
3193
+
3194
+ Field?: string;
3195
+
3196
+ SortOrder?: SortOrder | string;
3197
+ }
3198
+ export declare namespace SortCriterion {
3199
+
3200
+ const filterSensitiveLog: (obj: SortCriterion) => any;
3201
+ }
3202
+ export interface GetFindingsRequest {
3203
+
3204
+ Filters?: AwsSecurityFindingFilters;
3205
+
3206
+ SortCriteria?: SortCriterion[];
3207
+
3208
+ NextToken?: string;
3209
+
3210
+ MaxResults?: number;
3211
+ }
3212
+ export declare namespace GetFindingsRequest {
3213
+
3214
+ const filterSensitiveLog: (obj: GetFindingsRequest) => any;
3215
+ }
3216
+ export interface GetFindingsResponse {
3217
+
3218
+ Findings: AwsSecurityFinding[] | undefined;
3219
+
3220
+ NextToken?: string;
3221
+ }
3222
+ export declare namespace GetFindingsResponse {
3223
+
3224
+ const filterSensitiveLog: (obj: GetFindingsResponse) => any;
3225
+ }
3226
+ export interface GetInsightResultsRequest {
3227
+
3228
+ InsightArn: string | undefined;
3229
+ }
3230
+ export declare namespace GetInsightResultsRequest {
3231
+
3232
+ const filterSensitiveLog: (obj: GetInsightResultsRequest) => any;
3233
+ }
3234
+
3235
+ export interface InsightResultValue {
3236
+
3237
+ GroupByAttributeValue: string | undefined;
3238
+
3239
+ Count: number | undefined;
3240
+ }
3241
+ export declare namespace InsightResultValue {
3242
+
3243
+ const filterSensitiveLog: (obj: InsightResultValue) => any;
3244
+ }
3245
+
3246
+ export interface InsightResults {
3247
+
3248
+ InsightArn: string | undefined;
3249
+
3250
+ GroupByAttribute: string | undefined;
3251
+
3252
+ ResultValues: InsightResultValue[] | undefined;
3253
+ }
3254
+ export declare namespace InsightResults {
3255
+
3256
+ const filterSensitiveLog: (obj: InsightResults) => any;
3257
+ }
3258
+ export interface GetInsightResultsResponse {
3259
+
3260
+ InsightResults: InsightResults | undefined;
3261
+ }
3262
+ export declare namespace GetInsightResultsResponse {
3263
+
3264
+ const filterSensitiveLog: (obj: GetInsightResultsResponse) => any;
3265
+ }
3266
+ export interface GetInsightsRequest {
3267
+
3268
+ InsightArns?: string[];
3269
+
3270
+ NextToken?: string;
3271
+
3272
+ MaxResults?: number;
3273
+ }
3274
+ export declare namespace GetInsightsRequest {
3275
+
3276
+ const filterSensitiveLog: (obj: GetInsightsRequest) => any;
3277
+ }
3278
+
3279
+ export interface Insight {
3280
+
3281
+ InsightArn: string | undefined;
3282
+
3283
+ Name: string | undefined;
3284
+
3285
+ Filters: AwsSecurityFindingFilters | undefined;
3286
+
3287
+ GroupByAttribute: string | undefined;
3288
+ }
3289
+ export declare namespace Insight {
3290
+
3291
+ const filterSensitiveLog: (obj: Insight) => any;
3292
+ }
3293
+ export interface GetInsightsResponse {
3294
+
3295
+ Insights: Insight[] | undefined;
3296
+
3297
+ NextToken?: string;
3298
+ }
3299
+ export declare namespace GetInsightsResponse {
3300
+
3301
+ const filterSensitiveLog: (obj: GetInsightsResponse) => any;
3302
+ }
3303
+ export interface GetInvitationsCountRequest {
3304
+ }
3305
+ export declare namespace GetInvitationsCountRequest {
3306
+
3307
+ const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
3308
+ }
3309
+ export interface GetInvitationsCountResponse {
3310
+
3311
+ InvitationsCount?: number;
3312
+ }
3313
+ export declare namespace GetInvitationsCountResponse {
3314
+
3315
+ const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
3316
+ }
3317
+ export interface GetMasterAccountRequest {
3318
+ }
3319
+ export declare namespace GetMasterAccountRequest {
3320
+
3321
+ const filterSensitiveLog: (obj: GetMasterAccountRequest) => any;
3322
+ }
3323
+ export interface GetMasterAccountResponse {
3324
+
3325
+ Master?: Invitation;
3326
+ }
3327
+ export declare namespace GetMasterAccountResponse {
3328
+
3329
+ const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
3330
+ }
3331
+ export interface GetMembersRequest {
3332
+
3333
+ AccountIds: string[] | undefined;
3334
+ }
3335
+ export declare namespace GetMembersRequest {
3336
+
3337
+ const filterSensitiveLog: (obj: GetMembersRequest) => any;
3338
+ }
3339
+
3340
+ export interface Member {
3341
+
3342
+ AccountId?: string;
3343
+
3344
+ Email?: string;
3345
+
3346
+ MasterId?: string;
3347
+
3348
+ AdministratorId?: string;
3349
+
3350
+ MemberStatus?: string;
3351
+
3352
+ InvitedAt?: Date;
3353
+
3354
+ UpdatedAt?: Date;
3355
+ }
3356
+ export declare namespace Member {
3357
+
3358
+ const filterSensitiveLog: (obj: Member) => any;
3359
+ }
3360
+ export interface GetMembersResponse {
3361
+
3362
+ Members?: Member[];
3363
+
3364
+ UnprocessedAccounts?: Result[];
3365
+ }
3366
+ export declare namespace GetMembersResponse {
3367
+
3368
+ const filterSensitiveLog: (obj: GetMembersResponse) => any;
3369
+ }
3370
+ export interface InviteMembersRequest {
3371
+
3372
+ AccountIds: string[] | undefined;
3373
+ }
3374
+ export declare namespace InviteMembersRequest {
3375
+
3376
+ const filterSensitiveLog: (obj: InviteMembersRequest) => any;
3377
+ }
3378
+ export interface InviteMembersResponse {
3379
+
3380
+ UnprocessedAccounts?: Result[];
3381
+ }
3382
+ export declare namespace InviteMembersResponse {
3383
+
3384
+ const filterSensitiveLog: (obj: InviteMembersResponse) => any;
3385
+ }
3386
+ export interface ListEnabledProductsForImportRequest {
3387
+
3388
+ NextToken?: string;
3389
+
3390
+ MaxResults?: number;
3391
+ }
3392
+ export declare namespace ListEnabledProductsForImportRequest {
3393
+
3394
+ const filterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
3395
+ }
3396
+ export interface ListEnabledProductsForImportResponse {
3397
+
3398
+ ProductSubscriptions?: string[];
3399
+
3400
+ NextToken?: string;
3401
+ }
3402
+ export declare namespace ListEnabledProductsForImportResponse {
3403
+
3404
+ const filterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
3405
+ }
3406
+ export interface ListFindingAggregatorsRequest {
3407
+
3408
+ NextToken?: string;
3409
+
3410
+ MaxResults?: number;
3411
+ }
3412
+ export declare namespace ListFindingAggregatorsRequest {
3413
+
3414
+ const filterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
3415
+ }
3416
+ export interface ListFindingAggregatorsResponse {
3417
+
3418
+ FindingAggregators?: FindingAggregator[];
3419
+
3420
+ NextToken?: string;
3421
+ }
3422
+ export declare namespace ListFindingAggregatorsResponse {
3423
+
3424
+ const filterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
3425
+ }
3426
+ export interface ListInvitationsRequest {
3427
+
3428
+ MaxResults?: number;
3429
+
3430
+ NextToken?: string;
3431
+ }
3432
+ export declare namespace ListInvitationsRequest {
3433
+
3434
+ const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
3435
+ }
3436
+ export interface ListInvitationsResponse {
3437
+
3438
+ Invitations?: Invitation[];
3439
+
3440
+ NextToken?: string;
3441
+ }
3442
+ export declare namespace ListInvitationsResponse {
3443
+
3444
+ const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
3445
+ }
3446
+ export interface ListMembersRequest {
3447
+
3448
+ OnlyAssociated?: boolean;
3449
+
3450
+ MaxResults?: number;
3451
+
3452
+ NextToken?: string;
3453
+ }
3454
+ export declare namespace ListMembersRequest {
3455
+
3456
+ const filterSensitiveLog: (obj: ListMembersRequest) => any;
3457
+ }
3458
+ export interface ListMembersResponse {
3459
+
3460
+ Members?: Member[];
3461
+
3462
+ NextToken?: string;
3463
+ }
3464
+ export declare namespace ListMembersResponse {
3465
+
3466
+ const filterSensitiveLog: (obj: ListMembersResponse) => any;
3467
+ }
3468
+ export interface ListOrganizationAdminAccountsRequest {
3469
+
3470
+ MaxResults?: number;
3471
+
3472
+ NextToken?: string;
3473
+ }
3474
+ export declare namespace ListOrganizationAdminAccountsRequest {
3475
+
3476
+ const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
3477
+ }
3478
+ export interface ListOrganizationAdminAccountsResponse {
3479
+
3480
+ AdminAccounts?: AdminAccount[];
3481
+
3482
+ NextToken?: string;
3483
+ }
3484
+ export declare namespace ListOrganizationAdminAccountsResponse {
3485
+
3486
+ const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
3487
+ }
3488
+ export interface ListTagsForResourceRequest {
3489
+
3490
+ ResourceArn: string | undefined;
3491
+ }
3492
+ export declare namespace ListTagsForResourceRequest {
3493
+
3494
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3495
+ }
3496
+ export interface ListTagsForResourceResponse {
3497
+
3498
+ Tags?: {
3499
+ [key: string]: string;
3500
+ };
3501
+ }
3502
+ export declare namespace ListTagsForResourceResponse {
3503
+
3504
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3505
+ }
3506
+ export interface TagResourceRequest {
3507
+
3508
+ ResourceArn: string | undefined;
3509
+
3510
+ Tags: {
3511
+ [key: string]: string;
3512
+ } | undefined;
3513
+ }
3514
+ export declare namespace TagResourceRequest {
3515
+
3516
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
3517
+ }
3518
+ export interface TagResourceResponse {
3519
+ }
3520
+ export declare namespace TagResourceResponse {
3521
+
3522
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
3523
+ }
3524
+ export interface UntagResourceRequest {
3525
+
3526
+ ResourceArn: string | undefined;
3527
+
3528
+ TagKeys: string[] | undefined;
3529
+ }
3530
+ export declare namespace UntagResourceRequest {
3531
+
3532
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3533
+ }
3534
+ export interface UntagResourceResponse {
3535
+ }
3536
+ export declare namespace UntagResourceResponse {
3537
+
3538
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3539
+ }
3540
+ export interface UpdateActionTargetRequest {
3541
+
3542
+ ActionTargetArn: string | undefined;
3543
+
3544
+ Name?: string;
3545
+
3546
+ Description?: string;
3547
+ }
3548
+ export declare namespace UpdateActionTargetRequest {
3549
+
3550
+ const filterSensitiveLog: (obj: UpdateActionTargetRequest) => any;
3551
+ }
3552
+ export interface UpdateActionTargetResponse {
3553
+ }
3554
+ export declare namespace UpdateActionTargetResponse {
3555
+
3556
+ const filterSensitiveLog: (obj: UpdateActionTargetResponse) => any;
3557
+ }
3558
+ export interface UpdateFindingAggregatorRequest {
3559
+
3560
+ FindingAggregatorArn: string | undefined;
3561
+
3562
+ RegionLinkingMode: string | undefined;
3563
+
3564
+ Regions?: string[];
3565
+ }
3566
+ export declare namespace UpdateFindingAggregatorRequest {
3567
+
3568
+ const filterSensitiveLog: (obj: UpdateFindingAggregatorRequest) => any;
3569
+ }
3570
+ export interface UpdateFindingAggregatorResponse {
3571
+
3572
+ FindingAggregatorArn?: string;
3573
+
3574
+ FindingAggregationRegion?: string;
3575
+
3576
+ RegionLinkingMode?: string;
3577
+
3578
+ Regions?: string[];
3579
+ }
3580
+ export declare namespace UpdateFindingAggregatorResponse {
3581
+
3582
+ const filterSensitiveLog: (obj: UpdateFindingAggregatorResponse) => any;
3583
+ }
3584
+ export interface UpdateFindingsRequest {
3585
+
3586
+ Filters: AwsSecurityFindingFilters | undefined;
3587
+
3588
+ Note?: NoteUpdate;
3589
+
3590
+ RecordState?: RecordState | string;
3591
+ }
3592
+ export declare namespace UpdateFindingsRequest {
3593
+
3594
+ const filterSensitiveLog: (obj: UpdateFindingsRequest) => any;
3595
+ }
3596
+ export interface UpdateFindingsResponse {
3597
+ }
3598
+ export declare namespace UpdateFindingsResponse {
3599
+
3600
+ const filterSensitiveLog: (obj: UpdateFindingsResponse) => any;
3601
+ }
3602
+ export interface UpdateInsightRequest {
3603
+
3604
+ InsightArn: string | undefined;
3605
+
3606
+ Name?: string;
3607
+
3608
+ Filters?: AwsSecurityFindingFilters;
3609
+
3610
+ GroupByAttribute?: string;
3611
+ }
3612
+ export declare namespace UpdateInsightRequest {
3613
+
3614
+ const filterSensitiveLog: (obj: UpdateInsightRequest) => any;
3615
+ }
3616
+ export interface UpdateInsightResponse {
3617
+ }
3618
+ export declare namespace UpdateInsightResponse {
3619
+
3620
+ const filterSensitiveLog: (obj: UpdateInsightResponse) => any;
3621
+ }
3622
+ export interface UpdateOrganizationConfigurationRequest {
3623
+
3624
+ AutoEnable: boolean | undefined;
3625
+ }
3626
+ export declare namespace UpdateOrganizationConfigurationRequest {
3627
+
3628
+ const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
3629
+ }
3630
+ export interface UpdateOrganizationConfigurationResponse {
3631
+ }
3632
+ export declare namespace UpdateOrganizationConfigurationResponse {
3633
+
3634
+ const filterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
3635
+ }
3636
+ export interface UpdateSecurityHubConfigurationRequest {
3637
+
3638
+ AutoEnableControls?: boolean;
3639
+ }
3640
+ export declare namespace UpdateSecurityHubConfigurationRequest {
3641
+
3642
+ const filterSensitiveLog: (obj: UpdateSecurityHubConfigurationRequest) => any;
3643
+ }
3644
+ export interface UpdateSecurityHubConfigurationResponse {
3645
+ }
3646
+ export declare namespace UpdateSecurityHubConfigurationResponse {
3647
+
3648
+ const filterSensitiveLog: (obj: UpdateSecurityHubConfigurationResponse) => any;
3649
+ }
3650
+ export interface UpdateStandardsControlRequest {
3651
+
3652
+ StandardsControlArn: string | undefined;
3653
+
3654
+ ControlStatus?: ControlStatus | string;
3655
+
3656
+ DisabledReason?: string;
3657
+ }
3658
+ export declare namespace UpdateStandardsControlRequest {
3659
+
3660
+ const filterSensitiveLog: (obj: UpdateStandardsControlRequest) => any;
3661
+ }
3662
+ export interface UpdateStandardsControlResponse {
3663
+ }
3664
+ export declare namespace UpdateStandardsControlResponse {
3665
+
3666
+ const filterSensitiveLog: (obj: UpdateStandardsControlResponse) => any;
3667
+ }