Skip to content

Commit 9016937

Browse files
author
AWS
committed
Amazon Relational Database Service Update: CloudWatch Database Insights now supports Amazon RDS.
1 parent 7390930 commit 9016937

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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": "CloudWatch Database Insights now supports Amazon RDS."
6+
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,7 +4310,7 @@
43104310
},
43114311
"DatabaseInsightsMode":{
43124312
"shape":"DatabaseInsightsMode",
4313-
"documentation":"<p>The mode of Database Insights to enable for the DB cluster.</p> <p>If you set this value to <code>advanced</code>, you must also set the <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p> <p>Valid for Cluster Type: Aurora DB clusters only</p>"
4313+
"documentation":"<p>The mode of Database Insights to enable for the DB cluster.</p> <p>If you set this value to <code>advanced</code>, you must also set the <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
43144314
},
43154315
"EnablePerformanceInsights":{
43164316
"shape":"BooleanOptional",
@@ -4617,7 +4617,7 @@
46174617
},
46184618
"DatabaseInsightsMode":{
46194619
"shape":"DatabaseInsightsMode",
4620-
"documentation":"<p>The mode of Database Insights to enable for the DB instance.</p> <p>This setting only applies to Amazon Aurora DB instances.</p> <note> <p>Currently, this value is inherited from the DB cluster and can't be changed.</p> </note>"
4620+
"documentation":"<p>The mode of Database Insights to enable for the DB instance.</p> <note> <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p> </note>"
46214621
},
46224622
"EnablePerformanceInsights":{
46234623
"shape":"BooleanOptional",
@@ -4785,7 +4785,7 @@
47854785
},
47864786
"DatabaseInsightsMode":{
47874787
"shape":"DatabaseInsightsMode",
4788-
"documentation":"<p>The mode of Database Insights to enable for the read replica.</p> <note> <p>Currently, this setting is not supported.</p> </note>"
4788+
"documentation":"<p>The mode of Database Insights to enable for the read replica.</p> <note> <p>This setting isn't supported.</p> </note>"
47894789
},
47904790
"EnablePerformanceInsights":{
47914791
"shape":"BooleanOptional",
@@ -12407,7 +12407,7 @@
1240712407
},
1240812408
"DatabaseInsightsMode":{
1240912409
"shape":"DatabaseInsightsMode",
12410-
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB cluster.</p> <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p> <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p> <p>Valid for Cluster Type: Aurora DB clusters only</p>"
12410+
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB cluster.</p> <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p> <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
1241112411
},
1241212412
"EnablePerformanceInsights":{
1241312413
"shape":"BooleanOptional",
@@ -12679,7 +12679,7 @@
1267912679
},
1268012680
"DatabaseInsightsMode":{
1268112681
"shape":"DatabaseInsightsMode",
12682-
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB instance.</p> <p>This setting only applies to Amazon Aurora DB instances.</p> <note> <p>Currently, this value is inherited from the DB cluster and can't be changed.</p> </note>"
12682+
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB instance.</p> <note> <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p> </note>"
1268312683
},
1268412684
"EnablePerformanceInsights":{
1268512685
"shape":"BooleanOptional",
@@ -15655,7 +15655,7 @@
1565515655
},
1565615656
"DatabaseInsightsMode":{
1565715657
"shape":"DatabaseInsightsMode",
15658-
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB instance.</p> <p>This setting only applies to Amazon Aurora DB instances.</p> <note> <p>Currently, this value is inherited from the DB cluster and can't be changed.</p> </note>"
15658+
"documentation":"<p>Specifies the mode of Database Insights to enable for the DB instance.</p> <note> <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p> </note>"
1565915659
},
1566015660
"EnablePerformanceInsights":{
1566115661
"shape":"BooleanOptional",

0 commit comments

Comments
 (0)