tencentcloud-sdk-nodejs 4.0.811 → 4.0.812

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 (55) hide show
  1. package/CHANGELOG.md +201 -0
  2. package/SERVICE_CHANGELOG.md +359 -44
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/af/v20200226/af_models.ts +3 -5
  7. package/src/services/cls/v20201016/cls_client.ts +17 -29
  8. package/src/services/cls/v20201016/cls_models.ts +4 -28
  9. package/src/services/dnspod/v20210323/dnspod_client.ts +22 -9
  10. package/src/services/dnspod/v20210323/dnspod_models.ts +130 -60
  11. package/src/services/dts/v20211206/dts_models.ts +7 -2
  12. package/src/services/emr/v20190103/emr_models.ts +24 -0
  13. package/src/services/es/v20180416/es_client.ts +59 -20
  14. package/src/services/es/v20180416/es_models.ts +352 -139
  15. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -0
  16. package/src/services/live/v20180801/live_client.ts +13 -0
  17. package/src/services/live/v20180801/live_models.ts +58 -0
  18. package/src/services/mps/v20190612/mps_models.ts +2 -2
  19. package/src/services/mrs/v20200910/mrs_models.ts +1 -1
  20. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  21. package/src/services/teo/v20220901/teo_models.ts +1 -1
  22. package/src/services/tione/v20211111/tione_client.ts +19 -7
  23. package/src/services/tione/v20211111/tione_models.ts +26 -7
  24. package/src/services/wedata/v20210820/wedata_models.ts +30 -0
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/af/v20200226/af_models.d.ts +3 -5
  28. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -11
  29. package/tencentcloud/services/cls/v20201016/cls_client.js +9 -15
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -26
  31. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
  32. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
  33. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +127 -60
  34. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
  35. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +24 -0
  36. package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
  37. package/tencentcloud/services/es/v20180416/es_client.js +24 -6
  38. package/tencentcloud/services/es/v20180416/es_models.d.ts +343 -139
  39. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
  40. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  41. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  42. package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -0
  43. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  44. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
  45. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  46. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  47. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
  48. package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
  49. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -7
  50. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
  51. package/test/cls.v20201016.test.js +12 -22
  52. package/test/dnspod.v20210323.test.js +12 -2
  53. package/test/es.v20180416.test.js +34 -4
  54. package/test/live.v20180801.test.js +10 -0
  55. package/test/tione.v20211111.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.811",
3
+ "version": "4.0.812",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -4,7 +4,7 @@
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-12 01:07:35 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-12 01:07:39 |
7
- | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-12 01:07:41 |
7
+ | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-14 01:07:34 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-12 01:07:43 |
9
9
  | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-13 01:07:42 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
@@ -60,7 +60,7 @@
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-12 01:17:48 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-12 01:17:53 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-13 01:11:37 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-14 01:11:38 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-12 01:18:40 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-12 01:18:46 |
@@ -81,21 +81,21 @@
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-12 01:24:56 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-12 01:25:05 |
83
83
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-12 01:25:34 |
84
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-12 01:26:21 |
84
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-14 01:14:21 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-13 01:14:31 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-12 01:27:01 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-12 01:27:05 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-12 01:27:10 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-13 01:15:00 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-14 01:15:02 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-12 01:28:33 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-12 01:28:45 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-12 01:28:47 |
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-12 01:28:55 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-12 01:29:44 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-12 01:29:59 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-13 16:49:04 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-14 01:15:43 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-14 01:15:53 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-13 16:49:19 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-13 01:15:56 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-12 01:31:22 |
@@ -123,7 +123,7 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-03-12 01:33:40 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-12 01:33:42 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-12 01:34:08 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-14 01:17:47 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-12 01:34:52 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-12 01:35:29 |
@@ -134,7 +134,7 @@
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-12 01:37:06 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-12 01:37:24 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-12 01:37:46 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-12 01:38:26 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-14 01:19:23 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
140
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-12 01:39:23 |
@@ -146,8 +146,8 @@
146
146
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-12 01:39:57 |
147
147
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-13 01:19:31 |
148
148
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-12 11:37:38 |
149
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-03-12 01:41:19 |
150
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-12 01:42:05 |
149
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-03-14 01:20:29 |
150
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-14 01:20:51 |
151
151
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-03-12 01:42:14 |
152
152
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-12 01:42:23 |
153
153
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
@@ -168,7 +168,7 @@
168
168
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
169
169
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
170
170
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-03-12 01:45:41 |
171
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-12 01:46:04 |
171
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-14 01:22:33 |
172
172
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-12 01:46:29 |
173
173
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-03-12 01:46:38 |
174
174
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-03-12 01:46:43 |
@@ -178,7 +178,7 @@
178
178
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
179
179
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-12 01:46:58 |
180
180
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
181
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-03-12 01:47:52 |
181
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-03-14 01:23:11 |
182
182
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-12 01:48:16 |
183
183
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-03-12 01:48:20 |
184
184
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-12 01:48:29 |
@@ -205,7 +205,7 @@
205
205
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-13 01:24:22 |
206
206
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-12 01:54:17 |
207
207
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-12 01:54:19 |
208
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-13 01:24:49 |
208
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-14 01:25:29 |
209
209
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-12 01:55:22 |
210
210
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
211
211
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -213,7 +213,7 @@
213
213
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-12 01:55:30 |
214
214
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
215
215
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-12 01:55:32 |
216
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-13 01:25:17 |
216
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-14 01:25:59 |
217
217
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-12 01:56:17 |
218
218
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-12 01:58:07 |
219
219
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -237,7 +237,7 @@
237
237
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-03-12 02:04:17 |
238
238
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-12 02:04:20 |
239
239
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-12 02:05:11 |
240
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-13 01:28:24 |
240
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-14 01:29:38 |
241
241
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03-12 02:07:35 |
242
242
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
243
243
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-12 02:07:58 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.811"
1
+ export const sdkVersion = "4.0.812"
@@ -523,7 +523,7 @@ export interface QueryAntiFraudResponse {
523
523
  */
524
524
  IdFound?: number
525
525
  /**
526
- * 0~100;值越高 欺诈可能性越大
526
+ * 0~100;值越高 欺诈可能性越大(注:该字段真实类型为有符号整型)
527
527
  */
528
528
  RiskScore?: number
529
529
  /**
@@ -576,11 +576,11 @@ export interface QueryAntiFraudRequest {
576
576
  */
577
577
  UserIp?: string
578
578
  /**
579
- * 国际移动设备识别码(五选二)
579
+ * 国际移动设备识别码,和Idfa同时传入时,只看作一个关键入参(五选二)
580
580
  */
581
581
  Imei?: string
582
582
  /**
583
- * ios 系统广告标示符(五选二)
583
+ * ios 系统广告标示符,和Imei同时传入时,只看作一个关键入参(五选二)
584
584
  */
585
585
  Idfa?: string
586
586
  /**
@@ -657,8 +657,6 @@ ID 区分统计数据
657
657
  * 姓名加密类型
658
658
  0:不加密(默认值)
659
659
  1:md5
660
- 2:sha256
661
- 3:SM3
662
660
  */
663
661
  NameCryptoType?: string
664
662
  }
@@ -84,7 +84,7 @@ import {
84
84
  DescribeConfigMachineGroupsRequest,
85
85
  MetaTagInfo,
86
86
  CreateCosRechargeRequest,
87
- DescribeKafkaUserRequest,
87
+ ModifyAlarmShieldResponse,
88
88
  ExtractRuleInfo,
89
89
  CreateAlarmShieldResponse,
90
90
  DeleteDataTransformResponse,
@@ -139,7 +139,6 @@ import {
139
139
  CreateKafkaRechargeResponse,
140
140
  ModifyScheduledSqlRequest,
141
141
  DeleteConfigResponse,
142
- ModifyAlarmShieldResponse,
143
142
  CreateDeliverCloudFunctionRequest,
144
143
  DeleteConsumerRequest,
145
144
  QueryRangeMetricResponse,
@@ -270,7 +269,6 @@ import {
270
269
  CheckRechargeKafkaServerResponse,
271
270
  ModifyCosRechargeRequest,
272
271
  DescribeLogsetsRequest,
273
- DescribeKafkaUserResponse,
274
272
  ParquetInfo,
275
273
  DeleteTopicResponse,
276
274
  CosRechargeInfo,
@@ -338,16 +336,6 @@ export class Client extends AbstractClient {
338
336
  return this.request("CreateIndex", req, cb)
339
337
  }
340
338
 
341
- /**
342
- * 查询指定时刻指标的最新值
343
- */
344
- async QueryMetric(
345
- req: QueryMetricRequest,
346
- cb?: (error: string, rep: QueryMetricResponse) => void
347
- ): Promise<QueryMetricResponse> {
348
- return this.request("QueryMetric", req, cb)
349
- }
350
-
351
339
  /**
352
340
  * 修改现有的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
353
341
  */
@@ -469,13 +457,13 @@ export class Client extends AbstractClient {
469
457
  }
470
458
 
471
459
  /**
472
- * 获取机器组绑定的采集规则配置
460
+ * 查询指定时刻指标的最新值
473
461
  */
474
- async DescribeMachineGroupConfigs(
475
- req: DescribeMachineGroupConfigsRequest,
476
- cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
477
- ): Promise<DescribeMachineGroupConfigsResponse> {
478
- return this.request("DescribeMachineGroupConfigs", req, cb)
462
+ async QueryMetric(
463
+ req: QueryMetricRequest,
464
+ cb?: (error: string, rep: QueryMetricResponse) => void
465
+ ): Promise<QueryMetricResponse> {
466
+ return this.request("QueryMetric", req, cb)
479
467
  }
480
468
 
481
469
  /**
@@ -1000,16 +988,6 @@ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Ac
1000
988
  return this.request("CreateConsumer", req, cb)
1001
989
  }
1002
990
 
1003
- /**
1004
- * 本接口用于获取kafka用户信息
1005
- */
1006
- async DescribeKafkaUser(
1007
- req: DescribeKafkaUserRequest,
1008
- cb?: (error: string, rep: DescribeKafkaUserResponse) => void
1009
- ): Promise<DescribeKafkaUserResponse> {
1010
- return this.request("DescribeKafkaUser", req, cb)
1011
- }
1012
-
1013
991
  /**
1014
992
  * 本接口用于修改日志主题。
1015
993
  */
@@ -1304,6 +1282,16 @@ cls.pb.cc cls.pb.h cls.proto
1304
1282
  return this.request("ModifyLogset", req, cb)
1305
1283
  }
1306
1284
 
1285
+ /**
1286
+ * 获取机器组绑定的采集规则配置
1287
+ */
1288
+ async DescribeMachineGroupConfigs(
1289
+ req: DescribeMachineGroupConfigsRequest,
1290
+ cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
1291
+ ): Promise<DescribeMachineGroupConfigsResponse> {
1292
+ return this.request("DescribeMachineGroupConfigs", req, cb)
1293
+ }
1294
+
1307
1295
  /**
1308
1296
  * 本接口用于修改数据加工任务
1309
1297
  */
@@ -1563,13 +1563,13 @@ export interface CreateCosRechargeRequest {
1563
1563
  }
1564
1564
 
1565
1565
  /**
1566
- * DescribeKafkaUser请求参数结构体
1566
+ * ModifyAlarmShield返回参数结构体
1567
1567
  */
1568
- export interface DescribeKafkaUserRequest {
1568
+ export interface ModifyAlarmShieldResponse {
1569
1569
  /**
1570
- * kafka用户名。
1570
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1571
1571
  */
1572
- UserName: string
1572
+ RequestId?: string
1573
1573
  }
1574
1574
 
1575
1575
  /**
@@ -3106,16 +3106,6 @@ export interface DeleteConfigResponse {
3106
3106
  RequestId?: string
3107
3107
  }
3108
3108
 
3109
- /**
3110
- * ModifyAlarmShield返回参数结构体
3111
- */
3112
- export interface ModifyAlarmShieldResponse {
3113
- /**
3114
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3115
- */
3116
- RequestId?: string
3117
- }
3118
-
3119
3109
  /**
3120
3110
  * CreateDeliverCloudFunction请求参数结构体
3121
3111
  */
@@ -6719,20 +6709,6 @@ tag:tagKey
6719
6709
  Limit?: number
6720
6710
  }
6721
6711
 
6722
- /**
6723
- * DescribeKafkaUser返回参数结构体
6724
- */
6725
- export interface DescribeKafkaUserResponse {
6726
- /**
6727
- * 如果返回不为空,代表用户名UserName已经创建成功。
6728
- */
6729
- UserName?: string
6730
- /**
6731
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6732
- */
6733
- RequestId?: string
6734
- }
6735
-
6736
6712
  /**
6737
6713
  * Parquet内容
6738
6714
  */
@@ -57,7 +57,8 @@ import {
57
57
  DescribeSnapshotRollbackResultResponse,
58
58
  TagItemFilter,
59
59
  DescribeRecordTypeResponse,
60
- ModifyDomainRemarkResponse,
60
+ DescribeRecordLineCategoryListResponse,
61
+ ModifyRecordResponse,
61
62
  DeleteSnapshotRequest,
62
63
  DeleteRecordBatchResponse,
63
64
  DescribeDomainAliasListResponse,
@@ -67,7 +68,7 @@ import {
67
68
  RecordCountInfo,
68
69
  DeleteShareDomainResponse,
69
70
  PackageDetailItem,
70
- ModifyRecordRequest,
71
+ ModifyDomainRemarkResponse,
71
72
  BatchRecordInfo,
72
73
  LineGroupInfo,
73
74
  DeleteDomainRequest,
@@ -106,7 +107,7 @@ import {
106
107
  CreateRecordBatchDetail,
107
108
  WhoisContact,
108
109
  DescribeRecordResponse,
109
- ModifyRecordResponse,
110
+ DescribeRecordLineCategoryListRequest,
110
111
  ModifyRecordToGroupResponse,
111
112
  SnapshotRecord,
112
113
  ModifyDomainUnlockResponse,
@@ -192,6 +193,7 @@ import {
192
193
  DescribeRecordSnapshotRollbackResultRequest,
193
194
  ModifyDomainLockResponse,
194
195
  CreateDomainCustomLineRequest,
196
+ LineItem,
195
197
  CreateDealResponse,
196
198
  DescribeRecordExistExceptDefaultNSResponse,
197
199
  ModifyVasAutoRenewStatusRequest,
@@ -206,6 +208,7 @@ import {
206
208
  CreateDomainCustomLineResponse,
207
209
  DescribeDomainAnalyticsRequest,
208
210
  ModifyDynamicDNSResponse,
211
+ ModifyRecordRequest,
209
212
  DescribeSnapshotRollbackResultRequest,
210
213
  DescribeDomainWhoisResponse,
211
214
  } from "./dnspod_models"
@@ -510,6 +513,16 @@ export class Client extends AbstractClient {
510
513
  return this.request("DeleteShareDomain", req, cb)
511
514
  }
512
515
 
516
+ /**
517
+ * 设置域名备注
518
+ */
519
+ async ModifyDomainRemark(
520
+ req: ModifyDomainRemarkRequest,
521
+ cb?: (error: string, rep: ModifyDomainRemarkResponse) => void
522
+ ): Promise<ModifyDomainRemarkResponse> {
523
+ return this.request("ModifyDomainRemark", req, cb)
524
+ }
525
+
513
526
  /**
514
527
  * 获取域名信息
515
528
  */
@@ -702,13 +715,13 @@ export class Client extends AbstractClient {
702
715
  }
703
716
 
704
717
  /**
705
- * 设置域名备注
718
+ * 按分类返回线路列表
706
719
  */
707
- async ModifyDomainRemark(
708
- req: ModifyDomainRemarkRequest,
709
- cb?: (error: string, rep: ModifyDomainRemarkResponse) => void
710
- ): Promise<ModifyDomainRemarkResponse> {
711
- return this.request("ModifyDomainRemark", req, cb)
720
+ async DescribeRecordLineCategoryList(
721
+ req: DescribeRecordLineCategoryListRequest,
722
+ cb?: (error: string, rep: DescribeRecordLineCategoryListResponse) => void
723
+ ): Promise<DescribeRecordLineCategoryListResponse> {
724
+ return this.request("DescribeRecordLineCategoryList", req, cb)
712
725
  }
713
726
 
714
727
  /**
@@ -67,6 +67,10 @@ export interface CreateRecordRequest {
67
67
  * 备注
68
68
  */
69
69
  Remark?: string
70
+ /**
71
+ * 开启DNSSEC时,强制添加CNAME/URL记录
72
+ */
73
+ DnssecConflictMode?: string
70
74
  }
71
75
 
72
76
  /**
@@ -1003,9 +1007,27 @@ export interface DescribeRecordTypeResponse {
1003
1007
  }
1004
1008
 
1005
1009
  /**
1006
- * ModifyDomainRemark返回参数结构体
1010
+ * DescribeRecordLineCategoryList返回参数结构体
1007
1011
  */
1008
- export interface ModifyDomainRemarkResponse {
1012
+ export interface DescribeRecordLineCategoryListResponse {
1013
+ /**
1014
+ * 按分类返回的线路列表。
1015
+ */
1016
+ LineList?: Array<LineItem>
1017
+ /**
1018
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1019
+ */
1020
+ RequestId?: string
1021
+ }
1022
+
1023
+ /**
1024
+ * ModifyRecord返回参数结构体
1025
+ */
1026
+ export interface ModifyRecordResponse {
1027
+ /**
1028
+ * 记录ID
1029
+ */
1030
+ RecordId?: number
1009
1031
  /**
1010
1032
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1011
1033
  */
@@ -1203,61 +1225,13 @@ export interface PackageDetailItem {
1203
1225
  }
1204
1226
 
1205
1227
  /**
1206
- * ModifyRecord请求参数结构体
1228
+ * ModifyDomainRemark返回参数结构体
1207
1229
  */
1208
- export interface ModifyRecordRequest {
1209
- /**
1210
- * 域名
1211
- */
1212
- Domain: string
1213
- /**
1214
- * 记录类型,通过 API 记录类型获得,大写英文,比如:A 。
1215
- */
1216
- RecordType: string
1217
- /**
1218
- * 记录线路,通过 API 记录线路获得,中文,比如:默认。
1219
- */
1220
- RecordLine: string
1221
- /**
1222
- * 记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
1223
- */
1224
- Value: string
1225
- /**
1226
- * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
1227
- */
1228
- RecordId: number
1229
- /**
1230
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1231
- */
1232
- DomainId?: number
1233
- /**
1234
- * 主机记录,如 www,如果不传,默认为 @。
1235
- */
1236
- SubDomain?: string
1237
- /**
1238
- * 线路的 ID,通过 API 记录线路获得,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
1239
- */
1240
- RecordLineId?: string
1241
- /**
1242
- * MX 优先级,当记录类型是 MX 时有效,范围1-20,MX 记录时必选。
1243
- */
1244
- MX?: number
1245
- /**
1246
- * TTL,范围1-604800,不同等级域名最小值不同。
1247
- */
1248
- TTL?: number
1249
- /**
1250
- * 权重信息,0到100的整数。0 表示关闭,不传该参数,表示不设置权重信息。
1251
- */
1252
- Weight?: number
1253
- /**
1254
- * 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
1255
- */
1256
- Status?: string
1230
+ export interface ModifyDomainRemarkResponse {
1257
1231
  /**
1258
- * 记录的备注信息。传空删除备注。
1232
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1259
1233
  */
1260
- Remark?: string
1234
+ RequestId?: string
1261
1235
  }
1262
1236
 
1263
1237
  /**
@@ -2153,17 +2127,17 @@ export interface DescribeRecordResponse {
2153
2127
  }
2154
2128
 
2155
2129
  /**
2156
- * ModifyRecord返回参数结构体
2130
+ * DescribeRecordLineCategoryList请求参数结构体
2157
2131
  */
2158
- export interface ModifyRecordResponse {
2132
+ export interface DescribeRecordLineCategoryListRequest {
2159
2133
  /**
2160
- * 记录ID
2134
+ * 要查询线路列表的域名。
2161
2135
  */
2162
- RecordId?: number
2136
+ Domain: string
2163
2137
  /**
2164
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
2138
+ * 要查询线路列表的域名 ID。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口 DescribeDomainList 查到所有的 Domain 以及 DomainId
2165
2139
  */
2166
- RequestId?: string
2140
+ DomainId?: number
2167
2141
  }
2168
2142
 
2169
2143
  /**
@@ -4142,6 +4116,40 @@ export interface CreateDomainCustomLineRequest {
4142
4116
  DomainId?: number
4143
4117
  }
4144
4118
 
4119
+ /**
4120
+ * 域名解析记录线路信息
4121
+ */
4122
+ export interface LineItem {
4123
+ /**
4124
+ * 解析线路名称。
4125
+ */
4126
+ LineName?: string
4127
+ /**
4128
+ * 解析线路 ID。
4129
+ 注意:此字段可能返回 null,表示取不到有效值。
4130
+ */
4131
+ LineId?: string
4132
+ /**
4133
+ * 当前线路在当前域名下是否可用。
4134
+ */
4135
+ Useful?: boolean
4136
+ /**
4137
+ * 当前线路最低套餐等级要求。
4138
+ 注意:此字段可能返回 null,表示取不到有效值。
4139
+ */
4140
+ Grade?: string
4141
+ /**
4142
+ * 当前线路分类下的子线路列表。
4143
+ 注意:此字段可能返回 null,表示取不到有效值。
4144
+ */
4145
+ SubGroup?: Array<LineItem>
4146
+ /**
4147
+ * 自定义线路分组内包含的线路。
4148
+ 注意:此字段可能返回 null,表示取不到有效值。
4149
+ */
4150
+ Lines?: Array<string>
4151
+ }
4152
+
4145
4153
  /**
4146
4154
  * CreateDeal返回参数结构体
4147
4155
  */
@@ -4453,6 +4461,68 @@ export interface ModifyDynamicDNSResponse {
4453
4461
  RequestId?: string
4454
4462
  }
4455
4463
 
4464
+ /**
4465
+ * ModifyRecord请求参数结构体
4466
+ */
4467
+ export interface ModifyRecordRequest {
4468
+ /**
4469
+ * 域名
4470
+ */
4471
+ Domain: string
4472
+ /**
4473
+ * 记录类型,通过 API 记录类型获得,大写英文,比如:A 。
4474
+ */
4475
+ RecordType: string
4476
+ /**
4477
+ * 记录线路,通过 API 记录线路获得,中文,比如:默认。
4478
+ */
4479
+ RecordLine: string
4480
+ /**
4481
+ * 记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
4482
+ */
4483
+ Value: string
4484
+ /**
4485
+ * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
4486
+ */
4487
+ RecordId: number
4488
+ /**
4489
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
4490
+ */
4491
+ DomainId?: number
4492
+ /**
4493
+ * 主机记录,如 www,如果不传,默认为 @。
4494
+ */
4495
+ SubDomain?: string
4496
+ /**
4497
+ * 线路的 ID,通过 API 记录线路获得,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
4498
+ */
4499
+ RecordLineId?: string
4500
+ /**
4501
+ * MX 优先级,当记录类型是 MX 时有效,范围1-20,MX 记录时必选。
4502
+ */
4503
+ MX?: number
4504
+ /**
4505
+ * TTL,范围1-604800,不同等级域名最小值不同。
4506
+ */
4507
+ TTL?: number
4508
+ /**
4509
+ * 权重信息,0到100的整数。0 表示关闭,不传该参数,表示不设置权重信息。
4510
+ */
4511
+ Weight?: number
4512
+ /**
4513
+ * 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
4514
+ */
4515
+ Status?: string
4516
+ /**
4517
+ * 记录的备注信息。传空删除备注。
4518
+ */
4519
+ Remark?: string
4520
+ /**
4521
+ * 开启DNSSEC时,强制将其它记录修改为CNAME/URL记录
4522
+ */
4523
+ DnssecConflictMode?: string
4524
+ }
4525
+
4456
4526
  /**
4457
4527
  * DescribeSnapshotRollbackResult请求参数结构体
4458
4528
  */
@@ -2375,7 +2375,7 @@ export interface DifferenceDetail {
2375
2375
  */
2376
2376
  export interface DBInfo {
2377
2377
  /**
2378
- * 表示节点角色,针对分布式数据库,如mongodb中的mongos节点
2378
+ * 表示节点角色,针对分布式数据库,如mongodb中的mongos节点。如数据库是tdsql,枚举值为:proxy、set
2379
2379
  注意:此字段可能返回 null,表示取不到有效值。
2380
2380
  */
2381
2381
  Role?: string
@@ -2474,6 +2474,11 @@ export interface DBInfo {
2474
2474
  注意:此字段可能返回 null,表示取不到有效值。
2475
2475
  */
2476
2476
  TmpToken?: string
2477
+ /**
2478
+ * tdsql分片id。tdsql set节点必填
2479
+ 注意:此字段可能返回 null,表示取不到有效值。
2480
+ */
2481
+ SetId?: string
2477
2482
  }
2478
2483
 
2479
2484
  /**
@@ -4588,7 +4593,7 @@ export interface Endpoint {
4588
4593
  */
4589
4594
  Region?: string
4590
4595
  /**
4591
- * tdsql mysql版的节点类型,枚举值为proxy、set
4596
+ * tdsql mysql版的节点类型,枚举值为proxy、set。tdsqlmysql必填
4592
4597
  注意:此字段可能返回 null,表示取不到有效值。
4593
4598
  */
4594
4599
  Role?: string