tencentcloud-sdk-nodejs 4.0.506 → 4.0.507
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 +302 -0
- package/SERVICE_CHANGELOG.md +461 -39
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +121 -6
- package/src/services/cam/v20190116/cam_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +24 -0
- package/src/services/cdb/v20170320/cdb_models.ts +151 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +48 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +614 -202
- package/src/services/ckafka/v20190819/ckafka_client.ts +2 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +73 -0
- package/src/services/irp/v20220805/irp_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +105 -23
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +408 -140
- package/src/services/monitor/v20180724/monitor_client.ts +14 -1
- package/src/services/monitor/v20180724/monitor_models.ts +75 -4
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/teo/v20220901/teo_client.ts +0 -12
- package/src/services/teo/v20220901/teo_models.ts +0 -32
- package/src/services/thpc/v20220401/thpc_client.ts +42 -6
- package/src/services/thpc/v20220401/thpc_models.ts +70 -0
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +81 -28
- package/src/services/vod/v20180717/vod_models.ts +312 -19
- package/src/services/waf/v20180125/waf_models.ts +67 -1
- package/tencentcloud/common/abstract_client.js +2 -2
- package/tencentcloud/common/cvm_role_credential.d.ts +6 -6
- package/tencentcloud/common/cvm_role_credential.js +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +101 -6
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +125 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +484 -138
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +62 -0
- package/tencentcloud/services/irp/v20220805/irp_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +39 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +51 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +361 -128
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +65 -4
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +0 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +0 -28
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +15 -3
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +21 -3
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +62 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +38 -20
- package/tencentcloud/services/vod/v20180717/vod_client.js +47 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +273 -18
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cdb.v20170320.test.js +20 -0
- package/test/cdwch.v20200915.test.js +22 -2
- package/test/lighthouse.v20200324.test.js +62 -2
- package/test/monitor.v20180724.test.js +10 -0
- package/test/teo.v20220901.test.js +0 -10
- package/test/thpc.v20220401.test.js +32 -2
- package/test/vod.v20180717.test.js +44 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,71 +1,181 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 49 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-12-
|
|
7
|
+
发布时间:2022-12-20 11:47:08
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeBizHttpStatus](https://cloud.tencent.com/document/api/1021/84352)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
+
* [HttpStatusMap](https://cloud.tencent.com/document/api/1021/57582#HttpStatusMap)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
##
|
|
23
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
24
|
|
|
24
|
-
### 第
|
|
25
|
+
### 第 108 次发布
|
|
25
26
|
|
|
26
|
-
发布时间:2022-12-
|
|
27
|
+
发布时间:2022-12-21 01:20:25
|
|
27
28
|
|
|
28
29
|
本次发布包含了以下内容:
|
|
29
30
|
|
|
30
31
|
改善已有的文档。
|
|
31
32
|
|
|
33
|
+
新增接口:
|
|
34
|
+
|
|
35
|
+
* [DescribeRemoteBackupConfig](https://cloud.tencent.com/document/api/236/84375)
|
|
36
|
+
* [ModifyRemoteBackupConfig](https://cloud.tencent.com/document/api/236/84374)
|
|
37
|
+
|
|
32
38
|
修改接口:
|
|
33
39
|
|
|
34
|
-
* [
|
|
40
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
35
41
|
|
|
36
|
-
* 新增出参:
|
|
42
|
+
* 新增出参:EnableBackupStandby, BackupStandbyDays, EnableBinlogStandby, BinlogStandbyDays
|
|
37
43
|
|
|
44
|
+
* [DescribeBackupOverview](https://cloud.tencent.com/document/api/236/41229)
|
|
38
45
|
|
|
46
|
+
* 新增出参:BackupStandbyVolume
|
|
39
47
|
|
|
48
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
40
49
|
|
|
41
|
-
|
|
50
|
+
* 新增出参:BinlogStandbyVolume, BinlogStandbyCount
|
|
42
51
|
|
|
43
|
-
|
|
52
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
44
53
|
|
|
45
|
-
|
|
54
|
+
* 新增出参:DataBackupStandbyVolume, DataBackupStandbyCount
|
|
55
|
+
|
|
56
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
57
|
+
|
|
58
|
+
* 新增入参:EnableBackupStandby, BackupStandbyDays, EnableBinlogStandby, BinlogStandbyDays
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
64
|
+
|
|
65
|
+
### 第 3 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2022-12-20 14:06:27
|
|
46
68
|
|
|
47
69
|
本次发布包含了以下内容:
|
|
48
70
|
|
|
49
71
|
改善已有的文档。
|
|
50
72
|
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
76
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
|
|
77
|
+
|
|
51
78
|
新增数据结构:
|
|
52
79
|
|
|
53
|
-
* [
|
|
80
|
+
* [Charge](https://cloud.tencent.com/document/api/1299/83429#Charge)
|
|
81
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
|
|
82
|
+
* [NodeSpec](https://cloud.tencent.com/document/api/1299/83429#NodeSpec)
|
|
83
|
+
* [NodesSummary](https://cloud.tencent.com/document/api/1299/83429#NodesSummary)
|
|
84
|
+
* [Tag](https://cloud.tencent.com/document/api/1299/83429#Tag)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
89
|
+
|
|
90
|
+
### 第 65 次发布
|
|
91
|
+
|
|
92
|
+
发布时间:2022-12-21 01:24:34
|
|
93
|
+
|
|
94
|
+
本次发布包含了以下内容:
|
|
95
|
+
|
|
96
|
+
改善已有的文档。
|
|
97
|
+
|
|
98
|
+
新增数据结构:
|
|
99
|
+
|
|
100
|
+
* [BatchAnalyseParam](https://cloud.tencent.com/document/api/597/40861#BatchAnalyseParam)
|
|
101
|
+
* [ScfParam](https://cloud.tencent.com/document/api/597/40861#ScfParam)
|
|
54
102
|
|
|
55
103
|
修改数据结构:
|
|
56
104
|
|
|
57
|
-
* [
|
|
105
|
+
* [DatahubResource](https://cloud.tencent.com/document/api/597/40861#DatahubResource)
|
|
58
106
|
|
|
59
|
-
* 新增成员:
|
|
107
|
+
* 新增成员:ScfParam
|
|
108
|
+
|
|
109
|
+
* [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
|
|
60
110
|
|
|
111
|
+
* 新增成员:DropDlq
|
|
61
112
|
|
|
113
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
62
114
|
|
|
115
|
+
* 新增成员:MsgMultiple
|
|
63
116
|
|
|
64
|
-
|
|
117
|
+
* [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
|
|
65
118
|
|
|
66
|
-
|
|
119
|
+
* 新增成员:MsgMultiple
|
|
67
120
|
|
|
68
|
-
|
|
121
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
122
|
+
|
|
123
|
+
* 新增成员:BatchAnalyse
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
129
|
+
|
|
130
|
+
### 第 40 次发布
|
|
131
|
+
|
|
132
|
+
发布时间:2022-12-21 01:48:07
|
|
133
|
+
|
|
134
|
+
本次发布包含了以下内容:
|
|
135
|
+
|
|
136
|
+
改善已有的文档。
|
|
137
|
+
|
|
138
|
+
新增接口:
|
|
139
|
+
|
|
140
|
+
* [ApplyDiskBackup](https://cloud.tencent.com/document/api/1207/84382)
|
|
141
|
+
* [CreateDiskBackup](https://cloud.tencent.com/document/api/1207/84381)
|
|
142
|
+
* [DeleteDiskBackups](https://cloud.tencent.com/document/api/1207/84380)
|
|
143
|
+
* [DescribeDiskBackups](https://cloud.tencent.com/document/api/1207/84379)
|
|
144
|
+
* [DescribeDiskBackupsDeniedActions](https://cloud.tencent.com/document/api/1207/84378)
|
|
145
|
+
* [ModifyDiskBackupsAttribute](https://cloud.tencent.com/document/api/1207/84377)
|
|
146
|
+
|
|
147
|
+
新增数据结构:
|
|
148
|
+
|
|
149
|
+
* [DiskBackup](https://cloud.tencent.com/document/api/1207/47576#DiskBackup)
|
|
150
|
+
* [DiskBackupDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskBackupDeniedActions)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
155
|
+
|
|
156
|
+
### 第 70 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2022-12-21 01:51:22
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
新增接口:
|
|
165
|
+
|
|
166
|
+
* [DescribePrometheusInstanceUsage](https://cloud.tencent.com/document/api/248/84383)
|
|
167
|
+
|
|
168
|
+
新增数据结构:
|
|
169
|
+
|
|
170
|
+
* [PrometheusInstanceTenantUsage](https://cloud.tencent.com/document/api/248/30354#PrometheusInstanceTenantUsage)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
175
|
+
|
|
176
|
+
### 第 25 次发布
|
|
177
|
+
|
|
178
|
+
发布时间:2022-12-21 02:00:03
|
|
69
179
|
|
|
70
180
|
本次发布包含了以下内容:
|
|
71
181
|
|
|
@@ -73,37 +183,90 @@
|
|
|
73
183
|
|
|
74
184
|
修改接口:
|
|
75
185
|
|
|
76
|
-
* [
|
|
186
|
+
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
77
187
|
|
|
78
|
-
* 新增入参:
|
|
188
|
+
* 新增入参:DeleteDnsAutoRecord
|
|
79
189
|
|
|
80
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
81
190
|
|
|
82
|
-
* 新增入参:CallbackUrl
|
|
83
191
|
|
|
84
192
|
|
|
85
|
-
|
|
193
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
86
194
|
|
|
87
|
-
|
|
195
|
+
### 第 18 次发布
|
|
88
196
|
|
|
89
|
-
|
|
197
|
+
发布时间:2022-12-20 01:58:08
|
|
90
198
|
|
|
91
|
-
|
|
199
|
+
本次发布包含了以下内容:
|
|
92
200
|
|
|
93
|
-
|
|
201
|
+
改善已有的文档。
|
|
202
|
+
|
|
203
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
94
204
|
|
|
205
|
+
* ModifyLoadBalancingStatus
|
|
95
206
|
|
|
96
207
|
|
|
97
208
|
|
|
98
|
-
##
|
|
209
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
99
210
|
|
|
100
211
|
|
|
101
212
|
|
|
102
|
-
##
|
|
213
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
214
|
+
|
|
215
|
+
### 第 7 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2022-12-21 02:09:45
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
新增接口:
|
|
224
|
+
|
|
225
|
+
* [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/84387)
|
|
226
|
+
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/84386)
|
|
227
|
+
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/84385)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## 云点播(vod) 版本:2018-07-17
|
|
236
|
+
|
|
237
|
+
### 第 133 次发布
|
|
238
|
+
|
|
239
|
+
发布时间:2022-12-21 02:16:04
|
|
240
|
+
|
|
241
|
+
本次发布包含了以下内容:
|
|
242
|
+
|
|
243
|
+
改善已有的文档。
|
|
244
|
+
|
|
245
|
+
新增接口:
|
|
246
|
+
|
|
247
|
+
* [CreateReviewTemplate](https://cloud.tencent.com/document/api/266/84391)
|
|
248
|
+
* [DeleteReviewTemplate](https://cloud.tencent.com/document/api/266/84390)
|
|
249
|
+
* [DescribeReviewTemplates](https://cloud.tencent.com/document/api/266/84389)
|
|
250
|
+
* [ModifyReviewTemplate](https://cloud.tencent.com/document/api/266/84388)
|
|
251
|
+
|
|
252
|
+
新增数据结构:
|
|
253
|
+
|
|
254
|
+
* [FileReviewInfo](https://cloud.tencent.com/document/api/266/31773#FileReviewInfo)
|
|
255
|
+
* [ReviewInfo](https://cloud.tencent.com/document/api/266/31773#ReviewInfo)
|
|
256
|
+
* [ReviewTemplate](https://cloud.tencent.com/document/api/266/31773#ReviewTemplate)
|
|
257
|
+
|
|
258
|
+
修改数据结构:
|
|
259
|
+
|
|
260
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/266/31773#MediaInfo)
|
|
261
|
+
|
|
262
|
+
* 新增成员:ReviewInfo
|
|
263
|
+
|
|
264
|
+
* <font color="#dd0000">**修改成员**:</font>BasicInfo, MetaData, TranscodeInfo, AnimatedGraphicsInfo, SampleSnapshotInfo, ImageSpriteInfo, SnapshotByTimeOffsetInfo, KeyFrameDescInfo, AdaptiveDynamicStreamingInfo, MiniProgramReviewInfo, SubtitleInfo, FileId
|
|
265
|
+
|
|
103
266
|
|
|
104
267
|
### 第 132 次发布
|
|
105
268
|
|
|
106
|
-
发布时间:2022-12-
|
|
269
|
+
发布时间:2022-12-20 02:07:06
|
|
107
270
|
|
|
108
271
|
本次发布包含了以下内容:
|
|
109
272
|
|
|
@@ -111,17 +274,28 @@
|
|
|
111
274
|
|
|
112
275
|
修改接口:
|
|
113
276
|
|
|
114
|
-
* [
|
|
277
|
+
* [DescribeDrmDataKey](https://cloud.tencent.com/document/api/266/54177)
|
|
115
278
|
|
|
116
|
-
* 新增入参:
|
|
279
|
+
* 新增入参:SubAppId
|
|
117
280
|
|
|
118
|
-
* [CreateVpcEndPointService](https://cloud.tencent.com/document/api/215/54684)
|
|
119
281
|
|
|
120
|
-
* 新增入参:ServiceType
|
|
121
282
|
|
|
122
|
-
* [ModifyBandwidthPackageAttribute](https://cloud.tencent.com/document/api/215/19208)
|
|
123
283
|
|
|
124
|
-
|
|
284
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
285
|
+
|
|
286
|
+
### 第 20 次发布
|
|
287
|
+
|
|
288
|
+
发布时间:2022-12-21 02:20:11
|
|
289
|
+
|
|
290
|
+
本次发布包含了以下内容:
|
|
291
|
+
|
|
292
|
+
改善已有的文档。
|
|
293
|
+
|
|
294
|
+
修改数据结构:
|
|
295
|
+
|
|
296
|
+
* [LoadBalancerPackageNew](https://cloud.tencent.com/document/api/627/53609#LoadBalancerPackageNew)
|
|
297
|
+
|
|
298
|
+
* 新增成员:ListenerId, ListenerName, LoadBalancerId, LoadBalancerName, Protocol, Region, Vip, Vport, Zone, NumericalVpcId, LoadBalancerType
|
|
125
299
|
|
|
126
300
|
|
|
127
301
|
|
|
@@ -1656,6 +1830,22 @@
|
|
|
1656
1830
|
|
|
1657
1831
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1658
1832
|
|
|
1833
|
+
### 第 49 次发布
|
|
1834
|
+
|
|
1835
|
+
发布时间:2022-12-20 11:47:08
|
|
1836
|
+
|
|
1837
|
+
本次发布包含了以下内容:
|
|
1838
|
+
|
|
1839
|
+
改善已有的文档。
|
|
1840
|
+
|
|
1841
|
+
新增接口:
|
|
1842
|
+
|
|
1843
|
+
* [[DescribeBizHttpStatus](https://cloud.tencent.com/document/api/1021/84352)](https://cloud.tencent.com/document/api/#/#)
|
|
1844
|
+
|
|
1845
|
+
新增数据结构:
|
|
1846
|
+
|
|
1847
|
+
* [[HttpStatusMap](https://cloud.tencent.com/document/api/1021/57582#HttpStatusMap)](https://cloud.tencent.com/document/api/1021/57582#[HttpStatusMap](https://cloud.tencent.com/document/api/1021/57582#HttpStatusMap))
|
|
1848
|
+
|
|
1659
1849
|
### 第 48 次发布
|
|
1660
1850
|
|
|
1661
1851
|
发布时间:2022-12-16 01:05:43
|
|
@@ -12360,6 +12550,42 @@
|
|
|
12360
12550
|
|
|
12361
12551
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
12362
12552
|
|
|
12553
|
+
### 第 108 次发布
|
|
12554
|
+
|
|
12555
|
+
发布时间:2022-12-21 01:20:25
|
|
12556
|
+
|
|
12557
|
+
本次发布包含了以下内容:
|
|
12558
|
+
|
|
12559
|
+
改善已有的文档。
|
|
12560
|
+
|
|
12561
|
+
新增接口:
|
|
12562
|
+
|
|
12563
|
+
* [[DescribeRemoteBackupConfig](https://cloud.tencent.com/document/api/236/84375)](https://cloud.tencent.com/document/api/#/#)
|
|
12564
|
+
* [[ModifyRemoteBackupConfig](https://cloud.tencent.com/document/api/236/84374)](https://cloud.tencent.com/document/api/#/#)
|
|
12565
|
+
|
|
12566
|
+
修改接口:
|
|
12567
|
+
|
|
12568
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
12569
|
+
|
|
12570
|
+
* 新增出参:EnableBackupStandby, BackupStandbyDays, EnableBinlogStandby, BinlogStandbyDays
|
|
12571
|
+
|
|
12572
|
+
* [DescribeBackupOverview](https://cloud.tencent.com/document/api/236/41229)
|
|
12573
|
+
|
|
12574
|
+
* 新增出参:BackupStandbyVolume
|
|
12575
|
+
|
|
12576
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
12577
|
+
|
|
12578
|
+
* 新增出参:BinlogStandbyVolume, BinlogStandbyCount
|
|
12579
|
+
|
|
12580
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
12581
|
+
|
|
12582
|
+
* 新增出参:DataBackupStandbyVolume, DataBackupStandbyCount
|
|
12583
|
+
|
|
12584
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
12585
|
+
|
|
12586
|
+
* 新增入参:EnableBackupStandby, BackupStandbyDays, EnableBinlogStandby, BinlogStandbyDays
|
|
12587
|
+
|
|
12588
|
+
|
|
12363
12589
|
### 第 107 次发布
|
|
12364
12590
|
|
|
12365
12591
|
发布时间:2022-12-07 06:21:29
|
|
@@ -17266,6 +17492,27 @@
|
|
|
17266
17492
|
|
|
17267
17493
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
17268
17494
|
|
|
17495
|
+
### 第 3 次发布
|
|
17496
|
+
|
|
17497
|
+
发布时间:2022-12-20 14:06:27
|
|
17498
|
+
|
|
17499
|
+
本次发布包含了以下内容:
|
|
17500
|
+
|
|
17501
|
+
改善已有的文档。
|
|
17502
|
+
|
|
17503
|
+
新增接口:
|
|
17504
|
+
|
|
17505
|
+
* [[CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)](https://cloud.tencent.com/document/api/#/#)
|
|
17506
|
+
* [[DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)](https://cloud.tencent.com/document/api/#/#)
|
|
17507
|
+
|
|
17508
|
+
新增数据结构:
|
|
17509
|
+
|
|
17510
|
+
* [[Charge](https://cloud.tencent.com/document/api/1299/83429#Charge)](https://cloud.tencent.com/document/api/1299/83429#[Charge](https://cloud.tencent.com/document/api/1299/83429#Charge))
|
|
17511
|
+
* [[InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)](https://cloud.tencent.com/document/api/1299/83429#[InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo))
|
|
17512
|
+
* [[NodeSpec](https://cloud.tencent.com/document/api/1299/83429#NodeSpec)](https://cloud.tencent.com/document/api/1299/83429#[NodeSpec](https://cloud.tencent.com/document/api/1299/83429#NodeSpec))
|
|
17513
|
+
* [[NodesSummary](https://cloud.tencent.com/document/api/1299/83429#NodesSummary)](https://cloud.tencent.com/document/api/1299/83429#[NodesSummary](https://cloud.tencent.com/document/api/1299/83429#NodesSummary))
|
|
17514
|
+
* [[Tag](https://cloud.tencent.com/document/api/1299/83429#Tag)](https://cloud.tencent.com/document/api/1299/83429#[Tag](https://cloud.tencent.com/document/api/1299/83429#Tag))
|
|
17515
|
+
|
|
17269
17516
|
### 第 2 次发布
|
|
17270
17517
|
|
|
17271
17518
|
发布时间:2022-11-30 06:17:14
|
|
@@ -18987,6 +19234,42 @@
|
|
|
18987
19234
|
|
|
18988
19235
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
18989
19236
|
|
|
19237
|
+
### 第 65 次发布
|
|
19238
|
+
|
|
19239
|
+
发布时间:2022-12-21 01:24:34
|
|
19240
|
+
|
|
19241
|
+
本次发布包含了以下内容:
|
|
19242
|
+
|
|
19243
|
+
改善已有的文档。
|
|
19244
|
+
|
|
19245
|
+
新增数据结构:
|
|
19246
|
+
|
|
19247
|
+
* [[BatchAnalyseParam](https://cloud.tencent.com/document/api/597/40861#BatchAnalyseParam)](https://cloud.tencent.com/document/api/597/40861#[BatchAnalyseParam](https://cloud.tencent.com/document/api/597/40861#BatchAnalyseParam))
|
|
19248
|
+
* [[ScfParam](https://cloud.tencent.com/document/api/597/40861#ScfParam)](https://cloud.tencent.com/document/api/597/40861#[ScfParam](https://cloud.tencent.com/document/api/597/40861#ScfParam))
|
|
19249
|
+
|
|
19250
|
+
修改数据结构:
|
|
19251
|
+
|
|
19252
|
+
* [DatahubResource](https://cloud.tencent.com/document/api/597/40861#DatahubResource)
|
|
19253
|
+
|
|
19254
|
+
* 新增成员:ScfParam
|
|
19255
|
+
|
|
19256
|
+
* [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
|
|
19257
|
+
|
|
19258
|
+
* 新增成员:DropDlq
|
|
19259
|
+
|
|
19260
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
19261
|
+
|
|
19262
|
+
* 新增成员:MsgMultiple
|
|
19263
|
+
|
|
19264
|
+
* [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
|
|
19265
|
+
|
|
19266
|
+
* 新增成员:MsgMultiple
|
|
19267
|
+
|
|
19268
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
19269
|
+
|
|
19270
|
+
* 新增成员:BatchAnalyse
|
|
19271
|
+
|
|
19272
|
+
|
|
18990
19273
|
### 第 64 次发布
|
|
18991
19274
|
|
|
18992
19275
|
发布时间:2022-12-02 06:19:08
|
|
@@ -53412,6 +53695,28 @@
|
|
|
53412
53695
|
|
|
53413
53696
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
53414
53697
|
|
|
53698
|
+
### 第 40 次发布
|
|
53699
|
+
|
|
53700
|
+
发布时间:2022-12-21 01:48:07
|
|
53701
|
+
|
|
53702
|
+
本次发布包含了以下内容:
|
|
53703
|
+
|
|
53704
|
+
改善已有的文档。
|
|
53705
|
+
|
|
53706
|
+
新增接口:
|
|
53707
|
+
|
|
53708
|
+
* [[ApplyDiskBackup](https://cloud.tencent.com/document/api/1207/84382)](https://cloud.tencent.com/document/api/#/#)
|
|
53709
|
+
* [[CreateDiskBackup](https://cloud.tencent.com/document/api/1207/84381)](https://cloud.tencent.com/document/api/#/#)
|
|
53710
|
+
* [[DeleteDiskBackups](https://cloud.tencent.com/document/api/1207/84380)](https://cloud.tencent.com/document/api/#/#)
|
|
53711
|
+
* [[DescribeDiskBackups](https://cloud.tencent.com/document/api/1207/84379)](https://cloud.tencent.com/document/api/#/#)
|
|
53712
|
+
* [[DescribeDiskBackupsDeniedActions](https://cloud.tencent.com/document/api/1207/84378)](https://cloud.tencent.com/document/api/#/#)
|
|
53713
|
+
* [[ModifyDiskBackupsAttribute](https://cloud.tencent.com/document/api/1207/84377)](https://cloud.tencent.com/document/api/#/#)
|
|
53714
|
+
|
|
53715
|
+
新增数据结构:
|
|
53716
|
+
|
|
53717
|
+
* [[DiskBackup](https://cloud.tencent.com/document/api/1207/47576#DiskBackup)](https://cloud.tencent.com/document/api/1207/47576#[DiskBackup](https://cloud.tencent.com/document/api/1207/47576#DiskBackup))
|
|
53718
|
+
* [[DiskBackupDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskBackupDeniedActions)](https://cloud.tencent.com/document/api/1207/47576#[DiskBackupDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskBackupDeniedActions))
|
|
53719
|
+
|
|
53415
53720
|
### 第 39 次发布
|
|
53416
53721
|
|
|
53417
53722
|
发布时间:2022-12-14 01:33:53
|
|
@@ -58232,6 +58537,22 @@
|
|
|
58232
58537
|
|
|
58233
58538
|
## 云监控(monitor) 版本:2018-07-24
|
|
58234
58539
|
|
|
58540
|
+
### 第 70 次发布
|
|
58541
|
+
|
|
58542
|
+
发布时间:2022-12-21 01:51:22
|
|
58543
|
+
|
|
58544
|
+
本次发布包含了以下内容:
|
|
58545
|
+
|
|
58546
|
+
改善已有的文档。
|
|
58547
|
+
|
|
58548
|
+
新增接口:
|
|
58549
|
+
|
|
58550
|
+
* [[DescribePrometheusInstanceUsage](https://cloud.tencent.com/document/api/248/84383)](https://cloud.tencent.com/document/api/#/#)
|
|
58551
|
+
|
|
58552
|
+
新增数据结构:
|
|
58553
|
+
|
|
58554
|
+
* [[PrometheusInstanceTenantUsage](https://cloud.tencent.com/document/api/248/30354#PrometheusInstanceTenantUsage)](https://cloud.tencent.com/document/api/248/30354#[PrometheusInstanceTenantUsage](https://cloud.tencent.com/document/api/248/30354#PrometheusInstanceTenantUsage))
|
|
58555
|
+
|
|
58235
58556
|
### 第 69 次发布
|
|
58236
58557
|
|
|
58237
58558
|
发布时间:2022-12-05 07:04:52
|
|
@@ -71708,6 +72029,21 @@
|
|
|
71708
72029
|
|
|
71709
72030
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
71710
72031
|
|
|
72032
|
+
### 第 25 次发布
|
|
72033
|
+
|
|
72034
|
+
发布时间:2022-12-21 02:00:03
|
|
72035
|
+
|
|
72036
|
+
本次发布包含了以下内容:
|
|
72037
|
+
|
|
72038
|
+
改善已有的文档。
|
|
72039
|
+
|
|
72040
|
+
修改接口:
|
|
72041
|
+
|
|
72042
|
+
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
72043
|
+
|
|
72044
|
+
* 新增入参:DeleteDnsAutoRecord
|
|
72045
|
+
|
|
72046
|
+
|
|
71711
72047
|
### 第 24 次发布
|
|
71712
72048
|
|
|
71713
72049
|
发布时间:2022-12-19 01:58:27
|
|
@@ -71718,7 +72054,7 @@
|
|
|
71718
72054
|
|
|
71719
72055
|
新增数据结构:
|
|
71720
72056
|
|
|
71721
|
-
* [
|
|
72057
|
+
* [PreAuditInfo](https://cloud.tencent.com/document/api/400/41679#PreAuditInfo)
|
|
71722
72058
|
|
|
71723
72059
|
修改数据结构:
|
|
71724
72060
|
|
|
@@ -82401,6 +82737,18 @@
|
|
|
82401
82737
|
|
|
82402
82738
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
82403
82739
|
|
|
82740
|
+
### 第 18 次发布
|
|
82741
|
+
|
|
82742
|
+
发布时间:2022-12-20 01:58:08
|
|
82743
|
+
|
|
82744
|
+
本次发布包含了以下内容:
|
|
82745
|
+
|
|
82746
|
+
改善已有的文档。
|
|
82747
|
+
|
|
82748
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
82749
|
+
|
|
82750
|
+
* ModifyLoadBalancingStatus
|
|
82751
|
+
|
|
82404
82752
|
### 第 17 次发布
|
|
82405
82753
|
|
|
82406
82754
|
发布时间:2022-12-09 02:05:01
|
|
@@ -83377,6 +83725,20 @@
|
|
|
83377
83725
|
|
|
83378
83726
|
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
83379
83727
|
|
|
83728
|
+
### 第 7 次发布
|
|
83729
|
+
|
|
83730
|
+
发布时间:2022-12-21 02:09:45
|
|
83731
|
+
|
|
83732
|
+
本次发布包含了以下内容:
|
|
83733
|
+
|
|
83734
|
+
改善已有的文档。
|
|
83735
|
+
|
|
83736
|
+
新增接口:
|
|
83737
|
+
|
|
83738
|
+
* [[AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/84387)](https://cloud.tencent.com/document/api/#/#)
|
|
83739
|
+
* [[DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/84386)](https://cloud.tencent.com/document/api/#/#)
|
|
83740
|
+
* [[DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/84385)](https://cloud.tencent.com/document/api/#/#)
|
|
83741
|
+
|
|
83380
83742
|
### 第 6 次发布
|
|
83381
83743
|
|
|
83382
83744
|
发布时间:2022-11-16 06:42:38
|
|
@@ -93430,6 +93792,51 @@
|
|
|
93430
93792
|
|
|
93431
93793
|
## 云点播(vod) 版本:2018-07-17
|
|
93432
93794
|
|
|
93795
|
+
### 第 133 次发布
|
|
93796
|
+
|
|
93797
|
+
发布时间:2022-12-21 02:16:04
|
|
93798
|
+
|
|
93799
|
+
本次发布包含了以下内容:
|
|
93800
|
+
|
|
93801
|
+
改善已有的文档。
|
|
93802
|
+
|
|
93803
|
+
新增接口:
|
|
93804
|
+
|
|
93805
|
+
* [[CreateReviewTemplate](https://cloud.tencent.com/document/api/266/84391)](https://cloud.tencent.com/document/api/#/#)
|
|
93806
|
+
* [[DeleteReviewTemplate](https://cloud.tencent.com/document/api/266/84390)](https://cloud.tencent.com/document/api/#/#)
|
|
93807
|
+
* [[DescribeReviewTemplates](https://cloud.tencent.com/document/api/266/84389)](https://cloud.tencent.com/document/api/#/#)
|
|
93808
|
+
* [[ModifyReviewTemplate](https://cloud.tencent.com/document/api/266/84388)](https://cloud.tencent.com/document/api/#/#)
|
|
93809
|
+
|
|
93810
|
+
新增数据结构:
|
|
93811
|
+
|
|
93812
|
+
* [[FileReviewInfo](https://cloud.tencent.com/document/api/266/31773#FileReviewInfo)](https://cloud.tencent.com/document/api/266/31773#[FileReviewInfo](https://cloud.tencent.com/document/api/266/31773#FileReviewInfo))
|
|
93813
|
+
* [[ReviewInfo](https://cloud.tencent.com/document/api/266/31773#ReviewInfo)](https://cloud.tencent.com/document/api/266/31773#[ReviewInfo](https://cloud.tencent.com/document/api/266/31773#ReviewInfo))
|
|
93814
|
+
* [[ReviewTemplate](https://cloud.tencent.com/document/api/266/31773#ReviewTemplate)](https://cloud.tencent.com/document/api/266/31773#[ReviewTemplate](https://cloud.tencent.com/document/api/266/31773#ReviewTemplate))
|
|
93815
|
+
|
|
93816
|
+
修改数据结构:
|
|
93817
|
+
|
|
93818
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/266/31773#MediaInfo)
|
|
93819
|
+
|
|
93820
|
+
* 新增成员:ReviewInfo
|
|
93821
|
+
|
|
93822
|
+
* <font color="#dd0000">**修改成员**:</font>BasicInfo, MetaData, TranscodeInfo, AnimatedGraphicsInfo, SampleSnapshotInfo, ImageSpriteInfo, SnapshotByTimeOffsetInfo, KeyFrameDescInfo, AdaptiveDynamicStreamingInfo, MiniProgramReviewInfo, SubtitleInfo, FileId
|
|
93823
|
+
|
|
93824
|
+
|
|
93825
|
+
### 第 132 次发布
|
|
93826
|
+
|
|
93827
|
+
发布时间:2022-12-20 02:07:06
|
|
93828
|
+
|
|
93829
|
+
本次发布包含了以下内容:
|
|
93830
|
+
|
|
93831
|
+
改善已有的文档。
|
|
93832
|
+
|
|
93833
|
+
修改接口:
|
|
93834
|
+
|
|
93835
|
+
* [DescribeDrmDataKey](https://cloud.tencent.com/document/api/266/54177)
|
|
93836
|
+
|
|
93837
|
+
* 新增入参:SubAppId
|
|
93838
|
+
|
|
93839
|
+
|
|
93433
93840
|
### 第 131 次发布
|
|
93434
93841
|
|
|
93435
93842
|
发布时间:2022-12-09 10:06:16
|
|
@@ -100096,6 +100503,21 @@
|
|
|
100096
100503
|
|
|
100097
100504
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
100098
100505
|
|
|
100506
|
+
### 第 20 次发布
|
|
100507
|
+
|
|
100508
|
+
发布时间:2022-12-21 02:20:11
|
|
100509
|
+
|
|
100510
|
+
本次发布包含了以下内容:
|
|
100511
|
+
|
|
100512
|
+
改善已有的文档。
|
|
100513
|
+
|
|
100514
|
+
修改数据结构:
|
|
100515
|
+
|
|
100516
|
+
* [LoadBalancerPackageNew](https://cloud.tencent.com/document/api/627/53609#LoadBalancerPackageNew)
|
|
100517
|
+
|
|
100518
|
+
* 新增成员:ListenerId, ListenerName, LoadBalancerId, LoadBalancerName, Protocol, Region, Vip, Vport, Zone, NumericalVpcId, LoadBalancerType
|
|
100519
|
+
|
|
100520
|
+
|
|
100099
100521
|
### 第 19 次发布
|
|
100100
100522
|
|
|
100101
100523
|
发布时间:2022-12-09 02:16:48
|