tencentcloud-sdk-nodejs-postgres 4.1.43 → 4.1.45
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
|
@@ -94,7 +94,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
94
94
|
*/
|
|
95
95
|
DescribeSlowQueryAnalysis(req: DescribeSlowQueryAnalysisRequest, cb?: (error: string, rep: DescribeSlowQueryAnalysisResponse) => void): Promise<DescribeSlowQueryAnalysisResponse>;
|
|
96
96
|
/**
|
|
97
|
-
* 本接口(DescribeProductConfig
|
|
97
|
+
* 本接口(DescribeProductConfig)用于查询售卖规格配置。**本接口属于早期接口,已停止功能迭代,推荐使用新接口**[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)**替代**。
|
|
98
98
|
*/
|
|
99
99
|
DescribeProductConfig(req: DescribeProductConfigRequest, cb?: (error: string, rep: DescribeProductConfigResponse) => void): Promise<DescribeProductConfigResponse>;
|
|
100
100
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
124
124
|
*/
|
|
125
125
|
DestroyDBInstance(req: DestroyDBInstanceRequest, cb?: (error: string, rep: DestroyDBInstanceResponse) => void): Promise<DestroyDBInstanceResponse>;
|
|
126
126
|
/**
|
|
127
|
-
* 本接口(DescribeDBBackups
|
|
127
|
+
* 本接口(DescribeDBBackups)用于查询实例备份列表。**本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)**替代**。
|
|
128
128
|
*/
|
|
129
129
|
DescribeDBBackups(req: DescribeDBBackupsRequest, cb?: (error: string, rep: DescribeDBBackupsResponse) => void): Promise<DescribeDBBackupsResponse>;
|
|
130
130
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
264
264
|
*/
|
|
265
265
|
ModifyDBInstancesProject(req: ModifyDBInstancesProjectRequest, cb?: (error: string, rep: ModifyDBInstancesProjectResponse) => void): Promise<ModifyDBInstancesProjectResponse>;
|
|
266
266
|
/**
|
|
267
|
-
* 本接口(DescribeDBXlogs)用于获取实例Xlog
|
|
267
|
+
* 本接口(DescribeDBXlogs)用于获取实例Xlog列表。 **本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)**替代**。
|
|
268
268
|
*/
|
|
269
269
|
DescribeDBXlogs(req: DescribeDBXlogsRequest, cb?: (error: string, rep: DescribeDBXlogsResponse) => void): Promise<DescribeDBXlogsResponse>;
|
|
270
270
|
/**
|
|
@@ -158,7 +158,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
158
158
|
return this.request("DescribeSlowQueryAnalysis", req, cb);
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
|
-
* 本接口(DescribeProductConfig
|
|
161
|
+
* 本接口(DescribeProductConfig)用于查询售卖规格配置。**本接口属于早期接口,已停止功能迭代,推荐使用新接口**[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)**替代**。
|
|
162
162
|
*/
|
|
163
163
|
async DescribeProductConfig(req, cb) {
|
|
164
164
|
return this.request("DescribeProductConfig", req, cb);
|
|
@@ -202,7 +202,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
202
|
return this.request("DestroyDBInstance", req, cb);
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* 本接口(DescribeDBBackups
|
|
205
|
+
* 本接口(DescribeDBBackups)用于查询实例备份列表。**本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)**替代**。
|
|
206
206
|
*/
|
|
207
207
|
async DescribeDBBackups(req, cb) {
|
|
208
208
|
return this.request("DescribeDBBackups", req, cb);
|
|
@@ -410,7 +410,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
410
410
|
return this.request("ModifyDBInstancesProject", req, cb);
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
|
-
* 本接口(DescribeDBXlogs)用于获取实例Xlog
|
|
413
|
+
* 本接口(DescribeDBXlogs)用于获取实例Xlog列表。 **本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)**替代**。
|
|
414
414
|
*/
|
|
415
415
|
async DescribeDBXlogs(req, cb) {
|
|
416
416
|
return this.request("DescribeDBXlogs", req, cb);
|