@alicloud/adb20211201 3.2.0 → 3.3.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.
package/dist/client.d.ts CHANGED
@@ -18900,6 +18900,7 @@ export declare class DescribeDBClusterPerformanceResponseBodyPerformancesSeries
18900
18900
  * {instance_name: "am-***"}
18901
18901
  */
18902
18902
  tags?: string;
18903
+ translateKey?: string;
18903
18904
  /**
18904
18905
  * @remarks
18905
18906
  * The values of the performance metric at different points in time.
package/dist/client.js CHANGED
@@ -11682,6 +11682,7 @@ class DescribeDBClusterPerformanceResponseBodyPerformancesSeries extends $tea.Mo
11682
11682
  return {
11683
11683
  name: 'Name',
11684
11684
  tags: 'Tags',
11685
+ translateKey: 'TranslateKey',
11685
11686
  values: 'Values',
11686
11687
  };
11687
11688
  }
@@ -11689,6 +11690,7 @@ class DescribeDBClusterPerformanceResponseBodyPerformancesSeries extends $tea.Mo
11689
11690
  return {
11690
11691
  name: 'string',
11691
11692
  tags: 'string',
11693
+ translateKey: 'string',
11692
11694
  values: { 'type': 'array', 'itemType': 'string' },
11693
11695
  };
11694
11696
  }