tencentcloud-sdk-nodejs 4.0.759 → 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 +270 -0
- package/SERVICE_CHANGELOG.md +481 -8
- package/package.json +1 -1
- package/products.md +22 -22
- 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/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 +41 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +271 -73
- 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/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/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 +22 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +264 -73
- 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/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 +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,24 +1,269 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
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)
|
|
4
20
|
|
|
5
|
-
### 第 29 次发布
|
|
6
21
|
|
|
7
|
-
|
|
22
|
+
|
|
23
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
24
|
+
|
|
25
|
+
### 第 79 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2023-12-15 19:29:56
|
|
8
28
|
|
|
9
29
|
本次发布包含了以下内容:
|
|
10
30
|
|
|
11
31
|
改善已有的文档。
|
|
12
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
|
+
|
|
54
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
55
|
+
|
|
56
|
+
### 第 142 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2023-12-15 19:39:22
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
新增接口:
|
|
65
|
+
|
|
66
|
+
* [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1323/102513)
|
|
67
|
+
|
|
68
|
+
修改接口:
|
|
69
|
+
|
|
70
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
71
|
+
|
|
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
|
+
|
|
13
80
|
修改数据结构:
|
|
14
81
|
|
|
15
|
-
* [
|
|
82
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
16
83
|
|
|
17
|
-
* 新增成员:
|
|
84
|
+
* 新增成员:SignTypeSelector
|
|
18
85
|
|
|
19
|
-
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
20
86
|
|
|
21
|
-
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
90
|
+
|
|
91
|
+
### 第 144 次发布
|
|
92
|
+
|
|
93
|
+
发布时间:2023-12-15 19:40:36
|
|
94
|
+
|
|
95
|
+
本次发布包含了以下内容:
|
|
96
|
+
|
|
97
|
+
改善已有的文档。
|
|
98
|
+
|
|
99
|
+
新增接口:
|
|
100
|
+
|
|
101
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
102
|
+
* [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1420/102514)
|
|
103
|
+
|
|
104
|
+
修改接口:
|
|
105
|
+
|
|
106
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
107
|
+
|
|
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
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
131
|
+
|
|
132
|
+
### 第 3 次发布
|
|
133
|
+
|
|
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
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
166
|
+
|
|
167
|
+
* 新增出参:ImageNeedUpdate
|
|
168
|
+
|
|
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
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
新增数据结构:
|
|
183
|
+
|
|
184
|
+
* [PrometheusTarget](https://cloud.tencent.com/document/api/248/30354#PrometheusTarget)
|
|
185
|
+
|
|
186
|
+
修改数据结构:
|
|
187
|
+
|
|
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
|
|
200
|
+
|
|
201
|
+
本次发布包含了以下内容:
|
|
202
|
+
|
|
203
|
+
改善已有的文档。
|
|
204
|
+
|
|
205
|
+
修改接口:
|
|
206
|
+
|
|
207
|
+
* [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
|
|
208
|
+
|
|
209
|
+
* 新增入参:Tags, IsPendingIssue
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
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
|
|
246
|
+
|
|
247
|
+
本次发布包含了以下内容:
|
|
248
|
+
|
|
249
|
+
改善已有的文档。
|
|
250
|
+
|
|
251
|
+
修改接口:
|
|
252
|
+
|
|
253
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
254
|
+
|
|
255
|
+
* 新增入参:RequestFromSource
|
|
256
|
+
|
|
257
|
+
* [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
|
|
258
|
+
|
|
259
|
+
* 新增入参:RequestFromSource
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
修改数据结构:
|
|
263
|
+
|
|
264
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
265
|
+
|
|
266
|
+
* 新增成员:DictionaryId, DictionaryName
|
|
22
267
|
|
|
23
268
|
|
|
24
269
|
|
|
@@ -28647,7 +28892,7 @@
|
|
|
28647
28892
|
|
|
28648
28893
|
|
|
28649
28894
|
|
|
28650
|
-
##
|
|
28895
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
28651
28896
|
|
|
28652
28897
|
### 第 12 次发布
|
|
28653
28898
|
|
|
@@ -35290,6 +35535,22 @@
|
|
|
35290
35535
|
|
|
35291
35536
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35292
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
|
+
|
|
35293
35554
|
### 第 25 次发布
|
|
35294
35555
|
|
|
35295
35556
|
发布时间:2023-12-12 01:27:48
|
|
@@ -46844,6 +47105,33 @@
|
|
|
46844
47105
|
|
|
46845
47106
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46846
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
|
+
|
|
46847
47135
|
### 第 78 次发布
|
|
46848
47136
|
|
|
46849
47137
|
发布时间:2023-12-07 01:38:53
|
|
@@ -56510,6 +56798,37 @@
|
|
|
56510
56798
|
|
|
56511
56799
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56512
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
|
+
|
|
56513
56832
|
### 第 141 次发布
|
|
56514
56833
|
|
|
56515
56834
|
发布时间:2023-12-14 01:47:26
|
|
@@ -59240,6 +59559,39 @@
|
|
|
59240
59559
|
|
|
59241
59560
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59242
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
|
+
|
|
59243
59595
|
### 第 143 次发布
|
|
59244
59596
|
|
|
59245
59597
|
发布时间:2023-12-14 16:39:27
|
|
@@ -68634,6 +68986,25 @@
|
|
|
68634
68986
|
|
|
68635
68987
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
68636
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
|
+
|
|
68637
69008
|
### 第 2 次发布
|
|
68638
69009
|
|
|
68639
69010
|
发布时间:2023-12-14 12:16:14
|
|
@@ -81344,6 +81715,44 @@
|
|
|
81344
81715
|
|
|
81345
81716
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
81346
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
|
+
|
|
81347
81756
|
### 第 98 次发布
|
|
81348
81757
|
|
|
81349
81758
|
发布时间:2023-12-11 01:02:24
|
|
@@ -100326,6 +100735,21 @@
|
|
|
100326
100735
|
|
|
100327
100736
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
100328
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
|
+
|
|
100329
100753
|
### 第 49 次发布
|
|
100330
100754
|
|
|
100331
100755
|
发布时间:2023-11-30 05:53:04
|
|
@@ -102379,6 +102803,29 @@
|
|
|
102379
102803
|
|
|
102380
102804
|
## 自动化助手(tat) 版本:2020-10-28
|
|
102381
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
|
+
|
|
102382
102829
|
### 第 21 次发布
|
|
102383
102830
|
|
|
102384
102831
|
发布时间:2023-10-11 02:22:08
|
|
@@ -142121,6 +142568,32 @@
|
|
|
142121
142568
|
|
|
142122
142569
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
142123
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
|
+
|
|
142124
142597
|
### 第 62 次发布
|
|
142125
142598
|
|
|
142126
142599
|
发布时间:2023-12-07 02:52:47
|