tencentcloud-sdk-nodejs 4.0.414 → 4.0.417

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 (140) hide show
  1. package/CHANGELOG.md +881 -0
  2. package/SERVICE_CHANGELOG.md +1035 -17
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +13 -11
  7. package/src/services/ams/v20201229/ams_models.ts +69 -15
  8. package/src/services/as/v20180419/as_models.ts +18 -0
  9. package/src/services/billing/v20180709/billing_models.ts +49 -0
  10. package/src/services/cat/v20180409/cat_models.ts +4 -4
  11. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  12. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  13. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +17 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +20 -0
  18. package/src/services/ess/v20201111/ess_client.ts +32 -16
  19. package/src/services/ess/v20201111/ess_models.ts +67 -8
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +31 -16
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +83 -32
  22. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  23. package/src/services/gme/v20180711/gme_client.ts +179 -118
  24. package/src/services/gme/v20180711/gme_models.ts +264 -78
  25. package/src/services/irp/index.ts +2 -0
  26. package/src/services/irp/v20220805/index.ts +6 -0
  27. package/src/services/irp/v20220805/irp_client.ts +85 -0
  28. package/src/services/irp/v20220805/irp_models.ts +549 -0
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +26 -4
  30. package/src/services/live/v20180801/live_models.ts +6 -0
  31. package/src/services/mongodb/v20190725/mongodb_client.ts +12 -15
  32. package/src/services/mongodb/v20190725/mongodb_models.ts +14 -49
  33. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  35. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  36. package/src/services/privatedns/v20201028/privatedns_models.ts +16 -1
  37. package/src/services/pts/v20210728/pts_models.ts +5 -0
  38. package/src/services/redis/v20180412/redis_client.ts +12 -0
  39. package/src/services/redis/v20180412/redis_models.ts +25 -0
  40. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  41. package/src/services/taf/v20200210/taf_client.ts +20 -37
  42. package/src/services/taf/v20200210/taf_models.ts +154 -224
  43. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  44. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  45. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  46. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  47. package/src/services/tcr/v20190924/tcr_models.ts +44 -1
  48. package/src/services/tcss/v20201101/tcss_models.ts +64 -0
  49. package/src/services/tem/v20210701/tem_client.ts +41 -4
  50. package/src/services/tem/v20210701/tem_models.ts +409 -225
  51. package/src/services/teo/v20220106/teo_client.ts +9 -7
  52. package/src/services/teo/v20220106/teo_models.ts +944 -658
  53. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  54. package/src/services/tts/v20190823/tts_client.ts +1 -0
  55. package/src/services/tts/v20190823/tts_models.ts +40 -0
  56. package/src/services/vod/v20180717/vod_client.ts +45 -29
  57. package/src/services/vod/v20180717/vod_models.ts +52 -8
  58. package/src/services/wedata/v20210820/wedata_client.ts +105 -68
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +11 -10
  62. package/tencentcloud/services/ams/v20201229/ams_client.js +11 -10
  63. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +58 -12
  64. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  65. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +40 -0
  66. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  67. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  68. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  69. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  70. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  71. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  72. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -0
  74. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -8
  75. package/tencentcloud/services/ess/v20201111/ess_client.js +19 -9
  76. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +59 -8
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -7
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -8
  79. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +74 -30
  80. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  81. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +66 -46
  82. package/tencentcloud/services/gme/v20180711/gme_client.js +91 -61
  83. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +232 -72
  84. package/tencentcloud/services/irp/index.d.ts +4 -0
  85. package/tencentcloud/services/irp/index.js +2 -0
  86. package/tencentcloud/services/irp/v20220805/index.d.ts +6 -0
  87. package/tencentcloud/services/irp/v20220805/index.js +9 -0
  88. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +26 -0
  89. package/tencentcloud/services/irp/v20220805/irp_client.js +55 -0
  90. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +442 -0
  91. package/tencentcloud/services/irp/v20220805/irp_models.js +18 -0
  92. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +23 -3
  93. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  94. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -7
  95. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -8
  96. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +13 -42
  97. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  98. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  99. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  100. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  101. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  102. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +13 -1
  103. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  104. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  105. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  106. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  107. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  108. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  109. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  110. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  111. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  112. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  113. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  114. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  115. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +37 -1
  116. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +55 -0
  117. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +13 -1
  118. package/tencentcloud/services/tem/v20210701/tem_client.js +18 -0
  119. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +316 -160
  120. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  121. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  122. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +805 -547
  123. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  124. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +33 -0
  125. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -11
  126. package/tencentcloud/services/vod/v20180717/vod_client.js +24 -14
  127. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -7
  128. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +72 -35
  129. package/tencentcloud/services/wedata/v20210820/wedata_client.js +72 -35
  130. package/test/ccc.v20200210.test.js +0 -10
  131. package/test/ess.v20201111.test.js +14 -4
  132. package/test/essbasic.v20210526.test.js +14 -4
  133. package/test/gme.v20180711.test.js +82 -32
  134. package/test/irp.v20220805.test.js +61 -0
  135. package/test/mongodb.v20190725.test.js +10 -10
  136. package/test/redis.v20180412.test.js +10 -0
  137. package/test/taf.v20200210.test.js +8 -18
  138. package/test/tbaas.v20180416.test.js +6 -76
  139. package/test/tem.v20210701.test.js +30 -0
  140. package/test/vod.v20180717.test.js +18 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,884 @@
1
+ # Release 4.0.417
2
+
3
+ ## 音频内容检测(ams) 版本:2020-12-29
4
+
5
+ ### 第 7 次发布
6
+
7
+ 发布时间:2022-08-15 06:07:00
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
16
+
17
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
18
+
19
+
20
+ 新增数据结构:
21
+
22
+ * [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
23
+
24
+
25
+
26
+ ## 音频内容检测(ams) 版本:2020-06-08
27
+
28
+
29
+
30
+ ## 计费相关(billing) 版本:2018-07-09
31
+
32
+ ### 第 35 次发布
33
+
34
+ 发布时间:2022-08-15 06:09:23
35
+
36
+ 本次发布包含了以下内容:
37
+
38
+ 改善已有的文档。
39
+
40
+ 修改数据结构:
41
+
42
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
43
+
44
+ * 新增成员:TransferPayAmount
45
+
46
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
47
+
48
+ * 新增成员:TransferPayAmount
49
+
50
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
51
+
52
+ * 新增成员:TransferPayAmount
53
+
54
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
55
+
56
+ * 新增成员:TransferPayAmount
57
+
58
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
59
+
60
+ * 新增成员:TransferPayAmount
61
+
62
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
63
+
64
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
65
+
66
+
67
+
68
+
69
+ ## 智能推荐平台(irp) 版本:2022-08-05
70
+
71
+ ### 第 1 次发布
72
+
73
+ 发布时间:2022-08-12 14:06:35
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 新增接口:
80
+
81
+ * [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
82
+ * [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
83
+ * [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
84
+ * [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
85
+
86
+ 新增数据结构:
87
+
88
+ * [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
89
+ * [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
90
+ * [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
91
+ * [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
92
+ * [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
93
+ * [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
94
+
95
+
96
+
97
+ ## 智能推荐平台(irp) 版本:2022-03-24
98
+
99
+
100
+
101
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
102
+
103
+ ### 第 23 次发布
104
+
105
+ 发布时间:2022-08-15 06:31:24
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 新增接口:
112
+
113
+ * [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
114
+
115
+
116
+
117
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
118
+
119
+
120
+
121
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
122
+
123
+ ### 第 9 次发布
124
+
125
+ 发布时间:2022-08-15 06:34:53
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
134
+
135
+ * 新增入参:CnameSpeedupStatus
136
+
137
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
138
+
139
+ * 新增入参:CnameSpeedupStatus
140
+
141
+
142
+ 修改数据结构:
143
+
144
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
145
+
146
+ * 新增成员:CnameSpeedupStatus
147
+
148
+
149
+
150
+
151
+ ## 性能测试服务(pts) 版本:2021-07-28
152
+
153
+ ### 第 2 次发布
154
+
155
+ 发布时间:2022-08-15 06:35:03
156
+
157
+ 本次发布包含了以下内容:
158
+
159
+ 改善已有的文档。
160
+
161
+ 修改接口:
162
+
163
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
164
+
165
+ * 新增入参:IgnoreDataset
166
+
167
+
168
+
169
+
170
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
171
+
172
+ ### 第 7 次发布
173
+
174
+ 发布时间:2022-08-15 06:39:26
175
+
176
+ 本次发布包含了以下内容:
177
+
178
+ 改善已有的文档。
179
+
180
+ 修改数据结构:
181
+
182
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
183
+
184
+ * 新增成员:AccessTypes
185
+
186
+
187
+
188
+
189
+ ## 容器镜像服务(tcr) 版本:2019-09-24
190
+
191
+ ### 第 42 次发布
192
+
193
+ 发布时间:2022-08-15 06:39:36
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 修改接口:
200
+
201
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
202
+
203
+ * 新增入参:Digest
204
+
205
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
206
+
207
+ * 新增入参:KmsSignPolicy
208
+
209
+
210
+ 新增数据结构:
211
+
212
+ * [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
213
+
214
+ 修改数据结构:
215
+
216
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
217
+
218
+ * 新增成员:Kind, KmsSignature
219
+
220
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
221
+
222
+ * 新增成员:Metadata
223
+
224
+
225
+
226
+
227
+ ## 容器安全服务(tcss) 版本:2020-11-01
228
+
229
+ ### 第 24 次发布
230
+
231
+ 发布时间:2022-08-15 06:40:11
232
+
233
+ 本次发布包含了以下内容:
234
+
235
+ 改善已有的文档。
236
+
237
+ 修改接口:
238
+
239
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
240
+
241
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
242
+
243
+
244
+
245
+
246
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
247
+
248
+ ### 第 18 次发布
249
+
250
+ 发布时间:2022-08-15 06:42:02
251
+
252
+ 本次发布包含了以下内容:
253
+
254
+ 改善已有的文档。
255
+
256
+ 修改接口:
257
+
258
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
259
+
260
+ * 新增入参:Ipv6
261
+
262
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
263
+
264
+ * 新增入参:ProxyId
265
+
266
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
267
+
268
+ * 新增出参:Ipv6
269
+
270
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
271
+
272
+ * 新增出参:Ipv6
273
+
274
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
275
+
276
+ * 新增入参:Ipv6
277
+
278
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
279
+
280
+ * 新增入参:Ipv6
281
+
282
+
283
+ 新增数据结构:
284
+
285
+ * [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
286
+
287
+ 修改数据结构:
288
+
289
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
290
+
291
+ * 新增成员:Ipv6
292
+
293
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
294
+
295
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
296
+
297
+
298
+
299
+
300
+ ## 语音合成(tts) 版本:2019-08-23
301
+
302
+ ### 第 7 次发布
303
+
304
+ 发布时间:2022-08-15 06:46:14
305
+
306
+ 本次发布包含了以下内容:
307
+
308
+ 改善已有的文档。
309
+
310
+ 修改接口:
311
+
312
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
313
+
314
+ * 新增入参:EnableSubtitle
315
+
316
+ * 新增出参:Subtitles
317
+
318
+
319
+ 新增数据结构:
320
+
321
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
322
+
323
+
324
+
325
+ # Release 4.0.416
326
+
327
+ ## 电子签服务(ess) 版本:2020-11-11
328
+
329
+ ### 第 14 次发布
330
+
331
+ 发布时间:2022-08-11 22:36:30
332
+
333
+ 本次发布包含了以下内容:
334
+
335
+ 改善已有的文档。
336
+
337
+ 新增接口:
338
+
339
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
340
+
341
+
342
+
343
+ ## 文字识别(ocr) 版本:2018-11-19
344
+
345
+ ### 第 74 次发布
346
+
347
+ 发布时间:2022-08-12 11:13:38
348
+
349
+ 本次发布包含了以下内容:
350
+
351
+ 改善已有的文档。
352
+
353
+ 修改数据结构:
354
+
355
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
356
+
357
+ * 新增成员:Row
358
+
359
+
360
+
361
+
362
+ ## 弹性微服务(tem) 版本:2021-07-01
363
+
364
+ ### 第 28 次发布
365
+
366
+ 发布时间:2022-08-12 11:47:08
367
+
368
+ 本次发布包含了以下内容:
369
+
370
+ 改善已有的文档。
371
+
372
+ 修改接口:
373
+
374
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
375
+
376
+ * 新增入参:EnableMetrics
377
+
378
+
379
+
380
+
381
+ ## 弹性微服务(tem) 版本:2020-12-21
382
+
383
+
384
+
385
+ # Release 4.0.415
386
+
387
+ ## 弹性伸缩(as) 版本:2018-04-19
388
+
389
+ ### 第 54 次发布
390
+
391
+ 发布时间:2022-08-11 06:10:05
392
+
393
+ 本次发布包含了以下内容:
394
+
395
+ 改善已有的文档。
396
+
397
+ 修改接口:
398
+
399
+ * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
400
+
401
+ * 新增入参:HpcClusterId
402
+
403
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
404
+
405
+ * 新增入参:HpcClusterId
406
+
407
+
408
+ 修改数据结构:
409
+
410
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
411
+
412
+ * 新增成员:HpcClusterId
413
+
414
+
415
+
416
+
417
+ ## 云呼叫中心(ccc) 版本:2020-02-10
418
+
419
+ ### 第 28 次发布
420
+
421
+ 发布时间:2022-08-11 06:14:26
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ <font color="#dd0000">**删除接口**:</font>
428
+
429
+ * DescribeSeatUserList
430
+
431
+ 修改接口:
432
+
433
+ * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
434
+
435
+ * 新增入参:SkillGroupName
436
+
437
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
438
+
439
+ * 新增入参:UseMobileCallOut, UseMobileAccept
440
+
441
+
442
+ 修改数据结构:
443
+
444
+ * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
445
+
446
+ * 新增成员:UseMobileAccept, UseMobileCallOut
447
+
448
+
449
+
450
+
451
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
452
+
453
+ ### 第 50 次发布
454
+
455
+ 发布时间:2022-08-11 06:18:51
456
+
457
+ 本次发布包含了以下内容:
458
+
459
+ 改善已有的文档。
460
+
461
+ 修改数据结构:
462
+
463
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
464
+
465
+ * 新增成员:DropInvalidMessage, DropCls
466
+
467
+
468
+
469
+
470
+ ## 日志服务(cls) 版本:2020-10-16
471
+
472
+ ### 第 27 次发布
473
+
474
+ 发布时间:2022-08-11 06:20:21
475
+
476
+ 本次发布包含了以下内容:
477
+
478
+ 改善已有的文档。
479
+
480
+ 修改接口:
481
+
482
+ * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
483
+
484
+ * 新增入参:Compression
485
+
486
+ * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
487
+
488
+ * 新增出参:Compression
489
+
490
+ * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
491
+
492
+ * 新增入参:Compression
493
+
494
+
495
+
496
+
497
+ ## 企业收付平台(cpdp) 版本:2019-08-20
498
+
499
+ ### 第 81 次发布
500
+
501
+ 发布时间:2022-08-11 06:21:37
502
+
503
+ 本次发布包含了以下内容:
504
+
505
+ 改善已有的文档。
506
+
507
+ 修改接口:
508
+
509
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
510
+
511
+ * 新增入参:ExternalUserInfoList
512
+
513
+
514
+ 新增数据结构:
515
+
516
+ * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
517
+
518
+
519
+
520
+ ## 电子签服务(ess) 版本:2020-11-11
521
+
522
+ ### 第 13 次发布
523
+
524
+ 发布时间:2022-08-11 07:02:49
525
+
526
+ 本次发布包含了以下内容:
527
+
528
+ 改善已有的文档。
529
+
530
+ 修改接口:
531
+
532
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
533
+
534
+ * 新增入参:NeedSignReview
535
+
536
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
537
+
538
+ * 新增入参:NeedSignReview
539
+
540
+
541
+
542
+
543
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
544
+
545
+ ### 第 26 次发布
546
+
547
+ 发布时间:2022-08-11 07:03:11
548
+
549
+ 本次发布包含了以下内容:
550
+
551
+ 改善已有的文档。
552
+
553
+ 修改接口:
554
+
555
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
556
+
557
+ * 新增入参:NeedSignReview
558
+
559
+
560
+ 修改数据结构:
561
+
562
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
563
+
564
+ * 新增成员:NeedSignReview
565
+
566
+
567
+
568
+
569
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
570
+
571
+
572
+
573
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
574
+
575
+ ### 第 21 次发布
576
+
577
+ 发布时间:2022-08-11 06:32:55
578
+
579
+ 本次发布包含了以下内容:
580
+
581
+ 改善已有的文档。
582
+
583
+ 新增接口:
584
+
585
+ * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
586
+ * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
587
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
588
+ * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
589
+ * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
590
+
591
+ 新增数据结构:
592
+
593
+ * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
594
+
595
+
596
+
597
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
598
+
599
+ ### 第 33 次发布
600
+
601
+ 发布时间:2022-08-11 06:38:25
602
+
603
+ 本次发布包含了以下内容:
604
+
605
+ 改善已有的文档。
606
+
607
+ 修改接口:
608
+
609
+ * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
610
+
611
+ * 新增入参:DiskBackupQuota
612
+
613
+ * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
614
+
615
+ * 新增入参:DiskBackupQuota
616
+
617
+
618
+
619
+
620
+ ## 云直播(live) 版本:2018-08-01
621
+
622
+ ### 第 85 次发布
623
+
624
+ 发布时间:2022-08-11 06:39:01
625
+
626
+ 本次发布包含了以下内容:
627
+
628
+ 改善已有的文档。
629
+
630
+ 修改接口:
631
+
632
+ * [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
633
+
634
+ * 新增出参:PlayTypeCount
635
+
636
+
637
+
638
+
639
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
640
+
641
+ ### 第 22 次发布
642
+
643
+ 发布时间:2022-08-11 06:40:51
644
+
645
+ 本次发布包含了以下内容:
646
+
647
+ 改善已有的文档。
648
+
649
+ <font color="#dd0000">**删除接口**:</font>
650
+
651
+ * DescribeBackupAccess
652
+
653
+ <font color="#dd0000">**删除数据结构**:</font>
654
+
655
+ * BackupFile
656
+
657
+
658
+
659
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
660
+
661
+
662
+
663
+ ## 云数据库 Redis(redis) 版本:2018-04-12
664
+
665
+ ### 第 53 次发布
666
+
667
+ 发布时间:2022-08-11 06:44:49
668
+
669
+ 本次发布包含了以下内容:
670
+
671
+ 改善已有的文档。
672
+
673
+ 新增接口:
674
+
675
+ * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
676
+
677
+
678
+
679
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
680
+
681
+ ### 第 36 次发布
682
+
683
+ 发布时间:2022-08-11 06:47:08
684
+
685
+ 本次发布包含了以下内容:
686
+
687
+ 改善已有的文档。
688
+
689
+ 修改接口:
690
+
691
+ * [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
692
+
693
+ * 新增入参:Collation, TimeZone
694
+
695
+ * [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
696
+
697
+ * 新增入参:Collation, TimeZone
698
+
699
+ * [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
700
+
701
+ * 新增入参:Collation, TimeZone
702
+
703
+
704
+ 修改数据结构:
705
+
706
+ * [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
707
+
708
+ * 新增成员:Collation, TimeZone
709
+
710
+
711
+
712
+
713
+ ## 流量反欺诈(taf) 版本:2020-02-10
714
+
715
+ ### 第 14 次发布
716
+
717
+ 发布时间:2022-08-11 06:48:40
718
+
719
+ 本次发布包含了以下内容:
720
+
721
+ 改善已有的文档。
722
+
723
+ <font color="#dd0000">**删除接口**:</font>
724
+
725
+ * RecognizeEffectiveFlow
726
+
727
+ <font color="#dd0000">**删除数据结构**:</font>
728
+
729
+ * InputRecognizeEffectiveFlow
730
+ * OutputRecognizeEffectiveFlow
731
+ * OutputRecognizeEffectiveFlowValue
732
+
733
+
734
+
735
+ ## TBaaS(tbaas) 版本:2018-04-16
736
+
737
+ ### 第 13 次发布
738
+
739
+ 发布时间:2022-08-11 06:49:15
740
+
741
+ 本次发布包含了以下内容:
742
+
743
+ 改善已有的文档。
744
+
745
+ <font color="#dd0000">**删除接口**:</font>
746
+
747
+ * BlockByNumberHandler
748
+ * DeployDynamicContractHandler
749
+ * GetBlockListHandler
750
+ * GetTransByHashHandler
751
+ * GetTransListHandler
752
+ * SendTransactionHandler
753
+ * TransByDynamicContractHandler
754
+
755
+
756
+
757
+ ## 容器安全服务(tcss) 版本:2020-11-01
758
+
759
+ ### 第 23 次发布
760
+
761
+ 发布时间:2022-08-11 06:51:30
762
+
763
+ 本次发布包含了以下内容:
764
+
765
+ 改善已有的文档。
766
+
767
+ 修改接口:
768
+
769
+ * [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
770
+
771
+ * 新增出参:JobId
772
+
773
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
774
+
775
+ * 新增出参:CheckPlatform
776
+
777
+
778
+ 修改数据结构:
779
+
780
+ * [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
781
+
782
+ * 新增成员:CheckPlatform
783
+
784
+ * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
785
+
786
+ * 新增成员:RiskLevel, CheckPlatform
787
+
788
+
789
+
790
+
791
+ ## 弹性微服务(tem) 版本:2021-07-01
792
+
793
+ ### 第 26 次发布
794
+
795
+ 发布时间:2022-08-11 07:11:15
796
+
797
+ 本次发布包含了以下内容:
798
+
799
+ 改善已有的文档。
800
+
801
+ 修改数据结构:
802
+
803
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
804
+
805
+ * 新增成员:EnableMetrics
806
+
807
+ * <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
808
+
809
+
810
+
811
+
812
+ ## 弹性微服务(tem) 版本:2020-12-21
813
+
814
+
815
+
816
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
817
+
818
+ ### 第 17 次发布
819
+
820
+ 发布时间:2022-08-11 06:53:53
821
+
822
+ 本次发布包含了以下内容:
823
+
824
+ 改善已有的文档。
825
+
826
+ 修改接口:
827
+
828
+ * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
829
+
830
+ * 新增入参:QueryCondition
831
+
832
+ * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
833
+
834
+ * 新增入参:Interval, QueryCondition
835
+
836
+ * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
837
+
838
+ * 新增入参:QueryCondition
839
+
840
+ * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
841
+
842
+ * 新增入参:EntityType
843
+
844
+
845
+ 新增数据结构:
846
+
847
+ * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
848
+
849
+ 修改数据结构:
850
+
851
+ * [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
852
+
853
+ * 新增成员:RuleDetailList, Label
854
+
855
+ * [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
856
+
857
+ * 新增成员:Ua, RequestMethod, RuleDetailList
858
+
859
+ * [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
860
+
861
+ * 新增成员:RuleDetailList
862
+
863
+
864
+
865
+
866
+ ## 云点播(vod) 版本:2018-07-17
867
+
868
+ ### 第 112 次发布
869
+
870
+ 发布时间:2022-08-11 07:05:14
871
+
872
+ 本次发布包含了以下内容:
873
+
874
+ 改善已有的文档。
875
+
876
+ 新增接口:
877
+
878
+ * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
879
+
880
+
881
+
1
882
  # Release 4.0.414
2
883
 
3
884
  ## 容器服务(tke) 版本:2018-05-25