tencentcloud-sdk-nodejs 4.0.954 → 4.0.956
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 +439 -0
- package/SERVICE_CHANGELOG.md +452 -7
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +3 -3
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
- package/src/services/clb/v20180317/clb_models.ts +11 -6
- package/src/services/cls/v20201016/cls_client.ts +7 -6
- package/src/services/cls/v20201016/cls_models.ts +217 -188
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +141 -8
- package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -22
- package/src/services/ess/v20201111/ess_models.ts +81 -27
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
- package/src/services/lke/v20231130/lke_models.ts +1 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
- package/src/services/mps/v20190612/mps_client.ts +74 -21
- package/src/services/mps/v20190612/mps_models.ts +421 -35
- package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
- package/src/services/redis/v20180412/redis_client.ts +14 -2
- package/src/services/redis/v20180412/redis_models.ts +72 -37
- package/src/services/tcss/v20201101/tcss_client.ts +20 -10
- package/src/services/tke/v20180525/tke_client.ts +1 -15
- package/src/services/tke/v20180525/tke_models.ts +126 -162
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +8 -5
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -6
- package/src/services/waf/v20180125/waf_client.ts +43 -15
- package/src/services/waf/v20180125/waf_models.ts +351 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +215 -187
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +138 -8
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -21
- package/tencentcloud/services/ess/v20201111/ess_client.js +43 -21
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
- package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +0 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +126 -160
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -6
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
- package/test/dlc.v20210125.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +20 -0
- package/test/mps.v20190612.test.js +46 -6
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tke.v20180525.test.js +0 -10
- package/test/waf.v20180125.test.js +24 -4
package/products.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2023-05-18 01:01:13 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-20 01:07:29 |
|
|
6
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-
|
|
6
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-10-15 01:02:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
9
|
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-26 01:07:24 |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-14 01:08:09 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
|
|
40
40
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-30 01:10:03 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
48
|
-
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-
|
|
48
|
+
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-10-14 01:10:53 |
|
|
49
49
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-09 01:10:49 |
|
|
50
50
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
51
51
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
59
59
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
60
60
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-16 01:22:56 |
|
|
61
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-
|
|
61
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-14 01:12:12 |
|
|
62
62
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
64
64
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
65
65
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
|
|
66
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-
|
|
66
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-15 01:07:42 |
|
|
67
67
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
|
|
68
68
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
|
|
69
69
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
|
|
77
77
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-14 01:14:55 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
85
85
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
86
86
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
87
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-
|
|
87
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-15 01:11:21 |
|
|
88
88
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
89
89
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
90
90
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
91
91
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
92
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-
|
|
92
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-10-14 01:17:08 |
|
|
93
93
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
94
94
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-27 01:14:07 |
|
|
95
95
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
99
99
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
101
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-
|
|
101
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-15 01:13:47 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
103
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-
|
|
104
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-
|
|
103
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-15 01:14:14 |
|
|
104
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-14 01:19:22 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
106
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-15 01:14:56 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
108
108
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
109
109
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-09-25 01:22:07 |
|
|
125
125
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
126
126
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-25 01:22:24 |
|
|
127
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-
|
|
127
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-10-15 01:16:09 |
|
|
128
128
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
129
129
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
130
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-
|
|
130
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-10-12 13:22:15 |
|
|
131
131
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
132
132
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
133
133
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-09-27 01:19:59 |
|
|
140
140
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-09-27 01:20:12 |
|
|
141
141
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
142
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-
|
|
142
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-14 01:23:56 |
|
|
143
143
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
144
144
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
145
145
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
150
150
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
151
151
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
152
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
152
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-10-14 01:24:42 |
|
|
153
153
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
|
|
154
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
154
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-12 14:57:22 |
|
|
155
155
|
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-30 01:26:55 |
|
|
156
156
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-10-09 01:25:21 |
|
|
157
157
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
160
160
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
|
|
161
161
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
162
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-
|
|
163
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-
|
|
162
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-14 01:26:06 |
|
|
163
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-14 01:26:17 |
|
|
164
164
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
|
|
165
165
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
166
166
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
|
|
170
170
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
171
171
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
|
|
172
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-
|
|
172
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-14 01:27:42 |
|
|
173
173
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
|
|
174
174
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
175
175
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
206
206
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
207
207
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
|
|
208
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-
|
|
208
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-14 01:30:34 |
|
|
209
209
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
210
210
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
211
211
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
|
|
@@ -223,14 +223,14 @@
|
|
|
223
223
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
224
224
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-27 01:31:35 |
|
|
225
225
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
226
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-
|
|
226
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-10-14 01:33:49 |
|
|
227
227
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
|
|
228
228
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
229
229
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
230
230
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
231
231
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
232
232
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
233
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-
|
|
233
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-15 01:29:17 |
|
|
234
234
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
235
235
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
236
236
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -239,14 +239,14 @@
|
|
|
239
239
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
240
240
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
241
241
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-10 01:34:51 |
|
|
242
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
242
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-15 01:30:28 |
|
|
243
243
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
244
244
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
245
245
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
246
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-
|
|
246
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-15 01:31:18 |
|
|
247
247
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
248
248
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
249
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-
|
|
249
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
|
|
250
250
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
251
251
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
|
|
252
252
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.956"
|
|
@@ -1553,15 +1553,15 @@ export interface DiskChargePrepaid {
|
|
|
1553
1553
|
export type DescribeSnapshotOverviewRequest = null
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
1556
|
-
*
|
|
1556
|
+
* 过滤条件
|
|
1557
1557
|
*/
|
|
1558
1558
|
export interface Filter {
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* 过滤键的名称
|
|
1561
1561
|
*/
|
|
1562
1562
|
Name: string
|
|
1563
1563
|
/**
|
|
1564
|
-
*
|
|
1564
|
+
* 一个或者多个过滤值
|
|
1565
1565
|
*/
|
|
1566
1566
|
Values: Array<string>
|
|
1567
1567
|
}
|
|
@@ -970,6 +970,16 @@ Modify 集群变更中;
|
|
|
970
970
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
971
971
|
*/
|
|
972
972
|
Details?: InstanceDetail
|
|
973
|
+
/**
|
|
974
|
+
* 安全组白名单
|
|
975
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
976
|
+
*/
|
|
977
|
+
IsWhiteSGs?: boolean
|
|
978
|
+
/**
|
|
979
|
+
* 绑定的安全组
|
|
980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
981
|
+
*/
|
|
982
|
+
BindSGs?: Array<string>
|
|
973
983
|
}
|
|
974
984
|
|
|
975
985
|
/**
|
|
@@ -3158,23 +3158,28 @@ export interface DescribeCustomizedConfigAssociateListResponse {
|
|
|
3158
3158
|
*/
|
|
3159
3159
|
export interface SetCustomizedConfigForLoadBalancerRequest {
|
|
3160
3160
|
/**
|
|
3161
|
-
*
|
|
3161
|
+
* 操作类型。
|
|
3162
|
+
- ADD:添加
|
|
3163
|
+
- DELETE:删除
|
|
3164
|
+
- UPDATE:修改
|
|
3165
|
+
- BIND:绑定
|
|
3166
|
+
- UNBIND:解绑
|
|
3162
3167
|
*/
|
|
3163
3168
|
OperationType: string
|
|
3164
3169
|
/**
|
|
3165
|
-
*
|
|
3170
|
+
* 个性化配置ID。除了创建个性化配置外,必传此字段,如:pz-1234abcd
|
|
3166
3171
|
*/
|
|
3167
3172
|
UconfigId?: string
|
|
3168
3173
|
/**
|
|
3169
|
-
*
|
|
3174
|
+
* 个性化配置内容。创建个性化配置或修改个性化配置的内容时,必传此字段
|
|
3170
3175
|
*/
|
|
3171
3176
|
ConfigContent?: string
|
|
3172
3177
|
/**
|
|
3173
|
-
*
|
|
3178
|
+
* 个性化配置名称。创建个性化配置或修改个性化配置的名字时,必传此字段
|
|
3174
3179
|
*/
|
|
3175
3180
|
ConfigName?: string
|
|
3176
3181
|
/**
|
|
3177
|
-
*
|
|
3182
|
+
* 负载均衡实例ID。绑定解绑时,必传此字段
|
|
3178
3183
|
*/
|
|
3179
3184
|
LoadBalancerIds?: Array<string>
|
|
3180
3185
|
}
|
|
@@ -3916,7 +3921,7 @@ export interface SetCustomizedConfigForLoadBalancerResponse {
|
|
|
3916
3921
|
/**
|
|
3917
3922
|
* 个性化配置ID,如:pz-1234abcd
|
|
3918
3923
|
*/
|
|
3919
|
-
ConfigId
|
|
3924
|
+
ConfigId?: string
|
|
3920
3925
|
/**
|
|
3921
3926
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3922
3927
|
*/
|
|
@@ -97,9 +97,9 @@ import {
|
|
|
97
97
|
ModifyConsumerRequest,
|
|
98
98
|
CreateIndexResponse,
|
|
99
99
|
DeleteConfigFromMachineGroupResponse,
|
|
100
|
+
ModifyDashboardSubscribeResponse,
|
|
100
101
|
ModifyDashboardSubscribeRequest,
|
|
101
102
|
CreateConsumerResponse,
|
|
102
|
-
CreateConfigResponse,
|
|
103
103
|
DescribeConsoleSharingListResponse,
|
|
104
104
|
ModifyMachineGroupResponse,
|
|
105
105
|
DataTransformResouceInfo,
|
|
@@ -126,11 +126,11 @@ import {
|
|
|
126
126
|
DeleteMachineGroupResponse,
|
|
127
127
|
PartitionInfo,
|
|
128
128
|
DeleteScheduledSqlResponse,
|
|
129
|
-
|
|
129
|
+
CreateConfigExtraRequest,
|
|
130
130
|
ExcludePathInfo,
|
|
131
131
|
FilterRuleInfo,
|
|
132
132
|
ConfigExtraInfo,
|
|
133
|
-
|
|
133
|
+
AdvanceFilterRuleInfo,
|
|
134
134
|
SplitPartitionRequest,
|
|
135
135
|
DescribeMachineGroupConfigsResponse,
|
|
136
136
|
CheckRechargeKafkaServerRequest,
|
|
@@ -148,7 +148,7 @@ import {
|
|
|
148
148
|
GetAlarmLogResponse,
|
|
149
149
|
CreateDashboardSubscribeResponse,
|
|
150
150
|
DescribeExportsRequest,
|
|
151
|
-
|
|
151
|
+
CreateMachineGroupResponse,
|
|
152
152
|
DescribeCosRechargesRequest,
|
|
153
153
|
AlarmTarget,
|
|
154
154
|
CreateKafkaRechargeResponse,
|
|
@@ -158,6 +158,7 @@ import {
|
|
|
158
158
|
CreateDeliverCloudFunctionRequest,
|
|
159
159
|
DeleteConsumerRequest,
|
|
160
160
|
QueryRangeMetricResponse,
|
|
161
|
+
DescribeMachineGroupsRequest,
|
|
161
162
|
DeleteIndexRequest,
|
|
162
163
|
AnonymousInfo,
|
|
163
164
|
RetryShipperTaskResponse,
|
|
@@ -194,7 +195,7 @@ import {
|
|
|
194
195
|
DeleteConsoleSharingResponse,
|
|
195
196
|
CreateConfigRequest,
|
|
196
197
|
CreateShipperResponse,
|
|
197
|
-
|
|
198
|
+
AlertHistoryRecord,
|
|
198
199
|
DescribeKafkaRechargesResponse,
|
|
199
200
|
DeleteIndexResponse,
|
|
200
201
|
ModifyTopicResponse,
|
|
@@ -225,7 +226,7 @@ import {
|
|
|
225
226
|
CreateKafkaRechargeRequest,
|
|
226
227
|
DeleteKafkaRechargeRequest,
|
|
227
228
|
RuleInfo,
|
|
228
|
-
|
|
229
|
+
CreateConfigResponse,
|
|
229
230
|
CreateConsumerRequest,
|
|
230
231
|
MultiTopicSearchInformation,
|
|
231
232
|
AlarmNotice,
|