tencentcloud-sdk-nodejs 4.0.861 → 4.0.863
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 +320 -0
- package/SERVICE_CHANGELOG.md +307 -114
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
- package/src/services/dasb/v20191018/dasb_client.ts +100 -25
- package/src/services/dasb/v20191018/dasb_models.ts +605 -128
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +32 -0
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +28 -0
- package/src/services/domain/v20180808/domain_client.ts +219 -47
- package/src/services/domain/v20180808/domain_models.ts +942 -248
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
- package/src/services/dts/v20211206/dts_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +11 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +22 -16
- package/src/services/mna/v20210119/mna_client.ts +33 -9
- package/src/services/mna/v20210119/mna_models.ts +165 -75
- package/src/services/ocr/v20181119/ocr_models.ts +24 -0
- package/src/services/rum/v20210622/rum_models.ts +6 -6
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/src/services/tmt/v20180321/tmt_models.ts +0 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +30 -0
- 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 +26 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +67 -11
- package/tencentcloud/services/domain/v20180808/domain_client.js +99 -15
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +915 -253
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -16
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +11 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +15 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +160 -74
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -1
- package/test/dasb.v20191018.test.js +66 -6
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/domain.v20180808.test.js +150 -10
- package/test/iotexplorer.v20190423.test.js +76 -16
- package/test/mna.v20210119.test.js +22 -2
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-05-10 01:10:01 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-27 01:09:51 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-22 01:10:06 |
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-05-17 01:11:17 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-05-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-05-28 01:14:36 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-28 01:15:06 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-14 01:20:49 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-27 01:18:10 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-05-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-05-28 01:20:25 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-14 01:28:52 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
@@ -72,22 +72,22 @@
|
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-17 01:23:32 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-16 01:28:30 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-
|
|
76
|
-
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-27 01:28:43 |
|
|
76
|
+
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-27 01:29:56 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-
|
|
79
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-27 01:30:50 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05-27 01:32:23 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-16 01:37:56 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-05-28 01:34:04 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-
|
|
88
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-27 01:34:38 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-05-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-05-28 01:36:11 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-17 01:39:38 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-27 01:39:33 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-27 01:40:27 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-05-14 01:54:24 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-05-21 01:42:29 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
109
|
-
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-
|
|
109
|
+
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-20 01:43:03 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-05-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-05-27 01:45:34 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-28 01:51:25 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-13 01:22:02 |
|
|
138
138
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-24 01:53:20 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-
|
|
147
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-24 01:55:33 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-24 01:56:56 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-28 01:59:27 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-05-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-05-28 02:03:44 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
180
180
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
|
|
181
181
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
182
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-
|
|
182
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-28 02:06:39 |
|
|
183
183
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-24 02:14:15 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-28 02:15:47 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,12 +214,12 @@
|
|
|
214
214
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
215
215
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
216
216
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
217
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-05-
|
|
217
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-05-27 02:17:11 |
|
|
218
218
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-15 01:34:42 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
222
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-
|
|
222
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-28 02:20:13 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-05-16 02:33:50 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.863"
|
|
@@ -358,7 +358,7 @@ export interface SentenceRecognitionRequest {
|
|
|
358
358
|
* 临时热词表:该参数用于提升识别准确率。
|
|
359
359
|
单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11或者100,如:“腾讯云|5” 或 “ASR|11”;
|
|
360
360
|
临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
361
|
-
参数 hotword_list
|
|
361
|
+
参数 hotword_list(临时热词表) 与 hotword_id(热词表) 区别:
|
|
362
362
|
hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
|
|
363
363
|
hotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;
|
|
364
364
|
注意:
|
|
@@ -6524,6 +6524,16 @@ export interface PrometheusDTO {
|
|
|
6524
6524
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6525
6525
|
*/
|
|
6526
6526
|
BrokerIp?: string
|
|
6527
|
+
/**
|
|
6528
|
+
* VPC ID信息
|
|
6529
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6530
|
+
*/
|
|
6531
|
+
VpcId?: string
|
|
6532
|
+
/**
|
|
6533
|
+
* 子网ID信息
|
|
6534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6535
|
+
*/
|
|
6536
|
+
SubnetId?: string
|
|
6527
6537
|
}
|
|
6528
6538
|
|
|
6529
6539
|
/**
|
|
@@ -1072,6 +1072,11 @@ pause
|
|
|
1072
1072
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1073
1073
|
*/
|
|
1074
1074
|
InstanceAbility?: InstanceAbility
|
|
1075
|
+
/**
|
|
1076
|
+
* 实例机器类型
|
|
1077
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1078
|
+
*/
|
|
1079
|
+
DeviceType?: string
|
|
1075
1080
|
}
|
|
1076
1081
|
|
|
1077
1082
|
/**
|
|
@@ -1178,6 +1183,16 @@ export interface ModifyInstanceData {
|
|
|
1178
1183
|
* 变配前存储上限
|
|
1179
1184
|
*/
|
|
1180
1185
|
OldStorageLimit?: number
|
|
1186
|
+
/**
|
|
1187
|
+
* 变配前实例机器类型
|
|
1188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
|
+
*/
|
|
1190
|
+
OldDeviceType?: string
|
|
1191
|
+
/**
|
|
1192
|
+
* 变配后实例机器类型
|
|
1193
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1194
|
+
*/
|
|
1195
|
+
DeviceType?: string
|
|
1181
1196
|
/**
|
|
1182
1197
|
* 升级方式。升级完成后切换或维护时间内切换
|
|
1183
1198
|
*/
|
|
@@ -1649,6 +1664,10 @@ export interface DescribeInstanceSpecsRequest {
|
|
|
1649
1664
|
* 是否需要返回可用区信息
|
|
1650
1665
|
*/
|
|
1651
1666
|
IncludeZoneStocks?: boolean
|
|
1667
|
+
/**
|
|
1668
|
+
* 实例机器类型
|
|
1669
|
+
*/
|
|
1670
|
+
DeviceType?: string
|
|
1652
1671
|
}
|
|
1653
1672
|
|
|
1654
1673
|
/**
|
|
@@ -1883,11 +1902,11 @@ export interface InquirePriceCreateResponse {
|
|
|
1883
1902
|
/**
|
|
1884
1903
|
* 实例价格
|
|
1885
1904
|
*/
|
|
1886
|
-
InstancePrice
|
|
1905
|
+
InstancePrice?: TradePrice
|
|
1887
1906
|
/**
|
|
1888
1907
|
* 存储价格
|
|
1889
1908
|
*/
|
|
1890
|
-
StoragePrice
|
|
1909
|
+
StoragePrice?: TradePrice
|
|
1891
1910
|
/**
|
|
1892
1911
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1893
1912
|
*/
|
|
@@ -3253,6 +3272,10 @@ export interface UpgradeInstanceRequest {
|
|
|
3253
3272
|
* 升级类型:upgradeImmediate,upgradeInMaintain
|
|
3254
3273
|
*/
|
|
3255
3274
|
UpgradeType: string
|
|
3275
|
+
/**
|
|
3276
|
+
* 实例机器类型
|
|
3277
|
+
*/
|
|
3278
|
+
DeviceType?: string
|
|
3256
3279
|
/**
|
|
3257
3280
|
* 该参数已废弃
|
|
3258
3281
|
*/
|
|
@@ -3924,6 +3947,10 @@ export interface InquirePriceCreateRequest {
|
|
|
3924
3947
|
* 存储购买类型,可选值为:PREPAID, POSTPAID
|
|
3925
3948
|
*/
|
|
3926
3949
|
StoragePayMode: string
|
|
3950
|
+
/**
|
|
3951
|
+
* 实例设备类型
|
|
3952
|
+
*/
|
|
3953
|
+
DeviceType?: string
|
|
3927
3954
|
/**
|
|
3928
3955
|
* CPU核数,PREPAID与POSTPAID实例类型必传
|
|
3929
3956
|
*/
|
|
@@ -4315,6 +4342,10 @@ export interface AddInstancesRequest {
|
|
|
4315
4342
|
* 新增只读实例数,取值范围为(0,15]
|
|
4316
4343
|
*/
|
|
4317
4344
|
ReadOnlyCount: number
|
|
4345
|
+
/**
|
|
4346
|
+
* 实例机器类型
|
|
4347
|
+
*/
|
|
4348
|
+
DeviceType?: string
|
|
4318
4349
|
/**
|
|
4319
4350
|
* 实例组ID,在已有RO组中新增实例时使用,不传则新增RO组。当前版本不建议传输该值。
|
|
4320
4351
|
* @deprecated
|
|
@@ -4940,6 +4971,10 @@ export interface InstanceInitInfo {
|
|
|
4940
4971
|
* Serverless实例最大规格
|
|
4941
4972
|
*/
|
|
4942
4973
|
MaxRoCpu?: number
|
|
4974
|
+
/**
|
|
4975
|
+
* 实例机器类型
|
|
4976
|
+
*/
|
|
4977
|
+
DeviceType?: string
|
|
4943
4978
|
}
|
|
4944
4979
|
|
|
4945
4980
|
/**
|
|
@@ -6294,10 +6329,6 @@ export interface RollbackToNewClusterRequest {
|
|
|
6294
6329
|
* 回档时,传入源集群ID,用于查找源poolId
|
|
6295
6330
|
*/
|
|
6296
6331
|
OriginalClusterId: string
|
|
6297
|
-
/**
|
|
6298
|
-
* 集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')
|
|
6299
|
-
*/
|
|
6300
|
-
ClusterName?: string
|
|
6301
6332
|
/**
|
|
6302
6333
|
* 所属VPC网络ID
|
|
6303
6334
|
*/
|
|
@@ -6306,10 +6337,26 @@ export interface RollbackToNewClusterRequest {
|
|
|
6306
6337
|
* 所属子网ID
|
|
6307
6338
|
*/
|
|
6308
6339
|
UniqSubnetId?: string
|
|
6340
|
+
/**
|
|
6341
|
+
* 集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')
|
|
6342
|
+
*/
|
|
6343
|
+
ClusterName?: string
|
|
6344
|
+
/**
|
|
6345
|
+
* 快照回档,表示snapshotId;时间点回档,表示queryId,为0,表示需要判断时间点是否有效
|
|
6346
|
+
*/
|
|
6347
|
+
RollbackId?: number
|
|
6348
|
+
/**
|
|
6349
|
+
* 时间点回档,指定时间;快照回档,快照时间
|
|
6350
|
+
*/
|
|
6351
|
+
ExpectTime?: string
|
|
6309
6352
|
/**
|
|
6310
6353
|
* 是否自动选择代金券 1是 0否 默认为0
|
|
6311
6354
|
*/
|
|
6312
6355
|
AutoVoucher?: number
|
|
6356
|
+
/**
|
|
6357
|
+
* 集群创建需要绑定的tag数组信息
|
|
6358
|
+
*/
|
|
6359
|
+
ResourceTags?: Array<Tag>
|
|
6313
6360
|
/**
|
|
6314
6361
|
* Db类型
|
|
6315
6362
|
当DbType为MYSQL时可选(默认NORMAL):
|
|
@@ -6351,30 +6398,22 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
6351
6398
|
* 参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感
|
|
6352
6399
|
*/
|
|
6353
6400
|
ClusterParams?: Array<ParamItem>
|
|
6354
|
-
/**
|
|
6355
|
-
* 0-下单并支付 1-下单
|
|
6356
|
-
*/
|
|
6357
|
-
DealMode?: number
|
|
6358
6401
|
/**
|
|
6359
6402
|
* 参数模板ID,可以通过查询参数模板信息DescribeParamTemplates获得参数模板ID
|
|
6360
6403
|
*/
|
|
6361
6404
|
ParamTemplateId?: number
|
|
6362
|
-
/**
|
|
6363
|
-
* 集群创建需要绑定的tag数组信息
|
|
6364
|
-
*/
|
|
6365
|
-
ResourceTags?: Array<Tag>
|
|
6366
6405
|
/**
|
|
6367
6406
|
* 实例初始化配置信息,主要用于购买集群时选不同规格实例
|
|
6368
6407
|
*/
|
|
6369
6408
|
InstanceInitInfos?: Array<InstanceInitInfo>
|
|
6370
6409
|
/**
|
|
6371
|
-
*
|
|
6410
|
+
* 0-下单并支付 1-下单
|
|
6372
6411
|
*/
|
|
6373
|
-
|
|
6412
|
+
DealMode?: number
|
|
6374
6413
|
/**
|
|
6375
|
-
*
|
|
6414
|
+
* 计算节点付费模式:0-按量计费,1-预付费
|
|
6376
6415
|
*/
|
|
6377
|
-
|
|
6416
|
+
PayMode?: number
|
|
6378
6417
|
}
|
|
6379
6418
|
|
|
6380
6419
|
/**
|
|
@@ -7986,6 +8025,16 @@ export interface ClusterInstanceDetail {
|
|
|
7986
8025
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7987
8026
|
*/
|
|
7988
8027
|
ServerlessStatus?: string
|
|
8028
|
+
/**
|
|
8029
|
+
* 实例任务信息
|
|
8030
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8031
|
+
*/
|
|
8032
|
+
InstanceTasks?: Array<ObjectTask>
|
|
8033
|
+
/**
|
|
8034
|
+
* 实例机器类型
|
|
8035
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8036
|
+
*/
|
|
8037
|
+
InstanceDeviceType?: string
|
|
7989
8038
|
}
|
|
7990
8039
|
|
|
7991
8040
|
/**
|