tencentcloud-sdk-nodejs-postgres 4.1.35 → 4.1.37
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
|
@@ -3610,7 +3610,8 @@ export interface InquiryPriceUpgradeDBInstanceRequest {
|
|
|
3610
3610
|
*/
|
|
3611
3611
|
DBInstanceId: string;
|
|
3612
3612
|
/**
|
|
3613
|
-
*
|
|
3613
|
+
* 实例计费类型。
|
|
3614
|
+
* @deprecated
|
|
3614
3615
|
*/
|
|
3615
3616
|
InstanceChargeType?: string;
|
|
3616
3617
|
/**
|
|
@@ -4680,7 +4681,8 @@ export interface CreateReadOnlyDBInstanceRequest {
|
|
|
4680
4681
|
*/
|
|
4681
4682
|
Name?: string;
|
|
4682
4683
|
/**
|
|
4683
|
-
*
|
|
4684
|
+
* 不再需要指定,内核版本号与主实例保持一致
|
|
4685
|
+
* @deprecated
|
|
4684
4686
|
*/
|
|
4685
4687
|
DBVersion?: string;
|
|
4686
4688
|
/**
|