tencentcloud-sdk-nodejs 4.0.863 → 4.0.865
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 +330 -0
- package/SERVICE_CHANGELOG.md +437 -59
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +24 -4
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +30 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +13 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +32 -4
- package/src/services/ess/v20201111/ess_client.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +25 -17
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -21
- package/src/services/faceid/v20180301/faceid_models.ts +6 -5
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -25
- package/src/services/live/v20180801/live_models.ts +9 -0
- package/src/services/monitor/v20180724/monitor_models.ts +21 -11
- package/src/services/redis/v20180412/redis_models.ts +215 -120
- package/src/services/tcb/v20180608/tcb_client.ts +2 -3
- package/src/services/tcb/v20180608/tcb_models.ts +55 -21
- package/src/services/tdmq/v20200217/tdmq_models.ts +10 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/trocket/v20230308/trocket_client.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +1 -23
- package/src/services/trp/v20210515/trp_models.ts +114 -28
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +59 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +24 -4
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +29 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +30 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +25 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -21
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -5
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +35 -25
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -11
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +215 -120
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -21
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -23
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +114 -28
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +59 -6
- package/test/dnspod.v20210323.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 93 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-30 01:22:05
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:Query, From, To
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 31 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-05-
|
|
26
|
+
发布时间:2024-05-30 01:33:24
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,52 +31,66 @@
|
|
|
31
31
|
|
|
32
32
|
新增接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
35
|
-
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
36
|
-
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
37
|
-
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
38
|
-
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
39
|
-
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
40
|
-
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
41
|
-
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
42
|
-
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
43
|
-
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
44
|
-
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
45
|
-
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
46
|
-
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
47
|
-
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
34
|
+
* [ModifyDomainToGroup](https://cloud.tencent.com/document/api/1427/106668)
|
|
48
35
|
|
|
49
|
-
新增数据结构:
|
|
50
36
|
|
|
51
|
-
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52
|
-
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
53
|
-
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
54
|
-
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
55
37
|
|
|
38
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
56
39
|
|
|
40
|
+
### 第 114 次发布
|
|
57
41
|
|
|
58
|
-
|
|
42
|
+
发布时间:2024-05-30 01:55:28
|
|
59
43
|
|
|
60
|
-
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
修改数据结构:
|
|
49
|
+
|
|
50
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
51
|
+
|
|
52
|
+
* 新增成员:IsLatenessMetric
|
|
53
|
+
|
|
54
|
+
* [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
|
|
55
|
+
|
|
56
|
+
* 新增成员:IsLatenessMetric
|
|
57
|
+
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>Operators, Periods
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
64
|
+
|
|
65
|
+
### 第 75 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-05-30 02:02:41
|
|
63
68
|
|
|
64
69
|
本次发布包含了以下内容:
|
|
65
70
|
|
|
66
71
|
改善已有的文档。
|
|
67
72
|
|
|
68
|
-
|
|
73
|
+
修改接口:
|
|
69
74
|
|
|
70
|
-
* [
|
|
71
|
-
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
75
|
+
* [CloneInstances](https://cloud.tencent.com/document/api/239/89391)
|
|
72
76
|
|
|
77
|
+
* 新增入参:CloneTime
|
|
73
78
|
|
|
74
79
|
|
|
75
|
-
|
|
80
|
+
修改数据结构:
|
|
76
81
|
|
|
77
|
-
|
|
82
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
78
83
|
|
|
79
|
-
|
|
84
|
+
* 新增成员:BackupMode
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
90
|
+
|
|
91
|
+
### 第 102 次发布
|
|
92
|
+
|
|
93
|
+
发布时间:2024-05-30 02:08:52
|
|
80
94
|
|
|
81
95
|
本次发布包含了以下内容:
|
|
82
96
|
|
|
@@ -84,9 +98,95 @@
|
|
|
84
98
|
|
|
85
99
|
修改接口:
|
|
86
100
|
|
|
87
|
-
* [
|
|
101
|
+
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
88
102
|
|
|
89
|
-
*
|
|
103
|
+
* 新增入参:GatewayId
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
修改数据结构:
|
|
107
|
+
|
|
108
|
+
* [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
|
|
109
|
+
|
|
110
|
+
* 新增成员:WxAppId, CanRenew, AutoRenewFlag, CanDowngrade, LongAccessId, AccessDomain
|
|
111
|
+
|
|
112
|
+
* <font color="#dd0000">**修改成员**:</font>VersionNumLimit
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
118
|
+
|
|
119
|
+
### 第 81 次发布
|
|
120
|
+
|
|
121
|
+
发布时间:2024-05-29 19:42:22
|
|
122
|
+
|
|
123
|
+
本次发布包含了以下内容:
|
|
124
|
+
|
|
125
|
+
改善已有的文档。
|
|
126
|
+
|
|
127
|
+
修改数据结构:
|
|
128
|
+
|
|
129
|
+
* [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
|
|
130
|
+
|
|
131
|
+
* <font color="#dd0000">**修改成员**:</font>Actions
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
141
|
+
|
|
142
|
+
### 第 34 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-05-30 02:20:31
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
修改接口:
|
|
151
|
+
|
|
152
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
153
|
+
|
|
154
|
+
* 新增入参:SceneCode
|
|
155
|
+
|
|
156
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
157
|
+
|
|
158
|
+
* 新增入参:SceneCode
|
|
159
|
+
|
|
160
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
161
|
+
|
|
162
|
+
* 新增入参:SceneCode, Status
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
修改数据结构:
|
|
166
|
+
|
|
167
|
+
* [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
|
|
168
|
+
|
|
169
|
+
* 新增成员:SceneCode, CodeRule, UsedAmount, SerialStart, SerialEnd
|
|
170
|
+
|
|
171
|
+
* [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
|
|
172
|
+
|
|
173
|
+
* 新增成员:ErrorMessage
|
|
174
|
+
|
|
175
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
176
|
+
|
|
177
|
+
* 新增成员:Unit, SceneCode
|
|
178
|
+
|
|
179
|
+
* [ScanLog](https://cloud.tencent.com/document/api/1458/75030#ScanLog)
|
|
180
|
+
|
|
181
|
+
* 新增成员:ProductLogo, Status, Verify
|
|
182
|
+
|
|
183
|
+
* <font color="#dd0000">**修改成员**:</font>Unionid, First, BatchId, Type, MerchantName, ProductName
|
|
184
|
+
|
|
185
|
+
* [TraceCode](https://cloud.tencent.com/document/api/1458/75030#TraceCode)
|
|
186
|
+
|
|
187
|
+
* 新增成员:PackSpec, SceneCode, SerialCode
|
|
188
|
+
|
|
189
|
+
* <font color="#dd0000">**修改成员**:</font>AgentId, Level
|
|
90
190
|
|
|
91
191
|
|
|
92
192
|
|
|
@@ -31056,6 +31156,21 @@
|
|
|
31056
31156
|
|
|
31057
31157
|
## 日志服务(cls) 版本:2020-10-16
|
|
31058
31158
|
|
|
31159
|
+
### 第 93 次发布
|
|
31160
|
+
|
|
31161
|
+
发布时间:2024-05-30 01:22:05
|
|
31162
|
+
|
|
31163
|
+
本次发布包含了以下内容:
|
|
31164
|
+
|
|
31165
|
+
改善已有的文档。
|
|
31166
|
+
|
|
31167
|
+
修改接口:
|
|
31168
|
+
|
|
31169
|
+
* [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
|
|
31170
|
+
|
|
31171
|
+
* 新增入参:Query, From, To
|
|
31172
|
+
|
|
31173
|
+
|
|
31059
31174
|
### 第 92 次发布
|
|
31060
31175
|
|
|
31061
31176
|
发布时间:2024-05-17 01:21:01
|
|
@@ -46324,6 +46439,34 @@
|
|
|
46324
46439
|
|
|
46325
46440
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46326
46441
|
|
|
46442
|
+
### 第 26 次发布
|
|
46443
|
+
|
|
46444
|
+
发布时间:2024-05-29 01:29:52
|
|
46445
|
+
|
|
46446
|
+
本次发布包含了以下内容:
|
|
46447
|
+
|
|
46448
|
+
改善已有的文档。
|
|
46449
|
+
|
|
46450
|
+
修改接口:
|
|
46451
|
+
|
|
46452
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
46453
|
+
|
|
46454
|
+
* 新增入参:Limit, Offset
|
|
46455
|
+
|
|
46456
|
+
* 新增出参:TotalCount
|
|
46457
|
+
|
|
46458
|
+
|
|
46459
|
+
新增数据结构:
|
|
46460
|
+
|
|
46461
|
+
* [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
|
|
46462
|
+
|
|
46463
|
+
修改数据结构:
|
|
46464
|
+
|
|
46465
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
46466
|
+
|
|
46467
|
+
* 新增成员:ClbSet
|
|
46468
|
+
|
|
46469
|
+
|
|
46327
46470
|
### 第 25 次发布
|
|
46328
46471
|
|
|
46329
46472
|
发布时间:2024-05-27 01:29:56
|
|
@@ -52216,6 +52359,18 @@
|
|
|
52216
52359
|
|
|
52217
52360
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
52218
52361
|
|
|
52362
|
+
### 第 31 次发布
|
|
52363
|
+
|
|
52364
|
+
发布时间:2024-05-30 01:33:24
|
|
52365
|
+
|
|
52366
|
+
本次发布包含了以下内容:
|
|
52367
|
+
|
|
52368
|
+
改善已有的文档。
|
|
52369
|
+
|
|
52370
|
+
新增接口:
|
|
52371
|
+
|
|
52372
|
+
* [[ModifyDomainToGroup](https://cloud.tencent.com/document/api/1427/106668)](https://cloud.tencent.com/document/api/#/#)
|
|
52373
|
+
|
|
52219
52374
|
### 第 30 次发布
|
|
52220
52375
|
|
|
52221
52376
|
发布时间:2024-03-14 01:14:21
|
|
@@ -52823,27 +52978,27 @@
|
|
|
52823
52978
|
|
|
52824
52979
|
新增接口:
|
|
52825
52980
|
|
|
52826
|
-
* [
|
|
52827
|
-
* [
|
|
52828
|
-
* [
|
|
52829
|
-
* [
|
|
52830
|
-
* [
|
|
52831
|
-
* [
|
|
52832
|
-
* [
|
|
52833
|
-
* [
|
|
52834
|
-
* [
|
|
52835
|
-
* [
|
|
52836
|
-
* [
|
|
52837
|
-
* [
|
|
52838
|
-
* [
|
|
52839
|
-
* [
|
|
52981
|
+
* [BidDetailPage](https://cloud.tencent.com/document/api/242/106605)
|
|
52982
|
+
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
52983
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
52984
|
+
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
52985
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
52986
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
52987
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
52988
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
52989
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
52990
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
52991
|
+
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
52992
|
+
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
52993
|
+
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
52994
|
+
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
52840
52995
|
|
|
52841
52996
|
新增数据结构:
|
|
52842
52997
|
|
|
52843
|
-
* [
|
|
52844
|
-
* [
|
|
52845
|
-
* [
|
|
52846
|
-
* [
|
|
52998
|
+
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52999
|
+
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
53000
|
+
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
53001
|
+
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
52847
53002
|
|
|
52848
53003
|
### 第 36 次发布
|
|
52849
53004
|
|
|
@@ -83362,6 +83517,28 @@
|
|
|
83362
83517
|
|
|
83363
83518
|
## 云直播CSS(live) 版本:2018-08-01
|
|
83364
83519
|
|
|
83520
|
+
### 第 129 次发布
|
|
83521
|
+
|
|
83522
|
+
发布时间:2024-05-29 01:52:02
|
|
83523
|
+
|
|
83524
|
+
本次发布包含了以下内容:
|
|
83525
|
+
|
|
83526
|
+
改善已有的文档。
|
|
83527
|
+
|
|
83528
|
+
修改接口:
|
|
83529
|
+
|
|
83530
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
83531
|
+
|
|
83532
|
+
* 新增入参:TranscodeTemplateName
|
|
83533
|
+
|
|
83534
|
+
|
|
83535
|
+
修改数据结构:
|
|
83536
|
+
|
|
83537
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
83538
|
+
|
|
83539
|
+
* 新增成员:TranscodeTemplateName
|
|
83540
|
+
|
|
83541
|
+
|
|
83365
83542
|
### 第 128 次发布
|
|
83366
83543
|
|
|
83367
83544
|
发布时间:2024-05-13 01:22:02
|
|
@@ -87877,8 +88054,8 @@
|
|
|
87877
88054
|
|
|
87878
88055
|
新增接口:
|
|
87879
88056
|
|
|
87880
|
-
* [
|
|
87881
|
-
* [
|
|
88057
|
+
* [GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)
|
|
88058
|
+
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
87882
88059
|
|
|
87883
88060
|
### 第 18 次发布
|
|
87884
88061
|
|
|
@@ -89032,6 +89209,27 @@
|
|
|
89032
89209
|
|
|
89033
89210
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
89034
89211
|
|
|
89212
|
+
### 第 114 次发布
|
|
89213
|
+
|
|
89214
|
+
发布时间:2024-05-30 01:55:28
|
|
89215
|
+
|
|
89216
|
+
本次发布包含了以下内容:
|
|
89217
|
+
|
|
89218
|
+
改善已有的文档。
|
|
89219
|
+
|
|
89220
|
+
修改数据结构:
|
|
89221
|
+
|
|
89222
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
89223
|
+
|
|
89224
|
+
* 新增成员:IsLatenessMetric
|
|
89225
|
+
|
|
89226
|
+
* [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
|
|
89227
|
+
|
|
89228
|
+
* 新增成员:IsLatenessMetric
|
|
89229
|
+
|
|
89230
|
+
* <font color="#dd0000">**修改成员**:</font>Operators, Periods
|
|
89231
|
+
|
|
89232
|
+
|
|
89035
89233
|
### 第 113 次发布
|
|
89036
89234
|
|
|
89037
89235
|
发布时间:2024-05-24 01:55:33
|
|
@@ -103028,6 +103226,28 @@
|
|
|
103028
103226
|
|
|
103029
103227
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103030
103228
|
|
|
103229
|
+
### 第 75 次发布
|
|
103230
|
+
|
|
103231
|
+
发布时间:2024-05-30 02:02:41
|
|
103232
|
+
|
|
103233
|
+
本次发布包含了以下内容:
|
|
103234
|
+
|
|
103235
|
+
改善已有的文档。
|
|
103236
|
+
|
|
103237
|
+
修改接口:
|
|
103238
|
+
|
|
103239
|
+
* [CloneInstances](https://cloud.tencent.com/document/api/239/89391)
|
|
103240
|
+
|
|
103241
|
+
* 新增入参:CloneTime
|
|
103242
|
+
|
|
103243
|
+
|
|
103244
|
+
修改数据结构:
|
|
103245
|
+
|
|
103246
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
103247
|
+
|
|
103248
|
+
* 新增成员:BackupMode
|
|
103249
|
+
|
|
103250
|
+
|
|
103031
103251
|
### 第 74 次发布
|
|
103032
103252
|
|
|
103033
103253
|
发布时间:2024-04-19 01:24:17
|
|
@@ -113574,6 +113794,30 @@
|
|
|
113574
113794
|
|
|
113575
113795
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
113576
113796
|
|
|
113797
|
+
### 第 102 次发布
|
|
113798
|
+
|
|
113799
|
+
发布时间:2024-05-30 02:08:52
|
|
113800
|
+
|
|
113801
|
+
本次发布包含了以下内容:
|
|
113802
|
+
|
|
113803
|
+
改善已有的文档。
|
|
113804
|
+
|
|
113805
|
+
修改接口:
|
|
113806
|
+
|
|
113807
|
+
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
113808
|
+
|
|
113809
|
+
* 新增入参:GatewayId
|
|
113810
|
+
|
|
113811
|
+
|
|
113812
|
+
修改数据结构:
|
|
113813
|
+
|
|
113814
|
+
* [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
|
|
113815
|
+
|
|
113816
|
+
* 新增成员:WxAppId, CanRenew, AutoRenewFlag, CanDowngrade, LongAccessId, AccessDomain
|
|
113817
|
+
|
|
113818
|
+
* <font color="#dd0000">**修改成员**:</font>VersionNumLimit
|
|
113819
|
+
|
|
113820
|
+
|
|
113577
113821
|
### 第 101 次发布
|
|
113578
113822
|
|
|
113579
113823
|
发布时间:2024-01-23 01:27:30
|
|
@@ -120145,6 +120389,21 @@
|
|
|
120145
120389
|
|
|
120146
120390
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
120147
120391
|
|
|
120392
|
+
### 第 112 次发布
|
|
120393
|
+
|
|
120394
|
+
发布时间:2024-05-29 02:13:49
|
|
120395
|
+
|
|
120396
|
+
本次发布包含了以下内容:
|
|
120397
|
+
|
|
120398
|
+
改善已有的文档。
|
|
120399
|
+
|
|
120400
|
+
修改数据结构:
|
|
120401
|
+
|
|
120402
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
120403
|
+
|
|
120404
|
+
* 新增成员:AccessPointsType
|
|
120405
|
+
|
|
120406
|
+
|
|
120148
120407
|
### 第 111 次发布
|
|
120149
120408
|
|
|
120150
120409
|
发布时间:2024-05-17 02:19:56
|
|
@@ -124818,6 +125077,21 @@
|
|
|
124818
125077
|
|
|
124819
125078
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
124820
125079
|
|
|
125080
|
+
### 第 81 次发布
|
|
125081
|
+
|
|
125082
|
+
发布时间:2024-05-29 19:42:22
|
|
125083
|
+
|
|
125084
|
+
本次发布包含了以下内容:
|
|
125085
|
+
|
|
125086
|
+
改善已有的文档。
|
|
125087
|
+
|
|
125088
|
+
修改数据结构:
|
|
125089
|
+
|
|
125090
|
+
* [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
|
|
125091
|
+
|
|
125092
|
+
* <font color="#dd0000">**修改成员**:</font>Actions
|
|
125093
|
+
|
|
125094
|
+
|
|
124821
125095
|
### 第 80 次发布
|
|
124822
125096
|
|
|
124823
125097
|
发布时间:2024-05-10 02:31:21
|
|
@@ -135797,6 +136071,56 @@
|
|
|
135797
136071
|
|
|
135798
136072
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
135799
136073
|
|
|
136074
|
+
### 第 34 次发布
|
|
136075
|
+
|
|
136076
|
+
发布时间:2024-05-30 02:20:31
|
|
136077
|
+
|
|
136078
|
+
本次发布包含了以下内容:
|
|
136079
|
+
|
|
136080
|
+
改善已有的文档。
|
|
136081
|
+
|
|
136082
|
+
修改接口:
|
|
136083
|
+
|
|
136084
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
136085
|
+
|
|
136086
|
+
* 新增入参:SceneCode
|
|
136087
|
+
|
|
136088
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
136089
|
+
|
|
136090
|
+
* 新增入参:SceneCode
|
|
136091
|
+
|
|
136092
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
136093
|
+
|
|
136094
|
+
* 新增入参:SceneCode, Status
|
|
136095
|
+
|
|
136096
|
+
|
|
136097
|
+
修改数据结构:
|
|
136098
|
+
|
|
136099
|
+
* [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
|
|
136100
|
+
|
|
136101
|
+
* 新增成员:SceneCode, CodeRule, UsedAmount, SerialStart, SerialEnd
|
|
136102
|
+
|
|
136103
|
+
* [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
|
|
136104
|
+
|
|
136105
|
+
* 新增成员:ErrorMessage
|
|
136106
|
+
|
|
136107
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
136108
|
+
|
|
136109
|
+
* 新增成员:Unit, SceneCode
|
|
136110
|
+
|
|
136111
|
+
* [ScanLog](https://cloud.tencent.com/document/api/1458/75030#ScanLog)
|
|
136112
|
+
|
|
136113
|
+
* 新增成员:ProductLogo, Status, Verify
|
|
136114
|
+
|
|
136115
|
+
* <font color="#dd0000">**修改成员**:</font>Unionid, First, BatchId, Type, MerchantName, ProductName
|
|
136116
|
+
|
|
136117
|
+
* [TraceCode](https://cloud.tencent.com/document/api/1458/75030#TraceCode)
|
|
136118
|
+
|
|
136119
|
+
* 新增成员:PackSpec, SceneCode, SerialCode
|
|
136120
|
+
|
|
136121
|
+
* <font color="#dd0000">**修改成员**:</font>AgentId, Level
|
|
136122
|
+
|
|
136123
|
+
|
|
135800
136124
|
### 第 33 次发布
|
|
135801
136125
|
|
|
135802
136126
|
发布时间:2024-03-15 01:24:38
|
|
@@ -154470,6 +154794,60 @@
|
|
|
154470
154794
|
|
|
154471
154795
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
154472
154796
|
|
|
154797
|
+
### 第 90 次发布
|
|
154798
|
+
|
|
154799
|
+
发布时间:2024-05-29 02:30:31
|
|
154800
|
+
|
|
154801
|
+
本次发布包含了以下内容:
|
|
154802
|
+
|
|
154803
|
+
改善已有的文档。
|
|
154804
|
+
|
|
154805
|
+
修改接口:
|
|
154806
|
+
|
|
154807
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
154808
|
+
|
|
154809
|
+
* 新增入参:KillInstance
|
|
154810
|
+
|
|
154811
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
154812
|
+
|
|
154813
|
+
* 新增入参:KillInstance
|
|
154814
|
+
|
|
154815
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
154816
|
+
|
|
154817
|
+
* 新增入参:SchemaName
|
|
154818
|
+
|
|
154819
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
154820
|
+
|
|
154821
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
154822
|
+
|
|
154823
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
154824
|
+
|
|
154825
|
+
* 新增入参:KillInstance
|
|
154826
|
+
|
|
154827
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
154828
|
+
|
|
154829
|
+
* 新增入参:KillInstance
|
|
154830
|
+
|
|
154831
|
+
|
|
154832
|
+
修改数据结构:
|
|
154833
|
+
|
|
154834
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
154835
|
+
|
|
154836
|
+
* 新增成员:Category
|
|
154837
|
+
|
|
154838
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
154839
|
+
|
|
154840
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
154841
|
+
|
|
154842
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
154843
|
+
|
|
154844
|
+
* 新增成员:CirculateTaskList
|
|
154845
|
+
|
|
154846
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
154847
|
+
|
|
154848
|
+
* 新增成员:LinkStyle
|
|
154849
|
+
|
|
154850
|
+
|
|
154473
154851
|
### 第 89 次发布
|
|
154474
154852
|
|
|
154475
154853
|
发布时间:2024-05-07 01:30:27
|