@aws-sdk/client-pi 3.606.0 → 3.607.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -728,6 +728,9 @@ export interface DescribeDimensionKeysRequest {
728
728
  * <p>A single filter for any other dimension in this dimension group.</p>
729
729
  * </li>
730
730
  * </ul>
731
+ * <note>
732
+ * <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>
733
+ * </note>
731
734
  * @public
732
735
  */
733
736
  Filter?: Record<string, string>;
@@ -1195,6 +1198,9 @@ export interface MetricQuery {
1195
1198
  * <p>A single filter for any other dimension in this dimension group.</p>
1196
1199
  * </li>
1197
1200
  * </ul>
1201
+ * <note>
1202
+ * <p>The <code>db.sql.db_id</code> filter isn't available for RDS for SQL Server DB instances.</p>
1203
+ * </note>
1198
1204
  * @public
1199
1205
  */
1200
1206
  Filter?: Record<string, string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pi",
3
3
  "description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.607.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-pi",