tencentcloud-sdk-nodejs 4.0.860 → 4.0.861
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.
- package/CHANGELOG.md +156 -0
- package/SERVICE_CHANGELOG.md +214 -102
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +3 -2
- package/src/services/cat/v20180409/cat_models.ts +1 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +21 -8
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +88 -8
- package/src/services/dlc/v20210125/dlc_client.ts +43 -19
- package/src/services/dlc/v20210125/dlc_models.ts +99 -30
- package/src/services/ess/v20201111/ess_client.ts +52 -21
- package/src/services/ess/v20201111/ess_models.ts +158 -79
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -1
- package/src/services/mps/v20190612/mps_models.ts +71 -40
- package/src/services/svp/v20240125/svp_client.ts +43 -1
- package/src/services/svp/v20240125/svp_models.ts +352 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -0
- package/tencentcloud/services/cat/v20180409/cat_client.js +1 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +8 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +10 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +85 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +15 -7
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +21 -9
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +95 -30
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -13
- package/tencentcloud/services/ess/v20201111/ess_client.js +32 -13
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +154 -79
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +70 -40
- package/tencentcloud/services/svp/v20240125/svp_client.d.ts +13 -1
- package/tencentcloud/services/svp/v20240125/svp_client.js +18 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +343 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -5
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/dlc.v20210125.test.js +32 -12
- package/test/ess.v20201111.test.js +22 -2
- package/test/svp.v20240125.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,159 @@
|
|
|
1
|
+
# Release 4.0.861
|
|
2
|
+
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
|
+
|
|
5
|
+
### 第 28 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-05-24 01:30:51
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
20
|
+
|
|
21
|
+
修改数据结构:
|
|
22
|
+
|
|
23
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
24
|
+
|
|
25
|
+
* 新增成员:AnalysisTopKey
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
35
|
+
|
|
36
|
+
### 第 89 次发布
|
|
37
|
+
|
|
38
|
+
发布时间:2024-05-24 01:32:25
|
|
39
|
+
|
|
40
|
+
本次发布包含了以下内容:
|
|
41
|
+
|
|
42
|
+
改善已有的文档。
|
|
43
|
+
|
|
44
|
+
新增接口:
|
|
45
|
+
|
|
46
|
+
* [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
|
|
47
|
+
* [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
52
|
+
|
|
53
|
+
### 第 172 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2024-05-24 01:39:35
|
|
56
|
+
|
|
57
|
+
本次发布包含了以下内容:
|
|
58
|
+
|
|
59
|
+
改善已有的文档。
|
|
60
|
+
|
|
61
|
+
新增接口:
|
|
62
|
+
|
|
63
|
+
* [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
|
|
64
|
+
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69
|
+
|
|
70
|
+
### 第 168 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2024-05-24 01:40:32
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改接口:
|
|
79
|
+
|
|
80
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
81
|
+
|
|
82
|
+
* 新增出参:FlowId
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
92
|
+
|
|
93
|
+
### 第 113 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2024-05-24 01:55:33
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改接口:
|
|
102
|
+
|
|
103
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
104
|
+
|
|
105
|
+
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
111
|
+
|
|
112
|
+
### 第 83 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2024-05-24 01:56:56
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
新增数据结构:
|
|
121
|
+
|
|
122
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
123
|
+
|
|
124
|
+
修改数据结构:
|
|
125
|
+
|
|
126
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
127
|
+
|
|
128
|
+
* 新增成员:ObjectRecognitionResultSet
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 节省计划(svp) 版本:2024-01-25
|
|
134
|
+
|
|
135
|
+
### 第 2 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2024-05-23 17:09:13
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
新增接口:
|
|
144
|
+
|
|
145
|
+
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
146
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
147
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
148
|
+
|
|
149
|
+
新增数据结构:
|
|
150
|
+
|
|
151
|
+
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
152
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
153
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
1
157
|
# Release 4.0.860
|
|
2
158
|
|
|
3
159
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,162 +1,156 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 28 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-24 01:30:51
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
20
|
+
|
|
13
21
|
修改数据结构:
|
|
14
22
|
|
|
15
|
-
* [
|
|
23
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
16
24
|
|
|
17
|
-
* 新增成员:
|
|
25
|
+
* 新增成员:AnalysisTopKey
|
|
18
26
|
|
|
19
27
|
|
|
20
28
|
|
|
21
29
|
|
|
22
|
-
##
|
|
30
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
23
31
|
|
|
24
|
-
### 第 171 次发布
|
|
25
32
|
|
|
26
|
-
|
|
33
|
+
|
|
34
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
35
|
+
|
|
36
|
+
### 第 89 次发布
|
|
37
|
+
|
|
38
|
+
发布时间:2024-05-24 01:32:25
|
|
27
39
|
|
|
28
40
|
本次发布包含了以下内容:
|
|
29
41
|
|
|
30
42
|
改善已有的文档。
|
|
31
43
|
|
|
32
|
-
|
|
44
|
+
新增接口:
|
|
33
45
|
|
|
34
|
-
* [
|
|
46
|
+
* [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
|
|
47
|
+
* [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
|
|
35
48
|
|
|
36
|
-
* 新增成员:PowerOfAttorneys
|
|
37
49
|
|
|
38
50
|
|
|
51
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
39
52
|
|
|
53
|
+
### 第 172 次发布
|
|
40
54
|
|
|
41
|
-
|
|
55
|
+
发布时间:2024-05-24 01:39:35
|
|
42
56
|
|
|
43
|
-
|
|
57
|
+
本次发布包含了以下内容:
|
|
44
58
|
|
|
45
|
-
|
|
59
|
+
改善已有的文档。
|
|
60
|
+
|
|
61
|
+
新增接口:
|
|
62
|
+
|
|
63
|
+
* [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
|
|
64
|
+
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69
|
+
|
|
70
|
+
### 第 168 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2024-05-24 01:40:32
|
|
46
73
|
|
|
47
74
|
本次发布包含了以下内容:
|
|
48
75
|
|
|
49
76
|
改善已有的文档。
|
|
50
77
|
|
|
51
|
-
|
|
78
|
+
修改接口:
|
|
52
79
|
|
|
53
|
-
* [
|
|
80
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
54
81
|
|
|
82
|
+
* 新增出参:FlowId
|
|
55
83
|
|
|
56
84
|
|
|
57
|
-
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
58
85
|
|
|
59
|
-
### 第 61 次发布
|
|
60
86
|
|
|
61
|
-
|
|
87
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
92
|
+
|
|
93
|
+
### 第 113 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2024-05-24 01:55:33
|
|
62
96
|
|
|
63
97
|
本次发布包含了以下内容:
|
|
64
98
|
|
|
65
99
|
改善已有的文档。
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
修改接口:
|
|
68
102
|
|
|
69
|
-
*
|
|
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
|
|
103
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
107
104
|
|
|
108
|
-
|
|
105
|
+
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
109
106
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
*
|
|
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
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
111
|
+
|
|
112
|
+
### 第 83 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2024-05-24 01:56:56
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
新增数据结构:
|
|
121
|
+
|
|
122
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
149
123
|
|
|
150
124
|
修改数据结构:
|
|
151
125
|
|
|
152
|
-
* [
|
|
126
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
153
127
|
|
|
154
|
-
* 新增成员:
|
|
128
|
+
* 新增成员:ObjectRecognitionResultSet
|
|
155
129
|
|
|
156
130
|
|
|
157
131
|
|
|
158
132
|
|
|
159
|
-
##
|
|
133
|
+
## 节省计划(svp) 版本:2024-01-25
|
|
134
|
+
|
|
135
|
+
### 第 2 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2024-05-23 17:09:13
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
新增接口:
|
|
144
|
+
|
|
145
|
+
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
146
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
147
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
148
|
+
|
|
149
|
+
新增数据结构:
|
|
150
|
+
|
|
151
|
+
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
152
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
153
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
160
154
|
|
|
161
155
|
|
|
162
156
|
|
|
@@ -47822,6 +47816,29 @@
|
|
|
47822
47816
|
|
|
47823
47817
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
47824
47818
|
|
|
47819
|
+
### 第 28 次发布
|
|
47820
|
+
|
|
47821
|
+
发布时间:2024-05-24 01:30:51
|
|
47822
|
+
|
|
47823
|
+
本次发布包含了以下内容:
|
|
47824
|
+
|
|
47825
|
+
改善已有的文档。
|
|
47826
|
+
|
|
47827
|
+
新增接口:
|
|
47828
|
+
|
|
47829
|
+
* [[DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)](https://cloud.tencent.com/document/api/#/#)
|
|
47830
|
+
|
|
47831
|
+
新增数据结构:
|
|
47832
|
+
|
|
47833
|
+
* [[RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)](https://cloud.tencent.com/document/api/1130/57812#[RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask))
|
|
47834
|
+
|
|
47835
|
+
修改数据结构:
|
|
47836
|
+
|
|
47837
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
47838
|
+
|
|
47839
|
+
* 新增成员:AnalysisTopKey
|
|
47840
|
+
|
|
47841
|
+
|
|
47825
47842
|
### 第 27 次发布
|
|
47826
47843
|
|
|
47827
47844
|
发布时间:2024-01-16 01:12:56
|
|
@@ -50183,6 +50200,19 @@
|
|
|
50183
50200
|
|
|
50184
50201
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50185
50202
|
|
|
50203
|
+
### 第 89 次发布
|
|
50204
|
+
|
|
50205
|
+
发布时间:2024-05-24 01:32:25
|
|
50206
|
+
|
|
50207
|
+
本次发布包含了以下内容:
|
|
50208
|
+
|
|
50209
|
+
改善已有的文档。
|
|
50210
|
+
|
|
50211
|
+
新增接口:
|
|
50212
|
+
|
|
50213
|
+
* [[AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)](https://cloud.tencent.com/document/api/#/#)
|
|
50214
|
+
* [[DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)](https://cloud.tencent.com/document/api/#/#)
|
|
50215
|
+
|
|
50186
50216
|
### 第 88 次发布
|
|
50187
50217
|
|
|
50188
50218
|
发布时间:2024-05-22 01:32:04
|
|
@@ -61015,6 +61045,19 @@
|
|
|
61015
61045
|
|
|
61016
61046
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61017
61047
|
|
|
61048
|
+
### 第 172 次发布
|
|
61049
|
+
|
|
61050
|
+
发布时间:2024-05-24 01:39:35
|
|
61051
|
+
|
|
61052
|
+
本次发布包含了以下内容:
|
|
61053
|
+
|
|
61054
|
+
改善已有的文档。
|
|
61055
|
+
|
|
61056
|
+
新增接口:
|
|
61057
|
+
|
|
61058
|
+
* [[CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)](https://cloud.tencent.com/document/api/#/#)
|
|
61059
|
+
* [[CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)](https://cloud.tencent.com/document/api/#/#)
|
|
61060
|
+
|
|
61018
61061
|
### 第 171 次发布
|
|
61019
61062
|
|
|
61020
61063
|
发布时间:2024-05-23 01:39:14
|
|
@@ -64331,6 +64374,21 @@
|
|
|
64331
64374
|
|
|
64332
64375
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
64333
64376
|
|
|
64377
|
+
### 第 168 次发布
|
|
64378
|
+
|
|
64379
|
+
发布时间:2024-05-24 01:40:32
|
|
64380
|
+
|
|
64381
|
+
本次发布包含了以下内容:
|
|
64382
|
+
|
|
64383
|
+
改善已有的文档。
|
|
64384
|
+
|
|
64385
|
+
修改接口:
|
|
64386
|
+
|
|
64387
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
64388
|
+
|
|
64389
|
+
* 新增出参:FlowId
|
|
64390
|
+
|
|
64391
|
+
|
|
64334
64392
|
### 第 167 次发布
|
|
64335
64393
|
|
|
64336
64394
|
发布时间:2024-05-08 01:17:50
|
|
@@ -75855,7 +75913,7 @@
|
|
|
75855
75913
|
|
|
75856
75914
|
新增接口:
|
|
75857
75915
|
|
|
75858
|
-
* [
|
|
75916
|
+
* [UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)
|
|
75859
75917
|
|
|
75860
75918
|
### 第 62 次发布
|
|
75861
75919
|
|
|
@@ -88811,6 +88869,21 @@
|
|
|
88811
88869
|
|
|
88812
88870
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
88813
88871
|
|
|
88872
|
+
### 第 113 次发布
|
|
88873
|
+
|
|
88874
|
+
发布时间:2024-05-24 01:55:33
|
|
88875
|
+
|
|
88876
|
+
本次发布包含了以下内容:
|
|
88877
|
+
|
|
88878
|
+
改善已有的文档。
|
|
88879
|
+
|
|
88880
|
+
修改接口:
|
|
88881
|
+
|
|
88882
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
88883
|
+
|
|
88884
|
+
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
88885
|
+
|
|
88886
|
+
|
|
88814
88887
|
### 第 112 次发布
|
|
88815
88888
|
|
|
88816
88889
|
发布时间:2024-05-08 01:22:13
|
|
@@ -91153,6 +91226,25 @@
|
|
|
91153
91226
|
|
|
91154
91227
|
## 媒体处理(mps) 版本:2019-06-12
|
|
91155
91228
|
|
|
91229
|
+
### 第 83 次发布
|
|
91230
|
+
|
|
91231
|
+
发布时间:2024-05-24 01:56:56
|
|
91232
|
+
|
|
91233
|
+
本次发布包含了以下内容:
|
|
91234
|
+
|
|
91235
|
+
改善已有的文档。
|
|
91236
|
+
|
|
91237
|
+
新增数据结构:
|
|
91238
|
+
|
|
91239
|
+
* [[LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult))
|
|
91240
|
+
|
|
91241
|
+
修改数据结构:
|
|
91242
|
+
|
|
91243
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
91244
|
+
|
|
91245
|
+
* 新增成员:ObjectRecognitionResultSet
|
|
91246
|
+
|
|
91247
|
+
|
|
91156
91248
|
### 第 82 次发布
|
|
91157
91249
|
|
|
91158
91250
|
发布时间:2024-04-26 01:20:19
|
|
@@ -110833,6 +110925,26 @@
|
|
|
110833
110925
|
|
|
110834
110926
|
## 节省计划(svp) 版本:2024-01-25
|
|
110835
110927
|
|
|
110928
|
+
### 第 2 次发布
|
|
110929
|
+
|
|
110930
|
+
发布时间:2024-05-23 17:09:13
|
|
110931
|
+
|
|
110932
|
+
本次发布包含了以下内容:
|
|
110933
|
+
|
|
110934
|
+
改善已有的文档。
|
|
110935
|
+
|
|
110936
|
+
新增接口:
|
|
110937
|
+
|
|
110938
|
+
* [[DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)](https://cloud.tencent.com/document/api/#/#)
|
|
110939
|
+
* [[DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)](https://cloud.tencent.com/document/api/#/#)
|
|
110940
|
+
* [[DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)](https://cloud.tencent.com/document/api/#/#)
|
|
110941
|
+
|
|
110942
|
+
新增数据结构:
|
|
110943
|
+
|
|
110944
|
+
* [[SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail))
|
|
110945
|
+
* [[SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail))
|
|
110946
|
+
* [[SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail))
|
|
110947
|
+
|
|
110836
110948
|
### 第 1 次发布
|
|
110837
110949
|
|
|
110838
110950
|
发布时间:2024-01-26 16:30:56
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-05-17 01:11:17 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-05-24 01:14:37 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-20 01:15:04 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-14 01:20:49 |
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-23 01:29:50 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-
|
|
79
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-24 01:30:51 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05-24 01:32:25 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-16 01:37:56 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-29 01:14:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-17 01:39:38 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-24 01:39:35 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-24 01:40:32 |
|
|
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 |
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-20 01:43:03 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-23
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-23 21:10:12 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-23 01:51:00 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-13 01:22:02 |
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-24 01:53:20 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-24 01:55:33 |
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-24 01:56:56 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-20 01:58:10 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-24 01:59:22 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
186
|
-
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-
|
|
186
|
+
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
187
187
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
|
|
188
188
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
189
189
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-17 02:16:33 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-24 02:14:15 |
|
|
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
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-21 17:37:30 |
|