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
@@ -1,10 +1,37 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 容器服务(tke) 版本:2018-05-25
3
+ ## 音频内容检测(ams) 版本:2020-12-29
4
4
 
5
- ### 第 115 次发布
5
+ ### 第 7 次发布
6
6
 
7
- 发布时间:2022-08-10 06:54:09
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
8
35
 
9
36
  本次发布包含了以下内容:
10
37
 
@@ -12,18 +39,90 @@
12
39
 
13
40
  修改数据结构:
14
41
 
15
- * [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
42
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
16
43
 
17
- * 新增成员:ClusterAdvancedSettings
44
+ * 新增成员:TransferPayAmount
45
+
46
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
18
47
 
48
+ * 新增成员:TransferPayAmount
19
49
 
50
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
20
51
 
52
+ * 新增成员:TransferPayAmount
21
53
 
22
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
54
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
23
55
 
24
- ### 第 25 次发布
56
+ * 新增成员:TransferPayAmount
25
57
 
26
- 发布时间:2022-08-10 06:55:45
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
27
126
 
28
127
  本次发布包含了以下内容:
29
128
 
@@ -31,25 +130,48 @@
31
130
 
32
131
  修改接口:
33
132
 
34
- * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
133
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
35
134
 
36
- * 新增入参:EngineRegion
135
+ * 新增入参:CnameSpeedupStatus
136
+
137
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
138
+
139
+ * 新增入参:CnameSpeedupStatus
37
140
 
38
141
 
39
142
  修改数据结构:
40
143
 
41
- * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
144
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
42
145
 
43
- * 新增成员:AliasName
146
+ * 新增成员:CnameSpeedupStatus
44
147
 
45
148
 
46
149
 
47
150
 
48
- ## 私有网络(vpc) 版本:2017-03-12
151
+ ## 性能测试服务(pts) 版本:2021-07-28
49
152
 
50
- ### 第 122 次发布
153
+ ### 第 2 次发布
51
154
 
52
- 发布时间:2022-08-10 06:57:28
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
53
175
 
54
176
  本次发布包含了以下内容:
55
177
 
@@ -57,13 +179,149 @@
57
179
 
58
180
  修改数据结构:
59
181
 
60
- * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
182
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
61
183
 
62
- * 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
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
63
242
 
64
243
 
65
244
 
66
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
+
67
325
  # 历次版本更新如下:
68
326
 
69
327
  ## 活动防刷(aa) 版本:2020-02-24
@@ -1370,6 +1628,25 @@
1370
1628
 
1371
1629
  ## 音频内容检测(ams) 版本:2020-12-29
1372
1630
 
1631
+ ### 第 7 次发布
1632
+
1633
+ 发布时间:2022-08-15 06:07:00
1634
+
1635
+ 本次发布包含了以下内容:
1636
+
1637
+ 改善已有的文档。
1638
+
1639
+ 修改接口:
1640
+
1641
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
1642
+
1643
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
1644
+
1645
+
1646
+ 新增数据结构:
1647
+
1648
+ * [[AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)](https://cloud.tencent.com/document/api/1219/53259#[AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult))
1649
+
1373
1650
  ### 第 6 次发布
1374
1651
 
1375
1652
  发布时间:2022-06-17 06:02:19
@@ -3490,6 +3767,32 @@
3490
3767
 
3491
3768
  ## 弹性伸缩(as) 版本:2018-04-19
3492
3769
 
3770
+ ### 第 54 次发布
3771
+
3772
+ 发布时间:2022-08-11 06:10:05
3773
+
3774
+ 本次发布包含了以下内容:
3775
+
3776
+ 改善已有的文档。
3777
+
3778
+ 修改接口:
3779
+
3780
+ * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
3781
+
3782
+ * 新增入参:HpcClusterId
3783
+
3784
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
3785
+
3786
+ * 新增入参:HpcClusterId
3787
+
3788
+
3789
+ 修改数据结构:
3790
+
3791
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
3792
+
3793
+ * 新增成员:HpcClusterId
3794
+
3795
+
3493
3796
  ### 第 53 次发布
3494
3797
 
3495
3798
  发布时间:2022-07-26 06:06:18
@@ -6291,6 +6594,41 @@
6291
6594
 
6292
6595
  ## 计费相关(billing) 版本:2018-07-09
6293
6596
 
6597
+ ### 第 35 次发布
6598
+
6599
+ 发布时间:2022-08-15 06:09:23
6600
+
6601
+ 本次发布包含了以下内容:
6602
+
6603
+ 改善已有的文档。
6604
+
6605
+ 修改数据结构:
6606
+
6607
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
6608
+
6609
+ * 新增成员:TransferPayAmount
6610
+
6611
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
6612
+
6613
+ * 新增成员:TransferPayAmount
6614
+
6615
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
6616
+
6617
+ * 新增成员:TransferPayAmount
6618
+
6619
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
6620
+
6621
+ * 新增成员:TransferPayAmount
6622
+
6623
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
6624
+
6625
+ * 新增成员:TransferPayAmount
6626
+
6627
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
6628
+
6629
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
6630
+
6631
+
6294
6632
  ### 第 34 次发布
6295
6633
 
6296
6634
  发布时间:2022-06-08 06:04:08
@@ -10564,6 +10902,36 @@
10564
10902
 
10565
10903
  ## 云呼叫中心(ccc) 版本:2020-02-10
10566
10904
 
10905
+ ### 第 28 次发布
10906
+
10907
+ 发布时间:2022-08-11 06:14:26
10908
+
10909
+ 本次发布包含了以下内容:
10910
+
10911
+ 改善已有的文档。
10912
+
10913
+ <font color="#dd0000">**删除接口**:</font>
10914
+
10915
+ * DescribeSeatUserList
10916
+
10917
+ 修改接口:
10918
+
10919
+ * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
10920
+
10921
+ * 新增入参:SkillGroupName
10922
+
10923
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
10924
+
10925
+ * 新增入参:UseMobileCallOut, UseMobileAccept
10926
+
10927
+
10928
+ 修改数据结构:
10929
+
10930
+ * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
10931
+
10932
+ * 新增成员:UseMobileAccept, UseMobileCallOut
10933
+
10934
+
10567
10935
  ### 第 27 次发布
10568
10936
 
10569
10937
  发布时间:2022-07-01 06:06:59
@@ -17093,6 +17461,21 @@
17093
17461
 
17094
17462
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17095
17463
 
17464
+ ### 第 50 次发布
17465
+
17466
+ 发布时间:2022-08-11 06:18:51
17467
+
17468
+ 本次发布包含了以下内容:
17469
+
17470
+ 改善已有的文档。
17471
+
17472
+ 修改数据结构:
17473
+
17474
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
17475
+
17476
+ * 新增成员:DropInvalidMessage, DropCls
17477
+
17478
+
17096
17479
  ### 第 49 次发布
17097
17480
 
17098
17481
  发布时间:2022-08-08 06:10:42
@@ -19981,6 +20364,29 @@
19981
20364
 
19982
20365
  ## 日志服务(cls) 版本:2020-10-16
19983
20366
 
20367
+ ### 第 27 次发布
20368
+
20369
+ 发布时间:2022-08-11 06:20:21
20370
+
20371
+ 本次发布包含了以下内容:
20372
+
20373
+ 改善已有的文档。
20374
+
20375
+ 修改接口:
20376
+
20377
+ * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
20378
+
20379
+ * 新增入参:Compression
20380
+
20381
+ * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
20382
+
20383
+ * 新增出参:Compression
20384
+
20385
+ * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
20386
+
20387
+ * 新增入参:Compression
20388
+
20389
+
19984
20390
  ### 第 26 次发布
19985
20391
 
19986
20392
  发布时间:2022-08-01 11:31:08
@@ -22123,6 +22529,25 @@
22123
22529
 
22124
22530
  ## 企业收付平台(cpdp) 版本:2019-08-20
22125
22531
 
22532
+ ### 第 81 次发布
22533
+
22534
+ 发布时间:2022-08-11 06:21:37
22535
+
22536
+ 本次发布包含了以下内容:
22537
+
22538
+ 改善已有的文档。
22539
+
22540
+ 修改接口:
22541
+
22542
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
22543
+
22544
+ * 新增入参:ExternalUserInfoList
22545
+
22546
+
22547
+ 新增数据结构:
22548
+
22549
+ * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
22550
+
22126
22551
  ### 第 80 次发布
22127
22552
 
22128
22553
  发布时间:2022-08-09 12:03:26
@@ -36576,6 +37001,37 @@
36576
37001
 
36577
37002
  ## 电子签服务(ess) 版本:2020-11-11
36578
37003
 
37004
+ ### 第 14 次发布
37005
+
37006
+ 发布时间:2022-08-11 22:36:30
37007
+
37008
+ 本次发布包含了以下内容:
37009
+
37010
+ 改善已有的文档。
37011
+
37012
+ 新增接口:
37013
+
37014
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
37015
+
37016
+ ### 第 13 次发布
37017
+
37018
+ 发布时间:2022-08-11 07:02:49
37019
+
37020
+ 本次发布包含了以下内容:
37021
+
37022
+ 改善已有的文档。
37023
+
37024
+ 修改接口:
37025
+
37026
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
37027
+
37028
+ * 新增入参:NeedSignReview
37029
+
37030
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
37031
+
37032
+ * 新增入参:NeedSignReview
37033
+
37034
+
36579
37035
  ### 第 12 次发布
36580
37036
 
36581
37037
  发布时间:2022-08-03 06:24:12
@@ -36916,6 +37372,40 @@
36916
37372
 
36917
37373
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
36918
37374
 
37375
+ ### 第 27 次发布
37376
+
37377
+ 发布时间:2022-08-11 15:03:00
37378
+
37379
+ 本次发布包含了以下内容:
37380
+
37381
+ 改善已有的文档。
37382
+
37383
+ 新增接口:
37384
+
37385
+ * [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
37386
+
37387
+ ### 第 26 次发布
37388
+
37389
+ 发布时间:2022-08-11 07:03:11
37390
+
37391
+ 本次发布包含了以下内容:
37392
+
37393
+ 改善已有的文档。
37394
+
37395
+ 修改接口:
37396
+
37397
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
37398
+
37399
+ * 新增入参:NeedSignReview
37400
+
37401
+
37402
+ 修改数据结构:
37403
+
37404
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
37405
+
37406
+ * 新增成员:NeedSignReview
37407
+
37408
+
36919
37409
  ### 第 25 次发布
36920
37410
 
36921
37411
  发布时间:2022-08-08 10:31:46
@@ -39536,6 +40026,26 @@
39536
40026
 
39537
40027
  ## 游戏多媒体引擎(gme) 版本:2018-07-11
39538
40028
 
40029
+ ### 第 21 次发布
40030
+
40031
+ 发布时间:2022-08-11 06:32:55
40032
+
40033
+ 本次发布包含了以下内容:
40034
+
40035
+ 改善已有的文档。
40036
+
40037
+ 新增接口:
40038
+
40039
+ * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
40040
+ * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
40041
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
40042
+ * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
40043
+ * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
40044
+
40045
+ 新增数据结构:
40046
+
40047
+ * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
40048
+
39539
40049
  ### 第 20 次发布
39540
40050
 
39541
40051
  发布时间:2022-08-09 12:11:50
@@ -46268,6 +46778,34 @@
46268
46778
 
46269
46779
 
46270
46780
 
46781
+ ## 智能推荐平台(irp) 版本:2022-08-05
46782
+
46783
+ ### 第 1 次发布
46784
+
46785
+ 发布时间:2022-08-12 14:06:35
46786
+
46787
+ 本次发布包含了以下内容:
46788
+
46789
+ 改善已有的文档。
46790
+
46791
+ 新增接口:
46792
+
46793
+ * [[FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)](https://cloud.tencent.com/document/api/#/#)
46794
+ * [[ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)](https://cloud.tencent.com/document/api/#/#)
46795
+ * [[ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)](https://cloud.tencent.com/document/api/#/#)
46796
+ * [[ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)](https://cloud.tencent.com/document/api/#/#)
46797
+
46798
+ 新增数据结构:
46799
+
46800
+ * [[DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)](https://cloud.tencent.com/document/api/1541/78996#[DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo))
46801
+ * [[DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)](https://cloud.tencent.com/document/api/1541/78996#[DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem))
46802
+ * [[FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)](https://cloud.tencent.com/document/api/1541/78996#[FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo))
46803
+ * [[FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)](https://cloud.tencent.com/document/api/1541/78996#[FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo))
46804
+ * [[RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)](https://cloud.tencent.com/document/api/1541/78996#[RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData))
46805
+ * [[UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)](https://cloud.tencent.com/document/api/1541/78996#[UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo))
46806
+
46807
+
46808
+
46271
46809
 
46272
46810
  ## 视频智能标签(ivld) 版本:2021-09-03
46273
46811
 
@@ -46829,6 +47367,25 @@
46829
47367
 
46830
47368
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
46831
47369
 
47370
+ ### 第 33 次发布
47371
+
47372
+ 发布时间:2022-08-11 06:38:25
47373
+
47374
+ 本次发布包含了以下内容:
47375
+
47376
+ 改善已有的文档。
47377
+
47378
+ 修改接口:
47379
+
47380
+ * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
47381
+
47382
+ * 新增入参:DiskBackupQuota
47383
+
47384
+ * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
47385
+
47386
+ * 新增入参:DiskBackupQuota
47387
+
47388
+
46832
47389
  ### 第 32 次发布
46833
47390
 
46834
47391
  发布时间:2022-08-09 12:16:13
@@ -47471,6 +48028,21 @@
47471
48028
 
47472
48029
  ## 云直播(live) 版本:2018-08-01
47473
48030
 
48031
+ ### 第 85 次发布
48032
+
48033
+ 发布时间:2022-08-11 06:39:01
48034
+
48035
+ 本次发布包含了以下内容:
48036
+
48037
+ 改善已有的文档。
48038
+
48039
+ 修改接口:
48040
+
48041
+ * [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
48042
+
48043
+ * 新增出参:PlayTypeCount
48044
+
48045
+
47474
48046
  ### 第 84 次发布
47475
48047
 
47476
48048
  发布时间:2022-08-08 06:27:50
@@ -50636,6 +51208,34 @@
50636
51208
 
50637
51209
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
50638
51210
 
51211
+ ### 第 23 次发布
51212
+
51213
+ 发布时间:2022-08-15 06:31:24
51214
+
51215
+ 本次发布包含了以下内容:
51216
+
51217
+ 改善已有的文档。
51218
+
51219
+ 新增接口:
51220
+
51221
+ * [[TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)](https://cloud.tencent.com/document/api/#/#)
51222
+
51223
+ ### 第 22 次发布
51224
+
51225
+ 发布时间:2022-08-11 06:40:51
51226
+
51227
+ 本次发布包含了以下内容:
51228
+
51229
+ 改善已有的文档。
51230
+
51231
+ <font color="#dd0000">**删除接口**:</font>
51232
+
51233
+ * DescribeBackupAccess
51234
+
51235
+ <font color="#dd0000">**删除数据结构**:</font>
51236
+
51237
+ * BackupFile
51238
+
50639
51239
  ### 第 21 次发布
50640
51240
 
50641
51241
  发布时间:2022-06-07 06:10:21
@@ -54908,6 +55508,21 @@
54908
55508
 
54909
55509
  ## 文字识别(ocr) 版本:2018-11-19
54910
55510
 
55511
+ ### 第 74 次发布
55512
+
55513
+ 发布时间:2022-08-12 11:13:38
55514
+
55515
+ 本次发布包含了以下内容:
55516
+
55517
+ 改善已有的文档。
55518
+
55519
+ 修改数据结构:
55520
+
55521
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
55522
+
55523
+ * 新增成员:Row
55524
+
55525
+
54911
55526
  ### 第 73 次发布
54912
55527
 
54913
55528
  发布时间:2022-07-19 06:15:45
@@ -57690,6 +58305,32 @@
57690
58305
 
57691
58306
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
57692
58307
 
58308
+ ### 第 9 次发布
58309
+
58310
+ 发布时间:2022-08-15 06:34:53
58311
+
58312
+ 本次发布包含了以下内容:
58313
+
58314
+ 改善已有的文档。
58315
+
58316
+ 修改接口:
58317
+
58318
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
58319
+
58320
+ * 新增入参:CnameSpeedupStatus
58321
+
58322
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
58323
+
58324
+ * 新增入参:CnameSpeedupStatus
58325
+
58326
+
58327
+ 修改数据结构:
58328
+
58329
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
58330
+
58331
+ * 新增成员:CnameSpeedupStatus
58332
+
58333
+
57693
58334
  ### 第 8 次发布
57694
58335
 
57695
58336
  发布时间:2022-08-01 11:48:13
@@ -57862,6 +58503,21 @@
57862
58503
 
57863
58504
  ## 性能测试服务(pts) 版本:2021-07-28
57864
58505
 
58506
+ ### 第 2 次发布
58507
+
58508
+ 发布时间:2022-08-15 06:35:03
58509
+
58510
+ 本次发布包含了以下内容:
58511
+
58512
+ 改善已有的文档。
58513
+
58514
+ 修改接口:
58515
+
58516
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
58517
+
58518
+ * 新增入参:IgnoreDataset
58519
+
58520
+
57865
58521
  ### 第 1 次发布
57866
58522
 
57867
58523
  发布时间:2022-07-29 11:04:42
@@ -58115,6 +58771,18 @@
58115
58771
 
58116
58772
  ## 云数据库 Redis(redis) 版本:2018-04-12
58117
58773
 
58774
+ ### 第 53 次发布
58775
+
58776
+ 发布时间:2022-08-11 06:44:49
58777
+
58778
+ 本次发布包含了以下内容:
58779
+
58780
+ 改善已有的文档。
58781
+
58782
+ 新增接口:
58783
+
58784
+ * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
58785
+
58118
58786
  ### 第 52 次发布
58119
58787
 
58120
58788
  发布时间:2022-07-27 06:14:34
@@ -61466,6 +62134,36 @@
61466
62134
 
61467
62135
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
61468
62136
 
62137
+ ### 第 36 次发布
62138
+
62139
+ 发布时间:2022-08-11 06:47:08
62140
+
62141
+ 本次发布包含了以下内容:
62142
+
62143
+ 改善已有的文档。
62144
+
62145
+ 修改接口:
62146
+
62147
+ * [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
62148
+
62149
+ * 新增入参:Collation, TimeZone
62150
+
62151
+ * [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
62152
+
62153
+ * 新增入参:Collation, TimeZone
62154
+
62155
+ * [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
62156
+
62157
+ * 新增入参:Collation, TimeZone
62158
+
62159
+
62160
+ 修改数据结构:
62161
+
62162
+ * [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
62163
+
62164
+ * 新增成员:Collation, TimeZone
62165
+
62166
+
61469
62167
  ### 第 35 次发布
61470
62168
 
61471
62169
  发布时间:2022-07-29 06:14:07
@@ -63349,6 +64047,24 @@
63349
64047
 
63350
64048
  ## 流量反欺诈(taf) 版本:2020-02-10
63351
64049
 
64050
+ ### 第 14 次发布
64051
+
64052
+ 发布时间:2022-08-11 06:48:40
64053
+
64054
+ 本次发布包含了以下内容:
64055
+
64056
+ 改善已有的文档。
64057
+
64058
+ <font color="#dd0000">**删除接口**:</font>
64059
+
64060
+ * RecognizeEffectiveFlow
64061
+
64062
+ <font color="#dd0000">**删除数据结构**:</font>
64063
+
64064
+ * InputRecognizeEffectiveFlow
64065
+ * OutputRecognizeEffectiveFlow
64066
+ * OutputRecognizeEffectiveFlowValue
64067
+
63352
64068
  ### 第 13 次发布
63353
64069
 
63354
64070
  发布时间:2022-07-19 06:17:28
@@ -64225,6 +64941,24 @@
64225
64941
 
64226
64942
  ## TBaaS(tbaas) 版本:2018-04-16
64227
64943
 
64944
+ ### 第 13 次发布
64945
+
64946
+ 发布时间:2022-08-11 06:49:15
64947
+
64948
+ 本次发布包含了以下内容:
64949
+
64950
+ 改善已有的文档。
64951
+
64952
+ <font color="#dd0000">**删除接口**:</font>
64953
+
64954
+ * BlockByNumberHandler
64955
+ * DeployDynamicContractHandler
64956
+ * GetBlockListHandler
64957
+ * GetTransByHashHandler
64958
+ * GetTransListHandler
64959
+ * SendTransactionHandler
64960
+ * TransByDynamicContractHandler
64961
+
64228
64962
  ### 第 12 次发布
64229
64963
 
64230
64964
  发布时间:2022-06-20 15:31:45
@@ -66704,6 +67438,21 @@
66704
67438
 
66705
67439
  ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
66706
67440
 
67441
+ ### 第 7 次发布
67442
+
67443
+ 发布时间:2022-08-15 06:39:26
67444
+
67445
+ 本次发布包含了以下内容:
67446
+
67447
+ 改善已有的文档。
67448
+
67449
+ 修改数据结构:
67450
+
67451
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
67452
+
67453
+ * 新增成员:AccessTypes
67454
+
67455
+
66707
67456
  ### 第 6 次发布
66708
67457
 
66709
67458
  发布时间:2022-08-02 06:31:39
@@ -67424,6 +68173,40 @@
67424
68173
 
67425
68174
  ## 容器镜像服务(tcr) 版本:2019-09-24
67426
68175
 
68176
+ ### 第 42 次发布
68177
+
68178
+ 发布时间:2022-08-15 06:39:36
68179
+
68180
+ 本次发布包含了以下内容:
68181
+
68182
+ 改善已有的文档。
68183
+
68184
+ 修改接口:
68185
+
68186
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
68187
+
68188
+ * 新增入参:Digest
68189
+
68190
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
68191
+
68192
+ * 新增入参:KmsSignPolicy
68193
+
68194
+
68195
+ 新增数据结构:
68196
+
68197
+ * [[KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)](https://cloud.tencent.com/document/api/1141/41603#[KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString))
68198
+
68199
+ 修改数据结构:
68200
+
68201
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
68202
+
68203
+ * 新增成员:Kind, KmsSignature
68204
+
68205
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
68206
+
68207
+ * 新增成员:Metadata
68208
+
68209
+
67427
68210
  ### 第 41 次发布
67428
68211
 
67429
68212
  发布时间:2022-07-07 06:16:05
@@ -68219,6 +69002,51 @@
68219
69002
 
68220
69003
  ## 容器安全服务(tcss) 版本:2020-11-01
68221
69004
 
69005
+ ### 第 24 次发布
69006
+
69007
+ 发布时间:2022-08-15 06:40:11
69008
+
69009
+ 本次发布包含了以下内容:
69010
+
69011
+ 改善已有的文档。
69012
+
69013
+ 修改接口:
69014
+
69015
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
69016
+
69017
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
69018
+
69019
+
69020
+ ### 第 23 次发布
69021
+
69022
+ 发布时间:2022-08-11 06:51:30
69023
+
69024
+ 本次发布包含了以下内容:
69025
+
69026
+ 改善已有的文档。
69027
+
69028
+ 修改接口:
69029
+
69030
+ * [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
69031
+
69032
+ * 新增出参:JobId
69033
+
69034
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
69035
+
69036
+ * 新增出参:CheckPlatform
69037
+
69038
+
69039
+ 修改数据结构:
69040
+
69041
+ * [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
69042
+
69043
+ * 新增成员:CheckPlatform
69044
+
69045
+ * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
69046
+
69047
+ * 新增成员:RiskLevel, CheckPlatform
69048
+
69049
+
68222
69050
  ### 第 22 次发布
68223
69051
 
68224
69052
  发布时间:2022-08-09 12:25:45
@@ -70322,6 +71150,67 @@
70322
71150
 
70323
71151
  ## 弹性微服务(tem) 版本:2021-07-01
70324
71152
 
71153
+ ### 第 28 次发布
71154
+
71155
+ 发布时间:2022-08-12 11:47:08
71156
+
71157
+ 本次发布包含了以下内容:
71158
+
71159
+ 改善已有的文档。
71160
+
71161
+ 修改接口:
71162
+
71163
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
71164
+
71165
+ * 新增入参:EnableMetrics
71166
+
71167
+
71168
+ ### 第 27 次发布
71169
+
71170
+ 发布时间:2022-08-11 15:11:54
71171
+
71172
+ 本次发布包含了以下内容:
71173
+
71174
+ 改善已有的文档。
71175
+
71176
+ 新增接口:
71177
+
71178
+ * [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
71179
+ * [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
71180
+
71181
+ ### 第 26 次发布
71182
+
71183
+ 发布时间:2022-08-11 07:11:15
71184
+
71185
+ 本次发布包含了以下内容:
71186
+
71187
+ 改善已有的文档。
71188
+
71189
+ 修改数据结构:
71190
+
71191
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
71192
+
71193
+ * 新增成员:EnableMetrics
71194
+
71195
+ * <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
71196
+
71197
+
71198
+ ### 第 25 次发布
71199
+
71200
+ 发布时间:2022-08-10 16:02:58
71201
+
71202
+ 本次发布包含了以下内容:
71203
+
71204
+ 改善已有的文档。
71205
+
71206
+ 新增接口:
71207
+
71208
+ * [DescribeEnvironment](https://cloud.tencent.com/document/api/1371/78842)
71209
+
71210
+ 新增数据结构:
71211
+
71212
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
71213
+
70325
71214
  ### 第 24 次发布
70326
71215
 
70327
71216
  发布时间:2022-08-04 06:55:33
@@ -70823,6 +71712,102 @@
70823
71712
 
70824
71713
  ## 边缘安全加速平台(teo) 版本:2022-01-06
70825
71714
 
71715
+ ### 第 18 次发布
71716
+
71717
+ 发布时间:2022-08-15 06:42:02
71718
+
71719
+ 本次发布包含了以下内容:
71720
+
71721
+ 改善已有的文档。
71722
+
71723
+ 修改接口:
71724
+
71725
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
71726
+
71727
+ * 新增入参:Ipv6
71728
+
71729
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
71730
+
71731
+ * 新增入参:ProxyId
71732
+
71733
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
71734
+
71735
+ * 新增出参:Ipv6
71736
+
71737
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
71738
+
71739
+ * 新增出参:Ipv6
71740
+
71741
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
71742
+
71743
+ * 新增入参:Ipv6
71744
+
71745
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
71746
+
71747
+ * 新增入参:Ipv6
71748
+
71749
+
71750
+ 新增数据结构:
71751
+
71752
+ * [[Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)](https://cloud.tencent.com/document/api/1552/73155#[Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access))
71753
+
71754
+ 修改数据结构:
71755
+
71756
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
71757
+
71758
+ * 新增成员:Ipv6
71759
+
71760
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
71761
+
71762
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
71763
+
71764
+
71765
+ ### 第 17 次发布
71766
+
71767
+ 发布时间:2022-08-11 06:53:53
71768
+
71769
+ 本次发布包含了以下内容:
71770
+
71771
+ 改善已有的文档。
71772
+
71773
+ 修改接口:
71774
+
71775
+ * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
71776
+
71777
+ * 新增入参:QueryCondition
71778
+
71779
+ * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
71780
+
71781
+ * 新增入参:Interval, QueryCondition
71782
+
71783
+ * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
71784
+
71785
+ * 新增入参:QueryCondition
71786
+
71787
+ * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
71788
+
71789
+ * 新增入参:EntityType
71790
+
71791
+
71792
+ 新增数据结构:
71793
+
71794
+ * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
71795
+
71796
+ 修改数据结构:
71797
+
71798
+ * [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
71799
+
71800
+ * 新增成员:RuleDetailList, Label
71801
+
71802
+ * [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
71803
+
71804
+ * 新增成员:Ua, RequestMethod, RuleDetailList
71805
+
71806
+ * [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
71807
+
71808
+ * 新增成员:RuleDetailList
71809
+
71810
+
70826
71811
  ### 第 16 次发布
70827
71812
 
70828
71813
  发布时间:2022-08-04 06:55:59
@@ -79560,6 +80545,27 @@
79560
80545
 
79561
80546
  ## 语音合成(tts) 版本:2019-08-23
79562
80547
 
80548
+ ### 第 7 次发布
80549
+
80550
+ 发布时间:2022-08-15 06:46:14
80551
+
80552
+ 本次发布包含了以下内容:
80553
+
80554
+ 改善已有的文档。
80555
+
80556
+ 修改接口:
80557
+
80558
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
80559
+
80560
+ * 新增入参:EnableSubtitle
80561
+
80562
+ * 新增出参:Subtitles
80563
+
80564
+
80565
+ 新增数据结构:
80566
+
80567
+ * [[Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)](https://cloud.tencent.com/document/api/1073/57374#[Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle))
80568
+
79563
80569
  ### 第 6 次发布
79564
80570
 
79565
80571
  发布时间:2022-01-18 08:17:37
@@ -79956,6 +80962,18 @@
79956
80962
 
79957
80963
  ## 云点播(vod) 版本:2018-07-17
79958
80964
 
80965
+ ### 第 112 次发布
80966
+
80967
+ 发布时间:2022-08-11 07:05:14
80968
+
80969
+ 本次发布包含了以下内容:
80970
+
80971
+ 改善已有的文档。
80972
+
80973
+ 新增接口:
80974
+
80975
+ * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
80976
+
79959
80977
  ### 第 111 次发布
79960
80978
 
79961
80979
  发布时间:2022-08-09 11:53:09