tencentcloud-sdk-nodejs 4.0.850 → 4.0.851
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 +166 -0
- package/SERVICE_CHANGELOG.md +223 -59
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +2 -2
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +5 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +5 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +67 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -12
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +108 -70
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -3
- package/src/services/hai/v20230812/hai_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +40 -10
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +105 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +37 -13
- package/src/services/live/v20180801/live_models.ts +68 -2
- package/src/services/lke/v20231130/lke_client.ts +5 -4
- package/src/services/lke/v20231130/lke_models.ts +60 -0
- package/src/services/mrs/v20200910/mrs_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +19 -7
- package/src/services/ssl/v20191205/ssl_models.ts +36 -4
- package/src/services/tke/v20220501/tke_client.ts +66 -17
- package/src/services/tke/v20220501/tke_models.ts +830 -165
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +2 -2
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +2 -2
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +23 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +33 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +77 -12
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +106 -70
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -3
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +21 -7
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +25 -7
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +101 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +13 -5
- package/tencentcloud/services/live/v20180801/live_client.js +18 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +64 -2
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +4 -4
- package/tencentcloud/services/lke/v20231130/lke_client.js +4 -4
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +59 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +34 -4
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +17 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +24 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +766 -120
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/test/cynosdb.v20190107.test.js +52 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/hunyuan.v20230901.test.js +22 -2
- package/test/live.v20180801.test.js +24 -4
- package/test/ssl.v20191205.test.js +12 -2
- package/test/tke.v20220501.test.js +34 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,169 @@
|
|
|
1
|
+
# Release 4.0.851
|
|
2
|
+
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
|
+
|
|
5
|
+
### 第 88 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-05-13 01:14:47
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
16
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
17
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
18
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
19
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
24
|
+
|
|
25
|
+
### 第 169 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-05-13 01:18:00
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
新增接口:
|
|
34
|
+
|
|
35
|
+
* [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
40
|
+
|
|
41
|
+
### 第 60 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2024-05-13 01:21:46
|
|
44
|
+
|
|
45
|
+
本次发布包含了以下内容:
|
|
46
|
+
|
|
47
|
+
改善已有的文档。
|
|
48
|
+
|
|
49
|
+
修改数据结构:
|
|
50
|
+
|
|
51
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
52
|
+
|
|
53
|
+
* 新增成员:LatestOperationStartedTime
|
|
54
|
+
|
|
55
|
+
* [InstancePriceDetail](https://cloud.tencent.com/document/api/1207/47576#InstancePriceDetail)
|
|
56
|
+
|
|
57
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, InstancePrice, DiscountDetail
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
63
|
+
|
|
64
|
+
### 第 128 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2024-05-13 01:22:02
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
新增接口:
|
|
73
|
+
|
|
74
|
+
* [DescribeLivePadProcessorList](https://cloud.tencent.com/document/api/267/106082)
|
|
75
|
+
* [StopLivePadProcessor](https://cloud.tencent.com/document/api/267/106081)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
80
|
+
|
|
81
|
+
### 第 6 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2024-05-13 01:22:27
|
|
84
|
+
|
|
85
|
+
本次发布包含了以下内容:
|
|
86
|
+
|
|
87
|
+
改善已有的文档。
|
|
88
|
+
|
|
89
|
+
新增数据结构:
|
|
90
|
+
|
|
91
|
+
* [TaskFlowInfo](https://cloud.tencent.com/document/api/1759/105104#TaskFlowInfo)
|
|
92
|
+
|
|
93
|
+
修改数据结构:
|
|
94
|
+
|
|
95
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
96
|
+
|
|
97
|
+
* 新增成员:SessionId, CanFeedback, ReplyMethod, OptionCards, TaskFlow
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
103
|
+
|
|
104
|
+
### 第 58 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2024-05-13 01:26:12
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
新增接口:
|
|
113
|
+
|
|
114
|
+
* [DescribeDownloadCertificateUrl](https://cloud.tencent.com/document/api/400/106083)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
119
|
+
|
|
120
|
+
### 第 2 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2024-05-13 01:30:09
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
127
|
+
|
|
128
|
+
新增接口:
|
|
129
|
+
|
|
130
|
+
* [CreateNodePool](https://cloud.tencent.com/document/api/457/106086)
|
|
131
|
+
* [DeleteNodePool](https://cloud.tencent.com/document/api/457/106085)
|
|
132
|
+
* [ModifyNodePool](https://cloud.tencent.com/document/api/457/106084)
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
135
|
+
|
|
136
|
+
* [AutoUpgradeOptions](https://cloud.tencent.com/document/api/457/103206#AutoUpgradeOptions)
|
|
137
|
+
* [CreateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#CreateNativeNodePoolParam)
|
|
138
|
+
* [DataDisk](https://cloud.tencent.com/document/api/457/103206#DataDisk)
|
|
139
|
+
* [Disk](https://cloud.tencent.com/document/api/457/103206#Disk)
|
|
140
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/457/103206#InstanceChargePrepaid)
|
|
141
|
+
* [IntOrString](https://cloud.tencent.com/document/api/457/103206#IntOrString)
|
|
142
|
+
* [LifecycleConfig](https://cloud.tencent.com/document/api/457/103206#LifecycleConfig)
|
|
143
|
+
* [MachineSetScaling](https://cloud.tencent.com/document/api/457/103206#MachineSetScaling)
|
|
144
|
+
* [MachineUpgradeSettings](https://cloud.tencent.com/document/api/457/103206#MachineUpgradeSettings)
|
|
145
|
+
* [ManagementConfig](https://cloud.tencent.com/document/api/457/103206#ManagementConfig)
|
|
146
|
+
* [Tag](https://cloud.tencent.com/document/api/457/103206#Tag)
|
|
147
|
+
* [TagSpecification](https://cloud.tencent.com/document/api/457/103206#TagSpecification)
|
|
148
|
+
* [UpdateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#UpdateNativeNodePoolParam)
|
|
149
|
+
|
|
150
|
+
修改数据结构:
|
|
151
|
+
|
|
152
|
+
* [NativeNodePoolInfo](https://cloud.tencent.com/document/api/457/103206#NativeNodePoolInfo)
|
|
153
|
+
|
|
154
|
+
* 新增成员:Scaling, UpgradeSettings, AutoRepair, InstanceChargeType, InstanceChargePrepaid, SystemDisk, KeyIds, Management, HealthCheckPolicyName, HostNamePattern, KubeletArgs, Lifecycle, RuntimeRootDir, EnableAutoscaling, InstanceTypes, Replicas, InternetAccessible, DataDisks
|
|
155
|
+
|
|
156
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/103206#NodePool)
|
|
157
|
+
|
|
158
|
+
* 新增成员:Tags, Unschedulable
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
1
167
|
# Release 4.0.850
|
|
2
168
|
|
|
3
169
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,46 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 88 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-13 01:14:47
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
13
|
+
新增接口:
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
16
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
17
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
18
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
19
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
18
20
|
|
|
19
|
-
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
20
21
|
|
|
21
|
-
* 新增入参:MemberId
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
* [DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)
|
|
26
|
-
|
|
27
|
-
* 新增入参:MemberId
|
|
23
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
28
24
|
|
|
29
|
-
|
|
25
|
+
### 第 169 次发布
|
|
30
26
|
|
|
27
|
+
发布时间:2024-05-13 01:18:00
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
本次发布包含了以下内容:
|
|
33
30
|
|
|
34
|
-
|
|
31
|
+
改善已有的文档。
|
|
35
32
|
|
|
36
|
-
|
|
33
|
+
新增接口:
|
|
37
34
|
|
|
35
|
+
* [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
|
|
38
36
|
|
|
39
37
|
|
|
40
38
|
|
|
41
|
-
##
|
|
39
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42
40
|
|
|
43
|
-
### 第
|
|
41
|
+
### 第 60 次发布
|
|
44
42
|
|
|
45
|
-
发布时间:2024-05-
|
|
43
|
+
发布时间:2024-05-13 01:21:46
|
|
46
44
|
|
|
47
45
|
本次发布包含了以下内容:
|
|
48
46
|
|
|
@@ -50,98 +48,119 @@
|
|
|
50
48
|
|
|
51
49
|
修改数据结构:
|
|
52
50
|
|
|
53
|
-
* [
|
|
51
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
54
52
|
|
|
55
|
-
* 新增成员:
|
|
53
|
+
* 新增成员:LatestOperationStartedTime
|
|
56
54
|
|
|
55
|
+
* [InstancePriceDetail](https://cloud.tencent.com/document/api/1207/47576#InstancePriceDetail)
|
|
57
56
|
|
|
57
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, InstancePrice, DiscountDetail
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
61
60
|
|
|
62
|
-
### 第 87 次发布
|
|
63
61
|
|
|
64
|
-
|
|
62
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
65
63
|
|
|
66
|
-
|
|
64
|
+
### 第 128 次发布
|
|
67
65
|
|
|
68
|
-
|
|
66
|
+
发布时间:2024-05-13 01:22:02
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
本次发布包含了以下内容:
|
|
71
69
|
|
|
72
|
-
|
|
70
|
+
改善已有的文档。
|
|
73
71
|
|
|
74
|
-
|
|
72
|
+
新增接口:
|
|
75
73
|
|
|
74
|
+
* [DescribeLivePadProcessorList](https://cloud.tencent.com/document/api/267/106082)
|
|
75
|
+
* [StopLivePadProcessor](https://cloud.tencent.com/document/api/267/106081)
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
##
|
|
79
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
80
80
|
|
|
81
|
-
### 第
|
|
81
|
+
### 第 6 次发布
|
|
82
82
|
|
|
83
|
-
发布时间:2024-05-
|
|
83
|
+
发布时间:2024-05-13 01:22:27
|
|
84
84
|
|
|
85
85
|
本次发布包含了以下内容:
|
|
86
86
|
|
|
87
87
|
改善已有的文档。
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
新增数据结构:
|
|
90
90
|
|
|
91
|
-
* [
|
|
91
|
+
* [TaskFlowInfo](https://cloud.tencent.com/document/api/1759/105104#TaskFlowInfo)
|
|
92
92
|
|
|
93
|
+
修改数据结构:
|
|
93
94
|
|
|
95
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
94
96
|
|
|
95
|
-
|
|
97
|
+
* 新增成员:SessionId, CanFeedback, ReplyMethod, OptionCards, TaskFlow
|
|
96
98
|
|
|
97
|
-
### 第 110 次发布
|
|
98
99
|
|
|
99
|
-
发布时间:2024-05-10 02:29:12
|
|
100
100
|
|
|
101
|
-
本次发布包含了以下内容:
|
|
102
101
|
|
|
103
|
-
|
|
102
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
104
103
|
|
|
105
|
-
|
|
104
|
+
### 第 58 次发布
|
|
106
105
|
|
|
107
|
-
|
|
106
|
+
发布时间:2024-05-13 01:26:12
|
|
108
107
|
|
|
109
|
-
|
|
108
|
+
本次发布包含了以下内容:
|
|
110
109
|
|
|
110
|
+
改善已有的文档。
|
|
111
111
|
|
|
112
|
+
新增接口:
|
|
112
113
|
|
|
114
|
+
* [DescribeDownloadCertificateUrl](https://cloud.tencent.com/document/api/400/106083)
|
|
113
115
|
|
|
114
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
115
116
|
|
|
116
|
-
### 第 80 次发布
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
### 第 2 次发布
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
发布时间:2024-05-13 01:30:09
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
改善已有的文档。
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
新增接口:
|
|
129
129
|
|
|
130
|
+
* [CreateNodePool](https://cloud.tencent.com/document/api/457/106086)
|
|
131
|
+
* [DeleteNodePool](https://cloud.tencent.com/document/api/457/106085)
|
|
132
|
+
* [ModifyNodePool](https://cloud.tencent.com/document/api/457/106084)
|
|
130
133
|
|
|
131
134
|
新增数据结构:
|
|
132
135
|
|
|
133
|
-
* [
|
|
136
|
+
* [AutoUpgradeOptions](https://cloud.tencent.com/document/api/457/103206#AutoUpgradeOptions)
|
|
137
|
+
* [CreateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#CreateNativeNodePoolParam)
|
|
138
|
+
* [DataDisk](https://cloud.tencent.com/document/api/457/103206#DataDisk)
|
|
139
|
+
* [Disk](https://cloud.tencent.com/document/api/457/103206#Disk)
|
|
140
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/457/103206#InstanceChargePrepaid)
|
|
141
|
+
* [IntOrString](https://cloud.tencent.com/document/api/457/103206#IntOrString)
|
|
142
|
+
* [LifecycleConfig](https://cloud.tencent.com/document/api/457/103206#LifecycleConfig)
|
|
143
|
+
* [MachineSetScaling](https://cloud.tencent.com/document/api/457/103206#MachineSetScaling)
|
|
144
|
+
* [MachineUpgradeSettings](https://cloud.tencent.com/document/api/457/103206#MachineUpgradeSettings)
|
|
145
|
+
* [ManagementConfig](https://cloud.tencent.com/document/api/457/103206#ManagementConfig)
|
|
146
|
+
* [Tag](https://cloud.tencent.com/document/api/457/103206#Tag)
|
|
147
|
+
* [TagSpecification](https://cloud.tencent.com/document/api/457/103206#TagSpecification)
|
|
148
|
+
* [UpdateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#UpdateNativeNodePoolParam)
|
|
134
149
|
|
|
135
150
|
修改数据结构:
|
|
136
151
|
|
|
137
|
-
* [
|
|
152
|
+
* [NativeNodePoolInfo](https://cloud.tencent.com/document/api/457/103206#NativeNodePoolInfo)
|
|
138
153
|
|
|
139
|
-
* 新增成员:
|
|
154
|
+
* 新增成员:Scaling, UpgradeSettings, AutoRepair, InstanceChargeType, InstanceChargePrepaid, SystemDisk, KeyIds, Management, HealthCheckPolicyName, HostNamePattern, KubeletArgs, Lifecycle, RuntimeRootDir, EnableAutoscaling, InstanceTypes, Replicas, InternetAccessible, DataDisks
|
|
140
155
|
|
|
156
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/103206#NodePool)
|
|
157
|
+
|
|
158
|
+
* 新增成员:Tags, Unschedulable
|
|
141
159
|
|
|
142
160
|
|
|
143
161
|
|
|
144
|
-
|
|
162
|
+
|
|
163
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
145
164
|
|
|
146
165
|
|
|
147
166
|
|
|
@@ -28316,7 +28335,7 @@
|
|
|
28316
28335
|
|
|
28317
28336
|
新增接口:
|
|
28318
28337
|
|
|
28319
|
-
* [SetLoadBalancerStartStatus](https://cloud.tencent.com/document/api/214/
|
|
28338
|
+
* [SetLoadBalancerStartStatus](https://cloud.tencent.com/document/api/214/104002)
|
|
28320
28339
|
|
|
28321
28340
|
### 第 100 次发布
|
|
28322
28341
|
|
|
@@ -44178,6 +44197,22 @@
|
|
|
44178
44197
|
|
|
44179
44198
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44180
44199
|
|
|
44200
|
+
### 第 88 次发布
|
|
44201
|
+
|
|
44202
|
+
发布时间:2024-05-13 01:14:47
|
|
44203
|
+
|
|
44204
|
+
本次发布包含了以下内容:
|
|
44205
|
+
|
|
44206
|
+
改善已有的文档。
|
|
44207
|
+
|
|
44208
|
+
新增接口:
|
|
44209
|
+
|
|
44210
|
+
* [[CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)](https://cloud.tencent.com/document/api/#/#)
|
|
44211
|
+
* [[DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)](https://cloud.tencent.com/document/api/#/#)
|
|
44212
|
+
* [[DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)](https://cloud.tencent.com/document/api/#/#)
|
|
44213
|
+
* [[StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)](https://cloud.tencent.com/document/api/#/#)
|
|
44214
|
+
* [[StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)](https://cloud.tencent.com/document/api/#/#)
|
|
44215
|
+
|
|
44181
44216
|
### 第 87 次发布
|
|
44182
44217
|
|
|
44183
44218
|
发布时间:2024-05-10 01:33:56
|
|
@@ -60595,6 +60630,18 @@
|
|
|
60595
60630
|
|
|
60596
60631
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60597
60632
|
|
|
60633
|
+
### 第 169 次发布
|
|
60634
|
+
|
|
60635
|
+
发布时间:2024-05-13 01:18:00
|
|
60636
|
+
|
|
60637
|
+
本次发布包含了以下内容:
|
|
60638
|
+
|
|
60639
|
+
改善已有的文档。
|
|
60640
|
+
|
|
60641
|
+
新增接口:
|
|
60642
|
+
|
|
60643
|
+
* [[DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)](https://cloud.tencent.com/document/api/#/#)
|
|
60644
|
+
|
|
60598
60645
|
### 第 168 次发布
|
|
60599
60646
|
|
|
60600
60647
|
发布时间:2024-05-10 01:46:37
|
|
@@ -60605,7 +60652,7 @@
|
|
|
60605
60652
|
|
|
60606
60653
|
新增接口:
|
|
60607
60654
|
|
|
60608
|
-
* [
|
|
60655
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
60609
60656
|
|
|
60610
60657
|
### 第 167 次发布
|
|
60611
60658
|
|
|
@@ -72200,6 +72247,19 @@
|
|
|
72200
72247
|
|
|
72201
72248
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
72202
72249
|
|
|
72250
|
+
### 第 6 次发布
|
|
72251
|
+
|
|
72252
|
+
发布时间:2024-05-10 10:17:15
|
|
72253
|
+
|
|
72254
|
+
本次发布包含了以下内容:
|
|
72255
|
+
|
|
72256
|
+
改善已有的文档。
|
|
72257
|
+
|
|
72258
|
+
新增接口:
|
|
72259
|
+
|
|
72260
|
+
* [QueryHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105970)
|
|
72261
|
+
* [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
|
|
72262
|
+
|
|
72203
72263
|
### 第 5 次发布
|
|
72204
72264
|
|
|
72205
72265
|
发布时间:2024-05-08 01:18:38
|
|
@@ -81449,6 +81509,25 @@
|
|
|
81449
81509
|
|
|
81450
81510
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
81451
81511
|
|
|
81512
|
+
### 第 60 次发布
|
|
81513
|
+
|
|
81514
|
+
发布时间:2024-05-13 01:21:46
|
|
81515
|
+
|
|
81516
|
+
本次发布包含了以下内容:
|
|
81517
|
+
|
|
81518
|
+
改善已有的文档。
|
|
81519
|
+
|
|
81520
|
+
修改数据结构:
|
|
81521
|
+
|
|
81522
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
81523
|
+
|
|
81524
|
+
* 新增成员:LatestOperationStartedTime
|
|
81525
|
+
|
|
81526
|
+
* [InstancePriceDetail](https://cloud.tencent.com/document/api/1207/47576#InstancePriceDetail)
|
|
81527
|
+
|
|
81528
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, InstancePrice, DiscountDetail
|
|
81529
|
+
|
|
81530
|
+
|
|
81452
81531
|
### 第 59 次发布
|
|
81453
81532
|
|
|
81454
81533
|
发布时间:2024-03-11 01:18:22
|
|
@@ -82611,6 +82690,19 @@
|
|
|
82611
82690
|
|
|
82612
82691
|
## 云直播CSS(live) 版本:2018-08-01
|
|
82613
82692
|
|
|
82693
|
+
### 第 128 次发布
|
|
82694
|
+
|
|
82695
|
+
发布时间:2024-05-13 01:22:02
|
|
82696
|
+
|
|
82697
|
+
本次发布包含了以下内容:
|
|
82698
|
+
|
|
82699
|
+
改善已有的文档。
|
|
82700
|
+
|
|
82701
|
+
新增接口:
|
|
82702
|
+
|
|
82703
|
+
* [[DescribeLivePadProcessorList](https://cloud.tencent.com/document/api/267/106082)](https://cloud.tencent.com/document/api/#/#)
|
|
82704
|
+
* [[StopLivePadProcessor](https://cloud.tencent.com/document/api/267/106081)](https://cloud.tencent.com/document/api/#/#)
|
|
82705
|
+
|
|
82614
82706
|
### 第 127 次发布
|
|
82615
82707
|
|
|
82616
82708
|
发布时间:2024-04-22 01:19:59
|
|
@@ -85186,6 +85278,25 @@
|
|
|
85186
85278
|
|
|
85187
85279
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
85188
85280
|
|
|
85281
|
+
### 第 6 次发布
|
|
85282
|
+
|
|
85283
|
+
发布时间:2024-05-13 01:22:27
|
|
85284
|
+
|
|
85285
|
+
本次发布包含了以下内容:
|
|
85286
|
+
|
|
85287
|
+
改善已有的文档。
|
|
85288
|
+
|
|
85289
|
+
新增数据结构:
|
|
85290
|
+
|
|
85291
|
+
* [[TaskFlowInfo](https://cloud.tencent.com/document/api/1759/105104#TaskFlowInfo)](https://cloud.tencent.com/document/api/1759/105104#[TaskFlowInfo](https://cloud.tencent.com/document/api/1759/105104#TaskFlowInfo))
|
|
85292
|
+
|
|
85293
|
+
修改数据结构:
|
|
85294
|
+
|
|
85295
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
85296
|
+
|
|
85297
|
+
* 新增成员:SessionId, CanFeedback, ReplyMethod, OptionCards, TaskFlow
|
|
85298
|
+
|
|
85299
|
+
|
|
85189
85300
|
### 第 5 次发布
|
|
85190
85301
|
|
|
85191
85302
|
发布时间:2024-04-29 00:05:46
|
|
@@ -108618,6 +108729,18 @@
|
|
|
108618
108729
|
|
|
108619
108730
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
108620
108731
|
|
|
108732
|
+
### 第 58 次发布
|
|
108733
|
+
|
|
108734
|
+
发布时间:2024-05-13 01:26:12
|
|
108735
|
+
|
|
108736
|
+
本次发布包含了以下内容:
|
|
108737
|
+
|
|
108738
|
+
改善已有的文档。
|
|
108739
|
+
|
|
108740
|
+
新增接口:
|
|
108741
|
+
|
|
108742
|
+
* [[DescribeDownloadCertificateUrl](https://cloud.tencent.com/document/api/400/106083)](https://cloud.tencent.com/document/api/#/#)
|
|
108743
|
+
|
|
108621
108744
|
### 第 57 次发布
|
|
108622
108745
|
|
|
108623
108746
|
发布时间:2024-04-23 01:23:47
|
|
@@ -123874,7 +123997,7 @@
|
|
|
123874
123997
|
|
|
123875
123998
|
新增数据结构:
|
|
123876
123999
|
|
|
123877
|
-
* [
|
|
124000
|
+
* [CacheTag](https://cloud.tencent.com/document/api/1552/80721#CacheTag)
|
|
123878
124001
|
|
|
123879
124002
|
修改数据结构:
|
|
123880
124003
|
|
|
@@ -133767,6 +133890,47 @@
|
|
|
133767
133890
|
|
|
133768
133891
|
## 容器服务(tke) 版本:2022-05-01
|
|
133769
133892
|
|
|
133893
|
+
### 第 2 次发布
|
|
133894
|
+
|
|
133895
|
+
发布时间:2024-05-13 01:30:09
|
|
133896
|
+
|
|
133897
|
+
本次发布包含了以下内容:
|
|
133898
|
+
|
|
133899
|
+
改善已有的文档。
|
|
133900
|
+
|
|
133901
|
+
新增接口:
|
|
133902
|
+
|
|
133903
|
+
* [[CreateNodePool](https://cloud.tencent.com/document/api/457/106086)](https://cloud.tencent.com/document/api/#/#)
|
|
133904
|
+
* [[DeleteNodePool](https://cloud.tencent.com/document/api/457/106085)](https://cloud.tencent.com/document/api/#/#)
|
|
133905
|
+
* [[ModifyNodePool](https://cloud.tencent.com/document/api/457/106084)](https://cloud.tencent.com/document/api/#/#)
|
|
133906
|
+
|
|
133907
|
+
新增数据结构:
|
|
133908
|
+
|
|
133909
|
+
* [[AutoUpgradeOptions](https://cloud.tencent.com/document/api/457/103206#AutoUpgradeOptions)](https://cloud.tencent.com/document/api/457/103206#[AutoUpgradeOptions](https://cloud.tencent.com/document/api/457/103206#AutoUpgradeOptions))
|
|
133910
|
+
* [[CreateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#CreateNativeNodePoolParam)](https://cloud.tencent.com/document/api/457/103206#[CreateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#CreateNativeNodePoolParam))
|
|
133911
|
+
* [[DataDisk](https://cloud.tencent.com/document/api/457/103206#DataDisk)](https://cloud.tencent.com/document/api/457/103206#[DataDisk](https://cloud.tencent.com/document/api/457/103206#DataDisk))
|
|
133912
|
+
* [[Disk](https://cloud.tencent.com/document/api/457/103206#Disk)](https://cloud.tencent.com/document/api/457/103206#[Disk](https://cloud.tencent.com/document/api/457/103206#Disk))
|
|
133913
|
+
* [[InstanceChargePrepaid](https://cloud.tencent.com/document/api/457/103206#InstanceChargePrepaid)](https://cloud.tencent.com/document/api/457/103206#[InstanceChargePrepaid](https://cloud.tencent.com/document/api/457/103206#InstanceChargePrepaid))
|
|
133914
|
+
* [[IntOrString](https://cloud.tencent.com/document/api/457/103206#IntOrString)](https://cloud.tencent.com/document/api/457/103206#[IntOrString](https://cloud.tencent.com/document/api/457/103206#IntOrString))
|
|
133915
|
+
* [[LifecycleConfig](https://cloud.tencent.com/document/api/457/103206#LifecycleConfig)](https://cloud.tencent.com/document/api/457/103206#[LifecycleConfig](https://cloud.tencent.com/document/api/457/103206#LifecycleConfig))
|
|
133916
|
+
* [[MachineSetScaling](https://cloud.tencent.com/document/api/457/103206#MachineSetScaling)](https://cloud.tencent.com/document/api/457/103206#[MachineSetScaling](https://cloud.tencent.com/document/api/457/103206#MachineSetScaling))
|
|
133917
|
+
* [[MachineUpgradeSettings](https://cloud.tencent.com/document/api/457/103206#MachineUpgradeSettings)](https://cloud.tencent.com/document/api/457/103206#[MachineUpgradeSettings](https://cloud.tencent.com/document/api/457/103206#MachineUpgradeSettings))
|
|
133918
|
+
* [[ManagementConfig](https://cloud.tencent.com/document/api/457/103206#ManagementConfig)](https://cloud.tencent.com/document/api/457/103206#[ManagementConfig](https://cloud.tencent.com/document/api/457/103206#ManagementConfig))
|
|
133919
|
+
* [[Tag](https://cloud.tencent.com/document/api/457/103206#Tag)](https://cloud.tencent.com/document/api/457/103206#[Tag](https://cloud.tencent.com/document/api/457/103206#Tag))
|
|
133920
|
+
* [[TagSpecification](https://cloud.tencent.com/document/api/457/103206#TagSpecification)](https://cloud.tencent.com/document/api/457/103206#[TagSpecification](https://cloud.tencent.com/document/api/457/103206#TagSpecification))
|
|
133921
|
+
* [[UpdateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#UpdateNativeNodePoolParam)](https://cloud.tencent.com/document/api/457/103206#[UpdateNativeNodePoolParam](https://cloud.tencent.com/document/api/457/103206#UpdateNativeNodePoolParam))
|
|
133922
|
+
|
|
133923
|
+
修改数据结构:
|
|
133924
|
+
|
|
133925
|
+
* [NativeNodePoolInfo](https://cloud.tencent.com/document/api/457/103206#NativeNodePoolInfo)
|
|
133926
|
+
|
|
133927
|
+
* 新增成员:Scaling, UpgradeSettings, AutoRepair, InstanceChargeType, InstanceChargePrepaid, SystemDisk, KeyIds, Management, HealthCheckPolicyName, HostNamePattern, KubeletArgs, Lifecycle, RuntimeRootDir, EnableAutoscaling, InstanceTypes, Replicas, InternetAccessible, DataDisks
|
|
133928
|
+
|
|
133929
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/103206#NodePool)
|
|
133930
|
+
|
|
133931
|
+
* 新增成员:Tags, Unschedulable
|
|
133932
|
+
|
|
133933
|
+
|
|
133770
133934
|
### 第 1 次发布
|
|
133771
133935
|
|
|
133772
133936
|
发布时间:2024-01-22 11:36:09
|