tencentcloud-sdk-nodejs 4.0.852 → 4.0.853

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 (68) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/SERVICE_CHANGELOG.md +49 -239
  3. package/package.json +1 -1
  4. package/products.md +7 -7
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +32 -0
  9. package/src/services/chdfs/index.ts +2 -2
  10. package/src/services/essbasic/index.ts +2 -2
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -77
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -47
  13. package/src/services/facefusion/index.ts +2 -2
  14. package/src/services/iai/index.ts +2 -2
  15. package/src/services/iotvideo/index.ts +2 -2
  16. package/src/services/irp/index.ts +2 -2
  17. package/src/services/mgobe/index.ts +2 -2
  18. package/src/services/sms/index.ts +2 -2
  19. package/src/services/tbp/index.ts +2 -2
  20. package/src/services/tem/index.ts +2 -2
  21. package/src/services/teo/index.ts +2 -2
  22. package/src/services/thpc/index.ts +2 -2
  23. package/src/services/tione/index.ts +2 -2
  24. package/src/services/tke/v20220501/tke_models.ts +1 -1
  25. package/src/services/tse/v20201207/tse_models.ts +9 -0
  26. package/src/services/vm/index.ts +2 -2
  27. package/src/services/vod/v20180717/vod_models.ts +3 -2
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/ams/index.d.ts +4 -4
  31. package/tencentcloud/services/ams/index.js +2 -2
  32. package/tencentcloud/services/btoe/index.d.ts +4 -4
  33. package/tencentcloud/services/btoe/index.js +2 -2
  34. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +32 -0
  35. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  36. package/tencentcloud/services/chdfs/index.js +2 -2
  37. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  38. package/tencentcloud/services/essbasic/index.js +2 -2
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -77
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -77
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -46
  42. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  43. package/tencentcloud/services/facefusion/index.js +2 -2
  44. package/tencentcloud/services/iai/index.d.ts +4 -4
  45. package/tencentcloud/services/iai/index.js +2 -2
  46. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  47. package/tencentcloud/services/iotvideo/index.js +2 -2
  48. package/tencentcloud/services/irp/index.d.ts +4 -4
  49. package/tencentcloud/services/irp/index.js +2 -2
  50. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  51. package/tencentcloud/services/mgobe/index.js +2 -2
  52. package/tencentcloud/services/sms/index.d.ts +4 -4
  53. package/tencentcloud/services/sms/index.js +2 -2
  54. package/tencentcloud/services/tbp/index.d.ts +4 -4
  55. package/tencentcloud/services/tbp/index.js +2 -2
  56. package/tencentcloud/services/tem/index.d.ts +4 -4
  57. package/tencentcloud/services/tem/index.js +2 -2
  58. package/tencentcloud/services/teo/index.d.ts +4 -4
  59. package/tencentcloud/services/teo/index.js +2 -2
  60. package/tencentcloud/services/thpc/index.d.ts +4 -4
  61. package/tencentcloud/services/thpc/index.js +2 -2
  62. package/tencentcloud/services/tione/index.d.ts +4 -4
  63. package/tencentcloud/services/tione/index.js +2 -2
  64. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +1 -1
  65. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +9 -0
  66. package/tencentcloud/services/vm/index.d.ts +4 -4
  67. package/tencentcloud/services/vm/index.js +2 -2
  68. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ # Release 4.0.853
2
+
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
+
5
+ ### 第 10 次发布
6
+
7
+ 发布时间:2024-05-15 01:12:20
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
16
+
17
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
18
+
19
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
20
+
21
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
22
+
23
+
24
+
25
+
26
+ ## 微服务引擎(tse) 版本:2020-12-07
27
+
28
+ ### 第 67 次发布
29
+
30
+ 发布时间:2024-05-15 01:35:13
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
39
+
40
+ * 新增入参:StorageType, StorageCapacity
41
+
42
+
43
+
44
+
1
45
  # Release 4.0.852
2
46
 
3
47
  ## 负载均衡(clb) 版本:2018-03-17
@@ -1,160 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 负载均衡(clb) 版本:2018-03-17
4
-
5
- ### 第 105 次发布
6
-
7
- 发布时间:2024-05-14 01:28:52
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改数据结构:
14
-
15
- * [TargetGroupAssociation](https://cloud.tencent.com/document/api/214/30694#TargetGroupAssociation)
16
-
17
- * 新增成员:Weight
18
-
19
-
20
-
21
-
22
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
-
24
- ### 第 89 次发布
25
-
26
- 发布时间:2024-05-14 01:39:01
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 修改接口:
33
-
34
- * [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
35
-
36
- * 新增入参:InstanceId, CLSInfoList
37
-
38
- * 新增出参:TaskId
39
-
40
- * [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
41
-
42
- * 新增入参:InstanceId, CLSTopicIds
43
-
44
- * 新增出参:TaskId
45
-
46
- * [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
47
-
48
- * 新增入参:InstanceId
49
-
50
- * 新增出参:TotalCount, InstanceCLSDeliveryInfos
51
-
52
- * [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
53
-
54
- * 新增入参:InstanceId, CLSTopicIds
55
-
56
- * 新增出参:TaskId
57
-
58
- * [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
59
-
60
- * 新增入参:InstanceId, CLSTopicIds
61
-
62
- * 新增出参:TaskId
63
-
64
-
65
- 新增数据结构:
66
-
67
- * [CLSInfo](https://cloud.tencent.com/document/api/1003/48097#CLSInfo)
68
- * [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
69
-
70
-
71
-
72
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
73
-
74
- ### 第 11 次发布
75
-
76
- 发布时间:2024-05-14 01:46:03
77
-
78
- 本次发布包含了以下内容:
79
-
80
- 改善已有的文档。
81
-
82
- 修改数据结构:
83
-
84
- * [AKSKLeak](https://cloud.tencent.com/document/api/1087/96844#AKSKLeak)
85
-
86
- * <font color="#dd0000">**修改成员**:</font>AK, SK, URL
87
-
88
- * [AssetCosDetail](https://cloud.tencent.com/document/api/1087/96844#AssetCosDetail)
89
-
90
- * <font color="#dd0000">**修改成员**:</font>Bucket, DataType, FileNums, SensitiveFileNums, DistributionData, MatchedNum
91
-
92
- * [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
93
-
94
- * <font color="#dd0000">**修改成员**:</font>BindStatus, Storage
95
-
96
- * [DbRelationStatusItem](https://cloud.tencent.com/document/api/1087/96844#DbRelationStatusItem)
97
-
98
- * <font color="#dd0000">**修改成员**:</font>DbName, BindStatus, ValidStatus
99
-
100
- * [DbTaskResult](https://cloud.tencent.com/document/api/1087/96844#DbTaskResult)
101
-
102
- * <font color="#dd0000">**修改成员**:</font>Result, ResultDescription, ErrDescription, ResourceId, DbName
103
-
104
- * [ErrDescription](https://cloud.tencent.com/document/api/1087/96844#ErrDescription)
105
-
106
- * <font color="#dd0000">**修改成员**:</font>ErrCode, ErrMessage
107
-
108
- * [SuggestRiskLevelMatrixItem](https://cloud.tencent.com/document/api/1087/96844#SuggestRiskLevelMatrixItem)
109
-
110
- * <font color="#dd0000">**修改成员**:</font>SensitiveLevel, VulnerabilityLevel, RiskName, RiskScore
111
-
112
-
113
-
114
-
115
- ## 弹性 MapReduce(emr) 版本:2019-01-03
116
-
117
- ### 第 63 次发布
118
-
119
- 发布时间:2024-05-14 01:50:50
120
-
121
- 本次发布包含了以下内容:
122
-
123
- 改善已有的文档。
124
-
125
- 修改数据结构:
126
-
127
- * [ImpalaQuery](https://cloud.tencent.com/document/api/589/33981#ImpalaQuery)
128
-
129
- * 新增成员:BackendsCount, FragmentInstancesCount, RemainingFragmentCount
130
-
131
-
132
-
133
-
134
- ## Elasticsearch Service(es) 版本:2018-04-16
135
-
136
- ### 第 58 次发布
137
-
138
- 发布时间:2024-05-14 01:51:30
139
-
140
- 本次发布包含了以下内容:
141
-
142
- 改善已有的文档。
143
-
144
- 修改数据结构:
145
-
146
- * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
147
-
148
- * 新增成员:KibanaLanguage
149
-
150
-
151
-
152
-
153
- ## 文字识别(ocr) 版本:2018-11-19
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
154
4
 
155
- ### 第 135 次发布
5
+ ### 第 10 次发布
156
6
 
157
- 发布时间:2024-05-14 02:17:52
7
+ 发布时间:2024-05-15 01:12:20
158
8
 
159
9
  本次发布包含了以下内容:
160
10
 
@@ -162,106 +12,32 @@
162
12
 
163
13
  修改接口:
164
14
 
165
- * [HKIDCardOCR](https://cloud.tencent.com/document/api/866/46919)
166
-
167
- * <font color="#dd0000">**修改入参**:</font>DetectFake
168
-
169
- * 新增出参:WarnCardInfos
170
-
171
- * [MLIDCardOCR](https://cloud.tencent.com/document/api/866/37656)
172
-
173
- * 新增出参:WarnCardInfos
174
-
175
- * [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
176
-
177
- * 新增出参:WarnCardInfos
178
-
179
- * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
180
-
181
- * 新增出参:WarnCardInfos
182
-
183
-
184
-
185
-
186
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
187
-
188
- ### 第 59 次发布
189
-
190
- 发布时间:2024-05-14 02:40:26
191
-
192
- 本次发布包含了以下内容:
193
-
194
- 改善已有的文档。
195
-
196
- 新增数据结构:
197
-
198
- * [CBSConfig](https://cloud.tencent.com/document/api/851/75051#CBSConfig)
199
-
200
- 修改数据结构:
201
-
202
- * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
203
-
204
- * 新增成员:CBSSource
205
-
206
-
207
-
208
-
209
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
210
-
211
- ### 第 13 次发布
212
-
213
- 发布时间:2024-05-14 02:40:07
214
-
215
- 本次发布包含了以下内容:
216
-
217
- 改善已有的文档。
218
-
219
- <font color="#dd0000">**删除接口**:</font>
220
-
221
- * UpdateNotebookLifecycleScript
222
-
223
-
224
-
225
- ## 实时音视频(trtc) 版本:2019-07-22
226
-
227
- ### 第 73 次发布
228
-
229
- 发布时间:2024-05-14 02:45:49
230
-
231
- 本次发布包含了以下内容:
232
-
233
- 改善已有的文档。
15
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
234
16
 
235
- 修改数据结构:
17
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
236
18
 
237
- * [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
19
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
238
20
 
239
- * 新增成员:Font
21
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
240
22
 
241
23
 
242
24
 
243
25
 
244
26
  ## 微服务引擎(tse) 版本:2020-12-07
245
27
 
246
- ### 第 66 次发布
28
+ ### 第 67 次发布
247
29
 
248
- 发布时间:2024-05-14 02:46:25
30
+ 发布时间:2024-05-15 01:35:13
249
31
 
250
32
  本次发布包含了以下内容:
251
33
 
252
34
  改善已有的文档。
253
35
 
254
- 修改数据结构:
255
-
256
- * [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
257
-
258
- * 新增成员:Weight, IsDefaultWeight
259
-
260
- * <font color="#dd0000">**修改成员**:</font>ZoneId, Zone, GroupId, GroupName, Status
36
+ 修改接口:
261
37
 
262
- * [NativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/54942#NativeGatewayServerGroup)
38
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
263
39
 
264
- * 新增成员:DefaultWeight
40
+ * 新增入参:StorageType, StorageCapacity
265
41
 
266
42
 
267
43
 
@@ -22982,6 +22758,25 @@
22982
22758
 
22983
22759
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
22984
22760
 
22761
+ ### 第 10 次发布
22762
+
22763
+ 发布时间:2024-05-15 01:12:20
22764
+
22765
+ 本次发布包含了以下内容:
22766
+
22767
+ 改善已有的文档。
22768
+
22769
+ 修改接口:
22770
+
22771
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
22772
+
22773
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
22774
+
22775
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
22776
+
22777
+ * 新增入参:Sql, ReadRows, ResultBytes, MemoryUsage
22778
+
22779
+
22985
22780
  ### 第 9 次发布
22986
22781
 
22987
22782
  发布时间:2024-04-02 01:09:54
@@ -44357,8 +44152,8 @@
44357
44152
 
44358
44153
  新增数据结构:
44359
44154
 
44360
- * [[CLSInfo](https://cloud.tencent.com/document/api/1003/48097#CLSInfo)](https://cloud.tencent.com/document/api/1003/48097#[CLSInfo](https://cloud.tencent.com/document/api/1003/48097#CLSInfo))
44361
- * [[InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)](https://cloud.tencent.com/document/api/1003/48097#[InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo))
44155
+ * [CLSInfo](https://cloud.tencent.com/document/api/1003/48097#CLSInfo)
44156
+ * [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
44362
44157
 
44363
44158
  ### 第 88 次发布
44364
44159
 
@@ -128527,7 +128322,7 @@
128527
128322
 
128528
128323
  新增数据结构:
128529
128324
 
128530
- * [[CBSConfig](https://cloud.tencent.com/document/api/851/75051#CBSConfig)](https://cloud.tencent.com/document/api/851/75051#[CBSConfig](https://cloud.tencent.com/document/api/851/75051#CBSConfig))
128325
+ * [CBSConfig](https://cloud.tencent.com/document/api/851/75051#CBSConfig)
128531
128326
 
128532
128327
  修改数据结构:
128533
128328
 
@@ -137273,6 +137068,21 @@
137273
137068
 
137274
137069
  ## 微服务引擎(tse) 版本:2020-12-07
137275
137070
 
137071
+ ### 第 67 次发布
137072
+
137073
+ 发布时间:2024-05-15 01:35:13
137074
+
137075
+ 本次发布包含了以下内容:
137076
+
137077
+ 改善已有的文档。
137078
+
137079
+ 修改接口:
137080
+
137081
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
137082
+
137083
+ * 新增入参:StorageType, StorageCapacity
137084
+
137085
+
137276
137086
  ### 第 66 次发布
137277
137087
 
137278
137088
  发布时间:2024-05-14 02:46:25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.852",
3
+ "version": "4.0.853",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -45,7 +45,7 @@
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-08 01:10:36 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-13 01:11:48 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-15 01:12:20 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
@@ -97,7 +97,7 @@
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-14 01:50:50 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-13 01:18:00 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-14 01:53:19 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-15 01:20:37 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-05-14 01:54:24 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
@@ -206,7 +206,7 @@
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-10 02:29:12 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
209
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-10 02:31:21 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-14 21:02:38 |
210
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
211
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
212
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -216,7 +216,7 @@
216
216
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
217
217
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-05-14 02:40:26 |
218
218
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
219
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-13 01:30:09 |
219
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-15 01:34:42 |
220
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
221
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
222
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-14 02:44:25 |
@@ -226,20 +226,20 @@
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-14 02:45:49 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-14 02:46:25 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-15 01:35:13 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
234
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
235
235
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
236
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-08 01:31:07 |
236
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-15 01:36:23 |
237
237
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-10 02:45:29 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-05-08 19:38:01 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
241
241
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-09 01:28:47 |
242
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-23 01:30:48 |
242
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
243
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
244
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
245
245
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.852"
1
+ export const sdkVersion = "4.0.853"
@@ -1,7 +1,7 @@
1
- import { v20200608 } from "./v20200608"
2
1
  import { v20201229 } from "./v20201229"
2
+ import { v20200608 } from "./v20200608"
3
3
 
4
4
  export const ams = {
5
- v20200608: v20200608,
6
5
  v20201229: v20201229,
6
+ v20200608: v20200608,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210303 } from "./v20210303"
2
1
  import { v20210514 } from "./v20210514"
2
+ import { v20210303 } from "./v20210303"
3
3
 
4
4
  export const btoe = {
5
- v20210303: v20210303,
6
5
  v20210514: v20210514,
6
+ v20210303: v20210303,
7
7
  }
@@ -71,6 +71,22 @@ export interface DescribeSlowQueryRecordsDownloadRequest {
71
71
  * 排序参数
72
72
  */
73
73
  DurationMs?: string
74
+ /**
75
+ * 查询sql
76
+ */
77
+ Sql?: string
78
+ /**
79
+ * 排序参数
80
+ */
81
+ ReadRows?: string
82
+ /**
83
+ * 排序参数
84
+ */
85
+ ResultBytes?: string
86
+ /**
87
+ * 排序参数
88
+ */
89
+ MemoryUsage?: string
74
90
  }
75
91
 
76
92
  /**
@@ -894,6 +910,22 @@ export interface DescribeSlowQueryRecordsRequest {
894
910
  * catalog名称
895
911
  */
896
912
  CatalogName?: Array<string>
913
+ /**
914
+ * sql名
915
+ */
916
+ Sql?: string
917
+ /**
918
+ * ReadRows排序字段
919
+ */
920
+ ReadRows?: string
921
+ /**
922
+ * ResultBytes排序字段
923
+ */
924
+ ResultBytes?: string
925
+ /**
926
+ * MemoryUsage排序字段
927
+ */
928
+ MemoryUsage?: string
897
929
  }
898
930
 
899
931
  /**
@@ -1,7 +1,7 @@
1
- import { v20190718 } from "./v20190718"
2
1
  import { v20201112 } from "./v20201112"
2
+ import { v20190718 } from "./v20190718"
3
3
 
4
4
  export const chdfs = {
5
- v20190718: v20190718,
6
5
  v20201112: v20201112,
6
+ v20190718: v20190718,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20201222 } from "./v20201222"
2
1
  import { v20210526 } from "./v20210526"
2
+ import { v20201222 } from "./v20201222"
3
3
 
4
4
  export const essbasic = {
5
- v20201222: v20201222,
6
5
  v20210526: v20210526,
6
+ v20201222: v20201222,
7
7
  }
@@ -384,47 +384,8 @@ export class Client extends AbstractClient {
384
384
  ![image](https://qcloudimg.tencent-cloud.cn/raw/bf86248a2c163228c4e894cf5926af69/ChannelCreateFlowByFiles.png)
385
385
 
386
386
  **可以作为发起方和签署方的角色列表**
387
- <table>
388
- <thead>
389
- <tr>
390
- <th>场景编号</th>
391
- <th>可作为发起方类型</th>
392
- <th>可作为签署方的类型</th>
393
- </tr>
394
- </thead>
395
-
396
- <tbody>
397
- <tr>
398
- <td>场景一</td>
399
- <td>第三方子企业A员工</td>
400
- <td>第三方子企业A员工</td>
401
- </tr>
387
+ <table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href="https://qian.tencent.com/developers/partner/dynamic_signer" target="_blank">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href="https://qian.tencent.cn/console/company-register" target="_blank">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>
402
388
 
403
- <tr>
404
- <td>场景二</td>
405
- <td>第三方子企业A员工</td>
406
- <td>第三方子企业B(不指定经办人)</td>
407
- </tr>
408
-
409
- <tr>
410
- <td>场景三</td>
411
- <td>第三方子企业A员工</td>
412
- <td>第三方子企业B员工</td>
413
- </tr>
414
-
415
- <tr>
416
- <td>场景四</td>
417
- <td>第三方子企业A员工</td>
418
- <td>个人/自然人</td>
419
- </tr>
420
-
421
- <tr>
422
- <td>场景五</td>
423
- <td>第三方子企业A员工</td>
424
- <td>SaaS平台企业员工</td>
425
- </tr>
426
- </tbody>
427
- </table>
428
389
 
429
390
  **注**:
430
391
  `1. 发起合同时候, 作为发起方的第三方子企业A员工的企业和员工必须经过实名, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名`
@@ -676,47 +637,11 @@ export class Client extends AbstractClient {
676
637
  ![image](https://qcloudimg.tencent-cloud.cn/raw/e193519d4383fa74782a9e19147ef01a/CreateFlowsByTemplates.png)
677
638
 
678
639
  ### 二. 可以作为发起方和签署方的角色列表
679
- <table>
680
- <thead>
681
- <tr>
682
- <th>场景编号</th>
683
- <th>可作为发起方类型</th>
684
- <th>可作为签署方的类型</th>
685
- </tr>
686
- </thead>
687
640
 
688
- <tbody>
689
- <tr>
690
- <td>场景一</td>
691
- <td>第三方子企业A员工</td>
692
- <td>第三方子企业A员工</td>
693
- </tr>
694
-
695
- <tr>
696
- <td>场景二</td>
697
- <td>第三方子企业A员工</td>
698
- <td>第三方子企业B(不指定经办人)</td>
699
- </tr>
641
+ <table> <thead> <tr> <th>场景编号</th> <th>发起方</th> <th>签署方</th> <th>补充</th> </tr> </thead> <tbody> <tr> <td>场景一</td> <td>子企业A的员工</td> <td>子企业A的员工</td> <td>子企业是通过<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">CreateConsoleLoginUrl</a>生成子客登录链接注册的企业</td> </tr> <tr> <td>场景二</td> <td>子企业A的员工</td> <td>子企业B(不指定经办人走领取逻辑)</td> <td>领取的逻辑可以参考文档<a href="https://qian.tencent.com/developers/partner/dynamic_signer" target="_blank">动态签署方</a> </td> </tr> <tr> <td>场景三</td> <td>子企业A的员工</td> <td>子企业B的员工</td> <td>-</td> </tr> <tr> <td>场景四</td> <td>子企业A的员工</td> <td>个人</td> <td>就是自然人,不是企业员工</td> </tr> <tr> <td>场景五</td> <td>子企业A的员工</td> <td>SaaS平台企业员工</td> <td>SaaS平台企业是通过<a href="https://qian.tencent.cn/console/company-register" target="_blank">https://qian.tencent.cn/console/company-register</a>链接注册的企业</td> </tr> </tbody> </table>
700
642
 
701
- <tr>
702
- <td>场景三</td>
703
- <td>第三方子企业A员工</td>
704
- <td>第三方子企业B员工</td>
705
- </tr>
706
643
 
707
- <tr>
708
- <td>场景四</td>
709
- <td>第三方子企业A员工</td>
710
- <td>个人/自然人</td>
711
- </tr>
712
644
 
713
- <tr>
714
- <td>场景五</td>
715
- <td>第三方子企业A员工</td>
716
- <td>SaaS平台企业员工</td>
717
- </tr>
718
- </tbody>
719
- </table>
720
645
 
721
646
  ### 三. 填充模板中定义的填写控件
722
647
  模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充