Skip to content

Commit 3dcac3a

Browse files
author
AWS
committed
AWS Performance Insights Update: Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.
1 parent c138c25 commit 3dcac3a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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": "AWS Performance Insights",
4+
"contributor": "",
5+
"description": "Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances."
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"signatureVersion":"v4",
1313
"signingName":"pi",
1414
"targetPrefix":"PerformanceInsightsv20180227",
15-
"uid":"pi-2018-02-27"
15+
"uid":"pi-2018-02-27",
16+
"auth":["aws.auth#sigv4"]
1617
},
1718
"operations":{
1819
"CreatePerformanceAnalysisReport":{
@@ -486,7 +487,7 @@
486487
},
487488
"Filter":{
488489
"shape":"MetricQueryFilterMap",
489-
"documentation":"<p>One or more filters to apply in the request. Restrictions:</p> <ul> <li> <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> or <code>Partition</code> parameters.</p> </li> <li> <p>A single filter for any other dimension in this dimension group.</p> </li> </ul>"
490+
"documentation":"<p>One or more filters to apply in the request. Restrictions:</p> <ul> <li> <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> or <code>Partition</code> parameters.</p> </li> <li> <p>A single filter for any other dimension in this dimension group.</p> </li> </ul> <note> <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p> </note>"
490491
},
491492
"MaxResults":{
492493
"shape":"MaxResults",
@@ -1180,7 +1181,7 @@
11801181
},
11811182
"Filter":{
11821183
"shape":"MetricQueryFilterMap",
1183-
"documentation":"<p>One or more filters to apply in the request. Restrictions:</p> <ul> <li> <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> parameter.</p> </li> <li> <p>A single filter for any other dimension in this dimension group.</p> </li> </ul>"
1184+
"documentation":"<p>One or more filters to apply in the request. Restrictions:</p> <ul> <li> <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> parameter.</p> </li> <li> <p>A single filter for any other dimension in this dimension group.</p> </li> </ul> <note> <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p> </note>"
11841185
}
11851186
},
11861187
"documentation":"<p>A single query to be processed. You must provide the metric to query and append an aggregate function to the metric. For example, to find the average for the metric <code>db.load</code> you must use <code>db.load.avg</code>. Valid values for aggregate functions include <code>.avg</code>, <code>.min</code>, <code>.max</code>, and <code>.sum</code>. If no other parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can request that the data points be aggregated by dimension group (<code>GroupBy</code>), and return only those data points that match your criteria (<code>Filter</code>).</p>"

0 commit comments

Comments
 (0)