Skip to content

Commit

Permalink
docs(client-rds): Adds support for the ImageId parameter of CreateCus…
Browse files Browse the repository at this point in the history
…tomDBEngineVersion to RDS Custom for Oracle
  • Loading branch information
awstools committed Apr 19, 2023
1 parent 81b843f commit c813e43
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 69 deletions.
49 changes: 22 additions & 27 deletions clients/client-rds/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,10 @@ export interface CreateCustomDBEngineVersionMessage {
DatabaseInstallationFilesS3Prefix?: string;

/**
* <p>The ID of the AMI. An AMI ID is required to create a CEV for RDS Custom for SQL Server.</p>
* <p>The ID of the Amazon Machine Image (AMI). For RDS Custom for SQL Server, an AMI ID is required
* to create a CEV. For RDS Custom for Oracle, the default is the most recent AMI available,
* but you can specify an AMI ID that was used in a different Oracle CEV. Find the AMIs
* used by your CEVs by calling the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBEngineVersions.html">DescribeDBEngineVersions</a> operation.</p>
*/
ImageId?: string;

Expand Down Expand Up @@ -5789,12 +5792,12 @@ export interface CreateDBClusterParameterGroupMessage {
* <p>
* <b>Aurora MySQL</b>
* </p>
* <p>Example: <code>aurora5.6</code>, <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>
* <p>Example: <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>
* </p>
* <p>
* <b>Aurora PostgreSQL</b>
* </p>
* <p>Example: <code>aurora-postgresql9.6</code>
* <p>Example: <code>aurora-postgresql14</code>
* </p>
* <p>
* <b>RDS for MySQL</b>
Expand All @@ -5821,11 +5824,8 @@ export interface CreateDBClusterParameterGroupMessage {
* <ul>
* <li>
* <p>
* <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
* </li>
* <li>
* <p>
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <code>aurora-mysql</code>
* </p>
* </li>
* <li>
* <p>
Expand Down Expand Up @@ -6284,16 +6284,11 @@ export interface CreateDBInstanceMessage {
* <ul>
* <li>
* <p>
* <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
* </li>
* <li>
* <p>
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <code>aurora-mysql</code> (for Aurora MySQL DB instances)</p>
* </li>
* <li>
* <p>
* <code>aurora-postgresql</code>
* </p>
* <code>aurora-postgresql</code> (for Aurora PostgreSQL DB instances)</p>
* </li>
* <li>
* <p>
Expand Down Expand Up @@ -7992,16 +7987,13 @@ export interface DBInstance {

/**
* <p>True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.</p>
* <p>IAM database authentication can be enabled for the following database engines</p>
* <p>IAM database authentication can be enabled for the following database engines:</p>
* <ul>
* <li>
* <p>For MySQL 5.6, minor version 5.6.34 or higher</p>
* </li>
* <li>
* <p>For MySQL 5.7, minor version 5.7.16 or higher</p>
* <p>For MySQL 5.7, minor version 5.7.16 or higher.</p>
* </li>
* <li>
* <p>Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type.</p>
* <p>For Amazon Aurora, all versions of Aurora MySQL and Aurora PostgreSQL.</p>
* </li>
* </ul>
*/
Expand Down Expand Up @@ -9015,11 +9007,8 @@ export interface CreateDBParameterGroupMessage {
* <ul>
* <li>
* <p>
* <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
* </li>
* <li>
* <p>
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <code>aurora-mysql</code>
* </p>
* </li>
* <li>
* <p>
Expand Down Expand Up @@ -12566,7 +12555,8 @@ export interface DescribeDBEngineVersionsMessage {
* <ul>
* <li>
* <p>
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <code>aurora-mysql</code>
* </p>
* </li>
* <li>
* <p>
Expand All @@ -12575,6 +12565,11 @@ export interface DescribeDBEngineVersionsMessage {
* </li>
* <li>
* <p>
* <code>custom-oracle-ee</code>
* </p>
* </li>
* <li>
* <p>
* <code>mariadb</code>
* </p>
* </li>
Expand Down
41 changes: 15 additions & 26 deletions clients/client-rds/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,11 +975,6 @@ export interface DescribeEngineDefaultParametersMessage {
* <ul>
* <li>
* <p>
* <code>aurora5.6</code>
* </p>
* </li>
* <li>
* <p>
* <code>aurora-mysql5.7</code>
* </p>
* </li>
Expand Down Expand Up @@ -2110,7 +2105,8 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
* <ul>
* <li>
* <p>
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <code>aurora-mysql</code>
* </p>
* </li>
* <li>
* <p>
Expand All @@ -2119,6 +2115,11 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
* </li>
* <li>
* <p>
* <code>custom-oracle-ee</code>
* </p>
* </li>
* <li>
* <p>
* <code>mariadb</code>
* </p>
* </li>
Expand Down Expand Up @@ -3854,16 +3855,11 @@ export interface ModifyDBClusterMessage {
* <p>If the cluster that you're modifying has one or more read replicas, all replicas must
* be running an engine version that's the same or later than the version you
* specify.</p>
* <p>To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible),
* use the following command:</p>
* <p>To list all of the available engine versions for Aurora MySQL, use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query
* "DBEngineVersions[].EngineVersion"</code>
* </p>
* <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
* </p>
* <p>To list all of the available engine versions for Aurora PostgreSQL, use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"</code>
Expand Down Expand Up @@ -5760,15 +5756,11 @@ export interface ModifyGlobalClusterMessage {
* <p>The version number of the database engine to which you want to upgrade.
* Changing this parameter results in an outage. The change is applied during
* the next maintenance window unless <code>ApplyImmediately</code> is enabled.</p>
* <p>To list all of the available engine versions for <code>aurora</code> (for MySQL 5.6-compatible Aurora), use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code>
* </p>
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:</p>
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL-based Aurora global databases), use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code>
* </p>
* <p>To list all of the available engine versions for <code>aurora-postgresql</code>, use the following command:</p>
* <p>To list all of the available engine versions for <code>aurora-postgresql</code> (for PostgreSQL-based Aurora global databases), use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code>
* </p>
Expand Down Expand Up @@ -6543,7 +6535,7 @@ export interface RestoreDBClusterFromS3Message {

/**
* <p>The name of the DB cluster parameter group to associate
* with the restored DB cluster. If this argument is omitted, <code>default.aurora5.6</code> is used.</p>
* with the restored DB cluster. If this argument is omitted, the default parameter group for the engine version is used.</p>
* <p>Constraints:</p>
* <ul>
* <li>
Expand All @@ -6568,14 +6560,13 @@ export interface RestoreDBClusterFromS3Message {

/**
* <p>The name of the database engine to be used for this DB cluster.</p>
* <p>Valid Values: <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
* <p>Valid Values: <code>aurora-mysql</code> (for Aurora MySQL)</p>
*/
Engine: string | undefined;

/**
* <p>The version number of the database engine to use.</p>
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (MySQL 5.7-compatible and MySQL 8.0-compatible
* Aurora), use the following command:</p>
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (Aurora MySQL), use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
* </p>
Expand Down Expand Up @@ -6984,7 +6975,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
/**
* <p>The version of the database engine to use for the new DB cluster. If you don't specify an engine version, the default version
* for the database engine in the Amazon Web Services Region is used.</p>
* <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
* <p>To list all of the available engine versions for Aurora MySQL, use the following command:</p>
* <p>
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
* </p>
Expand Down Expand Up @@ -7146,8 +7137,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
EnableCloudwatchLogsExports?: string[];

/**
* <p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>,
* <code>parallelquery</code>, <code>global</code>, or <code>multimaster</code>.</p>
* <p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p>
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html">
* CreateDBCluster</a>.</p>
* <p>Valid for: Aurora DB clusters only</p>
Expand Down Expand Up @@ -7373,7 +7363,6 @@ export interface RestoreDBClusterToPointInTimeMessage {
* source DB cluster.</p>
* </li>
* </ul>
* <p>Constraints: You can't specify <code>copy-on-write</code> if the engine version of the source DB cluster is earlier than 1.11.</p>
* <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is
* restored as a full copy of the source DB cluster.</p>
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
Expand Down
Loading

0 comments on commit c813e43

Please sign in to comment.