tencentcloud-sdk-nodejs 4.0.855 → 4.0.857
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 +293 -0
- package/SERVICE_CHANGELOG.md +267 -71
- package/package.json +1 -1
- package/products.md +22 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +19 -19
- package/src/services/bi/v20220105/bi_models.ts +48 -0
- package/src/services/cam/v20190116/cam_models.ts +35 -35
- package/src/services/ccc/v20200210/ccc_models.ts +46 -6
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +20 -12
- package/src/services/cls/v20201016/cls_models.ts +7 -7
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +19 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -5
- package/src/services/emr/v20190103/emr_client.ts +48 -20
- package/src/services/emr/v20190103/emr_models.ts +249 -10
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +9 -0
- package/src/services/index.ts +2 -0
- package/src/services/rce/v20201103/rce_client.ts +2 -14
- package/src/services/rce/v20201103/rce_models.ts +59 -90
- package/src/services/tcss/v20201101/tcss_models.ts +5 -5
- package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +5 -5
- package/src/services/trtc/v20190722/trtc_client.ts +12 -6
- package/src/services/trtc/v20190722/trtc_models.ts +10 -8
- package/src/services/vcg/index.ts +5 -0
- package/src/services/vcg/v20240404/index.ts +6 -0
- package/src/services/vcg/v20240404/vcg_client.ts +55 -0
- package/src/services/vcg/v20240404/vcg_models.ts +90 -0
- package/src/services/vod/v20180717/vod_models.ts +4 -0
- package/src/services/vtc/index.ts +5 -0
- package/src/services/vtc/v20240223/index.ts +6 -0
- package/src/services/vtc/v20240223/vtc_client.ts +70 -0
- package/src/services/vtc/v20240223/vtc_models.ts +219 -0
- 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 +19 -19
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +48 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +35 -35
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +46 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +20 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +7 -7
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +5 -5
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +15 -7
- package/tencentcloud/services/emr/v20190103/emr_client.js +21 -9
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +241 -10
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +9 -0
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
- package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +59 -88
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +5 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +3 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +3 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +12 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +12 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -8
- package/tencentcloud/services/vcg/index.d.ts +6 -0
- package/tencentcloud/services/vcg/index.js +7 -0
- package/tencentcloud/services/vcg/v20240404/index.d.ts +6 -0
- package/tencentcloud/services/vcg/v20240404/index.js +9 -0
- package/tencentcloud/services/vcg/v20240404/vcg_client.d.ts +18 -0
- package/tencentcloud/services/vcg/v20240404/vcg_client.js +43 -0
- package/tencentcloud/services/vcg/v20240404/vcg_models.d.ts +70 -0
- package/tencentcloud/services/vcg/v20240404/vcg_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vtc/index.d.ts +6 -0
- package/tencentcloud/services/vtc/index.js +7 -0
- package/tencentcloud/services/vtc/v20240223/index.d.ts +6 -0
- package/tencentcloud/services/vtc/v20240223/index.js +9 -0
- package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +22 -0
- package/tencentcloud/services/vtc/v20240223/vtc_client.js +49 -0
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +194 -0
- package/tencentcloud/services/vtc/v20240223/vtc_models.js +18 -0
- package/test/emr.v20190103.test.js +26 -6
- package/test/rce.v20201103.test.js +0 -10
- package/test/vcg.v20240404.test.js +41 -0
- package/test/vtc.v20240223.test.js +51 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,66 +1,35 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-20 01:15:04
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增数据结构:
|
|
14
|
-
|
|
15
|
-
* [MqttConnectParam](https://cloud.tencent.com/document/api/597/40861#MqttConnectParam)
|
|
16
|
-
* [MqttParam](https://cloud.tencent.com/document/api/597/40861#MqttParam)
|
|
17
|
-
|
|
18
13
|
修改数据结构:
|
|
19
14
|
|
|
20
|
-
* [
|
|
21
|
-
|
|
22
|
-
* 新增成员:MqttParam
|
|
23
|
-
|
|
24
|
-
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
25
|
-
|
|
26
|
-
* 新增成员:MqttConnectParam
|
|
27
|
-
|
|
28
|
-
* <font color="#dd0000">**修改成员**:</font>TaskProgress, StepList, KafkaConnectParam
|
|
29
|
-
|
|
30
|
-
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
31
|
-
|
|
32
|
-
* 新增成员:MqttConnectParam
|
|
33
|
-
|
|
34
|
-
* <font color="#dd0000">**修改成员**:</font>KafkaConnectParam
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
40
|
-
|
|
41
|
-
### 第 38 次发布
|
|
42
|
-
|
|
43
|
-
发布时间:2024-05-16 01:26:49
|
|
44
|
-
|
|
45
|
-
本次发布包含了以下内容:
|
|
15
|
+
* [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
|
|
46
16
|
|
|
47
|
-
|
|
17
|
+
* 新增成员:IsEqualTencentCloud, CorporationMobile, CorporationMobilePicUrl, UseDescribeFileUrl, CompanyAuthLetterPicUrl, OperatorMobile, OperatorEmail, OperatorMobilePicUrl
|
|
48
18
|
|
|
49
|
-
|
|
19
|
+
* <font color="#dd0000">**删除成员**:</font>BusinessScope
|
|
50
20
|
|
|
51
|
-
* [
|
|
21
|
+
* [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
|
|
52
22
|
|
|
53
|
-
|
|
23
|
+
* 新增成员:ModifyTime
|
|
54
24
|
|
|
55
|
-
* [NewAlertKey](https://cloud.tencent.com/document/api/664/90825#NewAlertKey)
|
|
56
25
|
|
|
57
26
|
|
|
58
27
|
|
|
59
|
-
##
|
|
28
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
60
29
|
|
|
61
|
-
### 第
|
|
30
|
+
### 第 7 次发布
|
|
62
31
|
|
|
63
|
-
发布时间:2024-05-
|
|
32
|
+
发布时间:2024-05-20 01:43:12
|
|
64
33
|
|
|
65
34
|
本次发布包含了以下内容:
|
|
66
35
|
|
|
@@ -68,30 +37,10 @@
|
|
|
68
37
|
|
|
69
38
|
修改接口:
|
|
70
39
|
|
|
71
|
-
* [
|
|
72
|
-
|
|
73
|
-
* 新增入参:UserData
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
79
|
-
|
|
80
|
-
### 第 61 次发布
|
|
81
|
-
|
|
82
|
-
发布时间:2024-05-16 02:21:16
|
|
83
|
-
|
|
84
|
-
本次发布包含了以下内容:
|
|
85
|
-
|
|
86
|
-
改善已有的文档。
|
|
87
|
-
|
|
88
|
-
新增接口:
|
|
89
|
-
|
|
90
|
-
* [DescribeEventEscapeImageList](https://cloud.tencent.com/document/api/1285/106209)
|
|
40
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
91
41
|
|
|
92
|
-
|
|
42
|
+
* 新增入参:EnableEnhancement
|
|
93
43
|
|
|
94
|
-
* [EventEscapeImageInfo](https://cloud.tencent.com/document/api/1285/65614#EventEscapeImageInfo)
|
|
95
44
|
|
|
96
45
|
|
|
97
46
|
|
|
@@ -8632,6 +8581,28 @@
|
|
|
8632
8581
|
|
|
8633
8582
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8634
8583
|
|
|
8584
|
+
### 第 11 次发布
|
|
8585
|
+
|
|
8586
|
+
发布时间:2024-05-17 01:07:50
|
|
8587
|
+
|
|
8588
|
+
本次发布包含了以下内容:
|
|
8589
|
+
|
|
8590
|
+
改善已有的文档。
|
|
8591
|
+
|
|
8592
|
+
修改接口:
|
|
8593
|
+
|
|
8594
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
8595
|
+
|
|
8596
|
+
* 新增入参:GlobalParam
|
|
8597
|
+
|
|
8598
|
+
|
|
8599
|
+
修改数据结构:
|
|
8600
|
+
|
|
8601
|
+
* [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
|
|
8602
|
+
|
|
8603
|
+
* 新增成员:GlobalParam
|
|
8604
|
+
|
|
8605
|
+
|
|
8635
8606
|
### 第 10 次发布
|
|
8636
8607
|
|
|
8637
8608
|
发布时间:2024-03-29 01:08:41
|
|
@@ -15072,6 +15043,27 @@
|
|
|
15072
15043
|
|
|
15073
15044
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15074
15045
|
|
|
15046
|
+
### 第 68 次发布
|
|
15047
|
+
|
|
15048
|
+
发布时间:2024-05-20 01:15:04
|
|
15049
|
+
|
|
15050
|
+
本次发布包含了以下内容:
|
|
15051
|
+
|
|
15052
|
+
改善已有的文档。
|
|
15053
|
+
|
|
15054
|
+
修改数据结构:
|
|
15055
|
+
|
|
15056
|
+
* [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
|
|
15057
|
+
|
|
15058
|
+
* 新增成员:IsEqualTencentCloud, CorporationMobile, CorporationMobilePicUrl, UseDescribeFileUrl, CompanyAuthLetterPicUrl, OperatorMobile, OperatorEmail, OperatorMobilePicUrl
|
|
15059
|
+
|
|
15060
|
+
* <font color="#dd0000">**删除成员**:</font>BusinessScope
|
|
15061
|
+
|
|
15062
|
+
* [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
|
|
15063
|
+
|
|
15064
|
+
* 新增成员:ModifyTime
|
|
15065
|
+
|
|
15066
|
+
|
|
15075
15067
|
### 第 67 次发布
|
|
15076
15068
|
|
|
15077
15069
|
发布时间:2024-04-24 01:06:08
|
|
@@ -26080,6 +26072,25 @@
|
|
|
26080
26072
|
|
|
26081
26073
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26082
26074
|
|
|
26075
|
+
### 第 102 次发布
|
|
26076
|
+
|
|
26077
|
+
发布时间:2024-05-17 01:18:54
|
|
26078
|
+
|
|
26079
|
+
本次发布包含了以下内容:
|
|
26080
|
+
|
|
26081
|
+
改善已有的文档。
|
|
26082
|
+
|
|
26083
|
+
修改接口:
|
|
26084
|
+
|
|
26085
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
26086
|
+
|
|
26087
|
+
* 新增入参:MqttConnectParam
|
|
26088
|
+
|
|
26089
|
+
* [ModifyConnectResource](https://cloud.tencent.com/document/api/597/77794)
|
|
26090
|
+
|
|
26091
|
+
* 新增入参:MqttConnectParam
|
|
26092
|
+
|
|
26093
|
+
|
|
26083
26094
|
### 第 101 次发布
|
|
26084
26095
|
|
|
26085
26096
|
发布时间:2024-05-16 01:22:41
|
|
@@ -26090,8 +26101,8 @@
|
|
|
26090
26101
|
|
|
26091
26102
|
新增数据结构:
|
|
26092
26103
|
|
|
26093
|
-
* [
|
|
26094
|
-
* [
|
|
26104
|
+
* [MqttConnectParam](https://cloud.tencent.com/document/api/597/40861#MqttConnectParam)
|
|
26105
|
+
* [MqttParam](https://cloud.tencent.com/document/api/597/40861#MqttParam)
|
|
26095
26106
|
|
|
26096
26107
|
修改数据结构:
|
|
26097
26108
|
|
|
@@ -30938,6 +30949,25 @@
|
|
|
30938
30949
|
|
|
30939
30950
|
## 日志服务(cls) 版本:2020-10-16
|
|
30940
30951
|
|
|
30952
|
+
### 第 92 次发布
|
|
30953
|
+
|
|
30954
|
+
发布时间:2024-05-17 01:21:01
|
|
30955
|
+
|
|
30956
|
+
本次发布包含了以下内容:
|
|
30957
|
+
|
|
30958
|
+
改善已有的文档。
|
|
30959
|
+
|
|
30960
|
+
修改接口:
|
|
30961
|
+
|
|
30962
|
+
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
30963
|
+
|
|
30964
|
+
* <font color="#dd0000">**修改入参**:</font>Prefix
|
|
30965
|
+
|
|
30966
|
+
* [SearchCosRechargeInfo](https://cloud.tencent.com/document/api/614/97126)
|
|
30967
|
+
|
|
30968
|
+
* <font color="#dd0000">**修改入参**:</font>Prefix
|
|
30969
|
+
|
|
30970
|
+
|
|
30941
30971
|
### 第 91 次发布
|
|
30942
30972
|
|
|
30943
30973
|
发布时间:2024-05-08 01:12:18
|
|
@@ -37355,11 +37385,11 @@
|
|
|
37355
37385
|
|
|
37356
37386
|
新增接口:
|
|
37357
37387
|
|
|
37358
|
-
* [
|
|
37388
|
+
* [UpdateAlertStatusList](https://cloud.tencent.com/document/api/664/106208)
|
|
37359
37389
|
|
|
37360
37390
|
新增数据结构:
|
|
37361
37391
|
|
|
37362
|
-
* [
|
|
37392
|
+
* [NewAlertKey](https://cloud.tencent.com/document/api/664/90825#NewAlertKey)
|
|
37363
37393
|
|
|
37364
37394
|
### 第 37 次发布
|
|
37365
37395
|
|
|
@@ -38297,6 +38327,25 @@
|
|
|
38297
38327
|
|
|
38298
38328
|
## 云服务器(cvm) 版本:2017-03-12
|
|
38299
38329
|
|
|
38330
|
+
### 第 127 次发布
|
|
38331
|
+
|
|
38332
|
+
发布时间:2024-05-17 01:23:32
|
|
38333
|
+
|
|
38334
|
+
本次发布包含了以下内容:
|
|
38335
|
+
|
|
38336
|
+
改善已有的文档。
|
|
38337
|
+
|
|
38338
|
+
修改接口:
|
|
38339
|
+
|
|
38340
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
38341
|
+
|
|
38342
|
+
* 新增入参:CpuTopology
|
|
38343
|
+
|
|
38344
|
+
|
|
38345
|
+
新增数据结构:
|
|
38346
|
+
|
|
38347
|
+
* [CpuTopology](https://cloud.tencent.com/document/api/213/15753#CpuTopology)
|
|
38348
|
+
|
|
38300
38349
|
### 第 126 次发布
|
|
38301
38350
|
|
|
38302
38351
|
发布时间:2024-05-07 01:13:09
|
|
@@ -57998,6 +58047,41 @@
|
|
|
57998
58047
|
|
|
57999
58048
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
58000
58049
|
|
|
58050
|
+
### 第 64 次发布
|
|
58051
|
+
|
|
58052
|
+
发布时间:2024-05-17 01:39:38
|
|
58053
|
+
|
|
58054
|
+
本次发布包含了以下内容:
|
|
58055
|
+
|
|
58056
|
+
改善已有的文档。
|
|
58057
|
+
|
|
58058
|
+
新增接口:
|
|
58059
|
+
|
|
58060
|
+
* [DescribeEmrOverviewMetrics](https://cloud.tencent.com/document/api/589/106350)
|
|
58061
|
+
* [DescribeHBaseTableOverview](https://cloud.tencent.com/document/api/589/106349)
|
|
58062
|
+
|
|
58063
|
+
修改接口:
|
|
58064
|
+
|
|
58065
|
+
* [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
|
|
58066
|
+
|
|
58067
|
+
* 新增入参:ResourceBaseType, ComputeResourceId
|
|
58068
|
+
|
|
58069
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
58070
|
+
|
|
58071
|
+
* 新增入参:ResourceBaseType, ComputeResourceId
|
|
58072
|
+
|
|
58073
|
+
* [TerminateInstance](https://cloud.tencent.com/document/api/589/34260)
|
|
58074
|
+
|
|
58075
|
+
* 新增入参:ResourceBaseType, ComputeResourceId
|
|
58076
|
+
|
|
58077
|
+
|
|
58078
|
+
新增数据结构:
|
|
58079
|
+
|
|
58080
|
+
* [MetricTags](https://cloud.tencent.com/document/api/589/33981#MetricTags)
|
|
58081
|
+
* [OverviewMetricData](https://cloud.tencent.com/document/api/589/33981#OverviewMetricData)
|
|
58082
|
+
* [OverviewRow](https://cloud.tencent.com/document/api/589/33981#OverviewRow)
|
|
58083
|
+
* [TableSchemaItem](https://cloud.tencent.com/document/api/589/33981#TableSchemaItem)
|
|
58084
|
+
|
|
58001
58085
|
### 第 63 次发布
|
|
58002
58086
|
|
|
58003
58087
|
发布时间:2024-05-14 01:50:50
|
|
@@ -72390,6 +72474,21 @@
|
|
|
72390
72474
|
|
|
72391
72475
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
72392
72476
|
|
|
72477
|
+
### 第 7 次发布
|
|
72478
|
+
|
|
72479
|
+
发布时间:2024-05-20 01:43:12
|
|
72480
|
+
|
|
72481
|
+
本次发布包含了以下内容:
|
|
72482
|
+
|
|
72483
|
+
改善已有的文档。
|
|
72484
|
+
|
|
72485
|
+
修改接口:
|
|
72486
|
+
|
|
72487
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
72488
|
+
|
|
72489
|
+
* 新增入参:EnableEnhancement
|
|
72490
|
+
|
|
72491
|
+
|
|
72393
72492
|
### 第 6 次发布
|
|
72394
72493
|
|
|
72395
72494
|
发布时间:2024-05-10 10:17:15
|
|
@@ -102235,6 +102334,18 @@
|
|
|
102235
102334
|
|
|
102236
102335
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
102237
102336
|
|
|
102337
|
+
### 第 10 次发布
|
|
102338
|
+
|
|
102339
|
+
发布时间:2024-05-17 02:07:15
|
|
102340
|
+
|
|
102341
|
+
本次发布包含了以下内容:
|
|
102342
|
+
|
|
102343
|
+
改善已有的文档。
|
|
102344
|
+
|
|
102345
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
102346
|
+
|
|
102347
|
+
* DescribeRiskAssessment
|
|
102348
|
+
|
|
102238
102349
|
### 第 9 次发布
|
|
102239
102350
|
|
|
102240
102351
|
发布时间:2024-05-09 01:21:46
|
|
@@ -102331,7 +102442,7 @@
|
|
|
102331
102442
|
|
|
102332
102443
|
新增接口:
|
|
102333
102444
|
|
|
102334
|
-
* [DescribeRiskAssessment](https://cloud.tencent.com/document/api
|
|
102445
|
+
* [DescribeRiskAssessment](https://cloud.tencent.com/document/api/#/#)
|
|
102335
102446
|
* [DescribeRiskTrends](https://cloud.tencent.com/document/api/#/#)
|
|
102336
102447
|
|
|
102337
102448
|
新增数据结构:
|
|
@@ -116925,11 +117036,11 @@
|
|
|
116925
117036
|
|
|
116926
117037
|
新增接口:
|
|
116927
117038
|
|
|
116928
|
-
* [
|
|
117039
|
+
* [DescribeEventEscapeImageList](https://cloud.tencent.com/document/api/1285/106209)
|
|
116929
117040
|
|
|
116930
117041
|
新增数据结构:
|
|
116931
117042
|
|
|
116932
|
-
* [
|
|
117043
|
+
* [EventEscapeImageInfo](https://cloud.tencent.com/document/api/1285/65614#EventEscapeImageInfo)
|
|
116933
117044
|
|
|
116934
117045
|
### 第 60 次发布
|
|
116935
117046
|
|
|
@@ -119507,6 +119618,18 @@
|
|
|
119507
119618
|
|
|
119508
119619
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
119509
119620
|
|
|
119621
|
+
### 第 111 次发布
|
|
119622
|
+
|
|
119623
|
+
发布时间:2024-05-17 02:19:56
|
|
119624
|
+
|
|
119625
|
+
本次发布包含了以下内容:
|
|
119626
|
+
|
|
119627
|
+
改善已有的文档。
|
|
119628
|
+
|
|
119629
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
119630
|
+
|
|
119631
|
+
* DescribeCmqDeadLetterSourceQueues
|
|
119632
|
+
|
|
119510
119633
|
### 第 110 次发布
|
|
119511
119634
|
|
|
119512
119635
|
发布时间:2024-05-10 02:29:12
|
|
@@ -135848,6 +135971,21 @@
|
|
|
135848
135971
|
|
|
135849
135972
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
135850
135973
|
|
|
135974
|
+
### 第 74 次发布
|
|
135975
|
+
|
|
135976
|
+
发布时间:2024-05-17 02:28:57
|
|
135977
|
+
|
|
135978
|
+
本次发布包含了以下内容:
|
|
135979
|
+
|
|
135980
|
+
改善已有的文档。
|
|
135981
|
+
|
|
135982
|
+
修改接口:
|
|
135983
|
+
|
|
135984
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
135985
|
+
|
|
135986
|
+
* 新增入参:SeekSecond
|
|
135987
|
+
|
|
135988
|
+
|
|
135851
135989
|
### 第 73 次发布
|
|
135852
135990
|
|
|
135853
135991
|
发布时间:2024-05-14 02:45:49
|
|
@@ -141745,6 +141883,24 @@
|
|
|
141745
141883
|
|
|
141746
141884
|
|
|
141747
141885
|
|
|
141886
|
+
## 视频生成(vcg) 版本:2024-04-04
|
|
141887
|
+
|
|
141888
|
+
### 第 1 次发布
|
|
141889
|
+
|
|
141890
|
+
发布时间:2024-05-16 16:26:14
|
|
141891
|
+
|
|
141892
|
+
本次发布包含了以下内容:
|
|
141893
|
+
|
|
141894
|
+
改善已有的文档。
|
|
141895
|
+
|
|
141896
|
+
新增接口:
|
|
141897
|
+
|
|
141898
|
+
* [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106290)
|
|
141899
|
+
* [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106289)
|
|
141900
|
+
|
|
141901
|
+
|
|
141902
|
+
|
|
141903
|
+
|
|
141748
141904
|
## 视频内容安全(vm) 版本:2020-07-09
|
|
141749
141905
|
|
|
141750
141906
|
### 第 1 次发布
|
|
@@ -142133,6 +142289,21 @@
|
|
|
142133
142289
|
|
|
142134
142290
|
## 云点播(vod) 版本:2018-07-17
|
|
142135
142291
|
|
|
142292
|
+
### 第 181 次发布
|
|
142293
|
+
|
|
142294
|
+
发布时间:2024-05-17 02:33:00
|
|
142295
|
+
|
|
142296
|
+
本次发布包含了以下内容:
|
|
142297
|
+
|
|
142298
|
+
改善已有的文档。
|
|
142299
|
+
|
|
142300
|
+
修改接口:
|
|
142301
|
+
|
|
142302
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
142303
|
+
|
|
142304
|
+
* 新增入参:ExtInfo
|
|
142305
|
+
|
|
142306
|
+
|
|
142136
142307
|
### 第 180 次发布
|
|
142137
142308
|
|
|
142138
142309
|
发布时间:2024-04-18 01:33:31
|
|
@@ -151342,6 +151513,31 @@
|
|
|
151342
151513
|
|
|
151343
151514
|
|
|
151344
151515
|
|
|
151516
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
151517
|
+
|
|
151518
|
+
### 第 1 次发布
|
|
151519
|
+
|
|
151520
|
+
发布时间:2024-05-16 16:17:26
|
|
151521
|
+
|
|
151522
|
+
本次发布包含了以下内容:
|
|
151523
|
+
|
|
151524
|
+
改善已有的文档。
|
|
151525
|
+
|
|
151526
|
+
新增接口:
|
|
151527
|
+
|
|
151528
|
+
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
|
|
151529
|
+
* [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106274)
|
|
151530
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
151531
|
+
|
|
151532
|
+
新增数据结构:
|
|
151533
|
+
|
|
151534
|
+
* [AsrTimestamps](https://cloud.tencent.com/document/api/1769/106276#AsrTimestamps)
|
|
151535
|
+
* [AudioTranslateResult](https://cloud.tencent.com/document/api/1769/106276#AudioTranslateResult)
|
|
151536
|
+
* [TranslateResult](https://cloud.tencent.com/document/api/1769/106276#TranslateResult)
|
|
151537
|
+
|
|
151538
|
+
|
|
151539
|
+
|
|
151540
|
+
|
|
151345
151541
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
151346
151542
|
|
|
151347
151543
|
### 第 83 次发布
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,13 +16,13 @@
|
|
|
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) | 2024-03-25 01:07:43 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-05-10 01:10:01 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-14 01:11: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
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-13 01:09:06 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-17 01:07:50 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-05-13 01:09:20 |
|
|
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) | 2024-03-20 01:08:40 |
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-05-
|
|
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-04-22 01:09:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
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-20 01:15:04 |
|
|
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-08 01:10:36 |
|
|
@@ -49,18 +49,18 @@
|
|
|
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 |
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-05-17 01:17:27 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
|
|
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-20 01:20:28 |
|
|
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 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-17 01:21:01 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-05-16 01:26:49 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-
|
|
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
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-14 01:39:01 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-04-22 01:14:04 |
|
|
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-
|
|
79
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-17 01:30:53 |
|
|
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 |
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-
|
|
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
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-16 01:44:57 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-16 01:45:59 |
|
|
@@ -109,17 +109,17 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-25 01:17:27 |
|
|
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
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-20 01:43:03 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-20 01:43:12 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-05-17 01:47:03 |
|
|
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 |
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-08 01:22:13 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-08 01:22:37 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-
|
|
152
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-20 01:58:10 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
154
154
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-05-09 01:21:04 |
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
|
|
166
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-
|
|
166
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
|
|
167
167
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-19 01:24:17 |
|
|
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 |
|
|
@@ -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-20 02:06:11 |
|
|
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-10 02:21:11 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -200,10 +200,10 @@
|
|
|
200
200
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
201
201
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-03-20 01:24:49 |
|
|
202
202
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-03-20 01:24:52 |
|
|
203
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-
|
|
203
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-17 02:16:33 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-17 02:19:56 |
|
|
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
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-14 21:02:38 |
|
|
@@ -225,17 +225,19 @@
|
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-05-16 02:33:50 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-17 02:28:57 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-15 01:35:13 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
232
232
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
|
|
233
233
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
234
|
+
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-05-16 16:26:14 |
|
|
234
235
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
|
|
235
236
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
236
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-
|
|
237
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
|
|
237
238
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-10 02:45:29 |
|
|
238
239
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
240
|
+
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-05-16 16:17:26 |
|
|
239
241
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-05-08 19:38:01 |
|
|
240
242
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
241
243
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-09 01:28:47 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.857"
|