in botocore-stubs/botocore-stubs/client.pyi [0:0]
def restore_db_cluster_from_s3(self, *,
DBClusterIdentifier: str,
Engine: str,
MasterUsername: str,
MasterUserPassword: str,
SourceEngine: str,
SourceEngineVersion: str,
S3BucketName: str,
S3IngestionRoleArn: str,
AvailabilityZones: List[str] = ...,
BackupRetentionPeriod: int = ...,
CharacterSetName: str = ...,
DatabaseName: str = ...,
DBClusterParameterGroupName: str = ...,
VpcSecurityGroupIds: List[str] = ...,
DBSubnetGroupName: str = ...,
EngineVersion: str = ...,
Port: int = ...,
OptionGroupName: str = ...,
PreferredBackupWindow: str = ...,
PreferredMaintenanceWindow: str = ...,
Tags: List[RDSTag] = ...,
StorageEncrypted: bool = ...,
KmsKeyId: str = ...,
EnableIAMDatabaseAuthentication: bool = ...,
S3Prefix: str = ...,
BacktrackWindow: int = ...,
EnableCloudwatchLogsExports: List[str] = ...,
DeletionProtection: bool = ...,
CopyTagsToSnapshot: bool = ...