tencentcloud-sdk-nodejs 4.0.879 → 4.0.881
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 +454 -0
- package/SERVICE_CHANGELOG.md +442 -271
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +5 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/cam/v20190116/cam_models.ts +22 -8
- package/src/services/cdb/v20170320/cdb_client.ts +21 -5
- package/src/services/cdb/v20170320/cdb_models.ts +180 -44
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +14 -8
- package/src/services/cmq/v20190304/cmq_client.ts +1 -1
- package/src/services/cmq/v20190304/cmq_models.ts +16 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +57 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +20 -7
- package/src/services/dlc/v20210125/dlc_models.ts +83 -5
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -6
- package/src/services/dts/v20180330/dts_client.ts +3 -18
- package/src/services/dts/v20180330/dts_models.ts +63 -117
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +864 -827
- package/src/services/ess/v20201111/ess_models.ts +162 -84
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +38 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/facefusion/v20181201/facefusion_models.ts +6 -6
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +4 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +17 -9
- package/src/services/lke/v20231130/lke_models.ts +181 -70
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -8
- package/src/services/ocr/v20181119/ocr_client.ts +13 -10
- package/src/services/ocr/v20181119/ocr_models.ts +361 -169
- package/src/services/organization/v20210331/organization_client.ts +32 -8
- package/src/services/organization/v20210331/organization_models.ts +70 -30
- package/src/services/ses/v20201002/ses_client.ts +2 -3
- package/src/services/ses/v20201002/ses_models.ts +8 -0
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +391 -86
- package/src/services/thpc/index.ts +4 -4
- package/src/services/tke/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -4
- package/src/services/tms/index.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +4 -1
- package/src/services/tsf/v20180326/tsf_models.ts +32 -27
- package/src/services/vm/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/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +173 -43
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -8
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +55 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +80 -5
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
- package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +6 -6
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +11 -5
- package/tencentcloud/services/lke/v20231130/lke_client.js +11 -5
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +179 -70
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +0 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +0 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +8 -0
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +375 -86
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- 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 +4 -4
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -27
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/dlc.v20210125.test.js +12 -2
- package/test/dts.v20180330.test.js +0 -10
- package/test/ess.v20201111.test.js +182 -162
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/mongodb.v20190725.test.js +12 -2
- package/test/organization.v20210331.test.js +22 -2
- package/test/tdmq.v20200217.test.js +84 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,261 +1,105 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 13 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-06-20 01:19:00
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
16
|
-
|
|
17
|
-
* 新增入参:DbName, CatalogName
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
23
|
-
|
|
24
|
-
### 第 105 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-06-20 01:21:11
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
|
|
35
|
-
|
|
36
|
-
* 新增成员:RequestId, Version, Offset, Limit, ForceCheckTag
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
42
4
|
|
|
43
|
-
### 第
|
|
5
|
+
### 第 159 次发布
|
|
44
6
|
|
|
45
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-24 01:09:17
|
|
46
8
|
|
|
47
9
|
本次发布包含了以下内容:
|
|
48
10
|
|
|
49
11
|
改善已有的文档。
|
|
50
12
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
|
|
54
|
-
|
|
55
|
-
* 新增入参:MemberId
|
|
56
|
-
|
|
57
|
-
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
58
|
-
|
|
59
|
-
* 新增入参:FinishWebHook
|
|
60
|
-
|
|
61
|
-
* [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
|
|
62
|
-
|
|
63
|
-
* 新增入参:MemberId
|
|
64
|
-
|
|
65
|
-
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
66
|
-
|
|
67
|
-
* 新增入参:FinishWebHook
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
修改数据结构:
|
|
71
|
-
|
|
72
|
-
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
73
|
-
|
|
74
|
-
* 新增成员:TvdID, IsOneClick
|
|
75
|
-
|
|
76
|
-
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
77
|
-
|
|
78
|
-
* 新增成员:RealAppid, CloudType
|
|
79
|
-
|
|
80
|
-
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
81
|
-
|
|
82
|
-
* 新增成员:TvdID, IsOneClick
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
88
|
-
|
|
89
|
-
### 第 93 次发布
|
|
90
|
-
|
|
91
|
-
发布时间:2024-06-20 01:30:19
|
|
92
|
-
|
|
93
|
-
本次发布包含了以下内容:
|
|
13
|
+
新增接口:
|
|
94
14
|
|
|
95
|
-
|
|
15
|
+
* [DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)
|
|
96
16
|
|
|
97
17
|
新增数据结构:
|
|
98
18
|
|
|
99
|
-
* [
|
|
100
|
-
* [
|
|
101
|
-
* [
|
|
102
|
-
* [
|
|
103
|
-
* [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
|
|
104
|
-
|
|
105
|
-
修改数据结构:
|
|
106
|
-
|
|
107
|
-
* [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
|
|
108
|
-
|
|
109
|
-
* 新增成员:Region, InstanceCLSDeliveryInfos
|
|
110
|
-
|
|
111
|
-
* [RollbackData](https://cloud.tencent.com/document/api/1003/48097#RollbackData)
|
|
112
|
-
|
|
113
|
-
* 新增成员:RollbackProcess
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
19
|
+
* [ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)
|
|
20
|
+
* [NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)
|
|
21
|
+
* [ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)
|
|
22
|
+
* [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
|
|
117
23
|
|
|
118
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
119
|
-
|
|
120
|
-
### 第 93 次发布
|
|
121
24
|
|
|
122
|
-
发布时间:2024-06-20 01:34:00
|
|
123
|
-
|
|
124
|
-
本次发布包含了以下内容:
|
|
125
25
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
新增接口:
|
|
129
|
-
|
|
130
|
-
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
26
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
135
27
|
|
|
136
28
|
### 第 8 次发布
|
|
137
29
|
|
|
138
|
-
发布时间:2024-06-
|
|
30
|
+
发布时间:2024-06-21 21:11:25
|
|
139
31
|
|
|
140
32
|
本次发布包含了以下内容:
|
|
141
33
|
|
|
142
34
|
改善已有的文档。
|
|
143
35
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
* ApplyMarketComponent
|
|
147
|
-
* CreateApplicationVisualization
|
|
148
|
-
* CreateEdgeUnitApplicationVisualization
|
|
149
|
-
* CreateEdgeUnitApplicationYaml
|
|
150
|
-
* DeleteApplications
|
|
151
|
-
* DeleteEdgeUnitApplications
|
|
152
|
-
* DescribeApplicationVisualization
|
|
153
|
-
* DescribeApplicationYaml
|
|
154
|
-
* DescribeApplicationYamlError
|
|
155
|
-
* DescribeApplications
|
|
156
|
-
* DescribeEdgeUnitApplicationEvents
|
|
157
|
-
* DescribeEdgeUnitApplicationLogs
|
|
158
|
-
* DescribeEdgeUnitApplicationPodContainers
|
|
159
|
-
* DescribeEdgeUnitApplicationPods
|
|
160
|
-
* DescribeEdgeUnitApplicationVisualization
|
|
161
|
-
* DescribeEdgeUnitApplicationYaml
|
|
162
|
-
* DescribeEdgeUnitApplicationYamlError
|
|
163
|
-
* DescribeEdgeUnitCloud
|
|
164
|
-
* ModifyApplicationBasicInfo
|
|
165
|
-
* ModifyApplicationVisualization
|
|
166
|
-
|
|
36
|
+
修改接口:
|
|
167
37
|
|
|
38
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
168
39
|
|
|
169
|
-
|
|
40
|
+
* 新增入参:TypeKey
|
|
170
41
|
|
|
171
|
-
|
|
42
|
+
* <font color="#dd0000">**修改入参**:</font>BotBizId
|
|
172
43
|
|
|
173
|
-
|
|
44
|
+
* [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
|
|
174
45
|
|
|
175
|
-
|
|
46
|
+
* 新增入参:TypeKey
|
|
176
47
|
|
|
177
|
-
|
|
48
|
+
* [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
|
|
178
49
|
|
|
179
|
-
|
|
50
|
+
* 新增出参:Balance, InputLenLimit
|
|
180
51
|
|
|
181
|
-
* [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
|
|
182
|
-
* [GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)
|
|
183
|
-
* [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
|
|
184
52
|
|
|
185
53
|
新增数据结构:
|
|
186
54
|
|
|
187
|
-
* [
|
|
188
|
-
* [
|
|
189
|
-
* [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
|
|
190
|
-
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
|
|
191
|
-
* [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
|
|
192
|
-
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
|
|
193
|
-
* [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
|
|
194
|
-
|
|
55
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)
|
|
56
|
+
* [MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)
|
|
195
57
|
|
|
58
|
+
修改数据结构:
|
|
196
59
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### 第 117 次发布
|
|
200
|
-
|
|
201
|
-
发布时间:2024-06-20 01:58:59
|
|
202
|
-
|
|
203
|
-
本次发布包含了以下内容:
|
|
60
|
+
* [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
|
|
204
61
|
|
|
205
|
-
|
|
62
|
+
* 新增成员:TokenBalance
|
|
206
63
|
|
|
207
|
-
|
|
64
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
208
65
|
|
|
209
|
-
*
|
|
66
|
+
* 新增成员:FileInfos
|
|
210
67
|
|
|
211
|
-
|
|
68
|
+
* [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
|
|
212
69
|
|
|
70
|
+
* 新增成员:Confidence
|
|
213
71
|
|
|
72
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
214
73
|
|
|
74
|
+
* 新增成员:FileInfos
|
|
215
75
|
|
|
216
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
217
76
|
|
|
218
77
|
|
|
219
78
|
|
|
220
|
-
##
|
|
79
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
221
80
|
|
|
222
|
-
### 第
|
|
81
|
+
### 第 21 次发布
|
|
223
82
|
|
|
224
|
-
发布时间:2024-06-
|
|
83
|
+
发布时间:2024-06-21 16:22:39
|
|
225
84
|
|
|
226
85
|
本次发布包含了以下内容:
|
|
227
86
|
|
|
228
87
|
改善已有的文档。
|
|
229
88
|
|
|
230
|
-
新增接口:
|
|
231
|
-
|
|
232
|
-
* [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
|
|
233
|
-
|
|
234
89
|
修改接口:
|
|
235
90
|
|
|
236
|
-
* [
|
|
237
|
-
|
|
238
|
-
* 新增出参:EnableTrunkingENI
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
新增数据结构:
|
|
242
|
-
|
|
243
|
-
* [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
|
|
244
|
-
|
|
245
|
-
修改数据结构:
|
|
246
|
-
|
|
247
|
-
* [ContainerState](https://cloud.tencent.com/document/api/457/31866#ContainerState)
|
|
91
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
248
92
|
|
|
249
|
-
*
|
|
93
|
+
* 新增入参:SmtpMessageId, SmtpHeaders
|
|
250
94
|
|
|
251
95
|
|
|
252
96
|
|
|
253
97
|
|
|
254
|
-
##
|
|
98
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
255
99
|
|
|
256
|
-
### 第
|
|
100
|
+
### 第 115 次发布
|
|
257
101
|
|
|
258
|
-
发布时间:2024-06-
|
|
102
|
+
发布时间:2024-06-24 01:23:04
|
|
259
103
|
|
|
260
104
|
本次发布包含了以下内容:
|
|
261
105
|
|
|
@@ -263,59 +107,18 @@
|
|
|
263
107
|
|
|
264
108
|
修改数据结构:
|
|
265
109
|
|
|
266
|
-
* [
|
|
267
|
-
|
|
268
|
-
* 新增成员:ZeroWeightHeathCheck
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
274
|
-
|
|
275
|
-
### 第 109 次发布
|
|
276
|
-
|
|
277
|
-
发布时间:2024-06-20 02:27:26
|
|
278
|
-
|
|
279
|
-
本次发布包含了以下内容:
|
|
280
|
-
|
|
281
|
-
改善已有的文档。
|
|
282
|
-
|
|
283
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
284
|
-
|
|
285
|
-
* DescribeApplicationBusinessLogConfig
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
290
|
-
|
|
291
|
-
### 第 89 次发布
|
|
292
|
-
|
|
293
|
-
发布时间:2024-06-20 02:34:10
|
|
294
|
-
|
|
295
|
-
本次发布包含了以下内容:
|
|
296
|
-
|
|
297
|
-
改善已有的文档。
|
|
298
|
-
|
|
299
|
-
修改接口:
|
|
300
|
-
|
|
301
|
-
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
302
|
-
|
|
303
|
-
* <font color="#dd0000">**修改入参**:</font>TopicId
|
|
304
|
-
|
|
305
|
-
* 新增出参:FieldValueRatioInfos, TotalCount
|
|
306
|
-
|
|
110
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
307
111
|
|
|
308
|
-
|
|
112
|
+
* 新增成员:ZoneId, ZoneIds
|
|
309
113
|
|
|
310
|
-
* [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
|
|
311
114
|
|
|
312
115
|
|
|
313
116
|
|
|
314
|
-
##
|
|
117
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
315
118
|
|
|
316
|
-
### 第
|
|
119
|
+
### 第 78 次发布
|
|
317
120
|
|
|
318
|
-
发布时间:2024-06-
|
|
121
|
+
发布时间:2024-06-24 01:24:46
|
|
319
122
|
|
|
320
123
|
本次发布包含了以下内容:
|
|
321
124
|
|
|
@@ -323,16 +126,7 @@
|
|
|
323
126
|
|
|
324
127
|
修改接口:
|
|
325
128
|
|
|
326
|
-
* [
|
|
327
|
-
|
|
328
|
-
* <font color="#dd0000">**修改入参**:</font>SearchCondition, ProjectId
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
修改数据结构:
|
|
332
|
-
|
|
333
|
-
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
334
|
-
|
|
335
|
-
* 新增成员:DingDingWebHooks
|
|
129
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
336
130
|
|
|
337
131
|
|
|
338
132
|
|
|
@@ -6830,6 +6624,21 @@
|
|
|
6830
6624
|
|
|
6831
6625
|
## 语音识别(asr) 版本:2019-06-14
|
|
6832
6626
|
|
|
6627
|
+
### 第 35 次发布
|
|
6628
|
+
|
|
6629
|
+
发布时间:2024-06-21 01:10:11
|
|
6630
|
+
|
|
6631
|
+
本次发布包含了以下内容:
|
|
6632
|
+
|
|
6633
|
+
改善已有的文档。
|
|
6634
|
+
|
|
6635
|
+
修改接口:
|
|
6636
|
+
|
|
6637
|
+
* [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
|
|
6638
|
+
|
|
6639
|
+
* <font color="#dd0000">**修改入参**:</font>VoicePrintId
|
|
6640
|
+
|
|
6641
|
+
|
|
6833
6642
|
### 第 34 次发布
|
|
6834
6643
|
|
|
6835
6644
|
发布时间:2024-04-11 01:07:46
|
|
@@ -9263,6 +9072,21 @@
|
|
|
9263
9072
|
|
|
9264
9073
|
## 费用中心(billing) 版本:2018-07-09
|
|
9265
9074
|
|
|
9075
|
+
### 第 60 次发布
|
|
9076
|
+
|
|
9077
|
+
发布时间:2024-06-21 01:11:19
|
|
9078
|
+
|
|
9079
|
+
本次发布包含了以下内容:
|
|
9080
|
+
|
|
9081
|
+
改善已有的文档。
|
|
9082
|
+
|
|
9083
|
+
修改数据结构:
|
|
9084
|
+
|
|
9085
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
9086
|
+
|
|
9087
|
+
* 新增成员:Tags
|
|
9088
|
+
|
|
9089
|
+
|
|
9266
9090
|
### 第 59 次发布
|
|
9267
9091
|
|
|
9268
9092
|
发布时间:2024-04-24 01:05:02
|
|
@@ -12196,7 +12020,7 @@
|
|
|
12196
12020
|
|
|
12197
12021
|
修改接口:
|
|
12198
12022
|
|
|
12199
|
-
* [DescribeBRI](https://cloud.tencent.com/document/api
|
|
12023
|
+
* [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
|
|
12200
12024
|
|
|
12201
12025
|
* <font color="#dd0000">**修改入参**:</font>RequestData, ResourceId
|
|
12202
12026
|
|
|
@@ -12226,7 +12050,7 @@
|
|
|
12226
12050
|
|
|
12227
12051
|
新增接口:
|
|
12228
12052
|
|
|
12229
|
-
* [DescribeBRI](https://cloud.tencent.com/document/api
|
|
12053
|
+
* [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
|
|
12230
12054
|
|
|
12231
12055
|
新增数据结构:
|
|
12232
12056
|
|
|
@@ -12420,6 +12244,32 @@
|
|
|
12420
12244
|
|
|
12421
12245
|
## 访问管理(cam) 版本:2019-01-16
|
|
12422
12246
|
|
|
12247
|
+
### 第 59 次发布
|
|
12248
|
+
|
|
12249
|
+
发布时间:2024-06-21 01:14:07
|
|
12250
|
+
|
|
12251
|
+
本次发布包含了以下内容:
|
|
12252
|
+
|
|
12253
|
+
改善已有的文档。
|
|
12254
|
+
|
|
12255
|
+
修改接口:
|
|
12256
|
+
|
|
12257
|
+
* [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
|
|
12258
|
+
|
|
12259
|
+
* 新增入参:Description
|
|
12260
|
+
|
|
12261
|
+
|
|
12262
|
+
修改数据结构:
|
|
12263
|
+
|
|
12264
|
+
* [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
|
|
12265
|
+
|
|
12266
|
+
* 新增成员:Description
|
|
12267
|
+
|
|
12268
|
+
* [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
|
|
12269
|
+
|
|
12270
|
+
* 新增成员:Description
|
|
12271
|
+
|
|
12272
|
+
|
|
12423
12273
|
### 第 58 次发布
|
|
12424
12274
|
|
|
12425
12275
|
发布时间:2024-06-11 11:13:54
|
|
@@ -16663,6 +16513,25 @@
|
|
|
16663
16513
|
|
|
16664
16514
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16665
16515
|
|
|
16516
|
+
### 第 159 次发布
|
|
16517
|
+
|
|
16518
|
+
发布时间:2024-06-24 01:09:17
|
|
16519
|
+
|
|
16520
|
+
本次发布包含了以下内容:
|
|
16521
|
+
|
|
16522
|
+
改善已有的文档。
|
|
16523
|
+
|
|
16524
|
+
新增接口:
|
|
16525
|
+
|
|
16526
|
+
* [[DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)](https://cloud.tencent.com/document/api/#/#)
|
|
16527
|
+
|
|
16528
|
+
新增数据结构:
|
|
16529
|
+
|
|
16530
|
+
* [[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)](https://cloud.tencent.com/document/api/236/15878#[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology))
|
|
16531
|
+
* [[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)](https://cloud.tencent.com/document/api/236/15878#[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution))
|
|
16532
|
+
* [[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)](https://cloud.tencent.com/document/api/236/15878#[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode))
|
|
16533
|
+
* [[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)](https://cloud.tencent.com/document/api/236/15878#[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode))
|
|
16534
|
+
|
|
16666
16535
|
### 第 158 次发布
|
|
16667
16536
|
|
|
16668
16537
|
发布时间:2024-06-04 01:16:12
|
|
@@ -44959,6 +44828,18 @@
|
|
|
44959
44828
|
|
|
44960
44829
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44961
44830
|
|
|
44831
|
+
### 第 94 次发布
|
|
44832
|
+
|
|
44833
|
+
发布时间:2024-06-21 01:30:05
|
|
44834
|
+
|
|
44835
|
+
本次发布包含了以下内容:
|
|
44836
|
+
|
|
44837
|
+
改善已有的文档。
|
|
44838
|
+
|
|
44839
|
+
新增接口:
|
|
44840
|
+
|
|
44841
|
+
* [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
|
|
44842
|
+
|
|
44962
44843
|
### 第 93 次发布
|
|
44963
44844
|
|
|
44964
44845
|
发布时间:2024-06-20 01:30:19
|
|
@@ -44969,11 +44850,11 @@
|
|
|
44969
44850
|
|
|
44970
44851
|
新增数据结构:
|
|
44971
44852
|
|
|
44972
|
-
* [
|
|
44973
|
-
* [
|
|
44974
|
-
* [
|
|
44975
|
-
* [
|
|
44976
|
-
* [
|
|
44853
|
+
* [ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo)
|
|
44854
|
+
* [ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)
|
|
44855
|
+
* [RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)
|
|
44856
|
+
* [RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)
|
|
44857
|
+
* [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
|
|
44977
44858
|
|
|
44978
44859
|
修改数据结构:
|
|
44979
44860
|
|
|
@@ -50991,6 +50872,29 @@
|
|
|
50991
50872
|
|
|
50992
50873
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50993
50874
|
|
|
50875
|
+
### 第 94 次发布
|
|
50876
|
+
|
|
50877
|
+
发布时间:2024-06-21 01:33:48
|
|
50878
|
+
|
|
50879
|
+
本次发布包含了以下内容:
|
|
50880
|
+
|
|
50881
|
+
改善已有的文档。
|
|
50882
|
+
|
|
50883
|
+
新增接口:
|
|
50884
|
+
|
|
50885
|
+
* [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
|
|
50886
|
+
|
|
50887
|
+
修改接口:
|
|
50888
|
+
|
|
50889
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
50890
|
+
|
|
50891
|
+
* 新增入参:StartTime, EndTime, Filters, DataEngineName
|
|
50892
|
+
|
|
50893
|
+
|
|
50894
|
+
新增数据结构:
|
|
50895
|
+
|
|
50896
|
+
* [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
|
|
50897
|
+
|
|
50994
50898
|
### 第 93 次发布
|
|
50995
50899
|
|
|
50996
50900
|
发布时间:2024-06-20 01:34:00
|
|
@@ -51001,7 +50905,7 @@
|
|
|
51001
50905
|
|
|
51002
50906
|
新增接口:
|
|
51003
50907
|
|
|
51004
|
-
* [
|
|
50908
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
51005
50909
|
|
|
51006
50910
|
### 第 92 次发布
|
|
51007
50911
|
|
|
@@ -55253,6 +55157,22 @@
|
|
|
55253
55157
|
|
|
55254
55158
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
55255
55159
|
|
|
55160
|
+
### 第 22 次发布
|
|
55161
|
+
|
|
55162
|
+
发布时间:2024-06-21 01:37:37
|
|
55163
|
+
|
|
55164
|
+
本次发布包含了以下内容:
|
|
55165
|
+
|
|
55166
|
+
改善已有的文档。
|
|
55167
|
+
|
|
55168
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
55169
|
+
|
|
55170
|
+
* DescribeRegionConf
|
|
55171
|
+
|
|
55172
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
55173
|
+
|
|
55174
|
+
* SubscribeRegionConf
|
|
55175
|
+
|
|
55256
55176
|
### 第 21 次发布
|
|
55257
55177
|
|
|
55258
55178
|
发布时间:2024-06-13 01:40:12
|
|
@@ -62158,6 +62078,19 @@
|
|
|
62158
62078
|
|
|
62159
62079
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62160
62080
|
|
|
62081
|
+
### 第 175 次发布
|
|
62082
|
+
|
|
62083
|
+
发布时间:2024-06-21 01:41:37
|
|
62084
|
+
|
|
62085
|
+
本次发布包含了以下内容:
|
|
62086
|
+
|
|
62087
|
+
改善已有的文档。
|
|
62088
|
+
|
|
62089
|
+
新增接口:
|
|
62090
|
+
|
|
62091
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
62092
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
|
|
62093
|
+
|
|
62161
62094
|
### 第 174 次发布
|
|
62162
62095
|
|
|
62163
62096
|
发布时间:2024-06-04 01:41:39
|
|
@@ -65514,6 +65447,19 @@
|
|
|
65514
65447
|
|
|
65515
65448
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
65516
65449
|
|
|
65450
|
+
### 第 171 次发布
|
|
65451
|
+
|
|
65452
|
+
发布时间:2024-06-21 01:42:38
|
|
65453
|
+
|
|
65454
|
+
本次发布包含了以下内容:
|
|
65455
|
+
|
|
65456
|
+
改善已有的文档。
|
|
65457
|
+
|
|
65458
|
+
新增接口:
|
|
65459
|
+
|
|
65460
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
65461
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
|
|
65462
|
+
|
|
65517
65463
|
### 第 170 次发布
|
|
65518
65464
|
|
|
65519
65465
|
发布时间:2024-06-17 01:42:30
|
|
@@ -87183,6 +87129,55 @@
|
|
|
87183
87129
|
|
|
87184
87130
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
87185
87131
|
|
|
87132
|
+
### 第 8 次发布
|
|
87133
|
+
|
|
87134
|
+
发布时间:2024-06-21 21:11:25
|
|
87135
|
+
|
|
87136
|
+
本次发布包含了以下内容:
|
|
87137
|
+
|
|
87138
|
+
改善已有的文档。
|
|
87139
|
+
|
|
87140
|
+
修改接口:
|
|
87141
|
+
|
|
87142
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
87143
|
+
|
|
87144
|
+
* 新增入参:TypeKey
|
|
87145
|
+
|
|
87146
|
+
* <font color="#dd0000">**修改入参**:</font>BotBizId
|
|
87147
|
+
|
|
87148
|
+
* [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
|
|
87149
|
+
|
|
87150
|
+
* 新增入参:TypeKey
|
|
87151
|
+
|
|
87152
|
+
* [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
|
|
87153
|
+
|
|
87154
|
+
* 新增出参:Balance, InputLenLimit
|
|
87155
|
+
|
|
87156
|
+
|
|
87157
|
+
新增数据结构:
|
|
87158
|
+
|
|
87159
|
+
* [[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)](https://cloud.tencent.com/document/api/1759/105104#[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo))
|
|
87160
|
+
* [[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)](https://cloud.tencent.com/document/api/1759/105104#[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo))
|
|
87161
|
+
|
|
87162
|
+
修改数据结构:
|
|
87163
|
+
|
|
87164
|
+
* [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
|
|
87165
|
+
|
|
87166
|
+
* 新增成员:TokenBalance
|
|
87167
|
+
|
|
87168
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
87169
|
+
|
|
87170
|
+
* 新增成员:FileInfos
|
|
87171
|
+
|
|
87172
|
+
* [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
|
|
87173
|
+
|
|
87174
|
+
* 新增成员:Confidence
|
|
87175
|
+
|
|
87176
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
87177
|
+
|
|
87178
|
+
* 新增成员:FileInfos
|
|
87179
|
+
|
|
87180
|
+
|
|
87186
87181
|
### 第 7 次发布
|
|
87187
87182
|
|
|
87188
87183
|
发布时间:2024-06-20 01:56:34
|
|
@@ -87193,19 +87188,19 @@
|
|
|
87193
87188
|
|
|
87194
87189
|
新增接口:
|
|
87195
87190
|
|
|
87196
|
-
* [
|
|
87197
|
-
* [
|
|
87198
|
-
* [
|
|
87191
|
+
* [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
|
|
87192
|
+
* [GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)
|
|
87193
|
+
* [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
|
|
87199
87194
|
|
|
87200
87195
|
新增数据结构:
|
|
87201
87196
|
|
|
87202
|
-
* [
|
|
87203
|
-
* [
|
|
87204
|
-
* [
|
|
87205
|
-
* [
|
|
87206
|
-
* [
|
|
87207
|
-
* [
|
|
87208
|
-
* [
|
|
87197
|
+
* [Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)
|
|
87198
|
+
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
87199
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
|
|
87200
|
+
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
|
|
87201
|
+
* [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
|
|
87202
|
+
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
|
|
87203
|
+
* [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
|
|
87209
87204
|
|
|
87210
87205
|
### 第 6 次发布
|
|
87211
87206
|
|
|
@@ -89640,6 +89635,22 @@
|
|
|
89640
89635
|
|
|
89641
89636
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
89642
89637
|
|
|
89638
|
+
### 第 41 次发布
|
|
89639
|
+
|
|
89640
|
+
发布时间:2024-06-21 01:58:00
|
|
89641
|
+
|
|
89642
|
+
本次发布包含了以下内容:
|
|
89643
|
+
|
|
89644
|
+
改善已有的文档。
|
|
89645
|
+
|
|
89646
|
+
新增接口:
|
|
89647
|
+
|
|
89648
|
+
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
|
|
89649
|
+
|
|
89650
|
+
新增数据结构:
|
|
89651
|
+
|
|
89652
|
+
* [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
|
|
89653
|
+
|
|
89643
89654
|
### 第 40 次发布
|
|
89644
89655
|
|
|
89645
89656
|
发布时间:2024-06-18 01:57:52
|
|
@@ -92747,6 +92758,40 @@
|
|
|
92747
92758
|
|
|
92748
92759
|
## 媒体处理(mps) 版本:2019-06-12
|
|
92749
92760
|
|
|
92761
|
+
### 第 86 次发布
|
|
92762
|
+
|
|
92763
|
+
发布时间:2024-06-21 01:59:51
|
|
92764
|
+
|
|
92765
|
+
本次发布包含了以下内容:
|
|
92766
|
+
|
|
92767
|
+
改善已有的文档。
|
|
92768
|
+
|
|
92769
|
+
修改接口:
|
|
92770
|
+
|
|
92771
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
92772
|
+
|
|
92773
|
+
* 新增入参:SegmentType
|
|
92774
|
+
|
|
92775
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
92776
|
+
|
|
92777
|
+
* 新增入参:SegmentType
|
|
92778
|
+
|
|
92779
|
+
|
|
92780
|
+
修改数据结构:
|
|
92781
|
+
|
|
92782
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
|
|
92783
|
+
|
|
92784
|
+
* 新增成员:SegmentType
|
|
92785
|
+
|
|
92786
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
92787
|
+
|
|
92788
|
+
* 新增成员:SegmentType
|
|
92789
|
+
|
|
92790
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
92791
|
+
|
|
92792
|
+
* 新增成员:SegmentType
|
|
92793
|
+
|
|
92794
|
+
|
|
92750
92795
|
### 第 85 次发布
|
|
92751
92796
|
|
|
92752
92797
|
发布时间:2024-06-14 02:15:02
|
|
@@ -98561,6 +98606,27 @@
|
|
|
98561
98606
|
|
|
98562
98607
|
## 文字识别(ocr) 版本:2018-11-19
|
|
98563
98608
|
|
|
98609
|
+
### 第 138 次发布
|
|
98610
|
+
|
|
98611
|
+
发布时间:2024-06-21 02:02:31
|
|
98612
|
+
|
|
98613
|
+
本次发布包含了以下内容:
|
|
98614
|
+
|
|
98615
|
+
改善已有的文档。
|
|
98616
|
+
|
|
98617
|
+
修改接口:
|
|
98618
|
+
|
|
98619
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
98620
|
+
|
|
98621
|
+
* 新增出参:FinancialBill
|
|
98622
|
+
|
|
98623
|
+
|
|
98624
|
+
新增数据结构:
|
|
98625
|
+
|
|
98626
|
+
* [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
|
|
98627
|
+
* [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
|
|
98628
|
+
* [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
|
|
98629
|
+
|
|
98564
98630
|
### 第 137 次发布
|
|
98565
98631
|
|
|
98566
98632
|
发布时间:2024-05-28 01:59:27
|
|
@@ -101615,6 +101681,19 @@
|
|
|
101615
101681
|
|
|
101616
101682
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
101617
101683
|
|
|
101684
|
+
### 第 33 次发布
|
|
101685
|
+
|
|
101686
|
+
发布时间:2024-06-21 02:03:56
|
|
101687
|
+
|
|
101688
|
+
本次发布包含了以下内容:
|
|
101689
|
+
|
|
101690
|
+
改善已有的文档。
|
|
101691
|
+
|
|
101692
|
+
新增接口:
|
|
101693
|
+
|
|
101694
|
+
* [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
|
|
101695
|
+
* [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
|
|
101696
|
+
|
|
101618
101697
|
### 第 32 次发布
|
|
101619
101698
|
|
|
101620
101699
|
发布时间:2024-06-14 02:20:06
|
|
@@ -108138,6 +108217,21 @@
|
|
|
108138
108217
|
|
|
108139
108218
|
## 邮件推送(ses) 版本:2020-10-02
|
|
108140
108219
|
|
|
108220
|
+
### 第 21 次发布
|
|
108221
|
+
|
|
108222
|
+
发布时间:2024-06-21 16:22:39
|
|
108223
|
+
|
|
108224
|
+
本次发布包含了以下内容:
|
|
108225
|
+
|
|
108226
|
+
改善已有的文档。
|
|
108227
|
+
|
|
108228
|
+
修改接口:
|
|
108229
|
+
|
|
108230
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
108231
|
+
|
|
108232
|
+
* 新增入参:SmtpMessageId, SmtpHeaders
|
|
108233
|
+
|
|
108234
|
+
|
|
108141
108235
|
### 第 20 次发布
|
|
108142
108236
|
|
|
108143
108237
|
发布时间:2023-09-14 02:15:22
|
|
@@ -121970,6 +122064,40 @@
|
|
|
121970
122064
|
|
|
121971
122065
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
121972
122066
|
|
|
122067
|
+
### 第 115 次发布
|
|
122068
|
+
|
|
122069
|
+
发布时间:2024-06-24 01:23:04
|
|
122070
|
+
|
|
122071
|
+
本次发布包含了以下内容:
|
|
122072
|
+
|
|
122073
|
+
改善已有的文档。
|
|
122074
|
+
|
|
122075
|
+
修改数据结构:
|
|
122076
|
+
|
|
122077
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
122078
|
+
|
|
122079
|
+
* 新增成员:ZoneId, ZoneIds
|
|
122080
|
+
|
|
122081
|
+
|
|
122082
|
+
### 第 114 次发布
|
|
122083
|
+
|
|
122084
|
+
发布时间:2024-06-20 15:41:09
|
|
122085
|
+
|
|
122086
|
+
本次发布包含了以下内容:
|
|
122087
|
+
|
|
122088
|
+
改善已有的文档。
|
|
122089
|
+
|
|
122090
|
+
新增接口:
|
|
122091
|
+
|
|
122092
|
+
* [CreateRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107539)
|
|
122093
|
+
* [CreateRocketMQRole](https://cloud.tencent.com/document/api/1179/107538)
|
|
122094
|
+
* [DeleteRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107537)
|
|
122095
|
+
* [DeleteRocketMQRoles](https://cloud.tencent.com/document/api/1179/107536)
|
|
122096
|
+
* [DescribeRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107535)
|
|
122097
|
+
* [DescribeRocketMQRoles](https://cloud.tencent.com/document/api/1179/107534)
|
|
122098
|
+
* [ModifyRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107533)
|
|
122099
|
+
* [ModifyRocketMQRole](https://cloud.tencent.com/document/api/1179/107532)
|
|
122100
|
+
|
|
121973
122101
|
### 第 113 次发布
|
|
121974
122102
|
|
|
121975
122103
|
发布时间:2024-06-17 02:17:28
|
|
@@ -133396,7 +133524,7 @@
|
|
|
133396
133524
|
|
|
133397
133525
|
新增接口:
|
|
133398
133526
|
|
|
133399
|
-
* [
|
|
133527
|
+
* [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
|
|
133400
133528
|
|
|
133401
133529
|
修改接口:
|
|
133402
133530
|
|
|
@@ -133407,7 +133535,7 @@
|
|
|
133407
133535
|
|
|
133408
133536
|
新增数据结构:
|
|
133409
133537
|
|
|
133410
|
-
* [
|
|
133538
|
+
* [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
|
|
133411
133539
|
|
|
133412
133540
|
修改数据结构:
|
|
133413
133541
|
|
|
@@ -138596,6 +138724,21 @@
|
|
|
138596
138724
|
|
|
138597
138725
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
138598
138726
|
|
|
138727
|
+
### 第 5 次发布
|
|
138728
|
+
|
|
138729
|
+
发布时间:2024-06-21 02:25:01
|
|
138730
|
+
|
|
138731
|
+
本次发布包含了以下内容:
|
|
138732
|
+
|
|
138733
|
+
改善已有的文档。
|
|
138734
|
+
|
|
138735
|
+
修改接口:
|
|
138736
|
+
|
|
138737
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
138738
|
+
|
|
138739
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
138740
|
+
|
|
138741
|
+
|
|
138599
138742
|
### 第 4 次发布
|
|
138600
138743
|
|
|
138601
138744
|
发布时间:2024-01-31 01:25:41
|
|
@@ -138704,6 +138847,19 @@
|
|
|
138704
138847
|
|
|
138705
138848
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
138706
138849
|
|
|
138850
|
+
### 第 78 次发布
|
|
138851
|
+
|
|
138852
|
+
发布时间:2024-06-24 01:24:46
|
|
138853
|
+
|
|
138854
|
+
本次发布包含了以下内容:
|
|
138855
|
+
|
|
138856
|
+
改善已有的文档。
|
|
138857
|
+
|
|
138858
|
+
修改接口:
|
|
138859
|
+
|
|
138860
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
138861
|
+
|
|
138862
|
+
|
|
138707
138863
|
### 第 77 次发布
|
|
138708
138864
|
|
|
138709
138865
|
发布时间:2024-06-18 02:25:06
|
|
@@ -141642,6 +141798,21 @@
|
|
|
141642
141798
|
|
|
141643
141799
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
141644
141800
|
|
|
141801
|
+
### 第 110 次发布
|
|
141802
|
+
|
|
141803
|
+
发布时间:2024-06-21 02:26:46
|
|
141804
|
+
|
|
141805
|
+
本次发布包含了以下内容:
|
|
141806
|
+
|
|
141807
|
+
改善已有的文档。
|
|
141808
|
+
|
|
141809
|
+
修改数据结构:
|
|
141810
|
+
|
|
141811
|
+
* [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
|
|
141812
|
+
|
|
141813
|
+
* 新增成员:MetaJson
|
|
141814
|
+
|
|
141815
|
+
|
|
141645
141816
|
### 第 109 次发布
|
|
141646
141817
|
|
|
141647
141818
|
发布时间:2024-06-20 02:27:26
|
|
@@ -154557,7 +154728,7 @@
|
|
|
154557
154728
|
|
|
154558
154729
|
新增数据结构:
|
|
154559
154730
|
|
|
154560
|
-
* [
|
|
154731
|
+
* [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
|
|
154561
154732
|
|
|
154562
154733
|
### 第 88 次发布
|
|
154563
154734
|
|