tencentcloud-sdk-nodejs 4.0.643 → 4.0.644

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 (69) hide show
  1. package/CHANGELOG.md +354 -0
  2. package/SERVICE_CHANGELOG.md +457 -119
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +35 -26
  7. package/src/services/asr/v20190614/asr_client.ts +2 -2
  8. package/src/services/asr/v20190614/asr_models.ts +7 -0
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  11. package/src/services/cdn/v20180606/cdn_models.ts +10 -10
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +22 -0
  14. package/src/services/csip/v20221121/csip_models.ts +5 -0
  15. package/src/services/cvm/v20170312/cvm_models.ts +8 -5
  16. package/src/services/cwp/v20180228/cwp_client.ts +0 -14
  17. package/src/services/cwp/v20180228/cwp_models.ts +0 -28
  18. package/src/services/dlc/v20210125/dlc_models.ts +34 -34
  19. package/src/services/domain/v20180808/domain_models.ts +5 -3
  20. package/src/services/ess/v20201111/ess_models.ts +6 -0
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  22. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -1
  23. package/src/services/goosefs/v20220519/goosefs_models.ts +134 -10
  24. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  25. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  26. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  27. package/src/services/redis/v20180412/redis_models.ts +8 -8
  28. package/src/services/trro/v20220325/trro_models.ts +74 -14
  29. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  30. package/src/services/vrs/v20200824/vrs_client.ts +47 -21
  31. package/src/services/vrs/v20200824/vrs_models.ts +141 -51
  32. package/src/services/wav/v20210129/wav_models.ts +4 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -26
  36. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  37. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -0
  39. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  40. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  41. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  42. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -10
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -0
  44. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  45. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -5
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  47. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +0 -26
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -34
  50. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -3
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -0
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  53. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +13 -1
  54. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +18 -0
  55. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +125 -10
  56. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  57. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  59. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  60. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
  61. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +74 -14
  62. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  63. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +17 -9
  64. package/tencentcloud/services/vrs/v20200824/vrs_client.js +22 -10
  65. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +135 -51
  66. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  67. package/test/cwp.v20180228.test.js +0 -10
  68. package/test/goosefs.v20220519.test.js +30 -0
  69. package/test/vrs.v20200824.test.js +24 -4
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云服务器(cvm) 版本:2017-03-12
3
+ ## 借贷反欺诈(af) 版本:2020-02-26
4
4
 
5
- ### 第 110 次发布
5
+ ### 第 6 次发布
6
6
 
7
- 发布时间:2023-07-17 01:12:06
7
+ 发布时间:2023-07-18 01:05:51
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,61 +12,63 @@
12
12
 
13
13
  修改数据结构:
14
14
 
15
- * [Instance](https://cloud.tencent.com/document/api/213/15753#Instance)
15
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
16
16
 
17
- * 新增成员:DedicatedClusterId
17
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
18
18
 
19
19
 
20
20
 
21
21
 
22
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
22
+ ## 定制建模(afc) 版本:2020-02-26
23
23
 
24
- ### 第 87 次发布
24
+ ### 第 4 次发布
25
25
 
26
- 发布时间:2023-07-17 01:19:24
26
+ 发布时间:2023-07-18 01:05:54
27
27
 
28
28
  本次发布包含了以下内容:
29
29
 
30
30
  改善已有的文档。
31
31
 
32
- <font color="#dd0000">**预下线接口**:</font>
33
-
34
- * CreateChannelSubOrganizationModifyQrCode
35
-
36
32
  修改数据结构:
37
33
 
38
- * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
34
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
39
35
 
40
- * 新增成员:SignComponents, Components, ComponentLimitType
36
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
41
37
 
42
38
 
43
39
 
44
40
 
45
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
41
+ ## 应用性能监控(apm) 版本:2021-06-22
46
42
 
47
- ### 第 94 次发布
43
+ ### 第 19 次发布
48
44
 
49
- 发布时间:2023-07-17 01:19:47
45
+ 发布时间:2023-07-18 01:07:24
50
46
 
51
47
  本次发布包含了以下内容:
52
48
 
53
49
  改善已有的文档。
54
50
 
55
- 新增接口:
51
+ 修改接口:
56
52
 
57
- * [ChannelCreateOrganizationModifyQrCode](https://cloud.tencent.com/document/api/1420/95067)
53
+ * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
58
54
 
55
+ * 新增入参:CustomShowTags
59
56
 
60
57
 
61
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
58
+ 修改数据结构:
62
59
 
60
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
63
61
 
62
+ * 新增成员:CustomShowTags
64
63
 
65
- ## 人脸试妆(fmu) 版本:2019-12-13
66
64
 
67
- ### 第 7 次发布
68
65
 
69
- 发布时间:2023-07-14 14:55:45
66
+
67
+ ## 语音识别(asr) 版本:2019-06-14
68
+
69
+ ### 第 29 次发布
70
+
71
+ 发布时间:2023-07-18 01:07:49
70
72
 
71
73
  本次发布包含了以下内容:
72
74
 
@@ -74,94 +76,116 @@
74
76
 
75
77
  修改接口:
76
78
 
77
- * [QueryBeautifyVideoJob](https://cloud.tencent.com/document/api/1172/47792)
79
+ * [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
78
80
 
79
- * 新增出参:JobStatusCode
81
+ * 新增入参:InputSampleRate
80
82
 
81
83
 
82
84
 
83
85
 
84
- ## 加速物联网套件(iot) 版本:2018-01-23
86
+ ## 批量计算(batch) 版本:2017-03-12
85
87
 
86
- ### 第 7 次发布
88
+ ### 第 46 次发布
87
89
 
88
- 发布时间:2023-07-17 01:22:28
90
+ 发布时间:2023-07-18 01:08:15
89
91
 
90
92
  本次发布包含了以下内容:
91
93
 
92
94
  改善已有的文档。
93
95
 
94
- <font color="#dd0000">**预下线接口**:</font>
96
+ 修改数据结构:
95
97
 
96
- * UnassociateSubDeviceFromGatewayProduct
98
+ * [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
97
99
 
100
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
98
101
 
99
102
 
100
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
101
103
 
102
- ### 第 52 次发布
103
104
 
104
- 发布时间:2023-07-17 01:23:02
105
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
106
+
107
+ ### 第 89 次发布
108
+
109
+ 发布时间:2023-07-18 01:18:06
105
110
 
106
111
  本次发布包含了以下内容:
107
112
 
108
113
  改善已有的文档。
109
114
 
110
- 修改接口:
115
+ 新增数据结构:
111
116
 
112
- * [DescribeFirmwareTask](https://cloud.tencent.com/document/api/1081/53875)
117
+ * [EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)
113
118
 
114
- * 新增出参:CreateUserId, CreatorNickName
119
+ 修改数据结构:
115
120
 
121
+ * [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
116
122
 
123
+ * 新增成员:RecordMappingList, DateField
117
124
 
118
125
 
119
- ## 商场客留通(mall) 版本:2023-05-18
120
126
 
121
- ### 第 1 次发布
122
127
 
123
- 发布时间:2023-07-14 16:30:43
128
+ ## 云安全一体化平台(csip) 版本:2022-11-21
129
+
130
+ ### 第 6 次发布
131
+
132
+ 发布时间:2023-07-18 01:21:16
124
133
 
125
134
  本次发布包含了以下内容:
126
135
 
127
136
  改善已有的文档。
128
137
 
129
- 新增接口:
138
+ 修改数据结构:
130
139
 
131
- * [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1707/95048)
140
+ * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
132
141
 
133
- 新增数据结构:
142
+ * 新增成员:ServiceRisk
134
143
 
135
- * [ResourceDrawListType](https://cloud.tencent.com/document/api/1707/95049#ResourceDrawListType)
144
+ * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, WAFStatus, AssetCreateTime, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, SubDomain, SeverIp, BotCount, WeakPassword, WebContentRisk, Tag, SourceType, MemberId, CCAttack, WebAttack
136
145
 
137
146
 
138
147
 
139
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
140
148
 
141
- ### 35 次发布
149
+ ## 云服务器(cvm) 版本:2017-03-12
142
150
 
143
- 发布时间:2023-07-17 01:29:44
151
+ ### 第 111 次发布
152
+
153
+ 发布时间:2023-07-18 01:21:28
144
154
 
145
155
  本次发布包含了以下内容:
146
156
 
147
157
  改善已有的文档。
148
158
 
149
- 新增接口:
159
+ 修改数据结构:
150
160
 
151
- * [DescribeJobSubmissionLog](https://cloud.tencent.com/document/api/849/95069)
161
+ * [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
152
162
 
153
- 新增数据结构:
163
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
154
164
 
155
- * [JobInstanceForSubmissionLog](https://cloud.tencent.com/document/api/849/52010#JobInstanceForSubmissionLog)
156
- * [LogContent](https://cloud.tencent.com/document/api/849/52010#LogContent)
157
165
 
158
166
 
159
167
 
160
- ## 文字识别(ocr) 版本:2018-11-19
168
+ ## 主机安全(cwp) 版本:2018-02-28
169
+
170
+ ### 第 91 次发布
171
+
172
+ 发布时间:2023-07-18 01:22:32
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ <font color="#dd0000">**删除接口**:</font>
179
+
180
+ * DescribeSearchExportList
161
181
 
162
- ### 第 105 次发布
163
182
 
164
- 发布时间:2023-07-17 01:30:01
183
+
184
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
185
+
186
+ ### 第 55 次发布
187
+
188
+ 发布时间:2023-07-18 01:26:15
165
189
 
166
190
  本次发布包含了以下内容:
167
191
 
@@ -169,18 +193,18 @@
169
193
 
170
194
  修改数据结构:
171
195
 
172
- * [InvoiceItem](https://cloud.tencent.com/document/api/866/33527#InvoiceItem)
196
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
173
197
 
174
- * <font color="#dd0000">**修改成员**:</font>Page, SubType, TypeDescription, CutImage, SubTypeDescription
198
+ * <font color="#dd0000">**修改成员**:</font>DriverSize, ExecutorSize, ExecutorNums, ExecutorMaxNumbers, CommonMetrics, SparkMonitorMetrics, PrestoMonitorMetrics
175
199
 
176
200
 
177
201
 
178
202
 
179
- ## SSL 证书(ssl) 版本:2019-12-05
203
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
180
204
 
181
- ### 第 38 次发布
205
+ ### 第 88 次发布
182
206
 
183
- 发布时间:2023-07-17 01:34:11
207
+ 发布时间:2023-07-18 01:29:51
184
208
 
185
209
  本次发布包含了以下内容:
186
210
 
@@ -188,109 +212,143 @@
188
212
 
189
213
  修改接口:
190
214
 
191
- * [DescribeCertificate](https://cloud.tencent.com/document/api/400/41674)
215
+ * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
192
216
 
193
- * 新增出参:DvRevokeAuthDetail
217
+ * 新增入参:JumpUrl
194
218
 
195
- * [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
196
219
 
197
- * 新增出参:DvRevokeAuthDetail
198
220
 
199
221
 
222
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
200
223
 
224
+ ### 第 95 次发布
201
225
 
202
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
226
+ 发布时间:2023-07-18 01:30:22
203
227
 
204
- ### 第 68 次发布
228
+ 本次发布包含了以下内容:
205
229
 
206
- 发布时间:2023-07-17 01:38:17
230
+ 改善已有的文档。
231
+
232
+ 修改接口:
233
+
234
+ * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
235
+
236
+ * 新增入参:JumpUrl
237
+
238
+
239
+
240
+
241
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
242
+
243
+
244
+
245
+ ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
246
+
247
+ ### 第 4 次发布
248
+
249
+ 发布时间:2023-07-18 01:31:45
207
250
 
208
251
  本次发布包含了以下内容:
209
252
 
210
253
  改善已有的文档。
211
254
 
212
- <font color="#dd0000">**删除接口**:</font>
255
+ 新增接口:
213
256
 
214
- * CreateAMQPCluster
215
- * CreateAMQPExchange
216
- * CreateAMQPQueue
217
- * CreateAMQPRouteRelation
218
- * CreateAMQPVHost
219
- * DeleteAMQPCluster
220
- * DeleteAMQPExchange
221
- * DeleteAMQPQueue
222
- * DeleteAMQPRouteRelation
223
- * DeleteAMQPVHost
224
- * DescribeAMQPCluster
225
- * DescribeAMQPCreateQuota
226
- * DescribeAMQPExchanges
227
- * DescribeAMQPQueues
228
- * DescribeAMQPRouteRelations
229
- * DescribeAMQPVHosts
230
- * ModifyAMQPExchange
231
- * ModifyAMQPQueue
257
+ * [DescribeClusterClientToken](https://cloud.tencent.com/document/api/1424/95075)
258
+ * [DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)
259
+ * [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
232
260
 
233
- <font color="#dd0000">**删除数据结构**:</font>
261
+ 新增数据结构:
234
262
 
235
- * AMQPClusterRecentStats
236
- * AMQPExchange
237
- * AMQPQueueDetail
238
- * AMQPRouteRelation
239
- * AMQPVHost
263
+ * [ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)
264
+ * [ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole)
265
+ * [RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)
240
266
 
241
267
 
242
268
 
243
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
269
+ ## 云数据库Redis(redis) 版本:2018-04-12
244
270
 
245
- ### 第 28 次发布
271
+ ### 第 67 次发布
246
272
 
247
- 发布时间:2023-07-17 01:40:19
273
+ 发布时间:2023-07-18 01:42:27
248
274
 
249
275
  本次发布包含了以下内容:
250
276
 
251
277
  改善已有的文档。
252
278
 
253
- 修改接口:
279
+ 修改数据结构:
254
280
 
255
- * [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
281
+ * [BackupDownloadInfo](https://cloud.tencent.com/document/api/239/20022#BackupDownloadInfo)
256
282
 
257
- * 新增入参:ModelTurboEnable, ServiceCategory
283
+ * <font color="#dd0000">**修改成员**:</font>FileSize
258
284
 
259
- * [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
260
285
 
261
- * 新增出参:ModelTurboFlag
262
286
 
263
- * [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
264
287
 
265
- * 新增入参:ModelTurboEnable
288
+ ## 远程实时操控(trro) 版本:2022-03-25
289
+
290
+ ### 第 3 次发布
291
+
292
+ 发布时间:2023-07-18 01:53:24
266
293
 
294
+ 本次发布包含了以下内容:
295
+
296
+ 改善已有的文档。
267
297
 
268
298
  修改数据结构:
269
299
 
270
- * [GpuDetail](https://cloud.tencent.com/document/api/851/75051#GpuDetail)
300
+ * [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
271
301
 
272
- * <font color="#dd0000">**修改成员**:</font>Name, Value
302
+ * 新增成员:Ver, SdkMode, DecodeCost, RenderConst, K100, K150, NACK, BitRateEstimate, Width, Height, EncodeCost, CaptureCost
273
303
 
274
- * [HyperParameter](https://cloud.tencent.com/document/api/851/75051#HyperParameter)
275
304
 
276
- * 新增成员:LoraScale
277
305
 
278
- * [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
279
306
 
280
- * 新增成员:ModelFormat
307
+ ## 声音复刻(vrs) 版本:2020-08-24
281
308
 
282
- * [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
309
+ ### 第 2 次发布
283
310
 
284
- * 新增成员:ModelTurboEnable
311
+ 发布时间:2023-07-18 01:58:58
285
312
 
286
- * [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
313
+ 本次发布包含了以下内容:
287
314
 
288
- * 新增成员:Reason
315
+ 改善已有的文档。
289
316
 
317
+ 新增接口:
290
318
 
319
+ * [CancelVRSTask](https://cloud.tencent.com/document/api/1283/95078)
320
+ * [DownloadVRSModel](https://cloud.tencent.com/document/api/1283/95077)
291
321
 
322
+ 修改接口:
323
+
324
+ * [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
325
+
326
+ * 新增入参:ModelType
327
+
328
+
329
+ 新增数据结构:
330
+
331
+ * [CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp)
332
+ * [DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp)
333
+
334
+
335
+
336
+ ## 企业微信汽车行业版(wav) 版本:2021-01-29
337
+
338
+ ### 第 17 次发布
339
+
340
+ 发布时间:2023-07-18 01:59:28
341
+
342
+ 本次发布包含了以下内容:
343
+
344
+ 改善已有的文档。
345
+
346
+ 修改数据结构:
347
+
348
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
349
+
350
+ * 新增成员:UpdateTime
292
351
 
293
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
294
352
 
295
353
 
296
354
 
@@ -731,6 +789,21 @@
731
789
 
732
790
  ## 借贷反欺诈(af) 版本:2020-02-26
733
791
 
792
+ ### 第 6 次发布
793
+
794
+ 发布时间:2023-07-18 01:05:51
795
+
796
+ 本次发布包含了以下内容:
797
+
798
+ 改善已有的文档。
799
+
800
+ 修改数据结构:
801
+
802
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
803
+
804
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
805
+
806
+
734
807
  ### 第 5 次发布
735
808
 
736
809
  发布时间:2022-04-15 06:01:22
@@ -825,6 +898,21 @@
825
898
 
826
899
  ## 定制建模(afc) 版本:2020-02-26
827
900
 
901
+ ### 第 4 次发布
902
+
903
+ 发布时间:2023-07-18 01:05:54
904
+
905
+ 本次发布包含了以下内容:
906
+
907
+ 改善已有的文档。
908
+
909
+ 修改数据结构:
910
+
911
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
912
+
913
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
914
+
915
+
828
916
  ### 第 3 次发布
829
917
 
830
918
  发布时间:2022-11-14 06:09:18
@@ -4380,6 +4468,28 @@
4380
4468
 
4381
4469
  ## 应用性能监控(apm) 版本:2021-06-22
4382
4470
 
4471
+ ### 第 19 次发布
4472
+
4473
+ 发布时间:2023-07-18 01:07:24
4474
+
4475
+ 本次发布包含了以下内容:
4476
+
4477
+ 改善已有的文档。
4478
+
4479
+ 修改接口:
4480
+
4481
+ * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
4482
+
4483
+ * 新增入参:CustomShowTags
4484
+
4485
+
4486
+ 修改数据结构:
4487
+
4488
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
4489
+
4490
+ * 新增成员:CustomShowTags
4491
+
4492
+
4383
4493
  ### 第 18 次发布
4384
4494
 
4385
4495
  发布时间:2023-06-28 01:02:05
@@ -6095,6 +6205,21 @@
6095
6205
 
6096
6206
  ## 语音识别(asr) 版本:2019-06-14
6097
6207
 
6208
+ ### 第 29 次发布
6209
+
6210
+ 发布时间:2023-07-18 01:07:49
6211
+
6212
+ 本次发布包含了以下内容:
6213
+
6214
+ 改善已有的文档。
6215
+
6216
+ 修改接口:
6217
+
6218
+ * [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
6219
+
6220
+ * 新增入参:InputSampleRate
6221
+
6222
+
6098
6223
  ### 第 28 次发布
6099
6224
 
6100
6225
  发布时间:2023-07-05 01:07:50
@@ -6746,6 +6871,21 @@
6746
6871
 
6747
6872
  ## 批量计算(batch) 版本:2017-03-12
6748
6873
 
6874
+ ### 第 46 次发布
6875
+
6876
+ 发布时间:2023-07-18 01:08:15
6877
+
6878
+ 本次发布包含了以下内容:
6879
+
6880
+ 改善已有的文档。
6881
+
6882
+ 修改数据结构:
6883
+
6884
+ * [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
6885
+
6886
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
6887
+
6888
+
6749
6889
  ### 第 45 次发布
6750
6890
 
6751
6891
  发布时间:2022-12-09 01:11:02
@@ -22478,6 +22618,25 @@
22478
22618
 
22479
22619
  ## 消息队列 CKafka(ckafka) 版本:2019-08-19
22480
22620
 
22621
+ ### 第 89 次发布
22622
+
22623
+ 发布时间:2023-07-18 01:18:06
22624
+
22625
+ 本次发布包含了以下内容:
22626
+
22627
+ 改善已有的文档。
22628
+
22629
+ 新增数据结构:
22630
+
22631
+ * [[EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)](https://cloud.tencent.com/document/api/597/40861#[EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping))
22632
+
22633
+ 修改数据结构:
22634
+
22635
+ * [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
22636
+
22637
+ * 新增成员:RecordMappingList, DateField
22638
+
22639
+
22481
22640
  ### 第 88 次发布
22482
22641
 
22483
22642
  发布时间:2023-07-12 19:20:51
@@ -32435,6 +32594,23 @@
32435
32594
 
32436
32595
  ## 云安全一体化平台(csip) 版本:2022-11-21
32437
32596
 
32597
+ ### 第 6 次发布
32598
+
32599
+ 发布时间:2023-07-18 01:21:16
32600
+
32601
+ 本次发布包含了以下内容:
32602
+
32603
+ 改善已有的文档。
32604
+
32605
+ 修改数据结构:
32606
+
32607
+ * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
32608
+
32609
+ * 新增成员:ServiceRisk
32610
+
32611
+ * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, WAFStatus, AssetCreateTime, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, SubDomain, SeverIp, BotCount, WeakPassword, WebContentRisk, Tag, SourceType, MemberId, CCAttack, WebAttack
32612
+
32613
+
32438
32614
  ### 第 5 次发布
32439
32615
 
32440
32616
  发布时间:2023-06-20 01:16:16
@@ -32579,6 +32755,21 @@
32579
32755
 
32580
32756
  ## 云服务器(cvm) 版本:2017-03-12
32581
32757
 
32758
+ ### 第 111 次发布
32759
+
32760
+ 发布时间:2023-07-18 01:21:28
32761
+
32762
+ 本次发布包含了以下内容:
32763
+
32764
+ 改善已有的文档。
32765
+
32766
+ 修改数据结构:
32767
+
32768
+ * [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
32769
+
32770
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
32771
+
32772
+
32582
32773
  ### 第 110 次发布
32583
32774
 
32584
32775
  发布时间:2023-07-17 01:12:06
@@ -34647,6 +34838,18 @@
34647
34838
 
34648
34839
  ## 主机安全(cwp) 版本:2018-02-28
34649
34840
 
34841
+ ### 第 91 次发布
34842
+
34843
+ 发布时间:2023-07-18 01:22:32
34844
+
34845
+ 本次发布包含了以下内容:
34846
+
34847
+ 改善已有的文档。
34848
+
34849
+ <font color="#dd0000">**删除接口**:</font>
34850
+
34851
+ * DescribeSearchExportList
34852
+
34650
34853
  ### 第 90 次发布
34651
34854
 
34652
34855
  发布时间:2023-06-05 01:20:04
@@ -42128,6 +42331,21 @@
42128
42331
 
42129
42332
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
42130
42333
 
42334
+ ### 第 55 次发布
42335
+
42336
+ 发布时间:2023-07-18 01:26:15
42337
+
42338
+ 本次发布包含了以下内容:
42339
+
42340
+ 改善已有的文档。
42341
+
42342
+ 修改数据结构:
42343
+
42344
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
42345
+
42346
+ * <font color="#dd0000">**修改成员**:</font>DriverSize, ExecutorSize, ExecutorNums, ExecutorMaxNumbers, CommonMetrics, SparkMonitorMetrics, PrestoMonitorMetrics
42347
+
42348
+
42131
42349
  ### 第 54 次发布
42132
42350
 
42133
42351
  发布时间:2023-07-05 01:21:49
@@ -50081,6 +50299,21 @@
50081
50299
 
50082
50300
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
50083
50301
 
50302
+ ### 第 88 次发布
50303
+
50304
+ 发布时间:2023-07-18 01:29:51
50305
+
50306
+ 本次发布包含了以下内容:
50307
+
50308
+ 改善已有的文档。
50309
+
50310
+ 修改接口:
50311
+
50312
+ * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
50313
+
50314
+ * 新增入参:JumpUrl
50315
+
50316
+
50084
50317
  ### 第 87 次发布
50085
50318
 
50086
50319
  发布时间:2023-07-17 01:19:24
@@ -51800,6 +52033,21 @@
51800
52033
 
51801
52034
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
51802
52035
 
52036
+ ### 第 95 次发布
52037
+
52038
+ 发布时间:2023-07-18 01:30:22
52039
+
52040
+ 本次发布包含了以下内容:
52041
+
52042
+ 改善已有的文档。
52043
+
52044
+ 修改接口:
52045
+
52046
+ * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
52047
+
52048
+ * 新增入参:JumpUrl
52049
+
52050
+
51803
52051
  ### 第 94 次发布
51804
52052
 
51805
52053
  发布时间:2023-07-17 01:19:47
@@ -51810,7 +52058,7 @@
51810
52058
 
51811
52059
  新增接口:
51812
52060
 
51813
- * [[ChannelCreateOrganizationModifyQrCode](https://cloud.tencent.com/document/api/1420/95067)](https://cloud.tencent.com/document/api/#/#)
52061
+ * [ChannelCreateOrganizationModifyQrCode](https://cloud.tencent.com/document/api/1420/95067)
51814
52062
 
51815
52063
  ### 第 93 次发布
51816
52064
 
@@ -56771,6 +57019,26 @@
56771
57019
 
56772
57020
  ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
56773
57021
 
57022
+ ### 第 4 次发布
57023
+
57024
+ 发布时间:2023-07-18 01:31:45
57025
+
57026
+ 本次发布包含了以下内容:
57027
+
57028
+ 改善已有的文档。
57029
+
57030
+ 新增接口:
57031
+
57032
+ * [[DescribeClusterClientToken](https://cloud.tencent.com/document/api/1424/95075)](https://cloud.tencent.com/document/api/#/#)
57033
+ * [[DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)](https://cloud.tencent.com/document/api/#/#)
57034
+ * [[DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)](https://cloud.tencent.com/document/api/#/#)
57035
+
57036
+ 新增数据结构:
57037
+
57038
+ * [[ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)](https://cloud.tencent.com/document/api/1424/95076#[ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken))
57039
+ * [[ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole)](https://cloud.tencent.com/document/api/1424/95076#[ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole))
57040
+ * [[RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)](https://cloud.tencent.com/document/api/1424/95076#[RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken))
57041
+
56774
57042
  ### 第 3 次发布
56775
57043
 
56776
57044
  发布时间:2023-04-20 01:23:06
@@ -68493,7 +68761,7 @@
68493
68761
 
68494
68762
 
68495
68763
 
68496
- ## 商场客留通(mall) 版本:2023-05-18
68764
+ ## 商场客留大数据(mall) 版本:2023-05-18
68497
68765
 
68498
68766
  ### 第 1 次发布
68499
68767
 
@@ -68505,11 +68773,11 @@
68505
68773
 
68506
68774
  新增接口:
68507
68775
 
68508
- * [[DescribeDrawResourceList](https://cloud.tencent.com/document/api/1707/95048)](https://cloud.tencent.com/document/api/#/#)
68776
+ * [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1707/95048)
68509
68777
 
68510
68778
  新增数据结构:
68511
68779
 
68512
- * [[ResourceDrawListType](https://cloud.tencent.com/document/api/1707/95049#ResourceDrawListType)](https://cloud.tencent.com/document/api/1707/95049#[ResourceDrawListType](https://cloud.tencent.com/document/api/1707/95049#ResourceDrawListType))
68780
+ * [ResourceDrawListType](https://cloud.tencent.com/document/api/1707/95049#ResourceDrawListType)
68513
68781
 
68514
68782
 
68515
68783
 
@@ -76258,12 +76526,12 @@
76258
76526
 
76259
76527
  新增接口:
76260
76528
 
76261
- * [[DescribeJobSubmissionLog](https://cloud.tencent.com/document/api/849/95069)](https://cloud.tencent.com/document/api/#/#)
76529
+ * [DescribeJobSubmissionLog](https://cloud.tencent.com/document/api/849/95069)
76262
76530
 
76263
76531
  新增数据结构:
76264
76532
 
76265
- * [[JobInstanceForSubmissionLog](https://cloud.tencent.com/document/api/849/52010#JobInstanceForSubmissionLog)](https://cloud.tencent.com/document/api/849/52010#[JobInstanceForSubmissionLog](https://cloud.tencent.com/document/api/849/52010#JobInstanceForSubmissionLog))
76266
- * [[LogContent](https://cloud.tencent.com/document/api/849/52010#LogContent)](https://cloud.tencent.com/document/api/849/52010#[LogContent](https://cloud.tencent.com/document/api/849/52010#LogContent))
76533
+ * [JobInstanceForSubmissionLog](https://cloud.tencent.com/document/api/849/52010#JobInstanceForSubmissionLog)
76534
+ * [LogContent](https://cloud.tencent.com/document/api/849/52010#LogContent)
76267
76535
 
76268
76536
  ### 第 34 次发布
76269
76537
 
@@ -81636,6 +81904,21 @@
81636
81904
 
81637
81905
  ## 云数据库Redis(redis) 版本:2018-04-12
81638
81906
 
81907
+ ### 第 67 次发布
81908
+
81909
+ 发布时间:2023-07-18 01:42:27
81910
+
81911
+ 本次发布包含了以下内容:
81912
+
81913
+ 改善已有的文档。
81914
+
81915
+ 修改数据结构:
81916
+
81917
+ * [BackupDownloadInfo](https://cloud.tencent.com/document/api/239/20022#BackupDownloadInfo)
81918
+
81919
+ * <font color="#dd0000">**修改成员**:</font>FileSize
81920
+
81921
+
81639
81922
  ### 第 66 次发布
81640
81923
 
81641
81924
  发布时间:2023-06-28 01:36:04
@@ -109413,6 +109696,21 @@
109413
109696
 
109414
109697
  ## 远程实时操控(trro) 版本:2022-03-25
109415
109698
 
109699
+ ### 第 3 次发布
109700
+
109701
+ 发布时间:2023-07-18 01:53:24
109702
+
109703
+ 本次发布包含了以下内容:
109704
+
109705
+ 改善已有的文档。
109706
+
109707
+ 修改数据结构:
109708
+
109709
+ * [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
109710
+
109711
+ * 新增成员:Ver, SdkMode, DecodeCost, RenderConst, K100, K150, NACK, BitRateEstimate, Width, Height, EncodeCost, CaptureCost
109712
+
109713
+
109416
109714
  ### 第 2 次发布
109417
109715
 
109418
109716
  发布时间:2023-04-05 02:05:51
@@ -122360,6 +122658,31 @@
122360
122658
 
122361
122659
  ## 声音复刻(vrs) 版本:2020-08-24
122362
122660
 
122661
+ ### 第 2 次发布
122662
+
122663
+ 发布时间:2023-07-18 01:58:58
122664
+
122665
+ 本次发布包含了以下内容:
122666
+
122667
+ 改善已有的文档。
122668
+
122669
+ 新增接口:
122670
+
122671
+ * [[CancelVRSTask](https://cloud.tencent.com/document/api/1283/95078)](https://cloud.tencent.com/document/api/#/#)
122672
+ * [[DownloadVRSModel](https://cloud.tencent.com/document/api/1283/95077)](https://cloud.tencent.com/document/api/#/#)
122673
+
122674
+ 修改接口:
122675
+
122676
+ * [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
122677
+
122678
+ * 新增入参:ModelType
122679
+
122680
+
122681
+ 新增数据结构:
122682
+
122683
+ * [[CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp)](https://cloud.tencent.com/document/api/1283/90065#[CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp))
122684
+ * [[DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp)](https://cloud.tencent.com/document/api/1283/90065#[DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp))
122685
+
122363
122686
  ### 第 1 次发布
122364
122687
 
122365
122688
  发布时间:2023-04-11 09:31:00
@@ -123143,6 +123466,21 @@
123143
123466
 
123144
123467
  ## 企业微信汽车行业版(wav) 版本:2021-01-29
123145
123468
 
123469
+ ### 第 17 次发布
123470
+
123471
+ 发布时间:2023-07-18 01:59:28
123472
+
123473
+ 本次发布包含了以下内容:
123474
+
123475
+ 改善已有的文档。
123476
+
123477
+ 修改数据结构:
123478
+
123479
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
123480
+
123481
+ * 新增成员:UpdateTime
123482
+
123483
+
123146
123484
  ### 第 16 次发布
123147
123485
 
123148
123486
  发布时间:2023-07-14 01:46:29