tencentcloud-sdk-nodejs 4.0.761 → 4.0.762
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 +125 -0
- package/SERVICE_CHANGELOG.md +129 -135
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +22 -19
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +6 -0
- package/src/services/cls/v20201016/cls_models.ts +106 -43
- package/src/services/ecm/v20190719/ecm_models.ts +17 -17
- package/src/services/ess/v20201111/ess_client.ts +27 -8
- package/src/services/ess/v20201111/ess_models.ts +9 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -6
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +18 -12
- package/src/services/oceanus/v20190422/oceanus_client.ts +23 -10
- package/src/services/oceanus/v20190422/oceanus_models.ts +147 -59
- package/src/services/ssl/v20191205/ssl_models.ts +22 -2
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tem/v20210701/tem_client.ts +1 -1
- package/src/services/tem/v20210701/tem_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +25 -11
- package/src/services/tione/v20211111/tione_models.ts +214 -18
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +22 -19
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +6 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +106 -43
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +17 -17
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +27 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +27 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -6
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +18 -12
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +143 -58
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +22 -2
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +1 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +210 -18
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/oceanus.v20190422.test.js +12 -2
- package/test/tione.v20211111.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,128 @@
|
|
|
1
|
+
# Release 4.0.762
|
|
2
|
+
|
|
3
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
|
+
|
|
5
|
+
### 第 3 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-20 01:16:54
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Characteristic
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
+
|
|
24
|
+
### 第 143 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-12-20 01:38:18
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
35
|
+
|
|
36
|
+
* 新增入参:CcInfos
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
42
|
+
|
|
43
|
+
### 第 50 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-12-20 01:57:04
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
|
|
54
|
+
|
|
55
|
+
新增数据结构:
|
|
56
|
+
|
|
57
|
+
* [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
62
|
+
|
|
63
|
+
### 第 51 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2023-12-20 02:05:02
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改数据结构:
|
|
72
|
+
|
|
73
|
+
* [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
|
|
74
|
+
|
|
75
|
+
* 新增成员:Uin, SubAccountUin, CertId, Type
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
81
|
+
|
|
82
|
+
### 第 47 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2023-12-20 02:15:59
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
新增接口:
|
|
91
|
+
|
|
92
|
+
* [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
|
|
93
|
+
|
|
94
|
+
新增数据结构:
|
|
95
|
+
|
|
96
|
+
* [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
|
|
97
|
+
* [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
106
|
+
|
|
107
|
+
### 第 65 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2023-12-20 02:28:42
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改数据结构:
|
|
116
|
+
|
|
117
|
+
* [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
|
|
118
|
+
|
|
119
|
+
* 新增成员:CodeFileName
|
|
120
|
+
|
|
121
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
1
126
|
# Release 4.0.761
|
|
2
127
|
|
|
3
128
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 3 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-20 01:16:54
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -14,47 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
|
-
|
|
24
|
-
### 第 51 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-19 01:19:59
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
35
|
-
|
|
36
|
-
* 新增成员:ParamTemplateId
|
|
37
|
-
|
|
38
|
-
* [CreateRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateRuleItem)
|
|
39
|
-
|
|
40
|
-
* 新增成员:ParamTemplateId
|
|
41
|
-
|
|
42
|
-
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
43
|
-
|
|
44
|
-
* 新增成员:ParamTemplateName, ParamTemplateId
|
|
45
|
-
|
|
46
|
-
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
47
|
-
|
|
48
|
-
* 新增成员:ParamTemplateId, ParamTemplateName
|
|
17
|
+
* 新增成员:Characteristic
|
|
49
18
|
|
|
50
19
|
|
|
51
20
|
|
|
52
21
|
|
|
53
|
-
##
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54
23
|
|
|
55
|
-
### 第
|
|
24
|
+
### 第 143 次发布
|
|
56
25
|
|
|
57
|
-
发布时间:2023-12-
|
|
26
|
+
发布时间:2023-12-20 01:38:18
|
|
58
27
|
|
|
59
28
|
本次发布包含了以下内容:
|
|
60
29
|
|
|
@@ -62,111 +31,70 @@
|
|
|
62
31
|
|
|
63
32
|
修改接口:
|
|
64
33
|
|
|
65
|
-
* [
|
|
66
|
-
|
|
67
|
-
* 新增入参:MemberId
|
|
68
|
-
|
|
69
|
-
* [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
|
|
70
|
-
|
|
71
|
-
* 新增入参:MemberId
|
|
72
|
-
|
|
73
|
-
* [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
|
|
74
|
-
|
|
75
|
-
* 新增入参:MemberId
|
|
76
|
-
|
|
77
|
-
* [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
|
|
78
|
-
|
|
79
|
-
* 新增入参:MemberId
|
|
80
|
-
|
|
81
|
-
* [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
|
|
82
|
-
|
|
83
|
-
* 新增入参:MemberId
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
89
|
-
|
|
90
|
-
### 第 54 次发布
|
|
91
|
-
|
|
92
|
-
发布时间:2023-12-19 01:39:39
|
|
93
|
-
|
|
94
|
-
本次发布包含了以下内容:
|
|
95
|
-
|
|
96
|
-
改善已有的文档。
|
|
97
|
-
|
|
98
|
-
修改数据结构:
|
|
99
|
-
|
|
100
|
-
* [PreExecuteFileSettings](https://cloud.tencent.com/document/api/589/33981#PreExecuteFileSettings)
|
|
34
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
101
35
|
|
|
102
|
-
*
|
|
36
|
+
* 新增入参:CcInfos
|
|
103
37
|
|
|
104
38
|
|
|
105
39
|
|
|
106
40
|
|
|
107
|
-
##
|
|
41
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
108
42
|
|
|
109
|
-
### 第
|
|
43
|
+
### 第 50 次发布
|
|
110
44
|
|
|
111
|
-
发布时间:2023-12-
|
|
45
|
+
发布时间:2023-12-20 01:57:04
|
|
112
46
|
|
|
113
47
|
本次发布包含了以下内容:
|
|
114
48
|
|
|
115
49
|
改善已有的文档。
|
|
116
50
|
|
|
117
|
-
|
|
51
|
+
新增接口:
|
|
118
52
|
|
|
119
|
-
* [
|
|
53
|
+
* [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
|
|
120
54
|
|
|
121
|
-
|
|
55
|
+
新增数据结构:
|
|
122
56
|
|
|
57
|
+
* [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
|
|
123
58
|
|
|
124
59
|
|
|
125
60
|
|
|
126
|
-
##
|
|
61
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
127
62
|
|
|
128
|
-
### 第
|
|
63
|
+
### 第 51 次发布
|
|
129
64
|
|
|
130
|
-
发布时间:2023-12-
|
|
65
|
+
发布时间:2023-12-20 02:05:02
|
|
131
66
|
|
|
132
67
|
本次发布包含了以下内容:
|
|
133
68
|
|
|
134
69
|
改善已有的文档。
|
|
135
70
|
|
|
136
|
-
修改接口:
|
|
137
|
-
|
|
138
|
-
* [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
|
|
139
|
-
|
|
140
|
-
* 新增入参:FilterGroup
|
|
141
|
-
|
|
142
|
-
|
|
143
71
|
修改数据结构:
|
|
144
72
|
|
|
145
|
-
* [
|
|
146
|
-
|
|
147
|
-
* 新增成员:WebConsoleDomainEndpoint
|
|
73
|
+
* [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
|
|
148
74
|
|
|
149
|
-
*
|
|
75
|
+
* 新增成员:Uin, SubAccountUin, CertId, Type
|
|
150
76
|
|
|
151
77
|
|
|
152
78
|
|
|
153
79
|
|
|
154
80
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
155
81
|
|
|
156
|
-
### 第
|
|
82
|
+
### 第 47 次发布
|
|
157
83
|
|
|
158
|
-
发布时间:2023-12-
|
|
84
|
+
发布时间:2023-12-20 02:15:59
|
|
159
85
|
|
|
160
86
|
本次发布包含了以下内容:
|
|
161
87
|
|
|
162
88
|
改善已有的文档。
|
|
163
89
|
|
|
164
|
-
|
|
90
|
+
新增接口:
|
|
165
91
|
|
|
166
|
-
* [
|
|
92
|
+
* [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
|
|
167
93
|
|
|
168
|
-
|
|
94
|
+
新增数据结构:
|
|
169
95
|
|
|
96
|
+
* [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
|
|
97
|
+
* [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
|
|
170
98
|
|
|
171
99
|
|
|
172
100
|
|
|
@@ -176,50 +104,21 @@
|
|
|
176
104
|
|
|
177
105
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
178
106
|
|
|
179
|
-
### 第
|
|
107
|
+
### 第 65 次发布
|
|
180
108
|
|
|
181
|
-
发布时间:2023-12-
|
|
109
|
+
发布时间:2023-12-20 02:28:42
|
|
182
110
|
|
|
183
111
|
本次发布包含了以下内容:
|
|
184
112
|
|
|
185
113
|
改善已有的文档。
|
|
186
114
|
|
|
187
|
-
新增接口:
|
|
188
|
-
|
|
189
|
-
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
190
|
-
|
|
191
|
-
修改接口:
|
|
192
|
-
|
|
193
|
-
* [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
|
|
194
|
-
|
|
195
|
-
* 新增入参:Event
|
|
196
|
-
|
|
197
|
-
* [CommitIntegrationTask](https://cloud.tencent.com/document/api/1267/82526)
|
|
198
|
-
|
|
199
|
-
* 新增入参:EventDesc
|
|
200
|
-
|
|
201
|
-
* [ResumeIntegrationTask](https://cloud.tencent.com/document/api/1267/82473)
|
|
202
|
-
|
|
203
|
-
* 新增入参:EventDesc
|
|
204
|
-
|
|
205
|
-
* [StartIntegrationTask](https://cloud.tencent.com/document/api/1267/82471)
|
|
206
|
-
|
|
207
|
-
* 新增入参:EventDesc
|
|
208
|
-
|
|
209
|
-
* [SuspendIntegrationTask](https://cloud.tencent.com/document/api/1267/82469)
|
|
210
|
-
|
|
211
|
-
* 新增入参:Event
|
|
212
|
-
|
|
213
|
-
|
|
214
115
|
修改数据结构:
|
|
215
116
|
|
|
216
|
-
* [
|
|
217
|
-
|
|
218
|
-
* 新增成员:LarkGroup
|
|
117
|
+
* [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
|
|
219
118
|
|
|
220
|
-
*
|
|
119
|
+
* 新增成员:CodeFileName
|
|
221
120
|
|
|
222
|
-
*
|
|
121
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
|
|
223
122
|
|
|
224
123
|
|
|
225
124
|
|
|
@@ -21849,6 +21748,21 @@
|
|
|
21849
21748
|
|
|
21850
21749
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
21851
21750
|
|
|
21751
|
+
### 第 3 次发布
|
|
21752
|
+
|
|
21753
|
+
发布时间:2023-12-20 01:16:54
|
|
21754
|
+
|
|
21755
|
+
本次发布包含了以下内容:
|
|
21756
|
+
|
|
21757
|
+
改善已有的文档。
|
|
21758
|
+
|
|
21759
|
+
修改数据结构:
|
|
21760
|
+
|
|
21761
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
21762
|
+
|
|
21763
|
+
* 新增成员:Characteristic
|
|
21764
|
+
|
|
21765
|
+
|
|
21852
21766
|
### 第 2 次发布
|
|
21853
21767
|
|
|
21854
21768
|
发布时间:2023-12-19 01:19:18
|
|
@@ -32786,7 +32700,7 @@
|
|
|
32786
32700
|
|
|
32787
32701
|
|
|
32788
32702
|
|
|
32789
|
-
##
|
|
32703
|
+
## 腾讯微卡收付通(cpdp) 版本:2019-08-20
|
|
32790
32704
|
|
|
32791
32705
|
### 第 101 次发布
|
|
32792
32706
|
|
|
@@ -56842,6 +56756,21 @@
|
|
|
56842
56756
|
|
|
56843
56757
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56844
56758
|
|
|
56759
|
+
### 第 143 次发布
|
|
56760
|
+
|
|
56761
|
+
发布时间:2023-12-20 01:38:18
|
|
56762
|
+
|
|
56763
|
+
本次发布包含了以下内容:
|
|
56764
|
+
|
|
56765
|
+
改善已有的文档。
|
|
56766
|
+
|
|
56767
|
+
修改接口:
|
|
56768
|
+
|
|
56769
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
56770
|
+
|
|
56771
|
+
* 新增入参:CcInfos
|
|
56772
|
+
|
|
56773
|
+
|
|
56845
56774
|
### 第 142 次发布
|
|
56846
56775
|
|
|
56847
56776
|
发布时间:2023-12-15 19:39:22
|
|
@@ -88128,6 +88057,22 @@
|
|
|
88128
88057
|
|
|
88129
88058
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88130
88059
|
|
|
88060
|
+
### 第 50 次发布
|
|
88061
|
+
|
|
88062
|
+
发布时间:2023-12-20 01:57:04
|
|
88063
|
+
|
|
88064
|
+
本次发布包含了以下内容:
|
|
88065
|
+
|
|
88066
|
+
改善已有的文档。
|
|
88067
|
+
|
|
88068
|
+
新增接口:
|
|
88069
|
+
|
|
88070
|
+
* [[DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)](https://cloud.tencent.com/document/api/#/#)
|
|
88071
|
+
|
|
88072
|
+
新增数据结构:
|
|
88073
|
+
|
|
88074
|
+
* [[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)](https://cloud.tencent.com/document/api/849/52010#[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent))
|
|
88075
|
+
|
|
88131
88076
|
### 第 49 次发布
|
|
88132
88077
|
|
|
88133
88078
|
发布时间:2023-12-04 15:28:57
|
|
@@ -100794,6 +100739,21 @@
|
|
|
100794
100739
|
|
|
100795
100740
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
100796
100741
|
|
|
100742
|
+
### 第 51 次发布
|
|
100743
|
+
|
|
100744
|
+
发布时间:2023-12-20 02:05:02
|
|
100745
|
+
|
|
100746
|
+
本次发布包含了以下内容:
|
|
100747
|
+
|
|
100748
|
+
改善已有的文档。
|
|
100749
|
+
|
|
100750
|
+
修改数据结构:
|
|
100751
|
+
|
|
100752
|
+
* [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
|
|
100753
|
+
|
|
100754
|
+
* 新增成员:Uin, SubAccountUin, CertId, Type
|
|
100755
|
+
|
|
100756
|
+
|
|
100797
100757
|
### 第 50 次发布
|
|
100798
100758
|
|
|
100799
100759
|
发布时间:2023-12-15 20:14:50
|
|
@@ -119493,6 +119453,23 @@
|
|
|
119493
119453
|
|
|
119494
119454
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
119495
119455
|
|
|
119456
|
+
### 第 47 次发布
|
|
119457
|
+
|
|
119458
|
+
发布时间:2023-12-20 02:15:59
|
|
119459
|
+
|
|
119460
|
+
本次发布包含了以下内容:
|
|
119461
|
+
|
|
119462
|
+
改善已有的文档。
|
|
119463
|
+
|
|
119464
|
+
新增接口:
|
|
119465
|
+
|
|
119466
|
+
* [[DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)](https://cloud.tencent.com/document/api/#/#)
|
|
119467
|
+
|
|
119468
|
+
新增数据结构:
|
|
119469
|
+
|
|
119470
|
+
* [[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)](https://cloud.tencent.com/document/api/851/75051#[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion))
|
|
119471
|
+
* [[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)](https://cloud.tencent.com/document/api/851/75051#[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource))
|
|
119472
|
+
|
|
119496
119473
|
### 第 46 次发布
|
|
119497
119474
|
|
|
119498
119475
|
发布时间:2023-12-19 02:18:26
|
|
@@ -142666,6 +142643,23 @@
|
|
|
142666
142643
|
|
|
142667
142644
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
142668
142645
|
|
|
142646
|
+
### 第 65 次发布
|
|
142647
|
+
|
|
142648
|
+
发布时间:2023-12-20 02:28:42
|
|
142649
|
+
|
|
142650
|
+
本次发布包含了以下内容:
|
|
142651
|
+
|
|
142652
|
+
改善已有的文档。
|
|
142653
|
+
|
|
142654
|
+
修改数据结构:
|
|
142655
|
+
|
|
142656
|
+
* [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
|
|
142657
|
+
|
|
142658
|
+
* 新增成员:CodeFileName
|
|
142659
|
+
|
|
142660
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
|
|
142661
|
+
|
|
142662
|
+
|
|
142669
142663
|
### 第 64 次发布
|
|
142670
142664
|
|
|
142671
142665
|
发布时间:2023-12-19 02:31:16
|
|
@@ -142676,7 +142670,7 @@
|
|
|
142676
142670
|
|
|
142677
142671
|
新增接口:
|
|
142678
142672
|
|
|
142679
|
-
* [
|
|
142673
|
+
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
142680
142674
|
|
|
142681
142675
|
修改接口:
|
|
142682
142676
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-20 01:08:48 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-20 01:16:54 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-20 01:17:35 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2023-12-15 19:16:07 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-20 01:21:08 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-
|
|
81
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-15 19:29:56 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
94
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
94
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
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) | 2023-12-19 01:39:39 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-20 01:38:18 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-20 01:39:27 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-14 02:03:05 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-20 01:50:09 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-12-04 00:17:13 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-20 02:05:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
185
185
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
186
186
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
|
|
187
187
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
188
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-
|
|
188
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-20 02:06:26 |
|
|
189
189
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
190
190
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-23 01:26:18 |
|
|
191
191
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-19 02:14:52 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
206
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-20 02:14:14 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
213
213
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-
|
|
215
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-20 02:15:59 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
227
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
227
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
|
|
228
228
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
@@ -234,9 +234,9 @@
|
|
|
234
234
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
|
|
235
235
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-19 02:27:19 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-
|
|
237
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-20 02:28:42 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.762"
|