tencentcloud-sdk-nodejs 4.0.875 → 4.0.876
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 +209 -0
- package/SERVICE_CHANGELOG.md +240 -233
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ciam/v20220331/ciam_models.ts +51 -42
- package/src/services/cls/v20201016/cls_client.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +11 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -2
- package/src/services/redis/v20180412/redis_client.ts +62 -13
- package/src/services/redis/v20180412/redis_models.ts +175 -55
- package/src/services/ssl/v20191205/ssl_models.ts +7 -7
- package/src/services/tcm/v20210413/tcm_models.ts +24 -3
- package/src/services/tcr/v20190924/tcr_models.ts +8 -8
- package/src/services/tdmq/v20200217/tdmq_models.ts +7 -2
- package/src/services/tke/v20180525/tke_client.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +14 -14
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +2 -0
- package/src/services/tse/v20201207/tse_models.ts +61 -0
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +27 -14
- package/src/services/waf/v20180125/waf_models.ts +139 -80
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +43 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +51 -42
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +19 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +27 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +166 -55
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +7 -7
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +24 -3
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +8 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +7 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +3 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +14 -14
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +59 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +135 -79
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +41 -6
- package/test/redis.v20180412.test.js +42 -2
- package/test/waf.v20180125.test.js +14 -4
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 12 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-06-14 01:22:52
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:EnableCoolDown, CoolDownBucket
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 专线接入(dc) 版本:2018-04-10
|
|
3
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-17 01:21:02
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,37 +12,22 @@
|
|
|
31
12
|
|
|
32
13
|
修改数据结构:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增成员:ShareOrNot
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
42
|
-
|
|
43
|
-
### 第 59 次发布
|
|
44
|
-
|
|
45
|
-
发布时间:2024-06-14 01:50:54
|
|
46
|
-
|
|
47
|
-
本次发布包含了以下内容:
|
|
48
|
-
|
|
49
|
-
改善已有的文档。
|
|
15
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
50
16
|
|
|
51
|
-
|
|
17
|
+
* 新增成员:WeComUserId
|
|
52
18
|
|
|
53
|
-
* [
|
|
19
|
+
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
54
20
|
|
|
55
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:WeComUserId
|
|
56
22
|
|
|
57
23
|
|
|
58
24
|
|
|
59
25
|
|
|
60
26
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
61
27
|
|
|
62
|
-
### 第
|
|
28
|
+
### 第 170 次发布
|
|
63
29
|
|
|
64
|
-
发布时间:2024-06-
|
|
30
|
+
发布时间:2024-06-17 01:42:30
|
|
65
31
|
|
|
66
32
|
本次发布包含了以下内容:
|
|
67
33
|
|
|
@@ -69,18 +35,10 @@
|
|
|
69
35
|
|
|
70
36
|
修改接口:
|
|
71
37
|
|
|
72
|
-
* [
|
|
73
|
-
|
|
74
|
-
* 新增入参:Option
|
|
75
|
-
|
|
76
|
-
* [ChannelDescribeOrganizationSeals](https://cloud.tencent.com/document/api/1420/82455)
|
|
77
|
-
|
|
78
|
-
* 新增入参:SealStatuses
|
|
38
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
79
39
|
|
|
40
|
+
* 新增入参:SealTypes
|
|
80
41
|
|
|
81
|
-
新增数据结构:
|
|
82
|
-
|
|
83
|
-
* [EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)
|
|
84
42
|
|
|
85
43
|
|
|
86
44
|
|
|
@@ -88,65 +46,34 @@
|
|
|
88
46
|
|
|
89
47
|
|
|
90
48
|
|
|
91
|
-
##
|
|
49
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
92
50
|
|
|
93
|
-
### 第
|
|
51
|
+
### 第 78 次发布
|
|
94
52
|
|
|
95
|
-
发布时间:2024-06-
|
|
53
|
+
发布时间:2024-06-17 02:05:47
|
|
96
54
|
|
|
97
55
|
本次发布包含了以下内容:
|
|
98
56
|
|
|
99
57
|
改善已有的文档。
|
|
100
58
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
* CheckIsPrometheusNewUser
|
|
104
|
-
|
|
105
|
-
修改数据结构:
|
|
106
|
-
|
|
107
|
-
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
108
|
-
|
|
109
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Name, UpdatedAt, UpdatedBy, NoticeType, UserNotices, URLNotices, IsPreset, NoticeLanguage, PolicyIds, AMPConsumerId, CLSNotices, Tags
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
115
|
-
|
|
116
|
-
### 第 85 次发布
|
|
117
|
-
|
|
118
|
-
发布时间:2024-06-14 02:15:02
|
|
119
|
-
|
|
120
|
-
本次发布包含了以下内容:
|
|
59
|
+
新增接口:
|
|
121
60
|
|
|
122
|
-
|
|
61
|
+
* [DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)
|
|
62
|
+
* [DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)
|
|
63
|
+
* [DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)
|
|
64
|
+
* [ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)
|
|
123
65
|
|
|
124
66
|
新增数据结构:
|
|
125
67
|
|
|
126
|
-
* [
|
|
127
|
-
* [AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput)
|
|
128
|
-
* [AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult)
|
|
129
|
-
|
|
130
|
-
修改数据结构:
|
|
131
|
-
|
|
132
|
-
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
133
|
-
|
|
134
|
-
* 新增成员:SegmentTask
|
|
135
|
-
|
|
136
|
-
* [SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)
|
|
137
|
-
|
|
138
|
-
* 新增成员:Title, Summary
|
|
139
|
-
|
|
140
|
-
* <font color="#dd0000">**修改成员**:</font>SegmentUrl
|
|
141
|
-
|
|
68
|
+
* [AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)
|
|
142
69
|
|
|
143
70
|
|
|
144
71
|
|
|
145
|
-
##
|
|
72
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
146
73
|
|
|
147
|
-
### 第
|
|
74
|
+
### 第 22 次发布
|
|
148
75
|
|
|
149
|
-
发布时间:2024-06-
|
|
76
|
+
发布时间:2024-06-17 02:13:16
|
|
150
77
|
|
|
151
78
|
本次发布包含了以下内容:
|
|
152
79
|
|
|
@@ -154,212 +81,129 @@
|
|
|
154
81
|
|
|
155
82
|
修改数据结构:
|
|
156
83
|
|
|
157
|
-
* [
|
|
158
|
-
|
|
159
|
-
* 新增成员:Page
|
|
160
|
-
|
|
161
|
-
* <font color="#dd0000">**修改成员**:</font>NeonatalInfo, MotherInfo, FatherInfo, IssueInfo
|
|
162
|
-
|
|
163
|
-
* [BloodPressureItem](https://cloud.tencent.com/document/api/1314/56230#BloodPressureItem)
|
|
164
|
-
|
|
165
|
-
* 新增成员:Page
|
|
166
|
-
|
|
167
|
-
* [Check](https://cloud.tencent.com/document/api/1314/56230#Check)
|
|
168
|
-
|
|
169
|
-
* 新增成员:Page
|
|
170
|
-
|
|
171
|
-
* [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
|
|
172
|
-
|
|
173
|
-
* 新增成员:Page
|
|
174
|
-
|
|
175
|
-
* <font color="#dd0000">**修改成员**:</font>CovidItems, Version
|
|
176
|
-
|
|
177
|
-
* [DiagCert](https://cloud.tencent.com/document/api/1314/56230#DiagCert)
|
|
178
|
-
|
|
179
|
-
* 新增成员:Page
|
|
180
|
-
|
|
181
|
-
* [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
|
|
182
|
-
|
|
183
|
-
* 新增成员:Page
|
|
184
|
-
|
|
185
|
-
* <font color="#dd0000">**修改成员**:</font>DiseaseHistory, PersonalHistory, DrugHistory, TreatmentRecord, ParagraphBlock
|
|
186
|
-
|
|
187
|
-
* [Electrocardiogram](https://cloud.tencent.com/document/api/1314/56230#Electrocardiogram)
|
|
188
|
-
|
|
189
|
-
* 新增成员:Page
|
|
190
|
-
|
|
191
|
-
* [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
|
|
192
|
-
|
|
193
|
-
* 新增成员:Page
|
|
194
|
-
|
|
195
|
-
* [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
|
|
196
|
-
|
|
197
|
-
* 新增成员:Page
|
|
198
|
-
|
|
199
|
-
* <font color="#dd0000">**修改成员**:</font>EyeItems, Version
|
|
200
|
-
|
|
201
|
-
* [FirstPage](https://cloud.tencent.com/document/api/1314/56230#FirstPage)
|
|
202
|
-
|
|
203
|
-
* 新增成员:Page
|
|
204
|
-
|
|
205
|
-
* <font color="#dd0000">**修改成员**:</font>DischargeDiagnosis, PathologicalDiagnosis, ClinicalDiagnosis, DamagePoi, Fp2NdItems
|
|
206
|
-
|
|
207
|
-
* [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
|
|
208
|
-
|
|
209
|
-
* 新增成员:Page
|
|
210
|
-
|
|
211
|
-
* [Indicator](https://cloud.tencent.com/document/api/1314/56230#Indicator)
|
|
212
|
-
|
|
213
|
-
* 新增成员:Page
|
|
84
|
+
* [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
|
|
214
85
|
|
|
215
|
-
*
|
|
86
|
+
* 新增成员:NeedDelete
|
|
216
87
|
|
|
217
|
-
|
|
88
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
218
89
|
|
|
219
|
-
*
|
|
90
|
+
* 新增成员:MasterZoneID, SlaveZoneID
|
|
220
91
|
|
|
221
|
-
|
|
92
|
+
* [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
|
|
222
93
|
|
|
223
|
-
*
|
|
94
|
+
* <font color="#dd0000">**修改成员**:</font>LoadBalancerHostname
|
|
224
95
|
|
|
225
|
-
|
|
96
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
226
97
|
|
|
227
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
98
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime, UpdatedTime
|
|
228
99
|
|
|
229
|
-
* [MedDoc](https://cloud.tencent.com/document/api/1314/56230#MedDoc)
|
|
230
100
|
|
|
231
|
-
* 新增成员:Page
|
|
232
101
|
|
|
233
|
-
* <font color="#dd0000">**修改成员**:</font>Advice, Diagnosis, DiseaseMedicalHistory, PersonalMedicalHistory, ObstericalMedicalHistory, FamilyMedicalHistory, MenstrualMedicalHistory, TreatmentRecord
|
|
234
102
|
|
|
235
|
-
|
|
103
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
236
104
|
|
|
237
|
-
|
|
105
|
+
### 第 113 次发布
|
|
238
106
|
|
|
239
|
-
|
|
107
|
+
发布时间:2024-06-17 02:17:28
|
|
240
108
|
|
|
241
|
-
|
|
109
|
+
本次发布包含了以下内容:
|
|
242
110
|
|
|
243
|
-
|
|
111
|
+
改善已有的文档。
|
|
244
112
|
|
|
245
|
-
|
|
113
|
+
修改数据结构:
|
|
246
114
|
|
|
247
|
-
|
|
115
|
+
* [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
|
|
248
116
|
|
|
249
|
-
*
|
|
117
|
+
* 新增成员:PayMode
|
|
250
118
|
|
|
251
|
-
|
|
119
|
+
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
252
120
|
|
|
253
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
121
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, User, Password, Description, Tags, CreateTime, ModifyTime, Type
|
|
254
122
|
|
|
255
|
-
* [Surgery](https://cloud.tencent.com/document/api/1314/56230#Surgery)
|
|
256
123
|
|
|
257
|
-
* 新增成员:Page
|
|
258
124
|
|
|
259
|
-
* <font color="#dd0000">**修改成员**:</font>SurgeryHistory, OtherInfo
|
|
260
125
|
|
|
261
|
-
|
|
126
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
262
127
|
|
|
263
|
-
* 新增成员:Page
|
|
264
128
|
|
|
265
|
-
* [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
|
|
266
129
|
|
|
267
|
-
|
|
130
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
268
131
|
|
|
269
|
-
|
|
132
|
+
### 第 172 次发布
|
|
270
133
|
|
|
271
|
-
|
|
134
|
+
发布时间:2024-06-17 02:22:05
|
|
272
135
|
|
|
273
|
-
|
|
136
|
+
本次发布包含了以下内容:
|
|
274
137
|
|
|
275
|
-
|
|
138
|
+
改善已有的文档。
|
|
276
139
|
|
|
277
|
-
|
|
140
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
278
141
|
|
|
142
|
+
* DescribeExternalClusterSpec
|
|
279
143
|
|
|
280
144
|
|
|
281
145
|
|
|
282
|
-
##
|
|
146
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
283
147
|
|
|
284
|
-
### 第
|
|
148
|
+
### 第 70 次发布
|
|
285
149
|
|
|
286
|
-
发布时间:2024-06-
|
|
150
|
+
发布时间:2024-06-17 02:25:45
|
|
287
151
|
|
|
288
152
|
本次发布包含了以下内容:
|
|
289
153
|
|
|
290
154
|
改善已有的文档。
|
|
291
155
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
* [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
|
|
295
|
-
|
|
296
|
-
* 新增入参:ShareScope
|
|
297
|
-
|
|
298
|
-
* [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
|
|
299
|
-
|
|
300
|
-
* 新增入参:ShareScope
|
|
156
|
+
新增数据结构:
|
|
301
157
|
|
|
158
|
+
* [ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)
|
|
159
|
+
* [ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)
|
|
302
160
|
|
|
303
161
|
修改数据结构:
|
|
304
162
|
|
|
305
|
-
* [
|
|
306
|
-
|
|
307
|
-
* 新增成员:ShareScope
|
|
163
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
308
164
|
|
|
165
|
+
* 新增成员:ZookeeperRegionInfo, DeployMode
|
|
309
166
|
|
|
167
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1364/54942#VpcInfo)
|
|
310
168
|
|
|
169
|
+
* 新增成员:LbSubnetId
|
|
311
170
|
|
|
312
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
313
171
|
|
|
314
172
|
|
|
315
173
|
|
|
316
|
-
##
|
|
174
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
317
175
|
|
|
318
|
-
### 第
|
|
176
|
+
### 第 88 次发布
|
|
319
177
|
|
|
320
|
-
发布时间:2024-06-
|
|
178
|
+
发布时间:2024-06-17 02:33:30
|
|
321
179
|
|
|
322
180
|
本次发布包含了以下内容:
|
|
323
181
|
|
|
324
182
|
改善已有的文档。
|
|
325
183
|
|
|
326
|
-
|
|
184
|
+
新增接口:
|
|
327
185
|
|
|
328
|
-
* [
|
|
186
|
+
* [DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)
|
|
329
187
|
|
|
330
|
-
|
|
188
|
+
新增数据结构:
|
|
331
189
|
|
|
190
|
+
* [DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)
|
|
332
191
|
|
|
333
192
|
|
|
334
193
|
|
|
335
194
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
336
195
|
|
|
337
|
-
### 第
|
|
196
|
+
### 第 95 次发布
|
|
338
197
|
|
|
339
|
-
发布时间:2024-06-
|
|
198
|
+
发布时间:2024-06-17 02:35:04
|
|
340
199
|
|
|
341
200
|
本次发布包含了以下内容:
|
|
342
201
|
|
|
343
202
|
改善已有的文档。
|
|
344
203
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
348
|
-
|
|
349
|
-
* 新增入参:TableNameFilter, TableFilterType
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
新增数据结构:
|
|
353
|
-
|
|
354
|
-
* [TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty)
|
|
355
|
-
* [TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter)
|
|
356
|
-
|
|
357
|
-
修改数据结构:
|
|
358
|
-
|
|
359
|
-
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
360
|
-
|
|
361
|
-
* 新增成员:TableProperties
|
|
204
|
+
新增接口:
|
|
362
205
|
|
|
206
|
+
* [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
|
|
363
207
|
|
|
364
208
|
|
|
365
209
|
|
|
@@ -26007,6 +25851,25 @@
|
|
|
26007
25851
|
|
|
26008
25852
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
26009
25853
|
|
|
25854
|
+
### 第 11 次发布
|
|
25855
|
+
|
|
25856
|
+
发布时间:2024-06-17 01:21:02
|
|
25857
|
+
|
|
25858
|
+
本次发布包含了以下内容:
|
|
25859
|
+
|
|
25860
|
+
改善已有的文档。
|
|
25861
|
+
|
|
25862
|
+
修改数据结构:
|
|
25863
|
+
|
|
25864
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
25865
|
+
|
|
25866
|
+
* 新增成员:WeComUserId
|
|
25867
|
+
|
|
25868
|
+
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
25869
|
+
|
|
25870
|
+
* 新增成员:WeComUserId
|
|
25871
|
+
|
|
25872
|
+
|
|
26010
25873
|
### 第 10 次发布
|
|
26011
25874
|
|
|
26012
25875
|
发布时间:2023-07-06 01:13:25
|
|
@@ -65344,6 +65207,21 @@
|
|
|
65344
65207
|
|
|
65345
65208
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
65346
65209
|
|
|
65210
|
+
### 第 170 次发布
|
|
65211
|
+
|
|
65212
|
+
发布时间:2024-06-17 01:42:30
|
|
65213
|
+
|
|
65214
|
+
本次发布包含了以下内容:
|
|
65215
|
+
|
|
65216
|
+
改善已有的文档。
|
|
65217
|
+
|
|
65218
|
+
修改接口:
|
|
65219
|
+
|
|
65220
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
65221
|
+
|
|
65222
|
+
* 新增入参:SealTypes
|
|
65223
|
+
|
|
65224
|
+
|
|
65347
65225
|
### 第 169 次发布
|
|
65348
65226
|
|
|
65349
65227
|
发布时间:2024-06-14 01:52:51
|
|
@@ -65365,7 +65243,7 @@
|
|
|
65365
65243
|
|
|
65366
65244
|
新增数据结构:
|
|
65367
65245
|
|
|
65368
|
-
* [
|
|
65246
|
+
* [EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)
|
|
65369
65247
|
|
|
65370
65248
|
### 第 168 次发布
|
|
65371
65249
|
|
|
@@ -92457,9 +92335,9 @@
|
|
|
92457
92335
|
|
|
92458
92336
|
新增数据结构:
|
|
92459
92337
|
|
|
92460
|
-
* [
|
|
92461
|
-
* [
|
|
92462
|
-
* [
|
|
92338
|
+
* [AiAnalysisTaskSegmentInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentInput)
|
|
92339
|
+
* [AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput)
|
|
92340
|
+
* [AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult)
|
|
92463
92341
|
|
|
92464
92342
|
修改数据结构:
|
|
92465
92343
|
|
|
@@ -104352,6 +104230,25 @@
|
|
|
104352
104230
|
|
|
104353
104231
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
104354
104232
|
|
|
104233
|
+
### 第 78 次发布
|
|
104234
|
+
|
|
104235
|
+
发布时间:2024-06-17 02:05:47
|
|
104236
|
+
|
|
104237
|
+
本次发布包含了以下内容:
|
|
104238
|
+
|
|
104239
|
+
改善已有的文档。
|
|
104240
|
+
|
|
104241
|
+
新增接口:
|
|
104242
|
+
|
|
104243
|
+
* [[DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)](https://cloud.tencent.com/document/api/#/#)
|
|
104244
|
+
* [[DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)](https://cloud.tencent.com/document/api/#/#)
|
|
104245
|
+
* [[DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)](https://cloud.tencent.com/document/api/#/#)
|
|
104246
|
+
* [[ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)](https://cloud.tencent.com/document/api/#/#)
|
|
104247
|
+
|
|
104248
|
+
新增数据结构:
|
|
104249
|
+
|
|
104250
|
+
* [[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)](https://cloud.tencent.com/document/api/239/20022#[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion))
|
|
104251
|
+
|
|
104355
104252
|
### 第 77 次发布
|
|
104356
104253
|
|
|
104357
104254
|
发布时间:2024-06-14 02:23:01
|
|
@@ -117351,6 +117248,33 @@
|
|
|
117351
117248
|
|
|
117352
117249
|
## 服务网格(tcm) 版本:2021-04-13
|
|
117353
117250
|
|
|
117251
|
+
### 第 22 次发布
|
|
117252
|
+
|
|
117253
|
+
发布时间:2024-06-17 02:13:16
|
|
117254
|
+
|
|
117255
|
+
本次发布包含了以下内容:
|
|
117256
|
+
|
|
117257
|
+
改善已有的文档。
|
|
117258
|
+
|
|
117259
|
+
修改数据结构:
|
|
117260
|
+
|
|
117261
|
+
* [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
|
|
117262
|
+
|
|
117263
|
+
* 新增成员:NeedDelete
|
|
117264
|
+
|
|
117265
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
117266
|
+
|
|
117267
|
+
* 新增成员:MasterZoneID, SlaveZoneID
|
|
117268
|
+
|
|
117269
|
+
* [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
|
|
117270
|
+
|
|
117271
|
+
* <font color="#dd0000">**修改成员**:</font>LoadBalancerHostname
|
|
117272
|
+
|
|
117273
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
117274
|
+
|
|
117275
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime, UpdatedTime
|
|
117276
|
+
|
|
117277
|
+
|
|
117354
117278
|
### 第 21 次发布
|
|
117355
117279
|
|
|
117356
117280
|
发布时间:2023-10-09 01:23:14
|
|
@@ -121590,6 +121514,25 @@
|
|
|
121590
121514
|
|
|
121591
121515
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
121592
121516
|
|
|
121517
|
+
### 第 113 次发布
|
|
121518
|
+
|
|
121519
|
+
发布时间:2024-06-17 02:17:28
|
|
121520
|
+
|
|
121521
|
+
本次发布包含了以下内容:
|
|
121522
|
+
|
|
121523
|
+
改善已有的文档。
|
|
121524
|
+
|
|
121525
|
+
修改数据结构:
|
|
121526
|
+
|
|
121527
|
+
* [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
|
|
121528
|
+
|
|
121529
|
+
* 新增成员:PayMode
|
|
121530
|
+
|
|
121531
|
+
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
121532
|
+
|
|
121533
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, User, Password, Description, Tags, CreateTime, ModifyTime, Type
|
|
121534
|
+
|
|
121535
|
+
|
|
121593
121536
|
### 第 112 次发布
|
|
121594
121537
|
|
|
121595
121538
|
发布时间:2024-05-29 02:13:49
|
|
@@ -132987,6 +132930,18 @@
|
|
|
132987
132930
|
|
|
132988
132931
|
## 容器服务(tke) 版本:2018-05-25
|
|
132989
132932
|
|
|
132933
|
+
### 第 172 次发布
|
|
132934
|
+
|
|
132935
|
+
发布时间:2024-06-17 02:22:05
|
|
132936
|
+
|
|
132937
|
+
本次发布包含了以下内容:
|
|
132938
|
+
|
|
132939
|
+
改善已有的文档。
|
|
132940
|
+
|
|
132941
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
132942
|
+
|
|
132943
|
+
* DescribeExternalClusterSpec
|
|
132944
|
+
|
|
132990
132945
|
### 第 171 次发布
|
|
132991
132946
|
|
|
132992
132947
|
发布时间:2024-04-17 01:24:26
|
|
@@ -139678,6 +139633,30 @@
|
|
|
139678
139633
|
|
|
139679
139634
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
139680
139635
|
|
|
139636
|
+
### 第 70 次发布
|
|
139637
|
+
|
|
139638
|
+
发布时间:2024-06-17 02:25:45
|
|
139639
|
+
|
|
139640
|
+
本次发布包含了以下内容:
|
|
139641
|
+
|
|
139642
|
+
改善已有的文档。
|
|
139643
|
+
|
|
139644
|
+
新增数据结构:
|
|
139645
|
+
|
|
139646
|
+
* [[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo))
|
|
139647
|
+
* [[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo))
|
|
139648
|
+
|
|
139649
|
+
修改数据结构:
|
|
139650
|
+
|
|
139651
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
139652
|
+
|
|
139653
|
+
* 新增成员:ZookeeperRegionInfo, DeployMode
|
|
139654
|
+
|
|
139655
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1364/54942#VpcInfo)
|
|
139656
|
+
|
|
139657
|
+
* 新增成员:LbSubnetId
|
|
139658
|
+
|
|
139659
|
+
|
|
139681
139660
|
### 第 69 次发布
|
|
139682
139661
|
|
|
139683
139662
|
发布时间:2024-06-10 02:42:22
|
|
@@ -153992,6 +153971,22 @@
|
|
|
153992
153971
|
|
|
153993
153972
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
153994
153973
|
|
|
153974
|
+
### 第 88 次发布
|
|
153975
|
+
|
|
153976
|
+
发布时间:2024-06-17 02:33:30
|
|
153977
|
+
|
|
153978
|
+
本次发布包含了以下内容:
|
|
153979
|
+
|
|
153980
|
+
改善已有的文档。
|
|
153981
|
+
|
|
153982
|
+
新增接口:
|
|
153983
|
+
|
|
153984
|
+
* [[DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)](https://cloud.tencent.com/document/api/#/#)
|
|
153985
|
+
|
|
153986
|
+
新增数据结构:
|
|
153987
|
+
|
|
153988
|
+
* [[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)](https://cloud.tencent.com/document/api/627/53609#[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp))
|
|
153989
|
+
|
|
153995
153990
|
### 第 87 次发布
|
|
153996
153991
|
|
|
153997
153992
|
发布时间:2024-06-13 02:48:34
|
|
@@ -156350,6 +156345,18 @@
|
|
|
156350
156345
|
|
|
156351
156346
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
156352
156347
|
|
|
156348
|
+
### 第 95 次发布
|
|
156349
|
+
|
|
156350
|
+
发布时间:2024-06-17 02:35:04
|
|
156351
|
+
|
|
156352
|
+
本次发布包含了以下内容:
|
|
156353
|
+
|
|
156354
|
+
改善已有的文档。
|
|
156355
|
+
|
|
156356
|
+
新增接口:
|
|
156357
|
+
|
|
156358
|
+
* [[CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)](https://cloud.tencent.com/document/api/#/#)
|
|
156359
|
+
|
|
156353
156360
|
### 第 94 次发布
|
|
156354
156361
|
|
|
156355
156362
|
发布时间:2024-06-14 03:00:16
|
|
@@ -156367,8 +156374,8 @@
|
|
|
156367
156374
|
|
|
156368
156375
|
新增数据结构:
|
|
156369
156376
|
|
|
156370
|
-
* [
|
|
156371
|
-
* [
|
|
156377
|
+
* [TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty)
|
|
156378
|
+
* [TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter)
|
|
156372
156379
|
|
|
156373
156380
|
修改数据结构:
|
|
156374
156381
|
|
|
@@ -157683,7 +157690,7 @@
|
|
|
157683
157690
|
* [CreateProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
157684
157691
|
* [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
157685
157692
|
* [CreateTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
157686
|
-
* [CreateTaskFolder](https://cloud.tencent.com/document/api
|
|
157693
|
+
* [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
|
|
157687
157694
|
* [CreateTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
157688
157695
|
* [CreateTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
157689
157696
|
* [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)
|