tencentcloud-sdk-nodejs 4.0.620 → 4.0.622
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.
- package/CHANGELOG.md +480 -0
- package/SERVICE_CHANGELOG.md +496 -115
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +1 -0
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cdb/v20170320/cdb_models.ts +5 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/csip/v20221121/csip_client.ts +75 -10
- package/src/services/csip/v20221121/csip_models.ts +1035 -118
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +17 -2
- package/src/services/ess/v20201111/ess_models.ts +124 -9
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/lcic/v20220817/lcic_models.ts +6 -6
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +526 -312
- package/src/services/live/v20180801/live_models.ts +5707 -4875
- package/src/services/ms/v20180408/ms_models.ts +13 -8
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +19 -19
- package/src/services/postgres/v20170312/postgres_models.ts +19 -12
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +1 -1
- package/src/services/ssa/v20180608/ssa_models.ts +75 -14
- package/src/services/tat/v20201028/tat_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
- package/src/services/thpc/v20230321/thpc_models.ts +12 -0
- package/src/services/vod/v20180717/vod_client.ts +7 -3
- package/src/services/vod/v20180717/vod_models.ts +163 -54
- package/src/services/vpc/v20170312/vpc_models.ts +11 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +23 -3
- package/tencentcloud/services/csip/v20221121/csip_client.js +33 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1024 -122
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +119 -9
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -6
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +96 -25
- package/tencentcloud/services/live/v20180801/live_client.js +135 -30
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5542 -4751
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +13 -8
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +19 -12
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +12 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +158 -53
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
- package/test/csip.v20221121.test.js +52 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +182 -12
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- package/test/tdmq.v20200217.test.js +0 -10
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,21 +16,21 @@
|
|
|
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-06-08 16:31:03 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-05-18 01:04:31 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-15 01:03:25 |
|
|
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-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
|
|
30
30
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-05-18 01:05:44 |
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-05-18 01:05:55 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-05-18 01:06:15 |
|
|
33
|
-
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-
|
|
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) | 2021-01-07 08:02:40 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-09 01:06:01 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-15 01:05:53 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-12 01:06:54 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
@@ -54,18 +54,18 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-14 01:12:48 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-12 01:09:11 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-18 01:13:44 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-14 01:14:01 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-18 01:15:05 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-
|
|
68
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-15 01:11:27 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-05 01:20:04 |
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-
|
|
77
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-14 01:18:59 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-13 01:16:36 |
|
|
@@ -93,14 +93,14 @@
|
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-12 01:20:35 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-15 01:18:29 |
|
|
97
97
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-13 01:20:11 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
102
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-05-18 01:28:41 |
|
|
103
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
103
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
106
106
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
117
117
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
|
|
118
118
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-05-18 01:31:40 |
|
|
119
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-
|
|
119
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
|
|
120
120
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-18 01:32:30 |
|
|
121
121
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
122
122
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-05-26 01:33:51 |
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
126
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
129
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-
|
|
130
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-
|
|
128
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-15 01:24:27 |
|
|
129
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-15 01:24:47 |
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-15 01:25:15 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
133
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-13 01:27:34 |
|
|
@@ -138,21 +138,21 @@
|
|
|
138
138
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
|
|
139
139
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-29 01:32:50 |
|
|
140
140
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-09 01:29:13 |
|
|
141
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-
|
|
141
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-15 01:28:24 |
|
|
142
142
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
143
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
143
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
144
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
145
145
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
146
146
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
|
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
|
|
149
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-
|
|
149
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-14 01:34:02 |
|
|
150
150
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
|
151
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-
|
|
152
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-
|
|
151
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
|
|
152
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-14 01:35:00 |
|
|
153
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
154
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-
|
|
155
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
154
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-15 01:30:36 |
|
|
155
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
|
|
156
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-26 01:47:14 |
|
|
157
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
158
158
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-12 01:33:10 |
|
|
@@ -165,19 +165,19 @@
|
|
|
165
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
|
|
166
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
167
167
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
|
|
168
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-
|
|
168
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-13 12:01:52 |
|
|
169
169
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
|
|
170
170
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
171
171
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
|
|
172
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-
|
|
172
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
|
|
173
173
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-13 01:37:56 |
|
|
174
174
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
175
175
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
|
|
176
176
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
|
|
177
177
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
|
|
178
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-
|
|
178
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
|
|
179
179
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
180
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-
|
|
180
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
|
|
181
181
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
182
182
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-05-18 01:50:31 |
|
|
183
183
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -192,11 +192,11 @@
|
|
|
192
192
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
|
|
193
193
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
|
|
194
194
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
|
|
195
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-
|
|
195
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-14 01:42:52 |
|
|
196
196
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
197
197
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
198
198
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
|
|
199
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-06-
|
|
199
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-06-15 01:38:28 |
|
|
200
200
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
201
201
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
|
|
202
202
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -221,8 +221,8 @@
|
|
|
221
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
224
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
225
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-
|
|
224
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-15 01:42:39 |
|
|
225
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-15 01:43:49 |
|
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-07 01:59:27 |
|
|
227
227
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
|
|
228
228
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.622"
|
|
@@ -120,6 +120,16 @@ export interface StatusNode {
|
|
|
120
120
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
121
121
|
*/
|
|
122
122
|
ParallelNodes?: string
|
|
123
|
+
/**
|
|
124
|
+
* scf拒绝时返回信息
|
|
125
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
126
|
+
*/
|
|
127
|
+
RejectedCloudFunctionMsg?: string
|
|
128
|
+
/**
|
|
129
|
+
* 上一个节点
|
|
130
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
131
|
+
*/
|
|
132
|
+
PrevNode?: string
|
|
123
133
|
}
|
|
124
134
|
|
|
125
135
|
/**
|
|
@@ -217,54 +227,59 @@ export interface GetBpaasApproveDetailResponse {
|
|
|
217
227
|
/**
|
|
218
228
|
* 申请人uin
|
|
219
229
|
*/
|
|
220
|
-
ApplyUin
|
|
230
|
+
ApplyUin?: number
|
|
221
231
|
/**
|
|
222
232
|
* 申请人主账号
|
|
223
233
|
*/
|
|
224
|
-
ApplyOwnUin
|
|
234
|
+
ApplyOwnUin?: number
|
|
225
235
|
/**
|
|
226
236
|
* 申请人昵称
|
|
227
237
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
228
238
|
*/
|
|
229
|
-
ApplyUinNick
|
|
239
|
+
ApplyUinNick?: string
|
|
230
240
|
/**
|
|
231
241
|
* 审批流id
|
|
232
242
|
*/
|
|
233
|
-
BpaasId
|
|
243
|
+
BpaasId?: number
|
|
234
244
|
/**
|
|
235
245
|
* 审批流名称
|
|
236
246
|
*/
|
|
237
|
-
BpaasName
|
|
247
|
+
BpaasName?: string
|
|
238
248
|
/**
|
|
239
249
|
* 申请参数
|
|
240
250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
251
|
*/
|
|
242
|
-
ApplicationParams
|
|
252
|
+
ApplicationParams?: Array<ApplyParam>
|
|
243
253
|
/**
|
|
244
254
|
* 申请原因
|
|
245
255
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
256
|
*/
|
|
247
|
-
Reason
|
|
257
|
+
Reason?: string
|
|
248
258
|
/**
|
|
249
259
|
* 申请时间
|
|
250
260
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
251
261
|
*/
|
|
252
|
-
CreateTime
|
|
262
|
+
CreateTime?: string
|
|
253
263
|
/**
|
|
254
264
|
* 申请单状态
|
|
255
265
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
256
266
|
*/
|
|
257
|
-
Status
|
|
267
|
+
Status?: number
|
|
258
268
|
/**
|
|
259
269
|
* 节点信息
|
|
260
270
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
271
|
*/
|
|
262
|
-
Nodes
|
|
272
|
+
Nodes?: Array<StatusNode>
|
|
263
273
|
/**
|
|
264
274
|
* 正在审批的节点id
|
|
265
275
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
266
276
|
*/
|
|
267
|
-
ApprovingNodeId
|
|
277
|
+
ApprovingNodeId?: string
|
|
278
|
+
/**
|
|
279
|
+
* 更新时间,时间格式:2021-12-12 10:12:10
|
|
280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
281
|
+
*/
|
|
282
|
+
ModifyTime?: string
|
|
268
283
|
/**
|
|
269
284
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
270
285
|
*/
|
|
@@ -929,7 +929,7 @@ export interface CreateCdbProxyAddressResponse {
|
|
|
929
929
|
* 异步任务ID
|
|
930
930
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
931
931
|
*/
|
|
932
|
-
AsyncRequestId
|
|
932
|
+
AsyncRequestId?: string
|
|
933
933
|
/**
|
|
934
934
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
935
935
|
*/
|
|
@@ -1117,6 +1117,10 @@ export interface CreateCdbProxyAddressRequest {
|
|
|
1117
1117
|
* 安全组
|
|
1118
1118
|
*/
|
|
1119
1119
|
SecurityGroup?: Array<string>
|
|
1120
|
+
/**
|
|
1121
|
+
* 连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool为true时生效。
|
|
1122
|
+
*/
|
|
1123
|
+
ConnectionPoolType?: string
|
|
1120
1124
|
}
|
|
1121
1125
|
|
|
1122
1126
|
/**
|
|
@@ -2629,7 +2629,7 @@ export interface CreateShipperRequest {
|
|
|
2629
2629
|
*/
|
|
2630
2630
|
Interval?: number
|
|
2631
2631
|
/**
|
|
2632
|
-
* 投递的文件的最大值,单位 MB,默认256,范围
|
|
2632
|
+
* 投递的文件的最大值,单位 MB,默认256,范围 5-256
|
|
2633
2633
|
*/
|
|
2634
2634
|
MaxSize?: number
|
|
2635
2635
|
/**
|
|
@@ -3063,15 +3063,15 @@ export interface DescribeLogContextResponse {
|
|
|
3063
3063
|
/**
|
|
3064
3064
|
* 日志上下文信息集合
|
|
3065
3065
|
*/
|
|
3066
|
-
LogContextInfos
|
|
3066
|
+
LogContextInfos?: Array<LogContextInfo>
|
|
3067
3067
|
/**
|
|
3068
3068
|
* 上文日志是否已经返回
|
|
3069
3069
|
*/
|
|
3070
|
-
PrevOver
|
|
3070
|
+
PrevOver?: boolean
|
|
3071
3071
|
/**
|
|
3072
3072
|
* 下文日志是否已经返回
|
|
3073
3073
|
*/
|
|
3074
|
-
NextOver
|
|
3074
|
+
NextOver?: boolean
|
|
3075
3075
|
/**
|
|
3076
3076
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3077
3077
|
*/
|
|
@@ -3234,7 +3234,7 @@ export interface ModifyShipperRequest {
|
|
|
3234
3234
|
*/
|
|
3235
3235
|
Interval?: number
|
|
3236
3236
|
/**
|
|
3237
|
-
* 投递的文件的最大值,单位 MB,默认256,范围
|
|
3237
|
+
* 投递的文件的最大值,单位 MB,默认256,范围 5-256
|
|
3238
3238
|
*/
|
|
3239
3239
|
MaxSize?: number
|
|
3240
3240
|
/**
|
|
@@ -18,31 +18,46 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
DescribeDomainAssetsResponse,
|
|
21
22
|
DescribeDbAssetInfoResponse,
|
|
22
23
|
DescribeDbAssetsRequest,
|
|
23
24
|
DescribeScanReportListRequest,
|
|
25
|
+
DescribeRiskCenterAssetViewVULRiskListRequest,
|
|
24
26
|
CreateDomainAndIpRequest,
|
|
25
|
-
|
|
27
|
+
DomainAssetVO,
|
|
28
|
+
DescribeVpcAssetsResponse,
|
|
26
29
|
FilterDataObject,
|
|
27
30
|
CVMAssetVO,
|
|
28
31
|
DescribeScanReportListResponse,
|
|
32
|
+
DescribeClusterPodAssetsRequest,
|
|
33
|
+
DescribeSubnetAssetsRequest,
|
|
29
34
|
AddNewBindRoleUserRequest,
|
|
30
35
|
DescribeCVMAssetInfoResponse,
|
|
31
|
-
|
|
36
|
+
DescribePublicIpAssetsResponse,
|
|
32
37
|
Vpc,
|
|
38
|
+
DescribeRiskCenterAssetViewVULRiskListResponse,
|
|
33
39
|
DescribeCVMAssetsRequest,
|
|
34
40
|
DBAssetVO,
|
|
41
|
+
ScanTaskInfo,
|
|
35
42
|
SubnetAsset,
|
|
36
43
|
Tag,
|
|
44
|
+
DescribeRiskCenterAssetViewPortRiskListResponse,
|
|
37
45
|
DescribeSubnetAssetsResponse,
|
|
38
46
|
DescribeDbAssetInfoRequest,
|
|
47
|
+
DescribeRiskCenterAssetViewPortRiskListRequest,
|
|
48
|
+
DescribeCVMAssetsResponse,
|
|
39
49
|
DescribeVpcAssetsRequest,
|
|
40
50
|
Filter,
|
|
41
51
|
DbAssetInfo,
|
|
42
|
-
|
|
52
|
+
IpAssetListVO,
|
|
53
|
+
AssetViewVULRisk,
|
|
54
|
+
DescribeClusterPodAssetsResponse,
|
|
43
55
|
AssetBaseInfoResponse,
|
|
44
|
-
|
|
56
|
+
AssetViewPortRisk,
|
|
57
|
+
DescribeDomainAssetsRequest,
|
|
45
58
|
CreateDomainAndIpResponse,
|
|
59
|
+
DescribePublicIpAssetsRequest,
|
|
60
|
+
AssetClusterPod,
|
|
46
61
|
DescribeDbAssetsResponse,
|
|
47
62
|
AddNewBindRoleUserResponse,
|
|
48
63
|
DescribeCVMAssetInfoRequest,
|
|
@@ -58,6 +73,36 @@ export class Client extends AbstractClient {
|
|
|
58
73
|
super("csip.tencentcloudapi.com", "2022-11-21", clientConfig)
|
|
59
74
|
}
|
|
60
75
|
|
|
76
|
+
/**
|
|
77
|
+
* 获取资产视角的漏洞风险列表
|
|
78
|
+
*/
|
|
79
|
+
async DescribeRiskCenterAssetViewVULRiskList(
|
|
80
|
+
req: DescribeRiskCenterAssetViewVULRiskListRequest,
|
|
81
|
+
cb?: (error: string, rep: DescribeRiskCenterAssetViewVULRiskListResponse) => void
|
|
82
|
+
): Promise<DescribeRiskCenterAssetViewVULRiskListResponse> {
|
|
83
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb)
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* 集群pod列表
|
|
88
|
+
*/
|
|
89
|
+
async DescribeClusterPodAssets(
|
|
90
|
+
req: DescribeClusterPodAssetsRequest,
|
|
91
|
+
cb?: (error: string, rep: DescribeClusterPodAssetsResponse) => void
|
|
92
|
+
): Promise<DescribeClusterPodAssetsResponse> {
|
|
93
|
+
return this.request("DescribeClusterPodAssets", req, cb)
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* 获取子网列表
|
|
98
|
+
*/
|
|
99
|
+
async DescribeSubnetAssets(
|
|
100
|
+
req: DescribeSubnetAssetsRequest,
|
|
101
|
+
cb?: (error: string, rep: DescribeSubnetAssetsResponse) => void
|
|
102
|
+
): Promise<DescribeSubnetAssetsResponse> {
|
|
103
|
+
return this.request("DescribeSubnetAssets", req, cb)
|
|
104
|
+
}
|
|
105
|
+
|
|
61
106
|
/**
|
|
62
107
|
* 获取vpc列表
|
|
63
108
|
*/
|
|
@@ -88,6 +133,26 @@ export class Client extends AbstractClient {
|
|
|
88
133
|
return this.request("DescribeCVMAssets", req, cb)
|
|
89
134
|
}
|
|
90
135
|
|
|
136
|
+
/**
|
|
137
|
+
* 域名列表
|
|
138
|
+
*/
|
|
139
|
+
async DescribeDomainAssets(
|
|
140
|
+
req: DescribeDomainAssetsRequest,
|
|
141
|
+
cb?: (error: string, rep: DescribeDomainAssetsResponse) => void
|
|
142
|
+
): Promise<DescribeDomainAssetsResponse> {
|
|
143
|
+
return this.request("DescribeDomainAssets", req, cb)
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* ip公网列表
|
|
148
|
+
*/
|
|
149
|
+
async DescribePublicIpAssets(
|
|
150
|
+
req: DescribePublicIpAssetsRequest,
|
|
151
|
+
cb?: (error: string, rep: DescribePublicIpAssetsResponse) => void
|
|
152
|
+
): Promise<DescribePublicIpAssetsResponse> {
|
|
153
|
+
return this.request("DescribePublicIpAssets", req, cb)
|
|
154
|
+
}
|
|
155
|
+
|
|
91
156
|
/**
|
|
92
157
|
* csip角色授权绑定接口
|
|
93
158
|
*/
|
|
@@ -119,13 +184,13 @@ export class Client extends AbstractClient {
|
|
|
119
184
|
}
|
|
120
185
|
|
|
121
186
|
/**
|
|
122
|
-
*
|
|
187
|
+
* 获取资产视角的端口风险列表
|
|
123
188
|
*/
|
|
124
|
-
async
|
|
125
|
-
req:
|
|
126
|
-
cb?: (error: string, rep:
|
|
127
|
-
): Promise<
|
|
128
|
-
return this.request("
|
|
189
|
+
async DescribeRiskCenterAssetViewPortRiskList(
|
|
190
|
+
req: DescribeRiskCenterAssetViewPortRiskListRequest,
|
|
191
|
+
cb?: (error: string, rep: DescribeRiskCenterAssetViewPortRiskListResponse) => void
|
|
192
|
+
): Promise<DescribeRiskCenterAssetViewPortRiskListResponse> {
|
|
193
|
+
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb)
|
|
129
194
|
}
|
|
130
195
|
|
|
131
196
|
/**
|