tencentcloud-sdk-nodejs-cdb 4.1.151 → 4.1.153

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.151",
3
+ "version": "4.1.153",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5840,6 +5840,10 @@ export interface SwitchForUpgradeRequest {
5840
5840
  * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
5841
5841
  */
5842
5842
  InstanceId: string;
5843
+ /**
5844
+ * 是否开启关联切换,true为开启,false为关闭,默认false
5845
+ */
5846
+ IsRelatedSwitch?: boolean;
5843
5847
  }
5844
5848
  /**
5845
5849
  * CreateRotationPassword请求参数结构体
@@ -10072,6 +10076,10 @@ export interface ModifyAccountPasswordRequest {
10072
10076
  * 云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。
10073
10077
  */
10074
10078
  Accounts: Array<Account>;
10079
+ /**
10080
+ * 是否跳过校验密码复杂度
10081
+ */
10082
+ SkipValidatePassword?: boolean;
10075
10083
  }
10076
10084
  /**
10077
10085
  * 实例预期重启时间