tencentcloud-sdk-nodejs-cynosdb 4.1.257 → 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
|
@@ -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
|
}
|