tencentcloud-sdk-nodejs 4.0.711 → 4.0.713

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 (82) hide show
  1. package/CHANGELOG.md +303 -0
  2. package/SERVICE_CHANGELOG.md +332 -127
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +3 -3
  7. package/src/services/billing/v20180709/billing_models.ts +8 -0
  8. package/src/services/bsca/v20210811/bsca_client.ts +2 -1
  9. package/src/services/bsca/v20210811/bsca_models.ts +55 -22
  10. package/src/services/cat/v20180409/cat_models.ts +8 -0
  11. package/src/services/cdwpg/v20201230/cdwpg_client.ts +17 -2
  12. package/src/services/cdwpg/v20201230/cdwpg_models.ts +203 -37
  13. package/src/services/clb/v20180317/clb_models.ts +5 -3
  14. package/src/services/cls/v20201016/cls_models.ts +4 -0
  15. package/src/services/cwp/v20180228/cwp_models.ts +4 -0
  16. package/src/services/dlc/v20210125/dlc_client.ts +1 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +21 -0
  18. package/src/services/dts/v20211206/dts_client.ts +12 -0
  19. package/src/services/dts/v20211206/dts_models.ts +25 -1
  20. package/src/services/ess/v20201111/ess_client.ts +30 -2
  21. package/src/services/ess/v20201111/ess_models.ts +98 -8
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +135 -11
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +162 -97
  24. package/src/services/iai/v20200303/iai_client.ts +1 -1
  25. package/src/services/iotvideo/v20211125/iotvideo_models.ts +9 -5
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -15
  27. package/src/services/live/v20180801/live_models.ts +13 -12
  28. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  29. package/src/services/mps/v20190612/mps_models.ts +2 -2
  30. package/src/services/oceanus/v20190422/oceanus_client.ts +3 -0
  31. package/src/services/oceanus/v20190422/oceanus_models.ts +189 -25
  32. package/src/services/omics/v20221128/omics_models.ts +2 -2
  33. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  34. package/src/services/sts/v20180813/sts_client.ts +15 -2
  35. package/src/services/tat/v20201028/tat_models.ts +4 -4
  36. package/src/services/tms/v20201229/tms_client.ts +2 -0
  37. package/src/services/tms/v20201229/tms_models.ts +47 -0
  38. package/src/services/vpc/v20170312/vpc_models.ts +35 -27
  39. package/src/services/wedata/v20210820/wedata_models.ts +7 -5
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -3
  43. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +8 -0
  44. package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +1 -1
  45. package/tencentcloud/services/bsca/v20210811/bsca_client.js +1 -1
  46. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +54 -22
  47. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +8 -0
  48. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
  49. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
  50. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +198 -37
  51. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -3
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
  54. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
  55. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +5 -1
  56. package/tencentcloud/services/dts/v20211206/dts_client.js +6 -0
  57. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +23 -1
  58. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +15 -3
  59. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -2
  60. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +94 -8
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +131 -7
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +131 -7
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -97
  64. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +1 -1
  65. package/tencentcloud/services/iai/v20200303/iai_client.js +1 -1
  66. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +9 -5
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -15
  68. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -12
  69. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  70. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  71. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +186 -25
  72. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
  73. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  74. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +13 -0
  75. package/tencentcloud/services/sts/v20180813/sts_client.js +13 -0
  76. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -4
  77. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +45 -0
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +35 -27
  79. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +7 -5
  80. package/test/cdwpg.v20201230.test.js +10 -0
  81. package/test/dts.v20211206.test.js +10 -0
  82. package/test/ess.v20201111.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.711",
3
+ "version": "4.0.713",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
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-10-23 00:01:27 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
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-16 01:07:03 |
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-10-18 01:13:22 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-24 01:07:07 |
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 |
@@ -32,21 +32,21 @@
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
35
- | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-17 01:08:28 |
35
+ | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-24 01:07:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-24 10:06:50 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
41
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-23 00:03:18 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-25 01:08:50 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-24 01:08:15 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-23 00:03:56 |
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
- | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-19 15:58:54 |
49
+ | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
52
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
@@ -56,11 +56,11 @@
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
58
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-20 01:09:37 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-24 01:09:38 |
60
60
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-10 01:11:13 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-25 01:11:22 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
@@ -69,7 +69,7 @@
69
69
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-23 00:07:01 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-25 01:12:51 |
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-10-23 00:08:10 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
@@ -79,14 +79,14 @@
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-08-17 02:50:46 |
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-23 00:09:07 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-24 01:13:16 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
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-08-17 02:59:36 |
86
86
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
87
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
88
88
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
89
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-23 15:36:37 |
90
90
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
@@ -95,22 +95,22 @@
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-12 01:57:01 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-23 00:11:11 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-23 00:11:23 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-25 01:16:49 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-25 01:17:12 |
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-10-20 01:16:02 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
103
103
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
104
104
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
105
105
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
106
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-12 02:01:46 |
106
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-25 01:17:51 |
107
107
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
108
108
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
109
109
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
110
110
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
111
111
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
112
112
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-09-25 01:15:46 |
113
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-28 01:14:47 |
113
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
114
114
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
115
115
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
116
116
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
@@ -121,7 +121,7 @@
121
121
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
122
122
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
123
123
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
124
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
124
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-25 01:19:12 |
125
125
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
126
126
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
127
127
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-12 02:09:16 |
@@ -129,8 +129,8 @@
129
129
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
130
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
131
131
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-23 00:14:04 |
132
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-18 02:19:03 |
133
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-23 00:14:33 |
132
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-24 01:18:10 |
133
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-25 01:20:27 |
134
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
136
136
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -141,18 +141,18 @@
141
141
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
142
142
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
143
143
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
144
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-19 16:11:02 |
145
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-23 09:46:19 |
144
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-24 01:19:16 |
145
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
146
146
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
147
147
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
148
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
149
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
150
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-23 00:16:17 |
152
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
153
153
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-20 01:20:31 |
154
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
155
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-19 16:12:27 |
154
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-25 01:22:21 |
155
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-25 01:22:26 |
156
156
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
157
157
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
158
158
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
@@ -174,14 +174,14 @@
174
174
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
175
175
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-10-10 01:45:34 |
176
176
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
177
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-23 00:18:24 |
177
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-24 01:22:12 |
178
178
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
179
179
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
180
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-08-17 04:47:11 |
180
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-25 01:24:32 |
181
181
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
182
182
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
183
183
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
184
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-19 16:15:26 |
184
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
185
185
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
186
186
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
187
187
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -197,7 +197,7 @@
197
197
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-18 02:46:59 |
198
198
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
199
199
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
200
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-19 16:17:03 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-25 01:26:16 |
201
201
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
202
202
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
203
203
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-19 16:17:52 |
@@ -212,11 +212,11 @@
212
212
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
213
213
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
214
214
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
215
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
215
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
216
216
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
217
217
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
218
218
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
219
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-09 01:25:57 |
219
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-24 01:25:58 |
220
220
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
221
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
222
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
@@ -228,11 +228,11 @@
228
228
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
229
229
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
230
230
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
231
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
231
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-25 01:29:12 |
232
232
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
233
233
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-19 16:23:29 |
234
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-19 16:24:08 |
235
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-24 01:29:28 |
236
236
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
237
237
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
238
238
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.711"
1
+ export const sdkVersion = "4.0.713"
@@ -3347,11 +3347,11 @@ export interface MetricAlarm {
3347
3347
  */
3348
3348
  ComparisonOperator: string
3349
3349
  /**
3350
- * 指标名称,可选字段如下:<br><li>CPU_UTILIZATION:CPU利用率</li><li>MEM_UTILIZATION:内存利用率</li><li>LAN_TRAFFIC_OUT:内网出带宽</li><li>LAN_TRAFFIC_IN:内网入带宽</li><li>WAN_TRAFFIC_OUT:外网出带宽</li><li>WAN_TRAFFIC_IN:外网入带宽</li>
3350
+ * 指标名称,可选字段如下:<br><li>CPU_UTILIZATION:CPU利用率</li><li>MEM_UTILIZATION:内存利用率</li><li>LAN_TRAFFIC_OUT:内网出带宽</li><li>LAN_TRAFFIC_IN:内网入带宽</li><li>WAN_TRAFFIC_OUT:外网出带宽</li><li>WAN_TRAFFIC_IN:外网入带宽</li><li>TCP_CURR_ESTAB:TCP连接数</li>
3351
3351
  */
3352
3352
  MetricName: string
3353
3353
  /**
3354
- * 告警阈值:<br><li>CPU_UTILIZATION:[1, 100],单位:%</li><li>MEM_UTILIZATION:[1, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li>
3354
+ * 告警阈值:<br><li>CPU_UTILIZATION:[1, 100],单位:%</li><li>MEM_UTILIZATION:[1, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li><li>TCP_CURR_ESTAB:>0, 单位:Count</li>
3355
3355
  */
3356
3356
  Threshold: number
3357
3357
  /**
@@ -3367,7 +3367,7 @@ export interface MetricAlarm {
3367
3367
  */
3368
3368
  Statistic?: string
3369
3369
  /**
3370
- * 精确告警阈值,本参数不作为入参输入,仅用作查询接口出参:<br><li>CPU_UTILIZATION:(0, 100],单位:%</li><li>MEM_UTILIZATION:(0, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li>
3370
+ * 精确告警阈值,本参数不作为入参输入,仅用作查询接口出参:<br><li>CPU_UTILIZATION:(0, 100],单位:%</li><li>MEM_UTILIZATION:(0, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li><li>TCP_CURR_ESTAB:>0, 单位:Count</li>
3371
3371
  */
3372
3372
  PreciseThreshold?: number
3373
3373
  }
@@ -2443,6 +2443,14 @@ export interface DescribeVoucherInfoRequest {
2443
2443
  * 操作人,默认就是用户uin
2444
2444
  */
2445
2445
  Operator?: string
2446
+ /**
2447
+ * 代金券主类型 has_price 为有价现金券 no_price 为无价代金券
2448
+ */
2449
+ VoucherMainType?: string
2450
+ /**
2451
+ * 代金券副类型 discount 为折扣券 deduct 为抵扣券
2452
+ */
2453
+ VoucherSubType?: string
2446
2454
  }
2447
2455
 
2448
2456
  /**
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  MatchKBPURLListResponse,
22
22
  DescribeKBComponentVulnerabilityRequest,
23
+ AffectedComponent,
23
24
  DescribeKBComponentVersionListRequest,
24
25
  ComponentVulnerabilityUnion,
25
26
  LicenseUnion,
@@ -119,7 +120,7 @@ export class Client extends AbstractClient {
119
120
  }
120
121
 
121
122
  /**
122
- * 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE ID查询或者根据Vul ID查询。
123
+ * 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE、Vul ID、CNVD ID、CNNVD ID查询。
123
124
  */
124
125
  async DescribeKBVulnerability(
125
126
  req: DescribeKBVulnerabilityRequest,
@@ -43,6 +43,27 @@ export interface DescribeKBComponentVulnerabilityRequest {
43
43
  PURL: PURL
44
44
  }
45
45
 
46
+ /**
47
+ * 受漏洞影响的组件信息。
48
+ */
49
+ export interface AffectedComponent {
50
+ /**
51
+ * 受漏洞影响的组件名称
52
+ 注意:此字段可能返回 null,表示取不到有效值。
53
+ */
54
+ Name?: string
55
+ /**
56
+ * 受漏洞影响的版本
57
+ 注意:此字段可能返回 null,表示取不到有效值。
58
+ */
59
+ AffectedVersionList?: Array<string>
60
+ /**
61
+ * 修复此漏洞的版本
62
+ 注意:此字段可能返回 null,表示取不到有效值。
63
+ */
64
+ FixedVersionList?: Array<string>
65
+ }
66
+
46
67
  /**
47
68
  * DescribeKBComponentVersionList请求参数结构体
48
69
  */
@@ -278,7 +299,7 @@ export interface DescribeKBVulnerabilityResponse {
278
299
  * 漏洞详细信息列表
279
300
  注意:此字段可能返回 null,表示取不到有效值。
280
301
  */
281
- VulnerabilityDetailList: Array<VulnerabilityUnion>
302
+ VulnerabilityDetailList?: Array<VulnerabilityUnion>
282
303
  /**
283
304
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
284
305
  */
@@ -371,13 +392,21 @@ export interface LicenseDetail {
371
392
  */
372
393
  export interface DescribeKBVulnerabilityRequest {
373
394
  /**
374
- * CVE ID列表(不能与Vul ID同时存在)
395
+ * 根据CVE ID查询(不能与其他参数同时存在)
375
396
  */
376
397
  CVEID?: Array<string>
377
398
  /**
378
- * Vul ID列表(不能与CVE ID 同时存在)
399
+ * 根据Vul ID查询(不能与其他参数同时存在)
379
400
  */
380
401
  VulID?: Array<string>
402
+ /**
403
+ * 根据CNVD ID查询(不能与其他参数同时存在)
404
+ */
405
+ CNVDID?: Array<string>
406
+ /**
407
+ * 根据CNNVD ID查询(不能与其他参数同时存在)
408
+ */
409
+ CNNVDID?: Array<string>
381
410
  }
382
411
 
383
412
  /**
@@ -387,53 +416,57 @@ export interface VulnerabilityDetail {
387
416
  /**
388
417
  * 漏洞类别
389
418
  */
390
- Category: string
419
+ Category?: string
391
420
  /**
392
421
  * 漏洞分类
393
422
  */
394
- CategoryType: string
423
+ CategoryType?: string
395
424
  /**
396
425
  * 漏洞描述
397
426
  */
398
- Description: string
427
+ Description?: string
399
428
  /**
400
429
  * 漏洞官方解决方案
401
430
  */
402
- OfficialSolution: string
431
+ OfficialSolution?: string
403
432
  /**
404
433
  * 漏洞信息参考列表
405
434
  */
406
- ReferenceList: Array<string>
435
+ ReferenceList?: Array<string>
407
436
  /**
408
437
  * 漏洞防御方案
409
438
  */
410
- DefenseSolution: string
439
+ DefenseSolution?: string
411
440
  /**
412
441
  * 漏洞CVSSv2信息
413
442
  注意:此字段可能返回 null,表示取不到有效值。
414
443
  */
415
- CVSSv2Info: CVSSV2Info
444
+ CVSSv2Info?: CVSSV2Info
416
445
  /**
417
446
  * 漏洞CVSSv3信息
418
447
  注意:此字段可能返回 null,表示取不到有效值。
419
448
  */
420
- CVSSv3Info: CVSSV3Info
449
+ CVSSv3Info?: CVSSV3Info
421
450
  /**
422
451
  * 漏洞提交时间
423
452
  */
424
- SubmitTime: string
453
+ SubmitTime?: string
425
454
  /**
426
455
  * CWE编号
427
456
  */
428
- CWEID: string
457
+ CWEID?: string
429
458
  /**
430
459
  * 漏洞CVSSv2向量
431
460
  */
432
- CVSSv2Vector: string
461
+ CVSSv2Vector?: string
433
462
  /**
434
463
  * 漏洞CVSSv3向量
435
464
  */
436
- CVSSv3Vector: string
465
+ CVSSv3Vector?: string
466
+ /**
467
+ * 漏洞影响的组件列表,仅当查询单个漏洞时有效
468
+ */
469
+ AffectedComponentList?: Array<AffectedComponent>
437
470
  }
438
471
 
439
472
  /**
@@ -471,27 +504,27 @@ export interface VulnerabilitySummary {
471
504
  /**
472
505
  * 漏洞ID
473
506
  */
474
- VulID: string
507
+ VulID?: string
475
508
  /**
476
509
  * 漏洞所属CVE编号
477
510
  */
478
- CVEID: string
511
+ CVEID?: string
479
512
  /**
480
513
  * 漏洞所属CNVD编号
481
514
  */
482
- CNVDID: string
515
+ CNVDID?: string
483
516
  /**
484
517
  * 漏洞所属CNNVD编号
485
518
  */
486
- CNNVDID: string
519
+ CNNVDID?: string
487
520
  /**
488
521
  * 漏洞名称
489
522
  */
490
- Name: string
523
+ Name?: string
491
524
  /**
492
525
  * 该漏洞是否是需重点关注的漏洞
493
526
  */
494
- IsSuggest: boolean
527
+ IsSuggest?: boolean
495
528
  /**
496
529
  * 漏洞风险等级
497
530
  <li>Critical</li>
@@ -499,7 +532,7 @@ export interface VulnerabilitySummary {
499
532
  <li>Medium</li>
500
533
  <li>Low</li>
501
534
  */
502
- Severity: string
535
+ Severity?: string
503
536
  }
504
537
 
505
538
  /**
@@ -265,6 +265,10 @@ AnalyzeTaskType_MediaStream:音视频体验
265
265
  多伦多
266
266
  */
267
267
  City?: Array<string>
268
+ /**
269
+ * es scroll查询id
270
+ */
271
+ ScrollID?: string
268
272
  }
269
273
 
270
274
  /**
@@ -318,6 +322,10 @@ export interface DescribeDetailedSingleProbeDataResponse {
318
322
  * 符合条件的数据总数
319
323
  */
320
324
  TotalNumber?: number
325
+ /**
326
+ * es scroll查询的id
327
+ */
328
+ ScrollID?: string
321
329
  /**
322
330
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
323
331
  */
@@ -19,21 +19,25 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  ModifyInstanceResponse,
22
+ DescribeInstanceInfoRequest,
23
+ InstanceStateInfo,
22
24
  DescribeInstanceStateRequest,
23
25
  ChargeProperties,
24
26
  DestroyInstanceByApiRequest,
25
27
  InstanceNodeGroup,
26
28
  CBSSpec,
27
29
  ModifyInstanceRequest,
28
- InstanceStateInfo,
30
+ DescribeSimpleInstancesResponse,
31
+ ResourceInfo,
29
32
  InstanceInfo,
30
33
  DescribeInstancesResponse,
31
34
  ResourceSpecNew,
32
35
  DescribeInstancesRequest,
33
36
  CreateInstanceByApiResponse,
34
- DescribeSimpleInstancesResponse,
37
+ SimpleInstanceInfo,
35
38
  DescribeInstanceResponse,
36
39
  DestroyInstanceByApiResponse,
40
+ CBSSpecInfo,
37
41
  CreateInstanceByApiRequest,
38
42
  SearchTags,
39
43
  DescribeInstanceRequest,
@@ -41,6 +45,7 @@ import {
41
45
  DescribeInstanceStateResponse,
42
46
  InstanceSimpleInfoNew,
43
47
  DescribeSimpleInstancesRequest,
48
+ DescribeInstanceInfoResponse,
44
49
  } from "./cdwpg_models"
45
50
 
46
51
  /**
@@ -92,6 +97,16 @@ export class Client extends AbstractClient {
92
97
  return this.request("DescribeInstance", req, cb)
93
98
  }
94
99
 
100
+ /**
101
+ * 获取集群信息
102
+ */
103
+ async DescribeInstanceInfo(
104
+ req: DescribeInstanceInfoRequest,
105
+ cb?: (error: string, rep: DescribeInstanceInfoResponse) => void
106
+ ): Promise<DescribeInstanceInfoResponse> {
107
+ return this.request("DescribeInstanceInfo", req, cb)
108
+ }
109
+
95
110
  /**
96
111
  * 创建集群
97
112
  */