tencentcloud-sdk-nodejs-cdb 4.1.60 → 4.1.61

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-cdb",
3
- "version": "4.1.60",
3
+ "version": "4.1.61",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9284,6 +9284,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
9284
9284
  InstanceId: string;
9285
9285
  /**
9286
9286
  * 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
9287
+ 注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
9287
9288
  */
9288
9289
  SecurityGroupIds: Array<string>;
9289
9290
  /**