tencentcloud-sdk-nodejs 4.0.660 → 4.0.661
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 +411 -0
- package/SERVICE_CHANGELOG.md +551 -90
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +4 -0
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +96 -0
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_client.ts +6 -4
- package/src/services/dts/v20211206/dts_models.ts +308 -168
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +10 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +79 -59
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +18 -6
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +28 -0
- package/src/services/live/v20180801/live_client.ts +43 -30
- package/src/services/live/v20180801/live_models.ts +123 -82
- package/src/services/ms/v20180408/ms_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +3 -38
- package/src/services/ocr/v20181119/ocr_models.ts +42 -381
- package/src/services/organization/v20210331/organization_client.ts +40 -16
- package/src/services/organization/v20210331/organization_models.ts +156 -112
- package/src/services/rum/v20210622/rum_models.ts +6 -1
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +76 -42
- package/src/services/tdmq/v20200217/tdmq_models.ts +32 -0
- package/src/services/tione/v20211111/tione_client.ts +20 -5
- package/src/services/tione/v20211111/tione_models.ts +182 -72
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +12 -2
- package/src/services/wedata/v20210820/wedata_models.ts +91 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +93 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +305 -167
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +79 -59
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +7 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +9 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +26 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +30 -17
- package/tencentcloud/services/live/v20180801/live_client.js +30 -17
- package/tencentcloud/services/live/v20180801/live_models.d.ts +123 -82
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +1 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -19
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -22
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -376
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +152 -112
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +76 -42
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +177 -72
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +91 -5
- package/test/csip.v20221121.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +12 -2
- package/test/ocr.v20181119.test.js +0 -20
- package/test/organization.v20210331.test.js +24 -4
- package/test/tione.v20211111.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 56 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-08-
|
|
7
|
+
发布时间:2023-08-09 01:16:08
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
16
|
+
|
|
17
|
+
* 新增成员:FollowSourceInfo
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
23
|
+
|
|
24
|
+
### 第 8 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-08-09 01:17:49
|
|
8
27
|
|
|
9
28
|
本次发布包含了以下内容:
|
|
10
29
|
|
|
@@ -12,35 +31,42 @@
|
|
|
12
31
|
|
|
13
32
|
新增接口:
|
|
14
33
|
|
|
15
|
-
* [
|
|
34
|
+
* [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
|
|
16
35
|
|
|
17
36
|
新增数据结构:
|
|
18
37
|
|
|
19
|
-
* [
|
|
38
|
+
* [ClbListenerListInfo](https://cloud.tencent.com/document/api/664/90825#ClbListenerListInfo)
|
|
20
39
|
|
|
21
40
|
|
|
22
41
|
|
|
23
|
-
##
|
|
42
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
24
43
|
|
|
25
|
-
### 第
|
|
44
|
+
### 第 59 次发布
|
|
26
45
|
|
|
27
|
-
发布时间:2023-08-
|
|
46
|
+
发布时间:2023-08-09 01:22:16
|
|
28
47
|
|
|
29
48
|
本次发布包含了以下内容:
|
|
30
49
|
|
|
31
50
|
改善已有的文档。
|
|
32
51
|
|
|
33
|
-
|
|
52
|
+
修改接口:
|
|
34
53
|
|
|
35
|
-
* [
|
|
54
|
+
* [CreateNotebookSession](https://cloud.tencent.com/document/api/1342/86113)
|
|
36
55
|
|
|
56
|
+
* 新增入参:IsInherit
|
|
37
57
|
|
|
58
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
38
59
|
|
|
39
|
-
|
|
60
|
+
* 新增入参:IsInherit
|
|
40
61
|
|
|
41
|
-
### 第 65 次发布
|
|
42
62
|
|
|
43
|
-
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
66
|
+
|
|
67
|
+
### 第 14 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2023-08-09 01:23:41
|
|
44
70
|
|
|
45
71
|
本次发布包含了以下内容:
|
|
46
72
|
|
|
@@ -48,33 +74,52 @@
|
|
|
48
74
|
|
|
49
75
|
修改接口:
|
|
50
76
|
|
|
51
|
-
* [
|
|
77
|
+
* [DescribeMigrationDetail](https://cloud.tencent.com/document/api/571/82085)
|
|
52
78
|
|
|
53
|
-
*
|
|
79
|
+
* 新增出参:DumperResumeCtrl, RateLimitOption
|
|
54
80
|
|
|
55
81
|
|
|
56
82
|
新增数据结构:
|
|
57
83
|
|
|
58
|
-
* [
|
|
84
|
+
* [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
|
|
85
|
+
* [RateLimitOption](https://cloud.tencent.com/document/api/571/82108#RateLimitOption)
|
|
59
86
|
|
|
60
87
|
修改数据结构:
|
|
61
88
|
|
|
62
|
-
* [
|
|
89
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
63
90
|
|
|
64
|
-
* 新增成员:
|
|
91
|
+
* 新增成员:CcnOwnerUin
|
|
65
92
|
|
|
66
|
-
* [
|
|
93
|
+
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
67
94
|
|
|
68
|
-
* 新增成员:
|
|
95
|
+
* 新增成员:DumperResumeCtrl
|
|
69
96
|
|
|
97
|
+
* [Options](https://cloud.tencent.com/document/api/571/82108#Options)
|
|
70
98
|
|
|
99
|
+
* 新增成员:RateLimitOption, AutoRetryTimeRangeMinutes
|
|
71
100
|
|
|
101
|
+
* [SyncDetailInfo](https://cloud.tencent.com/document/api/571/82108#SyncDetailInfo)
|
|
72
102
|
|
|
73
|
-
|
|
103
|
+
* 新增成员:ErrInfo
|
|
74
104
|
|
|
75
|
-
|
|
105
|
+
* <font color="#dd0000">**修改成员**:</font>CauseOfCompareDisable
|
|
76
106
|
|
|
77
|
-
|
|
107
|
+
* [SyncJobInfo](https://cloud.tencent.com/document/api/571/82108#SyncJobInfo)
|
|
108
|
+
|
|
109
|
+
* 新增成员:SrcNodeType, SrcInfos, DstNodeType, DstInfos, DumperResumeCtrl
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
119
|
+
|
|
120
|
+
### 第 9 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2023-08-09 01:29:39
|
|
78
123
|
|
|
79
124
|
本次发布包含了以下内容:
|
|
80
125
|
|
|
@@ -82,78 +127,103 @@
|
|
|
82
127
|
|
|
83
128
|
修改接口:
|
|
84
129
|
|
|
85
|
-
* [
|
|
130
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
86
131
|
|
|
87
|
-
* 新增出参:
|
|
132
|
+
* 新增出参:NBIoTDeviceID
|
|
88
133
|
|
|
89
134
|
|
|
90
135
|
修改数据结构:
|
|
91
136
|
|
|
92
|
-
* [
|
|
137
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/71973#CLSLogItem)
|
|
93
138
|
|
|
94
|
-
* 新增成员:
|
|
139
|
+
* 新增成员:UserId
|
|
95
140
|
|
|
96
|
-
|
|
141
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceInfo)
|
|
97
142
|
|
|
98
|
-
*
|
|
143
|
+
* 新增成员:NBIoTDeviceID
|
|
99
144
|
|
|
100
|
-
|
|
145
|
+
* [ProductProperties](https://cloud.tencent.com/document/api/634/71973#ProductProperties)
|
|
101
146
|
|
|
102
|
-
*
|
|
147
|
+
* 新增成员:AppEUI
|
|
103
148
|
|
|
104
|
-
* 新增成员:IsNewAsset
|
|
105
149
|
|
|
106
|
-
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, VpcId, VpcName, Region, Domain, AssetCreateTime, LastScanTime, ConfigurationRisk, Attack, Access, ScanTask, AppId, Uin, NickName, Port, Tag, PrivateIp, PublicIp, Status, IsCore
|
|
107
150
|
|
|
108
|
-
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
109
151
|
|
|
110
|
-
|
|
152
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
111
153
|
|
|
112
|
-
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
113
154
|
|
|
114
|
-
* 新增成员:IsNewAsset, VerifyStatus
|
|
115
155
|
|
|
116
|
-
|
|
156
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
117
157
|
|
|
118
|
-
|
|
158
|
+
### 第 17 次发布
|
|
119
159
|
|
|
120
|
-
|
|
160
|
+
发布时间:2023-08-09 01:31:19
|
|
121
161
|
|
|
122
|
-
|
|
162
|
+
本次发布包含了以下内容:
|
|
123
163
|
|
|
124
|
-
|
|
164
|
+
改善已有的文档。
|
|
125
165
|
|
|
126
|
-
|
|
166
|
+
新增接口:
|
|
127
167
|
|
|
128
|
-
|
|
168
|
+
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
|
|
129
169
|
|
|
130
170
|
|
|
131
171
|
|
|
172
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
132
173
|
|
|
133
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
134
174
|
|
|
135
|
-
### 第 65 次发布
|
|
136
175
|
|
|
137
|
-
|
|
176
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
181
|
+
|
|
182
|
+
### 第 110 次发布
|
|
183
|
+
|
|
184
|
+
发布时间:2023-08-09 01:39:38
|
|
138
185
|
|
|
139
186
|
本次发布包含了以下内容:
|
|
140
187
|
|
|
141
188
|
改善已有的文档。
|
|
142
189
|
|
|
143
|
-
|
|
190
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
144
191
|
|
|
145
|
-
*
|
|
192
|
+
* VerifyBasicBizLicense
|
|
193
|
+
* VerifyBizLicense
|
|
146
194
|
|
|
147
|
-
|
|
195
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
148
196
|
|
|
197
|
+
* BizLicenseVerifyResult
|
|
149
198
|
|
|
150
199
|
|
|
151
200
|
|
|
152
|
-
##
|
|
201
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
153
202
|
|
|
154
|
-
### 第
|
|
203
|
+
### 第 21 次发布
|
|
155
204
|
|
|
156
|
-
发布时间:2023-08-
|
|
205
|
+
发布时间:2023-08-09 01:40:29
|
|
206
|
+
|
|
207
|
+
本次发布包含了以下内容:
|
|
208
|
+
|
|
209
|
+
改善已有的文档。
|
|
210
|
+
|
|
211
|
+
新增接口:
|
|
212
|
+
|
|
213
|
+
* [CreateOrganizationMemberAuthIdentity](https://cloud.tencent.com/document/api/850/96106)
|
|
214
|
+
* [DeleteOrganizationMembersPolicy](https://cloud.tencent.com/document/api/850/96105)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
223
|
+
|
|
224
|
+
### 第 28 次发布
|
|
225
|
+
|
|
226
|
+
发布时间:2023-08-09 01:43:06
|
|
157
227
|
|
|
158
228
|
本次发布包含了以下内容:
|
|
159
229
|
|
|
@@ -161,18 +231,18 @@
|
|
|
161
231
|
|
|
162
232
|
修改接口:
|
|
163
233
|
|
|
164
|
-
* [
|
|
234
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
165
235
|
|
|
166
|
-
* 新增入参:
|
|
236
|
+
* 新增入参:GroupByType
|
|
167
237
|
|
|
168
238
|
|
|
169
239
|
|
|
170
240
|
|
|
171
|
-
##
|
|
241
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
172
242
|
|
|
173
|
-
### 第
|
|
243
|
+
### 第 39 次发布
|
|
174
244
|
|
|
175
|
-
发布时间:2023-08-
|
|
245
|
+
发布时间:2023-08-09 01:45:30
|
|
176
246
|
|
|
177
247
|
本次发布包含了以下内容:
|
|
178
248
|
|
|
@@ -180,33 +250,39 @@
|
|
|
180
250
|
|
|
181
251
|
修改接口:
|
|
182
252
|
|
|
183
|
-
* [
|
|
253
|
+
* [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
|
|
184
254
|
|
|
185
|
-
* 新增入参:
|
|
255
|
+
* 新增入参:Hostable
|
|
186
256
|
|
|
257
|
+
* [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
|
|
187
258
|
|
|
188
|
-
|
|
259
|
+
* [UploadCertificate](https://cloud.tencent.com/document/api/400/41665)
|
|
189
260
|
|
|
190
|
-
*
|
|
261
|
+
* 新增入参:Tags
|
|
191
262
|
|
|
192
|
-
* 新增成员:MatchExtensions
|
|
193
263
|
|
|
194
|
-
|
|
264
|
+
修改数据结构:
|
|
195
265
|
|
|
196
|
-
|
|
266
|
+
* [DeployRecordDetail](https://cloud.tencent.com/document/api/400/41679#DeployRecordDetail)
|
|
197
267
|
|
|
268
|
+
* 新增成员:EnvId, TCBType, Region
|
|
198
269
|
|
|
270
|
+
* <font color="#dd0000">**修改成员**:</font>Port
|
|
199
271
|
|
|
272
|
+
* [UpdateRecordDetail](https://cloud.tencent.com/document/api/400/41679#UpdateRecordDetail)
|
|
200
273
|
|
|
201
|
-
|
|
274
|
+
* 新增成员:EnvId, TCBType
|
|
202
275
|
|
|
276
|
+
* <font color="#dd0000">**修改成员**:</font>Port, Namespace, SecretName
|
|
203
277
|
|
|
204
278
|
|
|
205
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
206
279
|
|
|
207
|
-
### 第 102 次发布
|
|
208
280
|
|
|
209
|
-
|
|
281
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
282
|
+
|
|
283
|
+
### 第 72 次发布
|
|
284
|
+
|
|
285
|
+
发布时间:2023-08-09 01:50:17
|
|
210
286
|
|
|
211
287
|
本次发布包含了以下内容:
|
|
212
288
|
|
|
@@ -214,48 +290,76 @@
|
|
|
214
290
|
|
|
215
291
|
修改接口:
|
|
216
292
|
|
|
217
|
-
* [
|
|
293
|
+
* [DescribeRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/93455)
|
|
218
294
|
|
|
219
|
-
* 新增入参:
|
|
295
|
+
* 新增入参:SortElement, SortOrder
|
|
220
296
|
|
|
221
297
|
|
|
222
298
|
修改数据结构:
|
|
223
299
|
|
|
224
|
-
* [
|
|
300
|
+
* [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
|
|
225
301
|
|
|
226
|
-
*
|
|
302
|
+
* 新增成员:Status, MessageHeapCount, MessageRateIn, MessageRateOut
|
|
227
303
|
|
|
304
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, VirtualHost, Description, Tags, CreateTime, ModifyTime, VirtualHostStatistics
|
|
228
305
|
|
|
229
306
|
|
|
230
307
|
|
|
231
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
232
308
|
|
|
233
|
-
|
|
309
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
234
310
|
|
|
235
|
-
|
|
311
|
+
### 第 31 次发布
|
|
312
|
+
|
|
313
|
+
发布时间:2023-08-08 22:45:41
|
|
236
314
|
|
|
237
315
|
本次发布包含了以下内容:
|
|
238
316
|
|
|
239
317
|
改善已有的文档。
|
|
240
318
|
|
|
241
|
-
|
|
319
|
+
新增接口:
|
|
242
320
|
|
|
243
|
-
* [
|
|
321
|
+
* [ChatCompletion](https://cloud.tencent.com/document/api/851/96102)
|
|
244
322
|
|
|
245
|
-
|
|
323
|
+
新增数据结构:
|
|
246
324
|
|
|
325
|
+
* [Choice](https://cloud.tencent.com/document/api/851/75051#Choice)
|
|
326
|
+
* [Message](https://cloud.tencent.com/document/api/851/75051#Message)
|
|
327
|
+
* [Usage](https://cloud.tencent.com/document/api/851/75051#Usage)
|
|
247
328
|
|
|
248
329
|
|
|
249
330
|
|
|
250
|
-
##
|
|
331
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
336
|
+
|
|
337
|
+
### 第 164 次发布
|
|
338
|
+
|
|
339
|
+
发布时间:2023-08-09 01:58:05
|
|
340
|
+
|
|
341
|
+
本次发布包含了以下内容:
|
|
342
|
+
|
|
343
|
+
改善已有的文档。
|
|
344
|
+
|
|
345
|
+
修改接口:
|
|
346
|
+
|
|
347
|
+
* [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
|
|
348
|
+
|
|
349
|
+
* 新增入参:PeeringConnectionId
|
|
350
|
+
|
|
351
|
+
* [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
|
|
352
|
+
|
|
353
|
+
* 新增入参:PeeringConnectionId
|
|
354
|
+
|
|
251
355
|
|
|
252
356
|
|
|
253
357
|
|
|
254
358
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
255
359
|
|
|
256
|
-
### 第
|
|
360
|
+
### 第 40 次发布
|
|
257
361
|
|
|
258
|
-
发布时间:2023-08-
|
|
362
|
+
发布时间:2023-08-09 02:00:26
|
|
259
363
|
|
|
260
364
|
本次发布包含了以下内容:
|
|
261
365
|
|
|
@@ -263,16 +367,44 @@
|
|
|
263
367
|
|
|
264
368
|
修改接口:
|
|
265
369
|
|
|
266
|
-
* [
|
|
370
|
+
* [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
|
|
267
371
|
|
|
268
|
-
* 新增入参:
|
|
372
|
+
* 新增入参:StartTime, EndTime, InCharge
|
|
373
|
+
|
|
374
|
+
* [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
|
|
375
|
+
|
|
376
|
+
* 新增入参:TaskType, InCharge
|
|
377
|
+
|
|
378
|
+
* [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
|
|
379
|
+
|
|
380
|
+
* 新增入参:InCharge
|
|
381
|
+
|
|
382
|
+
* [DescribeSchedulerTaskTypeCnt](https://cloud.tencent.com/document/api/1267/95195)
|
|
383
|
+
|
|
384
|
+
* 新增入参:InCharge
|
|
385
|
+
|
|
386
|
+
* [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
|
|
387
|
+
|
|
388
|
+
* 新增入参:InCharge, TaskType, StateList, AggregationUnit, AverageWindowSize
|
|
389
|
+
|
|
390
|
+
* [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
|
|
391
|
+
|
|
392
|
+
* 新增入参:InCharge
|
|
393
|
+
|
|
394
|
+
* [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
|
|
395
|
+
|
|
396
|
+
* 新增入参:AggregationUnit, CycleUnit, Status, InCharge
|
|
269
397
|
|
|
270
398
|
|
|
271
399
|
修改数据结构:
|
|
272
400
|
|
|
273
|
-
* [
|
|
401
|
+
* [InstanceStatisticInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceStatisticInfo)
|
|
274
402
|
|
|
275
|
-
* 新增成员:
|
|
403
|
+
* 新增成员:ReportTime, Count
|
|
404
|
+
|
|
405
|
+
* [TaskByStatus](https://cloud.tencent.com/document/api/1267/76336#TaskByStatus)
|
|
406
|
+
|
|
407
|
+
* 新增成员:ReportTime, Count
|
|
276
408
|
|
|
277
409
|
|
|
278
410
|
|
|
@@ -6206,11 +6338,11 @@
|
|
|
6206
6338
|
|
|
6207
6339
|
新增接口:
|
|
6208
6340
|
|
|
6209
|
-
* [
|
|
6341
|
+
* [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
|
|
6210
6342
|
|
|
6211
6343
|
新增数据结构:
|
|
6212
6344
|
|
|
6213
|
-
* [
|
|
6345
|
+
* [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
|
|
6214
6346
|
|
|
6215
6347
|
### 第 29 次发布
|
|
6216
6348
|
|
|
@@ -13599,7 +13731,7 @@
|
|
|
13599
13731
|
|
|
13600
13732
|
新增接口:
|
|
13601
13733
|
|
|
13602
|
-
* [
|
|
13734
|
+
* [CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)
|
|
13603
13735
|
|
|
13604
13736
|
### 第 52 次发布
|
|
13605
13737
|
|
|
@@ -27317,7 +27449,7 @@
|
|
|
27317
27449
|
|
|
27318
27450
|
新增数据结构:
|
|
27319
27451
|
|
|
27320
|
-
* [
|
|
27452
|
+
* [EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)
|
|
27321
27453
|
|
|
27322
27454
|
修改数据结构:
|
|
27323
27455
|
|
|
@@ -28621,6 +28753,21 @@
|
|
|
28621
28753
|
|
|
28622
28754
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
28623
28755
|
|
|
28756
|
+
### 第 56 次发布
|
|
28757
|
+
|
|
28758
|
+
发布时间:2023-08-09 01:16:08
|
|
28759
|
+
|
|
28760
|
+
本次发布包含了以下内容:
|
|
28761
|
+
|
|
28762
|
+
改善已有的文档。
|
|
28763
|
+
|
|
28764
|
+
修改数据结构:
|
|
28765
|
+
|
|
28766
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
28767
|
+
|
|
28768
|
+
* 新增成员:FollowSourceInfo
|
|
28769
|
+
|
|
28770
|
+
|
|
28624
28771
|
### 第 55 次发布
|
|
28625
28772
|
|
|
28626
28773
|
发布时间:2023-07-21 01:14:51
|
|
@@ -33101,6 +33248,22 @@
|
|
|
33101
33248
|
|
|
33102
33249
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
33103
33250
|
|
|
33251
|
+
### 第 8 次发布
|
|
33252
|
+
|
|
33253
|
+
发布时间:2023-08-09 01:17:49
|
|
33254
|
+
|
|
33255
|
+
本次发布包含了以下内容:
|
|
33256
|
+
|
|
33257
|
+
改善已有的文档。
|
|
33258
|
+
|
|
33259
|
+
新增接口:
|
|
33260
|
+
|
|
33261
|
+
* [[DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)](https://cloud.tencent.com/document/api/#/#)
|
|
33262
|
+
|
|
33263
|
+
新增数据结构:
|
|
33264
|
+
|
|
33265
|
+
* [[ClbListenerListInfo](https://cloud.tencent.com/document/api/664/90825#ClbListenerListInfo)](https://cloud.tencent.com/document/api/664/90825#[ClbListenerListInfo](https://cloud.tencent.com/document/api/664/90825#ClbListenerListInfo))
|
|
33266
|
+
|
|
33104
33267
|
### 第 7 次发布
|
|
33105
33268
|
|
|
33106
33269
|
发布时间:2023-08-08 01:12:25
|
|
@@ -43034,6 +43197,25 @@
|
|
|
43034
43197
|
|
|
43035
43198
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
43036
43199
|
|
|
43200
|
+
### 第 59 次发布
|
|
43201
|
+
|
|
43202
|
+
发布时间:2023-08-09 01:22:16
|
|
43203
|
+
|
|
43204
|
+
本次发布包含了以下内容:
|
|
43205
|
+
|
|
43206
|
+
改善已有的文档。
|
|
43207
|
+
|
|
43208
|
+
修改接口:
|
|
43209
|
+
|
|
43210
|
+
* [CreateNotebookSession](https://cloud.tencent.com/document/api/1342/86113)
|
|
43211
|
+
|
|
43212
|
+
* 新增入参:IsInherit
|
|
43213
|
+
|
|
43214
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
43215
|
+
|
|
43216
|
+
* 新增入参:IsInherit
|
|
43217
|
+
|
|
43218
|
+
|
|
43037
43219
|
### 第 58 次发布
|
|
43038
43220
|
|
|
43039
43221
|
发布时间:2023-08-07 01:10:42
|
|
@@ -45903,6 +46085,51 @@
|
|
|
45903
46085
|
|
|
45904
46086
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
45905
46087
|
|
|
46088
|
+
### 第 14 次发布
|
|
46089
|
+
|
|
46090
|
+
发布时间:2023-08-09 01:23:41
|
|
46091
|
+
|
|
46092
|
+
本次发布包含了以下内容:
|
|
46093
|
+
|
|
46094
|
+
改善已有的文档。
|
|
46095
|
+
|
|
46096
|
+
修改接口:
|
|
46097
|
+
|
|
46098
|
+
* [DescribeMigrationDetail](https://cloud.tencent.com/document/api/571/82085)
|
|
46099
|
+
|
|
46100
|
+
* 新增出参:DumperResumeCtrl, RateLimitOption
|
|
46101
|
+
|
|
46102
|
+
|
|
46103
|
+
新增数据结构:
|
|
46104
|
+
|
|
46105
|
+
* [[ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)](https://cloud.tencent.com/document/api/571/82108#[ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo))
|
|
46106
|
+
* [[RateLimitOption](https://cloud.tencent.com/document/api/571/82108#RateLimitOption)](https://cloud.tencent.com/document/api/571/82108#[RateLimitOption](https://cloud.tencent.com/document/api/571/82108#RateLimitOption))
|
|
46107
|
+
|
|
46108
|
+
修改数据结构:
|
|
46109
|
+
|
|
46110
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
46111
|
+
|
|
46112
|
+
* 新增成员:CcnOwnerUin
|
|
46113
|
+
|
|
46114
|
+
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
46115
|
+
|
|
46116
|
+
* 新增成员:DumperResumeCtrl
|
|
46117
|
+
|
|
46118
|
+
* [Options](https://cloud.tencent.com/document/api/571/82108#Options)
|
|
46119
|
+
|
|
46120
|
+
* 新增成员:RateLimitOption, AutoRetryTimeRangeMinutes
|
|
46121
|
+
|
|
46122
|
+
* [SyncDetailInfo](https://cloud.tencent.com/document/api/571/82108#SyncDetailInfo)
|
|
46123
|
+
|
|
46124
|
+
* 新增成员:ErrInfo
|
|
46125
|
+
|
|
46126
|
+
* <font color="#dd0000">**修改成员**:</font>CauseOfCompareDisable
|
|
46127
|
+
|
|
46128
|
+
* [SyncJobInfo](https://cloud.tencent.com/document/api/571/82108#SyncJobInfo)
|
|
46129
|
+
|
|
46130
|
+
* 新增成员:SrcNodeType, SrcInfos, DstNodeType, DstInfos, DumperResumeCtrl
|
|
46131
|
+
|
|
46132
|
+
|
|
45906
46133
|
### 第 13 次发布
|
|
45907
46134
|
|
|
45908
46135
|
发布时间:2023-05-29 14:42:50
|
|
@@ -62346,6 +62573,36 @@
|
|
|
62346
62573
|
|
|
62347
62574
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
62348
62575
|
|
|
62576
|
+
### 第 9 次发布
|
|
62577
|
+
|
|
62578
|
+
发布时间:2023-08-09 01:29:39
|
|
62579
|
+
|
|
62580
|
+
本次发布包含了以下内容:
|
|
62581
|
+
|
|
62582
|
+
改善已有的文档。
|
|
62583
|
+
|
|
62584
|
+
修改接口:
|
|
62585
|
+
|
|
62586
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
62587
|
+
|
|
62588
|
+
* 新增出参:NBIoTDeviceID
|
|
62589
|
+
|
|
62590
|
+
|
|
62591
|
+
修改数据结构:
|
|
62592
|
+
|
|
62593
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/71973#CLSLogItem)
|
|
62594
|
+
|
|
62595
|
+
* 新增成员:UserId
|
|
62596
|
+
|
|
62597
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceInfo)
|
|
62598
|
+
|
|
62599
|
+
* 新增成员:NBIoTDeviceID
|
|
62600
|
+
|
|
62601
|
+
* [ProductProperties](https://cloud.tencent.com/document/api/634/71973#ProductProperties)
|
|
62602
|
+
|
|
62603
|
+
* 新增成员:AppEUI
|
|
62604
|
+
|
|
62605
|
+
|
|
62349
62606
|
### 第 8 次发布
|
|
62350
62607
|
|
|
62351
62608
|
发布时间:2023-06-14 01:27:08
|
|
@@ -64505,6 +64762,18 @@
|
|
|
64505
64762
|
|
|
64506
64763
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
64507
64764
|
|
|
64765
|
+
### 第 17 次发布
|
|
64766
|
+
|
|
64767
|
+
发布时间:2023-08-09 01:31:19
|
|
64768
|
+
|
|
64769
|
+
本次发布包含了以下内容:
|
|
64770
|
+
|
|
64771
|
+
改善已有的文档。
|
|
64772
|
+
|
|
64773
|
+
新增接口:
|
|
64774
|
+
|
|
64775
|
+
* [[ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)](https://cloud.tencent.com/document/api/#/#)
|
|
64776
|
+
|
|
64508
64777
|
### 第 16 次发布
|
|
64509
64778
|
|
|
64510
64779
|
发布时间:2023-07-27 01:14:43
|
|
@@ -79368,6 +79637,23 @@
|
|
|
79368
79637
|
|
|
79369
79638
|
## 文字识别(ocr) 版本:2018-11-19
|
|
79370
79639
|
|
|
79640
|
+
### 第 110 次发布
|
|
79641
|
+
|
|
79642
|
+
发布时间:2023-08-09 01:39:38
|
|
79643
|
+
|
|
79644
|
+
本次发布包含了以下内容:
|
|
79645
|
+
|
|
79646
|
+
改善已有的文档。
|
|
79647
|
+
|
|
79648
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
79649
|
+
|
|
79650
|
+
* VerifyBasicBizLicense
|
|
79651
|
+
* VerifyBizLicense
|
|
79652
|
+
|
|
79653
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
79654
|
+
|
|
79655
|
+
* BizLicenseVerifyResult
|
|
79656
|
+
|
|
79371
79657
|
### 第 109 次发布
|
|
79372
79658
|
|
|
79373
79659
|
发布时间:2023-07-31 01:34:27
|
|
@@ -81638,6 +81924,19 @@
|
|
|
81638
81924
|
|
|
81639
81925
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
81640
81926
|
|
|
81927
|
+
### 第 21 次发布
|
|
81928
|
+
|
|
81929
|
+
发布时间:2023-08-09 01:40:29
|
|
81930
|
+
|
|
81931
|
+
本次发布包含了以下内容:
|
|
81932
|
+
|
|
81933
|
+
改善已有的文档。
|
|
81934
|
+
|
|
81935
|
+
新增接口:
|
|
81936
|
+
|
|
81937
|
+
* [[CreateOrganizationMemberAuthIdentity](https://cloud.tencent.com/document/api/850/96106)](https://cloud.tencent.com/document/api/#/#)
|
|
81938
|
+
* [[DeleteOrganizationMembersPolicy](https://cloud.tencent.com/document/api/850/96105)](https://cloud.tencent.com/document/api/#/#)
|
|
81939
|
+
|
|
81641
81940
|
### 第 20 次发布
|
|
81642
81941
|
|
|
81643
81942
|
发布时间:2023-06-30 01:38:16
|
|
@@ -85607,6 +85906,21 @@
|
|
|
85607
85906
|
|
|
85608
85907
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
85609
85908
|
|
|
85909
|
+
### 第 28 次发布
|
|
85910
|
+
|
|
85911
|
+
发布时间:2023-08-09 01:43:06
|
|
85912
|
+
|
|
85913
|
+
本次发布包含了以下内容:
|
|
85914
|
+
|
|
85915
|
+
改善已有的文档。
|
|
85916
|
+
|
|
85917
|
+
修改接口:
|
|
85918
|
+
|
|
85919
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
85920
|
+
|
|
85921
|
+
* 新增入参:GroupByType
|
|
85922
|
+
|
|
85923
|
+
|
|
85610
85924
|
### 第 27 次发布
|
|
85611
85925
|
|
|
85612
85926
|
发布时间:2023-05-12 01:43:18
|
|
@@ -90020,6 +90334,42 @@
|
|
|
90020
90334
|
|
|
90021
90335
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
90022
90336
|
|
|
90337
|
+
### 第 39 次发布
|
|
90338
|
+
|
|
90339
|
+
发布时间:2023-08-09 01:45:30
|
|
90340
|
+
|
|
90341
|
+
本次发布包含了以下内容:
|
|
90342
|
+
|
|
90343
|
+
改善已有的文档。
|
|
90344
|
+
|
|
90345
|
+
修改接口:
|
|
90346
|
+
|
|
90347
|
+
* [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
|
|
90348
|
+
|
|
90349
|
+
* 新增入参:Hostable
|
|
90350
|
+
|
|
90351
|
+
* [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
|
|
90352
|
+
|
|
90353
|
+
* [UploadCertificate](https://cloud.tencent.com/document/api/400/41665)
|
|
90354
|
+
|
|
90355
|
+
* 新增入参:Tags
|
|
90356
|
+
|
|
90357
|
+
|
|
90358
|
+
修改数据结构:
|
|
90359
|
+
|
|
90360
|
+
* [DeployRecordDetail](https://cloud.tencent.com/document/api/400/41679#DeployRecordDetail)
|
|
90361
|
+
|
|
90362
|
+
* 新增成员:EnvId, TCBType, Region
|
|
90363
|
+
|
|
90364
|
+
* <font color="#dd0000">**修改成员**:</font>Port
|
|
90365
|
+
|
|
90366
|
+
* [UpdateRecordDetail](https://cloud.tencent.com/document/api/400/41679#UpdateRecordDetail)
|
|
90367
|
+
|
|
90368
|
+
* 新增成员:EnvId, TCBType
|
|
90369
|
+
|
|
90370
|
+
* <font color="#dd0000">**修改成员**:</font>Port, Namespace, SecretName
|
|
90371
|
+
|
|
90372
|
+
|
|
90023
90373
|
### 第 38 次发布
|
|
90024
90374
|
|
|
90025
90375
|
发布时间:2023-07-17 01:34:11
|
|
@@ -99382,6 +99732,30 @@
|
|
|
99382
99732
|
|
|
99383
99733
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
99384
99734
|
|
|
99735
|
+
### 第 72 次发布
|
|
99736
|
+
|
|
99737
|
+
发布时间:2023-08-09 01:50:17
|
|
99738
|
+
|
|
99739
|
+
本次发布包含了以下内容:
|
|
99740
|
+
|
|
99741
|
+
改善已有的文档。
|
|
99742
|
+
|
|
99743
|
+
修改接口:
|
|
99744
|
+
|
|
99745
|
+
* [DescribeRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/93455)
|
|
99746
|
+
|
|
99747
|
+
* 新增入参:SortElement, SortOrder
|
|
99748
|
+
|
|
99749
|
+
|
|
99750
|
+
修改数据结构:
|
|
99751
|
+
|
|
99752
|
+
* [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
|
|
99753
|
+
|
|
99754
|
+
* 新增成员:Status, MessageHeapCount, MessageRateIn, MessageRateOut
|
|
99755
|
+
|
|
99756
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, VirtualHost, Description, Tags, CreateTime, ModifyTime, VirtualHostStatistics
|
|
99757
|
+
|
|
99758
|
+
|
|
99385
99759
|
### 第 71 次发布
|
|
99386
99760
|
|
|
99387
99761
|
发布时间:2023-08-02 01:22:40
|
|
@@ -106754,6 +107128,24 @@
|
|
|
106754
107128
|
|
|
106755
107129
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
106756
107130
|
|
|
107131
|
+
### 第 31 次发布
|
|
107132
|
+
|
|
107133
|
+
发布时间:2023-08-08 22:45:41
|
|
107134
|
+
|
|
107135
|
+
本次发布包含了以下内容:
|
|
107136
|
+
|
|
107137
|
+
改善已有的文档。
|
|
107138
|
+
|
|
107139
|
+
新增接口:
|
|
107140
|
+
|
|
107141
|
+
* [[ChatCompletion](https://cloud.tencent.com/document/api/851/96102)](https://cloud.tencent.com/document/api/#/#)
|
|
107142
|
+
|
|
107143
|
+
新增数据结构:
|
|
107144
|
+
|
|
107145
|
+
* [[Choice](https://cloud.tencent.com/document/api/851/75051#Choice)](https://cloud.tencent.com/document/api/851/75051#[Choice](https://cloud.tencent.com/document/api/851/75051#Choice))
|
|
107146
|
+
* [[Message](https://cloud.tencent.com/document/api/851/75051#Message)](https://cloud.tencent.com/document/api/851/75051#[Message](https://cloud.tencent.com/document/api/851/75051#Message))
|
|
107147
|
+
* [[Usage](https://cloud.tencent.com/document/api/851/75051#Usage)](https://cloud.tencent.com/document/api/851/75051#[Usage](https://cloud.tencent.com/document/api/851/75051#Usage))
|
|
107148
|
+
|
|
106757
107149
|
### 第 30 次发布
|
|
106758
107150
|
|
|
106759
107151
|
发布时间:2023-07-28 15:36:37
|
|
@@ -121855,6 +122247,25 @@
|
|
|
121855
122247
|
|
|
121856
122248
|
## 私有网络(vpc) 版本:2017-03-12
|
|
121857
122249
|
|
|
122250
|
+
### 第 164 次发布
|
|
122251
|
+
|
|
122252
|
+
发布时间:2023-08-09 01:58:05
|
|
122253
|
+
|
|
122254
|
+
本次发布包含了以下内容:
|
|
122255
|
+
|
|
122256
|
+
改善已有的文档。
|
|
122257
|
+
|
|
122258
|
+
修改接口:
|
|
122259
|
+
|
|
122260
|
+
* [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
|
|
122261
|
+
|
|
122262
|
+
* 新增入参:PeeringConnectionId
|
|
122263
|
+
|
|
122264
|
+
* [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
|
|
122265
|
+
|
|
122266
|
+
* 新增入参:PeeringConnectionId
|
|
122267
|
+
|
|
122268
|
+
|
|
121858
122269
|
### 第 163 次发布
|
|
121859
122270
|
|
|
121860
122271
|
发布时间:2023-08-07 01:19:59
|
|
@@ -126740,6 +127151,56 @@
|
|
|
126740
127151
|
|
|
126741
127152
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
126742
127153
|
|
|
127154
|
+
### 第 40 次发布
|
|
127155
|
+
|
|
127156
|
+
发布时间:2023-08-09 02:00:26
|
|
127157
|
+
|
|
127158
|
+
本次发布包含了以下内容:
|
|
127159
|
+
|
|
127160
|
+
改善已有的文档。
|
|
127161
|
+
|
|
127162
|
+
修改接口:
|
|
127163
|
+
|
|
127164
|
+
* [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
|
|
127165
|
+
|
|
127166
|
+
* 新增入参:StartTime, EndTime, InCharge
|
|
127167
|
+
|
|
127168
|
+
* [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
|
|
127169
|
+
|
|
127170
|
+
* 新增入参:TaskType, InCharge
|
|
127171
|
+
|
|
127172
|
+
* [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
|
|
127173
|
+
|
|
127174
|
+
* 新增入参:InCharge
|
|
127175
|
+
|
|
127176
|
+
* [DescribeSchedulerTaskTypeCnt](https://cloud.tencent.com/document/api/1267/95195)
|
|
127177
|
+
|
|
127178
|
+
* 新增入参:InCharge
|
|
127179
|
+
|
|
127180
|
+
* [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
|
|
127181
|
+
|
|
127182
|
+
* 新增入参:InCharge, TaskType, StateList, AggregationUnit, AverageWindowSize
|
|
127183
|
+
|
|
127184
|
+
* [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
|
|
127185
|
+
|
|
127186
|
+
* 新增入参:InCharge
|
|
127187
|
+
|
|
127188
|
+
* [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
|
|
127189
|
+
|
|
127190
|
+
* 新增入参:AggregationUnit, CycleUnit, Status, InCharge
|
|
127191
|
+
|
|
127192
|
+
|
|
127193
|
+
修改数据结构:
|
|
127194
|
+
|
|
127195
|
+
* [InstanceStatisticInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceStatisticInfo)
|
|
127196
|
+
|
|
127197
|
+
* 新增成员:ReportTime, Count
|
|
127198
|
+
|
|
127199
|
+
* [TaskByStatus](https://cloud.tencent.com/document/api/1267/76336#TaskByStatus)
|
|
127200
|
+
|
|
127201
|
+
* 新增成员:ReportTime, Count
|
|
127202
|
+
|
|
127203
|
+
|
|
126743
127204
|
### 第 39 次发布
|
|
126744
127205
|
|
|
126745
127206
|
发布时间:2023-08-08 01:27:52
|