tencentcloud-sdk-nodejs 4.0.784 → 4.0.786
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 +384 -0
- package/SERVICE_CHANGELOG.md +376 -80
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
- package/src/services/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +32 -19
- package/src/services/csip/v20221121/csip_client.ts +26 -2
- package/src/services/csip/v20221121/csip_models.ts +100 -8
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +12 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +17 -13
- package/src/services/ssl/v20191205/ssl_client.ts +0 -15
- package/src/services/ssl/v20191205/ssl_models.ts +0 -53
- package/src/services/teo/v20220901/teo_models.ts +7 -3
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/trocket/v20230308/trocket_client.ts +398 -77
- package/src/services/trocket/v20230308/trocket_models.ts +1970 -694
- package/src/services/ump/v20200918/ump_client.ts +4 -2
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +50 -35
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +96 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +12 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +127 -15
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +182 -20
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1877 -660
- package/tencentcloud/services/ump/v20200918/ump_client.d.ts +3 -1
- package/tencentcloud/services/ump/v20200918/ump_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/csip.v20221121.test.js +20 -0
- package/test/ssl.v20191205.test.js +0 -10
- package/test/trocket.v20230308.test.js +262 -12
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 29 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-22 01:09:58
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,125 +12,105 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
20
20
|
|
|
21
|
-
### 第
|
|
21
|
+
### 第 117 次发布
|
|
22
22
|
|
|
23
|
-
发布时间:2024-01-
|
|
23
|
+
发布时间:2024-01-22 01:16:38
|
|
24
24
|
|
|
25
25
|
本次发布包含了以下内容:
|
|
26
26
|
|
|
27
27
|
改善已有的文档。
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
修改接口:
|
|
30
30
|
|
|
31
|
-
* [
|
|
31
|
+
* [DescribeLiveTranscodeTemplates](https://cloud.tencent.com/document/api/267/32641)
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
* 新增入参:TemplateType
|
|
34
34
|
|
|
35
|
-
* [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
|
|
36
35
|
|
|
37
36
|
|
|
38
37
|
|
|
39
|
-
##
|
|
38
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
40
39
|
|
|
41
|
-
### 第
|
|
40
|
+
### 第 8 次发布
|
|
42
41
|
|
|
43
|
-
发布时间:2024-01-
|
|
42
|
+
发布时间:2024-01-22 01:23:11
|
|
44
43
|
|
|
45
44
|
本次发布包含了以下内容:
|
|
46
45
|
|
|
47
46
|
改善已有的文档。
|
|
48
47
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
|
|
48
|
+
新增接口:
|
|
52
49
|
|
|
53
|
-
|
|
50
|
+
* [CreateMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103140)
|
|
51
|
+
* [CreateMQTTTopic](https://cloud.tencent.com/document/api/1493/103139)
|
|
52
|
+
* [CreateMQTTUser](https://cloud.tencent.com/document/api/1493/103121)
|
|
53
|
+
* [DeleteMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103138)
|
|
54
|
+
* [DeleteMQTTInstance](https://cloud.tencent.com/document/api/1493/103137)
|
|
55
|
+
* [DeleteMQTTTopic](https://cloud.tencent.com/document/api/1493/103136)
|
|
56
|
+
* [DeleteMQTTUser](https://cloud.tencent.com/document/api/1493/103120)
|
|
57
|
+
* [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
|
|
58
|
+
* [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
|
|
59
|
+
* [DescribeMQTTInsVPCEndpoints](https://cloud.tencent.com/document/api/1493/103133)
|
|
60
|
+
* [DescribeMQTTInstance](https://cloud.tencent.com/document/api/1493/103132)
|
|
61
|
+
* [DescribeMQTTInstanceCert](https://cloud.tencent.com/document/api/1493/103131)
|
|
62
|
+
* [DescribeMQTTMessage](https://cloud.tencent.com/document/api/1493/103123)
|
|
63
|
+
* [DescribeMQTTMessageList](https://cloud.tencent.com/document/api/1493/103130)
|
|
64
|
+
* [DescribeMQTTTopic](https://cloud.tencent.com/document/api/1493/103129)
|
|
65
|
+
* [DescribeMQTTTopicList](https://cloud.tencent.com/document/api/1493/103128)
|
|
66
|
+
* [DescribeMQTTUserList](https://cloud.tencent.com/document/api/1493/103119)
|
|
67
|
+
* [ModifyMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103127)
|
|
68
|
+
* [ModifyMQTTInstance](https://cloud.tencent.com/document/api/1493/103126)
|
|
69
|
+
* [ModifyMQTTInstanceCertBinding](https://cloud.tencent.com/document/api/1493/103125)
|
|
70
|
+
* [ModifyMQTTTopic](https://cloud.tencent.com/document/api/1493/103124)
|
|
71
|
+
* [ModifyMQTTUser](https://cloud.tencent.com/document/api/1493/103118)
|
|
54
72
|
|
|
55
|
-
|
|
73
|
+
新增数据结构:
|
|
56
74
|
|
|
57
|
-
|
|
75
|
+
* [CustomMapEntry](https://cloud.tencent.com/document/api/1493/96031#CustomMapEntry)
|
|
76
|
+
* [MQTTClientSubscription](https://cloud.tencent.com/document/api/1493/96031#MQTTClientSubscription)
|
|
77
|
+
* [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
|
|
78
|
+
* [MQTTMessageItem](https://cloud.tencent.com/document/api/1493/96031#MQTTMessageItem)
|
|
79
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1493/96031#MQTTTopicItem)
|
|
80
|
+
* [MQTTUserItem](https://cloud.tencent.com/document/api/1493/96031#MQTTUserItem)
|
|
81
|
+
* [PublicAccessRule](https://cloud.tencent.com/document/api/1493/96031#PublicAccessRule)
|
|
58
82
|
|
|
59
|
-
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
|
|
60
83
|
|
|
61
|
-
* 新增入参:ChannelId
|
|
62
84
|
|
|
85
|
+
## 客流数字化平台(ump) 版本:2020-09-18
|
|
63
86
|
|
|
87
|
+
### 第 4 次发布
|
|
64
88
|
|
|
89
|
+
发布时间:2024-01-22 01:24:15
|
|
65
90
|
|
|
66
|
-
|
|
91
|
+
本次发布包含了以下内容:
|
|
67
92
|
|
|
93
|
+
改善已有的文档。
|
|
68
94
|
|
|
95
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
69
96
|
|
|
70
|
-
|
|
97
|
+
* CreateCapture
|
|
71
98
|
|
|
72
99
|
|
|
73
100
|
|
|
74
101
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
75
102
|
|
|
76
|
-
### 第
|
|
103
|
+
### 第 70 次发布
|
|
77
104
|
|
|
78
|
-
发布时间:2024-01-
|
|
105
|
+
发布时间:2024-01-22 01:25:42
|
|
79
106
|
|
|
80
107
|
本次发布包含了以下内容:
|
|
81
108
|
|
|
82
109
|
改善已有的文档。
|
|
83
110
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
* [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
|
|
87
|
-
|
|
88
|
-
* 新增入参:FunctionName, FunctionType, DatabaseName, SchemaName, CommandFormat
|
|
89
|
-
|
|
90
|
-
* <font color="#dd0000">**修改入参**:</font>ClusterIdentifier, FunctionId
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
新增数据结构:
|
|
94
|
-
|
|
95
|
-
* [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
|
|
96
|
-
* [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
|
|
97
|
-
|
|
98
|
-
修改数据结构:
|
|
99
|
-
|
|
100
|
-
* [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
|
|
101
|
-
|
|
102
|
-
* 新增成员:Code
|
|
103
|
-
|
|
104
|
-
* [InstanceReportReadNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportReadNode)
|
|
105
|
-
|
|
106
|
-
* 新增成员:WaitWriterTime
|
|
107
|
-
|
|
108
|
-
* [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
|
|
109
|
-
|
|
110
|
-
* 新增成员:WaitReaderTime
|
|
111
|
-
|
|
112
|
-
* [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
|
|
113
|
-
|
|
114
|
-
* 新增成员:ArrangeSpaceTaskId, OfflineTaskStatus
|
|
115
|
-
|
|
116
|
-
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
117
|
-
|
|
118
|
-
* 新增成员:TableName, TableOwnerName, ExecStrategy, Subscription, CreateTime, DatasourceId, DatabaseId, MonitorStatus
|
|
119
|
-
|
|
120
|
-
* [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
|
|
121
|
-
|
|
122
|
-
* 新增成员:RuleId, RuleName
|
|
123
|
-
|
|
124
|
-
* <font color="#dd0000">**修改成员**:</font>RuleGroupId, MonitorType, ExecQueue, ExecutorGroupId, ExecutorGroupName, Tasks, StartTime, EndTime, CycleType, DelayTime, CycleStep, TaskAction
|
|
125
|
-
|
|
126
|
-
* [RuleGroupSubscribe](https://cloud.tencent.com/document/api/1267/76336#RuleGroupSubscribe)
|
|
127
|
-
|
|
128
|
-
* 新增成员:RuleId, RuleName
|
|
129
|
-
|
|
130
|
-
* [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
|
|
131
|
-
|
|
132
|
-
* 新增成员:ResolvedSqlExpression, DatasourceTypes
|
|
111
|
+
新增接口:
|
|
133
112
|
|
|
113
|
+
* [DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)
|
|
134
114
|
|
|
135
115
|
|
|
136
116
|
|
|
@@ -1896,6 +1876,22 @@
|
|
|
1896
1876
|
|
|
1897
1877
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1898
1878
|
|
|
1879
|
+
### 第 64 次发布
|
|
1880
|
+
|
|
1881
|
+
发布时间:2024-01-19 01:06:05
|
|
1882
|
+
|
|
1883
|
+
本次发布包含了以下内容:
|
|
1884
|
+
|
|
1885
|
+
改善已有的文档。
|
|
1886
|
+
|
|
1887
|
+
新增接口:
|
|
1888
|
+
|
|
1889
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
1890
|
+
|
|
1891
|
+
新增数据结构:
|
|
1892
|
+
|
|
1893
|
+
* [BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)
|
|
1894
|
+
|
|
1899
1895
|
### 第 63 次发布
|
|
1900
1896
|
|
|
1901
1897
|
发布时间:2024-01-12 01:06:10
|
|
@@ -8645,7 +8641,7 @@
|
|
|
8645
8641
|
|
|
8646
8642
|
新增接口:
|
|
8647
8643
|
|
|
8648
|
-
* [
|
|
8644
|
+
* [DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)
|
|
8649
8645
|
|
|
8650
8646
|
### 第 54 次发布
|
|
8651
8647
|
|
|
@@ -22183,6 +22179,21 @@
|
|
|
22183
22179
|
|
|
22184
22180
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
22185
22181
|
|
|
22182
|
+
### 第 15 次发布
|
|
22183
|
+
|
|
22184
|
+
发布时间:2024-01-19 01:08:39
|
|
22185
|
+
|
|
22186
|
+
本次发布包含了以下内容:
|
|
22187
|
+
|
|
22188
|
+
改善已有的文档。
|
|
22189
|
+
|
|
22190
|
+
修改数据结构:
|
|
22191
|
+
|
|
22192
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
22193
|
+
|
|
22194
|
+
* <font color="#dd0000">**修改成员**:</font>TaskGroupInstanceExecuteLog
|
|
22195
|
+
|
|
22196
|
+
|
|
22186
22197
|
### 第 14 次发布
|
|
22187
22198
|
|
|
22188
22199
|
发布时间:2023-11-24 01:09:00
|
|
@@ -29622,6 +29633,32 @@
|
|
|
29622
29633
|
|
|
29623
29634
|
## 日志服务(cls) 版本:2020-10-16
|
|
29624
29635
|
|
|
29636
|
+
### 第 79 次发布
|
|
29637
|
+
|
|
29638
|
+
发布时间:2024-01-19 01:09:34
|
|
29639
|
+
|
|
29640
|
+
本次发布包含了以下内容:
|
|
29641
|
+
|
|
29642
|
+
改善已有的文档。
|
|
29643
|
+
|
|
29644
|
+
修改接口:
|
|
29645
|
+
|
|
29646
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
29647
|
+
|
|
29648
|
+
* 新增入参:StorageType
|
|
29649
|
+
|
|
29650
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
29651
|
+
|
|
29652
|
+
* 新增入参:StorageType
|
|
29653
|
+
|
|
29654
|
+
|
|
29655
|
+
修改数据结构:
|
|
29656
|
+
|
|
29657
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
29658
|
+
|
|
29659
|
+
* 新增成员:StorageType
|
|
29660
|
+
|
|
29661
|
+
|
|
29625
29662
|
### 第 78 次发布
|
|
29626
29663
|
|
|
29627
29664
|
发布时间:2023-11-27 00:05:31
|
|
@@ -35779,6 +35816,30 @@
|
|
|
35779
35816
|
|
|
35780
35817
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35781
35818
|
|
|
35819
|
+
### 第 29 次发布
|
|
35820
|
+
|
|
35821
|
+
发布时间:2024-01-22 01:09:58
|
|
35822
|
+
|
|
35823
|
+
本次发布包含了以下内容:
|
|
35824
|
+
|
|
35825
|
+
改善已有的文档。
|
|
35826
|
+
|
|
35827
|
+
新增接口:
|
|
35828
|
+
|
|
35829
|
+
* [[ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)](https://cloud.tencent.com/document/api/#/#)
|
|
35830
|
+
|
|
35831
|
+
### 第 28 次发布
|
|
35832
|
+
|
|
35833
|
+
发布时间:2024-01-19 01:09:59
|
|
35834
|
+
|
|
35835
|
+
本次发布包含了以下内容:
|
|
35836
|
+
|
|
35837
|
+
改善已有的文档。
|
|
35838
|
+
|
|
35839
|
+
新增接口:
|
|
35840
|
+
|
|
35841
|
+
* [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
|
|
35842
|
+
|
|
35782
35843
|
### 第 27 次发布
|
|
35783
35844
|
|
|
35784
35845
|
发布时间:2023-12-19 01:25:03
|
|
@@ -42132,6 +42193,70 @@
|
|
|
42132
42193
|
|
|
42133
42194
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42134
42195
|
|
|
42196
|
+
### 第 77 次发布
|
|
42197
|
+
|
|
42198
|
+
发布时间:2024-01-19 01:11:18
|
|
42199
|
+
|
|
42200
|
+
本次发布包含了以下内容:
|
|
42201
|
+
|
|
42202
|
+
改善已有的文档。
|
|
42203
|
+
|
|
42204
|
+
修改接口:
|
|
42205
|
+
|
|
42206
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
42207
|
+
|
|
42208
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
42209
|
+
|
|
42210
|
+
* 新增入参:InstanceGroupId, InstanceId
|
|
42211
|
+
|
|
42212
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42213
|
+
|
|
42214
|
+
* [DescribeClusterInstanceGrps](https://cloud.tencent.com/document/api/1003/48303)
|
|
42215
|
+
|
|
42216
|
+
* 新增出参:InstanceGroupInfoList
|
|
42217
|
+
|
|
42218
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
42219
|
+
|
|
42220
|
+
* 新增入参:IsGlobal
|
|
42221
|
+
|
|
42222
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1003/48305)
|
|
42223
|
+
|
|
42224
|
+
* 新增入参:InstanceGroupId
|
|
42225
|
+
|
|
42226
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
42227
|
+
|
|
42228
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
42229
|
+
|
|
42230
|
+
* 新增入参:IsGlobal
|
|
42231
|
+
|
|
42232
|
+
* [ModifyVipVport](https://cloud.tencent.com/document/api/1003/86720)
|
|
42233
|
+
|
|
42234
|
+
* 新增入参:InstanceGroupId
|
|
42235
|
+
|
|
42236
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42237
|
+
|
|
42238
|
+
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
42239
|
+
|
|
42240
|
+
* 新增入参:InstanceId, InstanceGroupId
|
|
42241
|
+
|
|
42242
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42243
|
+
|
|
42244
|
+
|
|
42245
|
+
新增数据结构:
|
|
42246
|
+
|
|
42247
|
+
* [CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup)
|
|
42248
|
+
|
|
42249
|
+
修改数据结构:
|
|
42250
|
+
|
|
42251
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
42252
|
+
|
|
42253
|
+
* 新增成员:IsSupportManualSnapshot
|
|
42254
|
+
|
|
42255
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
42256
|
+
|
|
42257
|
+
* 新增成员:IsModifiable
|
|
42258
|
+
|
|
42259
|
+
|
|
42135
42260
|
### 第 76 次发布
|
|
42136
42261
|
|
|
42137
42262
|
发布时间:2024-01-10 01:11:56
|
|
@@ -54943,11 +55068,11 @@
|
|
|
54943
55068
|
|
|
54944
55069
|
新增接口:
|
|
54945
55070
|
|
|
54946
|
-
* [
|
|
55071
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
54947
55072
|
|
|
54948
55073
|
新增数据结构:
|
|
54949
55074
|
|
|
54950
|
-
* [
|
|
55075
|
+
* [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
|
|
54951
55076
|
|
|
54952
55077
|
### 第 55 次发布
|
|
54953
55078
|
|
|
@@ -77743,6 +77868,21 @@
|
|
|
77743
77868
|
|
|
77744
77869
|
## 云直播CSS(live) 版本:2018-08-01
|
|
77745
77870
|
|
|
77871
|
+
### 第 117 次发布
|
|
77872
|
+
|
|
77873
|
+
发布时间:2024-01-22 01:16:38
|
|
77874
|
+
|
|
77875
|
+
本次发布包含了以下内容:
|
|
77876
|
+
|
|
77877
|
+
改善已有的文档。
|
|
77878
|
+
|
|
77879
|
+
修改接口:
|
|
77880
|
+
|
|
77881
|
+
* [DescribeLiveTranscodeTemplates](https://cloud.tencent.com/document/api/267/32641)
|
|
77882
|
+
|
|
77883
|
+
* 新增入参:TemplateType
|
|
77884
|
+
|
|
77885
|
+
|
|
77746
77886
|
### 第 116 次发布
|
|
77747
77887
|
|
|
77748
77888
|
发布时间:2023-11-14 01:19:55
|
|
@@ -89170,6 +89310,28 @@
|
|
|
89170
89310
|
|
|
89171
89311
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
89172
89312
|
|
|
89313
|
+
### 第 53 次发布
|
|
89314
|
+
|
|
89315
|
+
发布时间:2024-01-19 01:18:01
|
|
89316
|
+
|
|
89317
|
+
本次发布包含了以下内容:
|
|
89318
|
+
|
|
89319
|
+
改善已有的文档。
|
|
89320
|
+
|
|
89321
|
+
修改接口:
|
|
89322
|
+
|
|
89323
|
+
* [CopyJobs](https://cloud.tencent.com/document/api/849/77740)
|
|
89324
|
+
|
|
89325
|
+
* 新增入参:TargetWorkspaceId
|
|
89326
|
+
|
|
89327
|
+
|
|
89328
|
+
修改数据结构:
|
|
89329
|
+
|
|
89330
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
89331
|
+
|
|
89332
|
+
* 新增成员:IndexName, WorkspaceName
|
|
89333
|
+
|
|
89334
|
+
|
|
89173
89335
|
### 第 52 次发布
|
|
89174
89336
|
|
|
89175
89337
|
发布时间:2024-01-01 00:15:04
|
|
@@ -95000,6 +95162,21 @@
|
|
|
95000
95162
|
|
|
95001
95163
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
95002
95164
|
|
|
95165
|
+
### 第 17 次发布
|
|
95166
|
+
|
|
95167
|
+
发布时间:2024-01-19 01:18:43
|
|
95168
|
+
|
|
95169
|
+
本次发布包含了以下内容:
|
|
95170
|
+
|
|
95171
|
+
改善已有的文档。
|
|
95172
|
+
|
|
95173
|
+
修改数据结构:
|
|
95174
|
+
|
|
95175
|
+
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
95176
|
+
|
|
95177
|
+
* 新增成员:DeletedVpcSet
|
|
95178
|
+
|
|
95179
|
+
|
|
95003
95180
|
### 第 16 次发布
|
|
95004
95181
|
|
|
95005
95182
|
发布时间:2023-12-11 01:10:39
|
|
@@ -102104,6 +102281,22 @@
|
|
|
102104
102281
|
|
|
102105
102282
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102106
102283
|
|
|
102284
|
+
### 第 52 次发布
|
|
102285
|
+
|
|
102286
|
+
发布时间:2024-01-19 01:19:47
|
|
102287
|
+
|
|
102288
|
+
本次发布包含了以下内容:
|
|
102289
|
+
|
|
102290
|
+
改善已有的文档。
|
|
102291
|
+
|
|
102292
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
102293
|
+
|
|
102294
|
+
* HostCertificate
|
|
102295
|
+
|
|
102296
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
102297
|
+
|
|
102298
|
+
* CertHostingInfo
|
|
102299
|
+
|
|
102107
102300
|
### 第 51 次发布
|
|
102108
102301
|
|
|
102109
102302
|
发布时间:2023-12-20 02:05:02
|
|
@@ -116955,6 +117148,23 @@
|
|
|
116955
117148
|
|
|
116956
117149
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
116957
117150
|
|
|
117151
|
+
### 第 70 次发布
|
|
117152
|
+
|
|
117153
|
+
发布时间:2024-01-19 01:22:03
|
|
117154
|
+
|
|
117155
|
+
本次发布包含了以下内容:
|
|
117156
|
+
|
|
117157
|
+
改善已有的文档。
|
|
117158
|
+
|
|
117159
|
+
修改接口:
|
|
117160
|
+
|
|
117161
|
+
* [DescribeDefaultCertificates](https://cloud.tencent.com/document/api/1552/80603)
|
|
117162
|
+
|
|
117163
|
+
* 新增入参:ZoneId
|
|
117164
|
+
|
|
117165
|
+
* <font color="#dd0000">**修改入参**:</font>Filters
|
|
117166
|
+
|
|
117167
|
+
|
|
116958
117168
|
### 第 69 次发布
|
|
116959
117169
|
|
|
116960
117170
|
发布时间:2024-01-08 00:19:23
|
|
@@ -126849,6 +127059,68 @@
|
|
|
126849
127059
|
|
|
126850
127060
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
126851
127061
|
|
|
127062
|
+
### 第 8 次发布
|
|
127063
|
+
|
|
127064
|
+
发布时间:2024-01-22 01:23:11
|
|
127065
|
+
|
|
127066
|
+
本次发布包含了以下内容:
|
|
127067
|
+
|
|
127068
|
+
改善已有的文档。
|
|
127069
|
+
|
|
127070
|
+
新增接口:
|
|
127071
|
+
|
|
127072
|
+
* [[CreateMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103140)](https://cloud.tencent.com/document/api/#/#)
|
|
127073
|
+
* [[CreateMQTTTopic](https://cloud.tencent.com/document/api/1493/103139)](https://cloud.tencent.com/document/api/#/#)
|
|
127074
|
+
* [[CreateMQTTUser](https://cloud.tencent.com/document/api/1493/103121)](https://cloud.tencent.com/document/api/#/#)
|
|
127075
|
+
* [[DeleteMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103138)](https://cloud.tencent.com/document/api/#/#)
|
|
127076
|
+
* [[DeleteMQTTInstance](https://cloud.tencent.com/document/api/1493/103137)](https://cloud.tencent.com/document/api/#/#)
|
|
127077
|
+
* [[DeleteMQTTTopic](https://cloud.tencent.com/document/api/1493/103136)](https://cloud.tencent.com/document/api/#/#)
|
|
127078
|
+
* [[DeleteMQTTUser](https://cloud.tencent.com/document/api/1493/103120)](https://cloud.tencent.com/document/api/#/#)
|
|
127079
|
+
* [[DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)](https://cloud.tencent.com/document/api/#/#)
|
|
127080
|
+
* [[DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)](https://cloud.tencent.com/document/api/#/#)
|
|
127081
|
+
* [[DescribeMQTTInsVPCEndpoints](https://cloud.tencent.com/document/api/1493/103133)](https://cloud.tencent.com/document/api/#/#)
|
|
127082
|
+
* [[DescribeMQTTInstance](https://cloud.tencent.com/document/api/1493/103132)](https://cloud.tencent.com/document/api/#/#)
|
|
127083
|
+
* [[DescribeMQTTInstanceCert](https://cloud.tencent.com/document/api/1493/103131)](https://cloud.tencent.com/document/api/#/#)
|
|
127084
|
+
* [[DescribeMQTTMessage](https://cloud.tencent.com/document/api/1493/103123)](https://cloud.tencent.com/document/api/#/#)
|
|
127085
|
+
* [[DescribeMQTTMessageList](https://cloud.tencent.com/document/api/1493/103130)](https://cloud.tencent.com/document/api/#/#)
|
|
127086
|
+
* [[DescribeMQTTTopic](https://cloud.tencent.com/document/api/1493/103129)](https://cloud.tencent.com/document/api/#/#)
|
|
127087
|
+
* [[DescribeMQTTTopicList](https://cloud.tencent.com/document/api/1493/103128)](https://cloud.tencent.com/document/api/#/#)
|
|
127088
|
+
* [[DescribeMQTTUserList](https://cloud.tencent.com/document/api/1493/103119)](https://cloud.tencent.com/document/api/#/#)
|
|
127089
|
+
* [[ModifyMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103127)](https://cloud.tencent.com/document/api/#/#)
|
|
127090
|
+
* [[ModifyMQTTInstance](https://cloud.tencent.com/document/api/1493/103126)](https://cloud.tencent.com/document/api/#/#)
|
|
127091
|
+
* [[ModifyMQTTInstanceCertBinding](https://cloud.tencent.com/document/api/1493/103125)](https://cloud.tencent.com/document/api/#/#)
|
|
127092
|
+
* [[ModifyMQTTTopic](https://cloud.tencent.com/document/api/1493/103124)](https://cloud.tencent.com/document/api/#/#)
|
|
127093
|
+
* [[ModifyMQTTUser](https://cloud.tencent.com/document/api/1493/103118)](https://cloud.tencent.com/document/api/#/#)
|
|
127094
|
+
|
|
127095
|
+
新增数据结构:
|
|
127096
|
+
|
|
127097
|
+
* [[CustomMapEntry](https://cloud.tencent.com/document/api/1493/96031#CustomMapEntry)](https://cloud.tencent.com/document/api/1493/96031#[CustomMapEntry](https://cloud.tencent.com/document/api/1493/96031#CustomMapEntry))
|
|
127098
|
+
* [[MQTTClientSubscription](https://cloud.tencent.com/document/api/1493/96031#MQTTClientSubscription)](https://cloud.tencent.com/document/api/1493/96031#[MQTTClientSubscription](https://cloud.tencent.com/document/api/1493/96031#MQTTClientSubscription))
|
|
127099
|
+
* [[MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem))
|
|
127100
|
+
* [[MQTTMessageItem](https://cloud.tencent.com/document/api/1493/96031#MQTTMessageItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTMessageItem](https://cloud.tencent.com/document/api/1493/96031#MQTTMessageItem))
|
|
127101
|
+
* [[MQTTTopicItem](https://cloud.tencent.com/document/api/1493/96031#MQTTTopicItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTTopicItem](https://cloud.tencent.com/document/api/1493/96031#MQTTTopicItem))
|
|
127102
|
+
* [[MQTTUserItem](https://cloud.tencent.com/document/api/1493/96031#MQTTUserItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTUserItem](https://cloud.tencent.com/document/api/1493/96031#MQTTUserItem))
|
|
127103
|
+
* [[PublicAccessRule](https://cloud.tencent.com/document/api/1493/96031#PublicAccessRule)](https://cloud.tencent.com/document/api/1493/96031#[PublicAccessRule](https://cloud.tencent.com/document/api/1493/96031#PublicAccessRule))
|
|
127104
|
+
|
|
127105
|
+
### 第 7 次发布
|
|
127106
|
+
|
|
127107
|
+
发布时间:2024-01-19 01:23:15
|
|
127108
|
+
|
|
127109
|
+
本次发布包含了以下内容:
|
|
127110
|
+
|
|
127111
|
+
改善已有的文档。
|
|
127112
|
+
|
|
127113
|
+
新增接口:
|
|
127114
|
+
|
|
127115
|
+
* [CreateMQTTInstance](https://cloud.tencent.com/document/api/1493/103099)
|
|
127116
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
127117
|
+
* [DescribeMQTTProductSKUList](https://cloud.tencent.com/document/api/1493/103096)
|
|
127118
|
+
|
|
127119
|
+
新增数据结构:
|
|
127120
|
+
|
|
127121
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)
|
|
127122
|
+
* [MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)
|
|
127123
|
+
|
|
126852
127124
|
### 第 6 次发布
|
|
126853
127125
|
|
|
126854
127126
|
发布时间:2023-11-21 01:38:03
|
|
@@ -133015,6 +133287,18 @@
|
|
|
133015
133287
|
|
|
133016
133288
|
## 客流数字化平台(ump) 版本:2020-09-18
|
|
133017
133289
|
|
|
133290
|
+
### 第 4 次发布
|
|
133291
|
+
|
|
133292
|
+
发布时间:2024-01-22 01:24:15
|
|
133293
|
+
|
|
133294
|
+
本次发布包含了以下内容:
|
|
133295
|
+
|
|
133296
|
+
改善已有的文档。
|
|
133297
|
+
|
|
133298
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
133299
|
+
|
|
133300
|
+
* CreateCapture
|
|
133301
|
+
|
|
133018
133302
|
### 第 3 次发布
|
|
133019
133303
|
|
|
133020
133304
|
发布时间:2021-02-25 08:00:15
|
|
@@ -144598,6 +144882,18 @@
|
|
|
144598
144882
|
|
|
144599
144883
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
144600
144884
|
|
|
144885
|
+
### 第 70 次发布
|
|
144886
|
+
|
|
144887
|
+
发布时间:2024-01-22 01:25:42
|
|
144888
|
+
|
|
144889
|
+
本次发布包含了以下内容:
|
|
144890
|
+
|
|
144891
|
+
改善已有的文档。
|
|
144892
|
+
|
|
144893
|
+
新增接口:
|
|
144894
|
+
|
|
144895
|
+
* [[DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)](https://cloud.tencent.com/document/api/#/#)
|
|
144896
|
+
|
|
144601
144897
|
### 第 69 次发布
|
|
144602
144898
|
|
|
144603
144899
|
发布时间:2024-01-18 01:27:50
|
|
@@ -144617,8 +144913,8 @@
|
|
|
144617
144913
|
|
|
144618
144914
|
新增数据结构:
|
|
144619
144915
|
|
|
144620
|
-
* [
|
|
144621
|
-
* [
|
|
144916
|
+
* [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
|
|
144917
|
+
* [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
|
|
144622
144918
|
|
|
144623
144919
|
修改数据结构:
|
|
144624
144920
|
|