tencentcloud-sdk-nodejs 4.0.792 → 4.0.794
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 +363 -0
- package/SERVICE_CHANGELOG.md +312 -22
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -1
- package/src/services/asr/v20190614/asr_models.ts +66 -14
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cdn/v20180606/cdn_models.ts +7 -7
- package/src/services/cls/v20201016/cls_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +30 -11
- package/src/services/csip/v20221121/csip_client.ts +5 -2
- package/src/services/csip/v20221121/csip_models.ts +192 -20
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +65 -5
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +14 -11
- package/src/services/ess/v20201111/ess_client.ts +4 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +53 -34
- package/src/services/iss/v20230517/iss_models.ts +7 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -3
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/rce/v20201103/rce_models.ts +64 -66
- package/src/services/ssl/v20191205/ssl_models.ts +4 -0
- package/src/services/taf/v20200210/taf_client.ts +16 -1
- package/src/services/taf/v20200210/taf_models.ts +81 -4
- package/src/services/tcb/v20180608/tcb_models.ts +9 -9
- package/src/services/tcss/v20201101/tcss_models.ts +25 -5
- package/src/services/tione/v20211111/tione_client.ts +3 -1
- package/src/services/tione/v20211111/tione_models.ts +138 -51
- package/src/services/tse/v20201207/tse_client.ts +163 -63
- package/src/services/tse/v20201207/tse_models.ts +557 -178
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +63 -14
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -7
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -0
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -11
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +189 -20
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +65 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -34
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +64 -66
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +76 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -5
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +136 -51
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +47 -15
- package/tencentcloud/services/tse/v20201207/tse_client.js +69 -21
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +537 -178
- package/test/asr.v20190614.test.js +10 -0
- package/test/taf.v20200210.test.js +10 -0
- package/test/tse.v20201207.test.js +94 -14
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,52 +1,47 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 81 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-02-05 10:48:52
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
修改数据结构:
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
20
20
|
|
|
21
|
-
*
|
|
21
|
+
* 新增成员:HighLights
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
27
27
|
|
|
28
|
-
### 第
|
|
28
|
+
### 第 18 次发布
|
|
29
29
|
|
|
30
|
-
发布时间:2024-
|
|
30
|
+
发布时间:2024-02-05 01:21:52
|
|
31
31
|
|
|
32
32
|
本次发布包含了以下内容:
|
|
33
33
|
|
|
34
34
|
改善已有的文档。
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
39
|
-
|
|
40
|
-
* 新增入参:ReportType
|
|
41
|
-
|
|
42
|
-
* [DescribeChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/83442)
|
|
43
|
-
|
|
44
|
-
* 新增入参:ReportType
|
|
45
|
-
|
|
36
|
+
新增接口:
|
|
46
37
|
|
|
38
|
+
* [ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)
|
|
47
39
|
|
|
40
|
+
新增数据结构:
|
|
48
41
|
|
|
49
|
-
|
|
42
|
+
* [ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)
|
|
43
|
+
* [ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)
|
|
44
|
+
* [ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)
|
|
50
45
|
|
|
51
46
|
|
|
52
47
|
|
|
@@ -6413,6 +6408,22 @@
|
|
|
6413
6408
|
|
|
6414
6409
|
## 语音识别(asr) 版本:2019-06-14
|
|
6415
6410
|
|
|
6411
|
+
### 第 32 次发布
|
|
6412
|
+
|
|
6413
|
+
发布时间:2024-02-02 01:05:31
|
|
6414
|
+
|
|
6415
|
+
本次发布包含了以下内容:
|
|
6416
|
+
|
|
6417
|
+
改善已有的文档。
|
|
6418
|
+
|
|
6419
|
+
新增接口:
|
|
6420
|
+
|
|
6421
|
+
* [VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)
|
|
6422
|
+
|
|
6423
|
+
新增数据结构:
|
|
6424
|
+
|
|
6425
|
+
* [VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)
|
|
6426
|
+
|
|
6416
6427
|
### 第 31 次发布
|
|
6417
6428
|
|
|
6418
6429
|
发布时间:2023-09-22 01:10:19
|
|
@@ -10673,6 +10684,21 @@
|
|
|
10673
10684
|
|
|
10674
10685
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
10675
10686
|
|
|
10687
|
+
### 第 11 次发布
|
|
10688
|
+
|
|
10689
|
+
发布时间:2024-02-02 01:06:13
|
|
10690
|
+
|
|
10691
|
+
本次发布包含了以下内容:
|
|
10692
|
+
|
|
10693
|
+
改善已有的文档。
|
|
10694
|
+
|
|
10695
|
+
修改数据结构:
|
|
10696
|
+
|
|
10697
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
10698
|
+
|
|
10699
|
+
* 新增成员:OfflineTime
|
|
10700
|
+
|
|
10701
|
+
|
|
10676
10702
|
### 第 10 次发布
|
|
10677
10703
|
|
|
10678
10704
|
发布时间:2023-08-31 01:07:17
|
|
@@ -29830,6 +29856,25 @@
|
|
|
29830
29856
|
|
|
29831
29857
|
## 日志服务(cls) 版本:2020-10-16
|
|
29832
29858
|
|
|
29859
|
+
### 第 81 次发布
|
|
29860
|
+
|
|
29861
|
+
发布时间:2024-02-05 10:48:52
|
|
29862
|
+
|
|
29863
|
+
本次发布包含了以下内容:
|
|
29864
|
+
|
|
29865
|
+
改善已有的文档。
|
|
29866
|
+
|
|
29867
|
+
新增数据结构:
|
|
29868
|
+
|
|
29869
|
+
* [[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)](https://cloud.tencent.com/document/api/614/56471#[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem))
|
|
29870
|
+
|
|
29871
|
+
修改数据结构:
|
|
29872
|
+
|
|
29873
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
29874
|
+
|
|
29875
|
+
* 新增成员:HighLights
|
|
29876
|
+
|
|
29877
|
+
|
|
29833
29878
|
### 第 80 次发布
|
|
29834
29879
|
|
|
29835
29880
|
发布时间:2024-01-31 01:10:12
|
|
@@ -36032,6 +36077,50 @@
|
|
|
36032
36077
|
|
|
36033
36078
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36034
36079
|
|
|
36080
|
+
### 第 31 次发布
|
|
36081
|
+
|
|
36082
|
+
发布时间:2024-02-02 01:09:24
|
|
36083
|
+
|
|
36084
|
+
本次发布包含了以下内容:
|
|
36085
|
+
|
|
36086
|
+
改善已有的文档。
|
|
36087
|
+
|
|
36088
|
+
修改接口:
|
|
36089
|
+
|
|
36090
|
+
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
36091
|
+
|
|
36092
|
+
* 新增入参:MemberId
|
|
36093
|
+
|
|
36094
|
+
* 新增出参:AssetMapInstanceTypeList
|
|
36095
|
+
|
|
36096
|
+
* [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
|
|
36097
|
+
|
|
36098
|
+
* 新增入参:MemberId
|
|
36099
|
+
|
|
36100
|
+
* 新增出参:VulTagList
|
|
36101
|
+
|
|
36102
|
+
|
|
36103
|
+
新增数据结构:
|
|
36104
|
+
|
|
36105
|
+
* [AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)
|
|
36106
|
+
* [Element](https://cloud.tencent.com/document/api/664/90825#Element)
|
|
36107
|
+
* [ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)
|
|
36108
|
+
|
|
36109
|
+
修改数据结构:
|
|
36110
|
+
|
|
36111
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
36112
|
+
|
|
36113
|
+
* 新增成员:CVMAgentStatus, CVMStatus, DefenseModel, TatStatus, CpuTrend, MemoryTrend, AgentStatus, CloseDefenseCount, InstanceState, SecurityGroupIds, AgentMemRss, AgentCpuPer
|
|
36114
|
+
|
|
36115
|
+
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
36116
|
+
|
|
36117
|
+
* <font color="#dd0000">**修改成员**:</font>AppId
|
|
36118
|
+
|
|
36119
|
+
* [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
|
|
36120
|
+
|
|
36121
|
+
* 新增成员:Payload, References, CVSS, AttackHeat, ServiceSupport, RecentScanTime
|
|
36122
|
+
|
|
36123
|
+
|
|
36035
36124
|
### 第 30 次发布
|
|
36036
36125
|
|
|
36037
36126
|
发布时间:2024-01-31 01:10:44
|
|
@@ -39021,6 +39110,33 @@
|
|
|
39021
39110
|
|
|
39022
39111
|
## 主机安全(cwp) 版本:2018-02-28
|
|
39023
39112
|
|
|
39113
|
+
### 第 108 次发布
|
|
39114
|
+
|
|
39115
|
+
发布时间:2024-02-02 01:09:36
|
|
39116
|
+
|
|
39117
|
+
本次发布包含了以下内容:
|
|
39118
|
+
|
|
39119
|
+
改善已有的文档。
|
|
39120
|
+
|
|
39121
|
+
修改接口:
|
|
39122
|
+
|
|
39123
|
+
* [DescribeNetAttackSetting](https://cloud.tencent.com/document/api/296/99476)
|
|
39124
|
+
|
|
39125
|
+
* 新增出参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
39126
|
+
|
|
39127
|
+
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/296/99659)
|
|
39128
|
+
|
|
39129
|
+
* 新增出参:InstanceIds, AutoInclude, ExcludeInstanceIds
|
|
39130
|
+
|
|
39131
|
+
* [ModifyNetAttackSetting](https://cloud.tencent.com/document/api/296/99456)
|
|
39132
|
+
|
|
39133
|
+
* 新增入参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
39134
|
+
|
|
39135
|
+
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/296/99545)
|
|
39136
|
+
|
|
39137
|
+
* 新增入参:ExcludeInstanceIds, AutoInclude, InstanceIds
|
|
39138
|
+
|
|
39139
|
+
|
|
39024
39140
|
### 第 107 次发布
|
|
39025
39141
|
|
|
39026
39142
|
发布时间:2024-01-31 01:11:09
|
|
@@ -60744,6 +60860,21 @@
|
|
|
60744
60860
|
|
|
60745
60861
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60746
60862
|
|
|
60863
|
+
### 第 152 次发布
|
|
60864
|
+
|
|
60865
|
+
发布时间:2024-02-02 01:13:44
|
|
60866
|
+
|
|
60867
|
+
本次发布包含了以下内容:
|
|
60868
|
+
|
|
60869
|
+
改善已有的文档。
|
|
60870
|
+
|
|
60871
|
+
修改数据结构:
|
|
60872
|
+
|
|
60873
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
60874
|
+
|
|
60875
|
+
* 新增成员:BusinessLicense
|
|
60876
|
+
|
|
60877
|
+
|
|
60747
60878
|
### 第 151 次发布
|
|
60748
60879
|
|
|
60749
60880
|
发布时间:2024-01-31 11:46:10
|
|
@@ -71698,6 +71829,32 @@
|
|
|
71698
71829
|
|
|
71699
71830
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
71700
71831
|
|
|
71832
|
+
### 第 55 次发布
|
|
71833
|
+
|
|
71834
|
+
发布时间:2024-02-02 01:15:04
|
|
71835
|
+
|
|
71836
|
+
本次发布包含了以下内容:
|
|
71837
|
+
|
|
71838
|
+
改善已有的文档。
|
|
71839
|
+
|
|
71840
|
+
修改接口:
|
|
71841
|
+
|
|
71842
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/1081/53872)
|
|
71843
|
+
|
|
71844
|
+
* 新增入参:FirmwareUserDefined
|
|
71845
|
+
|
|
71846
|
+
|
|
71847
|
+
修改数据结构:
|
|
71848
|
+
|
|
71849
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
71850
|
+
|
|
71851
|
+
* 新增成员:Description, Status
|
|
71852
|
+
|
|
71853
|
+
* [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
|
|
71854
|
+
|
|
71855
|
+
* 新增成员:DeviceCount
|
|
71856
|
+
|
|
71857
|
+
|
|
71701
71858
|
### 第 54 次发布
|
|
71702
71859
|
|
|
71703
71860
|
发布时间:2023-10-16 01:17:51
|
|
@@ -74821,6 +74978,21 @@
|
|
|
74821
74978
|
|
|
74822
74979
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
74823
74980
|
|
|
74981
|
+
### 第 11 次发布
|
|
74982
|
+
|
|
74983
|
+
发布时间:2024-02-02 01:16:04
|
|
74984
|
+
|
|
74985
|
+
本次发布包含了以下内容:
|
|
74986
|
+
|
|
74987
|
+
改善已有的文档。
|
|
74988
|
+
|
|
74989
|
+
修改接口:
|
|
74990
|
+
|
|
74991
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
74992
|
+
|
|
74993
|
+
* 新增入参:SNCode
|
|
74994
|
+
|
|
74995
|
+
|
|
74824
74996
|
### 第 10 次发布
|
|
74825
74997
|
|
|
74826
74998
|
发布时间:2023-12-27 01:22:46
|
|
@@ -102981,6 +103153,21 @@
|
|
|
102981
103153
|
|
|
102982
103154
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102983
103155
|
|
|
103156
|
+
### 第 54 次发布
|
|
103157
|
+
|
|
103158
|
+
发布时间:2024-02-02 01:20:24
|
|
103159
|
+
|
|
103160
|
+
本次发布包含了以下内容:
|
|
103161
|
+
|
|
103162
|
+
改善已有的文档。
|
|
103163
|
+
|
|
103164
|
+
修改接口:
|
|
103165
|
+
|
|
103166
|
+
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
103167
|
+
|
|
103168
|
+
* 新增入参:DnsNames
|
|
103169
|
+
|
|
103170
|
+
|
|
102984
103171
|
### 第 53 次发布
|
|
102985
103172
|
|
|
102986
103173
|
发布时间:2024-01-29 01:19:48
|
|
@@ -104492,6 +104679,24 @@
|
|
|
104492
104679
|
|
|
104493
104680
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
104494
104681
|
|
|
104682
|
+
### 第 18 次发布
|
|
104683
|
+
|
|
104684
|
+
发布时间:2024-02-05 01:21:52
|
|
104685
|
+
|
|
104686
|
+
本次发布包含了以下内容:
|
|
104687
|
+
|
|
104688
|
+
改善已有的文档。
|
|
104689
|
+
|
|
104690
|
+
新增接口:
|
|
104691
|
+
|
|
104692
|
+
* [[ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)](https://cloud.tencent.com/document/api/#/#)
|
|
104693
|
+
|
|
104694
|
+
新增数据结构:
|
|
104695
|
+
|
|
104696
|
+
* [[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput))
|
|
104697
|
+
* [[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput))
|
|
104698
|
+
* [[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput))
|
|
104699
|
+
|
|
104495
104700
|
### 第 17 次发布
|
|
104496
104701
|
|
|
104497
104702
|
发布时间:2023-05-24 01:44:57
|
|
@@ -110875,6 +111080,21 @@
|
|
|
110875
111080
|
|
|
110876
111081
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
110877
111082
|
|
|
111083
|
+
### 第 60 次发布
|
|
111084
|
+
|
|
111085
|
+
发布时间:2024-02-02 01:21:42
|
|
111086
|
+
|
|
111087
|
+
本次发布包含了以下内容:
|
|
111088
|
+
|
|
111089
|
+
改善已有的文档。
|
|
111090
|
+
|
|
111091
|
+
修改接口:
|
|
111092
|
+
|
|
111093
|
+
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
111094
|
+
|
|
111095
|
+
* 新增出参:TrialAuthorizedCnt, UsedTrialAuthorizedCnt, PurchasedAuthorizedCnt, UsedPurchasedAuthorizedCnt, CanApplyFreeImageAuthorize
|
|
111096
|
+
|
|
111097
|
+
|
|
110878
111098
|
### 第 59 次发布
|
|
110879
111099
|
|
|
110880
111100
|
发布时间:2024-01-05 01:25:17
|
|
@@ -122034,6 +122254,50 @@
|
|
|
122034
122254
|
|
|
122035
122255
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
122036
122256
|
|
|
122257
|
+
### 第 51 次发布
|
|
122258
|
+
|
|
122259
|
+
发布时间:2024-02-02 01:23:26
|
|
122260
|
+
|
|
122261
|
+
本次发布包含了以下内容:
|
|
122262
|
+
|
|
122263
|
+
改善已有的文档。
|
|
122264
|
+
|
|
122265
|
+
新增数据结构:
|
|
122266
|
+
|
|
122267
|
+
* [DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo)
|
|
122268
|
+
* [PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)
|
|
122269
|
+
|
|
122270
|
+
修改数据结构:
|
|
122271
|
+
|
|
122272
|
+
* [InferCodeInfo](https://cloud.tencent.com/document/api/851/75051#InferCodeInfo)
|
|
122273
|
+
|
|
122274
|
+
* <font color="#dd0000">**修改成员**:</font>CosPathInfo
|
|
122275
|
+
|
|
122276
|
+
* [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
|
|
122277
|
+
|
|
122278
|
+
* 新增成员:State
|
|
122279
|
+
|
|
122280
|
+
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
122281
|
+
|
|
122282
|
+
* 新增成员:PrivateLinkInfos, DefaultInnerCallInfos
|
|
122283
|
+
|
|
122284
|
+
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
122285
|
+
|
|
122286
|
+
* 新增成员:ResourceGroupSWType
|
|
122287
|
+
|
|
122288
|
+
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
122289
|
+
|
|
122290
|
+
* 新增成员:AuthorizationEnable
|
|
122291
|
+
|
|
122292
|
+
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
122293
|
+
|
|
122294
|
+
* 新增成员:ReplicasCount, AvailableReplicasCount
|
|
122295
|
+
|
|
122296
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
122297
|
+
|
|
122298
|
+
* <font color="#dd0000">**修改成员**:</font>PodList
|
|
122299
|
+
|
|
122300
|
+
|
|
122037
122301
|
### 第 50 次发布
|
|
122038
122302
|
|
|
122039
122303
|
发布时间:2024-01-24 16:03:05
|
|
@@ -130191,6 +130455,32 @@
|
|
|
130191
130455
|
|
|
130192
130456
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
130193
130457
|
|
|
130458
|
+
### 第 57 次发布
|
|
130459
|
+
|
|
130460
|
+
发布时间:2024-02-02 01:24:40
|
|
130461
|
+
|
|
130462
|
+
本次发布包含了以下内容:
|
|
130463
|
+
|
|
130464
|
+
改善已有的文档。
|
|
130465
|
+
|
|
130466
|
+
新增接口:
|
|
130467
|
+
|
|
130468
|
+
* [BindAutoScalerResourceStrategyToGroups](https://cloud.tencent.com/document/api/1364/103728)
|
|
130469
|
+
* [CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)
|
|
130470
|
+
* [DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)
|
|
130471
|
+
* [DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)
|
|
130472
|
+
* [DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)
|
|
130473
|
+
* [DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)
|
|
130474
|
+
* [ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)
|
|
130475
|
+
* [UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)
|
|
130476
|
+
|
|
130477
|
+
新增数据结构:
|
|
130478
|
+
|
|
130479
|
+
* [CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo)
|
|
130480
|
+
* [DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult)
|
|
130481
|
+
* [ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult)
|
|
130482
|
+
* [ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)
|
|
130483
|
+
|
|
130194
130484
|
### 第 56 次发布
|
|
130195
130485
|
|
|
130196
130486
|
发布时间:2024-01-31 01:25:54
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-01-31 01:06:22 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-01-31 01:06:41 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-02-02 01:05:31 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-01-31 01:07:03 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-02-02 01:05:54 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
29
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) |
|
|
29
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-02-02 01:06:13 |
|
|
30
30
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-10-17 01:08:08 |
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-10-17 01:08:12 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-02-05 01:08:13 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-01-25 15:34:29 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-30 01:08:20 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-15 01:08:17 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-02-05 01:08:54 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-01-24 01:23:26 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-24 01:23:33 |
|
|
@@ -60,19 +60,19 @@
|
|
|
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) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-02-05 10:48:52 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-02 01:09:24 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-04 11:05:24 |
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-02-02 01:09:36 |
|
|
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-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-02 01:10:38 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-24 01:26:26 |
|
|
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 |
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
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-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-02 01:13:14 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-05 01:14:36 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-05 01:14:50 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -123,12 +123,12 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-01-26 01:14:52 |
|
|
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-01-31 01:16:26 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) |
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-02-02 01:15:04 |
|
|
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-01-30 01:16:52 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-02-02 01:16:04 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-12-28 01:18:25 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-01-25 01:16:59 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-01-30 01:18:35 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-02-05 01:18:33 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-29 01:17:14 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-19 01:18:01 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-02-05 01:19:36 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-01-23 01:25:29 |
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-01-24 01:33:35 |
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) |
|
|
165
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-02-05 01:20:26 |
|
|
166
166
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-29 01:18:51 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
@@ -178,12 +178,12 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-17 01:21:16 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-02-02 01:20:24 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-01-17 01:21:44 |
|
|
185
185
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-01-26 16:30:56 |
|
|
186
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) |
|
|
186
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-02-05 01:21:52 |
|
|
187
187
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-01-26 01:20:11 |
|
|
188
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
189
189
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-01-08 00:17:20 |
|
|
@@ -192,14 +192,14 @@
|
|
|
192
192
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
193
193
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
|
|
194
194
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
|
|
195
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-
|
|
195
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-02-02 01:21:06 |
|
|
196
196
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
197
197
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
198
198
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
|
|
199
199
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
200
200
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
201
201
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
|
|
202
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-
|
|
202
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-02-02 01:21:42 |
|
|
203
203
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
204
204
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-23 01:28:41 |
|
|
205
205
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
214
214
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
215
215
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
216
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-
|
|
216
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-02-02 01:23:26 |
|
|
217
217
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-22 11:36:09 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-01-31 01:25:41 |
|
|
227
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-24 17:17:12 |
|
|
228
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
228
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-02-02 01:24:40 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
231
231
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.794"
|