tencentcloud-sdk-nodejs 4.0.421 → 4.0.424

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 (131) hide show
  1. package/CHANGELOG.md +971 -0
  2. package/SERVICE_CHANGELOG.md +1025 -97
  3. package/package.json +1 -1
  4. package/products.md +39 -39
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +18 -7
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
  9. package/src/services/asr/v20190614/asr_models.ts +1 -1
  10. package/src/services/batch/v20170312/batch_models.ts +10 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  12. package/src/services/cdn/v20180606/cdn_models.ts +0 -1
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
  15. package/src/services/cls/v20201016/cls_models.ts +11 -1
  16. package/src/services/cme/v20191029/cme_client.ts +13 -4
  17. package/src/services/cme/v20191029/cme_models.ts +283 -68
  18. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  19. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  20. package/src/services/cwp/v20180228/cwp_models.ts +44 -1
  21. package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
  22. package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
  23. package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
  24. package/src/services/eb/v20210416/eb_models.ts +5 -0
  25. package/src/services/gaap/v20180529/gaap_client.ts +160 -37
  26. package/src/services/gaap/v20180529/gaap_models.ts +610 -179
  27. package/src/services/gs/v20191118/gs_client.ts +1 -1
  28. package/src/services/gs/v20191118/gs_models.ts +5 -0
  29. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  30. package/src/services/irp/v20220805/irp_client.ts +3 -3
  31. package/src/services/live/v20180801/live_client.ts +1 -1
  32. package/src/services/live/v20180801/live_models.ts +3 -3
  33. package/src/services/mmps/v20200710/mmps_models.ts +6 -0
  34. package/src/services/monitor/v20180724/monitor_client.ts +6 -3
  35. package/src/services/monitor/v20180724/monitor_models.ts +200 -76
  36. package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
  38. package/src/services/pts/v20210728/pts_client.ts +1 -0
  39. package/src/services/pts/v20210728/pts_models.ts +20 -0
  40. package/src/services/taf/v20200210/taf_client.ts +5 -21
  41. package/src/services/taf/v20200210/taf_models.ts +42 -170
  42. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
  43. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
  44. package/src/services/tcb/v20180608/tcb_models.ts +12 -0
  45. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  46. package/src/services/tcr/v20190924/tcr_client.ts +246 -50
  47. package/src/services/tcr/v20190924/tcr_models.ts +946 -298
  48. package/src/services/tcss/v20201101/tcss_models.ts +24 -2
  49. package/src/services/teo/v20220106/teo_models.ts +284 -109
  50. package/src/services/tiia/v20190529/tiia_client.ts +4 -1
  51. package/src/services/tione/v20211111/tione_models.ts +2 -2
  52. package/src/services/tke/v20180525/tke_client.ts +3 -2
  53. package/src/services/tke/v20180525/tke_models.ts +31 -1
  54. package/src/services/tse/v20201207/tse_client.ts +1 -0
  55. package/src/services/tse/v20201207/tse_models.ts +41 -0
  56. package/src/services/vod/v20180717/vod_client.ts +70 -24
  57. package/src/services/vod/v20180717/vod_models.ts +498 -86
  58. package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
  59. package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
  60. package/tencentcloud/common/sdk_version.d.ts +1 -1
  61. package/tencentcloud/common/sdk_version.js +1 -1
  62. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
  63. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
  64. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
  65. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
  66. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  67. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
  68. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  69. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
  70. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
  72. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  73. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
  74. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  75. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
  76. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
  78. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
  79. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
  80. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
  81. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
  82. package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
  83. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
  84. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
  85. package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
  86. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
  87. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  88. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
  89. package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
  90. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  91. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  92. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
  93. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
  94. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  95. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +172 -69
  96. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  97. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  98. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
  99. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
  100. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  101. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  102. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
  103. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
  104. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
  105. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  106. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
  107. package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
  108. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
  109. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
  110. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
  111. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
  112. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
  113. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  114. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
  115. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  116. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
  117. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
  118. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +29 -15
  119. package/tencentcloud/services/vod/v20180717/vod_client.js +35 -15
  120. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +429 -77
  121. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
  122. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
  123. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
  124. package/test/apigateway.v20180808.test.js +10 -0
  125. package/test/cynosdb.v20190107.test.js +56 -6
  126. package/test/gaap.v20180529.test.js +116 -16
  127. package/test/oceanus.v20190422.test.js +10 -0
  128. package/test/taf.v20200210.test.js +0 -10
  129. package/test/tcr.v20190924.test.js +168 -8
  130. package/test/vod.v20180717.test.js +32 -2
  131. package/test/yinsuda.v20220527.test.js +56 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,974 @@
1
+ # Release 4.0.424
2
+
3
+ ## 批量计算(batch) 版本:2017-03-12
4
+
5
+ ### 第 42 次发布
6
+
7
+ 发布时间:2022-08-25 06:10:07
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
16
+
17
+ * 新增成员:MaxRetryCount, DelayOnRetry
18
+
19
+
20
+
21
+
22
+ ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
23
+
24
+ ### 第 23 次发布
25
+
26
+ 发布时间:2022-08-25 06:22:53
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
35
+ * [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
36
+ * [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
37
+ * [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
38
+ * [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
39
+
40
+ 修改接口:
41
+
42
+ * [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
43
+
44
+ * 新增出参:RollbackTimeRanges
45
+
46
+
47
+ 新增数据结构:
48
+
49
+ * [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
50
+ * [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
51
+
52
+
53
+
54
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
55
+
56
+ ### 第 44 次发布
57
+
58
+ 发布时间:2022-08-25 06:25:03
59
+
60
+ 本次发布包含了以下内容:
61
+
62
+ 改善已有的文档。
63
+
64
+ 修改接口:
65
+
66
+ * [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
67
+
68
+ * 新增入参:RollbackInstanceId, RollbackTime
69
+
70
+
71
+
72
+
73
+ ## 全球应用加速(gaap) 版本:2018-05-29
74
+
75
+ ### 第 35 次发布
76
+
77
+ 发布时间:2022-08-25 06:30:05
78
+
79
+ 本次发布包含了以下内容:
80
+
81
+ 改善已有的文档。
82
+
83
+ 新增接口:
84
+
85
+ * [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
86
+ * [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
87
+ * [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
88
+ * [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
89
+ * [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
90
+ * [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
91
+ * [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
92
+ * [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
93
+ * [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
94
+ * [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
95
+
96
+ 新增数据结构:
97
+
98
+ * [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
99
+ * [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
100
+ * [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
101
+
102
+
103
+
104
+ ## 小程序安全(mmps) 版本:2020-07-10
105
+
106
+ ### 第 7 次发布
107
+
108
+ 发布时间:2022-08-25 06:38:57
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 修改接口:
115
+
116
+ * [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
117
+
118
+ * 新增出参:ReportResult
119
+
120
+
121
+
122
+
123
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
124
+
125
+ ### 第 24 次发布
126
+
127
+ 发布时间:2022-08-25 06:41:36
128
+
129
+ 本次发布包含了以下内容:
130
+
131
+ 改善已有的文档。
132
+
133
+ 新增接口:
134
+
135
+ * [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
136
+
137
+
138
+
139
+ ## 容器镜像服务(tcr) 版本:2019-09-24
140
+
141
+ ### 第 43 次发布
142
+
143
+ 发布时间:2022-08-25 06:49:32
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
148
+
149
+ 新增接口:
150
+
151
+ * [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
152
+ * [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
153
+ * [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
154
+ * [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
155
+ * [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
156
+ * [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
157
+ * [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
158
+ * [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
159
+ * [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
160
+ * [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
161
+ * [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
162
+ * [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
163
+ * [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
164
+ * [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
165
+ * [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
166
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
167
+
168
+ 新增数据结构:
169
+
170
+ * [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
171
+ * [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
172
+ * [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
173
+ * [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
174
+
175
+
176
+
177
+ ## 云点播(vod) 版本:2018-07-17
178
+
179
+ ### 第 116 次发布
180
+
181
+ 发布时间:2022-08-25 06:58:49
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 新增接口:
188
+
189
+ * [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
190
+ * [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
191
+
192
+ 修改接口:
193
+
194
+ * [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
195
+
196
+ * 新增入参:TrtcSdkAppIds, TrtcRoomIds
197
+
198
+
199
+ 新增数据结构:
200
+
201
+ * [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
202
+
203
+
204
+
205
+ # Release 4.0.423
206
+
207
+ ## 应用合规平台(acp) 版本:2022-01-05
208
+
209
+ ### 第 4 次发布
210
+
211
+ 发布时间:2022-08-24 06:06:48
212
+
213
+ 本次发布包含了以下内容:
214
+
215
+ 改善已有的文档。
216
+
217
+ 修改接口:
218
+
219
+ * [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
220
+
221
+ * 新增入参:Source
222
+
223
+ * [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
224
+
225
+ * 新增出参:ReportResult
226
+
227
+
228
+
229
+
230
+ ## API网关(apigateway) 版本:2018-08-08
231
+
232
+ ### 第 32 次发布
233
+
234
+ 发布时间:2022-08-24 06:08:44
235
+
236
+ 本次发布包含了以下内容:
237
+
238
+ 改善已有的文档。
239
+
240
+ 新增接口:
241
+
242
+ * [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
243
+
244
+ 新增数据结构:
245
+
246
+ * [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
247
+
248
+
249
+
250
+ ## 日志服务(cls) 版本:2020-10-16
251
+
252
+ ### 第 29 次发布
253
+
254
+ 发布时间:2022-08-24 06:18:24
255
+
256
+ 本次发布包含了以下内容:
257
+
258
+ 改善已有的文档。
259
+
260
+ 修改接口:
261
+
262
+ * [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
263
+
264
+ * 新增入参:FilenameMode
265
+
266
+ * [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
267
+
268
+ * 新增入参:FilenameMode
269
+
270
+
271
+
272
+
273
+ ## 多媒体创作引擎(cme) 版本:2019-10-29
274
+
275
+ ### 第 51 次发布
276
+
277
+ 发布时间:2022-08-24 06:19:05
278
+
279
+ 本次发布包含了以下内容:
280
+
281
+ 改善已有的文档。
282
+
283
+ 新增数据结构:
284
+
285
+ * [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
286
+ * [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
287
+ * [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
288
+ * [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
289
+ * [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
290
+ * [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
291
+ * [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
292
+ * [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
293
+ * [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
294
+
295
+ 修改数据结构:
296
+
297
+ * [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
298
+
299
+ * 新增成员:ProjectMediaCastStatusChangedEvent
300
+
301
+ * [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
302
+
303
+ * 新增成员:MediaCastProjectInfo
304
+
305
+
306
+
307
+
308
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
309
+
310
+ ### 第 26 次发布
311
+
312
+ 发布时间:2022-08-24 06:56:05
313
+
314
+ 本次发布包含了以下内容:
315
+
316
+ 改善已有的文档。
317
+
318
+ 新增数据结构:
319
+
320
+ * [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
321
+
322
+ 修改数据结构:
323
+
324
+ * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
325
+
326
+ * 新增成员:RegionInfos
327
+
328
+
329
+
330
+
331
+ ## 云点播(vod) 版本:2018-07-17
332
+
333
+ ### 第 115 次发布
334
+
335
+ 发布时间:2022-08-24 06:58:00
336
+
337
+ 本次发布包含了以下内容:
338
+
339
+ 改善已有的文档。
340
+
341
+ 修改接口:
342
+
343
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
344
+
345
+ * 新增入参:DrmKeyProvider
346
+
347
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
348
+
349
+ * 新增出参:RemoveWatermarkTask
350
+
351
+
352
+ 新增数据结构:
353
+
354
+ * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
355
+ * [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
356
+ * [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
357
+ * [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
358
+ * [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
359
+ * [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
360
+
361
+ 修改数据结构:
362
+
363
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
364
+
365
+ * 新增成员:DrmKeyProvider
366
+
367
+ * [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
368
+
369
+ * 新增成员:SubtitleSet
370
+
371
+ * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
372
+
373
+ * 新增成员:SubtitleFormats
374
+
375
+ * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
376
+
377
+ * 新增成员:SubtitleFormatsOperation
378
+
379
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
380
+
381
+ * 新增成员:RemoveWatermarkCompleteEvent
382
+
383
+ * [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
384
+
385
+ * 新增成员:TrtcRecordInfo
386
+
387
+
388
+
389
+
390
+ ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
391
+
392
+ ### 第 6 次发布
393
+
394
+ 发布时间:2022-08-24 07:02:00
395
+
396
+ 本次发布包含了以下内容:
397
+
398
+ 改善已有的文档。
399
+
400
+ 新增接口:
401
+
402
+ * [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
403
+ * [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
404
+ * [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
405
+ * [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
406
+
407
+ 新增数据结构:
408
+
409
+ * [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
410
+ * [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
411
+ * [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
412
+ * [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
413
+ * [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
414
+ * [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
415
+ * [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
416
+ * [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
417
+ * [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
418
+ * [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
419
+ * [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
420
+ * [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
421
+
422
+
423
+
424
+ # Release 4.0.422
425
+
426
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
427
+
428
+ ### 第 54 次发布
429
+
430
+ 发布时间:2022-08-23 06:17:56
431
+
432
+ 本次发布包含了以下内容:
433
+
434
+ 改善已有的文档。
435
+
436
+ 修改接口:
437
+
438
+ * [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
439
+
440
+ * 新增入参:MaxMessageByte
441
+
442
+
443
+ ### 第 53 次发布
444
+
445
+ 发布时间:2022-08-22 06:16:09
446
+
447
+ 本次发布包含了以下内容:
448
+
449
+ 改善已有的文档。
450
+
451
+ 新增数据结构:
452
+
453
+ * [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
454
+
455
+ 修改数据结构:
456
+
457
+ * [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
458
+
459
+ * 新增成员:RowParam
460
+
461
+
462
+ ### 第 52 次发布
463
+
464
+ 发布时间:2022-08-19 06:13:13
465
+
466
+ 本次发布包含了以下内容:
467
+
468
+ 改善已有的文档。
469
+
470
+ 修改数据结构:
471
+
472
+ * [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
473
+
474
+ * 新增成员:SelfBuilt
475
+
476
+ * [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
477
+
478
+ * 新增成员:SelfBuilt
479
+
480
+
481
+
482
+
483
+ ## 主机安全(cwp) 版本:2018-02-28
484
+
485
+ ### 第 50 次发布
486
+
487
+ 发布时间:2022-08-19 06:16:28
488
+
489
+ 本次发布包含了以下内容:
490
+
491
+ 改善已有的文档。
492
+
493
+ 修改接口:
494
+
495
+ * [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
496
+
497
+ * 新增出参:LastFixTime, hadAutoFixVul
498
+
499
+ * [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
500
+
501
+ * 新增出参:SuccessFixCount, FixSwitch
502
+
503
+
504
+ 新增数据结构:
505
+
506
+ * [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
507
+
508
+ 修改数据结构:
509
+
510
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
511
+
512
+ * 新增成员:CloudTags
513
+
514
+
515
+
516
+
517
+ ## 事件总线(eb) 版本:2021-04-16
518
+
519
+ ### 第 6 次发布
520
+
521
+ 发布时间:2022-08-23 06:27:55
522
+
523
+ 本次发布包含了以下内容:
524
+
525
+ 改善已有的文档。
526
+
527
+ 修改接口:
528
+
529
+ * [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
530
+
531
+ * 新增入参:EventPattern
532
+
533
+
534
+
535
+
536
+ ## 云游戏解决方案(gs) 版本:2019-11-18
537
+
538
+ ### 第 18 次发布
539
+
540
+ 发布时间:2022-08-19 06:23:23
541
+
542
+ 本次发布包含了以下内容:
543
+
544
+ 改善已有的文档。
545
+
546
+ 修改接口:
547
+
548
+ * [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
549
+
550
+ * 新增入参:GameRegion
551
+
552
+
553
+
554
+
555
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
556
+
557
+ ### 第 5 次发布
558
+
559
+ 发布时间:2022-08-22 06:33:46
560
+
561
+ 本次发布包含了以下内容:
562
+
563
+ 改善已有的文档。
564
+
565
+ 修改数据结构:
566
+
567
+ * [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
568
+
569
+ * 新增成员:CategoryId
570
+
571
+
572
+
573
+
574
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
575
+
576
+
577
+
578
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
579
+
580
+
581
+
582
+ ## 云监控(monitor) 版本:2018-07-24
583
+
584
+ ### 第 55 次发布
585
+
586
+ 发布时间:2022-08-22 06:38:10
587
+
588
+ 本次发布包含了以下内容:
589
+
590
+ 改善已有的文档。
591
+
592
+ 修改接口:
593
+
594
+ * [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
595
+
596
+ * 新增出参:CommonNamespaces
597
+
598
+
599
+ 新增数据结构:
600
+
601
+ * [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
602
+ * [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
603
+ * [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
604
+
605
+ ### 第 54 次发布
606
+
607
+ 发布时间:2022-08-19 06:29:18
608
+
609
+ 本次发布包含了以下内容:
610
+
611
+ 改善已有的文档。
612
+
613
+ 修改接口:
614
+
615
+ * [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
616
+
617
+ * 新增出参:Warning
618
+
619
+ * [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
620
+
621
+ * 新增出参:Warning
622
+
623
+
624
+
625
+
626
+ ## 云压测(pts) 版本:2021-07-28
627
+
628
+ ### 第 3 次发布
629
+
630
+ 发布时间:2022-08-22 06:42:21
631
+
632
+ 本次发布包含了以下内容:
633
+
634
+ 改善已有的文档。
635
+
636
+ 修改接口:
637
+
638
+ * [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
639
+
640
+ * 新增入参:NotificationHooks
641
+
642
+
643
+ 新增数据结构:
644
+
645
+ * [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
646
+
647
+
648
+
649
+ ## 流量反欺诈(taf) 版本:2020-02-10
650
+
651
+ ### 第 15 次发布
652
+
653
+ 发布时间:2022-08-22 06:46:33
654
+
655
+ 本次发布包含了以下内容:
656
+
657
+ 改善已有的文档。
658
+
659
+ <font color="#dd0000">**删除接口**:</font>
660
+
661
+ * DetectFraudKOL
662
+
663
+ <font color="#dd0000">**删除数据结构**:</font>
664
+
665
+ * InputKolBspData
666
+ * InputKolDataList
667
+ * OutputKolData
668
+ * OutputKolValue
669
+
670
+
671
+
672
+ ## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
673
+
674
+ ### 第 16 次发布
675
+
676
+ 发布时间:2022-08-23 06:49:36
677
+
678
+ 本次发布包含了以下内容:
679
+
680
+ 改善已有的文档。
681
+
682
+ 新增数据结构:
683
+
684
+ * [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
685
+ * [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
686
+
687
+ 修改数据结构:
688
+
689
+ * [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
690
+
691
+ * 新增成员:SyncTableInfo
692
+
693
+
694
+
695
+
696
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
697
+
698
+ ### 第 86 次发布
699
+
700
+ 发布时间:2022-08-23 06:50:01
701
+
702
+ 本次发布包含了以下内容:
703
+
704
+ 改善已有的文档。
705
+
706
+ 修改数据结构:
707
+
708
+ * [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
709
+
710
+ * 新增成员:EnableOverrun, ExtPackageType
711
+
712
+
713
+
714
+
715
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
716
+
717
+ ### 第 8 次发布
718
+
719
+ 发布时间:2022-08-23 06:50:39
720
+
721
+ 本次发布包含了以下内容:
722
+
723
+ 改善已有的文档。
724
+
725
+ 修改数据结构:
726
+
727
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
728
+
729
+ * 新增成员:CustomDomainNames
730
+
731
+
732
+
733
+
734
+ ## 容器安全服务(tcss) 版本:2020-11-01
735
+
736
+ ### 第 25 次发布
737
+
738
+ 发布时间:2022-08-23 06:51:30
739
+
740
+ 本次发布包含了以下内容:
741
+
742
+ 改善已有的文档。
743
+
744
+ 修改接口:
745
+
746
+ * [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
747
+
748
+ * 新增入参:ImageIDs, EventType
749
+
750
+
751
+
752
+
753
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
754
+
755
+ ### 第 21 次发布
756
+
757
+ 发布时间:2022-08-23 06:54:06
758
+
759
+ 本次发布包含了以下内容:
760
+
761
+ 改善已有的文档。
762
+
763
+ 修改接口:
764
+
765
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
766
+
767
+ * <font color="#dd0000">**修改入参**:</font>Rule
768
+
769
+
770
+ ### 第 20 次发布
771
+
772
+ 发布时间:2022-08-19 06:38:50
773
+
774
+ 本次发布包含了以下内容:
775
+
776
+ 改善已有的文档。
777
+
778
+ 修改接口:
779
+
780
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
781
+
782
+ * 新增出参:Area
783
+
784
+ * [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
785
+
786
+ * 新增入参:Area
787
+
788
+ * [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
789
+
790
+ * 新增入参:Area
791
+
792
+ * [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
793
+
794
+ * 新增入参:Area
795
+
796
+ * [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
797
+
798
+ * 新增入参:Area
799
+
800
+ * [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
801
+
802
+ * 新增入参:Area
803
+
804
+ * [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
805
+
806
+ * 新增入参:Area
807
+
808
+ * [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
809
+
810
+ * 新增入参:Area
811
+
812
+ * [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
813
+
814
+ * 新增入参:Area
815
+
816
+ * [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
817
+
818
+ * 新增入参:Area
819
+
820
+ * [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
821
+
822
+ * 新增入参:Area
823
+
824
+ * [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
825
+
826
+ * 新增入参:Area
827
+
828
+ * [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
829
+
830
+ * 新增入参:Area
831
+
832
+ * [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
833
+
834
+ * 新增入参:Area
835
+
836
+ * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
837
+
838
+ * 新增入参:Area
839
+
840
+ * [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
841
+
842
+ * 新增入参:Area
843
+
844
+ * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
845
+
846
+ * 新增入参:Area
847
+
848
+ * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
849
+
850
+ * 新增入参:Area
851
+
852
+ * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
853
+
854
+ * 新增入参:Area
855
+
856
+ * [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
857
+
858
+ * 新增出参:Area
859
+
860
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
861
+
862
+ * 新增出参:Area
863
+
864
+
865
+ 修改数据结构:
866
+
867
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
868
+
869
+ * 新增成员:Area, BanStatus
870
+
871
+ * [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
872
+
873
+ * 新增成员:Area
874
+
875
+ * [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
876
+
877
+ * 新增成员:Area
878
+
879
+ * [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
880
+
881
+ * 新增成员:Area
882
+
883
+
884
+
885
+
886
+ ## 容器服务(tke) 版本:2018-05-25
887
+
888
+ ### 第 118 次发布
889
+
890
+ 发布时间:2022-08-23 06:56:25
891
+
892
+ 本次发布包含了以下内容:
893
+
894
+ 改善已有的文档。
895
+
896
+ 修改接口:
897
+
898
+ * [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
899
+
900
+ * 新增入参:Agents, InstanceId
901
+
902
+
903
+ 新增数据结构:
904
+
905
+ * [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
906
+
907
+
908
+
909
+ ## 云点播(vod) 版本:2018-07-17
910
+
911
+ ### 第 114 次发布
912
+
913
+ 发布时间:2022-08-22 06:57:10
914
+
915
+ 本次发布包含了以下内容:
916
+
917
+ 改善已有的文档。
918
+
919
+ 新增接口:
920
+
921
+ * [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
922
+
923
+ ### 第 113 次发布
924
+
925
+ 发布时间:2022-08-19 06:43:39
926
+
927
+ 本次发布包含了以下内容:
928
+
929
+ 改善已有的文档。
930
+
931
+ 修改接口:
932
+
933
+ * [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
934
+
935
+ * 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
936
+
937
+ * [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
938
+
939
+ * 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
940
+
941
+ * 新增出参:TaskId
942
+
943
+
944
+ 新增数据结构:
945
+
946
+ * [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
947
+
948
+
949
+
950
+ ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
951
+
952
+ ### 第 5 次发布
953
+
954
+ 发布时间:2022-08-22 07:01:10
955
+
956
+ 本次发布包含了以下内容:
957
+
958
+ 改善已有的文档。
959
+
960
+ 新增接口:
961
+
962
+ * [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
963
+
964
+ 新增数据结构:
965
+
966
+ * [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
967
+ * [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
968
+ * [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
969
+
970
+
971
+
1
972
  # Release 4.0.421
2
973
 
3
974
  ## 日志服务(cls) 版本:2020-10-16