tencentcloud-sdk-nodejs 4.0.256 → 4.0.260

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 (195) hide show
  1. package/CHANGELOG.md +968 -229
  2. package/package.json +1 -1
  3. package/products.md +48 -48
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ams/v20201229/ams_client.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +24 -0
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +40 -3
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +241 -121
  9. package/src/services/billing/v20180709/billing_models.ts +5 -5
  10. package/src/services/cam/v20190116/cam_models.ts +1 -1
  11. package/src/services/cat/v20180409/cat_client.ts +158 -55
  12. package/src/services/cat/v20180409/cat_models.ts +1535 -863
  13. package/src/services/cbs/v20170312/cbs_client.ts +6 -5
  14. package/src/services/cbs/v20170312/cbs_models.ts +122 -87
  15. package/src/services/cdn/v20180606/cdn_models.ts +11 -0
  16. package/src/services/chdfs/v20201112/chdfs_models.ts +55 -11
  17. package/src/services/cii/v20210408/cii_models.ts +7 -7
  18. package/src/services/ckafka/v20190819/ckafka_client.ts +36 -9
  19. package/src/services/ckafka/v20190819/ckafka_models.ts +218 -28
  20. package/src/services/clb/v20180317/clb_models.ts +6 -6
  21. package/src/services/cls/v20201016/cls_client.ts +71 -21
  22. package/src/services/cls/v20201016/cls_models.ts +259 -71
  23. package/src/services/cvm/v20170312/cvm_client.ts +168 -76
  24. package/src/services/cvm/v20170312/cvm_models.ts +808 -199
  25. package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
  26. package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
  27. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  28. package/src/services/dcdb/v20180411/dcdb_models.ts +35 -0
  29. package/src/services/dlc/v20210125/dlc_client.ts +4 -4
  30. package/src/services/dlc/v20210125/dlc_models.ts +170 -8
  31. package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
  32. package/src/services/dts/v20180330/dts_models.ts +10 -9
  33. package/src/services/eiam/v20210420/eiam_client.ts +230 -65
  34. package/src/services/eiam/v20210420/eiam_models.ts +1582 -816
  35. package/src/services/essbasic/v20210526/essbasic_client.ts +44 -4
  36. package/src/services/essbasic/v20210526/essbasic_models.ts +237 -85
  37. package/src/services/faceid/v20180301/faceid_client.ts +13 -0
  38. package/src/services/faceid/v20180301/faceid_models.ts +60 -0
  39. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
  40. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
  41. package/src/services/lighthouse/v20200324/lighthouse_client.ts +203 -38
  42. package/src/services/lighthouse/v20200324/lighthouse_models.ts +822 -86
  43. package/src/services/live/v20180801/live_models.ts +12 -1
  44. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  45. package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
  46. package/src/services/monitor/v20180724/monitor_client.ts +26 -7
  47. package/src/services/monitor/v20180724/monitor_models.ts +320 -0
  48. package/src/services/nlp/v20190408/nlp_client.ts +1 -1
  49. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  50. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  51. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  52. package/src/services/rum/v20210622/rum_models.ts +4 -4
  53. package/src/services/scf/v20180416/scf_client.ts +1 -1
  54. package/src/services/scf/v20180416/scf_models.ts +1 -1
  55. package/src/services/sms/v20210111/sms_client.ts +3 -3
  56. package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
  57. package/src/services/sts/v20180813/sts_client.ts +13 -0
  58. package/src/services/sts/v20180813/sts_models.ts +45 -0
  59. package/src/services/tcss/v20201101/tcss_models.ts +9 -7
  60. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -3
  61. package/src/services/tdmq/v20200217/tdmq_models.ts +337 -148
  62. package/src/services/tem/v20210701/tem_client.ts +13 -1
  63. package/src/services/tem/v20210701/tem_models.ts +55 -10
  64. package/src/services/thpc/v20211109/thpc_client.ts +14 -1
  65. package/src/services/thpc/v20211109/thpc_models.ts +96 -11
  66. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  67. package/src/services/tiia/v20190529/tiia_models.ts +31 -0
  68. package/src/services/tiw/v20190919/tiw_models.ts +2 -6
  69. package/src/services/tke/v20180525/tke_models.ts +8 -3
  70. package/src/services/tms/v20201229/tms_models.ts +13 -1
  71. package/src/services/tts/v20190823/tts_models.ts +1 -1
  72. package/src/services/vm/v20201229/vm_models.ts +30 -0
  73. package/src/services/vod/v20180717/vod_client.ts +2 -2
  74. package/src/services/vod/v20180717/vod_models.ts +359 -359
  75. package/src/services/vpc/v20170312/vpc_models.ts +108 -2
  76. package/src/services/wav/v20210129/wav_client.ts +45 -7
  77. package/src/services/wav/v20210129/wav_models.ts +370 -134
  78. package/tencentcloud/common/sdk_version.d.ts +1 -1
  79. package/tencentcloud/common/sdk_version.js +1 -1
  80. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
  81. package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
  82. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +20 -0
  83. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -1
  84. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -0
  85. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +208 -105
  86. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  87. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  88. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +35 -3
  89. package/tencentcloud/services/cat/v20180409/cat_client.js +51 -3
  90. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1414 -844
  91. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  92. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +103 -74
  93. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
  94. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +47 -11
  95. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +7 -7
  96. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
  97. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
  98. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +184 -24
  99. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -6
  100. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +27 -11
  101. package/tencentcloud/services/cls/v20201016/cls_client.js +36 -12
  102. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +229 -68
  103. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +76 -44
  104. package/tencentcloud/services/cvm/v20170312/cvm_client.js +95 -49
  105. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +637 -128
  106. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  107. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  108. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
  109. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  110. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  111. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +30 -0
  112. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +4 -4
  113. package/tencentcloud/services/dlc/v20210125/dlc_client.js +4 -4
  114. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +141 -8
  115. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
  116. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +9 -9
  117. package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
  118. package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
  119. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1348 -693
  120. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +23 -1
  121. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +26 -0
  122. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +202 -73
  123. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +6 -1
  124. package/tencentcloud/services/faceid/v20180301/faceid_client.js +7 -0
  125. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
  126. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
  127. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
  128. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
  129. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
  130. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
  131. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +702 -72
  132. package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
  133. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  134. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  135. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
  136. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
  137. package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
  138. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
  139. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
  140. package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
  141. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  142. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +8 -0
  143. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  144. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -4
  145. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  146. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  147. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  148. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
  149. package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
  150. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
  151. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
  152. package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
  153. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
  154. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -5
  155. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  156. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  157. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +288 -128
  158. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  159. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  160. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +47 -9
  161. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  162. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  163. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +81 -9
  164. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
  165. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
  166. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -3
  167. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +11 -1
  168. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  169. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +25 -0
  170. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  171. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  172. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +359 -359
  173. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +91 -2
  174. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -1
  175. package/tencentcloud/services/wav/v20210129/wav_client.js +18 -0
  176. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +314 -116
  177. package/test/antiddos.v20200309.test.js +30 -0
  178. package/test/cat.v20180409.test.js +82 -2
  179. package/test/ckafka.v20190819.test.js +22 -2
  180. package/test/cls.v20201016.test.js +44 -4
  181. package/test/cvm.v20170312.test.js +82 -12
  182. package/test/dbbrain.v20210527.test.js +10 -0
  183. package/test/dcdb.v20180411.test.js +10 -0
  184. package/test/eiam.v20210420.test.js +134 -4
  185. package/test/essbasic.v20210526.test.js +20 -0
  186. package/test/faceid.v20180301.test.js +10 -0
  187. package/test/iotvideoindustry.v20201201.test.js +324 -14
  188. package/test/lighthouse.v20200324.test.js +138 -8
  189. package/test/mariadb.v20170312.test.js +10 -0
  190. package/test/monitor.v20180724.test.js +12 -2
  191. package/test/sts.v20180813.test.js +10 -0
  192. package/test/tdmq.v20200217.test.js +20 -0
  193. package/test/tem.v20210701.test.js +10 -0
  194. package/test/thpc.v20211109.test.js +10 -0
  195. package/test/wav.v20210129.test.js +30 -0
package/CHANGELOG.md CHANGED
@@ -1,224 +1,5 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 弹性伸缩(as) 版本:2018-04-19
4
-
5
- ### 第 43 次发布
6
-
7
- 发布时间:2021-12-14 08:05:13
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 新增接口:
14
-
15
- * [DescribeAutoScalingAdvices](https://cloud.tencent.com/document/api/377/65901)
16
-
17
- 新增数据结构:
18
-
19
- * [Advice](https://cloud.tencent.com/document/api/377/20453#Advice)
20
- * [AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice)
21
-
22
-
23
-
24
- ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
25
-
26
- ### 第 28 次发布
27
-
28
- 发布时间:2021-12-14 08:07:08
29
-
30
- 本次发布包含了以下内容:
31
-
32
- 改善已有的文档。
33
-
34
- 修改数据结构:
35
-
36
- * [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
37
-
38
- * 新增成员:RemainingPartitions, RemainingTopics
39
-
40
-
41
-
42
-
43
- ## 负载均衡(clb) 版本:2018-03-17
44
-
45
- ### 第 61 次发布
46
-
47
- 发布时间:2021-12-14 08:07:15
48
-
49
- 本次发布包含了以下内容:
50
-
51
- 改善已有的文档。
52
-
53
- 新增接口:
54
-
55
- * [DescribeCrossTargets](https://cloud.tencent.com/document/api/214/65902)
56
-
57
- 新增数据结构:
58
-
59
- * [CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets)
60
-
61
-
62
-
63
- ## 多媒体创作引擎(cme) 版本:2019-10-29
64
-
65
- ### 第 45 次发布
66
-
67
- 发布时间:2021-12-14 08:07:36
68
-
69
- 本次发布包含了以下内容:
70
-
71
- 改善已有的文档。
72
-
73
- 修改数据结构:
74
-
75
- * [ExternalMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ExternalMediaInfo)
76
-
77
- * 新增成员:StorageId
78
-
79
- * <font color="#dd0000">**修改成员**:</font>Definition
80
-
81
-
82
-
83
-
84
- ## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
85
-
86
- ### 第 10 次发布
87
-
88
- 发布时间:2021-12-14 08:09:55
89
-
90
- 本次发布包含了以下内容:
91
-
92
- 改善已有的文档。
93
-
94
- 修改数据结构:
95
-
96
- * [UserInfo](https://cloud.tencent.com/document/api/1442/57931#UserInfo)
97
-
98
- * 新增成员:UserName, Phone, Email, Status, DataSource
99
-
100
-
101
-
102
-
103
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
104
-
105
- ### 第 16 次发布
106
-
107
- 发布时间:2021-12-14 08:12:21
108
-
109
- 本次发布包含了以下内容:
110
-
111
- 改善已有的文档。
112
-
113
- 新增接口:
114
-
115
- * [DescribeInstanceParams](https://cloud.tencent.com/document/api/240/65903)
116
-
117
- 新增数据结构:
118
-
119
- * [InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam)
120
- * [InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam)
121
- * [InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam)
122
- * [InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam)
123
-
124
-
125
-
126
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
127
-
128
-
129
-
130
- ## 医疗报告结构化(mrs) 版本:2020-09-10
131
-
132
- ### 第 10 次发布
133
-
134
- 发布时间:2021-12-14 08:12:50
135
-
136
- 本次发布包含了以下内容:
137
-
138
- 改善已有的文档。
139
-
140
- 修改数据结构:
141
-
142
- * [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
143
-
144
- * 新增成员:OcrResult
145
-
146
-
147
-
148
-
149
- ## 前端性能监控(rum) 版本:2021-06-22
150
-
151
- ### 第 9 次发布
152
-
153
- 发布时间:2021-12-14 08:13:36
154
-
155
- 本次发布包含了以下内容:
156
-
157
- 改善已有的文档。
158
-
159
- 修改接口:
160
-
161
- * [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
162
-
163
- * 新增入参:Env
164
-
165
- * [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
166
-
167
- * 新增入参:Env
168
-
169
- * [DescribeDataPerformancePage](https://cloud.tencent.com/document/api/1464/59944)
170
-
171
- * 新增入参:Env
172
-
173
- * [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
174
-
175
- * 新增入参:Env
176
-
177
-
178
-
179
-
180
- ## 分布式消息队列(tdmq) 版本:2020-02-17
181
-
182
- ### 第 25 次发布
183
-
184
- 发布时间:2021-12-14 08:15:22
185
-
186
- 本次发布包含了以下内容:
187
-
188
- 改善已有的文档。
189
-
190
- 修改接口:
191
-
192
- * [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
193
-
194
- * 新增入参:PartitionNum
195
-
196
- * [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
197
-
198
- * 新增入参:PartitionNum
199
-
200
-
201
-
202
-
203
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
204
-
205
- ### 第 13 次发布
206
-
207
- 发布时间:2021-12-14 08:16:15
208
-
209
- 本次发布包含了以下内容:
210
-
211
- 改善已有的文档。
212
-
213
- 修改接口:
214
-
215
- * [DescribeSREInstances](https://cloud.tencent.com/document/api/1364/54940)
216
-
217
- * 新增入参:QuerySource
218
-
219
-
220
-
221
-
222
3
  # 历次版本更新如下:
223
4
 
224
5
  ## 活动防刷(aa) 版本:2020-02-24
@@ -1099,6 +880,33 @@
1099
880
 
1100
881
  ## 音频内容检测(ams) 版本:2020-12-29
1101
882
 
883
+ ### 第 3 次发布
884
+
885
+ 发布时间:2021-12-20 08:02:28
886
+
887
+ 本次发布包含了以下内容:
888
+
889
+ 改善已有的文档。
890
+
891
+ 修改数据结构:
892
+
893
+ * [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
894
+
895
+ * 新增成员:SubLabel
896
+
897
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
898
+
899
+ * 新增成员:SubLabel
900
+
901
+ * [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailTextResult)
902
+
903
+ * 新增成员:SubLabel
904
+
905
+ * [TaskLabel](https://cloud.tencent.com/document/api/1219/53259#TaskLabel)
906
+
907
+ * 新增成员:SubLabel
908
+
909
+
1102
910
  ### 第 2 次发布
1103
911
 
1104
912
  发布时间:2021-06-04 16:38:43
@@ -1153,6 +961,43 @@
1153
961
 
1154
962
  ## DDoS 防护(antiddos) 版本:2020-03-09
1155
963
 
964
+ ### 第 17 次发布
965
+
966
+ 发布时间:2021-12-20 17:09:09
967
+
968
+ 本次发布包含了以下内容:
969
+
970
+ 改善已有的文档。
971
+
972
+ 新增接口:
973
+
974
+ * [CreateDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66356)
975
+ * [DeleteDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66355)
976
+ * [DescribeDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66354)
977
+
978
+ 新增数据结构:
979
+
980
+ * [IpSegment](https://cloud.tencent.com/document/api/1021/57582#IpSegment)
981
+
982
+ ### 第 16 次发布
983
+
984
+ 发布时间:2021-12-15 08:02:37
985
+
986
+ 本次发布包含了以下内容:
987
+
988
+ 改善已有的文档。
989
+
990
+ 修改接口:
991
+
992
+ * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
993
+
994
+ * 新增入参:FilterStatus
995
+
996
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
997
+
998
+ * 新增入参:FilterStatus, FilterBoundStatus
999
+
1000
+
1156
1001
  ### 第 15 次发布
1157
1002
 
1158
1003
  发布时间:2021-12-02 08:02:10
@@ -2296,12 +2141,12 @@
2296
2141
 
2297
2142
  新增接口:
2298
2143
 
2299
- * [[DescribeAutoScalingAdvices](https://cloud.tencent.com/document/api/377/65901)](https://cloud.tencent.com/document/api/#/#)
2144
+ * [DescribeAutoScalingAdvices](https://cloud.tencent.com/document/api/377/65901)
2300
2145
 
2301
2146
  新增数据结构:
2302
2147
 
2303
- * [[Advice](https://cloud.tencent.com/document/api/377/20453#Advice)](https://cloud.tencent.com/document/api/377/20453#[Advice](https://cloud.tencent.com/document/api/377/20453#Advice))
2304
- * [[AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice)](https://cloud.tencent.com/document/api/377/20453#[AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice))
2148
+ * [Advice](https://cloud.tencent.com/document/api/377/20453#Advice)
2149
+ * [AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice)
2305
2150
 
2306
2151
  ### 第 42 次发布
2307
2152
 
@@ -7410,6 +7255,49 @@
7410
7255
 
7411
7256
  ## 云拨测(cat) 版本:2018-04-09
7412
7257
 
7258
+ ### 第 4 次发布
7259
+
7260
+ 发布时间:2021-12-16 17:16:49
7261
+
7262
+ 本次发布包含了以下内容:
7263
+
7264
+ 改善已有的文档。
7265
+
7266
+ 新增接口:
7267
+
7268
+ * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
7269
+ * [DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)
7270
+
7271
+ 新增数据结构:
7272
+
7273
+ * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
7274
+ * [ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration)
7275
+
7276
+ ### 第 3 次发布
7277
+
7278
+ 发布时间:2021-12-16 16:46:02
7279
+
7280
+ 本次发布包含了以下内容:
7281
+
7282
+ 改善已有的文档。
7283
+
7284
+ 新增接口:
7285
+
7286
+ * [DeleteProbeTask](https://cloud.tencent.com/document/api/280/66206)
7287
+ * [DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)
7288
+ * [DescribeProbeNodes](https://cloud.tencent.com/document/api/280/66204)
7289
+ * [ResumeProbeTask](https://cloud.tencent.com/document/api/280/66203)
7290
+ * [SuspendProbeTask](https://cloud.tencent.com/document/api/280/66202)
7291
+ * [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
7292
+
7293
+ 新增数据结构:
7294
+
7295
+ * [DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine)
7296
+ * [Field](https://cloud.tencent.com/document/api/280/40931#Field)
7297
+ * [Label](https://cloud.tencent.com/document/api/280/40931#Label)
7298
+ * [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
7299
+ * [TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult)
7300
+
7413
7301
  ### 第 2 次发布
7414
7302
 
7415
7303
  发布时间:2020-01-10 14:24:52
@@ -7507,6 +7395,40 @@
7507
7395
 
7508
7396
  ## 云硬盘(cbs) 版本:2017-03-12
7509
7397
 
7398
+ ### 第 35 次发布
7399
+
7400
+ 发布时间:2021-12-21 08:01:42
7401
+
7402
+ 本次发布包含了以下内容:
7403
+
7404
+ 改善已有的文档。
7405
+
7406
+ 修改接口:
7407
+
7408
+ * [ApplySnapshot](https://cloud.tencent.com/document/api/362/15643)
7409
+
7410
+ * 新增入参:AutoStopInstance, AutoStartInstance
7411
+
7412
+
7413
+ ### 第 34 次发布
7414
+
7415
+ 发布时间:2021-12-17 08:07:31
7416
+
7417
+ 本次发布包含了以下内容:
7418
+
7419
+ 改善已有的文档。
7420
+
7421
+ 修改接口:
7422
+
7423
+ * [CreateDisks](https://cloud.tencent.com/document/api/362/16312)
7424
+
7425
+ * 新增入参:AutoMountConfiguration
7426
+
7427
+
7428
+ 新增数据结构:
7429
+
7430
+ * [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
7431
+
7510
7432
  ### 第 33 次发布
7511
7433
 
7512
7434
  发布时间:2021-10-27 08:03:51
@@ -10076,6 +9998,28 @@
10076
9998
 
10077
9999
  ## 内容分发网络(cdn) 版本:2018-06-06
10078
10000
 
10001
+ ### 第 91 次发布
10002
+
10003
+ 发布时间:2021-12-17 08:07:56
10004
+
10005
+ 本次发布包含了以下内容:
10006
+
10007
+ 改善已有的文档。
10008
+
10009
+ 修改接口:
10010
+
10011
+ * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
10012
+
10013
+ * 新增入参:Domains
10014
+
10015
+
10016
+ 修改数据结构:
10017
+
10018
+ * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
10019
+
10020
+ * 新增成员:Domain
10021
+
10022
+
10079
10023
  ### 第 90 次发布
10080
10024
 
10081
10025
  发布时间:2021-12-10 08:02:48
@@ -12842,6 +12786,36 @@
12842
12786
 
12843
12787
  ## 云 HDFS(chdfs) 版本:2020-11-12
12844
12788
 
12789
+ ### 第 3 次发布
12790
+
12791
+ 发布时间:2021-12-21 08:02:31
12792
+
12793
+ 本次发布包含了以下内容:
12794
+
12795
+ 改善已有的文档。
12796
+
12797
+ 修改接口:
12798
+
12799
+ * [CreateFileSystem](https://cloud.tencent.com/document/api/1105/51148)
12800
+
12801
+ * 新增入参:EnableRanger, RangerServiceAddresses
12802
+
12803
+ * [DescribeFileSystem](https://cloud.tencent.com/document/api/1105/51147)
12804
+
12805
+ * 新增出参:StandardCapacityUsed, DegradeCapacityUsed
12806
+
12807
+ * [ModifyFileSystem](https://cloud.tencent.com/document/api/1105/51145)
12808
+
12809
+ * 新增入参:EnableRanger, RangerServiceAddresses
12810
+
12811
+
12812
+ 修改数据结构:
12813
+
12814
+ * [FileSystem](https://cloud.tencent.com/document/api/1105/51158#FileSystem)
12815
+
12816
+ * 新增成员:EnableRanger, RangerServiceAddresses
12817
+
12818
+
12845
12819
  ### 第 2 次发布
12846
12820
 
12847
12821
  发布时间:2021-01-22 08:03:07
@@ -13146,6 +13120,47 @@
13146
13120
 
13147
13121
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
13148
13122
 
13123
+ ### 第 30 次发布
13124
+
13125
+ 发布时间:2021-12-21 08:02:41
13126
+
13127
+ 本次发布包含了以下内容:
13128
+
13129
+ 改善已有的文档。
13130
+
13131
+ 修改接口:
13132
+
13133
+ * [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
13134
+
13135
+ * 新增入参:Tags
13136
+
13137
+
13138
+ ### 第 29 次发布
13139
+
13140
+ 发布时间:2021-12-20 08:04:36
13141
+
13142
+ 本次发布包含了以下内容:
13143
+
13144
+ 改善已有的文档。
13145
+
13146
+ 新增接口:
13147
+
13148
+ * [BatchModifyGroupOffsets](https://cloud.tencent.com/document/api/597/66319)
13149
+ * [BatchModifyTopicAttributes](https://cloud.tencent.com/document/api/597/66318)
13150
+
13151
+ 新增数据结构:
13152
+
13153
+ * [BatchModifyTopicInfo](https://cloud.tencent.com/document/api/597/40861#BatchModifyTopicInfo)
13154
+ * [BatchModifyTopicResultDTO](https://cloud.tencent.com/document/api/597/40861#BatchModifyTopicResultDTO)
13155
+ * [Partitions](https://cloud.tencent.com/document/api/597/40861#Partitions)
13156
+
13157
+ 修改数据结构:
13158
+
13159
+ * [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
13160
+
13161
+ * 新增成员:PublicNetwork, PublicNetworkLimit
13162
+
13163
+
13149
13164
  ### 第 28 次发布
13150
13165
 
13151
13166
  发布时间:2021-12-14 08:07:08
@@ -13778,11 +13793,11 @@
13778
13793
 
13779
13794
  新增接口:
13780
13795
 
13781
- * [[DescribeCrossTargets](https://cloud.tencent.com/document/api/214/65902)](https://cloud.tencent.com/document/api/#/#)
13796
+ * [DescribeCrossTargets](https://cloud.tencent.com/document/api/214/65902)
13782
13797
 
13783
13798
  新增数据结构:
13784
13799
 
13785
- * [[CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets)](https://cloud.tencent.com/document/api/214/30694#[CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets))
13800
+ * [CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets)
13786
13801
 
13787
13802
  ### 第 60 次发布
13788
13803
 
@@ -15376,6 +15391,26 @@
15376
15391
 
15377
15392
  ## 日志服务(cls) 版本:2020-10-16
15378
15393
 
15394
+ ### 第 13 次发布
15395
+
15396
+ 发布时间:2021-12-17 08:08:49
15397
+
15398
+ 本次发布包含了以下内容:
15399
+
15400
+ 改善已有的文档。
15401
+
15402
+ 新增接口:
15403
+
15404
+ * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
15405
+ * [DeleteConsumer](https://cloud.tencent.com/document/api/614/66227)
15406
+ * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
15407
+ * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
15408
+
15409
+ 新增数据结构:
15410
+
15411
+ * [Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka)
15412
+ * [ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)
15413
+
15379
15414
  ### 第 12 次发布
15380
15415
 
15381
15416
  发布时间:2021-11-01 08:07:18
@@ -18700,6 +18735,64 @@
18700
18735
 
18701
18736
  ## 云服务器(cvm) 版本:2017-03-12
18702
18737
 
18738
+ ### 第 67 次发布
18739
+
18740
+ 发布时间:2021-12-21 08:03:40
18741
+
18742
+ 本次发布包含了以下内容:
18743
+
18744
+ 改善已有的文档。
18745
+
18746
+ 新增数据结构:
18747
+
18748
+ * [LaunchTemplateVersionData](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionData)
18749
+
18750
+ 修改数据结构:
18751
+
18752
+ * [LaunchTemplate](https://cloud.tencent.com/document/api/213/15753#LaunchTemplate)
18753
+
18754
+ * 新增成员:LaunchTemplateId, LaunchTemplateVersion
18755
+
18756
+ * [LaunchTemplateInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateInfo)
18757
+
18758
+ * 新增成员:LatestVersionNumber, LaunchTemplateId, LaunchTemplateName, DefaultVersionNumber, LaunchTemplateVersionCount, CreatedBy, CreationTime
18759
+
18760
+ * [LaunchTemplateVersionInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionInfo)
18761
+
18762
+ * 新增成员:LaunchTemplateVersion, LaunchTemplateVersionData, CreationTime, LaunchTemplateId, IsDefaultVersion, LaunchTemplateVersionDescription, CreatedBy
18763
+
18764
+
18765
+ ### 第 66 次发布
18766
+
18767
+ 发布时间:2021-12-20 08:05:40
18768
+
18769
+ 本次发布包含了以下内容:
18770
+
18771
+ 改善已有的文档。
18772
+
18773
+ 新增接口:
18774
+
18775
+ * [CreateLaunchTemplate](https://cloud.tencent.com/document/api/213/66327)
18776
+ * [CreateLaunchTemplateVersion](https://cloud.tencent.com/document/api/213/66326)
18777
+ * [DeleteLaunchTemplate](https://cloud.tencent.com/document/api/213/66325)
18778
+ * [DeleteLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66324)
18779
+ * [DescribeLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66323)
18780
+ * [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322)
18781
+ * [ModifyLaunchTemplateDefaultVersion](https://cloud.tencent.com/document/api/213/66321)
18782
+
18783
+ 修改接口:
18784
+
18785
+ * [RunInstances](https://cloud.tencent.com/document/api/213/15730)
18786
+
18787
+ * 新增入参:LaunchTemplate
18788
+
18789
+
18790
+ 新增数据结构:
18791
+
18792
+ * [LaunchTemplate](https://cloud.tencent.com/document/api/213/15753#LaunchTemplate)
18793
+ * [LaunchTemplateInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateInfo)
18794
+ * [LaunchTemplateVersionInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionInfo)
18795
+
18703
18796
  ### 第 65 次发布
18704
18797
 
18705
18798
  发布时间:2021-12-13 08:07:20
@@ -22480,6 +22573,18 @@
22480
22573
 
22481
22574
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
22482
22575
 
22576
+ ### 第 5 次发布
22577
+
22578
+ 发布时间:2021-12-15 08:06:44
22579
+
22580
+ 本次发布包含了以下内容:
22581
+
22582
+ 改善已有的文档。
22583
+
22584
+ 新增接口:
22585
+
22586
+ * [DescribeDBDiagEvents](https://cloud.tencent.com/document/api/1130/65947)
22587
+
22483
22588
  ### 第 4 次发布
22484
22589
 
22485
22590
  发布时间:2021-09-03 08:05:46
@@ -23018,6 +23123,18 @@
23018
23123
 
23019
23124
  ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
23020
23125
 
23126
+ ### 第 31 次发布
23127
+
23128
+ 发布时间:2021-12-17 08:10:31
23129
+
23130
+ 本次发布包含了以下内容:
23131
+
23132
+ 改善已有的文档。
23133
+
23134
+ 新增接口:
23135
+
23136
+ * [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/557/66229)
23137
+
23021
23138
  ### 第 30 次发布
23022
23139
 
23023
23140
  发布时间:2021-11-26 08:08:12
@@ -23648,6 +23765,60 @@
23648
23765
 
23649
23766
  ## 数据湖计算(dlc) 版本:2021-01-25
23650
23767
 
23768
+ ### 第 8 次发布
23769
+
23770
+ 发布时间:2021-12-17 08:10:39
23771
+
23772
+ 本次发布包含了以下内容:
23773
+
23774
+ 改善已有的文档。
23775
+
23776
+ 修改接口:
23777
+
23778
+ * [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
23779
+
23780
+ * 新增入参:DataEngineName
23781
+
23782
+ * [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
23783
+
23784
+ * 新增入参:DataEngineName
23785
+
23786
+ * [DescribeDatabases](https://cloud.tencent.com/document/api/1342/53773)
23787
+
23788
+ * 新增入参:Sort, Asc
23789
+
23790
+ * [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
23791
+
23792
+ * 新增入参:StartTime, EndTime, Sort, Asc, TableType
23793
+
23794
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
23795
+
23796
+ * 新增入参:DataEngineName
23797
+
23798
+ * [DescribeViews](https://cloud.tencent.com/document/api/1342/53766)
23799
+
23800
+ * 新增入参:Sort, Asc, StartTime, EndTime
23801
+
23802
+
23803
+ 修改数据结构:
23804
+
23805
+ * [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
23806
+
23807
+ * 新增成员:Position, CreateTime, ModifiedTime
23808
+
23809
+ * [DatabaseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseInfo)
23810
+
23811
+ * 新增成员:Location
23812
+
23813
+ * [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
23814
+
23815
+ * 新增成员:TableComment, Type, TableFormat
23816
+
23817
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
23818
+
23819
+ * 新增成员:UpdateTime, DataEngineId, OperateUin, DataEngineName, InputType, InputConf, DataNumber, CanDownload
23820
+
23821
+
23651
23822
  ### 第 7 次发布
23652
23823
 
23653
23824
  发布时间:2021-09-28 08:04:47
@@ -24519,6 +24690,21 @@
24519
24690
 
24520
24691
  ## 数据传输服务(dts) 版本:2018-03-30
24521
24692
 
24693
+ ### 第 16 次发布
24694
+
24695
+ 发布时间:2021-12-21 08:05:11
24696
+
24697
+ 本次发布包含了以下内容:
24698
+
24699
+ 改善已有的文档。
24700
+
24701
+ 修改接口:
24702
+
24703
+ * [CreateMigrateJob](https://cloud.tencent.com/document/api/571/18141)
24704
+
24705
+ * 新增入参:Tags
24706
+
24707
+
24522
24708
  ### 第 15 次发布
24523
24709
 
24524
24710
  发布时间:2021-11-09 08:10:46
@@ -26495,6 +26681,84 @@
26495
26681
 
26496
26682
  ## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
26497
26683
 
26684
+ ### 第 11 次发布
26685
+
26686
+ 发布时间:2021-12-15 08:07:41
26687
+
26688
+ 本次发布包含了以下内容:
26689
+
26690
+ 改善已有的文档。
26691
+
26692
+ 新增接口:
26693
+
26694
+ * [AddAccountToAccountGroup](https://cloud.tencent.com/document/api/1442/65959)
26695
+ * [CreateAccountGroup](https://cloud.tencent.com/document/api/1442/65958)
26696
+ * [CreateAppAccount](https://cloud.tencent.com/document/api/1442/65957)
26697
+ * [DeleteAccountGroup](https://cloud.tencent.com/document/api/1442/65956)
26698
+ * [DeleteAppAccount](https://cloud.tencent.com/document/api/1442/65955)
26699
+ * [DeleteUsers](https://cloud.tencent.com/document/api/1442/65954)
26700
+ * [DescribeAccountGroup](https://cloud.tencent.com/document/api/1442/65953)
26701
+ * [DescribeAppAccount](https://cloud.tencent.com/document/api/1442/65952)
26702
+ * [DescribeUserThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/65951)
26703
+ * [ListAccountInAccountGroup](https://cloud.tencent.com/document/api/1442/65960)
26704
+ * [ModifyAccountGroup](https://cloud.tencent.com/document/api/1442/65950)
26705
+ * [ModifyAppAccount](https://cloud.tencent.com/document/api/1442/65949)
26706
+ * [RemoveAccountFromAccountGroup](https://cloud.tencent.com/document/api/1442/65948)
26707
+
26708
+ 修改接口:
26709
+
26710
+ * [DescribeOrgNode](https://cloud.tencent.com/document/api/1442/57927)
26711
+
26712
+ * 新增出参:Description
26713
+
26714
+ * [DescribeUserInfo](https://cloud.tencent.com/document/api/1442/57984)
26715
+
26716
+ * 新增出参:PwdNeedReset
26717
+
26718
+ * [ListUserGroupsOfUser](https://cloud.tencent.com/document/api/1442/57926)
26719
+
26720
+ * 新增入参:SearchCondition, Sort, Offset, Limit
26721
+
26722
+ * 新增出参:UserGroupInfoList, TotalCount
26723
+
26724
+ * [ListUsersInOrgNode](https://cloud.tencent.com/document/api/1442/57925)
26725
+
26726
+ * 新增入参:SearchCondition, Sort, Offset, Limit
26727
+
26728
+ * 新增出参:OrgNodeIdPath, OrgNodeNamePath
26729
+
26730
+ * [ModifyUserInfo](https://cloud.tencent.com/document/api/1442/58033)
26731
+
26732
+ * 新增入参:OrgNodeId
26733
+
26734
+
26735
+ 新增数据结构:
26736
+
26737
+ * [AccountGroupInfo](https://cloud.tencent.com/document/api/1442/57931#AccountGroupInfo)
26738
+ * [AccountGroupSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AccountGroupSearchCriteria)
26739
+ * [AppAccountInfo](https://cloud.tencent.com/document/api/1442/57931#AppAccountInfo)
26740
+ * [AppAccountSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AppAccountSearchCriteria)
26741
+ * [LinkUserInfo](https://cloud.tencent.com/document/api/1442/57931#LinkUserInfo)
26742
+ * [ListUsersInOrgNodeSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#ListUsersInOrgNodeSearchCriteria)
26743
+ * [ThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/57931#ThirdPartyAccountInfo)
26744
+ * [UserGroupInfo](https://cloud.tencent.com/document/api/1442/57931#UserGroupInfo)
26745
+ * [UserGroupInformationSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#UserGroupInformationSearchCriteria)
26746
+
26747
+ 修改数据结构:
26748
+
26749
+ * [ApplicationAuthorizationInfo](https://cloud.tencent.com/document/api/1442/57931#ApplicationAuthorizationInfo)
26750
+
26751
+ * 新增成员:ApplicationName, CreatedDate
26752
+
26753
+ * [OrgNodeChildInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildInfo)
26754
+
26755
+ * 新增成员:Description
26756
+
26757
+ * [OrgNodeChildUserInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildUserInfo)
26758
+
26759
+ * 新增成员:OrgNodeIdPath, OrgNodeNamePath
26760
+
26761
+
26498
26762
  ### 第 10 次发布
26499
26763
 
26500
26764
  发布时间:2021-12-14 08:09:55
@@ -27994,6 +28258,31 @@
27994
28258
 
27995
28259
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
27996
28260
 
28261
+ ### 第 7 次发布
28262
+
28263
+ 发布时间:2021-12-21 08:05:51
28264
+
28265
+ 本次发布包含了以下内容:
28266
+
28267
+ 改善已有的文档。
28268
+
28269
+ 新增接口:
28270
+
28271
+ * [GetDownloadFlowUrl](https://cloud.tencent.com/document/api/1420/66368)
28272
+ * [OperateChannelTemplate](https://cloud.tencent.com/document/api/1420/66367)
28273
+
28274
+ 新增数据结构:
28275
+
28276
+ * [AuthFailMessage](https://cloud.tencent.com/document/api/1420/61525#AuthFailMessage)
28277
+ * [DownloadFlowInfo](https://cloud.tencent.com/document/api/1420/61525#DownloadFlowInfo)
28278
+
28279
+ 修改数据结构:
28280
+
28281
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
28282
+
28283
+ * 新增成员:PreReadTime
28284
+
28285
+
27997
28286
  ### 第 6 次发布
27998
28287
 
27999
28288
  发布时间:2021-11-08 08:06:21
@@ -28235,6 +28524,18 @@
28235
28524
 
28236
28525
  ## 人脸核身(faceid) 版本:2018-03-01
28237
28526
 
28527
+ ### 第 35 次发布
28528
+
28529
+ 发布时间:2021-12-16 08:09:22
28530
+
28531
+ 本次发布包含了以下内容:
28532
+
28533
+ 改善已有的文档。
28534
+
28535
+ 新增接口:
28536
+
28537
+ * [DetectReflectLivenessAndCompare](https://cloud.tencent.com/document/api/1007/66076)
28538
+
28238
28539
  ### 第 34 次发布
28239
28540
 
28240
28541
  发布时间:2021-12-10 08:06:32
@@ -35079,6 +35380,72 @@
35079
35380
 
35080
35381
  ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
35081
35382
 
35383
+ ### 第 14 次发布
35384
+
35385
+ 发布时间:2021-12-16 08:10:46
35386
+
35387
+ 本次发布包含了以下内容:
35388
+
35389
+ 改善已有的文档。
35390
+
35391
+ 新增接口:
35392
+
35393
+ * [CreateMessageForward](https://cloud.tencent.com/document/api/1361/66081)
35394
+ * [DeleteMessageForward](https://cloud.tencent.com/document/api/1361/66080)
35395
+ * [DescribeMessageForward](https://cloud.tencent.com/document/api/1361/66079)
35396
+ * [DescribeMessageForwards](https://cloud.tencent.com/document/api/1361/66082)
35397
+ * [ModifyMessageForward](https://cloud.tencent.com/document/api/1361/66078)
35398
+
35399
+ 新增数据结构:
35400
+
35401
+ * [MessageForward](https://cloud.tencent.com/document/api/1361/53754#MessageForward)
35402
+
35403
+ ### 第 13 次发布
35404
+
35405
+ 发布时间:2021-12-15 08:09:30
35406
+
35407
+ 本次发布包含了以下内容:
35408
+
35409
+ 改善已有的文档。
35410
+
35411
+ 新增接口:
35412
+
35413
+ * [CreateLiveChannel](https://cloud.tencent.com/document/api/1361/65979)
35414
+ * [CreateLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65972)
35415
+ * [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
35416
+ * [DeleteChannel](https://cloud.tencent.com/document/api/1361/65961)
35417
+ * [DeleteLiveChannel](https://cloud.tencent.com/document/api/1361/65978)
35418
+ * [DeleteLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65971)
35419
+ * [DeleteLiveVideoList](https://cloud.tencent.com/document/api/1361/65984)
35420
+ * [DeleteScene](https://cloud.tencent.com/document/api/1361/65988)
35421
+ * [DeleteVideoList](https://cloud.tencent.com/document/api/1361/65987)
35422
+ * [DescribeBindSceneDevices](https://cloud.tencent.com/document/api/1361/65970)
35423
+ * [DescribeChannelsByLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65969)
35424
+ * [DescribeLiveChannel](https://cloud.tencent.com/document/api/1361/65977)
35425
+ * [DescribeLiveChannelList](https://cloud.tencent.com/document/api/1361/65976)
35426
+ * [DescribeLiveRecordPlanById](https://cloud.tencent.com/document/api/1361/65968)
35427
+ * [DescribeLiveRecordPlanIds](https://cloud.tencent.com/document/api/1361/65967)
35428
+ * [DescribeLiveStream](https://cloud.tencent.com/document/api/1361/65975)
35429
+ * [DescribeLiveVideoList](https://cloud.tencent.com/document/api/1361/65983)
35430
+ * [DescribeRecordDatesByLive](https://cloud.tencent.com/document/api/1361/65982)
35431
+ * [DescribeScenes](https://cloud.tencent.com/document/api/1361/65986)
35432
+ * [DescribeSubscriptionStatus](https://cloud.tencent.com/document/api/1361/65963)
35433
+ * [ModifyBindPlanLiveChannel](https://cloud.tencent.com/document/api/1361/65966)
35434
+ * [ModifyLiveChannel](https://cloud.tencent.com/document/api/1361/65974)
35435
+ * [ModifyLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65965)
35436
+ * [ModifyLiveVideo](https://cloud.tencent.com/document/api/1361/65981)
35437
+ * [ModifySubscriptionStatus](https://cloud.tencent.com/document/api/1361/65962)
35438
+ * [ModifyVideoInfo](https://cloud.tencent.com/document/api/1361/65985)
35439
+
35440
+ 新增数据结构:
35441
+
35442
+ * [LiveChannelInfo](https://cloud.tencent.com/document/api/1361/53754#LiveChannelInfo)
35443
+ * [LiveChannelItem](https://cloud.tencent.com/document/api/1361/53754#LiveChannelItem)
35444
+ * [LiveRecordItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordItem)
35445
+ * [LiveRecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordPlanItem)
35446
+ * [SceneItem](https://cloud.tencent.com/document/api/1361/53754#SceneItem)
35447
+ * [StreamAddress](https://cloud.tencent.com/document/api/1361/53754#StreamAddress)
35448
+
35082
35449
  ### 第 12 次发布
35083
35450
 
35084
35451
  发布时间:2021-12-03 08:08:18
@@ -35773,6 +36140,62 @@
35773
36140
 
35774
36141
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
35775
36142
 
36143
+ ### 第 23 次发布
36144
+
36145
+ 发布时间:2021-12-20 08:09:41
36146
+
36147
+ 本次发布包含了以下内容:
36148
+
36149
+ 改善已有的文档。
36150
+
36151
+ 修改接口:
36152
+
36153
+ * [InquirePriceRenewInstances](https://cloud.tencent.com/document/api/1207/55557)
36154
+
36155
+ * 新增入参:RenewDataDisk, AlignInstanceExpiredTime
36156
+
36157
+ * 新增出参:DataDiskPriceSet
36158
+
36159
+
36160
+ 新增数据结构:
36161
+
36162
+ * [DataDiskPrice](https://cloud.tencent.com/document/api/1207/47576#DataDiskPrice)
36163
+
36164
+ ### 第 22 次发布
36165
+
36166
+ 发布时间:2021-12-16 08:11:07
36167
+
36168
+ 本次发布包含了以下内容:
36169
+
36170
+ 改善已有的文档。
36171
+
36172
+ 新增接口:
36173
+
36174
+ * [AttachDisks](https://cloud.tencent.com/document/api/1207/66096)
36175
+ * [DescribeDiskConfigs](https://cloud.tencent.com/document/api/1207/66095)
36176
+ * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
36177
+ * [DescribeDisks](https://cloud.tencent.com/document/api/1207/66093)
36178
+ * [DescribeDisksDeniedActions](https://cloud.tencent.com/document/api/1207/66092)
36179
+ * [DescribeDisksReturnable](https://cloud.tencent.com/document/api/1207/66091)
36180
+ * [DescribeInstancesDiskNum](https://cloud.tencent.com/document/api/1207/66083)
36181
+ * [DetachDisks](https://cloud.tencent.com/document/api/1207/66090)
36182
+ * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
36183
+ * [InquirePriceRenewDisks](https://cloud.tencent.com/document/api/1207/66088)
36184
+ * [ModifyDisksAttribute](https://cloud.tencent.com/document/api/1207/66087)
36185
+ * [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/1207/66086)
36186
+ * [TerminateDisks](https://cloud.tencent.com/document/api/1207/66085)
36187
+
36188
+ 新增数据结构:
36189
+
36190
+ * [AttachDetail](https://cloud.tencent.com/document/api/1207/47576#AttachDetail)
36191
+ * [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
36192
+ * [DiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#DiskChargePrepaid)
36193
+ * [DiskConfig](https://cloud.tencent.com/document/api/1207/47576#DiskConfig)
36194
+ * [DiskDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskDeniedActions)
36195
+ * [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
36196
+ * [DiskReturnable](https://cloud.tencent.com/document/api/1207/47576#DiskReturnable)
36197
+ * [RenewDiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#RenewDiskChargePrepaid)
36198
+
35776
36199
  ### 第 21 次发布
35777
36200
 
35778
36201
  发布时间:2021-11-30 20:01:47
@@ -36206,6 +36629,21 @@
36206
36629
 
36207
36630
  ## 云直播(live) 版本:2018-08-01
36208
36631
 
36632
+ ### 第 71 次发布
36633
+
36634
+ 发布时间:2021-12-15 08:10:09
36635
+
36636
+ 本次发布包含了以下内容:
36637
+
36638
+ 改善已有的文档。
36639
+
36640
+ 修改接口:
36641
+
36642
+ * [DescribeLivePackageInfo](https://cloud.tencent.com/document/api/267/40942)
36643
+
36644
+ * 新增出参:FluxPackageBillMode
36645
+
36646
+
36209
36647
  ### 第 70 次发布
36210
36648
 
36211
36649
  发布时间:2021-09-09 08:06:21
@@ -37688,6 +38126,18 @@
37688
38126
 
37689
38127
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
37690
38128
 
38129
+ ### 第 28 次发布
38130
+
38131
+ 发布时间:2021-12-17 08:13:52
38132
+
38133
+ 本次发布包含了以下内容:
38134
+
38135
+ 改善已有的文档。
38136
+
38137
+ 新增接口:
38138
+
38139
+ * [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/237/66230)
38140
+
37691
38141
  ### 第 27 次发布
37692
38142
 
37693
38143
  发布时间:2021-11-26 08:11:04
@@ -38728,14 +39178,14 @@
38728
39178
 
38729
39179
  新增接口:
38730
39180
 
38731
- * [[DescribeInstanceParams](https://cloud.tencent.com/document/api/240/65903)](https://cloud.tencent.com/document/api/#/#)
39181
+ * [DescribeInstanceParams](https://cloud.tencent.com/document/api/240/65903)
38732
39182
 
38733
39183
  新增数据结构:
38734
39184
 
38735
- * [[InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam)](https://cloud.tencent.com/document/api/240/38576#[InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam))
38736
- * [[InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam)](https://cloud.tencent.com/document/api/240/38576#[InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam))
38737
- * [[InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam)](https://cloud.tencent.com/document/api/240/38576#[InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam))
38738
- * [[InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam)](https://cloud.tencent.com/document/api/240/38576#[InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam))
39185
+ * [InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam)
39186
+ * [InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam)
39187
+ * [InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam)
39188
+ * [InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam)
38739
39189
 
38740
39190
  ### 第 15 次发布
38741
39191
 
@@ -39028,6 +39478,24 @@
39028
39478
 
39029
39479
  ## 云监控(monitor) 版本:2018-07-24
39030
39480
 
39481
+ ### 第 33 次发布
39482
+
39483
+ 发布时间:2021-12-16 08:11:56
39484
+
39485
+ 本次发布包含了以下内容:
39486
+
39487
+ 改善已有的文档。
39488
+
39489
+ 新增接口:
39490
+
39491
+ * [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
39492
+
39493
+ 新增数据结构:
39494
+
39495
+ * [PrometheusInstanceGrantInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusInstanceGrantInfo)
39496
+ * [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
39497
+ * [PrometheusTag](https://cloud.tencent.com/document/api/248/30354#PrometheusTag)
39498
+
39031
39499
  ### 第 32 次发布
39032
39500
 
39033
39501
  发布时间:2021-12-03 08:09:12
@@ -41768,6 +42236,21 @@
41768
42236
 
41769
42237
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
41770
42238
 
42239
+ ### 第 13 次发布
42240
+
42241
+ 发布时间:2021-12-21 08:08:44
42242
+
42243
+ 本次发布包含了以下内容:
42244
+
42245
+ 改善已有的文档。
42246
+
42247
+ 修改数据结构:
42248
+
42249
+ * [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
42250
+
42251
+ * 新增成员:SavepointPath, SavepointId
42252
+
42253
+
41771
42254
  ### 第 12 次发布
41772
42255
 
41773
42256
  发布时间:2021-12-07 08:09:58
@@ -48285,6 +48768,18 @@
48285
48768
 
48286
48769
  ## 安全凭证服务(sts) 版本:2018-08-13
48287
48770
 
48771
+ ### 第 7 次发布
48772
+
48773
+ 发布时间:2021-12-16 08:13:48
48774
+
48775
+ 本次发布包含了以下内容:
48776
+
48777
+ 改善已有的文档。
48778
+
48779
+ 新增接口:
48780
+
48781
+ * [GetCallerIdentity](https://cloud.tencent.com/document/api/1312/66098)
48782
+
48288
48783
  ### 第 6 次发布
48289
48784
 
48290
48785
  发布时间:2020-12-23 08:09:13
@@ -52979,6 +53474,24 @@
52979
53474
 
52980
53475
  ## 分布式消息队列(tdmq) 版本:2020-02-17
52981
53476
 
53477
+ ### 第 26 次发布
53478
+
53479
+ 发布时间:2021-12-21 08:11:07
53480
+
53481
+ 本次发布包含了以下内容:
53482
+
53483
+ 改善已有的文档。
53484
+
53485
+ 新增接口:
53486
+
53487
+ * [DescribePublisherSummary](https://cloud.tencent.com/document/api/1179/66370)
53488
+ * [DescribePublishers](https://cloud.tencent.com/document/api/1179/66369)
53489
+
53490
+ 新增数据结构:
53491
+
53492
+ * [Publisher](https://cloud.tencent.com/document/api/1179/46089#Publisher)
53493
+ * [Sort](https://cloud.tencent.com/document/api/1179/46089#Sort)
53494
+
52982
53495
  ### 第 25 次发布
52983
53496
 
52984
53497
  发布时间:2021-12-14 08:15:22
@@ -53864,6 +54377,18 @@
53864
54377
 
53865
54378
  ## 弹性微服务(tem) 版本:2021-07-01
53866
54379
 
54380
+ ### 第 7 次发布
54381
+
54382
+ 发布时间:2021-12-21 08:11:22
54383
+
54384
+ 本次发布包含了以下内容:
54385
+
54386
+ 改善已有的文档。
54387
+
54388
+ 新增接口:
54389
+
54390
+ * [RollingUpdateApplicationByVersion](https://cloud.tencent.com/document/api/1371/66371)
54391
+
53867
54392
  ### 第 6 次发布
53868
54393
 
53869
54394
  发布时间:2021-12-09 08:11:43
@@ -54019,6 +54544,54 @@
54019
54544
 
54020
54545
  ## 高性能计算平台(thpc) 版本:2021-11-09
54021
54546
 
54547
+ ### 第 5 次发布
54548
+
54549
+ 发布时间:2021-12-21 08:11:27
54550
+
54551
+ 本次发布包含了以下内容:
54552
+
54553
+ 改善已有的文档。
54554
+
54555
+ 修改数据结构:
54556
+
54557
+ * [CFSOption](https://cloud.tencent.com/document/api/1527/64906#CFSOption)
54558
+
54559
+ * <font color="#dd0000">**修改成员**:</font>Protocol, StorageType
54560
+
54561
+
54562
+ ### 第 4 次发布
54563
+
54564
+ 发布时间:2021-12-16 08:15:07
54565
+
54566
+ 本次发布包含了以下内容:
54567
+
54568
+ 改善已有的文档。
54569
+
54570
+ 新增接口:
54571
+
54572
+ * [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/66099)
54573
+
54574
+ ### 第 3 次发布
54575
+
54576
+ 发布时间:2021-12-15 08:13:47
54577
+
54578
+ 本次发布包含了以下内容:
54579
+
54580
+ 改善已有的文档。
54581
+
54582
+ 新增数据结构:
54583
+
54584
+ * [GooseFSOption](https://cloud.tencent.com/document/api/1527/64906#GooseFSOption)
54585
+
54586
+ 修改数据结构:
54587
+
54588
+ * [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
54589
+
54590
+ * 新增成员:GooseFSOptions
54591
+
54592
+ * <font color="#dd0000">**修改成员**:</font>CFSOptions
54593
+
54594
+
54022
54595
  ### 第 2 次发布
54023
54596
 
54024
54597
  发布时间:2021-12-13 08:14:47
@@ -54569,6 +55142,25 @@
54569
55142
 
54570
55143
  ## 图像分析(tiia) 版本:2019-05-29
54571
55144
 
55145
+ ### 第 19 次发布
55146
+
55147
+ 发布时间:2021-12-16 08:15:16
55148
+
55149
+ 本次发布包含了以下内容:
55150
+
55151
+ 改善已有的文档。
55152
+
55153
+ 修改接口:
55154
+
55155
+ * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
55156
+
55157
+ * 新增入参:ImageRect
55158
+
55159
+
55160
+ 新增数据结构:
55161
+
55162
+ * [ImageRect](https://cloud.tencent.com/document/api/865/35474#ImageRect)
55163
+
54572
55164
  ### 第 18 次发布
54573
55165
 
54574
55166
  发布时间:2021-11-10 08:11:42
@@ -55663,6 +56255,21 @@
55663
56255
 
55664
56256
  ## 容器服务(tke) 版本:2018-05-25
55665
56257
 
56258
+ ### 第 82 次发布
56259
+
56260
+ 发布时间:2021-12-17 08:17:44
56261
+
56262
+ 本次发布包含了以下内容:
56263
+
56264
+ 改善已有的文档。
56265
+
56266
+ 修改数据结构:
56267
+
56268
+ * [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
56269
+
56270
+ * 新增成员:SubnetId
56271
+
56272
+
55666
56273
  ### 第 81 次发布
55667
56274
 
55668
56275
  发布时间:2021-12-09 08:12:05
@@ -57389,6 +57996,28 @@
57389
57996
 
57390
57997
  ## 文本内容安全(tms) 版本:2020-12-29
57391
57998
 
57999
+ ### 第 3 次发布
58000
+
58001
+ 发布时间:2021-12-20 08:14:04
58002
+
58003
+ 本次发布包含了以下内容:
58004
+
58005
+ 改善已有的文档。
58006
+
58007
+ 修改接口:
58008
+
58009
+ * [TextModeration](https://cloud.tencent.com/document/api/1124/51860)
58010
+
58011
+ * 新增出参:SubLabel
58012
+
58013
+
58014
+ 修改数据结构:
58015
+
58016
+ * [DetailResults](https://cloud.tencent.com/document/api/1124/51861#DetailResults)
58017
+
58018
+ * 新增成员:SubLabel
58019
+
58020
+
57392
58021
  ### 第 2 次发布
57393
58022
 
57394
58023
  发布时间:2021-08-03 08:01:39
@@ -60274,6 +60903,37 @@
60274
60903
 
60275
60904
  ## 视频内容安全(vm) 版本:2020-12-29
60276
60905
 
60906
+ ### 第 3 次发布
60907
+
60908
+ 发布时间:2021-12-20 08:14:38
60909
+
60910
+ 本次发布包含了以下内容:
60911
+
60912
+ 改善已有的文档。
60913
+
60914
+ 修改数据结构:
60915
+
60916
+ * [AudioResult](https://cloud.tencent.com/document/api/1265/51881#AudioResult)
60917
+
60918
+ * 新增成员:SubLabel
60919
+
60920
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
60921
+
60922
+ * 新增成员:SubLabel
60923
+
60924
+ * [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailTextResult)
60925
+
60926
+ * 新增成员:SubLabel
60927
+
60928
+ * [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
60929
+
60930
+ * 新增成员:SubLabel
60931
+
60932
+ * [TaskLabel](https://cloud.tencent.com/document/api/1265/51881#TaskLabel)
60933
+
60934
+ * 新增成员:SubLabel
60935
+
60936
+
60277
60937
  ### 第 2 次发布
60278
60938
 
60279
60939
  发布时间:2021-01-13 08:00:04
@@ -63055,6 +63715,66 @@
63055
63715
 
63056
63716
  ## 私有网络(vpc) 版本:2017-03-12
63057
63717
 
63718
+ ### 第 104 次发布
63719
+
63720
+ 发布时间:2021-12-20 08:15:01
63721
+
63722
+ 本次发布包含了以下内容:
63723
+
63724
+ 改善已有的文档。
63725
+
63726
+ 修改接口:
63727
+
63728
+ * [CreateVpnConnection](https://cloud.tencent.com/document/api/215/17522)
63729
+
63730
+ * 新增入参:NegotiationType, DpdEnable, DpdTimeout, DpdAction
63731
+
63732
+ * [ModifyVpnConnectionAttribute](https://cloud.tencent.com/document/api/215/17508)
63733
+
63734
+ * 新增入参:NegotiationType, DpdEnable, DpdTimeout, DpdAction
63735
+
63736
+
63737
+ ### 第 103 次发布
63738
+
63739
+ 发布时间:2021-12-17 08:18:55
63740
+
63741
+ 本次发布包含了以下内容:
63742
+
63743
+ 改善已有的文档。
63744
+
63745
+ 修改接口:
63746
+
63747
+ * [CreateDirectConnectGateway](https://cloud.tencent.com/document/api/215/19192)
63748
+
63749
+ * 新增入参:HaZoneGroupId
63750
+
63751
+
63752
+ 修改数据结构:
63753
+
63754
+ * [DirectConnectGateway](https://cloud.tencent.com/document/api/215/15824#DirectConnectGateway)
63755
+
63756
+ * 新增成员:EnableFlowDetails, FlowDetailsUpdateTime, NewAfc, AccessNetworkType, HaZoneList
63757
+
63758
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
63759
+
63760
+ * 新增成员:Description, UpdateTime
63761
+
63762
+
63763
+ ### 第 102 次发布
63764
+
63765
+ 发布时间:2021-12-15 08:15:14
63766
+
63767
+ 本次发布包含了以下内容:
63768
+
63769
+ 改善已有的文档。
63770
+
63771
+ 修改接口:
63772
+
63773
+ * [DescribeSecurityGroupPolicies](https://cloud.tencent.com/document/api/215/15804)
63774
+
63775
+ * 新增入参:Filters
63776
+
63777
+
63058
63778
  ### 第 101 次发布
63059
63779
 
63060
63780
  发布时间:2021-11-17 08:17:56
@@ -65636,6 +66356,25 @@
65636
66356
 
65637
66357
  ## 企业微信汽车行业版(wav) 版本:2021-01-29
65638
66358
 
66359
+ ### 第 9 次发布
66360
+
66361
+ 发布时间:2021-12-21 08:13:33
66362
+
66363
+ 本次发布包含了以下内容:
66364
+
66365
+ 改善已有的文档。
66366
+
66367
+ 新增接口:
66368
+
66369
+ * [CreateLead](https://cloud.tencent.com/document/api/1318/66374)
66370
+ * [QueryDealerInfoList](https://cloud.tencent.com/document/api/1318/66373)
66371
+ * [QueryVehicleInfoList](https://cloud.tencent.com/document/api/1318/66372)
66372
+
66373
+ 新增数据结构:
66374
+
66375
+ * [DealerInfo](https://cloud.tencent.com/document/api/1318/56791#DealerInfo)
66376
+ * [VehicleInfo](https://cloud.tencent.com/document/api/1318/56791#VehicleInfo)
66377
+
65639
66378
  ### 第 8 次发布
65640
66379
 
65641
66380
  发布时间:2021-09-30 08:11:50