@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/rds20140815",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
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',