tencentcloud-sdk-nodejs 4.0.920 → 4.0.922
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 +415 -0
- package/SERVICE_CHANGELOG.md +478 -84
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +165 -168
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +630 -773
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
- package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
- package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
- package/src/services/mps/v20190612/mps_models.ts +152 -14
- package/src/services/organization/v20210331/organization_client.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/redis/v20180412/redis_models.ts +42 -40
- package/src/services/trtc/v20190722/trtc_client.ts +26 -35
- package/src/services/trtc/v20190722/trtc_models.ts +72 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +29 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_client.ts +66 -28
- package/src/services/vod/v20180717/vod_models.ts +246 -71
- package/src/services/vpc/v20170312/vpc_models.ts +78 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +47 -47
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +69 -69
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +625 -765
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +11 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +14 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +68 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
- package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -24
- package/test/cdwdoris.v20211228.test.js +60 -60
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/trtc.v20190722.test.js +20 -0
- package/test/vod.v20180717.test.js +36 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 19 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-21 01:14:40
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,26 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
|
|
16
16
|
|
|
17
|
+
新增数据结构:
|
|
17
18
|
|
|
19
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
修改数据结构:
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
* 新增成员:EnableDlc, AccountType
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
31
|
+
|
|
32
|
+
### 第 70 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-08-21 01:29:32
|
|
24
35
|
|
|
25
36
|
本次发布包含了以下内容:
|
|
26
37
|
|
|
@@ -28,49 +39,56 @@
|
|
|
28
39
|
|
|
29
40
|
修改接口:
|
|
30
41
|
|
|
31
|
-
* [
|
|
42
|
+
* [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
|
|
32
43
|
|
|
33
|
-
* 新增入参:
|
|
44
|
+
* 新增入参:SwitchStartTime, SwitchEndTime, SwitchAutoRetry
|
|
34
45
|
|
|
35
|
-
* 新增出参:Statistics
|
|
36
46
|
|
|
37
47
|
|
|
38
|
-
新增数据结构:
|
|
39
48
|
|
|
40
|
-
|
|
41
|
-
* [StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)
|
|
42
|
-
* [StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)
|
|
49
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
43
50
|
|
|
51
|
+
### 第 18 次发布
|
|
44
52
|
|
|
53
|
+
发布时间:2024-08-21 01:32:52
|
|
45
54
|
|
|
46
|
-
|
|
55
|
+
本次发布包含了以下内容:
|
|
47
56
|
|
|
57
|
+
改善已有的文档。
|
|
48
58
|
|
|
59
|
+
修改接口:
|
|
49
60
|
|
|
50
|
-
|
|
61
|
+
* [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
|
|
51
62
|
|
|
52
|
-
|
|
63
|
+
* 新增入参:Status
|
|
53
64
|
|
|
54
|
-
|
|
65
|
+
* [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
|
|
55
66
|
|
|
56
|
-
|
|
67
|
+
* 新增入参:Status
|
|
57
68
|
|
|
58
|
-
|
|
69
|
+
|
|
70
|
+
新增数据结构:
|
|
71
|
+
|
|
72
|
+
* [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
|
|
59
73
|
|
|
60
74
|
修改数据结构:
|
|
61
75
|
|
|
62
|
-
* [
|
|
76
|
+
* [CategoryRule](https://cloud.tencent.com/document/api/1087/96844#CategoryRule)
|
|
63
77
|
|
|
64
|
-
* 新增成员:
|
|
78
|
+
* 新增成员:RuleEffectItems, RuleStatus
|
|
79
|
+
|
|
80
|
+
* [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
|
|
81
|
+
|
|
82
|
+
* 新增成员:Status
|
|
65
83
|
|
|
66
84
|
|
|
67
85
|
|
|
68
86
|
|
|
69
87
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
70
88
|
|
|
71
|
-
### 第
|
|
89
|
+
### 第 78 次发布
|
|
72
90
|
|
|
73
|
-
发布时间:2024-08-
|
|
91
|
+
发布时间:2024-08-21 01:40:11
|
|
74
92
|
|
|
75
93
|
本次发布包含了以下内容:
|
|
76
94
|
|
|
@@ -78,109 +96,134 @@
|
|
|
78
96
|
|
|
79
97
|
修改接口:
|
|
80
98
|
|
|
81
|
-
* [
|
|
99
|
+
* [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
|
|
82
100
|
|
|
83
|
-
* 新增入参:
|
|
101
|
+
* 新增入参:IsEncryptResponse, Encryption
|
|
84
102
|
|
|
85
|
-
*
|
|
103
|
+
* 新增出参:EncryptedBody
|
|
86
104
|
|
|
87
105
|
|
|
88
106
|
|
|
89
107
|
|
|
90
|
-
##
|
|
108
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
91
109
|
|
|
92
|
-
### 第
|
|
110
|
+
### 第 89 次发布
|
|
93
111
|
|
|
94
|
-
发布时间:2024-08-
|
|
112
|
+
发布时间:2024-08-21 02:23:20
|
|
95
113
|
|
|
96
114
|
本次发布包含了以下内容:
|
|
97
115
|
|
|
98
116
|
改善已有的文档。
|
|
99
117
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
103
|
-
|
|
104
|
-
* 新增成员:ResultType
|
|
118
|
+
新增接口:
|
|
105
119
|
|
|
120
|
+
* [UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)
|
|
106
121
|
|
|
107
122
|
|
|
108
123
|
|
|
109
|
-
##
|
|
124
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
110
125
|
|
|
111
|
-
### 第
|
|
126
|
+
### 第 75 次发布
|
|
112
127
|
|
|
113
|
-
发布时间:2024-08-
|
|
128
|
+
发布时间:2024-08-21 02:23:57
|
|
114
129
|
|
|
115
130
|
本次发布包含了以下内容:
|
|
116
131
|
|
|
117
132
|
改善已有的文档。
|
|
118
133
|
|
|
119
|
-
|
|
134
|
+
修改接口:
|
|
120
135
|
|
|
121
|
-
* [
|
|
136
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
|
|
122
137
|
|
|
123
|
-
|
|
138
|
+
* 新增入参:Location
|
|
124
139
|
|
|
125
|
-
*
|
|
126
|
-
* [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
|
|
140
|
+
* 新增出参:Location
|
|
127
141
|
|
|
128
|
-
修改数据结构:
|
|
129
142
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* 新增成员:AccAllDB
|
|
143
|
+
新增数据结构:
|
|
133
144
|
|
|
145
|
+
* [Location](https://cloud.tencent.com/document/api/1364/54942#Location)
|
|
134
146
|
|
|
135
147
|
|
|
136
148
|
|
|
137
|
-
##
|
|
149
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
138
150
|
|
|
139
|
-
### 第
|
|
151
|
+
### 第 5 次发布
|
|
140
152
|
|
|
141
|
-
发布时间:2024-08-
|
|
153
|
+
发布时间:2024-08-21 02:27:00
|
|
142
154
|
|
|
143
155
|
本次发布包含了以下内容:
|
|
144
156
|
|
|
145
157
|
改善已有的文档。
|
|
146
158
|
|
|
147
|
-
|
|
159
|
+
修改接口:
|
|
148
160
|
|
|
149
|
-
*
|
|
161
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
150
162
|
|
|
151
|
-
|
|
163
|
+
* 新增入参:EnableBodyJoins
|
|
152
164
|
|
|
153
|
-
* LemmaInfo
|
|
154
|
-
* Location
|
|
155
|
-
* ProductInfo
|
|
156
|
-
* RegionDetected
|
|
157
165
|
|
|
158
166
|
|
|
159
167
|
|
|
160
|
-
##
|
|
168
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
161
169
|
|
|
162
|
-
### 第
|
|
170
|
+
### 第 202 次发布
|
|
163
171
|
|
|
164
|
-
发布时间:2024-08-
|
|
172
|
+
发布时间:2024-08-21 02:29:48
|
|
165
173
|
|
|
166
174
|
本次发布包含了以下内容:
|
|
167
175
|
|
|
168
176
|
改善已有的文档。
|
|
169
177
|
|
|
170
|
-
|
|
178
|
+
修改数据结构:
|
|
171
179
|
|
|
172
|
-
* [
|
|
180
|
+
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
173
181
|
|
|
174
|
-
*
|
|
182
|
+
* 新增成员:TagSet
|
|
175
183
|
|
|
176
|
-
*
|
|
184
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
177
185
|
|
|
186
|
+
* [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
|
|
178
187
|
|
|
179
|
-
|
|
188
|
+
* 新增成员:TagSet
|
|
180
189
|
|
|
181
|
-
*
|
|
190
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
182
191
|
|
|
183
|
-
|
|
192
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
193
|
+
|
|
194
|
+
* 新增成员:TagSet
|
|
195
|
+
|
|
196
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
197
|
+
|
|
198
|
+
* 新增成员:TagSet
|
|
199
|
+
|
|
200
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
201
|
+
|
|
202
|
+
* 新增成员:TagSet
|
|
203
|
+
|
|
204
|
+
* [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
|
|
205
|
+
|
|
206
|
+
* 新增成员:TagSet, LocalGatewayId
|
|
207
|
+
|
|
208
|
+
* [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
|
|
209
|
+
|
|
210
|
+
* 新增成员:TagSet
|
|
211
|
+
|
|
212
|
+
* [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
|
|
213
|
+
|
|
214
|
+
* 新增成员:TagSet
|
|
215
|
+
|
|
216
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
217
|
+
|
|
218
|
+
* [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
|
|
219
|
+
|
|
220
|
+
* 新增成员:TagSet
|
|
221
|
+
|
|
222
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
223
|
+
|
|
224
|
+
* [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
|
|
225
|
+
|
|
226
|
+
* 新增成员:TagSet
|
|
184
227
|
|
|
185
228
|
|
|
186
229
|
|
|
@@ -12381,7 +12424,7 @@
|
|
|
12381
12424
|
|
|
12382
12425
|
|
|
12383
12426
|
|
|
12384
|
-
##
|
|
12427
|
+
## 软件成分分析(bsca) 版本:2021-08-11
|
|
12385
12428
|
|
|
12386
12429
|
### 第 6 次发布
|
|
12387
12430
|
|
|
@@ -15648,6 +15691,21 @@
|
|
|
15648
15691
|
|
|
15649
15692
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15650
15693
|
|
|
15694
|
+
### 第 72 次发布
|
|
15695
|
+
|
|
15696
|
+
发布时间:2024-08-20 01:11:11
|
|
15697
|
+
|
|
15698
|
+
本次发布包含了以下内容:
|
|
15699
|
+
|
|
15700
|
+
改善已有的文档。
|
|
15701
|
+
|
|
15702
|
+
修改接口:
|
|
15703
|
+
|
|
15704
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
15705
|
+
|
|
15706
|
+
* <font color="#dd0000">**修改入参**:</font>SdkAppId
|
|
15707
|
+
|
|
15708
|
+
|
|
15651
15709
|
### 第 71 次发布
|
|
15652
15710
|
|
|
15653
15711
|
发布时间:2024-08-16 01:11:55
|
|
@@ -23700,6 +23758,78 @@
|
|
|
23700
23758
|
|
|
23701
23759
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23702
23760
|
|
|
23761
|
+
### 第 19 次发布
|
|
23762
|
+
|
|
23763
|
+
发布时间:2024-08-21 01:14:40
|
|
23764
|
+
|
|
23765
|
+
本次发布包含了以下内容:
|
|
23766
|
+
|
|
23767
|
+
改善已有的文档。
|
|
23768
|
+
|
|
23769
|
+
新增接口:
|
|
23770
|
+
|
|
23771
|
+
* [[ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)](https://cloud.tencent.com/document/api/#/#)
|
|
23772
|
+
|
|
23773
|
+
新增数据结构:
|
|
23774
|
+
|
|
23775
|
+
* [[UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)](https://cloud.tencent.com/document/api/1387/102385#[UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo))
|
|
23776
|
+
|
|
23777
|
+
修改数据结构:
|
|
23778
|
+
|
|
23779
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
23780
|
+
|
|
23781
|
+
* 新增成员:EnableDlc, AccountType
|
|
23782
|
+
|
|
23783
|
+
|
|
23784
|
+
### 第 18 次发布
|
|
23785
|
+
|
|
23786
|
+
发布时间:2024-08-20 01:14:45
|
|
23787
|
+
|
|
23788
|
+
本次发布包含了以下内容:
|
|
23789
|
+
|
|
23790
|
+
改善已有的文档。
|
|
23791
|
+
|
|
23792
|
+
新增接口:
|
|
23793
|
+
|
|
23794
|
+
* [CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)
|
|
23795
|
+
* [CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)
|
|
23796
|
+
* [DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)
|
|
23797
|
+
* [DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)
|
|
23798
|
+
* [DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)
|
|
23799
|
+
* [ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)
|
|
23800
|
+
* [OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)
|
|
23801
|
+
* [OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)
|
|
23802
|
+
* [UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)
|
|
23803
|
+
|
|
23804
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
23805
|
+
|
|
23806
|
+
* DescribeDatabaseAuditResource
|
|
23807
|
+
* DescribeDmsSqlHistory
|
|
23808
|
+
* DescribeDorisMetricFiles
|
|
23809
|
+
* DescribeFederationToken
|
|
23810
|
+
* DescribeFrontEnd
|
|
23811
|
+
* DescribeGoodsDetail
|
|
23812
|
+
* DescribeRegionZone
|
|
23813
|
+
* DescribeReplicaVersion
|
|
23814
|
+
* FitClsLog
|
|
23815
|
+
* OpenBackUp
|
|
23816
|
+
|
|
23817
|
+
新增数据结构:
|
|
23818
|
+
|
|
23819
|
+
* [CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)
|
|
23820
|
+
* [CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)
|
|
23821
|
+
* [CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)
|
|
23822
|
+
|
|
23823
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
23824
|
+
|
|
23825
|
+
* DescribeMetricsFileReq
|
|
23826
|
+
* ModifyMetricFileStruct
|
|
23827
|
+
* ModifyMetricFileStructNew
|
|
23828
|
+
* ResourceNodeDiskSpec
|
|
23829
|
+
* ResourceNodeSpec
|
|
23830
|
+
* SpecExtra
|
|
23831
|
+
* VersionReplicaItem
|
|
23832
|
+
|
|
23703
23833
|
### 第 17 次发布
|
|
23704
23834
|
|
|
23705
23835
|
发布时间:2024-08-19 01:15:05
|
|
@@ -23710,7 +23840,7 @@
|
|
|
23710
23840
|
|
|
23711
23841
|
新增接口:
|
|
23712
23842
|
|
|
23713
|
-
* [
|
|
23843
|
+
* [DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)
|
|
23714
23844
|
|
|
23715
23845
|
### 第 16 次发布
|
|
23716
23846
|
|
|
@@ -23732,16 +23862,16 @@
|
|
|
23732
23862
|
* [DescribeBackUpTables](https://cloud.tencent.com/document/api/1387/109555)
|
|
23733
23863
|
* [DescribeBackUpTaskDetail](https://cloud.tencent.com/document/api/1387/109554)
|
|
23734
23864
|
* [DescribeClusterConfigsHistory](https://cloud.tencent.com/document/api/1387/109553)
|
|
23735
|
-
* [DescribeDatabaseAuditResource](https://cloud.tencent.com/document/api
|
|
23736
|
-
* [DescribeDmsSqlHistory](https://cloud.tencent.com/document/api
|
|
23737
|
-
* [DescribeDorisMetricFiles](https://cloud.tencent.com/document/api
|
|
23738
|
-
* [DescribeFrontEnd](https://cloud.tencent.com/document/api
|
|
23865
|
+
* [DescribeDatabaseAuditResource](https://cloud.tencent.com/document/api/#/#)
|
|
23866
|
+
* [DescribeDmsSqlHistory](https://cloud.tencent.com/document/api/#/#)
|
|
23867
|
+
* [DescribeDorisMetricFiles](https://cloud.tencent.com/document/api/#/#)
|
|
23868
|
+
* [DescribeFrontEnd](https://cloud.tencent.com/document/api/#/#)
|
|
23739
23869
|
* [DescribeInstanceNodesRole](https://cloud.tencent.com/document/api/1387/109548)
|
|
23740
23870
|
* [DescribeInstanceOperations](https://cloud.tencent.com/document/api/1387/109547)
|
|
23741
23871
|
* [DescribeInstancesHealthState](https://cloud.tencent.com/document/api/1387/109546)
|
|
23742
23872
|
* [DescribeSpec](https://cloud.tencent.com/document/api/1387/109545)
|
|
23743
23873
|
* [ModifyNodeStatus](https://cloud.tencent.com/document/api/1387/109541)
|
|
23744
|
-
* [OpenBackUp](https://cloud.tencent.com/document/api
|
|
23874
|
+
* [OpenBackUp](https://cloud.tencent.com/document/api/#/#)
|
|
23745
23875
|
* [RecoverBackUpJob](https://cloud.tencent.com/document/api/1387/109539)
|
|
23746
23876
|
* [RestartClusterForConfigs](https://cloud.tencent.com/document/api/1387/109538)
|
|
23747
23877
|
|
|
@@ -23775,16 +23905,16 @@
|
|
|
23775
23905
|
|
|
23776
23906
|
* [CreateWorkloadGroup](https://cloud.tencent.com/document/api/1387/109440)
|
|
23777
23907
|
* [DeleteWorkloadGroup](https://cloud.tencent.com/document/api/1387/109439)
|
|
23778
|
-
* [DescribeFederationToken](https://cloud.tencent.com/document/api
|
|
23779
|
-
* [DescribeGoodsDetail](https://cloud.tencent.com/document/api
|
|
23908
|
+
* [DescribeFederationToken](https://cloud.tencent.com/document/api/#/#)
|
|
23909
|
+
* [DescribeGoodsDetail](https://cloud.tencent.com/document/api/#/#)
|
|
23780
23910
|
* [DescribeInstanceUsedSubnets](https://cloud.tencent.com/document/api/1387/109445)
|
|
23781
|
-
* [DescribeRegionZone](https://cloud.tencent.com/document/api
|
|
23782
|
-
* [DescribeReplicaVersion](https://cloud.tencent.com/document/api
|
|
23911
|
+
* [DescribeRegionZone](https://cloud.tencent.com/document/api/#/#)
|
|
23912
|
+
* [DescribeReplicaVersion](https://cloud.tencent.com/document/api/#/#)
|
|
23783
23913
|
* [DescribeRestoreTaskDetail](https://cloud.tencent.com/document/api/1387/109442)
|
|
23784
23914
|
* [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
|
|
23785
23915
|
* [DescribeUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109438)
|
|
23786
23916
|
* [DescribeWorkloadGroup](https://cloud.tencent.com/document/api/1387/109437)
|
|
23787
|
-
* [FitClsLog](https://cloud.tencent.com/document/api
|
|
23917
|
+
* [FitClsLog](https://cloud.tencent.com/document/api/#/#)
|
|
23788
23918
|
* [ModifyInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1387/109435)
|
|
23789
23919
|
* [ModifySecurityGroups](https://cloud.tencent.com/document/api/1387/109434)
|
|
23790
23920
|
* [ModifyUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109433)
|
|
@@ -46117,6 +46247,23 @@
|
|
|
46117
46247
|
|
|
46118
46248
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
46119
46249
|
|
|
46250
|
+
### 第 99 次发布
|
|
46251
|
+
|
|
46252
|
+
发布时间:2024-08-20 01:26:47
|
|
46253
|
+
|
|
46254
|
+
本次发布包含了以下内容:
|
|
46255
|
+
|
|
46256
|
+
改善已有的文档。
|
|
46257
|
+
|
|
46258
|
+
新增接口:
|
|
46259
|
+
|
|
46260
|
+
* [DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)
|
|
46261
|
+
* [ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)
|
|
46262
|
+
|
|
46263
|
+
新增数据结构:
|
|
46264
|
+
|
|
46265
|
+
* [BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)
|
|
46266
|
+
|
|
46120
46267
|
### 第 98 次发布
|
|
46121
46268
|
|
|
46122
46269
|
发布时间:2024-07-26 01:29:47
|
|
@@ -49862,9 +50009,9 @@
|
|
|
49862
50009
|
|
|
49863
50010
|
新增数据结构:
|
|
49864
50011
|
|
|
49865
|
-
* [
|
|
49866
|
-
* [
|
|
49867
|
-
* [
|
|
50012
|
+
* [StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension)
|
|
50013
|
+
* [StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)
|
|
50014
|
+
* [StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)
|
|
49868
50015
|
|
|
49869
50016
|
### 第 30 次发布
|
|
49870
50017
|
|
|
@@ -51024,6 +51171,21 @@
|
|
|
51024
51171
|
|
|
51025
51172
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
51026
51173
|
|
|
51174
|
+
### 第 70 次发布
|
|
51175
|
+
|
|
51176
|
+
发布时间:2024-08-21 01:29:32
|
|
51177
|
+
|
|
51178
|
+
本次发布包含了以下内容:
|
|
51179
|
+
|
|
51180
|
+
改善已有的文档。
|
|
51181
|
+
|
|
51182
|
+
修改接口:
|
|
51183
|
+
|
|
51184
|
+
* [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
|
|
51185
|
+
|
|
51186
|
+
* 新增入参:SwitchStartTime, SwitchEndTime, SwitchAutoRetry
|
|
51187
|
+
|
|
51188
|
+
|
|
51027
51189
|
### 第 69 次发布
|
|
51028
51190
|
|
|
51029
51191
|
发布时间:2024-07-03 01:14:20
|
|
@@ -56083,6 +56245,40 @@
|
|
|
56083
56245
|
|
|
56084
56246
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
56085
56247
|
|
|
56248
|
+
### 第 18 次发布
|
|
56249
|
+
|
|
56250
|
+
发布时间:2024-08-21 01:32:52
|
|
56251
|
+
|
|
56252
|
+
本次发布包含了以下内容:
|
|
56253
|
+
|
|
56254
|
+
改善已有的文档。
|
|
56255
|
+
|
|
56256
|
+
修改接口:
|
|
56257
|
+
|
|
56258
|
+
* [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
|
|
56259
|
+
|
|
56260
|
+
* 新增入参:Status
|
|
56261
|
+
|
|
56262
|
+
* [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
|
|
56263
|
+
|
|
56264
|
+
* 新增入参:Status
|
|
56265
|
+
|
|
56266
|
+
|
|
56267
|
+
新增数据结构:
|
|
56268
|
+
|
|
56269
|
+
* [[RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)](https://cloud.tencent.com/document/api/1087/96844#[RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem))
|
|
56270
|
+
|
|
56271
|
+
修改数据结构:
|
|
56272
|
+
|
|
56273
|
+
* [CategoryRule](https://cloud.tencent.com/document/api/1087/96844#CategoryRule)
|
|
56274
|
+
|
|
56275
|
+
* 新增成员:RuleEffectItems, RuleStatus
|
|
56276
|
+
|
|
56277
|
+
* [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
|
|
56278
|
+
|
|
56279
|
+
* 新增成员:Status
|
|
56280
|
+
|
|
56281
|
+
|
|
56086
56282
|
### 第 17 次发布
|
|
56087
56283
|
|
|
56088
56284
|
发布时间:2024-08-06 01:35:34
|
|
@@ -60921,6 +61117,21 @@
|
|
|
60921
61117
|
|
|
60922
61118
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60923
61119
|
|
|
61120
|
+
### 第 72 次发布
|
|
61121
|
+
|
|
61122
|
+
发布时间:2024-08-20 01:37:24
|
|
61123
|
+
|
|
61124
|
+
本次发布包含了以下内容:
|
|
61125
|
+
|
|
61126
|
+
改善已有的文档。
|
|
61127
|
+
|
|
61128
|
+
修改接口:
|
|
61129
|
+
|
|
61130
|
+
* [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
|
|
61131
|
+
|
|
61132
|
+
* 新增入参:HardwareResourceType
|
|
61133
|
+
|
|
61134
|
+
|
|
60924
61135
|
### 第 71 次发布
|
|
60925
61136
|
|
|
60926
61137
|
发布时间:2024-08-12 01:41:17
|
|
@@ -71085,6 +71296,23 @@
|
|
|
71085
71296
|
|
|
71086
71297
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
71087
71298
|
|
|
71299
|
+
### 第 78 次发布
|
|
71300
|
+
|
|
71301
|
+
发布时间:2024-08-21 01:40:11
|
|
71302
|
+
|
|
71303
|
+
本次发布包含了以下内容:
|
|
71304
|
+
|
|
71305
|
+
改善已有的文档。
|
|
71306
|
+
|
|
71307
|
+
修改接口:
|
|
71308
|
+
|
|
71309
|
+
* [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
|
|
71310
|
+
|
|
71311
|
+
* 新增入参:IsEncryptResponse, Encryption
|
|
71312
|
+
|
|
71313
|
+
* 新增出参:EncryptedBody
|
|
71314
|
+
|
|
71315
|
+
|
|
71088
71316
|
### 第 77 次发布
|
|
71089
71317
|
|
|
71090
71318
|
发布时间:2024-08-19 01:41:40
|
|
@@ -96012,6 +96240,27 @@
|
|
|
96012
96240
|
|
|
96013
96241
|
## 媒体处理(mps) 版本:2019-06-12
|
|
96014
96242
|
|
|
96243
|
+
### 第 93 次发布
|
|
96244
|
+
|
|
96245
|
+
发布时间:2024-08-20 01:57:54
|
|
96246
|
+
|
|
96247
|
+
本次发布包含了以下内容:
|
|
96248
|
+
|
|
96249
|
+
改善已有的文档。
|
|
96250
|
+
|
|
96251
|
+
修改数据结构:
|
|
96252
|
+
|
|
96253
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
|
|
96254
|
+
|
|
96255
|
+
* <font color="#dd0000">**修改成员**:</font>Category, Type, Timestamp, Description, DateTime, SeverityLevel
|
|
96256
|
+
|
|
96257
|
+
* [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
|
|
96258
|
+
|
|
96259
|
+
* 新增成员:QualityControlResultSet, DiagnoseResultSet
|
|
96260
|
+
|
|
96261
|
+
* <font color="#dd0000">**修改成员**:</font>DiagnoseResults
|
|
96262
|
+
|
|
96263
|
+
|
|
96015
96264
|
### 第 92 次发布
|
|
96016
96265
|
|
|
96017
96266
|
发布时间:2024-08-16 02:02:11
|
|
@@ -113457,12 +113706,12 @@
|
|
|
113457
113706
|
|
|
113458
113707
|
新增接口:
|
|
113459
113708
|
|
|
113460
|
-
* [
|
|
113709
|
+
* [ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)
|
|
113461
113710
|
|
|
113462
113711
|
新增数据结构:
|
|
113463
113712
|
|
|
113464
|
-
* [
|
|
113465
|
-
* [
|
|
113713
|
+
* [DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)
|
|
113714
|
+
* [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
|
|
113466
113715
|
|
|
113467
113716
|
修改数据结构:
|
|
113468
113717
|
|
|
@@ -143723,6 +143972,30 @@
|
|
|
143723
143972
|
|
|
143724
143973
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
143725
143974
|
|
|
143975
|
+
### 第 89 次发布
|
|
143976
|
+
|
|
143977
|
+
发布时间:2024-08-21 02:23:20
|
|
143978
|
+
|
|
143979
|
+
本次发布包含了以下内容:
|
|
143980
|
+
|
|
143981
|
+
改善已有的文档。
|
|
143982
|
+
|
|
143983
|
+
新增接口:
|
|
143984
|
+
|
|
143985
|
+
* [[UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)](https://cloud.tencent.com/document/api/#/#)
|
|
143986
|
+
|
|
143987
|
+
### 第 88 次发布
|
|
143988
|
+
|
|
143989
|
+
发布时间:2024-08-20 02:24:24
|
|
143990
|
+
|
|
143991
|
+
本次发布包含了以下内容:
|
|
143992
|
+
|
|
143993
|
+
改善已有的文档。
|
|
143994
|
+
|
|
143995
|
+
新增接口:
|
|
143996
|
+
|
|
143997
|
+
* [UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)
|
|
143998
|
+
|
|
143726
143999
|
### 第 87 次发布
|
|
143727
144000
|
|
|
143728
144001
|
发布时间:2024-08-15 02:31:34
|
|
@@ -145317,6 +145590,27 @@
|
|
|
145317
145590
|
|
|
145318
145591
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
145319
145592
|
|
|
145593
|
+
### 第 75 次发布
|
|
145594
|
+
|
|
145595
|
+
发布时间:2024-08-21 02:23:57
|
|
145596
|
+
|
|
145597
|
+
本次发布包含了以下内容:
|
|
145598
|
+
|
|
145599
|
+
改善已有的文档。
|
|
145600
|
+
|
|
145601
|
+
修改接口:
|
|
145602
|
+
|
|
145603
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
|
|
145604
|
+
|
|
145605
|
+
* 新增入参:Location
|
|
145606
|
+
|
|
145607
|
+
* 新增出参:Location
|
|
145608
|
+
|
|
145609
|
+
|
|
145610
|
+
新增数据结构:
|
|
145611
|
+
|
|
145612
|
+
* [[Location](https://cloud.tencent.com/document/api/1364/54942#Location)](https://cloud.tencent.com/document/api/1364/54942#[Location](https://cloud.tencent.com/document/api/1364/54942#Location))
|
|
145613
|
+
|
|
145320
145614
|
### 第 74 次发布
|
|
145321
145615
|
|
|
145322
145616
|
发布时间:2024-08-02 02:19:29
|
|
@@ -150151,6 +150445,21 @@
|
|
|
150151
150445
|
|
|
150152
150446
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
150153
150447
|
|
|
150448
|
+
### 第 5 次发布
|
|
150449
|
+
|
|
150450
|
+
发布时间:2024-08-21 02:27:00
|
|
150451
|
+
|
|
150452
|
+
本次发布包含了以下内容:
|
|
150453
|
+
|
|
150454
|
+
改善已有的文档。
|
|
150455
|
+
|
|
150456
|
+
修改接口:
|
|
150457
|
+
|
|
150458
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
150459
|
+
|
|
150460
|
+
* 新增入参:EnableBodyJoins
|
|
150461
|
+
|
|
150462
|
+
|
|
150154
150463
|
### 第 4 次发布
|
|
150155
150464
|
|
|
150156
150465
|
发布时间:2024-07-29 02:25:41
|
|
@@ -150677,6 +150986,32 @@
|
|
|
150677
150986
|
|
|
150678
150987
|
## 云点播(vod) 版本:2018-07-17
|
|
150679
150988
|
|
|
150989
|
+
### 第 185 次发布
|
|
150990
|
+
|
|
150991
|
+
发布时间:2024-08-20 02:28:28
|
|
150992
|
+
|
|
150993
|
+
本次发布包含了以下内容:
|
|
150994
|
+
|
|
150995
|
+
改善已有的文档。
|
|
150996
|
+
|
|
150997
|
+
新增接口:
|
|
150998
|
+
|
|
150999
|
+
* [DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)
|
|
151000
|
+
* [FastEditMedia](https://cloud.tencent.com/document/api/266/110079)
|
|
151001
|
+
* [HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)
|
|
151002
|
+
|
|
151003
|
+
新增数据结构:
|
|
151004
|
+
|
|
151005
|
+
* [FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)
|
|
151006
|
+
* [RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)
|
|
151007
|
+
|
|
151008
|
+
修改数据结构:
|
|
151009
|
+
|
|
151010
|
+
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
|
151011
|
+
|
|
151012
|
+
* 新增成员:CreateTime, UpdateTime
|
|
151013
|
+
|
|
151014
|
+
|
|
150680
151015
|
### 第 184 次发布
|
|
150681
151016
|
|
|
150682
151017
|
发布时间:2024-08-19 02:30:58
|
|
@@ -155662,6 +155997,65 @@
|
|
|
155662
155997
|
|
|
155663
155998
|
## 私有网络(vpc) 版本:2017-03-12
|
|
155664
155999
|
|
|
156000
|
+
### 第 202 次发布
|
|
156001
|
+
|
|
156002
|
+
发布时间:2024-08-21 02:29:48
|
|
156003
|
+
|
|
156004
|
+
本次发布包含了以下内容:
|
|
156005
|
+
|
|
156006
|
+
改善已有的文档。
|
|
156007
|
+
|
|
156008
|
+
修改数据结构:
|
|
156009
|
+
|
|
156010
|
+
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
156011
|
+
|
|
156012
|
+
* 新增成员:TagSet
|
|
156013
|
+
|
|
156014
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
156015
|
+
|
|
156016
|
+
* [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
|
|
156017
|
+
|
|
156018
|
+
* 新增成员:TagSet
|
|
156019
|
+
|
|
156020
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
156021
|
+
|
|
156022
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
156023
|
+
|
|
156024
|
+
* 新增成员:TagSet
|
|
156025
|
+
|
|
156026
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
156027
|
+
|
|
156028
|
+
* 新增成员:TagSet
|
|
156029
|
+
|
|
156030
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
156031
|
+
|
|
156032
|
+
* 新增成员:TagSet
|
|
156033
|
+
|
|
156034
|
+
* [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
|
|
156035
|
+
|
|
156036
|
+
* 新增成员:TagSet, LocalGatewayId
|
|
156037
|
+
|
|
156038
|
+
* [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
|
|
156039
|
+
|
|
156040
|
+
* 新增成员:TagSet
|
|
156041
|
+
|
|
156042
|
+
* [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
|
|
156043
|
+
|
|
156044
|
+
* 新增成员:TagSet
|
|
156045
|
+
|
|
156046
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
156047
|
+
|
|
156048
|
+
* [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
|
|
156049
|
+
|
|
156050
|
+
* 新增成员:TagSet
|
|
156051
|
+
|
|
156052
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
156053
|
+
|
|
156054
|
+
* [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
|
|
156055
|
+
|
|
156056
|
+
* 新增成员:TagSet
|
|
156057
|
+
|
|
156058
|
+
|
|
155665
156059
|
### 第 201 次发布
|
|
155666
156060
|
|
|
155667
156061
|
发布时间:2024-08-16 02:37:46
|