tencentcloud-sdk-nodejs 4.0.860 → 4.0.862

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 (75) hide show
  1. package/CHANGELOG.md +383 -0
  2. package/SERVICE_CHANGELOG.md +464 -100
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/cat/v20180409/cat_client.ts +3 -2
  8. package/src/services/cat/v20180409/cat_models.ts +1 -2
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
  11. package/src/services/dasb/v20191018/dasb_client.ts +100 -25
  12. package/src/services/dasb/v20191018/dasb_models.ts +605 -128
  13. package/src/services/dbbrain/v20210527/dbbrain_client.ts +33 -8
  14. package/src/services/dbbrain/v20210527/dbbrain_models.ts +120 -8
  15. package/src/services/dlc/v20210125/dlc_client.ts +55 -19
  16. package/src/services/dlc/v20210125/dlc_models.ts +127 -30
  17. package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
  18. package/src/services/ess/v20201111/ess_client.ts +52 -21
  19. package/src/services/ess/v20201111/ess_models.ts +169 -80
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
  22. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  24. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
  26. package/src/services/monitor/v20180724/monitor_models.ts +12 -0
  27. package/src/services/mps/v20190612/mps_client.ts +2 -1
  28. package/src/services/mps/v20190612/mps_models.ts +71 -40
  29. package/src/services/svp/v20240125/svp_client.ts +43 -1
  30. package/src/services/svp/v20240125/svp_models.ts +352 -0
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -5
  32. package/src/services/tione/v20211111/tione_models.ts +5 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  36. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -0
  37. package/tencentcloud/services/cat/v20180409/cat_client.js +1 -0
  38. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -2
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
  41. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
  42. package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
  43. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
  44. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +12 -4
  45. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +16 -4
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +115 -8
  47. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +19 -7
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.js +27 -9
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +121 -30
  50. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -13
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +32 -13
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +165 -80
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -0
  58. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -0
  59. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -0
  64. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +70 -40
  65. package/tencentcloud/services/svp/v20240125/svp_client.d.ts +13 -1
  66. package/tencentcloud/services/svp/v20240125/svp_client.js +18 -0
  67. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +343 -0
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -5
  69. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
  70. package/test/dasb.v20191018.test.js +66 -6
  71. package/test/dbbrain.v20210527.test.js +22 -2
  72. package/test/dlc.v20210125.test.js +42 -12
  73. package/test/ess.v20201111.test.js +22 -2
  74. package/test/iotexplorer.v20190423.test.js +76 -16
  75. package/test/svp.v20240125.test.js +30 -0
@@ -1,48 +1,83 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
4
 
5
- ### 第 103 次发布
5
+ ### 第 11 次发布
6
6
 
7
- 发布时间:2024-05-23 01:20:10
7
+ 发布时间:2024-05-27 01:18:10
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
13
+ 修改接口:
14
14
 
15
- * [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
15
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
16
16
 
17
- * 新增成员:BrokerIp
17
+ * 新增入参:IsQuery
18
18
 
19
19
 
20
20
 
21
21
 
22
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
22
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
23
 
24
- ### 第 171 次发布
24
+ ### 第 90 次发布
25
25
 
26
- 发布时间:2024-05-23 01:39:14
26
+ 发布时间:2024-05-27 01:28:43
27
27
 
28
28
  本次发布包含了以下内容:
29
29
 
30
30
  改善已有的文档。
31
31
 
32
+ 修改接口:
33
+
34
+ * [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
35
+
36
+ * 新增入参:DeviceType
37
+
38
+ * [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
39
+
40
+ * 新增入参:DeviceType
41
+
42
+ * [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
43
+
44
+ * 新增入参:DeviceType
45
+
46
+ * [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
47
+
48
+ * 新增入参:PayMode
49
+
50
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
51
+
52
+ * 新增入参:DeviceType
53
+
54
+
32
55
  修改数据结构:
33
56
 
34
- * [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1323/70369#RegistrationOrganizationInfo)
57
+ * [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
35
58
 
36
- * 新增成员:PowerOfAttorneys
59
+ * 新增成员:InstanceTasks, InstanceDeviceType
37
60
 
61
+ * [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
38
62
 
63
+ * 新增成员:DeviceType
39
64
 
65
+ * [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
40
66
 
41
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
67
+ * 新增成员:DeviceType
68
+
69
+ * [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
70
+
71
+ * 新增成员:OldDeviceType, DeviceType
42
72
 
43
- ### 第 63 次发布
44
73
 
45
- 发布时间:2024-05-23 01:45:19
74
+
75
+
76
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
77
+
78
+ ### 第 25 次发布
79
+
80
+ 发布时间:2024-05-27 01:29:56
46
81
 
47
82
  本次发布包含了以下内容:
48
83
 
@@ -50,108 +85,138 @@
50
85
 
51
86
  新增接口:
52
87
 
53
- * [UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)
88
+ * [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
89
+ * [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
90
+ * [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
91
+ * [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
92
+ * [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
93
+ * [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
54
94
 
95
+ 新增数据结构:
55
96
 
97
+ * [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
98
+ * [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
99
+ * [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
56
100
 
57
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
58
101
 
59
- ### 第 61 次发布
60
102
 
61
- 发布时间:2024-05-23 02:16:47
103
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
104
+
105
+ ### 第 29 次发布
106
+
107
+ 发布时间:2024-05-27 01:30:50
62
108
 
63
109
  本次发布包含了以下内容:
64
110
 
65
111
  改善已有的文档。
66
112
 
67
- <font color="#dd0000">**删除接口**:</font>
113
+ 新增接口:
68
114
 
69
- * CreateBatchModelAccTasks
70
- * CreateBatchTask
71
- * CreateNotebookImage
72
- * CreateOptimizedModel
73
- * CreateTrainingTask
74
- * DeleteBatchTask
75
- * DeleteModelAccelerateTask
76
- * DeleteNotebookImageRecord
77
- * DeleteTrainingTask
78
- * DescribeAPIConfigs
79
- * DescribeBatchTask
80
- * DescribeBatchTaskInstances
81
- * DescribeBatchTasks
82
- * DescribeBillingSpecs
83
- * DescribeBillingSpecsPrice
84
- * DescribeDatasetDetailStructured
85
- * DescribeDatasetDetailUnstructured
86
- * DescribeEvents
87
- * DescribeLatestTrainingMetrics
88
- * DescribeLogs
89
- * DescribeModelAccEngineVersions
90
- * DescribeModelAccelerateTasks
91
- * DescribeModelServiceHistory
92
- * DescribeModelServices
93
- * DescribeNotebookImageKernels
94
- * DescribeNotebookImageRecords
95
- * DescribeTrainingFrameworks
96
- * DescribeTrainingMetrics
97
- * DescribeTrainingModels
98
- * ModifyModelServicePartialConfig
99
- * ModifyNotebook
100
- * ModifyNotebookTags
101
- * ModifyServiceGroupWeights
102
- * RestartModelAccelerateTask
103
- * StartTrainingTask
104
- * StopBatchTask
105
- * StopCreatingImage
106
- * StopTrainingTask
115
+ * [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
107
116
 
108
- <font color="#dd0000">**删除数据结构**:</font>
109
117
 
110
- * APIConfigDetail
111
- * BatchModelAccTask
112
- * BatchTaskDetail
113
- * BatchTaskInstance
114
- * BatchTaskSetItem
115
- * CronInfo
116
- * CustomTrainingData
117
- * CustomTrainingMetric
118
- * CustomTrainingPoint
119
- * DetectionLabelInfo
120
- * EncodedStartCmdInfo
121
- * EngineVersion
122
- * Event
123
- * FilterLabelInfo
124
- * FrameworkInfo
125
- * FrameworkVersion
126
- * LogIdentity
127
- * ModelAccEngineVersion
128
- * NotebookImageRecord
129
- * OcrLabelInfo
130
- * PointInfo
131
- * PreTrainModel
132
- * RowItem
133
- * RowValue
134
- * SegmentationInfo
135
- * ServiceHistory
136
- * Spec
137
- * SpecPrice
138
- * SpecUnit
139
- * TextLabelDistributionDetailInfoFifthClass
140
- * TextLabelDistributionDetailInfoFirstClass
141
- * TextLabelDistributionDetailInfoFourthClass
142
- * TextLabelDistributionDetailInfoSecondClass
143
- * TextLabelDistributionDetailInfoThirdClass
144
- * TextLabelDistributionInfo
145
- * TrainingDataPoint
146
- * TrainingMetric
147
- * TrainingModelDTO
148
- * WeightEntry
118
+
119
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
120
+
121
+
122
+
123
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
124
+
125
+ ### 第 90 次发布
126
+
127
+ 发布时间:2024-05-27 01:32:23
128
+
129
+ 本次发布包含了以下内容:
130
+
131
+ 改善已有的文档。
132
+
133
+ 新增接口:
134
+
135
+ * [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
136
+
137
+
138
+
139
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
140
+
141
+ ### 第 13 次发布
142
+
143
+ 发布时间:2024-05-27 01:34:38
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
149
148
 
150
149
  修改数据结构:
151
150
 
152
- * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
151
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
152
+
153
+ * 新增成员:Channel
154
+
155
+
156
+
157
+
158
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
159
+
160
+ ### 第 173 次发布
161
+
162
+ 发布时间:2024-05-27 01:39:33
163
+
164
+ 本次发布包含了以下内容:
165
+
166
+ 改善已有的文档。
167
+
168
+ 修改接口:
169
+
170
+ * [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
171
+
172
+ * 新增入参:IdCardType
153
173
 
154
- * 新增成员:LocalPath
174
+
175
+
176
+
177
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
178
+
179
+ ### 第 64 次发布
180
+
181
+ 发布时间:2024-05-27 01:45:34
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 新增接口:
188
+
189
+ * [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
190
+ * [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
191
+ * [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
192
+ * [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
193
+ * [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
194
+ * [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
195
+
196
+ 新增数据结构:
197
+
198
+ * [AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)
199
+ * [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
200
+ * [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
201
+ * [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
202
+
203
+
204
+
205
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
206
+
207
+ ### 第 62 次发布
208
+
209
+ 发布时间:2024-05-27 02:17:11
210
+
211
+ 本次发布包含了以下内容:
212
+
213
+ 改善已有的文档。
214
+
215
+ 修改数据结构:
216
+
217
+ * [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
218
+
219
+ * 新增成员:NameSpace
155
220
 
156
221
 
157
222
 
@@ -22934,6 +22999,21 @@
22934
22999
 
22935
23000
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
22936
23001
 
23002
+ ### 第 11 次发布
23003
+
23004
+ 发布时间:2024-05-27 01:18:10
23005
+
23006
+ 本次发布包含了以下内容:
23007
+
23008
+ 改善已有的文档。
23009
+
23010
+ 修改接口:
23011
+
23012
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
23013
+
23014
+ * 新增入参:IsQuery
23015
+
23016
+
22937
23017
  ### 第 10 次发布
22938
23018
 
22939
23019
  发布时间:2024-05-15 01:12:20
@@ -44405,6 +44485,56 @@
44405
44485
 
44406
44486
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44407
44487
 
44488
+ ### 第 90 次发布
44489
+
44490
+ 发布时间:2024-05-27 01:28:43
44491
+
44492
+ 本次发布包含了以下内容:
44493
+
44494
+ 改善已有的文档。
44495
+
44496
+ 修改接口:
44497
+
44498
+ * [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
44499
+
44500
+ * 新增入参:DeviceType
44501
+
44502
+ * [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
44503
+
44504
+ * 新增入参:DeviceType
44505
+
44506
+ * [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
44507
+
44508
+ * 新增入参:DeviceType
44509
+
44510
+ * [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
44511
+
44512
+ * 新增入参:PayMode
44513
+
44514
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
44515
+
44516
+ * 新增入参:DeviceType
44517
+
44518
+
44519
+ 修改数据结构:
44520
+
44521
+ * [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
44522
+
44523
+ * 新增成员:InstanceTasks, InstanceDeviceType
44524
+
44525
+ * [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
44526
+
44527
+ * 新增成员:DeviceType
44528
+
44529
+ * [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
44530
+
44531
+ * 新增成员:DeviceType
44532
+
44533
+ * [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
44534
+
44535
+ * 新增成员:OldDeviceType, DeviceType
44536
+
44537
+
44408
44538
  ### 第 89 次发布
44409
44539
 
44410
44540
  发布时间:2024-05-14 01:39:01
@@ -46313,6 +46443,29 @@
46313
46443
 
46314
46444
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
46315
46445
 
46446
+ ### 第 25 次发布
46447
+
46448
+ 发布时间:2024-05-27 01:29:56
46449
+
46450
+ 本次发布包含了以下内容:
46451
+
46452
+ 改善已有的文档。
46453
+
46454
+ 新增接口:
46455
+
46456
+ * [[CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)](https://cloud.tencent.com/document/api/#/#)
46457
+ * [[DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)](https://cloud.tencent.com/document/api/#/#)
46458
+ * [[DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)](https://cloud.tencent.com/document/api/#/#)
46459
+ * [[DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)](https://cloud.tencent.com/document/api/#/#)
46460
+ * [[ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)](https://cloud.tencent.com/document/api/#/#)
46461
+ * [[RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)](https://cloud.tencent.com/document/api/#/#)
46462
+
46463
+ 新增数据结构:
46464
+
46465
+ * [[ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)](https://cloud.tencent.com/document/api/1025/74416#[ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail))
46466
+ * [[ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)](https://cloud.tencent.com/document/api/1025/74416#[ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo))
46467
+ * [[RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)](https://cloud.tencent.com/document/api/1025/74416#[RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail))
46468
+
46316
46469
  ### 第 24 次发布
46317
46470
 
46318
46471
  发布时间:2024-03-07 01:13:28
@@ -47822,6 +47975,41 @@
47822
47975
 
47823
47976
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
47824
47977
 
47978
+ ### 第 29 次发布
47979
+
47980
+ 发布时间:2024-05-27 01:30:50
47981
+
47982
+ 本次发布包含了以下内容:
47983
+
47984
+ 改善已有的文档。
47985
+
47986
+ 新增接口:
47987
+
47988
+ * [[DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)](https://cloud.tencent.com/document/api/#/#)
47989
+
47990
+ ### 第 28 次发布
47991
+
47992
+ 发布时间:2024-05-24 01:30:51
47993
+
47994
+ 本次发布包含了以下内容:
47995
+
47996
+ 改善已有的文档。
47997
+
47998
+ 新增接口:
47999
+
48000
+ * [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
48001
+
48002
+ 新增数据结构:
48003
+
48004
+ * [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
48005
+
48006
+ 修改数据结构:
48007
+
48008
+ * [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
48009
+
48010
+ * 新增成员:AnalysisTopKey
48011
+
48012
+
47825
48013
  ### 第 27 次发布
47826
48014
 
47827
48015
  发布时间:2024-01-16 01:12:56
@@ -50183,6 +50371,31 @@
50183
50371
 
50184
50372
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
50185
50373
 
50374
+ ### 第 90 次发布
50375
+
50376
+ 发布时间:2024-05-27 01:32:23
50377
+
50378
+ 本次发布包含了以下内容:
50379
+
50380
+ 改善已有的文档。
50381
+
50382
+ 新增接口:
50383
+
50384
+ * [[ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)](https://cloud.tencent.com/document/api/#/#)
50385
+
50386
+ ### 第 89 次发布
50387
+
50388
+ 发布时间:2024-05-24 01:32:25
50389
+
50390
+ 本次发布包含了以下内容:
50391
+
50392
+ 改善已有的文档。
50393
+
50394
+ 新增接口:
50395
+
50396
+ * [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
50397
+ * [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
50398
+
50186
50399
  ### 第 88 次发布
50187
50400
 
50188
50401
  发布时间:2024-05-22 01:32:04
@@ -53568,6 +53781,21 @@
53568
53781
 
53569
53782
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
53570
53783
 
53784
+ ### 第 13 次发布
53785
+
53786
+ 发布时间:2024-05-27 01:34:38
53787
+
53788
+ 本次发布包含了以下内容:
53789
+
53790
+ 改善已有的文档。
53791
+
53792
+ 修改数据结构:
53793
+
53794
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
53795
+
53796
+ * 新增成员:Channel
53797
+
53798
+
53571
53799
  ### 第 12 次发布
53572
53800
 
53573
53801
  发布时间:2024-05-21 01:34:24
@@ -61015,6 +61243,34 @@
61015
61243
 
61016
61244
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
61017
61245
 
61246
+ ### 第 173 次发布
61247
+
61248
+ 发布时间:2024-05-27 01:39:33
61249
+
61250
+ 本次发布包含了以下内容:
61251
+
61252
+ 改善已有的文档。
61253
+
61254
+ 修改接口:
61255
+
61256
+ * [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
61257
+
61258
+ * 新增入参:IdCardType
61259
+
61260
+
61261
+ ### 第 172 次发布
61262
+
61263
+ 发布时间:2024-05-24 01:39:35
61264
+
61265
+ 本次发布包含了以下内容:
61266
+
61267
+ 改善已有的文档。
61268
+
61269
+ 新增接口:
61270
+
61271
+ * [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
61272
+ * [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
61273
+
61018
61274
  ### 第 171 次发布
61019
61275
 
61020
61276
  发布时间:2024-05-23 01:39:14
@@ -64331,6 +64587,21 @@
64331
64587
 
64332
64588
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
64333
64589
 
64590
+ ### 第 168 次发布
64591
+
64592
+ 发布时间:2024-05-24 01:40:32
64593
+
64594
+ 本次发布包含了以下内容:
64595
+
64596
+ 改善已有的文档。
64597
+
64598
+ 修改接口:
64599
+
64600
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
64601
+
64602
+ * 新增出参:FlowId
64603
+
64604
+
64334
64605
  ### 第 167 次发布
64335
64606
 
64336
64607
  发布时间:2024-05-08 01:17:50
@@ -75845,6 +76116,30 @@
75845
76116
 
75846
76117
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
75847
76118
 
76119
+ ### 第 64 次发布
76120
+
76121
+ 发布时间:2024-05-27 01:45:34
76122
+
76123
+ 本次发布包含了以下内容:
76124
+
76125
+ 改善已有的文档。
76126
+
76127
+ 新增接口:
76128
+
76129
+ * [[ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)](https://cloud.tencent.com/document/api/#/#)
76130
+ * [[AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)](https://cloud.tencent.com/document/api/#/#)
76131
+ * [[CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)](https://cloud.tencent.com/document/api/#/#)
76132
+ * [[GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)](https://cloud.tencent.com/document/api/#/#)
76133
+ * [[GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)](https://cloud.tencent.com/document/api/#/#)
76134
+ * [[GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)](https://cloud.tencent.com/document/api/#/#)
76135
+
76136
+ 新增数据结构:
76137
+
76138
+ * [[AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)](https://cloud.tencent.com/document/api/1081/34988#[AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo))
76139
+ * [[TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo))
76140
+ * [[TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo))
76141
+ * [[TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo))
76142
+
75848
76143
  ### 第 63 次发布
75849
76144
 
75850
76145
  发布时间:2024-05-23 01:45:19
@@ -75855,7 +76150,7 @@
75855
76150
 
75856
76151
  新增接口:
75857
76152
 
75858
- * [[UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)](https://cloud.tencent.com/document/api/#/#)
76153
+ * [UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)
75859
76154
 
75860
76155
  ### 第 62 次发布
75861
76156
 
@@ -88811,6 +89106,21 @@
88811
89106
 
88812
89107
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
88813
89108
 
89109
+ ### 第 113 次发布
89110
+
89111
+ 发布时间:2024-05-24 01:55:33
89112
+
89113
+ 本次发布包含了以下内容:
89114
+
89115
+ 改善已有的文档。
89116
+
89117
+ 修改接口:
89118
+
89119
+ * [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
89120
+
89121
+ * 新增入参:ClusterIds, ClusterTypes, ClusterName
89122
+
89123
+
88814
89124
  ### 第 112 次发布
88815
89125
 
88816
89126
  发布时间:2024-05-08 01:22:13
@@ -91153,6 +91463,25 @@
91153
91463
 
91154
91464
  ## 媒体处理(mps) 版本:2019-06-12
91155
91465
 
91466
+ ### 第 83 次发布
91467
+
91468
+ 发布时间:2024-05-24 01:56:56
91469
+
91470
+ 本次发布包含了以下内容:
91471
+
91472
+ 改善已有的文档。
91473
+
91474
+ 新增数据结构:
91475
+
91476
+ * [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
91477
+
91478
+ 修改数据结构:
91479
+
91480
+ * [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
91481
+
91482
+ * 新增成员:ObjectRecognitionResultSet
91483
+
91484
+
91156
91485
  ### 第 82 次发布
91157
91486
 
91158
91487
  发布时间:2024-04-26 01:20:19
@@ -110833,6 +111162,26 @@
110833
111162
 
110834
111163
  ## 节省计划(svp) 版本:2024-01-25
110835
111164
 
111165
+ ### 第 2 次发布
111166
+
111167
+ 发布时间:2024-05-23 17:09:13
111168
+
111169
+ 本次发布包含了以下内容:
111170
+
111171
+ 改善已有的文档。
111172
+
111173
+ 新增接口:
111174
+
111175
+ * [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
111176
+ * [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
111177
+ * [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
111178
+
111179
+ 新增数据结构:
111180
+
111181
+ * [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
111182
+ * [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
111183
+ * [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
111184
+
110836
111185
  ### 第 1 次发布
110837
111186
 
110838
111187
  发布时间:2024-01-26 16:30:56
@@ -128804,6 +129153,21 @@
128804
129153
 
128805
129154
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
128806
129155
 
129156
+ ### 第 62 次发布
129157
+
129158
+ 发布时间:2024-05-27 02:17:11
129159
+
129160
+ 本次发布包含了以下内容:
129161
+
129162
+ 改善已有的文档。
129163
+
129164
+ 修改数据结构:
129165
+
129166
+ * [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
129167
+
129168
+ * 新增成员:NameSpace
129169
+
129170
+
128807
129171
  ### 第 61 次发布
128808
129172
 
128809
129173
  发布时间:2024-05-23 02:16:47