tencentcloud-sdk-nodejs 4.0.740 → 4.0.742
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 +220 -0
- package/SERVICE_CHANGELOG.md +240 -240
- package/package.json +1 -1
- package/products.md +15 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +4 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +6 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/es/v20180416/es_models.ts +41 -9
- package/src/services/ess/v20201111/ess_models.ts +20 -4
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +20 -4
- package/src/services/hunyuan/index.ts +5 -0
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +72 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +255 -0
- package/src/services/hunyuan/v20230901/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tbaas/v20180416/tbaas_models.ts +12 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tcr/v20190924/tcr_client.ts +16 -8
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +4 -5
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +42 -2
- package/src/services/tse/v20201207/tse_models.ts +205 -10
- package/src/services/vm/index.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +21 -7
- package/src/services/wedata/v20210820/wedata_models.ts +115 -6
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -4
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -4
- package/tencentcloud/services/hunyuan/index.d.ts +6 -0
- package/tencentcloud/services/hunyuan/index.js +7 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +22 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +49 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +228 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.js +18 -0
- package/tencentcloud/services/hunyuan/v20230901/index.d.ts +6 -0
- package/tencentcloud/services/hunyuan/v20230901/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +12 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +12 -4
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -5
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +18 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +195 -10
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +111 -6
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/hunyuan.v20230901.test.js +51 -0
- package/test/tse.v20201207.test.js +30 -0
- package/test/wedata.v20210820.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,73 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 148 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-11-22 01:30:13
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [CloseAuditService](https://cloud.tencent.com/document/api/236/101816)
|
|
16
|
-
* [CreateAuditRuleTemplate](https://cloud.tencent.com/document/api/236/101815)
|
|
17
|
-
* [DeleteAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101814)
|
|
18
|
-
* [DeleteDatabase](https://cloud.tencent.com/document/api/236/101808)
|
|
19
|
-
* [DescribeAuditInstanceList](https://cloud.tencent.com/document/api/236/101813)
|
|
20
|
-
* [DescribeAuditRuleTemplateModifyHistory](https://cloud.tencent.com/document/api/236/101812)
|
|
21
|
-
* [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811)
|
|
22
|
-
* [ModifyAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101810)
|
|
23
|
-
* [ModifyAuditService](https://cloud.tencent.com/document/api/236/101809)
|
|
24
|
-
|
|
25
|
-
新增数据结构:
|
|
26
|
-
|
|
27
|
-
* [AuditInstanceFilters](https://cloud.tencent.com/document/api/236/15878#AuditInstanceFilters)
|
|
28
|
-
* [AuditInstanceInfo](https://cloud.tencent.com/document/api/236/15878#AuditInstanceInfo)
|
|
29
|
-
* [AuditRuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#AuditRuleTemplateInfo)
|
|
30
|
-
* [InstanceDbAuditStatus](https://cloud.tencent.com/document/api/236/15878#InstanceDbAuditStatus)
|
|
31
|
-
* [RuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateInfo)
|
|
32
|
-
* [RuleTemplateRecordInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateRecordInfo)
|
|
33
|
-
|
|
34
|
-
修改数据结构:
|
|
35
|
-
|
|
36
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
37
|
-
|
|
38
|
-
* 新增成员:ExpandCpu
|
|
39
|
-
|
|
40
|
-
* <font color="#dd0000">**修改成员**:</font>MasterInfo
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
46
|
-
|
|
47
|
-
### 第 13 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2023-11-22 01:45:21
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
56
|
-
|
|
57
|
-
* [DescribeTaskPolicyTriggerLog](https://cloud.tencent.com/document/api/1500/101818)
|
|
58
|
-
* [TriggerPolicy](https://cloud.tencent.com/document/api/1500/101817)
|
|
59
|
-
|
|
60
|
-
新增数据结构:
|
|
61
|
-
|
|
62
|
-
* [PolicyTriggerLog](https://cloud.tencent.com/document/api/1500/71784#PolicyTriggerLog)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 配置审计(config) 版本:2022-08-02
|
|
3
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
67
4
|
|
|
68
5
|
### 第 1 次发布
|
|
69
6
|
|
|
70
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-23 11:01:12
|
|
71
8
|
|
|
72
9
|
本次发布包含了以下内容:
|
|
73
10
|
|
|
@@ -75,150 +12,17 @@
|
|
|
75
12
|
|
|
76
13
|
新增接口:
|
|
77
14
|
|
|
78
|
-
* [
|
|
79
|
-
* [
|
|
15
|
+
* [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
|
|
16
|
+
* [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
|
|
17
|
+
* [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
|
|
80
18
|
|
|
81
19
|
新增数据结构:
|
|
82
20
|
|
|
83
|
-
* [
|
|
84
|
-
* [
|
|
85
|
-
* [
|
|
86
|
-
* [
|
|
87
|
-
* [
|
|
88
|
-
* [Tag](https://cloud.tencent.com/document/api/1579/101783#Tag)
|
|
89
|
-
* [TriggerType](https://cloud.tencent.com/document/api/1579/101783#TriggerType)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## 高性能应用服务(hai) 版本:2023-08-12
|
|
94
|
-
|
|
95
|
-
### 第 4 次发布
|
|
96
|
-
|
|
97
|
-
发布时间:2023-11-22 04:14:20
|
|
98
|
-
|
|
99
|
-
本次发布包含了以下内容:
|
|
100
|
-
|
|
101
|
-
改善已有的文档。
|
|
102
|
-
|
|
103
|
-
修改数据结构:
|
|
104
|
-
|
|
105
|
-
* [SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk)
|
|
106
|
-
|
|
107
|
-
* 新增成员:DiskName
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
113
|
-
|
|
114
|
-
### 第 93 次发布
|
|
115
|
-
|
|
116
|
-
发布时间:2023-11-22 06:38:54
|
|
117
|
-
|
|
118
|
-
本次发布包含了以下内容:
|
|
119
|
-
|
|
120
|
-
改善已有的文档。
|
|
121
|
-
|
|
122
|
-
修改接口:
|
|
123
|
-
|
|
124
|
-
* [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
|
|
125
|
-
|
|
126
|
-
* 新增入参:Vpc
|
|
127
|
-
|
|
128
|
-
* <font color="#dd0000">**删除入参**:</font>Vpcs
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
修改数据结构:
|
|
132
|
-
|
|
133
|
-
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
134
|
-
|
|
135
|
-
* 新增成员:ProjectId, ProjectName
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
141
|
-
|
|
142
|
-
### 第 64 次发布
|
|
143
|
-
|
|
144
|
-
发布时间:2023-11-22 06:42:38
|
|
145
|
-
|
|
146
|
-
本次发布包含了以下内容:
|
|
147
|
-
|
|
148
|
-
改善已有的文档。
|
|
149
|
-
|
|
150
|
-
修改接口:
|
|
151
|
-
|
|
152
|
-
* [DescribePrefetchTasks](https://cloud.tencent.com/document/api/1552/80700)
|
|
153
|
-
|
|
154
|
-
* 新增入参:ZoneId
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
164
|
-
|
|
165
|
-
### 第 163 次发布
|
|
166
|
-
|
|
167
|
-
发布时间:2023-11-22 06:54:10
|
|
168
|
-
|
|
169
|
-
本次发布包含了以下内容:
|
|
170
|
-
|
|
171
|
-
改善已有的文档。
|
|
172
|
-
|
|
173
|
-
修改接口:
|
|
174
|
-
|
|
175
|
-
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
176
|
-
|
|
177
|
-
* 新增出参:ClaimExpiredDuration
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
183
|
-
|
|
184
|
-
### 第 53 次发布
|
|
185
|
-
|
|
186
|
-
发布时间:2023-11-22 07:09:30
|
|
187
|
-
|
|
188
|
-
本次发布包含了以下内容:
|
|
189
|
-
|
|
190
|
-
改善已有的文档。
|
|
191
|
-
|
|
192
|
-
新增接口:
|
|
193
|
-
|
|
194
|
-
* [CloseWafProtection](https://cloud.tencent.com/document/api/1364/101822)
|
|
195
|
-
* [CreateWafDomains](https://cloud.tencent.com/document/api/1364/101821)
|
|
196
|
-
* [OpenWafProtection](https://cloud.tencent.com/document/api/1364/101820)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## 云点播(vod) 版本:2018-07-17
|
|
201
|
-
|
|
202
|
-
### 第 171 次发布
|
|
203
|
-
|
|
204
|
-
发布时间:2023-11-22 07:26:03
|
|
205
|
-
|
|
206
|
-
本次发布包含了以下内容:
|
|
207
|
-
|
|
208
|
-
改善已有的文档。
|
|
209
|
-
|
|
210
|
-
修改接口:
|
|
211
|
-
|
|
212
|
-
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
213
|
-
|
|
214
|
-
* 新增出参:QualityEnhanceTask
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
新增数据结构:
|
|
218
|
-
|
|
219
|
-
* [QualityEnhanceTask](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTask)
|
|
220
|
-
* [QualityEnhanceTaskInput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskInput)
|
|
221
|
-
* [QualityEnhanceTaskOutput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskOutput)
|
|
21
|
+
* [Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)
|
|
22
|
+
* [Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)
|
|
23
|
+
* [ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)
|
|
24
|
+
* [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
|
|
25
|
+
* [Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)
|
|
222
26
|
|
|
223
27
|
|
|
224
28
|
|
|
@@ -8563,6 +8367,21 @@
|
|
|
8563
8367
|
|
|
8564
8368
|
## 费用中心(billing) 版本:2018-07-09
|
|
8565
8369
|
|
|
8370
|
+
### 第 51 次发布
|
|
8371
|
+
|
|
8372
|
+
发布时间:2023-11-22 16:06:06
|
|
8373
|
+
|
|
8374
|
+
本次发布包含了以下内容:
|
|
8375
|
+
|
|
8376
|
+
改善已有的文档。
|
|
8377
|
+
|
|
8378
|
+
修改接口:
|
|
8379
|
+
|
|
8380
|
+
* [CreateSavingPlanOrder](https://cloud.tencent.com/document/api/555/100825)
|
|
8381
|
+
|
|
8382
|
+
* 新增入参:ClientToken
|
|
8383
|
+
|
|
8384
|
+
|
|
8566
8385
|
### 第 50 次发布
|
|
8567
8386
|
|
|
8568
8387
|
发布时间:2023-11-21 01:07:18
|
|
@@ -15357,24 +15176,24 @@
|
|
|
15357
15176
|
|
|
15358
15177
|
新增接口:
|
|
15359
15178
|
|
|
15360
|
-
* [
|
|
15361
|
-
* [
|
|
15362
|
-
* [
|
|
15363
|
-
* [
|
|
15364
|
-
* [
|
|
15365
|
-
* [
|
|
15366
|
-
* [
|
|
15367
|
-
* [
|
|
15368
|
-
* [
|
|
15179
|
+
* [CloseAuditService](https://cloud.tencent.com/document/api/236/101816)
|
|
15180
|
+
* [CreateAuditRuleTemplate](https://cloud.tencent.com/document/api/236/101815)
|
|
15181
|
+
* [DeleteAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101814)
|
|
15182
|
+
* [DeleteDatabase](https://cloud.tencent.com/document/api/236/101808)
|
|
15183
|
+
* [DescribeAuditInstanceList](https://cloud.tencent.com/document/api/236/101813)
|
|
15184
|
+
* [DescribeAuditRuleTemplateModifyHistory](https://cloud.tencent.com/document/api/236/101812)
|
|
15185
|
+
* [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811)
|
|
15186
|
+
* [ModifyAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101810)
|
|
15187
|
+
* [ModifyAuditService](https://cloud.tencent.com/document/api/236/101809)
|
|
15369
15188
|
|
|
15370
15189
|
新增数据结构:
|
|
15371
15190
|
|
|
15372
|
-
* [
|
|
15373
|
-
* [
|
|
15374
|
-
* [
|
|
15375
|
-
* [
|
|
15376
|
-
* [
|
|
15377
|
-
* [
|
|
15191
|
+
* [AuditInstanceFilters](https://cloud.tencent.com/document/api/236/15878#AuditInstanceFilters)
|
|
15192
|
+
* [AuditInstanceInfo](https://cloud.tencent.com/document/api/236/15878#AuditInstanceInfo)
|
|
15193
|
+
* [AuditRuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#AuditRuleTemplateInfo)
|
|
15194
|
+
* [InstanceDbAuditStatus](https://cloud.tencent.com/document/api/236/15878#InstanceDbAuditStatus)
|
|
15195
|
+
* [RuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateInfo)
|
|
15196
|
+
* [RuleTemplateRecordInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateRecordInfo)
|
|
15378
15197
|
|
|
15379
15198
|
修改数据结构:
|
|
15380
15199
|
|
|
@@ -21735,12 +21554,12 @@
|
|
|
21735
21554
|
|
|
21736
21555
|
新增接口:
|
|
21737
21556
|
|
|
21738
|
-
* [
|
|
21739
|
-
* [
|
|
21557
|
+
* [DescribeTaskPolicyTriggerLog](https://cloud.tencent.com/document/api/1500/101818)
|
|
21558
|
+
* [TriggerPolicy](https://cloud.tencent.com/document/api/1500/101817)
|
|
21740
21559
|
|
|
21741
21560
|
新增数据结构:
|
|
21742
21561
|
|
|
21743
|
-
* [
|
|
21562
|
+
* [PolicyTriggerLog](https://cloud.tencent.com/document/api/1500/71784#PolicyTriggerLog)
|
|
21744
21563
|
|
|
21745
21564
|
### 第 12 次发布
|
|
21746
21565
|
|
|
@@ -32351,18 +32170,18 @@
|
|
|
32351
32170
|
|
|
32352
32171
|
新增接口:
|
|
32353
32172
|
|
|
32354
|
-
* [
|
|
32355
|
-
* [
|
|
32173
|
+
* [ListAggregateConfigRules](https://cloud.tencent.com/document/api/1579/101782)
|
|
32174
|
+
* [ListConfigRules](https://cloud.tencent.com/document/api/1579/101781)
|
|
32356
32175
|
|
|
32357
32176
|
新增数据结构:
|
|
32358
32177
|
|
|
32359
|
-
* [
|
|
32360
|
-
* [
|
|
32361
|
-
* [
|
|
32362
|
-
* [
|
|
32363
|
-
* [
|
|
32364
|
-
* [
|
|
32365
|
-
* [
|
|
32178
|
+
* [Annotation](https://cloud.tencent.com/document/api/1579/101783#Annotation)
|
|
32179
|
+
* [ConfigRule](https://cloud.tencent.com/document/api/1579/101783#ConfigRule)
|
|
32180
|
+
* [InputParameter](https://cloud.tencent.com/document/api/1579/101783#InputParameter)
|
|
32181
|
+
* [InputParameterForManage](https://cloud.tencent.com/document/api/1579/101783#InputParameterForManage)
|
|
32182
|
+
* [SourceConditionForManage](https://cloud.tencent.com/document/api/1579/101783#SourceConditionForManage)
|
|
32183
|
+
* [Tag](https://cloud.tencent.com/document/api/1579/101783#Tag)
|
|
32184
|
+
* [TriggerType](https://cloud.tencent.com/document/api/1579/101783#TriggerType)
|
|
32366
32185
|
|
|
32367
32186
|
|
|
32368
32187
|
|
|
@@ -35696,6 +35515,21 @@
|
|
|
35696
35515
|
|
|
35697
35516
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35698
35517
|
|
|
35518
|
+
### 第 121 次发布
|
|
35519
|
+
|
|
35520
|
+
发布时间:2023-11-23 01:14:32
|
|
35521
|
+
|
|
35522
|
+
本次发布包含了以下内容:
|
|
35523
|
+
|
|
35524
|
+
改善已有的文档。
|
|
35525
|
+
|
|
35526
|
+
修改接口:
|
|
35527
|
+
|
|
35528
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
35529
|
+
|
|
35530
|
+
* 新增入参:UserData
|
|
35531
|
+
|
|
35532
|
+
|
|
35699
35533
|
### 第 120 次发布
|
|
35700
35534
|
|
|
35701
35535
|
发布时间:2023-11-20 00:06:15
|
|
@@ -55003,6 +54837,36 @@
|
|
|
55003
54837
|
|
|
55004
54838
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
55005
54839
|
|
|
54840
|
+
### 第 50 次发布
|
|
54841
|
+
|
|
54842
|
+
发布时间:2023-11-23 01:18:36
|
|
54843
|
+
|
|
54844
|
+
本次发布包含了以下内容:
|
|
54845
|
+
|
|
54846
|
+
改善已有的文档。
|
|
54847
|
+
|
|
54848
|
+
修改接口:
|
|
54849
|
+
|
|
54850
|
+
* [RestartInstance](https://cloud.tencent.com/document/api/845/30630)
|
|
54851
|
+
|
|
54852
|
+
* 新增入参:UpgradeKernel
|
|
54853
|
+
|
|
54854
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
54855
|
+
|
|
54856
|
+
* 新增入参:KibanaPrivateDomain, CerebroPrivateDomain
|
|
54857
|
+
|
|
54858
|
+
|
|
54859
|
+
修改数据结构:
|
|
54860
|
+
|
|
54861
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
54862
|
+
|
|
54863
|
+
* 新增成员:KibanaPrivateVip, CustomKibanaPrivateUrl
|
|
54864
|
+
|
|
54865
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
54866
|
+
|
|
54867
|
+
* 新增成员:PrivateVip, CustomPrivateUrl
|
|
54868
|
+
|
|
54869
|
+
|
|
55006
54870
|
### 第 49 次发布
|
|
55007
54871
|
|
|
55008
54872
|
发布时间:2023-10-30 00:42:05
|
|
@@ -56093,6 +55957,21 @@
|
|
|
56093
55957
|
|
|
56094
55958
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56095
55959
|
|
|
55960
|
+
### 第 136 次发布
|
|
55961
|
+
|
|
55962
|
+
发布时间:2023-11-23 01:18:49
|
|
55963
|
+
|
|
55964
|
+
本次发布包含了以下内容:
|
|
55965
|
+
|
|
55966
|
+
改善已有的文档。
|
|
55967
|
+
|
|
55968
|
+
修改接口:
|
|
55969
|
+
|
|
55970
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
55971
|
+
|
|
55972
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
55973
|
+
|
|
55974
|
+
|
|
56096
55975
|
### 第 135 次发布
|
|
56097
55976
|
|
|
56098
55977
|
发布时间:2023-11-09 01:14:12
|
|
@@ -58720,6 +58599,28 @@
|
|
|
58720
58599
|
|
|
58721
58600
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58722
58601
|
|
|
58602
|
+
### 第 133 次发布
|
|
58603
|
+
|
|
58604
|
+
发布时间:2023-11-23 01:19:06
|
|
58605
|
+
|
|
58606
|
+
本次发布包含了以下内容:
|
|
58607
|
+
|
|
58608
|
+
改善已有的文档。
|
|
58609
|
+
|
|
58610
|
+
修改接口:
|
|
58611
|
+
|
|
58612
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
58613
|
+
|
|
58614
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
58615
|
+
|
|
58616
|
+
|
|
58617
|
+
修改数据结构:
|
|
58618
|
+
|
|
58619
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
58620
|
+
|
|
58621
|
+
* <font color="#dd0000">**修改成员**:</font>NotChannelOrganization
|
|
58622
|
+
|
|
58623
|
+
|
|
58723
58624
|
### 第 132 次发布
|
|
58724
58625
|
|
|
58725
58626
|
发布时间:2023-11-14 01:16:20
|
|
@@ -66105,6 +66006,33 @@
|
|
|
66105
66006
|
|
|
66106
66007
|
|
|
66107
66008
|
|
|
66009
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
66010
|
+
|
|
66011
|
+
### 第 1 次发布
|
|
66012
|
+
|
|
66013
|
+
发布时间:2023-11-23 11:01:12
|
|
66014
|
+
|
|
66015
|
+
本次发布包含了以下内容:
|
|
66016
|
+
|
|
66017
|
+
改善已有的文档。
|
|
66018
|
+
|
|
66019
|
+
新增接口:
|
|
66020
|
+
|
|
66021
|
+
* [[ChatPro](https://cloud.tencent.com/document/api/1729/101837)](https://cloud.tencent.com/document/api/#/#)
|
|
66022
|
+
* [[ChatStd](https://cloud.tencent.com/document/api/1729/101836)](https://cloud.tencent.com/document/api/#/#)
|
|
66023
|
+
* [[GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)](https://cloud.tencent.com/document/api/#/#)
|
|
66024
|
+
|
|
66025
|
+
新增数据结构:
|
|
66026
|
+
|
|
66027
|
+
* [[Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)](https://cloud.tencent.com/document/api/1729/101838#[Choice](https://cloud.tencent.com/document/api/1729/101838#Choice))
|
|
66028
|
+
* [[Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)](https://cloud.tencent.com/document/api/1729/101838#[Delta](https://cloud.tencent.com/document/api/1729/101838#Delta))
|
|
66029
|
+
* [[ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)](https://cloud.tencent.com/document/api/1729/101838#[ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg))
|
|
66030
|
+
* [[Message](https://cloud.tencent.com/document/api/1729/101838#Message)](https://cloud.tencent.com/document/api/1729/101838#[Message](https://cloud.tencent.com/document/api/1729/101838#Message))
|
|
66031
|
+
* [[Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)](https://cloud.tencent.com/document/api/1729/101838#[Usage](https://cloud.tencent.com/document/api/1729/101838#Usage))
|
|
66032
|
+
|
|
66033
|
+
|
|
66034
|
+
|
|
66035
|
+
|
|
66108
66036
|
## 人脸识别(iai) 版本:2018-03-01
|
|
66109
66037
|
|
|
66110
66038
|
### 第 20 次发布
|
|
@@ -101457,6 +101385,25 @@
|
|
|
101457
101385
|
|
|
101458
101386
|
## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
|
|
101459
101387
|
|
|
101388
|
+
### 第 20 次发布
|
|
101389
|
+
|
|
101390
|
+
发布时间:2023-11-23 01:26:18
|
|
101391
|
+
|
|
101392
|
+
本次发布包含了以下内容:
|
|
101393
|
+
|
|
101394
|
+
改善已有的文档。
|
|
101395
|
+
|
|
101396
|
+
修改接口:
|
|
101397
|
+
|
|
101398
|
+
* [DownloadUserCert](https://cloud.tencent.com/document/api/663/38516)
|
|
101399
|
+
|
|
101400
|
+
* 新增出参:Cert
|
|
101401
|
+
|
|
101402
|
+
* [Invoke](https://cloud.tencent.com/document/api/663/19464)
|
|
101403
|
+
|
|
101404
|
+
* 新增出参:TxId
|
|
101405
|
+
|
|
101406
|
+
|
|
101460
101407
|
### 第 19 次发布
|
|
101461
101408
|
|
|
101462
101409
|
发布时间:2023-11-21 01:32:15
|
|
@@ -105474,6 +105421,21 @@
|
|
|
105474
105421
|
|
|
105475
105422
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
105476
105423
|
|
|
105424
|
+
### 第 62 次发布
|
|
105425
|
+
|
|
105426
|
+
发布时间:2023-11-23 01:27:00
|
|
105427
|
+
|
|
105428
|
+
本次发布包含了以下内容:
|
|
105429
|
+
|
|
105430
|
+
改善已有的文档。
|
|
105431
|
+
|
|
105432
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
105433
|
+
|
|
105434
|
+
* CreateCustomAccount
|
|
105435
|
+
* DeleteCustomAccount
|
|
105436
|
+
* DescribeCustomAccounts
|
|
105437
|
+
* ModifyCustomAccount
|
|
105438
|
+
|
|
105477
105439
|
### 第 61 次发布
|
|
105478
105440
|
|
|
105479
105441
|
发布时间:2023-09-11 02:43:38
|
|
@@ -122458,7 +122420,7 @@
|
|
|
122458
122420
|
|
|
122459
122421
|
|
|
122460
122422
|
|
|
122461
|
-
##
|
|
122423
|
+
## (tkgdq) 版本:2019-04-11
|
|
122462
122424
|
|
|
122463
122425
|
### 第 1 次发布
|
|
122464
122426
|
|
|
@@ -124870,6 +124832,27 @@
|
|
|
124870
124832
|
|
|
124871
124833
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
124872
124834
|
|
|
124835
|
+
### 第 54 次发布
|
|
124836
|
+
|
|
124837
|
+
发布时间:2023-11-23 01:30:34
|
|
124838
|
+
|
|
124839
|
+
本次发布包含了以下内容:
|
|
124840
|
+
|
|
124841
|
+
改善已有的文档。
|
|
124842
|
+
|
|
124843
|
+
新增接口:
|
|
124844
|
+
|
|
124845
|
+
* [DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)
|
|
124846
|
+
* [DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)
|
|
124847
|
+
* [DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)
|
|
124848
|
+
|
|
124849
|
+
新增数据结构:
|
|
124850
|
+
|
|
124851
|
+
* [DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)
|
|
124852
|
+
* [DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)
|
|
124853
|
+
* [RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)
|
|
124854
|
+
* [ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)
|
|
124855
|
+
|
|
124873
124856
|
### 第 53 次发布
|
|
124874
124857
|
|
|
124875
124858
|
发布时间:2023-11-22 07:09:30
|
|
@@ -124880,9 +124863,9 @@
|
|
|
124880
124863
|
|
|
124881
124864
|
新增接口:
|
|
124882
124865
|
|
|
124883
|
-
* [
|
|
124884
|
-
* [
|
|
124885
|
-
* [
|
|
124866
|
+
* [CloseWafProtection](https://cloud.tencent.com/document/api/1364/101822)
|
|
124867
|
+
* [CreateWafDomains](https://cloud.tencent.com/document/api/1364/101821)
|
|
124868
|
+
* [OpenWafProtection](https://cloud.tencent.com/document/api/1364/101820)
|
|
124886
124869
|
|
|
124887
124870
|
### 第 52 次发布
|
|
124888
124871
|
|
|
@@ -129277,9 +129260,9 @@
|
|
|
129277
129260
|
|
|
129278
129261
|
新增数据结构:
|
|
129279
129262
|
|
|
129280
|
-
* [
|
|
129281
|
-
* [
|
|
129282
|
-
* [
|
|
129263
|
+
* [QualityEnhanceTask](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTask)
|
|
129264
|
+
* [QualityEnhanceTaskInput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskInput)
|
|
129265
|
+
* [QualityEnhanceTaskOutput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskOutput)
|
|
129283
129266
|
|
|
129284
129267
|
### 第 170 次发布
|
|
129285
129268
|
|
|
@@ -140126,6 +140109,23 @@
|
|
|
140126
140109
|
|
|
140127
140110
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
140128
140111
|
|
|
140112
|
+
### 第 59 次发布
|
|
140113
|
+
|
|
140114
|
+
发布时间:2023-11-23 01:33:33
|
|
140115
|
+
|
|
140116
|
+
本次发布包含了以下内容:
|
|
140117
|
+
|
|
140118
|
+
改善已有的文档。
|
|
140119
|
+
|
|
140120
|
+
新增接口:
|
|
140121
|
+
|
|
140122
|
+
* [DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)
|
|
140123
|
+
|
|
140124
|
+
新增数据结构:
|
|
140125
|
+
|
|
140126
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
140127
|
+
* [Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)
|
|
140128
|
+
|
|
140129
140129
|
### 第 58 次发布
|
|
140130
140130
|
|
|
140131
140131
|
发布时间:2023-11-21 01:42:45
|