Skip to content

Commit a62821a

Browse files
author
awstools
committed
docs(client-pi): Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.
1 parent 0c6a58c commit a62821a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

clients/client-pi/src/models/models_0.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,9 @@ export interface DescribeDimensionKeysRequest {
808808
* <p>A single filter for any other dimension in this dimension group.</p>
809809
* </li>
810810
* </ul>
811+
* <note>
812+
* <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>
813+
* </note>
811814
* @public
812815
*/
813816
Filter?: Record<string, string>;
@@ -1318,6 +1321,9 @@ export interface MetricQuery {
13181321
* <p>A single filter for any other dimension in this dimension group.</p>
13191322
* </li>
13201323
* </ul>
1324+
* <note>
1325+
* <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>
1326+
* </note>
13211327
* @public
13221328
*/
13231329
Filter?: Record<string, string>;

codegen/sdk-codegen/aws-models/pi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"Filter": {
524524
"target": "com.amazonaws.pi#MetricQueryFilterMap",
525525
"traits": {
526-
"smithy.api#documentation": "<p>One or more filters to apply in the request. Restrictions:</p>\n <ul>\n <li>\n <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> or\n <code>Partition</code> parameters.</p>\n </li>\n <li>\n <p>A single filter for any other dimension in this dimension group.</p>\n </li>\n </ul>"
526+
"smithy.api#documentation": "<p>One or more filters to apply in the request. Restrictions:</p>\n <ul>\n <li>\n <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> or\n <code>Partition</code> parameters.</p>\n </li>\n <li>\n <p>A single filter for any other dimension in this dimension group.</p>\n </li>\n </ul>\n <note>\n <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>\n </note>"
527527
}
528528
},
529529
"MaxResults": {
@@ -1796,7 +1796,7 @@
17961796
"Filter": {
17971797
"target": "com.amazonaws.pi#MetricQueryFilterMap",
17981798
"traits": {
1799-
"smithy.api#documentation": "<p>One or more filters to apply in the request. Restrictions:</p>\n <ul>\n <li>\n <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> parameter.</p>\n </li>\n <li>\n <p>A single filter for any other dimension in this dimension group.</p>\n </li>\n </ul>"
1799+
"smithy.api#documentation": "<p>One or more filters to apply in the request. Restrictions:</p>\n <ul>\n <li>\n <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> parameter.</p>\n </li>\n <li>\n <p>A single filter for any other dimension in this dimension group.</p>\n </li>\n </ul>\n <note>\n <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>\n </note>"
18001800
}
18011801
}
18021802
},

0 commit comments

Comments
 (0)