aws_sdk_rds/client/delete_custom_db_engine_version.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteCustomDBEngineVersion`](crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`engine(impl Into<String>)`](crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder::engine) / [`set_engine(Option<String>)`](crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder::set_engine):<br>required: **true**<br><p>The database engine. RDS Custom for Oracle supports the following values:</p> <ul> <li> <p><code>custom-oracle-ee</code></p></li> <li> <p><code>custom-oracle-ee-cdb</code></p></li> <li> <p><code>custom-oracle-se2</code></p></li> <li> <p><code>custom-oracle-se2-cdb</code></p></li> </ul><br>
7 /// - [`engine_version(impl Into<String>)`](crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder::engine_version) / [`set_engine_version(Option<String>)`](crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder::set_engine_version):<br>required: **true**<br><p>The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of <code>Engine</code> and <code>EngineVersion</code> is unique per customer per Amazon Web Services Region.</p><br>
8 /// - On success, responds with [`DeleteCustomDbEngineVersionOutput`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput) with field(s):
9 /// - [`engine(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::engine): <p>The name of the database engine.</p>
10 /// - [`engine_version(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::engine_version): <p>The version number of the database engine.</p>
11 /// - [`db_parameter_group_family(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::db_parameter_group_family): <p>The name of the DB parameter group family for the database engine.</p>
12 /// - [`db_engine_description(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::db_engine_description): <p>The description of the database engine.</p>
13 /// - [`db_engine_version_description(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::db_engine_version_description): <p>The description of the database engine version.</p>
14 /// - [`default_character_set(Option<CharacterSet>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::default_character_set): <p>The default character set for new instances of this engine version, if the <code>CharacterSetName</code> parameter of the CreateDBInstance API isn't specified.</p>
15 /// - [`image(Option<CustomDbEngineVersionAmi>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::image): <p>The EC2 image</p>
16 /// - [`db_engine_media_type(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::db_engine_media_type): <p>A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.</p>
17 /// - [`supported_character_sets(Option<Vec::<CharacterSet>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_character_sets): <p>A list of the character sets supported by this engine for the <code>CharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.</p>
18 /// - [`supported_nchar_character_sets(Option<Vec::<CharacterSet>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_nchar_character_sets): <p>A list of the character sets supported by the Oracle DB engine for the <code>NcharCharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.</p>
19 /// - [`valid_upgrade_target(Option<Vec::<UpgradeTarget>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::valid_upgrade_target): <p>A list of engine versions that this database engine version can be upgraded to.</p>
20 /// - [`supported_timezones(Option<Vec::<Timezone>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_timezones): <p>A list of the time zones supported by this engine for the <code>Timezone</code> parameter of the <code>CreateDBInstance</code> action.</p>
21 /// - [`exportable_log_types(Option<Vec::<String>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::exportable_log_types): <p>The types of logs that the database engine has available for export to CloudWatch Logs.</p>
22 /// - [`supports_log_exports_to_cloudwatch_logs(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_log_exports_to_cloudwatch_logs): <p>Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.</p>
23 /// - [`supports_read_replica(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_read_replica): <p>Indicates whether the database engine version supports read replicas.</p>
24 /// - [`supported_engine_modes(Option<Vec::<String>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_engine_modes): <p>A list of the supported DB engine modes.</p>
25 /// - [`supported_feature_names(Option<Vec::<String>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_feature_names): <p>A list of features supported by the DB engine.</p> <p>The supported features vary by DB engine and DB engine version.</p> <p>To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:</p> <p><code>aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version></engine_version> </engine_name></code></p> <p>For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:</p> <p><code>aws rds describe-db-engine-versions --engine postgres --engine-version 13.3</code></p> <p>The supported features are listed under <code>SupportedFeatureNames</code> in the output.</p>
26 /// - [`status(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::status): <p>The status of the DB engine version, either <code>available</code> or <code>deprecated</code>.</p>
27 /// - [`supports_parallel_query(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_parallel_query): <p>Indicates whether you can use Aurora parallel query with a specific DB engine version.</p>
28 /// - [`supports_global_databases(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_global_databases): <p>Indicates whether you can use Aurora global databases with a specific DB engine version.</p>
29 /// - [`major_engine_version(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::major_engine_version): <p>The major engine version of the CEV.</p>
30 /// - [`database_installation_files_s3_bucket_name(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::database_installation_files_s3_bucket_name): <p>The name of the Amazon S3 bucket that contains your database installation files.</p>
31 /// - [`database_installation_files_s3_prefix(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::database_installation_files_s3_prefix): <p>The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.</p>
32 /// - [`db_engine_version_arn(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::db_engine_version_arn): <p>The ARN of the custom engine version.</p>
33 /// - [`kms_key_id(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::kms_key_id): <p>The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.</p>
34 /// - [`create_time(Option<DateTime>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::create_time): <p>The creation time of the DB engine version.</p>
35 /// - [`tag_list(Option<Vec::<Tag>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::tag_list): <p>A list of tags.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.</p>
36 /// - [`supports_babelfish(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_babelfish): <p>Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>
37 /// - [`custom_db_engine_version_manifest(Option<String>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::custom_db_engine_version_manifest): <p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.</p>
38 /// - [`supports_limitless_database(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_limitless_database): <p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>
39 /// - [`supports_certificate_rotation_without_restart(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_certificate_rotation_without_restart): <p>Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.</p>
40 /// - [`supported_ca_certificate_identifiers(Option<Vec::<String>>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supported_ca_certificate_identifiers): <p>A list of the supported CA certificate identifiers.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
41 /// - [`supports_local_write_forwarding(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_local_write_forwarding): <p>Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>
42 /// - [`supports_integrations(Option<bool>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::supports_integrations): <p>Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.</p>
43 /// - [`serverless_v2_features_support(Option<ServerlessV2FeaturesSupport>)`](crate::operation::delete_custom_db_engine_version::DeleteCustomDbEngineVersionOutput::serverless_v2_features_support): <p>Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.</p>
44 /// - On failure, responds with [`SdkError<DeleteCustomDBEngineVersionError>`](crate::operation::delete_custom_db_engine_version::DeleteCustomDBEngineVersionError)
45 pub fn delete_custom_db_engine_version(
46 &self,
47 ) -> crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder {
48 crate::operation::delete_custom_db_engine_version::builders::DeleteCustomDBEngineVersionFluentBuilder::new(self.handle.clone())
49 }
50}