tencentcloud-sdk-nodejs 4.0.907 → 4.0.909
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 +420 -0
- package/SERVICE_CHANGELOG.md +662 -30
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +3 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -5
- package/src/services/apm/v20210622/apm_models.ts +4 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +31 -7
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +616 -96
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +3241 -797
- package/src/services/cfs/v20190719/cfs_client.ts +2 -2
- package/src/services/cfs/v20190719/cfs_models.ts +14 -6
- package/src/services/csip/v20221121/csip_models.ts +8 -0
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +9 -1
- package/src/services/ess/v20201111/ess_client.ts +46 -10
- package/src/services/ess/v20201111/ess_models.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +15 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -7
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +9 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +300 -276
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +3804 -3686
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/lke/v20231130/lke_client.ts +12 -4
- package/src/services/lke/v20231130/lke_models.ts +376 -95
- package/src/services/monitor/v20180724/monitor_models.ts +5 -5
- package/src/services/mps/v20190612/mps_models.ts +11 -0
- package/src/services/organization/v20210331/organization_client.ts +13 -0
- package/src/services/organization/v20210331/organization_models.ts +110 -0
- package/src/services/rce/v20201103/rce_client.ts +142 -9
- package/src/services/rce/v20201103/rce_models.ts +1027 -216
- package/src/services/redis/v20180412/redis_client.ts +34 -8
- package/src/services/redis/v20180412/redis_models.ts +192 -9
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trro/v20220325/trro_client.ts +1 -0
- package/src/services/trro/v20220325/trro_models.ts +96 -5
- package/src/services/trtc/v20190722/trtc_client.ts +14 -100
- package/src/services/trtc/v20190722/trtc_models.ts +6 -1
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_models.ts +4 -4
- package/src/services/tsi/v20210325/tsi_client.ts +13 -2
- package/src/services/tsi/v20210325/tsi_models.ts +24 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +3 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +3 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -5
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -7
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +187 -23
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +279 -33
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +3130 -796
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +14 -6
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +8 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +13 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +44 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +44 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -7
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +11 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +15 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +3732 -3618
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +368 -95
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -5
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +107 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +37 -1
- package/tencentcloud/services/rce/v20201103/rce_client.js +54 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +983 -215
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +11 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +15 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +186 -9
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +95 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +12 -98
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +12 -98
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
- package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +12 -1
- package/tencentcloud/services/tsi/v20210325/tsi_client.js +12 -1
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +24 -4
- package/test/cdwdoris.v20211228.test.js +432 -22
- package/test/iotexplorer.v20190423.test.js +22 -2
- package/test/organization.v20210331.test.js +10 -0
- package/test/rce.v20201103.test.js +90 -0
- package/test/redis.v20180412.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,98 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 163 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-08-02 01:11:12
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:DataProtectVolume, DiskType
|
|
18
18
|
|
|
19
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
19
20
|
|
|
21
|
+
* 新增入参:DataProtectVolume, DiskType
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
23
24
|
|
|
24
|
-
### 第 101 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
27
|
+
|
|
28
|
+
### 第 29 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-08-02 01:14:53
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
30
34
|
改善已有的文档。
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
修改接口:
|
|
33
37
|
|
|
34
|
-
* [
|
|
38
|
+
* [DeleteUserQuota](https://cloud.tencent.com/document/api/582/82655)
|
|
35
39
|
|
|
36
|
-
*
|
|
40
|
+
* 新增入参:DirectoryPath
|
|
41
|
+
|
|
42
|
+
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
43
|
+
|
|
44
|
+
* [SetUserQuota](https://cloud.tencent.com/document/api/582/82653)
|
|
45
|
+
|
|
46
|
+
* 新增入参:DirectoryPath
|
|
47
|
+
|
|
48
|
+
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
37
49
|
|
|
38
50
|
|
|
39
51
|
|
|
40
52
|
|
|
41
53
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
42
54
|
|
|
43
|
-
### 第
|
|
55
|
+
### 第 43 次发布
|
|
44
56
|
|
|
45
|
-
发布时间:2024-
|
|
57
|
+
发布时间:2024-08-02 01:20:09
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
66
|
+
|
|
67
|
+
* 新增出参:ReturnCode, ReturnMsg
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
73
|
+
|
|
74
|
+
### 第 15 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2024-08-02 01:40:08
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改接口:
|
|
83
|
+
|
|
84
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
85
|
+
|
|
86
|
+
* 新增入参:Citation
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
92
|
+
|
|
93
|
+
### 第 75 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2024-08-02 01:42:30
|
|
46
96
|
|
|
47
97
|
本次发布包含了以下内容:
|
|
48
98
|
|
|
@@ -50,15 +100,23 @@
|
|
|
50
100
|
|
|
51
101
|
新增接口:
|
|
52
102
|
|
|
53
|
-
* [
|
|
103
|
+
* [CreateCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109627)
|
|
104
|
+
* [ResetCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109626)
|
|
105
|
+
|
|
106
|
+
修改接口:
|
|
54
107
|
|
|
108
|
+
* [DescribeCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105303)
|
|
55
109
|
|
|
110
|
+
* 新增出参:Type, Status, ExpireTime, UserId
|
|
56
111
|
|
|
57
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
58
112
|
|
|
59
|
-
### 第 118 次发布
|
|
60
113
|
|
|
61
|
-
|
|
114
|
+
|
|
115
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
116
|
+
|
|
117
|
+
### 第 91 次发布
|
|
118
|
+
|
|
119
|
+
发布时间:2024-08-02 01:54:19
|
|
62
120
|
|
|
63
121
|
本次发布包含了以下内容:
|
|
64
122
|
|
|
@@ -66,22 +124,22 @@
|
|
|
66
124
|
|
|
67
125
|
修改数据结构:
|
|
68
126
|
|
|
69
|
-
* [
|
|
127
|
+
* [TranslateConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfo)
|
|
70
128
|
|
|
71
|
-
* 新增成员:
|
|
129
|
+
* 新增成员:SubtitleFormat
|
|
72
130
|
|
|
73
|
-
* [
|
|
131
|
+
* [TranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfoForUpdate)
|
|
74
132
|
|
|
75
|
-
* 新增成员:
|
|
133
|
+
* 新增成员:SubtitleFormat
|
|
76
134
|
|
|
77
135
|
|
|
78
136
|
|
|
79
137
|
|
|
80
|
-
##
|
|
138
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
81
139
|
|
|
82
|
-
### 第
|
|
140
|
+
### 第 80 次发布
|
|
83
141
|
|
|
84
|
-
发布时间:2024-
|
|
142
|
+
发布时间:2024-08-02 02:00:28
|
|
85
143
|
|
|
86
144
|
本次发布包含了以下内容:
|
|
87
145
|
|
|
@@ -89,11 +147,58 @@
|
|
|
89
147
|
|
|
90
148
|
新增接口:
|
|
91
149
|
|
|
92
|
-
* [
|
|
150
|
+
* [DescribeRedisClusterOverview](https://cloud.tencent.com/document/api/239/109629)
|
|
151
|
+
* [DescribeRedisClusters](https://cloud.tencent.com/document/api/239/109628)
|
|
93
152
|
|
|
94
153
|
新增数据结构:
|
|
95
154
|
|
|
96
|
-
* [
|
|
155
|
+
* [CDCResource](https://cloud.tencent.com/document/api/239/20022#CDCResource)
|
|
156
|
+
* [ResourceBundle](https://cloud.tencent.com/document/api/239/20022#ResourceBundle)
|
|
157
|
+
|
|
158
|
+
修改数据结构:
|
|
159
|
+
|
|
160
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
161
|
+
|
|
162
|
+
* 新增成员:RedisClusterId, DedicatedClusterId, ProductVersion
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
168
|
+
|
|
169
|
+
### 第 84 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2024-08-02 02:18:56
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
修改数据结构:
|
|
178
|
+
|
|
179
|
+
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
180
|
+
|
|
181
|
+
* 新增成员:SoundLevel
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
187
|
+
|
|
188
|
+
### 第 74 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2024-08-02 02:19:29
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [KongActiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongActiveHealthCheck)
|
|
199
|
+
|
|
200
|
+
* 新增成员:Timeout
|
|
201
|
+
|
|
97
202
|
|
|
98
203
|
|
|
99
204
|
|
|
@@ -741,6 +846,21 @@
|
|
|
741
846
|
|
|
742
847
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
743
848
|
|
|
849
|
+
### 第 9 次发布
|
|
850
|
+
|
|
851
|
+
发布时间:2024-08-01 01:08:13
|
|
852
|
+
|
|
853
|
+
本次发布包含了以下内容:
|
|
854
|
+
|
|
855
|
+
改善已有的文档。
|
|
856
|
+
|
|
857
|
+
修改接口:
|
|
858
|
+
|
|
859
|
+
* [ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)
|
|
860
|
+
|
|
861
|
+
* <font color="#dd0000">**修改入参**:</font>Prompt
|
|
862
|
+
|
|
863
|
+
|
|
744
864
|
### 第 8 次发布
|
|
745
865
|
|
|
746
866
|
发布时间:2024-07-11 01:07:23
|
|
@@ -4730,6 +4850,21 @@
|
|
|
4730
4850
|
|
|
4731
4851
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
4732
4852
|
|
|
4853
|
+
### 第 24 次发布
|
|
4854
|
+
|
|
4855
|
+
发布时间:2024-07-31 01:04:59
|
|
4856
|
+
|
|
4857
|
+
本次发布包含了以下内容:
|
|
4858
|
+
|
|
4859
|
+
改善已有的文档。
|
|
4860
|
+
|
|
4861
|
+
修改接口:
|
|
4862
|
+
|
|
4863
|
+
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
4864
|
+
|
|
4865
|
+
* 新增入参:Type
|
|
4866
|
+
|
|
4867
|
+
|
|
4733
4868
|
### 第 23 次发布
|
|
4734
4869
|
|
|
4735
4870
|
发布时间:2024-04-25 01:09:12
|
|
@@ -16725,6 +16860,25 @@
|
|
|
16725
16860
|
|
|
16726
16861
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16727
16862
|
|
|
16863
|
+
### 第 163 次发布
|
|
16864
|
+
|
|
16865
|
+
发布时间:2024-08-02 01:11:12
|
|
16866
|
+
|
|
16867
|
+
本次发布包含了以下内容:
|
|
16868
|
+
|
|
16869
|
+
改善已有的文档。
|
|
16870
|
+
|
|
16871
|
+
修改接口:
|
|
16872
|
+
|
|
16873
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
16874
|
+
|
|
16875
|
+
* 新增入参:DataProtectVolume, DiskType
|
|
16876
|
+
|
|
16877
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
16878
|
+
|
|
16879
|
+
* 新增入参:DataProtectVolume, DiskType
|
|
16880
|
+
|
|
16881
|
+
|
|
16728
16882
|
### 第 162 次发布
|
|
16729
16883
|
|
|
16730
16884
|
发布时间:2024-07-26 01:16:06
|
|
@@ -23473,6 +23627,103 @@
|
|
|
23473
23627
|
|
|
23474
23628
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23475
23629
|
|
|
23630
|
+
### 第 16 次发布
|
|
23631
|
+
|
|
23632
|
+
发布时间:2024-08-01 01:19:02
|
|
23633
|
+
|
|
23634
|
+
本次发布包含了以下内容:
|
|
23635
|
+
|
|
23636
|
+
改善已有的文档。
|
|
23637
|
+
|
|
23638
|
+
新增接口:
|
|
23639
|
+
|
|
23640
|
+
* [CancelBackupJob](https://cloud.tencent.com/document/api/1387/109544)
|
|
23641
|
+
* [CreateBackUpSchedule](https://cloud.tencent.com/document/api/1387/109543)
|
|
23642
|
+
* [DeleteBackUpData](https://cloud.tencent.com/document/api/1387/109542)
|
|
23643
|
+
* [DescribeAreaRegion](https://cloud.tencent.com/document/api/1387/109559)
|
|
23644
|
+
* [DescribeBackUpJob](https://cloud.tencent.com/document/api/1387/109558)
|
|
23645
|
+
* [DescribeBackUpJobDetail](https://cloud.tencent.com/document/api/1387/109557)
|
|
23646
|
+
* [DescribeBackUpSchedules](https://cloud.tencent.com/document/api/1387/109556)
|
|
23647
|
+
* [DescribeBackUpTables](https://cloud.tencent.com/document/api/1387/109555)
|
|
23648
|
+
* [DescribeBackUpTaskDetail](https://cloud.tencent.com/document/api/1387/109554)
|
|
23649
|
+
* [DescribeClusterConfigsHistory](https://cloud.tencent.com/document/api/1387/109553)
|
|
23650
|
+
* [DescribeDatabaseAuditResource](https://cloud.tencent.com/document/api/1387/109552)
|
|
23651
|
+
* [DescribeDmsSqlHistory](https://cloud.tencent.com/document/api/1387/109551)
|
|
23652
|
+
* [DescribeDorisMetricFiles](https://cloud.tencent.com/document/api/1387/109550)
|
|
23653
|
+
* [DescribeFrontEnd](https://cloud.tencent.com/document/api/1387/109549)
|
|
23654
|
+
* [DescribeInstanceNodesRole](https://cloud.tencent.com/document/api/1387/109548)
|
|
23655
|
+
* [DescribeInstanceOperations](https://cloud.tencent.com/document/api/1387/109547)
|
|
23656
|
+
* [DescribeInstancesHealthState](https://cloud.tencent.com/document/api/1387/109546)
|
|
23657
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1387/109545)
|
|
23658
|
+
* [ModifyNodeStatus](https://cloud.tencent.com/document/api/1387/109541)
|
|
23659
|
+
* [OpenBackUp](https://cloud.tencent.com/document/api/1387/109540)
|
|
23660
|
+
* [RecoverBackUpJob](https://cloud.tencent.com/document/api/1387/109539)
|
|
23661
|
+
* [RestartClusterForConfigs](https://cloud.tencent.com/document/api/1387/109538)
|
|
23662
|
+
|
|
23663
|
+
新增数据结构:
|
|
23664
|
+
|
|
23665
|
+
* [BackUpJobDisplay](https://cloud.tencent.com/document/api/1387/102385#BackUpJobDisplay)
|
|
23666
|
+
* [BackupCosInfo](https://cloud.tencent.com/document/api/1387/102385#BackupCosInfo)
|
|
23667
|
+
* [BackupStatus](https://cloud.tencent.com/document/api/1387/102385#BackupStatus)
|
|
23668
|
+
* [BackupTableContent](https://cloud.tencent.com/document/api/1387/102385#BackupTableContent)
|
|
23669
|
+
* [ClusterConfigsHistory](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsHistory)
|
|
23670
|
+
* [CosSourceInfo](https://cloud.tencent.com/document/api/1387/102385#CosSourceInfo)
|
|
23671
|
+
* [DescribeMetricsFileReq](https://cloud.tencent.com/document/api/1387/102385#DescribeMetricsFileReq)
|
|
23672
|
+
* [DiskSpec](https://cloud.tencent.com/document/api/1387/102385#DiskSpec)
|
|
23673
|
+
* [DorisSourceInfo](https://cloud.tencent.com/document/api/1387/102385#DorisSourceInfo)
|
|
23674
|
+
* [FrontEndRule](https://cloud.tencent.com/document/api/1387/102385#FrontEndRule)
|
|
23675
|
+
* [InstanceOperation](https://cloud.tencent.com/document/api/1387/102385#InstanceOperation)
|
|
23676
|
+
* [ModifyMetricFileStruct](https://cloud.tencent.com/document/api/1387/102385#ModifyMetricFileStruct)
|
|
23677
|
+
* [ModifyMetricFileStructNew](https://cloud.tencent.com/document/api/1387/102385#ModifyMetricFileStructNew)
|
|
23678
|
+
* [NodeInfos](https://cloud.tencent.com/document/api/1387/102385#NodeInfos)
|
|
23679
|
+
* [ResourceSpec](https://cloud.tencent.com/document/api/1387/102385#ResourceSpec)
|
|
23680
|
+
|
|
23681
|
+
### 第 15 次发布
|
|
23682
|
+
|
|
23683
|
+
发布时间:2024-07-31 01:13:58
|
|
23684
|
+
|
|
23685
|
+
本次发布包含了以下内容:
|
|
23686
|
+
|
|
23687
|
+
改善已有的文档。
|
|
23688
|
+
|
|
23689
|
+
新增接口:
|
|
23690
|
+
|
|
23691
|
+
* [CreateWorkloadGroup](https://cloud.tencent.com/document/api/1387/109440)
|
|
23692
|
+
* [DeleteWorkloadGroup](https://cloud.tencent.com/document/api/1387/109439)
|
|
23693
|
+
* [DescribeFederationToken](https://cloud.tencent.com/document/api/1387/109447)
|
|
23694
|
+
* [DescribeGoodsDetail](https://cloud.tencent.com/document/api/1387/109446)
|
|
23695
|
+
* [DescribeInstanceUsedSubnets](https://cloud.tencent.com/document/api/1387/109445)
|
|
23696
|
+
* [DescribeRegionZone](https://cloud.tencent.com/document/api/1387/109444)
|
|
23697
|
+
* [DescribeReplicaVersion](https://cloud.tencent.com/document/api/1387/109443)
|
|
23698
|
+
* [DescribeRestoreTaskDetail](https://cloud.tencent.com/document/api/1387/109442)
|
|
23699
|
+
* [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
|
|
23700
|
+
* [DescribeUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109438)
|
|
23701
|
+
* [DescribeWorkloadGroup](https://cloud.tencent.com/document/api/1387/109437)
|
|
23702
|
+
* [FitClsLog](https://cloud.tencent.com/document/api/1387/109436)
|
|
23703
|
+
* [ModifyInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1387/109435)
|
|
23704
|
+
* [ModifySecurityGroups](https://cloud.tencent.com/document/api/1387/109434)
|
|
23705
|
+
* [ModifyUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109433)
|
|
23706
|
+
* [ModifyUserPrivilegesV3](https://cloud.tencent.com/document/api/1387/109432)
|
|
23707
|
+
* [ModifyWorkloadGroup](https://cloud.tencent.com/document/api/1387/109431)
|
|
23708
|
+
* [ModifyWorkloadGroupStatus](https://cloud.tencent.com/document/api/1387/109430)
|
|
23709
|
+
* [ReduceInstance](https://cloud.tencent.com/document/api/1387/109429)
|
|
23710
|
+
|
|
23711
|
+
新增数据结构:
|
|
23712
|
+
|
|
23713
|
+
* [BindUser](https://cloud.tencent.com/document/api/1387/102385#BindUser)
|
|
23714
|
+
* [InstanceConfigItem](https://cloud.tencent.com/document/api/1387/102385#InstanceConfigItem)
|
|
23715
|
+
* [RegionAreaInfo](https://cloud.tencent.com/document/api/1387/102385#RegionAreaInfo)
|
|
23716
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1387/102385#RegionInfo)
|
|
23717
|
+
* [ResourceNodeDiskSpec](https://cloud.tencent.com/document/api/1387/102385#ResourceNodeDiskSpec)
|
|
23718
|
+
* [ResourceNodeSpec](https://cloud.tencent.com/document/api/1387/102385#ResourceNodeSpec)
|
|
23719
|
+
* [RestoreStatus](https://cloud.tencent.com/document/api/1387/102385#RestoreStatus)
|
|
23720
|
+
* [SpecExtra](https://cloud.tencent.com/document/api/1387/102385#SpecExtra)
|
|
23721
|
+
* [UpdateUserPrivileges](https://cloud.tencent.com/document/api/1387/102385#UpdateUserPrivileges)
|
|
23722
|
+
* [UserWorkloadGroup](https://cloud.tencent.com/document/api/1387/102385#UserWorkloadGroup)
|
|
23723
|
+
* [VersionReplicaItem](https://cloud.tencent.com/document/api/1387/102385#VersionReplicaItem)
|
|
23724
|
+
* [WorkloadGroupConfig](https://cloud.tencent.com/document/api/1387/102385#WorkloadGroupConfig)
|
|
23725
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/1387/102385#ZoneInfo)
|
|
23726
|
+
|
|
23476
23727
|
### 第 14 次发布
|
|
23477
23728
|
|
|
23478
23729
|
发布时间:2024-07-24 01:18:18
|
|
@@ -24250,6 +24501,29 @@
|
|
|
24250
24501
|
|
|
24251
24502
|
## 文件存储(cfs) 版本:2019-07-19
|
|
24252
24503
|
|
|
24504
|
+
### 第 29 次发布
|
|
24505
|
+
|
|
24506
|
+
发布时间:2024-08-02 01:14:53
|
|
24507
|
+
|
|
24508
|
+
本次发布包含了以下内容:
|
|
24509
|
+
|
|
24510
|
+
改善已有的文档。
|
|
24511
|
+
|
|
24512
|
+
修改接口:
|
|
24513
|
+
|
|
24514
|
+
* [DeleteUserQuota](https://cloud.tencent.com/document/api/582/82655)
|
|
24515
|
+
|
|
24516
|
+
* 新增入参:DirectoryPath
|
|
24517
|
+
|
|
24518
|
+
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
24519
|
+
|
|
24520
|
+
* [SetUserQuota](https://cloud.tencent.com/document/api/582/82653)
|
|
24521
|
+
|
|
24522
|
+
* 新增入参:DirectoryPath
|
|
24523
|
+
|
|
24524
|
+
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
24525
|
+
|
|
24526
|
+
|
|
24253
24527
|
### 第 28 次发布
|
|
24254
24528
|
|
|
24255
24529
|
发布时间:2024-01-09 01:09:35
|
|
@@ -38515,6 +38789,21 @@
|
|
|
38515
38789
|
|
|
38516
38790
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
38517
38791
|
|
|
38792
|
+
### 第 43 次发布
|
|
38793
|
+
|
|
38794
|
+
发布时间:2024-08-02 01:20:09
|
|
38795
|
+
|
|
38796
|
+
本次发布包含了以下内容:
|
|
38797
|
+
|
|
38798
|
+
改善已有的文档。
|
|
38799
|
+
|
|
38800
|
+
修改接口:
|
|
38801
|
+
|
|
38802
|
+
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
38803
|
+
|
|
38804
|
+
* 新增出参:ReturnCode, ReturnMsg
|
|
38805
|
+
|
|
38806
|
+
|
|
38518
38807
|
### 第 42 次发布
|
|
38519
38808
|
|
|
38520
38809
|
发布时间:2024-07-30 01:24:16
|
|
@@ -38525,7 +38814,7 @@
|
|
|
38525
38814
|
|
|
38526
38815
|
新增接口:
|
|
38527
38816
|
|
|
38528
|
-
* [
|
|
38817
|
+
* [DescribeCFWAssetStatistics](https://cloud.tencent.com/document/api/664/109405)
|
|
38529
38818
|
|
|
38530
38819
|
### 第 41 次发布
|
|
38531
38820
|
|
|
@@ -51760,6 +52049,25 @@
|
|
|
51760
52049
|
|
|
51761
52050
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
51762
52051
|
|
|
52052
|
+
### 第 98 次发布
|
|
52053
|
+
|
|
52054
|
+
发布时间:2024-07-31 01:28:29
|
|
52055
|
+
|
|
52056
|
+
本次发布包含了以下内容:
|
|
52057
|
+
|
|
52058
|
+
改善已有的文档。
|
|
52059
|
+
|
|
52060
|
+
修改接口:
|
|
52061
|
+
|
|
52062
|
+
* [DescribeNotebookSessions](https://cloud.tencent.com/document/api/1342/86309)
|
|
52063
|
+
|
|
52064
|
+
* 新增入参:Filters
|
|
52065
|
+
|
|
52066
|
+
* [DescribeUpdatableDataEngines](https://cloud.tencent.com/document/api/1342/101606)
|
|
52067
|
+
|
|
52068
|
+
* 新增入参:UseLakeFs, CustomResultPath
|
|
52069
|
+
|
|
52070
|
+
|
|
51763
52071
|
### 第 97 次发布
|
|
51764
52072
|
|
|
51765
52073
|
发布时间:2024-07-17 01:14:09
|
|
@@ -60298,6 +60606,25 @@
|
|
|
60298
60606
|
|
|
60299
60607
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60300
60608
|
|
|
60609
|
+
### 第 70 次发布
|
|
60610
|
+
|
|
60611
|
+
发布时间:2024-08-01 01:40:41
|
|
60612
|
+
|
|
60613
|
+
本次发布包含了以下内容:
|
|
60614
|
+
|
|
60615
|
+
改善已有的文档。
|
|
60616
|
+
|
|
60617
|
+
修改接口:
|
|
60618
|
+
|
|
60619
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/589/83953)
|
|
60620
|
+
|
|
60621
|
+
* 新增入参:CosBucket
|
|
60622
|
+
|
|
60623
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
60624
|
+
|
|
60625
|
+
* 新增入参:CosBucket
|
|
60626
|
+
|
|
60627
|
+
|
|
60301
60628
|
### 第 69 次发布
|
|
60302
60629
|
|
|
60303
60630
|
发布时间:2024-07-25 14:51:25
|
|
@@ -66781,6 +67108,21 @@
|
|
|
66781
67108
|
|
|
66782
67109
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66783
67110
|
|
|
67111
|
+
### 第 177 次发布
|
|
67112
|
+
|
|
67113
|
+
发布时间:2024-07-31 01:36:50
|
|
67114
|
+
|
|
67115
|
+
本次发布包含了以下内容:
|
|
67116
|
+
|
|
67117
|
+
改善已有的文档。
|
|
67118
|
+
|
|
67119
|
+
修改数据结构:
|
|
67120
|
+
|
|
67121
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
67122
|
+
|
|
67123
|
+
* <font color="#dd0000">**修改成员**:</font>FlowType, FlowDescription
|
|
67124
|
+
|
|
67125
|
+
|
|
66784
67126
|
### 第 176 次发布
|
|
66785
67127
|
|
|
66786
67128
|
发布时间:2024-07-29 01:41:10
|
|
@@ -75392,6 +75734,21 @@
|
|
|
75392
75734
|
|
|
75393
75735
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
75394
75736
|
|
|
75737
|
+
### 第 15 次发布
|
|
75738
|
+
|
|
75739
|
+
发布时间:2024-08-02 01:40:08
|
|
75740
|
+
|
|
75741
|
+
本次发布包含了以下内容:
|
|
75742
|
+
|
|
75743
|
+
改善已有的文档。
|
|
75744
|
+
|
|
75745
|
+
修改接口:
|
|
75746
|
+
|
|
75747
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
75748
|
+
|
|
75749
|
+
* 新增入参:Citation
|
|
75750
|
+
|
|
75751
|
+
|
|
75395
75752
|
### 第 14 次发布
|
|
75396
75753
|
|
|
75397
75754
|
发布时间:2024-07-26 01:44:41
|
|
@@ -78816,6 +79173,26 @@
|
|
|
78816
79173
|
|
|
78817
79174
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
78818
79175
|
|
|
79176
|
+
### 第 75 次发布
|
|
79177
|
+
|
|
79178
|
+
发布时间:2024-08-02 01:42:30
|
|
79179
|
+
|
|
79180
|
+
本次发布包含了以下内容:
|
|
79181
|
+
|
|
79182
|
+
改善已有的文档。
|
|
79183
|
+
|
|
79184
|
+
新增接口:
|
|
79185
|
+
|
|
79186
|
+
* [[CreateCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109627)](https://cloud.tencent.com/document/api/#/#)
|
|
79187
|
+
* [[ResetCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109626)](https://cloud.tencent.com/document/api/#/#)
|
|
79188
|
+
|
|
79189
|
+
修改接口:
|
|
79190
|
+
|
|
79191
|
+
* [DescribeCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105303)
|
|
79192
|
+
|
|
79193
|
+
* 新增出参:Type, Status, ExpireTime, UserId
|
|
79194
|
+
|
|
79195
|
+
|
|
78819
79196
|
### 第 74 次发布
|
|
78820
79197
|
|
|
78821
79198
|
发布时间:2024-07-15 01:13:08
|
|
@@ -84015,6 +84392,21 @@
|
|
|
84015
84392
|
|
|
84016
84393
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
84017
84394
|
|
|
84395
|
+
### 第 59 次发布
|
|
84396
|
+
|
|
84397
|
+
发布时间:2024-08-01 01:53:15
|
|
84398
|
+
|
|
84399
|
+
本次发布包含了以下内容:
|
|
84400
|
+
|
|
84401
|
+
改善已有的文档。
|
|
84402
|
+
|
|
84403
|
+
修改接口:
|
|
84404
|
+
|
|
84405
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
84406
|
+
|
|
84407
|
+
* 新增出参:RecordStream, RecordLayout
|
|
84408
|
+
|
|
84409
|
+
|
|
84018
84410
|
### 第 58 次发布
|
|
84019
84411
|
|
|
84020
84412
|
发布时间:2024-07-29 01:51:41
|
|
@@ -89048,6 +89440,52 @@
|
|
|
89048
89440
|
|
|
89049
89441
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
89050
89442
|
|
|
89443
|
+
### 第 13 次发布
|
|
89444
|
+
|
|
89445
|
+
发布时间:2024-07-31 01:49:50
|
|
89446
|
+
|
|
89447
|
+
本次发布包含了以下内容:
|
|
89448
|
+
|
|
89449
|
+
改善已有的文档。
|
|
89450
|
+
|
|
89451
|
+
新增数据结构:
|
|
89452
|
+
|
|
89453
|
+
* [HistorySummary](https://cloud.tencent.com/document/api/1759/105104#HistorySummary)
|
|
89454
|
+
* [InvokeAPI](https://cloud.tencent.com/document/api/1759/105104#InvokeAPI)
|
|
89455
|
+
* [KnowledgeSummary](https://cloud.tencent.com/document/api/1759/105104#KnowledgeSummary)
|
|
89456
|
+
* [ProcedureDebugging](https://cloud.tencent.com/document/api/1759/105104#ProcedureDebugging)
|
|
89457
|
+
* [RunNodeInfo](https://cloud.tencent.com/document/api/1759/105104#RunNodeInfo)
|
|
89458
|
+
* [StrValue](https://cloud.tencent.com/document/api/1759/105104#StrValue)
|
|
89459
|
+
* [TaskFlowSummary](https://cloud.tencent.com/document/api/1759/105104#TaskFlowSummary)
|
|
89460
|
+
* [ValueInfo](https://cloud.tencent.com/document/api/1759/105104#ValueInfo)
|
|
89461
|
+
|
|
89462
|
+
修改数据结构:
|
|
89463
|
+
|
|
89464
|
+
* [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
|
|
89465
|
+
|
|
89466
|
+
* 新增成员:IsUseContext, HistoryLimit, UsageType
|
|
89467
|
+
|
|
89468
|
+
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
89469
|
+
|
|
89470
|
+
* 新增成员:UseRecommended
|
|
89471
|
+
|
|
89472
|
+
* [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
|
|
89473
|
+
|
|
89474
|
+
* 新增成员:ResourceStatus
|
|
89475
|
+
|
|
89476
|
+
* [ModelInfo](https://cloud.tencent.com/document/api/1759/105104#ModelInfo)
|
|
89477
|
+
|
|
89478
|
+
* 新增成员:ResourceStatus, PromptWordsLimit
|
|
89479
|
+
|
|
89480
|
+
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
89481
|
+
|
|
89482
|
+
* 新增成员:Debugging, ResourceStatus
|
|
89483
|
+
|
|
89484
|
+
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
89485
|
+
|
|
89486
|
+
* 新增成员:TraceId
|
|
89487
|
+
|
|
89488
|
+
|
|
89051
89489
|
### 第 12 次发布
|
|
89052
89490
|
|
|
89053
89491
|
发布时间:2024-07-15 01:15:17
|
|
@@ -94928,6 +95366,25 @@
|
|
|
94928
95366
|
|
|
94929
95367
|
## 媒体处理(mps) 版本:2019-06-12
|
|
94930
95368
|
|
|
95369
|
+
### 第 91 次发布
|
|
95370
|
+
|
|
95371
|
+
发布时间:2024-08-02 01:54:19
|
|
95372
|
+
|
|
95373
|
+
本次发布包含了以下内容:
|
|
95374
|
+
|
|
95375
|
+
改善已有的文档。
|
|
95376
|
+
|
|
95377
|
+
修改数据结构:
|
|
95378
|
+
|
|
95379
|
+
* [TranslateConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfo)
|
|
95380
|
+
|
|
95381
|
+
* 新增成员:SubtitleFormat
|
|
95382
|
+
|
|
95383
|
+
* [TranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfoForUpdate)
|
|
95384
|
+
|
|
95385
|
+
* 新增成员:SubtitleFormat
|
|
95386
|
+
|
|
95387
|
+
|
|
94931
95388
|
### 第 90 次发布
|
|
94932
95389
|
|
|
94933
95390
|
发布时间:2024-07-11 01:21:03
|
|
@@ -104128,6 +104585,22 @@
|
|
|
104128
104585
|
|
|
104129
104586
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
104130
104587
|
|
|
104588
|
+
### 第 34 次发布
|
|
104589
|
+
|
|
104590
|
+
发布时间:2024-08-01 02:03:22
|
|
104591
|
+
|
|
104592
|
+
本次发布包含了以下内容:
|
|
104593
|
+
|
|
104594
|
+
改善已有的文档。
|
|
104595
|
+
|
|
104596
|
+
新增接口:
|
|
104597
|
+
|
|
104598
|
+
* [ListOrganizationService](https://cloud.tencent.com/document/api/850/109561)
|
|
104599
|
+
|
|
104600
|
+
新增数据结构:
|
|
104601
|
+
|
|
104602
|
+
* [OrganizationServiceAssign](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssign)
|
|
104603
|
+
|
|
104131
104604
|
### 第 33 次发布
|
|
104132
104605
|
|
|
104133
104606
|
发布时间:2024-06-21 02:03:56
|
|
@@ -107045,6 +107518,69 @@
|
|
|
107045
107518
|
|
|
107046
107519
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
107047
107520
|
|
|
107521
|
+
### 第 13 次发布
|
|
107522
|
+
|
|
107523
|
+
发布时间:2024-08-01 02:05:51
|
|
107524
|
+
|
|
107525
|
+
本次发布包含了以下内容:
|
|
107526
|
+
|
|
107527
|
+
改善已有的文档。
|
|
107528
|
+
|
|
107529
|
+
修改数据结构:
|
|
107530
|
+
|
|
107531
|
+
* [InputImportNameListDataFront](https://cloud.tencent.com/document/api/1343/52566#InputImportNameListDataFront)
|
|
107532
|
+
|
|
107533
|
+
* <font color="#dd0000">**删除成员**:</font>FileCode, DataContent
|
|
107534
|
+
|
|
107535
|
+
|
|
107536
|
+
### 第 12 次发布
|
|
107537
|
+
|
|
107538
|
+
发布时间:2024-07-31 11:55:08
|
|
107539
|
+
|
|
107540
|
+
本次发布包含了以下内容:
|
|
107541
|
+
|
|
107542
|
+
改善已有的文档。
|
|
107543
|
+
|
|
107544
|
+
新增接口:
|
|
107545
|
+
|
|
107546
|
+
* [CreateNameList](https://cloud.tencent.com/document/api/1343/109467)
|
|
107547
|
+
* [DeleteNameList](https://cloud.tencent.com/document/api/1343/109466)
|
|
107548
|
+
* [DeleteNameListData](https://cloud.tencent.com/document/api/1343/109465)
|
|
107549
|
+
* [DescribeNameList](https://cloud.tencent.com/document/api/1343/109464)
|
|
107550
|
+
* [DescribeNameListDataList](https://cloud.tencent.com/document/api/1343/109463)
|
|
107551
|
+
* [DescribeNameListDetail](https://cloud.tencent.com/document/api/1343/109462)
|
|
107552
|
+
* [ImportNameListData](https://cloud.tencent.com/document/api/1343/109461)
|
|
107553
|
+
* [ModifyNameList](https://cloud.tencent.com/document/api/1343/109460)
|
|
107554
|
+
* [ModifyNameListData](https://cloud.tencent.com/document/api/1343/109407)
|
|
107555
|
+
|
|
107556
|
+
新增数据结构:
|
|
107557
|
+
|
|
107558
|
+
* [DataContentInfo](https://cloud.tencent.com/document/api/1343/52566#DataContentInfo)
|
|
107559
|
+
* [InputCreateNameListFront](https://cloud.tencent.com/document/api/1343/52566#InputCreateNameListFront)
|
|
107560
|
+
* [InputDeleteNameListData](https://cloud.tencent.com/document/api/1343/52566#InputDeleteNameListData)
|
|
107561
|
+
* [InputDeleteNameListFront](https://cloud.tencent.com/document/api/1343/52566#InputDeleteNameListFront)
|
|
107562
|
+
* [InputDescribeDataListFront](https://cloud.tencent.com/document/api/1343/52566#InputDescribeDataListFront)
|
|
107563
|
+
* [InputDescribeNameListDetail](https://cloud.tencent.com/document/api/1343/52566#InputDescribeNameListDetail)
|
|
107564
|
+
* [InputDescribeNameListFront](https://cloud.tencent.com/document/api/1343/52566#InputDescribeNameListFront)
|
|
107565
|
+
* [InputImportNameListDataFront](https://cloud.tencent.com/document/api/1343/52566#InputImportNameListDataFront)
|
|
107566
|
+
* [InputModifyNameFront](https://cloud.tencent.com/document/api/1343/52566#InputModifyNameFront)
|
|
107567
|
+
* [InputModifyNameListDataFront](https://cloud.tencent.com/document/api/1343/52566#InputModifyNameListDataFront)
|
|
107568
|
+
* [InputModifyNameListDataFrontListData](https://cloud.tencent.com/document/api/1343/52566#InputModifyNameListDataFrontListData)
|
|
107569
|
+
* [OuntputDescribeDataListInfo](https://cloud.tencent.com/document/api/1343/52566#OuntputDescribeDataListInfo)
|
|
107570
|
+
* [OutputCreateNameListFront](https://cloud.tencent.com/document/api/1343/52566#OutputCreateNameListFront)
|
|
107571
|
+
* [OutputDeleteNameListData](https://cloud.tencent.com/document/api/1343/52566#OutputDeleteNameListData)
|
|
107572
|
+
* [OutputDeleteNameListFront](https://cloud.tencent.com/document/api/1343/52566#OutputDeleteNameListFront)
|
|
107573
|
+
* [OutputDescribeDataListFront](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeDataListFront)
|
|
107574
|
+
* [OutputDescribeDataListFrontData](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeDataListFrontData)
|
|
107575
|
+
* [OutputDescribeNameListDetail](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeNameListDetail)
|
|
107576
|
+
* [OutputDescribeNameListDetailFront](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeNameListDetailFront)
|
|
107577
|
+
* [OutputDescribeNameListFrontFix](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeNameListFrontFix)
|
|
107578
|
+
* [OutputDescribeNameListFrontFixListData](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeNameListFrontFixListData)
|
|
107579
|
+
* [OutputDescribeNameListInfo](https://cloud.tencent.com/document/api/1343/52566#OutputDescribeNameListInfo)
|
|
107580
|
+
* [OutputImportNameListDataFront](https://cloud.tencent.com/document/api/1343/52566#OutputImportNameListDataFront)
|
|
107581
|
+
* [OutputModifyNameFront](https://cloud.tencent.com/document/api/1343/52566#OutputModifyNameFront)
|
|
107582
|
+
* [OutputModifyNameListFront](https://cloud.tencent.com/document/api/1343/52566#OutputModifyNameListFront)
|
|
107583
|
+
|
|
107048
107584
|
### 第 11 次发布
|
|
107049
107585
|
|
|
107050
107586
|
发布时间:2024-07-23 01:57:03
|
|
@@ -107251,6 +107787,31 @@
|
|
|
107251
107787
|
|
|
107252
107788
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
107253
107789
|
|
|
107790
|
+
### 第 80 次发布
|
|
107791
|
+
|
|
107792
|
+
发布时间:2024-08-02 02:00:28
|
|
107793
|
+
|
|
107794
|
+
本次发布包含了以下内容:
|
|
107795
|
+
|
|
107796
|
+
改善已有的文档。
|
|
107797
|
+
|
|
107798
|
+
新增接口:
|
|
107799
|
+
|
|
107800
|
+
* [[DescribeRedisClusterOverview](https://cloud.tencent.com/document/api/239/109629)](https://cloud.tencent.com/document/api/#/#)
|
|
107801
|
+
* [[DescribeRedisClusters](https://cloud.tencent.com/document/api/239/109628)](https://cloud.tencent.com/document/api/#/#)
|
|
107802
|
+
|
|
107803
|
+
新增数据结构:
|
|
107804
|
+
|
|
107805
|
+
* [[CDCResource](https://cloud.tencent.com/document/api/239/20022#CDCResource)](https://cloud.tencent.com/document/api/239/20022#[CDCResource](https://cloud.tencent.com/document/api/239/20022#CDCResource))
|
|
107806
|
+
* [[ResourceBundle](https://cloud.tencent.com/document/api/239/20022#ResourceBundle)](https://cloud.tencent.com/document/api/239/20022#[ResourceBundle](https://cloud.tencent.com/document/api/239/20022#ResourceBundle))
|
|
107807
|
+
|
|
107808
|
+
修改数据结构:
|
|
107809
|
+
|
|
107810
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
107811
|
+
|
|
107812
|
+
* 新增成员:RedisClusterId, DedicatedClusterId, ProductVersion
|
|
107813
|
+
|
|
107814
|
+
|
|
107254
107815
|
### 第 79 次发布
|
|
107255
107816
|
|
|
107256
107817
|
发布时间:2024-06-18 02:05:48
|
|
@@ -141907,6 +142468,32 @@
|
|
|
141907
142468
|
|
|
141908
142469
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
141909
142470
|
|
|
142471
|
+
### 第 6 次发布
|
|
142472
|
+
|
|
142473
|
+
发布时间:2024-07-31 02:17:29
|
|
142474
|
+
|
|
142475
|
+
本次发布包含了以下内容:
|
|
142476
|
+
|
|
142477
|
+
改善已有的文档。
|
|
142478
|
+
|
|
142479
|
+
修改接口:
|
|
142480
|
+
|
|
142481
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
142482
|
+
|
|
142483
|
+
* 新增入参:DeviceStatus
|
|
142484
|
+
|
|
142485
|
+
|
|
142486
|
+
新增数据结构:
|
|
142487
|
+
|
|
142488
|
+
* [MultiNet](https://cloud.tencent.com/document/api/1584/89828#MultiNet)
|
|
142489
|
+
|
|
142490
|
+
修改数据结构:
|
|
142491
|
+
|
|
142492
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
142493
|
+
|
|
142494
|
+
* 新增成员:RenderCost, ConfigWidth, ConfigHeight, FrameDelta, MaxFrameDelta, TotalBitrateEstimate, Lag100Duration, Lag150Duration, MultiMode, MultiNet
|
|
142495
|
+
|
|
142496
|
+
|
|
141910
142497
|
### 第 5 次发布
|
|
141911
142498
|
|
|
141912
142499
|
发布时间:2024-06-21 02:25:01
|
|
@@ -142030,6 +142617,21 @@
|
|
|
142030
142617
|
|
|
142031
142618
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
142032
142619
|
|
|
142620
|
+
### 第 84 次发布
|
|
142621
|
+
|
|
142622
|
+
发布时间:2024-08-02 02:18:56
|
|
142623
|
+
|
|
142624
|
+
本次发布包含了以下内容:
|
|
142625
|
+
|
|
142626
|
+
改善已有的文档。
|
|
142627
|
+
|
|
142628
|
+
修改数据结构:
|
|
142629
|
+
|
|
142630
|
+
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
142631
|
+
|
|
142632
|
+
* 新增成员:SoundLevel
|
|
142633
|
+
|
|
142634
|
+
|
|
142033
142635
|
### 第 83 次发布
|
|
142034
142636
|
|
|
142035
142637
|
发布时间:2024-07-30 02:22:25
|
|
@@ -142040,11 +142642,11 @@
|
|
|
142040
142642
|
|
|
142041
142643
|
新增接口:
|
|
142042
142644
|
|
|
142043
|
-
* [
|
|
142645
|
+
* [ControlAIConversation](https://cloud.tencent.com/document/api/647/109408)
|
|
142044
142646
|
|
|
142045
142647
|
新增数据结构:
|
|
142046
142648
|
|
|
142047
|
-
* [
|
|
142649
|
+
* [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
|
|
142048
142650
|
|
|
142049
142651
|
### 第 82 次发布
|
|
142050
142652
|
|
|
@@ -143555,6 +144157,21 @@
|
|
|
143555
144157
|
|
|
143556
144158
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
143557
144159
|
|
|
144160
|
+
### 第 74 次发布
|
|
144161
|
+
|
|
144162
|
+
发布时间:2024-08-02 02:19:29
|
|
144163
|
+
|
|
144164
|
+
本次发布包含了以下内容:
|
|
144165
|
+
|
|
144166
|
+
改善已有的文档。
|
|
144167
|
+
|
|
144168
|
+
修改数据结构:
|
|
144169
|
+
|
|
144170
|
+
* [KongActiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongActiveHealthCheck)
|
|
144171
|
+
|
|
144172
|
+
* 新增成员:Timeout
|
|
144173
|
+
|
|
144174
|
+
|
|
143558
144175
|
### 第 73 次发布
|
|
143559
144176
|
|
|
143560
144177
|
发布时间:2024-07-10 01:27:48
|
|
@@ -145087,6 +145704,21 @@
|
|
|
145087
145704
|
|
|
145088
145705
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
145089
145706
|
|
|
145707
|
+
### 第 112 次发布
|
|
145708
|
+
|
|
145709
|
+
发布时间:2024-07-30 11:37:37
|
|
145710
|
+
|
|
145711
|
+
本次发布包含了以下内容:
|
|
145712
|
+
|
|
145713
|
+
改善已有的文档。
|
|
145714
|
+
|
|
145715
|
+
修改接口:
|
|
145716
|
+
|
|
145717
|
+
* [DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
|
145718
|
+
|
|
145719
|
+
* <font color="#dd0000">**修改入参**:</font>ApplicationId
|
|
145720
|
+
|
|
145721
|
+
|
|
145090
145722
|
### 第 111 次发布
|
|
145091
145723
|
|
|
145092
145724
|
发布时间:2024-07-11 01:28:05
|