@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/adb20211201",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -25455,6 +25455,7 @@ export class DescribeDBClusterPerformanceResponseBodyPerformancesSeries extends
25455
25455
  * {instance_name: "am-***"}
25456
25456
  */
25457
25457
  tags?: string;
25458
+ translateKey?: string;
25458
25459
  /**
25459
25460
  * @remarks
25460
25461
  * The values of the performance metric at different points in time.
@@ -25464,6 +25465,7 @@ export class DescribeDBClusterPerformanceResponseBodyPerformancesSeries extends
25464
25465
  return {
25465
25466
  name: 'Name',
25466
25467
  tags: 'Tags',
25468
+ translateKey: 'TranslateKey',
25467
25469
  values: 'Values',
25468
25470
  };
25469
25471
  }
@@ -25472,6 +25474,7 @@ export class DescribeDBClusterPerformanceResponseBodyPerformancesSeries extends
25472
25474
  return {
25473
25475
  name: 'string',
25474
25476
  tags: 'string',
25477
+ translateKey: 'string',
25475
25478
  values: { 'type': 'array', 'itemType': 'string' },
25476
25479
  };
25477
25480
  }