tencentcloud-sdk-nodejs 4.0.736 → 4.0.738

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 (71) hide show
  1. package/CHANGELOG.md +190 -0
  2. package/SERVICE_CHANGELOG.md +229 -5
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +2 -2
  7. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  8. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  9. package/src/services/cfw/v20190904/cfw_models.ts +18 -18
  10. package/src/services/csip/v20221121/csip_models.ts +3 -3
  11. package/src/services/cvm/v20170312/cvm_client.ts +2 -2
  12. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  13. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  15. package/src/services/dasb/v20191018/dasb_models.ts +4 -4
  16. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +70 -0
  18. package/src/services/ess/v20201111/ess_models.ts +1 -1
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/lcic/v20220817/lcic_models.ts +3 -3
  21. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +68 -10
  23. package/src/services/redis/v20180412/redis_models.ts +6 -6
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +155 -45
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +737 -157
  26. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +29 -14
  28. package/src/services/teo/v20220901/teo_models.ts +3 -3
  29. package/src/services/tione/v20211111/tione_client.ts +1 -0
  30. package/src/services/tione/v20211111/tione_models.ts +20 -0
  31. package/src/services/vrs/v20200824/vrs_models.ts +1 -7
  32. package/src/services/wedata/v20210820/wedata_client.ts +110 -37
  33. package/src/services/wedata/v20210820/wedata_models.ts +12073 -10108
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  37. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  38. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  39. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  40. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +18 -18
  41. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -3
  42. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
  43. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  45. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  48. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -4
  49. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  50. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  51. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +68 -0
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  54. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
  56. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
  57. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +49 -13
  58. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +72 -18
  59. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +723 -163
  60. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  61. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +29 -14
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  64. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -0
  65. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -7
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +24 -8
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.js +34 -10
  68. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11685 -9753
  69. package/test/dlc.v20210125.test.js +10 -0
  70. package/test/sqlserver.v20180328.test.js +108 -18
  71. package/test/wedata.v20210820.test.js +46 -6
package/products.md CHANGED
@@ -16,14 +16,14 @@
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-10 01:06:51 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-10 01:07:23 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-20 00:02:42 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
@@ -47,9 +47,9 @@
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
50
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-16 01:10:24 |
50
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-17 01:09:13 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
52
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-15 01:17:59 |
52
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-17 01:09:22 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -66,20 +66,20 @@
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
67
67
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
68
68
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
69
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-16 01:12:23 |
69
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-17 01:10:47 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-06 00:05:55 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
71
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-20 00:06:15 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-17 01:11:11 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
74
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-15 01:28:17 |
75
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-16 01:14:38 |
75
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
76
76
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
77
77
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
78
78
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
79
79
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
80
80
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-11-13 00:10:11 |
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-16 01:15:33 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-17 01:13:25 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
84
84
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
85
85
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
@@ -95,8 +95,8 @@
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-16 01:18:47 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-16 01:19:06 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-17 01:15:28 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-17 01:15:43 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -127,9 +127,9 @@
127
127
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
128
128
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-11-09 01:16:39 |
129
129
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
130
- | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-16 01:22:44 |
130
+ | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-20 00:13:26 |
131
131
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
132
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-09 01:19:33 |
132
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-17 01:18:40 |
133
133
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-09 01:19:51 |
134
134
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-14 01:19:55 |
135
135
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -145,13 +145,13 @@
145
145
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-14 01:20:51 |
146
146
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
147
147
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
148
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-15 02:10:37 |
148
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-20 00:15:31 |
149
149
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
150
150
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
151
151
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
152
152
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
153
153
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-16 01:25:38 |
154
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-16 01:25:49 |
154
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-20 00:15:46 |
155
155
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
156
156
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
157
157
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -160,7 +160,7 @@
160
160
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
161
161
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
162
162
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
163
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-15 02:14:39 |
163
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-17 01:21:42 |
164
164
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
165
165
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
166
166
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -173,9 +173,9 @@
173
173
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-14 01:24:00 |
174
174
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
175
175
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
176
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-14 01:24:29 |
176
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-17 01:22:32 |
177
177
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
178
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-14 01:25:09 |
178
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-20 00:17:47 |
179
179
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
180
180
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
181
181
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
@@ -198,10 +198,10 @@
198
198
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
199
199
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
200
200
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
201
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-15 02:25:53 |
201
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-17 01:25:23 |
202
202
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
203
203
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
204
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-14 15:01:32 |
204
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-17 01:25:54 |
205
205
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-06 00:21:33 |
206
206
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
207
207
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -209,15 +209,15 @@
209
209
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
210
210
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
211
211
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
212
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-16 01:32:39 |
212
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-17 01:26:29 |
213
213
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
214
214
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-13 00:23:53 |
215
215
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
216
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
216
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-17 01:27:28 |
217
217
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
218
218
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
219
219
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
220
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-16 01:33:54 |
220
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-17 01:27:31 |
221
221
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
222
222
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
223
223
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-11-16 01:34:14 |
@@ -230,11 +230,11 @@
230
230
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
231
231
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-16 01:35:27 |
232
232
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-15 02:39:18 |
233
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-16 01:37:19 |
233
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-17 01:29:51 |
234
234
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-16 17:58:08 |
235
235
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
236
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-14 01:33:54 |
237
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-15 02:45:47 |
236
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-20 00:24:26 |
237
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-17 01:31:04 |
238
238
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
239
239
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
240
240
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.736"
1
+ export const sdkVersion = "4.0.738"
@@ -2957,11 +2957,11 @@ export interface DescribeCostDetailRequest {
2957
2957
  */
2958
2958
  export interface DescribeTagListRequest {
2959
2959
  /**
2960
- * 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
2960
+ * 数量,最大值为1000
2961
2961
  */
2962
2962
  Limit: number
2963
2963
  /**
2964
- * 数量,最大值为1000
2964
+ * 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
2965
2965
  */
2966
2966
  Offset: number
2967
2967
  /**
@@ -123,7 +123,7 @@ export interface TaskGroupAction {
123
123
  }
124
124
 
125
125
  /**
126
- * 应用性能观测产品中应用信息
126
+ * 应用性能监控产品中应用信息
127
127
  */
128
128
  export interface ApmServiceInfo {
129
129
  /**
@@ -819,7 +819,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
819
819
  }
820
820
 
821
821
  /**
822
- * 防火墙开关列表
822
+ * 防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
823
823
  */
824
824
  async DescribeSwitchLists(
825
825
  req: DescribeSwitchListsRequest,
@@ -5975,64 +5975,64 @@ export interface SwitchListsData {
5975
5975
  * 公网IP
5976
5976
  注意:此字段可能返回 null,表示取不到有效值。
5977
5977
  */
5978
- PublicIp: string
5978
+ PublicIp?: string
5979
5979
  /**
5980
5980
  * 内网IP
5981
5981
  注意:此字段可能返回 null,表示取不到有效值。
5982
5982
  */
5983
- IntranetIp: string
5983
+ IntranetIp?: string
5984
5984
  /**
5985
5985
  * 实例名
5986
5986
  注意:此字段可能返回 null,表示取不到有效值。
5987
5987
  */
5988
- InstanceName: string
5988
+ InstanceName?: string
5989
5989
  /**
5990
5990
  * 实例ID
5991
5991
  注意:此字段可能返回 null,表示取不到有效值。
5992
5992
  */
5993
- InstanceId: string
5993
+ InstanceId?: string
5994
5994
  /**
5995
5995
  * 资产类型
5996
5996
  */
5997
- AssetType: string
5997
+ AssetType?: string
5998
5998
  /**
5999
5999
  * 地域
6000
6000
  注意:此字段可能返回 null,表示取不到有效值。
6001
6001
  */
6002
- Area: string
6002
+ Area?: string
6003
6003
  /**
6004
6004
  * 防火墙开关
6005
6005
  */
6006
- Switch: number
6006
+ Switch?: number
6007
6007
  /**
6008
6008
  * id值
6009
6009
  */
6010
- Id: number
6010
+ Id?: number
6011
6011
  /**
6012
6012
  * 公网 IP 类型
6013
6013
  注意:此字段可能返回 null,表示取不到有效值。
6014
6014
  */
6015
- PublicIpType: number
6015
+ PublicIpType?: number
6016
6016
  /**
6017
6017
  * 风险端口数
6018
6018
  注意:此字段可能返回 null,表示取不到有效值。
6019
6019
  */
6020
- PortTimes: number
6020
+ PortTimes?: number
6021
6021
  /**
6022
6022
  * 最近扫描时间
6023
6023
  注意:此字段可能返回 null,表示取不到有效值。
6024
6024
  */
6025
- LastTime: string
6025
+ LastTime?: string
6026
6026
  /**
6027
6027
  * 扫描深度
6028
6028
  注意:此字段可能返回 null,表示取不到有效值。
6029
6029
  */
6030
- ScanMode: string
6030
+ ScanMode?: string
6031
6031
  /**
6032
6032
  * 扫描状态
6033
6033
  注意:此字段可能返回 null,表示取不到有效值。
6034
6034
  */
6035
- ScanStatus: number
6035
+ ScanStatus?: number
6036
6036
  }
6037
6037
 
6038
6038
  /**
@@ -6466,25 +6466,25 @@ export interface DescribeSwitchListsResponse {
6466
6466
  /**
6467
6467
  * 总条数
6468
6468
  */
6469
- Total: number
6469
+ Total?: number
6470
6470
  /**
6471
6471
  * 列表数据
6472
6472
  */
6473
- Data: Array<SwitchListsData>
6473
+ Data?: Array<SwitchListsData>
6474
6474
  /**
6475
6475
  * 区域列表
6476
6476
  */
6477
- AreaLists: Array<string>
6477
+ AreaLists?: Array<string>
6478
6478
  /**
6479
6479
  * 打开个数
6480
6480
  注意:此字段可能返回 null,表示取不到有效值。
6481
6481
  */
6482
- OnNum: number
6482
+ OnNum?: number
6483
6483
  /**
6484
6484
  * 关闭个数
6485
6485
  注意:此字段可能返回 null,表示取不到有效值。
6486
6486
  */
6487
- OffNum: number
6487
+ OffNum?: number
6488
6488
  /**
6489
6489
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6490
6490
  */
@@ -3298,7 +3298,7 @@ export interface WhereFilter {
3298
3298
  /**
3299
3299
  * 中台定义:
3300
3300
  1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
3301
- 精确匹配填 7 模糊匹配填9 兼容 中台定的结构
3301
+ 精确匹配填 7 模糊匹配填9
3302
3302
 
3303
3303
  */
3304
3304
  OperatorType?: number
@@ -3789,7 +3789,7 @@ export interface DomainAssetVO {
3789
3789
  */
3790
3790
  SeverIp?: Array<string>
3791
3791
  /**
3792
- * boi访问数量
3792
+ * bot攻击数量
3793
3793
  注意:此字段可能返回 null,表示取不到有效值。
3794
3794
  */
3795
3795
  BotCount?: number
@@ -3854,7 +3854,7 @@ export interface DomainAssetVO {
3854
3854
  */
3855
3855
  VerifyStatus?: number
3856
3856
  /**
3857
- * bot访问数据
3857
+ * bot访问数量
3858
3858
  注意:此字段可能返回 null,表示取不到有效值。
3859
3859
  */
3860
3860
  BotAccessCount?: number
@@ -440,8 +440,8 @@ export class Client extends AbstractClient {
440
440
  /**
441
441
  * 本接口 (ResetInstancesType) 用于调整实例的机型。
442
442
 
443
- * 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD类型的实例使用该接口进行机型调整。
444
- * 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
443
+ * 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD、CLOUD_BSSD类型的实例使用该接口进行机型调整。
444
+ * 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
445
445
  * 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表调整实例配置操作成功。
446
446
  */
447
447
  async ResetInstancesType(
@@ -362,15 +362,15 @@ export interface PostPaidQuota {
362
362
  */
363
363
  export interface ResetInstancesTypeRequest {
364
364
  /**
365
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。本接口目前仅支持每次操作1个实例。
365
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。本接口目前仅支持每次操作1个实例。
366
366
  */
367
367
  InstanceIds: Array<string>
368
368
  /**
369
- * 实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[`DescribeInstanceTypeConfigs`](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。
369
+ * 调整后的实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[`DescribeInstanceTypeConfigs`](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。
370
370
  */
371
371
  InstanceType: string
372
372
  /**
373
- * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机。取值范围:<br><li>TRUE:表示在正常关机失败后进行强制关机<br><li>FALSE:表示在正常关机失败后不进行强制关机<br><br>默认取值:FALSE。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
373
+ * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机。取值范围:<br><li>true:表示在正常关机失败后进行强制关机<br><li>false:表示在正常关机失败后不进行强制关机<br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
374
374
  */
375
375
  ForceStop?: boolean
376
376
  }
@@ -863,11 +863,11 @@ export interface InstanceTypeConfig {
863
863
  /**
864
864
  * FPGA核数,单位:核。
865
865
  */
866
- FPGA: number
866
+ FPGA?: number
867
867
  /**
868
868
  * 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
869
869
  */
870
- GpuCount: number
870
+ GpuCount?: number
871
871
  }
872
872
 
873
873
  /**
@@ -2082,7 +2082,7 @@ export interface CreateImageResponse {
2082
2082
  */
2083
2083
  export interface DescribeInstancesModificationRequest {
2084
2084
  /**
2085
- * 一个或多个待查询的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
2085
+ * 一个或多个待查询的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
2086
2086
  */
2087
2087
  InstanceIds: Array<string>
2088
2088
  /**
@@ -6151,7 +6151,7 @@ export class Client extends AbstractClient {
6151
6151
  }
6152
6152
 
6153
6153
  /**
6154
- * 一键检测
6154
+ * 漏洞一键检测
6155
6155
  */
6156
6156
  async ScanVul(
6157
6157
  req: ScanVulRequest,
@@ -4052,7 +4052,7 @@ export interface ScanVulResponse {
4052
4052
  * 任务id
4053
4053
  注意:此字段可能返回 null,表示取不到有效值。
4054
4054
  */
4055
- TaskId: number
4055
+ TaskId?: number
4056
4056
  /**
4057
4057
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4058
4058
  */
@@ -3093,21 +3093,21 @@ export interface DepartmentManagerUser {
3093
3093
  }
3094
3094
 
3095
3095
  /**
3096
- * 权限控制模版对象
3096
+ * 权限控制模板对象
3097
3097
  */
3098
3098
  export interface ACTemplate {
3099
3099
  /**
3100
- * 模版id
3100
+ * 模板id
3101
3101
  注意:此字段可能返回 null,表示取不到有效值。
3102
3102
  */
3103
3103
  TemplateId?: string
3104
3104
  /**
3105
- * 模版名称
3105
+ * 模板名称
3106
3106
  注意:此字段可能返回 null,表示取不到有效值。
3107
3107
  */
3108
3108
  TemplateName?: string
3109
3109
  /**
3110
- * 模版描述
3110
+ * 模板描述
3111
3111
  注意:此字段可能返回 null,表示取不到有效值。
3112
3112
  */
3113
3113
  Description?: string
@@ -52,6 +52,7 @@ import {
52
52
  CreateStoreLocationResponse,
53
53
  DescribeNotebookSessionResponse,
54
54
  DescribeDMSDatabaseResponse,
55
+ DescribeTablesNameRequest,
55
56
  Policys,
56
57
  DropDMSDatabaseRequest,
57
58
  CreateScriptResponse,
@@ -102,6 +103,7 @@ import {
102
103
  UpdateDataEngineConfigResponse,
103
104
  UserIdSetOfWorkGroupId,
104
105
  AlterDMSPartitionRequest,
106
+ DescribeTablesNameResponse,
105
107
  DescribeAdvancedStoreLocationRequest,
106
108
  CheckLockMetaDataRequest,
107
109
  DescribeSparkAppJobRequest,
@@ -767,6 +769,16 @@ export class Client extends AbstractClient {
767
769
  return this.request("ModifyWorkGroup", req, cb)
768
770
  }
769
771
 
772
+ /**
773
+ * 本接口(DescribeTables)用于查询数据表名称列表
774
+ */
775
+ async DescribeTablesName(
776
+ req: DescribeTablesNameRequest,
777
+ cb?: (error: string, rep: DescribeTablesNameResponse) => void
778
+ ): Promise<DescribeTablesNameResponse> {
779
+ return this.request("DescribeTablesName", req, cb)
780
+ }
781
+
770
782
  /**
771
783
  * 上报元数据心跳
772
784
  */
@@ -739,6 +739,58 @@ export interface DescribeDMSDatabaseResponse {
739
739
  RequestId?: string
740
740
  }
741
741
 
742
+ /**
743
+ * DescribeTablesName请求参数结构体
744
+ */
745
+ export interface DescribeTablesNameRequest {
746
+ /**
747
+ * 列出该数据库下所属数据表。
748
+ */
749
+ DatabaseName: string
750
+ /**
751
+ * 返回数量,默认为10,最大值为100。
752
+ */
753
+ Limit?: number
754
+ /**
755
+ * 数据偏移量,从0开始,默认为0。
756
+ */
757
+ Offset?: number
758
+ /**
759
+ * 过滤条件,如下支持的过滤类型,传参Name应为其一
760
+ table-name - String - (过滤条件)数据表名称,形如:table-001。
761
+ table-id - String - (过滤条件)table id形如:12342。
762
+ */
763
+ Filters?: Array<Filter>
764
+ /**
765
+ * 指定查询的数据源名称,默认为DataLakeCatalog
766
+ */
767
+ DatasourceConnectionName?: string
768
+ /**
769
+ * 起始时间:用于对更新时间的筛选,格式为yyyy-mm-dd HH:MM:SS
770
+ */
771
+ StartTime?: string
772
+ /**
773
+ * 终止时间:用于对更新时间的筛选,格式为yyyy-mm-dd HH:MM:SS
774
+ */
775
+ EndTime?: string
776
+ /**
777
+ * 排序字段,支持:CreateTime(创建时间)、UpdateTime(更新时间)、StorageSize(存储空间)、RecordCount(行数)、Name(表名称)(不传则默认按name升序)
778
+ */
779
+ Sort?: string
780
+ /**
781
+ * 排序字段,false:降序(默认);true:升序
782
+ */
783
+ Asc?: boolean
784
+ /**
785
+ * table type,表类型查询,可用值:EXTERNAL_TABLE,INDEX_TABLE,MANAGED_TABLE,MATERIALIZED_VIEW,TABLE,VIEW,VIRTUAL_VIEW
786
+ */
787
+ TableType?: string
788
+ /**
789
+ * 筛选字段-表格式:不传(默认)为查全部;LAKEFS:托管表;ICEBERG:非托管iceberg表;HIVE:非托管hive表;OTHER:非托管其它;
790
+ */
791
+ TableFormat?: string
792
+ }
793
+
742
794
  /**
743
795
  * 策略集合
744
796
  */
@@ -2221,6 +2273,24 @@ export interface AlterDMSPartitionRequest {
2221
2273
  Partition?: DMSPartition
2222
2274
  }
2223
2275
 
2276
+ /**
2277
+ * DescribeTablesName返回参数结构体
2278
+ */
2279
+ export interface DescribeTablesNameResponse {
2280
+ /**
2281
+ * 数据表名称对象列表。
2282
+ */
2283
+ TableNameList?: Array<string>
2284
+ /**
2285
+ * 实例总数。
2286
+ */
2287
+ TotalCount?: number
2288
+ /**
2289
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2290
+ */
2291
+ RequestId?: string
2292
+ }
2293
+
2224
2294
  /**
2225
2295
  * DescribeAdvancedStoreLocation请求参数结构体
2226
2296
  */
@@ -6999,7 +6999,7 @@ export interface CreateBatchQuickSignUrlRequest {
6999
6999
  /**
7000
7000
  * 指定批量签署合同的认证校验方式,可传递以下值:
7001
7001
  <ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
7002
- <li>**2**:密码认证(默认),需校验成功后才能签署合同</li>
7002
+ <li>**2**:密码认证(默认),需输入与用户在腾讯电子签设置的密码一致才能校验成功进行合同签署</li>
7003
7003
  <li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
7004
7004
  注:
7005
7005
  <ul><li>默认情况下,认证校验方式为人脸和密码认证</li>
@@ -3990,7 +3990,7 @@ export interface ChannelCreateBatchQuickSignUrlRequest {
3990
3990
  /**
3991
3991
  * 指定批量签署合同的认证校验方式,可传递以下值:
3992
3992
  <ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
3993
- <li>**2**:密码认证(默认),需校验成功后才能签署合同</li>
3993
+ <li>**2**:密码认证(默认),需输入与用户在腾讯电子签设置的密码一致才能校验成功进行合同签署</li>
3994
3994
  <li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
3995
3995
  注:
3996
3996
  <ul><li>默认情况下,认证校验方式为人脸和密码认证</li>
@@ -990,11 +990,11 @@ export interface LoginUserResponse {
990
990
  /**
991
991
  * 用户Id。
992
992
  */
993
- UserId: string
993
+ UserId?: string
994
994
  /**
995
- * 登录/注册成功后返回登录态token。有效期7天。
995
+ * 注册成功后返回登录态token,有效期7天。token过期后可以通过调用“登录”或“源账号登录”进行更新。
996
996
  */
997
- Token: string
997
+ Token?: string
998
998
  /**
999
999
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1000
1000
  */
@@ -148,6 +148,7 @@ import {
148
148
  MotorVehicleSaleInvoice,
149
149
  TableOCRRequest,
150
150
  UsedVehicleInvoiceInfo,
151
+ PassportRecognizeInfos,
151
152
  ImageEnhancementResponse,
152
153
  QrcodeImgSize,
153
154
  PassportOCRResponse,