tencentcloud-sdk-nodejs 4.1.144 → 4.1.146

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.
Files changed (74) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/apm/v20210622/apm_client.js +54 -21
  3. package/es/services/ccc/v20200210/ccc_client.js +6 -0
  4. package/es/services/ckafka/v20190819/ckafka_client.js +2 -5
  5. package/es/services/ess/v20201111/ess_client.js +6 -0
  6. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -14
  7. package/es/services/mongodb/v20190725/mongodb_client.js +15 -0
  8. package/es/services/mqtt/v20240516/mqtt_client.js +8 -2
  9. package/es/services/postgres/v20170312/postgres_client.js +12 -0
  10. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +5 -5
  15. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +9 -7
  16. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +69 -25
  17. package/tencentcloud/services/apm/v20210622/apm_client.js +102 -36
  18. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +1058 -161
  19. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -0
  20. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  21. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  22. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +58 -0
  23. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -0
  24. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -6
  25. package/tencentcloud/services/chc/v20230418/chc_models.d.ts +33 -1
  26. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +3 -7
  27. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +3 -9
  28. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +22 -61
  29. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -9
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -3
  31. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -1
  32. package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -1
  33. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -8
  34. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +6 -6
  35. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +1 -1
  36. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +223 -14
  37. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +59 -7
  38. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -1
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -0
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +300 -68
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
  43. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +33 -19
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +48 -26
  45. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +573 -148
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -7
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +63 -1
  48. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +21 -1
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +30 -0
  50. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +500 -93
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  52. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -1
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +73 -14
  55. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -3
  56. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -3
  57. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +60 -0
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -2
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +29 -28
  61. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +17 -1
  62. package/tencentcloud/services/postgres/v20170312/postgres_client.js +24 -0
  63. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +167 -71
  64. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +4 -0
  65. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  66. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
  67. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  69. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +12 -0
  70. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +98 -30
  73. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +166 -14
  74. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +6 -6
@@ -28,22 +28,10 @@ class Client extends abstract_client_1.AbstractClient {
28
28
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig);
29
29
  }
30
30
  /**
31
- * 创建事件任务
32
- */
33
- async CreateProfileTask(req, cb) {
34
- return this.request("CreateProfileTask", req, cb);
35
- }
36
- /**
37
- * 查询应用配置信息
38
- */
39
- async DescribeGeneralApmApplicationConfig(req, cb) {
40
- return this.request("DescribeGeneralApmApplicationConfig", req, cb);
41
- }
42
- /**
43
- * 根据维度名和过滤条件,查询维度数据.
31
+ * 修改APM业务系统接口
44
32
  */
45
- async DescribeTagValues(req, cb) {
46
- return this.request("DescribeTagValues", req, cb);
33
+ async ModifyApmInstance(req, cb) {
34
+ return this.request("ModifyApmInstance", req, cb);
47
35
  }
48
36
  /**
49
37
  * 通用查询调用链列表
@@ -52,34 +40,40 @@ class Client extends abstract_client_1.AbstractClient {
52
40
  return this.request("DescribeGeneralSpanList", req, cb);
53
41
  }
54
42
  /**
55
- * 获取 APM 业务系统列表
43
+ * 通用查询 OpenTelemetry 调用链列表
56
44
  */
57
- async DescribeApmInstances(req, cb) {
58
- return this.request("DescribeApmInstances", req, cb);
45
+ async DescribeGeneralOTSpanList(req, cb) {
46
+ return this.request("DescribeGeneralOTSpanList", req, cb);
59
47
  }
60
48
  /**
61
- * 获取 APM 接入点
49
+ * 业务购买 APM 业务系统,调用该接口创建
62
50
  */
63
- async DescribeApmAgent(req, cb) {
64
- return this.request("DescribeApmAgent", req, cb);
51
+ async CreateApmInstance(req, cb) {
52
+ return this.request("CreateApmInstance", req, cb);
65
53
  }
66
54
  /**
67
- * 通用查询 OpenTelemetry 调用链列表
55
+ * 查询应用配置信息
68
56
  */
69
- async DescribeGeneralOTSpanList(req, cb) {
70
- return this.request("DescribeGeneralOTSpanList", req, cb);
57
+ async DescribeGeneralApmApplicationConfig(req, cb) {
58
+ return this.request("DescribeGeneralApmApplicationConfig", req, cb);
71
59
  }
72
60
  /**
73
- * 修改APM业务系统接口
61
+ * 用于修改apm业务系统与其他产品的关联关系(包括创建和删除)
74
62
  */
75
- async ModifyApmInstance(req, cb) {
76
- return this.request("ModifyApmInstance", req, cb);
63
+ async ModifyApmAssociation(req, cb) {
64
+ return this.request("ModifyApmAssociation", req, cb);
77
65
  }
78
66
  /**
79
- * 对外开放的openApi,客户可以灵活的指定需要修改的字段,再加入需要修改的服务列表.
67
+ * 修改采样配置接口
80
68
  */
81
- async ModifyGeneralApmApplicationConfig(req, cb) {
82
- return this.request("ModifyGeneralApmApplicationConfig", req, cb);
69
+ async ModifyApmSampleConfig(req, cb) {
70
+ return this.request("ModifyApmSampleConfig", req, cb);
71
+ }
72
+ /**
73
+ * 获取 APM 接入点
74
+ */
75
+ async DescribeApmAgent(req, cb) {
76
+ return this.request("DescribeApmAgent", req, cb);
83
77
  }
84
78
  /**
85
79
  * 获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。
@@ -89,10 +83,10 @@ class Client extends abstract_client_1.AbstractClient {
89
83
  return this.request("DescribeGeneralMetricData", req, cb);
90
84
  }
91
85
  /**
92
- * 查询指标列表接口,查询指标更推荐使用DescribeGeneralMetricData接口
86
+ * 用于创建apm业务系统与Prometheus实例的指标匹配规则
93
87
  */
94
- async DescribeMetricRecords(req, cb) {
95
- return this.request("DescribeMetricRecords", req, cb);
88
+ async CreateApmPrometheusRule(req, cb) {
89
+ return this.request("CreateApmPrometheusRule", req, cb);
96
90
  }
97
91
  /**
98
92
  * 销毁 APM 业务系统
@@ -101,10 +95,10 @@ class Client extends abstract_client_1.AbstractClient {
101
95
  return this.request("TerminateApmInstance", req, cb);
102
96
  }
103
97
  /**
104
- * 业务购买 APM 业务系统,调用该接口创建
98
+ * 用于查询apm业务系统与其他产品的关联关系
105
99
  */
106
- async CreateApmInstance(req, cb) {
107
- return this.request("CreateApmInstance", req, cb);
100
+ async DescribeApmAssociation(req, cb) {
101
+ return this.request("DescribeApmAssociation", req, cb);
108
102
  }
109
103
  /**
110
104
  * 获取 APM 应用指标列表
@@ -112,6 +106,78 @@ class Client extends abstract_client_1.AbstractClient {
112
106
  async DescribeApmServiceMetric(req, cb) {
113
107
  return this.request("DescribeApmServiceMetric", req, cb);
114
108
  }
109
+ /**
110
+ * 用于修改apm业务系统与Prometheus实例的指标匹配规则
111
+ */
112
+ async ModifyApmPrometheusRule(req, cb) {
113
+ return this.request("ModifyApmPrometheusRule", req, cb);
114
+ }
115
+ /**
116
+ * 创建采样配置接口
117
+ */
118
+ async CreateApmSampleConfig(req, cb) {
119
+ return this.request("CreateApmSampleConfig", req, cb);
120
+ }
121
+ /**
122
+ * 查询采样配置接口
123
+ */
124
+ async DescribeApmSampleConfig(req, cb) {
125
+ return this.request("DescribeApmSampleConfig", req, cb);
126
+ }
127
+ /**
128
+ * 根据维度名和过滤条件,查询维度数据.
129
+ */
130
+ async DescribeTagValues(req, cb) {
131
+ return this.request("DescribeTagValues", req, cb);
132
+ }
133
+ /**
134
+ * 用于查询apm业务系统与Prometheus实例的指标匹配规则
135
+ */
136
+ async DescribeApmPrometheusRule(req, cb) {
137
+ return this.request("DescribeApmPrometheusRule", req, cb);
138
+ }
139
+ /**
140
+ * 获取 APM 业务系统列表
141
+ */
142
+ async DescribeApmInstances(req, cb) {
143
+ return this.request("DescribeApmInstances", req, cb);
144
+ }
145
+ /**
146
+ * 删除采样配置接口
147
+ */
148
+ async DeleteApmSampleConfig(req, cb) {
149
+ return this.request("DeleteApmSampleConfig", req, cb);
150
+ }
151
+ /**
152
+ * 创建事件任务
153
+ */
154
+ async CreateProfileTask(req, cb) {
155
+ return this.request("CreateProfileTask", req, cb);
156
+ }
157
+ /**
158
+ * 查询应用配置接口
159
+ */
160
+ async DescribeApmApplicationConfig(req, cb) {
161
+ return this.request("DescribeApmApplicationConfig", req, cb);
162
+ }
163
+ /**
164
+ * 对外开放的openApi,客户可以灵活的指定需要修改的字段,再加入需要修改的服务列表.
165
+ */
166
+ async ModifyGeneralApmApplicationConfig(req, cb) {
167
+ return this.request("ModifyGeneralApmApplicationConfig", req, cb);
168
+ }
169
+ /**
170
+ * 查询指标列表接口,查询指标更推荐使用DescribeGeneralMetricData接口
171
+ */
172
+ async DescribeMetricRecords(req, cb) {
173
+ return this.request("DescribeMetricRecords", req, cb);
174
+ }
175
+ /**
176
+ * 修改应用配置接口
177
+ */
178
+ async ModifyApmApplicationConfig(req, cb) {
179
+ return this.request("ModifyApmApplicationConfig", req, cb);
180
+ }
115
181
  /**
116
182
  * 应用概览数据拉取
117
183
  */