tencentcloud-sdk-nodejs-sqlserver 4.1.70 → 4.1.92
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
|
@@ -353,7 +353,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
353
353
|
*/
|
|
354
354
|
CreateBackupMigration(req: CreateBackupMigrationRequest, cb?: (error: string, rep: CreateBackupMigrationResponse) => void): Promise<CreateBackupMigrationResponse>;
|
|
355
355
|
/**
|
|
356
|
-
*
|
|
356
|
+
* 本接口(DescribeDBInstances)用于查询实例列表。
|
|
357
357
|
*/
|
|
358
358
|
DescribeDBInstances(req: DescribeDBInstancesRequest, cb?: (error: string, rep: DescribeDBInstancesResponse) => void): Promise<DescribeDBInstancesResponse>;
|
|
359
359
|
/**
|
|
@@ -547,7 +547,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
547
547
|
return this.request("CreateBackupMigration", req, cb);
|
|
548
548
|
}
|
|
549
549
|
/**
|
|
550
|
-
*
|
|
550
|
+
* 本接口(DescribeDBInstances)用于查询实例列表。
|
|
551
551
|
*/
|
|
552
552
|
async DescribeDBInstances(req, cb) {
|
|
553
553
|
return this.request("DescribeDBInstances", req, cb);
|