tencentcloud-sdk-nodejs-apm 4.1.267 → 4.1.270

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-apm",
3
- "version": "4.1.267",
3
+ "version": "4.1.270",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -33,6 +33,7 @@ export interface CreateApmInstanceRequest {
33
33
  Tags?: Array<ApmTag>;
34
34
  /**
35
35
  * 业务系统上报额度值,默认赋值为0表示不限制上报额度,已废弃
36
+ * @deprecated
36
37
  */
37
38
  SpanDailyCounters?: number;
38
39
  /**
@@ -287,7 +288,7 @@ export interface DescribeTopologyNewResponse {
287
288
  */
288
289
  Edges?: Array<TopologyEdgeNew>;
289
290
  /**
290
- * <p>拓扑图是否有修改</p>
291
+ * <p>拓扑图是否有修改</p><p>枚举值:</p><ul><li>0: 拓扑图未修改</li><li>1: 拓扑图已修改</li></ul>
291
292
  注意:此字段可能返回 null,表示取不到有效值。
292
293
  */
293
294
  TopologyModifyFlag?: number;
@@ -1340,6 +1341,7 @@ export interface DescribeApmAgentRequest {
1340
1341
  LanguageEnvironment?: string;
1341
1342
  /**
1342
1343
  * 上报方式,已弃用
1344
+ * @deprecated
1343
1345
  */
1344
1346
  ReportMethod?: string;
1345
1347
  }
@@ -2884,7 +2886,7 @@ export interface ApmApplicationConfigView {
2884
2886
  */
2885
2887
  ErrorCodeFilter?: string;
2886
2888
  /**
2887
- * <p>应用诊断开关(已废弃)</p>
2889
+ * <p>应用诊断开关</p>
2888
2890
  */
2889
2891
  EventEnable?: boolean;
2890
2892
  /**
@@ -2932,11 +2934,11 @@ export interface ApmApplicationConfigView {
2932
2934
  */
2933
2935
  AgentEnable?: boolean;
2934
2936
  /**
2935
- * <p>组件列表开关(已废弃)</p>
2937
+ * <p>组件列表开关</p>
2936
2938
  */
2937
2939
  InstrumentList?: Array<Instrument>;
2938
2940
  /**
2939
- * <p>链路压缩开关(已废弃)</p>
2941
+ * <p>链路压缩开关</p>
2940
2942
  */
2941
2943
  TraceSquash?: boolean;
2942
2944
  /**
@@ -3517,15 +3519,15 @@ export interface CVMMeta {
3517
3519
  */
3518
3520
  export interface ModifyApmServiceRequest {
3519
3521
  /**
3520
- * 应用ID
3522
+ * <p>应用ID</p>
3521
3523
  */
3522
3524
  ServiceID: string;
3523
3525
  /**
3524
- * 应用描述
3526
+ * <p>应用描述</p>
3525
3527
  */
3526
3528
  ServiceDescription?: string;
3527
3529
  /**
3528
- * 标签列表
3530
+ * <p>标签列表</p>
3529
3531
  */
3530
3532
  Tags?: Array<ApmTag>;
3531
3533
  }