tencentcloud-sdk-nodejs 4.0.942 → 4.0.944
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 +233 -0
- package/SERVICE_CHANGELOG.md +284 -278
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
- package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
- package/src/services/cvm/v20170312/cvm_models.ts +11 -11
- package/src/services/emr/v20190103/emr_client.ts +43 -16
- package/src/services/emr/v20190103/emr_models.ts +195 -38
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +8 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
- package/src/services/faceid/v20180301/faceid_models.ts +8 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -0
- package/src/services/organization/v20210331/organization_client.ts +26 -0
- package/src/services/organization/v20210331/organization_models.ts +176 -26
- package/src/services/postgres/v20170312/postgres_client.ts +26 -1
- package/src/services/postgres/v20170312/postgres_models.ts +138 -19
- package/src/services/sms/v20190711/sms_models.ts +3 -3
- package/src/services/sms/v20210111/sms_models.ts +9 -8
- package/src/services/teo/v20220901/teo_models.ts +11 -7
- package/src/services/vod/v20180717/vod_client.ts +10 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +188 -38
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +170 -26
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +12 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +133 -19
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -7
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
- package/test/apigateway.v20180808.test.js +14 -4
- package/test/emr.v20190103.test.js +24 -4
- package/test/organization.v20210331.test.js +20 -0
- package/test/postgres.v20170312.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 73 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-09-20 12:54:26
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
|
|
16
|
-
|
|
17
|
-
* 新增成员:ReplaceMode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
21
4
|
|
|
22
|
-
|
|
5
|
+
### 第 49 次发布
|
|
23
6
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
发布时间:2024-09-23 01:07:54
|
|
7
|
+
发布时间:2024-09-24 01:08:10
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,82 +12,72 @@
|
|
|
31
12
|
|
|
32
13
|
新增接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
新增数据结构:
|
|
37
|
-
|
|
38
|
-
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
39
|
-
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
15
|
+
* [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
|
|
40
16
|
|
|
41
17
|
|
|
42
18
|
|
|
43
|
-
##
|
|
19
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
44
20
|
|
|
45
|
-
### 第
|
|
21
|
+
### 第 130 次发布
|
|
46
22
|
|
|
47
|
-
发布时间:2024-09-
|
|
23
|
+
发布时间:2024-09-24 01:13:45
|
|
48
24
|
|
|
49
25
|
本次发布包含了以下内容:
|
|
50
26
|
|
|
51
27
|
改善已有的文档。
|
|
52
28
|
|
|
53
|
-
|
|
29
|
+
修改数据结构:
|
|
54
30
|
|
|
55
|
-
* [
|
|
31
|
+
* [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
|
|
56
32
|
|
|
57
|
-
*
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
|
|
58
34
|
|
|
59
35
|
|
|
60
36
|
|
|
61
37
|
|
|
62
|
-
##
|
|
38
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
63
39
|
|
|
64
|
-
### 第
|
|
40
|
+
### 第 77 次发布
|
|
65
41
|
|
|
66
|
-
发布时间:2024-09-
|
|
42
|
+
发布时间:2024-09-24 01:18:41
|
|
67
43
|
|
|
68
44
|
本次发布包含了以下内容:
|
|
69
45
|
|
|
70
46
|
改善已有的文档。
|
|
71
47
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
* [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
|
|
75
|
-
|
|
76
|
-
* 新增入参:Rules
|
|
77
|
-
|
|
78
|
-
* [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
|
|
79
|
-
|
|
80
|
-
* 新增入参:UpdateAll
|
|
81
|
-
|
|
82
|
-
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
48
|
+
新增接口:
|
|
83
49
|
|
|
50
|
+
* [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
|
|
51
|
+
* [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
|
|
84
52
|
|
|
85
53
|
新增数据结构:
|
|
86
54
|
|
|
87
|
-
* [
|
|
88
|
-
* [
|
|
55
|
+
* [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
|
|
56
|
+
* [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
|
|
57
|
+
* [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
|
|
89
58
|
|
|
90
59
|
修改数据结构:
|
|
91
60
|
|
|
92
|
-
* [
|
|
61
|
+
* [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
|
|
93
62
|
|
|
94
|
-
* 新增成员:
|
|
63
|
+
* 新增成员:ExtraPerformance
|
|
95
64
|
|
|
96
|
-
* [
|
|
65
|
+
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
97
66
|
|
|
98
|
-
* 新增成员:
|
|
67
|
+
* 新增成员:Size
|
|
99
68
|
|
|
100
|
-
|
|
69
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
101
70
|
|
|
71
|
+
* 新增成员:SharedClusterId, SharedClusterIdDesc
|
|
102
72
|
|
|
103
73
|
|
|
104
74
|
|
|
105
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
106
75
|
|
|
107
|
-
|
|
76
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
108
77
|
|
|
109
|
-
|
|
78
|
+
### 第 188 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-09-24 01:19:13
|
|
110
81
|
|
|
111
82
|
本次发布包含了以下内容:
|
|
112
83
|
|
|
@@ -114,104 +85,52 @@
|
|
|
114
85
|
|
|
115
86
|
修改接口:
|
|
116
87
|
|
|
117
|
-
* [
|
|
118
|
-
|
|
119
|
-
* 新增入参:IsMultiStatement
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
125
|
-
|
|
126
|
-
### 第 17 次发布
|
|
127
|
-
|
|
128
|
-
发布时间:2024-09-20 13:06:39
|
|
129
|
-
|
|
130
|
-
本次发布包含了以下内容:
|
|
131
|
-
|
|
132
|
-
改善已有的文档。
|
|
88
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
133
89
|
|
|
134
|
-
|
|
90
|
+
* 新增入参:FlowBatchUrlInfo
|
|
135
91
|
|
|
136
|
-
* [
|
|
137
|
-
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
138
|
-
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
139
|
-
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
140
|
-
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
141
|
-
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
142
|
-
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
143
|
-
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
92
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
144
93
|
|
|
145
|
-
|
|
94
|
+
* 新增入参:FlowDisplayType
|
|
146
95
|
|
|
147
|
-
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
148
|
-
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
149
96
|
|
|
150
97
|
|
|
151
98
|
|
|
152
|
-
##
|
|
99
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
153
100
|
|
|
154
|
-
### 第
|
|
101
|
+
### 第 184 次发布
|
|
155
102
|
|
|
156
|
-
发布时间:2024-09-
|
|
103
|
+
发布时间:2024-09-24 01:19:36
|
|
157
104
|
|
|
158
105
|
本次发布包含了以下内容:
|
|
159
106
|
|
|
160
107
|
改善已有的文档。
|
|
161
108
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
165
|
-
|
|
166
|
-
* 新增成员:Zones
|
|
167
|
-
|
|
168
|
-
|
|
109
|
+
修改接口:
|
|
169
110
|
|
|
111
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
170
112
|
|
|
171
|
-
|
|
113
|
+
* 新增入参:FlowBatchUrlInfo
|
|
172
114
|
|
|
173
|
-
### 第 2 次发布
|
|
174
115
|
|
|
175
|
-
|
|
116
|
+
修改数据结构:
|
|
176
117
|
|
|
177
|
-
|
|
118
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
178
119
|
|
|
179
|
-
|
|
120
|
+
* 新增成员:FlowDisplayType
|
|
180
121
|
|
|
181
|
-
新增接口:
|
|
182
122
|
|
|
183
|
-
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
184
|
-
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
185
|
-
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
186
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
187
|
-
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
188
|
-
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
189
|
-
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
190
|
-
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
191
|
-
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
192
|
-
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
193
|
-
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
194
|
-
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
195
|
-
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
196
|
-
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
197
|
-
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
198
|
-
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
199
|
-
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
200
123
|
|
|
201
|
-
新增数据结构:
|
|
202
124
|
|
|
203
|
-
|
|
204
|
-
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
205
|
-
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
206
|
-
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
125
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
207
126
|
|
|
208
127
|
|
|
209
128
|
|
|
210
|
-
##
|
|
129
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
211
130
|
|
|
212
|
-
### 第
|
|
131
|
+
### 第 79 次发布
|
|
213
132
|
|
|
214
|
-
发布时间:2024-09-
|
|
133
|
+
发布时间:2024-09-24 01:19:58
|
|
215
134
|
|
|
216
135
|
本次发布包含了以下内容:
|
|
217
136
|
|
|
@@ -219,50 +138,18 @@
|
|
|
219
138
|
|
|
220
139
|
修改数据结构:
|
|
221
140
|
|
|
222
|
-
* [
|
|
223
|
-
|
|
224
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
230
|
-
|
|
231
|
-
### 第 65 次发布
|
|
232
|
-
|
|
233
|
-
发布时间:2024-09-20 13:11:46
|
|
234
|
-
|
|
235
|
-
本次发布包含了以下内容:
|
|
236
|
-
|
|
237
|
-
改善已有的文档。
|
|
238
|
-
|
|
239
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
240
|
-
|
|
241
|
-
* DeleteCompliancePolicyItemFromWhitelist
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
250
|
-
|
|
251
|
-
### 第 181 次发布
|
|
141
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
252
142
|
|
|
253
|
-
|
|
143
|
+
* 新增成员:Speed
|
|
254
144
|
|
|
255
|
-
本次发布包含了以下内容:
|
|
256
145
|
|
|
257
|
-
改善已有的文档。
|
|
258
146
|
|
|
259
|
-
新增接口:
|
|
260
147
|
|
|
261
|
-
|
|
148
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
262
149
|
|
|
263
|
-
### 第
|
|
150
|
+
### 第 45 次发布
|
|
264
151
|
|
|
265
|
-
发布时间:2024-09-
|
|
152
|
+
发布时间:2024-09-24 01:27:27
|
|
266
153
|
|
|
267
154
|
本次发布包含了以下内容:
|
|
268
155
|
|
|
@@ -270,89 +157,19 @@
|
|
|
270
157
|
|
|
271
158
|
新增接口:
|
|
272
159
|
|
|
273
|
-
* [
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## 向量数据库(vdb) 版本:2023-06-16
|
|
278
|
-
|
|
279
|
-
### 第 6 次发布
|
|
280
|
-
|
|
281
|
-
发布时间:2024-09-20 13:15:27
|
|
282
|
-
|
|
283
|
-
本次发布包含了以下内容:
|
|
284
|
-
|
|
285
|
-
改善已有的文档。
|
|
286
|
-
|
|
287
|
-
修改数据结构:
|
|
288
|
-
|
|
289
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
290
|
-
|
|
291
|
-
* 新增成员:ApiVersion
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## 云点播(vod) 版本:2024-07-18
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## 云点播(vod) 版本:2018-07-17
|
|
301
|
-
|
|
302
|
-
### 第 187 次发布
|
|
303
|
-
|
|
304
|
-
发布时间:2024-09-20 13:15:33
|
|
305
|
-
|
|
306
|
-
本次发布包含了以下内容:
|
|
307
|
-
|
|
308
|
-
改善已有的文档。
|
|
160
|
+
* [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
|
|
161
|
+
* [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
|
|
309
162
|
|
|
310
163
|
修改接口:
|
|
311
164
|
|
|
312
|
-
* [
|
|
313
|
-
|
|
314
|
-
* 新增出参:PersistenceCompleteEventSwitch
|
|
315
|
-
|
|
316
|
-
* [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244)
|
|
165
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
317
166
|
|
|
318
|
-
*
|
|
167
|
+
* 新增出参:Databases
|
|
319
168
|
|
|
320
169
|
|
|
321
170
|
新增数据结构:
|
|
322
171
|
|
|
323
|
-
* [
|
|
324
|
-
|
|
325
|
-
修改数据结构:
|
|
326
|
-
|
|
327
|
-
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
328
|
-
|
|
329
|
-
* 新增成员:PersistenceCompleteEvent
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
335
|
-
|
|
336
|
-
### 第 206 次发布
|
|
337
|
-
|
|
338
|
-
发布时间:2024-09-20 13:16:10
|
|
339
|
-
|
|
340
|
-
本次发布包含了以下内容:
|
|
341
|
-
|
|
342
|
-
改善已有的文档。
|
|
343
|
-
|
|
344
|
-
修改数据结构:
|
|
345
|
-
|
|
346
|
-
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
347
|
-
|
|
348
|
-
* 新增成员:UnVpcId
|
|
349
|
-
|
|
350
|
-
* [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
|
|
351
|
-
|
|
352
|
-
* 新增成员:QuotaGroup
|
|
353
|
-
|
|
354
|
-
* <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
|
|
355
|
-
|
|
172
|
+
* [Database](https://cloud.tencent.com/document/api/409/16778#Database)
|
|
356
173
|
|
|
357
174
|
|
|
358
175
|
|
|
@@ -3963,6 +3780,18 @@
|
|
|
3963
3780
|
|
|
3964
3781
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3965
3782
|
|
|
3783
|
+
### 第 49 次发布
|
|
3784
|
+
|
|
3785
|
+
发布时间:2024-09-24 01:08:10
|
|
3786
|
+
|
|
3787
|
+
本次发布包含了以下内容:
|
|
3788
|
+
|
|
3789
|
+
改善已有的文档。
|
|
3790
|
+
|
|
3791
|
+
新增接口:
|
|
3792
|
+
|
|
3793
|
+
* [[DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)](https://cloud.tencent.com/document/api/#/#)
|
|
3794
|
+
|
|
3966
3795
|
### 第 48 次发布
|
|
3967
3796
|
|
|
3968
3797
|
发布时间:2024-01-31 01:06:22
|
|
@@ -7132,12 +6961,12 @@
|
|
|
7132
6961
|
|
|
7133
6962
|
新增接口:
|
|
7134
6963
|
|
|
7135
|
-
* [
|
|
6964
|
+
* [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)
|
|
7136
6965
|
|
|
7137
6966
|
新增数据结构:
|
|
7138
6967
|
|
|
7139
|
-
* [
|
|
7140
|
-
* [
|
|
6968
|
+
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
6969
|
+
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
7141
6970
|
|
|
7142
6971
|
### 第 39 次发布
|
|
7143
6972
|
|
|
@@ -41032,6 +40861,21 @@
|
|
|
41032
40861
|
|
|
41033
40862
|
## 云服务器(cvm) 版本:2017-03-12
|
|
41034
40863
|
|
|
40864
|
+
### 第 130 次发布
|
|
40865
|
+
|
|
40866
|
+
发布时间:2024-09-24 01:13:45
|
|
40867
|
+
|
|
40868
|
+
本次发布包含了以下内容:
|
|
40869
|
+
|
|
40870
|
+
改善已有的文档。
|
|
40871
|
+
|
|
40872
|
+
修改数据结构:
|
|
40873
|
+
|
|
40874
|
+
* [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
|
|
40875
|
+
|
|
40876
|
+
* <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
|
|
40877
|
+
|
|
40878
|
+
|
|
41035
40879
|
### 第 129 次发布
|
|
41036
40880
|
|
|
41037
40881
|
发布时间:2024-09-10 01:20:00
|
|
@@ -43457,8 +43301,8 @@
|
|
|
43457
43301
|
|
|
43458
43302
|
新增数据结构:
|
|
43459
43303
|
|
|
43460
|
-
* [
|
|
43461
|
-
* [
|
|
43304
|
+
* [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
|
|
43305
|
+
* [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
|
|
43462
43306
|
|
|
43463
43307
|
修改数据结构:
|
|
43464
43308
|
|
|
@@ -62434,6 +62278,40 @@
|
|
|
62434
62278
|
|
|
62435
62279
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62436
62280
|
|
|
62281
|
+
### 第 77 次发布
|
|
62282
|
+
|
|
62283
|
+
发布时间:2024-09-24 01:18:41
|
|
62284
|
+
|
|
62285
|
+
本次发布包含了以下内容:
|
|
62286
|
+
|
|
62287
|
+
改善已有的文档。
|
|
62288
|
+
|
|
62289
|
+
新增接口:
|
|
62290
|
+
|
|
62291
|
+
* [[DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)](https://cloud.tencent.com/document/api/#/#)
|
|
62292
|
+
* [[ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)](https://cloud.tencent.com/document/api/#/#)
|
|
62293
|
+
|
|
62294
|
+
新增数据结构:
|
|
62295
|
+
|
|
62296
|
+
* [[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig))
|
|
62297
|
+
* [[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)](https://cloud.tencent.com/document/api/589/33981#[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting))
|
|
62298
|
+
* [[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig))
|
|
62299
|
+
|
|
62300
|
+
修改数据结构:
|
|
62301
|
+
|
|
62302
|
+
* [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
|
|
62303
|
+
|
|
62304
|
+
* 新增成员:ExtraPerformance
|
|
62305
|
+
|
|
62306
|
+
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
62307
|
+
|
|
62308
|
+
* 新增成员:Size
|
|
62309
|
+
|
|
62310
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
62311
|
+
|
|
62312
|
+
* 新增成员:SharedClusterId, SharedClusterIdDesc
|
|
62313
|
+
|
|
62314
|
+
|
|
62437
62315
|
### 第 76 次发布
|
|
62438
62316
|
|
|
62439
62317
|
发布时间:2024-09-11 01:39:43
|
|
@@ -65737,6 +65615,25 @@
|
|
|
65737
65615
|
|
|
65738
65616
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
65739
65617
|
|
|
65618
|
+
### 第 188 次发布
|
|
65619
|
+
|
|
65620
|
+
发布时间:2024-09-24 01:19:13
|
|
65621
|
+
|
|
65622
|
+
本次发布包含了以下内容:
|
|
65623
|
+
|
|
65624
|
+
改善已有的文档。
|
|
65625
|
+
|
|
65626
|
+
修改接口:
|
|
65627
|
+
|
|
65628
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
65629
|
+
|
|
65630
|
+
* 新增入参:FlowBatchUrlInfo
|
|
65631
|
+
|
|
65632
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
65633
|
+
|
|
65634
|
+
* 新增入参:FlowDisplayType
|
|
65635
|
+
|
|
65636
|
+
|
|
65740
65637
|
### 第 187 次发布
|
|
65741
65638
|
|
|
65742
65639
|
发布时间:2024-09-13 01:36:15
|
|
@@ -69291,6 +69188,28 @@
|
|
|
69291
69188
|
|
|
69292
69189
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69293
69190
|
|
|
69191
|
+
### 第 184 次发布
|
|
69192
|
+
|
|
69193
|
+
发布时间:2024-09-24 01:19:36
|
|
69194
|
+
|
|
69195
|
+
本次发布包含了以下内容:
|
|
69196
|
+
|
|
69197
|
+
改善已有的文档。
|
|
69198
|
+
|
|
69199
|
+
修改接口:
|
|
69200
|
+
|
|
69201
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
69202
|
+
|
|
69203
|
+
* 新增入参:FlowBatchUrlInfo
|
|
69204
|
+
|
|
69205
|
+
|
|
69206
|
+
修改数据结构:
|
|
69207
|
+
|
|
69208
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
69209
|
+
|
|
69210
|
+
* 新增成员:FlowDisplayType
|
|
69211
|
+
|
|
69212
|
+
|
|
69294
69213
|
### 第 183 次发布
|
|
69295
69214
|
|
|
69296
69215
|
发布时间:2024-09-13 01:37:18
|
|
@@ -72897,6 +72816,21 @@
|
|
|
72897
72816
|
|
|
72898
72817
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
72899
72818
|
|
|
72819
|
+
### 第 79 次发布
|
|
72820
|
+
|
|
72821
|
+
发布时间:2024-09-24 01:19:58
|
|
72822
|
+
|
|
72823
|
+
本次发布包含了以下内容:
|
|
72824
|
+
|
|
72825
|
+
改善已有的文档。
|
|
72826
|
+
|
|
72827
|
+
修改数据结构:
|
|
72828
|
+
|
|
72829
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
72830
|
+
|
|
72831
|
+
* 新增成员:Speed
|
|
72832
|
+
|
|
72833
|
+
|
|
72900
72834
|
### 第 78 次发布
|
|
72901
72835
|
|
|
72902
72836
|
发布时间:2024-08-21 01:40:11
|
|
@@ -92018,19 +91952,19 @@
|
|
|
92018
91952
|
|
|
92019
91953
|
新增接口:
|
|
92020
91954
|
|
|
92021
|
-
* [
|
|
92022
|
-
* [
|
|
92023
|
-
* [
|
|
92024
|
-
* [
|
|
92025
|
-
* [
|
|
92026
|
-
* [
|
|
92027
|
-
* [
|
|
92028
|
-
* [
|
|
91955
|
+
* [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
|
|
91956
|
+
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
91957
|
+
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
91958
|
+
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
91959
|
+
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
91960
|
+
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
91961
|
+
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
91962
|
+
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
92029
91963
|
|
|
92030
91964
|
新增数据结构:
|
|
92031
91965
|
|
|
92032
|
-
* [
|
|
92033
|
-
* [
|
|
91966
|
+
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
91967
|
+
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
92034
91968
|
|
|
92035
91969
|
### 第 16 次发布
|
|
92036
91970
|
|
|
@@ -101103,30 +101037,30 @@
|
|
|
101103
101037
|
|
|
101104
101038
|
新增接口:
|
|
101105
101039
|
|
|
101106
|
-
* [
|
|
101107
|
-
* [
|
|
101108
|
-
* [
|
|
101109
|
-
* [
|
|
101110
|
-
* [
|
|
101111
|
-
* [
|
|
101112
|
-
* [
|
|
101113
|
-
* [
|
|
101114
|
-
* [
|
|
101115
|
-
* [
|
|
101116
|
-
* [
|
|
101117
|
-
* [
|
|
101118
|
-
* [
|
|
101119
|
-
* [
|
|
101120
|
-
* [
|
|
101121
|
-
* [
|
|
101122
|
-
* [
|
|
101040
|
+
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
101041
|
+
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
101042
|
+
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
101043
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
101044
|
+
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
101045
|
+
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
101046
|
+
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
101047
|
+
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
101048
|
+
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
101049
|
+
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
101050
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
101051
|
+
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
101052
|
+
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
101053
|
+
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
101054
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
101055
|
+
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
101056
|
+
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
101123
101057
|
|
|
101124
101058
|
新增数据结构:
|
|
101125
101059
|
|
|
101126
|
-
* [
|
|
101127
|
-
* [
|
|
101128
|
-
* [
|
|
101129
|
-
* [
|
|
101060
|
+
* [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
|
|
101061
|
+
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
101062
|
+
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
101063
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
101130
101064
|
|
|
101131
101065
|
### 第 1 次发布
|
|
101132
101066
|
|
|
@@ -107778,6 +107712,54 @@
|
|
|
107778
107712
|
|
|
107779
107713
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
107780
107714
|
|
|
107715
|
+
### 第 38 次发布
|
|
107716
|
+
|
|
107717
|
+
发布时间:2024-09-23 12:16:37
|
|
107718
|
+
|
|
107719
|
+
本次发布包含了以下内容:
|
|
107720
|
+
|
|
107721
|
+
改善已有的文档。
|
|
107722
|
+
|
|
107723
|
+
新增接口:
|
|
107724
|
+
|
|
107725
|
+
* [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
|
|
107726
|
+
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
107727
|
+
|
|
107728
|
+
修改接口:
|
|
107729
|
+
|
|
107730
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
107731
|
+
|
|
107732
|
+
* 新增入参:Tags
|
|
107733
|
+
|
|
107734
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
107735
|
+
|
|
107736
|
+
* 新增入参:Tags
|
|
107737
|
+
|
|
107738
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
107739
|
+
|
|
107740
|
+
* 新增入参:Tags
|
|
107741
|
+
|
|
107742
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
107743
|
+
|
|
107744
|
+
* 新增入参:Tags
|
|
107745
|
+
|
|
107746
|
+
|
|
107747
|
+
新增数据结构:
|
|
107748
|
+
|
|
107749
|
+
* [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
|
|
107750
|
+
* [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
|
|
107751
|
+
|
|
107752
|
+
修改数据结构:
|
|
107753
|
+
|
|
107754
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
107755
|
+
|
|
107756
|
+
* 新增成员:Tags
|
|
107757
|
+
|
|
107758
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
107759
|
+
|
|
107760
|
+
* 新增成员:Tags
|
|
107761
|
+
|
|
107762
|
+
|
|
107781
107763
|
### 第 37 次发布
|
|
107782
107764
|
|
|
107783
107765
|
发布时间:2024-08-28 02:12:13
|
|
@@ -109126,6 +109108,30 @@
|
|
|
109126
109108
|
|
|
109127
109109
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
109128
109110
|
|
|
109111
|
+
### 第 45 次发布
|
|
109112
|
+
|
|
109113
|
+
发布时间:2024-09-24 01:27:27
|
|
109114
|
+
|
|
109115
|
+
本次发布包含了以下内容:
|
|
109116
|
+
|
|
109117
|
+
改善已有的文档。
|
|
109118
|
+
|
|
109119
|
+
新增接口:
|
|
109120
|
+
|
|
109121
|
+
* [[CreateDatabase](https://cloud.tencent.com/document/api/409/111207)](https://cloud.tencent.com/document/api/#/#)
|
|
109122
|
+
* [[ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)](https://cloud.tencent.com/document/api/#/#)
|
|
109123
|
+
|
|
109124
|
+
修改接口:
|
|
109125
|
+
|
|
109126
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
109127
|
+
|
|
109128
|
+
* 新增出参:Databases
|
|
109129
|
+
|
|
109130
|
+
|
|
109131
|
+
新增数据结构:
|
|
109132
|
+
|
|
109133
|
+
* [[Database](https://cloud.tencent.com/document/api/409/16778#Database)](https://cloud.tencent.com/document/api/409/16778#[Database](https://cloud.tencent.com/document/api/409/16778#Database))
|
|
109134
|
+
|
|
109129
109135
|
### 第 44 次发布
|
|
109130
109136
|
|
|
109131
109137
|
发布时间:2024-07-23 01:55:36
|
|
@@ -140929,7 +140935,7 @@
|
|
|
140929
140935
|
|
|
140930
140936
|
新增接口:
|
|
140931
140937
|
|
|
140932
|
-
* [
|
|
140938
|
+
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
140933
140939
|
|
|
140934
140940
|
### 第 180 次发布
|
|
140935
140941
|
|
|
@@ -140941,7 +140947,7 @@
|
|
|
140941
140947
|
|
|
140942
140948
|
新增接口:
|
|
140943
140949
|
|
|
140944
|
-
* [
|
|
140950
|
+
* [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
|
|
140945
140951
|
|
|
140946
140952
|
### 第 179 次发布
|
|
140947
140953
|
|
|
@@ -153785,7 +153791,7 @@
|
|
|
153785
153791
|
|
|
153786
153792
|
新增数据结构:
|
|
153787
153793
|
|
|
153788
|
-
* [
|
|
153794
|
+
* [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)
|
|
153789
153795
|
|
|
153790
153796
|
修改数据结构:
|
|
153791
153797
|
|