tencentcloud-sdk-nodejs 4.0.267 → 4.0.271

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