tencentcloud-sdk-nodejs-csip 4.1.164 → 4.1.165

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-csip",
3
- "version": "4.1.164",
3
+ "version": "4.1.165",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4940,6 +4940,23 @@ export interface AccessKeyAlarm {
4940
4940
  * 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
4941
4941
  */
4942
4942
  CloudType?: number;
4943
+ /**
4944
+ * 告警AI分析状态
4945
+ -1 分析失败
4946
+ 0 未分析
4947
+ 1 分析中
4948
+ 2 分析成功,真实告警
4949
+ 3 分析成功,可疑告警
4950
+ */
4951
+ AIStatus?: number;
4952
+ /**
4953
+ * 首次告警时间戳(秒级)
4954
+ */
4955
+ FirstAlarmTimestamp?: number;
4956
+ /**
4957
+ * 最后告警时间戳(秒级)
4958
+ */
4959
+ LastAlarmTimestamp?: number;
4943
4960
  }
4944
4961
  /**
4945
4962
  * 多云账户统计信息