tencentcloud-sdk-nodejs 4.0.820 → 4.0.821
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 +160 -0
- package/SERVICE_CHANGELOG.md +202 -116
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -6
- package/src/services/cls/v20201016/cls_client.ts +4 -3
- package/src/services/cls/v20201016/cls_models.ts +22 -22
- package/src/services/csip/v20221121/csip_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +54 -0
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/ess/v20201111/ess_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/faceid/v20180301/faceid_models.ts +15 -10
- package/src/services/pts/v20210728/pts_client.ts +57 -9
- package/src/services/pts/v20210728/pts_models.ts +169 -109
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +168 -91
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +4 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -22
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +52 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +15 -10
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +19 -3
- package/tencentcloud/services/pts/v20210728/pts_client.js +27 -3
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +161 -109
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +167 -91
- package/test/dlc.v20210125.test.js +10 -0
- package/test/pts.v20210728.test.js +42 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,163 @@
|
|
|
1
|
+
# Release 4.0.821
|
|
2
|
+
|
|
3
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 99 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-27 01:11:34
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>VpcId, SubnetId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
23
|
+
|
|
24
|
+
### 第 83 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-03-27 01:14:55
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
39
|
+
|
|
40
|
+
### 第 26 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-03-27 01:15:59
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
修改接口:
|
|
49
|
+
|
|
50
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
51
|
+
|
|
52
|
+
* 新增出参:KafkaVersion
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
62
|
+
|
|
63
|
+
### 第 73 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-03-27 01:17:36
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
|
|
74
|
+
|
|
75
|
+
* 新增入参:RuleId
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## 云压测(pts) 版本:2021-07-28
|
|
81
|
+
|
|
82
|
+
### 第 14 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2024-03-27 01:23:10
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
新增接口:
|
|
91
|
+
|
|
92
|
+
* [CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)
|
|
93
|
+
* [DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)
|
|
94
|
+
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)
|
|
95
|
+
* [UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
100
|
+
|
|
101
|
+
### 第 81 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-03-27 01:31:32
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [BatchKillIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82538)
|
|
112
|
+
|
|
113
|
+
* 新增出参:TaskNames
|
|
114
|
+
|
|
115
|
+
* [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
|
|
116
|
+
|
|
117
|
+
* 新增出参:TaskNames
|
|
118
|
+
|
|
119
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
120
|
+
|
|
121
|
+
* 新增入参:DevelopmentParams
|
|
122
|
+
|
|
123
|
+
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
124
|
+
|
|
125
|
+
* 新增入参:RecordId
|
|
126
|
+
|
|
127
|
+
* <font color="#dd0000">**修改入参**:</font>MessageId
|
|
128
|
+
|
|
129
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
130
|
+
|
|
131
|
+
* 新增入参:DevelopmentParams
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
135
|
+
|
|
136
|
+
* [QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)
|
|
137
|
+
|
|
138
|
+
修改数据结构:
|
|
139
|
+
|
|
140
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
141
|
+
|
|
142
|
+
* 新增成员:InQuitePeriods, RecordId
|
|
143
|
+
|
|
144
|
+
* [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
|
|
145
|
+
|
|
146
|
+
* 新增成员:ProductId, DevelopmentId, DevelopmentParams
|
|
147
|
+
|
|
148
|
+
* [MakePlanTaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDto)
|
|
149
|
+
|
|
150
|
+
* 新增成员:InstanceTotalCount
|
|
151
|
+
|
|
152
|
+
* <font color="#dd0000">**修改成员**:</font>TaskBaseInfo, InstanceCount, CompletePercent, SuccessPercent
|
|
153
|
+
|
|
154
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
155
|
+
|
|
156
|
+
* 新增成员:QuietPeriods
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
1
161
|
# Release 4.0.820
|
|
2
162
|
|
|
3
163
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,27 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 3 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-03-26 10:43:03
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
|
|
16
|
-
* [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
3
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
21
4
|
|
|
22
|
-
### 第
|
|
5
|
+
### 第 99 次发布
|
|
23
6
|
|
|
24
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-27 01:11:34
|
|
25
8
|
|
|
26
9
|
本次发布包含了以下内容:
|
|
27
10
|
|
|
@@ -29,48 +12,34 @@
|
|
|
29
12
|
|
|
30
13
|
修改接口:
|
|
31
14
|
|
|
32
|
-
* [
|
|
33
|
-
|
|
34
|
-
* 新增入参:PayType, Period
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
新增数据结构:
|
|
38
|
-
|
|
39
|
-
* [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
|
|
40
|
-
|
|
41
|
-
修改数据结构:
|
|
42
|
-
|
|
43
|
-
* [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
|
|
15
|
+
* [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
|
|
44
16
|
|
|
45
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>VpcId, SubnetId
|
|
46
18
|
|
|
47
19
|
|
|
48
20
|
|
|
49
21
|
|
|
50
|
-
##
|
|
22
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
51
23
|
|
|
52
|
-
### 第
|
|
24
|
+
### 第 83 次发布
|
|
53
25
|
|
|
54
|
-
发布时间:2024-03-
|
|
26
|
+
发布时间:2024-03-27 01:14:55
|
|
55
27
|
|
|
56
28
|
本次发布包含了以下内容:
|
|
57
29
|
|
|
58
30
|
改善已有的文档。
|
|
59
31
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
* [ModifyAclRule](https://cloud.tencent.com/document/api/597/89216)
|
|
63
|
-
|
|
64
|
-
* <font color="#dd0000">**修改入参**:</font>IsApplied
|
|
32
|
+
新增接口:
|
|
65
33
|
|
|
34
|
+
* [QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)
|
|
66
35
|
|
|
67
36
|
|
|
68
37
|
|
|
69
|
-
##
|
|
38
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
70
39
|
|
|
71
|
-
### 第
|
|
40
|
+
### 第 26 次发布
|
|
72
41
|
|
|
73
|
-
发布时间:2024-03-
|
|
42
|
+
发布时间:2024-03-27 01:15:59
|
|
74
43
|
|
|
75
44
|
本次发布包含了以下内容:
|
|
76
45
|
|
|
@@ -78,126 +47,113 @@
|
|
|
78
47
|
|
|
79
48
|
修改接口:
|
|
80
49
|
|
|
81
|
-
* [
|
|
82
|
-
|
|
83
|
-
* 新增入参:FlowGroupId
|
|
50
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
84
51
|
|
|
85
|
-
*
|
|
52
|
+
* 新增出参:KafkaVersion
|
|
86
53
|
|
|
87
|
-
* [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
|
|
88
54
|
|
|
89
|
-
* 新增出参:Approvers
|
|
90
55
|
|
|
91
|
-
* [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
|
|
92
56
|
|
|
93
|
-
|
|
57
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
94
58
|
|
|
95
|
-
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
96
59
|
|
|
97
|
-
* 新增入参:FlowGroupUrlInfo
|
|
98
60
|
|
|
61
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
99
62
|
|
|
100
|
-
|
|
63
|
+
### 第 73 次发布
|
|
101
64
|
|
|
102
|
-
|
|
103
|
-
* [FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)
|
|
104
|
-
* [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)
|
|
65
|
+
发布时间:2024-03-27 01:17:36
|
|
105
66
|
|
|
106
|
-
|
|
67
|
+
本次发布包含了以下内容:
|
|
107
68
|
|
|
108
|
-
|
|
69
|
+
改善已有的文档。
|
|
109
70
|
|
|
110
|
-
|
|
71
|
+
修改接口:
|
|
111
72
|
|
|
112
|
-
* [
|
|
73
|
+
* [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
|
|
113
74
|
|
|
114
|
-
*
|
|
75
|
+
* 新增入参:RuleId
|
|
115
76
|
|
|
116
77
|
|
|
117
78
|
|
|
118
79
|
|
|
119
|
-
##
|
|
80
|
+
## 云压测(pts) 版本:2021-07-28
|
|
120
81
|
|
|
121
|
-
### 第
|
|
82
|
+
### 第 14 次发布
|
|
122
83
|
|
|
123
|
-
发布时间:2024-03-
|
|
84
|
+
发布时间:2024-03-27 01:23:10
|
|
124
85
|
|
|
125
86
|
本次发布包含了以下内容:
|
|
126
87
|
|
|
127
88
|
改善已有的文档。
|
|
128
89
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
* [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
|
|
132
|
-
|
|
133
|
-
* 新增入参:FlowGroupId
|
|
134
|
-
|
|
135
|
-
* <font color="#dd0000">**修改入参**:</font>FlowId
|
|
136
|
-
|
|
137
|
-
* [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
|
|
90
|
+
新增接口:
|
|
138
91
|
|
|
139
|
-
|
|
92
|
+
* [CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)
|
|
93
|
+
* [DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)
|
|
94
|
+
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)
|
|
95
|
+
* [UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)
|
|
140
96
|
|
|
141
|
-
* [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
|
|
142
97
|
|
|
143
|
-
* 新增出参:Approvers
|
|
144
98
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
* 新增入参:FlowGroupUrlInfo
|
|
99
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
148
100
|
|
|
101
|
+
### 第 81 次发布
|
|
149
102
|
|
|
150
|
-
|
|
103
|
+
发布时间:2024-03-27 01:31:32
|
|
151
104
|
|
|
152
|
-
|
|
153
|
-
* [FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)
|
|
154
|
-
* [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)
|
|
105
|
+
本次发布包含了以下内容:
|
|
155
106
|
|
|
156
|
-
|
|
107
|
+
改善已有的文档。
|
|
157
108
|
|
|
158
|
-
|
|
109
|
+
修改接口:
|
|
159
110
|
|
|
160
|
-
|
|
111
|
+
* [BatchKillIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82538)
|
|
161
112
|
|
|
113
|
+
* 新增出参:TaskNames
|
|
162
114
|
|
|
115
|
+
* [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
|
|
163
116
|
|
|
117
|
+
* 新增出参:TaskNames
|
|
164
118
|
|
|
165
|
-
|
|
119
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
166
120
|
|
|
121
|
+
* 新增入参:DevelopmentParams
|
|
167
122
|
|
|
123
|
+
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
168
124
|
|
|
169
|
-
|
|
125
|
+
* 新增入参:RecordId
|
|
170
126
|
|
|
171
|
-
|
|
127
|
+
* <font color="#dd0000">**修改入参**:</font>MessageId
|
|
172
128
|
|
|
173
|
-
|
|
129
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
174
130
|
|
|
175
|
-
|
|
131
|
+
* 新增入参:DevelopmentParams
|
|
176
132
|
|
|
177
|
-
改善已有的文档。
|
|
178
133
|
|
|
179
|
-
|
|
134
|
+
新增数据结构:
|
|
180
135
|
|
|
181
|
-
* [
|
|
182
|
-
* [GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)
|
|
136
|
+
* [QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)
|
|
183
137
|
|
|
138
|
+
修改数据结构:
|
|
184
139
|
|
|
140
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
185
141
|
|
|
186
|
-
|
|
142
|
+
* 新增成员:InQuitePeriods, RecordId
|
|
187
143
|
|
|
188
|
-
|
|
144
|
+
* [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
|
|
189
145
|
|
|
190
|
-
|
|
146
|
+
* 新增成员:ProductId, DevelopmentId, DevelopmentParams
|
|
191
147
|
|
|
192
|
-
|
|
148
|
+
* [MakePlanTaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDto)
|
|
193
149
|
|
|
194
|
-
|
|
150
|
+
* 新增成员:InstanceTotalCount
|
|
195
151
|
|
|
196
|
-
|
|
152
|
+
* <font color="#dd0000">**修改成员**:</font>TaskBaseInfo, InstanceCount, CompletePercent, SuccessPercent
|
|
197
153
|
|
|
198
|
-
* [
|
|
154
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
199
155
|
|
|
200
|
-
*
|
|
156
|
+
* 新增成员:QuietPeriods
|
|
201
157
|
|
|
202
158
|
|
|
203
159
|
|
|
@@ -856,8 +812,8 @@
|
|
|
856
812
|
|
|
857
813
|
新增接口:
|
|
858
814
|
|
|
859
|
-
* [
|
|
860
|
-
* [
|
|
815
|
+
* [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
|
|
816
|
+
* [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
|
|
861
817
|
|
|
862
818
|
### 第 2 次发布
|
|
863
819
|
|
|
@@ -16122,7 +16078,7 @@
|
|
|
16122
16078
|
|
|
16123
16079
|
新增数据结构:
|
|
16124
16080
|
|
|
16125
|
-
* [
|
|
16081
|
+
* [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
|
|
16126
16082
|
|
|
16127
16083
|
修改数据结构:
|
|
16128
16084
|
|
|
@@ -25735,6 +25691,21 @@
|
|
|
25735
25691
|
|
|
25736
25692
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
25737
25693
|
|
|
25694
|
+
### 第 99 次发布
|
|
25695
|
+
|
|
25696
|
+
发布时间:2024-03-27 01:11:34
|
|
25697
|
+
|
|
25698
|
+
本次发布包含了以下内容:
|
|
25699
|
+
|
|
25700
|
+
改善已有的文档。
|
|
25701
|
+
|
|
25702
|
+
修改接口:
|
|
25703
|
+
|
|
25704
|
+
* [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
|
|
25705
|
+
|
|
25706
|
+
* <font color="#dd0000">**修改入参**:</font>VpcId, SubnetId
|
|
25707
|
+
|
|
25708
|
+
|
|
25738
25709
|
### 第 98 次发布
|
|
25739
25710
|
|
|
25740
25711
|
发布时间:2024-03-26 01:11:10
|
|
@@ -48962,6 +48933,18 @@
|
|
|
48962
48933
|
|
|
48963
48934
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
48964
48935
|
|
|
48936
|
+
### 第 83 次发布
|
|
48937
|
+
|
|
48938
|
+
发布时间:2024-03-27 01:14:55
|
|
48939
|
+
|
|
48940
|
+
本次发布包含了以下内容:
|
|
48941
|
+
|
|
48942
|
+
改善已有的文档。
|
|
48943
|
+
|
|
48944
|
+
新增接口:
|
|
48945
|
+
|
|
48946
|
+
* [[QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)](https://cloud.tencent.com/document/api/#/#)
|
|
48947
|
+
|
|
48965
48948
|
### 第 82 次发布
|
|
48966
48949
|
|
|
48967
48950
|
发布时间:2024-03-21 01:14:28
|
|
@@ -53135,6 +53118,21 @@
|
|
|
53135
53118
|
|
|
53136
53119
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
53137
53120
|
|
|
53121
|
+
### 第 26 次发布
|
|
53122
|
+
|
|
53123
|
+
发布时间:2024-03-27 01:15:59
|
|
53124
|
+
|
|
53125
|
+
本次发布包含了以下内容:
|
|
53126
|
+
|
|
53127
|
+
改善已有的文档。
|
|
53128
|
+
|
|
53129
|
+
修改接口:
|
|
53130
|
+
|
|
53131
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
53132
|
+
|
|
53133
|
+
* 新增出参:KafkaVersion
|
|
53134
|
+
|
|
53135
|
+
|
|
53138
53136
|
### 第 25 次发布
|
|
53139
53137
|
|
|
53140
53138
|
发布时间:2024-03-14 01:15:02
|
|
@@ -59346,9 +59344,9 @@
|
|
|
59346
59344
|
|
|
59347
59345
|
新增数据结构:
|
|
59348
59346
|
|
|
59349
|
-
* [
|
|
59350
|
-
* [
|
|
59351
|
-
* [
|
|
59347
|
+
* [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo)
|
|
59348
|
+
* [FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)
|
|
59349
|
+
* [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)
|
|
59352
59350
|
|
|
59353
59351
|
修改数据结构:
|
|
59354
59352
|
|
|
@@ -62459,9 +62457,9 @@
|
|
|
62459
62457
|
|
|
62460
62458
|
新增数据结构:
|
|
62461
62459
|
|
|
62462
|
-
* [
|
|
62463
|
-
* [
|
|
62464
|
-
* [
|
|
62460
|
+
* [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo)
|
|
62461
|
+
* [FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)
|
|
62462
|
+
* [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)
|
|
62465
62463
|
|
|
62466
62464
|
修改数据结构:
|
|
62467
62465
|
|
|
@@ -65646,6 +65644,21 @@
|
|
|
65646
65644
|
|
|
65647
65645
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
65648
65646
|
|
|
65647
|
+
### 第 73 次发布
|
|
65648
|
+
|
|
65649
|
+
发布时间:2024-03-27 01:17:36
|
|
65650
|
+
|
|
65651
|
+
本次发布包含了以下内容:
|
|
65652
|
+
|
|
65653
|
+
改善已有的文档。
|
|
65654
|
+
|
|
65655
|
+
修改接口:
|
|
65656
|
+
|
|
65657
|
+
* [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
|
|
65658
|
+
|
|
65659
|
+
* 新增入参:RuleId
|
|
65660
|
+
|
|
65661
|
+
|
|
65649
65662
|
### 第 72 次发布
|
|
65650
65663
|
|
|
65651
65664
|
发布时间:2024-03-26 01:17:00
|
|
@@ -65656,8 +65669,8 @@
|
|
|
65656
65669
|
|
|
65657
65670
|
新增接口:
|
|
65658
65671
|
|
|
65659
|
-
* [
|
|
65660
|
-
* [
|
|
65672
|
+
* [GetFaceIdRiskInfo](https://cloud.tencent.com/document/api/1007/104582)
|
|
65673
|
+
* [GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)
|
|
65661
65674
|
|
|
65662
65675
|
### 第 71 次发布
|
|
65663
65676
|
|
|
@@ -98814,6 +98827,21 @@
|
|
|
98814
98827
|
|
|
98815
98828
|
## 云压测(pts) 版本:2021-07-28
|
|
98816
98829
|
|
|
98830
|
+
### 第 14 次发布
|
|
98831
|
+
|
|
98832
|
+
发布时间:2024-03-27 01:23:10
|
|
98833
|
+
|
|
98834
|
+
本次发布包含了以下内容:
|
|
98835
|
+
|
|
98836
|
+
改善已有的文档。
|
|
98837
|
+
|
|
98838
|
+
新增接口:
|
|
98839
|
+
|
|
98840
|
+
* [[CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)](https://cloud.tencent.com/document/api/#/#)
|
|
98841
|
+
* [[DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)](https://cloud.tencent.com/document/api/#/#)
|
|
98842
|
+
* [[DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)](https://cloud.tencent.com/document/api/#/#)
|
|
98843
|
+
* [[UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)](https://cloud.tencent.com/document/api/#/#)
|
|
98844
|
+
|
|
98817
98845
|
### 第 13 次发布
|
|
98818
98846
|
|
|
98819
98847
|
发布时间:2023-08-23 01:36:48
|
|
@@ -149513,6 +149541,64 @@
|
|
|
149513
149541
|
|
|
149514
149542
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
149515
149543
|
|
|
149544
|
+
### 第 81 次发布
|
|
149545
|
+
|
|
149546
|
+
发布时间:2024-03-27 01:31:32
|
|
149547
|
+
|
|
149548
|
+
本次发布包含了以下内容:
|
|
149549
|
+
|
|
149550
|
+
改善已有的文档。
|
|
149551
|
+
|
|
149552
|
+
修改接口:
|
|
149553
|
+
|
|
149554
|
+
* [BatchKillIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82538)
|
|
149555
|
+
|
|
149556
|
+
* 新增出参:TaskNames
|
|
149557
|
+
|
|
149558
|
+
* [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
|
|
149559
|
+
|
|
149560
|
+
* 新增出参:TaskNames
|
|
149561
|
+
|
|
149562
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
149563
|
+
|
|
149564
|
+
* 新增入参:DevelopmentParams
|
|
149565
|
+
|
|
149566
|
+
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
149567
|
+
|
|
149568
|
+
* 新增入参:RecordId
|
|
149569
|
+
|
|
149570
|
+
* <font color="#dd0000">**修改入参**:</font>MessageId
|
|
149571
|
+
|
|
149572
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
149573
|
+
|
|
149574
|
+
* 新增入参:DevelopmentParams
|
|
149575
|
+
|
|
149576
|
+
|
|
149577
|
+
新增数据结构:
|
|
149578
|
+
|
|
149579
|
+
* [[QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)](https://cloud.tencent.com/document/api/1267/76336#[QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod))
|
|
149580
|
+
|
|
149581
|
+
修改数据结构:
|
|
149582
|
+
|
|
149583
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
149584
|
+
|
|
149585
|
+
* 新增成员:InQuitePeriods, RecordId
|
|
149586
|
+
|
|
149587
|
+
* [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
|
|
149588
|
+
|
|
149589
|
+
* 新增成员:ProductId, DevelopmentId, DevelopmentParams
|
|
149590
|
+
|
|
149591
|
+
* [MakePlanTaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDto)
|
|
149592
|
+
|
|
149593
|
+
* 新增成员:InstanceTotalCount
|
|
149594
|
+
|
|
149595
|
+
* <font color="#dd0000">**修改成员**:</font>TaskBaseInfo, InstanceCount, CompletePercent, SuccessPercent
|
|
149596
|
+
|
|
149597
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
149598
|
+
|
|
149599
|
+
* 新增成员:QuietPeriods
|
|
149600
|
+
|
|
149601
|
+
|
|
149516
149602
|
### 第 80 次发布
|
|
149517
149603
|
|
|
149518
149604
|
发布时间:2024-03-26 01:30:25
|