tencentcloud-sdk-nodejs-dlc 4.1.259 → 4.1.265

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-dlc",
3
- "version": "4.1.259",
3
+ "version": "4.1.265",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -473,24 +473,24 @@ export interface DescribeTablesResponse {
473
473
  */
474
474
  export interface DescribeDataEngineEventsResponse {
475
475
  /**
476
- * 事件详细信息
476
+ * <p>事件详细信息</p>
477
477
  注意:此字段可能返回 null,表示取不到有效值。
478
478
  */
479
479
  Events?: Array<HouseEventsInfo>;
480
480
  /**
481
- * 分页号
481
+ * <p>分页号</p>
482
482
  */
483
483
  Page?: number;
484
484
  /**
485
- * 分页大小
485
+ * <p>分页大小</p>
486
486
  */
487
487
  Size?: number;
488
488
  /**
489
- * 总页数
489
+ * <p>总页数</p>
490
490
  */
491
491
  TotalPages?: number;
492
492
  /**
493
- * 总条数
493
+ * <p>总条数</p>
494
494
  */
495
495
  TotalCount?: number;
496
496
  /**
@@ -6129,21 +6129,29 @@ export interface UpdateRowFilterResponse {
6129
6129
  */
6130
6130
  export interface DescribeDataEngineEventsRequest {
6131
6131
  /**
6132
- * 虚拟集群名称
6132
+ * <p>虚拟集群名称</p>
6133
6133
  */
6134
6134
  DataEngineName: string;
6135
6135
  /**
6136
- * 返回数量,默认为10,最大为100
6136
+ * <p>返回数量,默认为10,最大为100</p>
6137
6137
  */
6138
6138
  Limit?: number;
6139
6139
  /**
6140
- * 偏移量,默认为0
6140
+ * <p>偏移量,默认为0</p>
6141
6141
  */
6142
6142
  Offset?: number;
6143
6143
  /**
6144
- * 资源组id
6144
+ * <p>资源组id</p>
6145
6145
  */
6146
6146
  SessionId?: string;
6147
+ /**
6148
+ * <p>查询开始时间,用于筛选资源组启停事件的时间范围,不传则不限制开始时间</p><p>参数格式:YYYY-mm-dd HH:MM:SS</p>
6149
+ */
6150
+ StartTime?: string;
6151
+ /**
6152
+ * <p>查询结束时间,用于筛选资源组启停事件的时间范围,不传则不限制结束时间。需大于等于 StartTime</p><p>参数格式:YYYY-mm-dd HH:MM:SS</p>
6153
+ */
6154
+ EndTime?: string;
6147
6155
  }
6148
6156
  /**
6149
6157
  * DescribeDataEnginePythonSparkImages返回参数结构体