@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/dist/client.d.ts
CHANGED
|
@@ -15725,6 +15725,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
15725
15725
|
DBInstanceClass?: string;
|
|
15726
15726
|
DBInstanceClassType?: string;
|
|
15727
15727
|
DBInstanceDescription?: string;
|
|
15728
|
+
DBInstanceDiskUsed?: string;
|
|
15728
15729
|
DBInstanceId?: string;
|
|
15729
15730
|
DBInstanceMemory?: number;
|
|
15730
15731
|
DBInstanceNetType?: string;
|
package/dist/client.js
CHANGED
|
@@ -22818,6 +22818,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
22818
22818
|
DBInstanceClass: 'DBInstanceClass',
|
|
22819
22819
|
DBInstanceClassType: 'DBInstanceClassType',
|
|
22820
22820
|
DBInstanceDescription: 'DBInstanceDescription',
|
|
22821
|
+
DBInstanceDiskUsed: 'DBInstanceDiskUsed',
|
|
22821
22822
|
DBInstanceId: 'DBInstanceId',
|
|
22822
22823
|
DBInstanceMemory: 'DBInstanceMemory',
|
|
22823
22824
|
DBInstanceNetType: 'DBInstanceNetType',
|
|
@@ -22892,6 +22893,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
22892
22893
|
DBInstanceClass: 'string',
|
|
22893
22894
|
DBInstanceClassType: 'string',
|
|
22894
22895
|
DBInstanceDescription: 'string',
|
|
22896
|
+
DBInstanceDiskUsed: 'string',
|
|
22895
22897
|
DBInstanceId: 'string',
|
|
22896
22898
|
DBInstanceMemory: 'number',
|
|
22897
22899
|
DBInstanceNetType: 'string',
|