Skip to content

Commit a5585f4

Browse files
author
awstools
committed
docs(client-rds): Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
1 parent 5b79451 commit a5585f4

File tree

3 files changed

+139
-16
lines changed

3 files changed

+139
-16
lines changed

clients/client-rds/src/models/models_0.ts

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,8 +3641,29 @@ export class CreateCustomDBEngineVersionFault extends __BaseException {
36413641
*/
36423642
export interface CreateCustomDBEngineVersionMessage {
36433643
/**
3644-
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
3645-
* <code>custom-oracle-ee</code>.</p>
3644+
* <p>The database engine. RDS Custom for Oracle supports the following values:</p>
3645+
* <ul>
3646+
* <li>
3647+
* <p>
3648+
* <code>custom-oracle-ee</code>
3649+
* </p>
3650+
* </li>
3651+
* <li>
3652+
* <p>
3653+
* <code>custom-oracle-ee-cdb</code>
3654+
* </p>
3655+
* </li>
3656+
* <li>
3657+
* <p>
3658+
* <code>custom-oracle-se2</code>
3659+
* </p>
3660+
* </li>
3661+
* <li>
3662+
* <p>
3663+
* <code>custom-oracle-se2-cdb</code>
3664+
* </p>
3665+
* </li>
3666+
* </ul>
36463667
* @public
36473668
*/
36483669
Engine: string | undefined;
@@ -7292,6 +7313,15 @@ export interface CreateDBInstanceMessage {
72927313
* </li>
72937314
* <li>
72947315
* <p>
7316+
* <code>custom-oracle-se2</code> (for RDS Custom for Oracle DB instances)</p>
7317+
* </li>
7318+
* <li>
7319+
* <p>
7320+
* <code>custom-oracle-se2-cdb</code> (for RDS Custom for Oracle DB
7321+
* instances)</p>
7322+
* </li>
7323+
* <li>
7324+
* <p>
72957325
* <code>custom-sqlserver-ee</code> (for RDS Custom for SQL Server DB instances)</p>
72967326
* </li>
72977327
* <li>
@@ -12893,7 +12923,29 @@ export class CustomDBEngineVersionNotFoundFault extends __BaseException {
1289312923
*/
1289412924
export interface DeleteCustomDBEngineVersionMessage {
1289512925
/**
12896-
* <p>The database engine. The only supported engines are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
12926+
* <p>The database engine. RDS Custom for Oracle supports the following values:</p>
12927+
* <ul>
12928+
* <li>
12929+
* <p>
12930+
* <code>custom-oracle-ee</code>
12931+
* </p>
12932+
* </li>
12933+
* <li>
12934+
* <p>
12935+
* <code>custom-oracle-ee-cdb</code>
12936+
* </p>
12937+
* </li>
12938+
* <li>
12939+
* <p>
12940+
* <code>custom-oracle-se2</code>
12941+
* </p>
12942+
* </li>
12943+
* <li>
12944+
* <p>
12945+
* <code>custom-oracle-se2-cdb</code>
12946+
* </p>
12947+
* </li>
12948+
* </ul>
1289712949
* @public
1289812950
*/
1289912951
Engine: string | undefined;

clients/client-rds/src/models/models_1.ts

Lines changed: 74 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,21 @@ export interface DescribeDBEngineVersionsMessage {
13491349
* </li>
13501350
* <li>
13511351
* <p>
1352+
* <code>custom-oracle-ee-cdb</code>
1353+
* </p>
1354+
* </li>
1355+
* <li>
1356+
* <p>
1357+
* <code>custom-oracle-se2</code>
1358+
* </p>
1359+
* </li>
1360+
* <li>
1361+
* <p>
1362+
* <code>custom-oracle-se2-cdb</code>
1363+
* </p>
1364+
* </li>
1365+
* <li>
1366+
* <p>
13521367
* <code>db2-ae</code>
13531368
* </p>
13541369
* </li>
@@ -4089,6 +4104,11 @@ export interface DescribeEngineDefaultParametersMessage {
40894104
* </li>
40904105
* <li>
40914106
* <p>
4107+
* <code>custom-oracle-ee-cdb-19</code>
4108+
* </p>
4109+
* </li>
4110+
* <li>
4111+
* <p>
40924112
* <code>db2-ae</code>
40934113
* </p>
40944114
* </li>
@@ -5350,7 +5370,7 @@ export interface OptionGroups {
53505370
*/
53515371
export interface DescribeOrderableDBInstanceOptionsMessage {
53525372
/**
5353-
* <p>The name of the engine to describe DB instance options for.</p>
5373+
* <p>The name of the database engine to describe DB instance options for.</p>
53545374
* <p>Valid Values:</p>
53555375
* <ul>
53565376
* <li>
@@ -5370,6 +5390,21 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
53705390
* </li>
53715391
* <li>
53725392
* <p>
5393+
* <code>custom-oracle-ee-cdb</code>
5394+
* </p>
5395+
* </li>
5396+
* <li>
5397+
* <p>
5398+
* <code>custom-oracle-se2</code>
5399+
* </p>
5400+
* </li>
5401+
* <li>
5402+
* <p>
5403+
* <code>custom-oracle-se2-cdb</code>
5404+
* </p>
5405+
* </li>
5406+
* <li>
5407+
* <p>
53735408
* <code>db2-ae</code>
53745409
* </p>
53755410
* </li>
@@ -5486,7 +5521,7 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
54865521
* a pagination token called a marker is included in the response so that
54875522
* you can retrieve the remaining results.</p>
54885523
* <p>Default: 100</p>
5489-
* <p>Constraints: Minimum 20, maximum 10000.</p>
5524+
* <p>Constraints: Minimum 20, maximum 1000.</p>
54905525
* @public
54915526
*/
54925527
MaxRecords?: number;
@@ -7216,7 +7251,29 @@ export type CustomEngineVersionStatus = (typeof CustomEngineVersionStatus)[keyof
72167251
*/
72177252
export interface ModifyCustomDBEngineVersionMessage {
72187253
/**
7219-
* <p>The DB engine. The only supported values are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
7254+
* <p>The database engine. RDS Custom for Oracle supports the following values:</p>
7255+
* <ul>
7256+
* <li>
7257+
* <p>
7258+
* <code>custom-oracle-ee</code>
7259+
* </p>
7260+
* </li>
7261+
* <li>
7262+
* <p>
7263+
* <code>custom-oracle-ee-cdb</code>
7264+
* </p>
7265+
* </li>
7266+
* <li>
7267+
* <p>
7268+
* <code>custom-oracle-se2</code>
7269+
* </p>
7270+
* </li>
7271+
* <li>
7272+
* <p>
7273+
* <code>custom-oracle-se2-cdb</code>
7274+
* </p>
7275+
* </li>
7276+
* </ul>
72207277
* @public
72217278
*/
72227279
Engine: string | undefined;
@@ -8210,6 +8267,15 @@ export interface ModifyDBInstanceMessage {
82108267
* so that they are 10% greater than the current value.</p>
82118268
* <p>For the valid values for allocated storage for each engine,
82128269
* see <code>CreateDBInstance</code>.</p>
8270+
* <p>Constraints:</p>
8271+
* <ul>
8272+
* <li>
8273+
* <p>When you increase the allocated storage for a DB instance that uses
8274+
* Provisioned IOPS (<code>gp3</code>, <code>io1</code>, or <code>io2</code>
8275+
* storage type), you must also specify the <code>Iops</code> parameter. You can
8276+
* use the current value for <code>Iops</code>.</p>
8277+
* </li>
8278+
* </ul>
82138279
* @public
82148280
*/
82158281
AllocatedStorage?: number;
@@ -8610,6 +8676,11 @@ export interface ModifyDBInstanceMessage {
86108676
* <p>For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL - The value supplied must be at least 10% greater than the current value.
86118677
* Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.</p>
86128678
* </li>
8679+
* <li>
8680+
* <p>When you increase the Provisioned IOPS, you must also specify the
8681+
* <code>AllocatedStorage</code> parameter. You can use the current value for
8682+
* <code>AllocatedStorage</code>.</p>
8683+
* </li>
86138684
* </ul>
86148685
* <p>Default: Uses existing setting</p>
86158686
* @public

0 commit comments

Comments
 (0)