tencentcloud-sdk-nodejs-sqlserver 4.1.101 → 4.1.117
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
|
@@ -295,7 +295,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
295
295
|
*/
|
|
296
296
|
DeletePublishSubscribe(req: DeletePublishSubscribeRequest, cb?: (error: string, rep: DeletePublishSubscribeResponse) => void): Promise<DeletePublishSubscribeResponse>;
|
|
297
297
|
/**
|
|
298
|
-
*
|
|
298
|
+
* 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdf(Shrink mdf)。
|
|
299
299
|
*/
|
|
300
300
|
ModifyDatabaseShrinkMDF(req: ModifyDatabaseShrinkMDFRequest, cb?: (error: string, rep: ModifyDatabaseShrinkMDFResponse) => void): Promise<ModifyDatabaseShrinkMDFResponse>;
|
|
301
301
|
/**
|
|
@@ -461,7 +461,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
461
461
|
return this.request("DeletePublishSubscribe", req, cb);
|
|
462
462
|
}
|
|
463
463
|
/**
|
|
464
|
-
*
|
|
464
|
+
* 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdf(Shrink mdf)。
|
|
465
465
|
*/
|
|
466
466
|
async ModifyDatabaseShrinkMDF(req, cb) {
|
|
467
467
|
return this.request("ModifyDatabaseShrinkMDF", req, cb);
|
|
@@ -7362,7 +7362,8 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
|
|
|
7362
7362
|
*/
|
|
7363
7363
|
InstanceId: string;
|
|
7364
7364
|
/**
|
|
7365
|
-
* 要修改的安全组 ID 列表,一个或者多个安全组 ID
|
|
7365
|
+
* 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。可通过 DescribeDBSecurityGroups 接口获取。输入的安全组 ID 数组无长度限制。
|
|
7366
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
7366
7367
|
*/
|
|
7367
7368
|
SecurityGroupIdSet: Array<string>;
|
|
7368
7369
|
}
|