tencentcloud-sdk-nodejs 4.0.876 → 4.0.878

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 (132) hide show
  1. package/CHANGELOG.md +278 -0
  2. package/SERVICE_CHANGELOG.md +250 -173
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -2
  9. package/src/services/cds/v20180420/cds_client.ts +7 -21
  10. package/src/services/cds/v20180420/cds_models.ts +0 -23
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +15 -0
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/csip/v20221121/csip_client.ts +31 -3
  14. package/src/services/csip/v20221121/csip_models.ts +339 -31
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +20 -0
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/domain/v20180808/domain_models.ts +6 -6
  19. package/src/services/ess/v20201111/ess_client.ts +2 -2
  20. package/src/services/ess/v20201111/ess_models.ts +9 -8
  21. package/src/services/essbasic/index.ts +2 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/gaap/v20180529/gaap_models.ts +10 -0
  26. package/src/services/iai/index.ts +2 -2
  27. package/src/services/ims/index.ts +2 -2
  28. package/src/services/iotvideo/index.ts +2 -2
  29. package/src/services/irp/index.ts +2 -2
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -14
  31. package/src/services/mgobe/index.ts +2 -2
  32. package/src/services/mongodb/index.ts +2 -2
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +24 -11
  34. package/src/services/ocr/v20181119/ocr_models.ts +22 -16
  35. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  36. package/src/services/redis/v20180412/redis_client.ts +2 -2
  37. package/src/services/redis/v20180412/redis_models.ts +52 -27
  38. package/src/services/sms/index.ts +2 -2
  39. package/src/services/tbp/index.ts +2 -2
  40. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +36 -2
  41. package/src/services/tcbr/v20220217/tcbr_models.ts +1 -1
  42. package/src/services/tcm/v20210413/tcm_models.ts +10 -10
  43. package/src/services/thpc/index.ts +4 -4
  44. package/src/services/tke/index.ts +2 -2
  45. package/src/services/tms/index.ts +2 -2
  46. package/src/services/trtc/v20190722/trtc_client.ts +1 -3
  47. package/src/services/trtc/v20190722/trtc_models.ts +2 -0
  48. package/src/services/tse/v20201207/tse_client.ts +4 -2
  49. package/src/services/tse/v20201207/tse_models.ts +70 -14
  50. package/src/services/tsf/v20180326/tsf_models.ts +45 -40
  51. package/src/services/vm/index.ts +2 -2
  52. package/src/services/wedata/v20210820/wedata_client.ts +12 -0
  53. package/src/services/wedata/v20210820/wedata_models.ts +42 -1
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/ams/index.d.ts +4 -4
  57. package/tencentcloud/services/ams/index.js +2 -2
  58. package/tencentcloud/services/bma/index.d.ts +4 -4
  59. package/tencentcloud/services/bma/index.js +2 -2
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  61. package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -9
  62. package/tencentcloud/services/cds/v20180420/cds_client.js +3 -11
  63. package/tencentcloud/services/cds/v20180420/cds_models.d.ts +0 -21
  64. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  65. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  66. package/tencentcloud/services/chdfs/index.js +2 -2
  67. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
  68. package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +331 -31
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +3 -1
  71. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +3 -1
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +20 -0
  73. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  74. package/tencentcloud/services/dbbrain/index.js +2 -2
  75. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +6 -6
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -8
  79. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  80. package/tencentcloud/services/essbasic/index.js +2 -2
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -2
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
  84. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  85. package/tencentcloud/services/facefusion/index.js +2 -2
  86. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -0
  87. package/tencentcloud/services/iai/index.d.ts +4 -4
  88. package/tencentcloud/services/iai/index.js +2 -2
  89. package/tencentcloud/services/ims/index.d.ts +4 -4
  90. package/tencentcloud/services/ims/index.js +2 -2
  91. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  92. package/tencentcloud/services/iotvideo/index.js +2 -2
  93. package/tencentcloud/services/irp/index.d.ts +4 -4
  94. package/tencentcloud/services/irp/index.js +2 -2
  95. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -14
  96. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  97. package/tencentcloud/services/mgobe/index.js +2 -2
  98. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  99. package/tencentcloud/services/mongodb/index.js +2 -2
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +24 -11
  101. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
  102. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +52 -27
  106. package/tencentcloud/services/sms/index.d.ts +4 -4
  107. package/tencentcloud/services/sms/index.js +2 -2
  108. package/tencentcloud/services/tbp/index.d.ts +4 -4
  109. package/tencentcloud/services/tbp/index.js +2 -2
  110. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  111. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +1 -1
  112. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +10 -10
  113. package/tencentcloud/services/thpc/index.d.ts +6 -6
  114. package/tencentcloud/services/thpc/index.js +4 -4
  115. package/tencentcloud/services/tke/index.d.ts +4 -4
  116. package/tencentcloud/services/tke/index.js +2 -2
  117. package/tencentcloud/services/tms/index.d.ts +4 -4
  118. package/tencentcloud/services/tms/index.js +2 -2
  119. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -3
  120. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -3
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -0
  122. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  123. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +68 -14
  124. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +45 -40
  125. package/tencentcloud/services/vm/index.d.ts +4 -4
  126. package/tencentcloud/services/vm/index.js +2 -2
  127. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  128. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  129. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +40 -1
  130. package/test/cds.v20180420.test.js +2 -12
  131. package/test/csip.v20221121.test.js +20 -0
  132. package/test/wedata.v20210820.test.js +10 -0
package/products.md CHANGED
@@ -31,20 +31,20 @@
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
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-06-14 01:15:55 |
34
- | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
34
+ | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
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
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
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
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-06 01:17:58 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-18 01:16:16 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
46
- | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-12 01:21:04 |
47
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
46
+ | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
47
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-06-18 01:18:55 |
48
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 |
@@ -55,7 +55,7 @@
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 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-05-28 01:20:25 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-19 01:21:13 |
59
59
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-14 01:28:52 |
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 |
@@ -67,12 +67,12 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-06 01:28:40 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-19 01:24:50 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
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-14 01:37:09 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-18 01:30:07 |
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 |
@@ -82,7 +82,7 @@
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
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
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-13 01:37:48 |
85
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-18 01:35:38 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-13 01:38:46 |
@@ -96,13 +96,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
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 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-19 01:41:32 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-19 01:42:29 |
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 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
105
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-06-19 01:43:58 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-05-21 01:42:29 |
107
107
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -120,7 +120,7 @@
120
120
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
121
121
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
122
122
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-05-29 01:44:48 |
123
- | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
123
+ | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-18 01:47:16 |
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-06-05 01:47:50 |
126
126
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-13 01:52:49 |
@@ -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-14 02:07:28 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-18 01:53:48 |
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 |
@@ -145,7 +145,7 @@
145
145
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
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
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-12 02:08:47 |
148
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-18 01:57:52 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-14 02:13:11 |
150
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-14 02:15:02 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
@@ -155,16 +155,16 @@
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-14 02:18:23 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-19 02:02:19 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
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
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
164
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-06 02:18:50 |
166
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 |
167
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-19 02:05:57 |
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-06-17 02:09:44 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-06-18 02:09:42 |
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 |
@@ -192,13 +192,13 @@
192
192
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
193
193
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
194
194
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
195
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-03-20 01:24:25 |
195
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-06-18 02:11:49 |
196
196
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-06-04 02:12:41 |
197
- | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-04-22 01:25:05 |
197
+ | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-06-18 02:13:09 |
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-06-17 02:13:16 |
201
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
202
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 |
@@ -225,9 +225,9 @@
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-14 12:02:53 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-17 02:25:45 |
230
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-18 02:25:06 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-18 02:25:40 |
230
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-18 02:26:44 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
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 |
@@ -241,7 +241,7 @@
241
241
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
242
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-17 02:35:04 |
244
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-19 02:35:11 |
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.876"
1
+ export const sdkVersion = "4.0.878"
@@ -1,7 +1,7 @@
1
- import { v20200608 } from "./v20200608"
2
1
  import { v20201229 } from "./v20201229"
2
+ import { v20200608 } from "./v20200608"
3
3
 
4
4
  export const ams = {
5
- v20200608: v20200608,
6
5
  v20201229: v20201229,
6
+ v20200608: v20200608,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210624 } from "./v20210624"
2
1
  import { v20221115 } from "./v20221115"
2
+ import { v20210624 } from "./v20210624"
3
3
 
4
4
  export const bma = {
5
- v20210624: v20210624,
6
5
  v20221115: v20221115,
6
+ v20210624: v20210624,
7
7
  }
@@ -4813,7 +4813,8 @@ export interface CreateDBInstanceRequest {
4813
4813
  */
4814
4814
  MasterInstanceId?: string
4815
4815
  /**
4816
- * MySQL 版本,值包括:5.5、5.6 、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
4816
+ * MySQL 版本,值包括:5.5、5.6、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
4817
+ 说明:若此参数不填,则默认值为5.6。
4817
4818
  */
4818
4819
  EngineVersion?: string
4819
4820
  /**
@@ -8534,7 +8535,8 @@ export interface CreateDBInstanceHourRequest {
8534
8535
  */
8535
8536
  Volume: number
8536
8537
  /**
8537
- * MySQL 版本,值包括:5.5、5.6 、5.7 、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
8538
+ * MySQL 版本,值包括:5.5、5.6、5.7、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
8539
+ 说明:若此参数不填,则默认值为5.6。
8538
8540
  */
8539
8541
  EngineVersion?: string
8540
8542
  /**
@@ -31,8 +31,6 @@ import {
31
31
  DbauditTypesInfo,
32
32
  DescribeDbauditUsedRegionsRequest,
33
33
  InquiryPriceDbauditInstanceRequest,
34
- DescribeDasbImageIdsResponse,
35
- DescribeDasbImageIdsRequest,
36
34
  } from "./cds_models"
37
35
 
38
36
  /**
@@ -45,15 +43,13 @@ export class Client extends AbstractClient {
45
43
  }
46
44
 
47
45
  /**
48
- * 这些接口是传统版堡垒机接口.数审未用到,堡垒机的已全部迁移到dasb下,cds这边预下线
49
-
50
- 获取镜像列表
51
- */
52
- async DescribeDasbImageIds(
53
- req?: DescribeDasbImageIdsRequest,
54
- cb?: (error: string, rep: DescribeDasbImageIdsResponse) => void
55
- ): Promise<DescribeDasbImageIdsResponse> {
56
- return this.request("DescribeDasbImageIds", req, cb)
46
+ * 本接口 (DescribeDbauditInstanceType) 用于查询可售卖的产品规格列表。
47
+ */
48
+ async DescribeDbauditInstanceType(
49
+ req?: DescribeDbauditInstanceTypeRequest,
50
+ cb?: (error: string, rep: DescribeDbauditInstanceTypeResponse) => void
51
+ ): Promise<DescribeDbauditInstanceTypeResponse> {
52
+ return this.request("DescribeDbauditInstanceType", req, cb)
57
53
  }
58
54
 
59
55
  /**
@@ -95,14 +91,4 @@ export class Client extends AbstractClient {
95
91
  ): Promise<DescribeDbauditUsedRegionsResponse> {
96
92
  return this.request("DescribeDbauditUsedRegions", req, cb)
97
93
  }
98
-
99
- /**
100
- * 本接口 (DescribeDbauditInstanceType) 用于查询可售卖的产品规格列表。
101
- */
102
- async DescribeDbauditInstanceType(
103
- req?: DescribeDbauditInstanceTypeRequest,
104
- cb?: (error: string, rep: DescribeDbauditInstanceTypeResponse) => void
105
- ): Promise<DescribeDbauditInstanceTypeResponse> {
106
- return this.request("DescribeDbauditInstanceType", req, cb)
107
- }
108
94
  }
@@ -286,26 +286,3 @@ export interface InquiryPriceDbauditInstanceRequest {
286
286
  */
287
287
  ServiceRegion: string
288
288
  }
289
-
290
- /**
291
- * DescribeDasbImageIds返回参数结构体
292
- */
293
- export interface DescribeDasbImageIdsResponse {
294
- /**
295
- * 基础镜像ID
296
- */
297
- BaseImageId?: string
298
- /**
299
- * AI镜像ID
300
- */
301
- AiImageId?: string
302
- /**
303
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
304
- */
305
- RequestId?: string
306
- }
307
-
308
- /**
309
- * DescribeDasbImageIds请求参数结构体
310
- */
311
- export type DescribeDasbImageIdsRequest = null
@@ -950,6 +950,21 @@ Modify 集群变更中;
950
950
  注意:此字段可能返回 null,表示取不到有效值。
951
951
  */
952
952
  HasEsIndex?: boolean
953
+ /**
954
+ * true
955
+ 注意:此字段可能返回 null,表示取不到有效值。
956
+ */
957
+ IsSecondaryZone?: boolean
958
+ /**
959
+ * desc
960
+ 注意:此字段可能返回 null,表示取不到有效值。
961
+ */
962
+ SecondaryZoneInfo?: string
963
+ /**
964
+ * 是否clickhouse-keeper
965
+ 注意:此字段可能返回 null,表示取不到有效值。
966
+ */
967
+ ClickHouseKeeper?: boolean
953
968
  }
954
969
 
955
970
  /**
@@ -1,7 +1,7 @@
1
- import { v20201112 } from "./v20201112"
2
1
  import { v20190718 } from "./v20190718"
2
+ import { v20201112 } from "./v20201112"
3
3
 
4
4
  export const chdfs = {
5
- v20201112: v20201112,
6
5
  v20190718: v20190718,
6
+ v20201112: v20201112,
7
7
  }
@@ -27,6 +27,7 @@ import {
27
27
  DescribeOrganizationUserInfoRequest,
28
28
  FilterDataObject,
29
29
  ReportItemKey,
30
+ TaskAdvanceCFG,
30
31
  CVMAssetVO,
31
32
  AssetViewCFGRisk,
32
33
  AssetViewVULRisk,
@@ -35,13 +36,14 @@ import {
35
36
  KeyValue,
36
37
  Vpc,
37
38
  PortRiskAdvanceCFGParamItem,
38
- StopRiskCenterTaskRequest,
39
+ DescribeVULRiskDetailRequest,
39
40
  DataSearchBug,
40
41
  OrganizationUserInfo,
41
42
  AssetTag,
42
43
  NewAlertKey,
43
44
  IpAssetListVO,
44
45
  DescribeTopAttackInfoResponse,
46
+ DescribeVULRiskDetailResponse,
45
47
  DescribeVULRiskAdvanceCFGListRequest,
46
48
  ModifyRiskCenterScanTaskResponse,
47
49
  DescribeRiskCenterAssetViewCFGRiskListRequest,
@@ -79,7 +81,9 @@ import {
79
81
  PublicIpDomainListKey,
80
82
  DescribeTopAttackInfoRequest,
81
83
  DescribeCVMAssetsResponse,
84
+ VulImpactComponentInfo,
82
85
  VULRiskAdvanceCFGList,
86
+ WhereFilter,
83
87
  DescribePublicIpAssetsRequest,
84
88
  AssetClusterPod,
85
89
  DescribeCVMAssetInfoRequest,
@@ -92,17 +96,20 @@ import {
92
96
  DescribeRiskCenterVULViewVULRiskListRequest,
93
97
  UpdateAlertStatusListRequest,
94
98
  TaskCenterVulRiskInputParam,
95
- TaskAdvanceCFG,
99
+ StopRiskCenterTaskRequest,
96
100
  DescribeScanTaskListResponse,
97
101
  ScanTaskInfo,
98
102
  AssetInstanceTypeMap,
99
103
  Tags,
100
104
  VULViewVULRisk,
101
105
  PortViewPortRisk,
106
+ VULRiskInfo,
102
107
  DescribeClusterPodAssetsRequest,
103
108
  DescribeCVMAssetInfoResponse,
104
109
  DescribePublicIpAssetsResponse,
110
+ DescribeVulViewVulRiskListRequest,
105
111
  DescribeTaskLogURLResponse,
112
+ VulTrend,
106
113
  ModifyOrganizationAccountStatusResponse,
107
114
  AlertExtraInfo,
108
115
  DescribeDbAssetInfoRequest,
@@ -123,7 +130,7 @@ import {
123
130
  ReportTaskIdList,
124
131
  AddNewBindRoleUserResponse,
125
132
  RelatedEvent,
126
- WhereFilter,
133
+ VULViewVULRiskData,
127
134
  DescribeAlertListResponse,
128
135
  ScanTaskInfoList,
129
136
  DescribeDbAssetsRequest,
@@ -151,6 +158,7 @@ import {
151
158
  DescribeListenerListRequest,
152
159
  DeleteRiskScanTaskResponse,
153
160
  DescribeGatewayAssetsRequest,
161
+ DescribeVulViewVulRiskListResponse,
154
162
  CreateDomainAndIpResponse,
155
163
  DescribeTaskLogListRequest,
156
164
  DescribeRiskCenterAssetViewPortRiskListResponse,
@@ -347,6 +355,16 @@ export class Client extends AbstractClient {
347
355
  return this.request("DescribeAssetViewVulRiskList", req, cb)
348
356
  }
349
357
 
358
+ /**
359
+ * 获取漏洞展开详情
360
+ */
361
+ async DescribeVULRiskDetail(
362
+ req: DescribeVULRiskDetailRequest,
363
+ cb?: (error: string, rep: DescribeVULRiskDetailResponse) => void
364
+ ): Promise<DescribeVULRiskDetailResponse> {
365
+ return this.request("DescribeVULRiskDetail", req, cb)
366
+ }
367
+
350
368
  /**
351
369
  * 获取内容风险列表
352
370
  */
@@ -417,6 +435,16 @@ export class Client extends AbstractClient {
417
435
  return this.request("DescribeTaskLogList", req, cb)
418
436
  }
419
437
 
438
+ /**
439
+ * 获取漏洞视角的漏洞风险列表
440
+ */
441
+ async DescribeVulViewVulRiskList(
442
+ req: DescribeVulViewVulRiskListRequest,
443
+ cb?: (error: string, rep: DescribeVulViewVulRiskListResponse) => void
444
+ ): Promise<DescribeVulViewVulRiskListResponse> {
445
+ return this.request("DescribeVulViewVulRiskList", req, cb)
446
+ }
447
+
420
448
  /**
421
449
  * 获取扫描报告列表
422
450
  */