tencentcloud-sdk-nodejs-ess 4.0.700 → 4.0.701
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 +276 -0
- package/SERVICE_CHANGELOG.md +463 -11
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/services/ess/v20201111/ess_client.ts +4 -2
- package/src/services/ess/v20201111/ess_models.ts +10 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,279 @@
|
|
|
1
|
+
# Release 4.0.701
|
|
2
|
+
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 51 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-09 01:07:08
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/599/15912#InstanceTypeQuotaItem)
|
|
16
|
+
|
|
17
|
+
* 新增成员:StatusCategory
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 117 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-10-09 01:11:19
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/213/15753#InstanceTypeQuotaItem)
|
|
35
|
+
|
|
36
|
+
* 新增成员:StatusCategory
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
42
|
+
|
|
43
|
+
### 第 63 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-10-09 01:13:07
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [CheckDataEngineConfigPairsValidity](https://cloud.tencent.com/document/api/1342/99277)
|
|
54
|
+
* [CheckDataEngineImageCanBeRollback](https://cloud.tencent.com/document/api/1342/99276)
|
|
55
|
+
* [CheckDataEngineImageCanBeUpgrade](https://cloud.tencent.com/document/api/1342/99275)
|
|
56
|
+
* [DeleteDataEngine](https://cloud.tencent.com/document/api/1342/99279)
|
|
57
|
+
* [DescribeDataEngine](https://cloud.tencent.com/document/api/1342/99274)
|
|
58
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
59
|
+
* [DescribeDataEnginePythonSparkImages](https://cloud.tencent.com/document/api/1342/99273)
|
|
60
|
+
* [DescribeUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99278)
|
|
61
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1342/99262)
|
|
62
|
+
* [DescribeUserType](https://cloud.tencent.com/document/api/1342/99261)
|
|
63
|
+
* [DescribeWorkGroupInfo](https://cloud.tencent.com/document/api/1342/99260)
|
|
64
|
+
* [ModifyDataEngineDescription](https://cloud.tencent.com/document/api/1342/99269)
|
|
65
|
+
* [ModifyUserType](https://cloud.tencent.com/document/api/1342/99259)
|
|
66
|
+
* [RenewDataEngine](https://cloud.tencent.com/document/api/1342/99272)
|
|
67
|
+
* [RestartDataEngine](https://cloud.tencent.com/document/api/1342/99268)
|
|
68
|
+
* [RollbackDataEngineImage](https://cloud.tencent.com/document/api/1342/99267)
|
|
69
|
+
* [SwitchDataEngineImage](https://cloud.tencent.com/document/api/1342/99266)
|
|
70
|
+
* [UpdateDataEngine](https://cloud.tencent.com/document/api/1342/99271)
|
|
71
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
72
|
+
* [UpdateUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99264)
|
|
73
|
+
* [UpgradeDataEngineImage](https://cloud.tencent.com/document/api/1342/99263)
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion)
|
|
78
|
+
* [Policys](https://cloud.tencent.com/document/api/1342/53778#Policys)
|
|
79
|
+
* [PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage)
|
|
80
|
+
* [UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo)
|
|
81
|
+
* [Users](https://cloud.tencent.com/document/api/1342/53778#Users)
|
|
82
|
+
* [WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo)
|
|
83
|
+
* [WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
88
|
+
|
|
89
|
+
### 第 47 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-10-09 01:15:32
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改数据结构:
|
|
98
|
+
|
|
99
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
100
|
+
|
|
101
|
+
* 新增成员:IndexMetaJson
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
107
|
+
|
|
108
|
+
### 第 124 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2023-10-09 01:15:43
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:ShareTemplateId
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
126
|
+
|
|
127
|
+
### 第 118 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2023-10-09 07:05:45
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
新增接口:
|
|
136
|
+
|
|
137
|
+
* [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
|
|
138
|
+
|
|
139
|
+
新增数据结构:
|
|
140
|
+
|
|
141
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
142
|
+
|
|
143
|
+
### 第 117 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2023-10-09 00:00:55
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
新增接口:
|
|
152
|
+
|
|
153
|
+
* [ChannelCreateOrganizationBatchSignUrl](https://cloud.tencent.com/document/api/1420/99258)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
162
|
+
|
|
163
|
+
### 第 95 次发布
|
|
164
|
+
|
|
165
|
+
发布时间:2023-10-09 01:19:36
|
|
166
|
+
|
|
167
|
+
本次发布包含了以下内容:
|
|
168
|
+
|
|
169
|
+
改善已有的文档。
|
|
170
|
+
|
|
171
|
+
修改数据结构:
|
|
172
|
+
|
|
173
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
174
|
+
|
|
175
|
+
* 新增成员:ZoneResourceState
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
181
|
+
|
|
182
|
+
### 第 40 次发布
|
|
183
|
+
|
|
184
|
+
发布时间:2023-10-09 01:20:54
|
|
185
|
+
|
|
186
|
+
本次发布包含了以下内容:
|
|
187
|
+
|
|
188
|
+
改善已有的文档。
|
|
189
|
+
|
|
190
|
+
新增接口:
|
|
191
|
+
|
|
192
|
+
* [UpgradeDBInstanceMajorVersion](https://cloud.tencent.com/document/api/409/99280)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
197
|
+
|
|
198
|
+
### 第 45 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2023-10-09 01:22:23
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
207
|
+
|
|
208
|
+
* HostCertificate
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
213
|
+
|
|
214
|
+
### 第 21 次发布
|
|
215
|
+
|
|
216
|
+
发布时间:2023-10-09 01:23:14
|
|
217
|
+
|
|
218
|
+
本次发布包含了以下内容:
|
|
219
|
+
|
|
220
|
+
改善已有的文档。
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
225
|
+
|
|
226
|
+
* 新增成员:Region
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
232
|
+
|
|
233
|
+
### 第 78 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2023-10-09 01:24:14
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
修改接口:
|
|
242
|
+
|
|
243
|
+
* [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/api/1179/97761)
|
|
244
|
+
|
|
245
|
+
* 新增入参:Tag, QueryDeadLetterMessage
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
新增数据结构:
|
|
249
|
+
|
|
250
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
251
|
+
|
|
252
|
+
修改数据结构:
|
|
253
|
+
|
|
254
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
255
|
+
|
|
256
|
+
* 新增成员:LastUpdateTime, SubscriptionCount, SubscriptionData
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
262
|
+
|
|
263
|
+
### 第 60 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2023-10-09 01:28:10
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
273
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
1
277
|
# Release 4.0.700
|
|
2
278
|
|
|
3
279
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,23 +1,156 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 51 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-09 01:07:08
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/599/15912#InstanceTypeQuotaItem)
|
|
16
|
+
|
|
17
|
+
* 新增成员:StatusCategory
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 117 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-10-09 01:11:19
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/213/15753#InstanceTypeQuotaItem)
|
|
35
|
+
|
|
36
|
+
* 新增成员:StatusCategory
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
42
|
+
|
|
43
|
+
### 第 63 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-10-09 01:13:07
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [CheckDataEngineConfigPairsValidity](https://cloud.tencent.com/document/api/1342/99277)
|
|
54
|
+
* [CheckDataEngineImageCanBeRollback](https://cloud.tencent.com/document/api/1342/99276)
|
|
55
|
+
* [CheckDataEngineImageCanBeUpgrade](https://cloud.tencent.com/document/api/1342/99275)
|
|
56
|
+
* [DeleteDataEngine](https://cloud.tencent.com/document/api/1342/99279)
|
|
57
|
+
* [DescribeDataEngine](https://cloud.tencent.com/document/api/1342/99274)
|
|
58
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
59
|
+
* [DescribeDataEnginePythonSparkImages](https://cloud.tencent.com/document/api/1342/99273)
|
|
60
|
+
* [DescribeUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99278)
|
|
61
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1342/99262)
|
|
62
|
+
* [DescribeUserType](https://cloud.tencent.com/document/api/1342/99261)
|
|
63
|
+
* [DescribeWorkGroupInfo](https://cloud.tencent.com/document/api/1342/99260)
|
|
64
|
+
* [ModifyDataEngineDescription](https://cloud.tencent.com/document/api/1342/99269)
|
|
65
|
+
* [ModifyUserType](https://cloud.tencent.com/document/api/1342/99259)
|
|
66
|
+
* [RenewDataEngine](https://cloud.tencent.com/document/api/1342/99272)
|
|
67
|
+
* [RestartDataEngine](https://cloud.tencent.com/document/api/1342/99268)
|
|
68
|
+
* [RollbackDataEngineImage](https://cloud.tencent.com/document/api/1342/99267)
|
|
69
|
+
* [SwitchDataEngineImage](https://cloud.tencent.com/document/api/1342/99266)
|
|
70
|
+
* [UpdateDataEngine](https://cloud.tencent.com/document/api/1342/99271)
|
|
71
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
72
|
+
* [UpdateUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99264)
|
|
73
|
+
* [UpgradeDataEngineImage](https://cloud.tencent.com/document/api/1342/99263)
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion)
|
|
78
|
+
* [Policys](https://cloud.tencent.com/document/api/1342/53778#Policys)
|
|
79
|
+
* [PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage)
|
|
80
|
+
* [UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo)
|
|
81
|
+
* [Users](https://cloud.tencent.com/document/api/1342/53778#Users)
|
|
82
|
+
* [WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo)
|
|
83
|
+
* [WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
88
|
+
|
|
89
|
+
### 第 47 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-10-09 01:15:32
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改数据结构:
|
|
98
|
+
|
|
99
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
100
|
+
|
|
101
|
+
* 新增成员:IndexMetaJson
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
107
|
+
|
|
108
|
+
### 第 124 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2023-10-09 01:15:43
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:ShareTemplateId
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
3
125
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
126
|
|
|
5
|
-
### 第
|
|
127
|
+
### 第 118 次发布
|
|
6
128
|
|
|
7
|
-
发布时间:2023-10-07
|
|
129
|
+
发布时间:2023-10-09 07:05:45
|
|
8
130
|
|
|
9
131
|
本次发布包含了以下内容:
|
|
10
132
|
|
|
11
133
|
改善已有的文档。
|
|
12
134
|
|
|
13
|
-
|
|
135
|
+
新增接口:
|
|
14
136
|
|
|
15
|
-
* [
|
|
137
|
+
* [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
|
|
16
138
|
|
|
17
|
-
|
|
139
|
+
新增数据结构:
|
|
18
140
|
|
|
19
|
-
|
|
141
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
142
|
+
|
|
143
|
+
### 第 117 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2023-10-09 00:00:55
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
新增接口:
|
|
20
152
|
|
|
153
|
+
* [ChannelCreateOrganizationBatchSignUrl](https://cloud.tencent.com/document/api/1420/99258)
|
|
21
154
|
|
|
22
155
|
|
|
23
156
|
|
|
@@ -25,11 +158,11 @@
|
|
|
25
158
|
|
|
26
159
|
|
|
27
160
|
|
|
28
|
-
##
|
|
161
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
29
162
|
|
|
30
|
-
### 第
|
|
163
|
+
### 第 95 次发布
|
|
31
164
|
|
|
32
|
-
发布时间:2023-09
|
|
165
|
+
发布时间:2023-10-09 01:19:36
|
|
33
166
|
|
|
34
167
|
本次发布包含了以下内容:
|
|
35
168
|
|
|
@@ -37,10 +170,107 @@
|
|
|
37
170
|
|
|
38
171
|
修改数据结构:
|
|
39
172
|
|
|
40
|
-
* [
|
|
173
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
41
174
|
|
|
42
|
-
* 新增成员:
|
|
175
|
+
* 新增成员:ZoneResourceState
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
181
|
+
|
|
182
|
+
### 第 40 次发布
|
|
183
|
+
|
|
184
|
+
发布时间:2023-10-09 01:20:54
|
|
185
|
+
|
|
186
|
+
本次发布包含了以下内容:
|
|
187
|
+
|
|
188
|
+
改善已有的文档。
|
|
189
|
+
|
|
190
|
+
新增接口:
|
|
191
|
+
|
|
192
|
+
* [UpgradeDBInstanceMajorVersion](https://cloud.tencent.com/document/api/409/99280)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
197
|
+
|
|
198
|
+
### 第 45 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2023-10-09 01:22:23
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
207
|
+
|
|
208
|
+
* HostCertificate
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
213
|
+
|
|
214
|
+
### 第 21 次发布
|
|
215
|
+
|
|
216
|
+
发布时间:2023-10-09 01:23:14
|
|
217
|
+
|
|
218
|
+
本次发布包含了以下内容:
|
|
219
|
+
|
|
220
|
+
改善已有的文档。
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
225
|
+
|
|
226
|
+
* 新增成员:Region
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
232
|
+
|
|
233
|
+
### 第 78 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2023-10-09 01:24:14
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
修改接口:
|
|
242
|
+
|
|
243
|
+
* [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/api/1179/97761)
|
|
244
|
+
|
|
245
|
+
* 新增入参:Tag, QueryDeadLetterMessage
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
新增数据结构:
|
|
249
|
+
|
|
250
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
251
|
+
|
|
252
|
+
修改数据结构:
|
|
253
|
+
|
|
254
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
43
255
|
|
|
256
|
+
* 新增成员:LastUpdateTime, SubscriptionCount, SubscriptionData
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
262
|
+
|
|
263
|
+
### 第 60 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2023-10-09 01:28:10
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
273
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
44
274
|
|
|
45
275
|
|
|
46
276
|
|
|
@@ -6807,6 +7037,21 @@
|
|
|
6807
7037
|
|
|
6808
7038
|
## 批量计算(batch) 版本:2017-03-12
|
|
6809
7039
|
|
|
7040
|
+
### 第 51 次发布
|
|
7041
|
+
|
|
7042
|
+
发布时间:2023-10-09 01:07:08
|
|
7043
|
+
|
|
7044
|
+
本次发布包含了以下内容:
|
|
7045
|
+
|
|
7046
|
+
改善已有的文档。
|
|
7047
|
+
|
|
7048
|
+
修改数据结构:
|
|
7049
|
+
|
|
7050
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/599/15912#InstanceTypeQuotaItem)
|
|
7051
|
+
|
|
7052
|
+
* 新增成员:StatusCategory
|
|
7053
|
+
|
|
7054
|
+
|
|
6810
7055
|
### 第 50 次发布
|
|
6811
7056
|
|
|
6812
7057
|
发布时间:2023-09-15 15:00:54
|
|
@@ -34515,6 +34760,21 @@
|
|
|
34515
34760
|
|
|
34516
34761
|
## 云服务器(cvm) 版本:2017-03-12
|
|
34517
34762
|
|
|
34763
|
+
### 第 117 次发布
|
|
34764
|
+
|
|
34765
|
+
发布时间:2023-10-09 01:11:19
|
|
34766
|
+
|
|
34767
|
+
本次发布包含了以下内容:
|
|
34768
|
+
|
|
34769
|
+
改善已有的文档。
|
|
34770
|
+
|
|
34771
|
+
修改数据结构:
|
|
34772
|
+
|
|
34773
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/213/15753#InstanceTypeQuotaItem)
|
|
34774
|
+
|
|
34775
|
+
* 新增成员:StatusCategory
|
|
34776
|
+
|
|
34777
|
+
|
|
34518
34778
|
### 第 116 次发布
|
|
34519
34779
|
|
|
34520
34780
|
发布时间:2023-09-13 01:29:52
|
|
@@ -44699,6 +44959,48 @@
|
|
|
44699
44959
|
|
|
44700
44960
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
44701
44961
|
|
|
44962
|
+
### 第 63 次发布
|
|
44963
|
+
|
|
44964
|
+
发布时间:2023-10-09 01:13:07
|
|
44965
|
+
|
|
44966
|
+
本次发布包含了以下内容:
|
|
44967
|
+
|
|
44968
|
+
改善已有的文档。
|
|
44969
|
+
|
|
44970
|
+
新增接口:
|
|
44971
|
+
|
|
44972
|
+
* [[CheckDataEngineConfigPairsValidity](https://cloud.tencent.com/document/api/1342/99277)](https://cloud.tencent.com/document/api/#/#)
|
|
44973
|
+
* [[CheckDataEngineImageCanBeRollback](https://cloud.tencent.com/document/api/1342/99276)](https://cloud.tencent.com/document/api/#/#)
|
|
44974
|
+
* [[CheckDataEngineImageCanBeUpgrade](https://cloud.tencent.com/document/api/1342/99275)](https://cloud.tencent.com/document/api/#/#)
|
|
44975
|
+
* [[DeleteDataEngine](https://cloud.tencent.com/document/api/1342/99279)](https://cloud.tencent.com/document/api/#/#)
|
|
44976
|
+
* [[DescribeDataEngine](https://cloud.tencent.com/document/api/1342/99274)](https://cloud.tencent.com/document/api/#/#)
|
|
44977
|
+
* [[DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)](https://cloud.tencent.com/document/api/#/#)
|
|
44978
|
+
* [[DescribeDataEnginePythonSparkImages](https://cloud.tencent.com/document/api/1342/99273)](https://cloud.tencent.com/document/api/#/#)
|
|
44979
|
+
* [[DescribeUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99278)](https://cloud.tencent.com/document/api/#/#)
|
|
44980
|
+
* [[DescribeUserInfo](https://cloud.tencent.com/document/api/1342/99262)](https://cloud.tencent.com/document/api/#/#)
|
|
44981
|
+
* [[DescribeUserType](https://cloud.tencent.com/document/api/1342/99261)](https://cloud.tencent.com/document/api/#/#)
|
|
44982
|
+
* [[DescribeWorkGroupInfo](https://cloud.tencent.com/document/api/1342/99260)](https://cloud.tencent.com/document/api/#/#)
|
|
44983
|
+
* [[ModifyDataEngineDescription](https://cloud.tencent.com/document/api/1342/99269)](https://cloud.tencent.com/document/api/#/#)
|
|
44984
|
+
* [[ModifyUserType](https://cloud.tencent.com/document/api/1342/99259)](https://cloud.tencent.com/document/api/#/#)
|
|
44985
|
+
* [[RenewDataEngine](https://cloud.tencent.com/document/api/1342/99272)](https://cloud.tencent.com/document/api/#/#)
|
|
44986
|
+
* [[RestartDataEngine](https://cloud.tencent.com/document/api/1342/99268)](https://cloud.tencent.com/document/api/#/#)
|
|
44987
|
+
* [[RollbackDataEngineImage](https://cloud.tencent.com/document/api/1342/99267)](https://cloud.tencent.com/document/api/#/#)
|
|
44988
|
+
* [[SwitchDataEngineImage](https://cloud.tencent.com/document/api/1342/99266)](https://cloud.tencent.com/document/api/#/#)
|
|
44989
|
+
* [[UpdateDataEngine](https://cloud.tencent.com/document/api/1342/99271)](https://cloud.tencent.com/document/api/#/#)
|
|
44990
|
+
* [[UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)](https://cloud.tencent.com/document/api/#/#)
|
|
44991
|
+
* [[UpdateUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99264)](https://cloud.tencent.com/document/api/#/#)
|
|
44992
|
+
* [[UpgradeDataEngineImage](https://cloud.tencent.com/document/api/1342/99263)](https://cloud.tencent.com/document/api/#/#)
|
|
44993
|
+
|
|
44994
|
+
新增数据结构:
|
|
44995
|
+
|
|
44996
|
+
* [[DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion))
|
|
44997
|
+
* [[Policys](https://cloud.tencent.com/document/api/1342/53778#Policys)](https://cloud.tencent.com/document/api/1342/53778#[Policys](https://cloud.tencent.com/document/api/1342/53778#Policys))
|
|
44998
|
+
* [[PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage)](https://cloud.tencent.com/document/api/1342/53778#[PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage))
|
|
44999
|
+
* [[UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo)](https://cloud.tencent.com/document/api/1342/53778#[UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo))
|
|
45000
|
+
* [[Users](https://cloud.tencent.com/document/api/1342/53778#Users)](https://cloud.tencent.com/document/api/1342/53778#[Users](https://cloud.tencent.com/document/api/1342/53778#Users))
|
|
45001
|
+
* [[WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo)](https://cloud.tencent.com/document/api/1342/53778#[WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo))
|
|
45002
|
+
* [[WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups)](https://cloud.tencent.com/document/api/1342/53778#[WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups))
|
|
45003
|
+
|
|
44702
45004
|
### 第 62 次发布
|
|
44703
45005
|
|
|
44704
45006
|
发布时间:2023-09-22 01:40:45
|
|
@@ -52549,6 +52851,21 @@
|
|
|
52549
52851
|
|
|
52550
52852
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
52551
52853
|
|
|
52854
|
+
### 第 47 次发布
|
|
52855
|
+
|
|
52856
|
+
发布时间:2023-10-09 01:15:32
|
|
52857
|
+
|
|
52858
|
+
本次发布包含了以下内容:
|
|
52859
|
+
|
|
52860
|
+
改善已有的文档。
|
|
52861
|
+
|
|
52862
|
+
修改数据结构:
|
|
52863
|
+
|
|
52864
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
52865
|
+
|
|
52866
|
+
* 新增成员:IndexMetaJson
|
|
52867
|
+
|
|
52868
|
+
|
|
52552
52869
|
### 第 46 次发布
|
|
52553
52870
|
|
|
52554
52871
|
发布时间:2023-09-14 01:45:31
|
|
@@ -53582,6 +53899,21 @@
|
|
|
53582
53899
|
|
|
53583
53900
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
53584
53901
|
|
|
53902
|
+
### 第 124 次发布
|
|
53903
|
+
|
|
53904
|
+
发布时间:2023-10-09 01:15:43
|
|
53905
|
+
|
|
53906
|
+
本次发布包含了以下内容:
|
|
53907
|
+
|
|
53908
|
+
改善已有的文档。
|
|
53909
|
+
|
|
53910
|
+
修改数据结构:
|
|
53911
|
+
|
|
53912
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
53913
|
+
|
|
53914
|
+
* 新增成员:ShareTemplateId
|
|
53915
|
+
|
|
53916
|
+
|
|
53585
53917
|
### 第 123 次发布
|
|
53586
53918
|
|
|
53587
53919
|
发布时间:2023-09-28 01:13:45
|
|
@@ -56032,6 +56364,34 @@
|
|
|
56032
56364
|
|
|
56033
56365
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
56034
56366
|
|
|
56367
|
+
### 第 118 次发布
|
|
56368
|
+
|
|
56369
|
+
发布时间:2023-10-09 07:05:45
|
|
56370
|
+
|
|
56371
|
+
本次发布包含了以下内容:
|
|
56372
|
+
|
|
56373
|
+
改善已有的文档。
|
|
56374
|
+
|
|
56375
|
+
新增接口:
|
|
56376
|
+
|
|
56377
|
+
* [[ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)](https://cloud.tencent.com/document/api/#/#)
|
|
56378
|
+
|
|
56379
|
+
新增数据结构:
|
|
56380
|
+
|
|
56381
|
+
* [[FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo))
|
|
56382
|
+
|
|
56383
|
+
### 第 117 次发布
|
|
56384
|
+
|
|
56385
|
+
发布时间:2023-10-09 00:00:55
|
|
56386
|
+
|
|
56387
|
+
本次发布包含了以下内容:
|
|
56388
|
+
|
|
56389
|
+
改善已有的文档。
|
|
56390
|
+
|
|
56391
|
+
新增接口:
|
|
56392
|
+
|
|
56393
|
+
* [[ChannelCreateOrganizationBatchSignUrl](https://cloud.tencent.com/document/api/1420/99258)](https://cloud.tencent.com/document/api/#/#)
|
|
56394
|
+
|
|
56035
56395
|
### 第 116 次发布
|
|
56036
56396
|
|
|
56037
56397
|
发布时间:2023-10-07 11:30:18
|
|
@@ -76967,6 +77327,21 @@
|
|
|
76967
77327
|
|
|
76968
77328
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
76969
77329
|
|
|
77330
|
+
### 第 95 次发布
|
|
77331
|
+
|
|
77332
|
+
发布时间:2023-10-09 01:19:36
|
|
77333
|
+
|
|
77334
|
+
本次发布包含了以下内容:
|
|
77335
|
+
|
|
77336
|
+
改善已有的文档。
|
|
77337
|
+
|
|
77338
|
+
修改数据结构:
|
|
77339
|
+
|
|
77340
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
77341
|
+
|
|
77342
|
+
* 新增成员:ZoneResourceState
|
|
77343
|
+
|
|
77344
|
+
|
|
76970
77345
|
### 第 94 次发布
|
|
76971
77346
|
|
|
76972
77347
|
发布时间:2023-09-15 02:09:24
|
|
@@ -87118,6 +87493,18 @@
|
|
|
87118
87493
|
|
|
87119
87494
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
87120
87495
|
|
|
87496
|
+
### 第 40 次发布
|
|
87497
|
+
|
|
87498
|
+
发布时间:2023-10-09 01:20:54
|
|
87499
|
+
|
|
87500
|
+
本次发布包含了以下内容:
|
|
87501
|
+
|
|
87502
|
+
改善已有的文档。
|
|
87503
|
+
|
|
87504
|
+
新增接口:
|
|
87505
|
+
|
|
87506
|
+
* [[UpgradeDBInstanceMajorVersion](https://cloud.tencent.com/document/api/409/99280)](https://cloud.tencent.com/document/api/#/#)
|
|
87507
|
+
|
|
87121
87508
|
### 第 39 次发布
|
|
87122
87509
|
|
|
87123
87510
|
发布时间:2023-08-04 01:15:26
|
|
@@ -94737,6 +95124,18 @@
|
|
|
94737
95124
|
|
|
94738
95125
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
94739
95126
|
|
|
95127
|
+
### 第 45 次发布
|
|
95128
|
+
|
|
95129
|
+
发布时间:2023-10-09 01:22:23
|
|
95130
|
+
|
|
95131
|
+
本次发布包含了以下内容:
|
|
95132
|
+
|
|
95133
|
+
改善已有的文档。
|
|
95134
|
+
|
|
95135
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
95136
|
+
|
|
95137
|
+
* HostCertificate
|
|
95138
|
+
|
|
94740
95139
|
### 第 44 次发布
|
|
94741
95140
|
|
|
94742
95141
|
发布时间:2023-09-15 02:24:49
|
|
@@ -100736,6 +101135,21 @@
|
|
|
100736
101135
|
|
|
100737
101136
|
## 服务网格(tcm) 版本:2021-04-13
|
|
100738
101137
|
|
|
101138
|
+
### 第 21 次发布
|
|
101139
|
+
|
|
101140
|
+
发布时间:2023-10-09 01:23:14
|
|
101141
|
+
|
|
101142
|
+
本次发布包含了以下内容:
|
|
101143
|
+
|
|
101144
|
+
改善已有的文档。
|
|
101145
|
+
|
|
101146
|
+
修改数据结构:
|
|
101147
|
+
|
|
101148
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
101149
|
+
|
|
101150
|
+
* 新增成员:Region
|
|
101151
|
+
|
|
101152
|
+
|
|
100739
101153
|
### 第 20 次发布
|
|
100740
101154
|
|
|
100741
101155
|
发布时间:2023-02-23 01:54:00
|
|
@@ -104557,6 +104971,32 @@
|
|
|
104557
104971
|
|
|
104558
104972
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
104559
104973
|
|
|
104974
|
+
### 第 78 次发布
|
|
104975
|
+
|
|
104976
|
+
发布时间:2023-10-09 01:24:14
|
|
104977
|
+
|
|
104978
|
+
本次发布包含了以下内容:
|
|
104979
|
+
|
|
104980
|
+
改善已有的文档。
|
|
104981
|
+
|
|
104982
|
+
修改接口:
|
|
104983
|
+
|
|
104984
|
+
* [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/api/1179/97761)
|
|
104985
|
+
|
|
104986
|
+
* 新增入参:Tag, QueryDeadLetterMessage
|
|
104987
|
+
|
|
104988
|
+
|
|
104989
|
+
新增数据结构:
|
|
104990
|
+
|
|
104991
|
+
* [[RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription))
|
|
104992
|
+
|
|
104993
|
+
修改数据结构:
|
|
104994
|
+
|
|
104995
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
104996
|
+
|
|
104997
|
+
* 新增成员:LastUpdateTime, SubscriptionCount, SubscriptionData
|
|
104998
|
+
|
|
104999
|
+
|
|
104560
105000
|
### 第 77 次发布
|
|
104561
105001
|
|
|
104562
105002
|
发布时间:2023-09-19 01:26:21
|
|
@@ -132445,6 +132885,18 @@
|
|
|
132445
132885
|
|
|
132446
132886
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
132447
132887
|
|
|
132888
|
+
### 第 60 次发布
|
|
132889
|
+
|
|
132890
|
+
发布时间:2023-10-09 01:28:10
|
|
132891
|
+
|
|
132892
|
+
本次发布包含了以下内容:
|
|
132893
|
+
|
|
132894
|
+
改善已有的文档。
|
|
132895
|
+
|
|
132896
|
+
新增接口:
|
|
132897
|
+
|
|
132898
|
+
* [[DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)](https://cloud.tencent.com/document/api/#/#)
|
|
132899
|
+
|
|
132448
132900
|
### 第 59 次发布
|
|
132449
132901
|
|
|
132450
132902
|
发布时间:2023-09-29 01:25:00
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-09-13 01:06:17 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-09
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-09 01:05:45 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-09-27 01:07:05 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-09 01:07:08 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-26 01:07:22 |
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-09-15 01:15:34 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-09
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-09-27 11:25:41 |
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-09 01:09:49 |
|
|
60
60
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
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-09
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-09 01:10:12 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-17 02:01:58 |
|
|
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 |
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
69
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-28 01:10:30 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-09 01:11:19 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-26 01:16:14 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-25 01:12:05 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
78
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09
|
|
78
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-09 01:13:07 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-09-28 01:13:27 |
|
|
97
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-07
|
|
97
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-09 01:15:32 |
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-09 01:15:43 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-09 07:05:45 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
126
126
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
127
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09
|
|
127
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-09 01:18:08 |
|
|
128
128
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
129
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
131
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-27 01:19:43 |
|
|
132
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09
|
|
133
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-09
|
|
132
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-09 01:18:40 |
|
|
133
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-09 01:18:54 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-09 01:19:36 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-28 01:18:13 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
156
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
157
157
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
158
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-09
|
|
158
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
|
|
159
159
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-09-19 01:22:56 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
161
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-09-18 02:13:42 |
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-08-09 01:43:06 |
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-09
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-09 01:21:43 |
|
|
168
168
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-09-14 02:15:22 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
175
175
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-25 01:24:51 |
|
|
176
176
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
177
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-09
|
|
177
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-09 01:22:23 |
|
|
178
178
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
179
179
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
|
|
180
180
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-08-17 04:47:11 |
|
|
@@ -192,12 +192,12 @@
|
|
|
192
192
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
193
193
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
|
|
194
194
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
195
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-
|
|
195
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
196
196
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-09 01:24:14 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-28 01:23:06 |
|
|
@@ -210,13 +210,13 @@
|
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
211
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
213
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-09
|
|
213
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-09 01:25:25 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
215
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
217
217
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
218
218
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
219
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09
|
|
219
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-09 01:25:57 |
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-09-21 06:25:32 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
@@ -227,10 +227,10 @@
|
|
|
227
227
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09
|
|
230
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-09 01:27:27 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-09 01:28:10 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
235
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -332,7 +332,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
332
332
|
|
|
333
333
|
适用场景1:创建当前企业的自定义SaaS角色或集团角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过控制台编辑角色或通过接口 ModifyIntegrationRole 完成更新。
|
|
334
334
|
|
|
335
|
-
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
335
|
+
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
336
|
+
|
|
336
337
|
适用场景3:创建集团角色时可同时设置角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
337
338
|
|
|
338
339
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -846,7 +847,8 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
846
847
|
|
|
847
848
|
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
848
849
|
|
|
849
|
-
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
850
|
+
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
851
|
+
|
|
850
852
|
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
851
853
|
|
|
852
854
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -1346,6 +1346,11 @@ false-未发布
|
|
|
1346
1346
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1347
1347
|
*/
|
|
1348
1348
|
Published?: boolean
|
|
1349
|
+
/**
|
|
1350
|
+
* 分享来源的模板ID。用在集团账号子企业模板里
|
|
1351
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1352
|
+
*/
|
|
1353
|
+
ShareTemplateId?: string
|
|
1349
1354
|
/**
|
|
1350
1355
|
* 模板内部指定的印章列表
|
|
1351
1356
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1600,7 +1605,8 @@ export interface CreateSchemeUrlRequest {
|
|
|
1600
1605
|
|
|
1601
1606
|
<ul><li> **0** : 腾讯电子签小程序个人首页 (默认)</li>
|
|
1602
1607
|
<li> **1** : 腾讯电子签小程序流程合同的详情页 (即合同签署页面)</li>
|
|
1603
|
-
<li> **2** : 腾讯电子签小程序合同列表页</li
|
|
1608
|
+
<li> **2** : 腾讯电子签小程序合同列表页</li><li> **3** : 腾讯电子签小程序合同封面页
|
|
1609
|
+
注:`生成动态签署人补充链接时,必须指定为封面页`</li></ul>
|
|
1604
1610
|
*/
|
|
1605
1611
|
PathType?: number
|
|
1606
1612
|
/**
|
|
@@ -1626,7 +1632,9 @@ export interface CreateSchemeUrlRequest {
|
|
|
1626
1632
|
*/
|
|
1627
1633
|
Hides?: Array<number | bigint>
|
|
1628
1634
|
/**
|
|
1629
|
-
* 签署节点ID
|
|
1635
|
+
* 签署节点ID,用于生成动态签署人链接完成领取。
|
|
1636
|
+
|
|
1637
|
+
注:`生成动态签署人补充链接时必传。`
|
|
1630
1638
|
*/
|
|
1631
1639
|
RecipientId?: string
|
|
1632
1640
|
}
|
|
@@ -70,7 +70,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
70
|
|
|
71
71
|
适用场景1:创建当前企业的自定义SaaS角色或集团角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过控制台编辑角色或通过接口 ModifyIntegrationRole 完成更新。
|
|
72
72
|
|
|
73
|
-
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
73
|
+
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
74
|
+
|
|
74
75
|
适用场景3:创建集团角色时可同时设置角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
75
76
|
|
|
76
77
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -368,7 +369,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
368
369
|
|
|
369
370
|
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
370
371
|
|
|
371
|
-
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
372
|
+
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
373
|
+
|
|
372
374
|
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
373
375
|
|
|
374
376
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -107,7 +107,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
107
107
|
|
|
108
108
|
适用场景1:创建当前企业的自定义SaaS角色或集团角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过控制台编辑角色或通过接口 ModifyIntegrationRole 完成更新。
|
|
109
109
|
|
|
110
|
-
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
110
|
+
适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
111
|
+
|
|
111
112
|
适用场景3:创建集团角色时可同时设置角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
112
113
|
|
|
113
114
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -477,7 +478,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
477
478
|
|
|
478
479
|
适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
|
|
479
480
|
|
|
480
|
-
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles
|
|
481
|
+
适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
|
|
482
|
+
|
|
481
483
|
适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
|
|
482
484
|
|
|
483
485
|
适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
|
|
@@ -1285,6 +1285,11 @@ export interface TemplateInfo {
|
|
|
1285
1285
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1286
1286
|
*/
|
|
1287
1287
|
Published?: boolean;
|
|
1288
|
+
/**
|
|
1289
|
+
* 分享来源的模板ID。用在集团账号子企业模板里
|
|
1290
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1291
|
+
*/
|
|
1292
|
+
ShareTemplateId?: string;
|
|
1288
1293
|
/**
|
|
1289
1294
|
* 模板内部指定的印章列表
|
|
1290
1295
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1534,7 +1539,8 @@ export interface CreateSchemeUrlRequest {
|
|
|
1534
1539
|
|
|
1535
1540
|
<ul><li> **0** : 腾讯电子签小程序个人首页 (默认)</li>
|
|
1536
1541
|
<li> **1** : 腾讯电子签小程序流程合同的详情页 (即合同签署页面)</li>
|
|
1537
|
-
<li> **2** : 腾讯电子签小程序合同列表页</li
|
|
1542
|
+
<li> **2** : 腾讯电子签小程序合同列表页</li><li> **3** : 腾讯电子签小程序合同封面页
|
|
1543
|
+
注:`生成动态签署人补充链接时,必须指定为封面页`</li></ul>
|
|
1538
1544
|
*/
|
|
1539
1545
|
PathType?: number;
|
|
1540
1546
|
/**
|
|
@@ -1560,7 +1566,9 @@ export interface CreateSchemeUrlRequest {
|
|
|
1560
1566
|
*/
|
|
1561
1567
|
Hides?: Array<number | bigint>;
|
|
1562
1568
|
/**
|
|
1563
|
-
* 签署节点ID
|
|
1569
|
+
* 签署节点ID,用于生成动态签署人链接完成领取。
|
|
1570
|
+
|
|
1571
|
+
注:`生成动态签署人补充链接时必传。`
|
|
1564
1572
|
*/
|
|
1565
1573
|
RecipientId?: string;
|
|
1566
1574
|
}
|