@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.
@@ -592,6 +592,80 @@ export declare namespace AwsApiGatewayV2StageDetails {
592
592
  const filterSensitiveLog: (obj: AwsApiGatewayV2StageDetails) => any;
593
593
  }
594
594
 
595
+ export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
596
+
597
+ Value?: string;
598
+ }
599
+ export declare namespace AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
600
+
601
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails) => any;
602
+ }
603
+
604
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
605
+
606
+ OnDemandAllocationStrategy?: string;
607
+
608
+ OnDemandBaseCapacity?: number;
609
+
610
+ OnDemandPercentageAboveBaseCapacity?: number;
611
+
612
+ SpotAllocationStrategy?: string;
613
+
614
+ SpotInstancePools?: number;
615
+
616
+ SpotMaxPrice?: string;
617
+ }
618
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
619
+
620
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails) => any;
621
+ }
622
+
623
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
624
+
625
+ LaunchTemplateId?: string;
626
+
627
+ LaunchTemplateName?: string;
628
+
629
+ Version?: string;
630
+ }
631
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
632
+
633
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification) => any;
634
+ }
635
+
636
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
637
+
638
+ InstanceType?: string;
639
+
640
+ WeightedCapacity?: string;
641
+ }
642
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
643
+
644
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails) => any;
645
+ }
646
+
647
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
648
+
649
+ LaunchTemplateSpecification?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification;
650
+
651
+ Overrides?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails[];
652
+ }
653
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
654
+
655
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails) => any;
656
+ }
657
+
658
+ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
659
+
660
+ InstancesDistribution?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails;
661
+
662
+ LaunchTemplate?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails;
663
+ }
664
+ export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
665
+
666
+ const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails) => any;
667
+ }
668
+
595
669
  export interface AwsAutoScalingAutoScalingGroupDetails {
596
670
 
597
671
  LaunchConfigurationName?: string;
@@ -603,6 +677,10 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
603
677
  HealthCheckGracePeriod?: number;
604
678
 
605
679
  CreatedTime?: string;
680
+
681
+ MixedInstancesPolicy?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails;
682
+
683
+ AvailabilityZones?: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails[];
606
684
  }
607
685
  export declare namespace AwsAutoScalingAutoScalingGroupDetails {
608
686
 
@@ -652,6 +730,19 @@ export declare namespace AwsAutoScalingLaunchConfigurationInstanceMonitoringDeta
652
730
  const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails) => any;
653
731
  }
654
732
 
733
+ export interface AwsAutoScalingLaunchConfigurationMetadataOptions {
734
+
735
+ HttpEndpoint?: string;
736
+
737
+ HttpPutResponseHopLimit?: number;
738
+
739
+ HttpTokens?: string;
740
+ }
741
+ export declare namespace AwsAutoScalingLaunchConfigurationMetadataOptions {
742
+
743
+ const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationMetadataOptions) => any;
744
+ }
745
+
655
746
  export interface AwsAutoScalingLaunchConfigurationDetails {
656
747
 
657
748
  AssociatePublicIpAddress?: boolean;
@@ -689,6 +780,8 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
689
780
  SpotPrice?: string;
690
781
 
691
782
  UserData?: string;
783
+
784
+ MetadataOptions?: AwsAutoScalingLaunchConfigurationMetadataOptions;
692
785
  }
693
786
  export declare namespace AwsAutoScalingLaunchConfigurationDetails {
694
787
 
@@ -3742,1205 +3835,831 @@ export declare namespace AwsLambdaLayerVersionDetails {
3742
3835
  const filterSensitiveLog: (obj: AwsLambdaLayerVersionDetails) => any;
3743
3836
  }
3744
3837
 
3745
- export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
3838
+ export interface AwsNetworkFirewallFirewallSubnetMappingsDetails {
3746
3839
 
3747
- AvailabilityZoneCount?: number;
3840
+ SubnetId?: string;
3748
3841
  }
3749
- export declare namespace AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
3842
+ export declare namespace AwsNetworkFirewallFirewallSubnetMappingsDetails {
3750
3843
 
3751
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
3844
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallSubnetMappingsDetails) => any;
3752
3845
  }
3753
3846
 
3754
- export interface AwsOpenSearchServiceDomainClusterConfigDetails {
3847
+ export interface AwsNetworkFirewallFirewallDetails {
3755
3848
 
3756
- InstanceCount?: number;
3849
+ DeleteProtection?: boolean;
3757
3850
 
3758
- WarmEnabled?: boolean;
3851
+ Description?: string;
3759
3852
 
3760
- WarmCount?: number;
3853
+ FirewallArn?: string;
3761
3854
 
3762
- DedicatedMasterEnabled?: boolean;
3855
+ FirewallId?: string;
3763
3856
 
3764
- ZoneAwarenessConfig?: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails;
3857
+ FirewallName?: string;
3765
3858
 
3766
- DedicatedMasterCount?: number;
3859
+ FirewallPolicyArn?: string;
3767
3860
 
3768
- InstanceType?: string;
3861
+ FirewallPolicyChangeProtection?: boolean;
3769
3862
 
3770
- WarmType?: string;
3863
+ SubnetChangeProtection?: boolean;
3771
3864
 
3772
- ZoneAwarenessEnabled?: boolean;
3865
+ SubnetMappings?: AwsNetworkFirewallFirewallSubnetMappingsDetails[];
3773
3866
 
3774
- DedicatedMasterType?: string;
3867
+ VpcId?: string;
3775
3868
  }
3776
- export declare namespace AwsOpenSearchServiceDomainClusterConfigDetails {
3869
+ export declare namespace AwsNetworkFirewallFirewallDetails {
3777
3870
 
3778
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
3871
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallDetails) => any;
3779
3872
  }
3780
3873
 
3781
- export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
3874
+ export interface FirewallPolicyStatefulRuleGroupReferencesDetails {
3782
3875
 
3783
- CustomEndpointCertificateArn?: string;
3876
+ ResourceArn?: string;
3877
+ }
3878
+ export declare namespace FirewallPolicyStatefulRuleGroupReferencesDetails {
3784
3879
 
3785
- CustomEndpointEnabled?: boolean;
3880
+ const filterSensitiveLog: (obj: FirewallPolicyStatefulRuleGroupReferencesDetails) => any;
3881
+ }
3882
+
3883
+ export interface StatelessCustomPublishMetricActionDimension {
3786
3884
 
3787
- EnforceHTTPS?: boolean;
3885
+ Value?: string;
3886
+ }
3887
+ export declare namespace StatelessCustomPublishMetricActionDimension {
3788
3888
 
3789
- CustomEndpoint?: string;
3889
+ const filterSensitiveLog: (obj: StatelessCustomPublishMetricActionDimension) => any;
3890
+ }
3891
+
3892
+ export interface StatelessCustomPublishMetricAction {
3790
3893
 
3791
- TLSSecurityPolicy?: string;
3894
+ Dimensions?: StatelessCustomPublishMetricActionDimension[];
3792
3895
  }
3793
- export declare namespace AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
3896
+ export declare namespace StatelessCustomPublishMetricAction {
3794
3897
 
3795
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
3898
+ const filterSensitiveLog: (obj: StatelessCustomPublishMetricAction) => any;
3796
3899
  }
3797
3900
 
3798
- export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
3799
-
3800
- Enabled?: boolean;
3901
+ export interface StatelessCustomActionDefinition {
3801
3902
 
3802
- KmsKeyId?: string;
3903
+ PublishMetricAction?: StatelessCustomPublishMetricAction;
3803
3904
  }
3804
- export declare namespace AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
3905
+ export declare namespace StatelessCustomActionDefinition {
3805
3906
 
3806
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
3907
+ const filterSensitiveLog: (obj: StatelessCustomActionDefinition) => any;
3807
3908
  }
3808
3909
 
3809
- export interface AwsOpenSearchServiceDomainLogPublishingOption {
3910
+ export interface FirewallPolicyStatelessCustomActionsDetails {
3810
3911
 
3811
- CloudWatchLogsLogGroupArn?: string;
3912
+ ActionDefinition?: StatelessCustomActionDefinition;
3812
3913
 
3813
- Enabled?: boolean;
3914
+ ActionName?: string;
3814
3915
  }
3815
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOption {
3916
+ export declare namespace FirewallPolicyStatelessCustomActionsDetails {
3816
3917
 
3817
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
3918
+ const filterSensitiveLog: (obj: FirewallPolicyStatelessCustomActionsDetails) => any;
3818
3919
  }
3819
3920
 
3820
- export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
3921
+ export interface FirewallPolicyStatelessRuleGroupReferencesDetails {
3821
3922
 
3822
- IndexSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
3823
-
3824
- SearchSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
3923
+ Priority?: number;
3825
3924
 
3826
- AuditLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
3925
+ ResourceArn?: string;
3827
3926
  }
3828
- export declare namespace AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
3927
+ export declare namespace FirewallPolicyStatelessRuleGroupReferencesDetails {
3829
3928
 
3830
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
3929
+ const filterSensitiveLog: (obj: FirewallPolicyStatelessRuleGroupReferencesDetails) => any;
3831
3930
  }
3832
3931
 
3833
- export interface AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
3932
+ export interface FirewallPolicyDetails {
3834
3933
 
3835
- Enabled?: boolean;
3934
+ StatefulRuleGroupReferences?: FirewallPolicyStatefulRuleGroupReferencesDetails[];
3935
+
3936
+ StatelessCustomActions?: FirewallPolicyStatelessCustomActionsDetails[];
3937
+
3938
+ StatelessDefaultActions?: string[];
3939
+
3940
+ StatelessFragmentDefaultActions?: string[];
3941
+
3942
+ StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[];
3836
3943
  }
3837
- export declare namespace AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
3944
+ export declare namespace FirewallPolicyDetails {
3838
3945
 
3839
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
3946
+ const filterSensitiveLog: (obj: FirewallPolicyDetails) => any;
3840
3947
  }
3841
3948
 
3842
- export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
3949
+ export interface AwsNetworkFirewallFirewallPolicyDetails {
3843
3950
 
3844
- AutomatedUpdateDate?: string;
3951
+ FirewallPolicy?: FirewallPolicyDetails;
3845
3952
 
3846
- Cancellable?: boolean;
3953
+ FirewallPolicyArn?: string;
3847
3954
 
3848
- CurrentVersion?: string;
3955
+ FirewallPolicyId?: string;
3956
+
3957
+ FirewallPolicyName?: string;
3849
3958
 
3850
3959
  Description?: string;
3960
+ }
3961
+ export declare namespace AwsNetworkFirewallFirewallPolicyDetails {
3851
3962
 
3852
- NewVersion?: string;
3963
+ const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallPolicyDetails) => any;
3964
+ }
3965
+
3966
+ export interface RuleGroupSourceListDetails {
3853
3967
 
3854
- UpdateAvailable?: boolean;
3968
+ GeneratedRulesType?: string;
3855
3969
 
3856
- UpdateStatus?: string;
3970
+ TargetTypes?: string[];
3857
3971
 
3858
- OptionalDeployment?: boolean;
3972
+ Targets?: string[];
3859
3973
  }
3860
- export declare namespace AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
3974
+ export declare namespace RuleGroupSourceListDetails {
3861
3975
 
3862
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
3976
+ const filterSensitiveLog: (obj: RuleGroupSourceListDetails) => any;
3863
3977
  }
3864
3978
 
3865
- export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
3979
+ export interface RuleGroupSourceStatefulRulesHeaderDetails {
3866
3980
 
3867
- SecurityGroupIds?: string[];
3981
+ Destination?: string;
3868
3982
 
3869
- SubnetIds?: string[];
3983
+ DestinationPort?: string;
3984
+
3985
+ Direction?: string;
3986
+
3987
+ Protocol?: string;
3988
+
3989
+ Source?: string;
3990
+
3991
+ SourcePort?: string;
3870
3992
  }
3871
- export declare namespace AwsOpenSearchServiceDomainVpcOptionsDetails {
3993
+ export declare namespace RuleGroupSourceStatefulRulesHeaderDetails {
3872
3994
 
3873
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
3995
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesHeaderDetails) => any;
3874
3996
  }
3875
3997
 
3876
- export interface AwsOpenSearchServiceDomainDetails {
3877
-
3878
- Arn?: string;
3879
-
3880
- AccessPolicies?: string;
3998
+ export interface RuleGroupSourceStatefulRulesOptionsDetails {
3881
3999
 
3882
- DomainName?: string;
4000
+ Keyword?: string;
3883
4001
 
3884
- Id?: string;
4002
+ Settings?: string[];
4003
+ }
4004
+ export declare namespace RuleGroupSourceStatefulRulesOptionsDetails {
3885
4005
 
3886
- DomainEndpoint?: string;
4006
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesOptionsDetails) => any;
4007
+ }
4008
+
4009
+ export interface RuleGroupSourceStatefulRulesDetails {
3887
4010
 
3888
- EngineVersion?: string;
4011
+ Action?: string;
3889
4012
 
3890
- EncryptionAtRestOptions?: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails;
4013
+ Header?: RuleGroupSourceStatefulRulesHeaderDetails;
3891
4014
 
3892
- NodeToNodeEncryptionOptions?: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails;
4015
+ RuleOptions?: RuleGroupSourceStatefulRulesOptionsDetails[];
4016
+ }
4017
+ export declare namespace RuleGroupSourceStatefulRulesDetails {
3893
4018
 
3894
- ServiceSoftwareOptions?: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails;
4019
+ const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesDetails) => any;
4020
+ }
4021
+
4022
+ export interface RuleGroupSourceCustomActionsDetails {
3895
4023
 
3896
- ClusterConfig?: AwsOpenSearchServiceDomainClusterConfigDetails;
4024
+ ActionDefinition?: StatelessCustomActionDefinition;
3897
4025
 
3898
- DomainEndpointOptions?: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails;
4026
+ ActionName?: string;
4027
+ }
4028
+ export declare namespace RuleGroupSourceCustomActionsDetails {
3899
4029
 
3900
- VpcOptions?: AwsOpenSearchServiceDomainVpcOptionsDetails;
4030
+ const filterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
4031
+ }
4032
+
4033
+ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
3901
4034
 
3902
- LogPublishingOptions?: AwsOpenSearchServiceDomainLogPublishingOptionsDetails;
4035
+ FromPort?: number;
3903
4036
 
3904
- DomainEndpoints?: {
3905
- [key: string]: string;
3906
- };
4037
+ ToPort?: number;
3907
4038
  }
3908
- export declare namespace AwsOpenSearchServiceDomainDetails {
4039
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
3909
4040
 
3910
- const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
4041
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
3911
4042
  }
3912
4043
 
3913
- export interface AwsRdsDbClusterAssociatedRole {
3914
-
3915
- RoleArn?: string;
4044
+ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
3916
4045
 
3917
- Status?: string;
4046
+ AddressDefinition?: string;
3918
4047
  }
3919
- export declare namespace AwsRdsDbClusterAssociatedRole {
4048
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinations {
3920
4049
 
3921
- const filterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
4050
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
3922
4051
  }
3923
4052
 
3924
- export interface AwsRdsDbClusterMember {
4053
+ export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
3925
4054
 
3926
- IsClusterWriter?: boolean;
4055
+ FromPort?: number;
3927
4056
 
3928
- PromotionTier?: number;
4057
+ ToPort?: number;
4058
+ }
4059
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
3929
4060
 
3930
- DbInstanceIdentifier?: string;
4061
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
4062
+ }
4063
+
4064
+ export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
3931
4065
 
3932
- DbClusterParameterGroupStatus?: string;
4066
+ AddressDefinition?: string;
3933
4067
  }
3934
- export declare namespace AwsRdsDbClusterMember {
4068
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSources {
3935
4069
 
3936
- const filterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
4070
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
3937
4071
  }
3938
4072
 
3939
- export interface AwsRdsDbClusterOptionGroupMembership {
4073
+ export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
3940
4074
 
3941
- DbClusterOptionGroupName?: string;
4075
+ Flags?: string[];
3942
4076
 
3943
- Status?: string;
4077
+ Masks?: string[];
3944
4078
  }
3945
- export declare namespace AwsRdsDbClusterOptionGroupMembership {
4079
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
3946
4080
 
3947
- const filterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
4081
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
3948
4082
  }
3949
4083
 
3950
- export interface AwsRdsDbDomainMembership {
4084
+ export interface RuleGroupSourceStatelessRuleMatchAttributes {
3951
4085
 
3952
- Domain?: string;
4086
+ DestinationPorts?: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts[];
3953
4087
 
3954
- Status?: string;
4088
+ Destinations?: RuleGroupSourceStatelessRuleMatchAttributesDestinations[];
3955
4089
 
3956
- Fqdn?: string;
4090
+ Protocols?: number[];
3957
4091
 
3958
- IamRoleName?: string;
4092
+ SourcePorts?: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts[];
4093
+
4094
+ Sources?: RuleGroupSourceStatelessRuleMatchAttributesSources[];
4095
+
4096
+ TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
3959
4097
  }
3960
- export declare namespace AwsRdsDbDomainMembership {
4098
+ export declare namespace RuleGroupSourceStatelessRuleMatchAttributes {
3961
4099
 
3962
- const filterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
4100
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
3963
4101
  }
3964
4102
 
3965
- export interface AwsRdsDbInstanceVpcSecurityGroup {
4103
+ export interface RuleGroupSourceStatelessRuleDefinition {
3966
4104
 
3967
- VpcSecurityGroupId?: string;
4105
+ Actions?: string[];
3968
4106
 
3969
- Status?: string;
4107
+ MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
3970
4108
  }
3971
- export declare namespace AwsRdsDbInstanceVpcSecurityGroup {
4109
+ export declare namespace RuleGroupSourceStatelessRuleDefinition {
3972
4110
 
3973
- const filterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
4111
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
3974
4112
  }
3975
4113
 
3976
- export interface AwsRdsDbClusterDetails {
4114
+ export interface RuleGroupSourceStatelessRulesDetails {
3977
4115
 
3978
- AllocatedStorage?: number;
4116
+ Priority?: number;
3979
4117
 
3980
- AvailabilityZones?: string[];
4118
+ RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
4119
+ }
4120
+ export declare namespace RuleGroupSourceStatelessRulesDetails {
3981
4121
 
3982
- BackupRetentionPeriod?: number;
4122
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
4123
+ }
4124
+
4125
+ export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
3983
4126
 
3984
- DatabaseName?: string;
4127
+ CustomActions?: RuleGroupSourceCustomActionsDetails[];
3985
4128
 
3986
- Status?: string;
4129
+ StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
4130
+ }
4131
+ export declare namespace RuleGroupSourceStatelessRulesAndCustomActionsDetails {
3987
4132
 
3988
- Endpoint?: string;
4133
+ const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
4134
+ }
4135
+
4136
+ export interface RuleGroupSource {
3989
4137
 
3990
- ReaderEndpoint?: string;
4138
+ RulesSourceList?: RuleGroupSourceListDetails;
3991
4139
 
3992
- CustomEndpoints?: string[];
4140
+ RulesString?: string;
3993
4141
 
3994
- MultiAz?: boolean;
4142
+ StatefulRules?: RuleGroupSourceStatefulRulesDetails[];
3995
4143
 
3996
- Engine?: string;
4144
+ StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
4145
+ }
4146
+ export declare namespace RuleGroupSource {
3997
4147
 
3998
- EngineVersion?: string;
4148
+ const filterSensitiveLog: (obj: RuleGroupSource) => any;
4149
+ }
4150
+
4151
+ export interface RuleGroupVariablesIpSetsDetails {
3999
4152
 
4000
- Port?: number;
4153
+ Definition?: string[];
4154
+ }
4155
+ export declare namespace RuleGroupVariablesIpSetsDetails {
4001
4156
 
4002
- MasterUsername?: string;
4157
+ const filterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;
4158
+ }
4159
+
4160
+ export interface RuleGroupVariablesPortSetsDetails {
4003
4161
 
4004
- PreferredBackupWindow?: string;
4162
+ Definition?: string[];
4163
+ }
4164
+ export declare namespace RuleGroupVariablesPortSetsDetails {
4005
4165
 
4006
- PreferredMaintenanceWindow?: string;
4166
+ const filterSensitiveLog: (obj: RuleGroupVariablesPortSetsDetails) => any;
4167
+ }
4168
+
4169
+ export interface RuleGroupVariables {
4007
4170
 
4008
- ReadReplicaIdentifiers?: string[];
4171
+ IpSets?: RuleGroupVariablesIpSetsDetails;
4009
4172
 
4010
- VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
4173
+ PortSets?: RuleGroupVariablesPortSetsDetails;
4174
+ }
4175
+ export declare namespace RuleGroupVariables {
4011
4176
 
4012
- HostedZoneId?: string;
4177
+ const filterSensitiveLog: (obj: RuleGroupVariables) => any;
4178
+ }
4179
+
4180
+ export interface RuleGroupDetails {
4013
4181
 
4014
- StorageEncrypted?: boolean;
4182
+ RuleVariables?: RuleGroupVariables;
4015
4183
 
4016
- KmsKeyId?: string;
4184
+ RulesSource?: RuleGroupSource;
4185
+ }
4186
+ export declare namespace RuleGroupDetails {
4017
4187
 
4018
- DbClusterResourceId?: string;
4188
+ const filterSensitiveLog: (obj: RuleGroupDetails) => any;
4189
+ }
4190
+
4191
+ export interface AwsNetworkFirewallRuleGroupDetails {
4019
4192
 
4020
- AssociatedRoles?: AwsRdsDbClusterAssociatedRole[];
4193
+ Capacity?: number;
4021
4194
 
4022
- ClusterCreateTime?: string;
4195
+ Description?: string;
4023
4196
 
4024
- EnabledCloudWatchLogsExports?: string[];
4197
+ RuleGroup?: RuleGroupDetails;
4025
4198
 
4026
- EngineMode?: string;
4199
+ RuleGroupArn?: string;
4027
4200
 
4028
- DeletionProtection?: boolean;
4201
+ RuleGroupId?: string;
4029
4202
 
4030
- HttpEndpointEnabled?: boolean;
4031
-
4032
- ActivityStreamStatus?: string;
4033
-
4034
- CopyTagsToSnapshot?: boolean;
4035
-
4036
- CrossAccountClone?: boolean;
4037
-
4038
- DomainMemberships?: AwsRdsDbDomainMembership[];
4039
-
4040
- DbClusterParameterGroup?: string;
4041
-
4042
- DbSubnetGroup?: string;
4203
+ RuleGroupName?: string;
4043
4204
 
4044
- DbClusterOptionGroupMemberships?: AwsRdsDbClusterOptionGroupMembership[];
4045
-
4046
- DbClusterIdentifier?: string;
4047
-
4048
- DbClusterMembers?: AwsRdsDbClusterMember[];
4049
-
4050
- IamDatabaseAuthenticationEnabled?: boolean;
4051
- }
4052
- export declare namespace AwsRdsDbClusterDetails {
4053
-
4054
- const filterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
4055
- }
4056
-
4057
- export interface AwsRdsDbClusterSnapshotDetails {
4058
-
4059
- AvailabilityZones?: string[];
4060
-
4061
- SnapshotCreateTime?: string;
4062
-
4063
- Engine?: string;
4064
-
4065
- AllocatedStorage?: number;
4066
-
4067
- Status?: string;
4068
-
4069
- Port?: number;
4070
-
4071
- VpcId?: string;
4072
-
4073
- ClusterCreateTime?: string;
4074
-
4075
- MasterUsername?: string;
4076
-
4077
- EngineVersion?: string;
4078
-
4079
- LicenseModel?: string;
4080
-
4081
- SnapshotType?: string;
4082
-
4083
- PercentProgress?: number;
4084
-
4085
- StorageEncrypted?: boolean;
4086
-
4087
- KmsKeyId?: string;
4088
-
4089
- DbClusterIdentifier?: string;
4090
-
4091
- DbClusterSnapshotIdentifier?: string;
4092
-
4093
- IamDatabaseAuthenticationEnabled?: boolean;
4094
- }
4095
- export declare namespace AwsRdsDbClusterSnapshotDetails {
4096
-
4097
- const filterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
4098
- }
4099
-
4100
- export interface AwsRdsDbInstanceAssociatedRole {
4101
-
4102
- RoleArn?: string;
4103
-
4104
- FeatureName?: string;
4105
-
4106
- Status?: string;
4107
- }
4108
- export declare namespace AwsRdsDbInstanceAssociatedRole {
4109
-
4110
- const filterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
4111
- }
4112
-
4113
- export interface AwsRdsDbParameterGroup {
4114
-
4115
- DbParameterGroupName?: string;
4116
-
4117
- ParameterApplyStatus?: string;
4118
- }
4119
- export declare namespace AwsRdsDbParameterGroup {
4120
-
4121
- const filterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
4122
- }
4123
-
4124
- export interface AwsRdsDbSubnetGroupSubnetAvailabilityZone {
4125
-
4126
- Name?: string;
4127
- }
4128
- export declare namespace AwsRdsDbSubnetGroupSubnetAvailabilityZone {
4129
-
4130
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
4131
- }
4132
-
4133
- export interface AwsRdsDbSubnetGroupSubnet {
4134
-
4135
- SubnetIdentifier?: string;
4136
-
4137
- SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone;
4138
-
4139
- SubnetStatus?: string;
4140
- }
4141
- export declare namespace AwsRdsDbSubnetGroupSubnet {
4142
-
4143
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
4144
- }
4145
-
4146
- export interface AwsRdsDbSubnetGroup {
4147
-
4148
- DbSubnetGroupName?: string;
4149
-
4150
- DbSubnetGroupDescription?: string;
4151
-
4152
- VpcId?: string;
4153
-
4154
- SubnetGroupStatus?: string;
4155
-
4156
- Subnets?: AwsRdsDbSubnetGroupSubnet[];
4157
-
4158
- DbSubnetGroupArn?: string;
4159
- }
4160
- export declare namespace AwsRdsDbSubnetGroup {
4161
-
4162
- const filterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
4163
- }
4164
-
4165
- export interface AwsRdsDbInstanceEndpoint {
4166
-
4167
- Address?: string;
4168
-
4169
- Port?: number;
4170
-
4171
- HostedZoneId?: string;
4172
- }
4173
- export declare namespace AwsRdsDbInstanceEndpoint {
4174
-
4175
- const filterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
4176
- }
4177
-
4178
- export interface AwsRdsDbOptionGroupMembership {
4179
-
4180
- OptionGroupName?: string;
4181
-
4182
- Status?: string;
4183
- }
4184
- export declare namespace AwsRdsDbOptionGroupMembership {
4185
-
4186
- const filterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
4187
- }
4188
-
4189
- export interface AwsRdsPendingCloudWatchLogsExports {
4190
-
4191
- LogTypesToEnable?: string[];
4192
-
4193
- LogTypesToDisable?: string[];
4205
+ Type?: string;
4194
4206
  }
4195
- export declare namespace AwsRdsPendingCloudWatchLogsExports {
4207
+ export declare namespace AwsNetworkFirewallRuleGroupDetails {
4196
4208
 
4197
- const filterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
4209
+ const filterSensitiveLog: (obj: AwsNetworkFirewallRuleGroupDetails) => any;
4198
4210
  }
4199
4211
 
4200
- export interface AwsRdsDbProcessorFeature {
4201
-
4202
- Name?: string;
4212
+ export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
4203
4213
 
4204
- Value?: string;
4214
+ AvailabilityZoneCount?: number;
4205
4215
  }
4206
- export declare namespace AwsRdsDbProcessorFeature {
4216
+ export declare namespace AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
4207
4217
 
4208
- const filterSensitiveLog: (obj: AwsRdsDbProcessorFeature) => any;
4218
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails) => any;
4209
4219
  }
4210
4220
 
4211
- export interface AwsRdsDbPendingModifiedValues {
4212
-
4213
- DbInstanceClass?: string;
4214
-
4215
- AllocatedStorage?: number;
4216
-
4217
- MasterUserPassword?: string;
4218
-
4219
- Port?: number;
4220
-
4221
- BackupRetentionPeriod?: number;
4222
-
4223
- MultiAZ?: boolean;
4224
-
4225
- EngineVersion?: string;
4226
-
4227
- LicenseModel?: string;
4228
-
4229
- Iops?: number;
4230
-
4231
- DbInstanceIdentifier?: string;
4221
+ export interface AwsOpenSearchServiceDomainClusterConfigDetails {
4232
4222
 
4233
- StorageType?: string;
4223
+ InstanceCount?: number;
4234
4224
 
4235
- CaCertificateIdentifier?: string;
4225
+ WarmEnabled?: boolean;
4236
4226
 
4237
- DbSubnetGroupName?: string;
4227
+ WarmCount?: number;
4238
4228
 
4239
- PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports;
4229
+ DedicatedMasterEnabled?: boolean;
4240
4230
 
4241
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
4242
- }
4243
- export declare namespace AwsRdsDbPendingModifiedValues {
4231
+ ZoneAwarenessConfig?: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails;
4244
4232
 
4245
- const filterSensitiveLog: (obj: AwsRdsDbPendingModifiedValues) => any;
4246
- }
4247
-
4248
- export interface AwsRdsDbStatusInfo {
4233
+ DedicatedMasterCount?: number;
4249
4234
 
4250
- StatusType?: string;
4235
+ InstanceType?: string;
4251
4236
 
4252
- Normal?: boolean;
4237
+ WarmType?: string;
4253
4238
 
4254
- Status?: string;
4239
+ ZoneAwarenessEnabled?: boolean;
4255
4240
 
4256
- Message?: string;
4241
+ DedicatedMasterType?: string;
4257
4242
  }
4258
- export declare namespace AwsRdsDbStatusInfo {
4243
+ export declare namespace AwsOpenSearchServiceDomainClusterConfigDetails {
4259
4244
 
4260
- const filterSensitiveLog: (obj: AwsRdsDbStatusInfo) => any;
4245
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainClusterConfigDetails) => any;
4261
4246
  }
4262
4247
 
4263
- export interface AwsRdsDbInstanceDetails {
4264
-
4265
- AssociatedRoles?: AwsRdsDbInstanceAssociatedRole[];
4266
-
4267
- CACertificateIdentifier?: string;
4268
-
4269
- DBClusterIdentifier?: string;
4270
-
4271
- DBInstanceIdentifier?: string;
4272
-
4273
- DBInstanceClass?: string;
4274
-
4275
- DbInstancePort?: number;
4276
-
4277
- DbiResourceId?: string;
4278
-
4279
- DBName?: string;
4280
-
4281
- DeletionProtection?: boolean;
4282
-
4283
- Endpoint?: AwsRdsDbInstanceEndpoint;
4284
-
4285
- Engine?: string;
4286
-
4287
- EngineVersion?: string;
4288
-
4289
- IAMDatabaseAuthenticationEnabled?: boolean;
4290
-
4291
- InstanceCreateTime?: string;
4292
-
4293
- KmsKeyId?: string;
4294
-
4295
- PubliclyAccessible?: boolean;
4296
-
4297
- StorageEncrypted?: boolean;
4298
-
4299
- TdeCredentialArn?: string;
4300
-
4301
- VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
4302
-
4303
- MultiAz?: boolean;
4304
-
4305
- EnhancedMonitoringResourceArn?: string;
4306
-
4307
- DbInstanceStatus?: string;
4308
-
4309
- MasterUsername?: string;
4310
-
4311
- AllocatedStorage?: number;
4312
-
4313
- PreferredBackupWindow?: string;
4314
-
4315
- BackupRetentionPeriod?: number;
4316
-
4317
- DbSecurityGroups?: string[];
4318
-
4319
- DbParameterGroups?: AwsRdsDbParameterGroup[];
4320
-
4321
- AvailabilityZone?: string;
4322
-
4323
- DbSubnetGroup?: AwsRdsDbSubnetGroup;
4324
-
4325
- PreferredMaintenanceWindow?: string;
4326
-
4327
- PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
4328
-
4329
- LatestRestorableTime?: string;
4330
-
4331
- AutoMinorVersionUpgrade?: boolean;
4332
-
4333
- ReadReplicaSourceDBInstanceIdentifier?: string;
4334
-
4335
- ReadReplicaDBInstanceIdentifiers?: string[];
4336
-
4337
- ReadReplicaDBClusterIdentifiers?: string[];
4338
-
4339
- LicenseModel?: string;
4340
-
4341
- Iops?: number;
4342
-
4343
- OptionGroupMemberships?: AwsRdsDbOptionGroupMembership[];
4344
-
4345
- CharacterSetName?: string;
4346
-
4347
- SecondaryAvailabilityZone?: string;
4348
-
4349
- StatusInfos?: AwsRdsDbStatusInfo[];
4350
-
4351
- StorageType?: string;
4352
-
4353
- DomainMemberships?: AwsRdsDbDomainMembership[];
4354
-
4355
- CopyTagsToSnapshot?: boolean;
4356
-
4357
- MonitoringInterval?: number;
4358
-
4359
- MonitoringRoleArn?: string;
4360
-
4361
- PromotionTier?: number;
4362
-
4363
- Timezone?: string;
4364
-
4365
- PerformanceInsightsEnabled?: boolean;
4366
-
4367
- PerformanceInsightsKmsKeyId?: string;
4248
+ export interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
4368
4249
 
4369
- PerformanceInsightsRetentionPeriod?: number;
4250
+ CustomEndpointCertificateArn?: string;
4370
4251
 
4371
- EnabledCloudWatchLogsExports?: string[];
4252
+ CustomEndpointEnabled?: boolean;
4372
4253
 
4373
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
4254
+ EnforceHTTPS?: boolean;
4374
4255
 
4375
- ListenerEndpoint?: AwsRdsDbInstanceEndpoint;
4256
+ CustomEndpoint?: string;
4376
4257
 
4377
- MaxAllocatedStorage?: number;
4258
+ TLSSecurityPolicy?: string;
4378
4259
  }
4379
- export declare namespace AwsRdsDbInstanceDetails {
4260
+ export declare namespace AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
4380
4261
 
4381
- const filterSensitiveLog: (obj: AwsRdsDbInstanceDetails) => any;
4262
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails) => any;
4382
4263
  }
4383
4264
 
4384
- export interface AwsRdsDbSnapshotDetails {
4385
-
4386
- DbSnapshotIdentifier?: string;
4387
-
4388
- DbInstanceIdentifier?: string;
4389
-
4390
- SnapshotCreateTime?: string;
4391
-
4392
- Engine?: string;
4393
-
4394
- AllocatedStorage?: number;
4395
-
4396
- Status?: string;
4397
-
4398
- Port?: number;
4399
-
4400
- AvailabilityZone?: string;
4401
-
4402
- VpcId?: string;
4403
-
4404
- InstanceCreateTime?: string;
4405
-
4406
- MasterUsername?: string;
4407
-
4408
- EngineVersion?: string;
4409
-
4410
- LicenseModel?: string;
4411
-
4412
- SnapshotType?: string;
4413
-
4414
- Iops?: number;
4415
-
4416
- OptionGroupName?: string;
4417
-
4418
- PercentProgress?: number;
4419
-
4420
- SourceRegion?: string;
4421
-
4422
- SourceDbSnapshotIdentifier?: string;
4423
-
4424
- StorageType?: string;
4425
-
4426
- TdeCredentialArn?: string;
4265
+ export interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
4427
4266
 
4428
- Encrypted?: boolean;
4267
+ Enabled?: boolean;
4429
4268
 
4430
4269
  KmsKeyId?: string;
4431
-
4432
- Timezone?: string;
4433
-
4434
- IamDatabaseAuthenticationEnabled?: boolean;
4435
-
4436
- ProcessorFeatures?: AwsRdsDbProcessorFeature[];
4437
-
4438
- DbiResourceId?: string;
4439
4270
  }
4440
- export declare namespace AwsRdsDbSnapshotDetails {
4271
+ export declare namespace AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
4441
4272
 
4442
- const filterSensitiveLog: (obj: AwsRdsDbSnapshotDetails) => any;
4273
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails) => any;
4443
4274
  }
4444
4275
 
4445
- export interface AwsRdsEventSubscriptionDetails {
4446
-
4447
- CustSubscriptionId?: string;
4276
+ export interface AwsOpenSearchServiceDomainLogPublishingOption {
4448
4277
 
4449
- CustomerAwsId?: string;
4278
+ CloudWatchLogsLogGroupArn?: string;
4450
4279
 
4451
4280
  Enabled?: boolean;
4452
-
4453
- EventCategoriesList?: string[];
4454
-
4455
- EventSubscriptionArn?: string;
4456
-
4457
- SnsTopicArn?: string;
4458
-
4459
- SourceIdsList?: string[];
4460
-
4461
- SourceType?: string;
4462
-
4463
- Status?: string;
4464
-
4465
- SubscriptionCreationTime?: string;
4466
- }
4467
- export declare namespace AwsRdsEventSubscriptionDetails {
4468
-
4469
- const filterSensitiveLog: (obj: AwsRdsEventSubscriptionDetails) => any;
4470
- }
4471
-
4472
- export interface AwsRedshiftClusterClusterNode {
4473
-
4474
- NodeRole?: string;
4475
-
4476
- PrivateIpAddress?: string;
4477
-
4478
- PublicIpAddress?: string;
4479
- }
4480
- export declare namespace AwsRedshiftClusterClusterNode {
4481
-
4482
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterNode) => any;
4483
- }
4484
-
4485
- export interface AwsRedshiftClusterClusterParameterStatus {
4486
-
4487
- ParameterName?: string;
4488
-
4489
- ParameterApplyStatus?: string;
4490
-
4491
- ParameterApplyErrorDescription?: string;
4492
4281
  }
4493
- export declare namespace AwsRedshiftClusterClusterParameterStatus {
4494
-
4495
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterStatus) => any;
4496
- }
4497
-
4498
- export interface AwsRedshiftClusterClusterParameterGroup {
4499
-
4500
- ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[];
4501
-
4502
- ParameterApplyStatus?: string;
4503
-
4504
- ParameterGroupName?: string;
4505
- }
4506
- export declare namespace AwsRedshiftClusterClusterParameterGroup {
4507
-
4508
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterParameterGroup) => any;
4509
- }
4510
-
4511
- export interface AwsRedshiftClusterClusterSecurityGroup {
4512
-
4513
- ClusterSecurityGroupName?: string;
4514
-
4515
- Status?: string;
4516
- }
4517
- export declare namespace AwsRedshiftClusterClusterSecurityGroup {
4518
-
4519
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSecurityGroup) => any;
4520
- }
4521
-
4522
- export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
4523
-
4524
- DestinationRegion?: string;
4525
-
4526
- ManualSnapshotRetentionPeriod?: number;
4527
-
4528
- RetentionPeriod?: number;
4529
-
4530
- SnapshotCopyGrantName?: string;
4531
- }
4532
- export declare namespace AwsRedshiftClusterClusterSnapshotCopyStatus {
4282
+ export declare namespace AwsOpenSearchServiceDomainLogPublishingOption {
4533
4283
 
4534
- const filterSensitiveLog: (obj: AwsRedshiftClusterClusterSnapshotCopyStatus) => any;
4284
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOption) => any;
4535
4285
  }
4536
4286
 
4537
- export interface AwsRedshiftClusterDeferredMaintenanceWindow {
4287
+ export interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
4538
4288
 
4539
- DeferMaintenanceEndTime?: string;
4289
+ IndexSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
4540
4290
 
4541
- DeferMaintenanceIdentifier?: string;
4291
+ SearchSlowLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
4542
4292
 
4543
- DeferMaintenanceStartTime?: string;
4293
+ AuditLogs?: AwsOpenSearchServiceDomainLogPublishingOption;
4544
4294
  }
4545
- export declare namespace AwsRedshiftClusterDeferredMaintenanceWindow {
4295
+ export declare namespace AwsOpenSearchServiceDomainLogPublishingOptionsDetails {
4546
4296
 
4547
- const filterSensitiveLog: (obj: AwsRedshiftClusterDeferredMaintenanceWindow) => any;
4297
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainLogPublishingOptionsDetails) => any;
4548
4298
  }
4549
4299
 
4550
- export interface AwsRedshiftClusterElasticIpStatus {
4551
-
4552
- ElasticIp?: string;
4300
+ export interface AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
4553
4301
 
4554
- Status?: string;
4302
+ Enabled?: boolean;
4555
4303
  }
4556
- export declare namespace AwsRedshiftClusterElasticIpStatus {
4304
+ export declare namespace AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails {
4557
4305
 
4558
- const filterSensitiveLog: (obj: AwsRedshiftClusterElasticIpStatus) => any;
4306
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails) => any;
4559
4307
  }
4560
4308
 
4561
- export interface AwsRedshiftClusterEndpoint {
4309
+ export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
4562
4310
 
4563
- Address?: string;
4311
+ AutomatedUpdateDate?: string;
4564
4312
 
4565
- Port?: number;
4566
- }
4567
- export declare namespace AwsRedshiftClusterEndpoint {
4313
+ Cancellable?: boolean;
4568
4314
 
4569
- const filterSensitiveLog: (obj: AwsRedshiftClusterEndpoint) => any;
4570
- }
4571
-
4572
- export interface AwsRedshiftClusterHsmStatus {
4315
+ CurrentVersion?: string;
4316
+
4317
+ Description?: string;
4573
4318
 
4574
- HsmClientCertificateIdentifier?: string;
4319
+ NewVersion?: string;
4575
4320
 
4576
- HsmConfigurationIdentifier?: string;
4321
+ UpdateAvailable?: boolean;
4577
4322
 
4578
- Status?: string;
4323
+ UpdateStatus?: string;
4324
+
4325
+ OptionalDeployment?: boolean;
4579
4326
  }
4580
- export declare namespace AwsRedshiftClusterHsmStatus {
4327
+ export declare namespace AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
4581
4328
 
4582
- const filterSensitiveLog: (obj: AwsRedshiftClusterHsmStatus) => any;
4329
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails) => any;
4583
4330
  }
4584
4331
 
4585
- export interface AwsRedshiftClusterIamRole {
4332
+ export interface AwsOpenSearchServiceDomainVpcOptionsDetails {
4586
4333
 
4587
- ApplyStatus?: string;
4334
+ SecurityGroupIds?: string[];
4588
4335
 
4589
- IamRoleArn?: string;
4336
+ SubnetIds?: string[];
4590
4337
  }
4591
- export declare namespace AwsRedshiftClusterIamRole {
4338
+ export declare namespace AwsOpenSearchServiceDomainVpcOptionsDetails {
4592
4339
 
4593
- const filterSensitiveLog: (obj: AwsRedshiftClusterIamRole) => any;
4340
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainVpcOptionsDetails) => any;
4594
4341
  }
4595
4342
 
4596
- export interface AwsRedshiftClusterPendingModifiedValues {
4343
+ export interface AwsOpenSearchServiceDomainDetails {
4344
+
4345
+ Arn?: string;
4597
4346
 
4598
- AutomatedSnapshotRetentionPeriod?: number;
4347
+ AccessPolicies?: string;
4348
+
4349
+ DomainName?: string;
4350
+
4351
+ Id?: string;
4599
4352
 
4600
- ClusterIdentifier?: string;
4353
+ DomainEndpoint?: string;
4601
4354
 
4602
- ClusterType?: string;
4355
+ EngineVersion?: string;
4603
4356
 
4604
- ClusterVersion?: string;
4357
+ EncryptionAtRestOptions?: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails;
4605
4358
 
4606
- EncryptionType?: string;
4359
+ NodeToNodeEncryptionOptions?: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails;
4607
4360
 
4608
- EnhancedVpcRouting?: boolean;
4361
+ ServiceSoftwareOptions?: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails;
4609
4362
 
4610
- MaintenanceTrackName?: string;
4363
+ ClusterConfig?: AwsOpenSearchServiceDomainClusterConfigDetails;
4611
4364
 
4612
- MasterUserPassword?: string;
4365
+ DomainEndpointOptions?: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails;
4613
4366
 
4614
- NodeType?: string;
4367
+ VpcOptions?: AwsOpenSearchServiceDomainVpcOptionsDetails;
4615
4368
 
4616
- NumberOfNodes?: number;
4369
+ LogPublishingOptions?: AwsOpenSearchServiceDomainLogPublishingOptionsDetails;
4617
4370
 
4618
- PubliclyAccessible?: boolean;
4371
+ DomainEndpoints?: {
4372
+ [key: string]: string;
4373
+ };
4619
4374
  }
4620
- export declare namespace AwsRedshiftClusterPendingModifiedValues {
4375
+ export declare namespace AwsOpenSearchServiceDomainDetails {
4621
4376
 
4622
- const filterSensitiveLog: (obj: AwsRedshiftClusterPendingModifiedValues) => any;
4377
+ const filterSensitiveLog: (obj: AwsOpenSearchServiceDomainDetails) => any;
4623
4378
  }
4624
4379
 
4625
- export interface AwsRedshiftClusterResizeInfo {
4380
+ export interface AwsRdsDbClusterAssociatedRole {
4626
4381
 
4627
- AllowCancelResize?: boolean;
4382
+ RoleArn?: string;
4628
4383
 
4629
- ResizeType?: string;
4384
+ Status?: string;
4630
4385
  }
4631
- export declare namespace AwsRedshiftClusterResizeInfo {
4386
+ export declare namespace AwsRdsDbClusterAssociatedRole {
4632
4387
 
4633
- const filterSensitiveLog: (obj: AwsRedshiftClusterResizeInfo) => any;
4388
+ const filterSensitiveLog: (obj: AwsRdsDbClusterAssociatedRole) => any;
4634
4389
  }
4635
4390
 
4636
- export interface AwsRedshiftClusterRestoreStatus {
4637
-
4638
- CurrentRestoreRateInMegaBytesPerSecond?: number;
4639
-
4640
- ElapsedTimeInSeconds?: number;
4391
+ export interface AwsRdsDbClusterMember {
4641
4392
 
4642
- EstimatedTimeToCompletionInSeconds?: number;
4393
+ IsClusterWriter?: boolean;
4643
4394
 
4644
- ProgressInMegaBytes?: number;
4395
+ PromotionTier?: number;
4645
4396
 
4646
- SnapshotSizeInMegaBytes?: number;
4397
+ DbInstanceIdentifier?: string;
4647
4398
 
4648
- Status?: string;
4399
+ DbClusterParameterGroupStatus?: string;
4649
4400
  }
4650
- export declare namespace AwsRedshiftClusterRestoreStatus {
4401
+ export declare namespace AwsRdsDbClusterMember {
4651
4402
 
4652
- const filterSensitiveLog: (obj: AwsRedshiftClusterRestoreStatus) => any;
4403
+ const filterSensitiveLog: (obj: AwsRdsDbClusterMember) => any;
4653
4404
  }
4654
4405
 
4655
- export interface AwsRedshiftClusterVpcSecurityGroup {
4406
+ export interface AwsRdsDbClusterOptionGroupMembership {
4656
4407
 
4657
- Status?: string;
4408
+ DbClusterOptionGroupName?: string;
4658
4409
 
4659
- VpcSecurityGroupId?: string;
4410
+ Status?: string;
4660
4411
  }
4661
- export declare namespace AwsRedshiftClusterVpcSecurityGroup {
4412
+ export declare namespace AwsRdsDbClusterOptionGroupMembership {
4662
4413
 
4663
- const filterSensitiveLog: (obj: AwsRedshiftClusterVpcSecurityGroup) => any;
4414
+ const filterSensitiveLog: (obj: AwsRdsDbClusterOptionGroupMembership) => any;
4664
4415
  }
4665
4416
 
4666
- export interface AwsRedshiftClusterDetails {
4417
+ export interface AwsRdsDbDomainMembership {
4418
+
4419
+ Domain?: string;
4667
4420
 
4668
- AllowVersionUpgrade?: boolean;
4421
+ Status?: string;
4669
4422
 
4670
- AutomatedSnapshotRetentionPeriod?: number;
4423
+ Fqdn?: string;
4671
4424
 
4672
- AvailabilityZone?: string;
4425
+ IamRoleName?: string;
4426
+ }
4427
+ export declare namespace AwsRdsDbDomainMembership {
4673
4428
 
4674
- ClusterAvailabilityStatus?: string;
4429
+ const filterSensitiveLog: (obj: AwsRdsDbDomainMembership) => any;
4430
+ }
4431
+
4432
+ export interface AwsRdsDbInstanceVpcSecurityGroup {
4675
4433
 
4676
- ClusterCreateTime?: string;
4434
+ VpcSecurityGroupId?: string;
4677
4435
 
4678
- ClusterIdentifier?: string;
4436
+ Status?: string;
4437
+ }
4438
+ export declare namespace AwsRdsDbInstanceVpcSecurityGroup {
4679
4439
 
4680
- ClusterNodes?: AwsRedshiftClusterClusterNode[];
4440
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceVpcSecurityGroup) => any;
4441
+ }
4442
+
4443
+ export interface AwsRdsDbClusterDetails {
4681
4444
 
4682
- ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[];
4445
+ AllocatedStorage?: number;
4683
4446
 
4684
- ClusterPublicKey?: string;
4447
+ AvailabilityZones?: string[];
4685
4448
 
4686
- ClusterRevisionNumber?: string;
4449
+ BackupRetentionPeriod?: number;
4687
4450
 
4688
- ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[];
4451
+ DatabaseName?: string;
4689
4452
 
4690
- ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus;
4453
+ Status?: string;
4691
4454
 
4692
- ClusterStatus?: string;
4455
+ Endpoint?: string;
4693
4456
 
4694
- ClusterSubnetGroupName?: string;
4457
+ ReaderEndpoint?: string;
4695
4458
 
4696
- ClusterVersion?: string;
4459
+ CustomEndpoints?: string[];
4697
4460
 
4698
- DBName?: string;
4461
+ MultiAz?: boolean;
4699
4462
 
4700
- DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[];
4463
+ Engine?: string;
4701
4464
 
4702
- ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus;
4465
+ EngineVersion?: string;
4703
4466
 
4704
- ElasticResizeNumberOfNodeOptions?: string;
4467
+ Port?: number;
4705
4468
 
4706
- Encrypted?: boolean;
4469
+ MasterUsername?: string;
4707
4470
 
4708
- Endpoint?: AwsRedshiftClusterEndpoint;
4471
+ PreferredBackupWindow?: string;
4709
4472
 
4710
- EnhancedVpcRouting?: boolean;
4473
+ PreferredMaintenanceWindow?: string;
4711
4474
 
4712
- ExpectedNextSnapshotScheduleTime?: string;
4475
+ ReadReplicaIdentifiers?: string[];
4713
4476
 
4714
- ExpectedNextSnapshotScheduleTimeStatus?: string;
4477
+ VpcSecurityGroups?: AwsRdsDbInstanceVpcSecurityGroup[];
4715
4478
 
4716
- HsmStatus?: AwsRedshiftClusterHsmStatus;
4479
+ HostedZoneId?: string;
4717
4480
 
4718
- IamRoles?: AwsRedshiftClusterIamRole[];
4481
+ StorageEncrypted?: boolean;
4719
4482
 
4720
4483
  KmsKeyId?: string;
4721
4484
 
4722
- MaintenanceTrackName?: string;
4485
+ DbClusterResourceId?: string;
4723
4486
 
4724
- ManualSnapshotRetentionPeriod?: number;
4487
+ AssociatedRoles?: AwsRdsDbClusterAssociatedRole[];
4725
4488
 
4726
- MasterUsername?: string;
4489
+ ClusterCreateTime?: string;
4727
4490
 
4728
- NextMaintenanceWindowStartTime?: string;
4491
+ EnabledCloudWatchLogsExports?: string[];
4492
+
4493
+ EngineMode?: string;
4729
4494
 
4730
- NodeType?: string;
4495
+ DeletionProtection?: boolean;
4731
4496
 
4732
- NumberOfNodes?: number;
4497
+ HttpEndpointEnabled?: boolean;
4733
4498
 
4734
- PendingActions?: string[];
4499
+ ActivityStreamStatus?: string;
4735
4500
 
4736
- PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues;
4501
+ CopyTagsToSnapshot?: boolean;
4737
4502
 
4738
- PreferredMaintenanceWindow?: string;
4503
+ CrossAccountClone?: boolean;
4739
4504
 
4740
- PubliclyAccessible?: boolean;
4505
+ DomainMemberships?: AwsRdsDbDomainMembership[];
4741
4506
 
4742
- ResizeInfo?: AwsRedshiftClusterResizeInfo;
4507
+ DbClusterParameterGroup?: string;
4743
4508
 
4744
- RestoreStatus?: AwsRedshiftClusterRestoreStatus;
4509
+ DbSubnetGroup?: string;
4745
4510
 
4746
- SnapshotScheduleIdentifier?: string;
4511
+ DbClusterOptionGroupMemberships?: AwsRdsDbClusterOptionGroupMembership[];
4747
4512
 
4748
- SnapshotScheduleState?: string;
4513
+ DbClusterIdentifier?: string;
4749
4514
 
4750
- VpcId?: string;
4515
+ DbClusterMembers?: AwsRdsDbClusterMember[];
4751
4516
 
4752
- VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[];
4517
+ IamDatabaseAuthenticationEnabled?: boolean;
4753
4518
  }
4754
- export declare namespace AwsRedshiftClusterDetails {
4519
+ export declare namespace AwsRdsDbClusterDetails {
4755
4520
 
4756
- const filterSensitiveLog: (obj: AwsRedshiftClusterDetails) => any;
4521
+ const filterSensitiveLog: (obj: AwsRdsDbClusterDetails) => any;
4757
4522
  }
4758
4523
 
4759
- export interface AwsS3AccountPublicAccessBlockDetails {
4524
+ export interface AwsRdsDbClusterSnapshotDetails {
4760
4525
 
4761
- BlockPublicAcls?: boolean;
4526
+ AvailabilityZones?: string[];
4762
4527
 
4763
- BlockPublicPolicy?: boolean;
4528
+ SnapshotCreateTime?: string;
4764
4529
 
4765
- IgnorePublicAcls?: boolean;
4530
+ Engine?: string;
4766
4531
 
4767
- RestrictPublicBuckets?: boolean;
4768
- }
4769
- export declare namespace AwsS3AccountPublicAccessBlockDetails {
4532
+ AllocatedStorage?: number;
4770
4533
 
4771
- const filterSensitiveLog: (obj: AwsS3AccountPublicAccessBlockDetails) => any;
4772
- }
4773
-
4774
- export interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
4534
+ Status?: string;
4775
4535
 
4776
- DaysAfterInitiation?: number;
4777
- }
4778
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
4536
+ Port?: number;
4779
4537
 
4780
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails) => any;
4781
- }
4782
-
4783
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
4538
+ VpcId?: string;
4784
4539
 
4785
- Key?: string;
4540
+ ClusterCreateTime?: string;
4786
4541
 
4787
- Value?: string;
4788
- }
4789
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
4542
+ MasterUsername?: string;
4790
4543
 
4791
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails) => any;
4792
- }
4793
-
4794
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
4544
+ EngineVersion?: string;
4795
4545
 
4796
- Prefix?: string;
4546
+ LicenseModel?: string;
4797
4547
 
4798
- Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails;
4548
+ SnapshotType?: string;
4799
4549
 
4800
- Type?: string;
4801
- }
4802
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails {
4550
+ PercentProgress?: number;
4803
4551
 
4804
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails) => any;
4805
- }
4806
-
4807
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
4552
+ StorageEncrypted?: boolean;
4808
4553
 
4809
- Key?: string;
4554
+ KmsKeyId?: string;
4810
4555
 
4811
- Value?: string;
4556
+ DbClusterIdentifier?: string;
4557
+
4558
+ DbClusterSnapshotIdentifier?: string;
4559
+
4560
+ IamDatabaseAuthenticationEnabled?: boolean;
4812
4561
  }
4813
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails {
4562
+ export declare namespace AwsRdsDbClusterSnapshotDetails {
4814
4563
 
4815
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails) => any;
4564
+ const filterSensitiveLog: (obj: AwsRdsDbClusterSnapshotDetails) => any;
4816
4565
  }
4817
4566
 
4818
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
4819
-
4820
- Operands?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails[];
4567
+ export interface AwsRdsDbInstanceAssociatedRole {
4821
4568
 
4822
- Prefix?: string;
4569
+ RoleArn?: string;
4823
4570
 
4824
- Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails;
4571
+ FeatureName?: string;
4825
4572
 
4826
- Type?: string;
4573
+ Status?: string;
4827
4574
  }
4828
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
4575
+ export declare namespace AwsRdsDbInstanceAssociatedRole {
4829
4576
 
4830
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails) => any;
4577
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceAssociatedRole) => any;
4831
4578
  }
4832
4579
 
4833
- export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
4580
+ export interface AwsRdsDbParameterGroup {
4581
+
4582
+ DbParameterGroupName?: string;
4834
4583
 
4835
- Predicate?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails;
4584
+ ParameterApplyStatus?: string;
4836
4585
  }
4837
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails {
4586
+ export declare namespace AwsRdsDbParameterGroup {
4838
4587
 
4839
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails) => any;
4588
+ const filterSensitiveLog: (obj: AwsRdsDbParameterGroup) => any;
4840
4589
  }
4841
4590
 
4842
- export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
4843
-
4844
- Days?: number;
4591
+ export interface AwsRdsDbSubnetGroupSubnetAvailabilityZone {
4845
4592
 
4846
- StorageClass?: string;
4593
+ Name?: string;
4847
4594
  }
4848
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
4595
+ export declare namespace AwsRdsDbSubnetGroupSubnetAvailabilityZone {
4849
4596
 
4850
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails) => any;
4597
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnetAvailabilityZone) => any;
4851
4598
  }
4852
4599
 
4853
- export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
4600
+ export interface AwsRdsDbSubnetGroupSubnet {
4854
4601
 
4855
- Date?: string;
4602
+ SubnetIdentifier?: string;
4856
4603
 
4857
- Days?: number;
4604
+ SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone;
4858
4605
 
4859
- StorageClass?: string;
4606
+ SubnetStatus?: string;
4860
4607
  }
4861
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
4608
+ export declare namespace AwsRdsDbSubnetGroupSubnet {
4862
4609
 
4863
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails) => any;
4610
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroupSubnet) => any;
4864
4611
  }
4865
4612
 
4866
- export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
4867
-
4868
- AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
4869
-
4870
- ExpirationDate?: string;
4871
-
4872
- ExpirationInDays?: number;
4873
-
4874
- ExpiredObjectDeleteMarker?: boolean;
4875
-
4876
- Filter?: AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails;
4613
+ export interface AwsRdsDbSubnetGroup {
4877
4614
 
4878
- ID?: string;
4615
+ DbSubnetGroupName?: string;
4879
4616
 
4880
- NoncurrentVersionExpirationInDays?: number;
4617
+ DbSubnetGroupDescription?: string;
4881
4618
 
4882
- NoncurrentVersionTransitions?: AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
4619
+ VpcId?: string;
4883
4620
 
4884
- Prefix?: string;
4621
+ SubnetGroupStatus?: string;
4885
4622
 
4886
- Status?: string;
4623
+ Subnets?: AwsRdsDbSubnetGroupSubnet[];
4887
4624
 
4888
- Transitions?: AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails[];
4625
+ DbSubnetGroupArn?: string;
4889
4626
  }
4890
- export declare namespace AwsS3BucketBucketLifecycleConfigurationRulesDetails {
4627
+ export declare namespace AwsRdsDbSubnetGroup {
4891
4628
 
4892
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationRulesDetails) => any;
4629
+ const filterSensitiveLog: (obj: AwsRdsDbSubnetGroup) => any;
4893
4630
  }
4894
4631
 
4895
- export interface AwsS3BucketBucketLifecycleConfigurationDetails {
4896
-
4897
- Rules?: AwsS3BucketBucketLifecycleConfigurationRulesDetails[];
4898
- }
4899
- export declare namespace AwsS3BucketBucketLifecycleConfigurationDetails {
4632
+ export interface AwsRdsDbInstanceEndpoint {
4900
4633
 
4901
- const filterSensitiveLog: (obj: AwsS3BucketBucketLifecycleConfigurationDetails) => any;
4902
- }
4903
-
4904
- export interface AwsS3BucketLoggingConfiguration {
4634
+ Address?: string;
4905
4635
 
4906
- DestinationBucketName?: string;
4636
+ Port?: number;
4907
4637
 
4908
- LogFilePrefix?: string;
4638
+ HostedZoneId?: string;
4909
4639
  }
4910
- export declare namespace AwsS3BucketLoggingConfiguration {
4640
+ export declare namespace AwsRdsDbInstanceEndpoint {
4911
4641
 
4912
- const filterSensitiveLog: (obj: AwsS3BucketLoggingConfiguration) => any;
4913
- }
4914
- export declare enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
4915
- PREFIX = "Prefix",
4916
- SUFFIX = "Suffix"
4642
+ const filterSensitiveLog: (obj: AwsRdsDbInstanceEndpoint) => any;
4917
4643
  }
4918
4644
 
4919
- export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
4645
+ export interface AwsRdsDbOptionGroupMembership {
4920
4646
 
4921
- Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName | string;
4647
+ OptionGroupName?: string;
4922
4648
 
4923
- Value?: string;
4649
+ Status?: string;
4924
4650
  }
4925
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
4651
+ export declare namespace AwsRdsDbOptionGroupMembership {
4926
4652
 
4927
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule) => any;
4653
+ const filterSensitiveLog: (obj: AwsRdsDbOptionGroupMembership) => any;
4928
4654
  }
4929
4655
 
4930
- export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
4931
-
4932
- FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
4933
- }
4934
- export declare namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
4656
+ export interface AwsRdsPendingCloudWatchLogsExports {
4935
4657
 
4936
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationS3KeyFilter) => any;
4937
- }
4938
-
4939
- export interface AwsS3BucketNotificationConfigurationFilter {
4658
+ LogTypesToEnable?: string[];
4940
4659
 
4941
- S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
4660
+ LogTypesToDisable?: string[];
4942
4661
  }
4943
- export declare namespace AwsS3BucketNotificationConfigurationFilter {
4662
+ export declare namespace AwsRdsPendingCloudWatchLogsExports {
4944
4663
 
4945
- const filterSensitiveLog: (obj: AwsS3BucketNotificationConfigurationFilter) => any;
4664
+ const filterSensitiveLog: (obj: AwsRdsPendingCloudWatchLogsExports) => any;
4946
4665
  }