@alicloud/rds20140815 11.1.0 → 11.1.1

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
@@ -8287,6 +8287,7 @@ export declare class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerfor
8287
8287
  * cpu_ratio
8288
8288
  */
8289
8289
  key?: string;
8290
+ node?: string;
8290
8291
  /**
8291
8292
  * @remarks
8292
8293
  * The service dimension.
package/dist/client.js CHANGED
@@ -4429,6 +4429,7 @@ class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey extend
4429
4429
  static names() {
4430
4430
  return {
4431
4431
  key: 'Key',
4432
+ node: 'Node',
4432
4433
  service: 'Service',
4433
4434
  valueFormat: 'ValueFormat',
4434
4435
  values: 'Values',
@@ -4437,6 +4438,7 @@ class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey extend
4437
4438
  static types() {
4438
4439
  return {
4439
4440
  key: 'string',
4441
+ node: 'string',
4440
4442
  service: 'string',
4441
4443
  valueFormat: 'string',
4442
4444
  values: DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKeyValues,