tencentcloud-sdk-nodejs-sqlserver 4.1.100 → 4.1.116

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-sqlserver",
3
- "version": "4.1.100",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
- * 本接口(ModifyDatabaseShrinkDMF)用于收缩数据库mdf(Shrink mdf)。
298
+ * 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdfShrink 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
- * 本接口(ModifyDatabaseShrinkDMF)用于收缩数据库mdf(Shrink mdf)。
464
+ * 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdfShrink 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
  }