Skip to content

Commit daa22a1

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Adding parameters to CreateCustomDbEngineVersion reserved for future use.
1 parent 4f36bb7 commit daa22a1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Adding parameters to CreateCustomDbEngineVersion reserved for future use."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,15 @@
36803680
"shape":"CustomDBEngineVersionManifest",
36813681
"documentation":"<p>The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed.</p> <p>The following JSON fields are valid:</p> <dl> <dt>MediaImportTemplateVersion</dt> <dd> <p>Version of the CEV manifest. The date is in the format <code>YYYY-MM-DD</code>.</p> </dd> <dt>databaseInstallationFileNames</dt> <dd> <p>Ordered list of installation files for the CEV.</p> </dd> <dt>opatchFileNames</dt> <dd> <p>Ordered list of OPatch installers used for the Oracle DB engine.</p> </dd> <dt>psuRuPatchFileNames</dt> <dd> <p>The PSU and RU patches for this CEV.</p> </dd> <dt>OtherPatchFileNames</dt> <dd> <p>The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.</p> </dd> </dl> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest\"> Creating the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.</p>"
36823682
},
3683-
"Tags":{"shape":"TagList"}
3683+
"Tags":{"shape":"TagList"},
3684+
"SourceCustomDbEngineVersionIdentifier":{
3685+
"shape":"String255",
3686+
"documentation":"<p>Reserved for future use.</p>"
3687+
},
3688+
"UseAwsProvidedLatestImage":{
3689+
"shape":"BooleanOptional",
3690+
"documentation":"<p>Reserved for future use.</p>"
3691+
}
36843692
}
36853693
},
36863694
"CreateDBClusterEndpointMessage":{

0 commit comments

Comments
 (0)