tencentcloud-sdk-nodejs 4.0.861 → 4.0.862
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 +227 -0
- package/SERVICE_CHANGELOG.md +318 -66
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
- package/src/services/dasb/v20191018/dasb_client.ts +100 -25
- package/src/services/dasb/v20191018/dasb_models.ts +605 -128
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +32 -0
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +28 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +11 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +30 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/test/dasb.v20191018.test.js +66 -6
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +76 -16
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,41 +1,83 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-27 01:18:10
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增入参:IsQuery
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
23
|
+
|
|
24
|
+
### 第 90 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-05-27 01:28:43
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
35
|
+
|
|
36
|
+
* 新增入参:DeviceType
|
|
37
|
+
|
|
38
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
39
|
+
|
|
40
|
+
* 新增入参:DeviceType
|
|
41
|
+
|
|
42
|
+
* [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
|
|
43
|
+
|
|
44
|
+
* 新增入参:DeviceType
|
|
45
|
+
|
|
46
|
+
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
47
|
+
|
|
48
|
+
* 新增入参:PayMode
|
|
49
|
+
|
|
50
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
|
|
51
|
+
|
|
52
|
+
* 新增入参:DeviceType
|
|
18
53
|
|
|
19
|
-
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
20
54
|
|
|
21
55
|
修改数据结构:
|
|
22
56
|
|
|
23
|
-
* [
|
|
57
|
+
* [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
|
|
24
58
|
|
|
25
|
-
* 新增成员:
|
|
59
|
+
* 新增成员:InstanceTasks, InstanceDeviceType
|
|
26
60
|
|
|
61
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
27
62
|
|
|
63
|
+
* 新增成员:DeviceType
|
|
28
64
|
|
|
65
|
+
* [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
|
|
29
66
|
|
|
30
|
-
|
|
67
|
+
* 新增成员:DeviceType
|
|
31
68
|
|
|
69
|
+
* [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
|
|
32
70
|
|
|
71
|
+
* 新增成员:OldDeviceType, DeviceType
|
|
33
72
|
|
|
34
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
35
73
|
|
|
36
|
-
### 第 89 次发布
|
|
37
74
|
|
|
38
|
-
|
|
75
|
+
|
|
76
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
77
|
+
|
|
78
|
+
### 第 25 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-05-27 01:29:56
|
|
39
81
|
|
|
40
82
|
本次发布包含了以下内容:
|
|
41
83
|
|
|
@@ -43,16 +85,26 @@
|
|
|
43
85
|
|
|
44
86
|
新增接口:
|
|
45
87
|
|
|
46
|
-
* [
|
|
47
|
-
* [
|
|
88
|
+
* [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
|
|
89
|
+
* [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
|
|
90
|
+
* [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
|
|
91
|
+
* [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
|
|
92
|
+
* [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
|
|
93
|
+
* [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
|
|
48
94
|
|
|
95
|
+
新增数据结构:
|
|
49
96
|
|
|
97
|
+
* [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
|
|
98
|
+
* [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
|
|
99
|
+
* [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
|
|
50
100
|
|
|
51
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
52
101
|
|
|
53
|
-
### 第 172 次发布
|
|
54
102
|
|
|
55
|
-
|
|
103
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
104
|
+
|
|
105
|
+
### 第 29 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-05-27 01:30:50
|
|
56
108
|
|
|
57
109
|
本次发布包含了以下内容:
|
|
58
110
|
|
|
@@ -60,39 +112,54 @@
|
|
|
60
112
|
|
|
61
113
|
新增接口:
|
|
62
114
|
|
|
63
|
-
* [
|
|
64
|
-
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
115
|
+
* [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
|
|
65
116
|
|
|
66
117
|
|
|
67
118
|
|
|
68
|
-
##
|
|
119
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
69
120
|
|
|
70
|
-
### 第 168 次发布
|
|
71
121
|
|
|
72
|
-
|
|
122
|
+
|
|
123
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
124
|
+
|
|
125
|
+
### 第 90 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2024-05-27 01:32:23
|
|
73
128
|
|
|
74
129
|
本次发布包含了以下内容:
|
|
75
130
|
|
|
76
131
|
改善已有的文档。
|
|
77
132
|
|
|
78
|
-
|
|
133
|
+
新增接口:
|
|
79
134
|
|
|
80
|
-
* [
|
|
135
|
+
* [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
|
|
81
136
|
|
|
82
|
-
* 新增出参:FlowId
|
|
83
137
|
|
|
84
138
|
|
|
139
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
85
140
|
|
|
141
|
+
### 第 13 次发布
|
|
86
142
|
|
|
87
|
-
|
|
143
|
+
发布时间:2024-05-27 01:34:38
|
|
88
144
|
|
|
145
|
+
本次发布包含了以下内容:
|
|
89
146
|
|
|
147
|
+
改善已有的文档。
|
|
90
148
|
|
|
91
|
-
|
|
149
|
+
修改数据结构:
|
|
92
150
|
|
|
93
|
-
|
|
151
|
+
* [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
|
|
152
|
+
|
|
153
|
+
* 新增成员:Channel
|
|
94
154
|
|
|
95
|
-
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
159
|
+
|
|
160
|
+
### 第 173 次发布
|
|
161
|
+
|
|
162
|
+
发布时间:2024-05-27 01:39:33
|
|
96
163
|
|
|
97
164
|
本次发布包含了以下内容:
|
|
98
165
|
|
|
@@ -100,57 +167,61 @@
|
|
|
100
167
|
|
|
101
168
|
修改接口:
|
|
102
169
|
|
|
103
|
-
* [
|
|
170
|
+
* [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
|
|
104
171
|
|
|
105
|
-
* 新增入参:
|
|
172
|
+
* 新增入参:IdCardType
|
|
106
173
|
|
|
107
174
|
|
|
108
175
|
|
|
109
176
|
|
|
110
|
-
##
|
|
177
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
111
178
|
|
|
112
|
-
### 第
|
|
179
|
+
### 第 64 次发布
|
|
113
180
|
|
|
114
|
-
发布时间:2024-05-
|
|
181
|
+
发布时间:2024-05-27 01:45:34
|
|
115
182
|
|
|
116
183
|
本次发布包含了以下内容:
|
|
117
184
|
|
|
118
185
|
改善已有的文档。
|
|
119
186
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
123
|
-
|
|
124
|
-
修改数据结构:
|
|
187
|
+
新增接口:
|
|
125
188
|
|
|
126
|
-
* [
|
|
189
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
190
|
+
* [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
|
|
191
|
+
* [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
|
|
192
|
+
* [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
|
|
193
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
194
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
127
195
|
|
|
128
|
-
|
|
196
|
+
新增数据结构:
|
|
129
197
|
|
|
198
|
+
* [AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)
|
|
199
|
+
* [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
|
|
200
|
+
* [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
|
|
201
|
+
* [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
|
|
130
202
|
|
|
131
203
|
|
|
132
204
|
|
|
133
|
-
##
|
|
205
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
134
206
|
|
|
135
|
-
### 第
|
|
207
|
+
### 第 62 次发布
|
|
136
208
|
|
|
137
|
-
发布时间:2024-05-
|
|
209
|
+
发布时间:2024-05-27 02:17:11
|
|
138
210
|
|
|
139
211
|
本次发布包含了以下内容:
|
|
140
212
|
|
|
141
213
|
改善已有的文档。
|
|
142
214
|
|
|
143
|
-
|
|
215
|
+
修改数据结构:
|
|
144
216
|
|
|
145
|
-
* [
|
|
146
|
-
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
147
|
-
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
217
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
148
218
|
|
|
149
|
-
|
|
219
|
+
* 新增成员:NameSpace
|
|
150
220
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
154
225
|
|
|
155
226
|
|
|
156
227
|
|
|
@@ -22928,6 +22999,21 @@
|
|
|
22928
22999
|
|
|
22929
23000
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
22930
23001
|
|
|
23002
|
+
### 第 11 次发布
|
|
23003
|
+
|
|
23004
|
+
发布时间:2024-05-27 01:18:10
|
|
23005
|
+
|
|
23006
|
+
本次发布包含了以下内容:
|
|
23007
|
+
|
|
23008
|
+
改善已有的文档。
|
|
23009
|
+
|
|
23010
|
+
修改接口:
|
|
23011
|
+
|
|
23012
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
23013
|
+
|
|
23014
|
+
* 新增入参:IsQuery
|
|
23015
|
+
|
|
23016
|
+
|
|
22931
23017
|
### 第 10 次发布
|
|
22932
23018
|
|
|
22933
23019
|
发布时间:2024-05-15 01:12:20
|
|
@@ -44399,6 +44485,56 @@
|
|
|
44399
44485
|
|
|
44400
44486
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44401
44487
|
|
|
44488
|
+
### 第 90 次发布
|
|
44489
|
+
|
|
44490
|
+
发布时间:2024-05-27 01:28:43
|
|
44491
|
+
|
|
44492
|
+
本次发布包含了以下内容:
|
|
44493
|
+
|
|
44494
|
+
改善已有的文档。
|
|
44495
|
+
|
|
44496
|
+
修改接口:
|
|
44497
|
+
|
|
44498
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
44499
|
+
|
|
44500
|
+
* 新增入参:DeviceType
|
|
44501
|
+
|
|
44502
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
44503
|
+
|
|
44504
|
+
* 新增入参:DeviceType
|
|
44505
|
+
|
|
44506
|
+
* [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
|
|
44507
|
+
|
|
44508
|
+
* 新增入参:DeviceType
|
|
44509
|
+
|
|
44510
|
+
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
44511
|
+
|
|
44512
|
+
* 新增入参:PayMode
|
|
44513
|
+
|
|
44514
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
|
|
44515
|
+
|
|
44516
|
+
* 新增入参:DeviceType
|
|
44517
|
+
|
|
44518
|
+
|
|
44519
|
+
修改数据结构:
|
|
44520
|
+
|
|
44521
|
+
* [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
|
|
44522
|
+
|
|
44523
|
+
* 新增成员:InstanceTasks, InstanceDeviceType
|
|
44524
|
+
|
|
44525
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
44526
|
+
|
|
44527
|
+
* 新增成员:DeviceType
|
|
44528
|
+
|
|
44529
|
+
* [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
|
|
44530
|
+
|
|
44531
|
+
* 新增成员:DeviceType
|
|
44532
|
+
|
|
44533
|
+
* [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
|
|
44534
|
+
|
|
44535
|
+
* 新增成员:OldDeviceType, DeviceType
|
|
44536
|
+
|
|
44537
|
+
|
|
44402
44538
|
### 第 89 次发布
|
|
44403
44539
|
|
|
44404
44540
|
发布时间:2024-05-14 01:39:01
|
|
@@ -46307,6 +46443,29 @@
|
|
|
46307
46443
|
|
|
46308
46444
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46309
46445
|
|
|
46446
|
+
### 第 25 次发布
|
|
46447
|
+
|
|
46448
|
+
发布时间:2024-05-27 01:29:56
|
|
46449
|
+
|
|
46450
|
+
本次发布包含了以下内容:
|
|
46451
|
+
|
|
46452
|
+
改善已有的文档。
|
|
46453
|
+
|
|
46454
|
+
新增接口:
|
|
46455
|
+
|
|
46456
|
+
* [[CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)](https://cloud.tencent.com/document/api/#/#)
|
|
46457
|
+
* [[DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)](https://cloud.tencent.com/document/api/#/#)
|
|
46458
|
+
* [[DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)](https://cloud.tencent.com/document/api/#/#)
|
|
46459
|
+
* [[DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)](https://cloud.tencent.com/document/api/#/#)
|
|
46460
|
+
* [[ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)](https://cloud.tencent.com/document/api/#/#)
|
|
46461
|
+
* [[RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)](https://cloud.tencent.com/document/api/#/#)
|
|
46462
|
+
|
|
46463
|
+
新增数据结构:
|
|
46464
|
+
|
|
46465
|
+
* [[ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)](https://cloud.tencent.com/document/api/1025/74416#[ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail))
|
|
46466
|
+
* [[ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)](https://cloud.tencent.com/document/api/1025/74416#[ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo))
|
|
46467
|
+
* [[RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)](https://cloud.tencent.com/document/api/1025/74416#[RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail))
|
|
46468
|
+
|
|
46310
46469
|
### 第 24 次发布
|
|
46311
46470
|
|
|
46312
46471
|
发布时间:2024-03-07 01:13:28
|
|
@@ -47816,6 +47975,18 @@
|
|
|
47816
47975
|
|
|
47817
47976
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
47818
47977
|
|
|
47978
|
+
### 第 29 次发布
|
|
47979
|
+
|
|
47980
|
+
发布时间:2024-05-27 01:30:50
|
|
47981
|
+
|
|
47982
|
+
本次发布包含了以下内容:
|
|
47983
|
+
|
|
47984
|
+
改善已有的文档。
|
|
47985
|
+
|
|
47986
|
+
新增接口:
|
|
47987
|
+
|
|
47988
|
+
* [[DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)](https://cloud.tencent.com/document/api/#/#)
|
|
47989
|
+
|
|
47819
47990
|
### 第 28 次发布
|
|
47820
47991
|
|
|
47821
47992
|
发布时间:2024-05-24 01:30:51
|
|
@@ -47826,11 +47997,11 @@
|
|
|
47826
47997
|
|
|
47827
47998
|
新增接口:
|
|
47828
47999
|
|
|
47829
|
-
* [
|
|
48000
|
+
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
47830
48001
|
|
|
47831
48002
|
新增数据结构:
|
|
47832
48003
|
|
|
47833
|
-
* [
|
|
48004
|
+
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
47834
48005
|
|
|
47835
48006
|
修改数据结构:
|
|
47836
48007
|
|
|
@@ -50200,6 +50371,18 @@
|
|
|
50200
50371
|
|
|
50201
50372
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50202
50373
|
|
|
50374
|
+
### 第 90 次发布
|
|
50375
|
+
|
|
50376
|
+
发布时间:2024-05-27 01:32:23
|
|
50377
|
+
|
|
50378
|
+
本次发布包含了以下内容:
|
|
50379
|
+
|
|
50380
|
+
改善已有的文档。
|
|
50381
|
+
|
|
50382
|
+
新增接口:
|
|
50383
|
+
|
|
50384
|
+
* [[ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)](https://cloud.tencent.com/document/api/#/#)
|
|
50385
|
+
|
|
50203
50386
|
### 第 89 次发布
|
|
50204
50387
|
|
|
50205
50388
|
发布时间:2024-05-24 01:32:25
|
|
@@ -50210,8 +50393,8 @@
|
|
|
50210
50393
|
|
|
50211
50394
|
新增接口:
|
|
50212
50395
|
|
|
50213
|
-
* [
|
|
50214
|
-
* [
|
|
50396
|
+
* [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
|
|
50397
|
+
* [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
|
|
50215
50398
|
|
|
50216
50399
|
### 第 88 次发布
|
|
50217
50400
|
|
|
@@ -53598,6 +53781,21 @@
|
|
|
53598
53781
|
|
|
53599
53782
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
53600
53783
|
|
|
53784
|
+
### 第 13 次发布
|
|
53785
|
+
|
|
53786
|
+
发布时间:2024-05-27 01:34:38
|
|
53787
|
+
|
|
53788
|
+
本次发布包含了以下内容:
|
|
53789
|
+
|
|
53790
|
+
改善已有的文档。
|
|
53791
|
+
|
|
53792
|
+
修改数据结构:
|
|
53793
|
+
|
|
53794
|
+
* [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
|
|
53795
|
+
|
|
53796
|
+
* 新增成员:Channel
|
|
53797
|
+
|
|
53798
|
+
|
|
53601
53799
|
### 第 12 次发布
|
|
53602
53800
|
|
|
53603
53801
|
发布时间:2024-05-21 01:34:24
|
|
@@ -61045,6 +61243,21 @@
|
|
|
61045
61243
|
|
|
61046
61244
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61047
61245
|
|
|
61246
|
+
### 第 173 次发布
|
|
61247
|
+
|
|
61248
|
+
发布时间:2024-05-27 01:39:33
|
|
61249
|
+
|
|
61250
|
+
本次发布包含了以下内容:
|
|
61251
|
+
|
|
61252
|
+
改善已有的文档。
|
|
61253
|
+
|
|
61254
|
+
修改接口:
|
|
61255
|
+
|
|
61256
|
+
* [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
|
|
61257
|
+
|
|
61258
|
+
* 新增入参:IdCardType
|
|
61259
|
+
|
|
61260
|
+
|
|
61048
61261
|
### 第 172 次发布
|
|
61049
61262
|
|
|
61050
61263
|
发布时间:2024-05-24 01:39:35
|
|
@@ -61055,8 +61268,8 @@
|
|
|
61055
61268
|
|
|
61056
61269
|
新增接口:
|
|
61057
61270
|
|
|
61058
|
-
* [
|
|
61059
|
-
* [
|
|
61271
|
+
* [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
|
|
61272
|
+
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
61060
61273
|
|
|
61061
61274
|
### 第 171 次发布
|
|
61062
61275
|
|
|
@@ -75903,6 +76116,30 @@
|
|
|
75903
76116
|
|
|
75904
76117
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
75905
76118
|
|
|
76119
|
+
### 第 64 次发布
|
|
76120
|
+
|
|
76121
|
+
发布时间:2024-05-27 01:45:34
|
|
76122
|
+
|
|
76123
|
+
本次发布包含了以下内容:
|
|
76124
|
+
|
|
76125
|
+
改善已有的文档。
|
|
76126
|
+
|
|
76127
|
+
新增接口:
|
|
76128
|
+
|
|
76129
|
+
* [[ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)](https://cloud.tencent.com/document/api/#/#)
|
|
76130
|
+
* [[AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)](https://cloud.tencent.com/document/api/#/#)
|
|
76131
|
+
* [[CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)](https://cloud.tencent.com/document/api/#/#)
|
|
76132
|
+
* [[GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)](https://cloud.tencent.com/document/api/#/#)
|
|
76133
|
+
* [[GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)](https://cloud.tencent.com/document/api/#/#)
|
|
76134
|
+
* [[GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)](https://cloud.tencent.com/document/api/#/#)
|
|
76135
|
+
|
|
76136
|
+
新增数据结构:
|
|
76137
|
+
|
|
76138
|
+
* [[AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)](https://cloud.tencent.com/document/api/1081/34988#[AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo))
|
|
76139
|
+
* [[TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo))
|
|
76140
|
+
* [[TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo))
|
|
76141
|
+
* [[TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo))
|
|
76142
|
+
|
|
75906
76143
|
### 第 63 次发布
|
|
75907
76144
|
|
|
75908
76145
|
发布时间:2024-05-23 01:45:19
|
|
@@ -91236,7 +91473,7 @@
|
|
|
91236
91473
|
|
|
91237
91474
|
新增数据结构:
|
|
91238
91475
|
|
|
91239
|
-
* [
|
|
91476
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
91240
91477
|
|
|
91241
91478
|
修改数据结构:
|
|
91242
91479
|
|
|
@@ -110935,15 +111172,15 @@
|
|
|
110935
111172
|
|
|
110936
111173
|
新增接口:
|
|
110937
111174
|
|
|
110938
|
-
* [
|
|
110939
|
-
* [
|
|
110940
|
-
* [
|
|
111175
|
+
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
111176
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
111177
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
110941
111178
|
|
|
110942
111179
|
新增数据结构:
|
|
110943
111180
|
|
|
110944
|
-
* [
|
|
110945
|
-
* [
|
|
110946
|
-
* [
|
|
111181
|
+
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
111182
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
111183
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
110947
111184
|
|
|
110948
111185
|
### 第 1 次发布
|
|
110949
111186
|
|
|
@@ -128916,6 +129153,21 @@
|
|
|
128916
129153
|
|
|
128917
129154
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
128918
129155
|
|
|
129156
|
+
### 第 62 次发布
|
|
129157
|
+
|
|
129158
|
+
发布时间:2024-05-27 02:17:11
|
|
129159
|
+
|
|
129160
|
+
本次发布包含了以下内容:
|
|
129161
|
+
|
|
129162
|
+
改善已有的文档。
|
|
129163
|
+
|
|
129164
|
+
修改数据结构:
|
|
129165
|
+
|
|
129166
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
129167
|
+
|
|
129168
|
+
* 新增成员:NameSpace
|
|
129169
|
+
|
|
129170
|
+
|
|
128919
129171
|
### 第 61 次发布
|
|
128920
129172
|
|
|
128921
129173
|
发布时间:2024-05-23 02:16:47
|