tencentcloud-sdk-nodejs 4.0.809 → 4.0.811
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 +314 -0
- package/SERVICE_CHANGELOG.md +262 -89
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/bm/v20180423/bm_models.ts +53 -53
- package/src/services/bma/index.ts +2 -2
- package/src/services/bma/v20210624/bma_models.ts +28 -28
- package/src/services/cam/v20190116/cam_models.ts +97 -87
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/ccc/v20200210/ccc_models.ts +137 -137
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +87 -87
- package/src/services/cls/v20201016/cls_models.ts +27 -47
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +53 -53
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
- package/src/services/domain/v20180808/domain_models.ts +4 -0
- package/src/services/dts/index.ts +2 -2
- package/src/services/dts/v20180330/dts_models.ts +23 -23
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/eis/index.ts +2 -2
- package/src/services/es/v20180416/es_client.ts +124 -15
- package/src/services/es/v20180416/es_models.ts +881 -105
- package/src/services/ess/v20201111/ess_client.ts +40 -14
- package/src/services/ess/v20201111/ess_models.ts +106 -94
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +3 -3
- package/src/services/faceid/v20180301/faceid_models.ts +35 -35
- package/src/services/hai/v20230812/hai_models.ts +11 -11
- package/src/services/iai/index.ts +2 -2
- package/src/services/iai/v20180301/iai_models.ts +33 -33
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iotvideo/v20191126/iotvideo_models.ts +66 -66
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +79 -79
- package/src/services/irp/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +31 -0
- package/src/services/monitor/v20180724/monitor_models.ts +155 -155
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/src/services/organization/index.ts +2 -2
- package/src/services/tbp/v20190311/tbp_models.ts +4 -4
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220106/teo_models.ts +5 -5
- package/src/services/teo/v20220901/teo_client.ts +14 -2
- package/src/services/teo/v20220901/teo_models.ts +50 -14
- package/src/services/thpc/index.ts +2 -2
- package/src/services/thpc/v20211109/thpc_models.ts +4 -4
- package/src/services/thpc/v20220401/thpc_models.ts +16 -16
- package/src/services/tione/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +18 -6
- package/src/services/tione/v20211111/tione_models.ts +126 -102
- package/src/services/tke/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -2
- package/src/services/trtc/v20190722/trtc_models.ts +43 -43
- package/src/services/tsf/v20180326/tsf_models.ts +219 -219
- package/src/services/vm/index.ts +2 -2
- package/src/services/vm/v20201229/vm_models.ts +4 -4
- package/src/services/wedata/v20210820/wedata_client.ts +4 -4
- package/src/services/wedata/v20210820/wedata_models.ts +38 -23
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/bm/v20180423/bm_models.d.ts +53 -53
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +28 -28
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +97 -87
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +137 -137
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +87 -87
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +27 -47
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +53 -53
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -0
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +23 -23
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +35 -3
- package/tencentcloud/services/es/v20180416/es_client.js +51 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +864 -117
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +40 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +106 -94
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +35 -35
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +11 -11
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +33 -33
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_models.d.ts +66 -66
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +79 -79
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +29 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +155 -155
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -0
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tbp/v20190311/tbp_models.d.ts +4 -4
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -5
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +48 -14
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +4 -4
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +16 -16
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +123 -101
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +43 -43
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +219 -219
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +38 -23
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/es.v20180416.test.js +82 -2
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/tione.v20211111.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 53 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-13 16:49:04
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,91 +12,30 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
|
|
16
|
+
* [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
|
|
17
|
+
* [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
|
|
18
|
+
* [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
|
|
19
|
+
* [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
|
|
20
|
+
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
21
|
+
* [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
|
|
22
|
+
* [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
|
|
16
23
|
|
|
17
24
|
新增数据结构:
|
|
18
25
|
|
|
19
|
-
* [
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
修改接口:
|
|
34
|
-
|
|
35
|
-
* [DescribeDSPASupportedMetas](https://cloud.tencent.com/document/api/1087/97175)
|
|
36
|
-
|
|
37
|
-
* 新增出参:MaxDBInstanceLimit
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
47
|
-
|
|
48
|
-
### 第 6 次发布
|
|
49
|
-
|
|
50
|
-
发布时间:2024-03-11 15:09:36
|
|
51
|
-
|
|
52
|
-
本次发布包含了以下内容:
|
|
53
|
-
|
|
54
|
-
改善已有的文档。
|
|
55
|
-
|
|
56
|
-
修改接口:
|
|
57
|
-
|
|
58
|
-
* [DescribeClientConnections](https://cloud.tencent.com/document/api/240/37233)
|
|
59
|
-
|
|
60
|
-
* 新增出参:TotalCount
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
66
|
-
|
|
67
|
-
### 第 72 次发布
|
|
68
|
-
|
|
69
|
-
发布时间:2024-03-12 01:45:03
|
|
70
|
-
|
|
71
|
-
本次发布包含了以下内容:
|
|
72
|
-
|
|
73
|
-
改善已有的文档。
|
|
74
|
-
|
|
75
|
-
修改数据结构:
|
|
76
|
-
|
|
77
|
-
* [Account](https://cloud.tencent.com/document/api/239/20022#Account)
|
|
78
|
-
|
|
79
|
-
* 新增成员:CreateTime
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
85
|
-
|
|
86
|
-
### 第 60 次发布
|
|
87
|
-
|
|
88
|
-
发布时间:2024-03-12 01:59:06
|
|
89
|
-
|
|
90
|
-
本次发布包含了以下内容:
|
|
91
|
-
|
|
92
|
-
改善已有的文档。
|
|
93
|
-
|
|
94
|
-
修改数据结构:
|
|
95
|
-
|
|
96
|
-
* [GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)
|
|
97
|
-
|
|
98
|
-
* <font color="#dd0000">**修改成员**:</font>Id
|
|
99
|
-
|
|
26
|
+
* [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
|
|
27
|
+
* [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
|
|
28
|
+
* [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
|
|
29
|
+
* [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
|
|
30
|
+
* [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
|
|
31
|
+
* [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
|
|
32
|
+
* [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
|
|
33
|
+
* [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
|
|
34
|
+
* [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
|
|
35
|
+
* [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
|
|
36
|
+
* [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
|
|
37
|
+
* [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
|
|
38
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
|
|
100
39
|
|
|
101
40
|
|
|
102
41
|
|
|
@@ -742,7 +681,7 @@
|
|
|
742
681
|
|
|
743
682
|
|
|
744
683
|
|
|
745
|
-
##
|
|
684
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
746
685
|
|
|
747
686
|
### 第 2 次发布
|
|
748
687
|
|
|
@@ -11889,6 +11828,25 @@
|
|
|
11889
11828
|
|
|
11890
11829
|
## 访问管理(cam) 版本:2019-01-16
|
|
11891
11830
|
|
|
11831
|
+
### 第 57 次发布
|
|
11832
|
+
|
|
11833
|
+
发布时间:2024-03-12 19:49:56
|
|
11834
|
+
|
|
11835
|
+
本次发布包含了以下内容:
|
|
11836
|
+
|
|
11837
|
+
改善已有的文档。
|
|
11838
|
+
|
|
11839
|
+
修改数据结构:
|
|
11840
|
+
|
|
11841
|
+
* [LoginActionFlag](https://cloud.tencent.com/document/api/598/33167#LoginActionFlag)
|
|
11842
|
+
|
|
11843
|
+
* 新增成员:U2FToken
|
|
11844
|
+
|
|
11845
|
+
* [LoginActionFlagIntl](https://cloud.tencent.com/document/api/598/33167#LoginActionFlagIntl)
|
|
11846
|
+
|
|
11847
|
+
* 新增成员:U2FToken
|
|
11848
|
+
|
|
11849
|
+
|
|
11892
11850
|
### 第 56 次发布
|
|
11893
11851
|
|
|
11894
11852
|
发布时间:2023-12-11 00:09:38
|
|
@@ -14812,6 +14770,37 @@
|
|
|
14812
14770
|
|
|
14813
14771
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14814
14772
|
|
|
14773
|
+
### 第 62 次发布
|
|
14774
|
+
|
|
14775
|
+
发布时间:2024-03-13 01:09:37
|
|
14776
|
+
|
|
14777
|
+
本次发布包含了以下内容:
|
|
14778
|
+
|
|
14779
|
+
改善已有的文档。
|
|
14780
|
+
|
|
14781
|
+
修改数据结构:
|
|
14782
|
+
|
|
14783
|
+
* [SdkAppIdBuyInfo](https://cloud.tencent.com/document/api/679/47715#SdkAppIdBuyInfo)
|
|
14784
|
+
|
|
14785
|
+
* <font color="#dd0000">**修改成员**:</font>SipBuyNum
|
|
14786
|
+
|
|
14787
|
+
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
14788
|
+
|
|
14789
|
+
* <font color="#dd0000">**修改成员**:</font>TransferFromType
|
|
14790
|
+
|
|
14791
|
+
* [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
|
|
14792
|
+
|
|
14793
|
+
* <font color="#dd0000">**修改成员**:</font>SkillGroupId, SkillGroupName, Type, RoutePolicy, UsingLastSeat, MaxConcurrency, LastModifyTimestamp, SkillGroupType
|
|
14794
|
+
|
|
14795
|
+
* [StaffBuyInfo](https://cloud.tencent.com/document/api/679/47715#StaffBuyInfo)
|
|
14796
|
+
|
|
14797
|
+
* <font color="#dd0000">**修改成员**:</font>SipNum
|
|
14798
|
+
|
|
14799
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
14800
|
+
|
|
14801
|
+
* <font color="#dd0000">**修改成员**:</font>LastOnlineTimestamp, LastStatusTimestamp
|
|
14802
|
+
|
|
14803
|
+
|
|
14815
14804
|
### 第 61 次发布
|
|
14816
14805
|
|
|
14817
14806
|
发布时间:2024-03-07 01:09:17
|
|
@@ -18990,11 +18979,11 @@
|
|
|
18990
18979
|
|
|
18991
18980
|
新增接口:
|
|
18992
18981
|
|
|
18993
|
-
* [
|
|
18982
|
+
* [DescribeDedicatedClusterCbsStatistics](https://cloud.tencent.com/document/api/1346/104267)
|
|
18994
18983
|
|
|
18995
18984
|
新增数据结构:
|
|
18996
18985
|
|
|
18997
|
-
* [
|
|
18986
|
+
* [SetInfo](https://cloud.tencent.com/document/api/1346/73770#SetInfo)
|
|
18998
18987
|
|
|
18999
18988
|
### 第 8 次发布
|
|
19000
18989
|
|
|
@@ -30241,6 +30230,21 @@
|
|
|
30241
30230
|
|
|
30242
30231
|
## 日志服务(cls) 版本:2020-10-16
|
|
30243
30232
|
|
|
30233
|
+
### 第 84 次发布
|
|
30234
|
+
|
|
30235
|
+
发布时间:2024-03-13 01:11:37
|
|
30236
|
+
|
|
30237
|
+
本次发布包含了以下内容:
|
|
30238
|
+
|
|
30239
|
+
改善已有的文档。
|
|
30240
|
+
|
|
30241
|
+
修改接口:
|
|
30242
|
+
|
|
30243
|
+
* [CreateConfigExtra](https://cloud.tencent.com/document/api/614/71166)
|
|
30244
|
+
|
|
30245
|
+
* 新增入参:CollectInfos
|
|
30246
|
+
|
|
30247
|
+
|
|
30244
30248
|
### 第 83 次发布
|
|
30245
30249
|
|
|
30246
30250
|
发布时间:2024-03-07 01:11:18
|
|
@@ -30686,7 +30690,7 @@
|
|
|
30686
30690
|
|
|
30687
30691
|
新增接口:
|
|
30688
30692
|
|
|
30689
|
-
* [DescribeKafkaUser](https://cloud.tencent.com/document/api
|
|
30693
|
+
* [DescribeKafkaUser](https://cloud.tencent.com/document/api/#/#)
|
|
30690
30694
|
|
|
30691
30695
|
### 第 62 次发布
|
|
30692
30696
|
|
|
@@ -45909,6 +45913,21 @@
|
|
|
45909
45913
|
|
|
45910
45914
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
45911
45915
|
|
|
45916
|
+
### 第 15 次发布
|
|
45917
|
+
|
|
45918
|
+
发布时间:2024-03-12 19:50:52
|
|
45919
|
+
|
|
45920
|
+
本次发布包含了以下内容:
|
|
45921
|
+
|
|
45922
|
+
改善已有的文档。
|
|
45923
|
+
|
|
45924
|
+
修改数据结构:
|
|
45925
|
+
|
|
45926
|
+
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/1130/39561#SlowLogTopSqlItem)
|
|
45927
|
+
|
|
45928
|
+
* <font color="#dd0000">**修改成员**:</font>Md5
|
|
45929
|
+
|
|
45930
|
+
|
|
45912
45931
|
### 第 14 次发布
|
|
45913
45932
|
|
|
45914
45933
|
发布时间:2023-06-12 01:14:59
|
|
@@ -51011,6 +51030,21 @@
|
|
|
51011
51030
|
|
|
51012
51031
|
## 域名注册(domain) 版本:2018-08-08
|
|
51013
51032
|
|
|
51033
|
+
### 第 32 次发布
|
|
51034
|
+
|
|
51035
|
+
发布时间:2024-03-13 01:14:31
|
|
51036
|
+
|
|
51037
|
+
本次发布包含了以下内容:
|
|
51038
|
+
|
|
51039
|
+
改善已有的文档。
|
|
51040
|
+
|
|
51041
|
+
修改接口:
|
|
51042
|
+
|
|
51043
|
+
* [DescribePreDomainList](https://cloud.tencent.com/document/api/242/103889)
|
|
51044
|
+
|
|
51045
|
+
* 新增入参:UpTime
|
|
51046
|
+
|
|
51047
|
+
|
|
51014
51048
|
### 第 31 次发布
|
|
51015
51049
|
|
|
51016
51050
|
发布时间:2024-02-29 01:14:41
|
|
@@ -57651,6 +57685,41 @@
|
|
|
57651
57685
|
|
|
57652
57686
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
57653
57687
|
|
|
57688
|
+
### 第 53 次发布
|
|
57689
|
+
|
|
57690
|
+
发布时间:2024-03-13 16:49:04
|
|
57691
|
+
|
|
57692
|
+
本次发布包含了以下内容:
|
|
57693
|
+
|
|
57694
|
+
改善已有的文档。
|
|
57695
|
+
|
|
57696
|
+
新增接口:
|
|
57697
|
+
|
|
57698
|
+
* [[CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)](https://cloud.tencent.com/document/api/#/#)
|
|
57699
|
+
* [[CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)](https://cloud.tencent.com/document/api/#/#)
|
|
57700
|
+
* [[DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)](https://cloud.tencent.com/document/api/#/#)
|
|
57701
|
+
* [[DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)](https://cloud.tencent.com/document/api/#/#)
|
|
57702
|
+
* [[DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)](https://cloud.tencent.com/document/api/#/#)
|
|
57703
|
+
* [[DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)](https://cloud.tencent.com/document/api/#/#)
|
|
57704
|
+
* [[UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)](https://cloud.tencent.com/document/api/#/#)
|
|
57705
|
+
* [[UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)](https://cloud.tencent.com/document/api/#/#)
|
|
57706
|
+
|
|
57707
|
+
新增数据结构:
|
|
57708
|
+
|
|
57709
|
+
* [[DiData](https://cloud.tencent.com/document/api/845/30634#DiData)](https://cloud.tencent.com/document/api/845/30634#[DiData](https://cloud.tencent.com/document/api/845/30634#DiData))
|
|
57710
|
+
* [[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)](https://cloud.tencent.com/document/api/845/30634#[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless))
|
|
57711
|
+
* [[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm))
|
|
57712
|
+
* [[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance))
|
|
57713
|
+
* [[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke))
|
|
57714
|
+
* [[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm))
|
|
57715
|
+
* [[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke))
|
|
57716
|
+
* [[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel))
|
|
57717
|
+
* [[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)](https://cloud.tencent.com/document/api/845/30634#[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl))
|
|
57718
|
+
* [[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)](https://cloud.tencent.com/document/api/845/30634#[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi))
|
|
57719
|
+
* [[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace))
|
|
57720
|
+
* [[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser))
|
|
57721
|
+
* [[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)](https://cloud.tencent.com/document/api/845/30634#[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo))
|
|
57722
|
+
|
|
57654
57723
|
### 第 52 次发布
|
|
57655
57724
|
|
|
57656
57725
|
发布时间:2024-01-25 01:13:20
|
|
@@ -61788,6 +61857,21 @@
|
|
|
61788
61857
|
|
|
61789
61858
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
61790
61859
|
|
|
61860
|
+
### 第 157 次发布
|
|
61861
|
+
|
|
61862
|
+
发布时间:2024-03-13 01:15:56
|
|
61863
|
+
|
|
61864
|
+
本次发布包含了以下内容:
|
|
61865
|
+
|
|
61866
|
+
改善已有的文档。
|
|
61867
|
+
|
|
61868
|
+
修改接口:
|
|
61869
|
+
|
|
61870
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
61871
|
+
|
|
61872
|
+
* 新增入参:PlatformAppAuthorization
|
|
61873
|
+
|
|
61874
|
+
|
|
61791
61875
|
### 第 156 次发布
|
|
61792
61876
|
|
|
61793
61877
|
发布时间:2024-03-11 01:15:31
|
|
@@ -84262,6 +84346,18 @@
|
|
|
84262
84346
|
|
|
84263
84347
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
84264
84348
|
|
|
84349
|
+
### 第 36 次发布
|
|
84350
|
+
|
|
84351
|
+
发布时间:2024-03-13 01:19:31
|
|
84352
|
+
|
|
84353
|
+
本次发布包含了以下内容:
|
|
84354
|
+
|
|
84355
|
+
改善已有的文档。
|
|
84356
|
+
|
|
84357
|
+
新增接口:
|
|
84358
|
+
|
|
84359
|
+
* [SetInstanceMaintenance](https://cloud.tencent.com/document/api/240/104304)
|
|
84360
|
+
|
|
84265
84361
|
### 第 35 次发布
|
|
84266
84362
|
|
|
84267
84363
|
发布时间:2024-03-05 01:20:29
|
|
@@ -92564,6 +92660,21 @@
|
|
|
92564
92660
|
|
|
92565
92661
|
## 文字识别(ocr) 版本:2018-11-19
|
|
92566
92662
|
|
|
92663
|
+
### 第 131 次发布
|
|
92664
|
+
|
|
92665
|
+
发布时间:2024-03-13 01:20:34
|
|
92666
|
+
|
|
92667
|
+
本次发布包含了以下内容:
|
|
92668
|
+
|
|
92669
|
+
改善已有的文档。
|
|
92670
|
+
|
|
92671
|
+
修改接口:
|
|
92672
|
+
|
|
92673
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
92674
|
+
|
|
92675
|
+
* 新增入参:EnableTodayInvoice
|
|
92676
|
+
|
|
92677
|
+
|
|
92567
92678
|
### 第 130 次发布
|
|
92568
92679
|
|
|
92569
92680
|
发布时间:2024-02-21 01:20:39
|
|
@@ -119856,6 +119967,18 @@
|
|
|
119856
119967
|
|
|
119857
119968
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
119858
119969
|
|
|
119970
|
+
### 第 76 次发布
|
|
119971
|
+
|
|
119972
|
+
发布时间:2024-03-13 01:24:49
|
|
119973
|
+
|
|
119974
|
+
本次发布包含了以下内容:
|
|
119975
|
+
|
|
119976
|
+
改善已有的文档。
|
|
119977
|
+
|
|
119978
|
+
新增接口:
|
|
119979
|
+
|
|
119980
|
+
* [DescribeSecurityIPGroupInfo](https://cloud.tencent.com/document/api/1552/104305)
|
|
119981
|
+
|
|
119859
119982
|
### 第 75 次发布
|
|
119860
119983
|
|
|
119861
119984
|
发布时间:2024-03-06 01:24:59
|
|
@@ -124018,6 +124141,18 @@
|
|
|
124018
124141
|
|
|
124019
124142
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
124020
124143
|
|
|
124144
|
+
### 第 52 次发布
|
|
124145
|
+
|
|
124146
|
+
发布时间:2024-03-13 01:25:17
|
|
124147
|
+
|
|
124148
|
+
本次发布包含了以下内容:
|
|
124149
|
+
|
|
124150
|
+
改善已有的文档。
|
|
124151
|
+
|
|
124152
|
+
新增接口:
|
|
124153
|
+
|
|
124154
|
+
* [CreatePresignedNotebookUrl](https://cloud.tencent.com/document/api/851/104306)
|
|
124155
|
+
|
|
124021
124156
|
### 第 51 次发布
|
|
124022
124157
|
|
|
124023
124158
|
发布时间:2024-02-02 01:23:26
|
|
@@ -126098,6 +126233,21 @@
|
|
|
126098
126233
|
|
|
126099
126234
|
## 容器服务(tke) 版本:2018-05-25
|
|
126100
126235
|
|
|
126236
|
+
### 第 168 次发布
|
|
126237
|
+
|
|
126238
|
+
发布时间:2024-03-13 01:25:40
|
|
126239
|
+
|
|
126240
|
+
本次发布包含了以下内容:
|
|
126241
|
+
|
|
126242
|
+
改善已有的文档。
|
|
126243
|
+
|
|
126244
|
+
修改接口:
|
|
126245
|
+
|
|
126246
|
+
* [GetClusterLevelPrice](https://cloud.tencent.com/document/api/457/72004)
|
|
126247
|
+
|
|
126248
|
+
* 新增出参:Policy
|
|
126249
|
+
|
|
126250
|
+
|
|
126101
126251
|
### 第 167 次发布
|
|
126102
126252
|
|
|
126103
126253
|
发布时间:2023-12-26 01:27:04
|
|
@@ -148238,6 +148388,29 @@
|
|
|
148238
148388
|
|
|
148239
148389
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
148240
148390
|
|
|
148391
|
+
### 第 78 次发布
|
|
148392
|
+
|
|
148393
|
+
发布时间:2024-03-13 01:28:24
|
|
148394
|
+
|
|
148395
|
+
本次发布包含了以下内容:
|
|
148396
|
+
|
|
148397
|
+
改善已有的文档。
|
|
148398
|
+
|
|
148399
|
+
修改数据结构:
|
|
148400
|
+
|
|
148401
|
+
* [InstanceLifeCycleOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeCycleOpsDto)
|
|
148402
|
+
|
|
148403
|
+
* 新增成员:InstanceState
|
|
148404
|
+
|
|
148405
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, LifeRound, RunType, Tries, InstanceLifeDetailDtoList, RunnerState, ErrorDesc, ErrorCodeLevel, InstanceLogListOpsDto
|
|
148406
|
+
|
|
148407
|
+
* [InstanceLifeDetailDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeDetailDto)
|
|
148408
|
+
|
|
148409
|
+
* 新增成员:DetailState, EndTime
|
|
148410
|
+
|
|
148411
|
+
* <font color="#dd0000">**修改成员**:</font>State, StartTime
|
|
148412
|
+
|
|
148413
|
+
|
|
148241
148414
|
### 第 77 次发布
|
|
148242
148415
|
|
|
148243
148416
|
发布时间:2024-03-01 01:29:38
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-12 01:07:39 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-12 01:07:41 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-12 01:07:43 |
|
|
9
|
-
| aiart | [
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-13 01:07:42 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-12 01:07:46 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-03-12 01:10:06 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-03-12 01:10:17 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
|
-
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) |
|
|
28
|
+
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-12 19:49:25 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-03-12 01:10:49 |
|
|
30
30
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-12 01:10:54 |
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-12 01:11:02 |
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-03-12 01:11:50 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-12 01:11:51 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-12 01:11:54 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-12 19:49:56 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-03-12 01:12:18 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-12 01:12:25 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-13 01:09:29 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-12 01:12:33 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-13 01:09:37 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-13 01:09:46 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-12 01:14:14 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-12 01:14:23 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-12 01:14:59 |
|
|
@@ -56,11 +56,11 @@
|
|
|
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
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-12 01:16:57 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-12 19:50: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) | 2024-03-12 01:17:48 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-12 01:17:53 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-13 01:11:37 |
|
|
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) | 2024-03-12 01:18:40 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-12 01:18:46 |
|
|
@@ -76,18 +76,18 @@
|
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-12 01:24:05 |
|
|
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-03-
|
|
79
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-03-13 01:13:43 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-12 01:24:53 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-12 01:24:56 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-12 01:25:05 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-12 01:25:34 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-12 01:26:21 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-13 01:14:31 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-12 01:27:01 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-12 01:27:05 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-12 01:27:10 |
|
|
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-03-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-13 01:15:00 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-12 01:28:33 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-12 01:28:45 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-12 01:28:47 |
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-12 01:29:44 |
|
|
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-03-12 01:29:59 |
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-13 16:49:04 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-13 16:49:19 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-13 01:15:56 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-12 01:31:22 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-12 19:51:24 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-12 01:31:30 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-12 01:31:35 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-12 01:31:38 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-03-12 01:32:33 |
|
|
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-03-11
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-12 11:37:33 |
|
|
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-03-12 01:32:40 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-03-11 15:37:37 |
|
|
@@ -144,8 +144,8 @@
|
|
|
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) | 2024-03-12 01:39:52 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-12 01:39:57 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-13 01:19:31 |
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-12 11:37:38 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-03-12 01:41:19 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-12 01:42:05 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-03-12 01:42:14 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-12 01:42:26 |
|
|
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-03-12 01:42:31 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-13 01:20:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03-12 01:43:25 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-03-12 01:43:35 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-12 01:43:51 |
|
|
@@ -202,10 +202,10 @@
|
|
|
202
202
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-03-12 01:51:00 |
|
|
203
203
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-12 01:53:11 |
|
|
204
204
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-03-12 01:53:20 |
|
|
205
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-
|
|
205
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-13 01:24:22 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-12 01:54:17 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-12 01:54:19 |
|
|
208
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-13 01:24:49 |
|
|
209
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-12 01:55:22 |
|
|
210
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
211
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-12 01:55:30 |
|
|
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) | 2024-03-12 01:55:32 |
|
|
216
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-
|
|
216
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-13 01:25:17 |
|
|
217
217
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-12 01:56:17 |
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-12 01:58:07 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -224,9 +224,9 @@
|
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-12 01:58:15 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-12 01:58:33 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-12 01:58:53 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-12 10:45:07 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-12 01:59:06 |
|
|
229
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-
|
|
229
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-13 15:09:33 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-12 02:00:39 |
|
|
231
231
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-03-12 02:00:41 |
|
|
232
232
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-12 02:00:43 |
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-03-12 02:04:17 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-12 02:04:20 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-12 02:05:11 |
|
|
240
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-
|
|
240
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-13 01:28:24 |
|
|
241
241
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03-12 02:07:35 |
|
|
242
242
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
243
243
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-12 02:07:58 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.811"
|