@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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
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,
|