tencentcloud-sdk-nodejs 4.0.758 → 4.0.760
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 +295 -0
- package/SERVICE_CHANGELOG.md +480 -38
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +152 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +17 -1
- package/src/services/domain/v20180808/domain_client.ts +4 -6
- package/src/services/domain/v20180808/domain_models.ts +34 -13
- package/src/services/eb/v20210416/eb_models.ts +24 -15
- package/src/services/ess/v20201111/ess_client.ts +23 -6
- package/src/services/ess/v20201111/ess_models.ts +167 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +87 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +434 -67
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/iai/v20180301/iai_models.ts +1 -1
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ioa/v20220601/ioa_client.ts +1 -0
- package/src/services/ioa/v20220601/ioa_models.ts +226 -0
- package/src/services/monitor/v20180724/monitor_client.ts +3 -2
- package/src/services/monitor/v20180724/monitor_models.ts +46 -10
- package/src/services/ssl/v20191205/ssl_models.ts +8 -0
- package/src/services/tat/v20201028/tat_models.ts +96 -101
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +102 -19
- package/src/services/teo/v20220901/teo_models.ts +10 -10
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +26 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +2 -2
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +149 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -2
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -13
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +24 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +12 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -28
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +50 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +57 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +422 -68
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +225 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +45 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +8 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +95 -100
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +99 -19
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -10
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +26 -8
- package/test/csip.v20221121.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,39 +1,124 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 26 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-15 19:18:42
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
24
|
+
|
|
25
|
+
### 第 79 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2023-12-15 19:29:56
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
修改接口:
|
|
34
|
+
|
|
35
|
+
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
36
|
+
|
|
37
|
+
* 新增入参:CustomKey
|
|
38
|
+
|
|
39
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
40
|
+
|
|
41
|
+
* 新增入参:CustomKey
|
|
42
|
+
|
|
43
|
+
* [DescribeSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/98747)
|
|
44
|
+
|
|
45
|
+
* 新增入参:CustomKey
|
|
46
|
+
|
|
47
|
+
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
48
|
+
|
|
49
|
+
* 新增入参:CustomKey
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
3
54
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
4
55
|
|
|
5
|
-
### 第
|
|
56
|
+
### 第 142 次发布
|
|
6
57
|
|
|
7
|
-
发布时间:2023-12-
|
|
58
|
+
发布时间:2023-12-15 19:39:22
|
|
8
59
|
|
|
9
60
|
本次发布包含了以下内容:
|
|
10
61
|
|
|
11
62
|
改善已有的文档。
|
|
12
63
|
|
|
64
|
+
新增接口:
|
|
65
|
+
|
|
66
|
+
* [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1323/102513)
|
|
67
|
+
|
|
13
68
|
修改接口:
|
|
14
69
|
|
|
15
|
-
* [
|
|
70
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
16
71
|
|
|
17
|
-
* 新增入参:
|
|
72
|
+
* 新增入参:SignTypeSelector
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [AuthInfoDetail](https://cloud.tencent.com/document/api/1323/70369#AuthInfoDetail)
|
|
78
|
+
* [HasAuthOrganization](https://cloud.tencent.com/document/api/1323/70369#HasAuthOrganization)
|
|
79
|
+
|
|
80
|
+
修改数据结构:
|
|
81
|
+
|
|
82
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
83
|
+
|
|
84
|
+
* 新增成员:SignTypeSelector
|
|
18
85
|
|
|
19
86
|
|
|
20
87
|
|
|
21
88
|
|
|
22
89
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
90
|
|
|
24
|
-
### 第
|
|
91
|
+
### 第 144 次发布
|
|
25
92
|
|
|
26
|
-
发布时间:2023-12-
|
|
93
|
+
发布时间:2023-12-15 19:40:36
|
|
27
94
|
|
|
28
95
|
本次发布包含了以下内容:
|
|
29
96
|
|
|
30
97
|
改善已有的文档。
|
|
31
98
|
|
|
99
|
+
新增接口:
|
|
100
|
+
|
|
101
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
102
|
+
* [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1420/102514)
|
|
103
|
+
|
|
32
104
|
修改接口:
|
|
33
105
|
|
|
34
|
-
* [
|
|
106
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
35
107
|
|
|
36
|
-
* 新增入参:
|
|
108
|
+
* 新增入参:SignTypeSelector
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
新增数据结构:
|
|
112
|
+
|
|
113
|
+
* [AuthInfoDetail](https://cloud.tencent.com/document/api/1420/61525#AuthInfoDetail)
|
|
114
|
+
* [HasAuthOrganization](https://cloud.tencent.com/document/api/1420/61525#HasAuthOrganization)
|
|
115
|
+
* [HasAuthUser](https://cloud.tencent.com/document/api/1420/61525#HasAuthUser)
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
120
|
+
|
|
121
|
+
* 新增成员:SignTypeSelector
|
|
37
122
|
|
|
38
123
|
|
|
39
124
|
|
|
@@ -44,9 +129,32 @@
|
|
|
44
129
|
|
|
45
130
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
46
131
|
|
|
47
|
-
### 第
|
|
132
|
+
### 第 3 次发布
|
|
48
133
|
|
|
49
|
-
发布时间:2023-12-
|
|
134
|
+
发布时间:2023-12-15 19:46:46
|
|
135
|
+
|
|
136
|
+
本次发布包含了以下内容:
|
|
137
|
+
|
|
138
|
+
改善已有的文档。
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [DeviceDetail](https://cloud.tencent.com/document/api/1092/102488#DeviceDetail)
|
|
143
|
+
|
|
144
|
+
修改数据结构:
|
|
145
|
+
|
|
146
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
147
|
+
|
|
148
|
+
* 新增成员:Items
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
154
|
+
|
|
155
|
+
### 第 99 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2023-12-15 19:59:38
|
|
50
158
|
|
|
51
159
|
本次发布包含了以下内容:
|
|
52
160
|
|
|
@@ -54,41 +162,87 @@
|
|
|
54
162
|
|
|
55
163
|
修改接口:
|
|
56
164
|
|
|
57
|
-
* [
|
|
165
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
58
166
|
|
|
59
|
-
*
|
|
167
|
+
* 新增出参:ImageNeedUpdate
|
|
60
168
|
|
|
61
|
-
|
|
169
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
170
|
+
|
|
171
|
+
* 新增出参:ImageNeedUpdate
|
|
172
|
+
|
|
173
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
174
|
+
|
|
175
|
+
* <font color="#dd0000">**修改入参**:</font>ClusterType
|
|
176
|
+
|
|
177
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
|
|
178
|
+
|
|
179
|
+
* 新增入参:UpdateImage
|
|
62
180
|
|
|
63
181
|
|
|
64
182
|
新增数据结构:
|
|
65
183
|
|
|
66
|
-
* [
|
|
67
|
-
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
68
|
-
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
69
|
-
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
70
|
-
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
71
|
-
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
184
|
+
* [PrometheusTarget](https://cloud.tencent.com/document/api/248/30354#PrometheusTarget)
|
|
72
185
|
|
|
73
|
-
|
|
186
|
+
修改数据结构:
|
|
74
187
|
|
|
75
|
-
|
|
188
|
+
* [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
|
|
189
|
+
|
|
190
|
+
* 新增成员:Targets, JobName, Total, Up
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
196
|
+
|
|
197
|
+
### 第 50 次发布
|
|
198
|
+
|
|
199
|
+
发布时间:2023-12-15 20:14:50
|
|
76
200
|
|
|
77
201
|
本次发布包含了以下内容:
|
|
78
202
|
|
|
79
203
|
改善已有的文档。
|
|
80
204
|
|
|
81
|
-
|
|
205
|
+
修改接口:
|
|
82
206
|
|
|
83
|
-
* [
|
|
207
|
+
* [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
|
|
84
208
|
|
|
209
|
+
* 新增入参:Tags, IsPendingIssue
|
|
85
210
|
|
|
86
211
|
|
|
87
|
-
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
88
212
|
|
|
89
|
-
### 第 48 次发布
|
|
90
213
|
|
|
91
|
-
|
|
214
|
+
## 自动化助手(tat) 版本:2020-10-28
|
|
215
|
+
|
|
216
|
+
### 第 22 次发布
|
|
217
|
+
|
|
218
|
+
发布时间:2023-12-15 20:16:37
|
|
219
|
+
|
|
220
|
+
本次发布包含了以下内容:
|
|
221
|
+
|
|
222
|
+
改善已有的文档。
|
|
223
|
+
|
|
224
|
+
修改数据结构:
|
|
225
|
+
|
|
226
|
+
* [AutomationAgentInfo](https://cloud.tencent.com/document/api/1340/52687#AutomationAgentInfo)
|
|
227
|
+
|
|
228
|
+
* <font color="#dd0000">**修改成员**:</font>SupportFeatures
|
|
229
|
+
|
|
230
|
+
* [CommandDocument](https://cloud.tencent.com/document/api/1340/52687#CommandDocument)
|
|
231
|
+
|
|
232
|
+
* <font color="#dd0000">**修改成员**:</font>OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
233
|
+
|
|
234
|
+
* [RegisterCodeInfo](https://cloud.tencent.com/document/api/1340/52687#RegisterCodeInfo)
|
|
235
|
+
|
|
236
|
+
* <font color="#dd0000">**修改成员**:</font>RegisterCodeId, Description, InstanceNamePrefix, RegisterLimit, ExpiredTime, IpAddressRange, Enabled, RegisteredCount, CreatedTime, UpdatedTime
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
242
|
+
|
|
243
|
+
### 第 63 次发布
|
|
244
|
+
|
|
245
|
+
发布时间:2023-12-15 20:46:29
|
|
92
246
|
|
|
93
247
|
本次发布包含了以下内容:
|
|
94
248
|
|
|
@@ -96,13 +250,20 @@
|
|
|
96
250
|
|
|
97
251
|
修改接口:
|
|
98
252
|
|
|
99
|
-
* [
|
|
253
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
100
254
|
|
|
101
|
-
* 新增入参:
|
|
255
|
+
* 新增入参:RequestFromSource
|
|
102
256
|
|
|
103
|
-
* [
|
|
257
|
+
* [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
|
|
104
258
|
|
|
105
|
-
*
|
|
259
|
+
* 新增入参:RequestFromSource
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
修改数据结构:
|
|
263
|
+
|
|
264
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
265
|
+
|
|
266
|
+
* 新增成员:DictionaryId, DictionaryName
|
|
106
267
|
|
|
107
268
|
|
|
108
269
|
|
|
@@ -28731,7 +28892,7 @@
|
|
|
28731
28892
|
|
|
28732
28893
|
|
|
28733
28894
|
|
|
28734
|
-
##
|
|
28895
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
28735
28896
|
|
|
28736
28897
|
### 第 12 次发布
|
|
28737
28898
|
|
|
@@ -35374,6 +35535,22 @@
|
|
|
35374
35535
|
|
|
35375
35536
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35376
35537
|
|
|
35538
|
+
### 第 26 次发布
|
|
35539
|
+
|
|
35540
|
+
发布时间:2023-12-15 19:18:42
|
|
35541
|
+
|
|
35542
|
+
本次发布包含了以下内容:
|
|
35543
|
+
|
|
35544
|
+
改善已有的文档。
|
|
35545
|
+
|
|
35546
|
+
新增接口:
|
|
35547
|
+
|
|
35548
|
+
* [[DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)](https://cloud.tencent.com/document/api/#/#)
|
|
35549
|
+
|
|
35550
|
+
新增数据结构:
|
|
35551
|
+
|
|
35552
|
+
* [[OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo)](https://cloud.tencent.com/document/api/664/90825#[OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo))
|
|
35553
|
+
|
|
35377
35554
|
### 第 25 次发布
|
|
35378
35555
|
|
|
35379
35556
|
发布时间:2023-12-12 01:27:48
|
|
@@ -46928,6 +47105,33 @@
|
|
|
46928
47105
|
|
|
46929
47106
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46930
47107
|
|
|
47108
|
+
### 第 79 次发布
|
|
47109
|
+
|
|
47110
|
+
发布时间:2023-12-15 19:29:56
|
|
47111
|
+
|
|
47112
|
+
本次发布包含了以下内容:
|
|
47113
|
+
|
|
47114
|
+
改善已有的文档。
|
|
47115
|
+
|
|
47116
|
+
修改接口:
|
|
47117
|
+
|
|
47118
|
+
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
47119
|
+
|
|
47120
|
+
* 新增入参:CustomKey
|
|
47121
|
+
|
|
47122
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
47123
|
+
|
|
47124
|
+
* 新增入参:CustomKey
|
|
47125
|
+
|
|
47126
|
+
* [DescribeSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/98747)
|
|
47127
|
+
|
|
47128
|
+
* 新增入参:CustomKey
|
|
47129
|
+
|
|
47130
|
+
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
47131
|
+
|
|
47132
|
+
* 新增入参:CustomKey
|
|
47133
|
+
|
|
47134
|
+
|
|
46931
47135
|
### 第 78 次发布
|
|
46932
47136
|
|
|
46933
47137
|
发布时间:2023-12-07 01:38:53
|
|
@@ -49234,6 +49438,25 @@
|
|
|
49234
49438
|
|
|
49235
49439
|
## 域名注册(domain) 版本:2018-08-08
|
|
49236
49440
|
|
|
49441
|
+
### 第 29 次发布
|
|
49442
|
+
|
|
49443
|
+
发布时间:2023-12-15 01:10:52
|
|
49444
|
+
|
|
49445
|
+
本次发布包含了以下内容:
|
|
49446
|
+
|
|
49447
|
+
改善已有的文档。
|
|
49448
|
+
|
|
49449
|
+
修改数据结构:
|
|
49450
|
+
|
|
49451
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
49452
|
+
|
|
49453
|
+
* 新增成员:Action, BigDealId
|
|
49454
|
+
|
|
49455
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
49456
|
+
|
|
49457
|
+
* 新增成员:Success, Doing, Failed
|
|
49458
|
+
|
|
49459
|
+
|
|
49237
49460
|
### 第 28 次发布
|
|
49238
49461
|
|
|
49239
49462
|
发布时间:2023-12-12 01:41:31
|
|
@@ -56575,6 +56798,37 @@
|
|
|
56575
56798
|
|
|
56576
56799
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56577
56800
|
|
|
56801
|
+
### 第 142 次发布
|
|
56802
|
+
|
|
56803
|
+
发布时间:2023-12-15 19:39:22
|
|
56804
|
+
|
|
56805
|
+
本次发布包含了以下内容:
|
|
56806
|
+
|
|
56807
|
+
改善已有的文档。
|
|
56808
|
+
|
|
56809
|
+
新增接口:
|
|
56810
|
+
|
|
56811
|
+
* [[DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1323/102513)](https://cloud.tencent.com/document/api/#/#)
|
|
56812
|
+
|
|
56813
|
+
修改接口:
|
|
56814
|
+
|
|
56815
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
56816
|
+
|
|
56817
|
+
* 新增入参:SignTypeSelector
|
|
56818
|
+
|
|
56819
|
+
|
|
56820
|
+
新增数据结构:
|
|
56821
|
+
|
|
56822
|
+
* [[AuthInfoDetail](https://cloud.tencent.com/document/api/1323/70369#AuthInfoDetail)](https://cloud.tencent.com/document/api/1323/70369#[AuthInfoDetail](https://cloud.tencent.com/document/api/1323/70369#AuthInfoDetail))
|
|
56823
|
+
* [[HasAuthOrganization](https://cloud.tencent.com/document/api/1323/70369#HasAuthOrganization)](https://cloud.tencent.com/document/api/1323/70369#[HasAuthOrganization](https://cloud.tencent.com/document/api/1323/70369#HasAuthOrganization))
|
|
56824
|
+
|
|
56825
|
+
修改数据结构:
|
|
56826
|
+
|
|
56827
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
56828
|
+
|
|
56829
|
+
* 新增成员:SignTypeSelector
|
|
56830
|
+
|
|
56831
|
+
|
|
56578
56832
|
### 第 141 次发布
|
|
56579
56833
|
|
|
56580
56834
|
发布时间:2023-12-14 01:47:26
|
|
@@ -59305,6 +59559,57 @@
|
|
|
59305
59559
|
|
|
59306
59560
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59307
59561
|
|
|
59562
|
+
### 第 144 次发布
|
|
59563
|
+
|
|
59564
|
+
发布时间:2023-12-15 19:40:36
|
|
59565
|
+
|
|
59566
|
+
本次发布包含了以下内容:
|
|
59567
|
+
|
|
59568
|
+
改善已有的文档。
|
|
59569
|
+
|
|
59570
|
+
新增接口:
|
|
59571
|
+
|
|
59572
|
+
* [[CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)](https://cloud.tencent.com/document/api/#/#)
|
|
59573
|
+
* [[DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1420/102514)](https://cloud.tencent.com/document/api/#/#)
|
|
59574
|
+
|
|
59575
|
+
修改接口:
|
|
59576
|
+
|
|
59577
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
59578
|
+
|
|
59579
|
+
* 新增入参:SignTypeSelector
|
|
59580
|
+
|
|
59581
|
+
|
|
59582
|
+
新增数据结构:
|
|
59583
|
+
|
|
59584
|
+
* [[AuthInfoDetail](https://cloud.tencent.com/document/api/1420/61525#AuthInfoDetail)](https://cloud.tencent.com/document/api/1420/61525#[AuthInfoDetail](https://cloud.tencent.com/document/api/1420/61525#AuthInfoDetail))
|
|
59585
|
+
* [[HasAuthOrganization](https://cloud.tencent.com/document/api/1420/61525#HasAuthOrganization)](https://cloud.tencent.com/document/api/1420/61525#[HasAuthOrganization](https://cloud.tencent.com/document/api/1420/61525#HasAuthOrganization))
|
|
59586
|
+
* [[HasAuthUser](https://cloud.tencent.com/document/api/1420/61525#HasAuthUser)](https://cloud.tencent.com/document/api/1420/61525#[HasAuthUser](https://cloud.tencent.com/document/api/1420/61525#HasAuthUser))
|
|
59587
|
+
|
|
59588
|
+
修改数据结构:
|
|
59589
|
+
|
|
59590
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
59591
|
+
|
|
59592
|
+
* 新增成员:SignTypeSelector
|
|
59593
|
+
|
|
59594
|
+
|
|
59595
|
+
### 第 143 次发布
|
|
59596
|
+
|
|
59597
|
+
发布时间:2023-12-14 16:39:27
|
|
59598
|
+
|
|
59599
|
+
本次发布包含了以下内容:
|
|
59600
|
+
|
|
59601
|
+
改善已有的文档。
|
|
59602
|
+
|
|
59603
|
+
新增接口:
|
|
59604
|
+
|
|
59605
|
+
* [CreateBatchOrganizationRegistrationTasks](https://cloud.tencent.com/document/api/1420/102492)
|
|
59606
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1420/102491)
|
|
59607
|
+
|
|
59608
|
+
新增数据结构:
|
|
59609
|
+
|
|
59610
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1420/61525#OrganizationAuthUrl)
|
|
59611
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
59612
|
+
|
|
59308
59613
|
### 第 142 次发布
|
|
59309
59614
|
|
|
59310
59615
|
发布时间:2023-12-14 01:49:14
|
|
@@ -68681,6 +68986,25 @@
|
|
|
68681
68986
|
|
|
68682
68987
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
68683
68988
|
|
|
68989
|
+
### 第 3 次发布
|
|
68990
|
+
|
|
68991
|
+
发布时间:2023-12-15 19:46:46
|
|
68992
|
+
|
|
68993
|
+
本次发布包含了以下内容:
|
|
68994
|
+
|
|
68995
|
+
改善已有的文档。
|
|
68996
|
+
|
|
68997
|
+
新增数据结构:
|
|
68998
|
+
|
|
68999
|
+
* [[DeviceDetail](https://cloud.tencent.com/document/api/1092/102488#DeviceDetail)](https://cloud.tencent.com/document/api/1092/102488#[DeviceDetail](https://cloud.tencent.com/document/api/1092/102488#DeviceDetail))
|
|
69000
|
+
|
|
69001
|
+
修改数据结构:
|
|
69002
|
+
|
|
69003
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
69004
|
+
|
|
69005
|
+
* 新增成员:Items
|
|
69006
|
+
|
|
69007
|
+
|
|
68684
69008
|
### 第 2 次发布
|
|
68685
69009
|
|
|
68686
69010
|
发布时间:2023-12-14 12:16:14
|
|
@@ -68700,12 +69024,12 @@
|
|
|
68700
69024
|
|
|
68701
69025
|
新增数据结构:
|
|
68702
69026
|
|
|
68703
|
-
* [
|
|
68704
|
-
* [
|
|
68705
|
-
* [
|
|
68706
|
-
* [
|
|
68707
|
-
* [
|
|
68708
|
-
* [
|
|
69027
|
+
* [Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)
|
|
69028
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
69029
|
+
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
69030
|
+
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
69031
|
+
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
69032
|
+
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
68709
69033
|
|
|
68710
69034
|
### 第 1 次发布
|
|
68711
69035
|
|
|
@@ -68717,7 +69041,7 @@
|
|
|
68717
69041
|
|
|
68718
69042
|
新增接口:
|
|
68719
69043
|
|
|
68720
|
-
* [
|
|
69044
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
68721
69045
|
|
|
68722
69046
|
|
|
68723
69047
|
|
|
@@ -81391,6 +81715,44 @@
|
|
|
81391
81715
|
|
|
81392
81716
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
81393
81717
|
|
|
81718
|
+
### 第 99 次发布
|
|
81719
|
+
|
|
81720
|
+
发布时间:2023-12-15 19:59:38
|
|
81721
|
+
|
|
81722
|
+
本次发布包含了以下内容:
|
|
81723
|
+
|
|
81724
|
+
改善已有的文档。
|
|
81725
|
+
|
|
81726
|
+
修改接口:
|
|
81727
|
+
|
|
81728
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
81729
|
+
|
|
81730
|
+
* 新增出参:ImageNeedUpdate
|
|
81731
|
+
|
|
81732
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
81733
|
+
|
|
81734
|
+
* 新增出参:ImageNeedUpdate
|
|
81735
|
+
|
|
81736
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
81737
|
+
|
|
81738
|
+
* <font color="#dd0000">**修改入参**:</font>ClusterType
|
|
81739
|
+
|
|
81740
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
|
|
81741
|
+
|
|
81742
|
+
* 新增入参:UpdateImage
|
|
81743
|
+
|
|
81744
|
+
|
|
81745
|
+
新增数据结构:
|
|
81746
|
+
|
|
81747
|
+
* [[PrometheusTarget](https://cloud.tencent.com/document/api/248/30354#PrometheusTarget)](https://cloud.tencent.com/document/api/248/30354#[PrometheusTarget](https://cloud.tencent.com/document/api/248/30354#PrometheusTarget))
|
|
81748
|
+
|
|
81749
|
+
修改数据结构:
|
|
81750
|
+
|
|
81751
|
+
* [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
|
|
81752
|
+
|
|
81753
|
+
* 新增成员:Targets, JobName, Total, Up
|
|
81754
|
+
|
|
81755
|
+
|
|
81394
81756
|
### 第 98 次发布
|
|
81395
81757
|
|
|
81396
81758
|
发布时间:2023-12-11 01:02:24
|
|
@@ -100373,6 +100735,21 @@
|
|
|
100373
100735
|
|
|
100374
100736
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
100375
100737
|
|
|
100738
|
+
### 第 50 次发布
|
|
100739
|
+
|
|
100740
|
+
发布时间:2023-12-15 20:14:50
|
|
100741
|
+
|
|
100742
|
+
本次发布包含了以下内容:
|
|
100743
|
+
|
|
100744
|
+
改善已有的文档。
|
|
100745
|
+
|
|
100746
|
+
修改接口:
|
|
100747
|
+
|
|
100748
|
+
* [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
|
|
100749
|
+
|
|
100750
|
+
* 新增入参:Tags, IsPendingIssue
|
|
100751
|
+
|
|
100752
|
+
|
|
100376
100753
|
### 第 49 次发布
|
|
100377
100754
|
|
|
100378
100755
|
发布时间:2023-11-30 05:53:04
|
|
@@ -102426,6 +102803,29 @@
|
|
|
102426
102803
|
|
|
102427
102804
|
## 自动化助手(tat) 版本:2020-10-28
|
|
102428
102805
|
|
|
102806
|
+
### 第 22 次发布
|
|
102807
|
+
|
|
102808
|
+
发布时间:2023-12-15 20:16:37
|
|
102809
|
+
|
|
102810
|
+
本次发布包含了以下内容:
|
|
102811
|
+
|
|
102812
|
+
改善已有的文档。
|
|
102813
|
+
|
|
102814
|
+
修改数据结构:
|
|
102815
|
+
|
|
102816
|
+
* [AutomationAgentInfo](https://cloud.tencent.com/document/api/1340/52687#AutomationAgentInfo)
|
|
102817
|
+
|
|
102818
|
+
* <font color="#dd0000">**修改成员**:</font>SupportFeatures
|
|
102819
|
+
|
|
102820
|
+
* [CommandDocument](https://cloud.tencent.com/document/api/1340/52687#CommandDocument)
|
|
102821
|
+
|
|
102822
|
+
* <font color="#dd0000">**修改成员**:</font>OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
102823
|
+
|
|
102824
|
+
* [RegisterCodeInfo](https://cloud.tencent.com/document/api/1340/52687#RegisterCodeInfo)
|
|
102825
|
+
|
|
102826
|
+
* <font color="#dd0000">**修改成员**:</font>RegisterCodeId, Description, InstanceNamePrefix, RegisterLimit, ExpiredTime, IpAddressRange, Enabled, RegisteredCount, CreatedTime, UpdatedTime
|
|
102827
|
+
|
|
102828
|
+
|
|
102429
102829
|
### 第 21 次发布
|
|
102430
102830
|
|
|
102431
102831
|
发布时间:2023-10-11 02:22:08
|
|
@@ -110558,6 +110958,22 @@
|
|
|
110558
110958
|
|
|
110559
110959
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
110560
110960
|
|
|
110961
|
+
### 第 98 次发布
|
|
110962
|
+
|
|
110963
|
+
发布时间:2023-12-14 16:31:17
|
|
110964
|
+
|
|
110965
|
+
本次发布包含了以下内容:
|
|
110966
|
+
|
|
110967
|
+
改善已有的文档。
|
|
110968
|
+
|
|
110969
|
+
新增接口:
|
|
110970
|
+
|
|
110971
|
+
* [DescribeRocketMQConsumerConnectionDetail](https://cloud.tencent.com/document/api/1179/102490)
|
|
110972
|
+
|
|
110973
|
+
新增数据结构:
|
|
110974
|
+
|
|
110975
|
+
* [RocketMQConsumerTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQConsumerTopic)
|
|
110976
|
+
|
|
110561
110977
|
### 第 97 次发布
|
|
110562
110978
|
|
|
110563
110979
|
发布时间:2023-12-13 02:31:49
|
|
@@ -142152,6 +142568,32 @@
|
|
|
142152
142568
|
|
|
142153
142569
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
142154
142570
|
|
|
142571
|
+
### 第 63 次发布
|
|
142572
|
+
|
|
142573
|
+
发布时间:2023-12-15 20:46:29
|
|
142574
|
+
|
|
142575
|
+
本次发布包含了以下内容:
|
|
142576
|
+
|
|
142577
|
+
改善已有的文档。
|
|
142578
|
+
|
|
142579
|
+
修改接口:
|
|
142580
|
+
|
|
142581
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
142582
|
+
|
|
142583
|
+
* 新增入参:RequestFromSource
|
|
142584
|
+
|
|
142585
|
+
* [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
|
|
142586
|
+
|
|
142587
|
+
* 新增入参:RequestFromSource
|
|
142588
|
+
|
|
142589
|
+
|
|
142590
|
+
修改数据结构:
|
|
142591
|
+
|
|
142592
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
142593
|
+
|
|
142594
|
+
* 新增成员:DictionaryId, DictionaryName
|
|
142595
|
+
|
|
142596
|
+
|
|
142155
142597
|
### 第 62 次发布
|
|
142156
142598
|
|
|
142157
142599
|
发布时间:2023-12-07 02:52:47
|