tencentcloud-sdk-nodejs 4.0.874 → 4.0.876

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 (94) hide show
  1. package/CHANGELOG.md +574 -0
  2. package/SERVICE_CHANGELOG.md +587 -59
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +2 -2
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
  8. package/src/services/ciam/v20220331/ciam_models.ts +51 -42
  9. package/src/services/cls/v20201016/cls_client.ts +3 -3
  10. package/src/services/cls/v20201016/cls_models.ts +2 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  12. package/src/services/dc/v20180410/dc_client.ts +1 -1
  13. package/src/services/dc/v20180410/dc_models.ts +86 -78
  14. package/src/services/es/v20180416/es_models.ts +5 -0
  15. package/src/services/ess/v20201111/ess_client.ts +1 -0
  16. package/src/services/ess/v20201111/ess_models.ts +11 -8
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +4 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +44 -3
  19. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  20. package/src/services/monitor/v20180724/monitor_client.ts +4 -2
  21. package/src/services/monitor/v20180724/monitor_models.ts +13 -13
  22. package/src/services/mps/v20190612/mps_client.ts +7 -4
  23. package/src/services/mps/v20190612/mps_models.ts +129 -67
  24. package/src/services/mrs/v20200910/mrs_models.ts +142 -17
  25. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  26. package/src/services/organization/v20210331/organization_models.ts +13 -0
  27. package/src/services/rce/v20201103/rce_models.ts +21 -13
  28. package/src/services/redis/v20180412/redis_client.ts +63 -14
  29. package/src/services/redis/v20180412/redis_models.ts +202 -70
  30. package/src/services/ssl/v20191205/ssl_models.ts +7 -7
  31. package/src/services/tcm/v20210413/tcm_models.ts +24 -3
  32. package/src/services/tcr/v20190924/tcr_models.ts +8 -8
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -10
  34. package/src/services/tke/v20180525/tke_client.ts +4 -2
  35. package/src/services/tke/v20180525/tke_models.ts +30 -23
  36. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  37. package/src/services/tse/v20201207/tse_client.ts +2 -0
  38. package/src/services/tse/v20201207/tse_models.ts +61 -0
  39. package/src/services/tts/v20190823/tts_models.ts +1 -1
  40. package/src/services/waf/v20180125/waf_client.ts +27 -14
  41. package/src/services/waf/v20180125/waf_models.ts +139 -80
  42. package/src/services/wedata/v20210820/wedata_client.ts +15 -1
  43. package/src/services/wedata/v20210820/wedata_models.ts +99 -7
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  47. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
  48. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +51 -42
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  53. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  54. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  55. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +86 -78
  56. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  57. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  58. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -8
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -0
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -0
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -3
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  64. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
  65. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
  66. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +13 -13
  67. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -66
  69. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +142 -17
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +13 -0
  72. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +21 -13
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +20 -4
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +28 -4
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +193 -70
  76. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +7 -7
  77. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +24 -3
  78. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +8 -8
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -10
  80. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -1
  81. package/tencentcloud/services/tke/v20180525/tke_client.js +3 -1
  82. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +30 -23
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  84. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +59 -0
  85. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  86. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
  87. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +135 -79
  89. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  90. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  91. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +95 -7
  92. package/test/redis.v20180412.test.js +42 -2
  93. package/test/waf.v20180125.test.js +14 -4
  94. package/test/wedata.v20210820.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.874",
3
+ "version": "4.0.876",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,30 +14,30 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-05-10 01:10:01 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-13 01:06:57 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-17 01:10:24 |
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) | 2024-04-22 01:08:02 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-22 01:10:06 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-31 01:10:46 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-12 01:12:04 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-14 01:12:34 |
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) | 2024-03-20 01:08:40 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-20 01:08:53 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
33
- | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-03-20 01:09:09 |
33
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-06-14 01:15:55 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-11 11:13:54 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
40
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-12 01:16:37 |
40
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-06 01:17:58 |
@@ -45,13 +45,13 @@
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-12 01:21:04 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-27 01:18:10 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-14 01:22:52 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
52
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-06-06 01:22:29 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
54
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
54
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
@@ -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-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-13 01:22:31 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-17 01:23:11 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
@@ -72,15 +72,15 @@
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-17 01:23:32 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-16 01:28:30 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-07 01:34:38 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-14 01:37:09 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
79
79
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-27 01:30:50 |
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
81
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
81
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-13 01:35:30 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-14 01:41:51 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-13 01:37:48 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
@@ -95,9 +95,9 @@
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-12 17:52:35 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-13 01:45:02 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-13 01:46:13 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-17 01:41:32 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-17 01:42:30 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-06-12 11:48:37 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-06-14 01:56:47 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -133,7 +133,7 @@
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
136
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-05 01:54:32 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-14 02:07:28 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-29 01:52:02 |
138
138
  | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-31 01:53:17 |
139
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -146,25 +146,25 @@
146
146
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-12 02:08:47 |
149
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-13 02:05:31 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-06 02:11:55 |
151
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
149
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-14 02:13:11 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-14 02:15:02 |
151
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
154
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-10 02:13:49 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-14 02:18:23 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
160
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-14 02:20:06 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
163
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-06-10 02:16:23 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-06 02:18:50 |
166
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
167
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-10 02:18:13 |
166
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
167
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-17 02:05:47 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -179,7 +179,7 @@
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-28 02:06:39 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-06-17 02:09:44 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
184
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -198,15 +198,15 @@
198
198
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
199
199
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
200
200
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
201
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-03-20 01:24:49 |
202
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-04 02:13:52 |
201
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-17 02:13:16 |
202
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-17 02:13:29 |
203
203
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-06 02:29:53 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-29 02:13:49 |
206
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-17 02:17:28 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
209
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-07 12:08:08 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
210
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
211
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
212
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -225,11 +225,11 @@
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-07 02:42:38 |
228
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-12 02:42:04 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-13 02:39:07 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-14 12:02:53 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-17 02:25:45 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
232
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-17 02:28:35 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
234
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
235
235
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
@@ -239,9 +239,9 @@
239
239
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-10 02:45:29 |
240
240
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
241
241
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
242
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-13 02:48:34 |
242
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-17 02:33:30 |
243
243
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
244
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-12 02:53:58 |
244
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-17 02:35:04 |
245
245
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
246
246
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
247
247
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.874"
1
+ export const sdkVersion = "4.0.876"
@@ -1133,11 +1133,11 @@ export interface DescribeAllocationOverviewResponse {
1133
1133
  */
1134
1134
  export interface DescribeDosageCosDetailByDateRequest {
1135
1135
  /**
1136
- * 查询用量开始时间,例如:2020-09-01
1136
+ * 查询用量开始时间,格式为yyyy-mm-dd,例如:2020-09-01
1137
1137
  */
1138
1138
  StartDate: string
1139
1139
  /**
1140
- * 查询用量结束时间,例如:2020-09-30(与开始时间同月,不支持跨月查询)
1140
+ * 查询用量结束时间,格式为yyyy-mm-dd,例如:2020-09-30(与开始时间同月,不支持跨月查询)
1141
1141
  */
1142
1142
  EndDate: string
1143
1143
  /**
@@ -824,6 +824,16 @@ Modify 集群变更中;
824
824
  注意:此字段可能返回 null,表示取不到有效值。
825
825
  */
826
826
  UserNetworkInfos?: string
827
+ /**
828
+ * 是否启用冷热分层。0:未开启 1:已开启
829
+ 注意:此字段可能返回 null,表示取不到有效值。
830
+ */
831
+ EnableCoolDown?: number
832
+ /**
833
+ * 冷热分层使用COS桶
834
+ 注意:此字段可能返回 null,表示取不到有效值。
835
+ */
836
+ CoolDownBucket?: string
827
837
  }
828
838
 
829
839
  /**
@@ -308,7 +308,7 @@ export interface DeleteUsersRequest {
308
308
 
309
309
  /**
310
310
  * 导入用户信息
311
- 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId 八个属性中,导入时必须包含其中一个属性并遵守初始化自定义属性的正则表达式规则。UserName,PhoneNumber,Email的正则表达式在控制台的自定义属性中可以查询到。
311
+ 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId ,WeComUserId 九个属性中,导入时必须包含其中一个属性并遵守初始化自定义属性的正则表达式规则。UserName,PhoneNumber,Email的正则表达式在控制台的自定义属性中可以查询到。
312
312
  2、对于密码的导入,导入的密码支持明文导入,MD5密文导入,SHA1密文导入,BCRYPT密文导入 ,这个需要在PasswordEncryptTypeEnum 字段中指定。
313
313
  3、IdentityVerified,IdentityVerificationMethod 支持导入,
314
314
  IdentityVerified 为true,IdentityVerificationMethod必传;
@@ -364,6 +364,10 @@ export interface ImportUser {
364
364
  * 支付宝alipayUserId
365
365
  */
366
366
  AlipayUserId?: string
367
+ /**
368
+ * 企业微信weComUserId
369
+ */
370
+ WeComUserId?: string
367
371
  /**
368
372
  * 描述
369
373
  */
@@ -789,204 +793,209 @@ export interface User {
789
793
  /**
790
794
  * 用户ID
791
795
  */
792
- UserId: string
796
+ UserId?: string
793
797
  /**
794
798
  * 用户名
795
799
  注意:此字段可能返回 null,表示取不到有效值。
796
800
  */
797
- UserName: string
801
+ UserName?: string
798
802
  /**
799
803
  * 手机号
800
804
  注意:此字段可能返回 null,表示取不到有效值。
801
805
  */
802
- PhoneNumber: string
806
+ PhoneNumber?: string
803
807
  /**
804
808
  * 邮箱
805
809
  注意:此字段可能返回 null,表示取不到有效值。
806
810
  */
807
- Email: string
811
+ Email?: string
808
812
  /**
809
813
  * 上次登录时间
810
814
  注意:此字段可能返回 null,表示取不到有效值。
811
815
  */
812
- LastSignOn: number
816
+ LastSignOn?: number
813
817
  /**
814
818
  * 创建时间
815
819
  */
816
- CreatedDate: number
820
+ CreatedDate?: number
817
821
  /**
818
822
  * 状态
819
823
  */
820
- Status: string
824
+ Status?: string
821
825
  /**
822
826
  * 用户来源
823
827
  */
824
- UserDataSourceEnum: string
828
+ UserDataSourceEnum?: string
825
829
  /**
826
830
  * 昵称
827
831
  注意:此字段可能返回 null,表示取不到有效值。
828
832
  */
829
- Nickname: string
833
+ Nickname?: string
830
834
  /**
831
835
  * 地址
832
836
  注意:此字段可能返回 null,表示取不到有效值。
833
837
  */
834
- Address: string
838
+ Address?: string
835
839
  /**
836
840
  * 生日
837
841
  注意:此字段可能返回 null,表示取不到有效值。
838
842
  */
839
- Birthdate: number
843
+ Birthdate?: number
840
844
  /**
841
845
  * 用户组ID
842
846
  注意:此字段可能返回 null,表示取不到有效值。
843
847
  */
844
- UserGroups: Array<string>
848
+ UserGroups?: Array<string>
845
849
  /**
846
850
  * 上次修改时间
847
851
  注意:此字段可能返回 null,表示取不到有效值。
848
852
  */
849
- LastModifiedDate: number
853
+ LastModifiedDate?: number
850
854
  /**
851
855
  * 自定义属性
852
856
  注意:此字段可能返回 null,表示取不到有效值。
853
857
  */
854
- CustomAttributes: Array<MemberMap>
858
+ CustomAttributes?: Array<MemberMap>
855
859
  /**
856
860
  * 身份证号
857
861
  注意:此字段可能返回 null,表示取不到有效值。
858
862
  */
859
- ResidentIdentityCard: string
863
+ ResidentIdentityCard?: string
860
864
  /**
861
865
  * QQ的OpenId
862
866
  注意:此字段可能返回 null,表示取不到有效值。
863
867
  */
864
- QqOpenId: string
868
+ QqOpenId?: string
865
869
  /**
866
870
  * QQ的UnionId
867
871
  注意:此字段可能返回 null,表示取不到有效值。
868
872
  */
869
- QqUnionId: string
873
+ QqUnionId?: string
870
874
  /**
871
875
  * 微信的WechatOpenId
872
876
  注意:此字段可能返回 null,表示取不到有效值。
873
877
  */
874
- WechatOpenId: string
878
+ WechatOpenId?: string
875
879
  /**
876
880
  * 微信的WechatUnionId
877
881
  注意:此字段可能返回 null,表示取不到有效值。
878
882
  */
879
- WechatUnionId: string
883
+ WechatUnionId?: string
880
884
  /**
881
885
  * 支付宝的AlipayUserId
882
886
  注意:此字段可能返回 null,表示取不到有效值。
883
887
  */
884
- AlipayUserId: string
888
+ AlipayUserId?: string
889
+ /**
890
+ * 企业微信的WeComUserId
891
+ 注意:此字段可能返回 null,表示取不到有效值。
892
+ */
893
+ WeComUserId?: string
885
894
  /**
886
895
  * 描述
887
896
  注意:此字段可能返回 null,表示取不到有效值。
888
897
  */
889
- Description: string
898
+ Description?: string
890
899
  /**
891
900
  * 姓名
892
901
  注意:此字段可能返回 null,表示取不到有效值。
893
902
  */
894
- Name: string
903
+ Name?: string
895
904
  /**
896
905
  * 坐标
897
906
  注意:此字段可能返回 null,表示取不到有效值。
898
907
  */
899
- Locale: string
908
+ Locale?: string
900
909
  /**
901
910
  * 性别
902
911
  注意:此字段可能返回 null,表示取不到有效值。
903
912
  */
904
- Gender: string
913
+ Gender?: string
905
914
  /**
906
915
  * 实名核验方式
907
916
  注意:此字段可能返回 null,表示取不到有效值。
908
917
  */
909
- IdentityVerificationMethod: string
918
+ IdentityVerificationMethod?: string
910
919
  /**
911
920
  * 是否已经实名核验
912
921
  注意:此字段可能返回 null,表示取不到有效值。
913
922
  */
914
- IdentityVerified: boolean
923
+ IdentityVerified?: boolean
915
924
  /**
916
925
  * 工作
917
926
  注意:此字段可能返回 null,表示取不到有效值。
918
927
  */
919
- Job: string
928
+ Job?: string
920
929
  /**
921
930
  * 国家
922
931
  注意:此字段可能返回 null,表示取不到有效值。
923
932
  */
924
- Nationality: string
933
+ Nationality?: string
925
934
  /**
926
935
  * 是否主账号(进行过账号融合后,主账号为true,从账号为false)
927
936
  注意:此字段可能返回 null,表示取不到有效值。
928
937
  */
929
- Primary: boolean
938
+ Primary?: boolean
930
939
  /**
931
940
  * 时区
932
941
  注意:此字段可能返回 null,表示取不到有效值。
933
942
  */
934
- Zone: string
943
+ Zone?: string
935
944
  /**
936
945
  * 是否已经首次登录
937
946
  注意:此字段可能返回 null,表示取不到有效值。
938
947
  */
939
- AlreadyFirstLogin: boolean
948
+ AlreadyFirstLogin?: boolean
940
949
  /**
941
950
  * 租户id
942
951
  注意:此字段可能返回 null,表示取不到有效值。
943
952
  */
944
- TenantId: string
953
+ TenantId?: string
945
954
  /**
946
955
  * 用户目录id
947
956
  注意:此字段可能返回 null,表示取不到有效值。
948
957
  */
949
- UserStoreId: string
958
+ UserStoreId?: string
950
959
  /**
951
960
  * 版本
952
961
  注意:此字段可能返回 null,表示取不到有效值。
953
962
  */
954
- Version: number
963
+ Version?: number
955
964
  /**
956
965
  * 锁定类型(分为管理员锁定,和登录策略锁定)
957
966
  注意:此字段可能返回 null,表示取不到有效值。
958
967
  */
959
- LockType: string
968
+ LockType?: string
960
969
  /**
961
970
  * 锁定时间点
962
971
  注意:此字段可能返回 null,表示取不到有效值。
963
972
  */
964
- LockTime: number
973
+ LockTime?: number
965
974
  /**
966
975
  * 索引字段1
967
976
  注意:此字段可能返回 null,表示取不到有效值。
968
977
  */
969
- IndexedAttribute1: string
978
+ IndexedAttribute1?: string
970
979
  /**
971
980
  * 索引字段2
972
981
  注意:此字段可能返回 null,表示取不到有效值。
973
982
  */
974
- IndexedAttribute2: string
983
+ IndexedAttribute2?: string
975
984
  /**
976
985
  * 索引字段3
977
986
  注意:此字段可能返回 null,表示取不到有效值。
978
987
  */
979
- IndexedAttribute3: string
988
+ IndexedAttribute3?: string
980
989
  /**
981
990
  * 索引字段4
982
991
  注意:此字段可能返回 null,表示取不到有效值。
983
992
  */
984
- IndexedAttribute4: string
993
+ IndexedAttribute4?: string
985
994
  /**
986
995
  * 索引字段5
987
996
  注意:此字段可能返回 null,表示取不到有效值。
988
997
  */
989
- IndexedAttribute5: string
998
+ IndexedAttribute5?: string
990
999
  }
991
1000
 
992
1001
  /**
@@ -510,7 +510,7 @@ export class Client extends AbstractClient {
510
510
  }
511
511
 
512
512
  /**
513
- * 本接口用于合并一个读写态的主题分区,合并时指定一个主题分区 ID,日志服务会自动合并范围右相邻的分区。
513
+ * 该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
514
514
  */
515
515
  async MergePartition(
516
516
  req: MergePartitionRequest,
@@ -940,7 +940,7 @@ export class Client extends AbstractClient {
940
940
  }
941
941
 
942
942
  /**
943
- * 本接口用于获取主题分区列表。
943
+ * 该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。
944
944
  */
945
945
  async DescribePartitions(
946
946
  req: DescribePartitionsRequest,
@@ -1023,7 +1023,7 @@ export class Client extends AbstractClient {
1023
1023
  }
1024
1024
 
1025
1025
  /**
1026
- * 本接口用于分裂主题分区
1026
+ * 该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
1027
1027
  */
1028
1028
  async SplitPartition(
1029
1029
  req: SplitPartitionRequest,
@@ -2163,7 +2163,7 @@ export interface DescribePartitionsResponse {
2163
2163
  /**
2164
2164
  * 分区列表
2165
2165
  */
2166
- Partitions: Array<PartitionInfo>
2166
+ Partitions?: Array<PartitionInfo>
2167
2167
  /**
2168
2168
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2169
2169
  */
@@ -4988,7 +4988,7 @@ export interface SplitPartitionResponse {
4988
4988
  /**
4989
4989
  * 分裂结果集
4990
4990
  */
4991
- Partitions: Array<PartitionInfo>
4991
+ Partitions?: Array<PartitionInfo>
4992
4992
  /**
4993
4993
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4994
4994
  */
@@ -4084,7 +4084,7 @@ export interface ResumeServerlessResponse {
4084
4084
  /**
4085
4085
  * 异步流程ID
4086
4086
  */
4087
- FlowId: number
4087
+ FlowId?: number
4088
4088
  /**
4089
4089
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4090
4090
  */
@@ -8471,11 +8471,11 @@ export interface DescribeProjectSecurityGroupsResponse {
8471
8471
  /**
8472
8472
  * 安全组详情
8473
8473
  */
8474
- Groups: Array<SecurityGroup>
8474
+ Groups?: Array<SecurityGroup>
8475
8475
  /**
8476
8476
  * 总数量
8477
8477
  */
8478
- Total: number
8478
+ Total?: number
8479
8479
  /**
8480
8480
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8481
8481
  */
@@ -239,7 +239,7 @@ export class Client extends AbstractClient {
239
239
  }
240
240
 
241
241
  /**
242
- * 用于查询专用通道列表。
242
+ * 查询专用通道列表。
243
243
  */
244
244
  async DescribeDirectConnectTunnels(
245
245
  req: DescribeDirectConnectTunnelsRequest,