Skip to content

Commit 0c3d029

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature.
1 parent 24bcfeb commit 0c3d029

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"description": "This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature."
5+
}

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@
26712671
},
26722672
"EndpointType":{
26732673
"shape":"String",
2674-
"documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>ANY</code>. </p>"
2674+
"documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>"
26752675
},
26762676
"StaticMembers":{
26772677
"shape":"StringList",
@@ -2788,7 +2788,7 @@
27882788
},
27892789
"EngineMode":{
27902790
"shape":"String",
2791-
"documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, <code>parallelquery</code>, or <code>global</code>.</p>"
2791+
"documentation":"<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>"
27922792
},
27932793
"ScalingConfiguration":{
27942794
"shape":"ScalingConfiguration",
@@ -2938,7 +2938,7 @@
29382938
},
29392939
"DBParameterGroupName":{
29402940
"shape":"String",
2941-
"documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>"
2941+
"documentation":"<p>The name of the DB parameter group to associate with this DB instance. If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>"
29422942
},
29432943
"BackupRetentionPeriod":{
29442944
"shape":"IntegerOptional",
@@ -3118,6 +3118,10 @@
31183118
"shape":"String",
31193119
"documentation":"<p>The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used.</p>"
31203120
},
3121+
"DBParameterGroupName":{
3122+
"shape":"String",
3123+
"documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then Amazon RDS uses the <code>DBParameterGroup</code> of source DB instance for a same region Read Replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a cross region Read Replica.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>"
3124+
},
31213125
"PubliclyAccessible":{
31223126
"shape":"BooleanOptional",
31233127
"documentation":"<p>A value that indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible, it is an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. When the DB instance is not publicly accessible, it is an internal instance with a DNS name that resolves to a private IP address. For more information, see <a>CreateDBInstance</a>.</p>"
@@ -3607,7 +3611,7 @@
36073611
},
36083612
"EngineMode":{
36093613
"shape":"String",
3610-
"documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, or <code>parallelquery</code>.</p>"
3614+
"documentation":"<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>"
36113615
},
36123616
"ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"},
36133617
"DeletionProtection":{
@@ -3775,7 +3779,7 @@
37753779
},
37763780
"CustomEndpointType":{
37773781
"shape":"String",
3778-
"documentation":"<p>The type associated with a custom endpoint. One of: <code>READER</code>, <code>ANY</code>.</p>"
3782+
"documentation":"<p>The type associated with a custom endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>"
37793783
},
37803784
"StaticMembers":{
37813785
"shape":"StringList",
@@ -3864,7 +3868,7 @@
38643868
},
38653869
"IsClusterWriter":{
38663870
"shape":"Boolean",
3867-
"documentation":"<p>A value that indicates whehter the cluster member is the primary instance for the DB cluster.</p>"
3871+
"documentation":"<p>Value that is <code>true</code> if the cluster member is the primary instance for the DB cluster and <code>false</code> otherwise.</p>"
38683872
},
38693873
"DBClusterParameterGroupStatus":{
38703874
"shape":"String",
@@ -4965,7 +4969,7 @@
49654969
"members":{
49664970
"DBParameterGroupName":{
49674971
"shape":"String",
4968-
"documentation":"<p>The name of the DP parameter group.</p>"
4972+
"documentation":"<p>The name of the DB parameter group.</p>"
49694973
},
49704974
"ParameterApplyStatus":{
49714975
"shape":"String",
@@ -7521,7 +7525,7 @@
75217525
},
75227526
"EndpointType":{
75237527
"shape":"String",
7524-
"documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>ANY</code>. </p>"
7528+
"documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>"
75257529
},
75267530
"StaticMembers":{
75277531
"shape":"StringList",
@@ -7866,7 +7870,7 @@
78667870
"members":{
78677871
"DBParameterGroupName":{
78687872
"shape":"String",
7869-
"documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> </ul>"
7873+
"documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing <code>DBParameterGroup</code>.</p> </li> </ul>"
78707874
},
78717875
"Parameters":{
78727876
"shape":"ParametersList",
@@ -8849,7 +8853,7 @@
88498853
},
88508854
"BackupRetentionPeriod":{
88518855
"shape":"IntegerOptional",
8852-
"documentation":"<p>The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <p>Default: 1</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 8</p> </li> </ul>"
8856+
"documentation":"<p>The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <p>Default: 1</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 35.</p> </li> <li> <p>Can't be set to 0 if the DB instance is a source to Read Replicas.</p> </li> </ul>"
88538857
},
88548858
"PreferredBackupWindow":{
88558859
"shape":"String",
@@ -9328,7 +9332,7 @@
93289332
"members":{
93299333
"DBParameterGroupName":{
93309334
"shape":"String",
9331-
"documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing DBParameterGroup.</p> </li> </ul>"
9335+
"documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing <code>DBParameterGroup</code>.</p> </li> </ul>"
93329336
},
93339337
"ResetAllParameters":{
93349338
"shape":"Boolean",
@@ -9572,7 +9576,7 @@
95729576
},
95739577
"EngineMode":{
95749578
"shape":"String",
9575-
"documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, or <code>parallelquery</code>.</p>"
9579+
"documentation":"<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>"
95769580
},
95779581
"ScalingConfiguration":{
95789582
"shape":"ScalingConfiguration",
@@ -9790,7 +9794,7 @@
97909794
},
97919795
"DBParameterGroupName":{
97929796
"shape":"String",
9793-
"documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>"
9797+
"documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>"
97949798
},
97959799
"DeletionProtection":{
97969800
"shape":"BooleanOptional",
@@ -9867,7 +9871,7 @@
98679871
},
98689872
"DBParameterGroupName":{
98699873
"shape":"String",
9870-
"documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default parameter group for the specified engine is used. </p>"
9874+
"documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p>"
98719875
},
98729876
"BackupRetentionPeriod":{
98739877
"shape":"IntegerOptional",
@@ -10112,7 +10116,7 @@
1011210116
},
1011310117
"DBParameterGroupName":{
1011410118
"shape":"String",
10115-
"documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>"
10119+
"documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>"
1011610120
},
1011710121
"DeletionProtection":{
1011810122
"shape":"BooleanOptional",

0 commit comments

Comments
 (0)