tencentcloud-sdk-nodejs 4.0.785 → 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 +116 -0
- package/SERVICE_CHANGELOG.md +152 -210
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +12 -0
- package/src/services/csip/v20221121/csip_models.ts +68 -0
- 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 +9 -2
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +17 -13
- 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 +375 -98
- package/src/services/trocket/v20230308/trocket_models.ts +1791 -800
- 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/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +66 -0
- 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 +9 -2
- 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/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 +117 -23
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +167 -29
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1721 -781
- 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/csip.v20221121.test.js +10 -0
- package/test/trocket.v20230308.test.js +234 -14
- package/test/wedata.v20210820.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,119 @@
|
|
|
1
|
+
# Release 4.0.786
|
|
2
|
+
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-22 01:09:58
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
20
|
+
|
|
21
|
+
### 第 117 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-01-22 01:16:38
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeLiveTranscodeTemplates](https://cloud.tencent.com/document/api/267/32641)
|
|
32
|
+
|
|
33
|
+
* 新增入参:TemplateType
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
39
|
+
|
|
40
|
+
### 第 8 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-01-22 01:23:11
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
新增接口:
|
|
49
|
+
|
|
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)
|
|
72
|
+
|
|
73
|
+
新增数据结构:
|
|
74
|
+
|
|
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)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 客流数字化平台(ump) 版本:2020-09-18
|
|
86
|
+
|
|
87
|
+
### 第 4 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2024-01-22 01:24:15
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
96
|
+
|
|
97
|
+
* CreateCapture
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
102
|
+
|
|
103
|
+
### 第 70 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2024-01-22 01:25:42
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
新增接口:
|
|
112
|
+
|
|
113
|
+
* [DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
1
117
|
# Release 4.0.785
|
|
2
118
|
|
|
3
119
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
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,38 +12,15 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)
|
|
20
|
-
|
|
15
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
21
16
|
|
|
22
17
|
|
|
23
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24
|
-
|
|
25
|
-
### 第 15 次发布
|
|
26
|
-
|
|
27
|
-
发布时间:2024-01-19 01:08:39
|
|
28
|
-
|
|
29
|
-
本次发布包含了以下内容:
|
|
30
18
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
修改数据结构:
|
|
34
|
-
|
|
35
|
-
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
36
|
-
|
|
37
|
-
* <font color="#dd0000">**修改成员**:</font>TaskGroupInstanceExecuteLog
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
19
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
43
20
|
|
|
44
|
-
### 第
|
|
21
|
+
### 第 117 次发布
|
|
45
22
|
|
|
46
|
-
发布时间:2024-01-
|
|
23
|
+
发布时间:2024-01-22 01:16:38
|
|
47
24
|
|
|
48
25
|
本次发布包含了以下内容:
|
|
49
26
|
|
|
@@ -51,29 +28,18 @@
|
|
|
51
28
|
|
|
52
29
|
修改接口:
|
|
53
30
|
|
|
54
|
-
* [
|
|
55
|
-
|
|
56
|
-
* 新增入参:StorageType
|
|
57
|
-
|
|
58
|
-
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
59
|
-
|
|
60
|
-
* 新增入参:StorageType
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
修改数据结构:
|
|
31
|
+
* [DescribeLiveTranscodeTemplates](https://cloud.tencent.com/document/api/267/32641)
|
|
64
32
|
|
|
65
|
-
*
|
|
33
|
+
* 新增入参:TemplateType
|
|
66
34
|
|
|
67
|
-
* 新增成员:StorageType
|
|
68
35
|
|
|
69
36
|
|
|
70
37
|
|
|
38
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
71
39
|
|
|
72
|
-
|
|
40
|
+
### 第 8 次发布
|
|
73
41
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
发布时间:2024-01-19 01:09:59
|
|
42
|
+
发布时间:2024-01-22 01:23:11
|
|
77
43
|
|
|
78
44
|
本次发布包含了以下内容:
|
|
79
45
|
|
|
@@ -81,173 +47,62 @@
|
|
|
81
47
|
|
|
82
48
|
新增接口:
|
|
83
49
|
|
|
84
|
-
* [
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
* [
|
|
101
|
-
|
|
102
|
-
* [
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
107
|
-
|
|
108
|
-
* [DescribeClusterInstanceGrps](https://cloud.tencent.com/document/api/1003/48303)
|
|
109
|
-
|
|
110
|
-
* 新增出参:InstanceGroupInfoList
|
|
111
|
-
|
|
112
|
-
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
113
|
-
|
|
114
|
-
* 新增入参:IsGlobal
|
|
115
|
-
|
|
116
|
-
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1003/48305)
|
|
117
|
-
|
|
118
|
-
* 新增入参:InstanceGroupId
|
|
119
|
-
|
|
120
|
-
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
121
|
-
|
|
122
|
-
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
123
|
-
|
|
124
|
-
* 新增入参:IsGlobal
|
|
125
|
-
|
|
126
|
-
* [ModifyVipVport](https://cloud.tencent.com/document/api/1003/86720)
|
|
127
|
-
|
|
128
|
-
* 新增入参:InstanceGroupId
|
|
129
|
-
|
|
130
|
-
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
131
|
-
|
|
132
|
-
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
133
|
-
|
|
134
|
-
* 新增入参:InstanceId, InstanceGroupId
|
|
135
|
-
|
|
136
|
-
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
137
|
-
|
|
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)
|
|
138
72
|
|
|
139
73
|
新增数据结构:
|
|
140
74
|
|
|
141
|
-
* [
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
* [
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
150
|
-
|
|
151
|
-
* 新增成员:IsModifiable
|
|
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)
|
|
152
82
|
|
|
153
83
|
|
|
154
84
|
|
|
85
|
+
## 客流数字化平台(ump) 版本:2020-09-18
|
|
155
86
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### 第 53 次发布
|
|
159
|
-
|
|
160
|
-
发布时间:2024-01-19 01:18:01
|
|
161
|
-
|
|
162
|
-
本次发布包含了以下内容:
|
|
163
|
-
|
|
164
|
-
改善已有的文档。
|
|
165
|
-
|
|
166
|
-
修改接口:
|
|
167
|
-
|
|
168
|
-
* [CopyJobs](https://cloud.tencent.com/document/api/849/77740)
|
|
169
|
-
|
|
170
|
-
* 新增入参:TargetWorkspaceId
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
修改数据结构:
|
|
174
|
-
|
|
175
|
-
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
176
|
-
|
|
177
|
-
* 新增成员:IndexName, WorkspaceName
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
183
|
-
|
|
184
|
-
### 第 17 次发布
|
|
185
|
-
|
|
186
|
-
发布时间:2024-01-19 01:18:43
|
|
187
|
-
|
|
188
|
-
本次发布包含了以下内容:
|
|
189
|
-
|
|
190
|
-
改善已有的文档。
|
|
191
|
-
|
|
192
|
-
修改数据结构:
|
|
193
|
-
|
|
194
|
-
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
195
|
-
|
|
196
|
-
* 新增成员:DeletedVpcSet
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## SSL 证书(ssl) 版本:2019-12-05
|
|
202
|
-
|
|
203
|
-
### 第 52 次发布
|
|
87
|
+
### 第 4 次发布
|
|
204
88
|
|
|
205
|
-
发布时间:2024-01-
|
|
89
|
+
发布时间:2024-01-22 01:24:15
|
|
206
90
|
|
|
207
91
|
本次发布包含了以下内容:
|
|
208
92
|
|
|
209
93
|
改善已有的文档。
|
|
210
94
|
|
|
211
|
-
<font color="#dd0000"
|
|
212
|
-
|
|
213
|
-
* HostCertificate
|
|
214
|
-
|
|
215
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
95
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
216
96
|
|
|
217
|
-
*
|
|
97
|
+
* CreateCapture
|
|
218
98
|
|
|
219
99
|
|
|
220
100
|
|
|
221
|
-
##
|
|
101
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
222
102
|
|
|
223
103
|
### 第 70 次发布
|
|
224
104
|
|
|
225
|
-
发布时间:2024-01-
|
|
226
|
-
|
|
227
|
-
本次发布包含了以下内容:
|
|
228
|
-
|
|
229
|
-
改善已有的文档。
|
|
230
|
-
|
|
231
|
-
修改接口:
|
|
232
|
-
|
|
233
|
-
* [DescribeDefaultCertificates](https://cloud.tencent.com/document/api/1552/80603)
|
|
234
|
-
|
|
235
|
-
* 新增入参:ZoneId
|
|
236
|
-
|
|
237
|
-
* <font color="#dd0000">**修改入参**:</font>Filters
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
247
|
-
|
|
248
|
-
### 第 7 次发布
|
|
249
|
-
|
|
250
|
-
发布时间:2024-01-19 01:23:15
|
|
105
|
+
发布时间:2024-01-22 01:25:42
|
|
251
106
|
|
|
252
107
|
本次发布包含了以下内容:
|
|
253
108
|
|
|
@@ -255,14 +110,7 @@
|
|
|
255
110
|
|
|
256
111
|
新增接口:
|
|
257
112
|
|
|
258
|
-
* [
|
|
259
|
-
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
260
|
-
* [DescribeMQTTProductSKUList](https://cloud.tencent.com/document/api/1493/103096)
|
|
261
|
-
|
|
262
|
-
新增数据结构:
|
|
263
|
-
|
|
264
|
-
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)
|
|
265
|
-
* [MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)
|
|
113
|
+
* [DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)
|
|
266
114
|
|
|
267
115
|
|
|
268
116
|
|
|
@@ -2038,11 +1886,11 @@
|
|
|
2038
1886
|
|
|
2039
1887
|
新增接口:
|
|
2040
1888
|
|
|
2041
|
-
* [
|
|
1889
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
2042
1890
|
|
|
2043
1891
|
新增数据结构:
|
|
2044
1892
|
|
|
2045
|
-
* [
|
|
1893
|
+
* [BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)
|
|
2046
1894
|
|
|
2047
1895
|
### 第 63 次发布
|
|
2048
1896
|
|
|
@@ -35968,6 +35816,18 @@
|
|
|
35968
35816
|
|
|
35969
35817
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35970
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
|
+
|
|
35971
35831
|
### 第 28 次发布
|
|
35972
35832
|
|
|
35973
35833
|
发布时间:2024-01-19 01:09:59
|
|
@@ -35978,7 +35838,7 @@
|
|
|
35978
35838
|
|
|
35979
35839
|
新增接口:
|
|
35980
35840
|
|
|
35981
|
-
* [
|
|
35841
|
+
* [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
|
|
35982
35842
|
|
|
35983
35843
|
### 第 27 次发布
|
|
35984
35844
|
|
|
@@ -42384,7 +42244,7 @@
|
|
|
42384
42244
|
|
|
42385
42245
|
新增数据结构:
|
|
42386
42246
|
|
|
42387
|
-
* [
|
|
42247
|
+
* [CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup)
|
|
42388
42248
|
|
|
42389
42249
|
修改数据结构:
|
|
42390
42250
|
|
|
@@ -78008,6 +77868,21 @@
|
|
|
78008
77868
|
|
|
78009
77869
|
## 云直播CSS(live) 版本:2018-08-01
|
|
78010
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
|
+
|
|
78011
77886
|
### 第 116 次发布
|
|
78012
77887
|
|
|
78013
77888
|
发布时间:2023-11-14 01:19:55
|
|
@@ -127184,6 +127059,49 @@
|
|
|
127184
127059
|
|
|
127185
127060
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
127186
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
|
+
|
|
127187
127105
|
### 第 7 次发布
|
|
127188
127106
|
|
|
127189
127107
|
发布时间:2024-01-19 01:23:15
|
|
@@ -127194,14 +127112,14 @@
|
|
|
127194
127112
|
|
|
127195
127113
|
新增接口:
|
|
127196
127114
|
|
|
127197
|
-
* [
|
|
127198
|
-
* [
|
|
127199
|
-
* [
|
|
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)
|
|
127200
127118
|
|
|
127201
127119
|
新增数据结构:
|
|
127202
127120
|
|
|
127203
|
-
* [
|
|
127204
|
-
* [
|
|
127121
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)
|
|
127122
|
+
* [MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)
|
|
127205
127123
|
|
|
127206
127124
|
### 第 6 次发布
|
|
127207
127125
|
|
|
@@ -133369,6 +133287,18 @@
|
|
|
133369
133287
|
|
|
133370
133288
|
## 客流数字化平台(ump) 版本:2020-09-18
|
|
133371
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
|
+
|
|
133372
133302
|
### 第 3 次发布
|
|
133373
133303
|
|
|
133374
133304
|
发布时间:2021-02-25 08:00:15
|
|
@@ -144952,6 +144882,18 @@
|
|
|
144952
144882
|
|
|
144953
144883
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
144954
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
|
+
|
|
144955
144897
|
### 第 69 次发布
|
|
144956
144898
|
|
|
144957
144899
|
发布时间:2024-01-18 01:27:50
|