tencentcloud-sdk-nodejs 4.0.266 → 4.0.270

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 (135) hide show
  1. package/CHANGELOG.md +899 -0
  2. package/SERVICE_CHANGELOG.md +914 -94
  3. package/package.json +1 -1
  4. package/products.md +40 -39
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
  8. package/src/services/as/v20180419/as_models.ts +8 -3
  9. package/src/services/billing/v20180709/billing_models.ts +18 -0
  10. package/src/services/cam/v20190116/cam_client.ts +21 -7
  11. package/src/services/cam/v20190116/cam_models.ts +134 -11
  12. package/src/services/cbs/v20170312/cbs_models.ts +6 -1
  13. package/src/services/cdb/v20170320/cdb_models.ts +11 -1
  14. package/src/services/clb/v20180317/clb_models.ts +22 -0
  15. package/src/services/cls/v20201016/cls_models.ts +3 -49
  16. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  17. package/src/services/cwp/v20180228/cwp_models.ts +44 -2
  18. package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +21 -5
  21. package/src/services/dlc/v20210125/dlc_models.ts +0 -1
  22. package/src/services/eb/index.ts +5 -0
  23. package/src/services/eb/v20210416/eb_client.ts +353 -0
  24. package/src/services/eb/v20210416/eb_models.ts +1483 -0
  25. package/src/services/eb/v20210416/index.ts +6 -0
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +33 -8
  28. package/src/services/faceid/v20180301/faceid_client.ts +15 -1
  29. package/src/services/faceid/v20180301/faceid_models.ts +143 -8
  30. package/src/services/gaap/v20180529/gaap_models.ts +115 -1
  31. package/src/services/gs/v20191118/gs_client.ts +24 -0
  32. package/src/services/gs/v20191118/gs_models.ts +45 -0
  33. package/src/services/ic/v20190307/ic_models.ts +1 -1
  34. package/src/services/index.ts +1 -0
  35. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
  36. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
  37. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  38. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2089 -360
  39. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  40. package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
  41. package/src/services/live/v20180801/live_models.ts +1 -0
  42. package/src/services/mariadb/v20170312/mariadb_client.ts +13 -1
  43. package/src/services/mariadb/v20170312/mariadb_models.ts +158 -26
  44. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  45. package/src/services/postgres/v20170312/postgres_client.ts +1 -0
  46. package/src/services/postgres/v20170312/postgres_models.ts +43 -3
  47. package/src/services/rce/v20201103/rce_models.ts +5 -0
  48. package/src/services/scf/v20180416/scf_models.ts +3 -3
  49. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
  50. package/src/services/ssm/v20190923/ssm_client.ts +3 -2
  51. package/src/services/ssm/v20190923/ssm_models.ts +36 -14
  52. package/src/services/tcss/v20201101/tcss_models.ts +31 -5
  53. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  54. package/src/services/tke/v20180525/tke_models.ts +13 -0
  55. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  56. package/src/services/vod/v20180717/vod_models.ts +18 -1
  57. package/src/services/wav/v20210129/wav_client.ts +2 -2
  58. package/src/services/wav/v20210129/wav_models.ts +1 -1
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  62. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
  63. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
  64. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
  65. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
  66. package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
  67. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
  68. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
  69. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  70. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  74. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
  75. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
  76. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
  78. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +18 -5
  79. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
  80. package/tencentcloud/services/eb/index.d.ts +6 -0
  81. package/tencentcloud/services/eb/index.js +7 -0
  82. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
  83. package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
  84. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
  85. package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
  86. package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
  87. package/tencentcloud/services/eb/v20210416/index.js +9 -0
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
  89. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -8
  91. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  92. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  93. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +121 -8
  94. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
  95. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
  96. package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
  97. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
  98. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  99. package/tencentcloud/services/index.d.ts +1 -0
  100. package/tencentcloud/services/index.js +2 -0
  101. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
  102. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
  103. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
  104. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  105. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  106. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1779 -293
  107. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
  108. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  109. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  110. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  111. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +130 -21
  112. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  113. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +37 -3
  114. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
  115. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -3
  116. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
  117. package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
  118. package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
  119. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
  120. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -3
  121. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  122. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
  123. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  124. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  125. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
  126. package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
  127. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  128. package/test/cam.v20190116.test.js +12 -2
  129. package/test/dbbrain.v20210527.test.js +20 -0
  130. package/test/eb.v20210416.test.js +271 -0
  131. package/test/faceid.v20180301.test.js +10 -0
  132. package/test/gs.v20191118.test.js +20 -0
  133. package/test/iotexplorer.v20190423.test.js +240 -150
  134. package/test/iotvideoindustry.v20201201.test.js +454 -114
  135. package/test/mariadb.v20170312.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,902 @@
1
+ # Release 4.0.270
2
+
3
+ ## 计费相关(billing) 版本:2018-07-09
4
+
5
+ ### 第 30 次发布
6
+
7
+ 发布时间:2022-01-11 08:03:32
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
16
+
17
+ * 新增成员:Action
18
+
19
+
20
+
21
+
22
+ ## 云硬盘(cbs) 版本:2017-03-12
23
+
24
+ ### 第 36 次发布
25
+
26
+ 发布时间:2022-01-11 08:04:11
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [TerminateDisks](https://cloud.tencent.com/document/api/362/16321)
35
+
36
+ * 新增入参:DeleteSnapshot
37
+
38
+
39
+
40
+
41
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
42
+
43
+ ### 第 32 次发布
44
+
45
+ 发布时间:2022-01-11 08:07:36
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
54
+
55
+ * 新增入参:SecurityGroupIds
56
+
57
+ * [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/557/51780)
58
+
59
+ * 新增出参:Total
60
+
61
+
62
+ 修改数据结构:
63
+
64
+ * [DCDBInstanceInfo](https://cloud.tencent.com/document/api/557/16142#DCDBInstanceInfo)
65
+
66
+ * 新增成员:ResourceTags
67
+
68
+
69
+
70
+
71
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
72
+
73
+ ### 第 11 次发布
74
+
75
+ 发布时间:2022-01-11 08:08:55
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ 修改数据结构:
82
+
83
+ * [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
84
+
85
+ * 新增成员:IsPromoter
86
+
87
+
88
+
89
+
90
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
91
+
92
+
93
+
94
+ ## 全球应用加速(gaap) 版本:2018-05-29
95
+
96
+ ### 第 27 次发布
97
+
98
+ 发布时间:2022-01-11 08:09:11
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [CheckProxyCreate](https://cloud.tencent.com/document/api/608/36974)
107
+
108
+ * 新增入参:Http3Supported
109
+
110
+ * [CreateDomain](https://cloud.tencent.com/document/api/608/36991)
111
+
112
+ * 新增入参:Http3Supported
113
+
114
+ * [CreateHTTPSListener](https://cloud.tencent.com/document/api/608/37006)
115
+
116
+ * 新增入参:Http3Supported
117
+
118
+ * [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
119
+
120
+ * 新增入参:Http3Supported
121
+
122
+ * [CreateProxyGroup](https://cloud.tencent.com/document/api/608/36949)
123
+
124
+ * 新增入参:Http3Supported
125
+
126
+ * [DescribeHTTPSListeners](https://cloud.tencent.com/document/api/608/37001)
127
+
128
+ * 新增入参:Http3Supported
129
+
130
+ * [InquiryPriceCreateProxy](https://cloud.tencent.com/document/api/608/36957)
131
+
132
+ * 新增入参:Http3Supported
133
+
134
+
135
+ 修改数据结构:
136
+
137
+ * [AccessRegionDetial](https://cloud.tencent.com/document/api/608/37023#AccessRegionDetial)
138
+
139
+ * 新增成员:FeatureBitmap
140
+
141
+ * [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
142
+
143
+ * 新增成员:Http3Supported
144
+
145
+ * [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
146
+
147
+ * 新增成员:Http3Supported
148
+
149
+ * [ProxyGroupInfo](https://cloud.tencent.com/document/api/608/37023#ProxyGroupInfo)
150
+
151
+ * 新增成员:Http3Supported
152
+
153
+ * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
154
+
155
+ * 新增成员:Http3Supported
156
+
157
+ * [RegionDetail](https://cloud.tencent.com/document/api/608/37023#RegionDetail)
158
+
159
+ * 新增成员:FeatureBitmap
160
+
161
+
162
+
163
+
164
+ ## 云游戏解决方案(gs) 版本:2019-11-18
165
+
166
+ ### 第 16 次发布
167
+
168
+ 发布时间:2022-01-11 08:09:37
169
+
170
+ 本次发布包含了以下内容:
171
+
172
+ 改善已有的文档。
173
+
174
+ 新增接口:
175
+
176
+ * [StartPublishStream](https://cloud.tencent.com/document/api/1162/67868)
177
+ * [StopPublishStream](https://cloud.tencent.com/document/api/1162/67867)
178
+
179
+
180
+
181
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
182
+
183
+ ### 第 40 次发布
184
+
185
+ 发布时间:2022-01-11 08:10:29
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 新增接口:
192
+
193
+ * [BindDevices](https://cloud.tencent.com/document/api/1081/67873)
194
+ * [BindProducts](https://cloud.tencent.com/document/api/1081/67877)
195
+ * [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
196
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
197
+ * [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/1081/67871)
198
+ * [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
199
+ * [GetGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/67870)
200
+ * [UnbindDevices](https://cloud.tencent.com/document/api/1081/67869)
201
+ * [UnbindProducts](https://cloud.tencent.com/document/api/1081/67874)
202
+
203
+ 新增数据结构:
204
+
205
+ * [BindDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#BindDeviceInfo)
206
+ * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
207
+ * [FamilySubDevice](https://cloud.tencent.com/document/api/1081/34988#FamilySubDevice)
208
+
209
+
210
+
211
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
212
+
213
+ ### 第 24 次发布
214
+
215
+ 发布时间:2022-01-11 08:11:43
216
+
217
+ 本次发布包含了以下内容:
218
+
219
+ 改善已有的文档。
220
+
221
+ 新增数据结构:
222
+
223
+ * [Tag](https://cloud.tencent.com/document/api/1207/47576#Tag)
224
+
225
+ 修改数据结构:
226
+
227
+ * [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
228
+
229
+ * 新增成员:Tags
230
+
231
+
232
+
233
+
234
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
235
+
236
+ ### 第 29 次发布
237
+
238
+ 发布时间:2022-01-11 08:12:13
239
+
240
+ 本次发布包含了以下内容:
241
+
242
+ 改善已有的文档。
243
+
244
+ 新增接口:
245
+
246
+ * [CreateHourDBInstance](https://cloud.tencent.com/document/api/237/67878)
247
+
248
+ 修改接口:
249
+
250
+ * [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/237/51786)
251
+
252
+ * 新增出参:Total
253
+
254
+
255
+ 修改数据结构:
256
+
257
+ * [DBInstance](https://cloud.tencent.com/document/api/237/16191#DBInstance)
258
+
259
+ * 新增成员:ResourceTags
260
+
261
+
262
+
263
+
264
+ ## 凭据管理系统(ssm) 版本:2019-09-23
265
+
266
+ ### 第 6 次发布
267
+
268
+ 发布时间:2022-01-11 08:14:31
269
+
270
+ 本次发布包含了以下内容:
271
+
272
+ 改善已有的文档。
273
+
274
+ 修改接口:
275
+
276
+ * [DescribeSecret](https://cloud.tencent.com/document/api/1140/40526)
277
+
278
+ * 新增出参:TargetUin
279
+
280
+ * [GetServiceStatus](https://cloud.tencent.com/document/api/1140/40521)
281
+
282
+ * 新增出参:AccessKeyEscrowEnabled
283
+
284
+
285
+ 修改数据结构:
286
+
287
+ * [SecretMetadata](https://cloud.tencent.com/document/api/1140/40530#SecretMetadata)
288
+
289
+ * 新增成员:TargetUin
290
+
291
+
292
+
293
+
294
+ ## 云点播(vod) 版本:2018-07-17
295
+
296
+ ### 第 94 次发布
297
+
298
+ 发布时间:2022-01-11 08:17:35
299
+
300
+ 本次发布包含了以下内容:
301
+
302
+ 改善已有的文档。
303
+
304
+ 修改数据结构:
305
+
306
+ * [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
307
+
308
+ * 新增成员:Size
309
+
310
+
311
+
312
+
313
+ # Release 4.0.269
314
+
315
+ ## API网关(apigateway) 版本:2018-08-08
316
+
317
+ ### 第 23 次发布
318
+
319
+ 发布时间:2022-01-10 08:05:32
320
+
321
+ 本次发布包含了以下内容:
322
+
323
+ 改善已有的文档。
324
+
325
+ 新增数据结构:
326
+
327
+ * [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
328
+
329
+ 修改数据结构:
330
+
331
+ * [ServiceConfig](https://cloud.tencent.com/document/api/628/45244#ServiceConfig)
332
+
333
+ * 新增成员:CosConfig
334
+
335
+
336
+
337
+
338
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
339
+
340
+ ### 第 78 次发布
341
+
342
+ 发布时间:2022-01-10 08:06:53
343
+
344
+ 本次发布包含了以下内容:
345
+
346
+ 改善已有的文档。
347
+
348
+ 修改接口:
349
+
350
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
351
+
352
+ * 新增入参:ParamTemplateType
353
+
354
+
355
+
356
+
357
+ ## 主机安全(cwp) 版本:2018-02-28
358
+
359
+ ### 第 37 次发布
360
+
361
+ 发布时间:2022-01-10 08:08:49
362
+
363
+ 本次发布包含了以下内容:
364
+
365
+ 改善已有的文档。
366
+
367
+ 修改接口:
368
+
369
+ * [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
370
+
371
+ * 新增出参:FlagshipMachineCnt, ProtectDays
372
+
373
+ * [DescribeImportMachineInfo](https://cloud.tencent.com/document/api/296/55203)
374
+
375
+ * 新增入参:Filters
376
+
377
+ * [DescribeMachineInfo](https://cloud.tencent.com/document/api/296/19851)
378
+
379
+ * 新增出参:ProtectType
380
+
381
+
382
+ 修改数据结构:
383
+
384
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
385
+
386
+ * 新增成员:ProtectType
387
+
388
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
389
+
390
+ * 新增成员:CheckPlatform, Uuid
391
+
392
+
393
+
394
+
395
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
396
+
397
+ ### 第 6 次发布
398
+
399
+ 发布时间:2022-01-10 08:09:43
400
+
401
+ 本次发布包含了以下内容:
402
+
403
+ 改善已有的文档。
404
+
405
+ 新增接口:
406
+
407
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
408
+ * [CreateProxySessionKillTask](https://cloud.tencent.com/document/api/1130/67782)
409
+
410
+
411
+
412
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
413
+
414
+
415
+
416
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
417
+
418
+ ### 第 23 次发布
419
+
420
+ 发布时间:2022-01-10 08:14:24
421
+
422
+ 本次发布包含了以下内容:
423
+
424
+ 改善已有的文档。
425
+
426
+ 修改接口:
427
+
428
+ * [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
429
+
430
+ * 新增入参:DBNodeSet
431
+
432
+
433
+ 新增数据结构:
434
+
435
+ * [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
436
+
437
+ 修改数据结构:
438
+
439
+ * [DBBackup](https://cloud.tencent.com/document/api/409/16778#DBBackup)
440
+
441
+ * 新增成员:SetId
442
+
443
+ * [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
444
+
445
+ * 新增成员:DBNodeSet
446
+
447
+ * [ZoneInfo](https://cloud.tencent.com/document/api/409/16778#ZoneInfo)
448
+
449
+ * 新增成员:StandbyZoneSet
450
+
451
+
452
+
453
+
454
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
455
+
456
+ ### 第 5 次发布
457
+
458
+ 发布时间:2022-01-10 08:14:37
459
+
460
+ 本次发布包含了以下内容:
461
+
462
+ 改善已有的文档。
463
+
464
+ 修改数据结构:
465
+
466
+ * [InputDescribeRiskModelData](https://cloud.tencent.com/document/api/1343/52566#InputDescribeRiskModelData)
467
+
468
+ * 新增成员:IsTest
469
+
470
+
471
+
472
+
473
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
474
+
475
+ ### 第 28 次发布
476
+
477
+ 发布时间:2022-01-10 08:15:07
478
+
479
+ 本次发布包含了以下内容:
480
+
481
+ 改善已有的文档。
482
+
483
+ 修改接口:
484
+
485
+ * [ModifyDBInstanceNetwork](https://cloud.tencent.com/document/api/238/52347)
486
+
487
+ * 新增入参:Vip
488
+
489
+
490
+
491
+
492
+ # Release 4.0.268
493
+
494
+ ## 弹性伸缩(as) 版本:2018-04-19
495
+
496
+ ### 第 45 次发布
497
+
498
+ 发布时间:2022-01-07 08:03:22
499
+
500
+ 本次发布包含了以下内容:
501
+
502
+ 改善已有的文档。
503
+
504
+ 修改接口:
505
+
506
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
507
+
508
+ * 新增入参:CamRoleName
509
+
510
+
511
+
512
+
513
+ ## 访问管理(cam) 版本:2019-01-16
514
+
515
+ ### 第 41 次发布
516
+
517
+ 发布时间:2022-01-07 08:04:06
518
+
519
+ 本次发布包含了以下内容:
520
+
521
+ 改善已有的文档。
522
+
523
+ 新增接口:
524
+
525
+ * [ListAttachedUserAllPolicies](https://cloud.tencent.com/document/api/598/67728)
526
+
527
+ 新增数据结构:
528
+
529
+ * [AttachedUserPolicy](https://cloud.tencent.com/document/api/598/33167#AttachedUserPolicy)
530
+ * [AttachedUserPolicyGroupInfo](https://cloud.tencent.com/document/api/598/33167#AttachedUserPolicyGroupInfo)
531
+
532
+
533
+
534
+ ## 负载均衡(clb) 版本:2018-03-17
535
+
536
+ ### 第 63 次发布
537
+
538
+ 发布时间:2022-01-07 08:05:24
539
+
540
+ 本次发布包含了以下内容:
541
+
542
+ 改善已有的文档。
543
+
544
+ 修改接口:
545
+
546
+ * [CloneLoadBalancer](https://cloud.tencent.com/document/api/214/64874)
547
+
548
+ * 新增入参:SlaType
549
+
550
+
551
+
552
+
553
+ ## 事件总线(eb) 版本:2021-04-16
554
+
555
+ ### 第 1 次发布
556
+
557
+ 发布时间:2022-01-06 16:11:19
558
+
559
+ 本次发布包含了以下内容:
560
+
561
+ 改善已有的文档。
562
+
563
+ 新增接口:
564
+
565
+ * [CheckRule](https://cloud.tencent.com/document/api/1359/67698)
566
+ * [CheckTransformation](https://cloud.tencent.com/document/api/1359/67679)
567
+ * [CreateConnection](https://cloud.tencent.com/document/api/1359/67691)
568
+ * [CreateEventBus](https://cloud.tencent.com/document/api/1359/67686)
569
+ * [CreateRule](https://cloud.tencent.com/document/api/1359/67697)
570
+ * [CreateTarget](https://cloud.tencent.com/document/api/1359/67703)
571
+ * [CreateTransformation](https://cloud.tencent.com/document/api/1359/67678)
572
+ * [DeleteConnection](https://cloud.tencent.com/document/api/1359/67690)
573
+ * [DeleteEventBus](https://cloud.tencent.com/document/api/1359/67685)
574
+ * [DeleteRule](https://cloud.tencent.com/document/api/1359/67696)
575
+ * [DeleteTarget](https://cloud.tencent.com/document/api/1359/67702)
576
+ * [DeleteTransformation](https://cloud.tencent.com/document/api/1359/67677)
577
+ * [GetEventBus](https://cloud.tencent.com/document/api/1359/67684)
578
+ * [GetRule](https://cloud.tencent.com/document/api/1359/67695)
579
+ * [GetTransformation](https://cloud.tencent.com/document/api/1359/67676)
580
+ * [ListConnections](https://cloud.tencent.com/document/api/1359/67689)
581
+ * [ListEventBuses](https://cloud.tencent.com/document/api/1359/67683)
582
+ * [ListRules](https://cloud.tencent.com/document/api/1359/67694)
583
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
584
+ * [PublishEvent](https://cloud.tencent.com/document/api/1359/67682)
585
+ * [UpdateConnection](https://cloud.tencent.com/document/api/1359/67688)
586
+ * [UpdateEventBus](https://cloud.tencent.com/document/api/1359/67681)
587
+ * [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
588
+ * [UpdateTarget](https://cloud.tencent.com/document/api/1359/67700)
589
+ * [UpdateTransformation](https://cloud.tencent.com/document/api/1359/67675)
590
+
591
+ 新增数据结构:
592
+
593
+ * [APIGWParams](https://cloud.tencent.com/document/api/1359/67704#APIGWParams)
594
+ * [CkafkaDeliveryParams](https://cloud.tencent.com/document/api/1359/67704#CkafkaDeliveryParams)
595
+ * [CkafkaParams](https://cloud.tencent.com/document/api/1359/67704#CkafkaParams)
596
+ * [CkafkaTargetParams](https://cloud.tencent.com/document/api/1359/67704#CkafkaTargetParams)
597
+ * [Connection](https://cloud.tencent.com/document/api/1359/67704#Connection)
598
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
599
+ * [DeadLetterConfig](https://cloud.tencent.com/document/api/1359/67704#DeadLetterConfig)
600
+ * [EtlFilter](https://cloud.tencent.com/document/api/1359/67704#EtlFilter)
601
+ * [Event](https://cloud.tencent.com/document/api/1359/67704#Event)
602
+ * [EventBus](https://cloud.tencent.com/document/api/1359/67704#EventBus)
603
+ * [Extraction](https://cloud.tencent.com/document/api/1359/67704#Extraction)
604
+ * [Filter](https://cloud.tencent.com/document/api/1359/67704#Filter)
605
+ * [OutputStructParam](https://cloud.tencent.com/document/api/1359/67704#OutputStructParam)
606
+ * [RetryPolicy](https://cloud.tencent.com/document/api/1359/67704#RetryPolicy)
607
+ * [Rule](https://cloud.tencent.com/document/api/1359/67704#Rule)
608
+ * [SCFParams](https://cloud.tencent.com/document/api/1359/67704#SCFParams)
609
+ * [Target](https://cloud.tencent.com/document/api/1359/67704#Target)
610
+ * [TargetBrief](https://cloud.tencent.com/document/api/1359/67704#TargetBrief)
611
+ * [TargetDescription](https://cloud.tencent.com/document/api/1359/67704#TargetDescription)
612
+ * [TextParams](https://cloud.tencent.com/document/api/1359/67704#TextParams)
613
+ * [Transform](https://cloud.tencent.com/document/api/1359/67704#Transform)
614
+ * [Transformation](https://cloud.tencent.com/document/api/1359/67704#Transformation)
615
+
616
+
617
+
618
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
619
+
620
+ ### 第 10 次发布
621
+
622
+ 发布时间:2022-01-07 08:08:29
623
+
624
+ 本次发布包含了以下内容:
625
+
626
+ 改善已有的文档。
627
+
628
+ 修改数据结构:
629
+
630
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
631
+
632
+ * 新增成员:ComponentLimitType, RecipientId, OrganizationOpenId, OrganizationName
633
+
634
+ * <font color="#dd0000">**修改成员**:</font>Name, Mobile
635
+
636
+
637
+
638
+
639
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
640
+
641
+
642
+
643
+ ## 人脸核身(faceid) 版本:2018-03-01
644
+
645
+ ### 第 37 次发布
646
+
647
+ 发布时间:2022-01-07 08:08:34
648
+
649
+ 本次发布包含了以下内容:
650
+
651
+ 改善已有的文档。
652
+
653
+ 新增接口:
654
+
655
+ * [GetWeChatBillDetails](https://cloud.tencent.com/document/api/1007/67729)
656
+
657
+ 新增数据结构:
658
+
659
+ * [ChargeDetail](https://cloud.tencent.com/document/api/1007/41958#ChargeDetail)
660
+ * [WeChatBillDetail](https://cloud.tencent.com/document/api/1007/41958#WeChatBillDetail)
661
+
662
+
663
+
664
+ ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
665
+
666
+ ### 第 16 次发布
667
+
668
+ 发布时间:2022-01-07 08:10:07
669
+
670
+ 本次发布包含了以下内容:
671
+
672
+ 改善已有的文档。
673
+
674
+ 修改接口:
675
+
676
+ * [DescribeChannelStreamURL](https://cloud.tencent.com/document/api/1361/67426)
677
+
678
+ * 新增入参:ExpireTime
679
+
680
+
681
+
682
+
683
+ ## 容器安全服务(tcss) 版本:2020-11-01
684
+
685
+ ### 第 4 次发布
686
+
687
+ 发布时间:2022-01-07 08:13:42
688
+
689
+ 本次发布包含了以下内容:
690
+
691
+ 改善已有的文档。
692
+
693
+ 修改接口:
694
+
695
+ * [DescribeAssetHostDetail](https://cloud.tencent.com/document/api/1285/65508)
696
+
697
+ * 新增出参:InstanceID, RegionID
698
+
699
+
700
+ 修改数据结构:
701
+
702
+ * [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
703
+
704
+ * 新增成员:InstanceID, RegionID
705
+
706
+
707
+
708
+
709
+ ## 容器服务(tke) 版本:2018-05-25
710
+
711
+ ### 第 85 次发布
712
+
713
+ 发布时间:2022-01-07 08:14:40
714
+
715
+ 本次发布包含了以下内容:
716
+
717
+ 改善已有的文档。
718
+
719
+ 修改数据结构:
720
+
721
+ * [PrometheusAgentOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentOverview)
722
+
723
+ * 新增成员:ExternalLabels
724
+
725
+ * [PrometheusAlertRule](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertRule)
726
+
727
+ * 新增成员:RuleState
728
+
729
+
730
+
731
+
732
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
733
+
734
+ ### 第 66 次发布
735
+
736
+ 发布时间:2022-01-07 08:15:02
737
+
738
+ 本次发布包含了以下内容:
739
+
740
+ 改善已有的文档。
741
+
742
+ 修改数据结构:
743
+
744
+ * [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
745
+
746
+ * 新增成员:VolumeInfos, VolumeMountInfos
747
+
748
+
749
+
750
+
751
+ # Release 4.0.267
752
+
753
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
754
+
755
+ ### 第 77 次发布
756
+
757
+ 发布时间:2022-01-06 08:05:45
758
+
759
+ 本次发布包含了以下内容:
760
+
761
+ 改善已有的文档。
762
+
763
+ 修改接口:
764
+
765
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
766
+
767
+ * 新增入参:CageId
768
+
769
+
770
+
771
+
772
+ ## 负载均衡(clb) 版本:2018-03-17
773
+
774
+ ### 第 62 次发布
775
+
776
+ 发布时间:2022-01-06 08:06:38
777
+
778
+ 本次发布包含了以下内容:
779
+
780
+ 改善已有的文档。
781
+
782
+ 修改接口:
783
+
784
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
785
+
786
+ * 新增出参:DealName
787
+
788
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/214/30683)
789
+
790
+ * 新增入参:DealName
791
+
792
+ * 新增出参:LoadBalancerIds
793
+
794
+
795
+
796
+
797
+ ## 人脸核身(faceid) 版本:2018-03-01
798
+
799
+ ### 第 36 次发布
800
+
801
+ 发布时间:2022-01-06 08:09:38
802
+
803
+ 本次发布包含了以下内容:
804
+
805
+ 改善已有的文档。
806
+
807
+ 修改接口:
808
+
809
+ * [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
810
+
811
+ * 新增出参:Isp
812
+
813
+
814
+ 修改数据结构:
815
+
816
+ * [DetectInfoIdCardData](https://cloud.tencent.com/document/api/1007/41958#DetectInfoIdCardData)
817
+
818
+ * 新增成员:WarnInfos
819
+
820
+
821
+
822
+
823
+ ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
824
+
825
+ ### 第 15 次发布
826
+
827
+ 发布时间:2022-01-06 08:11:12
828
+
829
+ 本次发布包含了以下内容:
830
+
831
+ 改善已有的文档。
832
+
833
+ 新增接口:
834
+
835
+ * [ControlChannelLocalRecord](https://cloud.tencent.com/document/api/1361/67425)
836
+ * [ControlChannelPTZ](https://cloud.tencent.com/document/api/1361/67403)
837
+ * [ControlHomePosition](https://cloud.tencent.com/document/api/1361/67396)
838
+ * [ControlPreset](https://cloud.tencent.com/document/api/1361/67402)
839
+ * [CreateRecordingPlan](https://cloud.tencent.com/document/api/1361/53742)
840
+ * [DeleteRecordingPlan](https://cloud.tencent.com/document/api/1361/53740)
841
+ * [DeleteWarning](https://cloud.tencent.com/document/api/1361/67401)
842
+ * [DescribeAbnormalEvents](https://cloud.tencent.com/document/api/1361/67411)
843
+ * [DescribeBindSceneChannels](https://cloud.tencent.com/document/api/1361/67404)
844
+ * [DescribeChannelLocalRecordURL](https://cloud.tencent.com/document/api/1361/67424)
845
+ * [DescribeChannelStreamURL](https://cloud.tencent.com/document/api/1361/67426)
846
+ * [DescribeChannels](https://cloud.tencent.com/document/api/1361/67429)
847
+ * [DescribeCurrentDeviceData](https://cloud.tencent.com/document/api/1361/67410)
848
+ * [DescribeDevice](https://cloud.tencent.com/document/api/1361/67395)
849
+ * [DescribeDeviceEvent](https://cloud.tencent.com/document/api/1361/67409)
850
+ * [DescribeDeviceList](https://cloud.tencent.com/document/api/1361/53721)
851
+ * [DescribeDeviceMonitorData](https://cloud.tencent.com/document/api/1361/67408)
852
+ * [DescribeMonitorDataByDate](https://cloud.tencent.com/document/api/1361/67407)
853
+ * [DescribePresetList](https://cloud.tencent.com/document/api/1361/67400)
854
+ * [DescribeRecordDatesByChannel](https://cloud.tencent.com/document/api/1361/67423)
855
+ * [DescribeRecordingPlanById](https://cloud.tencent.com/document/api/1361/67419)
856
+ * [DescribeRecordingPlans](https://cloud.tencent.com/document/api/1361/67418)
857
+ * [DescribeScene](https://cloud.tencent.com/document/api/1361/67417)
858
+ * [DescribeVideoListByChannel](https://cloud.tencent.com/document/api/1361/67422)
859
+ * [DescribeWarnMod](https://cloud.tencent.com/document/api/1361/67399)
860
+ * [DescribeWarnings](https://cloud.tencent.com/document/api/1361/67398)
861
+ * [DescribeXP2PData](https://cloud.tencent.com/document/api/1361/67431)
862
+ * [ModifyBindRecordingPlan](https://cloud.tencent.com/document/api/1361/67416)
863
+ * [ModifyBindSceneChannels](https://cloud.tencent.com/document/api/1361/67415)
864
+ * [ModifyBindSceneDevice](https://cloud.tencent.com/document/api/1361/67414)
865
+ * [ModifyPreset](https://cloud.tencent.com/document/api/1361/67394)
866
+ * [ModifyRecordingPlan](https://cloud.tencent.com/document/api/1361/67413)
867
+ * [ModifyScene](https://cloud.tencent.com/document/api/1361/67412)
868
+ * [ResetWarning](https://cloud.tencent.com/document/api/1361/67397)
869
+
870
+ 修改接口:
871
+
872
+ * [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
873
+
874
+ * 新增入参:Channels
875
+
876
+
877
+ 新增数据结构:
878
+
879
+ * [AbnormalEvents](https://cloud.tencent.com/document/api/1361/53754#AbnormalEvents)
880
+ * [AbnormalEventsInfo](https://cloud.tencent.com/document/api/1361/53754#AbnormalEventsInfo)
881
+ * [ChannelDetail](https://cloud.tencent.com/document/api/1361/53754#ChannelDetail)
882
+ * [ChannelItem](https://cloud.tencent.com/document/api/1361/53754#ChannelItem)
883
+ * [DeviceMonitorValue](https://cloud.tencent.com/document/api/1361/53754#DeviceMonitorValue)
884
+ * [Events](https://cloud.tencent.com/document/api/1361/53754#Events)
885
+ * [PresetItem](https://cloud.tencent.com/document/api/1361/53754#PresetItem)
886
+ * [RecordPlanDetail](https://cloud.tencent.com/document/api/1361/53754#RecordPlanDetail)
887
+ * [RecordStatistic](https://cloud.tencent.com/document/api/1361/53754#RecordStatistic)
888
+ * [RecordStatisticValue](https://cloud.tencent.com/document/api/1361/53754#RecordStatisticValue)
889
+ * [WarningsData](https://cloud.tencent.com/document/api/1361/53754#WarningsData)
890
+
891
+ 修改数据结构:
892
+
893
+ * [GroupDeviceItem](https://cloud.tencent.com/document/api/1361/53754#GroupDeviceItem)
894
+
895
+ * 新增成员:CreateTime, ChannelNum, VideoChannelNum
896
+
897
+
898
+
899
+
1
900
  # Release 4.0.266
2
901
 
3
902
  ## 应用性能观测(apm) 版本:2021-06-22