tencentcloud-sdk-nodejs-oceanus 4.1.261 → 4.1.262

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-oceanus",
3
- "version": "4.1.261",
3
+ "version": "4.1.262",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4628,32 +4628,40 @@ export interface StopJobsResponse {
4628
4628
  */
4629
4629
  export interface JobEvent {
4630
4630
  /**
4631
- * 内部定义的事件类型
4631
+ * <p>内部定义的事件类型</p>
4632
4632
  */
4633
- Type: string;
4633
+ Type?: string;
4634
4634
  /**
4635
- * 事件类型的说明文字
4635
+ * <p>事件类型的说明文字</p>
4636
4636
  */
4637
- Description: string;
4637
+ Description?: string;
4638
4638
  /**
4639
- * 事件发生的 Unix 时间戳(秒)
4639
+ * <p>事件发生的 Unix 时间戳(秒)</p>
4640
4640
  */
4641
- Timestamp: number;
4641
+ Timestamp?: number;
4642
4642
  /**
4643
- * 事件发生时的运行 ID
4643
+ * <p>事件发生时的运行 ID</p>
4644
4644
  注意:此字段可能返回 null,表示取不到有效值。
4645
4645
  */
4646
- RunningOrderId: number;
4646
+ RunningOrderId?: number;
4647
4647
  /**
4648
- * 事件的一些可选说明
4648
+ * <p>事件的一些可选说明</p>
4649
4649
  注意:此字段可能返回 null,表示取不到有效值。
4650
4650
  */
4651
- Message: string;
4651
+ Message?: string;
4652
4652
  /**
4653
- * 异常事件的排查手册链接
4653
+ * <p>异常事件的排查手册链接</p>
4654
4654
  注意:此字段可能返回 null,表示取不到有效值。
4655
4655
  */
4656
- SolutionLink: string;
4656
+ SolutionLink?: string;
4657
+ /**
4658
+ * <p>异常事件原因分析</p>
4659
+ */
4660
+ CauseAnalysis?: string;
4661
+ /**
4662
+ * <p>异常事件处理的参考方案</p>
4663
+ */
4664
+ Solution?: string;
4657
4665
  }
4658
4666
  /**
4659
4667
  * DescribeResources请求参数结构体
@@ -4690,29 +4698,37 @@ export interface DescribeResourcesRequest {
4690
4698
  */
4691
4699
  export interface DescribeJobEventsRequest {
4692
4700
  /**
4693
- * 作业的 ID
4701
+ * <p>作业的 ID</p>
4694
4702
  */
4695
4703
  JobId: string;
4696
4704
  /**
4697
- * 筛选条件:起始 Unix 时间戳(秒)
4705
+ * <p>筛选条件:起始 Unix 时间戳(秒)</p>
4698
4706
  */
4699
4707
  StartTimestamp: number;
4700
4708
  /**
4701
- * 筛选条件:结束 Unix 时间戳(秒)
4709
+ * <p>筛选条件:结束 Unix 时间戳(秒)</p>
4702
4710
  */
4703
4711
  EndTimestamp: number;
4704
4712
  /**
4705
- * 事件类型。如果不传则返回所有类型的数据
4713
+ * <p>事件类型。如果不传则返回所有类型的数据</p>
4706
4714
  */
4707
4715
  Types?: Array<string>;
4708
4716
  /**
4709
- * 运行实例 ID 数组
4717
+ * <p>运行实例 ID 数组</p>
4710
4718
  */
4711
4719
  RunningOrderIds?: Array<number | bigint>;
4712
4720
  /**
4713
- * 工作空间 SerialId
4721
+ * <p>工作空间 SerialId</p>
4714
4722
  */
4715
4723
  WorkSpaceId?: string;
4724
+ /**
4725
+ * <p>返回条数</p>
4726
+ */
4727
+ Limit?: number;
4728
+ /**
4729
+ * <p>起始偏移个数</p>
4730
+ */
4731
+ Offset?: number;
4716
4732
  }
4717
4733
  /**
4718
4734
  * flink jdk版本
@@ -4969,22 +4985,22 @@ export interface SessionClusterRefItem {
4969
4985
  */
4970
4986
  export interface DescribeJobEventsResponse {
4971
4987
  /**
4972
- * 该作业指定范围内的事件列表
4988
+ * <p>该作业指定范围内的事件列表</p>
4973
4989
  注意:此字段可能返回 null,表示取不到有效值。
4974
4990
  */
4975
4991
  Events?: Array<JobEvent>;
4976
4992
  /**
4977
- * 该作业指定范围内运行实例 ID 数组,仅当入参没有传入 RunningOrderIds 参数时才会返回。倒序输出
4993
+ * <p>该作业指定范围内运行实例 ID 数组,仅当入参没有传入 RunningOrderIds 参数时才会返回。倒序输出</p>
4978
4994
  注意:此字段可能返回 null,表示取不到有效值。
4979
4995
  */
4980
4996
  RunningOrderIds?: Array<number | bigint>;
4981
4997
  /**
4982
- * 事件的总数
4998
+ * <p>事件的总数</p>
4983
4999
  注意:此字段可能返回 null,表示取不到有效值。
4984
5000
  */
4985
5001
  TotalCount?: number;
4986
5002
  /**
4987
- * 实例对应的版本
5003
+ * <p>实例对应的版本</p>
4988
5004
  注意:此字段可能返回 null,表示取不到有效值。
4989
5005
  */
4990
5006
  Versions?: Array<number | bigint>;