@alicloud/rds20140815 2.7.2 → 2.7.3
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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -29509,6 +29509,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
29509
29509
|
DBInstanceClass?: string;
|
|
29510
29510
|
DBInstanceClassType?: string;
|
|
29511
29511
|
DBInstanceDescription?: string;
|
|
29512
|
+
DBInstanceDiskUsed?: string;
|
|
29512
29513
|
DBInstanceId?: string;
|
|
29513
29514
|
DBInstanceMemory?: number;
|
|
29514
29515
|
DBInstanceNetType?: string;
|
|
@@ -29581,6 +29582,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
29581
29582
|
DBInstanceClass: 'DBInstanceClass',
|
|
29582
29583
|
DBInstanceClassType: 'DBInstanceClassType',
|
|
29583
29584
|
DBInstanceDescription: 'DBInstanceDescription',
|
|
29585
|
+
DBInstanceDiskUsed: 'DBInstanceDiskUsed',
|
|
29584
29586
|
DBInstanceId: 'DBInstanceId',
|
|
29585
29587
|
DBInstanceMemory: 'DBInstanceMemory',
|
|
29586
29588
|
DBInstanceNetType: 'DBInstanceNetType',
|
|
@@ -29656,6 +29658,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
29656
29658
|
DBInstanceClass: 'string',
|
|
29657
29659
|
DBInstanceClassType: 'string',
|
|
29658
29660
|
DBInstanceDescription: 'string',
|
|
29661
|
+
DBInstanceDiskUsed: 'string',
|
|
29659
29662
|
DBInstanceId: 'string',
|
|
29660
29663
|
DBInstanceMemory: 'number',
|
|
29661
29664
|
DBInstanceNetType: 'string',
|