Skip to content

Commit

Permalink
docs(client-rds): RDS documentation update for the EngineVersion para…
Browse files Browse the repository at this point in the history
…meter of ModifyDBSnapshot
  • Loading branch information
awstools committed May 18, 2023
1 parent f787d8e commit b61a48c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions clients/client-rds/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5527,6 +5527,16 @@ export interface ModifyDBSnapshotMessage {
* <ul>
* <li>
* <p>
* <code>19.0.0.0.ru-2022-01.rur-2022-01.r1</code> (supported for 12.2.0.1 DB
* snapshots)</p>
* </li>
* <li>
* <p>
* <code>19.0.0.0.ru-2022-07.rur-2022-07.r1</code> (supported for 12.1.0.2 DB
* snapshots)</p>
* </li>
* <li>
* <p>
* <code>12.1.0.2.v8</code> (supported for 12.1.0.1 DB snapshots)</p>
* </li>
* <li>
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/rds.json
Original file line number Diff line number Diff line change
Expand Up @@ -16901,7 +16901,7 @@
"EngineVersion": {
"target": "com.amazonaws.rds#String",
"traits": {
"smithy.api#documentation": "<p>The engine version to upgrade the DB snapshot to.</p>\n <p>The following are the database engines and engine versions that are available when you upgrade a DB snapshot.</p>\n <p>\n <b>MySQL</b>\n </p>\n <ul>\n <li>\n <p>\n <code>5.5.46</code> (supported for 5.1 DB snapshots)</p>\n </li>\n </ul>\n <p>\n <b>Oracle</b>\n </p>\n <ul>\n <li>\n <p>\n <code>12.1.0.2.v8</code> (supported for 12.1.0.1 DB snapshots)</p>\n </li>\n <li>\n <p>\n <code>11.2.0.4.v12</code> (supported for 11.2.0.2 DB snapshots)</p>\n </li>\n <li>\n <p>\n <code>11.2.0.4.v11</code> (supported for 11.2.0.3 DB snapshots)</p>\n </li>\n </ul>\n <p>\n <b>PostgreSQL</b>\n </p>\n <p>For the list of engine versions that are available for upgrading a DB snapshot, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion\">\n Upgrading the PostgreSQL DB Engine for Amazon RDS</a>.</p>"
"smithy.api#documentation": "<p>The engine version to upgrade the DB snapshot to.</p>\n <p>The following are the database engines and engine versions that are available when you upgrade a DB snapshot.</p>\n <p>\n <b>MySQL</b>\n </p>\n <ul>\n <li>\n <p>\n <code>5.5.46</code> (supported for 5.1 DB snapshots)</p>\n </li>\n </ul>\n <p>\n <b>Oracle</b>\n </p>\n <ul>\n <li>\n <p>\n <code>19.0.0.0.ru-2022-01.rur-2022-01.r1</code> (supported for 12.2.0.1 DB\n snapshots)</p>\n </li>\n <li>\n <p>\n <code>19.0.0.0.ru-2022-07.rur-2022-07.r1</code> (supported for 12.1.0.2 DB\n snapshots)</p>\n </li>\n <li>\n <p>\n <code>12.1.0.2.v8</code> (supported for 12.1.0.1 DB snapshots)</p>\n </li>\n <li>\n <p>\n <code>11.2.0.4.v12</code> (supported for 11.2.0.2 DB snapshots)</p>\n </li>\n <li>\n <p>\n <code>11.2.0.4.v11</code> (supported for 11.2.0.3 DB snapshots)</p>\n </li>\n </ul>\n <p>\n <b>PostgreSQL</b>\n </p>\n <p>For the list of engine versions that are available for upgrading a DB snapshot, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion\">\n Upgrading the PostgreSQL DB Engine for Amazon RDS</a>.</p>"
}
},
"OptionGroupName": {
Expand Down

0 comments on commit b61a48c

Please sign in to comment.