tencentcloud-sdk-nodejs-cynosdb 4.1.258 → 4.1.259

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-cynosdb",
3
- "version": "4.1.258",
3
+ "version": "4.1.259",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3871,6 +3871,7 @@ export interface DisassociateSecurityGroupsRequest {
3871
3871
  /**
3872
3872
  * 可用区。
3873
3873
  说明:请正确输入集群所在的主可用区,若输入非集群所在的主可用区可能显示调用成功,但实际执行会失败。
3874
+ * @deprecated
3874
3875
  */
3875
3876
  Zone?: string;
3876
3877
  }
@@ -4810,6 +4811,7 @@ export interface AssociateSecurityGroupsRequest {
4810
4811
  SecurityGroupIds: Array<string>;
4811
4812
  /**
4812
4813
  * 可用区
4814
+ * @deprecated
4813
4815
  */
4814
4816
  Zone?: string;
4815
4817
  }