tencentcloud-sdk-nodejs 4.0.956 → 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 +369 -0
- package/SERVICE_CHANGELOG.md +647 -38
- package/package.json +1 -1
- package/products.md +35 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +8 -1
- package/src/services/bma/v20221115/bma_models.ts +8 -0
- package/src/services/cam/v20190116/cam_models.ts +18 -18
- package/src/services/ccc/v20200210/ccc_models.ts +94 -1
- 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 +69 -17
- package/src/services/cls/v20201016/cls_models.ts +634 -358
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +15 -6
- package/src/services/dasb/v20191018/dasb_models.ts +10 -6
- package/src/services/dc/v20180410/dc_client.ts +121 -107
- package/src/services/dc/v20180410/dc_models.ts +181 -35
- 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 +519 -153
- 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 +6 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -5
- package/src/services/faceid/v20180301/faceid_models.ts +19 -0
- package/src/services/gwlb/index.ts +5 -0
- package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
- package/src/services/gwlb/v20240906/gwlb_models.ts +955 -0
- package/src/services/gwlb/v20240906/index.ts +6 -0
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +66 -13
- package/src/services/index.ts +1 -0
- package/src/services/iss/v20230517/iss_client.ts +1 -1
- package/src/services/iss/v20230517/iss_models.ts +32 -12
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
- package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
- package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
- 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 +83 -77
- package/src/services/tke/v20180525/tke_client.ts +37 -12
- package/src/services/tke/v20180525/tke_models.ts +87 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +17 -16
- package/src/services/vtc/v20240223/vtc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -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/ccc/v20200210/ccc_models.d.ts +94 -1
- 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 +21 -4
- package/tencentcloud/services/cls/v20201016/cls_client.js +29 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +621 -356
- 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 +15 -6
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -6
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
- package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
- 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 +505 -152
- package/tencentcloud/services/es/v20180416/es_models.d.ts +68 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -5
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +19 -0
- package/tencentcloud/services/gwlb/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/index.js +7 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +891 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
- package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +65 -13
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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/oceanus/v20190422/oceanus_models.d.ts +4 -4
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
- 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 +83 -77
- 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 +82 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -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/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/dc.v20180410.test.js +48 -38
- package/test/emr.v20190103.test.js +46 -6
- package/test/gwlb.v20240906.test.js +201 -0
- package/test/privatedns.v20201028.test.js +12 -2
- package/test/tke.v20180525.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,53 +1,56 @@
|
|
|
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
|
|
|
11
11
|
改善已有的文档。
|
|
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
|
-
*
|
|
21
|
+
* 新增入参:ApplicationType
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
27
27
|
|
|
28
|
-
### 第
|
|
28
|
+
### 第 21 次发布
|
|
29
29
|
|
|
30
|
-
发布时间:2024-10-
|
|
30
|
+
发布时间:2024-10-18 01:06:35
|
|
31
31
|
|
|
32
32
|
本次发布包含了以下内容:
|
|
33
33
|
|
|
34
34
|
改善已有的文档。
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
修改数据结构:
|
|
37
37
|
|
|
38
|
-
* [
|
|
38
|
+
* [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
* 新增成员:ObjectTypeId
|
|
41
41
|
|
|
42
|
-
* [
|
|
42
|
+
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
43
43
|
|
|
44
|
+
* 新增成员:ArchiveUuid
|
|
44
45
|
|
|
45
46
|
|
|
46
|
-
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
47
47
|
|
|
48
|
-
### 第 7 次发布
|
|
49
48
|
|
|
50
|
-
|
|
49
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
50
|
+
|
|
51
|
+
### 第 110 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-10-18 01:07:51
|
|
51
54
|
|
|
52
55
|
本次发布包含了以下内容:
|
|
53
56
|
|
|
@@ -55,38 +58,73 @@
|
|
|
55
58
|
|
|
56
59
|
修改接口:
|
|
57
60
|
|
|
58
|
-
* [
|
|
61
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
59
62
|
|
|
60
|
-
*
|
|
63
|
+
* 新增入参:CancelTopicAsyncTaskID
|
|
61
64
|
|
|
62
65
|
|
|
66
|
+
修改数据结构:
|
|
63
67
|
|
|
68
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
64
69
|
|
|
65
|
-
|
|
70
|
+
* 新增成员:TopicAsyncTaskID, MigrationStatus, EffectiveDate
|
|
66
71
|
|
|
67
72
|
|
|
68
73
|
|
|
69
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
70
74
|
|
|
71
|
-
|
|
75
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
72
76
|
|
|
73
|
-
|
|
77
|
+
### 第 32 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2024-10-18 01:10:42
|
|
74
80
|
|
|
75
81
|
本次发布包含了以下内容:
|
|
76
82
|
|
|
77
83
|
改善已有的文档。
|
|
78
84
|
|
|
79
|
-
|
|
85
|
+
修改接口:
|
|
80
86
|
|
|
81
|
-
*
|
|
87
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
82
88
|
|
|
89
|
+
* 新增入参:IdSet
|
|
83
90
|
|
|
91
|
+
* <font color="#dd0000">**修改入参**:</font>Id
|
|
84
92
|
|
|
85
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
86
93
|
|
|
87
|
-
### 第 212 次发布
|
|
88
94
|
|
|
89
|
-
|
|
95
|
+
|
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
97
|
+
|
|
98
|
+
### 第 79 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2024-10-18 01:14:01
|
|
101
|
+
|
|
102
|
+
本次发布包含了以下内容:
|
|
103
|
+
|
|
104
|
+
改善已有的文档。
|
|
105
|
+
|
|
106
|
+
新增接口:
|
|
107
|
+
|
|
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)
|
|
112
|
+
|
|
113
|
+
新增数据结构:
|
|
114
|
+
|
|
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)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
124
|
+
|
|
125
|
+
### 第 69 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2024-10-18 01:26:11
|
|
90
128
|
|
|
91
129
|
本次发布包含了以下内容:
|
|
92
130
|
|
|
@@ -94,20 +132,38 @@
|
|
|
94
132
|
|
|
95
133
|
修改接口:
|
|
96
134
|
|
|
97
|
-
* [
|
|
135
|
+
* [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
|
|
98
136
|
|
|
99
|
-
* 新增入参:
|
|
137
|
+
* 新增入参:LogTypes
|
|
138
|
+
|
|
139
|
+
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
140
|
+
|
|
141
|
+
* 新增入参:LogTypes
|
|
142
|
+
|
|
143
|
+
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
144
|
+
|
|
145
|
+
* 新增入参:LogTypes
|
|
146
|
+
|
|
147
|
+
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
148
|
+
|
|
149
|
+
* 新增出参:RangeType, AutoJoin, ExcludedCount
|
|
150
|
+
|
|
151
|
+
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
152
|
+
|
|
153
|
+
* 新增入参:RangeType, AutoJoin
|
|
100
154
|
|
|
101
155
|
|
|
102
156
|
修改数据结构:
|
|
103
157
|
|
|
104
|
-
* [
|
|
158
|
+
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
105
159
|
|
|
106
|
-
*
|
|
160
|
+
* 新增成员:ClusterCount
|
|
107
161
|
|
|
108
|
-
*
|
|
162
|
+
* <font color="#dd0000">**修改成员**:</font>SuperNodeCount
|
|
109
163
|
|
|
110
|
-
|
|
164
|
+
* [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:ContainerCnt, ClusterType, ClusterStatus
|
|
111
167
|
|
|
112
168
|
|
|
113
169
|
|
|
@@ -11637,6 +11693,25 @@
|
|
|
11637
11693
|
|
|
11638
11694
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
11639
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
|
+
|
|
11640
11715
|
### 第 11 次发布
|
|
11641
11716
|
|
|
11642
11717
|
发布时间:2024-02-02 01:06:13
|
|
@@ -15843,6 +15918,23 @@
|
|
|
15843
15918
|
|
|
15844
15919
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15845
15920
|
|
|
15921
|
+
### 第 77 次发布
|
|
15922
|
+
|
|
15923
|
+
发布时间:2024-10-16 01:05:10
|
|
15924
|
+
|
|
15925
|
+
本次发布包含了以下内容:
|
|
15926
|
+
|
|
15927
|
+
改善已有的文档。
|
|
15928
|
+
|
|
15929
|
+
修改接口:
|
|
15930
|
+
|
|
15931
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
15932
|
+
|
|
15933
|
+
* 新增入参:NotifyDuration, NotifyMessage, CustomTTSConfig
|
|
15934
|
+
|
|
15935
|
+
* <font color="#dd0000">**修改入参**:</font>VoiceType
|
|
15936
|
+
|
|
15937
|
+
|
|
15846
15938
|
### 第 76 次发布
|
|
15847
15939
|
|
|
15848
15940
|
发布时间:2024-09-30 01:10:03
|
|
@@ -24095,6 +24187,25 @@
|
|
|
24095
24187
|
|
|
24096
24188
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
24097
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
|
+
|
|
24098
24209
|
### 第 26 次发布
|
|
24099
24210
|
|
|
24100
24211
|
发布时间:2024-10-09 01:10:49
|
|
@@ -24822,6 +24933,25 @@
|
|
|
24822
24933
|
|
|
24823
24934
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24824
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
|
+
|
|
24825
24955
|
### 第 20 次发布
|
|
24826
24956
|
|
|
24827
24957
|
发布时间:2024-09-20 12:56:59
|
|
@@ -33187,6 +33317,75 @@
|
|
|
33187
33317
|
|
|
33188
33318
|
## 日志服务(cls) 版本:2020-10-16
|
|
33189
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
|
+
|
|
33357
|
+
### 第 108 次发布
|
|
33358
|
+
|
|
33359
|
+
发布时间:2024-10-16 01:07:47
|
|
33360
|
+
|
|
33361
|
+
本次发布包含了以下内容:
|
|
33362
|
+
|
|
33363
|
+
改善已有的文档。
|
|
33364
|
+
|
|
33365
|
+
新增接口:
|
|
33366
|
+
|
|
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)
|
|
33371
|
+
|
|
33372
|
+
新增数据结构:
|
|
33373
|
+
|
|
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)
|
|
33377
|
+
|
|
33378
|
+
修改数据结构:
|
|
33379
|
+
|
|
33380
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
33381
|
+
|
|
33382
|
+
* 新增成员:CronExpression
|
|
33383
|
+
|
|
33384
|
+
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
33385
|
+
|
|
33386
|
+
* 新增成员:NoticeContentId
|
|
33387
|
+
|
|
33388
|
+
|
|
33190
33389
|
### 第 107 次发布
|
|
33191
33390
|
|
|
33192
33391
|
发布时间:2024-10-15 01:07:42
|
|
@@ -33197,7 +33396,7 @@
|
|
|
33197
33396
|
|
|
33198
33397
|
新增数据结构:
|
|
33199
33398
|
|
|
33200
|
-
* [
|
|
33399
|
+
* [AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo)
|
|
33201
33400
|
|
|
33202
33401
|
修改数据结构:
|
|
33203
33402
|
|
|
@@ -47308,6 +47507,38 @@
|
|
|
47308
47507
|
|
|
47309
47508
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47310
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
|
+
|
|
47527
|
+
### 第 107 次发布
|
|
47528
|
+
|
|
47529
|
+
发布时间:2024-10-16 01:10:12
|
|
47530
|
+
|
|
47531
|
+
本次发布包含了以下内容:
|
|
47532
|
+
|
|
47533
|
+
改善已有的文档。
|
|
47534
|
+
|
|
47535
|
+
修改数据结构:
|
|
47536
|
+
|
|
47537
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
47538
|
+
|
|
47539
|
+
* 新增成员:IsSupportManualLogic
|
|
47540
|
+
|
|
47541
|
+
|
|
47311
47542
|
### 第 106 次发布
|
|
47312
47543
|
|
|
47313
47544
|
发布时间:2024-10-14 01:14:55
|
|
@@ -49567,6 +49798,23 @@
|
|
|
49567
49798
|
|
|
49568
49799
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
49569
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
|
+
|
|
49570
49818
|
### 第 31 次发布
|
|
49571
49819
|
|
|
49572
49820
|
发布时间:2024-09-26 01:16:16
|
|
@@ -51967,6 +52215,23 @@
|
|
|
51967
52215
|
|
|
51968
52216
|
## 专线接入(dc) 版本:2018-04-10
|
|
51969
52217
|
|
|
52218
|
+
### 第 28 次发布
|
|
52219
|
+
|
|
52220
|
+
发布时间:2024-10-15 16:53:15
|
|
52221
|
+
|
|
52222
|
+
本次发布包含了以下内容:
|
|
52223
|
+
|
|
52224
|
+
改善已有的文档。
|
|
52225
|
+
|
|
52226
|
+
新增接口:
|
|
52227
|
+
|
|
52228
|
+
* [CreateCloudAttachService](https://cloud.tencent.com/document/api/216/111671)
|
|
52229
|
+
|
|
52230
|
+
新增数据结构:
|
|
52231
|
+
|
|
52232
|
+
* [CloudAttachInfo](https://cloud.tencent.com/document/api/216/18418#CloudAttachInfo)
|
|
52233
|
+
* [CreateCasInput](https://cloud.tencent.com/document/api/216/18418#CreateCasInput)
|
|
52234
|
+
|
|
51970
52235
|
### 第 27 次发布
|
|
51971
52236
|
|
|
51972
52237
|
发布时间:2024-09-02 01:33:14
|
|
@@ -53827,11 +54092,11 @@
|
|
|
53827
54092
|
|
|
53828
54093
|
新增接口:
|
|
53829
54094
|
|
|
53830
|
-
* [
|
|
54095
|
+
* [DescribeTasksAnalysis](https://cloud.tencent.com/document/api/1342/111587)
|
|
53831
54096
|
|
|
53832
54097
|
新增数据结构:
|
|
53833
54098
|
|
|
53834
|
-
* [
|
|
54099
|
+
* [AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults)
|
|
53835
54100
|
|
|
53836
54101
|
### 第 104 次发布
|
|
53837
54102
|
|
|
@@ -62669,6 +62934,29 @@
|
|
|
62669
62934
|
|
|
62670
62935
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62671
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
|
+
|
|
62672
62960
|
### 第 78 次发布
|
|
62673
62961
|
|
|
62674
62962
|
发布时间:2024-09-27 01:15:03
|
|
@@ -64502,6 +64790,44 @@
|
|
|
64502
64790
|
|
|
64503
64791
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
64504
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
|
+
|
|
64505
64831
|
### 第 69 次发布
|
|
64506
64832
|
|
|
64507
64833
|
发布时间:2024-09-10 15:12:32
|
|
@@ -69649,6 +69975,21 @@
|
|
|
69649
69975
|
|
|
69650
69976
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69651
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
|
+
|
|
69652
69993
|
### 第 187 次发布
|
|
69653
69994
|
|
|
69654
69995
|
发布时间:2024-10-14 01:19:22
|
|
@@ -73330,6 +73671,21 @@
|
|
|
73330
73671
|
|
|
73331
73672
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
73332
73673
|
|
|
73674
|
+
### 第 81 次发布
|
|
73675
|
+
|
|
73676
|
+
发布时间:2024-10-16 01:15:00
|
|
73677
|
+
|
|
73678
|
+
本次发布包含了以下内容:
|
|
73679
|
+
|
|
73680
|
+
改善已有的文档。
|
|
73681
|
+
|
|
73682
|
+
修改数据结构:
|
|
73683
|
+
|
|
73684
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
73685
|
+
|
|
73686
|
+
* 新增成员:LivenessInfoTag
|
|
73687
|
+
|
|
73688
|
+
|
|
73333
73689
|
### 第 80 次发布
|
|
73334
73690
|
|
|
73335
73691
|
发布时间:2024-09-25 01:20:56
|
|
@@ -78151,6 +78507,55 @@
|
|
|
78151
78507
|
|
|
78152
78508
|
|
|
78153
78509
|
|
|
78510
|
+
## 网关负载均衡(gwlb) 版本:2024-09-06
|
|
78511
|
+
|
|
78512
|
+
### 第 1 次发布
|
|
78513
|
+
|
|
78514
|
+
发布时间:2024-10-15 19:52:37
|
|
78515
|
+
|
|
78516
|
+
本次发布包含了以下内容:
|
|
78517
|
+
|
|
78518
|
+
改善已有的文档。
|
|
78519
|
+
|
|
78520
|
+
新增接口:
|
|
78521
|
+
|
|
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)
|
|
78540
|
+
|
|
78541
|
+
新增数据结构:
|
|
78542
|
+
|
|
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)
|
|
78555
|
+
|
|
78556
|
+
|
|
78557
|
+
|
|
78558
|
+
|
|
78154
78559
|
## (habo) 版本:2018-12-03
|
|
78155
78560
|
|
|
78156
78561
|
### 第 1 次发布
|
|
@@ -78535,6 +78940,25 @@
|
|
|
78535
78940
|
|
|
78536
78941
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
78537
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
|
+
|
|
78538
78962
|
### 第 19 次发布
|
|
78539
78963
|
|
|
78540
78964
|
发布时间:2024-09-17 18:52:07
|
|
@@ -85802,6 +86226,40 @@
|
|
|
85802
86226
|
|
|
85803
86227
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
85804
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
|
+
|
|
85805
86263
|
### 第 20 次发布
|
|
85806
86264
|
|
|
85807
86265
|
发布时间:2024-10-11 18:07:24
|
|
@@ -110919,6 +111377,18 @@
|
|
|
110919
111377
|
|
|
110920
111378
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
110921
111379
|
|
|
111380
|
+
### 第 18 次发布
|
|
111381
|
+
|
|
111382
|
+
发布时间:2024-10-16 01:22:48
|
|
111383
|
+
|
|
111384
|
+
本次发布包含了以下内容:
|
|
111385
|
+
|
|
111386
|
+
改善已有的文档。
|
|
111387
|
+
|
|
111388
|
+
新增接口:
|
|
111389
|
+
|
|
111390
|
+
* [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
|
|
111391
|
+
|
|
110922
111392
|
### 第 17 次发布
|
|
110923
111393
|
|
|
110924
111394
|
发布时间:2024-01-19 01:18:43
|
|
@@ -116864,6 +117334,30 @@
|
|
|
116864
117334
|
|
|
116865
117335
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
116866
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
|
+
|
|
116867
117361
|
### 第 64 次发布
|
|
116868
117362
|
|
|
116869
117363
|
发布时间:2024-08-19 02:09:32
|
|
@@ -127268,6 +127762,50 @@
|
|
|
127268
127762
|
|
|
127269
127763
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
127270
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
|
+
|
|
127271
127809
|
### 第 68 次发布
|
|
127272
127810
|
|
|
127273
127811
|
发布时间:2024-10-14 01:30:34
|
|
@@ -141950,6 +142488,23 @@
|
|
|
141950
142488
|
|
|
141951
142489
|
## 容器服务(tke) 版本:2018-05-25
|
|
141952
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
|
+
|
|
141953
142508
|
### 第 182 次发布
|
|
141954
142509
|
|
|
141955
142510
|
发布时间:2024-10-15 01:28:12
|
|
@@ -154232,6 +154787,21 @@
|
|
|
154232
154787
|
|
|
154233
154788
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
154234
154789
|
|
|
154790
|
+
### 第 8 次发布
|
|
154791
|
+
|
|
154792
|
+
发布时间:2024-10-16 01:30:50
|
|
154793
|
+
|
|
154794
|
+
本次发布包含了以下内容:
|
|
154795
|
+
|
|
154796
|
+
改善已有的文档。
|
|
154797
|
+
|
|
154798
|
+
修改接口:
|
|
154799
|
+
|
|
154800
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
154801
|
+
|
|
154802
|
+
* 新增入参:RemoveVocal
|
|
154803
|
+
|
|
154804
|
+
|
|
154235
154805
|
### 第 7 次发布
|
|
154236
154806
|
|
|
154237
154807
|
发布时间:2024-10-10 01:34:51
|
|
@@ -159960,6 +160530,30 @@
|
|
|
159960
160530
|
|
|
159961
160531
|
## 私有网络(vpc) 版本:2017-03-12
|
|
159962
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
|
+
|
|
159963
160557
|
### 第 212 次发布
|
|
159964
160558
|
|
|
159965
160559
|
发布时间:2024-10-15 01:31:18
|
|
@@ -164889,6 +165483,21 @@
|
|
|
164889
165483
|
|
|
164890
165484
|
## 视频转译(vtc) 版本:2024-02-23
|
|
164891
165485
|
|
|
165486
|
+
### 第 4 次发布
|
|
165487
|
+
|
|
165488
|
+
发布时间:2024-10-16 01:32:39
|
|
165489
|
+
|
|
165490
|
+
本次发布包含了以下内容:
|
|
165491
|
+
|
|
165492
|
+
改善已有的文档。
|
|
165493
|
+
|
|
165494
|
+
修改接口:
|
|
165495
|
+
|
|
165496
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
165497
|
+
|
|
165498
|
+
* 新增入参:RemoveVocal
|
|
165499
|
+
|
|
165500
|
+
|
|
164892
165501
|
### 第 3 次发布
|
|
164893
165502
|
|
|
164894
165503
|
发布时间:2024-09-06 02:27:32
|