tencentcloud-sdk-nodejs 4.0.636 → 4.0.638
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 +500 -0
- package/SERVICE_CHANGELOG.md +590 -109
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
- package/src/services/cls/v20201016/cls_client.ts +62 -11
- package/src/services/cls/v20201016/cls_models.ts +331 -55
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +17 -13
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
- package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
- package/src/services/ecm/v20190719/ecm_client.ts +4 -3
- package/src/services/ecm/v20190719/ecm_models.ts +123 -77
- package/src/services/essbasic/v20210526/essbasic_models.ts +46 -40
- package/src/services/gaap/v20180529/gaap_models.ts +35 -35
- package/src/services/lcic/v20220817/lcic_models.ts +14 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/soe/v20180724/soe_client.ts +1 -0
- package/src/services/soe/v20180724/soe_models.ts +35 -9
- package/src/services/tcr/v20190924/tcr_client.ts +62 -13
- package/src/services/tcr/v20190924/tcr_models.ts +352 -134
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/thpc/v20230321/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +16 -4
- package/src/services/trp/v20210515/trp_models.ts +9 -1
- package/src/services/tse/v20201207/tse_client.ts +324 -55
- package/src/services/tse/v20201207/tse_models.ts +1931 -522
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +18 -18
- package/src/services/vpc/v20170312/vpc_client.ts +3 -2
- package/src/services/vpc/v20170312/vpc_models.ts +22 -18
- package/src/services/wedata/v20210820/wedata_client.ts +16 -2
- package/src/services/wedata/v20210820/wedata_models.ts +210 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -40
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
- package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
- 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 +206 -12
- package/test/cls.v20201016.test.js +42 -2
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/tcr.v20190924.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +220 -10
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,51 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 39 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-07-
|
|
7
|
+
发布时间:2023-07-10 01:06:50
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* GenerateApiDocument
|
|
16
16
|
|
|
17
|
-
* 新增出参:UserGroupId
|
|
18
17
|
|
|
19
|
-
* [CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
22
20
|
|
|
21
|
+
### 第 55 次发布
|
|
23
22
|
|
|
23
|
+
发布时间:2023-07-10 01:15:21
|
|
24
24
|
|
|
25
|
+
本次发布包含了以下内容:
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
改善已有的文档。
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
新增接口:
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
32
|
+
* [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
|
|
33
|
+
* [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
|
|
34
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
|
|
39
|
+
* [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
|
|
40
|
+
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
45
|
+
|
|
46
|
+
### 第 21 次发布
|
|
47
|
+
|
|
48
|
+
发布时间:2023-07-10 01:22:33
|
|
31
49
|
|
|
32
50
|
本次发布包含了以下内容:
|
|
33
51
|
|
|
@@ -35,24 +53,42 @@
|
|
|
35
53
|
|
|
36
54
|
修改接口:
|
|
37
55
|
|
|
38
|
-
* [
|
|
56
|
+
* [CreateDomain](https://cloud.tencent.com/document/api/1427/56184)
|
|
39
57
|
|
|
40
|
-
* 新增入参:
|
|
58
|
+
* 新增入参:TransferSubDomain, Tags
|
|
41
59
|
|
|
42
|
-
* [
|
|
60
|
+
* [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
|
|
43
61
|
|
|
44
|
-
* 新增入参:
|
|
62
|
+
* 新增入参:Tags
|
|
45
63
|
|
|
46
|
-
|
|
64
|
+
* [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
|
|
47
65
|
|
|
66
|
+
* 新增入参:Tags
|
|
48
67
|
|
|
49
68
|
|
|
69
|
+
新增数据结构:
|
|
50
70
|
|
|
51
|
-
|
|
71
|
+
* [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
|
|
72
|
+
* [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
|
|
52
73
|
|
|
53
|
-
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
77
|
+
|
|
78
|
+
* 新增成员:TagList
|
|
79
|
+
|
|
80
|
+
* [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
|
|
81
|
+
|
|
82
|
+
* 新增成员:TagList
|
|
54
83
|
|
|
55
|
-
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
88
|
+
|
|
89
|
+
### 第 89 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-07-10 01:25:48
|
|
56
92
|
|
|
57
93
|
本次发布包含了以下内容:
|
|
58
94
|
|
|
@@ -60,136 +96,173 @@
|
|
|
60
96
|
|
|
61
97
|
修改接口:
|
|
62
98
|
|
|
63
|
-
* [
|
|
99
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
64
100
|
|
|
65
|
-
* 新增入参:StandardDebug
|
|
66
101
|
|
|
67
102
|
|
|
68
|
-
新增数据结构:
|
|
69
103
|
|
|
70
|
-
|
|
104
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
109
|
+
|
|
110
|
+
### 第 28 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2023-07-10 01:31:48
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
修改接口:
|
|
119
|
+
|
|
120
|
+
* [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
|
|
121
|
+
|
|
122
|
+
* 新增入参:Status
|
|
123
|
+
|
|
71
124
|
|
|
72
125
|
修改数据结构:
|
|
73
126
|
|
|
74
|
-
* [
|
|
127
|
+
* [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
|
|
75
128
|
|
|
76
|
-
* 新增成员:
|
|
129
|
+
* 新增成员:InteractionMode, VideoOrientation
|
|
77
130
|
|
|
78
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
131
|
+
* <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
|
|
79
132
|
|
|
80
133
|
|
|
81
|
-
### 第 44 次发布
|
|
82
134
|
|
|
83
|
-
|
|
135
|
+
|
|
136
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
137
|
+
|
|
138
|
+
### 第 49 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2023-07-10 01:32:08
|
|
84
141
|
|
|
85
142
|
本次发布包含了以下内容:
|
|
86
143
|
|
|
87
144
|
改善已有的文档。
|
|
88
145
|
|
|
89
|
-
|
|
146
|
+
修改数据结构:
|
|
90
147
|
|
|
91
|
-
* [
|
|
148
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
92
149
|
|
|
93
|
-
<font color="#dd0000"
|
|
150
|
+
* <font color="#dd0000">**修改成员**:</font>AutoGeneratePassword
|
|
94
151
|
|
|
95
|
-
* CheckCertificate
|
|
96
|
-
* CreateCredential
|
|
97
|
-
* CreateReplayTask
|
|
98
|
-
* CreateSpeedTesting
|
|
99
|
-
* DescribeAddableEntityList
|
|
100
|
-
* DescribeClientRuleList
|
|
101
|
-
* DescribeDnsData
|
|
102
|
-
* DescribeLogSets
|
|
103
|
-
* DescribeLogTopicTasks
|
|
104
|
-
* DescribeSingleL7AnalysisData
|
|
105
|
-
* DescribeSpeedTestingDetails
|
|
106
|
-
* DescribeSpeedTestingMetricData
|
|
107
|
-
* DescribeSpeedTestingQuota
|
|
108
|
-
* DescribeTimingL7SourceData
|
|
109
|
-
* DescribeWebManagedRulesData
|
|
110
|
-
* DescribeWebManagedRulesHitRuleDetail
|
|
111
|
-
* DescribeWebManagedRulesLog
|
|
112
|
-
* DescribeWebProtectionClientIpList
|
|
113
|
-
* DescribeWebProtectionData
|
|
114
|
-
* DescribeWebProtectionHitRuleDetail
|
|
115
|
-
* DescribeWebProtectionTopData
|
|
116
|
-
* ModifyDefaultCertificate
|
|
117
|
-
* ModifyRulePriority
|
|
118
|
-
* ModifySecurityWafGroupPolicy
|
|
119
|
-
* ReclaimAliasDomain
|
|
120
|
-
* ReclaimZone
|
|
121
|
-
* UpdateOriginProtectionIPWhitelist
|
|
122
152
|
|
|
123
|
-
修改接口:
|
|
124
153
|
|
|
125
|
-
* [CreateApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80693)
|
|
126
154
|
|
|
127
|
-
|
|
155
|
+
## 智聆口语评测(soe) 版本:2018-07-24
|
|
128
156
|
|
|
129
|
-
|
|
157
|
+
### 第 14 次发布
|
|
130
158
|
|
|
131
|
-
|
|
159
|
+
发布时间:2023-07-10 01:39:48
|
|
132
160
|
|
|
133
|
-
|
|
161
|
+
本次发布包含了以下内容:
|
|
134
162
|
|
|
135
|
-
|
|
163
|
+
改善已有的文档。
|
|
136
164
|
|
|
137
|
-
|
|
165
|
+
新增数据结构:
|
|
138
166
|
|
|
139
|
-
|
|
167
|
+
* [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
|
|
140
168
|
|
|
141
|
-
|
|
169
|
+
修改数据结构:
|
|
142
170
|
|
|
143
|
-
|
|
171
|
+
* [WordRsp](https://cloud.tencent.com/document/api/884/19320#WordRsp)
|
|
144
172
|
|
|
173
|
+
* 新增成员:Tone
|
|
145
174
|
|
|
146
|
-
新增数据结构:
|
|
147
175
|
|
|
148
|
-
* [CnameStatus](https://cloud.tencent.com/document/api/1552/80721#CnameStatus)
|
|
149
176
|
|
|
150
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
151
177
|
|
|
152
|
-
|
|
153
|
-
* ClsLogTopicInfo
|
|
154
|
-
* DistrictStatistics
|
|
155
|
-
* DnsData
|
|
156
|
-
* LogSetInfo
|
|
157
|
-
* OptimizeAction
|
|
158
|
-
* SecClientIp
|
|
159
|
-
* SecHitRuleInfo
|
|
160
|
-
* SecRuleRelatedInfo
|
|
161
|
-
* SingleDataRecord
|
|
162
|
-
* SingleTypeValue
|
|
163
|
-
* SpeedTestingConfig
|
|
164
|
-
* SpeedTestingDetailData
|
|
165
|
-
* SpeedTestingInfo
|
|
166
|
-
* SpeedTestingMetricData
|
|
167
|
-
* SpeedTestingQuota
|
|
168
|
-
* SpeedTestingStatistics
|
|
169
|
-
* SpeedTestingStatus
|
|
170
|
-
* WafGroup
|
|
171
|
-
* WebLogs
|
|
178
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
172
179
|
|
|
173
|
-
|
|
180
|
+
### 第 66 次发布
|
|
174
181
|
|
|
175
|
-
|
|
182
|
+
发布时间:2023-07-10 01:45:08
|
|
176
183
|
|
|
177
|
-
|
|
184
|
+
本次发布包含了以下内容:
|
|
178
185
|
|
|
179
|
-
|
|
186
|
+
改善已有的文档。
|
|
180
187
|
|
|
181
|
-
|
|
188
|
+
新增接口:
|
|
182
189
|
|
|
183
|
-
|
|
190
|
+
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
184
191
|
|
|
185
|
-
* [Sv](https://cloud.tencent.com/document/api/1552/80721#Sv)
|
|
186
192
|
|
|
187
|
-
* 新增成员:Pack, InstanceId, ProtectionSpecs
|
|
188
193
|
|
|
194
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
195
|
+
|
|
196
|
+
### 第 25 次发布
|
|
189
197
|
|
|
198
|
+
发布时间:2023-07-10 01:51:20
|
|
190
199
|
|
|
200
|
+
本次发布包含了以下内容:
|
|
201
|
+
|
|
202
|
+
改善已有的文档。
|
|
203
|
+
|
|
204
|
+
修改接口:
|
|
205
|
+
|
|
206
|
+
* [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
|
|
207
|
+
|
|
208
|
+
* 新增入参:StartTime, EndTime
|
|
191
209
|
|
|
192
|
-
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
214
|
+
|
|
215
|
+
### 第 35 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2023-07-10 01:52:00
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
新增接口:
|
|
224
|
+
|
|
225
|
+
* [CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)
|
|
226
|
+
* [CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)
|
|
227
|
+
* [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
|
|
228
|
+
* [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
|
|
229
|
+
* [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
|
|
230
|
+
* [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
|
|
231
|
+
* [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
|
|
232
|
+
* [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
|
|
233
|
+
* [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
|
|
234
|
+
* [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
|
|
235
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
236
|
+
* [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
|
|
237
|
+
* [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
|
|
238
|
+
* [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
|
|
239
|
+
* [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
|
|
240
|
+
* [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
|
|
241
|
+
* [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
|
|
242
|
+
* [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
|
|
243
|
+
* [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
|
|
244
|
+
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
245
|
+
* [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
|
|
246
|
+
|
|
247
|
+
新增数据结构:
|
|
248
|
+
|
|
249
|
+
* [CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)
|
|
250
|
+
* [CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)
|
|
251
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
252
|
+
* [CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)
|
|
253
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
254
|
+
* [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
|
|
255
|
+
* [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
|
|
256
|
+
* [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
|
|
257
|
+
* [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
|
|
258
|
+
* [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
|
|
259
|
+
* [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
|
|
260
|
+
* [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
|
|
261
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
262
|
+
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
263
|
+
* [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
|
|
264
|
+
* [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
|
|
265
|
+
* [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
|
|
193
266
|
|
|
194
267
|
|
|
195
268
|
|
|
@@ -3307,6 +3380,18 @@
|
|
|
3307
3380
|
|
|
3308
3381
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3309
3382
|
|
|
3383
|
+
### 第 39 次发布
|
|
3384
|
+
|
|
3385
|
+
发布时间:2023-07-10 01:06:50
|
|
3386
|
+
|
|
3387
|
+
本次发布包含了以下内容:
|
|
3388
|
+
|
|
3389
|
+
改善已有的文档。
|
|
3390
|
+
|
|
3391
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
3392
|
+
|
|
3393
|
+
* GenerateApiDocument
|
|
3394
|
+
|
|
3310
3395
|
### 第 38 次发布
|
|
3311
3396
|
|
|
3312
3397
|
发布时间:2023-07-05 01:06:51
|
|
@@ -26555,6 +26640,27 @@
|
|
|
26555
26640
|
|
|
26556
26641
|
## 日志服务(cls) 版本:2020-10-16
|
|
26557
26642
|
|
|
26643
|
+
### 第 55 次发布
|
|
26644
|
+
|
|
26645
|
+
发布时间:2023-07-10 01:15:21
|
|
26646
|
+
|
|
26647
|
+
本次发布包含了以下内容:
|
|
26648
|
+
|
|
26649
|
+
改善已有的文档。
|
|
26650
|
+
|
|
26651
|
+
新增接口:
|
|
26652
|
+
|
|
26653
|
+
* [[CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)](https://cloud.tencent.com/document/api/#/#)
|
|
26654
|
+
* [[DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)](https://cloud.tencent.com/document/api/#/#)
|
|
26655
|
+
* [[DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)](https://cloud.tencent.com/document/api/#/#)
|
|
26656
|
+
* [[ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)](https://cloud.tencent.com/document/api/#/#)
|
|
26657
|
+
|
|
26658
|
+
新增数据结构:
|
|
26659
|
+
|
|
26660
|
+
* [[DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)](https://cloud.tencent.com/document/api/614/56471#[DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo))
|
|
26661
|
+
* [[DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)](https://cloud.tencent.com/document/api/614/56471#[DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo))
|
|
26662
|
+
* [[PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)](https://cloud.tencent.com/document/api/614/56471#[PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic))
|
|
26663
|
+
|
|
26558
26664
|
### 第 54 次发布
|
|
26559
26665
|
|
|
26560
26666
|
发布时间:2023-07-05 01:15:21
|
|
@@ -38332,6 +38438,36 @@
|
|
|
38332
38438
|
|
|
38333
38439
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
38334
38440
|
|
|
38441
|
+
### 第 12 次发布
|
|
38442
|
+
|
|
38443
|
+
发布时间:2023-07-07 01:21:45
|
|
38444
|
+
|
|
38445
|
+
本次发布包含了以下内容:
|
|
38446
|
+
|
|
38447
|
+
改善已有的文档。
|
|
38448
|
+
|
|
38449
|
+
修改接口:
|
|
38450
|
+
|
|
38451
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
38452
|
+
|
|
38453
|
+
* <font color="#dd0000">**修改入参**:</font>Phone
|
|
38454
|
+
|
|
38455
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
38456
|
+
|
|
38457
|
+
* 新增入参:Email
|
|
38458
|
+
|
|
38459
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
38460
|
+
|
|
38461
|
+
* <font color="#dd0000">**修改入参**:</font>Phone, Email
|
|
38462
|
+
|
|
38463
|
+
|
|
38464
|
+
修改数据结构:
|
|
38465
|
+
|
|
38466
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
38467
|
+
|
|
38468
|
+
* <font color="#dd0000">**修改成员**:</font>Phone
|
|
38469
|
+
|
|
38470
|
+
|
|
38335
38471
|
### 第 11 次发布
|
|
38336
38472
|
|
|
38337
38473
|
发布时间:2023-05-12 01:18:05
|
|
@@ -39564,6 +39700,18 @@
|
|
|
39564
39700
|
|
|
39565
39701
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
39566
39702
|
|
|
39703
|
+
### 第 21 次发布
|
|
39704
|
+
|
|
39705
|
+
发布时间:2023-07-07 01:22:44
|
|
39706
|
+
|
|
39707
|
+
本次发布包含了以下内容:
|
|
39708
|
+
|
|
39709
|
+
改善已有的文档。
|
|
39710
|
+
|
|
39711
|
+
新增接口:
|
|
39712
|
+
|
|
39713
|
+
* [CreateRedisBigKeyAnalysisTask](https://cloud.tencent.com/document/api/1130/94604)
|
|
39714
|
+
|
|
39567
39715
|
### 第 20 次发布
|
|
39568
39716
|
|
|
39569
39717
|
发布时间:2023-06-13 01:16:02
|
|
@@ -42944,6 +43092,45 @@
|
|
|
42944
43092
|
|
|
42945
43093
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
42946
43094
|
|
|
43095
|
+
### 第 21 次发布
|
|
43096
|
+
|
|
43097
|
+
发布时间:2023-07-10 01:22:33
|
|
43098
|
+
|
|
43099
|
+
本次发布包含了以下内容:
|
|
43100
|
+
|
|
43101
|
+
改善已有的文档。
|
|
43102
|
+
|
|
43103
|
+
修改接口:
|
|
43104
|
+
|
|
43105
|
+
* [CreateDomain](https://cloud.tencent.com/document/api/1427/56184)
|
|
43106
|
+
|
|
43107
|
+
* 新增入参:TransferSubDomain, Tags
|
|
43108
|
+
|
|
43109
|
+
* [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
|
|
43110
|
+
|
|
43111
|
+
* 新增入参:Tags
|
|
43112
|
+
|
|
43113
|
+
* [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
|
|
43114
|
+
|
|
43115
|
+
* 新增入参:Tags
|
|
43116
|
+
|
|
43117
|
+
|
|
43118
|
+
新增数据结构:
|
|
43119
|
+
|
|
43120
|
+
* [[TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)](https://cloud.tencent.com/document/api/1427/56185#[TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem))
|
|
43121
|
+
* [[TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)](https://cloud.tencent.com/document/api/1427/56185#[TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter))
|
|
43122
|
+
|
|
43123
|
+
修改数据结构:
|
|
43124
|
+
|
|
43125
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
43126
|
+
|
|
43127
|
+
* 新增成员:TagList
|
|
43128
|
+
|
|
43129
|
+
* [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
|
|
43130
|
+
|
|
43131
|
+
* 新增成员:TagList
|
|
43132
|
+
|
|
43133
|
+
|
|
42947
43134
|
### 第 20 次发布
|
|
42948
43135
|
|
|
42949
43136
|
发布时间:2023-07-03 01:19:17
|
|
@@ -45384,6 +45571,36 @@
|
|
|
45384
45571
|
|
|
45385
45572
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
45386
45573
|
|
|
45574
|
+
### 第 66 次发布
|
|
45575
|
+
|
|
45576
|
+
发布时间:2023-07-07 01:25:16
|
|
45577
|
+
|
|
45578
|
+
本次发布包含了以下内容:
|
|
45579
|
+
|
|
45580
|
+
改善已有的文档。
|
|
45581
|
+
|
|
45582
|
+
修改接口:
|
|
45583
|
+
|
|
45584
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
|
|
45585
|
+
|
|
45586
|
+
* 新增入参:ISPType, SkipCheckIPv6Address, SkipAllocateBandwidth
|
|
45587
|
+
|
|
45588
|
+
|
|
45589
|
+
新增数据结构:
|
|
45590
|
+
|
|
45591
|
+
* [ISPIPv6CidrBlock](https://cloud.tencent.com/document/api/1108/42574#ISPIPv6CidrBlock)
|
|
45592
|
+
|
|
45593
|
+
修改数据结构:
|
|
45594
|
+
|
|
45595
|
+
* [Subnet](https://cloud.tencent.com/document/api/1108/42574#Subnet)
|
|
45596
|
+
|
|
45597
|
+
* 新增成员:ISPType
|
|
45598
|
+
|
|
45599
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1108/42574#VpcInfo)
|
|
45600
|
+
|
|
45601
|
+
* 新增成员:Ipv6ISP, Ipv6CidrBlockSet
|
|
45602
|
+
|
|
45603
|
+
|
|
45387
45604
|
### 第 65 次发布
|
|
45388
45605
|
|
|
45389
45606
|
发布时间:2023-06-06 01:28:52
|
|
@@ -51176,6 +51393,34 @@
|
|
|
51176
51393
|
|
|
51177
51394
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
51178
51395
|
|
|
51396
|
+
### 第 89 次发布
|
|
51397
|
+
|
|
51398
|
+
发布时间:2023-07-10 01:25:48
|
|
51399
|
+
|
|
51400
|
+
本次发布包含了以下内容:
|
|
51401
|
+
|
|
51402
|
+
改善已有的文档。
|
|
51403
|
+
|
|
51404
|
+
修改接口:
|
|
51405
|
+
|
|
51406
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
51407
|
+
|
|
51408
|
+
|
|
51409
|
+
### 第 88 次发布
|
|
51410
|
+
|
|
51411
|
+
发布时间:2023-07-07 01:34:05
|
|
51412
|
+
|
|
51413
|
+
本次发布包含了以下内容:
|
|
51414
|
+
|
|
51415
|
+
改善已有的文档。
|
|
51416
|
+
|
|
51417
|
+
修改接口:
|
|
51418
|
+
|
|
51419
|
+
* [OperateChannelTemplate](https://cloud.tencent.com/document/api/1420/66367)
|
|
51420
|
+
|
|
51421
|
+
* 新增入参:Available
|
|
51422
|
+
|
|
51423
|
+
|
|
51179
51424
|
### 第 87 次发布
|
|
51180
51425
|
|
|
51181
51426
|
发布时间:2023-06-30 17:26:03
|
|
@@ -63884,6 +64129,30 @@
|
|
|
63884
64129
|
|
|
63885
64130
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
63886
64131
|
|
|
64132
|
+
### 第 28 次发布
|
|
64133
|
+
|
|
64134
|
+
发布时间:2023-07-10 01:31:48
|
|
64135
|
+
|
|
64136
|
+
本次发布包含了以下内容:
|
|
64137
|
+
|
|
64138
|
+
改善已有的文档。
|
|
64139
|
+
|
|
64140
|
+
修改接口:
|
|
64141
|
+
|
|
64142
|
+
* [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
|
|
64143
|
+
|
|
64144
|
+
* 新增入参:Status
|
|
64145
|
+
|
|
64146
|
+
|
|
64147
|
+
修改数据结构:
|
|
64148
|
+
|
|
64149
|
+
* [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
|
|
64150
|
+
|
|
64151
|
+
* 新增成员:InteractionMode, VideoOrientation
|
|
64152
|
+
|
|
64153
|
+
* <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
|
|
64154
|
+
|
|
64155
|
+
|
|
63887
64156
|
### 第 27 次发布
|
|
63888
64157
|
|
|
63889
64158
|
发布时间:2023-06-29 01:28:41
|
|
@@ -64433,6 +64702,21 @@
|
|
|
64433
64702
|
|
|
64434
64703
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
64435
64704
|
|
|
64705
|
+
### 第 49 次发布
|
|
64706
|
+
|
|
64707
|
+
发布时间:2023-07-10 01:32:08
|
|
64708
|
+
|
|
64709
|
+
本次发布包含了以下内容:
|
|
64710
|
+
|
|
64711
|
+
改善已有的文档。
|
|
64712
|
+
|
|
64713
|
+
修改数据结构:
|
|
64714
|
+
|
|
64715
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
64716
|
+
|
|
64717
|
+
* <font color="#dd0000">**修改成员**:</font>AutoGeneratePassword
|
|
64718
|
+
|
|
64719
|
+
|
|
64436
64720
|
### 第 48 次发布
|
|
64437
64721
|
|
|
64438
64722
|
发布时间:2023-05-10 01:33:30
|
|
@@ -84593,6 +84877,25 @@
|
|
|
84593
84877
|
|
|
84594
84878
|
## 智聆口语评测(soe) 版本:2018-07-24
|
|
84595
84879
|
|
|
84880
|
+
### 第 14 次发布
|
|
84881
|
+
|
|
84882
|
+
发布时间:2023-07-10 01:39:48
|
|
84883
|
+
|
|
84884
|
+
本次发布包含了以下内容:
|
|
84885
|
+
|
|
84886
|
+
改善已有的文档。
|
|
84887
|
+
|
|
84888
|
+
新增数据结构:
|
|
84889
|
+
|
|
84890
|
+
* [[Tone](https://cloud.tencent.com/document/api/884/19320#Tone)](https://cloud.tencent.com/document/api/884/19320#[Tone](https://cloud.tencent.com/document/api/884/19320#Tone))
|
|
84891
|
+
|
|
84892
|
+
修改数据结构:
|
|
84893
|
+
|
|
84894
|
+
* [WordRsp](https://cloud.tencent.com/document/api/884/19320#WordRsp)
|
|
84895
|
+
|
|
84896
|
+
* 新增成员:Tone
|
|
84897
|
+
|
|
84898
|
+
|
|
84596
84899
|
### 第 13 次发布
|
|
84597
84900
|
|
|
84598
84901
|
发布时间:2022-10-31 06:46:23
|
|
@@ -92426,6 +92729,25 @@
|
|
|
92426
92729
|
|
|
92427
92730
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
92428
92731
|
|
|
92732
|
+
### 第 59 次发布
|
|
92733
|
+
|
|
92734
|
+
发布时间:2023-07-07 01:50:00
|
|
92735
|
+
|
|
92736
|
+
本次发布包含了以下内容:
|
|
92737
|
+
|
|
92738
|
+
改善已有的文档。
|
|
92739
|
+
|
|
92740
|
+
新增接口:
|
|
92741
|
+
|
|
92742
|
+
* [CreateServiceAccount](https://cloud.tencent.com/document/api/1141/94608)
|
|
92743
|
+
* [DeleteServiceAccount](https://cloud.tencent.com/document/api/1141/94607)
|
|
92744
|
+
* [DescribeServiceAccounts](https://cloud.tencent.com/document/api/1141/94606)
|
|
92745
|
+
* [ModifyServiceAccount](https://cloud.tencent.com/document/api/1141/94605)
|
|
92746
|
+
|
|
92747
|
+
新增数据结构:
|
|
92748
|
+
|
|
92749
|
+
* [ServiceAccount](https://cloud.tencent.com/document/api/1141/41603#ServiceAccount)
|
|
92750
|
+
|
|
92429
92751
|
### 第 58 次发布
|
|
92430
92752
|
|
|
92431
92753
|
发布时间:2023-07-06 01:44:01
|
|
@@ -95577,6 +95899,18 @@
|
|
|
95577
95899
|
|
|
95578
95900
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
95579
95901
|
|
|
95902
|
+
### 第 66 次发布
|
|
95903
|
+
|
|
95904
|
+
发布时间:2023-07-10 01:45:08
|
|
95905
|
+
|
|
95906
|
+
本次发布包含了以下内容:
|
|
95907
|
+
|
|
95908
|
+
改善已有的文档。
|
|
95909
|
+
|
|
95910
|
+
新增接口:
|
|
95911
|
+
|
|
95912
|
+
* [[DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)](https://cloud.tencent.com/document/api/#/#)
|
|
95913
|
+
|
|
95580
95914
|
### 第 65 次发布
|
|
95581
95915
|
|
|
95582
95916
|
发布时间:2023-06-28 01:43:23
|
|
@@ -99325,7 +99659,7 @@
|
|
|
99325
99659
|
|
|
99326
99660
|
新增数据结构:
|
|
99327
99661
|
|
|
99328
|
-
* [
|
|
99662
|
+
* [StandardDebug](https://cloud.tencent.com/document/api/1552/80721#StandardDebug)
|
|
99329
99663
|
|
|
99330
99664
|
修改数据结构:
|
|
99331
99665
|
|
|
@@ -99346,7 +99680,7 @@
|
|
|
99346
99680
|
|
|
99347
99681
|
新增接口:
|
|
99348
99682
|
|
|
99349
|
-
* [
|
|
99683
|
+
* [CheckCnameStatus](https://cloud.tencent.com/document/api/1552/94491)
|
|
99350
99684
|
|
|
99351
99685
|
<font color="#dd0000">**删除接口**:</font>
|
|
99352
99686
|
|
|
@@ -99403,7 +99737,7 @@
|
|
|
99403
99737
|
|
|
99404
99738
|
新增数据结构:
|
|
99405
99739
|
|
|
99406
|
-
* [
|
|
99740
|
+
* [CnameStatus](https://cloud.tencent.com/document/api/1552/80721#CnameStatus)
|
|
99407
99741
|
|
|
99408
99742
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
99409
99743
|
|
|
@@ -104112,6 +104446,32 @@
|
|
|
104112
104446
|
|
|
104113
104447
|
## 容器服务(tke) 版本:2018-05-25
|
|
104114
104448
|
|
|
104449
|
+
### 第 156 次发布
|
|
104450
|
+
|
|
104451
|
+
发布时间:2023-07-07 01:54:52
|
|
104452
|
+
|
|
104453
|
+
本次发布包含了以下内容:
|
|
104454
|
+
|
|
104455
|
+
改善已有的文档。
|
|
104456
|
+
|
|
104457
|
+
修改接口:
|
|
104458
|
+
|
|
104459
|
+
* [DescribeResourceUsage](https://cloud.tencent.com/document/api/457/72005)
|
|
104460
|
+
|
|
104461
|
+
* 新增出参:RSUsage
|
|
104462
|
+
|
|
104463
|
+
* [ModifyClusterVirtualNodePool](https://cloud.tencent.com/document/api/457/85348)
|
|
104464
|
+
|
|
104465
|
+
* 新增入参:SecurityGroupIds
|
|
104466
|
+
|
|
104467
|
+
|
|
104468
|
+
修改数据结构:
|
|
104469
|
+
|
|
104470
|
+
* [ClusterLevelAttribute](https://cloud.tencent.com/document/api/457/31866#ClusterLevelAttribute)
|
|
104471
|
+
|
|
104472
|
+
* 新增成员:RSCount
|
|
104473
|
+
|
|
104474
|
+
|
|
104115
104475
|
### 第 155 次发布
|
|
104116
104476
|
|
|
104117
104477
|
发布时间:2023-06-30 01:49:36
|
|
@@ -107633,6 +107993,21 @@
|
|
|
107633
107993
|
|
|
107634
107994
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
107635
107995
|
|
|
107996
|
+
### 第 25 次发布
|
|
107997
|
+
|
|
107998
|
+
发布时间:2023-07-10 01:51:20
|
|
107999
|
+
|
|
108000
|
+
本次发布包含了以下内容:
|
|
108001
|
+
|
|
108002
|
+
改善已有的文档。
|
|
108003
|
+
|
|
108004
|
+
修改接口:
|
|
108005
|
+
|
|
108006
|
+
* [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
|
|
108007
|
+
|
|
108008
|
+
* 新增入参:StartTime, EndTime
|
|
108009
|
+
|
|
108010
|
+
|
|
107636
108011
|
### 第 24 次发布
|
|
107637
108012
|
|
|
107638
108013
|
发布时间:2023-07-05 01:50:44
|
|
@@ -109306,6 +109681,58 @@
|
|
|
109306
109681
|
|
|
109307
109682
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
109308
109683
|
|
|
109684
|
+
### 第 35 次发布
|
|
109685
|
+
|
|
109686
|
+
发布时间:2023-07-10 01:52:00
|
|
109687
|
+
|
|
109688
|
+
本次发布包含了以下内容:
|
|
109689
|
+
|
|
109690
|
+
改善已有的文档。
|
|
109691
|
+
|
|
109692
|
+
新增接口:
|
|
109693
|
+
|
|
109694
|
+
* [[CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)](https://cloud.tencent.com/document/api/#/#)
|
|
109695
|
+
* [[CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)](https://cloud.tencent.com/document/api/#/#)
|
|
109696
|
+
* [[CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)](https://cloud.tencent.com/document/api/#/#)
|
|
109697
|
+
* [[CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)](https://cloud.tencent.com/document/api/#/#)
|
|
109698
|
+
* [[CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)](https://cloud.tencent.com/document/api/#/#)
|
|
109699
|
+
* [[DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)](https://cloud.tencent.com/document/api/#/#)
|
|
109700
|
+
* [[DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)](https://cloud.tencent.com/document/api/#/#)
|
|
109701
|
+
* [[DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)](https://cloud.tencent.com/document/api/#/#)
|
|
109702
|
+
* [[DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)](https://cloud.tencent.com/document/api/#/#)
|
|
109703
|
+
* [[DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)](https://cloud.tencent.com/document/api/#/#)
|
|
109704
|
+
* [[DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)](https://cloud.tencent.com/document/api/#/#)
|
|
109705
|
+
* [[DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)](https://cloud.tencent.com/document/api/#/#)
|
|
109706
|
+
* [[DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)](https://cloud.tencent.com/document/api/#/#)
|
|
109707
|
+
* [[DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)](https://cloud.tencent.com/document/api/#/#)
|
|
109708
|
+
* [[DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)](https://cloud.tencent.com/document/api/#/#)
|
|
109709
|
+
* [[DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)](https://cloud.tencent.com/document/api/#/#)
|
|
109710
|
+
* [[ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)](https://cloud.tencent.com/document/api/#/#)
|
|
109711
|
+
* [[ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)](https://cloud.tencent.com/document/api/#/#)
|
|
109712
|
+
* [[ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)](https://cloud.tencent.com/document/api/#/#)
|
|
109713
|
+
* [[ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)](https://cloud.tencent.com/document/api/#/#)
|
|
109714
|
+
* [[ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)](https://cloud.tencent.com/document/api/#/#)
|
|
109715
|
+
|
|
109716
|
+
新增数据结构:
|
|
109717
|
+
|
|
109718
|
+
* [[CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)](https://cloud.tencent.com/document/api/1364/54942#[CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList))
|
|
109719
|
+
* [[CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService))
|
|
109720
|
+
* [[CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule))
|
|
109721
|
+
* [[CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition))
|
|
109722
|
+
* [[CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail))
|
|
109723
|
+
* [[ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)](https://cloud.tencent.com/document/api/1364/54942#[ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis))
|
|
109724
|
+
* [[KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)](https://cloud.tencent.com/document/api/1364/54942#[KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping))
|
|
109725
|
+
* [[KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)](https://cloud.tencent.com/document/api/1364/54942#[KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview))
|
|
109726
|
+
* [[KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)](https://cloud.tencent.com/document/api/1364/54942#[KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail))
|
|
109727
|
+
* [[KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)](https://cloud.tencent.com/document/api/1364/54942#[KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview))
|
|
109728
|
+
* [[KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)](https://cloud.tencent.com/document/api/1364/54942#[KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList))
|
|
109729
|
+
* [[KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)](https://cloud.tencent.com/document/api/1364/54942#[KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices))
|
|
109730
|
+
* [[KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)](https://cloud.tencent.com/document/api/1364/54942#[KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget))
|
|
109731
|
+
* [[KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)](https://cloud.tencent.com/document/api/1364/54942#[KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo))
|
|
109732
|
+
* [[ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)](https://cloud.tencent.com/document/api/1364/54942#[ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter))
|
|
109733
|
+
* [[QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)](https://cloud.tencent.com/document/api/1364/54942#[QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold))
|
|
109734
|
+
* [[RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)](https://cloud.tencent.com/document/api/1364/54942#[RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse))
|
|
109735
|
+
|
|
109309
109736
|
### 第 34 次发布
|
|
109310
109737
|
|
|
109311
109738
|
发布时间:2023-05-16 02:36:35
|
|
@@ -113089,6 +113516,21 @@
|
|
|
113089
113516
|
|
|
113090
113517
|
## 云点播(vod) 版本:2018-07-17
|
|
113091
113518
|
|
|
113519
|
+
### 第 160 次发布
|
|
113520
|
+
|
|
113521
|
+
发布时间:2023-07-06 20:35:50
|
|
113522
|
+
|
|
113523
|
+
本次发布包含了以下内容:
|
|
113524
|
+
|
|
113525
|
+
改善已有的文档。
|
|
113526
|
+
|
|
113527
|
+
修改数据结构:
|
|
113528
|
+
|
|
113529
|
+
* [MediaTranscodeItem](https://cloud.tencent.com/document/api/266/31773#MediaTranscodeItem)
|
|
113530
|
+
|
|
113531
|
+
* <font color="#dd0000">**修改成员**:</font>CopyRightWatermarkText
|
|
113532
|
+
|
|
113533
|
+
|
|
113092
113534
|
### 第 159 次发布
|
|
113093
113535
|
|
|
113094
113536
|
发布时间:2023-06-22 02:01:05
|
|
@@ -113215,11 +113657,11 @@
|
|
|
113215
113657
|
|
|
113216
113658
|
新增接口:
|
|
113217
113659
|
|
|
113218
|
-
* [CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/
|
|
113219
|
-
* [DeleteEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/
|
|
113220
|
-
* [DescribeEnhanceMediaTemplates](https://cloud.tencent.com/document/api/266/
|
|
113221
|
-
* [EnhanceMediaByTemplate](https://cloud.tencent.com/document/api/266/
|
|
113222
|
-
* [ModifyEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/
|
|
113660
|
+
* [CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/94603)
|
|
113661
|
+
* [DeleteEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/94602)
|
|
113662
|
+
* [DescribeEnhanceMediaTemplates](https://cloud.tencent.com/document/api/266/94601)
|
|
113663
|
+
* [EnhanceMediaByTemplate](https://cloud.tencent.com/document/api/266/94544)
|
|
113664
|
+
* [ModifyEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/94600)
|
|
113223
113665
|
|
|
113224
113666
|
### 第 155 次发布
|
|
113225
113667
|
|
|
@@ -117439,6 +117881,28 @@
|
|
|
117439
117881
|
|
|
117440
117882
|
## 私有网络(vpc) 版本:2017-03-12
|
|
117441
117883
|
|
|
117884
|
+
### 第 160 次发布
|
|
117885
|
+
|
|
117886
|
+
发布时间:2023-07-07 01:59:12
|
|
117887
|
+
|
|
117888
|
+
本次发布包含了以下内容:
|
|
117889
|
+
|
|
117890
|
+
改善已有的文档。
|
|
117891
|
+
|
|
117892
|
+
修改接口:
|
|
117893
|
+
|
|
117894
|
+
* [ModifyVpcAttribute](https://cloud.tencent.com/document/api/215/15773)
|
|
117895
|
+
|
|
117896
|
+
* 新增入参:EnableCdcPublish
|
|
117897
|
+
|
|
117898
|
+
|
|
117899
|
+
修改数据结构:
|
|
117900
|
+
|
|
117901
|
+
* [Vpc](https://cloud.tencent.com/document/api/215/15824#Vpc)
|
|
117902
|
+
|
|
117903
|
+
* <font color="#dd0000">**修改成员**:</font>IsDefault, CreatedTime
|
|
117904
|
+
|
|
117905
|
+
|
|
117442
117906
|
### 第 159 次发布
|
|
117443
117907
|
|
|
117444
117908
|
发布时间:2023-07-05 01:54:12
|
|
@@ -122115,6 +122579,23 @@
|
|
|
122115
122579
|
|
|
122116
122580
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
122117
122581
|
|
|
122582
|
+
### 第 34 次发布
|
|
122583
|
+
|
|
122584
|
+
发布时间:2023-07-07 02:01:57
|
|
122585
|
+
|
|
122586
|
+
本次发布包含了以下内容:
|
|
122587
|
+
|
|
122588
|
+
改善已有的文档。
|
|
122589
|
+
|
|
122590
|
+
新增接口:
|
|
122591
|
+
|
|
122592
|
+
* [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
|
|
122593
|
+
|
|
122594
|
+
新增数据结构:
|
|
122595
|
+
|
|
122596
|
+
* [DescribeBatchOperateTaskDTO](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskDTO)
|
|
122597
|
+
* [DescribeBatchOperateTaskPage](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskPage)
|
|
122598
|
+
|
|
122118
122599
|
### 第 33 次发布
|
|
122119
122600
|
|
|
122120
122601
|
发布时间:2023-07-05 01:56:36
|