tencentcloud-sdk-nodejs-cls 4.1.129 → 4.1.138

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-cls",
3
- "version": "4.1.129",
3
+ "version": "4.1.138",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -146,7 +146,7 @@ export interface AlarmInfo {
146
146
  */
147
147
  MultiConditions?: Array<MultiCondition>;
148
148
  /**
149
- * 云监控通知渠道相关信息,和AlarmNoticeIds互斥
149
+ * 腾讯云可观测平台通知渠道相关信息,和AlarmNoticeIds互斥
150
150
  */
151
151
  MonitorNotice?: MonitorNotice;
152
152
  }
@@ -5698,7 +5698,7 @@ export interface AlertHistoryRecord {
5698
5698
  */
5699
5699
  MonitorObjectType?: number;
5700
5700
  /**
5701
- * 通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道
5701
+ * 通知渠道类型,0默认代表cls内部通知渠道,1代表腾讯云可观测平台通知渠道
5702
5702
  */
5703
5703
  SendType?: number;
5704
5704
  }
@@ -6771,7 +6771,7 @@ export interface RuleInfo {
6771
6771
  DynamicIndex?: DynamicIndex;
6772
6772
  }
6773
6773
  /**
6774
- * 云监控通知渠道组信息
6774
+ * 腾讯云可观测平台通知渠道组信息
6775
6775
  */
6776
6776
  export interface MonitorNoticeRule {
6777
6777
  /**