tencentcloud-sdk-nodejs-dbbrain 4.1.127 → 4.1.128

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-dbbrain",
3
- "version": "4.1.127",
3
+ "version": "4.1.128",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -707,6 +707,11 @@ export interface MySqlProcess {
707
707
  * 线程的操作语句。
708
708
  */
709
709
  Info?: string;
710
+ /**
711
+ * sql类型
712
+ 注意:此字段可能返回 null,表示取不到有效值。
713
+ */
714
+ SqlType?: string;
710
715
  }
711
716
  /**
712
717
  * 实例诊断历史事件
@@ -2150,7 +2155,7 @@ export interface DescribeMySqlProcessListRequest {
2150
2155
  */
2151
2156
  Limit?: number;
2152
2157
  /**
2153
- * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
2158
+ * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
2154
2159
  */
2155
2160
  Product?: string;
2156
2161
  }