tencentcloud-sdk-nodejs 4.0.957 → 4.0.958
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 +170 -0
- package/SERVICE_CHANGELOG.md +470 -133
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20221115/bma_models.ts +8 -0
- package/src/services/cam/v20190116/cam_models.ts +18 -18
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -1
- package/src/services/cfg/v20210820/cfg_models.ts +10 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -2
- package/src/services/cls/v20201016/cls_models.ts +40 -10
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -6
- package/src/services/dasb/v20191018/dasb_models.ts +10 -6
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -3
- package/src/services/emr/v20190103/emr_client.ts +81 -28
- package/src/services/emr/v20190103/emr_models.ts +518 -60
- package/src/services/es/v20180416/es_client.ts +1 -0
- package/src/services/es/v20180416/es_models.ts +69 -1
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -2
- package/src/services/gwlb/v20240906/gwlb_models.ts +17 -16
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +66 -13
- package/src/services/iss/v20230517/iss_client.ts +1 -1
- package/src/services/iss/v20230517/iss_models.ts +32 -12
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +8 -0
- package/src/services/sts/v20180813/sts_models.ts +5 -5
- package/src/services/tcss/v20201101/tcss_models.ts +67 -18
- package/src/services/teo/v20220901/teo_client.ts +4 -4
- package/src/services/teo/v20220901/teo_models.ts +75 -72
- package/src/services/tke/v20180525/tke_client.ts +37 -12
- package/src/services/tke/v20180525/tke_models.ts +85 -0
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +17 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +8 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +16 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +40 -10
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +10 -6
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +25 -9
- package/tencentcloud/services/emr/v20190103/emr_client.js +35 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +504 -59
- package/tencentcloud/services/es/v20180416/es_models.d.ts +68 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -2
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +17 -16
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +65 -13
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +1 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +1 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +32 -12
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -0
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +5 -5
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +67 -18
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +4 -4
- package/tencentcloud/services/teo/v20220901/teo_client.js +4 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +75 -72
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +80 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -16
- package/test/emr.v20190103.test.js +46 -6
- package/test/tke.v20180525.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 27 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-18 01:06:21
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,94 +12,92 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeBackUpJob](https://cloud.tencent.com/document/api/1387/109558)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:ApplicationType
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
* [DescribeBackUpSchedules](https://cloud.tencent.com/document/api/1387/109556)
|
|
20
20
|
|
|
21
|
+
* 新增入参:ApplicationType
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
|
|
24
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
### 第 21 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-10-18 01:06:35
|
|
29
31
|
|
|
30
32
|
本次发布包含了以下内容:
|
|
31
33
|
|
|
32
34
|
改善已有的文档。
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
修改数据结构:
|
|
35
37
|
|
|
36
|
-
* [
|
|
37
|
-
* [DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)
|
|
38
|
-
* [DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)
|
|
39
|
-
* [ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)
|
|
38
|
+
* [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
|
|
40
39
|
|
|
41
|
-
|
|
40
|
+
* 新增成员:ObjectTypeId
|
|
42
41
|
|
|
43
|
-
* [
|
|
44
|
-
* [NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)
|
|
45
|
-
* [NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)
|
|
42
|
+
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
46
43
|
|
|
47
|
-
|
|
44
|
+
* 新增成员:ArchiveUuid
|
|
48
45
|
|
|
49
|
-
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
50
46
|
|
|
51
|
-
* 新增成员:CronExpression
|
|
52
47
|
|
|
53
|
-
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
54
48
|
|
|
55
|
-
|
|
49
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
56
50
|
|
|
51
|
+
### 第 110 次发布
|
|
57
52
|
|
|
53
|
+
发布时间:2024-10-18 01:07:51
|
|
58
54
|
|
|
55
|
+
本次发布包含了以下内容:
|
|
59
56
|
|
|
60
|
-
|
|
57
|
+
改善已有的文档。
|
|
61
58
|
|
|
62
|
-
|
|
59
|
+
修改接口:
|
|
63
60
|
|
|
64
|
-
|
|
61
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
65
62
|
|
|
66
|
-
|
|
63
|
+
* 新增入参:CancelTopicAsyncTaskID
|
|
67
64
|
|
|
68
|
-
改善已有的文档。
|
|
69
65
|
|
|
70
66
|
修改数据结构:
|
|
71
67
|
|
|
72
|
-
* [
|
|
68
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
73
69
|
|
|
74
|
-
* 新增成员:
|
|
70
|
+
* 新增成员:TopicAsyncTaskID, MigrationStatus, EffectiveDate
|
|
75
71
|
|
|
76
72
|
|
|
77
73
|
|
|
78
74
|
|
|
79
|
-
##
|
|
75
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
80
76
|
|
|
81
|
-
### 第
|
|
77
|
+
### 第 32 次发布
|
|
82
78
|
|
|
83
|
-
发布时间:2024-10-
|
|
79
|
+
发布时间:2024-10-18 01:10:42
|
|
84
80
|
|
|
85
81
|
本次发布包含了以下内容:
|
|
86
82
|
|
|
87
83
|
改善已有的文档。
|
|
88
84
|
|
|
89
|
-
|
|
85
|
+
修改接口:
|
|
90
86
|
|
|
91
|
-
* [
|
|
87
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
92
88
|
|
|
93
|
-
*
|
|
89
|
+
* 新增入参:IdSet
|
|
94
90
|
|
|
91
|
+
* <font color="#dd0000">**修改入参**:</font>Id
|
|
95
92
|
|
|
96
93
|
|
|
97
94
|
|
|
98
|
-
## 网关负载均衡(gwlb) 版本:2024-09-06
|
|
99
95
|
|
|
100
|
-
|
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
101
97
|
|
|
102
|
-
|
|
98
|
+
### 第 79 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2024-10-18 01:14:01
|
|
103
101
|
|
|
104
102
|
本次发布包含了以下内容:
|
|
105
103
|
|
|
@@ -107,92 +105,65 @@
|
|
|
107
105
|
|
|
108
106
|
新增接口:
|
|
109
107
|
|
|
110
|
-
* [
|
|
111
|
-
* [
|
|
112
|
-
* [
|
|
113
|
-
* [
|
|
114
|
-
* [DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)
|
|
115
|
-
* [DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)
|
|
116
|
-
* [DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)
|
|
117
|
-
* [DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)
|
|
118
|
-
* [DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)
|
|
119
|
-
* [DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)
|
|
120
|
-
* [DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)
|
|
121
|
-
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)
|
|
122
|
-
* [DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)
|
|
123
|
-
* [InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)
|
|
124
|
-
* [ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)
|
|
125
|
-
* [ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)
|
|
126
|
-
* [ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)
|
|
127
|
-
* [RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)
|
|
108
|
+
* [DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)
|
|
109
|
+
* [DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)
|
|
110
|
+
* [DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)
|
|
111
|
+
* [DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)
|
|
128
112
|
|
|
129
113
|
新增数据结构:
|
|
130
114
|
|
|
131
|
-
* [
|
|
132
|
-
* [
|
|
133
|
-
* [
|
|
134
|
-
* [
|
|
135
|
-
* [
|
|
136
|
-
* [TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)
|
|
137
|
-
* [TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)
|
|
138
|
-
* [TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)
|
|
139
|
-
* [TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)
|
|
140
|
-
* [TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)
|
|
141
|
-
* [TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)
|
|
142
|
-
* [TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)
|
|
115
|
+
* [Dps](https://cloud.tencent.com/document/api/589/33981#Dps)
|
|
116
|
+
* [KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)
|
|
117
|
+
* [SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)
|
|
118
|
+
* [StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)
|
|
119
|
+
* [StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)
|
|
143
120
|
|
|
144
121
|
|
|
145
122
|
|
|
146
|
-
##
|
|
123
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
147
124
|
|
|
148
|
-
### 第
|
|
125
|
+
### 第 69 次发布
|
|
149
126
|
|
|
150
|
-
发布时间:2024-10-
|
|
127
|
+
发布时间:2024-10-18 01:26:11
|
|
151
128
|
|
|
152
129
|
本次发布包含了以下内容:
|
|
153
130
|
|
|
154
131
|
改善已有的文档。
|
|
155
132
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
* [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
163
|
-
|
|
164
|
-
### 第 8 次发布
|
|
133
|
+
修改接口:
|
|
165
134
|
|
|
166
|
-
|
|
135
|
+
* [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
|
|
167
136
|
|
|
168
|
-
|
|
137
|
+
* 新增入参:LogTypes
|
|
169
138
|
|
|
170
|
-
|
|
139
|
+
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
171
140
|
|
|
172
|
-
|
|
141
|
+
* 新增入参:LogTypes
|
|
173
142
|
|
|
174
|
-
* [
|
|
143
|
+
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
175
144
|
|
|
176
|
-
* 新增入参:
|
|
145
|
+
* 新增入参:LogTypes
|
|
177
146
|
|
|
147
|
+
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
178
148
|
|
|
149
|
+
* 新增出参:RangeType, AutoJoin, ExcludedCount
|
|
179
150
|
|
|
151
|
+
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
180
152
|
|
|
181
|
-
|
|
153
|
+
* 新增入参:RangeType, AutoJoin
|
|
182
154
|
|
|
183
|
-
### 第 4 次发布
|
|
184
155
|
|
|
185
|
-
|
|
156
|
+
修改数据结构:
|
|
186
157
|
|
|
187
|
-
|
|
158
|
+
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
188
159
|
|
|
189
|
-
|
|
160
|
+
* 新增成员:ClusterCount
|
|
190
161
|
|
|
191
|
-
|
|
162
|
+
* <font color="#dd0000">**修改成员**:</font>SuperNodeCount
|
|
192
163
|
|
|
193
|
-
* [
|
|
164
|
+
* [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
|
|
194
165
|
|
|
195
|
-
*
|
|
166
|
+
* 新增成员:ContainerCnt, ClusterType, ClusterStatus
|
|
196
167
|
|
|
197
168
|
|
|
198
169
|
|
|
@@ -11722,6 +11693,25 @@
|
|
|
11722
11693
|
|
|
11723
11694
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
11724
11695
|
|
|
11696
|
+
### 第 12 次发布
|
|
11697
|
+
|
|
11698
|
+
发布时间:2024-10-17 01:08:51
|
|
11699
|
+
|
|
11700
|
+
本次发布包含了以下内容:
|
|
11701
|
+
|
|
11702
|
+
改善已有的文档。
|
|
11703
|
+
|
|
11704
|
+
修改接口:
|
|
11705
|
+
|
|
11706
|
+
* [CreateBPFakeAPP](https://cloud.tencent.com/document/api/1296/86532)
|
|
11707
|
+
|
|
11708
|
+
* 新增出参:FakeAPPId
|
|
11709
|
+
|
|
11710
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/86530)
|
|
11711
|
+
|
|
11712
|
+
* 新增出参:FakeURLId
|
|
11713
|
+
|
|
11714
|
+
|
|
11725
11715
|
### 第 11 次发布
|
|
11726
11716
|
|
|
11727
11717
|
发布时间:2024-02-02 01:06:13
|
|
@@ -24197,6 +24187,25 @@
|
|
|
24197
24187
|
|
|
24198
24188
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
24199
24189
|
|
|
24190
|
+
### 第 27 次发布
|
|
24191
|
+
|
|
24192
|
+
发布时间:2024-10-18 01:06:21
|
|
24193
|
+
|
|
24194
|
+
本次发布包含了以下内容:
|
|
24195
|
+
|
|
24196
|
+
改善已有的文档。
|
|
24197
|
+
|
|
24198
|
+
修改接口:
|
|
24199
|
+
|
|
24200
|
+
* [DescribeBackUpJob](https://cloud.tencent.com/document/api/1387/109558)
|
|
24201
|
+
|
|
24202
|
+
* 新增入参:ApplicationType
|
|
24203
|
+
|
|
24204
|
+
* [DescribeBackUpSchedules](https://cloud.tencent.com/document/api/1387/109556)
|
|
24205
|
+
|
|
24206
|
+
* 新增入参:ApplicationType
|
|
24207
|
+
|
|
24208
|
+
|
|
24200
24209
|
### 第 26 次发布
|
|
24201
24210
|
|
|
24202
24211
|
发布时间:2024-10-09 01:10:49
|
|
@@ -24924,6 +24933,25 @@
|
|
|
24924
24933
|
|
|
24925
24934
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24926
24935
|
|
|
24936
|
+
### 第 21 次发布
|
|
24937
|
+
|
|
24938
|
+
发布时间:2024-10-18 01:06:35
|
|
24939
|
+
|
|
24940
|
+
本次发布包含了以下内容:
|
|
24941
|
+
|
|
24942
|
+
改善已有的文档。
|
|
24943
|
+
|
|
24944
|
+
修改数据结构:
|
|
24945
|
+
|
|
24946
|
+
* [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
|
|
24947
|
+
|
|
24948
|
+
* 新增成员:ObjectTypeId
|
|
24949
|
+
|
|
24950
|
+
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
24951
|
+
|
|
24952
|
+
* 新增成员:ArchiveUuid
|
|
24953
|
+
|
|
24954
|
+
|
|
24927
24955
|
### 第 20 次发布
|
|
24928
24956
|
|
|
24929
24957
|
发布时间:2024-09-20 12:56:59
|
|
@@ -33289,6 +33317,43 @@
|
|
|
33289
33317
|
|
|
33290
33318
|
## 日志服务(cls) 版本:2020-10-16
|
|
33291
33319
|
|
|
33320
|
+
### 第 110 次发布
|
|
33321
|
+
|
|
33322
|
+
发布时间:2024-10-18 01:07:51
|
|
33323
|
+
|
|
33324
|
+
本次发布包含了以下内容:
|
|
33325
|
+
|
|
33326
|
+
改善已有的文档。
|
|
33327
|
+
|
|
33328
|
+
修改接口:
|
|
33329
|
+
|
|
33330
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
33331
|
+
|
|
33332
|
+
* 新增入参:CancelTopicAsyncTaskID
|
|
33333
|
+
|
|
33334
|
+
|
|
33335
|
+
修改数据结构:
|
|
33336
|
+
|
|
33337
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
33338
|
+
|
|
33339
|
+
* 新增成员:TopicAsyncTaskID, MigrationStatus, EffectiveDate
|
|
33340
|
+
|
|
33341
|
+
|
|
33342
|
+
### 第 109 次发布
|
|
33343
|
+
|
|
33344
|
+
发布时间:2024-10-17 01:12:35
|
|
33345
|
+
|
|
33346
|
+
本次发布包含了以下内容:
|
|
33347
|
+
|
|
33348
|
+
改善已有的文档。
|
|
33349
|
+
|
|
33350
|
+
修改数据结构:
|
|
33351
|
+
|
|
33352
|
+
* [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
|
|
33353
|
+
|
|
33354
|
+
* 新增成员:NoticeContentId, WebCallbackId
|
|
33355
|
+
|
|
33356
|
+
|
|
33292
33357
|
### 第 108 次发布
|
|
33293
33358
|
|
|
33294
33359
|
发布时间:2024-10-16 01:07:47
|
|
@@ -33299,16 +33364,16 @@
|
|
|
33299
33364
|
|
|
33300
33365
|
新增接口:
|
|
33301
33366
|
|
|
33302
|
-
* [
|
|
33303
|
-
* [
|
|
33304
|
-
* [
|
|
33305
|
-
* [
|
|
33367
|
+
* [CreateNoticeContent](https://cloud.tencent.com/document/api/614/111716)
|
|
33368
|
+
* [DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)
|
|
33369
|
+
* [DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)
|
|
33370
|
+
* [ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)
|
|
33306
33371
|
|
|
33307
33372
|
新增数据结构:
|
|
33308
33373
|
|
|
33309
|
-
* [
|
|
33310
|
-
* [
|
|
33311
|
-
* [
|
|
33374
|
+
* [NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent)
|
|
33375
|
+
* [NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)
|
|
33376
|
+
* [NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)
|
|
33312
33377
|
|
|
33313
33378
|
修改数据结构:
|
|
33314
33379
|
|
|
@@ -47442,6 +47507,23 @@
|
|
|
47442
47507
|
|
|
47443
47508
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47444
47509
|
|
|
47510
|
+
### 第 108 次发布
|
|
47511
|
+
|
|
47512
|
+
发布时间:2024-10-17 01:14:59
|
|
47513
|
+
|
|
47514
|
+
本次发布包含了以下内容:
|
|
47515
|
+
|
|
47516
|
+
改善已有的文档。
|
|
47517
|
+
|
|
47518
|
+
修改数据结构:
|
|
47519
|
+
|
|
47520
|
+
* [SaleZone](https://cloud.tencent.com/document/api/1003/48097#SaleZone)
|
|
47521
|
+
|
|
47522
|
+
* 新增成员:IsSupportCreateCluster
|
|
47523
|
+
|
|
47524
|
+
* <font color="#dd0000">**修改成员**:</font>HasPermission, IsWholeRdmaZone
|
|
47525
|
+
|
|
47526
|
+
|
|
47445
47527
|
### 第 107 次发布
|
|
47446
47528
|
|
|
47447
47529
|
发布时间:2024-10-16 01:10:12
|
|
@@ -49716,6 +49798,23 @@
|
|
|
49716
49798
|
|
|
49717
49799
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
49718
49800
|
|
|
49801
|
+
### 第 32 次发布
|
|
49802
|
+
|
|
49803
|
+
发布时间:2024-10-18 01:10:42
|
|
49804
|
+
|
|
49805
|
+
本次发布包含了以下内容:
|
|
49806
|
+
|
|
49807
|
+
改善已有的文档。
|
|
49808
|
+
|
|
49809
|
+
修改接口:
|
|
49810
|
+
|
|
49811
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
49812
|
+
|
|
49813
|
+
* 新增入参:IdSet
|
|
49814
|
+
|
|
49815
|
+
* <font color="#dd0000">**修改入参**:</font>Id
|
|
49816
|
+
|
|
49817
|
+
|
|
49719
49818
|
### 第 31 次发布
|
|
49720
49819
|
|
|
49721
49820
|
发布时间:2024-09-26 01:16:16
|
|
@@ -62835,6 +62934,29 @@
|
|
|
62835
62934
|
|
|
62836
62935
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62837
62936
|
|
|
62937
|
+
### 第 79 次发布
|
|
62938
|
+
|
|
62939
|
+
发布时间:2024-10-18 01:14:01
|
|
62940
|
+
|
|
62941
|
+
本次发布包含了以下内容:
|
|
62942
|
+
|
|
62943
|
+
改善已有的文档。
|
|
62944
|
+
|
|
62945
|
+
新增接口:
|
|
62946
|
+
|
|
62947
|
+
* [[DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)](https://cloud.tencent.com/document/api/#/#)
|
|
62948
|
+
* [[DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)](https://cloud.tencent.com/document/api/#/#)
|
|
62949
|
+
* [[DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)](https://cloud.tencent.com/document/api/#/#)
|
|
62950
|
+
* [[DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)](https://cloud.tencent.com/document/api/#/#)
|
|
62951
|
+
|
|
62952
|
+
新增数据结构:
|
|
62953
|
+
|
|
62954
|
+
* [[Dps](https://cloud.tencent.com/document/api/589/33981#Dps)](https://cloud.tencent.com/document/api/589/33981#[Dps](https://cloud.tencent.com/document/api/589/33981#Dps))
|
|
62955
|
+
* [[KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo))
|
|
62956
|
+
* [[SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)](https://cloud.tencent.com/document/api/589/33981#[SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery))
|
|
62957
|
+
* [[StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo))
|
|
62958
|
+
* [[StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)](https://cloud.tencent.com/document/api/589/33981#[StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution))
|
|
62959
|
+
|
|
62838
62960
|
### 第 78 次发布
|
|
62839
62961
|
|
|
62840
62962
|
发布时间:2024-09-27 01:15:03
|
|
@@ -64668,6 +64790,44 @@
|
|
|
64668
64790
|
|
|
64669
64791
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
64670
64792
|
|
|
64793
|
+
### 第 70 次发布
|
|
64794
|
+
|
|
64795
|
+
发布时间:2024-10-17 01:18:44
|
|
64796
|
+
|
|
64797
|
+
本次发布包含了以下内容:
|
|
64798
|
+
|
|
64799
|
+
改善已有的文档。
|
|
64800
|
+
|
|
64801
|
+
修改接口:
|
|
64802
|
+
|
|
64803
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
64804
|
+
|
|
64805
|
+
* 新增入参:EnableScheduleRecoverGroup, EnableScheduleOperationDuration
|
|
64806
|
+
|
|
64807
|
+
* [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
|
|
64808
|
+
|
|
64809
|
+
* 新增入参:EnableScheduleRecoverGroup, EnableScheduleOperationDuration
|
|
64810
|
+
|
|
64811
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
64812
|
+
|
|
64813
|
+
* 新增入参:EnableScheduleRecoverGroup, EnableScheduleOperationDuration
|
|
64814
|
+
|
|
64815
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
64816
|
+
|
|
64817
|
+
* 新增入参:EnableScheduleRecoverGroup, EnableScheduleOperationDuration
|
|
64818
|
+
|
|
64819
|
+
|
|
64820
|
+
新增数据结构:
|
|
64821
|
+
|
|
64822
|
+
* [EnableScheduleOperationDuration](https://cloud.tencent.com/document/api/845/30634#EnableScheduleOperationDuration)
|
|
64823
|
+
|
|
64824
|
+
修改数据结构:
|
|
64825
|
+
|
|
64826
|
+
* [NodeView](https://cloud.tencent.com/document/api/845/30634#NodeView)
|
|
64827
|
+
|
|
64828
|
+
* 新增成员:CVMDisasterRecoverGroupId, CVMDisasterRecoverGroupStatus
|
|
64829
|
+
|
|
64830
|
+
|
|
64671
64831
|
### 第 69 次发布
|
|
64672
64832
|
|
|
64673
64833
|
发布时间:2024-09-10 15:12:32
|
|
@@ -69815,6 +69975,21 @@
|
|
|
69815
69975
|
|
|
69816
69976
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69817
69977
|
|
|
69978
|
+
### 第 188 次发布
|
|
69979
|
+
|
|
69980
|
+
发布时间:2024-10-17 01:19:20
|
|
69981
|
+
|
|
69982
|
+
本次发布包含了以下内容:
|
|
69983
|
+
|
|
69984
|
+
改善已有的文档。
|
|
69985
|
+
|
|
69986
|
+
修改数据结构:
|
|
69987
|
+
|
|
69988
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
69989
|
+
|
|
69990
|
+
* 新增成员:AutoJumpUrl
|
|
69991
|
+
|
|
69992
|
+
|
|
69818
69993
|
### 第 187 次发布
|
|
69819
69994
|
|
|
69820
69995
|
发布时间:2024-10-14 01:19:22
|
|
@@ -78344,39 +78519,39 @@
|
|
|
78344
78519
|
|
|
78345
78520
|
新增接口:
|
|
78346
78521
|
|
|
78347
|
-
* [
|
|
78348
|
-
* [
|
|
78349
|
-
* [
|
|
78350
|
-
* [
|
|
78351
|
-
* [
|
|
78352
|
-
* [
|
|
78353
|
-
* [
|
|
78354
|
-
* [
|
|
78355
|
-
* [
|
|
78356
|
-
* [
|
|
78357
|
-
* [
|
|
78358
|
-
* [
|
|
78359
|
-
* [
|
|
78360
|
-
* [
|
|
78361
|
-
* [
|
|
78362
|
-
* [
|
|
78363
|
-
* [
|
|
78364
|
-
* [
|
|
78522
|
+
* [AssociateTargetGroups](https://cloud.tencent.com/document/api/1782/111698)
|
|
78523
|
+
* [CreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111685)
|
|
78524
|
+
* [CreateTargetGroup](https://cloud.tencent.com/document/api/1782/111697)
|
|
78525
|
+
* [DeleteGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111684)
|
|
78526
|
+
* [DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)
|
|
78527
|
+
* [DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)
|
|
78528
|
+
* [DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)
|
|
78529
|
+
* [DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)
|
|
78530
|
+
* [DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)
|
|
78531
|
+
* [DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)
|
|
78532
|
+
* [DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)
|
|
78533
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)
|
|
78534
|
+
* [DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)
|
|
78535
|
+
* [InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)
|
|
78536
|
+
* [ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)
|
|
78537
|
+
* [ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)
|
|
78538
|
+
* [ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)
|
|
78539
|
+
* [RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)
|
|
78365
78540
|
|
|
78366
78541
|
新增数据结构:
|
|
78367
78542
|
|
|
78368
|
-
* [
|
|
78369
|
-
* [
|
|
78370
|
-
* [
|
|
78371
|
-
* [
|
|
78372
|
-
* [
|
|
78373
|
-
* [
|
|
78374
|
-
* [
|
|
78375
|
-
* [
|
|
78376
|
-
* [
|
|
78377
|
-
* [
|
|
78378
|
-
* [
|
|
78379
|
-
* [
|
|
78543
|
+
* [AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem)
|
|
78544
|
+
* [Filter](https://cloud.tencent.com/document/api/1782/111701#Filter)
|
|
78545
|
+
* [GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer)
|
|
78546
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice)
|
|
78547
|
+
* [Price](https://cloud.tencent.com/document/api/1782/111701#Price)
|
|
78548
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)
|
|
78549
|
+
* [TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)
|
|
78550
|
+
* [TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)
|
|
78551
|
+
* [TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)
|
|
78552
|
+
* [TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)
|
|
78553
|
+
* [TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)
|
|
78554
|
+
* [TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)
|
|
78380
78555
|
|
|
78381
78556
|
|
|
78382
78557
|
|
|
@@ -78765,6 +78940,25 @@
|
|
|
78765
78940
|
|
|
78766
78941
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
78767
78942
|
|
|
78943
|
+
### 第 20 次发布
|
|
78944
|
+
|
|
78945
|
+
发布时间:2024-10-17 01:20:28
|
|
78946
|
+
|
|
78947
|
+
本次发布包含了以下内容:
|
|
78948
|
+
|
|
78949
|
+
改善已有的文档。
|
|
78950
|
+
|
|
78951
|
+
新增数据结构:
|
|
78952
|
+
|
|
78953
|
+
* [SongExt](https://cloud.tencent.com/document/api/1729/101838#SongExt)
|
|
78954
|
+
|
|
78955
|
+
修改数据结构:
|
|
78956
|
+
|
|
78957
|
+
* [Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia)
|
|
78958
|
+
|
|
78959
|
+
* 新增成员:Title, Desc, Singer, Ext
|
|
78960
|
+
|
|
78961
|
+
|
|
78768
78962
|
### 第 19 次发布
|
|
78769
78963
|
|
|
78770
78964
|
发布时间:2024-09-17 18:52:07
|
|
@@ -86032,6 +86226,40 @@
|
|
|
86032
86226
|
|
|
86033
86227
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
86034
86228
|
|
|
86229
|
+
### 第 21 次发布
|
|
86230
|
+
|
|
86231
|
+
发布时间:2024-10-17 01:22:31
|
|
86232
|
+
|
|
86233
|
+
本次发布包含了以下内容:
|
|
86234
|
+
|
|
86235
|
+
改善已有的文档。
|
|
86236
|
+
|
|
86237
|
+
修改接口:
|
|
86238
|
+
|
|
86239
|
+
* [AddRecordPlan](https://cloud.tencent.com/document/api/1344/95928)
|
|
86240
|
+
|
|
86241
|
+
* 新增入参:RepairMode
|
|
86242
|
+
|
|
86243
|
+
|
|
86244
|
+
修改数据结构:
|
|
86245
|
+
|
|
86246
|
+
* [RecordPlanBaseInfo](https://cloud.tencent.com/document/api/1344/95952#RecordPlanBaseInfo)
|
|
86247
|
+
|
|
86248
|
+
* 新增成员:RepairMode
|
|
86249
|
+
|
|
86250
|
+
* [RecordPlanChannelInfo](https://cloud.tencent.com/document/api/1344/95952#RecordPlanChannelInfo)
|
|
86251
|
+
|
|
86252
|
+
* 新增成员:AccessProtocol
|
|
86253
|
+
|
|
86254
|
+
* [RecordPlanOptData](https://cloud.tencent.com/document/api/1344/95952#RecordPlanOptData)
|
|
86255
|
+
|
|
86256
|
+
* 新增成员:RepairMode
|
|
86257
|
+
|
|
86258
|
+
* [UpdateRecordPlanData](https://cloud.tencent.com/document/api/1344/95952#UpdateRecordPlanData)
|
|
86259
|
+
|
|
86260
|
+
* 新增成员:RepairMode
|
|
86261
|
+
|
|
86262
|
+
|
|
86035
86263
|
### 第 20 次发布
|
|
86036
86264
|
|
|
86037
86265
|
发布时间:2024-10-11 18:07:24
|
|
@@ -111159,7 +111387,7 @@
|
|
|
111159
111387
|
|
|
111160
111388
|
新增接口:
|
|
111161
111389
|
|
|
111162
|
-
* [
|
|
111390
|
+
* [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
|
|
111163
111391
|
|
|
111164
111392
|
### 第 17 次发布
|
|
111165
111393
|
|
|
@@ -117106,6 +117334,30 @@
|
|
|
117106
117334
|
|
|
117107
117335
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
117108
117336
|
|
|
117337
|
+
### 第 65 次发布
|
|
117338
|
+
|
|
117339
|
+
发布时间:2024-10-17 01:29:06
|
|
117340
|
+
|
|
117341
|
+
本次发布包含了以下内容:
|
|
117342
|
+
|
|
117343
|
+
改善已有的文档。
|
|
117344
|
+
|
|
117345
|
+
修改接口:
|
|
117346
|
+
|
|
117347
|
+
* [DescribeRestoreTask](https://cloud.tencent.com/document/api/238/101741)
|
|
117348
|
+
|
|
117349
|
+
* 新增入参:FlowId
|
|
117350
|
+
|
|
117351
|
+
|
|
117352
|
+
修改数据结构:
|
|
117353
|
+
|
|
117354
|
+
* [RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask)
|
|
117355
|
+
|
|
117356
|
+
* 新增成员:FlowId
|
|
117357
|
+
|
|
117358
|
+
* <font color="#dd0000">**修改成员**:</font>TargetInstanceId, TargetInstanceName, TargetInstanceStatus, TargetRegion, RestoreId, TargetType, RestoreType, RestoreTime, StartTime, EndTime, Status
|
|
117359
|
+
|
|
117360
|
+
|
|
117109
117361
|
### 第 64 次发布
|
|
117110
117362
|
|
|
117111
117363
|
发布时间:2024-08-19 02:09:32
|
|
@@ -127510,6 +127762,50 @@
|
|
|
127510
127762
|
|
|
127511
127763
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
127512
127764
|
|
|
127765
|
+
### 第 69 次发布
|
|
127766
|
+
|
|
127767
|
+
发布时间:2024-10-18 01:26:11
|
|
127768
|
+
|
|
127769
|
+
本次发布包含了以下内容:
|
|
127770
|
+
|
|
127771
|
+
改善已有的文档。
|
|
127772
|
+
|
|
127773
|
+
修改接口:
|
|
127774
|
+
|
|
127775
|
+
* [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
|
|
127776
|
+
|
|
127777
|
+
* 新增入参:LogTypes
|
|
127778
|
+
|
|
127779
|
+
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
127780
|
+
|
|
127781
|
+
* 新增入参:LogTypes
|
|
127782
|
+
|
|
127783
|
+
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
127784
|
+
|
|
127785
|
+
* 新增入参:LogTypes
|
|
127786
|
+
|
|
127787
|
+
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
127788
|
+
|
|
127789
|
+
* 新增出参:RangeType, AutoJoin, ExcludedCount
|
|
127790
|
+
|
|
127791
|
+
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
127792
|
+
|
|
127793
|
+
* 新增入参:RangeType, AutoJoin
|
|
127794
|
+
|
|
127795
|
+
|
|
127796
|
+
修改数据结构:
|
|
127797
|
+
|
|
127798
|
+
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
127799
|
+
|
|
127800
|
+
* 新增成员:ClusterCount
|
|
127801
|
+
|
|
127802
|
+
* <font color="#dd0000">**修改成员**:</font>SuperNodeCount
|
|
127803
|
+
|
|
127804
|
+
* [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
|
|
127805
|
+
|
|
127806
|
+
* 新增成员:ContainerCnt, ClusterType, ClusterStatus
|
|
127807
|
+
|
|
127808
|
+
|
|
127513
127809
|
### 第 68 次发布
|
|
127514
127810
|
|
|
127515
127811
|
发布时间:2024-10-14 01:30:34
|
|
@@ -142192,6 +142488,23 @@
|
|
|
142192
142488
|
|
|
142193
142489
|
## 容器服务(tke) 版本:2018-05-25
|
|
142194
142490
|
|
|
142491
|
+
### 第 183 次发布
|
|
142492
|
+
|
|
142493
|
+
发布时间:2024-10-17 01:33:37
|
|
142494
|
+
|
|
142495
|
+
本次发布包含了以下内容:
|
|
142496
|
+
|
|
142497
|
+
改善已有的文档。
|
|
142498
|
+
|
|
142499
|
+
新增接口:
|
|
142500
|
+
|
|
142501
|
+
* [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
|
|
142502
|
+
* [ModifyClusterTags](https://cloud.tencent.com/document/api/457/111752)
|
|
142503
|
+
|
|
142504
|
+
新增数据结构:
|
|
142505
|
+
|
|
142506
|
+
* [FailedResource](https://cloud.tencent.com/document/api/457/31866#FailedResource)
|
|
142507
|
+
|
|
142195
142508
|
### 第 182 次发布
|
|
142196
142509
|
|
|
142197
142510
|
发布时间:2024-10-15 01:28:12
|
|
@@ -160217,6 +160530,30 @@
|
|
|
160217
160530
|
|
|
160218
160531
|
## 私有网络(vpc) 版本:2017-03-12
|
|
160219
160532
|
|
|
160533
|
+
### 第 213 次发布
|
|
160534
|
+
|
|
160535
|
+
发布时间:2024-10-17 01:36:43
|
|
160536
|
+
|
|
160537
|
+
本次发布包含了以下内容:
|
|
160538
|
+
|
|
160539
|
+
改善已有的文档。
|
|
160540
|
+
|
|
160541
|
+
修改接口:
|
|
160542
|
+
|
|
160543
|
+
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
160544
|
+
|
|
160545
|
+
|
|
160546
|
+
修改数据结构:
|
|
160547
|
+
|
|
160548
|
+
* [DestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRule)
|
|
160549
|
+
|
|
160550
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
160551
|
+
|
|
160552
|
+
* [NetworkInterfaceAttachment](https://cloud.tencent.com/document/api/215/15824#NetworkInterfaceAttachment)
|
|
160553
|
+
|
|
160554
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceIndex, InstanceAccountId, AttachTime, InstanceId
|
|
160555
|
+
|
|
160556
|
+
|
|
160220
160557
|
### 第 212 次发布
|
|
160221
160558
|
|
|
160222
160559
|
发布时间:2024-10-15 01:31:18
|