@aws-sdk/client-securityhub 3.43.0 → 3.45.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.
@@ -1,5 +1,764 @@
1
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, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbInstanceDetails, AwsRdsDbSnapshotDetails, AwsRdsEventSubscriptionDetails, AwsRedshiftClusterDetails, AwsS3AccountPublicAccessBlockDetails, AwsS3BucketBucketLifecycleConfigurationDetails, AwsS3BucketLoggingConfiguration, AwsS3BucketNotificationConfigurationFilter } from "./models_0";
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
+ }
3
762
 
4
763
  export interface AwsS3BucketNotificationConfigurationDetail {
5
764
 
@@ -142,6 +901,8 @@ export interface AwsS3BucketDetails {
142
901
  BucketWebsiteConfiguration?: AwsS3BucketWebsiteConfiguration;
143
902
 
144
903
  BucketNotificationConfiguration?: AwsS3BucketNotificationConfiguration;
904
+
905
+ BucketVersioningConfiguration?: AwsS3BucketBucketVersioningConfiguration;
145
906
  }
146
907
  export declare namespace AwsS3BucketDetails {
147
908
 
@@ -1020,6 +1781,12 @@ export interface ResourceDetails {
1020
1781
  AwsEcrRepository?: AwsEcrRepositoryDetails;
1021
1782
 
1022
1783
  AwsEksCluster?: AwsEksClusterDetails;
1784
+
1785
+ AwsNetworkFirewallFirewallPolicy?: AwsNetworkFirewallFirewallPolicyDetails;
1786
+
1787
+ AwsNetworkFirewallFirewall?: AwsNetworkFirewallFirewallDetails;
1788
+
1789
+ AwsNetworkFirewallRuleGroup?: AwsNetworkFirewallRuleGroupDetails;
1023
1790
  }
1024
1791
  export declare namespace ResourceDetails {
1025
1792
 
@@ -1614,6 +2381,19 @@ export declare enum StandardsStatus {
1614
2381
  PENDING = "PENDING",
1615
2382
  READY = "READY"
1616
2383
  }
2384
+ export declare enum StatusReasonCode {
2385
+ INTERNAL_ERROR = "INTERNAL_ERROR",
2386
+ NO_AVAILABLE_CONFIGURATION_RECORDER = "NO_AVAILABLE_CONFIGURATION_RECORDER"
2387
+ }
2388
+
2389
+ export interface StandardsStatusReason {
2390
+
2391
+ StatusReasonCode: StatusReasonCode | string | undefined;
2392
+ }
2393
+ export declare namespace StandardsStatusReason {
2394
+
2395
+ const filterSensitiveLog: (obj: StandardsStatusReason) => any;
2396
+ }
1617
2397
 
1618
2398
  export interface StandardsSubscription {
1619
2399
 
@@ -1626,6 +2406,8 @@ export interface StandardsSubscription {
1626
2406
  } | undefined;
1627
2407
 
1628
2408
  StandardsStatus: StandardsStatus | string | undefined;
2409
+
2410
+ StandardsStatusReason?: StandardsStatusReason;
1629
2411
  }
1630
2412
  export declare namespace StandardsSubscription {
1631
2413