tencentcloud-sdk-nodejs-cdb 4.1.168 → 4.1.179

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.168",
3
+ "version": "4.1.179",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4020,7 +4020,7 @@ export interface DescribeInstanceUpgradeTypeRequest {
4020
4020
  */
4021
4021
  NodeDistribution?: NodeDistribution;
4022
4022
  /**
4023
- * 集群版的节点拓扑配置。Nodeld信息可通过 [DescribeClusterInfo](https://cloud.tencent.com/document/api/236/105116) 接口获取。
4023
+ * 云盘版的节点拓扑配置。Nodeld 信息可通过 [DescribeClusterInfo](https://cloud.tencent.com/document/api/236/105116) 接口获取。
4024
4024
  */
4025
4025
  ClusterTopology?: ClusterTopology;
4026
4026
  }
@@ -10084,7 +10084,7 @@ export interface ModifyAccountPasswordRequest {
10084
10084
  */
10085
10085
  Accounts: Array<Account>;
10086
10086
  /**
10087
- * 是否跳过校验密码复杂度
10087
+ * 该字段已废弃。
10088
10088
  * @deprecated
10089
10089
  */
10090
10090
  SkipValidatePassword?: boolean;