tencentcloud-sdk-nodejs 4.0.286 → 4.0.290

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.
Files changed (106) hide show
  1. package/CHANGELOG.md +582 -0
  2. package/SERVICE_CHANGELOG.md +598 -28
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +35 -4
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +327 -68
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +1378 -240
  10. package/src/services/asr/v20190614/asr_models.ts +3 -2
  11. package/src/services/ccc/v20200210/ccc_client.ts +128 -91
  12. package/src/services/ccc/v20200210/ccc_models.ts +183 -6
  13. package/src/services/cdb/v20170320/cdb_models.ts +26 -4
  14. package/src/services/cdn/v20180606/cdn_client.ts +5 -2
  15. package/src/services/cdn/v20180606/cdn_models.ts +36 -4
  16. package/src/services/cii/v20210408/cii_client.ts +2 -2
  17. package/src/services/cii/v20210408/cii_models.ts +19 -6
  18. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +12 -0
  19. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +15 -0
  20. package/src/services/dbbrain/v20210527/dbbrain_client.ts +15 -2
  21. package/src/services/dbbrain/v20210527/dbbrain_models.ts +122 -22
  22. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
  23. package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
  24. package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  26. package/src/services/gaap/v20180529/gaap_models.ts +51 -6
  27. package/src/services/ic/v20190307/ic_models.ts +1 -1
  28. package/src/services/iecp/v20210914/iecp_models.ts +6 -0
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  31. package/src/services/ivld/v20210903/ivld_models.ts +10 -0
  32. package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
  33. package/src/services/lighthouse/v20200324/lighthouse_models.ts +209 -36
  34. package/src/services/monitor/v20180724/monitor_models.ts +18 -1
  35. package/src/services/organization/v20210331/organization_models.ts +2 -2
  36. package/src/services/rum/v20210622/rum_client.ts +585 -47
  37. package/src/services/rum/v20210622/rum_models.ts +3049 -338
  38. package/src/services/ssm/v20190923/ssm_models.ts +3 -3
  39. package/src/services/tcm/v20210413/tcm_models.ts +10 -0
  40. package/src/services/tcss/v20201101/tcss_models.ts +13 -2
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
  42. package/src/services/tiw/v20190919/tiw_models.ts +6 -6
  43. package/src/services/vod/v20180717/vod_models.ts +3 -3
  44. package/src/services/vpc/v20170312/vpc_client.ts +4 -4
  45. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +29 -2
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +103 -19
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +153 -27
  51. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1201 -240
  52. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  53. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +47 -35
  54. package/tencentcloud/services/ccc/v20200210/ccc_client.js +69 -51
  55. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +154 -5
  56. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +22 -4
  57. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
  58. package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
  59. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
  60. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +2 -2
  61. package/tencentcloud/services/cii/v20210408/cii_client.js +2 -2
  62. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +15 -3
  63. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +5 -1
  64. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -0
  65. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +13 -0
  66. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  67. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  68. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +104 -21
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
  72. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
  73. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  75. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
  76. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  77. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
  78. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  79. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  80. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
  81. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
  82. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
  83. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  84. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +179 -33
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -1
  86. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +2 -2
  87. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +198 -13
  88. package/tencentcloud/services/rum/v20210622/rum_client.js +289 -18
  89. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2593 -328
  90. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +3 -3
  91. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
  92. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
  93. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
  94. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
  95. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
  97. package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
  98. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  99. package/test/antiddos.v20200309.test.js +228 -18
  100. package/test/ccc.v20200210.test.js +66 -36
  101. package/test/cloudaudit.v20190319.test.js +10 -0
  102. package/test/dbbrain.v20210527.test.js +10 -0
  103. package/test/dcdb.v20180411.test.js +10 -0
  104. package/test/iotexplorer.v20190423.test.js +10 -0
  105. package/test/lighthouse.v20200324.test.js +10 -0
  106. package/test/rum.v20210622.test.js +442 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,585 @@
1
+ # Release 4.0.290
2
+
3
+ ## 内容分发网络(cdn) 版本:2018-06-06
4
+
5
+ ### 第 93 次发布
6
+
7
+ 发布时间:2022-02-17 08:07:01
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增数据结构:
14
+
15
+ * [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
16
+
17
+ 修改数据结构:
18
+
19
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
20
+
21
+ * 新增成员:RuleEngine
22
+
23
+ * [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
24
+
25
+ * 新增成员:From
26
+
27
+
28
+
29
+
30
+ ## 智能保险助手(cii) 版本:2021-04-08
31
+
32
+ ### 第 10 次发布
33
+
34
+ 发布时间:2022-02-17 08:07:32
35
+
36
+ 本次发布包含了以下内容:
37
+
38
+ 改善已有的文档。
39
+
40
+ 修改数据结构:
41
+
42
+ * [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
43
+
44
+ * 新增成员:TaskFiles
45
+
46
+
47
+
48
+
49
+ ## 智能保险助手(cii) 版本:2020-12-10
50
+
51
+
52
+
53
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
54
+
55
+ ### 第 34 次发布
56
+
57
+ 发布时间:2022-02-17 08:09:34
58
+
59
+ 本次发布包含了以下内容:
60
+
61
+ 改善已有的文档。
62
+
63
+ 新增接口:
64
+
65
+ * [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
66
+
67
+ 新增数据结构:
68
+
69
+ * [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
70
+
71
+
72
+
73
+ ## 全球应用加速(gaap) 版本:2018-05-29
74
+
75
+ ### 第 28 次发布
76
+
77
+ 发布时间:2022-02-17 08:10:54
78
+
79
+ 本次发布包含了以下内容:
80
+
81
+ 改善已有的文档。
82
+
83
+ 修改接口:
84
+
85
+ * [CreateRule](https://cloud.tencent.com/document/api/608/36990)
86
+
87
+ * 新增入参:ServerNameIndicationSwitch, ServerNameIndication
88
+
89
+ * [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
90
+
91
+ * 新增入参:ServerNameIndicationSwitch, ServerNameIndication
92
+
93
+
94
+ 修改数据结构:
95
+
96
+ * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
97
+
98
+ * 新增成员:InBanBlacklist
99
+
100
+ * [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
101
+
102
+ * 新增成员:InBanBlacklist
103
+
104
+ * [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
105
+
106
+ * 新增成员:ServerNameIndicationSwitch, ServerNameIndication
107
+
108
+
109
+
110
+
111
+ ## 云监控(monitor) 版本:2018-07-24
112
+
113
+ ### 第 38 次发布
114
+
115
+ 发布时间:2022-02-17 08:13:29
116
+
117
+ 本次发布包含了以下内容:
118
+
119
+ 改善已有的文档。
120
+
121
+ 修改接口:
122
+
123
+ * [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
124
+
125
+ * 新增入参:NeedCorrespondence
126
+
127
+
128
+ 修改数据结构:
129
+
130
+ * [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
131
+
132
+ * 新增成员:FilterDimensionsParam
133
+
134
+ * [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
135
+
136
+ * 新增成员:PhoneCallType
137
+
138
+
139
+
140
+
141
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
142
+
143
+ ### 第 29 次发布
144
+
145
+ 发布时间:2022-02-17 08:16:33
146
+
147
+ 本次发布包含了以下内容:
148
+
149
+ 改善已有的文档。
150
+
151
+ 修改接口:
152
+
153
+ * [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
154
+
155
+ * 新增入参:Tags
156
+
157
+ * [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
158
+
159
+ * 新增入参:Tags
160
+
161
+ * [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
162
+
163
+ * 新增入参:PulsarTopicType
164
+
165
+ * <font color="#dd0000">**修改入参**:</font>TopicType
166
+
167
+
168
+ 修改数据结构:
169
+
170
+ * [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
171
+
172
+ * 新增成员:PayMode
173
+
174
+ * [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
175
+
176
+ * 新增成员:Partition
177
+
178
+ * [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
179
+
180
+ * 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
181
+
182
+ * [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
183
+
184
+ * 新增成员:PulsarTopicType
185
+
186
+
187
+
188
+
189
+ # Release 4.0.289
190
+
191
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
192
+
193
+ ### 第 85 次发布
194
+
195
+ 发布时间:2022-02-16 08:02:33
196
+
197
+ 本次发布包含了以下内容:
198
+
199
+ 改善已有的文档。
200
+
201
+ 修改数据结构:
202
+
203
+ * [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
204
+
205
+ * 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
206
+
207
+
208
+
209
+
210
+ ## 视频智能标签(ivld) 版本:2021-09-03
211
+
212
+ ### 第 3 次发布
213
+
214
+ 发布时间:2022-02-16 08:08:24
215
+
216
+ 本次发布包含了以下内容:
217
+
218
+ 改善已有的文档。
219
+
220
+ 修改数据结构:
221
+
222
+ * [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
223
+
224
+ * 新增成员:ImageInfoSet, CreateTime
225
+
226
+
227
+
228
+
229
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
230
+
231
+ ### 第 25 次发布
232
+
233
+ 发布时间:2022-02-16 08:08:43
234
+
235
+ 本次发布包含了以下内容:
236
+
237
+ 改善已有的文档。
238
+
239
+ 新增接口:
240
+
241
+ * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
242
+
243
+ 新增数据结构:
244
+
245
+ * [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
246
+ * [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
247
+ * [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
248
+ * [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
249
+ * [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
250
+
251
+
252
+
253
+ ## 服务网格(tcm) 版本:2021-04-13
254
+
255
+ ### 第 4 次发布
256
+
257
+ 发布时间:2022-02-16 08:11:56
258
+
259
+ 本次发布包含了以下内容:
260
+
261
+ 改善已有的文档。
262
+
263
+ 修改数据结构:
264
+
265
+ * [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
266
+
267
+ * 新增成员:Encoding, Format
268
+
269
+
270
+
271
+
272
+ # Release 4.0.288
273
+
274
+ ## 正版曲库直通车(ame) 版本:2019-09-16
275
+
276
+ ### 第 26 次发布
277
+
278
+ 发布时间:2022-02-15 08:02:33
279
+
280
+ 本次发布包含了以下内容:
281
+
282
+ 改善已有的文档。
283
+
284
+ 修改接口:
285
+
286
+ * [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
287
+
288
+ * 新增入参:SetDestroyModeCommandInput
289
+
290
+
291
+ 新增数据结构:
292
+
293
+ * [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
294
+
295
+
296
+
297
+ ## 物联网边缘计算平台(iecp) 版本:2021-09-14
298
+
299
+ ### 第 2 次发布
300
+
301
+ 发布时间:2022-02-15 08:09:12
302
+
303
+ 本次发布包含了以下内容:
304
+
305
+ 改善已有的文档。
306
+
307
+ 修改数据结构:
308
+
309
+ * [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
310
+
311
+ * 新增成员:AllowVisualModify
312
+
313
+
314
+
315
+
316
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
317
+
318
+ ### 第 41 次发布
319
+
320
+ 发布时间:2022-02-15 08:09:38
321
+
322
+ 本次发布包含了以下内容:
323
+
324
+ 改善已有的文档。
325
+
326
+ 新增接口:
327
+
328
+ * [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
329
+
330
+
331
+
332
+ ## 容器安全服务(tcss) 版本:2020-11-01
333
+
334
+ ### 第 9 次发布
335
+
336
+ 发布时间:2022-02-15 08:13:53
337
+
338
+ 本次发布包含了以下内容:
339
+
340
+ 改善已有的文档。
341
+
342
+ 修改接口:
343
+
344
+ * [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
345
+
346
+ * 新增入参:ImageId
347
+
348
+
349
+ 修改数据结构:
350
+
351
+ * [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
352
+
353
+ * 新增成员:ClusterVersion
354
+
355
+
356
+
357
+
358
+ # Release 4.0.287
359
+
360
+ ## 正版曲库直通车(ame) 版本:2019-09-16
361
+
362
+ ### 第 25 次发布
363
+
364
+ 发布时间:2022-02-14 08:04:52
365
+
366
+ 本次发布包含了以下内容:
367
+
368
+ 改善已有的文档。
369
+
370
+ 修改接口:
371
+
372
+ * [SearchKTVMusics](https://cloud.tencent.com/document/api/1155/56401)
373
+
374
+ * 新增入参:Sort
375
+
376
+
377
+
378
+
379
+ ## DDoS 防护(antiddos) 版本:2020-03-09
380
+
381
+ ### 第 21 次发布
382
+
383
+ 发布时间:2022-02-14 08:04:59
384
+
385
+ 本次发布包含了以下内容:
386
+
387
+ 改善已有的文档。
388
+
389
+ 新增接口:
390
+
391
+ * [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
392
+ * [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
393
+ * [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
394
+ * [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
395
+ * [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
396
+ * [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
397
+ * [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
398
+ * [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
399
+ * [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
400
+ * [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
401
+ * [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
402
+ * [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
403
+ * [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
404
+ * [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
405
+ * [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
406
+ * [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
407
+ * [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
408
+ * [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
409
+ * [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
410
+ * [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
411
+ * [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
412
+
413
+ 新增数据结构:
414
+
415
+ * [CCPrecisionPlyRecord](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPlyRecord)
416
+ * [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
417
+ * [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
418
+ * [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
419
+ * [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
420
+ * [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
421
+ * [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
422
+
423
+
424
+
425
+ ## 云呼叫中心(ccc) 版本:2020-02-10
426
+
427
+ ### 第 21 次发布
428
+
429
+ 发布时间:2022-02-14 08:06:57
430
+
431
+ 本次发布包含了以下内容:
432
+
433
+ 改善已有的文档。
434
+
435
+ 新增接口:
436
+
437
+ * [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
438
+ * [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
439
+ * [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
440
+
441
+ 新增数据结构:
442
+
443
+ * [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
444
+
445
+ 修改数据结构:
446
+
447
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
448
+
449
+ * 新增成员:AsrUrl
450
+
451
+
452
+
453
+
454
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
455
+
456
+ ### 第 84 次发布
457
+
458
+ 发布时间:2022-02-14 08:07:04
459
+
460
+ 本次发布包含了以下内容:
461
+
462
+ 改善已有的文档。
463
+
464
+ 修改接口:
465
+
466
+ * [DescribeDefaultParams](https://cloud.tencent.com/document/api/236/32662)
467
+
468
+ * 新增入参:TemplateType
469
+
470
+
471
+
472
+
473
+ ## 云审计(cloudaudit) 版本:2019-03-19
474
+
475
+ ### 第 10 次发布
476
+
477
+ 发布时间:2022-02-14 08:08:17
478
+
479
+ 本次发布包含了以下内容:
480
+
481
+ 改善已有的文档。
482
+
483
+ 新增接口:
484
+
485
+ * [DescribeAuditTracks](https://cloud.tencent.com/document/api/629/69204)
486
+
487
+
488
+
489
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
490
+
491
+ ### 第 7 次发布
492
+
493
+ 发布时间:2022-02-14 08:09:51
494
+
495
+ 本次发布包含了以下内容:
496
+
497
+ 改善已有的文档。
498
+
499
+ 新增接口:
500
+
501
+ * [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
502
+
503
+ 新增数据结构:
504
+
505
+ * [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
506
+
507
+
508
+
509
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
510
+
511
+
512
+
513
+ ## 前端性能监控(rum) 版本:2021-06-22
514
+
515
+ ### 第 11 次发布
516
+
517
+ 发布时间:2022-02-14 08:15:11
518
+
519
+ 本次发布包含了以下内容:
520
+
521
+ 改善已有的文档。
522
+
523
+ 新增接口:
524
+
525
+ * [CreateLogExport](https://cloud.tencent.com/document/api/1464/69248)
526
+ * [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
527
+ * [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
528
+ * [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
529
+ * [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
530
+ * [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
531
+ * [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
532
+ * [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
533
+ * [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
534
+ * [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
535
+ * [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
536
+ * [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
537
+ * [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
538
+ * [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
539
+ * [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
540
+ * [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
541
+ * [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
542
+ * [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
543
+ * [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
544
+ * [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
545
+ * [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
546
+ * [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
547
+ * [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
548
+ * [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
549
+ * [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
550
+ * [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
551
+ * [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
552
+ * [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
553
+ * [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
554
+ * [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
555
+ * [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
556
+ * [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
557
+ * [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
558
+ * [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
559
+ * [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
560
+ * [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
561
+ * [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
562
+ * [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
563
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
564
+ * [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
565
+ * [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
566
+ * [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
567
+ * [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
568
+
569
+ 新增数据结构:
570
+
571
+ * [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
572
+ * [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
573
+ * [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
574
+ * [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
575
+ * [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
576
+ * [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
577
+ * [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
578
+ * [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
579
+ * [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
580
+
581
+
582
+
1
583
  # Release 4.0.286
2
584
 
3
585
  ## 云数据库 MySQL(cdb) 版本:2017-03-20