tencentcloud-sdk-nodejs-cdwch 4.1.223 → 4.1.225

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-cdwch",
3
- "version": "4.1.223",
3
+ "version": "4.1.225",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -517,27 +517,27 @@ export interface DescribeInstanceNodesRequest {
517
517
  */
518
518
  export interface ModifyUserNewPrivilegeRequest {
519
519
  /**
520
- * 实例id
520
+ * <p>实例id</p>
521
521
  */
522
522
  InstanceId: string;
523
523
  /**
524
- * cluster名称
524
+ * <p>clickhouse逻辑集群名称,可通过连接集群执行 <code>SHOW CLUSTERS</code> 查询获得</p>
525
525
  */
526
526
  Cluster: string;
527
527
  /**
528
- * 用户名
528
+ * <p>用户名</p>
529
529
  */
530
530
  UserName: string;
531
531
  /**
532
- * 是否所有数据库表
532
+ * <p>是否所有数据库表</p>
533
533
  */
534
534
  AllDatabase: boolean;
535
535
  /**
536
- * 全局权限
536
+ * <p>全局权限</p>
537
537
  */
538
538
  GlobalPrivileges?: Array<string>;
539
539
  /**
540
- * 数据库表权限
540
+ * <p>数据库表权限</p>
541
541
  */
542
542
  DatabasePrivilegeList?: Array<DatabasePrivilegeInfo>;
543
543
  }
@@ -546,34 +546,23 @@ export interface ModifyUserNewPrivilegeRequest {
546
546
  */
547
547
  export interface DescribeCkSqlApisRequest {
548
548
  /**
549
- * 实例id
549
+ * <p>实例id</p>
550
550
  */
551
551
  InstanceId: string;
552
552
  /**
553
- * api接口名称,GetClusters:获取集群cluster列表
554
- GetSystemUsers:获取系统用户列表
555
- CheckNodeCluster: 检查节点是否隶属一个cluster
556
- GetClusterDatabases: 获取一个cluster下的数据库列表
557
- GetClusterTables: 获取一个cluster下的数据库表列表
558
- GetPrivilegeUsers: 获取授权的用户列表
559
- GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
560
- GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
561
- RevokeClusterUser:解绑cluster用户
562
- DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
563
- GetUserOptionMessages:获取用户配置备注信息
564
- GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
553
+ * <p>api接口名称,GetClusters:获取集群cluster列表<br>GetSystemUsers:获取系统用户列表<br>CheckNodeCluster: 检查节点是否隶属一个cluster<br>GetClusterDatabases: 获取一个cluster下的数据库列表<br>GetClusterTables: 获取一个cluster下的数据库表列表<br>GetPrivilegeUsers: 获取授权的用户列表<br>GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限<br>GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)<br>RevokeClusterUser:解绑cluster用户<br>DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑<br>GetUserOptionMessages:获取用户配置备注信息<br>GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY</p>
565
554
  */
566
555
  ApiType: string;
567
556
  /**
568
- * 集群名称,当ApiType取值为GET_SYSTEM_USERSGET_PRIVILEGE_USERSGET_CLUSTER_DATABASESGET_CLUSTER_TABLES 时,此参数必填
557
+ * <p>clickhouse逻辑集群名称,可通过连接集群执行 <code>SHOW CLUSTERS</code> 查询获得。当 ApiType 取值为 GET_SYSTEM_USERSGET_PRIVILEGE_USERSGET_CLUSTER_DATABASESGET_CLUSTER_TABLES 时,本参数必填。</p>
569
558
  */
570
559
  Cluster?: string;
571
560
  /**
572
- * 用户名称,api与user相关的必填
561
+ * <p>用户名称,api与user相关的必填</p>
573
562
  */
574
563
  UserName?: string;
575
564
  /**
576
- * 账户的类型
565
+ * <p>账户的类型</p>
577
566
  */
578
567
  UserType?: string;
579
568
  }
@@ -1830,7 +1819,7 @@ export interface DescribeBackUpScheduleResponse {
1830
1819
  */
1831
1820
  export interface DescribeCkSqlApisResponse {
1832
1821
  /**
1833
- * 返回的查询数据,大部分情况是list,也可能是bool
1822
+ * <p>返回的查询数据,大部分情况是list,也可能是bool</p>
1834
1823
  */
1835
1824
  ReturnData?: string;
1836
1825
  /**